html{
  background-color: rgba(37, 44, 56,1.0);
}
.body-container-wrapper{
  background-color : rgba(255, 255, 255,1.0)
}
html body{
  background-color : transparent !important;
}
.cm-header .top-section {
  padding: 10px 0 0 0;
}

.cm-header .top-section .page-center {
  padding: 10px 0;
}

.cm-header hr.top-section_hr {
  display: none;
}

.actions .hs-button {

  border: none !important;
}
.cm-header .top-section .contact-section svg {
  width: 14px;
  height: 14px;
  fill: #008fc4;
  margin-left: 3.5px;
}

.cm-header .top-section .contact-section>ul {
  list-style-type: none;
  display: flex;
  margin: 0;
  padding: 0;
}

.cm-header .top-section .col4.gb_flex {
  padding: 0;
  width: 100%;
  gap: 20px;
}

.cm-header .top-section .social-share ul>li:not(:last-child) {
  margin: 0;
}



.cm-header .top-section span.det_txt {
  font-size:11.99999999988px;   
}

.cm-header .top-section .social-share>ul svg {
  width: 17px;
  height: 17px;
  display: block;
  position: relative;
}

.cm-header .top-section .contact-section span.det_txt {
color: rgba(255, 255, 255,1.0);
  padding-left: 5px;
  font-weight: 500;
  transition: all 0.3s;
}

.cm-header .top-section .contact-section span.det_txt:hover {
  color: #e9a944;
}


.cm-header .top-section .col4 .contact-section .det_itm:not(:last-child):after {
  border-left: 1px solid #fff;
  content: "";
}

.cm-header .top-section .social-share>ul svg path {
  fill: rgba(255, 255, 255,1.0);
}

.cm-header .top-section .social-share .header_social-share_ul>li>a {
  border-radius: 0;
  height: 30px;
  width: 30.5px;
  transition: all .3s;
  background-color:rgba(0, 143, 196,1.0);
}

.cm-header .top-section .social-share .header_social-share_ul {
  column-gap: 8px;
}

.cm-header .top-section .langauge {
  display: none;
}

.cm-header .top-section .contact-section>ul li:last-child {
  margin-left: 20px;
}

.cm-header .top-section .contact-section>ul li a .det_icn, .cm-header .top-section .contact-section>ul li a .det_icn * {
  font-size:11.99999999988px;   
  display: inline-block;
  max-height: 14px;
  transition: all 0.3s;
}

.cm-header .top-section .contact-section>ul li:first-child {
  border-left: 1px solid #ddd;
}

header.cm-header .primary-section {
  padding-top: 0;
}


.cm-header .top-section .contact-section>ul li:not(:last-child) a {
  margin-inline: calc(40px / 2);
}

.cm-header .primary-container .page-center {
  padding: 10px;
}

.cm-header .primary-container .logo-section {
  padding: 10px;
  width: 30%;
}

.cm-header .primary-container .header__menu .header__menu-wrapper li a {
  padding: 13px 20px;
  font-weight: 600;
  margin-inline-end: 0.5px;
  font-size:15.99999999984px;   
  line-height: 1.25;
}

.cm-header .top-section .contact-section>ul li {
  margin-bottom: 0;
  line-height: 1.125;
}

.cm-header .top-section .cst-inner-wrapper {
  row-gap: 0;
}

.cm-header .container-wrapper .header__menu-wrapper {
  column-gap: 0;
  flex-wrap: nowrap;
}

.cm-header .top-section .contact-section>ul li>a {
  display: inline-flex;
  align-items: center;
}



.cm-header .container-wrapper .nav .btn-section .hs-button {
  font-size:15.99999999984px; 
  font-weight: 500;
  border-radius: 0px 0px 0px 0px;
  padding: 10px 15px 10px 15px;
  line-height: 1;
}

.cm-header .container-wrapper .nav .header__menu-wrapper .child-trigger {
  margin: 0;
  padding: 10px 0 4px 10px;
  margin-block-end: -10px;
  margin-block-start: -10px;
}

