/* @import url('http://example.com/example_style.css'); */

/***********************************************/
/* CSS @imports must be at the top of the file */
/* Add them above this section                 */
/***********************************************/

/*****************************************/
/* Start your style declarations here    */
/*****************************************/

svg rect {
  display: none;
}

.child-theme p{
  opacity: 72%;
}





























.child-theme .hs-sec-btn, 
.child-theme .contact-banner .form-row.hs-secondary input.hs-button,
.child-theme .contact-banner .form-row.hs-secondary .hs-button,
.child-theme .landing-banner .form-row.hs-secondary input.hs-button,
.child-theme .landing-banner .form-row.hs-secondary .hs-button,
.child-theme .hs_service .widget-type-form .hs-button,
.child-theme .form-row.secondary input[type="submit"], 
.child-theme .popup_modal_box.bg_primary .hs-button,
.child-theme .span2 .hs-sec-btn,
.child-theme .span3 .hs-sec-btn,
.child-theme .span4 .hs-sec-btn,
.child-theme .span5 .hs-sec-btn,
.child-theme .span6 .hs-sec-btn,
.child-theme .hs-sec-btn{
  padding: 24px 32px ;
  box-shadow: inset 2px 2px 8px 0 transparent, inset -3px -3px 8px 0 rgba(155, 196, 242, 0), -4px -4px 25px 0 hsla(0, 0%, 100%, .071), 4px 4px 15px 0 rgba(0, 0, 0, .149);
  font-size: 1.25rem;
  font-weight: 400;
}
.child-theme .sidebar .hs_small_btn a, 
.child-theme body .hs_small_btn .btn_item a,
.child-theme .cnt-wit-tp-img-wrp .col-btn-grp a, 
.child-theme .testimonials_slider .testmn_item .btn_item a,
.child-theme .feat-wrap .feat-item-wrp .right-content .btn_row a,
.child-theme .card_gallery .card_inner .card_box .btn_item a,
.child-theme .career-opportunities .career_popup .popup-btn .btn_row a, 
.child-theme .blog-feed .recent-post-item .post-btm .read-more a, 
.child-theme .accordion_wrap .acc-item .acc-content .acc-btn-wrap a,
.child-theme .systems-page .hs-search-results__next-page, 
.child-theme .systems-page .hs-search-results__prev-page,
.child-theme .cm_nv_wrp .cm_nv_inner  .custom,
.child-theme .header__area-module-4 .cm_nv_inner .small_btn:not(.simple_link),
.child-theme form input[type=submit],
.child-theme .hs-button,
.child-theme .tabber .media-col .form-wrap input.hs-button{
  box-shadow: inset 2px 2px 8px 0 transparent, inset -3px -3px 8px 0 rgba(155, 196, 242, 0), 8px 8px 24px 0 rgba(0, 0, 0, .122), -6px -6px 18px 0 #fff;
  font-size: 1.25rem;
  font-weight: 400;
  padding: 24px 32px;
}



.child-theme .cnt-wit-tp-img-wrp .col-btn-grp a, 
.child-theme .testimonials_slider .testmn_item .btn_item a,
.child-theme .feat-wrap .feat-item-wrp .right-content .btn_row a,
.child-theme .card_gallery .card_inner .card_box .btn_item a,
.child-theme .career-opportunities .career_popup .popup-btn .btn_row a, 
.child-theme .blog-feed .recent-post-item .post-btm .read-more a, 
.child-theme .accordion_wrap .acc-item .acc-content .acc-btn-wrap a,
.child-theme .systems-page .hs-search-results__next-page, 
.child-theme .systems-page .hs-search-results__prev-page,
.child-theme .cm_nv_wrp .cm_nv_inner  .custom,
.child-theme .header__area-module-4 .cm_nv_inner .small_btn:not(.simple_link),
.child-theme .span2 .hs-button,
.child-theme .span3 .hs-button,
.child-theme .span4 .hs-button,
.child-theme .span5 .hs-button,
.child-theme .span6 .hs-button{
  padding: 24px 32px;
}


.content-wrapper, 
.dnd-section>.row-fluid, 
.page-center{
  padding-left: 1rem;
  padding-right: 1rem;
}

.child-theme form input[type=search], 
.child-theme form input[type=text], 
.child-theme form input[type=email],
.child-theme form input[type=password], 
.child-theme form input[type=tel], 
.child-theme form input[type=number], 
.child-theme form input[type=file], 
.child-theme form select, 
.child-theme form textarea, 
.tabber .media-col .form-wrap .hs-input {
  padding: 11px 1rem 11px 0;
  height: auto;
  resize: none;
  outline: none;
  border: none;
  font-size: 1.25rem;
  font-weight: 300;
  letter-spacing: -.2px;
  line-height: 1.5;
  border-bottom: 1px solid rgba(67, 79, 88,0.4);
  box-shadow: none;
}

.child-theme form input[type=search]:focus, 
.child-theme form input[type=text]:focus, 
.child-theme form input[type=email]:focus,
.child-theme form input[type=password]:focus, 
.child-theme form input[type=tel]:focus, 
.child-theme form input[type=number]:focus, 
.child-theme form input[type=file]:focus, 
.child-theme form select:focus, 
.child-theme form textarea:focus, 
.tabber .media-col .form-wrap .hs-input:focus{
  box-shadow: none;
  background: #f9f7f6;
}

.child-theme form .hs_submit{
  margin-top: 1.5625rem;
  display: block;
  text-align: end; 
}

.child-theme form input[type=search]:hover, 
.child-theme form input[type=text]:hover, 
.child-theme form input[type=email]:hover,
.child-theme form input[type=password]:hover, 
.child-theme form input[type=tel]:hover, 
.child-theme form input[type=number]:hover, 
.child-theme form input[type=file]:hover, 
.child-theme form select:hover, 
.child-theme form textarea:hover, 
.tabber .media-col .form-wrap .hs-input:hover{
  background: #f9f7f6;
}

::-webkit-input-placeholder{
  color: #24323f;
  font-weight: 400;
}

.child-theme .hs-trans-btn{ 
  background-color: rgba(246, 240, 237, 1.0);
  border-color: rgba(246, 240, 237, 1.0);
  color: rgba(36, 50, 63, 1.0);
}

.child-theme form .hs-form-field>label{
  font-size: 20px;
}

.child-theme form .hs-form-field{
  margin-bottom: 1.5rem !important; 
}

.child-theme fieldset.form-columns-1 .hs-input{
  width: 100% !important;
}

.child-theme form .hs-form-field textarea{
  min-height: auto; 
}

@media(min-width: 745px){
  body{
    font-size:20.0px;
    letter-spacing: -0.2px;
  }

  h1{
    font-size:80.0px;
    letter-spacing: -1.6px;
  }

  h2{
    font-size:60.0px;
    letter-spacing: -2.0px;
  }

  h3{
    font-size:34.0px;
    letter-spacing: -0.68px;
  }

  h4,
  .blog-main-post .comment-from h4,
  .systems-page .hs-search-results__title,
  .h4{
    font-size:26.0px;
    letter-spacing: 0.0px;
  }

  h5{
    font-size:12.0px;
    letter-spacing: 0.0px;
  }

  h6{
    font-size:15.0px;
    letter-spacing: 0.6px;
  }

  .content-wrapper, 
  .dnd-section>.row-fluid, 
  .page-center{
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  } 

  .child-theme .hs-sec-btn, 
  .child-theme .contact-banner .form-row.hs-secondary input.hs-button,
  .child-theme .contact-banner .form-row.hs-secondary .hs-button,
  .child-theme .landing-banner .form-row.hs-secondary input.hs-button,
  .child-theme .landing-banner .form-row.hs-secondary .hs-button,
  .child-theme .hs_service .widget-type-form .hs-button,
  .child-theme .form-row.secondary input[type="submit"], 
  .child-theme .popup_modal_box.bg_primary .hs-button,
  .child-theme .span2 .hs-sec-btn,
  .child-theme .span3 .hs-sec-btn,
  .child-theme .span4 .hs-sec-btn,
  .child-theme .span5 .hs-sec-btn,
  .child-theme .span6 .hs-sec-btn,
  .child-theme .hs-sec-btn{
    font-size: 20.0px;
    padding: 15.99999999984px 24.0px ;
  }

  .child-theme .cnt-wit-tp-img-wrp .col-btn-grp a, 
  .child-theme .testimonials_slider .testmn_item .btn_item a,
  .child-theme .feat-wrap .feat-item-wrp .right-content .btn_row a,
  .child-theme .card_gallery .card_inner .card_box .btn_item a,
  .child-theme .career-opportunities .career_popup .popup-btn .btn_row a, 
  .child-theme .blog-feed .recent-post-item .post-btm .read-more a, 
  .child-theme .accordion_wrap .acc-item .acc-content .acc-btn-wrap a,
  .child-theme .systems-page .hs-search-results__next-page, 
  .child-theme .systems-page .hs-search-results__prev-page,
  .child-theme .sidebar .hs_small_btn a, 
  .child-theme body .hs_small_btn .btn_item a,
  .child-theme .header__area-module-4 .cm_nv_inner .small_btn:not(.simple_link),
  .child-theme .span2 .hs-button,
  .child-theme .span3 .hs-button,
  .child-theme .span4 .hs-button,
  .child-theme .span5 .hs-button,
  .child-theme .span6 .hs-button{
    font-size: 20.0px;
    padding: 15.99999999984px 24.0px;
  }

  .child-theme .cm_nv_wrp .cm_nv_inner  .custom,
  .child-theme form input[type=submit],
  .child-theme .hs-button,
  .child-theme .tabber .media-col .form-wrap input.hs-button{
    font-size: 20.0px;
    padding: 15.99999999984px 24.0px;
  }
} 


@media(min-width: 1024px){
  .child-theme .sidebar .hs_small_btn a:hover, 
  .child-theme body .hs_small_btn .btn_item a:hover,
  .child-theme .cnt-wit-tp-img-wrp .col-btn-grp a:hover, 
  .child-theme .testimonials_slider .testmn_item .btn_item a:hover,
  .child-theme .feat-wrap .feat-item-wrp .right-content .btn_row a:hover,
  .child-theme .card_gallery .card_inner .card_box .btn_item a:hover,
  .child-theme .career-opportunities .career_popup .popup-btn .btn_row a:hover, 
  .child-theme .blog-feed .recent-post-item .post-btm .read-more a:hover, 
  .child-theme .accordion_wrap .acc-item .acc-content .acc-btn-wrap a:hover,
  .child-theme .systems-page .hs-search-results__next-page:hover, 
  .child-theme .systems-page .hs-search-results__prev-page:hover,
  .child-theme .cm_nv_wrp .cm_nv_inner  .custom:hover,
  .child-theme .header__area-module-4 .cm_nv_inner .small_btn:not(.simple_link):hover,
  .child-theme form input[type=submit]:hover,
  .child-theme .hs-button:hover,
  .child-theme .tabber .media-col .form-wrap input.hs-button:hover{
    box-shadow: inset 1px 1px 12px 0 rgba(0, 0, 0, .122), inset -3px -3px 8px 0 hsla(0, 0%, 100%, .698), 6px 6px 18px 0 transparent;
  }

  .child-theme .hs-sec-btn:hover, 
  .child-theme .contact-banner .form-row.hs-secondary input.hs-button:hover,
  .child-theme .contact-banner .form-row.hs-secondary .hs-button:hover,
  .child-theme .landing-banner .form-row.hs-secondary input.hs-button:hover,
  .child-theme .landing-banner .form-row.hs-secondary .hs-button:hover,
  .child-theme .hs_service .widget-type-form .hs-button:hover,
  .child-theme .form-row.secondary input[type="submit"]:hover, 
  .child-theme .popup_modal_box.bg_primary .hs-button:hover,
  .child-theme .span2 .hs-sec-btn:hover,
  .child-theme .span3 .hs-sec-btn:hover,
  .child-theme .span4 .hs-sec-btn:hover,
  .child-theme .span5 .hs-sec-btn:hover,
  .child-theme .span6 .hs-sec-btn:hover,
  .child-theme .hs-sec-btn:hover{
    box-shadow: inset 9px 9px 15px 0 rgba(0, 0, 0, .149), inset -6px -6px 15px 0 hsla(0, 0%, 100%, .071), 6px 6px 18px 0 transparent;
  }

  .content-wrapper, 
  .dnd-section>.row-fluid, 
  .page-center{
    padding-left: 2rem;
    padding-right: 2rem;
  }
} 

