@font-face {
  font-family: "ES Build TRIAL";
  src: url("../fonts/ESBuildTRIAL-Regular.eot");
  src: url("../fonts/ESBuildTRIAL-Regular.eot?#iefix") format("embedded-opentype"), url("../fonts/ESBuildTRIAL-Regular.woff2") format("woff2"), url("../fonts/ESBuildTRIAL-Regular.woff") format("woff"), url("../fonts/ESBuildTRIAL-Regular.ttf") format("truetype"), url("../fonts/ESBuildTRIAL-Regular.svg#ESBuildTRIAL-Regular") format("svg");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "ES Build";
  src: url("../fonts/ESBuildTRIAL-Regular.eot");
  src: url("../fonts/ESBuildTRIAL-Regular.eot?#iefix") format("embedded-opentype"), url("../fonts/ESBuildTRIAL-Regular.woff2") format("woff2"), url("../fonts/ESBuildTRIAL-Regular.woff") format("woff"), url("../fonts/ESBuildTRIAL-Regular.ttf") format("truetype"), url("../fonts/ESBuildTRIAL-Regular.svg#ESBuildTRIAL-Regular") format("svg");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "ES Build TRIAL";
  src: url("../fonts/ESBuildTRIAL-Semibold.eot");
  src: url("../fonts/ESBuildTRIAL-Semibold.eot?#iefix") format("embedded-opentype"), url("../fonts/ESBuildTRIAL-Semibold.woff2") format("woff2"), url("../fonts/ESBuildTRIAL-Semibold.woff") format("woff"), url("../fonts/ESBuildTRIAL-Semibold.ttf") format("truetype"), url("../fonts/ESBuildTRIAL-Semibold.svg#ESBuildTRIAL-Semibold") format("svg");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Signifier Italic";
  src: url("../fonts/Signifier-LightItalic.eot");
  src: url("../fonts/Signifier-LightItalic.eot?#iefix") format("embedded-opentype"), url("../fonts/Signifier-LightItalic.woff2") format("woff2"), url("../fonts/Signifier-LightItalic.woff") format("woff"), url("../fonts/Signifier-LightItalic.ttf") format("truetype"), url("../fonts/Signifier-LightItalic.svg#Signifier-LightItalic") format("svg");
  font-weight: 300;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: "Signifier";
  src: url("../fonts/Signifier-Light.eot");
  src: url("../fonts/Signifier-Light.eot?#iefix") format("embedded-opentype"), url("../fonts/Signifier-Light.woff2") format("woff2"), url("../fonts/Signifier-Light.woff") format("woff"), url("../fonts/Signifier-Light.ttf") format("truetype"), url("../fonts/Signifier-Light.svg#Signifier-Light") format("svg");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Signifier";
  src: url("../fonts/Signifier-Regular.eot");
  src: url("../fonts/Signifier-Regular.eot?#iefix") format("embedded-opentype"), url("../fonts/Signifier-Regular.woff2") format("woff2"), url("../fonts/Signifier-Regular.woff") format("woff"), url("../fonts/Signifier-Regular.ttf") format("truetype"), url("../fonts/Signifier-Regular.svg#Signifier-Regular") format("svg");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Signifier";
  src: url("../fonts/Signifier-RegularItalic.eot");
  src: url("../fonts/Signifier-RegularItalic.eot?#iefix") format("embedded-opentype"), url("../fonts/Signifier-RegularItalic.woff2") format("woff2"), url("../fonts/Signifier-RegularItalic.woff") format("woff"), url("../fonts/Signifier-RegularItalic.ttf") format("truetype"), url("../fonts/Signifier-RegularItalic.svg#Signifier-RegularItalic") format("svg");
  font-weight: normal;
  font-style: italic;
  font-display: swap;
}
#page,
body,
html,
.page {
  position: relative;
  margin: 0;
  padding: 0;
}

body {
  font-family: "Signifier";
}
body.body-fix {
  height: 100vh;
  overflow: hidden;
}

.container {
  max-width: 1920px;
  margin: 0 auto;
  padding: 0 80px;
}

.row {
  display: flex;
  flex-wrap: wrap;
}
.row .col-1 {
  flex-basis: 10%;
}
.row .col-2 {
  flex-basis: 20%;
}
.row .col-5 {
  flex-basis: 40%;
}
.row .col-6 {
  flex-basis: 50%;
}
.row .col-7 {
  flex-basis: 60%;
}
.row .col-10 {
  flex-basis: 80%;
}
.row .col-11 {
  flex-basis: 90%;
}

.btn {
  color: #142349;
  border: 1px solid #142349;
  border-radius: 100px;
  display: inline-block;
  font-family: "ES Build TRIAL";
  font-size: 14px;
  font-weight: 600;
  line-height: 100%;
  letter-spacing: 5%;
  padding: 16.5px 24px 12.5px;
  text-transform: uppercase;
  text-decoration: none;
  transition: 0.3s all ease;
}
.btn:hover {
  color: #12A89D;
  border-color: #12A89D;
}
.btn.btn_primary {
  background-color: #12A89D;
  border-color: #12A89D;
  color: #fff;
}
.btn.btn_primary:hover {
  color: #142349;
  background-color: transparent;
  border-color: #142349;
}
.btn.btn_outline-white {
  color: #fff;
  border-color: #fff;
}

.btn_body {
  padding: 21px 24px 17px;
}

.btn_anim {
  position: relative;
  transition: padding 0.3s ease;
}
.btn_anim:before {
  content: "";
  width: 14px;
  height: 14px;
  background-image: url("data:image/svg+xml,%3Csvg width='14' height='14' viewBox='0 0 14 14' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M0.0992647 7.13235C3.36642 8.07966 5.92157 10.6336 6.86765 13.9007C6.90564 14.0331 7.09436 14.0331 7.13235 13.9007C8.07965 10.6336 10.6336 8.07843 13.9007 7.13235C14.0331 7.09436 14.0331 6.90564 13.9007 6.86765C10.6336 5.92034 8.07843 3.36642 7.13235 0.0992647C7.09436 -0.0330882 6.90564 -0.0330882 6.86765 0.0992647C5.92034 3.36642 3.36642 5.92157 0.0992647 6.86765C-0.0330882 6.90564 -0.0330882 7.09436 0.0992647 7.13235Z' fill='white'/%3E%3C/svg%3E%0A");
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  position: absolute;
  left: 24px;
  top: 48%;
  transform: translateY(-50%) translateX(-10px);
  opacity: 0;
  transition: all 0.3s ease;
}
.btn_anim:hover {
  padding-left: 46px;
}
.btn_anim:hover:before {
  opacity: 1;
  transform: translateY(-50%) translateX(0);
}
.btn_anim.hover_dark:before {
  background-image: url("data:image/svg+xml,%3Csvg width='14' height='14' viewBox='0 0 14 14' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M0.0992647 7.13235C3.36642 8.07966 5.92157 10.6336 6.86765 13.9007C6.90564 14.0331 7.09436 14.0331 7.13235 13.9007C8.07965 10.6336 10.6336 8.07843 13.9007 7.13235C14.0331 7.09436 14.0331 6.90564 13.9007 6.86765C10.6336 5.92034 8.07843 3.36642 7.13235 0.0992647C7.09436 -0.0330882 6.90564 -0.0330882 6.86765 0.0992647C5.92034 3.36642 3.36642 5.92157 0.0992647 6.86765C-0.0330882 6.90564 -0.0330882 7.09436 0.0992647 7.13235Z' fill='%23142349'/%3E%3C/svg%3E%0A");
}

.section_meta {
  font-family: "ES Build TRIAL";
  font-size: 18px;
  font-weight: 600;
  line-height: 22px;
  letter-spacing: 12%;
  padding-left: 22px;
  text-transform: uppercase;
  position: relative;
}
.section_meta:before {
  content: "";
  display: block;
  width: 14px;
  height: 14px;
  background-image: url("data:image/svg+xml,%3Csvg width='14' height='14' viewBox='0 0 14 14' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M0.0992647 7.13235C3.36642 8.07966 5.92157 10.6336 6.86765 13.9007C6.90564 14.0331 7.09436 14.0331 7.13235 13.9007C8.07965 10.6336 10.6336 8.07843 13.9007 7.13235C14.0331 7.09436 14.0331 6.90564 13.9007 6.86765C10.6336 5.92034 8.07843 3.36642 7.13235 0.0992647C7.09436 -0.0330882 6.90564 -0.0330882 6.86765 0.0992647C5.92034 3.36642 3.36642 5.92157 0.0992647 6.86765C-0.0330882 6.90564 -0.0330882 7.09436 0.0992647 7.13235Z' fill='white'/%3E%3C/svg%3E%0A");
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  position: absolute;
  top: 50%;
  transform: translateY(-61%);
  left: 0;
}
.section_meta.dark {
  color: #142349;
}
.section_meta.dark:before {
  background-image: url("data:image/svg+xml,%3Csvg width='14' height='14' viewBox='0 0 14 14' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M0.0992647 7.13235C3.36642 8.07966 5.92157 10.6336 6.86765 13.9007C6.90564 14.0331 7.09436 14.0331 7.13235 13.9007C8.07965 10.6336 10.6336 8.07843 13.9007 7.13235C14.0331 7.09436 14.0331 6.90564 13.9007 6.86765C10.6336 5.92034 8.07843 3.36642 7.13235 0.0992647C7.09436 -0.0330882 6.90564 -0.0330882 6.86765 0.0992647C5.92034 3.36642 3.36642 5.92157 0.0992647 6.86765C-0.0330882 6.90564 -0.0330882 7.09436 0.0992647 7.13235Z' fill='%23142349'/%3E%3C/svg%3E%0A");
}

@media (max-width: 1280px) {
  .container {
    padding: 0 50px;
  }
}
@media (max-width: 1200px) {
  .container {
    padding: 0 40px;
  }
  .btn {
    font-size: 13px;
  }
}
@media (max-width: 1100px) {
  .container {
    padding: 0 20px;
  }
  .btn {
    font-size: 14px;
  }
}
@media (max-width: 992px) {
  .row {
    flex-direction: column;
  }
  .row .col-1,
  .row .col-2,
  .row .col-5,
  .row .col-6,
  .row .col-7,
  .row .col-10,
  .row .col-11 {
    flex-basis: 100%;
    width: 100%;
  }
}
@media (max-width: 575px) {
  .btn {
    text-align: center;
  }
}
.h2_blue {
  color: #0041A6;
  font-family: "ES Build TRIAL";
  font-size: 66px;
  font-weight: 400;
  line-height: 66px;
  letter-spacing: -1%;
  margin: 40px 0 0;
  position: relative;
}
.h2_blue span {
  font-family: "Signifier Italic";
  font-weight: 300;
  letter-spacing: 0;
  display: block;
}
@media (max-width: 1366px) {
  .h2_blue {
    font-size: 60px;
    line-height: 60px;
  }
}
@media (max-width: 1280px) {
  .h2_blue {
    font-size: 56px;
    line-height: 56px;
  }
}
@media (max-width: 992px) {
  .h2_blue {
    font-size: 42px;
    line-height: 50px;
    margin: 32px 0 0;
  }
}

