h2, .h2 {
    font-weight: 400;
}
.body-inner-wrapper .dnd-section > .row-fluid,
.body-inner-wrapper .page-center,
.body-inner-wrapper .content-wrapper{
    padding-left: 5vw;
    padding-right: 5vw;
}
.body-inner-wrapper [class*="full-width-section"].dnd-section > .row-fluid,.accordion_wrap .page-center,
.sidebar .dnd-section > .row-fluid,.sidebar .page-center,.sidebar .content-wrapper,
.blog-sidebar .dnd-section > .row-fluid,.blog-sidebar .page-center,.blog-sidebar .content-wrapper,
.left-dnd-area .dnd-section > .row-fluid,.left-dnd-area .page-center,.left-dnd-area .content-wrapper,
.right-dnd-area .dnd-section > .row-fluid,.right-dnd-area .page-center,.right-dnd-area .content-wrapper{
  padding-left: 0;
    padding-right: 0;
}

.body-inner-wrapper [class*="full-width-section"].dnd-section .bnr_wrp.right .slide_background .page-center {
    width: 100%;
    padding-left: 5vw;
    padding-right: 5vw;
}
.systems-page form{
  max-width:767px;
}
form input[type="search"], 
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{
  height:38px;
  border-width:1px;
  font-family: IBM Plex Sans, sans-serif;
  font-size:14px;
  line-height:20px;
  padding:8px 12px;
  font-weight: 400;
}
.hs-form {
    margin-bottom: 30px;
}
.cm_nv_wrp .cm_nv_inner .custom, .hs-button, .tabber .media-col .form-wrap input.hs-button, form input[type=submit],.hs-sec-btn{
  font-size: .9rem;
    font-weight: 500;
}
.cs-footer {
  padding-left: 5vw;
  padding-right: 5vw;
  background-color: #f5f7f9;
  background-position: 0 0;
  background-image: none;
  background-size: auto;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  padding-top: 3rem;
  padding-bottom: 1.5rem;
  display: flex;
}

.cs-footer .footer-top {
  width: 100%;
}

.cs-footer .footer-top .flex_row.primary_font {
  grid-column-gap: 40px;
  grid-template-rows: auto;
  grid-template-columns: 1.5fr 1fr 1fr 1fr;
  width: 100%;
  grid-row-gap: 16px;
  grid-auto-columns: 1fr;
  display: grid;
}

.cs-footer .col-section.footer-menu1.num1 {
  padding: unset;
}

.cs-footer .footer-menu .hs-menu-wrapper>ul li:first-child a {
  color: #23213a;
  margin-bottom: 32px;
  font-size: 1.15rem;
  font-weight: 600;
  text-decoration: none;
  display: block;
}

.cs-footer .hs-menu-wrapper>ul >li:first-child {
  margin: unset;
}

.cs-footer.footer .hs-menu-wrapper>ul >li {
  margin-top: unset;
  margin-bottom: 14px;
}

.footer .hs-menu-wrapper>ul >li > a {
  color: #23213a;
  font-size: 1.1rem;
  font-weight: 300;
  line-height: 1.4;
  text-decoration: none;
  transition: color .3s;
}

.cs-footer .col-section.footer-menu2.num2 {
  padding: unset;
}

.cs-footer .col-section.footer-menu3.num3 {
  padding: unset;
}

.cs-footer .col-section.footer-menu4.num4 {
  padding: unset;
}

.cs-footer .footer-bottom .flex_row.primary_font {
  grid-row-gap: 16px;
  order: 0;
  grid-template:
    "Area-2 Area"
    "Area-3 Area-4" / 1fr 1fr;
  grid-auto-flow: row;
  align-self: auto;
  place-items: start stretch;
  width: 100%;
  margin-top: 6rem;
  grid-column-gap: 16px;
  grid-auto-columns: 1fr;
  display: grid;
}

.cs-footer .footer-bottom .col-section.num1 {
  padding: unset;
}

.cs-footer .footer-bottom img.hs-image-widget {
  max-width: 140px;

}

.cs-footer .footer-bottom .col-section.num2 {
  padding: unset;
}

.cs-footer .footer-bottom {
  width: 100%;
}

.cs-footer .footer-bottom .col-section.num2 p {
  text-align: right;
  font-size: .8rem;
  font-weight: 300;
  line-height: 1.5;
}