@media(min-width: 1280px){
  h1{
    font-size:100.0px;
    letter-spacing: -2.0px;
  }
}

@media(min-width: 2560px){

  body{
    font-size:40px;
    letter-spacing: -0.4px;
  }

  h1{
    font-size:200px;
    letter-spacing: -4px;
  }

  h2{
    font-size:120px;
    letter-spacing: -4px;
  }


  h3{
    font-size:68px;
    letter-spacing: -1.36px;
  }

  h4,
  .blog-main-post .comment-from h4,
  .systems-page .hs-search-results__title,
  .h4{
    font-size:52px;
    letter-spacing: 0px;
  }

  h5{
    font-size:24px;
    letter-spacing: 0px;
  }


  h6{
    font-size:30px;
    letter-spacing: 1.2px;
  }

  .child-theme .hs-sec-btn, 
  .child-theme .contact-banner .form-row.hs-secondary input.hs-button,
  .child-theme .contact-banner .form-row.hs-secondary .hs-button,
  .child-theme .landing-banner .form-row.hs-secondary input.hs-button,
  .child-theme .landing-banner .form-row.hs-secondary .hs-button,
  .child-theme .hs_service .widget-type-form .hs-button,
  .child-theme .form-row.secondary input[type="submit"], 
  .child-theme .popup_modal_box.bg_primary .hs-button,
  .child-theme .span2 .hs-sec-btn,
  .child-theme .span3 .hs-sec-btn,
  .child-theme .span4 .hs-sec-btn,
  .child-theme .span5 .hs-sec-btn,
  .child-theme .span6 .hs-sec-btn,
  .child-theme .hs-sec-btn{
    font-size: 40px; 
    padding: 24px 32px ;
  }

  .child-theme .cnt-wit-tp-img-wrp .col-btn-grp a, 
  .child-theme .testimonials_slider .testmn_item .btn_item a,
  .child-theme .feat-wrap .feat-item-wrp .right-content .btn_row a,
  .child-theme .card_gallery .card_inner .card_box .btn_item a,
  .child-theme .career-opportunities .career_popup .popup-btn .btn_row a, 
  .child-theme .blog-feed .recent-post-item .post-btm .read-more a, 
  .child-theme .accordion_wrap .acc-item .acc-content .acc-btn-wrap a,
  .child-theme .systems-page .hs-search-results__next-page, 
  .child-theme .systems-page .hs-search-results__prev-page,
  .child-theme .sidebar .hs_small_btn a, 
  .child-theme body .hs_small_btn .btn_item a,
  .child-theme .header__area-module-4 .cm_nv_inner .small_btn:not(.simple_link),
  .child-theme .span2 .hs-button,
  .child-theme .span3 .hs-button,
  .child-theme .span4 .hs-button,
  .child-theme .span5 .hs-button,
  .child-theme .span6 .hs-button{
    font-size: 40px;
    padding: 24px 32px;
  }

  .child-theme .cm_nv_wrp .cm_nv_inner  .custom,
  .child-theme form input[type=submit],
  .child-theme .hs-button,
  .child-theme .tabber .media-col .form-wrap input.hs-button{
    font-size: 40px;
    padding: 24px 32px;
  }
}

@media(max-width: 745px){
  
  body{
    font-size:16px; 
    letter-spacing: -0.16000000000000003px;
  }
  

  
  h1{
    font-size:60px;
    letter-spacing: normal;
  }
  

  
  h2{
    font-size:34px;
  }
  

  
  h3{
    font-size:28px;
    letter-spacing: -0.5599999999968001px;
  }
  

  
  h4,
  .blog-main-post .comment-from h4,
  .systems-page .hs-search-results__title,
  .h4{
    font-size:24px;
  }
  

  
  h5{
    font-size:22px;
  }
  

  
  h6{
    font-size:13px;
    letter-spacing: 0.519999999996px;
  }
  
  .child-theme .sidebar .hs_small_btn a, 
  .child-theme body .hs_small_btn .btn_item a,
  .child-theme .cnt-wit-tp-img-wrp .col-btn-grp a, 
  .child-theme .testimonials_slider .testmn_item .btn_item a,
  .child-theme .feat-wrap .feat-item-wrp .right-content .btn_row a,
  .child-theme .card_gallery .card_inner .card_box .btn_item a,
  .child-theme .career-opportunities .career_popup .popup-btn .btn_row a, 
  .child-theme .blog-feed .recent-post-item .post-btm .read-more a, 
  .child-theme .accordion_wrap .acc-item .acc-content .acc-btn-wrap a,
  .child-theme .systems-page .hs-search-results__next-page, 
  .child-theme .systems-page .hs-search-results__prev-page,
  .child-theme .span2 .hs-button,
  .child-theme .span3 .hs-button,
  .child-theme .span4 .hs-button,
  .child-theme .span5 .hs-button,
  .child-theme .span6 .hs-button,
  .child-theme form input[type=submit]{
    padding: 12.0px 16.0px;
    font-size: 16.0px;
    width: 100%;
  }
  .child-theme .hs-sec-btn, 
  .child-theme .contact-banner .form-row.hs-secondary input.hs-button,
  .child-theme .contact-banner .form-row.hs-secondary .hs-button,
  .child-theme .landing-banner .form-row.hs-secondary input.hs-button,
  .child-theme .landing-banner .form-row.hs-secondary .hs-button,
  .child-theme .hs_service .widget-type-form .hs-button,
  .child-theme .form-row.secondary input[type="submit"], 
  .child-theme .popup_modal_box.bg_primary .hs-button,
  .child-theme .span2 .hs-sec-btn,
  .child-theme .span3 .hs-sec-btn,
  .child-theme .span4 .hs-sec-btn,
  .child-theme .span5 .hs-sec-btn,
  .child-theme .span6 .hs-sec-btn,
  .child-theme .hs-sec-btn {
    font-size: 16.0px;
    padding: 12.0px 16.0px ;
  }

  .child-theme .cm_nv_wrp .cm_nv_inner  .custom,
  .child-theme form input[type=submit],
  .child-theme .hs-button,
  .child-theme .tabber .media-col .form-wrap input.hs-button{
    font-size: 16.0px;
    padding: 12.0px 16.0px;
  }

  .child-theme form .hs-form-field{
    margin-bottom: 1rem !important;
  }
}

/* Header CSS */

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

.ch-wrapper{
  display: block;
  opacity: 1;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 99;
  transition: all .3s ease-in-out;
}

.ch-wrapper.hide-header {
  top: -150px;
}

.ch-header .header__nav {
  align-items: flex-start;
  /*   background: hsla(0, 0%, 98%, .45); */
  background-color: rgba(250, 250, 250,0.45);
  /*   border: 1px solid rgba(246, 240, 237, 0.2); */
  border: 1px solid rgba(246, 240, 237,0.2);
  /*   box-shadow: 0 15px 30px 0 rgba(0, 0, 0, .1); */
  box-shadow: 0 15px 30px 0 rgba(0, 0, 0,0.1);
  height: -moz-max-content;
  height: max-content;
  padding: 1rem 1.1875rem 1rem 1rem;
  -webkit-backdrop-filter: blur(40px);
  backdrop-filter: blur(40px);
  display: flex;
  justify-content: space-between;
  position: relative;
  width: 100%;
  transition: all .3s ease-in-out;
}

.ch-header .header__nav:hover {
  background-color: #f9f7f6;
  border: 1px solid rgba(246, 240, 237, 0.2);
  box-shadow: 0 30px 60px 0 rgba(0, 0, 0, .25);
}

.ch-header ul li{
  margin: 0;
}

.ch-header .header__burger,
.ch-header .header__close {
  display: none;
  border: none;
  padding: 0;
  width: -moz-max-content;
  width: max-content;
  background-color: transparent;
  border-color: transparent;
  height: 1.5rem;
  outline-color: transparent;
  cursor: pointer;
}

.ch-header .header__mobile {
  display: none;
}

.ch-header .header__burger svg,
.ch-header .header__close svg{
  height: 1.5rem;
}


.ch-header .header__desktop .hs-menu-wrapper>ul {
  display: flex;
  gap: 2rem;
  height: -moz-max-content;
  height: max-content;
  padding-right: 1rem;
  padding-top: 1.275rem;
  transition: all .3s ease-in-out;
}

.ch-header .header__desktop .hs-menu-wrapper ul>li {
  /*   color: rgb(246, 240, 237); */
  color: rgba(246, 240, 237,1.0);
  transition: all .3s ease-in-out;
  width: max-content;
  line-height: 1;
  font-size: 18.4px;
  cursor: pointer;
}


.ch-header .header__desktop .hs-menu-wrapper>ul>li>a {
  line-height: 1;
  padding-bottom: 1rem;
  border-bottom: 2px solid transparent;
  transition: none;
  /*   font-size: 1.25rem; */
  font-weight: 400;
  /*   letter-spacing: -.2px; */
  color: inherit;
}

.has-no-banner .ch-header .header__desktop .hs-menu-wrapper>ul>li>a{
  color: rgb(36, 50, 63);
}

.has-no-banner .ch-header .header__nav{
  border: 1px solid rgba(36, 50, 63, 0.2);
}

/* .custom-banner.cst-hm-pg-bnr.simple-banner{
position: absolute; 
z-index: 10; 
}
*/
.ch-header .header__nav:hover .header__desktop .hs-menu-wrapper>ul>li>a{
  color: #434f58;
  transition: all .3s ease-in-out;
}

.ch-header .header__nav .header__desktop .hs-menu-wrapper>ul>li.--active>a{
  border-bottom: 2px solid #434f58;
}


.ch-header .header__desktop .hs-menu-wrapper>ul>li>ul {
  opacity: 0;
  position: absolute;
  width: -moz-max-content;
  width: max-content; 
  height: 0;
  overflow: hidden;
  padding-left: 0;
  transition: opacity .6s ease-in-out;
}

.ch-header .header__desktop .hs-menu-wrapper>ul>li.--active>ul{
  display: flex;
  flex-direction: column;
  gap: 1rem;
  height: auto;
  opacity: 1;
  overflow: initial;
  padding-bottom: 2rem;
  padding-top: 2rem;
  text-align: left;
  width: -moz-max-content;
  width: max-content;
}

.ch-header .header__desktop .hs-menu-wrapper>ul>li.--active>ul>li>a{
  color: rgba(36, 50, 63,1.0);

}