.body_p, .body_p p {
  color: var(--DSC-Midnight-Blue-142349, #142349);
  font-family: "Signifier";
  font-size: 20px;
  font-style: normal;
  font-weight: 300;
  line-height: 30px;
}
@media (max-width: 992px) {
  .body_p, .body_p p {
    font-size: 18px;
    line-height: 24px;
  }
}

.pb-0 {
  padding-bottom: 0;
}

.text-center {
  text-align: center;
}

.btns {
  display: flex;
  gap: 16px;
  flex-wrap: wrap;
}

.site-header {
  position: sticky;
  top: 0;
  z-index: 9999;
  width: 100%;
  background: #fff;
  transition: 0.3s all ease;
}

.header_wrap {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  gap: 20px;
  padding: 24px 0;
  position: relative;
}
.header_wrap .header_logo img {
  max-width: 136px;
}
.header_wrap .header_nav {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  gap: 8px;
}
.header_wrap .header_nav .main_menu ul {
  gap: 20px;
}
.header_wrap .header_nav .main_menu ul li a {
  color: #142349;
  font-family: "ES Build TRIAL";
  font-size: 16px;
  line-height: 100%;
  transition: all 0.3s ease;
}
.header_wrap .header_nav .main_menu ul li a:hover {
  color: #12A89D;
}
.header_wrap .header_nav .main_menu ul li.menu-item-has-children a {
  padding-right: 22px;
}
.header_wrap .header_nav .main_menu ul li.menu-item-has-children span {
  display: inline-block;
  position: absolute;
  top: -4px;
  right: 0;
  transition: 0.3s all ease;
}
.header_wrap .header_nav .main_menu ul li.menu-item-has-children .sub-menu {
  background-color: #fff;
  display: flex;
  flex-direction: column;
  gap: 0;
  padding: 15px 0;
  margin: 0;
}
.header_wrap .header_nav .main_menu ul li.menu-item-has-children .sub-menu li {
  margin: 0;
  padding: 0;
}
.header_wrap .header_nav .main_menu ul li.menu-item-has-children .sub-menu li a {
  display: inline-block;
  padding: 10px 20px;
}
.header_wrap .header_nav .main_menu ul li.menu-extra {
  display: none;
}
.header_wrap .header_nav .header_search {
  position: relative;
  z-index: 1;
}
.header_wrap .header_nav .header_search .search_anchor {
  background: rgba(0, 0, 0, 0.1);
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 14px;
  margin: 0 20px 0 10px;
  width: 44px;
  height: 44px;
}
.header_wrap .header_nav .header_search .menu-search-form {
  display: none;
  background-color: #0041A6;
  border-radius: 100px;
}
.header_wrap .header_nav .header_search .menu-search-form.active {
  display: flex;
  position: absolute;
  top: 50px;
  right: 0;
}
.header_wrap .header_nav .header_search .menu-search-form input {
  color: rgba(255, 255, 255, 0.6);
  font-size: 20px;
  line-height: 22px;
  letter-spacing: -1%;
  background-color: #0041A6;
  border-radius: 100px 0 0 100px;
  border: 0;
  padding: 15px 20px;
  height: auto;
}
.header_wrap .header_nav .header_search .menu-search-form input::placeholder {
  color: rgba(255, 255, 255, 0.6);
}
.header_wrap .header_nav .header_search .menu-search-form input:focus {
  outline: none;
}
.header_wrap .header_nav .header_search .menu-search-form button {
  background-color: transparent;
  border: 0;
}
.header_wrap .header_nav .header_phn .btn svg {
  display: none;
}
@media (max-width: 1280px) {
  .header_wrap {
    gap: 10px;
  }
  .header_wrap .header_nav .main_menu ul {
    gap: 15px;
  }
  .header_wrap .header_nav .main_menu ul li.menu-item-has-children a {
    padding-right: 15px;
  }
  .header_wrap .header_nav .header_search {
    margin: 0 0 0 10px;
  }
}
@media (max-width: 1100px) {
  .site-header.menu-active {
    background-color: #0041A6;
    height: 100vh;
    overflow-y: auto;
    position: fixed;
  }
  .site-header.menu-active .header_wrap .header_logo img {
    filter: brightness(0) invert(0.9);
  }
  .site-header.menu-active .header_wrap .header_nav .main_menu .menu-toggle span {
    width: 15px;
  }
  .site-header.menu-active .header_wrap .header_nav .main_menu .menu-toggle span:first-child {
    transform: rotate(45deg) translateX(4px) translateY(3px);
  }
  .site-header.menu-active .header_wrap .header_nav .main_menu .menu-toggle span:nth-child(2) {
    display: none;
  }
  .site-header.menu-active .header_wrap .header_nav .main_menu .menu-toggle span:last-child {
    transform: rotate(-45deg) translateX(2px) translateY(-1px);
  }
  .site-header.menu-active .header_wrap .header_nav .main_menu .nav-menu {
    position: relative;
  }
  .site-header.menu-active .header_wrap .header_nav .main_menu .nav-menu li a {
    color: #fff;
    font-size: 26px;
    line-height: 28px;
    letter-spacing: -1%;
    padding: 24px 0;
    border-bottom: 1px solid rgba(255, 255, 255, 0.4);
    position: relative;
    z-index: 1;
  }
  .site-header.menu-active .header_wrap .header_nav .main_menu .nav-menu li:last-child a {
    border-bottom: 0;
  }
  .site-header.menu-active .header_wrap .header_nav .main_menu .nav-menu li.menu-item-has-children span {
    top: 24px;
  }
  .site-header.menu-active .header_wrap .header_nav .main_menu .nav-menu li.menu-item-has-children span svg path {
    fill: #fff;
  }
  .site-header.menu-active .header_wrap .header_nav .main_menu .nav-menu li.menu-item-has-children.focus .sub-menu {
    background-color: #0041A6;
    display: flex;
    width: 100%;
    padding-left: 30px;
    box-shadow: none;
  }
  .site-header.menu-active .header_wrap .header_nav .main_menu .nav-menu li.menu-item-has-children.focus .sub-menu li:last-child a {
    border-bottom: 0;
  }
  .site-header.menu-active .header_wrap .header_nav .main_menu .nav-menu li.menu-item-has-children.focus .sub-menu li a {
    width: 100%;
  }
  .site-header.menu-active .header_wrap .header_nav .main_menu .nav-menu li.menu-item-has-children.focus span {
    transform: rotate(180deg);
  }
  .site-header.menu-active .header_wrap .header_nav .main_menu .nav-menu .call {
    margin-top: 100px;
  }
  .site-header.menu-active .header_wrap .header_nav .main_menu .nav-menu .call .btn {
    color: #142349;
    font-size: 14px;
    line-height: 100%;
    letter-spacing: 5%;
    padding: 17px 32px;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .site-header.menu-active .header_wrap .header_nav .main_menu .nav-menu .call .btn svg {
    margin-right: 8px;
  }
  .site-header.menu-active .header_wrap .header_nav .main_menu .nav-menu .book {
    margin-top: 16px;
  }
  .site-header.menu-active .header_wrap .header_nav .main_menu .nav-menu .book .btn {
    border: 1px solid #fff;
    font-size: 14px;
    line-height: 100%;
    letter-spacing: 5%;
    padding: 19.5px 32px;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .site-header.menu-active .header_wrap .header_nav .main_menu .nav-menu .book .btn svg {
    margin-right: 8px;
  }
  .site-header.menu-active .header_wrap .header_nav .header_phn .btn {
    background-color: #0041A6;
    border: 1px solid #fff;
  }
  .site-header.menu-active .header_wrap .header_nav .header_phn .btn svg path {
    fill: #fff;
  }
  .header_wrap .header_nav {
    flex-direction: row-reverse;
  }
  .header_wrap .header_nav .main_menu .menu-toggle {
    background-color: #12A89D;
    border-radius: 50%;
    border: 0;
    color: #142349;
    border: 0;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 44px;
    height: 44px;
    gap: 5px;
    padding: 0;
  }
  .header_wrap .header_nav .main_menu .menu-toggle span {
    display: inline-block;
    background-color: #142349;
    width: 16px;
    height: 2px;
  }
  .header_wrap .header_nav .main_menu .menu-primary-menu-container {
    position: absolute;
    top: 80px;
    left: 0;
    padding-top: 40px;
    width: 100%;
  }
  .header_wrap .header_nav .main_menu .nav-menu {
    display: none;
    gap: 15px;
  }
  .header_wrap .header_nav .main_menu .nav-menu li.menu-extra {
    display: block;
  }
  .header_wrap .header_nav .main_menu .nav-menu li.menu-item-has-children .sub-menu {
    position: relative;
    display: none;
  }
  .header_wrap .header_nav .main_menu .main-navigation.toggled ul {
    display: flex;
    flex-direction: column;
    gap: 0;
  }
  .header_wrap .header_nav .hide-mobile {
    display: none;
  }
  .header_wrap .header_nav .search .menu-search-form {
    display: flex;
    justify-content: space-between;
  }
  .header_wrap .header_nav .search .menu-search-form input {
    color: rgba(255, 255, 255, 0.6);
    font-size: 26px;
    line-height: 28px;
    letter-spacing: -1%;
    background-color: #0041A6;
    border-radius: 100px 0 0 100px;
    border: 0;
    padding: 24px 0;
    height: auto;
  }
  .header_wrap .header_nav .search .menu-search-form input::placeholder {
    color: rgba(255, 255, 255, 0.6);
  }
  .header_wrap .header_nav .search .menu-search-form input:focus {
    outline: none;
  }
  .header_wrap .header_nav .search .menu-search-form button {
    background-color: transparent;
    border: 0;
  }
  .header_wrap .header_nav .header_phn .btn {
    background-color: rgba(0, 0, 0, 0.1);
    border: 0;
    width: 44px;
    height: 44px;
    padding: 14px;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .header_wrap .header_nav .header_phn .btn span {
    display: none;
  }
  .header_wrap .header_nav .header_phn .btn svg {
    display: block;
  }
}
.footer {
  background-color: #0041A6;
  color: #fff;
  padding: 100px 0;
}
.footer .footer_main {
  margin-bottom: 80px;
}
.footer .footer_main .logos {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
.footer .footer_main .logos .footer_logo {
  padding-right: 22px;
}
.footer .footer_main .logos .partner_logo {
  padding-left: 22px;
  border-left: 1px solid rgba(255, 255, 255, 0.9);
}
.footer .footer_main .footer_slogan {
  max-width: 411px;
  margin: 32px 0 0;
}
.footer .footer_main .footer_slogan p {
  font-family: "ES Build TRIAL";
  font-size: 26px;
  font-weight: 400;
  line-height: 28px;
  letter-spacing: -1%;
  margin: 0 0 48px;
}
.footer .footer_main h3 {
  font-family: "ES Build TRIAL";
  font-weight: 400;
  font-size: 18px;
  line-height: 100%;
  letter-spacing: 0%;
}
.footer .footer_main .footer_block {
  padding-left: 50px;
}
.footer .footer_copyright {
  border-top: 1px solid #fff;
  padding-top: 8px;
}
.footer .footer_copyright .copyright p {
  font-family: "Signifier";
  font-weight: 400;
  font-size: 12px;
  line-height: 100%;
  letter-spacing: 0%;
  margin: 0;
}
.footer .footer_copyright .credits {
  text-align: right;
}
.footer .footer_copyright .credits p {
  font-family: "Signifier";
  font-weight: 400;
  font-size: 12px;
  line-height: 100%;
  letter-spacing: 0%;
  margin: 0;
}
.footer .footer_copyright .credits p a {
  color: #fff;
  text-decoration: underline;
}

.social_list {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  margin: 0;
  padding: 0;
}
.social_list li {
  list-style-type: none;
}

.footer_menu {
  margin: 24px 0 0;
  padding: 0;
}
.footer_menu li {
  list-style-type: none;
  margin: 0 0 10px;
}
.footer_menu li a {
  color: #fff;
  font-family: "Signifier";
  font-weight: 400;
  font-size: 16px;
  line-height: 100%;
  letter-spacing: 0%;
  text-decoration: none;
}
.footer_menu li:last-child {
  margin: 0;
}

@media (max-width: 1440px) {
  .footer .footer_main .footer_block {
    padding-left: 20px;
  }
}
@media (max-width: 992px) {
  .footer {
    padding: 80px 0;
  }
  .footer .footer_main .footer_block {
    margin-top: 60px;
    padding-left: 0;
  }
  .footer .footer_main .footer_slogan p {
    margin: 0 0 32px;
  }
  .footer .footer_copyright .credits {
    margin-top: 10px;
    text-align: left;
  }
}
@media (max-width: 575px) {
  .footer {
    padding: 60px 0;
  }
  .footer .footer_main .footer_block {
    padding-left: 0;
  }
}
.banner_two_column .row {
  align-items: stretch;
}
.banner_two_column .row .col-6 {
  background-color: #0041A6;
  display: flex;
}
.banner_two_column .row .col_content {
  color: #fff;
  padding: 175px 64px;
  flex-direction: column;
  justify-content: center;
  margin: 0 auto;
}
.banner_two_column .row .col_content h1 {
  font-family: "ES Build TRIAL";
  font-size: 66px;
  font-weight: 400;
  line-height: 66px;
  letter-spacing: -1%;
  margin: 40px 0 0;
  padding-right: 63px;
  position: relative;
  max-width: 604px;
  width: 100%;
}
.banner_two_column .row .col_content h1:before {
  content: "";
  display: block;
  width: 63px;
  height: 73px;
  background-image: url("data:image/svg+xml,%3Csvg width='63' height='73' viewBox='0 0 63 73' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M0.304884 21.3971C10.3397 24.239 18.1877 31.9007 21.0935 41.7022C21.2102 42.0993 21.7898 42.0993 21.9065 41.7022C24.8161 31.9007 32.6603 24.2353 42.6951 21.3971C43.1016 21.2831 43.1016 20.7169 42.6951 20.6029C32.6603 17.761 24.8123 10.0993 21.9065 0.297794C21.7898 -0.0992647 21.2102 -0.0992647 21.0935 0.297794C18.1839 10.0993 10.3397 17.7647 0.304884 20.6029C-0.101628 20.7169 -0.101628 21.2831 0.304884 21.3971Z' fill='%2312A89D'/%3E%3Cpath d='M36.1914 59.7553C42.4924 61.5822 47.4202 66.5076 49.2447 72.8086C49.318 73.0638 49.682 73.0638 49.7552 72.8086C51.5822 66.5076 56.5076 61.5798 62.8086 59.7553C63.0638 59.682 63.0638 59.318 62.8086 59.2447C56.5076 57.4178 51.5798 52.4924 49.7552 46.1914C49.682 45.9362 49.318 45.9362 49.2447 46.1914C47.4178 52.4924 42.4924 57.4202 36.1914 59.2447C35.9362 59.318 35.9362 59.682 36.1914 59.7553Z' fill='%2312A89D'/%3E%3C/svg%3E%0A");
  background-repeat: no-repeat;
  background-size: contain;
  position: absolute;
  top: -40px;
  right: 20px;
}
.banner_two_column .row .col_content h1 span {
  font-family: "Signifier Italic";
  font-weight: 300;
  letter-spacing: 0;
  display: block;
}
.banner_two_column .row .col_content .banner_copy {
  font-family: "Signifier";
  font-size: 20px;
  font-weight: 300;
  line-height: 30px;
  letter-spacing: 0%;
  margin: 35px 0 0;
  max-width: 504px;
}
.banner_two_column .row .col_content .banner_copy p:last-child {
  margin: 0;
}
.banner_two_column .row .col_content .btn_grp {
  margin: 45px 0 0;
  display: flex;
  flex-wrap: wrap;
  gap: 16px;
}
.banner_two_column .row .col_content .btn_grp .btn_primary:hover {
  color: #fff;
  border-color: #fff;
}
.banner_two_column .row .col_img .banner_img {
  position: relative;
  width: 100%;
  height: 100%;
  overflow: hidden;
}
.banner_two_column .row .col_img .banner_img img {
  display: block;
  width: 100%;
  max-height: 931px;
  height: 100%;
  object-fit: cover;
}
.banner_two_column .row .col_img .banner_img .image_caption {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
  right: 0;
  margin: 0 auto;
  width: max-content;
  color: #EDFD53;
  font-family: "ES Build TRIAL";
  font-size: 54px;
  font-weight: 400;
  line-height: 54px;
  letter-spacing: -1%;
  opacity: 0;
  transform: translateY(-30%);
  transition: all 0.4s ease;
}
.banner_two_column .row .col_img .banner_img .image_caption span {
  font-family: "Signifier Italic";
  font-weight: 300;
}
.banner_two_column .row .col_img .banner_img:hover .image_caption {
  opacity: 1;
  transform: translateY(-50%);
}

@media (max-width: 1920px) {
  .banner_two_column .row .col_content {
    margin: 0;
  }
}
@media (max-width: 1366px) {
  .banner_two_column .row .col_content {
    padding: 100px 64px;
  }
  .banner_two_column .row .col_content h1 {
    font-size: 60px;
    line-height: 60px;
  }
  .banner_two_column .row .col_content .banner_copy {
    margin: 24px 0 0;
  }
  .banner_two_column .row .col_content .btn_grp {
    margin: 32px 0 0;
  }
  .banner_two_column .row .col_img .banner_img img {
    max-height: 750px;
  }
}
@media (max-width: 1280px) {
  .banner_two_column .row .col_content h1 {
    font-size: 56px;
    line-height: 56px;
  }
}
@media (max-width: 1200px) {
  .banner_two_column .row .col_content {
    padding: 60px 20px;
  }
  .banner_two_column .row .col_img .banner_img img {
    max-height: 100%;
  }
  .banner_two_column .row .col_img .banner_img .image_caption {
    font-size: 52px;
    line-height: 52px;
  }
}
@media (max-width: 1100px) {
  .banner_two_column .row .col_content h1 {
    max-width: 100%;
    padding-right: 0;
  }
  .banner_two_column .row .col_content h1:before {
    right: -10px;
  }
}
@media (max-width: 992px) {
  .banner_two_column .row {
    align-items: center;
  }
  .banner_two_column .row .col-6 {
    width: 100%;
  }
  .banner_two_column .row .col_content {
    padding: 48px 20px;
  }
  .banner_two_column .row .col_content h1 {
    font-size: 42px;
    line-height: 50px;
    width: max-content;
    padding-right: 0;
  }
  .banner_two_column .row .col_content h1:before {
    width: 48px;
    height: 55px;
    right: -30px;
  }
  .banner_two_column .row .col_content .banner_copy {
    font-size: 18px;
    line-height: 24px;
    max-width: 100%;
  }
  .banner_two_column .row .col_img .banner_img img {
    max-height: 100%;
  }
  .banner_two_column .row .col_img .banner_img .image_caption {
    font-size: 52px;
    line-height: 52px;
  }
}
@media (max-width: 767px) {
  .banner_two_column .row .col_content h1 {
    width: 100%;
  }
  .banner_two_column .row .col_content h1:before {
    right: 0;
  }
}
@media (max-width: 575px) {
  .banner_two_column .row .col_content h1 {
    width: 100%;
  }
  .banner_two_column .row .col_content h1:before {
    top: -25px;
    right: -10px;
  }
  .banner_two_column .row .col_content .btn_grp {
    flex-direction: column;
  }
  .banner_two_column .row .col_content .btn_grp .btn {
    width: 100%;
  }
  .banner_two_column .row .col_img .banner_img .image_caption {
    font-size: 36px;
    line-height: 42px;
  }
}
.full-width .row .col_img {
  display: none;
}

.full-width .row .col-6 {
  width: 100%;
  flex-basis: 100%;
}

.full-width .row .col_content {
  width: 100%;
  text-align: center;
}

.full-width .row .col_content h1 {
  margin-left: auto;
  margin-right: auto;
  font-size: 105px;
  line-height: 110px;
  letter-spacing: -1.05px;
  max-width: max-content;
  padding-left: 79px;
}

.section_meta {
  display: inline-block;
}

.full-width .row .col_content .banner_copy {
  max-width: 826px;
  margin-left: auto;
  margin-right: auto;
}

.full-width .row .col_content .btn_grp {
  margin-top: 98px;
  text-align: center;
  justify-content: center;
}

.anchor-down {
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  cursor: pointer;
}

.full-width {
  position: relative;
}

@media (max-width: 992px) {
  .full-width .row .col_content h1 {
    font-size: 60px;
    line-height: 1.2;
  }
  .anchor-down {
    display: none;
  }
}
@media (max-width: 767px) {
  .full-width .row .col_content h1 {
    padding-left: 0;
  }
  .full-width .row .col_content {
    text-align: left;
  }
  .full-width .row .col_content h1 {
    font-size: 42px;
    line-height: 48px;
    letter-spacing: -0.42px;
    margin-left: 0;
  }
  .full-width .row .col_content .btn_grp {
    margin-top: 32px;
  }
}
#lavender-bg .section_meta {
  color: #142349;
}
#lavender-bg .row .col-6 {
  background: var(--DSC-Pale-Lavender-EEEBFF, #EEEBFF);
}
#lavender-bg .section_meta:before {
  background-image: url("data:image/svg+xml,%3Csvg width='14' height='14' viewBox='0 0 14 14' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M0.0992647 7.13235C3.36642 8.07966 5.92157 10.6336 6.86765 13.9007C6.90564 14.0331 7.09436 14.0331 7.13235 13.9007C8.07965 10.6336 10.6336 8.07843 13.9007 7.13235C14.0331 7.09436 14.0331 6.90564 13.9007 6.86765C10.6336 5.92034 8.07843 3.36642 7.13235 0.0992647C7.09436 -0.0330882 6.90564 -0.0330882 6.86765 0.0992647C5.92034 3.36642 3.36642 5.92157 0.0992647 6.86765C-0.0330882 6.90564 -0.0330882 7.09436 0.0992647 7.13235Z' fill='%23142349'/%3E%3C/svg%3E%0A");
}
#lavender-bg .row .col_content h1 {
  color: #0041A6;
}
#lavender-bg .row .col_content .banner_copy p:last-child {
  color: #142349;
}
#lavender-bg .btn.btn_outline-white {
  color: #142349;
  border-color: #142349;
}
#lavender-bg a.btn.btn_primary:hover {
  color: #142349;
  border-color: #142349;
}
#lavender-bg .btn.btn_outline-white:hover:before,
#lavender-bg a.btn.btn_primary:hover:before {
  background-image: url("data:image/svg+xml,%3Csvg width='14' height='14' viewBox='0 0 14 14' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M0.0992647 7.13235C3.36642 8.07966 5.92157 10.6336 6.86765 13.9007C6.90564 14.0331 7.09436 14.0331 7.13235 13.9007C8.07965 10.6336 10.6336 8.07843 13.9007 7.13235C14.0331 7.09436 14.0331 6.90564 13.9007 6.86765C10.6336 5.92034 8.07843 3.36642 7.13235 0.0992647C7.09436 -0.0330882 6.90564 -0.0330882 6.86765 0.0992647C5.92034 3.36642 3.36642 5.92157 0.0992647 6.86765C-0.0330882 6.90564 -0.0330882 7.09436 0.0992647 7.13235Z' fill='%23142349'/%3E%3C/svg%3E%0A");
}

