html {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  font-size: 100%;
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
}

::selection {
  color: #424242;
  background-color: #0058ff;
}

body{
  padding-top: 0 !important;
}

.body-wrapper .bf {
  padding-top: 78px;
}
@media only screen and (max-width: 1024px) {
  .body-wrapper .bf {
    padding-top: 63px;
  }
}
.header .primary-section  {border-bottom-color:#000000!important;}

/* custom.css  for gradient*/
.g-text-1-text { 
  background: -webkit-linear-gradient(120deg, #B40EDD, #0058FF) !important; 
  -webkit-background-clip: text !important; 
  -webkit-text-fill-color: transparent !important; 
  font-weight: 600;
}

#onetrust-consent-sdk {display:none;}

/* typography */

a {
  color: #0058ff;
  text-decoration: none;
  cursor: pointer;
  -webkit-transition: .25s cubic-bezier(.15,.75,.5,1);
  transition: .25s cubic-bezier(.15,.75,.5,1);
  -webkit-transition-property: color;
  transition-property: color;
}

.hs_cos_wrapper_type_rich_text ul {
  margin-top: 18px;
  margin-bottom: 18px;
  padding-left: 40px;
}


h1, h2, h3, h4, h5, h6 {
  font-family: Montserrat,Helvetica,Arial,sans-serif;
  margin: 0 0 0.5rem;

}

h1::first-letter {text-transform: uppercase!important;}

h1 {
  line-height: 1.482;
}

h2 {
  line-height: 1.482;
}

h3 {
  line-height: 1.482;
}

h4 {
  line-height: 1.25;
}

h5 {
  line-height: 1.625;
}

h6 {
  line-height: 1.429;
}

body {
  /*   padding-top: 4.5625rem; */
}

.custom-header-wrap {
  min-height: 4.5625rem;
}

@media print, screen and (min-width: 67.875em) {

  body {
    /*     padding-top: 5.125rem; */
  }

  .custom-header-wrap {
    min-height: 5.125rem;
  }
}

.page-center, 
.content-wrapper,
.dnd-section > .row-fluid {
  padding: 0 20px;
}

.dnd-section[class*="force-full-width-section"] > .row-fluid {
  padding:0;
}


/* form styling */

/*Update to form checkbox copy to add padding between the ckeckbox and the copy associated with the ckecbox*/

form .inputs-list input, form .inputs-list span {padding-left:20px;}

/*End update*/

.hs-button,
.hs-sec-btn{
  font-family: Roboto,Helvetica,Arial,sans-serif;
  letter-spacing: .025rem;
  font-weight: 700;
  line-height: 1.4375rem;
  font-size: .975rem;
  -webkit-transition: all 1s cubic-bezier(.23,1,.32,1);
  transition: all 1s cubic-bezier(.23,1,.32,1);
  -webkit-box-shadow: rgba(0,0,0,.1) 0 4px 12px;
  box-shadow: 0 4px 12px rgba(0,0,0,.1);
}
/*adding space to the consent text on the forms so they don't overlap 8.06.23*/
.hs-input {padding-left:20px;}

.hs-button:hover,
.hs-sec-btn:hover {
  -webkit-box-shadow: 0 15px 12px -12px rgba(0,0,0,.35);
  box-shadow: 0 15px 12px -12px rgba(0,0,0,.35);
}

/* header css */

.hs-menu-wrapper ul {
  display: block;
  margin: 0;
  padding: 0;
}

.custom-header {
  position: fixed;
  display: block;
  width: 100%;
  z-index: 9999;
  background-color: #fff;
  color: #000;
  -webkit-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;
  top: 0;
  left: 0;
  right: 0;
}

.scrolled .custom-header {
  -webkit-box-shadow: 0 2px 4px 0 rgba(0,0,0,.2);
  box-shadow: 0 2px 4px 0 rgba(0,0,0,.2);
}

.topbar-wrap {
  position: relative;
  -webkit-box-shadow: 0 2px 4px 0 transparent;
  box-shadow: 0 2px 4px 0 transparent;
  -webkit-transition: -webkit-box-shadow .4s ease;
  transition: -webkit-box-shadow .4s ease;
  transition: box-shadow .4s ease;
  transition: box-shadow .4s ease,-webkit-box-shadow .4s ease;
}

.header__container {
  padding-top: 0.9375rem;
  padding-bottom: 0.9375rem;
  max-width: 88.4375rem;
  padding-right: 1.25rem;
  padding-left: 1.25rem;
  margin-left: auto;
  margin-right: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.custom-logo {

}

.custom-logo .custom-lg a {
  display: block;
  overflow: hidden;
  height: 1.9375rem;
  width: 9.4375rem;
  -webkit-transition: .25s cubic-bezier(.15,.75,.5,1);
  transition: .25s cubic-bezier(.15,.75,.5,1);
  -webkit-transition-property: width,height;
  transition-property: width,height;
  text-indent: 100%;
  white-space: nowrap;
}

.custom-logo a svg {
  width: 100%;
  height: auto;
  display: block;
}

.cls-1 {
  fill: url(#linear-gradient);
}


.custom-menu-primary.desktop {

}

.custom-menu-primary.desktop .hs-menu-wrapper > ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: none;
}

.custom-menu-primary.desktop .hs-menu-wrapper > ul > li {
  position: relative;
}

.custom-menu-primary.desktop .hs-menu-wrapper > ul > li > a {
  padding: 1.8125rem 25px;
  position: relative;
  -webkit-transition: -webkit-transform .4s ease-in-out;
  transition: -webkit-transform .4s ease-in-out;
  transition: transform .4s ease-in-out;
  transition: transform .4s ease-in-out,-webkit-transform .4s ease-in-out;
  display: block;
  font-family: Roboto,Helvetica,Arial,sans-serif;
  font-weight: 500;
  font-size: 1rem;
  text-decoration: none;
}

.menu-chevron-down {
  display: inline-block;
  width: 8px;
  height: 8px;
  margin-left: 3px;
}

.custom-menu-primary.desktop .hs-menu-wrapper > ul > li.act .menu-chevron-down {
  -webkit-transform: rotate(180deg) translateY(2px);
  transform: rotate(180deg) translateY(2px);
}

.menu-chevron-down svg {
  display: block;
  width: 100%;
  height: auto;
}

.custom-menu-primary.desktop .hs-menu-wrapper > ul > li > a:hover {
  text-decoration: none;
}

.about-page th {
  border: 0;
}
.custom-menu-primary.desktop .hs-menu-wrapper > ul > li ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

.custom-menu-primary.desktop .hs-menu-wrapper > ul ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.custom-menu-primary.desktop .hs-menu-wrapper > ul ul li {
  /*   padding-left: 30px;
  padding-right: 30px; */
  margin: 0;
  /*   min-height: 55px;
  padding-bottom: 20px; */
  position: relative;
}
.has_section_menu .custom-header-wrap {
  min-height: unset;
}
.custom-menu-primary.desktop .hs-menu-wrapper > ul ul li a {
  font-family: Montserrat,Helvetica,Arial,sans-serif;
  font-weight: 700;
  font-size: 15px;
  /*   color: #0058ff; */
  margin: 0;
  display: block;
  line-height: 1.3;

  padding-top: 20px;
}

.custom-menu-primary.desktop .hs-menu-wrapper > ul > li.act > a,
.custom-menu-primary.desktop .hs-menu-wrapper > ul > li > a:hover {
  color: #0058ff;
}

.custom-menu-primary.desktop .hs-menu-wrapper > ul > li.act > a { 
  background: rgba(0,88,255,.05);
  border-radius: 4px;
}


.custom-menu-primary.desktop .hs-menu-wrapper > ul > li.act > a svg path,
.custom-menu-primary.desktop .hs-menu-wrapper > ul > li > a:hover svg path {
  stroke: #0058ff;
}

.top-menu {
  display: none;
  margin: 0;
  padding: 0;
}

.top-menu .hs-menu-wrapper ul {
  display: none;
}

.top-menu .hs-menu-wrapper ul > li {
  position: relative;
  list-style: none;
  padding: 0;
}

.top-menu .hs-menu-wrapper ul > li.book_a_demo {
  margin: 0;
  height: auto;
}

.top-menu .hs-menu-wrapper ul > li > a {
  padding: 1.8125rem 25px;
  position: relative;
  -webkit-transition: -webkit-transform .4s ease-in-out;
  transition: -webkit-transform .4s ease-in-out;
  transition: transform .4s ease-in-out;
  transition: transform .4s ease-in-out,-webkit-transform .4s ease-in-out;
  display: block;
  font-family: Roboto,Helvetica,Arial,sans-serif;
  font-weight: 500;
  font-size: 1rem;
}

.top-menu .hs-menu-wrapper ul > li > a:hover {
  color: #0058ff;
  text-decoration: none;
}

.top-menu .hs-menu-wrapper ul > li.search {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 40px;
  height: 40px;
  cursor: pointer;
  -webkit-transform: translateY(5px);
  transform: translateY(5px);
}

.top-menu .hs-menu-wrapper ul > li.search em {
  position: relative;
  font-size: 0;
  font-style: normal;
  display: block;
  width: 100%;
  height: 100%;
}

.top-menu .hs-menu-wrapper ul > li.search:after, 
.top-menu .hs-menu-wrapper ul > li.search:before {
  background-repeat: no-repeat;
  border: 0;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  height: 100%;
  width: 30px;
  margin: 0;
  -webkit-transform: translate(-50%,-50%);
  transform: translate(-50%,-50%);
  -webkit-transition: opacity .2s ease;
  transition: opacity .2s ease;
}

.top-menu .hs-menu-wrapper ul > li.search:before {
  content: "";
  width: 1.75rem;
  height: 1.75rem;
  background-image: url(//1906005.fs1.hubspotusercontent-na1.net/hubfs/1906005/raw_assets/public/BannerFlow_March2023/images/icon-search-open-black.svg);
  background-position: 50%;
}

.top-menu .hs-menu-wrapper ul > li.search:after {
  content: "";
  width: 1.625rem;
  height: 1.625rem;
  background-color: transparent;
  position: relative;
  background-image: url(//1906005.fs1.hubspotusercontent-na1.net/hubfs/1906005/raw_assets/public/BannerFlow_March2023/images/icon-search-x-black.svg);
  background-size: 16px auto;
  background-position: 50%;
  background-repeat: no-repeat;
  opacity: 0;
}

.top-menu .hs-menu-wrapper ul > li.search.active:before {
  opacity: 0;
}

.top-menu .hs-menu-wrapper ul > li.search.active:after {
  opacity: 1;
}

.top-menu .hs-menu-wrapper ul > li.search a {
  margin: 0;
  padding: 0;
}

.top-menu .hs-menu-wrapper ul > li.book_a_demo > a {
  padding: 0.7rem 1.25rem;
  font-size: .945rem;
  margin-top: 5px;
  font-weight: 500;
  background-color: #0058ff;
  border-radius: 6px;
  font-family: Roboto,Helvetica,Arial,sans-serif;
  letter-spacing: .025rem;
  line-height: 1.4375rem;
  color: #fff;
  display: block;
  text-decoration: none;
  -webkit-transition: all 1s cubic-bezier(.23,1,.32,1);
  transition: all 1s cubic-bezier(.23,1,.32,1);
}

.top-menu .hs-menu-wrapper ul > li.book_a_demo > a:hover {
  background-color: #0190ff;
  color: #fff;
  -webkit-transform: translateX(0);
  transform: translateX(0);
}

.mega-navigation {
  display: none;
  position: relative;
}

.custom-menu-primary.desktop .hs-menu-wrapper > ul > li.act .mega-navigation {
  display: block;
}

.grid-container {
  /*   max-width: 88.4375rem; */
  padding-right: 1.25rem;
  padding-left: 1.25rem;
  margin-left: auto;
  margin-right: auto;
}

#header-search {
  position: absolute;
  top: 100%;
  left: 0;
  right: 0;
  background: #fff;
  z-index: 100;
  -webkit-transform: translateY(-100%);
  transform: translateY(-100%);
  -webkit-transition: all .2s ease;
  transition: all .2s ease;
  opacity: 0;
  visibility: hidden;
}

#header-search .grid-container {
  max-width: 88.4375rem;
}

#header-search .hs-search-field__bar {
  margin: 0;
  padding: 0;
  box-shadow: none;
  border: none;
}

#header-search .hs-search-field__suggestions {
  border: none;
}

#header-search .hs-search-field--open .hs-search-field__suggestions {
  border: 1px solid #cdcdcd;
}


