:root{
  --primary_color:rgba(162, 106, 246, 1);
  --secondary_color:rgba(0, 0, 0, 1);
  --ac_primary_color:rgba(162, 106, 246, 1);
  --ac_secondary_color:rgba(170, 170, 170, 1);
  --white-color: #fff;
  --brand-yellow: #ffc52c;
  --yellow-hover:#e5ac14;
  --purple-hover: #7e4cca;
  --base-color-neutral--neutral-lightest: #eee;
  --brand-blue: #6ac6fb;
}


/*===================Custom Font Style===================*/
 
:root{
  --BR-Omny: BR Omny,sans-serif;
  --Graphik: Graphik,sans-serif;
}
@font-face { 
  font-family: "BR Omny"; 
  src: url(//47506584.fs1.hubspotusercontent-na1.net/hubfs/47506584/raw_assets/public/Playto_November_2024/fonts/6675bd5e89dde4d05dbb5a87_BROmny-Regular-BF65557eb88143f.otf) format("opentype"); 
  font-style: normal; 
  font-weight: 400; 
  font-display: swap; 
}
@font-face { 
  font-family: "BR Omny"; 
  src: url(//47506584.fs1.hubspotusercontent-na1.net/hubfs/47506584/raw_assets/public/Playto_November_2024/fonts/6675bd5e89dde4d05dbb5a85_BROmny-SemiBold-BF65557eb890e9a.otf) format("opentype"); 
  font-style: normal; 
  font-weight: 600; 
  font-display: swap;
}
@font-face { 
  font-family: "BR Omny";
  src: url(//47506584.fs1.hubspotusercontent-na1.net/hubfs/47506584/raw_assets/public/Playto_November_2024/fonts/6675bd5e89dde4d05dbb5a82_BROmny-Bold-BF65557eb88a83f.otf) format("opentype");
  font-style: normal;
  font-weight: 700; 
  font-display: swap;
}
@font-face { 
  font-family: "Graphik"; 
  src: url(//47506584.fs1.hubspotusercontent-na1.net/hubfs/47506584/raw_assets/public/Playto_November_2024/fonts/6675bd5e89dde4d05dbb5a9f_GraphikRegular.otf) format("opentype"); 
  font-style: normal; 
  font-weight: 400; 
  font-display: swap; 
}
@font-face { 
  font-family: "Graphik"; 
  src: url(//47506584.fs1.hubspotusercontent-na1.net/hubfs/47506584/raw_assets/public/Playto_November_2024/fonts/6675bd5e89dde4d05dbb5a9d_GraphikMedium.otf) format("opentype"); 
  font-style: normal; 
  font-weight: 500; 
  font-display: swap; 
}
@font-face { 
  font-family: "Graphik"; 
  src: url(//47506584.fs1.hubspotusercontent-na1.net/hubfs/47506584/raw_assets/public/Playto_November_2024/fonts/6675bd5e89dde4d05dbb5a9e_GraphikSemibold.otf) format("opentype");
  font-style: normal; 
  font-weight: 600; 
  font-display: swap; 
}
.child_theme body{
  font-family:var(--Graphik);
}
.child_theme h1,
.child_theme h2,
.child_theme h3,
.child_theme h4,
.child_theme h5,
.child_theme h6{
  font-family:var(--BR-Omny);
}








:root{
  --h1_size52 : 51.999999984px;
  --h1_size44 : 43.999999992px;
  --h1_size40 : 40.000000031999996px;
  --h1_size36 : 36.0px;
  --body_size : 18px;
  --body_size16 : 16.000000002px;
  --h2_size : 60px;
  --h2_size48 : 48.0px;
  --h2_size44 : 43.9998px;
  --h2_size36 : 36.0px;
  --h2_size30 : 30.0px;
  --h2_size24 : 24.0px;
  --h4_size24 : 24.0px;
  --h4_size26 : 26.000000009999997px;
  --h4_size30 : 26.000000009999997px;
  --h3_size36 : 36.0px;
  --h3_size28 : 27.999999984px;
  --h3_size24 : 24.0px;
  --h3_size18 : 18.0px;
}

/*======================================*/
.child_theme .header .search .search-icon-container svg {
  overflow: hidden;
}
.child_theme .header .search .search-icon-container svg rect {
  height: 100%;
  width: 100%;
}
.child_theme .hs-search-results__pagination {
  flex-wrap: wrap;
}
.child_theme img.hs-image-widget {
  margin-bottom: 10px;
}
.child_theme header img.hs-image-widget,
.child_theme footer img.hs-image-widget {
  margin-bottom: 0;
}
.child_theme .hs-search-field__suggestions-container {
  z-index: 2;
}
.child_theme input[type=“search”]::-webkit-search-cancel-button,
.child_theme input[type=“search”]:-moz-search-cancel-button,
.child_theme input[type=“search”]::-ms-clear  {
  display: none;
}

/*===================Form Style===================*/
.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, 
.child_theme .tabber .media-col .form-wrap .hs-input{
  box-shadow:none;
  width:100% !important;
  padding-top: .8rem;
  padding-bottom: .8rem;
  height: auto;
  min-height: 3.75rem;
  padding-left: 1.5rem;
  padding-right: 12px;
  font-size: 14px;
  line-height: 1.42857;
}
.child_theme .tabber .media-col .form-wrap .hs-input:focus,
.child_theme form input[type=email]:focus,
.child_theme form input[type=file]:focus, 
.child_theme form input[type=number]:focus,
.child_theme form input[type=password]:focus,
.child_theme form input[type=search]:focus,
.child_theme form input[type=tel]:focus,
.child_theme form input[type=text]:focus,
.child_theme form select:focus,
.child_theme form textarea:focus {
  outline: none;
}
.child_theme fieldset.form-columns-3 .hs-form-field:last-child > .input {
  margin-right: 0;
}
.child_theme #hs_cos_wrapper_body_area_left-module-2 .hs-search-field__bar>form {
  padding-bottom: 0;
  margin-bottom: 40px;
}
.child_theme .systems-page form label {
  display: inline;
}
.child_theme .systems-page ul.no-list.hs-error-msgs {
  margin-left: 0;
}
.child_theme .blog-index__post-inner-card h5,
.child_theme .blog-index__post-inner-card h6,
.child_theme .blog-index__post-inner-card .h6 {
  margin-bottom: 0;
}
.header .search .search-icon-container svg rect {
  height: 100%;
  width: 100%;
}
@media(max-width:1440px){
  .child_theme .splide .splide__arrow--next {
    right: 2%;
  }
  .child_theme .splide .splide__arrow--prev {
    left: 2%;
  }
}
/*=========================Page center==============*/
.child_theme [class*="full-width-section"].dnd-section > .row-fluid,
.child_theme .content-wrapper .dnd-section > .row-fluid,
.child_theme .page-center .dnd-section > .row-fluid,
.child_theme .dnd-section:not([class*="full-width-section"]) > .row-fluid .page-center,
.child_theme .content-wrapper *[class*="span"] .page-center,
.child_theme .page-center.full_width {
  padding-left: 0 !important;
  padding-right: 0 !important;
}
.child_theme .page-center,
.child_theme .content-wrapper,
.child_theme .dnd-section > .row-fluid{
  padding-left: 32px;
  padding-right: 32px;
} 
@media screen and (min-width: 640px) {
  .child_theme .dnd_area_subscription-dnd_partial-1-module-2 .page-center,
  .child_theme .bottom_pane .page-center,
  .child_theme .cnt-wit-bg-wrp .page-center.custom{
    padding-left: 0 !important;
    padding-right: 0 !important;
  }
}

/*==================Primary Btn style===========*/
.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{
  padding: 16px 36px;
  line-height: 1.75rem;
  font-size: 1.125rem;
  transition: all .2s;
}
/*==================Secondary Btn style===========*/
.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 .hs-sec-btn, 
.child_theme .systems-page .hs-search-results__next-page, 
.child_theme .systems-page .hs-search-results__prev-page{
  padding: 16px 24px ;
  line-height: 150%;
  font-size: 1rem;
  transition: all .2s;
}
.child_theme .yellow-button .hs-sec-btn,
.child_theme .purple-button .hs-sec-btn{
  padding: 16px 36px;
  font-size:18px!important;
  color:var(--white-color)!important;
}
.child_theme .yellow-button .hs-sec-btn{
  background-color:var(--brand-yellow)!important;
  line-height: 1.75rem!important;
}
.child_theme .yellow-button .hs-sec-btn:hover {
  background-color: var(--yellow-hover)!important;
  color:var(--white-color) !important;
}

.child_theme .purple-button .hs-sec-btn{
  background-color: var(--purple-hover)!important;
  text-align: center;
  line-height: 26px;
  font-weight:600;
}
.child_theme .purple-button .hs-sec-btn:hover{
  background-color: var(--base-color-neutral--neutral-lightest)!important;
  color: var(--brand-blue)!important;
}

/*===========================Footer Style========================*/

footer.footer .page-center{
  
  width: 1400px;
  
  max-width:90%;
  padding-left:0;
  padding-right:0;
}
footer .cmCopyright .col-section {
  padding: 0;
}
footer .cmCopyright .col-section .footer-content p {
  font-size: 16px;
  line-height: 28px;
  font-family: var(--BR-Omny);
}
footer .topSection .col-section .footer-menu .hs-menu-wrapper ul {
  display: flex;
  flex-direction: row;
}
footer .topSection .col-section .footer-menu .hs-menu-wrapper >ul {
  margin-right: 16%;
}
footer .topSection .col-section .footer-menu .hs-menu-wrapper ul li {
  margin: 0;
  line-height: 2rem;
  font-size: 18px;
  font-family: var(--BR-Omny);
}
footer .topSection .col-section .footer-menu .hs-menu-wrapper >ul >li {
  margin-bottom: 0;
  flex: 1;
}
footer .topSection .col-section .footer-menu .hs-menu-wrapper >ul >li >a {
  font-weight: 700;
  font-family: var(--BR-Omny);
  color: #fff;
}
footer .topSection .col-section .footer-menu .hs-menu-wrapper ul li a {
  font-size: 16px;
  display: block;
  line-height: 2rem;
}
footer .topSection .col-section .footer-menu .hs-menu-wrapper ul ul{
  display: flex;
  position:static;
  flex-direction: column;
}
footer .topSection .col-section .footer-menu .hs-menu-wrapper >ul >li>ul>li {
  margin-bottom: 20px;
}

footer .topSection .col-section .footer-menu .hs-menu-wrapper >ul>li> ul >li>a{
  color:#fff;
  font-weight: 700;
  font-family: var(--BR-Omny);
  font-size: 16px;
  padding-left: .5rem;
}
footer .topSection .col-section .footer-menu .hs-menu-wrapper ul ul ul li{
  margin-top: .25rem;
  margin-bottom: .25rem;
  padding-left: .5rem;
}
footer .topSection .col-section .footer-menu .hs-menu-wrapper ul ul ul li a{
  line-height: 1;
  display: inline;
  white-space: normal;
}

footer .topSection .col-section {
  padding-left: 0;
  padding-right: 0;
}
footer .footer-social {
  padding-left: 0;
  gap: 1rem;
  margin-top: 1rem;
}
footer .footer-social .footer-social-item {
  width: 32px;
  height: 32px;
  padding: 2px;
}
footer .footer-social img{
  width:28px
}

footer .topSection .col-section.num3 .footer-content ul li:first-child {
  font-size: 16px;
  font-weight: 700;
}
footer .topSection .col-section.num3 .footer-content ul {
  padding-left: 0;
  list-style: none;
  margin-bottom: 20px;
}
footer .topSection .col-section.num3 .footer-content ul li {
  margin-top: .25rem;
  margin-bottom: .25rem;
  padding-left: .5rem;
  line-height: 2rem;
  font-family: var(--BR-Omny);
}
footer .topSection .col-section.num3 .footer-content ul li:last-child {
  font-size: 16px;
  line-height: 36px;
}
footer .topSection .col-section .footer-menu .hs-menu-wrapper >ul >li >a {
  margin: 0;
}
footer .topSection .footer-logo a {
  display: block;
}
footer .topSection .footer-logo a {
  max-width: 70%;
}


@media(max-width:1280px){
  footer .topSection .col-section .footer-menu .hs-menu-wrapper>ul {
    margin: 0;
  }
}
@media(max-width:1025px) and (min-width:768px){
  .cmFooter.footer.footer_section__2 .footer-section-1 .col-section.num1 {
    width: 100%;
  }
  .cmFooter.footer.footer_section__2 .footer-section-1 .col-section.num2 {
    width: 70%;
    margin-top: 48px;
  }
  .cmFooter.footer.footer_section__2 .footer-section-1 .col-section.num3 {
    width: 30%;
    margin-top: 48px;
  }
}
@media(max-width:767px){
  footer .topSection .col-section .footer-menu .hs-menu-wrapper>ul {
    flex-direction: column;
  }
  footer.cmFooter .topSection .flex_row .col-section {
    padding-top: 0;
  }
  footer.cmFooter.footer_section__2 .footer-section-1 .col-section.num1 {
    padding-bottom: 0;
  }
  footer .footer-social .footer-social-item {
    margin: 0;
  }
  footer .cmCopyright .col-section .footer-content p{
    line-height: 26px;
  }
  .cmFooter.footer.footer_section__2 .footer-section-1 {
    padding-bottom: 48px;
  }


}

/*==================Page=================*/
.cnt-wit-bg-wrp.cmBgContent {
  border-radius: 1.5rem;
}
.cnt-wit-bg-wrp.cmBgContent .rich_text {
  width: 700px;
  max-width: 85%;
  margin-left: auto;
  margin-right: auto;
}
.cnt-wit-bg-wrp.cmBgContent .rich_text p:last-of-type {
  margin-bottom: 0;
}
.cnt-wit-bg-wrp.cmBgContent .content_widget .btn_row {
  margin-top: 41px;
}
.cnt-wit-bg-wrp.cmBgContent .title {
  margin-bottom: 2.5rem;
}
.cnt-wit-bg-wrp.cmBgContent h6.title {
  font-size: 1.125rem;
  line-height: 2rem;
  font-family:var(--Graphik);
}
.cnt-wit-bg-wrp.cmBgContent .rich_text h2 {
  margin-bottom: 2rem;
}



/*=================================Header Style============================*/
header.header {
  position: fixed;
  width: 100%;
  top: 0;
  left: 0;
  background-color: rgba(255, 255, 255,0.0);
  padding-left: 5%;
  min-height: 6rem;
  padding-right: 5%;
  border-bottom-width:1px;
  border-bottom-style:solid;
  transition: .2s;
  border-color: rgba(170, 170, 170,0.0);
  box-shadow: 0px 14px 20px -24px rgba(0, 0, 0, 0);
}
.avtiveSticky header.header{
  border-color: rgba(170, 170, 170,0.0);
  box-shadow: 0px 14px 20px -24px rgba(0, 0, 0, 0);
  background-color: rgba(162, 106, 246,1.0);
}

header .logoWrapper a{
  display:block;
}
header .logoWrapper a svg,
.dark_header header.lpHeader .logoWrapper a svg{
  transition: color .2s;
  color: var(--ac_primary_color);
}
.avtiveSticky header .logoWrapper a svg,
.avtiveSticky .dark_header header.lpHeader .logoWrapper a svg,
.light_header header .logoWrapper a svg,
header.lpHeader .logoWrapper a svg{
  color: #fff;
}

.light_header header .btnWrapper .firstBtn a.hs-button {
  background-color: transparent;
  border: 2px solid #fff;
  padding: .5rem 1.25rem;
  font-size: 1rem;
  font-weight: 500;
  line-height: 1.5;
}
.light_header header .btnWrapper .firstBtn a.hs-button:hover {
  background-color: #fff;
  color: #000;
}

header.lpHeader .header_inner {
  justify-content: flex-start;
}

header.header .page-center {
  padding: 0;
  max-width: 80rem;
}
header .header_inner {
  display: flex;
  align-items: center;
  width: 100%;
  place-content: center;
  min-height: 6rem;
  gap: 1rem;
  flex-wrap:wrap;
  padding: 10px 0;
}
header .btnWrapper {
  display: flex;
  flex-wrap: wrap;
  gap: .75rem;
}
header .menuWrapper {
  margin-left: auto;
  margin-right: auto;
  align-items: center;
  display: flex;
}
header .btnWrapper .firstBtn a.hs-button {
  font-size: 18px;
  line-height: 26px;
  font-weight: 400;
  font-family: var(--Graphik);
  border-width: 0px;
  border-color: rgba(255, 255, 255,1.0);
  border-color: rgba(255, 255, 255,1.0);
  border-radius: 40px;
  color: rgba(255, 255, 255,1.0);
  background-color: rgba(162, 106, 246,1.0);
  padding: 8px 20px;
}

header .btnWrapper .firstBtn a.hs-button:hover{
  background-color: rgba(126, 76, 202,1.0);
  color: rgba(255, 255, 255,1.0);
  border-color: rgba(255, 255, 255,1.0);
}

header .btnWrapper .secondBtn a.hs-button {
  font-size: 1rem;
  line-height: 1.5;
  padding: 8px 20px;
}

@media(min-width:992px){
  header .triggerWrapper{
    display:none;
  }
  .light_header .megaMenu .menuItemWrap .cm-menu-item {
    color: #fff;
  }
  .careerCard .page-center {
    padding-bottom:0rem !important;
  }
}

@media(max-width:991px){
  header .btnWrapper .firstBtn a.hs-button {
    background-color: rgba(162, 106, 246,1.0);
    color: rgba(255, 255, 255,1.0);
    border-width: 1px;
    border-color:  rgba(162, 106, 246,1.0);
    border-radius: 40px;
  }
  header .btnWrapper .firstBtn a.hs-button:hover{
    background-color: rgba(126, 76, 202,1.0);
    color: rgba(255, 255, 255,1.0);
    border-color:  rgba(126, 76, 202,1.0);
  }
  header .btnWrapper{
    display: none;
  }
  header .logoWrapper,
  header .triggerWrapper{
    margin-top: 24px;
  }

  header .innerTrigger {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 48px;
    height: 48px;
    margin-right: -.5rem;
    padding-bottom: 0;
    padding-right: 0;
    display: flex;
    cursor: pointer;
  }

  header .innerTrigger .line-top {
    width: 24px;
    height: 2px;
    padding-bottom: 0;
    padding-right: 0;
  }
  .dark_header header .innerTrigger .line-top,
  .dark_header header .innerTrigger .line-middle,
  .dark_header header .innerTrigger .line-bottom{
    background-color:var(--ac_secondary_color);
  }
  header .innerTrigger .line-top,
  header .innerTrigger .line-middle,
  header .innerTrigger .line-bottom {
    background-color: rgba(255, 255, 255,1.0);
  }
  .avtiveSticky header .innerTrigger .line-top,
  .avtiveSticky header .innerTrigger .line-middle,
  .avtiveSticky header .innerTrigger .line-bottom {
    background-color: rgba(255, 255, 255,1.0);
  }
  header .innerTrigger .line-middle {
    justify-content: center;
    align-items: center;
    width: 24px;
    height: 2px;
    margin-top: 6px;
    margin-bottom: 6px;
    padding-bottom: 0;
    padding-right: 0;
    display: flex;
  }
  header .innerTrigger .line-bottom {
    width: 24px;
    height: 2px;
    padding-bottom: 0;
    padding-right: 0;
  }
  header .innerTrigger.menuActive .line-top {
    transform: translate3d(0px, 8px, 0px) scale3d(1, 1, 1) rotateX(0deg) rotateY(0deg) rotateZ(-45deg) skew(0deg, 0deg);
    transform-style: preserve-3d;
  }
  header .innerTrigger.menuActive .line-middle {
    width: 0px;
    height: 2px;
  }
  header .innerTrigger.menuActive .line-bottom {
    transform: translate3d(0px, -8px, 0px) scale3d(1, 1, 1) rotateX(0deg) rotateY(0deg) rotateZ(45deg) skew(0deg, 0deg);
    transform-style: preserve-3d;
  }
  header .innerTrigger .line-middle,
  header .innerTrigger .line-top,
  header .innerTrigger .line-bottom {
    transition: 0.3s;
  }
  header .header_inner{
    justify-content: space-between;
    padding:0;
  }
  header .menuWrapper {
    display: block;
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
    width: 100%;
    height: 0;
    background-color:#fff;
    transition:.4s;
    overflow: hidden;
  }
  header .menuWrapper.menuActive {
    height: 100vh;
  }

  header .menuWrapper.menuActive .megaMenu {
    transition: height 0.5s, transform 400ms;
    transform: translateY(0px) translateX(0px);
    opacity: 1;
    visibility: visible;
  }
  header .menuWrapper > div{
    height: 100dvh;
    transition: .4s;
    transform: translateY(-100%) translateX(0);
    border-bottom: 1px solid #000;
  }
  header .menuWrapper.menuActive > div{
    opacity: 1;
    transform: translateY(0) translateX(0);
    transition: height .5s, transform .4s, 0.4s;
    visibility: visible;
  }
}
@media(max-width:767px){
  header .header_inner,
  header.header {
    min-height: 4rem;
  }
  header .header_inner {
    max-width: 90%;
    margin: 0 auto;
  }

}



/*  */



.twoColNumber.two-col-content .flex_row.flex_center {
  grid-column-gap: 7.5rem;
  grid-row-gap: 7.5rem;
  grid-template-rows: auto;
  grid-template-columns: .25fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.twoColNumber.two-col-content .bottom_row {
  grid-auto-columns: 1fr;
  display: grid;
  grid-column-gap: 4.625rem;
  grid-row-gap: 4.625rem;
  grid-template-columns: 1fr;
  max-width: 62.5rem;
  margin-left: auto;
  margin-right: auto;
}

.twoColNumber.two-col-content.right .img-col {
  justify-content: flex-end;
  align-items: stretch;
  display: flex;
  width: auto;
  padding: 0;
}

.twoColNumber.two-col-content.right .img-col .mediaimg {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 12.5rem;
  height: 12.5rem;
  display: flex;
}

.twoColNumber.two-col-content.right .content-col {
  width: 100%;
  padding: 0;
}

.twoColNumber.two-col-content.right .content-col .description {
  grid-column-gap: 3rem;
  grid-row-gap: 3rem;
  flex-flow: column;
  display: flex;
  margin: 0;
}

.twoColNumber.two-col-content.right .content-col .description > h3 {
  margin-bottom: 0;
  line-height: 3rem;
}
.twoColNumber.two-col-content.right .content-col .description>p {
  text-align: left;
  width: auto;
  max-width: none;
  margin-top: 0;
  margin-bottom: 0;
  font-size: var(  --body_size);
  font-weight: 400;
  line-height: 30px;
}

.cm_narrow_cnt.cnt-wit-bg-wrp .rich_text {
  max-width: 85%;
  margin-left: auto;
  margin-right: auto;
}

.cm_narrow_cnt.cnt-wit-bg-wrp .rich_text p {
  margin-bottom: 0;
}

.cm_narrow_cnt.cnt-wit-bg-wrp .page-center {
  padding: 0;
}

.finding-hero.section_hero .section-background.hero.home .hero-wrap.home .cnt {
  margin-top: 0;
  width: 40.5%;
  position: relative;
  z-index: 2;
}

.finding-hero.section_hero .section-background.hero.home .hero-wrap.home .cnt h1 {
  font-size: var(  --h2_size);
  line-height:1;
  margin: 0;
}

.finding-hero.section_hero .section-background.hero.home .hero-wrap.home {
  padding-top: 16.25rem;
  padding-bottom: 12.875rem;
}

.finding-hero.section_hero  .section-background.hero.home .hero-wrap.home .cnt p {
  width: auto;
  max-width: 100%;
  margin-top: 50px;
  margin-bottom: 0;
  font-size: var(  --body_size);
  font-weight: 400;
  line-height: 30px;
  color: #000;
}

.finding-hero .section-background {
  position: relative;
  background-position: 60%;
}

.finding-hero.section_hero .shape_wrpp svg {
  height: 130px;
}

.twoColLocation.two-col-content .page-center {
  padding: 0;
}

.twoColLocation.two-col-content .bottom_row {
  grid-column-gap: 8rem;
  grid-row-gap: 8rem;
  flex-flow: column;
  margin-bottom: 108px;
  display: flex;
}

.twoColLocation.two-col-content .bottom_row .flex_row {
  flex-flow: row;
  justify-content: space-between;
  align-items: center;
  padding-left: 0;
  display: flex;
  position: relative;
}

.twoColLocation.two-col-content 
.content-col {
  border-radius: .75rem;
  max-width: none;
  max-height: 26.5rem;
  margin-right: -157px;
  position: relative;
  inset: 5% auto auto 0%;
}

.twoColLocation.two-col-content .description {
  margin: 0;
}

.twoColLocation.two-col-content .description h6 {
  margin-bottom: 2rem;
  font-size: 1rem;
  line-height: 2rem;
  text-transform: uppercase;
  margin-top: 5%;
  font-family: var(--Graphik);
  font-weight: 500;
}

.twoColLocation.two-col-content .description h3 {
  margin: 0 0 24.5px;
  line-height: 3.75rem;
}

.twoColLocation.two-col-content .description h5 {
  font-size: 1.375rem;
  text-transform: capitalize;
  font-weight: 400;
}

.twoColLocation.two-col-content .btn-items {
  margin-top: 3rem;
}

.twoColLocation.two-col-content .btn_row {
  margin: 0;
}

.twoColLocation.two-col-content .btn_row .hs-sec-btn {
  width: 200px;
}

.twoColLocation.two-col-content .btn_row .hs-button {
  font-size: 1rem;
  font-weight: 500;
  line-height: 150%;
  padding: 16px 24px;
}

.twoColLocation.two-col-content .content-col.col6 {
  width: 45%;
}

.twoColLocation.two-col-content .img-col.col6 {
  width: 60%;
  max-width: 60%;
}

.twoColLocation.two-col-content .img-col {
  height: auto;
  max-height: none;
  padding: 0;
}

.twoColLocation.two-col-content .img-col .single-img img {
  border-radius: 12px !important;
}


/* BOTTOM-PANE */

.Bottom_pane.two-col-content {
  position: relative;
}

.Bottom_pane.two-col-content .flex_row.flex_center {
  z-index: 1;
  grid-column-gap: 0rem;
  grid-row-gap: 0rem;
  grid-template-columns: .75fr 1fr;
  justify-content: flex-start;
  place-items: center stretch;
  height: auto;
  padding: 0 0% 0;
  display: flex;
  position: relative;
}

.Bottom_pane .content-col.col6 {
  width: 40%;
}
.Bottom_pane .content-col{
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  margin-top: 61px;
  display: flex;
}

.Bottom_pane .content-col .cont-inner {
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.Bottom_pane.two-col-content .content-col .description h2 {
  width: auto;
  margin-top: 0;
  margin-bottom: 60px;
  font-size: 3.75rem;
  font-weight: 600;
  line-height: 3.75rem;
}

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

.Bottom_pane.two-col-content .content-col .description p {
  max-width: none;
  margin-bottom: 60px;
  text-align: left;
  font-size: var(  --body_size);
  line-height: 30px;
}

.Bottom_pane.two-col-content .content-col .btn-items .btn_row {
  z-index: 1;
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-wrap: wrap;
  align-items: center;
  display: flex;
  position: relative;
  margin: 0;
}

.Bottom_pane.two-col-content .img-col.col6 {
  width: 60%;
}
.Bottom_pane.two-col-content .img-col {
  height: 710px;
  background-position: 50% 100%;
}

.milestonesCont .content_widget .rich_text h2{
  margin-bottom:0;
}

.two-col-content.cmTwoColContent .page-center,
.milestonesCont .page-center{
  width: 100%;
  max-width: 80rem;
}

.two-col-content.cmTwoColContent .bottom_row,
.milestonesCont .content_widget{
  width: 1400px;
  max-width: 90%;
  margin-left: auto;
  margin-right: auto;
}

.two-col-content.cmTwoColContent .content-col,
.two-col-content.cmTwoColContent .img-col {
  padding: 0;
}

.two-col-content.cmTwoColContent .flex_row.flex_center {
  gap: 48px;
}

.two-col-content.cmTwoColContent .content-col.col6, 
.two-col-content.cmTwoColContent .img-col.col6 {
  max-width: 46%;
  width: auto;
}

.cmTwoColContent.two-col-content .content-col .description, 
.cmTwoColContent.two-col-content .img-col .text_block {
  margin-bottom: 15px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
  margin-top: 0;
  gap: 30px;
}
.cmTwoColContent.two-col-content .img-col .content_box{
  margin-top:0;
}

.cmTwoColContent.two-col-content .content-col .description h4,
.cmTwoColContent.two-col-content .content-col .description p,
.cmTwoColContent.two-col-content .img-col .text_block h4,
.cmTwoColContent.two-col-content .img-col .text_block p{
  margin: 0;
}

.milestonesCont .content_widget {
  z-index: 1;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
  position: relative;
}

.milestonesCont .content_widget h6.title {
  margin-bottom: 60px;
  font-size: var(  --body_size16);
  margin-top: 6.75px;
  font-weight: 600;
  color: #666;
  line-height: 2rem;
  font-family:var(--Graphik);
}

.milestonesCont .content_widget .rich_text p {
  max-width: 630px;
  margin-top: 40px;
  line-height: 30px;
  margin-bottom: 0;
}
.two-col-content.redHeading.twoColStyle .content-col .description h3 {
  color: #f73b52;
  margin-top: 60px;
}
.two-col-content.redHeading .content-col p {
  margin-top: 40px;
  margin-bottom: 0;
  max-width: 100%;

}
.cmCards.card_gallery .card_item {
  padding: 0;
}

.cmCards .card_content {
  border-radius: 1.5rem;
  display: flex;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  grid-column-gap: 2.5rem;
  grid-row-gap: 2.5rem;
  margin-bottom: 40px;
}

.cmCards.card_gallery .card_item .card_inner {
  border-radius: 1.5rem;
}

.cmCards .card_box h4.it_title {
  width: auto;
  margin-top: 40px;
  margin-bottom: 0;
  font-weight: 600;
  line-height: 2.25rem;
}

.cmCards .card_content p {
  line-height: 2rem;
}

.cmCards.card_gallery .card_box {
  display: flex;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  gap: .8rem;
}
.cmCards.card_gallery .bottom_row.notshadow .rowGap15 {
  gap: 0;
}
.cmCards .top_sec.noButton {
  padding: 0;
  text-align: left;
}

.section_hero.pathfindersBanner.tinyCruise .section-background.hero.home .hero-wrap.home .cnt h6+p {
  width: 35%;
  margin-top: 40px;
  margin-bottom: 60px;
}
.child_theme .two-col-content.tinyCruisePrebnr {
  line-height: 2rem;
}

.child_theme .two-col-content.tinyCruisePrebnr .content-col .description h2 {
  font-weight: 600;
  line-height: 4.5rem;
}
.two-col-content.twoColStyle .content-col ul {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  flex-direction: column;
  gap: 1.125rem;
}

.two-col-content.twoColStyle .content-col ul>li {
  display: flex;
  align-items: center;
  margin: 0;
  gap: 1.5rem;
}

.two-col-content.twoColStyle .content-col ul p {
  margin: 0;
}
.child_theme .two-col-content.tinyCruisePrebnr .content-col .description {
  margin-bottom: 60px;
}


.child_theme .largeHeading.section_hero .section-background .hero-wrap.home .cnt h2 {
  font-size: 7rem;
  line-height: 1;
  width: 100% !important;
  max-width: 100% !important;
}

.child_theme .largeHeading.section_hero .section-background .hero-wrap.home .cnt p {
  margin-top: 40px;
  width: 510px !important;
  max-width: 85%;
  line-height: 2rem !important;
  margin-bottom:0 !important;
}
.virtual-tour.simple-banner .top_sec {
  text-align: center;
  width: 970px;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
  font-size: var(  --h2_size);
}

.virtual-tour.simple-banner .top_sec h2 {
  width: auto;
  max-width: 85%;
  margin-left: auto;
  margin-right: auto;
  font-size: var(  --h2_size);
  line-height: 1;
}

.child_theme .virtual-tour.simple-banner .top_sec h5 {
  line-height: 2rem;
}

.Checklist.simple-banner .top_sec p {
  text-align: center;
  width: 750px;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
  margin-top: 2.375rem;
}

.Checklist.simple-banner .top_sec h2 {
  margin: 0;
}
.cmCards .content_widget.col8 {
  z-index: 1;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
  position: relative;
}

.cmCards .top_sec.noButton h2.title {
  width: 66%;
  max-width: 90%;
}

.child_theme .largeHeading.section_hero .section-background.hero.home .hero-wrap.home .cnt h2 {
  line-height: 1;
}

.cnt-wit-bg-wrp.bottomCnt .rich_text {
  text-align: center;
  width: 750px;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
}

.cnt-wit-bg-wrp.bottomCnt .rich_text p {
  margin: 0;
}
.section_hero .hs_cos_wrapper_type_cta a.cta_button { 
  background-color: #6ac6fb;
  border-color: #6ac6fb;
  border-radius: 40px;
  border-width: 0;
  color: #fff;
  text-align: center;
  font-size:16px;
  font-weight: 500;
  line-height: 150%;
  transition: all .2s;
  padding:16px 24px;
  display: inline-block;

}
.section_hero .hs_cos_wrapper_type_cta a.cta_button:hover{
  background-color: #eee;
  border-color: #eee;
  color: #6ac6fb;
}

/**schedule-a-tour-page-css**/
.card_gallery.cmsliderv2 .page-center {
  padding-top: 6.25rem !important;
  padding-bottom: 6.25rem !important;
}
.customBottompane .shape_wrpp svg {
  top: -1px !important;
}

.cmsliderv2 .top_sec {
  margin-bottom: 50px !important;
}
.PlaytoLabs .card_inner {
  height:300px !important;
  border-radius :10px !important;
}
.PlaytoLabs .card_item {
  padding-left: 15px;
  padding-right: 15px;
} 
.PlaytoLabs .notshadow .rowGap15{ 
  row-gap: 30px !important;
  margin:0 -15px !important;
}
.scheduleBanner .cm_lb_svg.type2 {
  margin-bottom: -81px !important;
}
.scheduleBanner .page-center{
  padding-bottom: 85px !important;
}
@media(max-width:991px) and (min-width:768px){
  .scheduleBanner .page-center{
    padding-top: 0 !important;
    padding-bottom: 50px !important;
  }
}
@media(max-width: 767px){
  .scheduleBanner .page-center{
    padding-bottom: 50px !important;
  }
  .card_gallery.cmsliderv2 .page-center { 
    padding-bottom: 0rem !important;
  }
}
@media(max-width: 520px){

  .PlaytoLabs .card_inner{
    height:250px !important;
  }

}
/**career-page-css**/
.careerPageTemplate .media_column .mediaimg {box-shadow: 30px 30px 0px 0px #FFC52C;border-radius: 20px;}
a.darkpurple { background-color: #4A235C; padding: 15px 24px; font-weight: 600; color: #fff; border-radius: 60px; font-size: 16px; }
a.darkpurple:hover{background-color: #4a235ccf;}

@media(min-width:768px){
  .Bottom_pane.two-col-content .page-center.theme_center {
    padding: 0;
  }
  .two-col-content.twoColNumber .page-center {
    padding: 0;
  }
}
@media(max-width:1500px){
  .cnt-wit-bg-wrp.cmBgContent{
    width: 1400px; 
    max-width: 90%;
    margin-left: auto;
    margin-right: auto;
  }
  .careerCard .top_sec {
    margin-bottom: 3rem !important;
  }
  .careerCard .page-center {
    padding-bottom:0rem !important;
  }
}

@media(max-width:1130px){
  .Bottom_pane.two-col-content .content-col .description h2 {
    font-size: var(  --h2_size48);
    line-height: 1;
  }
  .child_theme .two-col-content.tinyCruisePrebnr .content-col .description h2 {
    font-size: var(--h1_size44);
    line-height:120%;
  }

  .child_theme .two-col-content.tinyCruisePrebnr {
    padding: 2rem;
  }
}
@media(max-width:991px){
  .careerPageTemplate .media_column .mediaimg {box-shadow: 10px 10px 0px 0px #FFC52C;}  
  .Bottom_pane.two-col-content {
    background-position: 0 0;
    background-size: cover;
  }
  .Bottom_pane.two-col-content .content-col .description h2 {
    font-size: var(  --h2_size48);
    line-height: 1;
  }
  .Bottom_pane .content-col {
    justify-content: center;
    align-items: flex-start;
    width: 40%;
    max-width: 85%;
    margin-left: auto;
    margin-right: auto;
    padding-bottom: 0px;
  }

  .Bottom_pane.two-col-content .img-col {
    height: 430px;
    margin-left: auto;
    margin-right: auto;
  }
  .Bottom_pane.two-col-content .flex_row.flex_center {
    grid-row-gap: 3rem;
    flex-flow: wrap;
    grid-template-columns: .75fr;
    justify-content: center;
    align-items: flex-end;
    height: auto;
    padding-bottom: 0;
    display: flex;
    flex-direction: column;
  }

  .twoColNumber.two-col-content .flex_row.flex_center {
    gap: 3rem;
  }
  .cm_narrow_cnt.cnt-wit-bg-wrp .rich_text {
    width: auto;
    font-size: var(  --body_size16);
    line-height: 29px;
  }

  .finding-hero.section_hero .section-background.hero.home .hero-wrap.home .cnt {
    margin-top: 48px;
    width: 100%;
  }

  .finding-hero.section_hero .section-background.hero.home .hero-wrap.home .cnt p {
    font-size: var(  --body_size16);
    line-height: 29px;
  }

  .finding-hero .section-background.hero.home {
    height: 100vh;
    background-position: 50%;
  }
  .Bottom_pane .content-col.col6 {
    width: auto;
    max-width: 100%;
  }
  .Bottom_pane.two-col-content .content-col{
    padding-bottom:0
  }
  .finding-hero.section_hero .section-background.hero.home .hero-wrap.home {
    padding-top: 6rem;
    padding-bottom: 0;
  }

  .finding-hero.section_hero .section-background.hero.home .hero-wrap.home .cnt h1 {
    font-size: var(  --h2_size48);
    line-height: 1;
  }
  .twoColLocation.two-col-content .content-col {
    max-height: none;
    margin-top: 40px;
    margin-left: 2rem;
    padding: 46px 25px 35px;
  }

  .twoColLocation.two-col-content .bottom_row .flex_row {
    flex-flow: row;
    justify-content: space-between;
    align-items: flex-start;
  }

  .twoColLocation.two-col-content .description h6 {
    margin: 0;
    font-size: 14px;
    margin-bottom: 5%;
  }

  .twoColLocation.two-col-content .description h3 {
    font-size: var(   --h2_size30);
    margin: 0;
  }

  .twoColLocation.two-col-content .btn-items {
    margin-top: 2.5rem;
  }

  .twoColLocation.two-col-content .img-col.col6 {
    width: 100%;
    max-width: 100%;
    max-height: 100%;
    margin-top: 0;
  }
  .cmTwoColContent.two-col-content p,
  .milestonesCont .content_widget .rich_text p{
    width: auto;
    font-size: var(  --body_size16);
    line-height: 29px;
  }
  .two-col-content.cmTwoColContent .bottom_row,
  .milestonesCont .content_widget {
    max-width: 100%;
  }
  .milestonesCont .content_widget h6.title {
    margin-top: 0;
  }

  .milestonesCont .content_widget .rich_text h2 {
    width: 560px;
    max-width: none;
    font-size: 2.75rem;
    line-height: 120%;
  }
  .cnt-wit-bg-wrp.cmBgContent .rich_text h2 {
    width: auto;
    font-size: var(  --h2_size36);
    line-height: 1;
    margin-bottom: 5%;
  }
  .cnt-wit-bg-wrp.cmBgContent .rich_text {
    width: auto;
    max-width: none;
  }
  .two-col-content.redHeading.twoColStyle .content-col .description h3 {
    font-size: var(  --h2_size36);
    line-height: 1;
  }
  .cmCards .card_content {
    gap: 20px;
    margin: 0;
  }
  .cmCards.card_gallery .card_box {
    display: block;
  }
  .cmCards .top_sec.noButton p {
    font-size: var(  --body_size16);
    line-height: 29px;
  }

  .section_hero.pathfindersBanner.tinyCruise .section-background.hero.home .hero-wrap.home .cnt h6+p {
    width: 100%;
  }
  .section_hero.pathfindersBanner.tinyCruise .section-background.hero.home .hero-wrap.home .cnt h6+p {
    font-size: var(  --body_size);
  }
  .child_theme .largeHeading.section_hero .section-background.hero.home .hero-wrap.home .cnt h2{
    max-width:100%;
    font-size: 5rem;
    margin-bottom: 2.6rem;
  }

  .child_theme .section_hero.largeHeading .section-background.hero.home .hero-wrap.home .cnt h5 {
    margin-top: 60px;
  }
  .child_theme .largeHeading.section_hero .section-background.hero.home .hero-wrap.home .cnt h2{
    max-width:100%;
  }
  .child_theme .largeHeading.section_hero .section-background .hero-wrap.home .cnt p {
    width: 100% !important;
    max-width: 100% !important;
  }

  .virtual-tour.simple-banner .top_sec {
    padding-top: 13px;
  }
  .child_theme .virtual-tour.simple-banner .top_sec h5 {
    margin-bottom: 20px;
  }
  .Checklist.simple-banner .top_sec h2 {
    font-size: var(  --h2_size48);
    line-height: 1;
  }

  .simple-banner.Checklist {
    padding-top: 10rem;
    padding-bottom: 4rem;
  }

  .Checklist.simple-banner .top_sec p {
    max-width: 100%;
    width: 100%;
    font-size: var(  --body_size16);
    line-height: 29px;
  }
  .cmCards .top_sec.noButton h2.title {
    width: 580px;
    max-width: 100%;
    margin-top: 28.6px;
    font-size: var(  --h2_size36);
    line-height: 1;
  }
  .twoColNumber.two-col-content.right .content-col .description>p {
    width: auto;
    font-size: var(  --body_size16);
    line-height: 29px;
  }

  .section_hero.pathfindersBanner.tinyCruise .section-background.hero.home .hero-wrap.home .cnt h6+p {
    margin-top: 60px;
  }
  .section_hero.pathfindersBanner.tinyCruise .section-background {
    background-position: 50%;
  }

  .child_theme .largeHeading.section_hero .section-background .hero-wrap.home .cnt p {
    font-size: var(  --body_size) !important;
  }

  .child_theme .section_hero.yngExplrBanner .section-background.hero.home .hero-wrap.home .cnt h6+p {
    font-size: var(--body_size);
  }
  .child_theme .two-col-content.tinyCruisePrebnr .content-col .description h2 {
    font-size: var(--h1_size44);
    line-height:120%;
  }

  .child_theme .two-col-content.tinyCruisePrebnr {
    padding: 2rem;
  }

  .careerPageTemplate .columns_rowo_wrap .content-col{padding-left: 20px!important; }

}

@media(max-width:991px) and (min-width:768px){
  .Bottom_pane.two-col-content {
    padding-top: 75px;
  }
  .cmCards.card_gallery .card_item{
    width:100%
  }
}

@media(max-width:767px){
  .careerPageTemplate .media_column .mediaimg {max-width: 500px;margin: 0 auto 30px;}

  .Bottom_pane.two-col-content {
    background-position: 0 0;
    background-repeat: no-repeat;
    background-size: cover;
  }

  .Bottom_pane .content-col {
    display: block;
  }
  .Bottom_pane.two-col-content .content-col .description h2 {
    margin-bottom: 40px;
    font-size: var(  --h2_size36);
    line-height: 1;
  }

  .Bottom_pane.two-col-content .content-col .description p {
    margin-top: 40px;
    margin-bottom: 40px;
  }

  .Bottom_pane.two-col-content .img-col.col6 {
    width: 100%;
    height: 340px;
  }
  .twoColNumber.two-col-content .flex_row.flex_center {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
    flex-flow: column;
    grid-template-columns: .25fr;
    justify-content: flex-start;
    align-items: flex-start;
    display: flex;
  }

  .twoColNumber.two-col-content.right .content-col .description {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
  }


  .finding-hero.section_hero .section-background.hero.home .container.page-center{
    padding-left: 0;
    padding-right: 0;
    margin: 0;
    max-width: 100%;
  }
  .finding-hero.section_hero .section-background.hero.home .hero-wrap.home {
    padding-top: 7rem;
    padding-bottom: 7rem;
  }
  .child_theme .finding-hero.section_hero .section-background.hero.home .hero-wrap.home .cnt p {
    margin-top: 50px;
  }
  .finding-hero.section_hero .section-background.hero.home .hero-wrap.home .cnt {
    margin-top: 0;
  }
  .milestonesCont .content_widget .rich_text h2 {
    font-size: 2.25rem;
    font-weight: 600;
  }

  .two-col-content.cmTwoColContent .flex_row {
    flex-direction: column;
  }

  .two-col-content.cmTwoColContent .content-col.col6, 
  .two-col-content.cmTwoColContent .img-col.col6 {
    max-width: 100%;
  }

  .cmTwoColContent.two-col-content .content-col .description h4 {
    font-size: var(  --h3_size24);
    line-height: 1;
  }
  .milestonesCont .content_widget h6.title {
    line-height: 16px;
    margin-bottom: 20px;
  }
  .cmCards.card_gallery .card_item .card_inner {
    border-radius: 12px;
  }
  .two-col-content.redHeading.twoColStyle .content-col .description h3 {
    margin-top: 30px;
  }

  .cnt-wit-bg-wrp.cmBgContent {
    max-width: 100%;
  } 
  .child_theme .two-col-content.tinyCruisePrebnr .content-col .description{
    margin-bottom:0;
  }
  .two-col-content.twoColStyle .content-col ul{
    margin-top:20px;
  }
  .child_theme .section_hero.largeHeading .section-background.hero.home .hero-wrap.home .cnt h5 {
    margin-top: 60px;
    margin-bottom: 40px;
    font-size: var(  --body_size);
  }

  .child_theme .largeHeading.section_hero .section-background .hero-wrap.home .cnt h2 {
    font-size: 4rem;
  }

  .child_theme .largeHeading.section_hero .section-background .hero-wrap.home .cnt h1 {
    font-size: 2.5rem;
    line-height: 120%;
    margin-bottom: 20px;
  }


  .child_theme .largeHeading.section_hero .section-background.hero.home .hero-wrap.home .cnt h2{
    font-size:4rem;
  }
  .child_theme .virtual-tour.simple-banner .banner-content-inner .top_sec h5 {
    font-size: 22px;
    margin-top: 2rem;
    line-height: 1.4;
  }
  .virtual-tour.simple-banner .top_sec {
    padding-top: 112px;
  }

  .section_hero.pathfindersBanner.tinyCruise .section-background.hero.home .container.custom {
    width: 90%;
  }
}

@media(max-width: 479px){
  .Bottom_pane.two-col-content .page-center.theme_center {
    max-width: 76.4%;
    padding-left: 0;
    padding-right: 0;
  }
  .Bottom_pane.two-col-content .flex_row.flex_center{
    gap:0;
  }
  .twoColNumber.two-col-content.right .img-col .mediaimg {
    width: 100px;
    height: 100px;
  }
  .cm_narrow_cnt.cnt-wit-bg-wrp .rich_text{
    text-align: left;
    max-width: none;
    font-size: var(  --body_size);
    line-height: 28px;
  }
  .finding-hero.section_hero .section-background.hero.home .container.page-center{
    width: auto;
    max-width: 85%;
    padding-left: 0;
    padding-right: 0;
    margin-left: auto;
    margin-right: auto;
  }
  .finding-hero.section_hero .section-background.hero.home .hero-wrap.home {
    padding-top: 140px;
    padding-bottom: 358px;
  }

  .finding-hero.section_hero .section-background.hero.home .hero-wrap.home .cnt h1 {
    font-size: var(  --h2_size36);
    line-height: 38px;
  }

  .milestonesCont .content_widget .rich_text h2 {
    font-size: 2.25rem;
    font-weight: 600;
  }
  .two-col-content.redHeading {
    padding-top: 60px;
  }

  .cmCards.card_gallery {
    padding: 0;
  }
  .two-col-content.redHeading.twoColStyle .content-col .description h3 {
    font-size: var(  --h2_size30);
    line-height: 1;
  }
  .child_theme .largeHeading.section_hero .section-background.hero.home .hero-wrap.home .cnt h2 {
    font-size: var(  --h2_size30);
    line-height: 36px;
  }

  .child_theme .section_hero.largeHeading .section-background.hero.home .hero-wrap.home .cnt h5 {
    margin-bottom: 20px;
    font-size: var(  --body_size16);
  }

  .child_theme .largeHeading.section_hero .section-background .hero-wrap.home .cnt h1 {
    font-size: var(  --h2_size36);
    line-height: 1;
  }
  .child_theme .largeHeading.section_hero .section-background .hero-wrap.home .cnt p{
    margin-top: 40px !important;
  }
  .virtual-tour.simple-banner .top_sec h2 {
    max-width: 100%;
    font-size: var(  --h2_size36);
    line-height: 1;
  }

  .virtual-tour.simple-banner .top_sec {
    text-align: left;
    margin-top: 0;
    font-size: var(  --h2_size30);
    line-height: 1;
  }
  .child_theme .virtual-tour.simple-banner .top_sec h5 {
    font-size: var(  --body_size16);
  }
  .virtual-tour.simple-banner .top_sec {
    padding-top: 0;
  }
  .simple-banner.Checklist {
    padding-top: 140px;
  }

  .Checklist.simple-banner .top_sec {
    text-align: left;
  }

  .Checklist.simple-banner .top_sec p {
    text-align: left;
  }
  .section_hero.pathfindersBanner.largeHeading .section-background.hero.home {
    height: auto;
    padding-bottom: 500px;
  }

  .section_hero.pathfindersBanner.largeHeading .hero-wrap.home .cnt p {
    line-height: 2rem;
  }
  .twoColNumber.two-col-content.right .content-col .description>p,
  .cm_narrow_cnt.cnt-wit-bg-wrp .rich_text,
  .finding-hero.section_hero .section-background.hero.home .hero-wrap.home .cnt p{
    width: auto;
    font-size: var(  --body_size);
    line-height: 28px;
  }

  .section_hero.pathfindersBanner.tinyCruise .section-background {
    background-position: 50% 100%;
    padding-bottom: 292px;
  }
  .section_hero.pathfindersBanner.tinyCruise .section-background.hero.home .container.custom{
    width: 85%;
  }
}

@media(min-width:992px){
  .Bottom_pane.two-col-content {
    padding-left: 5%;
    padding-right: 5%;
  } 
}
/*  */
@font-face { 
  font-family: "Hello Headline"; 
  src: url(//47506584.fs1.hubspotusercontent-na1.net/hubfs/47506584/raw_assets/public/Playto_November_2024/fonts/6684d420d9f9c47373a0ced2_Hello%20Headline.otf) format("opentype"); 
  font-style: normal; font-weight: 400; font-display: swap;
}

:root{
  --hello_headline: Hello Headline,sans-serif;
}

.child_theme h5{
  margin-bottom: 0;
}

.section_hero.multiBnnr .section-background.hero.home .hero-wrap.home {
  padding-top: 113px;
  padding-bottom: 100px;
}
.section_hero.multiBnnr .section-background.hero.home .hero-wrap.home .cnt {
  margin-top: 200px;
  max-width: 35rem;
}
.section_hero.multiBnnr .section-background.hero.home .container.page-center {
  max-width: 1400px;
  width: 90%;
}
.section_hero.multiBnnr .section-background .cmFlex {
  align-items: center;
  display: flex;
  justify-content: flex-start;
  padding-bottom: 12.875rem;
}
.section_hero.multiBnnr .section-background.hero.home .hero-wrap.home .cnt h2 {
  width: auto;
  max-width: initial;
  margin-bottom: 2.5rem;
}

.section_hero.multiBnnr .section-background.hero.home .hero-wrap.home .cnt p {
  width: 100%;
  max-width: 26rem;
  margin-top: 40px;
  margin-bottom: 60px;
  line-height: 2rem;
}

.two-col-content.twoColStyle .flex_row{
  justify-content: flex-start;
}
.two-col-content.twoColStyle .flex_row{
  column-gap: 8%;
}
.two-col-content.twoColStyle.left  .flex_row{
  justify-content: space-between;
}

.two-col-content.twoColStyle .content-col .description{
  margin: 0;
}
.two-col-content.twoColStyle .content-col h3 {
  margin-top: 60px;
}
.two-col-content.twoColStyle .content-col p{
  margin-top: 5%;
  margin-bottom: 31px;
  line-height: 30px;
}
.two-col-content.left.twoColStyle .content-col .description h3 {
  margin-top: 40px;
  margin-bottom: 0;
}
.cnt-wit-bg-wrp.contentWithBG {
  border-radius: 1.5rem;
  max-width: 85%;
  width: 1400px;
  margin-left: auto;
  margin-right: auto;
}

.cnt-wit-bg-wrp.contentWithBG .content_widget .title {
  margin-bottom: 2rem;
}
.cnt-wit-bg-wrp.contentWithBG .content_widget .rich_text p {
  max-width: 45rem;
  margin-bottom: 0;
  margin-top: 40px;
  margin-bottom: 60px;
  line-height: 2rem;
}

.cnt-wit-bg-wrp.contentWithBG .content_widget {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}


.simple-banner.cmSimpleBnnr {
  min-height: auto;
}
.cmSimpleBnnr.simple-banner .banner-content-inner .top_sec h2 {
  margin-bottom: 2rem;
}


.simple-banner.leadBannr {
  min-height: auto;
}

.simple-banner.leadBannr .banner-content-inner {
  padding: 0;
}

.simple-banner.leadBannr .banner-content-inner .top_sec {
  margin-bottom: 2.5rem;
}

.simple-banner.leadBannr .banner-content-inner {
  padding-bottom: 5rem;
}

.simple-banner.cmSimpleBnnr .banner-content-inner {
  padding: 0;
}

.simple-banner.leadBannr svg{
  color: #fff;
  fill: #fff;
  width: 100%;
  height: 8vw;
  position: absolute;
  top: auto;
  bottom: -1px;
  left: 0;
  overflow: hidden;
  transform: rotate(180deg);
  z-index: 1;
}

.twoColStyleTwo.two-col-content .columns_rowo_wrap .flex_row {
  position: relative;
  padding: 2.8125rem 2.625rem;
  background: #fff;
  border-radius: 24px;
  box-shadow: 30px 30px 30px #00000012;
  column-gap: 100px;
}
.twoColStyleTwo.two-col-content .img-col.col6 {
  border-radius: 12px;
  overflow: hidden;
  height: 100%;
}
.twoColStyleTwo.two-col-content .content-col.col6 {
  display: flex;
}
.twoColStyleTwo.two-col-content .content-col .description {
  margin-bottom: 40px;
  display: flex;
  flex-flow: column;
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  padding-right: 140px;
  height: 100%;
}
.twoColStyleTwo.two-col-content .content-col h3 {
  color: #fb8a2c;
  margin-bottom: 0;
  line-height: 3.75rem;
}
.twoColStyleTwo.two-col-content .content-col p span {
  font-weight: 500;
}
.twoColStyleTwo.two-col-content .content-col p {
  margin-bottom: 0;
}
.two-col-content.twoColStyleTwo {
  overflow: inherit;
}


.two-col-content.twoColStyleThree .columns_rowo_wrap .flex_row {
  column-gap: 8%;
  justify-content: flex-start;
}


.two-col-content.twoColStyleThree .columns_rowo_wrap .content-col .description {
  margin-bottom: 0;
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.two-col-content.twoColStyleThree .columns_rowo_wrap .content-col h3 {
  margin-top: 100px;
  margin-bottom: 7px;
}

.two-col-content.twoColStyleThree .columns_rowo_wrap .content-col p {
  margin-bottom: 0;
  display: flex;
  grid-column-gap: 3.25rem;
  grid-row-gap: 3.25rem;
  justify-content: flex-start;
  align-items: flex-start;
}

.two-col-content.twoColStyleThree .columns_rowo_wrap .content-col p::before {
  content: '';
  background-color: #a7dd6f;
  border-radius: 2rem;
  margin-top: 10px;
  padding: .4375rem;
  display: inline-block;
}

.two-col-content.twoColStyleThree.left .columns_rowo_wrap .flex_row {
  justify-content: space-between;
}

.cnt-wit-bg-wrp.contWithStyle .content_widget {
  width: 750px;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
}

.finding-hero.section_hero.supportingBg .section-background.hero.home .hero-wrap.home .cnt {
  max-width: 35rem;
  width: auto;
}

.finding-hero.supportingBg .section-background.hero.home {
  min-height: 1080px;
  height: auto;
}
.finding-hero.section_hero.supportingBg .section-background.hero.home .hero-wrap.home .cnt p {
  max-width: 29rem;
}

.finding-hero.section_hero.safetyBnner .section-background.hero.home .hero-wrap.home .cnt {
  padding-top: 60px;
  width: auto;
}

.finding-hero.section_hero.safetyBnner .section-background.hero.home .hero-wrap.home .cnt p {
  width: 36%;
}

.finding-hero.section_hero.safetyBnner .section-background.hero.home .hero-wrap.home .cnt h1 {
  margin-bottom: 4rem;
}

.finding-hero.section_hero.safetyBnner .shape_wrpp svg {
  height: 100px;
}

.finding-hero.safetyBnner .section-background {
  background-position: 50%;
}
@media(min-width: 768px){
  .two-col-content.twoColStyle .content-col.col6,
  .two-col-content.twoColStyleThree .columns_rowo_wrap .content-col.col6{
    width: 45%;
  }
  .two-col-content.twoColStyle .media_column.col6,
  .two-col-content.twoColStyleThree .columns_rowo_wrap .media_column.col6{
    width: 43%;
  }
  .twoColStyleTwo.two-col-content .content-col.col6 {
    width: 60%;
  }
  .twoColStyleTwo.two-col-content .img-col.col6 {
    width: 40%;
  }
  .twoColStyleTwo.two-col-content .columns_rowo_wrap .flex_row{
    flex-wrap: nowrap;
  }
  .simple-banner.leadBannr .banner-content-inner .top_sec h1 {
    line-height: 60px;
    margin-bottom: 0;
  }
}


@media(max-width: 992px) and (min-width: 768px){
  .twoColStyleTwo.two-col-content .content-col h3,
  .two-col-content.twoColStyleThree .columns_rowo_wrap .content-col h3{
    font-size: var(  --h3_size36 );
  }
  .twoColStyleTwo.two-col-content .content-col.col6 {
    width: 62%;
  }
  .twoColStyleTwo.two-col-content .img-col.col6 {
    width: 30%;
  }
  .twoColStyleTwo.two-col-content .columns_rowo_wrap .flex_row{
    flex-flow: row;
  }
  .two-col-content.twoColStyleThree .page-center,
  .cnt-wit-bg-wrp.contWithStyle .page-center{
    padding-left: 5%;
    padding-right: 5%;
  }
  .two-col-content.twoColStyleThree .columns_rowo_wrap .media_column.col6 {
    width: 45%;
  }
  .finding-hero.section_hero.safetyBnner .section-background.hero.home .hero-wrap.home .cnt h1 {
    font-size: var(--h2_size);
    line-height: 1;
  }

  .simple-banner.leadBannr .banner-content-inner .top_sec h1 {
    margin-top: 40px;
    font-size: var(  --h1_size44 );
    line-height: 120%;
  }
  .cmSimpleBnnr.simple-banner .banner-content-inner .top_sec h2 {
    font-size: var(    --h2_size48);
  }

  .simple-banner.cmSimpleBnnr {
    padding-top: 8.775rem;
  }
}

@media(max-width: 991px) and (min-width: 480px){
  .two-col-content.twoColStyleTwo.firstMigration {
    margin-top: -200px;
  }
  .simple-banner.leadBannr {
    height: auto;
    padding-top: 60px;
    padding-bottom: 150px;
    margin-bottom: 0;
  }
}

@media(max-width: 768px) and (min-width: 480px){
  .simple-banner.leadBannr {
    padding-top: 60px;
    padding-bottom: 150px;
  }
  .simple-banner.leadBannr .banner-content-inner .top_sec h1 {
    margin-top: 40px;
    margin-bottom: 0;
  }

}

@media(max-width: 991px){
  .section_hero.multiBnnr .section-background.hero.home {
    height: 100vh;
    background-position: 50%;
  }
  .section_hero.multiBnnr .section-background .cmFlex {
    flex-flow: column;
    padding-top: 3rem;
    padding-bottom: 0;
  }
  .section_hero.multiBnnr .section-background.hero.home .hero-wrap.home .cnt {
    max-width: none;
    margin-top: 100px;
  }
  .section_hero.multiBnnr .section-background.hero.home .hero-wrap.home .cnt p {
    max-width: none;
    margin: 0;
    font-size: var(--body_size);
  }
  .section_hero.multiBnnr .section-background.hero.home .hero-wrap.home {
    padding-top: 0;
    padding-bottom: 0;
  }

  .section_hero.multiBnnr .section-background.hero.home .hero-wrap.home .cnt h2 {
    font-size: var(    --h2_size48);
    line-height: 1;
  }

  .cnt-wit-bg-wrp.contentWithBG {
    padding: 2rem;
  }

  .cnt-wit-bg-wrp.contentWithBG .content_widget .title {
    margin-bottom: 5%;
    font-size: var(  --h2_size36);
    line-height: 1;
  }

  .cnt-wit-bg-wrp.contentWithBG .content_widget .rich_text p {
    margin-top: 0;
    margin-bottom: 0;
  }

  .twoColStyleTwo.two-col-content .columns_rowo_wrap .flex_row {
    justify-content: space-between;
    column-gap: 0;
  }


  .twoColStyleTwo.two-col-content .content-col .description {
    padding-right: 0;
    grid-column-gap: 0rem;
    grid-row-gap: 0rem;
  }

  .twoColStyleTwo.two-col-content .content-col p span {
    margin-bottom: 20px;
    display: block;
  }

  .twoColStyleTwo.two-col-content .content-col p {
    font-size: var(--body_size16);
    line-height: 1.8125;
  }
  .simple-banner.leadBannr svg {
    z-index: 1;
    height: 10vw;
  }
  .two-col-content.twoColStyleThree .columns_rowo_wrap .flex_row {
    column-gap: 0;
    justify-content: space-between;
  }

  .two-col-content.twoColStyleThree .columns_rowo_wrap .content-col h3 {
    margin-top: 0;
    line-height: 36px;
  }

  .two-col-content.twoColStyleThree .columns_rowo_wrap .content-col p {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
    font-size: var(--body_size16);
    line-height: 1.61111111;
  }

  .cnt-wit-bg-wrp.contWithStyle .content_widget {
    width: auto;
  }

  .cnt-wit-bg-wrp.contWithStyle .content_widget p {
    font-size: var(--body_size16);
    line-height: 1.61111111;
  }

  .two-col-content.left.twoColStyle .content-col .description h3,
  .two-col-content.twoColStyle .content-col h3 {
    margin-top: 0;
  }

  .finding-hero.section_hero.supportingBg .section-background.hero.home .hero-wrap.home .cnt {
    max-width: 35rem;
    width: auto;
  }

  .finding-hero.section_hero.supportingBg .section-background.hero.home .hero-wrap.home {
    flex-flow: column;
    display: flex;
    align-items: center;
    padding-top: 3rem;
  }

  .finding-hero.section_hero.supportingBg .section-background.hero.home .hero-wrap.home .cnt {
    width: auto;
    max-width: 650px;
    margin-top: 100px;
  }

  .finding-hero.section_hero.supportingBg .section-background.hero.home .hero-wrap.home .cnt h1 {
    font-size: var(--h2_size);
    line-height: 1;
  }

  .section_hero.safetyBnner .section-background.hero.home .padding-global {
    padding-top: 3rem;
  }

  .finding-hero.section_hero.safetyBnner .section-background.hero.home .hero-wrap.home {
    padding: 0;
  }

  .finding-hero.section_hero.safetyBnner .section-background.hero.home .hero-wrap.home .cnt {
    margin-top: 100px;
    padding: 0;
  }

  .finding-hero.section_hero.safetyBnner .section-background.hero.home .hero-wrap.home .cnt p {
    width: 100%;
    margin-top: 60px;
  }

  .section_hero.multiBnnr .section-background .padding-global .custom {
    width: 90%;
  }

  .section_hero.approach_page_banner .section-background.hero.home .container.custom {
    width: 100%;
  }

  .cmSimpleBnnr.simple-banner .banner-content-inner .top_sec h5 {
    margin-bottom: 20px;
  }
}

@media(max-width: 767px){

  .section_hero.multiBnnr .section-background.hero.home .hero-wrap.home .cnt p {
    margin-top: 20px;
  }


  .two-col-content.twoColStyle .flex_row {
    row-gap: 60px;
  }

  .section_hero.multiBnnr {
    margin-bottom: 0;
  }

  .two-col-content.twoColStyle .content-col p {
    max-width: 95%;
    margin: 0 auto 0px 0;
  }
  .cnt-wit-bg-wrp.contentWithBG .page-center {
    padding: 0;
  }

  .cmSimpleBnnr.simple-banner .banner-content-inner .top_sec h5 {
    margin-bottom: 20px;
    font-size: var(--body_size16);
    line-height: 2.25;
  }
  .two-col-content.twoColStyle .content-col h3,
  .two-col-content.left.twoColStyle .content-col .description h3{
    margin: 0;
    margin-bottom: 30px;
  }
  .twoColStyleTwo.two-col-content .columns_rowo_wrap .flex_row {
    grid-row-gap: 2.5rem;
    padding: 12px 0 0;
  }
  .twoColStyleTwo.two-col-content .content-col.col6,.twoColStyleTwo.two-col-content .img-col.col6 {
    width: 90%;
    margin-left: auto;
    margin-right: auto;
  }

  .two-col-content.twoColStyleThree .columns_rowo_wrap .content-col p {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
  }

  .two-col-content.twoColStyleThree .columns_rowo_wrap .content-col p:before {
    margin-right: 10px;
  }

  .finding-hero.supportingBg .section-background.hero.home {
    height: auto;
    min-height: auto;
    padding-bottom: 400px;
  }

  .finding-hero.section_hero.supportingBg .section-background.hero.home .hero-wrap.home .cnt h1 {
    font-size: var(  --h2_size36 );
    line-height: 1;
  }


  .finding-hero.section_hero.supportingBg .section-background.hero.home .hero-wrap.home {
    padding-top: 100px;
    padding-bottom: 0;
  }

  .finding-hero.section_hero.supportingBg .section-background.hero.home .hero-wrap.home .cnt {
    margin-top: 40px;
  }

  .section_hero.safetyBnner .section-background.hero.home .padding-global {
    padding-top: 140px;
    padding-bottom: 354px;
  }

  .finding-hero.section_hero.safetyBnner .section-background.hero.home .hero-wrap.home .cnt h1 {
    line-height: 36px;
  }
  .finding-hero .section-background.hero.home {
    background-position: 0 100%;
    background-size: cover;
  }

  .section_hero.multiBnnr .section-background.hero.home .hero-wrap.home{
    padding-top: 4rem;
    padding-bottom: 4rem;
  }
}




@media(max-width:  479px){
  .section_hero.multiBnnr .section-background.hero.home .hero-wrap.home .cnt {
    margin-top: 40px;
  }

  .section_hero.multiBnnr .section-background.hero.home .hero-wrap.home .cnt h2 {
    margin-bottom: 20px;
    font-size: var(  --h2_size36 );
    line-height: 1;
  }

  .section_hero.multiBnnr .section-background.hero.home .hero-wrap.home {
    padding-top: 4px;
    padding-bottom: 4px;
  }
  .section_hero.multiBnnr .section-background .cmFlex {
    padding-top: 100px;
    padding-bottom: 380px;
  }

  .section_hero.multiBnnr .section-background.hero.home .container.page-center {
    max-width: max-content;
    padding-left: 2rem;
    padding-right: 2rem;
    width: auto;
  }

  .section_hero.multiBnnr .section-background.hero.home {
    height: auto;
    padding-bottom: 0;
  }

  .section_hero.multiBnnr .section-background .padding-global .custom {
    width: auto;
  }

  .simple-banner.leadBannr .banner-content-inner {
    padding: 0;
    padding-top: 60px;
  }

  .simple-banner.leadBannr .banner-content-inner .top_sec {
    margin-bottom: 20px;
  }

  .simple-banner.leadBannr .banner-content-inner .top_sec h1 {
    margin-bottom: 0;
  }
  .simple-banner.leadBannr svg {
    height: 15vw;
  }
}

/*  */

.card_gallery.Imgcards .page-center {
  padding: 0;
}

.card_gallery.Imgcards .page-center .card_inner {
  border-radius: .75rem;
}

.card_gallery.Imgcards .page-center .card_inner .icon_inner {
  background: transparent;
  height: auto;
  margin-bottom: 0;
  width: auto;
  justify-content: flex-start;
  border-radius: 0;
  margin-bottom: 40px;

}

.card_gallery.Imgcards .page-center .card_inner .icon_inner span.icon_img.icon_sp {
  width: auto;
  height: auto;
  border-radius: 0;
}

.card_gallery.Imgcards .page-center .card_inner .icon_inner span.icon_img.icon_sp img {
  height: 100%;
  object-fit: contain;
  width: 100%;
  height: 160px;
  width: 200px;
}

.card_gallery.Imgcards .page-center .flex_row.rowGap15 {
  margin: 0 -10px;
  row-gap: 20px;
}

.card_gallery.Imgcards .page-center .card_inner h4.it_title {
  margin: 0;
  line-height: 1;
}

.two-col-content.Twocols .page-center {
  padding: 0;
  padding-top: 5rem;
  padding-bottom: 5rem;
}

.two-col-content.Twocols .page-center .top_sec {
  padding: 0;
  margin: 0;
  text-align: left;
  margin-bottom: 48px;
}

.card_gallery.cmSlider {
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: cover;
  margin-top: -160px;
  position: relative;
}

.card_gallery.cmSlider .page-center {
  padding: 0;
  padding: 15rem 4rem;
}
.card_gallery.cmSlider .page-center .bottom_row {
  padding: 0;
  padding-left: 5%;
  padding-right: 5%;
  margin: 0;
  padding-bottom: 6rem;
  padding-bottom: 6rem;
  padding-left: .875rem;
  padding-right: .875rem;
}

.card_gallery.cmSlider .page-center .bottom_row .splide__track {
  margin: 0;
}

.card_gallery.cmSlider .page-center .bottom_row .card_item .card_inner.theme {
  color: #ffffff;
  background-image: linear-gradient(60deg, #a26af6, #4a235c);
  border-radius: .75rem;
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
  width: 100%;
  height: 100%;
  min-height: 32rem;
  padding: 5rem 4rem;
  font-weight: 500;
  display: flex;
  padding-bottom: 2rem;
}

.card_gallery.cmSlider .page-center .bottom_row .card_item {
  padding: 0;
  margin: 0;
}

.card_gallery.cmSlider .page-center .bottom_row .card_item .card_content {
  display: flex;
  flex-direction: column;
  gap: 3rem;
  text-align: left;
}

.card_gallery.cmSlider .page-center .bottom_row .card_item .card_content h3.it_title {
  order: 2;
  color: #ffc52c;
  font-size: var(  --h3_size24);
  font-weight: 400;
  font-family: var(  --hello_headline);
}

.card_gallery.cmSlider .page-center .bottom_row .card_item .card_content p {
  line-height: 2rem;
}



.card_gallery.cmSlider .splide__pagination li button {
  margin: 0;
  background-color: #FFFFFF;
  width: 10px;
  height: 10px;
  border-style: solid;
  border-color: #0A0A0A;
  border-radius: 50%;
  margin: 0 3px .5em;
  margin-left: 3px;
  margin-right: 3px;
  opacity: 1;
  width: 10px;
  height: 10px;
}

.card_gallery.cmSlider .splide__pagination li button.splide__pagination__page.is-active {
  transform: none;
  background: #a26af6;
}

.card_gallery.cmSlider .splide__pagination li button:hover {
  background-color: #FFFFFF;
  color: #fff;
  opacity: 1;
}

.card_gallery.cmSlider .splide .splide__pagination {
  inset: auto 9% 2% auto;
  height: 1.75rem;
  padding-top: .25rem;
  padding-bottom: .25rem;
  font-size: .5rem;
}

.card_gallery.cmSlider .splide button.splide__arrow {
  border: 1px solid #000;
  background-color: #fff0;
  border-width: 3px;
  border-color: #fb8a2c;
  inset: auto 0% 0% auto;
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  width: 3.5rem;
  height: 3.5rem;
  display: flex;
  margin: auto;
  font-size: 40px;
  transform: none;
  bottom: 10px;
}

.card_gallery.cmSlider .splide button.splide__arrow svg {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 16px;
  height: 16px;
  display: flex;
  fill: #fff;
}

.card_gallery.cmSlider .splide button.splide__arrow.splide__arrow.splide__arrow--prev {
  border-style: none;
  right: 4%;
}

.location-parents.imgCntwrpp  .container  .bg  {
  border-radius: 0;
  height: 100%;
  background-size: cover;
  max-width: 36rem;
  min-height: 48rem;
}

.two-col-content.twoColChklst .content-col ul {
  margin-top: 40px;
  gap: 1.5rem;
}
.two-col-content.twoColChklst .content-col.col6 {
  margin-left: 28px;
}

.two-col-content.twoColChklst .content-col ul li {
  gap: 1.875rem;
}

.two-col-content.twoColChklst .content-col ul li>span {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 2rem;
  height: 2rem;
  display: flex;
}
.two-cols_img .inner_wrpp .button-group a {  
  z-index: 5;
  position: relative;
}

@media(max-width:1070px) and (min-width:992px){
  .card_gallery.cmSlider .page-center {
    padding: 15rem 2rem;
  }
}
@media(max-width:991px){
  .card_gallery.cmSlider .page-center .bottom_row .card_item {
    margin: 0;
    padding: 0;
    width: 50% !important;
  }
  .card_gallery.cmSlider .splide .splide__pagination {
    right: 14%;
  }

  .card_gallery.cmSlider .splide button.splide__arrow.splide__arrow.splide__arrow--prev {
    right: 7%;
  }

  .card_gallery.cmSlider .splide button.splide__arrow {
    width: 3rem;
    height: 3rem;
    top: auto;
  }

  .card_gallery.cmSlider .splide__pagination li button {
    margin-bottom: 0;
  }

  .card_gallery.cmSlider .page-center {
    padding-top: 12rem;
    padding-bottom: 6rem;
  }

  .card_gallery.cmSlider {
    background-position: 50% 100%;
    background-size: auto 200%;
    margin-top: -59px;
    padding-bottom: 140px;
  }
  .location-parents.imgCntwrpp  .container  .bg {
    height: 100%;
    max-width: 100%;
    min-height: 108vw;
    width: 100%;
  }
  .two-col-content.twoColChklst .content-col h3 {
    margin: 0;
  }

  .two-col-content.twoColChklst .content-col.col6,
  .two-col-content.twoColChklst .img-col.col6 {
    width: 45%;
    margin: 0;
  }

  .two-col-content.twoColChklst .flex_row {
    justify-content: space-between;
  }
  .careerCard {
    padding-left: 5%;
    padding-right: 5%;
  }
}

@media(max-width:767px){
  .card_gallery.Imgcards .page-center .card_inner h4.it_title {
    width: auto;
    margin-top: 40px;
    font-size: var(--h4_size26 );
    line-height: 1;
  }
  .card_gallery.Imgcards .page-center .card_inner .icon_inner span.icon_img.icon_sp img {
    width: 150px;
  }
  .card_gallery.cmSlider .page-center .bottom_row .card_item {
    margin: 0;
    padding: 0;
    width: 100% !important;
  }
  .card_gallery.cmSlider .page-center {
    padding-top: 12rem;
    padding-bottom: 6rem;
    padding-left: 2rem;
    padding-right: 2rem;
  }

  .card_gallery.cmSlider .page-center .bottom_row {
    padding: 0;
    padding-bottom: 4rem;
  }

  .card_gallery.cmSlider .page-center .bottom_row .card_item .card_inner.theme {
    padding: 1.5rem;
    min-height: auto;
  }

  .card_gallery.cmSlider {
    background-position: 50% 100%;
    background-size: auto 200%;
    margin-top: -59px;
    padding-bottom: 140px;
  }

  .card_gallery.cmSlider .splide .splide__pagination {
    display: none;
  }
  .card_gallery.cmSlider .page-center .bottom_row .card_item .card_content h3.it_title {
    margin-top: 22px;
    font-size: var(--h3_size18);
  }

  .card_gallery.cmSlider .page-center .bottom_row .card_item .card_content p {
    font-size: var(--body_size16);
    font-weight: 400;
    line-height: 1.44444444;
  }
  .two-col-content.twoColChklst .content-col.col6, 
  .two-col-content.twoColChklst .img-col.col6 {
    width: 100%;
  }
  .careerCard .top_sec {
    margin-bottom: 3rem !important;
  }
}




@media(max-width:500px){
  .card_gallery.cmSlider .splide button.splide__arrow.splide__arrow.splide__arrow--prev {
    right: 17%;
  }

  .card_gallery.cmSlider .splide button.splide__arrow {
    right: 7%;
  }
}


@media (max-width: 479px) {
  .card_gallery.cmSlider    .splide .splide__arrows {
    display: block;
  }
  .card_gallery.cmSlider .splide button.splide__arrow.splide__arrow.splide__arrow--prev {
    right: 30%;
  }

  .card_gallery.cmSlider .splide button.splide__arrow {
    right: 10%;
  }
}


/*  */

/*=============== Location ===============*/
.section_hero.pathfindersBanner .section-background.hero.home .container.custom {
  aspect-ratio: auto;
  padding-top: 220px;
  width:90%;
}

.section_hero.pathfindersBanner .section-background.hero.home .padding-global {
  padding: 0;
}

.section_hero.pathfindersBanner .section-background.hero.home .hero-wrap.home {
  padding: 0;
}

.section_hero.pathfindersBanner .section-background.hero.home .hero-wrap.home .cnt {
  margin: 0;
}

.section_hero.pathfindersBanner .section-background.hero.home .hero-wrap.home .cnt h5 {
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 40px;
  font-size: var(  --body_size);
  font-weight: 600;
  font-family: BR Omny, sans-serif;
  line-height: 2rem;
}

.section_hero.pathfindersBanner .section-background.hero.home .hero-wrap.home .cnt h6 {
  grid-column-gap: .375rem;
  grid-row-gap: .375rem;
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 0;
  display: flex;
  font-size: 1.125rem;
  line-height: 2rem;
  font-weight: normal;
  font-family: Graphik, sans-serif;
}

.section_hero.pathfindersBanner .section-background.hero.home .hero-wrap.home .cnt h1 {
  margin-bottom: 20px;
}

.section_hero.pathfindersBanner .section-background.hero.home .hero-wrap.home .cnt h6 + p {
  width: 510px;
  max-width: 85%;
  margin-top: 40px;
  line-height: 2rem;
}

.section_hero.pathfindersBanner .button-group {
  margin-top: 40px;
}

.two-col-content.pathfindersPrebanner {
  width: 1400px;
  max-width: 90%;
  margin-left: auto;
  margin-right: auto;
  border-radius: .75rem;
}


.two-col-content.pathfindersPrebanner .col6 {
  padding: 0;
}

.two-col-content.pathfindersPrebanner .media_column {
  width: auto;
}


.two-col-content.pathfindersPrebanner .content-col.col6 {
  margin-right: 100px;
}

.two-col-content.pathfindersPrebanner .content_box {
  margin-top: 0;
}

.two-col-content.pathfindersPrebanner .content_box ul {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  flex-flow: column;
  display: flex;
  padding: 0;
  margin: 0;
  list-style: none;
}

.two-col-content.pathfindersPrebanner .content_box ul li {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  justify-content: flex-start;
  align-items: center;
  display: flex;
  margin: 0;
}

.two-col-content.pathfindersPrebanner .content-col .description {
  grid-column-gap: 2.75rem;
  grid-row-gap: 2.75rem;
  flex-flow: column;
  display: flex;
  margin-bottom: 0;
}

.two-col-content.pathfindersPrebanner .content-col .description h2 {
  margin: 0;
}

.two-col-content.pathfindersPrebanner .right_column_btn .btn_row {
  margin-top: 1.5rem;
}

.two-col-content.pathfindersPrebanner .right_column_btn .btn_row a.hs-button {
  font-weight: 600;
}

.two-col-content.pathfindersPrebanner .content-col .description p:last-of-type {
  margin-bottom: 0;
}


.card_gallery.dailyScheduleSec {
  background-position: 50% 0;
}


.card_gallery.dailyScheduleSec .page-center {
  margin-top: -5.2rem;
  padding-bottom: 9rem;
  padding-top: 60px;
}

.card_gallery.dailyScheduleSec .top_sec {
  padding: 0;
  margin-bottom: 5rem;
}

.card_gallery.dailyScheduleSec .top_content h5 {
  margin-top: 5%;
  margin-bottom: 2.5rem;
  font-weight: 600;
  font-size: var(  --body_size16);
  line-height: 2rem;
  font-family: var(--Graphik);
}

.card_gallery.dailyScheduleSec .top_content h2 {
  margin-bottom: 2.5rem;
}

.card_gallery.dailyScheduleSec .top_content p {
  width: 520px;
}

.card_gallery.dailyScheduleSec .card_inner {
  border-radius: 1.5rem;
}


.card_gallery.dailyScheduleSec .card_box .it_title {
  line-height: 30px;
  margin-bottom: 2.5rem;
}

.card_gallery.dailyScheduleSec .card_content+.btn_row {
  margin: 0;
}

.card_gallery.dailyScheduleSec .card_item {
  padding: 0;
}

.dnd-section.bgSec {
  position: relative;
}

.card_gallery.dailyScheduleSec .bottom_row.notshadow .rowGap15 {
  row-gap: 0;
  justify-content: start;
}

.card_gallery.cardStyle .bottom_row.notshadow .rowGap15 {
  justify-content: center;
}

@media screen and (min-width: 768px) {
  .two-col-content.pathfindersPrebanner .flex_row {
    flex-wrap: nowrap;
  }

}

@media screen and (max-width: 991px) {
  .section_hero.pathfindersBanner .section-background.hero.home .container.custom {
    padding-top: 140px;
  }


  .section_hero.pathfindersBanner .section-background.hero.home .hero-wrap.home .cnt h6+p {
    width: auto;
    max-width: none;
  }

  .two-col-content.pathfindersPrebanner {
    padding: 5rem;
  }
  .two-col-content.pathfindersPrebanner .content-col .description h2 {
    width: auto;
  }

  .two-col-content.twoColStyle .flex_row {
    column-gap: 5%;
  }


  .card_gallery.dailyScheduleSec .page-center {
    padding-left: 0;
    padding-right: 0;
  }
  .cm-map-wrapper.map-gp.mapSection h2.title {
    font-size: var(--h2_size48);
  }
  .section_hero.pathfindersBanner.tinyCruise .section-background.hero.home {
    background-position: 50% 100%;
    padding-bottom: 292px;
    height: 100vh;
  }

  .section_hero.pathfindersBanner .section-background.hero.home {
    background-position: 50%;
    height: 100vh;
  }

}

@media (max-width: 991px) and (min-width: 768px) {
  .two-col-content.pathfindersPrebanner .content-col .description h2,
  .two-col-content.twoColStyle .content-col h3{
    font-size: var(  --h2_size36);
    line-height: 1;
  }
  .section_hero.pathfindersBanner .section-background.hero.home .hero-wrap.home .cnt h1 {
    font-size: var(--h1_size52);
    line-height: 110%;
  }
}

@media screen and (max-width: 767px) {
  .two-col-content.pathfindersPrebanner {
    max-width: 100%;
    padding: 32.5px;
  }

  .two-col-content.twoColStyle .content-col .description h3 {
    font-size: var(  --h2_size30);
    line-height: 1;
    margin-bottom: 10px;
  }

  .card_gallery.dailyScheduleSec .top_content p {
    max-width: 100%;
  }

  .card_gallery.dailyScheduleSec .bottom_row .flex_row {
    gap: 0;
  }

  .card_gallery.dailyScheduleSec .page-center {
    padding-bottom: 60px;
  }

  .dnd-section.bgSec>.row-fluid {
    padding-left: 5%;
    padding-right: 5%;
  }
  .two-col-content.pathfindersPrebanner .content-col.col6{
    margin-right: 0;
  }
  .section_hero.pathfindersBanner .section-background.hero.home .hero-wrap.home .cnt h1 {
    font-size: var(--h1_size40);
    line-height: 120%;
  }

  .section_hero.pathfindersBanner .section-background.hero.home .hero-wrap.home .cnt h6+p {
    font-size: var(--body_size);
  }
}
@media screen and (max-width: 479px) {
  .cm-map-wrapper.map-gp.mapSection h2.title {
    font-size: var(  --h2_size36);
    line-height: 1;
  }
  .section_hero.pathfindersBanner .section-background.hero.home .hero-wrap.home .cnt h5 {
    margin-bottom: 20px;
    font-size: 16px;
  }
  .section_hero.pathfindersBanner .section-background.hero.home .container.custom {
    width: 85%;
  }
  .section_hero.pathfindersBanner .section-background.hero.home .hero-wrap.home .cnt h1 {
    font-size: var(--h1_size36);
    line-height: 1;
  }

  .section_hero.pathfindersBanner .section-background.hero.home {
    height: auto;
    padding-bottom: 381px;
  }
}

/*=============== Location ===============*/


.growth_wrpp.locationsCards .growthIn {
  padding-top: 0;
  padding-bottom: 0;
}

.growth_wrpp.locationsCards .inner_wrpp {
  padding-top: 16rem;
  padding-bottom: 16rem;
}


.growth_wrpp.locationsCards .inner_wrpp .top_cnt {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
}

.growth_wrpp.locationsCards .btm_cnt {
  margin-top: .8rem;
}

.growth_wrpp.locationsCards .inner_wrpp .top_cnt .right_col {
  max-width: 61rem;
  margin-top: 40px;
  margin-bottom: 60px;
  font-size: 1.125rem;
  line-height: 2rem;
}


.two-cols_img.safeandsnugSection {
  position: relative;
  z-index: 5;
}

.two-cols_img.safeandsnugSection .inner_wrpp {
  padding-bottom: 0;
}

.two-cols_img.safeandsnugSection .inner_wrpp .content{
  padding-top: 0;
  padding-bottom: 40px;
}

.two-cols_img.safeandsnugSection .inner_wrpp .content .flx .left {
  margin-top: -108px;
  width: 45%;
}

.two-cols_img.safeandsnugSection .featured_contentt {
  margin-top: -11.875rem;
}

.two-cols_img.safeandsnugSection .inner_wrpp .content .flx .left .top {
  margin-top: 131px;
}

.two-cols_img.safeandsnugSection .inner_wrpp .content .flx .left p {
  padding-right: 0;
}

.two-cols_img.safeandsnugSection .main_flx {
  grid-column-gap: 0rem;
  grid-row-gap: 0rem;
  flex-flow: wrap;
  justify-content: space-between;
  align-items: flex-start;
  display: flex;
}

.two-cols_img.safeandsnugSection .margin-top.margin-xsmall {
  display: inline-block;
}

.two-cols_img.safeandsnugSection .inner_wrpp .button-group a {
  padding: 1rem 1.5rem;
  font-size: 1rem;
}


.twocolscards.location-parents  .top_img .inner_Wrpp {
  margin-top: 0;
}

.twocolscards.location-parents .custom {
  padding-top:0px;
  width: 90%;
}

.twocolscards.location-parents {
  padding-top: 4px;
}

.cm-map-wrapper.mapSection .map_wrap {
  border-radius: .75rem;
  overflow: hidden;
}

.cm_nv_wrp.loactaionButton .hs-button {
  padding: 1rem 1.5rem;
  font-size: 1rem;
}

.section_hero.approach_page_banner .section-background.hero.home .cmFlex {
  width: 100%;
}

@media screen and (max-width: 991px) {
  .two-cols_img.safeandsnugSection .featured_contentt {
    margin: 0;
  }

  .two-cols_img.safeandsnugSection .inner_wrpp .content .flx .left {
    width: 100%;
    margin: 0;
  }

  .two-cols_img.safeandsnugSection .inner_wrpp .content .flx .left .top h2 {
    font-size: var(--h2_size48);
    line-height: 1;
    margin-bottom: 60px;
  }
  .two-cols_img.safeandsnugSection .inner_wrpp .content .flx .left .top {
    margin: 0;
  }

  .two-cols_img.safeandsnugSection .inner_wrpp .content .flx .left .top h2 {
    font-size: var(--h2_size48);
    line-height: 1;
    margin-bottom: 60px;
  }

  .two-cols_img.safeandsnugSection .inner_wrpp .button-group{
    margin-bottom: 20px;
  }
}
@media screen and (max-width: 767px) {
  .twocolscards.location-parents .custom {
    width: 100%;
  }
}



/*  */

/* Approach banner */

.section_hero.multiBnnr.approach_page_banner {
  overflow: hidden;
}

.section_hero.approach_page_banner .section-background.hero.home .container.page-center {
  width: 100%;
  max-width: 80rem;
}

.section_hero.approach_page_banner .section-background.hero.home .cmFlex {
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
  width: 97%;
  padding-bottom: 26.375rem;
}

.section_hero.approach_page_banner .section-background.hero.home .hero-wrap.home {
  padding-bottom: 100px;
  padding-top: 100px;
}

.section_hero.approach_page_banner .section-background.hero.home .hero-wrap.home .cnt h1 {
  margin-bottom: 60px;
}


@media(max-width: 991px){
  .section_hero.approach_page_banner .section-background.hero.home .hero-wrap.home {
    padding-top: 0;
  }

  .section_hero.approach_page_banner .section-background.hero.home .cmFlex {
    width: 100%;
  }

  .section_hero.approach_page_banner .section-background.hero.home .hero-wrap.home .cnt h1 {
    font-size:var(--h1_size52);
    line-height: 110%;
    margin-bottom: 2.6rem;
  }

  .section_hero.approach_page_banner .section-background.hero.home .hero-wrap.home .cnt p {
    width: 90%;
    max-width: 90%;
    margin-left: 0;
    margin-right: auto;
    max-width: 85%;
  }

  .section_hero.approach_page_banner .section-background.hero.home .hero-wrap.home .cnt {
    margin-top: 91px;
  }
  .growth_wrpp.locationsCards .inner_wrpp .top_cnt .right_col {
    margin-bottom: 0;
    margin-top: 0;
  }
}


@media(max-width: 767px){
  .section_hero.approach_page_banner .section-background.hero.home .hero-wrap.home {
    padding-top: 0;
  }

  .section_hero.approach_page_banner .section-background.hero.home .cmFlex {
    width: 100%;
  }

  .section_hero.approach_page_banner .section-background.hero.home .hero-wrap.home .cnt h1 {
    font-size: 3.25rem;
    line-height: 110%;
    margin-bottom: 2.6rem;
  }

  .section_hero.approach_page_banner .section-background.hero.home .hero-wrap.home .cnt p {
    width: 90%;
    max-width: 90%;
    margin-left: 0;
    margin-right: auto;
    max-width: 85%;
  }

  .section_hero.approach_page_banner .section-background.hero.home .hero-wrap.home .cnt {
    margin-top: 91px;
  }

  .section_hero.approach_page_banner .section-background.hero.home .hero-wrap.home .cnt p {
    width: 90%;
    max-width: 85%;
  }

  .section_hero.approach_page_banner .section-background.hero.home .hero-wrap.home .cnt h1 {
    width: 90%;
  }
}

/* approach banner */

@media(max-width: 767px) {
  .section_hero.approach_page_banner .section-background.hero.home .hero-wrap.home {
    padding-top: 0;
  }

  .section_hero.approach_page_banner .section-background.hero.home .cmFlex {
    width: 100%;
  }

  .section_hero.approach_page_banner .section-background.hero.home .hero-wrap.home .cnt h1 {
    font-size: 3.25rem;
    line-height: 110%;
    margin-bottom: 2.6rem;
  }

  .section_hero.approach_page_banner .section-background.hero.home .hero-wrap.home .cnt p {
    width: 90%;
    max-width: 90%;
    margin-left: 0;
    margin-right: auto;
    max-width: 85%;
  }

  .section_hero.approach_page_banner .section-background.hero.home .hero-wrap.home .cnt {
    margin-top: 0;
  }

  .section_hero.approach_page_banner .section-background.hero.home .container.page-center {
    padding-left: 0rem;
    padding-right: 0rem;
  }

  .section_hero.approach_page_banner .section-background.hero.home .hero-wrap.home .cnt h1 {
    font-size: var(--h1_size40);
    line-height: 120%;
  }


  .section_hero.approach_page_banner .section-background.hero.home .hero-wrap.home {
    padding-bottom: 0;
  }

  .section_hero.approach_page_banner {
    height: 100vh;
  }

  .section_hero.approach_page_banner .section-background.hero.home {
    height: 100vh;
  }

}


@media(max-width: 479px){
  .section_hero.approach_page_banner .section-background.hero.home .hero-wrap.home .cnt h1 {
    font-size: var(--h1_size36);
    line-height: 1;
  }

  .section_hero.approach_page_banner .section-background.hero.home .container.page-center {
    padding-left: 0;
    padding-right: 0;
  }

  .section_hero.approach_page_banner .section-background.hero.home .cmFlex {
    width: 100%;
  }

  .section_hero.approach_page_banner .section-background.hero.home .hero-wrap.home .cnt p {
    width: 100%;
    max-width: 100%;
  }

  .section_hero.approach_page_banner .section-background.hero.home {
    background-position: 50% 100%, 70% 40%;
    background-repeat: no-repeat, repeat;
    background-size: auto, cover;
    height: auto;
    background-color: #6ac3eb;
  }

  .section_hero.approach_page_banner .section-background.hero.home .hero-wrap.home .cnt {
    margin-top: 40px;
  }

  .section_hero.approach_page_banner .section-background.hero.home .hero-wrap.home .cnt p {
    width: 90%;
    max-width: 90%;
  }

  .section_hero.approach_page_banner .section-background.hero.home .margin-top.margin-large {
    display: none;
  }
}

/*  */
/*  */

.two-col-content.approach_page {
  padding-left: 5%;
  padding-right: 5%;
  padding-top: 140px;
}

.two-col-content.approach_page .page-center {
  max-width: 1400px;
}

.two-col-content.approach_page .page-center {
  padding-left: 0;
  padding-right: 0;
  width: 85%;
}

.two-col-content.approach_page .top_sec {
  padding: 0;
  width: 74%;
}

.two-col-content.approach_page .top_sec {
  margin-bottom: 100px;
}

.two-col-content.approach_page.twoColStyle .media_column {
  width: 37.125%;
}

@media(max-width: 991px){
  .two-col-content.approach_page {
    padding-left: 2rem;
    padding-right: 2rem;
  }

  .two-col-content.approach_page .top_sec {
    max-width: 100%;
    width: 100%;
  }

  .two-col-content.approach_page .top_sec h2 {
    font-size: var(  --h2_size48);
    line-height: 1;
  }

  .two-col-content.approach_page .page-center {
    width: 90%;
  }

  .two-col-content.approach_page .content-col.col6 {
    margin-left: auto;
  }

  .two-col-content.approach_page .description p {
    margin-top: 0;
    font-size: var(  --body_size16);
    line-height: 29px;
  }

  .two-col-content.approach_page .description p {
    margin-bottom: 0;
  }

  .two-col-content.approach_page {
    padding-bottom: 85px;
  }
}


@media(max-width: 767px){
  .two-col-content.approach_page.twoColStyle .media_column {
    width: 100%;
  }

}

@media(max-width: 479px){
  .two-col-content.approach_page .top_sec h2 {
    width: auto;
    margin-top: 40px;
    font-size: var(  --h2_size30);
    line-height: 1;
  }

  .two-col-content.approach_page {
    padding-left: 0;
    padding-right: 0;
  }
}

/*  */
/*  */


.two-col-content.contactForm .page-center {
  padding-left: 0;
  padding-right: 0;
}

@media(max-width: 1200px){
  .two-col-content.contactForm .content-col.col12{
    padding-left: 0;
    padding-right: 0;
  }
}


.two-col-content.contactForm {
  padding-left: 5%;
  padding-right: 5%;
}

.two-col-content.contactForm .description {
  text-align: center;
  margin-bottom: 0;
}

.two-col-content.contactForm .description h2 {
  margin-bottom: 3.5rem;
}

.two-col-content.contactForm .form_wrap {
  margin-top: 48px;
  padding-top: 0;
}

.two-col-content.contactForm .form_wrap .form-title:empty {
  display: none;
}

.two-col-content.contactForm .form_wrap form {
  grid-column-gap: .75rem;
  grid-row-gap: .75rem;
  justify-content: flex-start;
  padding: 1.75rem 2.5rem;
  display: flex;
  transform: translateY(-2px);
  box-shadow: 9px 12px 20px #0003;
}

.two-col-content.contactForm .form_wrap form .hs-form-field {
  margin-bottom: 0;
  max-width: 239px;
  max-width: 21.37%;
  width: 100%;
}


.two-col-content.contactForm form .hs_submit {
  flex-shrink: 0;
}

.two-col-content.contactForm .content-col .form_wrap {
  max-width: 1200px;
  padding-top: 0;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
}

.two-col-content.contactForm form .hs-form-field > label {
  font-size: 1.125rem;
  line-height: 2rem;
  display: block;
  margin-bottom: .5rem;
}

.two-col-content.contactForm form .hs-button {
  margin-top: 41px;
  border-radius: 2.5rem;
  padding: 1rem 1.5rem;
  font-size: 1rem;
  font-weight: 500;
  line-height: 150%;
  text-decoration: none;
  transition: all .2s;
}

.two-col-content.contactForm form select {
  font-size: 1.125rem;
}

.two-col-content.contactForm form select {
  padding: 16px;
}

@media(max-width: 991px){
  .two-col-content.contactForm .form_wrap form {
    grid-column-gap: .75rem;
    grid-row-gap: .75rem;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    display: grid
  }

  .two-col-content.contactForm .form_wrap form .hs-form-field {
    max-width: 100%;
  }

  .two-col-content.contactForm form .hs-button {
    width: 100%;
  }

  .two-col-content.contactForm {
    padding-left: 2rem;
    padding-right: 2rem;
  }

  .two-col-content.contactForm {
    padding-top: 140px;
  }

  .two-col-content.contactForm .description h2 {
    margin-bottom: 60px;
  }

  .two-col-content.contactForm .content-col .form_wrap {
    margin-top: 40px;
  }
}


@media (max-width: 767px) {
  .two-col-content.contactForm {
    padding-left: 2rem;
    padding-right: 2rem;
    padding-top: 143px;
  }

  .two-col-content.contactForm .description h2 {
    margin-bottom: 62px;
  }

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

  .two-col-content.contactForm .content-col .form_wrap {
    margin-top: 32px;
  }

  .two-col-content.contactForm .form_wrap form {
    grid-auto-columns: 1fr;
    grid-template-columns: 1fr;
  }

  .two-col-content.contactForm form .hs-button {
    display: table;
    width: auto;
    margin-left: auto;
    margin-right: auto;
  }

  .two-col-content.contactForm form .hs_submit {
    margin-bottom: 12px;
    margin-top: 8px;
  }
}

@media(max-width: 479px){
  .two-col-content.contactForm .form_wrap form {
    padding: 1.5rem;
  }

  .two-col-content.contactForm {
    padding-left: 0%;
    padding-right: 0%;
  }

  .two-col-content.contactForm .page-center {
    max-width: 85%;
  }
}

/* ==================== */


.twoColLocation.two-col-content .description h6 {
  font-weight: 600;
}

.twoColLocation.two-col-content .description h5 {
  font-family: var(--Graphik);
}


/* =================== */


@media(max-width: 991px){
  .approach_hero_section h2,
  .two-col-content.contactForm .description h2{
    font-size: var(  --h2_size48);
    line-height: 110%;
  }

  .approach_methods .approach_methods_content_list .mcard_content ,
  .approach_hero_section .content_wrap,
  .two-col-content.contactForm .description{
    font-size: var(  --body_size16);
    line-height: 1.8125;
  }


}

@media (max-width: 991px) and (min-width: 768px){
  .approach_methods .approach_methods_intro h2{
    font-size:43.999999999799996px;
    line-height: 1.36363636364;
  }

  .approach_methods .approach_methods_content_list .method_card h3{
    font-size:30.0px;
    line-height: 1.6;
  }
}

@media(max-width: 767px){
  .approach_methods .approach_methods_intro h2{
    line-height: 120%;
  }

  .approach_methods .approach_methods_content_list .method_card h3{
    line-height: 3rem;
  }

}

@media(max-width: 479px){
  .approach_methods .approach_methods_intro h2 ,
  .approach_hero_section h2,
  .two-col-content.contactForm .description h2{
    font-size:36.0px;
    line-height: 1;
  }

  .approach_methods .approach_methods_content_list .mcard_content,
  .approach_hero_section .content_wrap,
  .two-col-content.contactForm .description{
    font-size:18px;		
    line-height: 1.55555555556;
  }

  .approach_methods .approach_methods_content_list .method_card h3 {
    margin-bottom: 20px;
    margin-top: 20px;
    font-size:30.0px;		
    line-height: 1.2;
  }

}

/* =================== */
.two-col-content.twoColLocation .content-col .description {
  margin-bottom: 32px;
}

.two-col-content.contactForm form .hs-button {
  white-space: nowrap;
}




@media(min-width: 992px){

  .two-col-content.contactForm .hs_error_rollup {
    width: 100%;
    order: 4;
    text-align: center;
  }

  .two-col-content.contactForm .form_wrap form .hs-form-field {
    order: 1;
  }

  .two-col-content.contactForm form .hs_submit {
    order: 2;
    width: calc(14.52% - 57px);
  }

  .two-col-content.contactForm .form_wrap form {
    flex-wrap: wrap;
  }

}



@media(max-width: 767px){
  .twoColLocation.two-col-content .description h3 {
    font-size: 2rem;
  }

  .twoColLocation.two-col-content .bottom_row {
    margin-bottom: 0;
  }

  .twoColLocation.two-col-content .content-col.col6 {
    width: 100%;
  }

  .twoColLocation.two-col-content .btn_row {
    flex-direction: column;
    align-items: flex-start;
  }

  .twoColLocation.two-col-content .btn-items {
    margin-top: 2rem;
  }
}

@media(max-width: 479px){
  .twoColLocation.two-col-content .btn-items {
    margin-top: 2rem;
  }

  .twoColLocation.two-col-content .bottom_row .flex_row {
    flex-direction: column;
  }

  .twoColLocation.two-col-content .content-col.col6 {
    max-height: none;
    margin-top: 0;
    margin-left: 0;
    margin-right: 0;
    padding: 2rem;
  }

  .twoColLocation.two-col-content .description h6 {
    line-height: 1.14285714286;
  }

  .twoColLocation.two-col-content .btn_row .hs-sec-btn {
    max-width: 100%;
  }

  .twoColLocation.two-col-content .btn_row {
    width: 100%;
  }

  .twoColLocation.two-col-content .btn_item.ty_std.index2 {
    width: 100%;
  }
}


/*  */
.section_hero.multiBnnr.nutrition_bnr .section-background.hero.home .hero-wrap.home .cnt h2{
  margin-bottom: 64px;
}
.nutrition_bnr.section_hero.multiBnnr .section-background.hero.home .hero-wrap.home .cnt p {
  max-width: 31.6rem; 
}

.nutrition_bnr.section_hero.multiBnnr .section-background.hero.home .hero-wrap.home {
  padding-top: 80px;
}
.nutrition_bnr.section_hero .shape_wrpp svg {
  height: 7vw;
}
.nutrition_twocol {
  border-radius: .75rem;
  max-width: 85%;
  margin-left: auto;
  margin-right: auto;
  width: 1400px;
}
.cmCardTypeTwo .page-center,
.nutritiontwocol .page-center,
.cmMaxWidth .page-center{
  padding-left: 0;
  padding-right: 0;
  width: 85%;
}
.nutrition_twocol .page-center {
  padding-left: 0;
  padding-right: 0;
}
.two-col-content.twoColStyle.nutritiontwocol {
  padding-bottom: 0 !important;
}

.nutrition_twocol .content_widget.text_center {
  max-width: 31.6rem;
  overflow: visible;
  text-align: left;
  margin-left: auto;
}

.nutrition_twocol .content_widget.text_center h2 {
  margin-bottom: 60px;
} 

.nutrition_twocol .content_widget.text_center p a {
  color: #2421d6 !important;
  text-decoration: underline;
  font-weight: 600;
}

.nutrition_twocol .content_widget.text_center p {
  margin: 0;
}
.two-col-content.twoColStyle.nutritiontwocol .description h3 {
  margin-top: 60px;
}
.two-col-content.twoColStyle.nutritiontwocol .content-col p { 
  margin-top: 40px;
}
.two-col-content.twoColStyle.nutritiontwocol {
  padding-bottom: 0 !important; 
}

.contact-details-wrap.nutrition_icon {
  margin: 95px auto 140px;
  PADDING: 0;
}


.contact-details-wrap.nutrition_icon .cnt-detail-item {
  width: 30%;
  margin: 0 !important;
}

.contact-details-wrap.nutrition_icon .flex_row {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  display: flex;
  flex-wrap: nowrap;
}

.contact-details-wrap.nutrition_icon .cnt-detail-item .icon-wrap {
  background-color: #a7dd6f;
  border-radius: 4rem;
  justify-content: center;
  align-items: center;
  width: 50px;
  min-width: 50px;
  height: 50px;
  min-height: 50px;
  padding: 15.25px;
  display: flex;
}

.contact-details-wrap.nutrition_icon .cnt-detail-item .icon-wrap svg {
  width: 1rem !important;
  height: 1rem !important;
  display: block;
}

.contact-details-wrap.nutrition_icon .cnt-detail-item-inn {
  grid-column-gap: 1.625rem;
  grid-row-gap: 1.625rem;
}

.contact-details-wrap.nutrition_icon .icon-cnt.ty_icon {
  padding-right: 0;
  width: auto;
}
.Bottom_pane.two-col-content .page-center {
  padding: 0;
}
.two-col-content.Bottom_pane .content-col.col6 {
  padding: 0;
  margin-top: 0;
}
.contact-details-wrap .cnt-detail-cnt p {
  font-weight: 500;
  word-break: keep-all;
}


.blog_top {
  padding-top: 14.375rem;
}

.blog_top_cnt {
  text-align: center;
  margin-bottom: 5rem;
}

.blog_top_cnt h1 {
  font-size: var(  --h2_size);
  margin-bottom: 20px;
}

.blog_search_wrap {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  background-color: #fff;
  border-radius: 1.5rem;
  justify-content: flex-start;
  align-items: center;
  padding: 2rem;
  display: flex;
  box-shadow: 10px 10px 20px #0003;
}

.blog_search_wrap form.hs-search-field__form {
  display: block;
}

.blog_search {
  width: 100%;
}

input#dnd_area_top-module-2-input {
  padding: .5rem .75rem;
  font-size: 1rem;
  line-height: 1.6;
}
.blog_search_wrap ::-webkit-input-placeholder { color: #0009; } /* Webkit Browsers */
.blog_search_wrap :-moz-placeholder { color: #0009; } /* Firefox 18- */
.blog_search_wrap ::-moz-placeholder { color: #0009; } /* Firefox 19+ */
.blog_search_wrap :-ms-input-placeholder { color: #0009; } /* IE10 */

.blog_topics {
  margin-top: 6.25rem;
  margin-bottom: 47px;
}

.blog_topics ul {
  margin: 0;
  list-style: none;
  padding: 0;
  grid-column-gap: .625rem;
  grid-row-gap: .625rem;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.blog_topics ul li a {
  border-radius: 2rem;
  height: 50px;
  margin-bottom: 0;
  padding: .65rem 1.85rem;
  font-weight: 500;
  display: inline-block;
  position: relative;
  background-color: hsla(27.2463768115942, 96.28%, 57.84%, 1.00);
  color: #fff;
}

.blog_topics ul li {
  margin: 0;
}
.blog_topics ul li a.Education {
  background-color: hsla(201.93103448275863, 94.77%, 70.00%, 1.00);
}

.blog_topics ul li a.Safety {
  background-color: hsla(89.45454545454547, 61.80%, 65.10%, 1.00);
}

.w-dyn-list {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}
.blog-card a.hs-button.button {
  font-size: 1rem;
  font-weight: 500;
  line-height: 150%;
  border-radius: 2.5rem;
  padding: 1rem 1.5rem;
  border: 1px solid #0000;
}
.blog-card {
  background-color: #fff;
  border-radius: 1.5rem;
  flex-flow: column;
  padding: 0;
  display: flex
}
.blog-card .margin-top.margin-custom5 {
  margin-top: 2.5rem;
}
.blog-image-wrapper {
  border-top-left-radius: 1.5rem;
  border-top-right-radius: 1.5rem;
  overflow: hidden
}

.blog-content-wrapper {
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  padding: 3rem 2rem 3.5rem;
  display: flex
}

.blog-image {
  object-fit: cover;
  height: 16rem
}
.blog_inr .page-center {
  padding-left: 0;
  padding-right: 0;
  max-width: 1280px;
}
.blog_inr {
  padding-left: 5%;
  padding-right: 5%;
}
.blog-content-wrapper h2 {
  font-size: 1.875rem;
  font-weight: 600;
  line-height: 2rem;
  margin: 0 0 24.5px;
}

.date {
  margin-bottom: .5rem;
}
.hero_content.article-hero {
  padding-top: 100px;
  padding-bottom: 40px;
  text-align: center;
  color: #fff;
}

.article-hero-header {
  margin-top: 72px;
}

.article-hero-header h1 {
  width: 60%;
  max-width: 75%;
  margin-left: auto;
  margin-right: auto;
  font-size: var(  --h2_size);
  line-height: 1;
  color: #fff;
  margin-bottom: 60px;
}

.container-large.page-center {
  max-width: 1280px;
  padding: 0;
}

.post_bnr {
  padding: 0 5%;
}
.hero_content.article-hero {
  display: flex;
  justify-content: center;
  align-items: center;
}

p.content-details.date {
  color: #ffc52c;
  margin-bottom: 10px;
} 

p.content-details.article-subtitle {
  margin: 0;
}


img.article-img {
  object-fit: cover;
  border-radius: 20px;
  width: 100%;
  max-height: 400px;
  margin-top: 0;
  margin-bottom: 100px;
}


.post_cnt_wrap {
  max-width: 1000px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 5rem;
  padding-bottom: 3.5rem;
}
.rel_post {
  padding-top: 60px;
  margin-bottom: 3.5rem;
  padding-bottom: 100px;
}
.post_cnt_wrap form {
  margin-bottom: 0;
}

.post_cnt img {
  width: 100%;
  margin-bottom: 3rem;
}

.post_cnt {
  padding-top: 37px;
}



@media (max-width:991px){
  .cmCardTypeTwo .page-center,
  .nutritiontwocol .page-center,
  .cmMaxWidth .page-center{
    padding-left: 0;
    padding-right: 0;
    width: 90%;
  }
  .Bottom_pane.two-col-content .page-center {
    width: 90%;
  }
  .w-dyn-list {
    grid-template-columns: 1fr;
    max-width: 90%;
    margin-left: auto;
    margin-right: auto;
  }

  .blog-card img.blog-image {
    width: 100%;
  }
  .blog-content-wrapper {
    padding-left: 0
  }

  .blog-image {
    width: 100%;
    max-width: none
  }

  .blog_top {
    max-width: 90%;
    margin: 0 auto;
  }
  .blog_inr{ 
    padding-left: 2rem;
    padding-right: 2rem;
  }

  .blog_top_cnt p {
    width: auto;
    font-size: var(  --body_size16);
    line-height: 29px;
  }

  .blog_top_cnt {
    margin-bottom: 40px;
  }

  .blog_topics {
    margin-top: 40px;
  }
  .post_bnr { 
    padding-left: 2rem;
    padding-right: 2rem;
  }
  .content-details.w.home.article-meta {
    font-size: var(  --body_size16);
    line-height: 29px;
    max-width: 70%;
    margin: 0 auto;
  }

  img.article-img {
    margin-bottom: 50px;
  }
  .post_cnt_wrap { 
    padding-bottom: 0;
    padding-top: 0;
  }



}
@media (max-width:767px){
  .blog_top,
  .w-dyn-list{
    max-width: 95%; 
  }
}

@media (max-width:479px){
  .blog_top_cnt h1 {
    font-size: var(  --h2_size36);
    line-height:1;
  }

  .blog_top {
    padding-top: 8rem;
  }

  .blog_top_cnt p {
    width: auto;
    max-width: 100%;
    font-size: var(  --body_size);
    line-height: 1.75;
  }
  .blog_inr .page-center {
    max-width: 85%;
    padding: 0;
  }
  .blog_inr{ 
    padding: 0;
  }
  .blog_top {
    max-width: 100%;
  }

  .blog_topics ul {
    flex-flow: row;
    flex-wrap: wrap;
  }

  .blog_topics ul li a {
    height: 45px;
    padding: 7px 16px;
  }

  .blog_topics { 
    margin-bottom: 80px;
  }
  .w-dyn-list {
    max-width: 100%;
  }
  .blog-content-wrapper {
    padding-left: 1.5rem;
  }

  .post_bnr .page-center {
    max-width: 85%;
  }

  .post_bnr {
    padding: 0;
  }
  .article-hero-header h1 {
    max-width: 100%;
    font-size: var(  --h2_size36);
    line-height:1;
    width: 100%;
  }
  .post_cnt_wrap {
    padding-top: 47px;
  }
  .content-details.w.home.article-meta {
    max-width: 100%;
  }
  .blog-card img.blog-image {
    height: auto;
  }
  .blog-content-wrapper h2 {
    font-size: 1.5rem;
    line-height: 1.4;
  }

  .rel_post { 
    padding-bottom: 0; 
  }

}


@media(max-width: 991px){
  .contact-details-wrap.nutrition_icon .flex_row {
    flex-flow: wrap;
  }
  .contact-details-wrap.nutrition_icon {
    margin-top: 40px;
    margin-bottom: 100px;
  }
  .contact-details-wrap .detail-content p:last-child {
    font-size: var(  --body_size16);
    line-height: 24px;
  }
}
@media(max-width: 767px){
  .contact-details-wrap.nutrition_icon .flex_row {
    justify-content: space-between;
    align-items: flex-start;
    margin-top: 20px;
    margin-bottom: 60px;
  }
  .contact-details-wrap.nutrition_icon .cnt-detail-item {
    width: 100%;
    justify-content: flex-start;
  }
  .contact-details-wrap.nutrition_icon .cnt-detail-item-inn {
    grid-column-gap: 0rem;
    grid-row-gap: 0rem;
    justify-content: flex-start;
    align-items: center;
    width: 100%;
    margin-bottom: 20px;
  }
  .contact-details-wrap.nutrition_icon .cnt-detail-item .icon-wrap {
    width: 30px;
    min-width: 30px;
    height: 30px;
    min-height: 30px;
    margin-right: 15px;
  }
  .contact-details-wrap .cnt-detail-cnt {
    margin-top: 0;
  }
}


/*=================Page style=============*/  
.cmCardTypeTwo.cmCards .card_box h4.it_title {
  margin-top: 0;
}
.cmCardTypeTwo.cmCards .card_content {
  margin-bottom: 0;
}

.cmCardTypeTwo.cmCards .card_content p {
  line-height: inherit;
}

.two-col-content.left.twoColChklst .content-col .description h3 {
  margin-top: 60px;
}

.two-col-content.left.twoColChklst .content-col {
  margin: 0;
}

.bnr_wrp.right .slide_background .page-center {
  padding-top: 100px;
}

@media(max-width:1280px) and (min-width:991px){
  .pricing_page .pricing-table-itmes-wp h3{
    font-size:var(--h3_size36);
  }
}
@media(max-width:991px){
  .cmCards .card_box h4.it_title {
    margin: 0;
  } 

  .section_hero.multiBnnr.nutrition_bnr .section-background.hero.home .hero-wrap.home {
    padding: 0;
    margin-top: 140px;
  }

  .section_hero.multiBnnr.nutrition_bnr .section-background.hero.home .hero-wrap.home .cnt {
    margin: 0;
  }

  .section_hero.multiBnnr.nutrition_bnr .section-background.hero.home .hero-wrap.home .cnt h2 {
    line-height: 60px;
    font-size: var(--h2_size36);
    margin-bottom: 3.5rem;
  }

  .section_hero.multiBnnr.nutrition_bnr .section-background.hero.home .hero-wrap.home .cnt p {
    width: 100%;
    max-width: 100%;
    line-height: 29px;
    font-size: var(--body_size16);
  }

  .section_hero.multiBnnr.nutrition_bnr .section-background.hero.home {
    background-size: cover;
    height: 1080px;
  }
  .section_hero.multiBnnr.nutrition_bnr .section-background.hero.home .container.custom {
    width: 100% !important;
  }
}

@media(max-width:767px){
  .twocolscards.location-parents .container .top_img .inner_Wrpp {
    margin: 0;
  }
  .nutrition_bnr.section_hero.multiBnnr .section-background.hero.home .container.page-center{
    width:100%;
  }
  .nutrition_twocol .content_widget.text_center {
    width: 100%;
  }
  .nutrition_twocol .bg_el.bg_img {
    background-position: 100% !important;
  }
  .contact-details-wrap.nutrition_icon{
    margin-bottom:0;
  }
  .redHeading.two-col-content.twoColStyle.left .flex_row {
    gap: 50px;
  }

  .section_hero.multiBnnr.nutrition_bnr .section-background.hero.home .hero-wrap.home {
    padding: 0;
    padding-top: 4rem;
    padding-bottom: 4rem;
    margin-top: 140px;
  }

  .section_hero.multiBnnr.nutrition_bnr .section-background.hero.home .hero-wrap.home .cnt {
    margin: 0;
  }

  .section_hero.multiBnnr.nutrition_bnr .section-background.hero.home .hero-wrap.home .cnt h2 {
    line-height: 60px;
    font-size: var(--h2_size36);
    margin-bottom: 2.5rem;
  }

  .section_hero.multiBnnr.nutrition_bnr .section-background.hero.home .hero-wrap.home .cnt p {
    width: 100%;
    max-width: 100%;
    line-height: 29px;
    font-size: var(--body_size16);
  }

  .section_hero.multiBnnr.nutrition_bnr .section-background.hero.home {
    background-size: cover;
    height: 1080px;
  }


  .section_hero.multiBnnr.nutrition_bnr .section-background.hero.home .container.custom {
    width: 100%;
  }
}

@media(max-width:479px){
  .section_hero.multiBnnr.nutrition_bnr .section-background.hero.home .container.custom .cmFlex {
    padding:0;
    padding-top: 100px;
  }
  .section_hero.multiBnnr.nutrition_bnr .section-background.hero.home .hero-wrap.home {
    padding: 0;
    margin: 0;
    margin-top: 39px;
  }
  .section_hero.multiBnnr.nutrition_bnr .section-background.hero.home {
    background-position: 30%;
  }
  .section_hero.multiBnnr.nutrition_bnr .section-background.hero.home .hero-wrap.home .cnt h2 {
    line-height: 120%;
    margin-bottom: 1rem;
  }
  .section_hero.multiBnnr.nutrition_bnr .section-background.hero.home .hero-wrap.home .cnt p {
    font-size: var(--body_size);
  }
}

.locationsBanner .location-contact-card h3.heading-style-h3,
.locationsBanner .location-contact-card .text-block-17{
  font-family: helvetica;
}
.growth_wrpp .inner_wrpp .top_cnt .right_col p {
  font-weight: 500;
}
.card_gallery.cmSlider .splide__pagination li button.splide__pagination__page.is-active {
  background: #fff;
}
.card_gallery.cmSlider .splide__pagination li button.splide__pagination__page {
  background: #A26AF6;
}
.card_gallery.cmSlider .splide button.splide__arrow:focus {
  outline: none;
}

@media (max-width: 767px){
  .card_gallery.cmSlider .page-center {
    padding: 6rem 2rem 6rem;
  }
  .card_gallery.cmSlider .page-center {
    padding: 9rem 2rem 6rem;
  }
  .card_gallery.cmSlider {
    background-position: 50% 0;
    background-size: cover;
  }
}

.landing_pg_v3 .banner_area-module-2,
.landing_pg_v4 .banner_area_new-module-2,
.landing_pg_v5 .banner_area-module-2,
.landing_pg_v6 .banner_area-module-2,
.landing_pg_v7 .banner__area-module-2,
.landing_pg_v8 .banner_area-module-2,
.landing_pg_v1 .banner_area-module-2{
  padding-top: 150px;
}
.system_page_layout section.content-wrapper,
.home_page_v5_banner_area .banner_area-module-2.sg_type1{
  padding-top: 160px;
}
.error-page:before{
  opacity: 0.5;
}
.child_theme form.hs-form {
  margin-bottom: 10px;
}

@media(min-width:768px){
  .cmCards .card_box h4.it_title {
    font-size: 2.25rem;
  }
  .pricing-table-gp .pricing-area .plan-price{
    font-size:var(--h2_size36)
  }
  .cm_tm_wrp .cm_mbr_cont.cm_color h3,
  .card_gallery .card_box .it_title{
    font-size:var(--h3_size28)
  }
}
@media(max-width:1280px) and (min-width:768px){
  .why_choose_us_sec h2.counter_wrap {
    font-size: var(--h2_size36);
  }
}
@media(max-width:991px) and (min-width:768px){
  .cm_tmw_content h3{
    font-size:var(--h3_size36)
  }
  .child_theme h1{
    font-size: var(--h1_size52);
  }
  .child_theme h2{
    font-size: var(--h2_size44);
  }
}
@media(max-width:479px){
  .cm_tmw_content h3{
    font-size:var(--h3_size18)
  }
  .cm_tm_wrp .cm_mbr_cont.cm_color h3,
  .card_gallery .card_box h3{
    font-size:var(--h3_size24)
  }
  .child_theme h3{
    font-size:var(--h3_size28)
  }
  .pricing-table-gp .pricing-area h2{
    font-size:var(--h2_size24)
  }
  .cm_tmw .cm_tmw_col {
    padding: 25px 20px;
  }
  .bnr_wrp.fullheight .slide_background .page-center {
    padding-left: 0;
    padding-right: 0;
  }
  .card_gallery.dailyScheduleSec .card_box h4,
  .cmCardTypeTwo.cmCards .card_box h4{
    font-size: var(--h4_size24);
  }
  .cm_subscription_preferences .page-header h1{
    font-size:29.999952px;
  }
  .cm_subscription_preferences .page-header h2,
  .cm_subscriptions_confirmation .page-header h2{
    font-size:24.0px;
  }
}



@media (max-width:767px){
  .new-lp-layout-2 .h2,
  .new-lp-layout-2 h2{
    font-size:36px;
  }
  .child_theme h2{
    font-size:var(--h2_size30)
  }
}




/*  */
.card_gallery.partnerCard .top_sec.noButton{padding-left:0;padding-right:0;}
.card_gallery.partnerCard .card_item{padding:0;}
.card_gallery.partnerCard .card_item .card_inner{border-radius:1.5rem;}
.card_gallery.partnerCard .card_item .icon_box{margin-bottom:30px;}
.card_gallery.partnerCard .card_item .it_title{line-height:1.07;margin-bottom:30px;}
.card_gallery.partnerCard .card_item .card_content p{font-weight:500;}
.card_gallery.partnerCard .card_item .btn_row {margin-top: 0;}

/* testimonial */
.card_gallery.testimonialSlide{margin-top:0;}
.card_gallery.testimonialSlide .top_sec.noButton{margin-bottom:50px;padding-left:0;padding-right:0;}
.card_gallery.testimonialSlide .page-center .bottom_row .card_item .card_inner.theme{padding:3rem;min-height:auto;}
.card_gallery.testimonialSlide .page-center .bottom_row{padding-bottom:4.4rem;}
.card_gallery.testimonialSlide .splide button.splide__arrow{width:3rem;height:3rem;bottom:0;}
.card_gallery.testimonialSlide .splide__pagination li button{margin-bottom:0;}
.card_gallery.testimonialSlide .splide .splide__pagination{align-items:flex-end;}

/*  */


.two-col-content.Bottom_pane.employer .content-col .description h2 {
  line-height: 1;
  font-weight: 700;
  margin-bottom: 40px;
}

.two-col-content.Bottom_pane.employer .content-col {
  width: 58.5%;
  padding-left: 15px;
  padding-right: 15px;
}

.two-col-content.Bottom_pane.employer .img-col {
  width: 39.5%;
  padding-left: 15px;
  padding-right: 15px;
}

.two-col-content.Bottom_pane.employer .flex_row.flex_center {
  margin-left: -15px;
  margin-right: -15px;
}

.two-col-content.Bottom_pane.employer .page-center {
  max-width: 1320px;
  padding-left: 10px;
  padding-right: 10px;
}
.two-col-content.Bottom_pane.employer a.hs-button {
  padding: 16px 24px;
  line-height: 1.5;
  font-weight: 600
  font-size: 16px;
}

/*  */
.section_hero.employerBanner .section-background.hero.home .hero-wrap.home .cnt {
  margin-top: 0;
}
.section_hero.employerBanner .section-background.hero.home .hero-wrap.home .cnt p {
  width: 100%;
  font-weight: 500;
}

.section_hero.employerBanner .button-group a.hs-ter-btn {
  padding: 16px 24px;
  font-weight: 600;
  line-height: 1.5;
}
.section_hero.employerBanner .cmFlex h1 {
  margin-bottom: 30px;
}
.section_hero.employerBanner .button-group {
  margin-top: 30px;
}
.section_hero.employerBanner .section-background.hero.home {
  height: auto;
}



@media (min-width:768px){
  .card_gallery.testimonialSlide .page-center{padding-top:0;}
  .two-col-content.Bottom_pane.employer .content-col .description h2 {font-size: var(  --h2_size48);}
  .card_gallery.partnerCard .bottom_row.notshadow .rowGap15{ row-gap: 0;}
}

@media (min-width:992px){
  .card_gallery.testimonialSlide .splide button.splide__arrow.splide__arrow.splide__arrow--prev{right:3.5%;}
  .card_gallery.testimonialSlide .page-center.custom{padding-top:6.2rem;padding-bottom:6.2rem;}
  .two-col-content.Bottom_pane.employer .img-col {height: 517px;}
  .section_hero.employerBanner .cmFlex {width: 60%;}
  .section_hero.employerBanner .section-background.hero.home .hero-wrap.home {padding-top: 12.8rem;padding-bottom: 12.8rem;}
}

@media (min-width:1400px){
  .card_gallery.testimonialSlide .page-center.custom{padding-left:0;padding-right:0;}
  .section_hero.employerBanner .cmFlex {width: 50%;}
}

@media (max-width:991px){
  .two-col-content.Bottom_pane.employer .content-col {max-width: 100%;width: 100%;}
  .card_gallery.testimonialSlide {padding-bottom: 100px;}
  .two-col-content.Bottom_pane.employer .img-col {width: 60%;}
  .section_hero.employerBanner .section-background.hero.home .hero-wrap.home {padding-top: 9rem;padding-bottom: 9rem;}
}

@media (max-width:767px){
  .card_gallery.testimonialSlide .page-center .bottom_row .card_item .card_inner.theme{padding: 1.5rem;}
  .card_gallery.testimonialSlide .page-center{padding-bottom:0;}
  .card_gallery.testimonialSlide .page-center{padding-top:6.2rem;}
  .two-col-content.Bottom_pane.employer .img-col {width: 100%;}
  .two-col-content.Bottom_pane.employer .content-col {margin-top: 0;}
  .two-col-content.Bottom_pane.employer .content-col .description h2{ font-size:var(--h2_size30)}
}

@media (max-width:767px){
  .section_hero.employerBanner .section-background.hero.home {
    background-position: 80% 0;
  }
}