.cm-header .primary-section .container-wrapper {
  column-gap: 20px;
}

@media(min-width: 992px){
  .cm-header .primary-section .right-section {
    display: none;
  }

  .cm-header .primary-container .nav{
    width: 70%;
  }

  .cm-header .primary-container .nav {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    column-gap: 20px;
  }
  .cm-header .primary-container nav .contact-section {
    display: none;
  }
  .cm-header .container-wrapper nav .custom-widget-search {
    display: none;
  }
}

.cm-header .primary-container nav .header__menu-wrapper .header__menu-submenu {
  transform: unset;
  padding: 0;
  width: max-content;
}

.cm-header .primary-container nav .header__menu-wrapper .header__menu-submenu li a {
  font-size:12.99999999996px; 
  padding: 9px 20px;
  font-weight: 500;
  line-height: 1.5;
  border-inline-start: 8px solid transparent;
  white-space: nowrap;
}
.cm-header .primary-container nav .header__menu-wrapper .header__menu-submenu li.active > a {
  color:rgba(0, 143, 196,1.0);
}
.cm-header .primary-container nav .header__menu-wrapper .child-trigger svg {
  width: 1em;
  height: 1em;
}

.cm-header .top-section input.e-search-input {
  padding: 0 22.5px 0 10px;
  border-width: 1px;
  font-size:11.99999999988px; 
  border-radius: 0px 0px 0px 0px;
  border: 1px solid #cdcdcd;
  line-height: 1.5;
  height: 32px;
}


.cm-header .top-section .e-search button.e-search-submit {
  background-color: #008FC4;
  padding: 10px;
  display: flex;
  align-items: center;
  flex-direction: row;
  border-radius: 0;
  transition: all 0.3s;
}

.cm-header .top-section form.e-search-form {
  display: flex;
}

.cm-header .top-section form .e-search-submit svg {
  height: 12px;
  fill: #fff;
}

.cm-header .top-section .social-share ul>li a:hover {
  background-color:rgba(233, 169, 68,1.0);

}

.cm-header .social-share ul li>a:hover svg path {
  fill: rgba(255, 255, 255,1.0); !important;
}

.hero-section .bg_el.bg_img {
  transform: scale(1.04772);
}

.cm-header .primary-container nav .header__menu-wrapper .header__menu-item.header__menu-item--depth-1{
  position: relative;
  white-space: nowrap;
}

.cm-header .primary-container .header__menu .header__menu-wrapper .header__menu-item--depth-1:after {
  background-color: #E9A944;
  content: "";
  bottom: 0;
  height: 3px;
  left: 0;
  width: 100%;
  z-index: 2;
  display: block;
  position: absolute;
  transition: .3s;
  transition-timing-function: cubic-bezier(.58, .3, .005, 1);
  opacity: 0;
}

.cm-header .primary-container .header__menu .header__menu-wrapper .header__menu-item--depth-1:hover:after {
  opacity: 1;
}

.cm-header .primary-container .header__menu .header__menu-wrapper .header__menu-item--depth-1.active:after {
  opacity: 1;
}

.cm-header .container-wrapper .nav .btn-section .hs-button:hover {
  background-color: #008FC4;
}

.cm-header .top-section input.e-search-input::placeholder {
  color: #515962;
  opacity: 1;
}

.cm-header .primary-container {
  min-height: unset;
}
.systems-page h1 {
    font-size: 50px;
}
.systems-page h2 {
    font-size: 40px;
}

@media(max-width: 1372px){
  .cm-header .top-section .col4.gb_flex {
    padding: 0 30px 0 0;
  }
}