.three-column-caption .image_caption_one {
  position: absolute;
  top: 10%;
  transform: translateY(-50%);
  left: 0;
  right: 0;
  margin: 0 auto;
  width: max-content;
  color: #EDFD53;
  font-family: "ES Build TRIAL";
  font-size: 54px;
  font-weight: 400;
  line-height: 54px;
  letter-spacing: -1%;
  opacity: 0;
  transform: translateY(-30%);
  transition: all 0.4s ease;
}
.three-column-caption .image_caption_two {
  position: absolute;
  bottom: 10%;
  transform: translateY(-50%);
  left: 0;
  right: 0;
  margin: 0 auto;
  width: max-content;
  color: #EDFD53;
  font-family: "ES Build TRIAL";
  font-size: 54px;
  font-weight: 400;
  line-height: 54px;
  letter-spacing: -1%;
  opacity: 0;
  transform: translateY(-30%);
  transition: all 0.4s ease;
}
@media (max-width: 575px) {
  .three-column-caption .image_caption_one,
  .three-column-caption .image_caption_two {
    font-size: 36px;
    line-height: 42px;
  }
  .three-column-caption .image_caption_one {
    transform: translateY(0%);
  }
}
.three-column-caption .col_img:hover .image_caption_one {
  opacity: 1;
  transform: translateY(-50%);
}
.three-column-caption .col_img:hover .image_caption_two {
  opacity: 1;
  transform: translateY(-50%);
}

.three-column-numbers .number {
  color: var(--White, #FFF);
  font-family: "ES Build TRIAL";
  font-size: 54px;
  font-style: normal;
  font-weight: 400;
  line-height: 54px;
  /* 100% */
  letter-spacing: -0.54px;
}

.three-column-numbers {
  display: flex;
  justify-content: center;
  border-top: 1px solid rgba(255, 255, 255, 0.35);
  max-width: 766px;
  margin-left: auto;
  margin-right: auto;
  margin-top: 32px;
  padding-top: 32px;
  gap: 75px;
}

.three-column-numbers .text {
  color: var(--White, #FFF);
  font-family: "ES Build TRIAL";
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}

.full-width .row .col_content .three-column-numbers + .btn_grp {
  margin-top: 47px;
}

.banner_two_column.full-width + .locations {
  background: #fff;
}

.banner_two_column.full-width + .locations .location_list {
  margin: 20px 0 0;
  margin-bottom: 25px;
}

.three-column-numbers .number svg {
  position: relative;
  top: -8px;
}

.three-column-texts h3 {
  margin: 0;
  color: var(--White, #FFF);
  text-align: center;
  font-family: "ES Build TRIAL";
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: 30px;
  /* 150% */
  text-transform: uppercase;
  margin-bottom: 5px;
}

.three-column-texts {
  margin-top: 55px;
  display: flex;
  justify-content: center;
}

.three-column-texts .column:not(:last-child) {
  border-right: 1px solid rgba(255, 255, 255, 0.3);
  padding-right: 50px;
  margin-right: 50px;
}

.three-column-texts .column p {
  margin: 0;
  color: #fff;
  font-family: "ES Build TRIAL";
}

.three-column-texts .column a {
  color: #fff;
  font-family: "ES Build TRIAL";
}

.full-width .row .col_content .three-column-texts + .btn_grp {
  margin-top: 60px;
}

@media (max-width: 992px) {
  .three-column-numbers {
    gap: 15px;
    justify-content: space-between;
  }
  .three-column-texts .column:not(:last-child) {
    border: none;
    padding: 0;
    margin: 0;
    width: 100%;
  }
  .three-column-texts {
    flex-wrap: wrap;
    justify-content: center;
    text-align: center;
    gap: 32px;
    border-top: 1px solid rgba(255, 255, 255, 0.35);
    padding-top: 24px;
  }
  .three-column-texts {
    margin-top: 24px;
  }
}
.about_section {
  padding: 104px 0;
}
.about_section .about_title .section_meta {
  color: #142349;
  margin: 0;
  padding-left: 22px;
  position: relative;
}
.about_section .about_content {
  padding-left: 50px;
}
.about_section .about_content .about_copy h3 {
  color: #0041A6;
  font-family: "ES Build TRIAL";
  font-size: 36px;
  font-weight: 400;
  line-height: 42px;
  letter-spacing: 0%;
  margin-top: 0;
}
.about_section .about_content .about_items {
  display: flex;
  flex-wrap: wrap;
  margin: 80px 0;
}
.about_section .about_content .about_items .about_items-block {
  flex-basis: 25%;
  padding: 0 20px;
  border-left: 1px solid rgba(0, 0, 0, 0.4);
}
.about_section .about_content .about_items .about_items-block .number {
  color: #0041A6;
  font-family: "ES Build TRIAL";
  font-size: 54px;
  font-weight: 400;
  line-height: 54px;
  letter-spacing: -1%;
}
.about_section .about_content .about_items .about_items-block .short_info {
  color: #142349;
  font-family: "Signifier";
  font-size: 16px;
  font-weight: 400;
  line-height: 130%;
  letter-spacing: 0%;
  max-width: 210px;
  margin: 10px 0 0;
}

@media (max-width: 1366px) {
  .about_section .about_content .about_items {
    margin: 60px 0;
  }
}
@media (max-width: 1200px) {
  .about_section .about_content .about_items .about_items-block {
    padding: 0 10px;
  }
}
@media (max-width: 1100px) {
  .about_section .about_content .about_copy h3 {
    font-size: 26px;
    line-height: 28px;
    letter-spacing: -1%;
  }
  .about_section .about_content .about_items .about_items-block {
    padding: 0 10px;
  }
}
@media (max-width: 992px) {
  .about_section {
    padding: 80px 0;
  }
  .about_section .about_content {
    margin-top: 40px;
    padding-left: 0;
  }
  .about_section .about_content .about_items {
    margin: 48px 0;
  }
  .about_section .about_content .about_items .about_items-block {
    flex-basis: 50%;
    margin: 12px 0;
  }
}
@media (max-width: 575px) {
  .about_section .about_content .about_items {
    padding-right: 96px;
  }
  .about_section .about_content .about_items .about_items-block {
    border-left: 0;
    border-bottom: 1px solid rgba(0, 0, 0, 0.4);
    flex-basis: 100%;
    margin: 0;
    padding: 24px 0;
  }
  .about_section .about_content .btn {
    padding: 21px 15px 17px;
    width: 100%;
    text-align: center;
  }
}
.experience_section {
  padding: 104px 0;
}
.experience_section .experience_content {
  padding-right: 30px;
}
.experience_section .experience_content h2 {
  color: #0041A6;
  font-family: "ES Build TRIAL";
  font-size: 66px;
  font-weight: 400;
  line-height: 66px;
  letter-spacing: -1%;
  margin: 40px 0 0;
  position: relative;
}
.experience_section .experience_content h2 sup {
  font-family: "ES Build TRIAL";
  font-size: 26px;
  font-weight: 400;
  line-height: 26px;
  letter-spacing: -1%;
  position: absolute;
}
.experience_section .experience_content h2 span {
  font-family: "Signifier Italic";
  font-weight: 300;
  letter-spacing: 0;
  display: block;
}
.experience_section .experience_content .experience_copy {
  color: #142349;
  font-family: "Signifier";
  font-weight: 300;
  font-size: 20px;
  line-height: 30px;
  letter-spacing: 0%;
  margin: 86px 0 0;
}
.experience_section .experience_content .experience_copy p {
  margin: 0 0 20px;
}
.experience_section .experience_content .experience_copy p:last-child {
  margin: 0;
}
.experience_section .experience_content .btn {
  margin: 32px 0 0;
}
.experience_section .experience_image {
  position: relative;
  width: 100%;
  height: 100%;
  overflow: hidden;
}
.experience_section .experience_image img {
  border-radius: 24px;
  width: 100%;
  display: block;
}
.experience_section .experience_image .image_caption {
  color: #EDFD53;
  font-family: "ES Build TRIAL";
  font-size: 54px;
  font-weight: 400;
  line-height: 54px;
  letter-spacing: -1%;
  position: absolute;
  left: 0;
  right: 0;
  margin: 0 auto;
  text-align: center;
  opacity: 0;
  transform: translateY(20px);
  transition: all 0.5s ease;
}
.experience_section .experience_image .image_caption_1 {
  top: 32px;
}
.experience_section .experience_image .image_caption_2 {
  top: 50%;
  transform: translateY(calc(-50% + 40px));
}
.experience_section .experience_image .image_caption_3 {
  bottom: 32px;
}
.experience_section .experience_image:hover .image_caption {
  opacity: 1;
  transform: translateY(0);
}
.experience_section .experience_image:hover .image_caption_1 {
  transition-delay: 0.1s;
}
.experience_section .experience_image:hover .image_caption_2 {
  transition-delay: 0.5s;
}
.experience_section .experience_image:hover .image_caption_3 {
  transition-delay: 1s;
}
.experience_section .experience_items {
  display: flex;
  flex-wrap: nowrap;
  margin: 60px 0 0;
  overflow-x: auto;
  scroll-behavior: smooth;
  counter-reset: step;
}
.experience_section .experience_items .experience_items-block {
  flex-basis: 25%;
  padding: 0 36px;
  position: relative;
  counter-increment: step;
}
.experience_section .experience_items .experience_items-block:after {
  content: "";
  display: block;
  width: 1px;
  height: 70%;
  background-color: rgba(0, 0, 0, 0.6);
  position: absolute;
  top: 0;
  right: 0;
}
.experience_section .experience_items .experience_items-block:not(.active) {
  opacity: 0.5;
}
.experience_section .experience_items .experience_items-block:not(.active) .step_progress {
  background-color: #EEEBFF;
}
.experience_section .experience_items .experience_items-block:last-child::after {
  display: none;
}
.experience_section .experience_items .experience_items-block .step_title {
  position: relative;
  max-width: 185px;
  padding-top: 40px;
}
.experience_section .experience_items .experience_items-block .step_title::before {
  content: counter(step);
  width: 32px;
  height: 32px;
  background-color: transparent;
  border: 1px solid #0041A6;
  border-radius: 50%;
  position: absolute;
  top: 0;
  left: 0;
  color: #0041A6;
  font-family: "ES Build TRIAL";
  font-weight: 400;
  font-size: 18px;
  line-height: 36px;
  letter-spacing: 0%;
  text-align: center;
  display: inline-block;
}
.experience_section .experience_items .experience_items-block .step_title h3 {
  color: #0041A6;
  font-family: "ES Build TRIAL";
  font-weight: 400;
  font-size: 26px;
  line-height: 28px;
  letter-spacing: -1%;
  margin: 16px 0 0;
}
.experience_section .experience_items .experience_items-block .step_copy {
  color: #000;
  font-family: "Signifier";
  font-size: 18px;
  font-weight: 300;
  line-height: 24px;
  letter-spacing: 0%;
  max-width: 254px;
  margin: 10px 0 0;
}
.experience_section .experience_items .experience_items-block .step_copy p {
  margin: 0;
}
.experience_section .experience_items .experience_items-block .step_progress {
  width: 100%;
  height: 2px;
  background-color: #EEEBFF;
  margin-top: 60px;
  position: relative;
  overflow: hidden;
}
.experience_section .experience_items .experience_items-block .step_progress::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 0%;
  background-color: #0041A6;
  transition: width 3s linear;
}
.experience_section .experience_items .experience_items-block.active .step_progress::after {
  width: 100%;
}

@media (max-width: 1366px) {
  .experience_section .experience_content h2 {
    font-size: 60px;
    line-height: 60px;
  }
  .experience_section .experience_content .experience_copy {
    margin: 40px 0 0;
  }
  .experience_section .experience_content .experience_copy p {
    margin: 0 0 15px;
  }
  .experience_section .experience_items .experience_items-block {
    padding: 0 20px;
  }
  .experience_section .experience_items .experience_items-block .step_progress {
    margin-top: 50px;
  }
}
@media (max-width: 1280px) {
  .experience_section .experience_content h2 {
    font-size: 56px;
    line-height: 56px;
  }
}
@media (max-width: 992px) {
  .experience_section {
    padding: 80px 0;
    overflow-x: hidden;
  }
  .experience_section .experience_content h2 {
    font-size: 42px;
    line-height: 50px;
    margin: 32px 0 0;
  }
  .experience_section .experience_content .experience_copy {
    font-size: 18px;
    line-height: 24px;
    margin: 24px 0 0;
  }
  .experience_section .experience_image {
    margin: 48px 0 0;
  }
  .experience_section .experience_image .image_caption {
    font-size: 52px;
    line-height: 52px;
  }
  .experience_section .experience_items {
    margin: 32px 0 0;
  }
  .experience_section .experience_items .experience_items-block {
    flex-basis: 70%;
    min-width: 300px;
  }
  .experience_section .experience_items .experience_items-block .step_progress {
    margin-top: 32px;
  }
  .experience_section .experience_items::-webkit-scrollbar {
    display: none;
  }
}
@media (max-width: 575px) {
  .experience_section .experience_image img {
    max-height: 360px;
    object-fit: cover;
  }
  .experience_section .experience_image .image_caption {
    font-size: 36px;
    line-height: 42px;
  }
}
.services_section {
  background-color: #0041A6;
  color: #fff;
  padding: 104px 0;
}
.services_section .services_copy {
  font-family: "Signifier";
  font-size: 21px;
  font-weight: 300;
  line-height: 30px;
  letter-spacing: 0%;
}
.services_section .services_copy p:last-child {
  margin: 0;
}
.services_section .services_left {
  padding-right: 100px;
}
.services_section .services_left h2 {
  color: #EEEBFF;
  font-family: "ES Build TRIAL";
  font-size: 66px;
  font-weight: 400;
  line-height: 66px;
  letter-spacing: -1%;
  margin: 40px 0 0;
  padding-right: 63px;
  position: relative;
  max-width: 604px;
  width: max-content;
}
.services_section .services_left h2:before {
  content: "";
  display: block;
  width: 63px;
  height: 73px;
  background-image: url("data:image/svg+xml,%3Csvg width='63' height='73' viewBox='0 0 63 73' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M0.304884 21.3971C10.3397 24.239 18.1877 31.9007 21.0935 41.7022C21.2102 42.0993 21.7898 42.0993 21.9065 41.7022C24.8161 31.9007 32.6603 24.2353 42.6951 21.3971C43.1016 21.2831 43.1016 20.7169 42.6951 20.6029C32.6603 17.761 24.8123 10.0993 21.9065 0.297794C21.7898 -0.0992647 21.2102 -0.0992647 21.0935 0.297794C18.1839 10.0993 10.3397 17.7647 0.304884 20.6029C-0.101628 20.7169 -0.101628 21.2831 0.304884 21.3971Z' fill='%2312A89D'/%3E%3Cpath d='M36.1914 59.7553C42.4924 61.5822 47.4202 66.5076 49.2447 72.8086C49.318 73.0638 49.682 73.0638 49.7552 72.8086C51.5822 66.5076 56.5076 61.5798 62.8086 59.7553C63.0638 59.682 63.0638 59.318 62.8086 59.2447C56.5076 57.4178 51.5798 52.4924 49.7552 46.1914C49.682 45.9362 49.318 45.9362 49.2447 46.1914C47.4178 52.4924 42.4924 57.4202 36.1914 59.2447C35.9362 59.318 35.9362 59.682 36.1914 59.7553Z' fill='%2312A89D'/%3E%3C/svg%3E%0A");
  background-repeat: no-repeat;
  background-size: contain;
  position: absolute;
  top: 0;
  right: 0;
}
.services_section .services_left h2 span {
  font-family: "Signifier Italic";
  font-weight: 300;
  letter-spacing: 0;
  display: block;
}
.services_section .services_left .services_copy {
  display: none;
}
.services_section .services_left .services_img {
  position: relative;
  width: 100%;
  height: 100%;
  overflow: hidden;
  margin: 48px 0 0;
}
.services_section .services_left .services_img img {
  border-radius: 24px;
  width: 100%;
  max-height: 587px;
  object-fit: cover;
  display: block;
}
.services_section .services_left .services_img .image_caption {
  color: #EDFD53;
  font-family: "ES Build TRIAL";
  font-size: 36px;
  font-weight: 400;
  line-height: 42px;
  letter-spacing: 0%;
  position: absolute;
  left: 0;
  right: 0;
  margin: 0 auto;
  text-align: center;
  opacity: 0;
  transform: translateY(20px);
  transition: all 0.5s ease;
}
.services_section .services_left .services_img .image_caption_1 {
  top: 40px;
}
.services_section .services_left .services_img .image_caption_2 {
  bottom: 40px;
  color: #fff;
  font-family: "Signifier";
  font-style: italic;
}
.services_section .services_left .services_img:hover .image_caption {
  opacity: 1;
  transform: translateY(0);
}
.services_section .services_left .services_img:hover .image_caption_1 {
  transition-delay: 0.1s;
}
.services_section .services_left .services_img:hover .image_caption_2 {
  transition-delay: 0.5s;
}
.services_section .services_right .services_list {
  margin: 24px 0 0;
}
.services_section .services_right .services_list .service_item h3 {
  margin: 0;
}
.services_section .services_right .services_list .service_item h3 a {
  color: #fff;
  font-family: "ES Build TRIAL";
  font-weight: 400;
  font-size: 26px;
  line-height: 28px;
  letter-spacing: -1%;
  padding: 24px 32px 21px 0;
  position: relative;
  border-bottom: 1px solid #fff;
  display: block;
  width: 100%;
  text-decoration: none;
}
.services_section .services_right .services_list .service_item h3 a:after {
  content: "";
  display: block;
  width: 17px;
  height: 17px;
  background-image: url("data:image/svg+xml,%3Csvg width='17' height='17' viewBox='0 0 17 17' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M13.1376 8.9375H0V7.3125H13.1376L6.96665 1.14156L8.125 0L16.25 8.125L8.125 16.25L6.96665 15.1084L13.1376 8.9375Z' fill='%2312A89D'/%3E%3C/svg%3E%0A");
  background-repeat: no-repeat;
  background-size: contain;
  position: absolute;
  top: 28px;
  right: 20px;
  transition: all 0.4s ease;
}
.services_section .services_right .services_list .service_item:last-child h3 a {
  border-bottom: 0;
}
.services_section .services_right .services_list .service_item:hover h3 a {
  color: #12A89D;
}
.services_section .services_right .services_list .service_item:hover h3 a:after {
  transform: translateX(10px);
}
.services_section .services_right .btn_primary {
  margin-top: 24px;
}
.services_section .services_right .btn_primary:hover {
  color: #fff;
  border-color: #fff;
}

@media (max-width: 1366px) {
  .services_section .services_left {
    padding-right: 50px;
  }
  .services_section .services_left h2 {
    font-size: 60px;
    line-height: 60px;
  }
}
@media (max-width: 1280px) {
  .services_section .services_left h2 {
    font-size: 56px;
    line-height: 56px;
  }
}
@media (max-width: 1100px) {
  .services_section .services_left {
    padding-right: 20px;
  }
}
@media (max-width: 992px) {
  .services_section {
    padding: 80px 0;
  }
  .services_section .services_left {
    padding-right: 0;
  }
  .services_section .services_left h2 {
    font-size: 42px;
    line-height: 50px;
    width: max-content;
    margin: 32px 0 0;
  }
  .services_section .services_left .services_copy {
    display: block;
    margin: 24px 0 0;
  }
  .services_section .services_left .services_img .image_caption {
    font-size: 29px;
  }
  .services_section .services_right .services_copy {
    display: none;
  }
}
@media (max-width: 575px) {
  .services_section .services_right .btn {
    width: 100%;
    text-align: center;
  }
}
.expertise_section {
  padding: 104px 0;
}
.expertise_section .expertise_intro h2 {
  color: #0041A6;
  font-family: "ES Build TRIAL";
  font-size: 66px;
  font-weight: 400;
  line-height: 66px;
  letter-spacing: -1%;
  margin: 40px 0 0;
  position: relative;
}
.expertise_section .expertise_intro h2 span {
  font-family: "Signifier Italic";
  font-weight: 300;
  letter-spacing: 0;
  display: block;
}
.expertise_section .expertise_intro .expertise_copy {
  font-family: "Signifier";
  font-weight: 300;
  font-size: 18px;
  line-height: 24px;
  letter-spacing: 0%;
  margin: 32px 0 0;
}
.expertise_section .expertise_intro .expertise_copy p {
  margin: 0 0 20px;
}
.expertise_section .expertise_intro .expertise_copy p:last-child {
  margin: 0;
}
.expertise_section .expertise_cta {
  display: flex;
  justify-content: flex-end;
}
.expertise_section .row:first-child {
  align-items: flex-end;
}
.expertise_section .row:not(:first-child) {
  margin: 60px -12px 0;
}
.expertise_section .row .expertise-col {
  display: flex;
  flex-direction: column;
  flex-basis: calc(33.33% - 24px);
  margin: 12px;
  overflow: hidden;
}
.expertise_section .row .expertise-col .hero_img img {
  display: block;
  width: 100%;
  border-radius: 24px;
}

.expertise_block {
  background-color: #EEEBFF;
  border-radius: 24px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 100%;
  padding: 24px;
  text-decoration: none;
  transition: 0.4s all ease;
}
.expertise_block .expertise_icon {
  background-color: #0041A6;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 48px;
  height: 48px;
}
.expertise_block .expertise_icon img {
  max-width: 20px;
  filter: brightness(0) invert(0.9);
}
.expertise_block h3 {
  color: #0041A6;
  font-family: "ES Build TRIAL";
  font-weight: 400;
  font-size: 26px;
  line-height: 28px;
  letter-spacing: -1%;
  margin: 24px 0 0;
}
.expertise_block p {
  color: #142349;
  font-family: "Signifier";
  font-weight: 300;
  font-size: 18px;
  line-height: 24px;
  letter-spacing: 0%;
  margin: 0 0 24px;
}
.expertise_block .expertise_bottom {
  margin: 56px 0 0;
}
.expertise_block:hover {
  background-color: #0041A6;
  color: #fff;
}
.expertise_block:hover .expertise_icon {
  background-color: #fff;
}
.expertise_block:hover .expertise_icon img {
  filter: none;
}
.expertise_block:hover h3 {
  color: #fff;
}
.expertise_block:hover p {
  color: #fff;
}
.expertise_block:hover .btn {
  color: #fff;
  border-color: #fff;
}
.expertise_block:hover .btn:hover {
  color: #12A89D;
  border-color: #12A89D;
}

#expertise_list .row .expertise-col:first-child {
  display: none;
}
#expertise_list .row .expertise-col:hover ul {
  color: #fff;
}