.ch-header .header__desktop .hs-menu-wrapper>ul>li.--active>ul>li>a:hover{
  color: rgba(36, 50, 63,1.0);
}

.ch-header .header__desktop .hs-menu-wrapper>ul>li.--inactive>a{
  /*   color: rgba(36, 50, 63, .4) !important; */
  color: rgba(36, 50, 63,0.4) !important;
}

.ch-header.scroll-down .header__desktop .hs-menu-wrapper>ul>li>a{
  color: #434f58;
}

.ch-wrapper.footer-visible{
  top: -100px;
}

.has-no-banner .header-wrapper {
  min-height: 89px;
}

.home_page_v1_banner_area h1{
  font-size: 40px;
}

.contact_page_v1 .simple-banner .top_sec h1,
.portfolio-detail-pg .simple-banner .top_sec h1,
.portfolio_page_v1 .simple-banner .top_sec h1,
.portfolio_page_v2 .simple-banner .top_sec h1,
.resources_page .simple-banner .top_sec h1,
.service-listing-page .simple-banner .top_sec h1,
.service-listing-page-v2 .simple-banner .top_sec h1{
  font-size: 40px;
}

.faq_page .simple-banner .top_sec h1{
  font-size: 32px;
}

.hs_service .left-dnd-area .hs_cos_wrapper .hs-search-field button {
  top: 4%;
}

/* .home_page_v2_banner_area{
padding-top: 88px;
} */

.child-theme .system_page_layout .content-wrapper {
  padding-top: 89px;
}

.body-container-wrapper .body-container--landing-page,
.body-container-wrapper.migration_test_page,
.body-container-wrapper.website_page{
  position: relative; 
}

.has-no-banner .body-container-wrapper {
  margin-top: -89px;
}

.custom-card-2 .top_sec {
  margin: 0;
}

@media(min-width: 745px){
  .ch-header .header__desktop .hs-menu-wrapper ul>li>a{
    font-size: 20.0px;
  }
}

@media(min-width: 2560px){
  .ch-header .header__desktop .hs-menu-wrapper ul>li>a{
    font-size: 40px;
  }

  .ch-header .header__desktop .hs-menu-wrapper>ul{
    gap: 4rem;
    margin-bottom: 2rem;
  }
}

@media(max-width: 1024px){
  .ch-header .header__desktop{ 
    display: none;
  }

  .ch-header .header__burger{
    display: block;
  }

  .ch-header.--open .header__close {
    display: block;
  }

  .ch-header.--open  .header__burger{
    display: none;
  }


  .ch-header .header__burger svg,
  .ch-header .header__close svg{
    height: 1.5rem;
  }

  .ch-header .header__nav{
    align-items: center;
    padding: 1rem;
  }

  .ch-header .header__nav:hover{
    background: hsla(0, 0%, 98%, .45);
  }

  .ch-header{
    opacity: 1;
    transition: all .3s ease-in-out;
  }

  .ch-header.scroll-down{
    box-shadow: 0 15px 30px 0 rgba(0, 0, 0, .1);
  }

  .ch-header.--open {
    background-color: #f9f7f6;
    min-height: 100dvh;
  }

  .ch-header.--open .header__mobile {
    display: flex;
    flex-direction: column;
    height: auto;
    left: 0;
    padding-left: 0;
    position: absolute;
    top: 100%;
    width: 100%;
    height: calc(100vh - 89px);
    overflow-y: auto;
    overflow-x: hidden;
  }

  .ch-header .header__mobile .hs-menu-wrapper>ul {
    flex-direction: column;
  }

  .ch-header .header__mobile .hs-menu-wrapper>ul>li>ul {
    height: 0;
    opacity: 0;
    padding-left: 0;
    position: absolute;
    top: 100%;
    transition: opacity .2s ease-in-out, height .2s ease-in-out;
    width: 100%;
  }

  .ch-header .header__mobile .hs-menu-wrapper>ul>li.--active>ul{
    display: block;
    height: auto;
    opacity: 1;
  }

  .ch-header .header__mobile .hs-menu-wrapper>ul>li.--active>svg{
    transform: rotate(180deg);
  }

  .ch-header.--open .header__mobile .hs-menu-wrapper ul li {
    border-top: 1px solid rgba(36, 50, 63, .2);
    display: flex;
    justify-content: space-between;
    padding-bottom: 1rem;
    padding-top: 1rem;
    position: relative;
    transition: color .2s ease-in-out;
    width: 100%;
  }

  .ch-header .header__mobile .hs-menu-wrapper ul li.--active{
    border-top-color: #24323f;
  }

  .ch-header.--open .header__mobile .hs-menu-wrapper ul li a{
    font-size: 2.125rem;
    font-weight: 300;
    letter-spacing: -.68px;
    line-height: 1.3;
    color: rgba(36, 50, 63,1.0);
  }

  .ch-header .header__mobile .hs-menu-wrapper ul li svg{
    cursor: pointer;
  }

  .ch-header.--open .header__mobile .hs-menu-wrapper ul li a:hover{
    color: rgba(36, 50, 63,1.0);
  }

  .ch-header.--open .header__mobile .hs-menu-wrapper ul li ul li a{
    color: rgba(36, 50, 63,1.0);
  }

  .ch-header.--open .header__mobile .hs-menu-wrapper ul li ul li a:hover{
    color: rgba(36, 50, 63,1.0);
  }

  .ch-header .header__nav,
  .ch-header .header__nav:hover{
    box-shadow: none;
  }

  .ch-header .header__nav{
    background-color: rgba(250, 250, 250,0.45);
  }

  .ch-header.--open .header__mobile .hs-menu-wrapper>ul>li:last-child{
    border-bottom: 1px solid rgba(36, 50, 63, .2);
  }

  .ch-header.--open .header__mobile .hs-menu-wrapper ul li.--inactive a{
    color: rgba(36, 50, 63, .4);
  }

  .back_to_top{
    top: 75px;
    right: 18px;
  }
}

@media(max-width: 744px){
  .ch-header.--open .header__mobile .hs-menu-wrapper ul li a{
    font-size: 1.75rem;
    letter-spacing: -.56px;
  }
}




/* Footer CSS */

.back_to_top {
  background: transparent;
  width: 0;
  height: 0;
  position: absolute;
  bottom: 0 !important;
  top: 5rem;
}

.back_to_top svg {
  height: 10px;
  margin-left: .25rem;
  opacity: 1;
  position: absolute;
  right: 0;
  width: 10px;
  transform: rotate(90deg); 
  fill: #f6f0ed !important;
  transition: all .3s ease;
}

.back_to_top:hover svg{
  opacity: 0;
  transform: translateX(4px) rotate(90deg);
}

.cst-cf svg rect{
  display: inline;
}

.cst-cf .page-center{
  padding: 0;
}

.footer .col-section{
  padding: 0;
} 

.cst-cf{
  font-size: 20px;
  line-height: 1.5;
}



.cst-cf .cf-cp-text p{
  color: hsla(20, 20%, 97%, .4);
  opacity: 100%;
}

/* .cst-cf{
left: 0;
max-height: none;
min-height: 100dvh;
position: relative;
right: 0;
top: 0;
z-index: 0;
} */


.footer_partial_wrapper{
  left: 0;
  max-height: none;
  min-height: 100vh;
  position: relative;
  right: 0;
  top: 0;
  z-index: 0;
}

.cst-cf{
  position: relative;
}


.cst-cf .cf-logo-col .cf-logo .footer-content {
  border-color: hsla(20, 20%, 97%, .4) !important;
  color: #f6f0ed;
  padding-bottom: 2rem !important;!i;!;
  align-items: baseline;
  border-bottom: 1px solid;
  display: flex;
  height: -moz-max-content;
  height: max-content;
  justify-content: space-between;
}

.cst-cf .cf-logo-col .cf-logo svg {
  height: 3.25rem;
  width: auto;
}

.cst-cf .cf-mdl-col {
  align-items: end;
  display: flex;
  justify-content: space-between;
  padding-bottom: 4rem;
  justify-content: space-between;
  padding-bottom: 4rem;
  padding-top: 2rem;
  border-bottom: 1px solid hsla(20, 20%, 97%, .4);;
}

.footer_partial_wrapper .cf-mdl-title-col{
  margin-top: auto;
}

/* .cst-cf .cf-mdl-heading {
width: 67%
}
*/

.cst-cf .cf-mdl-heading h1 {
  margin: 0;
  color: #f6f0ed;
  letter-spacing: -2px;
  line-height: 1;
}

.cst-cf .cf-btn-ctk {
  width: 24.4%;
}


.cst-cf .hs-menu-wrapper>ul {
  grid-column-gap: 1rem;
  grid-template-columns: repeat(12, 1fr);
  display: grid;
  padding-top: 2rem;
}

.cst-cf .hs-menu-wrapper>ul>li {
  grid-column: span 3;
  margin: 0;
}

.cst-cf .hs-menu-wrapper.hs-menu-flow-horizontal.flyouts .hs-item-has-children:hover>.hs-menu-children-wrapper {
  top: 0;
}

.cst-cf .hs-menu-wrapper>ul>li>a {
  color: hsla(20, 20%, 97%, .4);
  margin-bottom: 1rem;
  font-size: 1.25rem;
  font-weight: 400;
  letter-spacing: -.2px;
  line-height: 1.5;
  display: block;
  cursor: text;
}

.cst-cf .hs-menu-wrapper>ul>li>a:hover{
  color: hsla(20, 20%, 97%, .4);
}

.cst-cf .hs-menu-wrapper>ul>li>ul>li>a {
  display: flex !important;
  white-space: pre-wrap;
  display: flex;
  position: relative;
  transition: all .3s ease;
  width: -moz-max-content;
  width: max-content;
  justify-content: center;
  border: none;
  cursor: pointer;
  align-items: center;
  padding-right: 1.125rem;
}

.cst-cf .hs-menu-wrapper>ul>li>ul>li>a::before{
  bottom: 0;
  content: "";
  height: 1px;
  left: 0;
  position: absolute;
  transform: scaleX(0);
  transform-origin: right;
  width: calc(100% - .875rem);
  z-index: 1;
  background-color: #f6f0ed;
  transition: transform .3s ease-in-out;
}

.cst-cf .hs-menu-wrapper>ul>li>ul>li>a:hover::before{
  transform: scaleX(1);
  transform-origin: left;
  transition-timing-function: cubic-bezier(.2,1,.82,.94);
}

.cst-cf .hs-menu-wrapper>ul>li>ul>li>a>svg {
  height: .875rem;
  margin-left: .25rem;
  opacity: 1;
  position: absolute;
  right: 0;
  transition: all .3s ease;
  width: .875rem;
  display: block;
}

.cst-cf .hs-menu-wrapper>ul>li>ul>li>a:hover>svg{
  opacity: 0;
  transform: translateX(4px);
}

.cst-cf .cf-menu-wrappper {
  margin-bottom: 2rem;
}

.career_page .tab-title {
  color: rgba(255, 255, 255,1.0) !important;
}

.career_page .cont p {
  color: rgba(255, 255, 255,1.0) !important;
}


.cst-cf.cst-cf-landing .cf-wrapper .page-center {
  justify-content: flex-end;
}

.footer svg path{
  fill: #ffffff;
}

.footer_partial_wrapper .cf-wrapper .flex_row{
  display: flex;
  flex-direction: column;
  min-height: 100dvh;
  padding-bottom: 1rem;
  padding-top: 1rem;
  padding-left: 1rem;
  padding-right: 1rem;
  background-color: rgba(67, 79, 88, 1.0);
}