@media(max-width: 991px){
  .cm-header .primary-container .right-section .cst-humburger-icon svg {
    fill: #fff;
    height: 28px;
    width: 28px;
    line-height: 1;
  }

  .cm-header .primary-container nav .top-section.mobile_section .contact-section>ul {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }

  .cm-header .primary-container nav .top-section.mobile_section .contact-section>ul svg{
    display: none;
  }

  .cm-header .primary-container nav .top-section.mobile_section .contact-section>ul li {
    border: none;
  }

  .cm-header .primary-container nav .top-section.mobile_section .contact-section>ul .det_txt {
    font-size: 18px;
    color: #008FC4;
    line-height: 1.5;
  }

  .cm-header .primary-container .right-section .cst-humburger-icon {
    padding: 8px;
  }

  .cm-header .primary-section {
    padding: 0 10px;
  }

  .cm-header .primary-container .logo-section img {
    max-width: 320px;
    width: auto !important;
  }

  .cm-header .primary-container .page-center {
    padding: 10px 0;
  }

  .cm-header .primary-section .container-wrapper {
    padding: 10px;
  }

  .cm-header .primary-container .logo-section {
    padding: 0;
  }

  .cm-header .nav .header__menu.header__menu--desktop> ul {
    padding-top: 83px !important;
  }

  .cm-header .primary-container .mobile-close-icon svg {
    width: 28px;
    height: 28px;
  }

  .header.cm-header .mobile-close-icon svg path {
    fill: #fff;
  }

  .header.cm-header .mobile-close-icon {
    position: absolute;
    right: 0;
    top: 20px;
    cursor: pointer;
    z-index: 60;
    padding: 0 20px 20px;
    line-height: 1;
  }

  .cm-header .primary-container nav .header__menu-wrapper>li {
    border: none !important;
  }

  .cm-header input.e-search-input {
    padding: 0 22.5px 0 10px;
    border-width: 1px;
    font-size:11.99999999988px; 
    border-radius: 0px 0px 0px 0px;
    border: 1px solid #666;
    line-height: 1.5;
    height: 32px;
  }


  .cm-header .e-search button.e-search-submit {
    background-color: #2d2d2d;
    padding: 24px;
    display: flex;
    align-items: center;
    flex-direction: row;
    border-radius: 0;
    transition: all 0.3s;
    margin-inline-start: 8px;
  }

  .cm-header form.e-search-form {
    display: flex;
  }

  .cm-header form .e-search-submit svg {
    height: 24px;
    fill: #fff;
  }

  .header.cm-header .mobile-open .nav {
    display: block;
    transform: translateX(0);
  }

  .header.cm-header .nav {
    display: block;
    transform: translateX(100%);
    transition: all 0.5s;
  }

  .cm-header .container-wrapper .nav .btn-section .hs-button {
    width: auto;
    border-radius: 3px 3px 3px 3px;
    padding: 15px 40px 15px 40px;
    font-size:18px; 
  }

  .cm-header .container-wrapper nav .top-section.mobile_section .btn-section.col12 {
    text-align: center;
  }

  .cm-header .container-wrapper .nav .top-section.mobile_section .social-share ul>li:not(:last-child) {
    margin: 0;
    background: none;
  }

  .cm-header .container-wrapper .nav .top-section.mobile_section .social-share>ul svg {
    width: 25px;
    height: 25px;
    display: block;
    position: relative;
  }

  .cm-header .container-wrapper .nav .top-section.mobile_section .social-share>ul svg path {
    fill: #fff;
  }

  .cm-header .container-wrapper .nav .top-section.mobile_section .social-share .header_social-share_ul>li>a {
    height: 30px;
    width: 30.5px;
  }
  .cm-header .container-wrapper .nav .top-section.mobile_section .social-share .header_social-share_ul>li>a:hover {
    color: #fff;
    opacity: .9;
  }
  .cm-header .container-wrapper .nav .top-section.mobile_section .social-share .header_social-share_ul {
    column-gap: 8px;
  }

  .cm-header .container-wrapper .nav .top-section.mobile_section .social-share .header_social-share_ul>li {
    background-color: #008fc4;
    border-radius: 10%;
    height: 50px;
    width: 50px;
    display: flex;
    justify-content: center;
    align-items: center;
  }

  .cm-header .container-wrapper.mobile-open .top-section.mobile_section {
    padding-top: 0;
  }


  .cm-header input.e-search-input {
    padding: 16px 28.250px 16px 16px;
    border-width: 1px;
    font-size:15.99999999984px; 
    height: 72px;
  }

  .cm-header .container-wrapper .nav .top-section.mobile_section .social-share .header_social-share_ul>li>span {
    height: 30px;
    width: 30.5px;
  }

  .cm-header .container-wrapper .nav .top-section.mobile_section .social-share>ul>li>span svg {
    width: 25px;
    height: 25px;
    display: block;
    position: relative;
    top: 2px;
    left: 2px;
  }

  .cm-header form.e-search-form {
    display: flex;
    justify-content: center;
  }

  .cm-header .container-wrapper .nav .top-section.mobile_section .social-share {
    margin-right: 0;
    padding: 0 20px;
    display: flex;
    width:100%;
  }

  .cm-header .container-wrapper.mobile-open .header__menu-wrapper {
    margin-bottom: 60px;
  }

  .cm-header .top-section.mobile_section {
    padding-bottom: 30px;
  }

  .cm-header .primary-container .header__menu .header__menu-wrapper .header__menu-item--depth-1:after {
    display: none;
  }

  .cm-header .primary-container nav .custom-widget-search .e-search-input-wrapper {
    width: 100%;
    height: 72px;
  }

  .cm-header .primary-container nav .custom-widget-search {
    padding: 0 20px;
  }

  .cm-header .container-wrapper .nav .top-section.mobile_section .social-share .header_social-share_ul>li:nth-child(1)>a {
    background-color: #000;
    height: 50px;
    width: 50px;
    border-radius: 10%;
  }

  .cm-header .container-wrapper .nav .top-section.mobile_section .social-share .header_social-share_ul>li:nth-child(2)>a {
    background-color: #262626;
    height: 50px;
    width: 50px;
    border-radius: 10%;
  }


  .cm-header .container-wrapper .nav .top-section.mobile_section .social-share .header_social-share_ul>li:nth-child(3)>a {
    background-color: #3b5998;
    height: 50px;
    width: 50px;
    border-radius: 10%;
  }

  .cm-header .container-wrapper .nav .top-section.mobile_section .social-share .header_social-share_ul>li:nth-child(4)>a {
    background-color: #0077b5;
    height: 50px;
    width: 50px;
    border-radius: 10%;
  }

  .cm-header .top-section .social-share .header_social-share_ul>li>a {
    background-color: transparent;
  }

  .cm-header .top-section .social-share ul>li a:hover {
    background-color: none;
  }

}