#expertise_list .row .expertise-col ul {
  color: var(--DSC-Midnight-Blue-142349, #142349);
  font-family: Signifier;
  font-size: 18px;
  font-style: normal;
  font-weight: 300;
  line-height: 24px;
  /* 133.333% */
  margin: 0;
  padding: 0;
  padding-left: 24px;
}

.expertise_bottom ul {
  padding-left: 24px;
  color: var(--DSC-Midnight-Blue-142349, #142349);
  font-size: 18px;
  font-style: normal;
  font-weight: 300;
  line-height: 24px;
  /* 133.333% */
  margin: 0;
  padding: 0;
  padding-left: 24px;
}

.expertise_bottom ul li {
  margin-bottom: 8px;
}

.expertise_block ul + p {
  padding-left: 25px;
}

@media (max-width: 1366px) {
  .expertise_section .expertise_intro h2 {
    font-size: 60px;
    line-height: 60px;
  }
}
@media (max-width: 1280px) {
  .expertise_section .expertise_intro h2 {
    font-size: 56px;
    line-height: 56px;
  }
}
@media (max-width: 992px) {
  .expertise_section {
    padding: 80px 0;
  }
  .expertise_section .expertise_intro h2 {
    font-size: 42px;
    line-height: 50px;
    margin: 32px 0 0;
  }
  .expertise_section .expertise_intro .expertise_copy {
    margin: 24px 0 0;
  }
  .expertise_section .row {
    flex-direction: row;
  }
  .expertise_section .row .expertise-col {
    flex-basis: calc(50% - 24px);
  }
  .expertise_section .expertise_cta {
    justify-content: flex-start;
    margin: 32px 0 0;
  }
}
@media (max-width: 575px) {
  .expertise_section .row {
    flex-direction: column;
  }
  .expertise_section .row .expertise-col {
    flex-basis: 100%;
    margin: 12px 0;
  }
  .expertise_section .row:not(:first-child) {
    margin: 28px 0 0;
  }
  .expertise_section .expertise_intro h2 span {
    display: inline;
  }
}
.experience_section.hide_numbers .col-7 {
  max-width: 566px;
}
.experience_section.hide_numbers .row {
  gap: 100px;
  justify-content: space-between;
}
.experience_section.hide_numbers .experience_items .experience_items-block .step_title::before {
  display: none;
}
.experience_section.hide_numbers .experience_items .experience_items-block .step_title {
  padding-top: 0;
}
.experience_section.hide_numbers .row {
  gap: 0px;
}
.experience_section.hide_numbers .row .col-7,
.experience_section.hide_numbers .row .col-5 {
  flex-basis: 50%;
}
.experience_section.hide_numbers .experience_items {
  margin-top: 75px;
}
.experience_section.hide_numbers .experience_items .experience_items-block .step_copy {
  white-space: nowrap;
}

@media (max-width: 992px) {
  .experience_section.hide_numbers {
    background: var(--DSC-Pale-Lavender-EEEBFF, #EEEBFF);
  }
  .experience_section.hide_numbers .experience_content h2 span {
    display: inline;
  }
  .experience_section.hide_numbers .experience_content {
    padding-right: 0;
  }
  .experience_section.hide_numbers .experience_items .experience_items-block {
    min-width: 235px;
  }
}
.about_founder {
  background-color: #0041A6;
  color: #fff;
  padding: 104px 0;
}
.about_founder .about_founder-left {
  padding-right: 100px;
}
.about_founder .about_founder-left h2 {
  color: #EEEBFF;
  font-family: "ES Build TRIAL";
  font-size: 66px;
  font-weight: 400;
  line-height: 66px;
  letter-spacing: -1%;
  margin: 40px 0 0;
  position: relative;
}
.about_founder .about_founder-left h2 span {
  font-family: "Signifier Italic";
  font-weight: 300;
  letter-spacing: 0;
  display: block;
}
.about_founder .about_founder-left h3 {
  color: #EEEBFF;
  font-family: "Signifier Italic";
  font-weight: 300;
  font-size: 36px;
  line-height: 42px;
  letter-spacing: 0%;
  margin: 16px 0 0;
}
.about_founder .about_founder-left .founder_img-mobile {
  display: none;
}
.about_founder .about_founder-left .founder_img-mobile img {
  border-radius: 24px;
}
.about_founder .about_founder-left .founder_copy {
  margin-top: 126px;
}
.about_founder .about_founder-left .founder_copy p {
  font-family: "Signifier";
  font-weight: 300;
  font-size: 21px;
  line-height: 30px;
  letter-spacing: 0%;
  margin: 0 0 20px;
}
.about_founder .about_founder-left .founder_copy p:last-child {
  margin: 0;
}
.about_founder .about_founder-left .social_list {
  margin: 32px 0;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 16px;
}
.about_founder .about_founder-left .social_list li {
  list-style-type: none;
}
.about_founder .about_founder-left .social_list li a {
  color: #fff;
  font-family: "ES Build TRIAL";
  font-weight: 400;
  font-size: 14px;
  line-height: 100%;
  letter-spacing: 0%;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  text-decoration: none;
}
.about_founder .about_founder-left .social_list li a img {
  max-width: 18px;
  margin-right: 11px;
}
.about_founder .about_founder-left .btn:hover {
  color: #fff;
  border-color: #fff;
}
.about_founder .about_founder-right img {
  border-radius: 24px;
  width: 100%;
  max-height: 765px;
  height: 100%;
  object-fit: cover;
  object-position: top;
}

.about_founder.image_caption_layout .about_founder-left {
  display: flex;
  flex-direction: column;
  height: 100%;
  justify-content: space-between;
}

.about_founder.image_caption_layout .about_founder-right img {
  object-fit: contain;
  object-position: right;
}

@media (max-width: 1440px) {
  .about_founder .about_founder-left {
    padding-right: 50px;
  }
  .about_founder .about_founder-left h2 {
    font-size: 60px;
    line-height: 60px;
  }
}
@media (max-width: 1366px) {
  .about_founder .about_founder-left {
    padding-right: 30px;
  }
  .about_founder .about_founder-left .founder_copy {
    margin-top: 60px;
  }
}
@media (max-width: 1280px) {
  .about_founder .about_founder-left h2 {
    font-size: 56px;
    line-height: 56px;
  }
}
@media (max-width: 992px) {
  .about_founder {
    padding: 80px 0;
  }
  .about_founder .about_founder-left {
    padding-right: 0;
  }
  .about_founder .about_founder-left h2 {
    font-size: 42px;
    line-height: 50px;
    margin: 24px 0 0;
  }
  .about_founder .about_founder-left .founder_img-mobile {
    display: block;
    margin: 32px 0 0;
  }
  .about_founder .about_founder-left .founder_img-mobile img {
    display: block;
  }
  .about_founder .about_founder-left .founder_copy {
    margin: 40px 0 0;
  }
  .about_founder .about_founder-left .social_list li a img {
    margin-right: 0;
  }
  .about_founder .about_founder-left .social_list li a span {
    display: none;
  }
  .about_founder .about_founder-right {
    display: none;
  }
  .about_founder.image_caption_layout .about_founder-left .social_list {
    margin-bottom: 0;
  }
  .about_founder.image_caption_layout {
    padding-bottom: 60px;
  }
  .about_founder + .safety {
    padding-bottom: 60px;
  }
}
.locations {
  background-color: #EEEBFF;
  padding: 104px 0;
}
.locations .row {
  align-items: flex-end;
}
.locations h2 {
  color: #0041A6;
  font-family: "ES Build TRIAL";
  font-size: 66px;
  font-weight: 400;
  line-height: 66px;
  letter-spacing: -1%;
  margin: 40px 0 0;
  position: relative;
}
.locations h2 span {
  font-family: "Signifier Italic";
  font-weight: 300;
  letter-spacing: 0;
  display: block;
}
.locations .locations_btn {
  text-align: right;
}
.locations .location_list {
  margin: 60px 0 0;
}
.locations .location_list + .locations_btn {
  display: none;
}

.location_carousel .slick-list {
  margin: 0 -12px;
}
.location_carousel .slick-list .slick-slide {
  aspect-ratio: 302/363;
  margin: 0 12px;
}
.location_carousel .location_item {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  border-radius: 24px;
  overflow: hidden;
  position: relative;
}
.location_carousel .location_item::before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  position: absolute;
  top: 0;
  left: 0;
  transition: all 0.4s ease;
}
.location_carousel .location_item:hover::before {
  background-color: #0041A6;
}
.location_carousel .location_item a {
  color: #fff;
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  justify-content: space-between;
  min-height: 333px;
  height: 100%;
  padding: 88px 24px 24px;
  position: relative;
  text-decoration: none;
}
.location_carousel .location_item a:before {
  content: "";
  display: block;
  width: 48px;
  height: 48px;
  background-image: url("data:image/svg+xml,%3Csvg width='48' height='48' viewBox='0 0 48 48' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Crect width='48' height='48' rx='24' fill='white'/%3E%3Cmask id='mask0_2680_1088' style='mask-type:alpha' maskUnits='userSpaceOnUse' x='12' y='12' width='24' height='24'%3E%3Crect x='12' y='12' width='24' height='24' fill='%23D9D9D9'/%3E%3C/mask%3E%3Cg mask='url(%23mask0_2680_1088)'%3E%3Cpath d='M25.4125 23.4125C25.8042 23.0208 26 22.55 26 22C26 21.45 25.8042 20.9792 25.4125 20.5875C25.0208 20.1958 24.55 20 24 20C23.45 20 22.9792 20.1958 22.5875 20.5875C22.1958 20.9792 22 21.45 22 22C22 22.55 22.1958 23.0208 22.5875 23.4125C22.9792 23.8042 23.45 24 24 24C24.55 24 25.0208 23.8042 25.4125 23.4125ZM24 34C21.3167 31.7167 19.3125 29.5958 17.9875 27.6375C16.6625 25.6792 16 23.8667 16 22.2C16 19.7 16.8042 17.7083 18.4125 16.225C20.0208 14.7417 21.8833 14 24 14C26.1167 14 27.9792 14.7417 29.5875 16.225C31.1958 17.7083 32 19.7 32 22.2C32 23.8667 31.3375 25.6792 30.0125 27.6375C28.6875 29.5958 26.6833 31.7167 24 34Z' fill='%230041A6'/%3E%3C/g%3E%3C/svg%3E%0A");
  background-repeat: no-repeat;
  background-size: contain;
  position: absolute;
  top: 24px;
  left: 24px;
}
.location_carousel .location_item a h3 {
  font-family: "Signifier Italic";
  font-weight: 300;
  font-size: 36px;
  line-height: 42px;
  letter-spacing: 0%;
  margin: 0;
}
.location_carousel .location_item a p {
  font-family: "Signifier";
  font-weight: 300;
  font-size: 20px;
  line-height: 30px;
  letter-spacing: 0%;
  margin: 20px 0 0;
}

@media (max-width: 1366px) {
  .locations h2 {
    font-size: 60px;
    line-height: 60px;
  }
}
@media (max-width: 1280px) {
  .locations h2 {
    font-size: 56px;
    line-height: 56px;
  }
}
@media (max-width: 992px) {
  .locations {
    padding: 80px 0;
  }
  .locations h2 {
    font-size: 42px;
    line-height: 50px;
    margin: 24px 0 0;
  }
  .locations .row .col-2 .locations_btn {
    display: none;
  }
  .locations .location_list {
    margin: 40px 0 0;
  }
  .locations .location_list + .locations_btn {
    display: block;
    margin: 40px 0 0;
    text-align: left;
  }
}
@media (max-width: 575px) {
  .location_carousel .slick-list {
    margin: 0 -20px 0 -12px;
    padding-right: 60px;
  }
  .banner_two_column.full-width + .locations .location_list {
    margin: 0;
  }
  .banner_two_column.full-width + .locations {
    background: #fff;
    padding-bottom: 40px;
  }
}
.faq {
  background-color: #EEEBFF;
  padding: 104px 0;
}
.faq.white {
  background: #fff;
}
.faq h2 {
  color: #0041A6;
  font-family: "ES Build TRIAL";
  font-size: 66px;
  font-weight: 400;
  line-height: 66px;
  letter-spacing: -1%;
  margin: 40px 0 0;
  position: relative;
}
.faq h2 span {
  font-family: "Signifier Italic";
  font-weight: 300;
  letter-spacing: 0;
  display: block;
}
.faq .faq_item {
  border-bottom: 1px solid rgba(0, 0, 0, 0.2);
  margin: 0 0 24px;
}
.faq .faq_item:last-child {
  margin: 0;
}
.faq .faq_item .faq_head {
  cursor: pointer;
  padding: 24px 0;
  position: relative;
}
.faq .faq_item .faq_head h3 {
  color: #142349;
  font-family: "ES Build TRIAL";
  font-weight: 400;
  font-size: 26px;
  line-height: 28px;
  letter-spacing: -1%;
  margin: 0;
  position: relative;
  padding-right: 25px;
}
.faq .faq_item .faq_head h3:after {
  content: "";
  display: block;
  width: 18px;
  height: 18px;
  background-image: url("data:image/svg+xml,%3Csvg width='18' height='18' viewBox='0 0 18 18' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M7.66667 9.66667H0V7.66667H7.66667V0H9.66667V7.66667H17.3333V9.66667H9.66667V17.3333H7.66667V9.66667Z' fill='%230041A6'/%3E%3C/svg%3E%0A");
  background-repeat: no-repeat;
  background-size: contain;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 0;
  transition: opacity 0.3s ease;
}
.faq .faq_item .faq_body {
  transition: all 0.4s ease;
  opacity: 0;
  visibility: hidden;
  height: 0;
}
.faq .faq_item .faq_body p {
  color: #142349;
  font-family: "Signifier";
  font-weight: 300;
  font-size: 18px;
  line-height: 24px;
  letter-spacing: 0%;
  margin: 0;
}
.faq .faq_item.active .faq_head h3::after {
  background-image: none;
  width: 18px;
  height: 2px;
  background-color: #0041A6;
}
.faq .faq_item.active .faq_body {
  opacity: 1;
  visibility: visible;
  padding: 0 0 24px;
  height: auto;
}

@media (max-width: 1366px) {
  .faq h2 {
    font-size: 60px;
    line-height: 60px;
  }
}
@media (max-width: 1280px) {
  .faq h2 {
    font-size: 56px;
    line-height: 56px;
  }
}
@media (max-width: 992px) {
  .faq {
    padding: 80px 0;
  }
  .faq h2 {
    font-size: 42px;
    line-height: 50px;
    margin: 24px 0 0;
  }
  .faq .faq_list {
    margin: 24px 0 0;
  }
  .faq .faq_list .faq_item {
    margin: 0 0 10px;
  }
  .faq .faq_list .faq_item .faq_head h3 {
    font-size: 18px;
    line-height: 24px;
    letter-spacing: 0%;
  }
}
.request {
  background: #142349;
  color: #fff;
}

.request h2 {
  font-size: 66px;
  line-height: 1;
  font-weight: 400;
  font-family: "ES Build TRIAL";
  margin-bottom: 32px;
  margin-top: 0;
}

.request h2 span {
  font-family: "Signifier Italic";
  font-weight: 300;
  letter-spacing: 0;
  display: block;
}

.request-content {
  color: var(--White, #FFF);
  /* DSC Body Extra Large 20px */
  font-family: Signifier;
  font-size: 20px;
  font-style: normal;
  font-weight: 300;
  line-height: 30px;
  /* 150% */
  max-width: 476px;
}

.request-wrap {
  display: flex;
  gap: 24px;
  padding-top: 80px;
  padding-bottom: 80px;
}

.request-left {
  width: 50%;
}

.request-right {
  width: 50%;
}

label.gfield_label.gform-field-label {
  display: none;
}

#gform .gform_wrapper input[type=text],
#gform .gform_wrapper input[type=email],
#gform .gform_wrapper input[type=tel] {
  border-radius: 4px;
  background: var(--White, #FFF);
  height: 59px;
  color: var(--black-60, rgba(0, 0, 0, 0.6));
  font-family: "Signifier";
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  padding-left: 24px;
  border: 0;
}

#gform .gform-theme--framework .gform_validation_errors {
  display: none;
}

#gform .gform_wrapper input[type=submit] {
  border-radius: 100px;
  border: 1px solid #12A89D;
  background: #12A89D;
  display: flex;
  height: 54px;
  padding: 0 24px;
  justify-content: center;
  align-items: center;
  gap: 10px;
  color: var(--DSC-Midnight-Blue-142349, #142349);
  font-family: "ES Build TRIAL";
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  letter-spacing: 0.7px;
  text-transform: uppercase;
}

#gform .gform-theme--foundation .gform_fields {
  gap: 10px;
}