.cst-cf-landing .flex_row {
  justify-content: flex-end;
}

.child-theme .hs_service,
.dnd-section,
.child-theme .lising-main-cnt-sidbr,
.child-theme .blog-post-layout .body-container--blog-post,
.child-theme .blog-post-sidebar-layout .body-container--blog-post,
.child-theme .system_page_layout{
  background-color : rgba(246, 240, 237,1.0)
}

.footer_partial_wrapper.no_navigation {
  min-height: auto;
}

.footer_partial_wrapper.no_navigation .cf-wrapper .flex_row {
  min-height: auto;
  height: 100%;
}

.child-theme .hs-landing-page .landing-banner {
    padding-top: 100px;
}

@media (min-width: 745px) {
  .footer_partial_wrapper .cf-wrapper .flex_row{
    padding-bottom: 1.5rem;
    padding-top: 1.5rem;
  }
}

@media (min-width: 1024px) {
  .footer_partial_wrapper .cf-wrapper .flex_row{
    padding-bottom: 2rem;
    padding-top: 2rem;
    padding-left: 1.875rem;
    padding-right: 1.875rem;
  }
}


@media(min-width: 745px){
  .cst-cf .hs-menu-wrapper>ul>li>ul>li>a::before{
    width: calc(100% - 1.125rem);
  }
}

@media(min-width: 1024px){

  .footer_partial_wrapper{
    max-height: 100vh;
    position: fixed;
    z-index: -2;
    height: calc(100vh - 89px);
    overflow: auto;
  }

  .footer_partial_wrapper.no_navigation {
    max-height: none;
    height: auto;
    top: auto;
    bottom: 0;
  }

}

@media (min-width: 1024px) and (min-width: 2560px){
  .cst-cf .hs-menu-wrapper>ul{
    grid-column-gap: 2rem;
  }
} 


@media (min-width: 2560px) {
  .dnd-section {
    padding-top: 256px ;
    padding-bottom: 256px ;
  }
}

@media(min-width: 2560px){
  .child-theme form .hs-form-field>label {
    font-size: 40px;
  }

  .cst-cf .cf-logo-col .cf-logo svg{ 
    height: 5.125rem;
  }

  .cst-cf .cf-logo-col .cf-logo .footer-content{
    padding-bottom: 2.5rem !important;
  }

  .cst-cf .cf-mdl-col{
    padding-bottom: 6rem;
  }

  .cst-cf .hs-menu-wrapper>ul>li>ul>li>a>svg {
    height: 2.0625rem;
    width: 2.0625rem;
  }

  .cst-cf .hs-menu-wrapper ul>li>a {
    font-size: 2.5rem;
    font-weight: 400;
    letter-spacing: -.4px;
    line-height: 1.5;
    padding-right: 2.0625rem !important;
  }

  .cst-cf{
    font-size: 40px;
  }

  .cst-cf .hs-menu-wrapper>ul{
    padding-top: 4rem; 
  }

  .child-theme form input[type=search], 
  .child-theme form input[type=text], 
  .child-theme form input[type=email],
  .child-theme form input[type=password], 
  .child-theme form input[type=tel], 
  .child-theme form input[type=number], 
  .child-theme form input[type=file], 
  .child-theme form select, 
  .child-theme form textarea, 
  .tabber .media-col .form-wrap .hs-input{
    font-size: 2.25rem;
    font-weight: 300;
    letter-spacing: 0;
    line-height: 1.5;
  }
  
  
  .child-theme .hs_cos_wrapper_type_email_subscriptions, 
  .child-theme .hs_cos_wrapper_type_password_prompt, 
  .child-theme .hs-search-field__bar, .widget-type-form, 
  .child-theme .widget-type-blog_subscribe,
  .child-theme .widget-type-google_search,
  .child-theme .widget-type-password_prompt.custom_error_message, 
  .child-theme .widget-type-email_simple_subscription,
  .child-theme .section.post-footer form,
  .child-theme .hs_cos_wrapper_type_member_login,
  .child-theme .hs_cos_wrapper_type_member_register, 
  .child-theme .hs_cos_wrapper_type_password_reset_request, 
  .child-theme .hs_cos_wrapper_type_password_reset,
  .child-theme .systems-page form{
      max-width: 2560px;
  
  }
}

@media(max-width: 1279px){

  .cst-cf .cf-mdl-heading h1{
    letter-spacing: -1.6px;
  }
}

@media(max-width: 1024px){

  .footer_partial_wrapper.no_navigation {
    min-height: auto;
  }

  .footer_partial_wrapper.no_navigation .cst-cf-landing .flex_row{
    min-height: auto;
  }

  .cst-cf .hs-menu-wrapper>ul{
    -moz-column-gap: 1rem;
    column-gap: 1rem;
    display: grid;
    grid-template-columns: 1fr 1fr;
    row-gap: 2rem;
    padding-top: 3rem;
  }

  .cst-cf .hs-menu-wrapper>ul>li{
    grid-column: unset;
  }

  .cst-cf .cf-mdl-col {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    gap: 4rem;
    padding-top: 2rem !important;
  }

  .cst-cf .cf-mdl-heading {
    width: 100%;
  }

  .cst-cf .cf-btn-ctk {
    width: 100%;
  }
}

@media(max-width: 767px){
  .footer .flex_row .col-section:not(:first-child){
    padding-top: 0;
  }

  .footer .back_to_top {
    background: transparent;
    width: 0;
    height: 0;
    position: absolute;
    bottom: 0 !important;
    top: 5rem;
  }
}

@media(max-width: 744px){

  .footer .back_to_top{
    top: 2.5rem;
  }

  .cst-cf .cf-cp-text p {
    font-size: 1rem;
    font-weight: 400;
    letter-spacing: -.16px;
    line-height: 1.5;
    margin-bottom: 1rem !important;
  }

  .cst-cf .hs-menu-wrapper ul li a {
    font-size: 1rem;
    font-weight: 400;
    letter-spacing: -.16px;
    line-height: 1.5;
  }

  .cst-cf .hs-menu-wrapper>ul {
    column-gap: 2rem;
  }

  .cst-cf .cf-menu-wrappper {
    margin-bottom: 1rem;
  }

  .cst-cf .hs-menu-wrapper>ul>li>ul>li>a{
    padding-right: .875rem;
  }

  .cst-cf .cf-btn-ctk .ftr_btn_item{
    width: 100%;
  }

  .cst-cf .cf-btn-ctk .ftr_btn_item a{
    width: 100%;
  }

  .cst-cf .cf-mdl-col{
    padding-bottom: 2rem;
    /*     padding-top: 9rem !important; */
    gap: 3rem;
  }

  .cst-cf .cf-mdl-heading h1{
    font-size: 3.75rem;
    font-weight: 400;
    letter-spacing: 0;
    line-height: 1;
  }

  .cst-cf .cf-logo-col .cf-logo .footer-content{
    padding-bottom: 1rem !important;
  }

  .cst-cf .cf-logo-col .cf-logo svg{
    height: 2.125rem;
    width: auto;
  }
}

@media(max-width: 570px){

  .footer .back_to_top {
    top: 3rem;
  }

  .cst-cf .cf-mdl-col{
    margin-top: 0;
    padding-top: 2rem !important;
  }
}

@media(max-width: 400px){
  .cst-cf .hs-menu-wrapper>ul{
    grid-template-columns: 1fr;
  }

  .cst-cf .cf-mdl-col {
    padding-top: 2rem !important;
  }

}

/* Migration Pages */


.contact-details .detail-content>p {
  display: flex;
  flex-direction: column;
  gap: 1rem;
  margin: 0;
  opacity: 100%;
}

.contact-details-wrap .cnt-detail-item-inn {
  display: block;
}

.contact-details .icon-cnt{
  display: none;
}

.contact-details .detail-content{
  width: 100%;
}

.contact-details .detail-content>p a {
  font-size: 2.125rem;
  font-weight: 300;
  letter-spacing: -.68px;
  line-height: 1.3;
  color: rgba(36, 50, 63, .4);
  white-space: nowrap;
  cursor: pointer;
  transition: all .3s ease-in-out;
}

.contact-details .detail-content>p a:hover{
  color: #24323f;
}

.contact-details-wrap.contact-details .cnt-detail-cnt{
  margin-top: 0;
} 

.form-title{
  margin: 0;
  color: #24323f;
}

.custom-card .top_sec.noButton {
  margin: 0;
}

.custom-card .bottom_row,
.custom-card-2 .bottom_row,
#practitioners-card .bottom_row{
  padding-top: 8rem;
}

.custom-card-2 .title,
#practitioners-card .title{
  margin-bottom: 5rem !important;
}

#practitioners-card .title,
#practitioners-card .top_sec .top_content{
  text-align: start;
}

#practitioners-card .top_sec{
  margin: 0;
  padding: 0;
}

.custom-card-2 .tp-img-cnt-inner ul,
#practitioners-card .tp-img-cnt-inner ul{
  list-style-type: "-";
  padding-left: .5rem;
  margin: 0;
}

.custom-card-2 .tp-img-cnt-inner ul li,
#practitioners-card .tp-img-cnt-inner ul li{
  margin-bottom: 1rem;
  padding-left: .5rem;    
  color: rgba(36, 50, 63, .72);
}

.custom-card-2 .tp-img-cnt-inner ul li:last-child,
#practitioners-card .tp-img-cnt-inner ul li:last-child{
  margin-bottom: 0;
}

#practitioners-card .tp-img img {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

#practitioners-card .tp-img {
  padding: 0;
}

#practitioners-card .tp-img-cnt {
  height: auto;
}

#practitioners-btm-pane .title{
  margin-bottom: 4.5rem;
}

#left-single-img .mediaimg .single-img img {
  box-shadow: none;
}

.ai-tp-sec .page-center {
  padding-right: 0;
}

.ai-tp-sec blockquote{
  padding-left: 3rem;
  border-left: 1px solid #24323f;
}

.pi-tp-sec p {
  margin-bottom: 1rem;
  opacity: 100%;
}

.pi-tp-sec blockquote {
  border-left: 1px solid #f6f0ed;
}

.contact-details .contact-details-inner .page-center {
  padding: 0;
}

.two-col-content.ai-tp-sec .flex_row{
  row-gap: 0;
}

.clock-img-with-content .bottom_row {
  padding: 8rem 0 0 0;
}

.clock-img-with-content .top_sec {
  margin: 0;
}

.child-theme .hs-search-field button, 
.child-theme .hs-search-field button:focus, 
.child-theme .hs-search-field button:hover {
  top: 15%;
}

.child-theme .related-content-col .meta_wrap {
  font-size: 15px;
}

.child-theme .sidebar-popular-posts .page-center {
  padding: 0;
}

.cm_500_page .error-page:before{
  z-index: 0;
}

.systems-page form {
  max-width: 767px;
}


@media(min-width: 2560px){
  .contact-details .detail-content>p a{
    font-size: 4.25rem;
    font-weight: 300;
    letter-spacing: -1.36px;
    line-height: 1.3;
  }

  .cst-contact-text p{
    font-size: 2.25rem;
    font-weight: 300;
    letter-spacing: 0;
    line-height: 1.5;
  }
}