@media(max-width:767px){

  .cs-footer {
    padding-top: 4rem;
  }

  .cs-footer .footer-top .flex_row.primary_font {
    grid-column-gap: 32px;
    grid-row-gap: 32px;
    grid-template-columns: 1.4fr 1fr;
  }

  .cs-footer .footer-menu .hs-menu-wrapper>ul li:first-child a {
    margin-bottom: 24px;
    font-size: 18px;
    line-height: 20px;
  }

  .cs-footer.footer .hs-menu-wrapper>ul>li {
    margin-bottom: 11px;
  }

  .cs-footer .footer-top .hs-menu-wrapper a {
    font-size: 1rem;
  }

  .cs-footer .hs-menu-wrapper>ul>li:first-child {
    margin: unset;
  }


}

@media(max-width:420px){
  .cs-footer {
    padding-top: 4rem;
    padding-bottom: 3rem;
  }

  .cs-footer .footer-top .flex_row.primary_font {
    grid-template-columns: 1fr;
  }

  .cs-footer .footer-menu .hs-menu-wrapper>ul li:first-child a {
    margin-bottom: 16px;
    font-size: 16px;
    line-height: 18px;
  }

  .cs-footer.footer .hs-menu-wrapper>ul>li {
    margin-bottom: 9px;
  }

  .cs-footer .footer-top .hs-menu-wrapper a {
    font-size: 16px;
    line-height: 19px;
  }

  .cs-footer .footer-bottom .flex_row.primary_font {
    display: flex;
    flex-direction: column;
    gap: 25px;
    margin-top:2rem;
  }

  .cs-footer .footer-bottom .col-section.num2 p {
    text-align: left;
  }
}



.cs-header .primary-section .page-center {
  padding-left: 2% !important;
  padding-right: 2% !important;
}

.cs-header .page-center .container-wrapper .nav {
  flex: 1;
  display: flex;
  justify-content: flex-end;
}

.cs-header .page-center .container-wrapper .nav ul.header__menu-wrapper>li>a {
  padding: .5rem 1.2rem;
  font-size: .875rem;
  font-weight: 500;
  line-height: 1.5;
  text-decoration: none;
  transition: color .25s;
  font-family"IBM Plex Sans", font-family: sans-serif;
}

header.header.cs-header .hs-button {
  color: white;
  padding: .5rem 1.2rem;
  font-size: .875rem;
  font-weight: 500;
  line-height: 1.5;
  text-decoration: none;
  transition: color .25s;
  border: none;
}

.header.cs-header .primary-section {
  padding: 24px 0;
}

.cs-header .header__menu--desktop > .header__menu-wrapper {
  gap: 0;
}

.cs-header .primary-section .container-wrapper {
  column-gap: 0;
}

.cs-header .primary-section .container-wrapper .logo-section img {
  border-width: 0px;
  border: 0px;
  width: 140px !important;
  max-height: 2rem;
}


.cs-header .container-wrapper .nav .child-trigger svg:first-child {
  display: none;
}

.cs-header .page-center .container-wrapper .nav ul.header__menu-wrapper>li ul {
  display: flex ;
  flex-direction: column;
  min-width: auto;
  width: auto;
  padding: 14px 5px;
  border: 1px solid rgba(0, 0, 0, 0.07);
  border-radius: 8px;
  transform: none !important;
  box-shadow: none;
}

.cs-header .page-center .container-wrapper .nav ul.header__menu-wrapper>li ul li {
  width: auto !important;
  text-align:left;
}