#gform .gform_footer {
  margin-top: 40pxpx;
}

#gform .gform-footer.gform_footer.top_label:before {
  content: "";
  width: 14px;
  height: 14px;
  background-image: url("data:image/svg+xml,%3Csvg width='14' height='14' viewBox='0 0 14 14' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M0.0992647 7.13235C3.36642 8.07966 5.92157 10.6336 6.86765 13.9007C6.90564 14.0331 7.09436 14.0331 7.13235 13.9007C8.07965 10.6336 10.6336 8.07843 13.9007 7.13235C14.0331 7.09436 14.0331 6.90564 13.9007 6.86765C10.6336 5.92034 8.07843 3.36642 7.13235 0.0992647C7.09436 -0.0330882 6.90564 -0.0330882 6.86765 0.0992647C5.92034 3.36642 3.36642 5.92157 0.0992647 6.86765C-0.0330882 6.90564 -0.0330882 7.09436 0.0992647 7.13235Z' fill='white'/%3E%3C/svg%3E%0A");
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  position: absolute;
  left: 24px;
  top: 25px;
  transform: translateY(-50%) translateX(-10px);
  opacity: 0;
  transition: all 0.3s ease;
  display: block;
}

#gform .gform-footer.gform_footer.top_label:hover:before {
  opacity: 1;
  transform: translateY(-50%) translateX(0);
}

#gform .gform-footer.gform_footer.top_label {
  position: relative;
  width: auto;
  max-width: 254px;
}

#gform .gform-footer.gform_footer.top_label:hover input[type=submit] {
  background: transparent;
  color: #fff;
  border-color: #fff;
  padding-left: 50px;
}

@media (max-width: 992px) {
  .request-wrap {
    flex-wrap: wrap;
    gap: 48px;
  }
  .request-left {
    width: 100%;
  }
  .request-right {
    width: 100%;
  }
  .request h2 {
    font-size: 42px;
    line-height: 48px;
    margin-bottom: 24px;
  }
  .request-content {
    font-size: 18px;
    line-height: 24px;
  }
}
@media (max-width: 767px) {
  #gform .gform_wrapper input[type=submit] {
    width: 100%;
    height: 64px;
  }
  #gform .gform-footer.gform_footer.top_label {
    max-width: 100%;
  }
}
.google {
  background: var(--DSC-Pale-Lavender-EEEBFF, #EEEBFF);
  padding-top: 80px;
  padding-bottom: 100px;
}

.google h3 {
  color: var(--DSC-Clarity-Blue-0041A6, #0041A6);
  text-align: center;
  /* DSC Heading Medium Sans */
  font-size: 36px;
  font-style: normal;
  font-weight: 400;
  line-height: 42px;
  /* 116.667% */
  font-family: "ES Build TRIAL";
  margin-top: 32px;
  margin-bottom: 32px;
}

.google p {
  color: var(--DSC-Midnight-Blue-142349, #142349);
  text-align: center;
  /* DSC Body Large 18px */
  font-size: 18px;
  font-style: normal;
  font-weight: 300;
  line-height: 24px;
  /* 133.333% */
}

.google-slider {
  margin: 0 auto;
}

#google .ti-widget.ti-goog .ti-review-item > .ti-inner {
  border-radius: 24px !important;
  padding: 48px 32px 24px 32px !important;
}

#google .ti-profile-img {
  display: none !important;
}

#google .ti-widget.ti-goog .ti-widget-container .ti-name {
  color: var(--Black, #000);
  text-align: center;
  font-family: "ES Build TRIAL";
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
  text-transform: capitalize;
}

#google .ti-widget.ti-goog .ti-widget-container .ti-date {
  color: var(--black-40, rgba(0, 0, 0, 0.4));
  text-align: center;
  font-family: "ES Build TRIAL";
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}

#google .ti-widget.ti-goog .ti-reviews-container-wrapper .ti-inner > .ti-stars {
  margin-top: 8px;
  text-align: center;
  margin-bottom: 24px;
}

#google .ti-widget.ti-goog .ti-review-content {
  color: #000;
  text-align: center;
  font-size: 16px;
  line-height: 21px !important;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  font-family: "ES Build TRIAL" !important;
}

#google .ti-widget.ti-goog .ti-review-item {
  padding: 0 12px;
}

#google .ti-widget.ti-goog .ti-read-more {
  color: var(--black-40, rgba(0, 0, 0, 0.4));
  text-align: center;
  font-family: "ES Build TRIAL";
  font-size: 14px !important;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  font-family: "ES Build TRIAL" !important;
}

#google .ti-widget.ti-goog .ti-read-more span {
  text-decoration: none !important;
}

.google-rating {
  display: flex;
  justify-content: center;
  align-items: center;
}

.google-rating .num {
  color: var(--DSC-Midnight-Blue-142349, #142349);
  font-size: 14px;
  font-style: normal;
  font-weight: 600;
  line-height: 18px;
  /* 128.571% */
  font-family: "ES Build TRIAL";
  padding-top: 3px;
  margin-left: 5px;
}

.google-rating .num span {
  border-left: 1px solid #142349;
  padding-left: 8px;
  margin-left: 8px;
}

#google .ti-header.ti-header-grid.source-Google {
  display: none !important;
}

#google .ti-widget.ti-goog .ti-platform-icon {
  top: -44px !important;
  left: 50%;
  width: 71px !important;
  height: 71px !important;
  background: #fff;
  border-radius: 50% !important;
  display: flex;
  align-items: center;
  justify-content: center;
  transform: translate(-50%, -50%);
}

#google .ti-widget.ti-goog .ti-platform-icon img {
  width: 51px;
  height: 51px;
  padding: 24px;
  display: block !important;
}

#google span.ti-tooltip {
  display: none !important;
}

#google .ti-widget.ti-goog .ti-reviews-container-wrapper {
  padding-top: 60px;
}

#google .google-slider * {
  font-family: "ES Build TRIAL" !important;
}

.disable-reviews .google-rating {
  display: none;
}

.disable-reviews h3 {
  margin-top: 0;
}

.disable-reviews {
  padding-top: 4px;
}

@media (max-width: 767px) {
  #google {
    overflow: hidden;
  }
  #google .ti-widget.ti-goog .ti-review-item {
    max-width: calc(100% - 26px);
    padding: 0;
    margin: 0 12px;
  }
  .ti-reviews-container {
    padding: 0 30px;
  }
  #google .ti-widget.ti-goog .ti-reviews-container-wrapper {
    overflow: visible !important;
  }
  .google h3 {
    margin-top: 24px;
    margin-bottom: 24px;
  }
  #google .ti-widget.ti-goog .ti-reviews-container-wrapper {
    padding-top: 30px;
  }
  #google {
    padding-bottom: 70px;
  }
}
.circle-big svg {
  max-width: 843px;
}

.who-we-help {
  overflow: hidden;
}

.who-we-help.pb-0 {
  padding-bottom: 0;
}

.circle-big {
  text-align: center;
}

.who-we-help {
  background: #EEEBFF;
  padding: 100px 0;
}