@media(max-width: 1024px){
  .ai-tp-sec .content-col{
    order: 2;
  }

  .two-col-content.ai-tp-sec .flex_row{
    row-gap: 0;
  }

  .ai-tp-sec .flex_row .col6{
    width: 100%
  }

  .ai-tp-sec blockquote {
    padding: 0;
    border: none;    
    margin-bottom: 4rem;
  }

  /*   .ai-tp-sec .content-col {
  padding-bottom: 8rem !important;
  padding-top: 8rem !important;
  padding-right: 1.5rem !important;
} */
}


@media(max-width: 744px){

  .cm_500_page h1{
    font-size: 40px;
  }

  .systems-page h1{
    font-size: 28px;
  }

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

  .clock-img-with-content .bottom_row {
    padding: 4rem 0 0 0;
  }

  .ai-tp-sec .page-center {
    padding-right: 1rem;
  }

  .pi-tp-sec p{
    margin-bottom: .875rem;
  }

  .ai-tp-sec blockquote{
    margin-bottom: 2rem;
  }

  .ai-tp-sec .content-col .description{
    margin: 0;
  }

  /*   .ai-tp-sec .content-col{
  padding-right: 1rem !important;
} */

  .form-title{
    font-size: 1.75rem;
    font-weight: 300;
    letter-spacing: -.56px;
    line-height: 1.3;
  }

  .contact-details .detail-content>p a{
    font-size: 1.75rem;
    font-weight: 300;
    letter-spacing: -.56px;
    line-height: 1.3;
  }

  .custom-card-2 .tp-img-cnt-inner ul li,
  #practitioners-card .tp-img-cnt-inner ul li{
    margin-bottom: .5rem;
  }

  .custom-card-2 .top_sec
  #practitioners-card .top_sec{
    margin: 0;
  }

  .custom-card .bottom_row,
  .custom-card-2 .bottom_row,
  #practitioners-card .bottom_row{
    padding-top: 4rem;
  }

  .custom-card .title{
    margin-bottom: 14px !important;
  }

  .custom-card-2 .title,
  #practitioners-card .title{
    margin-bottom: 2rem !important;
  }
}



/* child 2 */

.gallery-section .splide .splide__arrow--prev {
  left: -1em;
}

.gallery-section .splide .splide__arrow--next {
  right: -1em;
}

.gallery-section .splide .splide__arrow{
  width:1em;
  height:1em;
}

.cst-hm-pg-bnr.simple-banner {
  align-items: flex-end;
  left: 0;
  min-height: 100dvh;
  overflow: hidden;
  position: fixed;
  right: 0;
  top: 0;
  background-color: #434f58;
  justify-content: flex-end;
}

.cst-hm-pg-bnr.simple-banner .page-center {
  gap: 1rem;
  height: auto;
  padding-top: 7rem;
  grid-column-gap: .5rem;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  margin: 0 auto;
  max-width: 2560px;
  padding-left: 1rem;
  padding-right: 1rem;
  z-index:2;
}


.cst-hm-pg-bnr.simple-banner .page-center .flex_row {
  grid-column: 1 / -1;
}

.cst-hm-pg-bnr.simple-banner .banner-content-inner{
  padding:0;
}

.cst-hm-pg-bnr.simple-banner .top_sec h6 {
  text-transform: uppercase;
  margin: 0 0 1rem;
}
.cst-hm-pg-bnr.simple-banner .top_sec h1 {
  font-size: 60px;
  font-size: 3.75rem;
  font-weight: 400;
  letter-spacing: 0;
  line-height: 1;
  margin: 0 0 1rem;
}

.cst-hm-pg-bnr.simple-banner .top_sec p {
  margin: 0 0 1rem;
  font-weight: 300;
  opacity: 1;
}

.cst-hm-pg-bnr.simple-banner .top_sec hr {
  border-color: hsla(20, 20%, 97%, .4);
  margin-bottom: 1rem;
  margin-top: 2rem;
}

.border-radius-top {
  border-top-left-radius: 1.5rem;
  border-top-right-radius: 1.5rem;
  overflow: hidden;
}


.cnt-wit-bg-wrp.cst-fl-wd-cnt-wt-bg {
  min-height: 100dvh;
  align-items: center;
  display: flex;
}

.cnt-wit-bg-wrp.cst-fl-wd-cnt-wt-bg .page-center{
  width:100%;
}

.cnt-wit-bg-wrp.cst-fl-wd-cnt-wt-bg .content_widget {
  width: 49%;
}

.cnt-wit-bg-wrp.cst-fl-wd-cnt-wt-bg .content_widget .title {
  margin-bottom: 55px;
}

.cnt-wit-bg-wrp.cst-fl-wd-cnt-wt-bg .content_widget .rich_text p {
  margin-bottom: 1rem;
}

.two-col-content.cst-fl-wd-tw-cl {
  overflow: visible;
}

.cst-fl-wd-tw-cl.two-col-content .content-col .description {
  margin-bottom: 2rem;
}


.cst-fl-wd-tw-cl.two-col-content .content-col .description blockquote {
  border:none;
  padding:0;
  margin:0;
}

.cst-fl-wd-tw-cl.two-col-content .description  h4 {
  margin-bottom: .75rem;
}


.cst-fl-wd-tw-cl.two-col-content .description  p {
  margin-bottom: .875rem;
}

.cst-fl-wd-tw-cl.two-col-content .description  p:last-child {
  margin-bottom: 0;
}

.cst-fl-wd-tw-cl.two-col-content .content-col .btn-items .btn_row {
  flex-direction: column;
  align-items: flex-start;
  gap: .75rem;
}


.cst-how-our-work-cnt.cnt-wit-bg-wrp .page-center .title {
  margin-bottom: 2rem;
}

.cst-how-our-work-cnt.cnt-wit-bg-wrp .page-center .rich_text {
  max-width: 911.52px;
  margin: 0 auto;
  width: 100%;
}

.cst-how-our-work-cnt.cnt-wit-bg-wrp .page-center .rich_text p:last-child {
  margin: 0;
}

.cst-hmpg-cnt-wth-tp-img.cnt-wit-tp-img-wrp .flex-row {
  height: 100%;
  position: relative;
  width: 100%;
  gap: 1rem;
  grid-column-gap: .5rem;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
}

.cst-hmpg-cnt-wth-tp-img.cnt-wit-tp-img-wrp .flex-row .cnt-col {
  padding: 0;
  border-radius: 1rem;
  display: flex;
  flex-direction: column;
  grid-column: 1 / -1;
  overflow: hidden;
  width: 100%;
  box-shadow: inset 2px 2px 8px 0 transparent, inset -3px -3px 8px 0 rgba(155, 196, 242, 0), 8px 8px 24px 0 rgba(0, 0, 0, .122), -6px -6px 18px 0 #fff;
}

.cnt-wit-tp-img-wrp.cst-hmpg-cnt-wth-tp-img .splide__track {
  overflow: visible;
}

.cnt-wit-tp-img-wrp.cst-hmpg-cnt-wth-tp-img {
  overflow: visible;
}

.cnt-wit-tp-img-wrp.cst-hmpg-cnt-wth-tp-img .tp-img {
  margin: 0;
}

.cnt-wit-tp-img-wrp.cst-hmpg-cnt-wth-tp-img .tp-img-cnt {
  padding: 1rem 2rem 2rem;
}

.card_gallery.cst-card-item-benefits .top_sec.noButton {
  padding: 0;
  margin: 0 0 8rem;
}

.card_gallery.cst-card-item-benefits .top_sec.noButton .title {
  font-size: 28px;
  font-size: 1.75rem;
  font-weight: 300;
  letter-spacing: -.56px;
  line-height: 1.3;
  margin-bottom: 24px;
}

.cst-card-item-benefits.card_gallery .bottom_row.notshadow .rowGap15 {
  grid-column-gap: .5rem;
  display: grid;
  grid-row-gap: 2rem;
  grid-template-columns: repeat(4, 1fr);
  width: 100%;
  position: relative;
}

.cst-card-item-benefits.card_gallery .card_item {
  width: auto;
  padding: 0;
  grid-column: 1 / -1;
}

.cst-card-item-benefits.card_gallery .card_inner {
  border-radius: 0; 
  overflow: visible;
}

.cst-card-item-benefits.card_gallery .card_box {
  display: flex;
  flex-direction: row;
  gap: 1.5rem;
}

.cst-card-item-benefits.card_gallery .card_item.text_left .btn_row {
  margin: 0;
  display:none;
}

.cst-card-item-benefits.card_gallery .icon_box.small_sz .icon_inner {
  max-height: 3rem;
  max-width: 3rem;
  min-height: 3rem;
  min-width: 3rem;
  width: 100%;
  height: auto;
  border-radius: 50%;
  flex-direction: row;
  background-color: #f9f7f6;
  justify-content: center;
  box-shadow: inset 2px 2px 8px 0 transparent,
    inset -3px -3px 8px 0 rgba(155, 196, 242, 0),
    8px 8px 24px 0 rgba(0, 0, 0, .122),
    -6px -6px 18px 0 #fff;
  align-items: center;
  margin-bottom: 0;
  font-size: 48px;
}

.cst-card-item-benefits.card_gallery span.icon_img img {
  height: 1.5rem;
}

.cnt-wit-tp-img-wrp.cst-hmpg-cnt-wth-tp-img .col-title {
  font-size: 16px;
  font-size: 1rem;
  font-weight: 700;
  letter-spacing: -.16px;
  line-height: 1.5;
  margin-bottom: 1rem;
}

.cst-hm-pg-btm-pane.cnt-wit-bg-wrp .page-center {
  padding-bottom: 8rem;
  padding-top: 8rem;
  background-position: 50%;
  background-size: cover;
  background-color: #434f58;
  padding-left: 1rem;
  padding-right: 1rem;
  box-shadow: inset 9px 9px 15px 0 rgba(0, 0, 0, .149), inset -6px -6px 15px 0 hsla(0, 0%, 100%, .071), 6px 6px 18px 0 transparent;
}

.cst-hm-pg-btm-pane.cnt-wit-bg-wrp .content_widget h2 {
  font-size: 28px;
  font-size: 1.75rem;
  font-weight: 300;
  letter-spacing: -.56px;
  line-height: 1.3;
  margin-bottom: 1.5rem;
}

.cst-hm-pg-btm-pane.cnt-wit-bg-wrp .content_widget p{
  opacity:1;
}

.cst-hm-pg-btm-pane.cnt-wit-bg-wrp .content_widget p:last-child{
  margin-bottom:0;
}

.cst-hm-pg-btm-pane.cnt-wit-bg-wrp .content_widget .btn_row{
  margin-top: 4.5rem;
}

.cst-btm-pane-glb.cst-hm-pg-btm-pane.cnt-wit-bg-wrp .content_widget .btn_row{
  margin-top: 3rem;
}

.accordion_wrap.cst-accor-hm-pg .page-center {
  padding: 0 0 0 .5rem;
}

.accordion_wrap.cst-accor-hm-pg .acc-item:not(:last-child) {
  margin: 0;
}

.accordion_wrap.cst-accor-hm-pg .acc-item {
  border-radius: 0;
}

.accordion_wrap.cst-accor-hm-pg .acc-item  {
  border-top: 1px solid rgba(36, 50, 63, .4);
  padding-bottom: .75rem ;
  padding-top: .75rem ;
  padding-left:0 ;
  padding-right:0 ;
}

.accordion_wrap.cst-accor-hm-pg .acc-item .acctitle{
  padding:0 !important;
  border:none;
  box-shadow: none;
  border-radius: 0;
}