@media(max-width: 480px){
  .cm-header .container-wrapper .nav .btn-section .hs-button {
    width: auto;
    border-radius: 3px 3px 3px 3px;
    padding: 15px 40px 15px 40px;
    font-size:15.99999999984px; 
    display: inline-block;
  }
.cm-footer .footer-section-1 img {
    width: 100% !important;
}
  .cm-header .container-wrapper nav .top-section.mobile_section .btn-section.col12 {
    text-align: center;
  }

}

@media (max-width: 1290px) and (min-width: 992px) {
  .cm-header .primary-container .nav {
    width: 85%;
    column-gap: 10px;
  }
  .cm-header .primary-container .logo-section{
    width: 20%;
  }
  .cm-header .primary-container .header__menu .header__menu-wrapper li a {
    padding: 13px 10px;
  }
}


/* Banner css*/ 

.simple-banner.hero-section {
  min-height: 350px;
}

.hero-section .banner-content-inner .top_sec h1 {
  font-size:72px;
  margin: 0;
  white-space: nowrap;
}

.hero-section .banner-content-inner.col12 {
  padding: 0;
}

.hero-section .banner-content-inner p {
  margin-bottom: 14.4px !important; 
  font-size:18px; 
  font-weight: 500;
  line-height: 1.5;
  white-space: nowrap;
}


@media(max-width: 1120px){
  .hero-section .banner-content-inner .top_sec h1 {
    white-space: normal;
  }

  .hero-section .banner-content-inner p {
    white-space: normal;
  }
}

@media(max-width: 767px){
  .hero-section .banner-content-inner .top_sec h1 {
    font-size:41.99999999976px;
  }

  .hero-section .banner-content-inner p {
    font-size:15.99999999984px; 
  }
}