#header-search .hs-search-field--open.hs-search-field .hs-search-field__suggestions {
  margin: 0;
}

body.search-open #header-search {
  -webkit-transform: translateY(0);
  transform: translateY(0);
  opacity: 1;
  visibility: visible;
}

#header-search .grid-container {
  padding: 12px 20px 18px;
}

#header-search .hs-search-field form {
  position: relative;
  margin: 0;
}

#header-search input[type=search] {
  height: 36px;
  font-size: 14px;
  margin: 0;
  background: #fff;
  border-radius: 3px;
  -webkit-transition: border .2s;
  transition: border .2s;
  outline: none;
  background: #fff;
  border-radius: 3px;
  border: 1px solid #c4c4c4;
  padding: 0.75rem 1rem 0.8125rem;
  line-height: 1.15;
  -webkit-appearance: textfield;
  outline-offset: -2px;
  font-family: Roboto,Helvetica,Arial,sans-serif;
}

#header-search input[type="search"]::-ms-clear {
  display: none;
  width: 0;
  height: 0;
}
#header-search input[type="search"]::-ms-reveal {
  display: none;
  width: 0;
  height: 0;
}

#header-search input[type="search"]::-webkit-search-decoration,
#header-search input[type="search"]::-webkit-search-cancel-button,
#header-search input[type="search"]::-webkit-search-results-button,
#header-search input[type="search"]::-webkit-search-results-decoration {
  display: none;
}


#header-search .clear-search {
  width: 38px;
  height: 38px;
  position: absolute;
  top: 0;
  right: 0;
  cursor: pointer;
  display: block;
  -webkit-transition: opacity .2s;
  transition: opacity .2s;
  opacity: 0;
  pointer-events: none;
}

#header-search .clear-search img {
  display: block;
  width: 15px;
  height: 15px;
  margin: 0;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%,-50%);
  transform: translate(-50%,-50%);
  vertical-align: middle;
  max-width: 100%;
}

#header-search .hs-search-field button {
  position: absolute;
  top: -1px;
  right: 0;
  width: 38px;
  height: 38px;
  text-align: center;
  outline: none;
  -webkit-transition: opacity .2s;
  transition: opacity .2s;
  padding: 0;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border: 0;
  border-radius: 0;
  background: transparent;
  line-height: 1;
  cursor: auto;
  transform: translateY(0);
}

#header-search .hs-search-field button img {
  width: 30px;
  height: auto;
  display: inline-block;
  vertical-align: middle;
  max-width: 100%;
}

#header-search button.hs-search-field__button {
  display: none;
}

.menu-toggle {
  margin: 0;
  padding: 0;
  border: none;
  background: transparent;
  outline: none;
  position: relative;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  z-index: 999;
  line-height: 1;
  cursor: auto;
  font-size: 100%;
}

.menu-toggle:hover, 
.menu-toggle:focus {
  border: none;
  background: transparent;
  outline: none;
}

.hamburger {
  position: relative;
  height: 2.25rem;
}

.hamburger, .hamburger__bar {
  display: block;
  width: 1.875rem;
}

.hamburger__bar {
  background-color: #000;
  height: 0.1875rem;
  position: absolute;
  left: 0;
  right: 0;
  margin: 4px auto 0;
  cursor: pointer;
  -webkit-transition: .25s cubic-bezier(.15,.75,.5,1);
  transition: .25s cubic-bezier(.15,.75,.5,1);
  -webkit-transition-property: top,opacity,-webkit-transform;
  transition-property: top,opacity,-webkit-transform;
  transition-property: top,opacity,transform;
  transition-property: top,opacity,transform,-webkit-transform;
}

.hamburger__bar:first-of-type {
  top: 8px;
}

.hamburger__bar:nth-of-type(2) {
  top: 16px;
  opacity: 1;
}

.hamburger__bar:nth-of-type(3) {
  top: 24px;
}

.mobile-open .hamburger__bar:first-of-type {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  top: 16px;
}

.mobile-open .hamburger__bar:nth-of-type(2) {
  opacity: 0;
}

.mobile-open .hamburger__bar:nth-of-type(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  top: 16px;
}

.custom-logo a svg .cls-2 {
  fill: #010101;
}


.custom-menu-mobile {
  position: fixed;
  z-index: 12;
  -webkit-transition: -webkit-all .5s ease;
  transition: -webkit-all .5s ease;
  transition: all .5s ease;
  transition: all .5s ease,-webkit-all .5s ease;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  top: 0;
  left: 0;
  width: 100%;
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
  height: 100vh;
  overflow: auto;
  background: #fff;
  z-index: 999;
  -webkit-transform: translateY(-100vh);
  transform: translateY(-100vh);
}

body:not(.mobile-open) .custom-menu-mobile {
  visibility: hidden;
}

.mobile-open .custom-menu-mobile {
  -webkit-transform: translate(0);
  transform: translate(0);
}


.off-canvas__inner {
  padding-top: 5rem;
}

.off-canvas__search {
  padding-right: 1.25rem;
  padding-left: 1.25rem;
  max-width: 88.4375rem;
  margin: 20px auto;
}

.off-canvas__search form {
  position: relative;
}

.custom-menu-primary.mobile .hs-menu-wrapper {
  height: calc(100vh - 200px);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  border-top: 1px solid #c4c4c4;
  padding-top: 1.125rem;
  padding-right: 1.25rem;
  padding-left: 1.25rem;
  margin-left: auto;
  margin-right: auto;
  max-width: 88.4375rem;
}

.custom-menu-primary.mobile .hs-menu-wrapper > ul {
  list-style: none;
  margin: 0;
  padding: 0;
  width: 100%;
}

.custom-menu-primary.mobile .hs-menu-wrapper > ul > li {
  position: relative;
  font-family: Roboto,Helvetica,Arial,sans-serif;
  font-weight: 700;
  font-size: 1rem;
  line-height: 1.625rem;
  color: #000;
  margin: 0;
}

.custom-menu-primary.mobile .hs-menu-wrapper > ul > li .accordion-toggle {
  border-radius: 4px;
  padding: 0.5625rem 1.0625rem 0.625rem;
  position: relative;
  margin-bottom: 20px;
  display: block;
}

.custom-menu-primary.mobile .hs-menu-wrapper > ul > li.act .accordion-toggle {
  background: rgba(0,88,255,.05);
}

.custom-menu-primary.mobile .hs-menu-wrapper > ul > li .menu__title {
  font-size: 1rem;
  line-height: 1.3;
  margin: 0;
  padding: 0;
  font-family: Montserrat,Helvetica,Arial,sans-serif;
  font-weight: 700;
  margin: 0;
}

.custom-menu-primary.mobile .hs-menu-wrapper > ul > li .menu__title a {
  color: #000;
}

.custom-menu-primary.mobile .hs-menu-wrapper > ul > li.act .menu__title a {
  color: #0058ff;
}

.menu__arrow {
  margin-right: -1.25rem;
  width: 10px;
  height: 16px;
  right: 13px;
  position: absolute;
  top: 0;
  padding: 0.4375rem 2.1875rem 1.875rem 1.25rem;
  -webkit-transform: rotate(0);
  transform: rotate(0);
  -webkit-transition: -webkit-transform .2s linear;
  transition: -webkit-transform .2s linear;
  transition: transform .2s linear;
  transition: transform .2s linear,-webkit-transform .2s linear;
}

.menu__arrow svg {
  -webkit-transform: rotate(0);
  transform: rotate(0);
  -webkit-transition: -webkit-transform .2s linear;
  transition: -webkit-transform .2s linear;
  transition: transform .2s linear;
  transition: transform .2s linear,-webkit-transform .2s linear;
}

.custom-menu-primary.mobile .hs-menu-wrapper > ul > li.act .menu__arrow svg {
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
}

.menu__arrow svg path {
  fill: #000;
}

.custom-menu-primary.mobile .hs-menu-wrapper > ul > li.act .menu__arrow svg path {
  fill: #0058ff;
}

.custom-menu-primary.mobile .hs-menu-wrapper > ul > li > ul {
  width: 100%;
  padding-left: 1.875rem;
  display: none;
}

.custom-menu-primary.mobile .hs-menu-wrapper > ul > li > ul li {
  min-height: 30px;
  margin-bottom: 20px;
}

.custom-menu-primary.mobile .hs-menu-wrapper > ul > li > ul > li a {
  font-family: Roboto,Helvetica,Arial,sans-serif;
  font-weight: 500;
  font-size: .875rem;
  color: #000;
  margin: 0;
  padding: 0;
  line-height: 1.3;
  display: block;
}

.custom-menu-primary.mobile .hs-menu-wrapper > ul > li > ul > li > a {
  font-family: Montserrat,Helvetica,Arial,sans-serif;
  font-weight: 700;
  font-size: 15px;
  color: #0058ff;
  margin: 0;
  display: block;
  line-height: 1.3;
  min-height: 30px;
  margin-bottom: 20px;
}

.custom-menu-primary.mobile .hs-menu-wrapper>ul>li>ul ul {
  display: block !important;
  visibility: visible !important;
  height: auto !important;
}


.custom-menu-primary.desktop .hs-menu-wrapper > ul > li ul ul {
  position: absolute;
  top: 0;
  left: 100%;
  background-color: #fff;
  display: none;
  border-radius: 4px;
  width: max-content;
}

.custom-menu-primary.desktop .hs-menu-wrapper ul ul li:hover > ul {
  display: block;
}

.custom-menu-primary.desktop .hs-menu-wrapper > ul ul li li {
  margin: 0;
  padding: 0;
}

.mega-navigation .grid-container > ul > li > a {
  /*   min-height: 55px; */
  padding-left: 30px;
  padding-right: 30px;
  padding-bottom: 20px;
}

.custom-menu-primary.desktop .hs-menu-wrapper > ul ul ul li a {
  font-family: Roboto,Helvetica,Arial,sans-serif;
  font-weight: 500;
  font-size: .875rem;
  color: #000;
  line-height: 1.3;
  display: block;
  padding-left: 30px;
  padding-right: 30px;
  padding-bottom: 20px;
  /*   min-height: 55px; */
  padding: 20px 20px;
}