.accordion_wrap.cst-accor-hm-pg .acc-item .acctitle h4 {
  display: flex;
  justify-content: space-between;
  font-size: 16px;
  font-size: 1rem;
  font-weight: 400;
  letter-spacing: -.16px;
  margin-bottom: .5rem;
  line-height: 1.5;
}

.accordion_wrap.cst-accor-hm-pg .acc-item .acctitle h4>span {
  padding-right: 1rem;
}

.accordion_wrap.cst-accor-hm-pg .acc-item .carrortwrap {
  display: inline-block;
  height: 1.5rem;
  transition: transform .3s ease-in-out;
  width: 1.5rem;
  min-height: auto;
  position: static;
}

.accordion_wrap.cst-accor-hm-pg .acc-item .carrortwrap svg {
  width: 1.5rem;
  height: 1.5rem;
  font-weight: 400;
}

.accordion_wrap.cst-accor-hm-pg .acc-item .acc-content {
  box-shadow: none !important;
  border-radius: 0;
  padding: 0 2.5rem 0 0 !important;
}

.accordion_wrap.cst-accor-hm-pg .acc-item:hover,
.accordion_wrap.cst-accor-hm-pg .acc-item:hover+.acc-item,
.accordion_wrap.cst-accor-hm-pg .acc-item.activeaccord,
.accordion_wrap.cst-accor-hm-pg .acc-item.activeaccord+.acc-item{
  border-color: rgba(36, 50, 63, .72);
}

.accordion_wrap.cst-accor-hm-pg .acc-item .carrortwrap svg,
.accordion_wrap.cst-accor-hm-pg .acc-item.activeaccord .carrortwrap svg{
  fill: rgb(36, 50, 63);
  fill-opacity: 0.4;
}

.accordion_wrap.cst-accor-hm-pg .acc-item:hover .carrortwrap svg,
.accordion_wrap.cst-accor-hm-pg .acc-item.activeaccord .carrortwrap svg{
  fill: #24323f;
  fill-opacity: 1;
}

.cst-card-item-benefits.card_gallery .card_box .card_content {
  display: flex;
  flex-direction: column;
  gap: .5rem;
}

.cst-hm-pg-bnr.simple-banner .top_sec p:not(:last-child) {
  margin-bottom: .5rem;
}

.cnt-wit-tp-img-wrp.cst-hmpg-cnt-wth-tp-img .tp-img img {
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  width: 100%;
}

.cnt-wit-tp-img-wrp.cst-hmpg-cnt-wth-tp-img .inner_spacing {
  display: flex;
  flex-direction: column;
}

.cst-fl-wd-tw-cl.two-col-content .content-col .description h3 {
  margin-bottom: .75rem;
}

.cnt-wit-bg-wrp.cst-account-cnt-flwd .content_widget .title {
  margin: 0 0 2rem;
}

.cnt-wit-bg-wrp.cst-account-cnt-flwd .content_widget .rich_text h1 {
  font-size: 3.75rem;
  font-weight: 400;
  letter-spacing: 0;
  line-height: 1;
  margin: 0 0 2rem;
}

.cnt-wit-bg-wrp.cst-account-cnt-flwd .content_widget .rich_text h3{
  margin:0; 
}

.child-theme .body-wrapper {
  overflow: visible;
}

.cst-join-cnt-wth-tp-img.cnt-wit-tp-img-wrp.cst-hmpg-cnt-wth-tp-img .tp-img img {
  height: 3rem;
  width: 3rem;
}

.cst-join-cnt-wth-tp-img.cnt-wit-tp-img-wrp.cst-hmpg-cnt-wth-tp-img .tp-img {
  display: flex;
  min-height: 8.75rem;
  min-height: 7.8rem;
  padding: 2rem 1.5rem;
}


.cst-join-cnt-wth-tp-img.cnt-wit-tp-img-wrp.cst-hmpg-cnt-wth-tp-img .tp-img-cnt {
  height: 100%;
}


.cst-fl-wd-tw-cl.two-col-content .content-col .description h6 {
  text-transform: uppercase;
  margin-bottom: 2rem;
}

.cst-card-item-realfacevalue.card_gallery .card_box .it_title {
  font-size: 16px;
  font-size: 1rem;
  font-weight: 700;
  letter-spacing: -.16px;
  line-height: 1.5;
  margin: 0;
}

.cst-card-item-realfacevalue.card_gallery.cst-card-item-benefits .top_sec.noButton .title {
  text-align: left;
  margin: 0;
}

.cst-card-item-realfacevalue.cst-card-item-benefits.card_gallery .icon_box.small_sz .icon_inner {
  box-shadow: none;
}

.cst-card-item-realfacevalue.card_gallery.cst-card-item-benefits .top_sec.noButton {
  margin: 0 0 4rem;
}

.border-radius-bottom {
  border-bottom-left-radius: 1.5rem;
  border-bottom-right-radius: 1.5rem;
  overflow: hidden;
}

.cnt-wit-bg-wrp.cst-meet-the-team-cnt .title {
  margin: 0 0 1rem;
}

.cst-fl-wd-tw-cl-bx-sd.two-col-content .mediaimg .single-img img {
  box-shadow: inset 2px 2px 8px 0 transparent, inset -3px -3px 8px 0 rgba(155, 196, 242, 0), 8px 8px 24px 0 rgba(0, 0, 0, .122), -6px -6px 18px 0 #fff;
}

.cst-team-sec.cm_team_wrp .top_sec.noButton {
  margin: 0;
  padding: 0 0 8rem;
  text-align: left;
}

.cst-team-sec.cm_team_wrp .top_sec.noButton .title {
  margin: 0;
}

.cst-team-sec.cm_team_wrp .cm_team_image.noBgAdded img {
  max-width: 100% !important;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  width: 100%;
  border-radius: 1rem ;
}

.cst-team-sec.cm_team_wrp .flex_row .cm_team_card {
  padding-left: 8px;
  padding-right: 8px;
}

.cst-team-sec.cm_team_wrp .flex_row {
  margin: 0 -8px;
  justify-content: flex-start;
}

.cst-team-sec.cm_team_wrp .cm_team_image {
  padding: 0;
  margin: 0;
}

.cst-team-sec.cm_team_wrp .cm_team_cont {
  display: flex;
  flex-direction: column;
  gap: .5rem;
  padding-top: 1.375rem;
}

.cst-team-sec.cm_team_wrp .cm_team_cont h6 {
  margin: 0;
  font-size: 16px;
  font-size: 1rem;
  font-weight: 700;
  letter-spacing: -.16px;
  line-height: 1.5;
}

.cst-team-sec.cm_team_wrp .cm_team_cont p {
  margin: 0;
  font-size: 16px;
  font-size: 1rem;
  font-weight: 400;
  letter-spacing: -.16px;
  line-height: 1.5;
}

.cst-team-sec.cm_team_wrp .flex_row {
  row-gap: 2rem;
}

.cst-team-sec.cm_team_wrp .btn_row {
  margin: 0;
}

.cnt-wit-bg-wrp.cst-meet-the-team-cnt .rich_text h3 {
  margin: 0;
}

.cst-fl-wd-tw-cl-bd-rd.cst-fl-wd-tw-cl.two-col-content .content-col .description,
.cst-fl-wd-tw-cl-left-bd.cst-fl-wd-tw-cl.two-col-content .content-col .description{
  /*   margin-bottom: 0; */
}

.cnt-wit-bg-wrp.cst-join-the-team-cnt .rich_text h3 {
  margin: 0;
}

.hs_service .row-fluid [class*=span] {
  min-height: auto;
}
/* max width */

@media (max-width:1279px){
  .cst-team-sec.cm_team_wrp .flex_row .cm_team_card {
    width: 50%;
  }
}