.hs_service .widget-type-form .hs-button {
  border: 1px solid #fff;
  border-radius: 5px;
} 
.text_wrap.aos-init.aos-animate h1 {
  color: #fff;
}

.text_wrap.aos-init.aos-animate p {
  color: #fff;
}
@media(max-width:767px){
  .span4.widget-span.widget-type-custom_widget.dnd_areamigration-module-7-vertical-alignment.dnd-module {
    margin-bottom: 20px;
  }
}
.footer-social-item svg path {
  fill: rgba(255, 255, 255, 1.0) !important;
}




input#body_area_left-module-2-input {     
  padding-right: 50px; 
}
.btn_row.count_1.oneButton .btn_item>a {
  border: none;
}
#search-clear {
  display: none;
}
input.hide-clear[type=search]::-ms-clear,
input.hide-clear[type=search]::-ms-reveal {
  display: none;
  width: 0;
  height: 0;
}
/* clears the 'X' from Chrome */
input.hide-clear[type="search"]::-webkit-search-decoration,
input.hide-clear[type="search"]::-webkit-search-cancel-button,
input.hide-clear[type="search"]::-webkit-search-results-button,
input.hide-clear[type="search"]::-webkit-search-results-decoration {
  display: none;
}
input[type="search"]::-webkit-search-decoration,
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-results-button,
input[type="search"]::-webkit-search-results-decoration {
  -webkit-appearance:none;
}
p{
  margin-bottom:14.400px;
}
.blog-sidebar input.hs-search-field__input {

  padding-right: 45px;
}
.cm-btm-tags a {
  background-color: rgba(2, 103, 128, 0.04) !important;
}
input.hs-input {
  padding: 10px !important;
  max-height: 42px;
  border: 0 !important;
}
.cnt-mid-sec form .hs-form-field {
  margin-bottom: 20px;
}
.hs-trans-btn {

  background-color: #E9A944 !important;

}
.hs-search-field__bar.hs-search-field__bar--button-inline.hs-search-field--open {
  margin-bottom: 25px;
}
.stacked input {
  border: 1px solid #000 !important;
}
.contact-banner form .hs-form-field {
  margin-bottom: 20px !important;
}
#hs-login-self-registration-link p {
  color: #fff;
}

#hs_cos_wrapper_backup_unsubscribe_email_simple_subscription h1 {
  color: #fff;
}
#hs_cos_wrapper_backup_unsubscribe_email_simple_subscription h3 {
  color: #fff;
}
#hs_cos_wrapper_subscription_preferences_email_subscriptions h1 {
  color: #fff;
}
#hs_cos_wrapper_subscription_preferences_email_subscriptions h2 {
  color: #fff;
}
#hs_cos_wrapper_subscription_preferences_email_subscriptions p {
  color: #fff;
}
#hs_cos_wrapper_subscription_preferences_email_subscriptions span {
  color: #fff;
}
#hs-membership-passwordless-auth-form p {
  color: #fff;
}
span.form-separator {
  color: #fff;
}
form#hs-membership-form p {
  color: #fff;
}
div#hs_cos_wrapper_subscription_preferences {
  color: #fff;
}
#hs_cos_wrapper_body_area_left-module-2 .hs-search-field__bar>form {

  margin-bottom: 10px !important;
}
.tabber .media-col .form-wrap .hs-input,
form input[type=email],
form input[type=file], 
form input[type=number],
form input[type=password],
form input[type=search], 
form input[type=tel], 
form input[type=text],
form select, 
form textarea:focus {
  border: 1px #666;
}