.custom-menu-primary.desktop .hs-menu-wrapper>ul ul li a {
  color: #0058ff;
}

.custom-menu-primary.desktop .hs-menu-wrapper>ul ul ul li a:hover {
  color: #0058ff;
}


#header-search .grid-container {
  padding: 12px 20px 18px;
}

.off-canvas__search .hs-search-field form {
  position: relative;
  margin: 0;
}

.off-canvas__search input[type=search] {
  height: 36px;
  font-size: 14px;
  margin: 0;
  background: #fff;
  border-radius: 3px;
  -webkit-transition: border .2s;
  transition: border .2s;
  outline: none;
  background: #fff;
  border-radius: 3px;
  border: 2px solid rgba(0,0,0,.3);
  padding: 0.75rem 1rem 0.8125rem;
  line-height: 1.15;
  -webkit-appearance: textfield;
  outline-offset: -2px;
  font-family: Roboto,Helvetica,Arial,sans-serif;
  max-width: 100%;
  width: 100%;
}

.off-canvas__search .clear-search {
  width: 38px;
  height: 38px;
  position: absolute;
  top: 0;
  right: 0;
  cursor: pointer;
  display: block;
  -webkit-transition: opacity .2s;
  transition: opacity .2s;
  opacity: 0;
  pointer-events: none;
}

.off-canvas__search .clear-search img {
  display: block;
  width: 15px;
  height: 15px;
  margin: 0;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%,-50%);
  transform: translate(-50%,-50%);
  vertical-align: middle;
  max-width: 100%;
}

.off-canvas__search .hs-search-field button {
  position: absolute;
  top: -1px;
  right: 0;
  width: 38px;
  height: 38px;
  text-align: center;
  outline: none;
  -webkit-transition: opacity .2s;
  transition: opacity .2s;
  padding: 0;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border: 0;
  border-radius: 0;
  background: transparent;
  line-height: 1;
  cursor: auto;
  transform: translateY(0);
}

.off-canvas__search .hs-search-field button img {
  width: 30px;
  height: auto;
  display: inline-block;
  vertical-align: middle;
  max-width: 100%;
}

.off-canvas__search button.hs-search-field__button {
  display: none;
}

::-webkit-input-placeholder {
  color: rgb(117, 117, 117);
}

.custom-menu-primary.mobile .hs-menu-wrapper > ul > li > ul > li {
  border-bottom: 1px solid #e5e5e5;
  padding-bottom: 9px;
  margin-bottom: 40px;
}

.header-button {
  display: none;
}

.mobile-open .header-button {
  display: block;
}

.mobile-open .custom-logo .custom-lg {
  display: none;
}

.header-button a {
  background-color: #0058ff;
  border-radius: 6px;
  color: #fff;
  display: block;
  font-family: Roboto,Helvetica,Arial,sans-serif;
  font-size: .945rem;
  font-weight: 500;
  letter-spacing: .025rem;
  line-height: 1.4375rem;
  margin-top: 5px;
  padding: 0.7rem 1.25rem !important;
  text-decoration: none;
  border: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  -webkit-transition: all 1s cubic-bezier(.23,1,.32,1);
  transition: all 1s cubic-bezier(.23,1,.32,1);
}

.header-button a:hover {
  background-color: #0190ff;
  color: #fff;
}

.top-only-ocm {
  display: none;
}
.dnd-section {
  overflow: visible;
}
.ad-formats.small-ht .custom-row-grid {
  padding: 16px 0 0;
}
.content_with_bg .content_color h2,
.content_with_bg .content_color p{
  color: #fff !important;
}
.cm-ad-content-width-img-wrapper.content_with_bg {
  /*   padding-bottom: 5rem;
  padding-top: 2.2rem; */
}
.about-page table {
  background: transparent;
  display: table;
  border-collapse: separate;
  text-indent: initial;
  border-spacing: 2px;
  border-color: gray;
  margin: 0;
  border: 0;
}
.about-page table tbody th {
  border: 0;
  padding: 1px 1px;
  line-height: 1.5;
  margin: 0 -2px;
}
.about-page table tbody td {
  border-collapse: separate;
  text-indent: initial;
  border-spacing: 2px;
  border: 0;
  padding: 1px;
  font-size: 16px;
  line-height: 1.5;
}
.simple-banner.large-height,
.cm-ad-banner-wrapper.large-height,
.cm-ad-banner-wrapper.large-height .custom-row-grid{
  height: calc(100vh - 20px);
  max-height: 46.25rem;
}
.simple-banner.large-height p {
  font-size: 1.375rem;
  line-height: 2.25rem;
}
.simple-banner.large-height .top_sec {
  margin-bottom: 40px;
}
.cm-ad-banner-wrapper.large-height .cm-col.media-col.image_medium {
  max-height: 100%;
  height: 100%;
}

.off-canvas__search .hs-search-field__bar {
  border-radius: 0;
  background-color: transparent;
  box-shadow: none;
  display: block;
  padding: 0;
}

.simple-banner.bad-ads-banner {
  min-height: 84vh;
  padding-top: 0;
  padding-bottom: 0;
}

.simple-banner.bad-ads-banner h1 {
  font-family: Montserrat, Sans-serif;
  font-size: 50px;
  font-weight: 300;
  line-height: 1.2em;
  margin-bottom: 20px;
}

.simple-banner.bad-ads-banner p {
  font-family:Roboto, Sans-serif;
  font-size: 18px;
  font-weight: 400;
  margin: 0;
}

.simple-banner.bad-ads-banner span.icon {
  display: none;
}

.simple-banner.bad-ads-banner .bg_el {
  background-color: transparent;
  background-image: linear-gradient(180deg, #FFFFFF7D 74%, #FFFFFF00 100%);
  opacity: 0.89;
  transition: background 0.3s, border-radius 0.3s, opacity 0.3s;
}

.body-container-wrapper .relate-wrap ul {
  list-style: none;
  margin: 0;
  padding: 0 !important;
}

.body-container-wrapper .relate-wrap ul li {
  display: flex;
  align-items: center;
  font-size: inherit;
  padding-left: 0 !important;
  text-indent: 0 !important;
}

.body-container-wrapper .relate-wrap ul li:not(:last-child) {
  padding-bottom: calc(10px/2);
}

.body-container-wrapper .relate-wrap ul li:not(:first-child) {
  margin-top: calc(10px/2);
}

.body-container-wrapper .relate-wrap ul li:before {
  content: none !important;
}

.body-container-wrapper .relate-wrap ul li span {
  /*   font-family: "Roboto", Sans-serif; */
  font-size: 16px;
  /*   font-weight: 300; */
  padding-left: 10px;
  display: block;
}

.body-container-wrapper .relate-wrap ul li svg {
  fill: #0058ff;
  width: 18px;
  height: 18px;
}

.body-container-wrapper .hs_cos_wrapper_type_rich_text ul[data-attr="emoji"] {
  list-style: none;
  margin: 0;
  padding: 0;
}

.body-container-wrapper .hs_cos_wrapper_type_rich_text ul[data-attr="emoji"] li {
  display: flex;
  align-items: center;
  font-size: inherit;
  padding-left: 0 !important;
  text-indent: 0 !important;
}

.body-container-wrapper .hs_cos_wrapper_type_rich_text ul[data-attr="emoji"] li:not(:last-child) {
  padding-bottom: calc(10px/2);
}

.body-container-wrapper .hs_cos_wrapper_type_rich_text ul[data-attr="emoji"] li:not(:first-child) {
  margin-top: calc(10px/2);
}

.body-container-wrapper .hs_cos_wrapper_type_rich_text ul[data-attr="emoji"] li:before {
  content: none !important;
}

.body-container-wrapper .hs_cos_wrapper_type_rich_text ul[data-attr="emoji"] li span {
  /*   font-family: "Roboto", Sans-serif; */
  font-size: 16px;
  /*   font-weight: 300; */
  padding-left: 10px;
  display: block;
}

.body-container-wrapper .hs_cos_wrapper_type_rich_text ul[data-attr="emoji"] li svg {
  fill: #0058ff;
  width: 18px;
  height: 18px;
}

@media (max-width: 767px) {

  .simple-banner.large-height {
    height: calc(100vh - 20px);
    max-height: 33.125rem;
    padding-left: 0;
    padding-right: 0;
  }

  .simple-banner.large-height h1 {
    font-size: 1.875rem;
    line-height: 1.4;
  }

  .simple-banner.large-height p {
    margin-bottom: 1.25rem;
    font-size: 1.125rem;
    line-height: 1.875rem;
  }

  .contact_page fieldset.form-columns-2 .hs-form-field {
    width: 100% !important;
  }

  .contact_page fieldset.form-columns-1 .input,
  .contact_page fieldset.form-columns-2 .input  {
    margin-right: 0 !important;
  }
}




@keyframes elementor-headline-dash{
  0% {
    stroke-dasharray: 0 1500;
    opacity: 1;
  }

  100% {
    stroke-dasharray: 1500 1500;
    opacity: 1;
  }
}


@media only screen and (min-width: 1085px) {

  #header-search .grid-container {
    padding-left: 173px;
    padding-right: 173px;
  }
}


@media only screen and (max-width: 1024px) {
  .cm-ad-banner-wrapper.ad-formats .custom-row-grid .cm-col:before {
    background-color: #fff;
    z-index: 9;
  }
  .cm-ad-banner-wrapper.ad-formats .custom-row-grid .cm-col .mobile-bn-content{
    z-index: 9;
  }

  .creative-management .cm-col.media-col.image_medium:before {
    display: none;
  }
}