@media (max-width:1023px){
  .cst-fl-wd-tw-cl.two-col-content .flex_row .content-col {
    width: 100%;
  }

  .cst-fl-wd-tw-cl.two-col-content .flex_row .media_column {
    width: 100%;
  }

  .cst-fl-wd-tw-cl.two-col-content .flex_row.flex_center {
    flex-direction: column-reverse;
    row-gap:0;
  }

  .cst-fl-wd-tw-cl.two-col-content .flex_row .content-col {
    padding-bottom: 4rem;
    padding-right: 1rem;
    padding-top: 4rem;
  }

  .cst-fl-wd-tw-cl.two-col-content .content-col .btn-items .btn_row {
    align-items: center;
  }

  .cnt-wit-bg-wrp.cst-hm-pg-btm-pane {
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .cst-fl-wd-tw-cl-left-bd.cst-fl-wd-tw-cl.two-col-content .flex_row.flex_center {
    flex-direction: column;
  }

  .cst-fl-wd-tw-cl.two-col-content .flex_row .content-col {
    padding-left: 0;
  }

}


@media (max-width:767px){
  .cst-fl-wd-tw-cl.two-col-content .flex_row.flex_center{
    row-gap: 0;
  } 

  .cst-fl-wd-tw-cl.two-col-content .content-col .btn-items .btn_row a {
    padding: 1rem 1.5rem;
  }

  .accordion_wrap.cst-accor-hm-pg {
    padding-top: calc(2rem - 1.4rem) !important;
  }
  .accordion_wrap.cst-accor-hm-pg .page-center {
    padding: 0;
  }

  .cnt-wit-bg-wrp.cst-fl-wd-cnt-wt-bg {
    min-height: auto;
  }

  .cst-how-our-work-cnt.cnt-wit-bg-wrp .page-center .rich_text h3 {
    margin: 0 0 12.5px;
  }
}

@media (max-width:744px){

  .cst-hm-pg-bnr.simple-banner .top_sec hr {
    margin-bottom: 1rem;
    margin-top: 2rem;
  }

  .cnt-wit-bg-wrp.cst-fl-wd-cnt-wt-bg .content_widget {
    width: 100%;
  }

  .cnt-wit-bg-wrp.cst-fl-wd-cnt-wt-bg .content_widget .title {
    margin-bottom: 13px;
  }

  .cnt-wit-bg-wrp.cst-fl-wd-cnt-wt-bg .content_widget .rich_text p {
    margin-bottom: 0.5rem;
  }

  .cst-fl-wd-tw-cl.two-col-content .content-col .btn-items .btn_row a {
    width: 100%;
    display: block;
    padding: .75rem 1rem;
    font-size: 1rem;
    line-height: 1.5;
  }
  .cst-fl-wd-tw-cl.two-col-content .content-col .btn-items .btn_row .btn_item {
    width: 100%;
  }

  .cnt-wit-bg-wrp.cst-how-our-work-cnt {
    padding-top: 4rem ;
    padding-bottom: 4rem ;
  }

  .cnt-wit-tp-img-wrp.cst-hmpg-cnt-wth-tp-img .col-title {
    margin-bottom: .5rem;
  }

  .cnt-wit-tp-img-wrp.cst-hmpg-cnt-wth-tp-img {
    padding-bottom: 4rem !important;
  }

  .card_gallery.cst-card-item-benefits .top_sec.noButton .title {
    margin-bottom: 12px;
  }

  .card_gallery.cst-card-item-benefits .top_sec.noButton {
    margin: 0 0 4rem;
  }

  .card_gallery.cst-card-item-benefits {
    padding-bottom: 4rem;
  }

  .cnt-wit-bg-wrp.cst-hm-pg-btm-pane {
    padding-top: 4rem;
    padding-bottom: 4rem;
  }

  .cst-hm-pg-btm-pane.cnt-wit-bg-wrp .page-center {
    border-radius: 1rem;
  }

  .accordion_wrap.cst-accor-hm-pg .acc-item .acctitle h4 {
    margin-top: .5rem;
  }

  .cst-team-sec.cm_team_wrp .flex_row .cm_team_card {
    width: 100%;
  }

  .cnt-wit-bg-wrp.cst-meet-the-team-cnt {
    padding-top: 12rem;
    padding-bottom: 4rem;
  }

  .cst-fl-wd-tw-cl-bd-rd.two-col-content,
  .cst-fl-wd-tw-cl-left-bd.two-col-content{
    padding-top: 4rem;
    padding-bottom: 4rem;
  }

  .cm_team_wrp.cst-team-sec {
    padding: 4rem 0;
  }

  .cst-team-sec.cm_team_wrp .top_sec.noButton {
    padding: 0 0 4rem;
  }

  .cnt-wit-bg-wrp.cst-account-cnt-flwd {
    padding-top: 12rem;
    padding-bottom: 4rem;
  }

  .cnt-wit-bg-wrp.cst-account-cnt-flwd .content_widget .rich_text h1 {
    margin: 0 0 1rem;
  }

  .cst-join-cnt-wth-tp-img.cnt-wit-tp-img-wrp.cst-hmpg-cnt-wth-tp-img .tp-img {
    min-height: 8.75rem;
  }
}

@media (max-width:599px){
  .cst-how-our-work-cnt.cnt-wit-bg-wrp .page-center .rich_text h3 {
    margin-bottom: 11px;
  }
}


/* min width */
@media (min-width: 600px){
  .cst-fl-wd-tw-cl.two-col-content .content-col .description {
    margin-bottom: 4rem;
  }

  .cst-fl-wd-tw-cl.two-col-content .description  h4 {
    margin-bottom: 1.5rem;
  }

  .cst-fl-wd-tw-cl.two-col-content .content-col .btn-items .btn_row {
    gap: 1.5rem;
  }

  .cst-fl-wd-tw-cl.two-col-content .content-col .description h3 {
    margin-bottom: 1.5rem;
  }

  .cst-fl-wd-tw-cl.two-col-content .content-col .description h6 {
    margin-bottom: 4rem;
  }
}

@media (max-width:1023px) and (min-width: 600px){
  .cst-fl-wd-tw-cl.two-col-content .flex_row .content-col {
    padding-bottom: 8rem;
    padding-top: 8rem;
  }

}

@media (max-width:1023px) and (min-width: 745px){
  .cst-fl-wd-tw-cl.two-col-content .flex_row .media_column .mediaimg img {
    margin-left: -1.5rem;
  }
  .cst-fl-wd-tw-cl.two-col-content .flex_row .content-col {
    padding-right: 1.5rem;
  }

  .accordion_wrap.cst-accor-hm-pg {
    padding-top: calc(4rem - 1.4rem) !important;
  }

  .cst-join-cnt-wth-tp-img.cnt-wit-tp-img-wrp.cst-hmpg-cnt-wth-tp-img .tp-img {
    width: 32.2%;
    padding-top: 3rem;
  }

  .cst-join-cnt-wth-tp-img.cnt-wit-tp-img-wrp.cst-hmpg-cnt-wth-tp-img .tp-img-cnt {
    width: 66.1%;
    padding-top: 3rem;
    padding-bottom: 3rem;
  }

  .cst-join-cnt-wth-tp-img.cnt-wit-tp-img-wrp.cst-hmpg-cnt-wth-tp-img .inner_spacing {
    justify-content: space-between;
    align-items: flex-start;
  }

  .cst-join-cnt-wth-tp-img.cst-hmpg-cnt-wth-tp-img.cnt-wit-tp-img-wrp .flex-row .cnt-col {
    padding: 0;
  }
}

@media (min-width: 745px){
  .cst-hm-pg-bnr.simple-banner .page-center {
    grid-column-gap: 1rem;
    grid-template-columns: repeat(12, 1fr);
    padding-left: 1.5rem;
    padding-right: 1.5rem;
    padding-top: 8rem;
  }

  .cst-hm-pg-bnr.simple-banner .top_sec h1 {
    font-size: 80px;
    font-size: 5rem;
    font-weight: 400;
    letter-spacing: -1.6px;
    line-height: 1;
  }

  .cst-hm-pg-bnr.simple-banner .top_sec hr {
    margin-bottom: 2rem;
    margin-top: calc(2rem + 1rem);
  }

  .cst-fl-wd-tw-cl.two-col-content .description  p {
    margin-bottom: 1rem;
  }

  .cst-how-our-work-cnt.cnt-wit-bg-wrp .page-center .title {
    margin-bottom: 5rem;
  }

  .cst-hmpg-cnt-wth-tp-img.cnt-wit-tp-img-wrp .flex-row {
    grid-column-gap: 1rem;
    grid-template-columns: repeat(12, 1fr);
  }

  .cst-hmpg-cnt-wth-tp-img.cnt-wit-tp-img-wrp .flex-row .cnt-col {
    flex-direction: row;
    padding-bottom: 2.125rem;
    padding-top: 2.125rem;
  }

  .cnt-wit-tp-img-wrp.cst-hmpg-cnt-wth-tp-img .tp-img-cnt {
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding-bottom: 1rem;
    padding-left: 1.5rem;
    padding-right: 1.5rem;
    width: 50%;
  }

  .card_gallery.cst-card-item-benefits .top_sec.noButton .title {
    font-size: 34px;
    font-size: 2.125rem;
    font-weight: 300;
    letter-spacing: -.68px;
    line-height: 1.3;
  }

  .cst-card-item-benefits.card_gallery .bottom_row.notshadow .rowGap15 {
    grid-column-gap: 1rem;
    grid-row-gap: 5rem;
    grid-template-columns: repeat(12, 1fr);
  }

  .cst-card-item-benefits.card_gallery .card_item {
    grid-column: span 6;
  }

  .cst-card-item-benefits.card_gallery .card_box {
    flex-direction: column;
    gap: 3rem;
  }

  .cnt-wit-tp-img-wrp.cst-hmpg-cnt-wth-tp-img .col-title {
    font-size: 20px;
    font-size: 1.25rem;
    font-weight: 700;
    letter-spacing: -.2px;
    line-height: 1.5;
  }

  .cst-hm-pg-btm-pane.cnt-wit-bg-wrp .page-center {
    border-radius: 1.5rem;
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }

  .cst-hm-pg-btm-pane.cnt-wit-bg-wrp .content_widget h2 {
    font-size: 34px;
    font-size: 2.125rem;
    font-weight: 300;
    letter-spacing: -.68px;
    line-height: 1.3;
  }

  .accordion_wrap.cst-accor-hm-pg .acc-item .acctitle h4 {
    margin-top: .5rem;
    font-size: 20px;
    font-size: 1.25rem;
    font-weight: 400;
    letter-spacing: -.2px;
    line-height: 1.5;
  }

  .accordion_wrap.cst-accor-hm-pg .acc-item{
    padding-bottom: 1.5rem ;
    padding-top: 1.5rem ;
  }

  .cst-card-item-benefits.card_gallery .card_box .card_content {
    gap: 1rem;
    padding-right: 1.5rem;
  }

  .cnt-wit-tp-img-wrp.cst-hmpg-cnt-wth-tp-img .tp-img {
    width: 50%;
  }

  .cnt-wit-tp-img-wrp.cst-hmpg-cnt-wth-tp-img .inner_spacing {
    flex-direction: row;
    padding-bottom: 2.125rem;
    padding-top: 2.125rem;
  }

  .cnt-wit-bg-wrp.cst-account-cnt-flwd .content_widget .rich_text h1 {
    font-size: 5rem;
    font-weight: 400;
    letter-spacing: -1.6px;
    line-height: 1;
  }

  .cst-card-item-realfacevalue.card_gallery .card_box .it_title {
    font-size: 20px;
    font-size: 1.25rem;
    font-weight: 700;
    letter-spacing: -.2px;
    line-height: 1.5;
  }

  .cst-card-item-realfacevalue.card_gallery.cst-card-item-benefits .top_sec.noButton {
    margin: 0 0 8rem;
  }

  .cnt-wit-bg-wrp.cst-meet-the-team-cnt .title {
    margin: 0 0 2rem;
  }

  .cst-team-sec.cm_team_wrp .cm_team_cont {
    gap: 1rem;
    padding-right: 1.5rem;
    padding-top: 1.875rem;
  }

  .cst-team-sec.cm_team_wrp .cm_team_cont h6 {
    font-size: 20px;
    font-size: 1.25rem;
    font-weight: 700;
    letter-spacing: -.2px;
    line-height: 1.5;
  }

  .cst-team-sec.cm_team_wrp .cm_team_cont p {
    font-size: 20px;
    font-size: 1.25rem;
    font-weight: 400;
    letter-spacing: -.2px;
    line-height: 1.5;
  }

  .cst-team-sec.cm_team_wrp .flex_row {
    row-gap: 5rem;
  }
}

@media (min-width: 1024px) {
  .cst-hm-pg-bnr.simple-banner .page-center {
    padding-top: 8rem;
    padding-left: 2rem;
    padding-right: 2rem;
  }

  .cst-fl-wd-tw-cl.two-col-content .content-col .btn-items {
    padding-left: 2rem;
  }

  .cst-hmpg-cnt-wth-tp-img.cnt-wit-tp-img-wrp .flex-row .cnt-col {
    flex-direction: column;
    grid-column: span 4;
    padding-bottom: 0;
    padding-top: 0;
  }

  .cnt-wit-tp-img-wrp.cst-hmpg-cnt-wth-tp-img .tp-img-cnt {
    /* height: 100%; */
    justify-content: flex-start;
    padding-bottom: 1.5rem;
    padding-top: 1.5rem;
    width: 100%;
  }

  .cst-card-item-benefits.card_gallery .bottom_row.notshadow .rowGap15 {
    grid-row-gap: 4rem;
  }

  .cst-hm-pg-btm-pane.cnt-wit-bg-wrp .page-center {
    padding-left: 2rem;
    padding-right: 2rem;
  }

  .cst-hm-pg-bnr.simple-banner .top_sec p:not(:last-child) {
    margin-bottom: 1rem;
  }

  .cst-fl-wd-tw-cl.two-col-content .content-col .description blockquote {
    border-left: 1px solid;
    padding-left: 3rem;
    margin: 0;
  }

  .cst-fl-wd-tw-cl-left-bd.cst-fl-wd-tw-cl.two-col-content .content-col .description blockquote {
    padding-right: 3rem;
    padding-left: 0;
    border-right: 1px solid;
    border-left: 0;
  }

  .cst-fl-wd-tw-cl.two-col-content .col6 {
    width: 49.55%;
  }

  .cst-fl-wd-tw-cl-bd-rd.two-col-content .mediaimg .single-img img,
  .cst-fl-wd-tw-cl-left-bd.two-col-content .mediaimg .single-img img {
    border-radius: 1rem !important;
  }

  .cst-fl-wd-tw-cl.two-col-content .flex_row.flex_center {
    column-gap: 1rem;
    flex-wrap:nowrap;
  }

  .cnt-wit-tp-img-wrp.cst-hmpg-cnt-wth-tp-img .tp-img {
    width: 100%;
  }

  .cnt-wit-tp-img-wrp.cst-hmpg-cnt-wth-tp-img .inner_spacing {
    flex-direction: column;
    padding-bottom: 0;
    padding-top: 0;
  }

  .cnt-wit-tp-img-wrp.cst-hmpg-cnt-wth-tp-img .tp-img-cnt-inner {
    margin-bottom: 3rem;
  }

  .cst-join-cnt-wth-tp-img.cnt-wit-tp-img-wrp.cst-hmpg-cnt-wth-tp-img .tp-img-cnt {
    min-height: 16.7rem;
  }
}

@media (min-width: 1280px){
  .cst-hm-pg-bnr.simple-banner .top_sec h1 {
    font-size: 100px;
    font-size: 6.25rem;
    font-weight: 400;
    letter-spacing: -2px;
    line-height: 1;
  }

  .cst-card-item-benefits.card_gallery .bottom_row.notshadow .rowGap15 {
    display: flex;
  }

  .cst-card-item-benefits.card_gallery .card_item {
    max-width: 293.17px;
    width: 100%;
  }

  .cnt-wit-bg-wrp.cst-account-cnt-flwd .content_widget .rich_text h1 {
    font-size: 6.25rem;
    font-weight: 400;
    letter-spacing: -2px;
    line-height: 1;
  }

  .cst-card-item-realfacevalue.cst-card-item-benefits.card_gallery .card_item {
    max-width: 447.75px;
  }
}

@media (min-width: 2560px){
  .cst-hm-pg-bnr.simple-banner .top_sec h6 {
    margin: 0 0 2rem;
  }

  .cst-hm-pg-bnr.simple-banner .top_sec h1 {
    font-size: 200px;
    font-size: 12.5rem;
    font-weight: 400;
    letter-spacing: -4px;
    line-height: 1;
    margin: 0 0 2rem;
  }

  .cst-hm-pg-bnr.simple-banner .top_sec p:not(:last-child) {
    margin: 0 0 2rem;
  }

  .cst-hm-pg-bnr.simple-banner .top_sec p {
    font-size: 36px;
    font-size: 2.25rem;
    font-weight: 300;
    letter-spacing: 0;
    line-height: 1.5;
  }

  .cst-hm-pg-bnr.simple-banner .top_sec hr {
    margin-top: 4rem;
  }


  .cnt-wit-bg-wrp.cst-fl-wd-cnt-wt-bg .content_widget .title {
    margin-bottom: 102px;
  }

  .cnt-wit-bg-wrp.cst-fl-wd-cnt-wt-bg .content_widget .rich_text p {
    margin-bottom: 2rem;
  }

  .cst-fl-wd-tw-cl.two-col-content .content-col .description blockquote {
    padding-left: 6rem;
  }

  .cst-fl-wd-tw-cl.two-col-content .content-col .btn-items {
    padding-left: 4rem;
  }

  .cst-fl-wd-tw-cl.two-col-content .content-col .description h3 {
    margin-bottom: 3rem;
  }

  .cst-fl-wd-tw-cl.two-col-content .description p {
    margin-bottom: 2rem;
  }

  .cnt-wit-tp-img-wrp.cst-hmpg-cnt-wth-tp-img .tp-img-cnt {
    padding: 3rem;
  }

  .cnt-wit-tp-img-wrp.cst-hmpg-cnt-wth-tp-img .col-title {
    margin-bottom: 2rem;
    font-size: 40px;
    font-size: 2.5rem;
    font-weight: 700;
    letter-spacing: -.4px;
    line-height: 1.5;
  }

  .cst-hmpg-cnt-wth-tp-img.cnt-wit-tp-img-wrp .flex-row {
    grid-column-gap: 2rem;
  }

  .cnt-wit-bg-wrp.cst-how-our-work-cnt {
    padding-top: 16rem;
    padding-bottom: 16rem;
  }

  .cst-fl-wd-tw-cl.two-col-content .content-col .description {
    margin-bottom: 6rem;
  }

  .cst-fl-wd-tw-cl.two-col-content .content-col .btn-items .btn_row {
    gap: 3rem;
  }

  .cst-how-our-work-cnt.cnt-wit-bg-wrp .page-center .rich_text {
    max-width: 1232px;
  }

  .cst-how-our-work-cnt.cnt-wit-bg-wrp .page-center .title {
    margin-bottom: 8rem;
  }

  .cnt-wit-tp-img-wrp.cst-hmpg-cnt-wth-tp-img .tp-img-cnt-inner {
    margin-bottom: 6rem;
  }

  .cnt-wit-tp-img-wrp.cst-hmpg-cnt-wth-tp-img {
    padding-bottom: 16rem;
  }

  .card_gallery.cst-card-item-benefits .top_sec.noButton .title {
    font-size: 68px;
    font-size: 4.25rem;
    font-weight: 300;
    letter-spacing: -1.36px;
    line-height: 1.3;
  }

  .card_gallery.cst-card-item-benefits .top_sec.noButton {
    margin: 0 0 16rem;
  }

  .cst-card-item-benefits.card_gallery .card_item {
    max-width: 389.31px;
  }

  .cst-card-item-benefits.card_gallery .icon_box.small_sz .icon_inner {
    max-height: 8rem;
    max-width: 8rem;
    min-height: 8rem;
    min-width: 8rem;
  }

  .cst-card-item-benefits.card_gallery .bottom_row.notshadow .rowGap15 {
    grid-column-gap: 2rem;
  }

  .cst-card-item-benefits.card_gallery .card_box {
    gap: 4rem;
  }

  .cst-card-item-benefits.card_gallery span.icon_img img {
    height: 4rem;
  }

  .card_gallery.cst-card-item-benefits {
    padding-bottom: 16rem;
  }

  .cnt-wit-bg-wrp.cst-hm-pg-btm-pane {
    padding-top: 16rem;
    padding-bottom: 16rem;
  }

  .cst-hm-pg-btm-pane.cnt-wit-bg-wrp .page-center {
    padding-bottom: 16rem;
    padding-top: 16rem;
  }

  .cst-hm-pg-btm-pane.cnt-wit-bg-wrp .content_widget h2 {
    font-size: 68px;
    font-size: 4.25rem;
    font-weight: 300;
    letter-spacing: -1.36px;
    line-height: 1.3;
    margin-bottom: 3rem;
  }

  .cst-hm-pg-btm-pane.cnt-wit-bg-wrp .content_widget .btn_row {
    margin-top: 9rem;
  }

  .accordion_wrap.cst-accor-hm-pg {
    padding-bottom: 8rem;
  }

  .accordion_wrap.cst-accor-hm-pg .acc-item .acctitle h4 {
    font-size: 2.5rem;
    font-weight: 400;
    letter-spacing: -.4px;
    line-height: 1.5;
  }

  .accordion_wrap.cst-accor-hm-pg .acc-item {
    padding-bottom: 3rem;
    padding-top: 3rem;
  }

  .accordion_wrap.cst-accor-hm-pg .acc-item .carrortwrap {
    height: 3rem;
    width: 3rem;
  }

  .accordion_wrap.cst-accor-hm-pg .acc-item .carrortwrap svg {
    height: 3rem;
    width: 3rem;
  }

  .cnt-wit-bg-wrp.cst-meet-the-team-cnt {
    padding-top: 48rem;
    padding-bottom: 16rem;
  }

  .cnt-wit-bg-wrp.cst-meet-the-team-cnt .title {
    margin: 0 0 4rem;
  }

  .cst-fl-wd-tw-cl-left-bd.two-col-content {
    padding-top: 16rem;
    padding-bottom: 16rem;
  }

  .cst-fl-wd-tw-cl-left-bd.two-col-content.right .content-col {
    padding-left: 7rem;
  }

  .cst-fl-wd-tw-cl.two-col-content .content-col .description h6 {
    margin-bottom: 8rem;
  }

  .cst-fl-wd-tw-cl-bd-rd.two-col-content {
    padding-top: 16rem;
    padding-bottom: 16rem;
  }

  .cst-fl-wd-tw-cl-bd-rd.cst-fl-wd-tw-cl.two-col-content.left .content-col {
    padding-right: 7rem;
  }

  .cm_team_wrp.cst-team-sec {
    padding-top: 16rem;
    padding-bottom: 16rem;
  }

  .cst-team-sec.cm_team_wrp .top_sec.noButton {
    padding-bottom: 13rem;
  }

  .cst-team-sec.cm_team_wrp .cm_team_cont {
    gap: 2rem;
    padding-right: 2.5rem;
    padding-top: 3.75rem;
  }

  .cst-team-sec.cm_team_wrp .cm_team_cont h6 {
    font-size: 40px;
    font-size: 2.5rem;
    font-weight: 700;
    letter-spacing: -.4px;
    line-height: 1.5;
  }

  .cst-team-sec.cm_team_wrp .cm_team_cont p {
    font-size: 40px;
    font-size: 2.5rem;
    font-weight: 400;
    letter-spacing: -.4px;
    line-height: 1.5;
  }

  .cst-team-sec.cm_team_wrp .flex_row .cm_team_card {
    padding-left: 16px;
    padding-right: 16px;
  }

  .cst-team-sec.cm_team_wrp .flex_row {
    margin: 0 -16px;
  }


  .cnt-wit-bg-wrp.cst-join-the-team-cnt {
    padding-top: 16rem;
    padding-bottom: 11rem;
  }

  .cst-join-cnt-wth-tp-img.cnt-wit-tp-img-wrp.cst-hmpg-cnt-wth-tp-img {
    padding-top: 16rem;
  }

  .cst-join-cnt-wth-tp-img.cnt-wit-tp-img-wrp.cst-hmpg-cnt-wth-tp-img .tp-img img {
    height: 6rem;
    width: 6rem;
  }

  .cst-join-cnt-wth-tp-img.cnt-wit-tp-img-wrp.cst-hmpg-cnt-wth-tp-img .tp-img {
    height: 20rem;
    padding: 4rem 3rem;
  }

  .cst-join-cnt-wth-tp-img.cnt-wit-tp-img-wrp.cst-hmpg-cnt-wth-tp-img .tp-img-cnt-inner {
    margin-bottom: 3rem;
  }

  .cst-fl-wd-tw-cl-left-bd.cst-fl-wd-tw-cl.two-col-content .content-col .description blockquote {
    padding-right: 6rem;
  }

  .cst-fl-wd-tw-cl.two-col-content .flex_row.flex_center {
    column-gap: 2rem;
  }

  .cst-card-item-realfacevalue.card_gallery.cst-card-item-benefits {
    padding-top: 16rem;
  }

  .cst-card-item-realfacevalue.card_gallery.cst-card-item-benefits .top_sec.noButton {
    margin-bottom: 13rem;
  }

  .cst-card-item-realfacevalue.cst-card-item-benefits.card_gallery .card_item {
    max-width: 600px;
  }

  .cst-card-item-realfacevalue.card_gallery .card_box .it_title {
    font-size: 40px;
    font-size: 2.5rem;
    font-weight: 700;
    letter-spacing: -.4px;
    line-height: 1.5;
  }

  .cst-card-item-benefits.card_gallery.cst-card-item-realfacevalue .card_box .card_content {
    gap: 2rem;
    padding-right: 2.5rem;
  }

  .cnt-wit-bg-wrp.cst-account-cnt-flwd {
    padding-top: 48rem;
    padding-bottom: 13rem;
  }

  .cnt-wit-bg-wrp.cst-account-cnt-flwd .content_widget .title {
    margin: 0 0 4rem;
  }

  .cnt-wit-bg-wrp.cst-account-cnt-flwd .content_widget .rich_text h1 {
    font-size: 200px;
    font-size: 12.5rem;
    font-weight: 400;
    letter-spacing: -4px;
    line-height: 1;
    margin: 0 0 4rem;
  }
}