.cm-footer .footer-section-2 .page-center {
  margin-left: 302px;
  margin-right: 302px;
  padding-top: 20px;
  padding-bottom: 40px;
}
.cm-footer .footer-section-2 p {
  font-size: 14px;
  font-weight: 500;
  line-height: 1.9;
}
.cm-footer .footer-section-1 .hs-menu-children-wrapper {
  display: none;
}
.cm-footer .footer-section-1 .page-center {
  padding-top: 40px;
}
.cm-footer .footer-section-1 .row4 ul {
  display: flex;
  list-style: none;
  margin: 0;
  padding: 0;
}
.cm-footer .footer-section-1 .row4 ul>li:not(:last-child):after {
  content: "";
  border-left: 1px solid #ddd;
  position: absolute;
  right: -9px;
  height: 100%;
}
.cm-footer .footer-section-1 .row4 li {
  margin-left: 8px;
  margin-right: 8px;
  position: relative;
}
.cm-footer .footer-section-1 a {
  font-size: 14px;
  font-weight: 500;
  line-height: 1.5;
}
.cm-footer .footer-section-1 .num1 .footer-social a {
  background-color: #008FC4;
  line-height:1;
}
.cm-footer .footer-section-1 .footer-social {
  padding-top: 20px;
  padding-bottom: 20px;
  padding-left: 0;
}
.cm-footer .footer-section-1 .col-section.num2 {
  display: flex;

  justify-content: center;
}
.cm-footer .footer-section-1 .footer-social {
  padding-top: 20px;
  padding-bottom: 20px;
  padding-left: 0;
  gap: 8px;
}
.cm-footer .footer-section-1 .col-section.num1 {
  padding-top: 10px;
  padding-bottom: 10px;
}
.cm-footer .footer-section-1 .col-section.num2 {
  padding-top: 10px;
  padding-bottom: 10px;
}
.cm-footer .footer-section-1 .col-section.num3 {
  padding-top: 10px;
  padding-bottom: 10px;
}
.cm-footer .footer-section-1 .num2 p {
  margin-bottom: 14.40px;
  font-size: 14px;
  font-weight: 500;
  line-height: 1.9;
}
.cm-footer .footer-section-1 .num1 .row1 {
  padding-bottom: 0 !important;
}
.cm-footer .footer-section-1 .num3 .hs-menu-wrapper>ul>li.hs-item-has-children>a {
  display: block;
  padding-top: 5px;
  padding-bottom: 5px;

}


.cm-footer .footer-section-1 .num3 path:hover {
  fill: #008FC4;
}

.cm-footer .footer-section-1 .col-section.num3 .hs-menu-wrapper>ul >li {
  margin: 0;
  position: relative;
}