.who-we-help h2 {
  color: var(--DSC-Clarity-Blue-0041A6, #0041A6);
  text-align: center;
  /* DSC Heading Extra Large Sans */
  font-family: "ES Build TRIAL";
  font-size: 66px;
  font-style: normal;
  font-weight: 400;
  line-height: 66px;
  /* 100% */
  letter-spacing: -0.66px;
  font-family: "ES Build TRIAL";
  margin: 0;
  margin-bottom: 24px;
}

.who-we-help h2 span {
  color: var(--DSC-Clarity-Blue-0041A6, #0041A6);
  /* DSC Heading Extra Large Serif */
  font-family: Signifier;
  font-size: 66px;
  font-style: italic;
  font-weight: 300;
  line-height: 66px;
}

.who-we-help .title p {
  color: var(--DSC-Midnight-Blue-142349, #142349);
  text-align: center;
  /* DSC Body Extra Large 20px */
  font-family: Signifier;
  font-size: 20px;
  font-style: normal;
  font-weight: 300;
  line-height: 30px;
  /* 150% */
  max-width: 620px;
  margin: 0 auto;
}

.circle-big {
  margin-top: 50px;
}

.circle-small {
  display: none;
}

.dream {
  margin-top: 100px;
}

.dream h2 {
  margin-bottom: 70px;
}

.dream-card img {
  width: 120px;
  height: 120px;
  padding: 20px;
  border-radius: 50%;
  background: var(--DSC-Clarity-Blue-0041A6, #0041A6);
  object-fit: none;
  object-position: center;
}

.dream-cards {
  display: flex;
  gap: 48px;
}

.dream-card {
  width: calc(20% - 48px);
  text-align: center;
}

.dream-card h3 {
  margin: 0;
  margin-top: 36px;
  margin-bottom: 16px;
}

.dream-card p {
  margin: 0;
}

.dream-cta {
  text-align: center;
  margin-top: 70px;
}

.dream-card h3 {
  color: var(--DSC-Clarity-Blue-0041A6, #0041A6);
  font-family: "ES Build TRIAL";
  font-size: 26px;
  font-style: normal;
  font-weight: 400;
  line-height: 28px;
  /* 107.692% */
  letter-spacing: -0.26px;
  font-family: "ES Build TRIAL";
}

.dream-card p {
  color: var(--DSC-Midnight-Blue-142349, #142349);
  text-align: center;
  font-family: Signifier;
  font-size: 18px;
  font-style: normal;
  font-weight: 300;
  line-height: 24px;
  /* 133.333% */
}

.color-texts,
.color-texts a {
  color: var(--White, #FFF);
  text-align: center;
  font-size: 26px;
  font-style: normal;
  font-weight: 700;
  line-height: 28px;
  /* 107.692% */
  letter-spacing: -0.26px;
  text-decoration: none;
  font-family: "ES Build TRIAL";
}

.text-svg {
  position: relative;
}

.text-svg {
  max-width: 843px;
  margin: 0 auto;
  position: relative;
}

.circle a {
  max-width: 144px;
  text-align: center;
  display: block;
  min-width: 193px;
  height: 193px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  flex-direction: column;
  justify-content: center;
}

span.bottom {
  position: relative;
  top: 5px;
}

span.top {
  padding-bottom: 15px;
}

.white-line a:after {
  content: "";
  height: 1px;
  width: 100%;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  margin-top: 0px;
  width: 80%;
  background: #fff;
}

.circle a:hover {
  color: transparent;
}

.circle a:hover:after {
  background: transparent;
}

.circle a:before {
  content: "";
  position: absolute;
  color: #fff;
  top: 50%;
  transform: translate(-50%, -50%);
  left: 50%;
  white-space: pre;
  transition: all 0.5s;
  opacity: 0;
}

.circle a:hover:before {
  content: "Lean More";
  opacity: 1;
  transition: all 0.5s;
}

.circle {
  display: none;
}

.red {
  position: absolute;
  top: 15px;
  right: 26%;
  display: block;
}

.green {
  position: absolute;
  bottom: 11%;
  right: 13%;
  display: block;
}

.blue {
  position: absolute;
  top: 18%;
  right: 4%;
  display: block;
}

.purple {
  position: absolute;
  right: 0%;
  top: 44%;
  display: block;
}

.pink {
  position: absolute;
  bottom: 1%;
  left: 39%;
  display: block;
}

.yellow {
  position: absolute;
  bottom: 12%;
  left: 13%;
  display: block;
}

.orange {
  position: absolute;
  bottom: 33%;
  left: 0%;
  display: block;
}

.blue-dark {
  position: absolute;
  top: 18%;
  left: 4%;
  display: block;
}

.teal {
  position: absolute;
  top: 2%;
  left: 26%;
  display: block;
}

.text-dark a {
  color: var(--DSC-Midnight-Blue-142349, #142349);
}

.text-dark a:hover {
  color: transparent;
}

.red.white-line a:after {
  margin-top: 15px;
}

.text-dark.white-line a:after {
  background: var(--DSC-Midnight-Blue-142349, #142349);
}

.text-dark.white-line a:hover:after {
  background: transparent;
}

.circle.text-dark a:before {
  color: var(--DSC-Midnight-Blue-142349, #142349);
}

.circle-small-slider,
.circle-small-nav {
  display: none;
}

.who-we-help.pb-0 h2 span {
  display: inline-block;
}

.who-we-help.pb-0 h2 {
  max-width: 639px;
  margin-left: auto;
  margin-right: auto;
}

@media (max-width: 900px) {
  .circle-small-nav {
    display: flex;
  }
  .circle {
    position: relative !important;
  }
  .circle-big svg {
    display: none;
  }
  .circle-small-slider {
    display: block;
  }
  .circle-big {
    display: none;
  }
  .circle {
    position: relative !important;
    top: unset;
    right: unset;
    left: unset;
    bottom: unset;
  }
  .circle-big {
    display: none;
  }
  .circle a {
    display: flex;
    background: #000;
  }
  .circle-small {
    display: block;
    position: relative;
  }
  .circle-small {
    display: block;
    position: relative;
  }
  .circle-small svg:first-child {
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    z-index: 1;
  }
  .circle-wrap {
    display: flex;
    justify-content: center;
  }
  .red a {
    background: #ED1B24;
  }
  .blue a {
    background: #00ADEF;
  }
  .purple a {
    background: #7A51A0;
  }
  .green a {
    background: #21B24B;
  }
  .pink a {
    background: #EC0086;
  }
  .yellow a {
    background: #FFEB01;
  }
  .orange a {
    background: #F7941D;
  }
  .blue-dark a {
    background: #282160;
  }
  .teal a {
    background: #12A89D;
  }
  .dream {
    margin-top: 80px;
  }
  .dream h2 {
    font-size: 42px;
    line-height: 48px;
  }
  .dream h2 span {
    display: block;
    font-size: 42px;
    line-height: 50px;
  }
  .dream-cards {
    flex-wrap: wrap;
  }
  .dream-card {
    width: calc(50% - 48px);
  }
  .who-we-help {
    padding: 80px 0;
  }
  .circle-small-slider {
    margin-top: 25px;
  }
  .circle-small-nav {
    justify-content: center;
    margin-top: 40px;
    gap: 8px;
  }
  .circle-small {
    margin-top: 40px;
    text-align: center;
  }
}
@media (max-width: 900px) {
  .dream-cards {
    gap: 48px;
  }
  .dream-card {
    width: calc(50% - 24px);
  }
  .dream-card p {
    padding: 0 86px;
  }
  .who-we-help .container {
    padding: 0;
  }
  .who-we-help .title {
    padding: 0 20px;
  }
  .dream {
    padding: 0 20px;
  }
  .white-line a:after {
    width: 145px;
  }
  .who-we-help h2,
  .who-we-help h2 span {
    color: var(--DSC-Clarity-Blue-0041A6, #0041A6);
    text-align: center;
    font-size: 42px;
    font-weight: 400;
    line-height: 48px;
    letter-spacing: -0.42px;
  }
  .who-we-help h2 span {
    display: inline-block;
  }
}
@media (max-width: 767px) {
  .dream-card {
    width: 100%;
  }
}
.who-we-help + .ti {
  padding-top: 0;
}

.img_caption {
  color: #EDFD53;
  font-family: "ES Build TRIAL";
  font-size: 36px;
  font-weight: 400;
  line-height: 42px;
  letter-spacing: 0%;
  position: absolute;
  left: 0;
  right: 0;
  margin: 0 auto;
  text-align: center;
  opacity: 0;
  transform: translateY(20px);
  transition: all 0.5s ease;
  top: 50%;
}

.it-image {
  position: relative;
}

.it-image:hover .img_caption {
  opacity: 1;
  transform: translateY(0);
}

section.it {
  padding-top: 104px;
  padding-bottom: 104px;
}

.it-image {
  margin-right: 61px;
}

.it-image img {
  width: 100%;
  max-height: 776px;
  object-fit: cover;
  object-position: top;
  border-radius: 24px;
}

.it-content {
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.img_caption {
  font-size: 54px;
  font-style: normal;
  font-weight: 400;
  line-height: 54px;
  /* 100% */
  letter-spacing: -0.54px;
}

.img_caption span {
  font-family: Signifier;
  font-size: 54px;
  font-style: italic;
  font-weight: 300;
  line-height: 54px;
  letter-spacing: -0.54px;
}

section.it.image-right .row {
  flex-direction: row-reverse;
}
section.it.image-right .row .it-image {
  margin-left: 60px;
  margin-right: 0;
}

.it .btn_primary {
  margin-top: 32px;
}

.it_copy.body_p p {
  margin-bottom: 0;
  margin-top: 10px;
}

.it-image a {
  cursor: pointer;
  display: block;
}

.it-image a {
  position: relative;
}

.image-right.has-video .it-image a:after {
  content: "";
  background-image: url("data:image/svg+xml,%3Csvg width='90' height='90' viewBox='0 0 90 90' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M45 0C69.8528 0 90 20.1472 90 45C90 69.8528 69.8528 90 45 90C20.1472 90 0 69.8528 0 45C0 20.1472 20.1472 0 45 0ZM38.5 29.4062C36.5 28.2516 34 29.6955 34 32.0049V57.9854C34.0001 60.2946 36.5001 61.7377 38.5 60.583L61 47.5928C62.9999 46.438 63 43.5512 61 42.3965L38.5 29.4062Z' fill='black' fill-opacity='0.6'/%3E%3C/svg%3E%0A");
  width: 90px;
  height: 90px;
  position: absolute;
  display: block;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.it.blue-bg {
  background: #0041A6;
}
.it.blue-bg .section_meta.dark {
  color: #fff;
}
.it.blue-bg .h2_blue {
  color: #fff;
}
.it.blue-bg .body_p p {
  color: #fff;
}
.it.blue-bg .section_meta.dark:before {
  background-image: url("data:image/svg+xml,%3Csvg width='14' height='14' viewBox='0 0 14 14' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M0.0992647 7.13235C3.36642 8.07966 5.92157 10.6336 6.86765 13.9007C6.90564 14.0331 7.09436 14.0331 7.13235 13.9007C8.07965 10.6336 10.6336 8.07843 13.9007 7.13235C14.0331 7.09436 14.0331 6.90564 13.9007 6.86765C10.6336 5.92034 8.07843 3.36642 7.13235 0.0992647C7.09436 -0.0330882 6.90564 -0.0330882 6.86765 0.0992647C5.92034 3.36642 3.36642 5.92157 0.0992647 6.86765C-0.0330882 6.90564 -0.0330882 7.09436 0.0992647 7.13235Z' fill='white'/%3E%3C/svg%3E%0A");
}

.bottom-icons-wrapper {
  margin-top: 24px;
  margin-bottom: 24px;
}
.bottom-icons-wrapper .icon-texts {
  display: flex;
  justify-content: space-between;
  gap: 24px;
}
.bottom-icons-wrapper .icon-text-item {
  width: calc(33% - 24px);
  background: #EEEBFF;
  padding: 32px;
  border-radius: 32px;
}
.bottom-icons-wrapper span.icon-number {
  color: var(--DSC-Clarity-Blue-0041A6, #0041A6);
  /* DSC Heading Large Sans */
  font-family: "ES Build";
  font-size: 54px;
  font-style: normal;
  font-weight: 400;
  line-height: 54px;
  /* 100% */
  letter-spacing: -0.54px;
  display: block;
  margin-bottom: 10px;
}
.bottom-icons-wrapper span.icon-text {
  color: var(--DSC-Midnight-Blue-142349, #142349);
  /* DSC Body Medium 16px */
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  max-width: 210px;
  display: inline-block;
}

.it .btn_primary {
  margin-top: 32px;
}

.ti .h2_blue span {
  display: block;
}

@media (max-width: 992px) {
  section.it .row {
    flex-direction: column-reverse;
    gap: 48px;
  }
  .bottom-icons-wrapper .icon-texts {
    flex-wrap: wrap;
    justify-content: center;
  }
  .bottom-icons-wrapper .icon-text-item {
    width: calc(50% - 24px);
  }
  section.it.image-right .row .it-image {
    margin-left: 0;
  }
}
@media (max-width: 767px) {
  section.it {
    padding-top: 80px;
    padding-bottom: 75px;
  }
  .it .bottom {
    margin-top: 8px;
    margin-bottom: 5px;
  }
  .it-image {
    margin-right: 0;
  }
  .img_caption {
    font-size: 36px;
  }
  .img_caption span {
    font-size: 36px;
  }
  .bottom-icons-wrapper .icon-text-item {
    width: 100%;
  }
  section.it {
    padding-bottom: 0;
  }
  .bottom-icons-wrapper {
    margin-top: 48px;
  }
  section.it.image-right .row {
    flex-direction: column-reverse;
  }
  section.it {
    padding-bottom: 80px;
  }
  .it-image img {
    height: 360px;
    object-position: bottom;
  }
}
section.ti {
  background: var(--DSC-Pale-Lavender-EEEBFF, #EEEBFF);
  padding-top: 104px;
  padding-bottom: 104px;
}

.ti-list p {
  color: var(--DSC-Clarity-Blue-0041A6, #0041A6);
  font-family: "ES Build TRIAL";
  /* Heading Small Sans */
  font-size: 26px;
  font-style: normal;
  font-weight: 400;
  line-height: 28px;
  /* 107.692% */
  letter-spacing: -0.26px;
  margin-bottom: 0;
  margin-top: 0;
}

div.ti-list ul {
  list-style: none;
  padding: 0;
  margin: 0;
  margin-top: 48px;
}

.ti .btn_primary {
  margin-top: 32px;
}

.ti-list ul li {
  display: flex;
  height: 108px;
  padding: 24px;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  gap: 200px;
  align-self: stretch;
  border-radius: 24px;
  background: var(--White, #FFF);
  margin-bottom: 16px;
  color: var(--DSC-Clarity-Blue-0041A6, #0041A6);
  /* Heading Small Sans */
  font-size: 26px;
  font-style: normal;
  font-weight: 400;
  line-height: 28px;
  /* 107.692% */
  letter-spacing: -0.26px;
  text-decoration: none;
  background-image: url("data:image/svg+xml,%3Csvg width='38' height='38' viewBox='0 0 38 38' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Crect width='38' height='38' rx='19' fill='%230041A6'/%3E%3Cmask id='mask0_4001_2570' style='mask-type:alpha' maskUnits='userSpaceOnUse' x='9' y='9' width='20' height='20'%3E%3Crect x='9.5' y='9.5' width='19' height='19' fill='%23D9D9D9'/%3E%3C/mask%3E%3Cg mask='url(%23mask0_4001_2570)'%3E%3Cpath d='M19.0002 27.7082L17.8522 26.6791C16.5196 25.4784 15.4179 24.4426 14.547 23.5718C13.6762 22.7009 12.9835 21.9192 12.4689 21.2265C11.9543 20.5338 11.5948 19.8971 11.3903 19.3166C11.1858 18.736 11.0835 18.1423 11.0835 17.5353C11.0835 16.295 11.4991 15.2593 12.3304 14.428C13.1616 13.5968 14.1974 13.1812 15.4377 13.1812C16.1238 13.1812 16.7769 13.3263 17.397 13.6166C18.0172 13.9068 18.5516 14.3159 19.0002 14.8437C19.4488 14.3159 19.9831 13.9068 20.6033 13.6166C21.2234 13.3263 21.8766 13.1812 22.5627 13.1812C23.8029 13.1812 24.8387 13.5968 25.67 14.428C26.5012 15.2593 26.9168 16.295 26.9168 17.5353C26.9168 18.1423 26.8146 18.736 26.6101 19.3166C26.4055 19.8971 26.046 20.5338 25.5314 21.2265C25.0168 21.9192 24.3241 22.7009 23.4533 23.5718C22.5825 24.4426 21.4807 25.4784 20.1481 26.6791L19.0002 27.7082Z' fill='white'/%3E%3C/g%3E%3C/svg%3E%0A");
  background-repeat: no-repeat;
  background-position-x: 24px;
  background-position-y: 33px;
}

.ti-list ul li span {
  width: 100%;
  text-decoration: none;
  color: var(--DSC-Clarity-Blue-0041A6, #0041A6);
  font-family: "ES Build TRIAL";
  padding-left: 56px;
}

.ti-content {
  padding-right: 141px;
}

section.ti .h2_blue span {
  display: inline;
}

.ti-content {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 100%;
}

@media (max-width: 992px) {
  .ti-content {
    padding-right: 0;
  }
  section.ti {
    padding-top: 80px;
  }
  .ti-content {
    padding-right: 0;
  }
  section.ti .bottom {
    margin-top: 6px;
  }
  .ti-list ul li {
    padding: 18px;
  }
  .ti-list ul li a {
    padding-left: 56px;
  }
  section.ti {
    position: relative;
  }
  section.ti .btn.btn_primary {
    position: absolute;
    bottom: 94px;
  }
  section.ti {
    padding-bottom: 166px;
  }
  section.ti .top {
    margin-bottom: 10px;
  }
  .ti-list {
    margin-top: 32px;
  }
}
section.safety {
  background: var(--DSC-Clarity-Blue-0041A6, #0041A6);
  color: #fff;
  padding-top: 104px;
  padding-bottom: 104px;
}

.safety-top {
  display: flex;
  align-items: flex-start;
  gap: 122px;
  margin-bottom: 96px;
}

.safety-top h2 {
  margin: 0;
  font-family: "ES Build TRIAL";
}

span.safety-title {
  color: var(--DSC-Pale-Lavender-EEEBFF, #EEEBFF);
  /* DSC Heading Medium Sans */
  font-family: "ES Build";
  font-size: 36px;
  font-style: normal;
  font-weight: 400;
  line-height: 42px;
  /* 116.667% */
}

.safety-grid {
  display: flex;
  gap: 44px;
}

.icon {
  width: 120px;
  height: 120px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  background: var(--DSC-Pale-Lavender-EEEBFF, #EEEBFF);
}

.icon img {
  width: 40px;
  height: 40px;
  object-fit: contain;
}

.safety-item h3 {
  font-family: "ES Build TRIAL";
  margin-bottom: 16px;
  margin-top: 36px;
  font-weight: 400;
  font-size: 26px;
  line-height: 28px;
  letter-spacing: -0.26px;
}

.safety-item p {
  margin: 0;
  color: var(--White, #FFF);
  /* DSC Body Large 18px */
  font-size: 18px;
  font-style: normal;
  font-weight: 300;
  line-height: 24px;
  /* 133.333% */
}

section.about_founder + .safety {
  padding-top: 0;
  margin-top: -2px;
}
section.about_founder + .safety .safety-item p {
  padding-right: 20px;
}

@media (max-width: 992px) {
  .safety-grid {
    flex-wrap: wrap;
  }
  .safety-item {
    width: 45%;
  }
  .safety-top {
    flex-wrap: wrap;
    gap: 41px;
  }
}
@media (max-width: 767px) {
  span.safety-title {
    font-size: 26px;
    line-height: 28px;
    letter-spacing: -0.26px;
    color: #fff;
  }
  .safety-top {
    margin-bottom: 60px;
  }
  .safety-grid {
    gap: 24px;
  }
  .safety-item p {
    max-width: 282px;
  }
  .safety-item h3 {
    font-size: 26px;
    font-style: normal;
    font-weight: 400;
    line-height: 28px;
    letter-spacing: -0.26px;
  }
}
@media (max-width: 575px) {
  section.safety {
    padding-top: 80px;
  }
  .safety-item {
    width: 100%;
  }
}
section.human-connection {
  background: var(--DSC-Clarity-Blue-0041A6, #0041A6);
  color: #fff;
  padding-top: 104px;
  padding-bottom: 104px;
}

section.human-connection.body_p p {
  color: #fff;
}

.hc-stats {
  display: flex;
}

.hc-image img {
  width: 100%;
  border-radius: 24px;
  max-height: 304px;
  object-fit: cover;
  object-position: top;
}

section.human-connection.body_p .h2_blue {
  color: #fff;
  margin-bottom: 42px;
  color: var(--White, #FFF);
  font-size: 54px;
  font-style: normal;
  font-weight: 400;
  line-height: 54px;
  letter-spacing: -0.54px;
}

.text-letter {
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding-left: 102px;
}

.stat-number {
  color: var(--White, #FFF);
  /* DSC Heading Large Sans */
  font-size: 54px;
  font-style: normal;
  font-weight: 400;
  line-height: 54px;
  /* 100% */
  letter-spacing: -0.54px;
  margin-bottom: 10px;
  font-family: "ES Build TRIAL";
}

.stat-item {
  border-left: 1px solid var(--DSC-Pale-Lavender-EEEBFF, #EEEBFF);
  padding-left: 20px;
}

.human-row {
  display: flex;
}

.col-left {
  max-width: 411px;
  width: 35%;
}

.col-right {
  width: 70%;
}

.stat-desc {
  max-width: 200px;
  margin-top: 0;
}

.stat-item {
  padding-right: 24px;
}

.hc-stats {
  width: 100%;
  justify-content: space-between;
}

.stat-desc p {
  margin-top: 0;
}

.stat-item {
  height: 100%;
  padding-right: 0;
}

.stat-desc p {
  margin-bottom: 0;
  color: var(--White, #FFF);
  /* DSC Body Medium 16px */
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}

.hc-stats {
  gap: 0;
}

.hc-stats .col {
  width: 100%;
}

@media (max-width: 992px) {
  .hc-stats {
    gap: 24px;
  }
  .text-letter {
    padding-left: 0;
  }
  .col-left {
    width: 100%;
    max-width: 100%;
  }
  .col-right {
    width: 100%;
  }
  .human-row {
    flex-wrap: wrap;
  }
  .hc-stats {
    flex-wrap: wrap;
  }
  .hc-image img {
    height: auto;
    max-height: max-content;
  }
}
@media (max-width: 767px) {
  section.human-connection {
    padding-top: 80px;
    padding-bottom: 56px;
  }
  section.human-connection.body_p .h2_blue {
    margin-bottom: 24px;
    font-size: 42px;
    font-style: normal;
    font-weight: 400;
    line-height: 48px;
    letter-spacing: -0.42px;
  }
  .hc-content {
    padding-top: 6px;
    padding-bottom: 6px;
  }
  .stat-item {
    border: none;
    border-bottom: 1px solid rgba(255, 255, 255, 0.4);
    padding-left: 0;
    margin-bottom: 24px;
  }
  section.human-connection .col {
    max-width: 257px;
    width: 100%;
  }
  section.human-connection .col p {
    margin-top: 10px;
  }
}
.cta-contact {
  background: var(--DSC-Midnight-Blue-142349, #142349);
  color: #fff;
  text-align: center;
  padding-top: 104px;
  padding-bottom: 104px;
}

.cta-contact .cta-title {
  margin-top: 41px;
}

section.cta-contact .btn.btn_primary:hover {
  border-color: #fff;
  color: #fff;
}

.cta-contact .h2_blue {
  color: #fff;
}
.cta-contact .h2_blue span {
  display: inline;
}

.cta-contact .h2_blue {
  margin-bottom: 24px;
}

section.cta-contact .cta-buttons {
  margin-top: 60px;
}

.cta-buttons {
  display: flex;
  justify-content: center;
  gap: 16px;
}

.cta-desc {
  max-width: 846px;
  margin-left: auto;
  margin-right: auto;
}

@media (max-width: 768px) {
  .cta-contact {
    padding-top: 80px;
    padding-bottom: 80px;
  }
  .cta-contact .h2_blue {
    margin-top: 32px;
    margin-bottom: 24px;
  }
  section.cta-contact .cta-buttons {
    margin-top: 48px;
    flex-direction: column;
  }
}
.implant {
  padding: 104px 0;
}
.implant__header {
  margin-bottom: 60px;
}
.implant__header h2 span {
  display: inline;
}
.implant__content {
  display: flex;
  gap: 40px;
  margin-bottom: 40px;
}
.implant__left {
  flex: 1;
}
.implant__left .lead {
  color: var(--DSC-Clarity-Blue-0041A6, #0041A6);
  font-family: "ES Build";
  font-size: 36px;
  font-style: normal;
  font-weight: 400;
  line-height: 42px;
  margin-top: 0;
  padding-right: 30px;
}
.implant__right {
  flex: 1;
}
.implant__right p {
  margin-top: 0;
}
.implant__cards {
  display: flex;
  gap: 22px;
  background: var(--DSC-Pale-Lavender-EEEBFF, #EEEBFF);
  padding: 32px;
  border-radius: 16px;
}
.implant .card {
  flex: 1;
}
.implant .card img {
  width: 54px;
  height: 54px;
  object-fit: contain;
  padding: 8px;
}
.implant .card h4 {
  color: var(--DSC-Clarity-Blue-0041A6, #0041A6);
  font-family: "ES Build";
  font-size: 26px;
  font-style: normal;
  font-weight: 400;
  line-height: 28px;
  letter-spacing: -0.26px;
  margin-bottom: 16px;
  margin-top: 16px;
}
.implant .card p {
  margin-top: 0;
  font-size: 18px;
  line-height: 24px;
  margin-bottom: 0;
}
@media (max-width: 767px) {
  .implant__content {
    flex-direction: column;
  }
  .implant__cards {
    flex-direction: column;
  }
}

@media (min-width: 768px) and (max-width: 992px) {
  .implant .card {
    flex-basis: 45%;
  }
  .implant__cards {
    flex-wrap: wrap;
    gap: 40px;
  }
}
@media (max-width: 767px) {
  .implant {
    padding: 80px 0;
  }
  .implant__left .lead {
    color: var(--DSC-Midnight-Blue-142349, #142349);
    font-family: Signifier;
    font-size: 18px;
    font-style: normal;
    font-weight: 300;
    line-height: 24px;
    /* 133.333% */
    margin-bottom: 0;
  }
  .implant__content {
    gap: 22px;
  }
  .implant__content {
    margin-bottom: 18px;
  }
  .implant__cards {
    gap: 24px;
  }
}
.dental_accordion {
  padding: 104px 0;
  padding-bottom: 56px;
  background: var(--DSC-Pale-Lavender-EEEBFF, #EEEBFF);
}
.dental_accordion .h2_blue {
  margin-top: 0;
  margin-bottom: 96px;
}
.dental_accordion__row {
  display: flex;
  justify-content: space-between;
  padding: 48px 0;
  border-top: 1px solid #0041A6;
}
.dental_accordion h3.dental_accordion__question {
  color: var(--DSC-Clarity-Blue-0041A6, #0041A6);
  font-family: "ES Build";
  font-size: 36px;
  font-style: normal;
  font-weight: 400;
  line-height: 42px;
  /* 116.667% */
  margin: 0;
}
.dental_accordion__left {
  width: 45%;
}
.dental_accordion__right {
  width: 50%;
}
.dental_accordion__top {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  gap: 20px;
  cursor: pointer;
}
.dental_accordion__preview {
  margin: 0;
  color: #555;
}
.dental_accordion__icon {
  font-size: 22px;
  transition: transform 0.3s ease;
  transition: transform 0.3s ease;
  color: #0041A6;
  font-size: 30px;
  display: inline-flex;
  font-weight: 600;
}
.dental_accordion__expand {
  display: none;
  margin-top: 10px;
  color: #444;
}
.dental_accordion__item.active .dental_accordion__expand {
  display: block;
}
.dental_accordion__item.active .dental_accordion__icon {
  transform: rotate(45deg);
}

@media (max-width: 768px) {
  .dental_accordion__left {
    width: 100%;
  }
  .dental_accordion__right {
    width: 100%;
  }
  .dental_accordion__row {
    flex-wrap: wrap;
  }
  .dental_accordion {
    padding-top: 80px;
    padding-bottom: 32px;
  }
  .dental_accordion .h2_blue {
    margin-bottom: 32px;
  }
  .dental_accordion h3.dental_accordion__question {
    font-size: 26px;
    margin-bottom: 28px;
    padding-right: 25px;
    line-height: 28px; /* 107.692% */
    letter-spacing: -0.26px;
  }
  .dental_accordion__icon {
    position: absolute;
    top: 51px;
    right: 0;
  }
  .dental_accordion__row {
    position: relative;
  }
}
.experience-dy .h2_blue {
  margin-top: 0;
}

.experience-dy .dream-cards {
  margin-top: 30px;
}

.experience-dy {
  margin-top: 104px;
  margin-bottom: 104px;
}

.experience-dy .h2_blue span {
  display: inline-block;
  margin-bottom: 60px;
}

.experience-dy .two-content {
  display: flex;
  align-items: flex-start;
  gap: 64px;
}

.experience-dy .two-content p:first-child {
  color: var(--DSC-Clarity-Blue-0041A6, #0041A6);
  width: 40%;
  font-family: "ES Build";
  font-size: 36px;
  font-style: normal;
  font-weight: 400;
  line-height: 42px;
  /* 116.667% */
}

.experience-dy .two-content p:last-child {
  color: var(--DSC-Midnight-Blue-142349, #142349);
  font-size: 20px;
  font-style: normal;
  font-weight: 300;
  line-height: 30px;
  /* 150% */
  width: 60%;
}

.experience-dy .dream {
  margin-top: 6px;
}

.experience-dy .two-content p:first-child, .experience-dy .two-content p:last-child {
  margin-top: 0;
  width: 50%;
}

@media (max-width: 768px) {
  .experience-dy {
    margin-top: 80px;
    margin-bottom: 80px;
  }
  .experience-dy .h2_blue span {
    margin-bottom: 24px;
  }
  .experience-dy .two-content {
    flex-wrap: wrap;
    gap: 24px;
  }
  .experience-dy .two-content p:first-child,
  .experience-dy .two-content p:last-child {
    width: 100%;
  }
  .experience-dy .two-content p:first-child {
    /* Heading Small Sans */
    font-size: 26px;
    font-style: normal;
    font-weight: 400;
    line-height: 28px;
    /* 107.692% */
    letter-spacing: -0.26px;
    margin-top: 0;
    margin-bottom: 24px;
  }
  .experience-dy .two-content p:last-child {
    margin: 0;
    /* DSC Body Large 18px */
    font-size: 18px;
    font-style: normal;
    font-weight: 300;
    line-height: 24px;
    /* 133.333% */
  }
  .experience-dy .dream {
    margin-top: 30px;
  }
}
.how-works .h2_blue {
  margin-top: 0;
  margin-bottom: 96px;
}

.how-works {
  margin-top: 104px;
  margin-bottom: 104px;
}
.how-works .steps .step {
  border-top: 1px solid #0041A6;
  padding-top: 48px;
  padding-bottom: 48px;
  display: flex;
  align-items: flex-start;
  gap: 100px;
}
.how-works .step .num {
  color: var(--DSC-Clarity-Blue-0041A6, #0041A6);
  text-align: center;
  font-family: "ES Build";
  font-size: 32.287px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
.how-works .step .title {
  color: var(--DSC-Clarity-Blue-0041A6, #0041A6);
  margin: 0;
  /* DSC Heading Medium Sans */
  font-family: "ES Build";
  font-size: 36px;
  font-style: normal;
  font-weight: 400;
  line-height: 42px;
  /* 116.667% */
}
.how-works .steps .step .content {
  color: var(--DSC-Midnight-Blue-142349, #142349);
  /* DSC Body Extra Large 20px */
  font-size: 20px;
  font-style: normal;
  font-weight: 300;
  line-height: 30px;
  width: 60%;
  max-width: 628px;
}
.how-works .step .left {
  display: flex;
  align-items: center;
}
.how-works .step .num {
  display: flex;
  width: 63px;
  height: 63px;
  align-items: center;
  border-radius: 157.5px;
  border: 0.787px solid var(--DSC-Clarity-Blue-0041A6, #0041A6);
  align-items: center;
  justify-content: center;
  margin-right: 48px;
}
.how-works .steps .step {
  justify-content: space-between;
}
.how-works .bottom {
  background: #EEEBFF;
  padding: 32px;
  display: flex;
  gap: 32px;
  border-radius: 24px;
  margin-top: 50px;
}
.how-works .bottom img {
  border-radius: 18px;
}
.how-works .bottom h3 {
  color: var(--DSC-Clarity-Blue-0041A6, #0041A6);
  font-family: "ES Build";
  font-size: 36px;
  font-style: normal;
  font-weight: 400;
  line-height: 42px;
  /* 116.667% */
  margin-bottom: 24px;
  margin-bottom: 24px;
  margin-top: 0;
}
.how-works .bottom .content {
  margin-bottom: 47px;
}

.how-works .btn_anim:hover {
  color: #142349;
  border-color: #142349;
}

@media (max-width: 768px) {
  .how-works {
    margin-top: 80px;
    margin-bottom: 80px;
  }
  .how-works .h2_blue {
    margin-bottom: 32px;
  }
  .how-works .steps .step {
    flex-wrap: wrap;
    gap: 16px;
  }
  .how-works .steps .step .content {
    width: 100%;
  }
  .how-works .step .num {
    width: 38px;
    height: 38px;
    font-size: 19px;
    margin-right: 16px;
  }
  .how-works .step .title {
    font-size: 26px;
    line-height: 28px;
    /* 107.692% */
    letter-spacing: -0.26px;
    padding-top: 4px;
  }
  .how-works .bottom {
    flex-wrap: wrap;
    padding: 40px;
    padding-left: 24px;
    margin-top: 0;
  }
  .how-works .bottom h3 {
    font-size: 26px;
    font-weight: 400;
    line-height: 28px;
    /* 107.692% */
    letter-spacing: -0.26px;
  }
  .how-works .btn {
    width: 100%;
  }
}
.points {
  background: var(--DSC-Pale-Lavender-EEEBFF, #EEEBFF);
  padding-top: 104px;
  padding-bottom: 104px;
}

.points .h2_blue {
  margin-top: 0;
  margin-bottom: 24px;
}

.points .title {
  text-align: center;
  max-width: 620px;
  margin-left: auto;
  margin-right: auto;
}

.points .cards {
  display: flex;
  gap: 24px;
  margin-top: 48px;
  padding-bottom: 48px;
  justify-content: center;
}

.points .cards .card {
  border-radius: 24px;
  background: var(--White, #FFF);
  padding: 32px;
  max-width: 519px;
}

.points .cards .card h3 {
  color: var(--DSC-Clarity-Blue-0041A6, #0041A6);
  /* DSC Heading Medium Sans */
  font-family: "ES Build";
  font-size: 36px;
  font-style: normal;
  font-weight: 400;
  line-height: 42px;
  /* 116.667% */
  margin: 0;
  text-align: left;
  margin-bottom: 24px;
}

.points .cards .card ul {
  margin: 0;
  padding: 0;
  color: var(--DSC-Midnight-Blue-142349, #142349);
  /* DSC Body Extra Large 20px */
  font-family: Signifier;
  font-size: 20px;
  font-style: normal;
  font-weight: 300;
  line-height: 30px;
  /* 150% */
  margin-top: 116px;
}

.points .cards .card ul {
  list-style: none;
}

.points .cards .card ul li {
  position: relative;
}

.points .cards .card ul li:before {
  content: "";
  background-image: url("data:image/svg+xml,%3Csvg width='18' height='18' viewBox='0 0 18 18' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M7.5615 12.9078L13.9578 6.5115L13.25 5.80375L7.5615 11.4923L4.7115 8.64225L4.00375 9.35L7.5615 12.9078ZM9.00325 18C7.75875 18 6.58867 17.7638 5.493 17.2915C4.3975 16.8192 3.4445 16.1782 2.634 15.3685C1.8235 14.5588 1.18192 13.6067 0.70925 12.512C0.236417 11.4175 0 10.2479 0 9.00325C0 7.75875 0.236167 6.58867 0.7085 5.493C1.18083 4.3975 1.82183 3.4445 2.6315 2.634C3.44117 1.8235 4.39333 1.18192 5.488 0.70925C6.5825 0.236417 7.75208 0 8.99675 0C10.2413 0 11.4113 0.236167 12.507 0.708501C13.6025 1.18083 14.5555 1.82183 15.366 2.6315C16.1765 3.44117 16.8181 4.39333 17.2908 5.488C17.7636 6.5825 18 7.75208 18 8.99675C18 10.2413 17.7638 11.4113 17.2915 12.507C16.8192 13.6025 16.1782 14.5555 15.3685 15.366C14.5588 16.1765 13.6067 16.8181 12.512 17.2908C11.4175 17.7636 10.2479 18 9.00325 18ZM9 17C11.2333 17 13.125 16.225 14.675 14.675C16.225 13.125 17 11.2333 17 9C17 6.76667 16.225 4.875 14.675 3.325C13.125 1.775 11.2333 1 9 1C6.76667 1 4.875 1.775 3.325 3.325C1.775 4.875 1 6.76667 1 9C1 11.2333 1.775 13.125 3.325 14.675C4.875 16.225 6.76667 17 9 17Z' fill='%230041A6'/%3E%3C/svg%3E%0A");
  width: 18px;
  height: 18px;
  display: inline-block;
  background-repeat: no-repeat;
  margin-right: 11px;
  position: relative;
  top: 1px;
}

.points .cards .card img {
  background: #0041A6;
  padding: 16px;
  border-radius: 50%;
  width: 48px;
  height: 48px;
  object-fit: contain;
}

@media (max-width: 768px) {
  .points {
    padding-top: 80px;
    padding-bottom: 80px;
  }
  .points .h2_blue {
    margin-bottom: 33px;
    text-align: left;
    margin-bottom: 24px;
  }
  .points .body_p {
    text-align: left;
  }
  .points .cards {
    margin-top: 32px;
  }
  .points .cards {
    flex-wrap: wrap;
  }
  .points .cards .card h3 {
    font-size: 26px;
  }
  .points .cards .card ul {
    font-size: 18px;
    line-height: 24px;
    margin-top: 24px;
  }
}
.testimonial {
  background: #0041A6;
  padding: 104px 0;
  margin: -1px 0;
}
.testimonial .testimonial-quote {
  position: relative;
}
.testimonial .testimonial-quote:before {
  content: "";
  background-image: url("data:image/svg+xml,%3Csvg width='48' height='48' viewBox='0 0 48 48' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Crect width='48' height='48' rx='24' fill='%23EEEBFF'/%3E%3Cmask id='mask0_2824_19657' style='mask-type:alpha' maskUnits='userSpaceOnUse' x='12' y='12' width='24' height='24'%3E%3Crect x='12' y='12' width='24' height='24' fill='%23D9D9D9'/%3E%3C/mask%3E%3Cg mask='url(%23mask0_2824_19657)'%3E%3Cpath d='M17.7 30L20 26C18.9 26 17.9583 25.6083 17.175 24.825C16.3917 24.0417 16 23.1 16 22C16 20.9 16.3917 19.9583 17.175 19.175C17.9583 18.3917 18.9 18 20 18C21.1 18 22.0417 18.3917 22.825 19.175C23.6083 19.9583 24 20.9 24 22C24 22.3833 23.9542 22.7375 23.8625 23.0625C23.7708 23.3875 23.6333 23.7 23.45 24L20 30H17.7ZM26.7 30L29 26C27.9 26 26.9583 25.6083 26.175 24.825C25.3917 24.0417 25 23.1 25 22C25 20.9 25.3917 19.9583 26.175 19.175C26.9583 18.3917 27.9 18 29 18C30.1 18 31.0417 18.3917 31.825 19.175C32.6083 19.9583 33 20.9 33 22C33 22.3833 32.9542 22.7375 32.8625 23.0625C32.7708 23.3875 32.6333 23.7 32.45 24L29 30H26.7Z' fill='%230041A6'/%3E%3C/g%3E%3C/svg%3E%0A");
  width: 48px;
  height: 48px;
  display: inline-block;
  margin-bottom: 24px;
}
.testimonial .quote {
  color: var(--White, #FFF);
  /* DSC Heading Medium Sans */
  font-family: "ES Build";
  font-size: 36px;
  font-style: normal;
  font-weight: 400;
  line-height: 42px;
  /* 116.667% */
}
.testimonial h4 {
  margin: 0;
  color: var(--DSC-Pale-Lavender-EEEBFF, #EEEBFF);
  font-family: Signifier;
  font-size: 26px;
  font-style: italic;
  font-weight: 300;
  line-height: 32px;
  /* 123.077% */
  letter-spacing: -0.26px;
  margin-top: 48px;
}

#about-blue {
  background: #0041a6;
}
#about-blue .btn_primary:hover {
  border-color: #fff;
  color: #fff;
}
#about-blue .ti-content {
  justify-content: flex-start;
}
#about-blue .section_meta,
#about-blue .h2_blue,
#about-blue .body_p p {
  color: #fff;
}
#about-blue .it_copy {
  margin-top: 48px;
  margin-bottom: 48px;
}
#about-blue .it_copy p {
  margin: 0;
}
#about-blue .list li {
  color: var(--White, #FFF);
  font-family: "ES Build";
  font-size: 26px;
  font-style: normal;
  font-weight: 400;
  line-height: 28px;
  /* 107.692% */
  letter-spacing: -0.26px;
  list-style: none;
  border-bottom: 1px solid #fff;
  padding: 32px 0;
}
#about-blue .list ul {
  margin: 0;
  padding: 0;
}

.history {
  background: #0041a6;
  padding: 104px 0;
}

.history * {
  color: #fff;
}

.history .h2_blue {
  margin-bottom: 48px;
}

.history .container {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 148px;
}
@media (min-width: 1600px) {
  .history .container {
    justify-content: flex-start;
  }
}

.history-left {
  max-width: 519px;
}

span.year {
  color: var(--White, #FFF);
  /* DSC Heading Large Sans */
  font-family: "ES Build";
  font-size: 54px;
  font-style: normal;
  font-weight: 400;
  line-height: 54px;
  /* 100% */
  letter-spacing: -0.54px;
  margin-bottom: 16px;
}

.h-title {
  color: var(--White, #FFF);
  /* Heading Small Sans */
  font-family: "ES Build";
  font-size: 26px;
  font-style: normal;
  font-weight: 400;
  line-height: 28px;
  /* 107.692% */
  letter-spacing: -0.26px;
  margin-bottom: 16px;
}

.h-desig {
  color: var(--White, #FFF);
  /* DSC Body Large 18px */
  font-family: Signifier;
  font-size: 18px;
  font-style: normal;
  font-weight: 300;
  line-height: 24px;
  /* 133.333% */
}

.hb {
  margin-bottom: 40px;
}

.h-bwrap {
  position: relative;
  padding-left: 70px;
}

.timeline-line {
  position: absolute;
  left: 28px;
  top: 35px;
  bottom: 25px;
  width: 2px;
  background: rgba(255, 255, 255, 0.2);
  overflow: hidden;
  height: calc(100% + 50px);
}

.timeline-progress {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 0%;
  background: #fff;
  transition: height 1s linear;
}

.hb {
  position: relative;
  padding-bottom: 90px;
  opacity: 0.3;
  transition: opacity 0.5s ease;
}

.hb:last-child {
  padding-bottom: 0;
}

.hb.active {
  opacity: 1;
}

.dot {
  position: absolute;
  left: -50px;
  top: 18px;
  width: 18px;
  height: 18px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.4);
  transition: 0.4s ease;
}

.hb.active .dot {
  background: #fff;
  transform: scale(1.1);
}

.year {
  display: block;
  transition: 0.4s ease;
}

.hb.active .year {
  opacity: 1;
}

.hb:not(.active) .year,
.hb:not(.active) .h-title,
.hb:not(.active) .h-desig {
  opacity: 0.45;
}

@media (max-width: 992px) {
  .testimonial {
    padding-top: 0;
    padding-bottom: 0;
  }
  .testimonial .quote {
    font-size: 26px;
    line-height: 28px;
    /* 107.692% */
    letter-spacing: -0.26px;
  }
  .testimonial h4 {
    margin-top: 32px;
    font-size: 18px;
  }
  #about-blue .it_copy {
    margin-top: 18px;
    margin-bottom: 0;
  }
  .history .h2_blue {
    margin-bottom: 24px;
  }
  .history .container {
    gap: 48px;
  }
  .hb {
    padding-bottom: 40px;
    margin-bottom: 0;
  }
  .history {
    padding-bottom: 125px;
  }
}
.mv {
  margin-top: 104px;
  margin-bottom: 104px;
  text-align: center;
}
.mv .dream-card p {
  font-size: 20px;
  line-height: 30px;
}

.m .dream-card {
  width: calc(50% - 104px);
}
.m .dream-cards {
  justify-content: center;
}
.m .h2_blue span {
  display: inline-block;
}
.m .dream h2 {
  margin: 24px 0;
}

.v {
  margin-top: 104px;
}
.v .h2_blue span {
  display: inline-block;
}
.v .dream-card {
  width: calc(25% - 64px);
}
.v .dream-cards {
  gap: 64px;
  justify-content: space-between;
}
.v .content.body_p {
  max-width: 527px;
  margin: 0 auto;
  margin-top: 32px;
}

@media (max-width: 992px) {
  .mv .dream-cards {
    flex-wrap: wrap;
    gap: 40px;
  }
  .m .dream-card {
    width: 100%;
  }
  .mv .dream-card p {
    padding: 0;
  }
  .mv .dream {
    margin-top: 50px;
  }
  .v {
    margin-top: 0;
  }
  .v .dream-card {
    width: 100%;
  }
  .mv .dream-card h3 {
    margin-top: 24px;
  }
}
.form-map {
  background: var(--DSC-Pale-Lavender-EEEBFF, #EEEBFF);
  padding-top: 104px;
  text-align: center;
  padding-bottom: 104px;
}
.form-map .two-col {
  display: flex;
  justify-content: space-between;
  gap: 30px;
  align-items: flex-start;
}
.form-map .two-col .left,
.form-map .two-col .right {
  width: calc(50% - 15px);
}
.form-map .two-col .left {
  border-radius: 24px;
  background: var(--White, #FFF);
  padding: 32px;
}

.form-map h2 {
  margin-top: 0;
  margin-bottom: 24px;
}

.title.body_p p {
  margin-top: 24px;
  margin-bottom: 48px;
}

#gform.left .gform_wrapper input[type=text],
#gform.left .gform_wrapper input[type=email],
#gform.left .gform_wrapper textarea.large,
#gform.left .gform_wrapper input[type=tel] {
  border-radius: 8px;
  border: 1px solid var(--black-10, rgba(0, 0, 0, 0.1));
  background: var(--White, #FFF);
  text-align: left;
  color: var(--DSC-Midnight-Blue-142349, #142349);
  font-family: "ES Build TRIAL";
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  padding-left: 15px;
}
#gform.left .gform_wrapper textarea.large {
  min-height: 151px;
}
#gform.left .gform-theme--foundation .gform_fields {
  column-gap: 15px;
  row-gap: 20px;
}
#gform.left .gfield--type-multi_choice {
  text-align: left;
  margin-top: 15px;
  margin-bottom: 15px;
}
#gform.left .gfield--type-multi_choice legend,
#gform.left .gfield--type-multi_choice * {
  color: var(--DSC-Midnight-Blue-142349, #142349);
  font-family: "ES Build TRIAL";
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
#gform.left .gfield_radio {
  display: flex;
  flex-wrap: nowrap;
  flex-direction: row;
  width: 100%;
}
#gform.left .gchoice {
  align-items: center;
}
#gform.left .gform_wrapper input[type=submit] {
  color: #fff;
}
#gform.left .gform_wrapper input[type=submit]:hover {
  background: #12A89D !important;
}
#gform.left .gchoice input + label {
  position: relative;
  margin: 0;
  cursor: pointer;
}
#gform.left .gchoice input + label:before {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='18' height='18' viewBox='0 0 18 18' fill='none'%3E%3Cpath d='M9.00325 18C7.75875 18 6.58867 17.7638 5.493 17.2915C4.3975 16.8192 3.4445 16.1782 2.634 15.3685C1.8235 14.5588 1.18192 13.6067 0.70925 12.512C0.236417 11.4175 0 10.2479 0 9.00325C0 7.75875 0.236167 6.58867 0.7085 5.493C1.18083 4.3975 1.82183 3.4445 2.6315 2.634C3.44117 1.8235 4.39333 1.18192 5.488 0.70925C6.5825 0.236417 7.75208 0 8.99675 0C10.2413 0 11.4113 0.236167 12.507 0.708501C13.6025 1.18083 14.5555 1.82183 15.366 2.6315C16.1765 3.44117 16.8181 4.39333 17.2908 5.488C17.7636 6.5825 18 7.75208 18 8.99675C18 10.2413 17.7638 11.4113 17.2915 12.507C16.8192 13.6025 16.1782 14.5555 15.3685 15.366C14.5588 16.1765 13.6067 16.8181 12.512 17.2908C11.4175 17.7636 10.2479 18 9.00325 18ZM9 17C11.2333 17 13.125 16.225 14.675 14.675C16.225 13.125 17 11.2333 17 9C17 6.76667 16.225 4.875 14.675 3.325C13.125 1.775 11.2333 1 9 1C6.76667 1 4.875 1.775 3.325 3.325C1.775 4.875 1 6.76667 1 9C1 11.2333 1.775 13.125 3.325 14.675C4.875 16.225 6.76667 17 9 17Z' fill='%230041A6'/%3E%3C/svg%3E");
  content: "";
  width: 20px;
  height: 20px;
  display: inline-block;
  background-position: center;
  background-repeat: no-repeat;
  top: 3px;
  position: relative;
  margin-right: 10px;
}
#gform.left .gchoice input:checked + label:before {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='18' height='18' viewBox='0 0 18 18' fill='none'%3E%3Cpath d='M7.5615 12.9078L13.9578 6.5115L13.25 5.80375L7.5615 11.4923L4.7115 8.64225L4.00375 9.35L7.5615 12.9078ZM9.00325 18C7.75875 18 6.58867 17.7638 5.493 17.2915C4.3975 16.8192 3.4445 16.1782 2.634 15.3685C1.8235 14.5588 1.18192 13.6067 0.70925 12.512C0.236417 11.4175 0 10.2479 0 9.00325C0 7.75875 0.236167 6.58867 0.7085 5.493C1.18083 4.3975 1.82183 3.4445 2.6315 2.634C3.44117 1.8235 4.39333 1.18192 5.488 0.70925C6.5825 0.236417 7.75208 0 8.99675 0C10.2413 0 11.4113 0.236167 12.507 0.708501C13.6025 1.18083 14.5555 1.82183 15.366 2.6315C16.1765 3.44117 16.8181 4.39333 17.2908 5.488C17.7636 6.5825 18 7.75208 18 8.99675C18 10.2413 17.7638 11.4113 17.2915 12.507C16.8192 13.6025 16.1782 14.5555 15.3685 15.366C14.5588 16.1765 13.6067 16.8181 12.512 17.2908C11.4175 17.7636 10.2479 18 9.00325 18ZM9 17C11.2333 17 13.125 16.225 14.675 14.675C16.225 13.125 17 11.2333 17 9C17 6.76667 16.225 4.875 14.675 3.325C13.125 1.775 11.2333 1 9 1C6.76667 1 4.875 1.775 3.325 3.325C1.775 4.875 1 6.76667 1 9C1 11.2333 1.775 13.125 3.325 14.675C4.875 16.225 6.76667 17 9 17Z' fill='%230041A6'/%3E%3C/svg%3E");
}
#gform.left .gchoice input {
  opacity: 0;
  display: none;
}
#gform.left .gfield_radio {
  gap: 18px;
}

.map-zoom iframe {
  clip-path: inset(65px 0px 0px 2px);
  margin-top: -63px;
}

.map-zoom {
  overflow: hidden;
}

.form-map .right,
.form-map iframe {
  border-radius: 24px;
  overflow: hidden;
}

.gfield_validation_message {
  text-align: left;
  font-family: "ES Build TRIAL" !important;
}

.form-map .validation_message {
  text-align: left;
  font-family: "ES Build TRIAL" !important;
}

@media (max-width: 992px) {
  .form-map {
    padding: 80px 0;
  }
  .form-map .title.body_p p {
    margin-bottom: 24px;
  }
  .form-map .two-col {
    flex-wrap: wrap;
  }
  .form-map .two-col .left,
  .form-map .two-col .right {
    width: 100%;
  }
  #gform.left .gform-theme--foundation .gform_fields {
    row-gap: 12px;
  }
  #gform.left .gform_wrapper input[type=submit] {
    width: auto;
  }
  .form-map iframe {
    aspect-ratio: 16/9;
    height: auto;
    min-height: 435px;
  }
}
.location-single .expertise_block {
  gap: 62px;
}
.location-single .expertise_section .row .expertise-col .hero_img img {
  max-height: 340px;
  object-fit: cover;
}
.location-single .expertise_block .expertise_bottom {
  margin: 0;
}
.location-single .expertise_block p:empty {
  display: none;
}
.location-single .about_founder .about_founder-left h2 span {
  font-size: 36px;
}
.location-single .about_founder .about_founder-left {
  padding-right: 80px;
}
.location-single .locations_intro {
  text-align: center;
  width: 100%;
}
.location-single .locations .row .col-10 {
  flex-basis: 100%;
}

.experience_section.enable_full_width_without_image .row .col-5 {
  flex-basis: 100%;
  text-align: center;
}
.experience_section.enable_full_width_without_image .experience_content .experience_copy p:last-child {
  max-width: 612px;
  margin-left: auto;
  margin-right: auto;
}
.experience_section.enable_full_width_without_image .experience_content h2 sup {
  /* 100% */
  color: #464646;
  text-align: center;
  /* DSC Heading Extra Large Sans */
  font-family: "ES Build TRIAL" !important;
  font-size: 66px;
  font-style: normal;
  font-weight: 900;
  line-height: 66px;
  /* 100% */
  letter-spacing: -0.66px;
}
.experience_section.enable_full_width_without_image .experience_items .experience_items-block .step_copy {
  max-width: 262px;
}
.experience_section.enable_full_width_without_image .experience_items .experience_items-block .step_title {
  max-width: 254px;
}
.experience_section.enable_full_width_without_image .experience_content .experience_copy {
  margin-top: 75px;
}
.experience_section.enable_full_width_without_image .experience_items .experience_items-block {
  padding: 0 28px;
}

@media (max-width: 992px) {
  .expertise_block .expertise_bottom {
    margin-top: 40px;
  }
  .location-single .about_founder .about_founder-left {
    padding-right: 0;
  }
  .location-single .about_founder .about_founder-right {
    display: block;
    margin-top: 50px;
  }
  .location-single .experience_section.enable_full_width_without_image .experience_content h2 sup {
    font-size: 25px;
  }
  .location-single .experience_section .experience_content h2 {
    text-align: left;
  }
  .location-single .experience_section .experience_content {
    text-align: left;
  }
  .location-single .experience_section.enable_full_width_without_image .experience_content .experience_copy {
    margin-top: 24px;
  }
  .location-single .locations {
    padding-top: 0;
  }
  .location-single .locations .locations_intro {
    text-align: left;
  }
}

/*# sourceMappingURL=custom.css.map */