.cs-header .page-center .container-wrapper .nav ul.header__menu-wrapper>li ul li a {
  font-size: 14px;
  font-weight: 300;
  padding: .5rem 1.2rem;
  white-space: nowrap;
  text-align: left;
  line-height:21px;
  display: inline-block;

  white-space: nowrap;
  background-image: url(https://43571653.fs1.hubspotusercontent-na1.net/hubfs/43571653/Manifold_August2025/Images/673fcb86db1589fc44333335_tdesign--arrow-right.svg);
  background-position: 90%;
  background-repeat: no-repeat;
  background-size: 0;
  margin-left: 0;
  padding-right: 1.5rem;
  font-weight: 300;
  transition-property: all;
  transition-duration: .3s;
}

.cs-header .page-center .container-wrapper .nav ul.header__menu-wrapper>li ul li a:hover{
  background-image: url(https://43571653.fs1.hubspotusercontent-na1.net/hubfs/43571653/Manifold_August2025/Images/673fcb86db1589fc44333335_tdesign--arrow-right.svg);
  background-position: 100%;
  background-repeat: no-repeat;
  background-size: 18px
}

.child-triggerr {
    display: none;
}

.child-trigger {
    margin-left: 8px;
}

.header-wrapper {
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 99;
}

.cs-header .primary-section .container-wrapper .logo-section a {
    display: flex;
}

.header.cs-lp-header .right-section {
    min-height: 37px;
}

.custom-no-navigation .container-wrapper {
    height: auto;
    min-height: auto;
}
.custom-no-navigation {
    height: auto;
}

.footer.footer_section__2.cs-lp-footer .footer-section-1 {
    padding-top: 0;
    padding-bottom: 0;
}

.cs-footer.cs-lp-footer .footer-bottom img.hs-image-widget {
    max-width: 140px;
    width: 100% !important;
}

.cs-footer.cs-lp-footer .footer-bottom .flex_row.primary_font {
    margin-top: 0;
}

.cs-footer .footer-section{
  background:transparent;
}
.cs-footer{
  background-color: rgba(245, 247, 249,1.0) !important;
}
.cs-footer .footer-menu .hs-menu-wrapper>ul li:first-child a{
  color: rgba(0, 0, 0, 1) !important;
}
.footer.cs-footer .hs-menu-wrapper>ul>li>a{
  color: rgba(35, 33, 58,1.0) !important;
}
.footer.cs-footer .hs-menu-wrapper>ul>li>a:hover{
  color: rgba(35, 33, 58,1.0) !important;
}

.child-triggerr:hover svg path {
    opacity: 1;
}
.footer-bottom .footer-logo img{
  transition: all 0.2s;
}
.footer-bottom .footer-logo img:hover {
    transform: scale3d(.97, .97, 1.01);
}
a.header__menu-link.header__menu-link--toggle:after {
    content: none !important;
}

@media(min-width:991px){
  .cs-header .page-center .container-wrapper .nav{
    display:flex !important;
  }
}
@media(max-width:991px){
  .cs-header .page-center .container-wrapper .nav ul.header__menu-wrapper>li ul{
    display:none;
    margin:0 8px;
    margin-top:-12px;
  }

  .cs-header .page-center .container-wrapper .nav {
    background: white;
    min-width: 200px;
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
    overflow: visible;
    display: none ;
    height: auto;
    text-align: left;
    margin-left: 0;
    margin-right: 0;
    padding-top: .5rem;
    padding-bottom: 1.5rem;
    border-bottom: 1px solid #bfc4ce;
  }

  header.header.cs-header .nav .header__menu.header__menu--desktop {
    min-height: auto;
    height: auto;
            max-height: calc(100vh - 78px);
  }

  header.header.cs-header .nav .header__menu.header__menu--desktop> ul {
    padding: 0;
    margin-bottom: 0;
  }

  header.header.cs-header .hs-button {
    background-color: black;
    color: #fff;
    border-radius: 4px;
    opacity: 1;
    transform: translate3d(0px, 0px, 0px) scale3d(1, 1, 1) rotateX(0deg) rotateY(0deg) rotateZ(0deg) skew(0deg, 0deg);
    transform-style: preserve-3d;
    width: 100%;
    padding: 1rem 2.5rem;
    font-size: .875rem;
    font-weight: 500;
    line-height: 1.5;
    text-decoration: none;
    transition: color .25s;
    border: none;
  }
  header.header.cs-header  .top-section{
    display:block;
    padding:15px !important;
  }

  .cs-header .page-center .container-wrapper .nav ul.header__menu-wrapper>li {
    border: none !important;
  }

  .cs-header .page-center .container-wrapper .nav ul.header__menu-wrapper>li>a {
    padding: 16px 40px;
  }
  
  header.header .top-section.mobile_section .btn-section a {
    width: 100%;
    text-align: left;
}

   header.header.cs-header .top-section.mobile_section .page-center {
    padding: 0 !important;
}

header.header.cs-header .top-section.mobile_section .page-center .btn-section.col12 {
    padding: 0;
}
  
  header.header.cs-header .mobile-close-icon {
    display: none;
}
  
  .cs-header .mobile-child-trigger {
    display: none !important;
}
  
  
 .child-triggerr {
    background: transparent;   
    cursor: pointer;
    display: block;
    height: 53px;
    left: 0;
    margin: 0;
    position: absolute;
    right: 0;
    top: 0;
    width: 100%;
    z-index: 2;
       display: flex;
    justify-content: flex-end;
    padding-right: 40px;
    align-items: center;
}

  .cs-header .page-center .container-wrapper .nav ul.header__menu-wrapper>li ul {
    padding: 7px 0;
}
  
  .child-triggerr svg path {
    opacity: 0.7;
}
  
  .cs-header .primary-section .page-center {
    padding-left: 2.5rem !important;
    padding-right: 2.5rem !important;
}
  
 .cs-header .cst-humburger-icon span.trigger {
    background-color: #1f2c3d;
    border-radius: 1rem;
    width: 1.25rem;
    height: .125rem;
}

.header.cs-header .cst-humburger-icon .trigger:nth-child(1) {
    margin: 0;
}

.header.cs-header .cst-humburger-icon .trigger:nth-child(2) {
    margin: 0;
    margin-top: .25rem;
    margin-bottom: .25rem;
}

.header.cs-header .cst-humburger-icon .trigger:nth-child(3) {
    margin: 0;
} 
  .header.cs-header .container-wrapper .right-section {
    width: auto;
    padding: 8px;
}
  
   .header.cs-header .mobile-open .cst-humburger-icon .trigger:nth-child(1){
        transform: translate3d(0px, 0.375rem, 0px) scale3d(1, 1, 1) rotateX(0deg) rotateY(0deg) rotateZ(45deg) skew(0deg, 0deg);
    transform-style: preserve-3d;
   }
   .header.cs-header .mobile-open .cst-humburger-icon .trigger:nth-child(2){
    width: 0rem;
    height: 2px;
   }
   .header.cs-header .mobile-open .cst-humburger-icon .trigger:nth-child(3){
          transform: translate3d(0px, -0.375rem, 0px) scale3d(1, 1, 1) rotateX(0deg) rotateY(0deg) rotateZ(-45deg) skew(0deg, 0deg);
    transform-style: preserve-3d;
   } 
  header.header.cs-header .top-section.mobile_section{
         padding-top: 0 !important;
  }
  
  .cs-header .page-center .container-wrapper .nav ul.header__menu-wrapper>li ul li a{
    padding: 16px 32px !important;
    padding-right:24px !important;
            width: 95%;
  }
  .header.cs-lp-header .right-section {
    min-height: 30px;
}
  .cs-header .page-center .container-wrapper .nav ul.header__menu-wrapper>li>a{
     opacity: 0;
            transition: all 0.3s;
            transform: translateY(5px);
  }
  
.cs-header .page-center .container-wrapper .nav ul.header__menu-wrapper>li>a.visible {
    opacity: 1;
  transform: translateY(0);
}
  header.header .top-section.mobile_section .btn-section a {
    opacity: 0;
    transition: all 0.3s;
    transform: translateY(5px);
}

header.header .top-section.mobile_section .btn-section a.visible {
    opacity: 1;
    transform: translateY(0);
}
  
}



@media(max-width:767px){
  .cs-header .primary-section .page-center {
    padding-left: 20px !important;
    padding-right: 20px !important;
}
}


@media(max-width:479px){
  .cs-header .page-center .container-wrapper .nav ul.header__menu-wrapper>li ul li a{
    width:100%;
  }
  
  .cs-header .primary-section .container-wrapper .logo-section img {
    width: 130px !important;
}
  .cs-header .primary-section .page-center {
    padding-left: 16px !important;
    padding-right: 16px !important;
}
  .cs-header .page-center .container-wrapper .nav ul.header__menu-wrapper>li>a {
    padding-left: 24px;
}
  .child-triggerr{
            padding-right: 24px;
  }
  .cs-header .page-center .container-wrapper .nav ul.header__menu-wrapper>li ul li {
    margin-right: 19.33px;
}
  .cs-header .page-center .container-wrapper .nav ul.header__menu-wrapper>li ul li a{
    padding: 8px 16px !important;
  }
  
}