.cm-footer .footer-section-1 .flex_row {
  gap: 30px;
  flex-direction: row;
  flex-wrap: nowrap;
}
.cm-footer .footer-section-1 .num1 .footer-social a {
  height: 28.8px;
  width: 28.8px;
  transition: all 0.3s;
}
.cm-footer .footer-section-1  .footer-social svg {
  width: 16px;
  height: 16px;
}
.cm-footer .footer-section-1 li {
  margin: 0;
}
.cm-footer .footer-section-1 .footer-social-item {
  width: 28px;
  height: 28px;
}
.cm-footer .footer-section-1 .col-section.num1 {
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.cm-footer .footer-section-1 .row5 ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
.cm-footer .footer-section-1 .num1 .row3 hr {
  background-color: #707070;
  margin: 2px 0;
  width: 260px;
}

.cm-footer .footer-section-1 .row4 ul li:first-child {
  margin-left: 0;
}

.cm-footer .footer-section-1 li {
  font-size: 14px;
  font-weight: 500;
  line-height: 1.5;
}
.cm-footer .footer-section-1 .num3 svg {
  height: 14px;
  width: auto;
  position: absolute;
  right: 0;
  top: 7px;
}
.cm-footer .footer-section-1 .num3 a:hover path {
  fill: #008fc4;
}

.cm-footer .footer-section-1 .num3 path {
  fill: #E9A944;
}
.cm-footer .footer-section-1 .num3 .hs-menu-item.hs-menu-depth-2 {
  border-bottom: none;
  padding: 0;
  margin: 0

}
.cm-footer .footer-section-1 .num3 .hs-menu-item.hs-menu-depth-2 a{
  padding: 0;
  margin: 0; 
  border: 0;
}
.cm-footer .footer-section-1 .num1 .footer-social a:hover {
  background-color: #E9A944;
}
.cm-footer .footer-section-1 .num3 .hs-menu-item.hs-menu-depth-2 li{
  padding: 0;
  margin: 0;
}
.cm-footer .footer-section-1 img {
  max-width: 290px;
  min-height: 27px;
}
.cm-footer .footer-section-1 .num3 ul.hs-menu-children-wrapper {
  padding: 10px;
}

.cm-footer .footer-section-1 .col-section.num3 .hs-menu-wrapper>ul >li:last-child a:after {
  display: none;
}

.cm-footer .footer-section-1 .num3 ul.hs-menu-children-wrapper {
  border-bottom: 1px solid #707070;
}
.cm-footer .footer-section-1 .num3 .hs-menu-wrapper>ul>li:not(:last-child)>a {
  border-style: solid;
  border-width: 0px 0px 1px 0px;
  border-color: #707070;
}
.cm-footer .footer-section-1 .num3 .hs-menu-wrapper>ul>li>a {
  display: block;
}
.cm-footer .footer-section-1 .num3 .hs-menu-wrapper>ul>li:not(.hs-item-has-children)>a {
  padding-bottom: calc(10px/2);
  padding-top: calc(10px/2);
}
.cm-footer .footer-section-1 .num3 .hs-menu-wrapper>ul>li:not(.hs-item-has-children):last-child>a {
  padding-bottom: 0;
}
.cm-footer .footer-section-1 .num3 .hs-menu-wrapper>ul>li:not(.hs-item-has-children):nth-child(3)>a {
  padding-top: 4px;
}

.hs-inline-edit .header.sticky_header_enabled {
  position: relative;
}

@media(max-width:1351px){
  .cm-footer .footer-section-1 .page-center {
    max-width: 1351px;
    margin-left: 0;
    margin-right: 0;
    padding-left: 40px;
    padding-right: 40px;

  }
  .cm-footer .footer-section-1 img {
    max-width: 282px;
  }
}

@media(max-width: 1200px){

  .cm-footer .footer-section-1 .row4 ul{
    flex-wrap: wrap;
  }
  .cm-footer .footer-section-1 .row4 li:nth-child(3) {

    margin-left: 0px;
  }
  .cm-footer .footer-section-1 img {
    max-height: 27px;
    max-width: 245px;
  }
  .cm-footer .footer-section-1 .num1 .row3 hr {
    width: 245px;
  }
}
@media (max-width: 1024px) and (min-width: 768px) {
  .cm-footer .footer-section-1 .col-section.num1 {
    width: 44% !important;
  }

  .cm-footer .footer-section-1 .col-section.num2 {
    width: 29% !important;
  }

  .cm-footer .footer-section-1 .col-section.num3 {
    width: 25% !important;
  }
  .cm-footer .footer-section-1 .row4 li:nth-child(3) {

    margin-left: 8px;
  }
  .cm-footer .footer-section-2 .page-center {
    margin-left: 0px;
    margin-right: 0px;

  }
}
@media(max-width: 991px){
  .cm-footer .footer-section-2 .page-center {

    padding-top: 20px;
    padding-bottom: 40px;
    margin-left: 0px;
    margin-right: 0px;
  }

  .cm-footer .footer-section-1 .row4 li:nth-child(3) {
    margin-left: 8px;
  }
  .cm-footer .footer-section-1 .num1 {
    width: 44% !important;
  }
  .cm-footer .footer-section-1 .num2{
    width: 29% !important;

  }
  .cm-footer .footer-section-1 .page-center {
    border: 0;
    padding: 30px;
  }

  .cm-footer .footer-section-1 .row4 ul{
    flex-wrap: wrap;
  }

  .cm-footer .footer-section-1 .num1 .row3 hr {
    width: 260px;
  }
  .cm-footer .footer-section-1 img {
    max-height: 19px;
    max-width: 290px;
  }
  .cm-footer .footer-section-1 .num3 svg {

    top: 4px;
  }

}
@media(max-width: 800px){
  .cm-footer .footer-section-1 .flex_row {
    display: inline-block;
  }
  .cm-footer .footer-section-1 .col-section.num1{
    width: 100% !important;
    margin-bottom: 20px;
  }
  .cm-footer .footer-section-1 .col-section.num2{
    width: 100% !important;
    margin-bottom: 20px;
  }
  .cm-footer .footer-section-1 .col-section.num3{
    width: 100% !important;
  }
  .cm-footer .footer-section-2 p {
    font-size: 13px;
  }
  .footer-social-item:not(:first-child) {
    margin: 0 0px;
  }
  .cm-footer .footer-section-1 .num3 .hs-menu-item.hs-menu-depth-2 a:after {
    display: none;
  }
  .cm-footer .footer-section-1 .num3 svg {
    top: 9px;
  }

}

@media(max-width: 320px){
  .cm-footer .footer-section-1 img {
    max-height: 15px;
    max-width: 240px;
  }
  .cm-footer .footer-section-1 .row4 li:nth-child(3) {
    margin-left: 0px;
    width: auto;
  }
  .cm-footer .footer-section-1 .row4 ul {
    flex-wrap: wrap;
  }
}



.btn-items .btn_row.count_1 .btn_item.ty_std.index1 {
  border: 1px solid #fff;
}
.hs_service .widget-type-form .hs-button {

  border: 1px solid #fff !important;
}





/* lp */
.cm-header.lp-header .primary-section {
  max-height: 87px;

}
.cm-footer.lp-footer .footer-section-1 hr {
  width: 260px;

  direction: ltr;
  display: flex;
  margin: 0;
  background-color: #707070;
  margin-bottom: 5px;
}
.cm-footer.lp-footer .footer-section-1 .col-section.num1{
  padding: 10px;
  gap: 16px;
}

.cm-footer.lp-footer .footer-section-1 .col-section.num1 ul {
  list-style-type: none;
  padding-left: 0;
  margin-bottom: 0;
}

.cm-footer.lp-footer .footer-section-1 .num1 .row3 hr {
  background-color: #707070;
  margin: 2px 0;
  width: 260px;
}

@media(max-width: 1200px){
  .cm-footer .footer-section-1 .num1 .row3 hr {
    width: 245px;
  }
}
@media(max-width:320px){
  .cm-footer.lp-footer .footer-section-1 img {
    max-height: 15px;
    max-width: 240px;
  }
  .cm-header.lp-header .primary-container .logo-section img {
    max-width: 202px;
    max-height: 24px;
  }
  .cm-footer.lp-footer .footer-section-1 .col-section.num1 {

    gap:8px;
  }
}
@media(max-width:991px){
  .cm-header.lp-header .primary-section {
    max-height: 84px;
  }
  .cm-header .primary-container .right-section .cst-humburger-icon {
    max-height: 44px;
  }
  .cm-footer .footer-section-1 .num1 .row3 hr {
    width: 260px;
  }
  .header-wrapper #hs_cos_wrapper_header_section {
    min-height: 84px !important;
  }
  .cm-header .primary-container .logo-section {
    width: 80%;
  }
}

@media(max-width: 767px){
  .cm-footer.lp-footer .footer-section-1 .col-section.num1 {
    margin: 0;
    gap:0;
  }
}





@media(max-width: 550px){
  .systems-page .page-header h1 {
    font-size: 36px;
  }

  .systems-page .page-header h2 {
    font-size: 30px;
  }
}

@media(max-width: 400px){
  .systems-page .page-header h1 {
    font-size: 27px;
  }

  .systems-page .page-header h2 {
    font-size: 20px;
  }
}


@media(max-width: 375px){
  .cm-footer .footer-section-1 img {
    min-height: 18px !important;
  }

}

.hs-landing-page .hs_service .page-center {
  max-width: 1300px;
}
.hs-landing-page .page-center.theme_center {
  max-width: 1300px;
}
[data-hsfc-id=Renderer] .hsfc-RichText p {
  color: #fff !important;
}

[data-hsfc-id=Renderer] .hsfc-FieldLabel {
  color: #fff !important;
}