@media print, screen and (min-width: 67.875em) {

  .header__container {
    padding-top: 0;
    padding-bottom: 0;
  }

  .custom-logo .custom-lg a {
    height: 2rem;
    width: 9.75rem;
  }

  .custom-menu-primary.desktop .hs-menu-wrapper > ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .custom-menu-primary.desktop .hs-menu-wrapper > ul > li {
    display: inline-block;
    height: 37px;
    margin-top: 18px;
    margin-bottom: 18px;
    padding: 0;
  }

  .custom-menu-primary.desktop .hs-menu-wrapper > ul > li > a {
    padding: 10px 17px 9px;
  }

  .navigation-wrap {
    position: absolute;
    left: 0;
    top: calc(100% + 25px);
    z-index: 1000;
    width: 344px;

    width: max-content;
  }

  .top-menu {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .top-menu .hs-menu-wrapper ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .top-menu .hs-menu-wrapper ul > li {
    display: inline-block;
    height: 37px;
    margin-top: 18px;
    margin-bottom: 18px;
    padding: 0;
  }

  .top-menu .hs-menu-wrapper ul > li > a {
    padding: 10px 17px 9px;
  }

  .mega-navigation {
    -webkit-box-shadow: 2px 7px 9px 5px rgba(0,0,0,.04);
    box-shadow: 2px 7px 9px 5px rgba(0,0,0,.04);
    border-radius: 4px;
    padding: 2.5rem 0 1.25rem;
    background: #fff;

    padding-top: 20px;
  }

  .grid-container {
    padding: 0;
  }

  .mobile-trigger {
    display: none;
  }
}


@media print, screen and (max-width: 74.99875em) {

  .top-bar__right {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
}

@media print, screen and (max-width: 67.87375em) {

  .mobile-open .top-only-ocm {
    display: block;
  }

  .top-only-ocm a {
    font-family: Roboto,Helvetica,Arial,sans-serif;
    font-size: 16px;
    font-weight: 400;
    color: #000;
  }

  .top-only-ocm a:hover {
    color: #000;
  }
}


/* footer css */

.footer.footer_section__ .footer-section-2  .flex_row {
        border-top: 29px solid rgba(1, 1, 1, 1.0) !important;
      }
.footer_partial_wrapper {
  font-size: 16px;
  font-weight: 400;
  background-color: rgba(1, 1, 1, 1.0);
}
.footer.footer_section__ .footer-section-2 {
background-color: rgba(1, 1, 1, 1.0) !important;
}
.custom-footer .page-center {
  max-width: 88.4375rem;
  padding-right: 1.25rem;
  padding-left: 1.25rem;
  margin-left: auto;
  margin-right: auto;
  background-color: rgba(1, 1, 1, 1.0);
}

.custom-footer h3 {
  font-family: Montserrat,Helvetica,Arial,sans-serif;
  font-weight: 700;
  margin-bottom: 0.5rem;
  font-size: 1rem;
  line-height: 1.6875rem;
}

.custom-footer .footer-section-1 .col-section {
  padding-left: 0;
  padding-right: 0;
}

.custom-footer .footer-section-1 .num1 a {
  text-indent: 100%;
  white-space: nowrap;
  display: block;
  overflow: hidden;
  height: 1.9375rem;
  width: 9.4375rem;
  margin-bottom: 25px;
}

.custom-footer .footer-section-1 .num1 a svg {
  width: 100%;
  height: auto;
  display: block;
}

.custom-footer .footer-section-1 .num1 a path {
  fill: #fff;
}

.custom-footer .footer-section-1 .hs-menu-wrapper > ul {
  padding-right: 5px;
  font-size: 16px;
  margin-top: -2px;
}

.custom-footer .footer-section-1 .hs-menu-wrapper > ul > li {
  font-size: 1rem;
  line-height: 1.6875rem;
  margin: 0;
  margin-bottom: 0.5rem;
}

.custom-footer .footer-section-1 .hs-menu-wrapper > ul > li:not(:last-child) {
  margin-bottom: 0.5rem;
}

.custom-footer .footer-section-1 .hs-menu-wrapper > ul > li a {
  position: relative;
  text-decoration: none;
  text-shadow: 3px 1px 0 #000, 2px 1px 0 #000, 1px 1px 0 #000, 1px 1px 0 #000, -2px 1px 0 #000, -3px 1px 0 #000, -4px 0 0 #000;
  z-index: 1;
  display: inline;
  background-image: -webkit-gradient(linear,left top,right top,from(#00d2ff),to(#3a47d5));
  background-image: linear-gradient(90deg,#00d2ff,#3a47d5);
  background-size: 0 2px;
  background-repeat: no-repeat;
  background-position: 0 100%;
  padding-bottom: 1px;
  -webkit-transition:all .7s ease;
  transition:all .7s ease;
}

.custom-footer .footer-section-1 .hs-menu-wrapper > ul > li a:hover {
  background-size: 100% 2px;
}

.footer-section-3 p {
  font-size: .875rem;
  line-height: 1.5;
  font-weight: 400;
  margin: 0 0 1.5625rem;
  text-align: center;
}

.footer-section-3 a {
  position: relative;
  text-decoration: none;
  text-shadow: 3px 1px 0 #000, 2px 1px 0 #000, 1px 1px 0 #000, 1px 1px 0 #000, -2px 1px 0 #000, -3px 1px 0 #000, -4px 0 0 #000;
  z-index: 1;
  display: inline;
  background-image: -webkit-gradient(linear,left top,right top,from(#00d2ff),to(#3a47d5));
  background-image: linear-gradient(90deg,#00d2ff,#3a47d5);
  background-size: 0 2px;
  background-repeat: no-repeat;
  background-position: 0 100%;
  padding-bottom: 1px;
  -webkit-transition: background-size .7s ease;
  transition: background-size .7s ease;
}

.footer-section-3 a:hover {
  background-size: 100% 2px;
}

.footer-section-2 .col-section {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 0 0 2.5rem;
}

.footer-section-2 .footer-row {
  padding: 0;
}

.footer-section-2 .footer-image {
  text-align: center;
}

.footer-section-2 .footer-image img {
  width: 100%;
  max-width: 3.75rem !important;
  margin: 1.25rem !important;
  display: inline-block;
  vertical-align: middle;
  max-width: 100%;
  height: auto;
}

.footer-section-2 {
  padding-top: 0;
  padding-bottom: 0;
}

.footer.footer_section__ .footer-section-1 {
  padding: 2.5rem 0;
}

.custom-footer .footer-section-1 .col-section.num6 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  align-content: flex-start;
}

.custom-footer .footer-section-1 .col-section .row1 {
  width: 100%;
}

.custom-footer .footer-section-1 .col-section.num6 a {
  display: block;
}

.custom-footer .footer-section-1 .col-section.num6 img {
  height: 1.25rem;
  margin-right: 1.75rem;
  margin-bottom: 1.75rem;
  display: inline-block;
  vertical-align: middle;
  max-width: 100%;
}

.footer .col-section.num6 .footer-row {
  padding: 0 !important;
}

.custom-footer .footer-section-1 .hs-menu-wrapper > ul > li:last-child {
  margin: 0;
}

.creative-automation-banner .hs-sec-btn {
  background-color: transparent;
}

.creative-automation-banner .hs-sec-btn:hover {
  background-color: #0058ff;
  color: #fff;
}

.two-col-content.industry-btn .content-col .description {
  margin-bottom: 0;
}

.two-col-content.industry-btn .content-col .btn-items .btn_row .btn_item:first-child {
  margin: 0 0 0.75rem;
}

.digital-transformation-banner .btn_item a, 
.digital-transformation-banner .btn_item a:hover {
  background-color: #fff;
  color: #0058ff;
}

.custom-footer .footer-section-1 .col-section {
  width: 50%;
}

.custom-footer .footer-section-1 .col-section.num1 {
  width: 100%;
  margin-bottom: 0;
}

.custom-footer .footer-section-1 .col-section {
  margin-bottom: 1.25rem;
}

.custom-footer .footer-section-1 .col-section .row1 {
  padding-bottom: 0 !important;
}

.footer-section-2 .footer-row {
  width: 33.33333333%;
}


@media print, screen and (min-width: 40em) {

  .two-col-content.industry-btn .content-col .btn-items .btn_row .btn_item:first-child {
    margin-right: 1.5rem;
  }

  .footer-section-2 .footer-row {
    width: 25%;
  }
}

@media print, screen and (min-width: 40em) {

  .footer-section-3 p {
    font-size: 1rem;
    line-height: 1.7;
  }

  .footer-section-2 .footer-image img {
    max-width: 7.5rem !important;
  }

  .custom-footer .footer-section-1 .col-section {
    width: 25%;
  }

  .custom-footer .footer-section-1 .col-section.num6 {
    width: 100%;
  }
}

@media print, screen and (min-width: 67.875em) {

  .custom-footer .footer-section-1 .col-section.num1,
  .custom-footer .footer-section-1 .col-section.num6 {
    width: 16.66666667%;
  }

  .custom-footer .footer-section-1 .col-section.num6 {
    width: 16.66666667%;
  }

  .custom-footer .footer-section-1 .col-section {
    margin-bottom: 0;
  }

  .custom-footer .footer-section-1 .col-section.num1 {
    margin-bottom: 0;
  }

  .custom-footer h3 {
    font-size: 1.125rem;
    line-height: 1.9375rem;
  }

  .custom-footer .footer-section-1 .col-section {
    width: 16.66666667%;
  }

  .custom-footer .footer-section-1 .num1 a {
    height: 2rem;
    width: 9.75rem;
    margin-bottom: 0.3125rem;
  }

  .custom-footer .footer-section-1 .hs-menu-wrapper > ul > li {
    font-size: 1.125rem;
    line-height: 1.9375rem;
  }

  .footer-section-3 p {
    font-size: 1.125rem;
  }

  .footer-section-2 .footer-row {
    width: 16.66666667%;
  }

  .footer-section-2 .col-section {
    padding: 1.875rem 0 4.375rem;
  }

  .footer.footer_section__ .footer-section-1 {
    padding: 4.375rem 0 3.125rem;
    margin-bottom: -2px;
  }
}

@media (max-width: 1024px) and (min-width: 768px) {

  /*   .footer-section-1 .flex_row .col2 {
  width: 33.333%;
  margin-bottom: 20px;
} */
}

@media (max-width: 767px) {

  .footer-section-2 .footer-image img {
    margin: 0;
  }

  .custom-footer .footer-section-1 .col-section {
    width: 50% !important;
  }

  .custom-footer .footer-section-1 .col-section.num1,
  .custom-footer .footer-section-1 .col-section.num6 {
    width: 100% !important;
  } 

  .footer .flex_row .col-section:not(:first-child) {
    padding-top: 0;
  }
}


/* page css */

.two-col-content.bg-rd1 {
  border-bottom-right-radius: 50px;
}

.two-col-content.bg-rd2 {
  border-top-left-radius: 50px;
}

.two-col-content.bg-rd3 {
  border-top-right-radius: 50px;
}

.two-col-content.bg-rd4 {
  border-top-right-radius: 50px;
}


@media print, screen and (min-width: 67.875em) {

  .two-col-content.bg-rd1 {
    border-bottom-right-radius: 150px;
  }

  .two-col-content.bg-rd2 {
    border-top-left-radius: 150px;
  }

  .two-col-content.bg-rd3 {
    border-top-right-radius: 150px;
  }

  .two-col-content.bg-rd4 {
    border-top-right-radius: 150px;
  }

}

.footer_partial_wrapper .container-fluid.footer_top_sec .row-fluid * {
  min-height: 0;
}

.contact_page form .inputs-list>li label {
  margin: 0;
  display: inline;
  font-size: .875rem;
  font-weight: 400;
  color: #757781;
  line-height: 1.7;
  margin-bottom: 0.25rem;
  display: block;
  margin-top: 3px;
  margin-bottom: 8px;
}

.contact_page form .inputs-list>li label span {
  margin-left: 1.5625rem;
  display: block;
}

.get-in-touch-wrapper.webinars-form .form-bg .form-box {
  max-width: 100%;
  padding-top: 20px;
  padding-bottom: 40px;
  padding-right: 30px;
  padding-left: 40px;
}

.get-in-touch-wrapper.webinars-form .form-bg {
  padding: 0;
}

.get-in-touch-wrapper.webinars-form .content-wrapper {
  padding: 0;
}

.get-in-touch-wrapper.case-form .content-wrapper {
  padding: 0;
}

.get-in-touch-wrapper.case-form .form-bg {
  padding: 0;
  padding-top: 20px;
  padding-bottom: 40px;
  padding-right: 30px;
  padding-left: 40px;
}

.get-in-touch-wrapper.case-form .form-bg .form-box {
  max-width: 100%;
  padding: 0;
}


.get-in-touch-wrapper.case-form .form-title {
  display: none;
}

.cmc-markets-banner .banner-content-inner {
  text-align: center;
  margin: 0 auto;
  max-width: 850px;
}

.simple-banner.cmc-markets-banner {
  min-height: 404px;
}

.industry-wrap .flex_row .col6 {
  padding: 0;
}


/* blog css */

.hs-blog-listing,
.body-container--blog-post {
  line-height: 1.5;
  color: #010101;
  font-size: 16px;
  font-family: Roboto,Helvetica,Arial,sans-serif;
  font-weight: 400;
}

.hs-blog-listing .dnd-section {
  padding: 0;
}

.post-listing-wrap {
  padding-top: 1.875rem;
}


.hs-blog-listing .dnd-section > .row-fluid {
  padding-right: 1.25rem;
  padding-left: 1.25rem;
  margin-left: auto;
  margin-right: auto;
  max-width: 88.4375rem;
}

.hs-blog-listing .post-listing {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.hs-blog-listing .dnd-section>.row-fluid {
  max-width: 100%;
  padding-left: 0;
  padding-right: 0;
}

.hs-blog-listing .grid-container {
  margin-left: auto;
  margin-right: auto;
  max-width: 88.4375rem;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  position: relative;
}

.body-container--blog-post .grid-container {
  margin-left: auto;
  margin-right: auto;
  max-width: 88.4375rem;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  position: relative;
}

.body-container-wrapper ol#breadcrumb {
  list-style: none;
  margin: 0;
  padding: 0;
  position: absolute;
  height: auto;
  top: 12px;
  z-index: 9;
}

.body-container-wrapper ol#breadcrumb li {
  display: inline-block;
  list-style: none;
  margin: 0;
  padding: 0;
  text-indent: 0;
}

.body-container-wrapper ol#breadcrumb li a {
  color: #8a8a8a;
  position: relative;
}

.body-container-wrapper ol#breadcrumb li a.inactive {
  pointer-events: none;
}

.breadcrumb__separator {
  padding: 0 10px;
  color: #8a8a8a;
  display: inline-block;
  padding: 0 6px;
}

.breadcrumb__separator svg {
  fill: #8a8a8a;
}

.body-container-wrapper ol#breadcrumb li:before {
  content: none;
}

.body-container--blog-index {
  padding-bottom: 3.75rem;
}

.post-wrapper .grid-x {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.post-meta {
  color: #757781;
}

.post-page-head {
  font-family: Montserrat,Helvetica,Arial,sans-serif;
  font-weight: 700;
  margin: 0 0 0.5rem;
  padding-bottom: 40px;
}

.post-page-head {
  font-size: 1.875rem;
  line-height: 1.4;
}

.blog-post__body h1, 
.blog-post__body h2, 
.blog-post__body h3, 
.blog-post__body h4,
.blog-post__body h5, 
.blog-post__body h6 {
  color: #010101;
}



.blog-post__body p {
  font-size: .875rem;
  line-height: 1.5;
  font-weight: 400;
  margin: 0 0 1.5625rem;
}

.blog-post__body blockquote {
  display: block;
  margin: 1em 40px;
  background: transparent;
  border: none;
  padding: 0;
  text-align: left;
}

.post-wrapper {
  padding-top: 3.75rem;
  padding-bottom: 3.75rem;
}

.blog-post__body h4 {
  font-size: 1.125rem;
  line-height: 1.3;
  padding-bottom: 20px;
}

.hs_error_rollup label {
  color: #ee3625 !important;
}

.body-container.migration .input {
  margin-bottom: 20px;
}
.cm-blog-newsletter .form .hs-input.invalid.error {
  border-color: #bbbfc8 !important;
}
@media print, screen and (min-width: 40em) {

  .post-listing-wrap {
    padding-top: 2.5rem;
  }

  .hs-blog-listing .post-list,
  .post-wrapper .medium-10 {
    width: 83.33333333%;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    -ms-flex-preferred-size: auto;
    flex-basis: auto;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 83.33333333%;
    flex: 0 0 83.33333333%;
    max-width: 83.33333333%;
  }

  .body-container--blog-index {
    padding-bottom: 5rem;
  }

  .post-wrapper {
    padding-top: 5rem;
    padding-bottom: 5rem;
  }

  .post-page-head {
    font-size: 2rem;
  }

  .blog-post__body p {
    font-size: 1rem;
    line-height: 1.7;
  }
}

@media print, screen and (min-width: 67.875em) {

  .post-listing-wrap {
    padding-top: 3.75rem;
  }

  .hs-blog-listing .post-list,
  .post-wrapper .medium-10 {
    width: 50%;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    -ms-flex-preferred-size: auto;
    flex-basis: auto;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }

  .body-container--blog-index {
    padding-bottom: 7.5rem;
  }

  .post-wrapper {
    padding-top: 7.5rem;
    padding-bottom: 7.5rem;
  }

  .post-page-head {
    font-size: 2.75rem;
    line-height: 3.375rem;
  }

  .blog-post__body p {
    font-size: 1.125rem;
  }

  .blog-post__body h4 {
    font-size: 1.25rem;
    line-height: 1.3;
  }
}

@media screen and (min-width: 108.75em) {

  .post-listing-wrap {
    padding-top: 5rem;
  }

  .post-wrapper {
    padding-top: 10rem;
    padding-bottom: 10rem;
  }
}


@media screen and (max-width: 410px) {

  .post-wrapper {
    padding-top: 100px;
  }

  .body-container-wrapper ol#breadcrumb {
    padding-right: 10px;
  }
}

@media screen and (max-width: 767px) {

  .simple-banner h1 {
    font-size: 28px;
  }
}


.ot-floating-button__open {padding:0;}


/* one trust banner on the typeforms removal */






/* Blog filter CSS with border - Button style */

.body-container-wrapper ul:not(.hs-breadcrumb-menu) li {
    margin: 0;
    /* padding-left: 1.875rem; */
    
    border-radius: 8px;
  padding: 0px;}






/* End changes for blog filter */


a {color:#0058ff;}

.scroll-up .custom-header {
  /*   transform: translateY(-76px); */
}
.hs-search-field__bar, .hs_cos_wrapper_type_member_login, .hs_cos_wrapper_type_member_register, .hs_cos_wrapper_type_password_prompt, .hs_cos_wrapper_type_password_reset, .hs_cos_wrapper_type_password_reset_request, .section.post-footer form, .widget-type-blog_subscribe, .widget-type-email_simple_subscription, .widget-type-form, .widget-type-google_search, .widget-type-password_prompt.custom_error_message {
  -webkit-box-shadow: 0 60px 20px -40px rgba(0,0,0,.2);
  box-shadow: 0 60px 20px -40px rgba(0,0,0,.2);
  border-radius: 0.375rem;
}
.body-container-wrapper ul:not(.hs-breadcrumb-menu) {
 
  margin-block-end: 1em;
  margin-block-start: 1em;
  padding: 0 0 0 40px;
}


  margin: 0;
}
.body-container-wrapper ul:not(.hs-breadcrumb-menu) li:before {
  content: "";
  margin-right: 0;
  height: 0.5rem;
  width: 0.5rem;
  display: inline-block;
  border-radius: 50%;
  background-color: #ffffff;
  position: relative;
  bottom: 2px;
}
.topbar-wrap {
  line-height: 1.5;
}
.embed_container .iframe_wrapper {
  padding: 0;
}
form {
  line-height: 1.5;
}
body .body-container-wrapper form ul {
  margin: 0 !important;
  padding: 0 !important;
}
body .body-container-wrapper form ul li {
  padding-left: 0 !important;
  text-indent: 0 !important;
}
body .body-container-wrapper form ul li:before {
  content: none !important;
}
form label {
  display: block;
  font-size: .875rem;
  font-weight: 700;
  margin-bottom: 0.25rem;
  margin-top: 1.25rem;
  text-align: left;
}
.hs-form-required {
  color:inherit;
}
form input[type=text], 
form input[type=email], 
form input[type=password], 
form input[type=tel], 
form input[type=number], 
form input[type=file], 
form select, 
form textarea {
  line-height: 1.15;
  font-size: 1rem;
  padding: 0.75rem 1rem 0.8125rem;
  border-radius: 0.25rem;
  height: auto;
}
form select {
  padding: 0.78125rem 0.75rem 0.78125rem 0.8125rem;
  position: relative;
  cursor: pointer;
  margin: 0;
  outline: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  color: #010101;
  width:100%;
  max-width:100%;
}
.hs-fieldtype-select .input {
  position: relative;
}
form textarea {
  height: auto;
  min-height: 50px;
  margin: 0 !IMPORTANT;
  display: initial;
}
form .legal-consent-container p {
  line-height: 1.7;
  margin-top: 1.25rem;
  font-size: .875rem;
  color: #757781;
}
form .legal-consent-container a {
  color: #0058ff;
  text-decoration: underline;
}
form .inputs-list > li {
  margin: 0;
  list-style: none;
  padding: 0;
}
form .inputs-list > li:before {
  content: none;
}
.body-container-wrapper form .hs-form-booleancheckbox-display {
  position: relative;
}
.body-container-wrapper form .hs-form-booleancheckbox-display input {
  width: auto !important;
  width: 1rem!important;
  height: 1rem!important;
  top: 0.25rem;
  position: absolute;
  left: 0;
  margin: 0 auto;
  background-color: #fff;
  border: 1px solid #bbbfc8;
  border-radius: 0.25rem;
}

/* Form text color updated July 2023*/

form .hs-richtext, form .hs-richtext p {color:#757781;}

Legend.hs-field-desc {color:#757781;}

/* Finish updating */

body .legal-consent-container .hs-form-booleancheckbox-display>span {
  margin-left: 1.5625rem !important;
}
body .legal-consent-container .hs-form-booleancheckbox-display>span p {
  font-weight: 400;
  margin: 0 !important;
  display: inline;
}
.actions .hs-button {
  margin: 0 auto;
  width: 100%;
  letter-spacing: .025rem;
  line-height: 1.4375rem;
  border-radius: 0.125rem;
  -webkit-transition: all 1s cubic-bezier(.23,1,.32,1);
  transition: all 1s cubic-bezier(.23,1,.32,1);
  -webkit-box-shadow: 0 22px 12px -12px rgba(0,0,0,.35);
  box-shadow: 0 22px 12px -12px rgba(0,0,0,.35);
  font-size: 1.125rem;
  max-width: 34.375rem;
  display: block;
}
.actions .hs-button:hover {
  -webkit-box-shadow: 0 15px 12px -12px rgba(0,0,0,.35);
  box-shadow: 0 15px 12px -12px rgba(0,0,0,.35);
}
.hs-fieldtype-select .input:after {
  background-image: url(//1906005.fs1.hubspotusercontent-na1.net/hubfs/1906005/raw_assets/public/BannerFlow_March2023/images/arrow_down-grey.svg);
  background-position: 50%;
  background-repeat: no-repeat;
  border-left: 1px solid #bbbfc8;
  bottom: 1px;
  content: "";
  cursor: pointer;
  pointer-events: none;
  position: absolute;
  right: 1px;
  top: 1px;
  -webkit-transition: .25s ease-in-out;
  transition: .25s ease-in-out;
  width: 3rem;
  width: 60px;
  z-index: 2;
}
.input > .hs-input {
  width:100%;
}
.hs-form-field {
  margin:0;
}
p {
  margin: 0 0 1.5625rem;
}
.bannerflow-milestone .top_sec h2.title {
  padding-top: 8px;
  font-weight: 700;
}
.bannerflow-milestone .top_sec {
  margin: 0;
  padding: 0;
  padding-bottom: 40px;
}
.page-center.full_width {
  padding: 0;
}
.counter-section.bannerflow-milestone .flex_row {
  justify-content: center;
  margin: 0 -20px;
}
.counter-section.bannerflow-milestone .flex_row > div {
  padding: 10px 20px;
}
.counter-section.bannerflow-milestone .item > .inner {
  padding: 0 !important;
  min-height: 0 !important;
  display: block !important;
  min-width: 0 !important;
  text-align: left;
}
.counter-section.bannerflow-milestone .item .count-wrap {
  font-size: 100px;
  line-height: 2.875rem;
  justify-content: flex-start;
  margin-top: 8px;
  font-weight: 700;
}
.counter-section.bannerflow-milestone .item .desc p {
  margin: 0 0 1.5625rem;
  padding-top: 38px;
}
.hs-button.white {
  background-color: #fff!important;
  color: #0058ff!important;
}
.body-container-wrapper .hs-breadcrumb-menu {
  list-style: none;
  margin: 0;
  padding: 0;
  line-height: 1.5;
  display: flex;
  flex-wrap: wrap;
  font-size: 16px;
}
.body-container-wrapper .hs-breadcrumb-menu li {
  padding: 0;
  margin: 0;
  float: none;
}
.body-container-wrapper .hs-breadcrumb-menu li:before {
  content: none;
}
.body-container-wrapper .hs-breadcrumb-menu li * {
  color: #8a8a8a;
  position: relative;
}
.body-container-wrapper .hs-breadcrumb-menu li .hs-breadcrumb-menu-divider {
  padding: 0 10px;
}
.body-container-wrapper .hs-breadcrumb-menu li .hs-breadcrumb-menu-divider:before {
  padding: 0;
}
.body-container-wrapper ol {
  list-style: none;
  margin-block-start: 1em;
  margin-block-end: 1em;
  padding: 0;
  padding-left: 2rem;
  line-height: 1.5;
}
.body-container-wrapper ol li {
  padding-left: 2.5rem;
  margin: 0.3125rem 0;
  text-indent: -2.5rem;
  counter-increment: item;
}
.body-container-wrapper ol li:before {
  content: counter(item);
  text-indent: 0;
  margin-right: 0.9375rem;
  height: 1.5625rem;
  width: 1.5625rem;
  font-size: .875rem;
  font-weight: 700;
  text-align: center;
  line-height: 1.5625rem;
  color: #fff;
  display: inline-block;
  border-radius: 50%;
  background-color: #0058ff;
}
a.hs-button.hs-sec-btn.outline {
  background: transparent;
}
a.hs-button.hs-sec-btn.outline:hover {
  background-color: #0058ff;
  color: #fff!important;
}
body.has_section_menu {
  padding-top: 7.375rem;
}
.cnt-wit-tp-img-wrp.bannerflow-features .cnt-col {
  margin-bottom: 25px;
}
.cnt-wit-tp-img-wrp.bannerflow-features .cnt-col .inner_spacing {
  -webkit-box-shadow: 0 35px 35px -20px rgba(0,0,0,.2);
  box-shadow: 0 35px 35px -20px rgba(0,0,0,.2);
  background-color: #fff;
  height: 100%;
  border-radius: 0.375rem;
  padding: 50px 30px;
  overflow: hidden;

  padding: 50px 30px 115px;
  position: relative;
}

.cnt-wit-tp-img-wrp .col-btn-grp {
  position: absolute;
  bottom: 50px;
}
.cnt-wit-tp-img-wrp.bannerflow-features .cnt-col .inner_spacing .tp-img {
  margin-left: -30px;
  margin-right: -30px;
  margin-top: -50px;
  margin-bottom:50px;
}
.cnt-wit-tp-img-wrp.bannerflow-features .title {
  font-weight: 500;
}
.cnt-wit-tp-img-wrp.bannerflow-features .top_sec.noButton {
  padding: 0;
  margin-bottom: 3rem;
}
.bannerflow-banner .banner-content-inner {
  max-width: 545px;
}

/* Radio display on form padding adjustments August 16th 2023*/

li.hs-form-radio 
{padding:6px;
padding-left:0;}


/*End*/

.hs-form-radio-display input[type=radio] {
  margin-right: 0.3125rem;
  width: auto!important;
}
form .hs-form-radio-display {
  margin-top: 0!important;
}
form .hs-form-radio-display span {
  color: #757781;
}
.bannerflow-banner p {
  margin-bottom: 1.25rem !important;
  font-size: 1.125rem;
  line-height: 1.875rem;
}
.testimonials_slider.bannerflow-testimonial {
  padding-bottom: 122px;
  padding-top: 110px;
}
.testimonials_slider.bannerflow-testimonial {
  position: relative;
  z-index: 1;
}
.testimonials_slider.bannerflow-testimonial .testmn_inner {
  box-shadow: none;
  border-radius: 0;
}
.testimonials_slider.bannerflow-testimonial .icon_inner {
  display: block;
  margin: 0;
  overflow: initial;
  margin-bottom: 2.5rem;
}
.testimonials_slider.bannerflow-testimonial .icon_inner .icon_img {
  border-radius: 0;
  width: auto;
  height: auto;
  overflow: initial;
}
.testimonials_slider.bannerflow-testimonial .icon_inner .icon_img img {
  max-height: 2.375rem;
  height: 100%;
  margin-bottom: 1.5625rem;
  width: auto;
}
.testimonials_slider.bannerflow-testimonial .testmn_inner {
  max-width: 640px;
}
.testimonials_slider.bannerflow-testimonial .card_quote p {
  font-family: Roboto Slab,Courier New;
  font-weight: 400;
  margin: 0;
  font-size: 24px;
  line-height: 30px;
  margin-bottom: 1.875rem;
}
.testimonials_slider.bannerflow-testimonial .card_content {
  margin: 0 0 1.5625rem;
}
.testimonials_slider.bannerflow-testimonial .hs-sec-btn {
  background-color: #fff!important;
  color: #0058ff!important;
  border: none !important;
}
.testimonials_slider.bannerflow-testimonial .hs-button,
.testimonials_slider.bannerflow-testimonial .hs-sec-btn {
  padding: 0.9375rem 2.8125rem !important;
  font-size: .975rem!important;
  font-weight: 700 !important;
  letter-spacing: .025rem;
  line-height: 1.4375rem;
}
.simple-banner.bannerflow-banner.small-height {
  min-height: 25.25rem;
  padding-bottom: 30px;
  padding-top: 30px;
}
.cnt-wit-tp-img-wrp.bannerflow-features .col-title {
  font-size: 1.125rem;
  line-height: 1.3;
  font-weight: 700;
  margin: 0 0 0.5rem;
}
.bannerflow-button .hs-sec-btn {
  background-color: #fff!important;
  color: #0058ff!important;
}
.bannerflow-button .hs-sec-btn.theme {
  padding: 0.9375rem 2.8125rem;
  font-size: .975rem!important;
  font-weight: 700;
}
.testimonials_slider.bannerflow-testimonial .card_content h4 {
  font-weight: inherit;
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
  margin: 0;
}
.transparent-btn a.hs-sec-btn:not(:hover) {
  background-color: transparent;
}
.cnt-wit-tp-img-wrp.bannerflow-features .flex_row {
  justify-content: center;
}
@media print, screen and (min-width: 67.875em) {
  body.has_section_menu {
    padding-top: 9.375rem;
  }
  .bannerflow-banner p {
    margin-bottom: 2.5rem !important;
    font-size: 1.375rem;
    line-height: 2.25rem;
  }
}
@media(min-width: 768px) {
  .testimonials_slider.bannerflow-testimonial .icon_inner .icon_img img {
    max-height: 3.75rem;
    margin-bottom: 2.5rem;
  }
  .testimonials_slider.bannerflow-testimonial .card_quote p {
    font-size: 30px;
    line-height: 42px;
  }
  .cnt-wit-tp-img-wrp.bannerflow-features .col-title {
    font-size: 1.25rem;
    line-height: 1.3;
  }
}
@media(max-width: 767px) {
  .counter-section.bannerflow-milestone .item .count-wrap {
    font-size: 50px;
  }
  .hs-button, .hs-sec-btn {
    padding: 15px 45px !important;
  }

  .cnt-wit-tp-img-wrp .col-btn-grp .hs-sec-btn {
    padding: 15px 15px!important;
  }
} 

/* On-Scroll Show Button CSS for Landing Pages Oct 2023*/

.fade-in {
  background: white;
  height: 100px;
  width: 300px;
  margin-bottom: 20px;
  opactiy:0;
  transform: translateY(40%);
  transition: all 2s ease-out;
}

.active {
  opacity: 4;
  transform: translateY(0);
}


ul.  .hs_cos_wrapper hs_cos_wrapper_widget hs_cos_wrapper_type_post_filter {
  list-style-type: none; /* Remove default bullets */
  padding: 0; /* Remove padding */
  margin: 0; /* Remove margin */
}

ul.  .hs_cos_wrapper hs_cos_wrapper_widget hs_cos_wrapper_type_post_filter li {
  display: inline-block; /* Display items horizontally */
  border: 1px solid #000; /* 1px border around each item */
  padding: 5px; /* Add some padding inside the border */
  margin-right: 5px; /* Add some space between items */
}



.resources_page .dnd-section {
  padding-top: 45px;
  padding-bottom: 45px;
}

.resources_page [class*="full-width-section"].dnd-section > .row-fluid, .resources_page [class*="full-width-section"].dnd-section {
  padding:0;
}

.resources_page .widget-type-header h3, .resources_page .form-title {
  color: #0058ff;
}

.resources_page .widget-type-rich_text img {
  display: block;
}

.resources_page .pillar-menu li {
  display: block;
  padding: 0.625rem 0 0.625rem 1.3125rem;
  font-size: .875rem;
}

.resources_page .pillar-menu li a {
  color: #757781;
}
.resources_page .widget-type-rich_text p a {
  text-decoration: underline;
  color: #0058ff;
}
.bannerflow-features.white_title h3.title {
  color: #fff !important;
}
.faq_page .embed_container .iframe_wrapper {
  height: 600px;
}
.faq_page .embed_container {
  width: 84.433333%;
  margin: 0 auto;
  display: block;
  border-radius: 9px;
}
.faq_page .embed_container iframe {
  left: 0;
  max-height: 100%;
  max-width: 100%;
  position: absolute;
  right: 0;
  top: 0;
  border-radius: 10px;
}
ol[data-target="order_list"] li:before {
  background-color: #fff;
  color: #0058ff;
}
.advanced-testimonial-wrapper.customer-success .content-block p {
  margin: 0;
}
.simple-banner.dnd_padd.in-house-bnr {
  height: calc(100vh - 20px);
  max-height: 46.25rem;
  padding: 0;
}
.simple-banner.dnd_padd.in-house-bnr .banner-content-inner {
  max-width: 545px;
  padding: 7.1875rem 0;
  position: relative;
  z-index: 99;
}
.simple-banner.dnd_padd.in-house-bnr .banner-content-inner p {
  margin-bottom: 2.5rem;
  font-size: 1.375rem;
  line-height: 2.25rem;
}
.cm-ad-banner-wrapper.customer-success .btn-col:last-child a.hs-button.white {
  background-color: #0058ff !important;
  -webkit-box-shadow: rgba(0,0,0,.1) 0 4px 12px;
  box-shadow: 0 4px 12px rgba(0,0,0,.1);
  white-space: nowrap;
  border: 1px solid #fff;
  color: #fff !important;
}
.cm-ad-banner-wrapper.customer-success .btn-col:last-child a.hs-button.white:hover {
  background-color: #fff !important;
  color: #0058ff !important;
  border: 1px solid transparent !important;
}
.advanced-accordion ul li:before {
  display: none !important;
}
.advanced-accordion .tab-content .tab-content-left ul li{
  text-indent: unset !important;
}
.topbar-wrap {
  position: relative;
  z-index: 99999;
  background: #fff;
}
.header_area-module-2.banner-with-border {
  padding: 267px 15px;
}
.cnt-wit-tp-img-wrp.content-with-top-sec {
  padding-bottom: 10rem;
  padding-top: 10rem;
}
.cnt-wit-tp-img-wrp.content-with-top-sec .page-center {
  max-width: 88.4375rem;
  padding-right: 1.25rem;
  padding-left: 1.25rem;
}
.cnt-wit-tp-img-wrp.content-with-top-sec .flex-row.flex_row {
  margin-left: -1.25rem;
  margin-right: -1.25rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  row-gap: 0;
}
.cnt-wit-tp-img-wrp.content-with-top-sec .flex-row.flex_row .cnt-col.center_aln.col3 {
  margin-bottom: 25px;
  background-color: #fff;
  border-radius: 0.375rem;
  overflow: hidden;
  -webkit-box-shadow: 0 35px 35px -20px rgba(0,0,0,.2);
  box-shadow: 0 35px 35px -20px rgba(0,0,0,.2);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  width: calc(25% - 2.5rem);
  margin-left: 1.25rem;
  margin-right: 1.25rem;
  padding: 0;
  max-width: 25%;
}
.cnt-wit-tp-img-wrp.content-with-top-sec .flex-row.flex_row .tp-img-cnt {
  padding: 3.125rem 1.875rem 1.5625rem;
}
.cnt-wit-tp-img-wrp.content-with-top-sec .flex-row.flex_row .tp-img-cnt h3.col-title {
  font-weight: 700;
  font-family: Montserrat,Helvetica,Arial,sans-serif;
  font-size: 1.25rem;
  line-height: 1.3;
  color: #010101;
  text-align: left;
  margin: 0 0 0.5rem;
}
.cnt-wit-tp-img-wrp.content-with-top-sec .flex-row.flex_row .cnt-col.center_aln.col3 .tp-img {
  margin: 0;
}
.about-page ul.inputs-list.multi-container .hs-form-checkbox input {
  float: left !important;
  width: auto !important;
  margin-top: 4px;
}
.about-page form .hs_choose_what_sizes_you_need_for_your_creative_set ul.inputs-list.multi-container {
  columns: 2;
}
.about-page form .hs_choose_what_sizes_you_need_for_your_creative_set ul.inputs-list.multi-container label,
.about-page form .hs_choose_output ul.inputs-list.multi-container label,
.about-page form .hs_output_platform ul.inputs-list.multi-container label{
  margin: 0;
}
.about-page form .hs_by_checking_this_box_i_consent_to_receive_marketing_materials_concerning_relevant_products__service span {
  margin: 0;
  color: #757781;
  padding-left: 25px;
  padding-top: 5px;
  font-size: .875rem;
  font-weight: 700;
}
.about-page form .hs_submit {
  padding-top: 30px;
}
.cnt-wit-tp-img-wrp.content-with-top-sec.small-spacing {
  padding-top: 5rem;
}
.cm-ad-content-width-img-wrapper.content_with_bg.black_color .content-holder.content_color * {
  color: #424242 !important;
}
.cm-ad-content-width-img-wrapper.content_with_bg.black_color .content-holder.content_color p {
  font-weight: 400;
  font-size: 1.125rem;
  font-family: Roboto,Helvetica,Arial,sans-serif;
}
.cm-ad-content-width-img-wrapper.content_with_bg.black_color img {
  border-radius: 0.375rem;
}
.cm-ad-content-width-img-wrapper.content_with_bg.black_color .content-holder.content_color ul li {
  font-size: 1.125rem;
  padding-left: 1.875rem;
  text-indent: -2.125rem;
  list-style: none;
  color: #424242;
  font-family: Roboto,Helvetica,Arial,sans-serif;
}
.cm-ad-content-width-img-wrapper.image_alignment_right.two_col .feat-sec.content_color .feat-col {
  width: 100%;
  padding-bottom: 0;
}
.cm-ad-content-width-img-wrapper.image_alignment_right.two_col .feat-sec.content_color {
  padding: 0;
}
.cm-ad-content-width-img-wrapper.image_alignment_right.two_col .feat-sec.content_color p {
  font-family: Roboto,Helvetica,Arial,sans-serif;
  font-size: 1.125rem;
  line-height: 1.7;
}
.section-page-menu .bar-wrap .hs-menu-wrapper>ul>li .mob-menu-opener {
  display: none;
}
.section-page-menu .bar-wrap .hs-menu-wrapper>ul>li>a{
  pointer-events: none;
}

@media(min-width: 1086px){
  section.package-module .package-row .package-row-main .package-row__feature h3.title-mobile {
    display: none;
  }
  section.package-module .package-row .package-row-children .package-row-children__child .package-row__feature.c1 h3.title-mobile {
    display: none;
  }
}

@media(max-width: 1085px){
  section.package-module .package-module__inner .package-columns {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  section.package-module .package-col {
    width: 386px;
    max-width: 100%;
    margin: 0 auto 12px;
  }
  .cnt-wit-tp-img-wrp.content-with-top-sec .flex-row.flex_row .tp-img-cnt {
    padding: 3.125rem 0.875rem 1.5625rem;
  }
  .header_area-module-2.banner-with-border {
    padding: 77px 15px;
    min-height: 257px;
  }
  .cm-ad-banner-wrapper.image_alignment_right.large-height.mob-white-text .content-holder.content_color * {
    color: #ffffff !important;
  }
  .section-page-menu .bar-wrap ul li {
    padding: 0 10px !important;
  }
}

@media(max-width: 767px){
  .faq_page .embed_container {
    border-radius: 9px;
    display: block;
    margin: 0 auto;
    width: 100%;
  }
  .resources_page .pillar-menu li{
    padding: 0.625rem 0 0.625rem 0;
  }
  .pillar-menu {
    padding-top: 40px;
  }
  .cnt-wit-tp-img-wrp.bannerflow-features .cnt-col .inner_spacing{
    padding: 50px 15px 115px;
  }
  .cnt-wit-tp-img-wrp.content-with-top-sec .flex-row.flex_row {
    display: block;
  }
  .cnt-wit-tp-img-wrp.content-with-top-sec .flex-row.flex_row .cnt-col.center_aln.col3 {
    width: 100%;
    max-width: 100%;
  }
  .cnt-wit-tp-img-wrp.content-with-top-sec .flex-row.flex_row .tp-img-cnt h3.col-title {
    text-align: center;
  }
  .cnt-wit-tp-img-wrp.content-with-top-sec {
    padding-bottom: 5rem;
    padding-top: 5rem;
  }
  .cnt-wit-tp-img-wrp.content-with-top-sec .flex-row.flex_row .cnt-col.center_aln.col3 {
    max-width: 100%;
    width: 100%;
    margin: 0;
  }
  .cnt-wit-tp-img-wrp.content-with-top-sec .flex-row.flex_row .tp-img-cnt {
    padding: 1.125rem 0.875rem 1.5625rem;
  }
  .section-page-menu .bar-wrap .hs-menu-wrapper>ul>li>ul {
    justify-content: flex-start !important;
  }
  .section-page-menu .bar-wrap .hs-menu-wrapper>ul>li>ul {
    flex-direction: column !important;
  }
  .header_area-module-2.banner-with-border {
    min-height: unset;
    padding: 20vw 15px;
  }
  .section-page-menu .bar-wrap ul li {
    display: flex !important;
    flex-direction: column;
    justify-content: flex-start !important;
    align-items: unset !important;
    padding: 0 !important;
    position: relative;
  }
  .section-page-menu .bar-wrap .hs-menu-wrapper>ul>li .mob-menu-opener {
    display: inline-block;
    position: absolute;
    right: 30px;
    z-index: 0;
    top: 5px;
  }
  .section-page-menu .bar-wrap .hs-menu-wrapper>ul>li .mob-menu-opener svg {
    fill: #fff;
  }
  .section-page-menu .bar-wrap .hs-menu-wrapper>ul>li>ul {
    display: none;
  }
  .section-page-menu .bar-wrap .hs-menu-wrapper>ul>li>a{
    pointer-events: unset;
  }
  .section-page-menu {
    position: absolute;
    width: 100%;
    z-index: 999;
  }
  .section-page-menu .bar-wrap .hs-menu-wrapper>ul>li.acc-open span.mob-menu-opener {
    -webkit-transform: rotateX(180deg);
    transform: rotateX(180deg);
    -webkit-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
  }
}


@media(max-width: 480px){
  .cm-ad-content-width-img-wrapper .quote .align-middle {
    display: block !important;
  }
  .cm-ad-content-width-img-wrapper .quote .quote__author {
    padding-top: 15px !important;
  }
  .cm-ad-content-width-img-wrapper .quote {
    padding: 0.875rem !important;
  }
}


@media(max-width: 400px){
  .get-in-touch-wrapper .hs_phone select {
    margin-bottom: 18px;
  }
}


/* ****** ******** ****** */
/* ****** Blog V3 ****** */
/* ****** ******** ****** */

.blog-index-v3-bnr-sec .dnd-section>.row-fluid>[class*=span].dnd-module {
  padding: 0;
}

.body-container-wrapper .blog-breadcrumb {
  padding: 12px 0;
}


.body-container-wrapper .blog-breadcrumb ol,
.body-container-wrapper .blog-breadcrumb ul{
  margin: 0;
  padding: 0;
  list-style: none;
}

.body-container-wrapper .blog-breadcrumb ul li {
  list-style: none;
  display: inline-block;
  text-indent: unset;
  margin: 0;
  padding: 0;
  text-indent: unset;
}
.body-container-wrapper .blog-breadcrumb ul li:before {
  display: none !important;
}

.body-container-wrapper .blog-breadcrumb ul li a {
  color: #8a8a8a;
  position: relative;
}
.body-container-wrapper .blog-breadcrumb ul li a.inactive {
  pointer-events: none;
}

.blog-meta {
  font-weight: 600;
  text-transform: uppercase;
  font-size: .8125rem;
  line-height: 1.5;
  margin: 0 0 1.5625rem;
  display: flex;
  flex-wrap: wrap;
}
.blog-meta > div + div:before {
  content: '|';
  color: #0058ff;
  margin-left: 4px;
}

.blog-meta a:hover {
  text-decoration: underline;
  color: inherit;
}

.body-container-wrapper ol li:before {
  background-color: #0058ff;
  border-radius: 50%;
  color: #fff;
  content: counter(item);
  display: inline-block;
  font-size: .875rem;
  font-weight: 700;
  height: 1.5625rem;
  line-height: 1.5625rem;
  margin-right: 0.9375rem;
  text-align: center;
  text-indent: 0;
  width: 1.5625rem;
}


.blog-listing-v3 {
  padding-top: 3.5rem;
  display: flex;
  flex-wrap: wrap;
  margin-left: -10px;
  margin-right: -10px;
}

.blog-listing-v3 .post-itm {
  width: 100%;
  padding: 0 10px;
}
.blog-listing-v3 .post-itm-inner {
  height: 100%;
  padding-bottom: 3rem;
}
.blog-listing-v3 .featured-image {
  height: 7.5rem;
  overflow: hidden;
  margin-bottom: 1.5em;
}
.blog-listing-v3 .featured-image img {
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: top;
  object-position: top;
  height: 100%;
  width: 100%;
}



.blog-listing-v3 .post-itm-title {
  font-family: Montserrat,Helvetica,Arial,sans-serif;
  font-size: 1.125rem;
  line-height: 1.3;
  font-weight: 700;
  margin: 0 0 0.5rem;
  color: #010101;
}
.blog-listing-v3 .post-itm-title a {
  text-decoration: none;
}
.blog-listing-v3 .post-itm-title a:hover {
  text-decoration: underline;
  color: inherit;
}
.blog-listing-v3 a.read-more {
  font-size: .875rem;
  text-decoration: underline;
  color: #0058ff;
  display: block;
}

.blog-pagination-sec {
  text-align: center;
  padding: 20px 0 40px;
}

.blog-pagination-sec a {
  display: inline-block;
  margin: 4px 2px;
  border: 1px solid rgba(0,88,255,.5);
  background: #fff;
  color: #0058ff;
  -webkit-transition: all .2s ease;
  transition: all .2s ease;
  display: inline-block;
  padding: 3px 9px 1px;
  border-radius: 3px;
}

.blog-pagination-sec a:hover {
  background: rgba(0,88,255,.1);
}

.blog-pagination-sec a.inactive {
  display: none;
}

.blog-pagination-sec a.active {
  font-weight: 700;
  background: #0058ff;
  border: 1px solid #0058ff;
  color: #fff;
  cursor: default;
}

@media  (min-width: 40em) {


}






.blog-post-wrap {
  padding-bottom: 1.875rem;
  padding-top: 1.875rem;
}
.blog-post-v3-inn-wrap {
  width: 100%;
  margin: 0 auto;
  padding-top: 1.875rem;

}
.blog-post-v3-featured-img {
  width: 100%;
  margin: 0 auto;
}
.blog-post-v3-featured-img img {
  width: 100%;
}
.blog-post-v3-wrap .blog-meta {
  font-size: .8125rem;
  line-height: 1.5;
  margin-bottom: 0.3125rem;
}
.blog-post-v3-wrap h1.post-heading {
  font-weight: 500;
  color: #010101;
  margin-top: 0;
  margin-bottom: 1.25rem;
  font-size: 1.875rem;
  line-height: 1.4;
}

h1::first-letter {text-transform: uppercase;}

.body-container-wrapper .blog-post-v3-wrap .blog-post__body ul {
  list-style: none;
  margin: 0 0 20px 0;
  padding: 0;
}
.body-container-wrapper .blog-post-v3-wrap .blog-post__body ul li {
  padding-left: 1.875rem;
  text-indent: -1.875rem;
  list-style: none;
  display: list-item;
}
.blog-post-v3-wrap .actions .hs-button {
  margin-top: 20px;
}

.blog-post-v3-wrap .no-margin-bottom {
  margin-bottom: 0!important;
}
.blog-post-v3-wrap .text-strong {
  font-weight: 600;
}
.blog-post-v3-social-share a {
  padding: 0!important;
  margin: 2px;
  cursor: pointer;
  transition: none;
  font-size: .875rem;
  text-decoration: underline;
  color: #0058ff;
  text-decoration: none;
  display: inline-block;


}
.blog-post-v3-social-share a > span {
  overflow: hidden;
  padding: 0;
  pointer-events: none;
  float: none;
  background-repeat: repeat;
  display: inline-block;
  opacity: 1;
  border-radius: 0!important;
  height: 32px;
  line-height: 32px;
  width: 32px;
}

.blog-post-v3-social-share {
  display: flex;
  flex-wrap: wrap;
  padding-bottom: 80px;
}
.blog-post-v3-social-share .a2a_s_facebook {
  background-color: #3b5998!important;
}

.blog-post-v3-related {
  padding-bottom: 1.875rem;
  padding-top: 1.875rem;
}
.blog-listing-v3.blog-post-v3-related-listing {
  padding-top: 0;
}
.blog-post-v3-related .related-head {
  padding-bottom: 1.875rem;
}
.blog-post-v3-related h3.related-heading {
  margin: 0 0 0.5rem;
  font-size: 1.375rem;
  line-height: 1.3;
  font-weight: 500;
  text-align: center;
}

.custom-categories {
  padding: 40px 0 0;
}
.custom-categories ul {
  padding: 0 !important;
  margin: 0 !important;
  text-align: center;
  line-height: normal;
}
.custom-categories ul li {
  padding: 5px !IMPORTANT;
  margin: 0 !important;
  list-style: none;
  display: inline-block;
  text-indent: 0 !important;
}
.custom-categories ul li:before {
  display: none !important;

}


.custom-categories ul li a {
  display: inline-block;
  border: 1px solid #0058ff;
  color: #0058ff;
  text-decoration: none;
  border-radius: 6px;
  padding: 0.7rem 1.25rem;
  font-size: 14px;
  font-weight: 700;
  -webkit-transition: all .4s ease;
  transition: all .4s ease;
      line-height: 1.5;

}
.custom-categories ul li a:hover {
  background: #0058ff;
  color: #fff;
}

.custom-categories a.categories-toggle {
  display: none;
}


@media  (min-width: 40em) {
  .blog-meta {
    line-height: 1.7;
  }
  .blog-listing-v3 .post-itm {
    width: 50%;
  }
  .blog-listing-v3 .post-itm .meta {
    line-height: 1.7;
  }


  .blog-post-v3-wrap {
    padding-bottom: 2.5rem;
    padding-top: 2.5rem;
    margin-left: -0.625rem;
    margin-right: -0.625rem;
  }
  .blog-post-v3-inn-wrap {
    width: calc(83.33333333% - 1.25rem);
    padding-top: 2.5rem;

  }
  .blog-post-v3-featured-img {
    width: calc(91.66666667% - 1.25rem);
  }
  .blog-post-v3-wrap .blog-meta {
    font-size: .875rem;
  }
  .blog-post-v3-wrap h1.post-heading {
    font-size: 2rem;
  }
  .blog-post-v3-related {
    padding-bottom: 2.5rem;
    padding-top: 2.5rem;
  }
  .blog-post-v3-related .related-head {
    padding-bottom: 2.5rem;
  }
}

@media  (min-width: 67.875em) {
  .blog-listing-v3 {
    margin-left: -20px;
    margin-right: -20px;
  }
  .blog-listing-v3 .post-itm {
    width: 25%;
    padding: 0 20px;
  }
  .blog-listing-v3 .post-itm-title {
    font-size: 1.25rem;
    line-height: 1.3;
  }

  .blog-listing-v3 a.read-more {
    font-size: 1.125rem;
  }
  .blog-listing-v3 a.read-more:hover:after {
    -webkit-transform: translateX(4px);
    transform: translateX(4px);
  }

  .blog-listing-v3 a.read-more:after {
    content: "";
    width: 20px;
    height: 20px;
    margin-left: 4px;
    background-image: url(//1906005.fs1.hubspotusercontent-na1.net/hubfs/1906005/raw_assets/public/BannerFlow_March2023/images/link_arrow.svg) ;
    background-repeat: no-repeat;
    position: relative;
    top: 4px;
    opacity: 1;
    display: inline-block;
    -webkit-transition: -webkit-transform .3s ease-out;
    transition: -webkit-transform .3s ease-out;
    transition: transform .3s ease-out;
    transition: transform .3s ease-out,-webkit-transform .3s ease-out;
  }



  .blog-post-v3-wrap {
    padding-bottom: 3.75rem;
    padding-top: 3.75rem;
    margin-left: -1.25rem;
    margin-right: -1.25rem;
  }
  .blog-post-v3-inn-wrap {
    width: calc(58.33333333% - 2.5rem);
    margin: 0 auto;
    padding-top: 3.75rem;

  }
  .blog-post-v3-featured-img {
    width: calc(66.66666667% - 2.5rem);
  }
  .blog-post-v3-wrap .blog-meta {
    font-size: .9375rem;
  }
  .blog-post-v3-wrap h1.post-heading {
    font-size: 2.75rem;
    line-height: 3.375rem;
  }

  .body-container-wrapper .blog-post-v3-wrap .blog-post__body ul li {
    font-size: 1.125rem;

  }
  .blog-post-v3-social-share a {
    font-size: 1.125rem;
  }

  .blog-post-v3-related {
    padding-bottom: 3.75rem;
    padding-top: 3.75rem;
  }
  .blog-post-v3-related .related-head {
    padding-bottom: 3.75rem;
  }
  .blog-post-v3-related h3.related-heading {
    font-size: 1.5rem;
    line-height: 2.25rem;
  }

  .cm-featured-post-sec .featured-item a.read-more:after {
    content: "";
    width: 20px;
    height: 20px;
    margin-left: 4px;
    background-image: url(//1906005.fs1.hubspotusercontent-na1.net/hubfs/1906005/raw_assets/public/BannerFlow_March2023/images/link_arrow.svg) ;
    background-repeat: no-repeat;
    position: relative;
    top: 4px;
    opacity: 1;
    display: inline-block;
    -webkit-transition: -webkit-transform .3s ease-out;
    transition: -webkit-transform .3s ease-out;
    transition: transform .3s ease-out;
    transition: transform .3s ease-out,-webkit-transform .3s ease-out;
  }

}



@media screen and (min-width: 108.75em) {
  .blog-post-v3-wrap {
    padding-bottom: 5rem;
    padding-top: 5rem;
  }
  .blog-post-v3-inn-wrap {
    padding-top: 5rem;
  }
  .blog-post-v3-related {
    padding-bottom: 5rem;
    padding-top: 5rem;
  }
  .blog-post-v3-related .related-head {
    padding-bottom: 5rem;
  }
}






@media  (max-width: 39.99875em) {
  .custom-categories a.categories-toggle {
    background: #0058ff;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 0.7rem 1.25rem;
  }
  .custom-categories a.categories-toggle .text {
    font-size: 1rem;
    color: #fff;
    font-weight: 700;
  }
  .custom-categories a.categories-toggle .chevron-down {
    display: block;
    width: 12px;
    height: 8px;
  }
  .custom-categories a.categories-toggle .chevron-down svg {
    width: 100%;
    height: auto;
    display: block;
  }
  .custom-categories a.categories-toggle .chevron-down svg path {
    stroke: #fff;
  }
  .custom-categories ul {
    display: none;
  }
  .custom-categories ul li {
    display: block!important;
    padding: 0 !IMPORTANT;
    margin: -1px 0 0 !IMPORTANT;
  }
  .custom-categories ul li a {
    display: block;
    text-align: left;
    border-radius: 0;
  }
   .custom-categories.open a.categories-toggle .chevron-down svg {
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
}
  
  

}