@charset "UTF-8";
.hide_mob {
  display: none !important;
}
@media (min-width: 1025px) {
  .hide_mob {
    display: block !important;
  }
}

.hide_mob_flex {
  display: none !important;
}
@media (min-width: 1025px) {
  .hide_mob_flex {
    display: flex !important;
  }
}

.hide_desktop {
  display: block !important;
}
@media (min-width: 1025px) {
  .hide_desktop {
    display: none !important;
  }
}

.hide_desktop_flex {
  display: flex !important;
}
@media (min-width: 1025px) {
  .hide_desktop_flex {
    display: none !important;
  }
}

.hide_mob_inline {
  display: none !important;
}
@media (min-width: 1025px) {
  .hide_mob_inline {
    display: inline-flex !important;
  }
}

.hide_desktop_inline {
  display: inline-flex !important;
}
@media (min-width: 1025px) {
  .hide_desktop_inline {
    display: none !important;
  }
}

body {
  margin: 0;
}

.has-scroll-smooth {
  overflow: hidden;
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
}

.container {
  position: relative;
  margin: 0 20px;
  max-width: 1632px;
}
@media (min-width: 768px) {
  .container {
    margin: 0 36px;
  }
}
@media (min-width: 1025px) {
  .container {
    margin: 0 48px;
  }
}
@media (min-width: 1672px) {
  .container {
    margin: 0 auto;
  }
}

p {
  margin-top: 0;
}

.site_body {
  display: flex;
  width: 100%;
  flex-direction: column;
  padding-top: 88px;
}
@media (min-width: 1025px) {
  .site_body {
    padding-top: 144px;
  }
}

#smooth-wrapper {
  overflow: hidden !important;
}
@media (min-width: 1025px) {
  #smooth-wrapper {
    overflow: visible !important;
  }
}

.no-transform {
  transform: none !important;
}

.light_green_bg {
  background: #B3EFE7 !important;
}

.light_blue_bg {
  background: #E6F0FF !important;
}

.faded_blue_bg {
  background: #9BC4FF !important;
}

.blue_bg {
  background: #15367B !important;
}

br {
  margin-bottom: 24px;
  display: block;
  width: 100%;
  height: 24px;
}

.no-top-margin {
  margin-top: 0 !important;
}

.white_content {
  color: #fff;
}
.white_content h2, .white_content h3, .white_content h4, .white_content p {
  color: #fff;
}
.white_content div {
  color: #fff !important;
}

.large_component_spacing {
  margin: 60px 0;
}
@media (min-width: 1025px) {
  .large_component_spacing {
    margin: 100px 0;
  }
}

.large_component_spacing {
  margin: 60px 0;
}
@media (min-width: 1025px) {
  .large_component_spacing {
    margin: 100px 0;
  }
}

@keyframes scrollUpText {
  to {
    bottom: 0;
  }
}
@keyframes slideInPop {
  0% {
    right: -100%;
    background: rgba(0, 0, 0, 0);
  }
  90% {
    background: rgba(0, 0, 0, 0);
  }
  100% {
    right: 0;
    background: rgba(0, 0, 0, 0.34);
  }
}
.popup_overlay {
  background: rgba(0, 0, 0, 0);
  position: fixed;
  top: 0;
  right: -100%;
  width: 100%;
  height: 100vh;
  z-index: 99999999999;
}
.popup_overlay.active_popup_overlay {
  animation: slideInPop 1s ease forwards;
}

.no-scroll {
  overflow: hidden;
  height: 100% !important;
  width: 100% !important;
}

.cta_button[target=_blank]:before {
  content: url("../images/new-tab.svg") !important;
}
.cta_button[target=_blank]:after {
  content: url("../images/new-tab.svg") !important;
}

.load_more {
  display: flex;
  width: 100%;
  justify-content: center;
}

.load_more_button {
  background-color: unset;
  color: #1F1F1F;
  border: 1px solid #1F1F1F;
  padding: 0 24px 0 24px;
  height: 40px;
  cursor: pointer;
  font-family: "Be Vietnam Pro", sans-serif;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 100%;
  letter-spacing: -0.42px;
  text-transform: capitalize;
  border-radius: 56px;
  transition: 0.6s;
  text-decoration: none;
  display: inline-flex;
  align-items: center;
  position: relative;
  overflow: hidden;
}
.load_more_button:hover {
  background-color: #066CFF;
  color: #fff;
  border-color: #066CFF;
}

header {
  padding: 24px 0 24px 0;
  z-index: 999999999;
  width: 100%;
  position: fixed;
}
@media (min-width: 1025px) {
  header {
    z-index: 95;
  }
}
header .remove_top_header {
  height: 0 !important;
  opacity: 0;
  margin-bottom: 0 !important;
}
header .top_menu {
  display: flex;
  margin-bottom: 24px;
  justify-content: flex-end;
  transition: 0.6s;
  height: 20px;
  overflow: hidden;
}
@media (max-width: 1025px) {
  header .top_menu {
    display: none;
  }
}
header .top_menu ul {
  display: flex;
  flex-direction: row;
  gap: 24px;
  margin: 0;
  padding: 0;
}
header .top_menu ul li {
  list-style-type: none;
}
header .top_menu ul li a {
  font-family: "Be Vietnam Pro", sans-serif;
  color: #fff;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 140%; /* 19.6px */
  letter-spacing: -0.42px;
  text-transform: capitalize;
  text-decoration: none;
}
header .main_menu_section {
  display: flex;
  flex-direction: row;
  gap: 48px;
  align-items: center;
  justify-content: space-between;
}
@media (min-width: 1025px) {
  header .main_menu_section {
    justify-content: unset;
  }
}
header .main_menu_section .logo img {
  max-width: 225px;
}
@media (min-width: 768px) {
  header .main_menu_section .logo img {
    max-width: 275px;
  }
}
header .main_menu_section .main_menu {
  display: none;
  flex-direction: row;
  justify-content: space-between;
  width: 100%;
  align-items: center;
}
@media (min-width: 1025px) {
  header .main_menu_section .main_menu {
    display: flex;
  }
}
header .main_menu_section .main_menu .menu ul {
  display: flex;
  flex-direction: row;
  gap: 40px;
  margin: 0;
  padding: 0;
}
header .main_menu_section .main_menu .menu ul li {
  list-style-type: none;
}
header .main_menu_section .main_menu .menu ul li a {
  font-family: "Be Vietnam Pro", sans-serif;
  color: #fff;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 140%;
  letter-spacing: -0.48px;
  text-transform: capitalize;
  text-decoration: none;
}
header .main_menu_section .main_menu .menu ul li a:after {
  content: url("../images/menu-chevrons.svg");
  position: relative;
  top: 8px;
  right: -4px;
}
header .main_menu_section .main_menu .menu .mega_sub_menu {
  position: absolute;
  left: 0;
  top: 116px;
  background: #fff;
  width: 100%;
  padding: 24px 0 24px 0;
  z-index: 999;
  display: flex;
  flex-direction: row;
  gap: 40px;
  display: none;
}
@media (min-width: 1367px) {
  header .main_menu_section .main_menu .menu .mega_sub_menu {
    gap: 80px;
  }
}
@media (min-width: 1500px) {
  header .main_menu_section .main_menu .menu .mega_sub_menu {
    gap: 160px;
  }
}
header .main_menu_section .main_menu .menu .mega_sub_menu:before {
  content: "";
  position: absolute;
  z-index: 90;
  left: -50%;
  width: 175%;
  height: 100%;
  background: #fff;
  top: 0;
}
header .main_menu_section .main_menu .menu .mega_sub_menu .one_third {
  position: relative;
  z-index: 99;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  flex: 1;
  gap: 120px;
  box-sizing: border-box;
  padding: 16px 0 16px 0;
  max-width: 400px;
  min-width: 400px;
}
header .main_menu_section .main_menu .menu .mega_sub_menu .one_third .top_content h2 {
  font-family: "Cormorant Garamond", serif;
  font-size: 48px;
  font-style: normal;
  font-weight: 400;
  line-height: 100%;
  letter-spacing: -2.4px;
  color: #1F1F1F;
  margin-bottom: 16px;
  margin-top: 0;
}
header .main_menu_section .main_menu .menu .mega_sub_menu .one_third .top_content p {
  font-family: "Be Vietnam Pro", sans-serif;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 140%;
  letter-spacing: -0.42px;
  color: #1F1F1F;
  margin-bottom: 40px;
}
header .main_menu_section .main_menu .menu .mega_sub_menu .one_third .top_content .cta_button {
  background-color: #066CFF;
  color: #fff;
  border: 1px solid #066CFF;
  padding: 0 52px 0 24px;
  height: 48px;
  cursor: pointer;
  font-family: "Be Vietnam Pro", sans-serif;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 100%;
  letter-spacing: -0.42px;
  text-transform: capitalize;
  border-radius: 56px;
  text-decoration: none;
  display: inline-flex;
  align-items: center;
  position: relative;
  overflow: hidden;
  transition: 0.6s;
}
header .main_menu_section .main_menu .menu .mega_sub_menu .one_third .top_content .cta_button:after {
  content: url("../images/button-arrow.svg");
  position: absolute;
  right: 20px;
  top: 12px;
  transition: 0.6s;
  filter: invert(0);
}
header .main_menu_section .main_menu .menu .mega_sub_menu .one_third .top_content .cta_button:before {
  content: url("../images/button-arrow.svg");
  position: absolute;
  left: -50px;
  top: 12px;
  transition: 0.6s;
  filter: invert(0);
}
header .main_menu_section .main_menu .menu .mega_sub_menu .one_third .top_content .cta_button:hover {
  background-color: #41D6C2;
  border: 1px solid #41D6C2;
  color: #1F1F1F;
  padding: 0 24px 0 52px;
}
header .main_menu_section .main_menu .menu .mega_sub_menu .one_third .top_content .cta_button:hover:after {
  right: -50px;
  top: 12px;
  filter: invert(1);
}
header .main_menu_section .main_menu .menu .mega_sub_menu .one_third .top_content .cta_button:hover:before {
  left: 20px;
  top: 12px;
  filter: invert(1);
}
header .main_menu_section .main_menu .menu .mega_sub_menu .one_third .top_content .cta_button span {
  position: relative;
}
header .main_menu_section .main_menu .menu .mega_sub_menu .one_third .top_content .cta_button.is-inview {
  max-width: 100%;
}
header .main_menu_section .main_menu .menu .mega_sub_menu .one_third .top_content .cta_button.is-inview span {
  animation: scrollUpText 0.6s ease-in forwards;
}
header .main_menu_section .main_menu .menu .mega_sub_menu .one_third .top_content .cta_button:after {
  filter: unset !important;
}
header .main_menu_section .main_menu .menu .mega_sub_menu .one_third .bottom_content .heading {
  font-family: "Be Vietnam Pro", sans-serif;
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: 100%;
  letter-spacing: 1px;
  text-transform: uppercase;
  color: #1F1F1F;
  margin-bottom: 24px;
}
header .main_menu_section .main_menu .menu .mega_sub_menu .one_third .bottom_content .wrapping_list {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  margin: 0;
  padding: 0;
  gap: 8px;
}
header .main_menu_section .main_menu .menu .mega_sub_menu .one_third .bottom_content .wrapping_list li {
  list-style-type: none;
}
header .main_menu_section .main_menu .menu .mega_sub_menu .one_third .bottom_content .wrapping_list li a {
  font-family: "Be Vietnam Pro", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 140%;
  letter-spacing: -0.48px;
  text-transform: capitalize;
  color: #15367B;
}
header .main_menu_section .main_menu .menu .mega_sub_menu .one_third .bottom_content .wrapping_list li a:after {
  content: none;
}
header .main_menu_section .main_menu .menu .mega_sub_menu .two_third {
  position: relative;
  z-index: 99;
  display: flex;
  flex: 2;
  flex-direction: row;
  gap: 40px;
  padding: 16px 0;
}
@media (min-width: 1367px) {
  header .main_menu_section .main_menu .menu .mega_sub_menu .two_third {
    gap: 80px;
  }
}
@media (min-width: 1500px) {
  header .main_menu_section .main_menu .menu .mega_sub_menu .two_third {
    gap: 160px;
  }
}
header .main_menu_section .main_menu .menu .mega_sub_menu .two_third .mega_sub_main {
  max-width: 400px;
  min-width: 350px;
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
header .main_menu_section .main_menu .menu .mega_sub_menu .two_third .mega_sub_main:before {
  position: absolute;
  top: 0;
  left: -20px;
  content: "";
  height: 100%;
  width: 1px;
  background: #D4D4D4;
}
@media (min-width: 1367px) {
  header .main_menu_section .main_menu .menu .mega_sub_menu .two_third .mega_sub_main:before {
    left: -40px;
  }
}
@media (min-width: 1500px) {
  header .main_menu_section .main_menu .menu .mega_sub_menu .two_third .mega_sub_main:before {
    left: -80px;
  }
}
header .main_menu_section .main_menu .menu .mega_sub_menu .two_third .mega_sub_main ul {
  display: flex;
  flex-direction: column;
  gap: 8px;
  margin: 0;
  padding: 0;
}
header .main_menu_section .main_menu .menu .mega_sub_menu .two_third .mega_sub_main ul li {
  list-style-type: none;
}
header .main_menu_section .main_menu .menu .mega_sub_menu .two_third .mega_sub_main ul li a {
  display: flex;
  gap: 16px;
  align-items: center;
  transition: 0.3s;
}
header .main_menu_section .main_menu .menu .mega_sub_menu .two_third .mega_sub_main ul li a .icon_holder {
  min-width: 56px;
  height: 56px;
  background: #f8fbff;
  display: flex;
  border-radius: 100%;
  align-items: center;
  justify-content: center;
  transition: 0.3s;
}
header .main_menu_section .main_menu .menu .mega_sub_menu .two_third .mega_sub_main ul li a:after {
  content: none;
}
header .main_menu_section .main_menu .menu .mega_sub_menu .two_third .mega_sub_main ul li a:hover {
  text-decoration: underline;
}
header .main_menu_section .main_menu .menu .mega_sub_menu .two_third .mega_sub_main ul li a:hover .icon_holder {
  background: #e9f2ff;
}
header .main_menu_section .main_menu .menu .mega_sub_menu .two_third .mega_sub_main .quick_sub_nav .title {
  font-family: "Be Vietnam Pro", sans-serif;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 100%;
  letter-spacing: 1px;
  text-transform: uppercase;
  color: #1F1F1F;
  margin-bottom: 24px;
}
header .main_menu_section .main_menu .menu .mega_sub_menu .two_third .mega_sub_main .quick_sub_nav ul {
  display: flex;
  flex-direction: column;
  gap: 22px !important;
}
header .main_menu_section .main_menu .menu .mega_sub_menu .two_third .mega_sub_main .quick_sub_nav ul a {
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 100%;
  letter-spacing: -0.42px;
  text-transform: capitalize;
}
header .main_menu_section .main_menu .menu .mega_sub_menu .two_third .mega_sub_nav {
  position: relative;
  padding: 16px 0;
}
header .main_menu_section .main_menu .menu .mega_sub_menu .two_third .mega_sub_nav:before {
  position: absolute;
  top: 0;
  left: -20px;
  content: "";
  height: 100%;
  width: 1px;
  background: #D4D4D4;
}
@media (min-width: 1367px) {
  header .main_menu_section .main_menu .menu .mega_sub_menu .two_third .mega_sub_nav:before {
    left: -40px;
  }
}
@media (min-width: 1500px) {
  header .main_menu_section .main_menu .menu .mega_sub_menu .two_third .mega_sub_nav:before {
    left: -80px;
  }
}
header .main_menu_section .main_menu .menu .mega_sub_menu .two_third .mega_sub_nav .mega_sub_sub_nav {
  display: none;
  flex-direction: column;
  gap: 22px !important;
}
header .main_menu_section .main_menu .menu .mega_sub_menu .two_third .mega_sub_nav .mega_sub_sub_nav .mega_sub_sub_nav_title {
  display: block;
  margin-bottom: 18px;
  text-transform: uppercase;
  font-size: 12px;
  letter-spacing: 1px;
  line-height: 100%;
}
header .main_menu_section .main_menu .menu .mega_sub_menu .two_third .mega_sub_nav .mega_sub_sub_nav li a {
  font-family: "Be Vietnam Pro", sans-serif;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 100%;
  letter-spacing: -0.42px;
  text-transform: capitalize;
  transition: 0.3s;
}
header .main_menu_section .main_menu .menu .mega_sub_menu .two_third .mega_sub_nav .mega_sub_sub_nav li a:hover {
  text-decoration: underline;
}
header .main_menu_section .main_menu .menu .mega_sub_menu .two_third .mega_sub_nav .mega_sub_sub_nav li a:after {
  content: none;
}
header .main_menu_section .main_menu .menu .mega_sub_menu .two_third .mega_sub_nav .show_sub {
  display: flex;
}
header .main_menu_section .main_menu .menu .mega_sub_menu .two_third .mega_sub_nav .quick_links {
  display: flex;
  flex-direction: column;
  gap: 16px;
  max-width: 550px;
  margin: 0;
}
header .main_menu_section .main_menu .menu .mega_sub_menu .two_third .mega_sub_nav .quick_links .quick_link {
  background: #F8FBFF;
  display: flex;
  flex-direction: row;
}
header .main_menu_section .main_menu .menu .mega_sub_menu .two_third .mega_sub_nav .quick_links .quick_link img {
  width: 133px;
  height: 178px;
}
header .main_menu_section .main_menu .menu .mega_sub_menu .two_third .mega_sub_nav .quick_links .quick_link .inner_content {
  padding: 24px;
}
header .main_menu_section .main_menu .menu .mega_sub_menu .two_third .mega_sub_nav .quick_links .quick_link .inner_content .head {
  font-family: "Be Vietnam Pro", sans-serif;
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
  line-height: 140%;
  letter-spacing: -0.54px;
  color: #1F1F1F;
  padding-bottom: 25px;
}
header .main_menu_section .main_menu .menu .mega_sub_menu .two_third .mega_sub_nav .quick_links .quick_link .inner_content .title {
  font-family: "Be Vietnam Pro", sans-serif;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 100%;
  letter-spacing: 1px;
  text-transform: uppercase;
  color: #066CFF;
  margin-bottom: 16px;
}
header .main_menu_section .main_menu .menu .mega_sub_menu .two_third .mega_sub_nav .quick_links .quick_link .inner_content p {
  font-family: "Be Vietnam Pro", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 140%;
  letter-spacing: -0.48px;
  color: #1F1F1F;
  margin-bottom: 40px;
}
header .main_menu_section .main_menu .menu .mega_sub_menu .two_third .mega_sub_nav .quick_links .quick_link .inner_content .basic_button {
  display: inline-flex;
  font-family: "Be Vietnam Pro", sans-serif;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 100%;
  letter-spacing: -0.48px;
  text-transform: capitalize;
  padding-bottom: 8px;
  border-bottom: 1px solid #D4D4D4;
  text-decoration: none;
  color: #1F1F1F;
}
header .main_menu_section .main_menu .menu .mega_sub_menu .two_third .mega_sub_nav .quick_links .quick_link .inner_content .basic_button:after {
  content: none;
}
header .main_menu_section .main_menu .menu .mega_sub_menu .two_third .mega_sub_nav .quick_links .quick_link .inner_content.auto_space {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
}
header .main_menu_section .main_menu .menu .mega_sub_menu .two_third .mega_sub_nav .quick_news_listing {
  display: flex;
  flex-direction: column;
  gap: 16px;
}
header .main_menu_section .main_menu .menu .mega_sub_menu .two_third .mega_sub_nav .quick_news_listing .quick_news_item {
  display: flex;
  flex-direction: row;
  gap: 16px;
}
header .main_menu_section .main_menu .menu .mega_sub_menu .two_third .mega_sub_nav .quick_news_listing .quick_news_item img {
  width: 96px;
  height: 128px;
  object-fit: cover;
}
header .main_menu_section .main_menu .menu .mega_sub_menu .two_third .mega_sub_nav .quick_news_listing .quick_news_item .content {
  display: flex;
  flex-direction: column;
  gap: 8px;
  align-items: flex-start;
}
header .main_menu_section .main_menu .menu .mega_sub_menu .two_third .mega_sub_nav .quick_news_listing .quick_news_item .content .tag {
  font-family: "Be Vietnam Pro", sans-serif;
  font-size: 12px;
  font-style: normal;
  font-weight: 500;
  line-height: 100%;
  letter-spacing: -0.36px;
  text-transform: capitalize;
  padding: 8px;
  color: #1F1F1F;
  border-radius: 4px;
}
header .main_menu_section .main_menu .menu .mega_sub_menu .two_third .mega_sub_nav .quick_news_listing .quick_news_item .content .title {
  font-family: "Be Vietnam Pro", sans-serif;
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
  line-height: 140%;
  letter-spacing: -0.54px;
  color: #1F1F1F;
}
header .main_menu_section .main_menu .menu .mega_sub_menu .two_third .quick_main_nav {
  display: flex;
  flex-direction: row;
  gap: 40px;
  position: relative;
  width: 100%;
}
@media (min-width: 1367px) {
  header .main_menu_section .main_menu .menu .mega_sub_menu .two_third .quick_main_nav {
    gap: 80px;
  }
}
@media (min-width: 1500px) {
  header .main_menu_section .main_menu .menu .mega_sub_menu .two_third .quick_main_nav {
    gap: 150px;
  }
}
header .main_menu_section .main_menu .menu .mega_sub_menu .two_third .quick_main_nav:before {
  position: absolute;
  top: 0;
  left: -20px;
  content: "";
  height: 100%;
  width: 1px;
  background: #D4D4D4;
}
@media (min-width: 1367px) {
  header .main_menu_section .main_menu .menu .mega_sub_menu .two_third .quick_main_nav:before {
    left: -40px;
  }
}
@media (min-width: 1500px) {
  header .main_menu_section .main_menu .menu .mega_sub_menu .two_third .quick_main_nav:before {
    left: -80px;
  }
}
header .main_menu_section .main_menu .menu .mega_sub_menu .two_third .quick_main_nav ul {
  display: flex;
  flex-direction: column;
  gap: 22px;
}
header .main_menu_section .main_menu .menu .mega_sub_menu .two_third .quick_main_nav ul .quick_title {
  font-family: "Be Vietnam Pro", sans-serif;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 100%;
  letter-spacing: 1px;
  text-transform: uppercase;
  margin-top: 40px;
  display: block;
}
header .main_menu_section .main_menu .menu .mega_sub_menu .two_third .quick_main_nav ul a {
  font-family: "Be Vietnam Pro", sans-serif;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 100%;
  letter-spacing: -0.42px;
  text-transform: capitalize;
  display: block;
  transition: 0.3s;
}
header .main_menu_section .main_menu .menu .mega_sub_menu .two_third .quick_main_nav ul a:hover {
  text-decoration: underline;
}
header .main_menu_section .main_menu .menu .mega_sub_menu .two_third .quick_main_nav ul a:after {
  content: none;
}
header .main_menu_section .main_menu .menu .mega_sub_menu .two_third .quick_main_nav .left_col {
  max-width: 270px;
}
header .main_menu_section .main_menu .menu .mega_sub_menu .two_third .quick_main_nav .right_col {
  max-width: 270px;
}
header .main_menu_section .main_menu .menu .mega_sub_menu .two_third .quick_main_nav .right_col .quick_title:first-of-type {
  margin-top: 0;
}
header .main_menu_section .main_menu .menu .mega_sub_menu .two_third .quick_main_nav .quick_nav_image {
  position: absolute;
  top: 0;
  right: 0;
  width: 190px;
  height: 264px;
  object-fit: cover;
}
header .main_menu_section .main_menu .menu .mega_sub_menu_open {
  display: flex;
}
header .main_menu_section .main_menu .cta_menu ul {
  display: flex;
  flex-direction: row;
  gap: 8px;
  margin: 0;
  padding: 0;
}
header .main_menu_section .main_menu .cta_menu ul li {
  list-style-type: none;
}
header .main_menu_section .main_menu .cta_menu ul li .search_button {
  background-color: rgba(255, 255, 255, 0);
  color: #fff;
  border: 1px solid #fff;
  padding: 0 24px 0 52px;
  height: 40px;
  cursor: pointer;
  font-family: "Be Vietnam Pro", sans-serif;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 100%;
  letter-spacing: -0.42px;
  text-transform: capitalize;
  border-radius: 56px;
  transition: 0.6s;
  text-decoration: none;
  display: inline-flex;
  align-items: center;
  position: relative;
  overflow: hidden;
}
header .main_menu_section .main_menu .cta_menu ul li .search_button:before {
  content: url("../images/button-search.svg");
  position: absolute;
  left: 20px;
  top: 7px;
  transition: 0.3s;
  filter: invert(0);
}
header .main_menu_section .main_menu .cta_menu ul li .search_button:hover {
  background-color: #15367B;
  border: 1px solid #15367B;
  color: #fff;
}
header .main_menu_section .main_menu .cta_menu ul li .search_button:hover:before {
  filter: invert(0);
}
header .main_menu_section .main_menu .cta_menu ul li .login_button {
  background-color: rgba(255, 255, 255, 0);
  color: #fff;
  border: 1px solid #fff;
  padding: 0 52px 0 24px;
  height: 40px;
  cursor: pointer;
  font-family: "Be Vietnam Pro", sans-serif;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 40px;
  letter-spacing: -0.42px;
  text-transform: capitalize;
  border-radius: 56px;
  text-decoration: none;
  display: inline-block;
  align-items: center;
  position: relative;
  overflow: hidden;
  transition: 0.6s;
  max-height: 40px;
}
header .main_menu_section .main_menu .cta_menu ul li .login_button:after {
  content: url("../images/button-arrow.svg");
  position: absolute;
  right: 20px;
  top: 7px;
  transition: 0.6s;
  filter: invert(0);
}
header .main_menu_section .main_menu .cta_menu ul li .login_button:before {
  content: url("../images/button-arrow.svg");
  position: absolute;
  left: -50px;
  top: 7px;
  transition: 0.6s;
  filter: invert(0);
}
header .main_menu_section .main_menu .cta_menu ul li .login_button:hover {
  background-color: #15367B;
  border: 1px solid #15367B;
  color: #fff;
  padding: 0 24px 0 52px;
}
header .main_menu_section .main_menu .cta_menu ul li .login_button:hover:after {
  right: -50px;
  top: 7px;
  filter: invert(0);
}
header .main_menu_section .main_menu .cta_menu ul li .login_button:hover:before {
  left: 20px;
  top: 7px;
  filter: invert(0);
}
header .main_menu_section .main_menu .cta_menu ul li .login_button span {
  position: relative;
}
header .main_menu_section .main_menu .cta_menu ul li .login_button.is-inview {
  max-width: 100%;
}
header .main_menu_section .main_menu .cta_menu ul li .login_button.is-inview span {
  animation: scrollUpText 0.6s ease-in forwards;
}
header .main_menu_section .main_menu .cta_menu ul li .logged_in_button {
  background-color: rgba(0, 0, 0, 0);
  color: #fff;
  border: 1px solid #fff;
  padding: 0 52px 0 24px;
  height: 40px;
  cursor: pointer;
  font-family: "Be Vietnam Pro", sans-serif;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 40px;
  letter-spacing: -0.42px;
  text-transform: capitalize;
  border-radius: 56px;
  text-decoration: none;
  display: inline-block;
  align-items: center;
  position: relative;
  overflow: hidden;
  transition: 0.6s;
  max-height: 40px;
}
header .main_menu_section .main_menu .cta_menu ul li .logged_in_button:hover {
  background-color: #066CFF;
  color: #fff !important;
  border: 1px solid #066CFF;
}
header .main_menu_section .main_menu .cta_menu ul li .logged_in_button:hover:after {
  -webkit-transform: scaleY(-1);
  transform: scaleY(-1);
  top: -6px;
}
header .main_menu_section .main_menu .cta_menu ul li .logged_in_button:after {
  content: url("../images/Chevrons.svg");
  position: absolute;
  right: 15px;
  top: 7px;
  transition: 0.6s;
  filter: invert(1) !important;
}
header .main_menu_section .main_menu .cta_menu ul li .logged_in_button.active_logged_in_button {
  background-color: #066CFF;
  border: 1px solid #066CFF;
  color: #fff !important;
}
header .main_menu_section .main_menu .cta_menu ul li .logged_in_button.active_logged_in_button:after {
  -webkit-transform: scaleY(-1);
  transform: scaleY(-1);
  top: -6px;
}
header .main_menu_section:after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -24px;
  width: 100%;
  height: 1px;
  background: rgba(255, 255, 255, 0.5);
}
header .main_menu_section .mobile_menu_icon {
  display: flex;
  align-items: center;
}
header .white_logo {
  display: block;
}
header .dark_logo {
  display: none;
}

.active_sticky_nav {
  background: rgb(255, 255, 255) !important;
}
.active_sticky_nav .main_menu_section .main_menu .menu .mega_sub_menu {
  top: 72px;
}

.white_header, .active_sticky_nav {
  background: rgba(255, 255, 255, 0);
}
.white_header .white_logo, .active_sticky_nav .white_logo {
  display: none;
}
.white_header .mobile_menu_icon img, .active_sticky_nav .mobile_menu_icon img {
  filter: invert(1);
}
.white_header .dark_logo, .active_sticky_nav .dark_logo {
  display: block;
}
.white_header .top_menu a, .active_sticky_nav .top_menu a {
  color: #1F1F1F;
}
.white_header .main_menu_section .main_menu .menu ul li a, .active_sticky_nav .main_menu_section .main_menu .menu ul li a {
  color: #1F1F1F;
}
.white_header .main_menu_section .main_menu .menu ul li a:after, .active_sticky_nav .main_menu_section .main_menu .menu ul li a:after {
  filter: invert(1);
}
.white_header .main_menu_section .main_menu .cta_menu, .active_sticky_nav .main_menu_section .main_menu .cta_menu {
  position: relative;
}
.white_header .main_menu_section .main_menu .cta_menu ul li a, .active_sticky_nav .main_menu_section .main_menu .cta_menu ul li a {
  color: #1F1F1F;
  border-color: #1F1F1F;
}
.white_header .main_menu_section .main_menu .cta_menu ul li a:after, .active_sticky_nav .main_menu_section .main_menu .cta_menu ul li a:after {
  filter: invert(1);
}
.white_header .main_menu_section .main_menu .cta_menu ul li a:before, .active_sticky_nav .main_menu_section .main_menu .cta_menu ul li a:before {
  filter: invert(1);
}
.white_header .main_menu_section .main_menu .cta_menu ul li a:hover:after, .active_sticky_nav .main_menu_section .main_menu .cta_menu ul li a:hover:after {
  filter: invert(0) !important;
}
.white_header .main_menu_section .main_menu .cta_menu ul li a:hover:before, .active_sticky_nav .main_menu_section .main_menu .cta_menu ul li a:hover:before {
  filter: invert(0) !important;
}
.white_header .main_menu_section:after, .active_sticky_nav .main_menu_section:after {
  background: #D4D4D4;
}
.white_header.white_header_trans, .active_sticky_nav.white_header_trans {
  background: none;
}

.logged_in_nav {
  background-color: #fff;
  padding: 24px;
  position: absolute;
  right: 0;
  margin-top: 10px;
  display: none;
  z-index: 99999999;
  box-shadow: 4px 4px 10px rgba(0, 0, 0, 0.24);
}
.logged_in_nav ul {
  padding: 0;
  margin: 0;
  display: flex;
  flex-direction: column !important;
  gap: 16px !important;
}
.logged_in_nav ul li {
  padding: 0;
  margin: 0;
}
.logged_in_nav ul li a {
  font-family: "Be Vietnam Pro", sans-serif;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 140%;
  letter-spacing: -0.42px;
  text-decoration: none;
  color: #1F1F1F;
  position: relative;
}
.logged_in_nav ul li a:after {
  position: absolute;
  content: "";
  width: 0;
  height: 1px;
  background-color: #1F1F1F;
  transition: 0.3s;
  bottom: -1px;
  left: 0;
}
.logged_in_nav ul li a:hover {
  font-weight: 500;
}
.logged_in_nav ul li a:hover:after {
  width: 100%;
}
.logged_in_nav ul li a.current_nav:after {
  width: 100%;
}

.active_header {
  background: #fff;
}
.active_header .white_logo {
  display: none;
}
.active_header .dark_logo {
  display: block;
}
.active_header .top_menu a {
  color: #1F1F1F;
}
.active_header .main_menu_section .main_menu .menu ul li a {
  color: #1F1F1F;
}
.active_header .main_menu_section .main_menu .menu ul li a:after {
  filter: invert(1);
}
.active_header .main_menu_section .main_menu .cta_menu ul li a {
  color: #1F1F1F;
  border-color: #1F1F1F;
}
.active_header .main_menu_section .main_menu .cta_menu ul li a:after {
  filter: invert(1);
}
.active_header .main_menu_section .main_menu .cta_menu ul li a:before {
  filter: invert(1);
}
.active_header .main_menu_section .main_menu .cta_menu ul li a:hover:after {
  filter: invert(0) !important;
}
.active_header .main_menu_section .main_menu .cta_menu ul li a:hover:before {
  filter: invert(0) !important;
}
.active_header .main_menu_section:after {
  background: #D4D4D4;
}

.mobile_menu {
  position: fixed;
  height: 101vh;
  background: #fff;
  z-index: 9999999;
  width: 100%;
  top: 0;
  left: 0;
  padding: 0 24px 48px 24px;
  transform: rotateY(-180deg);
  transform-style: preserve-3d;
  transition: transform 0.5s;
  transform-origin: right center;
  box-sizing: border-box;
  overflow: auto;
  max-height: 100vh;
}
.mobile_menu .mobile_menu_header {
  display: flex;
  width: 100%;
  justify-content: flex-end;
  height: 40px;
  padding: 24px 0;
  border-bottom: 1px solid rgba(212, 212, 212, 0.5);
}
.mobile_menu .mobile_menu_header img {
  max-width: 40px;
}
.mobile_menu .mobile_nav {
  margin-top: 40px;
}
.mobile_menu .mobile_nav .main_menu {
  padding: 0;
  margin: 0;
  display: flex;
  flex-direction: column;
  gap: 24px;
}
.mobile_menu .mobile_nav .main_menu .main_item {
  list-style: none;
  font-family: "Be Vietnam Pro", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 140%;
  letter-spacing: -0.48px;
  text-transform: capitalize;
  position: relative;
  color: #1F1F1F;
  padding-top: 16px;
  border-top: 1px solid #D4D4D4;
}
.mobile_menu .mobile_nav .main_menu .main_item:last-of-type {
  border-bottom: 1px solid #D4D4D4;
  padding-bottom: 24px;
}
.mobile_menu .mobile_nav .main_menu .main_item.search:after {
  content: url("../images/search-icon.svg");
  position: absolute;
  right: 0;
  top: 14px;
  transition: 0.3s;
  transform: none !important;
}
.mobile_menu .mobile_nav .main_menu .main_item.search input {
  font-family: "Be Vietnam Pro", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 140%;
  letter-spacing: -0.48px;
  text-transform: capitalize;
  position: relative;
  color: #1F1F1F;
  border: none;
  outline: none;
}
.mobile_menu .mobile_nav .main_menu .main_item.search input::placeholder {
  color: #1F1F1F;
}
.mobile_menu .mobile_nav .main_menu .main_item:after {
  content: url("../images/Chevrons.svg");
  position: absolute;
  right: 0;
  top: 14px;
  transition: 0.3s;
  transform: rotate(360deg);
}
.mobile_menu .mobile_nav .main_menu .main_item.open_sub:after {
  transform: rotate(180deg);
}
.mobile_menu .mobile_nav .main_menu .main_item.open_sub .sub_menu {
  display: flex;
}
.mobile_menu .mobile_nav .main_menu .main_item .sub_menu {
  padding: 0;
  margin: 24px 0 0 0;
  display: none;
  flex-direction: column;
  gap: 24px;
}
.mobile_menu .mobile_nav .main_menu .main_item .sub_menu .sub_item {
  list-style-type: none;
}
.mobile_menu .mobile_nav .main_menu .main_item .sub_menu .sub_item .has_sub_menu {
  font-size: 14px;
  font-style: normal;
  font-weight: bold;
  line-height: 140%;
  letter-spacing: -0.42px;
  text-transform: capitalize;
  color: #1F1F1F;
  font-family: "Be Vietnam Pro", sans-serif;
  text-decoration: none;
}
.mobile_menu .mobile_nav .main_menu .main_item .sub_menu .sub_item a {
  font-family: "Be Vietnam Pro", sans-serif;
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: 140%;
  letter-spacing: -0.36px;
  text-transform: capitalize;
  color: #1F1F1F;
  text-decoration: none;
}
.mobile_menu .mobile_nav .main_menu .main_item .sub_menu .sub_item.title_sub {
  padding-top: 16px;
}
.mobile_menu .mobile_nav .main_menu .main_item .sub_menu .sub_item.title_sub a {
  font-family: "Be Vietnam Pro", sans-serif;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 100%;
  letter-spacing: 1px;
  text-transform: uppercase;
  color: #1F1F1F;
}
.mobile_menu .mobile_nav .main_menu .main_item .sub_menu .sub_item .sub_menu {
  padding: 24px 0 0 16px;
  display: flex;
  flex-direction: column;
  gap: 24px;
  margin: 0;
}
.mobile_menu .mobile_nav .main_menu .main_item .sub_menu .sub_item .sub_menu .sub_item a {
  font-family: "Be Vietnam Pro", sans-serif;
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: 140%;
  letter-spacing: -0.36px;
  text-transform: capitalize;
  color: #1F1F1F;
}
.mobile_menu .bottom_mobile_nav {
  margin-top: 120px;
  margin-bottom: 40px;
}
.mobile_menu .bottom_mobile_nav ul {
  padding: 0;
  margin: 0;
  display: flex;
  flex-direction: column;
  gap: 24px;
}
.mobile_menu .bottom_mobile_nav ul li {
  list-style-type: none;
}
.mobile_menu .bottom_mobile_nav ul li a {
  font-family: "Be Vietnam Pro", sans-serif;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 140%;
  letter-spacing: -0.36px;
  text-transform: capitalize;
  color: #1F1F1F;
  text-decoration: none;
}
.mobile_menu .mobile_nav_cta {
  padding-top: 24px;
  border-top: 1px solid #D4D4D4;
}
.mobile_menu .mobile_nav_cta .cta_button {
  background-color: #066CFF;
  color: #fff;
  border: 1px solid #066CFF;
  padding: 0 52px 0 24px;
  height: 48px;
  cursor: pointer;
  font-family: "Be Vietnam Pro", sans-serif;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 100%;
  letter-spacing: -0.42px;
  text-transform: capitalize;
  border-radius: 56px;
  text-decoration: none;
  display: inline-flex;
  align-items: center;
  position: relative;
  overflow: hidden;
  transition: 0.6s;
  background-color: #066CFF;
  color: #fff;
  border: 1px solid #066CFF;
  padding: 0 52px 0 24px;
  height: 40px;
  cursor: pointer;
  font-family: "Be Vietnam Pro", sans-serif;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 40px;
  letter-spacing: -0.42px;
  text-transform: capitalize;
  border-radius: 56px;
  text-decoration: none;
  display: inline-block;
  align-items: center;
  position: relative;
  overflow: hidden;
  transition: 0.6s;
  max-height: 40px;
  display: inline-flex;
}
.mobile_menu .mobile_nav_cta .cta_button:after {
  content: url("../images/button-arrow.svg");
  position: absolute;
  right: 20px;
  top: 12px;
  transition: 0.6s;
  filter: invert(0);
}
.mobile_menu .mobile_nav_cta .cta_button:before {
  content: url("../images/button-arrow.svg");
  position: absolute;
  left: -50px;
  top: 12px;
  transition: 0.6s;
  filter: invert(0);
}
.mobile_menu .mobile_nav_cta .cta_button:hover {
  background-color: #41D6C2;
  border: 1px solid #41D6C2;
  color: #1F1F1F;
  padding: 0 24px 0 52px;
}
.mobile_menu .mobile_nav_cta .cta_button:hover:after {
  right: -50px;
  top: 12px;
  filter: invert(1);
}
.mobile_menu .mobile_nav_cta .cta_button:hover:before {
  left: 20px;
  top: 12px;
  filter: invert(1);
}
.mobile_menu .mobile_nav_cta .cta_button span {
  position: relative;
}
.mobile_menu .mobile_nav_cta .cta_button.is-inview {
  max-width: 100%;
}
.mobile_menu .mobile_nav_cta .cta_button.is-inview span {
  animation: scrollUpText 0.6s ease-in forwards;
}
.mobile_menu .mobile_nav_cta .cta_button:after {
  content: url("../images/button-arrow.svg");
  position: absolute;
  right: 20px;
  top: 7px;
  transition: 0.6s;
  filter: invert(0);
}
.mobile_menu .mobile_nav_cta .cta_button:before {
  content: url("../images/button-arrow.svg");
  position: absolute;
  left: -50px;
  top: 7px;
  transition: 0.6s;
  filter: invert(0);
}
.mobile_menu .mobile_nav_cta .cta_button:hover {
  background-color: #41D6C2;
  border: 1px solid #41D6C2;
  color: #1F1F1F;
  padding: 0 24px 0 52px;
}
.mobile_menu .mobile_nav_cta .cta_button:hover:after {
  right: -50px;
  top: 7px;
  filter: invert(1);
}
.mobile_menu .mobile_nav_cta .cta_button:hover:before {
  left: 20px;
  top: 7px;
  filter: invert(1);
}
.mobile_menu .mobile_nav_cta .cta_button span {
  position: relative;
}
.mobile_menu .mobile_nav_cta .cta_button.is-inview {
  max-width: 100%;
}
.mobile_menu .mobile_nav_cta .cta_button.is-inview span {
  animation: scrollUpText 0.6s ease-in forwards;
}
.mobile_menu .mobile_nav_cta .smaller_cta_button {
  background-color: #066CFF;
  color: #fff;
  border: 1px solid #066CFF;
  padding: 0 52px 0 24px;
  height: 40px;
  cursor: pointer;
  font-family: "Be Vietnam Pro", sans-serif;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 40px;
  letter-spacing: -0.42px;
  text-transform: capitalize;
  border-radius: 56px;
  text-decoration: none;
  display: inline-block;
  align-items: center;
  position: relative;
  overflow: hidden;
  transition: 0.6s;
  max-height: 40px;
  display: inline-flex;
}
.mobile_menu .mobile_nav_cta .smaller_cta_button:after {
  content: url("../images/button-arrow.svg");
  position: absolute;
  right: 20px;
  top: 7px;
  transition: 0.6s;
  filter: invert(0);
}
.mobile_menu .mobile_nav_cta .smaller_cta_button:before {
  content: url("../images/button-arrow.svg");
  position: absolute;
  left: -50px;
  top: 7px;
  transition: 0.6s;
  filter: invert(0);
}
.mobile_menu .mobile_nav_cta .smaller_cta_button:hover {
  background-color: #41D6C2;
  border: 1px solid #41D6C2;
  color: #fff;
  padding: 0 24px 0 52px;
}
.mobile_menu .mobile_nav_cta .smaller_cta_button:hover:after {
  right: -50px;
  top: 7px;
  filter: invert(0);
}
.mobile_menu .mobile_nav_cta .smaller_cta_button:hover:before {
  left: 20px;
  top: 7px;
  filter: invert(0);
}
.mobile_menu .mobile_nav_cta .smaller_cta_button span {
  position: relative;
}
.mobile_menu .mobile_nav_cta .smaller_cta_button.is-inview {
  max-width: 100%;
}
.mobile_menu .mobile_nav_cta .smaller_cta_button.is-inview span {
  animation: scrollUpText 0.6s ease-in forwards;
}
.mobile_menu .mobile_nav_cta .plain_cta_button {
  background-color: rgba(255, 255, 255, 0);
  color: #1F1F1F;
  border: 1px solid #1F1F1F;
  padding: 0 24px;
  height: 40px;
  cursor: pointer;
  font-family: "Be Vietnam Pro", sans-serif;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 100%;
  letter-spacing: -0.42px;
  text-transform: capitalize;
  border-radius: 56px;
  transition: 0.3s;
  text-decoration: none;
  display: inline-flex;
  align-items: center;
  display: inline-flex;
}
.mobile_menu .mobile_nav_cta .plain_cta_button:hover {
  background-color: #066CFF;
  border: 1px solid #066CFF;
  color: #fff;
}

.open_mobile_menu {
  transform: none;
}

.dark_overlay {
  position: fixed;
  width: 100%;
  height: 100vh;
  background: rgba(0, 0, 0, 0.5);
  z-index: 9;
  display: none;
}

footer {
  background: #1F1F1F;
  padding: 48px 0;
}
@media (min-width: 1025px) {
  footer {
    padding: 80px 0 48px 0;
  }
}
footer .footer_list {
  margin: 0;
  padding: 0;
  display: flex;
  flex-direction: column;
  gap: 24px;
}
footer .footer_list li {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
footer .footer_list li a {
  font-family: "Be Vietnam Pro", sans-serif;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 140%; /* 19.6px */
  letter-spacing: -0.42px;
  text-transform: capitalize;
  opacity: 0.6;
  transition: 0.3s;
  color: #fff;
  text-decoration: none;
}
footer .footer_list li a:hover {
  color: #41D6C2;
  opacity: 1;
}
footer h3 {
  font-family: "Be Vietnam Pro", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 140%;
  letter-spacing: -0.48px;
  text-transform: capitalize;
  color: #fff;
  position: relative;
  margin-bottom: 48px;
}
footer h3:after {
  position: absolute;
  content: "";
  width: 100%;
  height: 1px;
  bottom: -24px;
  background: #A5A5A5;
  left: 0;
}
footer h3 a {
  color: #fff;
  text-decoration: none;
  transition: 0.3s;
  border-bottom: none !important;
}
footer h3 a:hover {
  color: #41D6C2;
}
footer h4 {
  font-family: "Be Vietnam Pro", sans-serif;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 140%;
  letter-spacing: 1px;
  text-transform: uppercase;
  color: #fff;
  position: relative;
  margin: 40px 0 24px 0;
}
footer .create_account_footer p {
  font-family: "Be Vietnam Pro", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 140%;
  letter-spacing: -0.48px;
  color: #D4D4D4;
  margin-bottom: 24px;
}
footer .create_account_footer a {
  font-family: "Be Vietnam Pro", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 140%;
  letter-spacing: -0.48px;
  text-transform: capitalize;
  color: #fff;
  border-bottom: 1px solid #fff;
  padding-bottom: 8px;
  text-decoration: none;
  transition: 0.3s;
}
footer .create_account_footer a:hover {
  color: #41D6C2;
  border-bottom: 1px solid #41D6C2;
  padding-bottom: 4px;
}
footer .top_footer {
  display: flex;
  flex-direction: column;
  gap: 56px;
}
@media (min-width: 1025px) {
  footer .top_footer {
    flex-direction: row;
    gap: 84px;
    margin-bottom: 64px;
  }
}
footer .top_footer .large_info_footer_col h2 {
  font-family: "Cormorant Garamond", serif;
  font-size: 48px;
  font-style: normal;
  font-weight: 400;
  line-height: 100%;
  letter-spacing: -2.4px;
  margin-bottom: 24px;
  color: #fff;
  margin-top: 0;
}
@media (min-width: 1025px) {
  footer .top_footer .large_info_footer_col h2 {
    font-size: 72px;
    letter-spacing: -3.6px;
    margin-bottom: 40px;
  }
}
footer .top_footer .large_info_footer_col .footer_get_started {
  background-color: #41D6C2;
  color: #1F1F1F;
  border: 1px solid #41D6C2;
  padding: 0 52px 0 24px;
  height: 40px;
  cursor: pointer;
  font-family: "Be Vietnam Pro", sans-serif;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 40px;
  letter-spacing: -0.42px;
  text-transform: capitalize;
  border-radius: 56px;
  text-decoration: none;
  display: inline-block;
  align-items: center;
  position: relative;
  overflow: hidden;
  transition: 0.6s;
  max-height: 40px;
}
footer .top_footer .large_info_footer_col .footer_get_started:after {
  content: url("../images/button-arrow.svg");
  position: absolute;
  right: 20px;
  top: 7px;
  transition: 0.6s;
  filter: invert(1);
}
footer .top_footer .large_info_footer_col .footer_get_started:before {
  content: url("../images/button-arrow.svg");
  position: absolute;
  left: -50px;
  top: 7px;
  transition: 0.6s;
  filter: invert(1);
}
footer .top_footer .large_info_footer_col .footer_get_started:hover {
  background-color: #066CFF;
  border: 1px solid #066CFF;
  color: #fff;
  padding: 0 24px 0 52px;
}
footer .top_footer .large_info_footer_col .footer_get_started:hover:after {
  right: -50px;
  top: 7px;
  filter: invert(0);
}
footer .top_footer .large_info_footer_col .footer_get_started:hover:before {
  left: 20px;
  top: 7px;
  filter: invert(0);
}
footer .top_footer .large_info_footer_col .footer_get_started span {
  position: relative;
}
footer .top_footer .large_info_footer_col .footer_get_started.is-inview {
  max-width: 100%;
}
footer .top_footer .large_info_footer_col .footer_get_started.is-inview span {
  animation: scrollUpText 0.6s ease-in forwards;
}
footer .top_footer .col {
  width: 100%;
}
footer .top_footer .col:nth-child(1) {
  width: 100%;
}
@media (min-width: 1025px) {
  footer .top_footer .col:nth-child(1) {
    min-width: 350px;
  }
}
footer .top_footer .col:nth-child(2) {
  max-width: 464px;
  width: 100%;
}
footer .top_footer .col:nth-child(3) {
  max-width: 100%;
  width: 100%;
}
@media (min-width: 1025px) {
  footer .top_footer .col:nth-child(3) {
    min-width: 535px;
    max-width: 535px;
  }
}
footer .top_footer .col .double_col {
  display: flex;
  flex-direction: column;
}
@media (min-width: 1025px) {
  footer .top_footer .col .double_col {
    flex-direction: row;
    justify-content: space-between;
    gap: 80px;
  }
}
footer .bottom_footer {
  display: flex;
  flex-direction: column;
  gap: 56px;
  margin-bottom: 64px;
  margin-top: 64px;
}
@media (min-width: 1025px) {
  footer .bottom_footer {
    flex-direction: row;
    gap: 84px;
    margin-bottom: 120px;
    margin-top: unset;
  }
}
footer .bottom_footer .col:nth-child(1) {
  width: 100%;
}
@media (min-width: 1025px) {
  footer .bottom_footer .col:nth-child(1) {
    min-width: 350px;
  }
}
footer .bottom_footer .col:nth-child(2) {
  max-width: 464px;
  width: 100%;
}
footer .bottom_footer .col:nth-child(3) {
  max-width: 100%;
  width: 100%;
}
@media (min-width: 1025px) {
  footer .bottom_footer .col:nth-child(3) {
    min-width: 535px;
    max-width: 535px;
  }
}
footer .copy_footer .footer_logos {
  display: flex;
  width: 100%;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 64px;
}
@media (min-width: 1025px) {
  footer .copy_footer .footer_logos {
    margin-bottom: 40px;
  }
}
footer .copy_footer .footer_logos .left {
  display: none;
}
@media (min-width: 1025px) {
  footer .copy_footer .footer_logos .left {
    display: block;
  }
}
footer .copy_footer .footer_logos .right {
  display: flex;
  flex-direction: row;
  gap: 22px;
  align-items: flex-end;
  width: 100%;
}
@media (min-width: 1025px) {
  footer .copy_footer .footer_logos .right {
    width: unset;
  }
}
footer .copy_footer .footer_logos .right img {
  width: 100%;
}
footer .copy_footer .footer_copy_nav {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  padding: 24px 0 24px 0;
  position: relative;
  margin-bottom: 48px;
  gap: 48px;
}
@media (min-width: 1025px) {
  footer .copy_footer .footer_copy_nav {
    margin-bottom: 40px;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    gap: 0;
  }
}
footer .copy_footer .footer_copy_nav .left ul {
  gap: 24px;
}
footer .copy_footer .footer_copy_nav .right ul {
  gap: 16px;
  flex-direction: row;
}
footer .copy_footer .footer_copy_nav ul {
  display: flex;
  flex-direction: column;
  margin: 0;
  padding: 0;
}
@media (min-width: 1025px) {
  footer .copy_footer .footer_copy_nav ul {
    flex-direction: row;
  }
}
footer .copy_footer .footer_copy_nav ul li {
  list-style-type: none;
  padding: 0;
}
footer .copy_footer .footer_copy_nav ul li a {
  font-family: "Be Vietnam Pro", sans-serif;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 140%;
  letter-spacing: -0.42px;
  text-transform: capitalize;
  color: #fff;
  text-decoration: none;
  transition: 0.3s;
}
footer .copy_footer .footer_copy_nav ul li a:hover {
  color: #41D6C2;
}
footer .copy_footer .footer_copy_nav:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  opacity: 0.3;
  background: #D4D4D4;
  height: 1px;
}
footer .copy_footer .footer_copy_nav:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  opacity: 0.3;
  background: #D4D4D4;
  height: 1px;
}
footer .copy_footer .footer_terms_copy {
  font-family: "Be Vietnam Pro", sans-serif;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 140%;
  letter-spacing: -0.42px;
  color: #D4D4D4;
  opacity: 0.6;
}
footer.footer_top_space {
  margin-top: 60px;
}
@media (min-width: 1025px) {
  footer.footer_top_space {
    margin-top: 160px;
  }
}
@media (min-width: 1025px) {
  footer .no_top_margin {
    margin-top: 0;
  }
}

.site_hero {
  width: 100%;
  height: auto;
  position: relative;
  overflow: hidden;
  top: -145px;
  z-index: 1;
  padding-top: 150px;
  padding-bottom: 24px;
  margin-bottom: -140px;
}
@media (min-width: 768px) {
  .site_hero {
    padding-bottom: 60px;
  }
}
.site_hero .hero_video {
  position: absolute;
  top: 50%;
  left: 50%;
  min-width: 100%;
  min-height: 100%;
  width: auto;
  height: auto;
  transform: translate(-50%, -50%);
  object-fit: cover;
}
@media (min-width: 768px) {
  .site_hero .hero_video {
    top: 50%;
  }
}
.site_hero iframe {
  position: absolute;
  top: 50%;
  left: 50%;
  min-width: 400% !important;
  min-height: 150% !important;
  width: auto;
  height: auto;
  transform: translate(-50%, -50%);
  object-fit: cover;
}
@media (min-width: 768px) {
  .site_hero iframe {
    min-width: 150% !important;
    min-height: 150% !important;
  }
}
.site_hero:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.4);
  z-index: 1;
  top: 0;
  left: 0;
}
.site_hero .hero_container {
  position: relative;
  z-index: 9;
}
.site_hero .hero_container .top {
  margin-top: 40px;
  margin-bottom: 180px;
}
@media (min-width: 1025px) {
  .site_hero .hero_container .top {
    margin-top: 180px;
    margin-bottom: 60px;
  }
}
.site_hero .hero_container .top h1 {
  font-family: "Cormorant Garamond", serif;
  font-size: 56px;
  font-style: normal;
  font-weight: 400;
  line-height: 100%;
  letter-spacing: -2.8px;
  color: #fff;
  margin-bottom: 25px;
}
@media (min-width: 1025px) {
  .site_hero .hero_container .top h1 {
    font-size: 96px;
    letter-spacing: -4.8px;
    margin-bottom: 40px;
    max-width: 580px;
  }
}
.site_hero .hero_container .top p {
  font-family: "Be Vietnam Pro", sans-serif;
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
  line-height: 140%;
  letter-spacing: -0.54px;
  color: #fff;
  margin-bottom: 25px;
}
@media (min-width: 768px) {
  .site_hero .hero_container .top p {
    margin-bottom: 40px;
  }
}
.site_hero .hero_container .top .arrow_button {
  background-color: #066CFF;
  color: #fff;
  border: 1px solid #066CFF;
  padding: 0 52px 0 24px;
  height: 48px;
  cursor: pointer;
  font-family: "Be Vietnam Pro", sans-serif;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 100%;
  letter-spacing: -0.42px;
  text-transform: capitalize;
  border-radius: 56px;
  text-decoration: none;
  display: inline-flex;
  align-items: center;
  position: relative;
  overflow: hidden;
  transition: 0.6s;
  display: inline-flex;
}
.site_hero .hero_container .top .arrow_button:after {
  content: url("../images/button-arrow.svg");
  position: absolute;
  right: 20px;
  top: 12px;
  transition: 0.6s;
  filter: invert(0);
}
.site_hero .hero_container .top .arrow_button:before {
  content: url("../images/button-arrow.svg");
  position: absolute;
  left: -50px;
  top: 12px;
  transition: 0.6s;
  filter: invert(0);
}
.site_hero .hero_container .top .arrow_button:hover {
  background-color: #41D6C2;
  border: 1px solid #41D6C2;
  color: #1F1F1F;
  padding: 0 24px 0 52px;
}
.site_hero .hero_container .top .arrow_button:hover:after {
  right: -50px;
  top: 12px;
  filter: invert(1);
}
.site_hero .hero_container .top .arrow_button:hover:before {
  left: 20px;
  top: 12px;
  filter: invert(1);
}
.site_hero .hero_container .top .arrow_button span {
  position: relative;
}
.site_hero .hero_container .top .arrow_button.is-inview {
  max-width: 100%;
}
.site_hero .hero_container .top .arrow_button.is-inview span {
  animation: scrollUpText 0.6s ease-in forwards;
}
.site_hero .hero_container .bottom {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: flex-end;
}
.site_hero .hero_container .bottom .hero_cta_list .list_title {
  margin-bottom: 16px;
  font-family: "Be Vietnam Pro", sans-serif;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 100%;
  letter-spacing: 1px;
  text-transform: uppercase;
  color: #fff;
}
.site_hero .hero_container .bottom .hero_cta_list ul {
  display: flex;
  flex-direction: column;
  gap: 8px;
  padding: 0;
  margin: 0;
}
@media (min-width: 1025px) {
  .site_hero .hero_container .bottom .hero_cta_list ul {
    flex-direction: row;
  }
}
.site_hero .hero_container .bottom .hero_cta_list ul li {
  list-style-type: none;
  padding: 0;
  margin: 0;
}
.site_hero .hero_container .bottom .hero_cta_list ul li a {
  background-color: rgba(255, 255, 255, 0);
  color: #fff;
  border: 1px solid #fff;
  padding: 0 24px;
  height: 40px;
  cursor: pointer;
  font-family: "Be Vietnam Pro", sans-serif;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 100%;
  letter-spacing: -0.42px;
  text-transform: capitalize;
  border-radius: 56px;
  transition: 0.3s;
  text-decoration: none;
  display: inline-flex;
  align-items: center;
  display: inline-flex;
}
.site_hero .hero_container .bottom .hero_cta_list ul li a:hover {
  background-color: #066CFF;
  border: 1px solid #066CFF;
  color: #fff;
}
.site_hero .hero_container .bottom .hero_cta_blurb {
  background: #fff;
  border-radius: 4px;
  padding: 10px 16px;
  display: none;
  flex-direction: column;
  gap: 54px;
  position: relative;
  max-width: 327px;
  transition: 0.6s;
  cursor: pointer;
  text-decoration: none;
}
.site_hero .hero_container .bottom .hero_cta_blurb:before {
  content: none !important;
}
@media (min-width: 1025px) {
  .site_hero .hero_container .bottom .hero_cta_blurb {
    display: flex;
  }
}
.site_hero .hero_container .bottom .hero_cta_blurb .top_content {
  font-family: "Be Vietnam Pro", sans-serif;
  font-size: 22px;
  font-style: normal;
  font-weight: 500;
  line-height: 140%;
  letter-spacing: -0.66px;
  color: #000;
  transition: 0.6s;
}
.site_hero .hero_container .bottom .hero_cta_blurb .bottom_content {
  font-family: "Be Vietnam Pro", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 140%;
  letter-spacing: -0.48px;
  color: #1F1F1F;
  transition: 0.6s;
}
.site_hero .hero_container .bottom .hero_cta_blurb .bottom_content strong {
  font-weight: 500;
}
.site_hero .hero_container .bottom .hero_cta_blurb:after {
  content: url("../images/new-tab.svg");
  position: absolute;
  top: 20px;
  right: 20px;
  transition: 0.6s;
  filter: invert(1);
}
.site_hero .hero_container .bottom .hero_cta_blurb:hover {
  background: #15367B;
}
.site_hero .hero_container .bottom .hero_cta_blurb:hover .top_content {
  color: #fff;
}
.site_hero .hero_container .bottom .hero_cta_blurb:hover .bottom_content {
  color: #fff;
}
.site_hero .hero_container .bottom .hero_cta_blurb:hover:after {
  content: url("../images/button-arrow.svg");
  filter: invert(0);
}

.animation-rotating-container {
  position: relative;
  display: inline-flex;
  bottom: 8px;
}
@media (min-width: 1025px) {
  .animation-rotating-container {
    bottom: unset;
  }
}

.rotating_word {
  position: absolute;
  bottom: -18px;
  opacity: 0;
  color: #fff;
}

.full_screen_paralax_video_popup {
  position: relative;
  overflow: hidden;
  padding: 48px 0;
  margin: 60px 0;
}
@media (min-width: 1025px) {
  .full_screen_paralax_video_popup {
    margin: 100px 0;
  }
}
.full_screen_paralax_video_popup.show_vid iframe {
  z-index: 9;
  border: none;
}
.full_screen_paralax_video_popup.show_vid h2 {
  display: none;
}
.full_screen_paralax_video_popup.show_vid .bottom_content .left {
  visibility: hidden;
  position: relative;
  z-index: -1;
}
.full_screen_paralax_video_popup.show_vid .bottom_content .right {
  position: relative;
  z-index: 11;
}
.full_screen_paralax_video_popup .image-para-container {
  position: absolute;
  top: 0;
  left: 0;
}
.full_screen_paralax_video_popup .image-para-container img {
  object-fit: cover;
  width: 100%;
}
.full_screen_paralax_video_popup iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
}
.full_screen_paralax_video_popup .fullscreen_image {
  position: absolute;
  top: 50px;
  left: 0;
  width: 100%;
  transform: scale(1.15);
  z-index: 0;
  transition: 0.6s;
  height: 100%;
  object-fit: cover;
}
@media (min-width: 1025px) {
  .full_screen_paralax_video_popup .fullscreen_image {
    font-size: 96px;
    letter-spacing: -4.8px;
    transform: scale(1.4);
    height: unset;
    object-fit: unset;
  }
}
.full_screen_paralax_video_popup .dark-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.4) 27.74%, rgba(0, 0, 0, 0) 60.69%), linear-gradient(0deg, rgba(0, 0, 0, 0.1) 0%, rgba(0, 0, 0, 0.1) 100%), rgba(211, 211, 211, 0) 50%/cover no-repeat;
  z-index: 2;
}
.full_screen_paralax_video_popup .inner_content {
  position: relative;
  z-index: 5;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  gap: 300px;
}
.full_screen_paralax_video_popup .inner_content .top_content {
  min-height: 168px;
}
@media (min-width: 768px) {
  .full_screen_paralax_video_popup .inner_content .top_content {
    min-height: 196px;
  }
}
.full_screen_paralax_video_popup .inner_content .top_content h2 {
  font-family: "Cormorant Garamond", serif;
  font-size: 56px;
  font-style: normal;
  font-weight: 400;
  line-height: 100%;
  color: #fff;
  margin-bottom: 0;
  letter-spacing: -2.8px;
  margin-top: 0;
}
@media (min-width: 768px) {
  .full_screen_paralax_video_popup .inner_content .top_content h2 {
    font-size: 96px;
    letter-spacing: -4.8px;
    max-width: 650px;
  }
}
.full_screen_paralax_video_popup .inner_content .bottom_content {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  gap: 24px;
}
@media (min-width: 768px) {
  .full_screen_paralax_video_popup .inner_content .bottom_content {
    flex-direction: row;
    justify-content: space-between;
    gap: unset;
  }
}
.full_screen_paralax_video_popup .inner_content .bottom_content .left p {
  font-family: "Be Vietnam Pro", sans-serif;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 140%;
  letter-spacing: -0.54px;
  color: #fff;
}
.full_screen_paralax_video_popup .inner_content .bottom_content .left p br {
  display: none;
}
@media (min-width: 768px) {
  .full_screen_paralax_video_popup .inner_content .bottom_content .left p br {
    display: block;
  }
}
.full_screen_paralax_video_popup .inner_content .bottom_content .left .video_thumbnail {
  background-size: cover;
  display: flex;
  max-width: 247px;
  align-items: center;
  justify-content: center;
  width: 100%;
  cursor: pointer;
  padding: 37px 0;
}
@media (min-width: 768px) {
  .full_screen_paralax_video_popup .inner_content .bottom_content .left .video_thumbnail {
    max-width: 400px;
    padding: 73px 0;
  }
}
.full_screen_paralax_video_popup .inner_content .bottom_content .left .video_thumbnail .play_button {
  width: 73px;
  height: 73px;
  background: #41D6C2;
  border-radius: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: 0.6s;
}
.full_screen_paralax_video_popup .inner_content .bottom_content .left .video_thumbnail:hover .play_button {
  background: #066CFF;
}
.full_screen_paralax_video_popup .inner_content .bottom_content .right {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
}
@media (min-width: 768px) {
  .full_screen_paralax_video_popup .inner_content .bottom_content .right {
    width: unset;
    gap: 24px;
  }
}
.full_screen_paralax_video_popup .inner_content .bottom_content .right span {
  font-family: "Be Vietnam Pro", sans-serif;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 100%;
  letter-spacing: 1px;
  text-transform: uppercase;
  color: #fff;
}
.full_screen_paralax_video_popup .inner_content .bottom_content .right img {
  max-width: 265px;
}

.latest_insights_listing {
  margin: 60px 0;
}
@media (min-width: 1025px) {
  .latest_insights_listing {
    margin: 100px 0;
  }
}
.latest_insights_listing .latest_insights_header {
  display: flex;
  justify-content: space-between;
  width: 100%;
  margin-bottom: 65px;
  align-items: flex-start;
  flex-direction: column;
}
@media (min-width: 1025px) {
  .latest_insights_listing .latest_insights_header {
    flex-direction: row;
    align-items: flex-end;
  }
}
.latest_insights_listing .latest_insights_header h2 {
  font-family: "Cormorant Garamond", serif;
  font-size: 48px;
  font-style: normal;
  font-weight: 400;
  line-height: 100%;
  letter-spacing: -2.4px;
  color: #1F1F1F;
  margin: 0;
}
@media (min-width: 1025px) {
  .latest_insights_listing .latest_insights_header h2 {
    font-size: 72px;
    letter-spacing: -3.6px;
  }
}
.latest_insights_listing .latest_insights_listing_inner {
  display: flex;
  flex-direction: column;
  gap: 80px;
}
@media (min-width: 1025px) {
  .latest_insights_listing .latest_insights_listing_inner {
    flex-direction: row;
    gap: 32px;
  }
}
.latest_insights_listing .latest_insights_listing_inner.less_than_four .article_item {
  flex: 0 0 calc((100% - 64px) / 3);
}
.latest_insights_listing .latest_insights_listing_inner.less_than_three .article_item {
  flex: 0 0 calc((100% - 32px) / 2);
}
.latest_insights_listing .latest_insights_listing_inner.less_than_three .article_item:nth-of-type(1) .img_holder img {
  height: 480px;
}
.latest_insights_listing .latest_insights_listing_inner.less_than_three .article_item:nth-of-type(2) .img_holder img {
  height: 440px;
}
.latest_insights_listing .latest_insights_listing_inner.less_than_two .article_item {
  flex: 0 0 calc((100% - 32px) / 2);
}
.latest_insights_listing .latest_insights_listing_inner .article_item {
  flex: 1;
  position: relative;
}
.latest_insights_listing .latest_insights_listing_inner .article_item:before {
  content: "";
  position: absolute;
  left: 0;
  top: -40px;
  height: 1px;
  width: 100%;
  background: #D4D4D4;
}
@media (min-width: 1025px) {
  .latest_insights_listing .latest_insights_listing_inner .article_item:before {
    width: 1px;
    height: 100%;
    top: 0;
    left: -16px;
  }
}
.latest_insights_listing .latest_insights_listing_inner .article_item:hover .img_holder {
  transform: scale(0.9);
}
.latest_insights_listing .latest_insights_listing_inner .article_item:hover .img_holder img {
  transform: scale(1.2);
}
.latest_insights_listing .latest_insights_listing_inner .article_item:nth-of-type(1) {
  margin-top: 28px;
}
@media (min-width: 1025px) {
  .latest_insights_listing .latest_insights_listing_inner .article_item:nth-of-type(1) {
    margin-top: 0;
  }
}
@media (min-width: 1025px) {
  .latest_insights_listing .latest_insights_listing_inner .article_item:nth-of-type(1):before {
    content: none;
  }
}
.latest_insights_listing .latest_insights_listing_inner .article_item:nth-of-type(1) .img_holder img {
  height: 480px;
}
.latest_insights_listing .latest_insights_listing_inner .article_item:nth-of-type(2) .img_holder img {
  height: 240px;
}
.latest_insights_listing .latest_insights_listing_inner .article_item:nth-of-type(3) .img_holder img {
  height: 480px;
}
.latest_insights_listing .latest_insights_listing_inner .article_item:nth-of-type(4) .img_holder img {
  height: 380px;
}
.latest_insights_listing .latest_insights_listing_inner .article_item .img_holder {
  height: 480px;
  margin-bottom: 80px;
  transition: 0.3s;
  overflow: hidden;
  display: none;
}
@media (min-width: 1025px) {
  .latest_insights_listing .latest_insights_listing_inner .article_item .img_holder {
    display: block;
  }
}
.latest_insights_listing .latest_insights_listing_inner .article_item .img_holder img {
  width: 100%;
  object-fit: cover;
  transition: 0.3s;
}
.latest_insights_listing .latest_insights_listing_inner .article_item .categories {
  padding: 0;
  margin-bottom: 8px;
  gap: 8px;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
}
.latest_insights_listing .latest_insights_listing_inner .article_item .categories li {
  padding: 0;
  margin: 0;
  list-style-type: none;
}
.latest_insights_listing .latest_insights_listing_inner .article_item .categories li a {
  font-family: "Be Vietnam Pro", sans-serif;
  font-size: 12px;
  font-style: normal;
  font-weight: 500;
  letter-spacing: -0.36px;
  text-transform: capitalize;
  height: 24px;
  padding: 0 8px;
  border-radius: 4px;
  background: #9BC4FF;
  text-decoration: none;
  line-height: 24px;
  color: #1F1F1F;
  max-width: 85%;
  display: block;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.latest_insights_listing .latest_insights_listing_inner .article_item .article_title {
  color: #1F1F1F;
  text-decoration: none;
}
.latest_insights_listing .latest_insights_listing_inner .article_item .article_title h3 {
  font-family: "Be Vietnam Pro", sans-serif;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 140%;
  letter-spacing: -0.54px;
  margin-top: 0;
  margin-bottom: 24px;
}
.latest_insights_listing .latest_insights_listing_inner .article_item .info {
  display: flex;
  flex-direction: row;
  gap: 16px;
  font-family: "Be Vietnam Pro", sans-serif;
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: 100%;
  letter-spacing: 1px;
  text-transform: uppercase;
  color: #A5A5A5;
  margin-bottom: 22px;
}
.latest_insights_listing .latest_insights_listing_inner .article_item .author {
  display: flex;
  flex-direction: row;
  gap: 16px;
  align-items: center;
  color: #1F1F1F;
  text-decoration: none;
}
.latest_insights_listing .latest_insights_listing_inner .article_item .author img {
  border-radius: 100%;
  width: 48px;
  height: 48px;
  object-fit: cover;
  object-position: top;
}
.latest_insights_listing .latest_insights_listing_inner .article_item .author .details {
  display: flex;
  align-items: flex-start;
  flex-direction: column;
  justify-content: center;
  gap: 10px;
}
.latest_insights_listing .latest_insights_listing_inner .article_item .author .details .name {
  font-family: "Be Vietnam Pro", sans-serif;
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: 100%;
  letter-spacing: 1px;
  text-transform: uppercase;
  color: #1F1F1F;
}
.latest_insights_listing .latest_insights_listing_inner .article_item .author .details .role {
  font-family: "Be Vietnam Pro", sans-serif;
  color: #1F1F1F;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 100%;
  letter-spacing: -0.42px;
  text-transform: capitalize;
}
.latest_insights_listing .basic_button {
  margin-top: 48px;
  display: inline-flex;
  font-family: "Be Vietnam Pro", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 140%;
  letter-spacing: -0.48px;
  text-transform: capitalize;
  padding-bottom: 8px;
  border-bottom: 1px solid #D4D4D4;
  text-decoration: none;
  color: #1F1F1F;
}
@media (min-width: 1025px) {
  .latest_insights_listing .basic_button {
    margin-top: 20px;
  }
}

.three_image_full_cta {
  padding: 60px 0;
  background: #203F3A;
  text-align: center;
  margin: 60px 0;
  overflow: hidden;
  max-height: 1997px;
}
@media (min-width: 768px) {
  .three_image_full_cta {
    margin: 60px 0;
    padding: 120px 0;
  }
}
@media (min-width: 1025px) {
  .three_image_full_cta {
    margin: 100px 0;
    padding: 160px 0;
  }
}
.three_image_full_cta .icon {
  margin-bottom: 16px;
}
.three_image_full_cta h2 {
  text-shadow: 0 4px 4px rgba(0, 0, 0, 0.25);
  font-size: 48px;
  font-style: normal;
  font-weight: 400;
  line-height: 100%;
  letter-spacing: -2.4px;
  font-family: "Cormorant Garamond", serif;
  color: #fff;
  margin-bottom: 48px;
  margin-top: 0;
}
@media (min-width: 1025px) {
  .three_image_full_cta h2 {
    margin-bottom: 64px;
    font-size: 72px;
    letter-spacing: -2.4px;
  }
}
.three_image_full_cta .image_animation_holder {
  position: relative;
  margin-bottom: 48px;
  display: flex;
  width: 100%;
  align-items: center;
  justify-content: center;
  gap: 8px;
}
@media (min-width: 768px) {
  .three_image_full_cta .image_animation_holder {
    margin-bottom: 64px;
    gap: 18px;
  }
}
.three_image_full_cta .image_animation_holder .left_image {
  position: relative;
  top: -45px;
  left: 0;
  max-width: 75px;
}
@media (min-width: 1025px) {
  .three_image_full_cta .image_animation_holder .left_image {
    max-width: 350px;
    height: auto;
  }
}
.three_image_full_cta .image_animation_holder .middle_image {
  max-width: 247px;
}
@media (min-width: 768px) {
  .three_image_full_cta .image_animation_holder .middle_image {
    max-width: 247px;
    height: auto;
  }
}
@media (min-width: 1025px) {
  .three_image_full_cta .image_animation_holder .middle_image {
    max-width: 670px;
    height: auto;
  }
}
.three_image_full_cta .image_animation_holder .right_image {
  position: relative;
  bottom: -45px;
  right: 0;
  max-width: 75px;
}
@media (min-width: 1025px) {
  .three_image_full_cta .image_animation_holder .right_image {
    max-width: 350px;
    height: auto;
  }
}
.three_image_full_cta .cta span {
  font-family: "Be Vietnam Pro", sans-serif;
  color: #fff;
  text-align: center;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 140%;
  letter-spacing: -0.54px;
  margin-bottom: 24px;
  display: block;
}
.three_image_full_cta .cta_button {
  background-color: #41D6C2;
  color: #1F1F1F;
  border: 1px solid #41D6C2;
  padding: 0 52px 0 24px;
  height: 40px;
  cursor: pointer;
  font-family: "Be Vietnam Pro", sans-serif;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 40px;
  letter-spacing: -0.42px;
  text-transform: capitalize;
  border-radius: 56px;
  text-decoration: none;
  display: inline-block;
  align-items: center;
  position: relative;
  overflow: hidden;
  transition: 0.6s;
  max-height: 40px;
}
.three_image_full_cta .cta_button:after {
  content: url("../images/button-arrow.svg");
  position: absolute;
  right: 20px;
  top: 7px;
  transition: 0.6s;
  filter: invert(1);
}
.three_image_full_cta .cta_button:before {
  content: url("../images/button-arrow.svg");
  position: absolute;
  left: -50px;
  top: 7px;
  transition: 0.6s;
  filter: invert(1);
}
.three_image_full_cta .cta_button:hover {
  background-color: #066CFF;
  border: 1px solid #066CFF;
  color: #fff;
  padding: 0 24px 0 52px;
}
.three_image_full_cta .cta_button:hover:after {
  right: -50px;
  top: 7px;
  filter: invert(0);
}
.three_image_full_cta .cta_button:hover:before {
  left: 20px;
  top: 7px;
  filter: invert(0);
}
.three_image_full_cta .cta_button span {
  position: relative;
}
.three_image_full_cta .cta_button.is-inview {
  max-width: 100%;
}
.three_image_full_cta .cta_button.is-inview span {
  animation: scrollUpText 0.6s ease-in forwards;
}

.numbers_section {
  margin: 60px 0;
  text-align: center;
}
@media (min-width: 1025px) {
  .numbers_section {
    margin: 80px 0 100px 0;
  }
}
@keyframes barWidth {
  from {
    width: 0;
  }
  to {
    width: 100%;
  }
}
@keyframes barHeight {
  from {
    height: 0;
  }
  to {
    height: 100%;
  }
}
.numbers_section h2 {
  font-family: "Cormorant Garamond", serif;
  font-size: 32px;
  font-style: normal;
  font-weight: 400;
  line-height: 100%;
  letter-spacing: -1.6px;
  margin-top: 0;
  margin-bottom: 24px;
}
@media (min-width: 1025px) {
  .numbers_section h2 {
    margin-bottom: 64px;
    letter-spacing: -3.6px;
    font-size: 72px;
  }
}
.numbers_section .numbers_section_inner {
  display: flex;
  flex-direction: column;
  padding: 24px 0;
  width: 100%;
  margin-bottom: 24px;
  position: relative;
}
@media (min-width: 1025px) {
  .numbers_section .numbers_section_inner {
    flex-direction: row;
  }
}
.numbers_section .numbers_section_inner .inner_col {
  width: 100%;
  max-width: 100%;
  text-align: center;
  padding: 64px 0;
}
@media (min-width: 1025px) {
  .numbers_section .numbers_section_inner .inner_col {
    padding: 56px 24px;
  }
}
@media (min-width: 1500px) {
  .numbers_section .numbers_section_inner .inner_col {
    padding: 56px 0;
  }
}
.numbers_section .numbers_section_inner .inner_col .title {
  font-family: "Be Vietnam Pro", sans-serif;
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: 100%;
  letter-spacing: 1px;
  text-transform: uppercase;
  color: #1F1F1F;
  margin-bottom: 24px;
}
.numbers_section .numbers_section_inner .inner_col .number {
  font-family: "Be Vietnam Pro", sans-serif;
  font-size: 80px;
  font-style: normal;
  font-weight: 400;
  line-height: 100%;
  letter-spacing: -6px;
  margin-bottom: 24px;
}
@media (min-width: 1025px) {
  .numbers_section .numbers_section_inner .inner_col .number {
    font-size: 90px;
    margin-bottom: 48px;
  }
}
@media (min-width: 1500px) {
  .numbers_section .numbers_section_inner .inner_col .number {
    font-size: 120px;
    margin-bottom: 48px;
  }
}
.numbers_section .numbers_section_inner .inner_col .number .cur {
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 140%;
  letter-spacing: -0.72px;
}
@media (min-width: 1025px) {
  .numbers_section .numbers_section_inner .inner_col .number .cur {
    font-size: 24px;
  }
}
.numbers_section .numbers_section_inner .inner_col .description {
  font-family: "Be Vietnam Pro", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 140%;
  letter-spacing: -0.48px;
}
@media (min-width: 1025px) {
  .numbers_section .numbers_section_inner .inner_col {
    max-width: 33.3%;
  }
}
.numbers_section .numbers_section_inner .inner_col:nth-of-type(2) {
  position: relative;
}
.numbers_section .numbers_section_inner .inner_col:nth-of-type(2):before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  height: 1px;
  width: 0%;
  background: #D4D4D4;
}
@media (min-width: 1025px) {
  .numbers_section .numbers_section_inner .inner_col:nth-of-type(2):before {
    width: 1px;
    height: 0%;
  }
}
.numbers_section .numbers_section_inner .inner_col:nth-of-type(2):after {
  content: "";
  position: absolute;
  right: 0;
  bottom: 0;
  height: 1px;
  width: 0%;
  background: #D4D4D4;
}
@media (min-width: 1025px) {
  .numbers_section .numbers_section_inner .inner_col:nth-of-type(2):after {
    width: 1px;
    height: 0%;
  }
}
.numbers_section .numbers_section_inner:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 0%;
  height: 1px;
  background: #D4D4D4;
}
.numbers_section .numbers_section_inner:after {
  content: "";
  position: absolute;
  right: 0;
  bottom: 0;
  width: 0%;
  height: 1px;
  background: #D4D4D4;
}
.numbers_section .bottom_description {
  font-family: "Be Vietnam Pro", sans-serif;
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: 140%;
  letter-spacing: -0.36px;
  color: #1F1F1F;
  opacity: 0.5;
  max-width: 550px;
  margin: 0 auto;
}
.numbers_section.is-inview .numbers_section_inner:before {
  animation: barWidth 2s ease;
  animation-fill-mode: forwards;
}
.numbers_section.is-inview .numbers_section_inner:after {
  animation: barWidth 2s ease;
  animation-fill-mode: forwards;
}
.numbers_section.is-inview .numbers_section_inner .inner_col:nth-of-type(2):before {
  animation: barHeight 2s ease;
  animation-fill-mode: forwards;
}
.numbers_section.is-inview .numbers_section_inner .inner_col:nth-of-type(2):after {
  animation: barHeight 2s ease;
  animation-fill-mode: forwards;
}

.video_large_cta_and_content {
  margin: 60px 0;
}
@media (min-width: 1025px) {
  .video_large_cta_and_content {
    margin: 100px 0;
  }
}
.video_large_cta_and_content .video_large_cta_and_content_inner {
  display: flex;
  flex-direction: column;
  gap: 40px;
  align-items: flex-start;
}
@media (min-width: 768px) {
  .video_large_cta_and_content .video_large_cta_and_content_inner {
    gap: 80px;
    align-items: center;
  }
}
@media (min-width: 1025px) {
  .video_large_cta_and_content .video_large_cta_and_content_inner {
    gap: 120px;
  }
}
.video_large_cta_and_content .video_large_cta_and_content_inner .bullet_title {
  position: absolute;
  top: 0;
  left: 0;
  display: none;
  font-family: "Be Vietnam Pro", sans-serif;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 100%;
  letter-spacing: 1px;
  text-transform: uppercase;
  white-space: nowrap;
}
@media (min-width: 1025px) {
  .video_large_cta_and_content .video_large_cta_and_content_inner .bullet_title {
    display: block;
    max-width: unset;
  }
}
.video_large_cta_and_content .video_large_cta_and_content_inner .bullet_title:before {
  content: "";
  width: 8px;
  height: 8px;
  border-radius: 100%;
  background: #000;
  position: relative;
  display: inline-block;
  margin-right: 16px;
  top: -1px;
}
.video_large_cta_and_content .video_large_cta_and_content_inner .top_section {
  max-width: 440px;
}
@media (min-width: 1025px) {
  .video_large_cta_and_content .video_large_cta_and_content_inner .top_section {
    max-width: unset;
  }
}
.video_large_cta_and_content .video_large_cta_and_content_inner .top_section .bullet_title {
  position: relative;
  display: block;
}
@media (min-width: 1025px) {
  .video_large_cta_and_content .video_large_cta_and_content_inner .top_section .bullet_title {
    display: none;
  }
}
.video_large_cta_and_content .video_large_cta_and_content_inner .top_section .top_content {
  max-width: 808px;
  margin: 0 auto;
}
.video_large_cta_and_content .video_large_cta_and_content_inner .top_section .top_content h2 {
  font-family: "Cormorant Garamond", serif;
  font-size: 56px;
  font-style: normal;
  font-weight: 400;
  line-height: 100%;
  letter-spacing: -2.8px;
  margin-bottom: 0;
  margin-top: 24px;
}
@media (min-width: 1025px) {
  .video_large_cta_and_content .video_large_cta_and_content_inner .top_section .top_content h2 {
    font-size: 96px;
    letter-spacing: -4.8px;
    margin-top: 0;
  }
}
@media (min-width: 1025px) {
  .video_large_cta_and_content .video_large_cta_and_content_inner .top_section .top_content h2.smaller_h2 {
    font-size: 80px;
    letter-spacing: -4px;
  }
}
.video_large_cta_and_content .video_large_cta_and_content_inner .top_section .top_content .upper {
  font-family: "Be Vietnam Pro", sans-serif;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 140%;
  letter-spacing: -0.54px;
  color: #1F1F1F;
  margin-top: 28px;
}
.video_large_cta_and_content .video_large_cta_and_content_inner .top_section .top_content .lower {
  font-family: "Be Vietnam Pro", sans-serif;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 140%;
  letter-spacing: -0.42px;
  color: #1F1F1F;
  margin-top: 22px;
}
.video_large_cta_and_content .video_large_cta_and_content_inner .bottom_section {
  display: flex;
  flex-direction: column;
  gap: 40px;
}
@media (min-width: 768px) {
  .video_large_cta_and_content .video_large_cta_and_content_inner .bottom_section {
    flex-direction: row;
    gap: 65px;
  }
}
@media (min-width: 1025px) {
  .video_large_cta_and_content .video_large_cta_and_content_inner .bottom_section {
    flex-direction: row;
    gap: 84px;
  }
}
.video_large_cta_and_content .video_large_cta_and_content_inner .bottom_section .video {
  width: 100%;
  height: 455px;
  max-width: 877px;
  max-height: 490px;
  position: relative;
  display: flex;
  cursor: pointer;
  overflow: hidden;
}
@media (min-width: 1500px) {
  .video_large_cta_and_content .video_large_cta_and_content_inner .bottom_section .video {
    height: 100%;
    min-width: 860px;
  }
}
.video_large_cta_and_content .video_large_cta_and_content_inner .bottom_section .video iframe {
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  width: 100%;
  height: 100%;
  border: none;
}
.video_large_cta_and_content .video_large_cta_and_content_inner .bottom_section .video img {
  position: relative;
  z-index: 2;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.video_large_cta_and_content .video_large_cta_and_content_inner .bottom_section .video .title {
  position: absolute;
  z-index: 4;
  bottom: 22px;
  left: 20px;
  font-family: "Be Vietnam Pro", sans-serif;
  font-size: 12.12px;
  font-style: normal;
  font-weight: 400;
  line-height: 100%;
  letter-spacing: 0.866px;
  text-transform: uppercase;
  color: #fff;
}
.video_large_cta_and_content .video_large_cta_and_content_inner .bottom_section .video .timeline {
  position: absolute;
  z-index: 4;
  bottom: 22px;
  right: 20px;
  font-family: "Be Vietnam Pro", sans-serif;
  font-size: 12.12px;
  font-style: normal;
  font-weight: 400;
  line-height: 100%;
  letter-spacing: 0.866px;
  text-transform: uppercase;
  color: #fff;
}
.video_large_cta_and_content .video_large_cta_and_content_inner .bottom_section .video .play_button {
  min-width: 77px;
  min-height: 77px;
  max-width: 77px;
  max-height: 77px;
  background: #41D6C2;
  border-radius: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: 0.6s;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 5;
}
.video_large_cta_and_content .video_large_cta_and_content_inner .bottom_section .video .play_button img {
  max-width: 20px;
  height: auto;
}
.video_large_cta_and_content .video_large_cta_and_content_inner .bottom_section .video:hover .play_button {
  background: #066CFF;
}
.video_large_cta_and_content .video_large_cta_and_content_inner .bottom_section .content {
  font-family: "Be Vietnam Pro", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 140%;
  letter-spacing: -0.48px;
  color: #000;
  max-width: 400px;
}
@media (min-width: 768px) {
  .video_large_cta_and_content .video_large_cta_and_content_inner .bottom_section .content {
    width: 100%;
    max-width: 50%;
  }
}
@media (min-width: 1025px) {
  .video_large_cta_and_content .video_large_cta_and_content_inner .bottom_section .content {
    width: auto;
    max-width: 400px;
  }
}
.video_large_cta_and_content .video_large_cta_and_content_inner .bottom_section .content p {
  margin-top: 0;
  margin-bottom: 15px;
}
.video_large_cta_and_content .video_large_cta_and_content_inner .bottom_section .content a:not([class]) {
  color: #066CFF;
}
.video_large_cta_and_content .video_large_cta_and_content_inner .bottom_section .content .cta_button {
  display: block;
  background-color: #066CFF;
  color: #fff;
  border: 1px solid #066CFF;
  padding: 0 52px 0 24px;
  height: 48px;
  cursor: pointer;
  font-family: "Be Vietnam Pro", sans-serif;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 100%;
  letter-spacing: -0.42px;
  text-transform: capitalize;
  border-radius: 56px;
  text-decoration: none;
  display: inline-flex;
  align-items: center;
  position: relative;
  overflow: hidden;
  transition: 0.6s;
  margin-top: 24px;
}
.video_large_cta_and_content .video_large_cta_and_content_inner .bottom_section .content .cta_button:after {
  content: url("../images/button-arrow.svg");
  position: absolute;
  right: 20px;
  top: 12px;
  transition: 0.6s;
  filter: invert(0);
}
.video_large_cta_and_content .video_large_cta_and_content_inner .bottom_section .content .cta_button:before {
  content: url("../images/button-arrow.svg");
  position: absolute;
  left: -50px;
  top: 12px;
  transition: 0.6s;
  filter: invert(0);
}
.video_large_cta_and_content .video_large_cta_and_content_inner .bottom_section .content .cta_button:hover {
  background-color: #41D6C2;
  border: 1px solid #41D6C2;
  color: #1F1F1F;
  padding: 0 24px 0 52px;
}
.video_large_cta_and_content .video_large_cta_and_content_inner .bottom_section .content .cta_button:hover:after {
  right: -50px;
  top: 12px;
  filter: invert(1);
}
.video_large_cta_and_content .video_large_cta_and_content_inner .bottom_section .content .cta_button:hover:before {
  left: 20px;
  top: 12px;
  filter: invert(1);
}
.video_large_cta_and_content .video_large_cta_and_content_inner .bottom_section .content .cta_button span {
  position: relative;
}
.video_large_cta_and_content .video_large_cta_and_content_inner .bottom_section .content .cta_button.is-inview {
  max-width: 100%;
}
.video_large_cta_and_content .video_large_cta_and_content_inner .bottom_section .content .cta_button.is-inview span {
  animation: scrollUpText 0.6s ease-in forwards;
}

.who_we_help {
  margin: 60px 0;
}
@media (min-width: 1025px) {
  .who_we_help {
    margin: 100px 0;
  }
}
.who_we_help .who_we_help_inner {
  display: flex;
  flex-direction: column;
  gap: 50px;
}
.who_we_help .who_we_help_inner .top_section {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding-top: 40px;
  position: relative;
}
@media (min-width: 1025px) {
  .who_we_help .who_we_help_inner .top_section {
    flex-direction: row;
    padding-top: 25px;
  }
}
.who_we_help .who_we_help_inner .top_section .left {
  width: 100%;
  max-width: 100%;
  position: relative;
}
@media (min-width: 1025px) {
  .who_we_help .who_we_help_inner .top_section .left {
    max-width: 50%;
    padding: 25px 0 40px 0;
  }
}
.who_we_help .who_we_help_inner .top_section .left h2 {
  font-family: "Cormorant Garamond", serif;
  font-size: 64px;
  font-style: normal;
  font-weight: 400;
  line-height: 100%;
  letter-spacing: -3.2px;
  color: #1F1F1F;
  margin-top: 0;
  margin-bottom: 24px;
}
.who_we_help .who_we_help_inner .top_section .left:after {
  content: none;
  position: absolute;
  right: 0;
  bottom: 0;
  width: 1px;
  height: 0;
  background: #D4D4D4;
}
@media (min-width: 1025px) {
  .who_we_help .who_we_help_inner .top_section .left:after {
    content: "";
  }
}
.who_we_help .who_we_help_inner .top_section .right {
  width: 100%;
  max-width: 100%;
  display: flex;
  justify-content: flex-start;
}
@media (min-width: 1025px) {
  .who_we_help .who_we_help_inner .top_section .right {
    justify-content: flex-end;
    max-width: 50%;
    padding: 25px 0 40px 0;
  }
}
.who_we_help .who_we_help_inner .top_section .right .inner_content {
  width: 100%;
  max-width: 670px;
}
@media (min-width: 1025px) {
  .who_we_help .who_we_help_inner .top_section .right .inner_content {
    margin-left: 85px;
  }
}
.who_we_help .who_we_help_inner .top_section .right .inner_content p {
  font-family: "Be Vietnam Pro", sans-serif;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 140%;
  letter-spacing: -0.54px;
  color: #1F1F1F;
}
.who_we_help .who_we_help_inner .top_section .right .inner_content .basic_button {
  margin-top: 20px;
  display: inline-flex;
  font-family: "Be Vietnam Pro", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 140%;
  letter-spacing: -0.48px;
  text-transform: capitalize;
  padding-bottom: 8px;
  border-bottom: 1px solid #D4D4D4;
  text-decoration: none;
  color: #1F1F1F;
}
.who_we_help .who_we_help_inner .top_section:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 0;
  height: 1px;
  background: #D4D4D4;
}
.who_we_help .who_we_help_inner .top_section.is-inview:before {
  animation: barWidth 2s ease forwards;
}
.who_we_help .who_we_help_inner .top_section.is-inview .left:after {
  animation: barHeight 2s ease forwards;
}
.who_we_help .who_we_help_inner .bottom_section .blocks_listing {
  display: flex;
  flex-direction: column;
  gap: 16px;
  width: 100%;
}
@media (min-width: 768px) {
  .who_we_help .who_we_help_inner .bottom_section .blocks_listing {
    flex-direction: row;
    flex-wrap: wrap;
  }
}
@media (min-width: 1025px) {
  .who_we_help .who_we_help_inner .bottom_section .blocks_listing {
    flex-direction: row;
    flex-wrap: nowrap;
  }
}
.who_we_help .who_we_help_inner .bottom_section .blocks_listing .block {
  flex-grow: 1;
  flex-basis: 0;
  position: relative;
  padding: 28px 33px;
  background: #203F3A;
  transition: 0.6s;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  min-height: 420px;
}
.who_we_help .who_we_help_inner .bottom_section .blocks_listing .block a {
  text-decoration: none;
}
@media (min-width: 768px) {
  .who_we_help .who_we_help_inner .bottom_section .blocks_listing .block {
    flex-basis: calc(50% - 74px);
    min-height: unset;
    flex-grow: 0;
  }
}
@media (min-width: 1025px) {
  .who_we_help .who_we_help_inner .bottom_section .blocks_listing .block {
    min-height: unset;
    flex-grow: 1;
  }
}
.who_we_help .who_we_help_inner .bottom_section .blocks_listing .block iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 275%;
  height: 200%;
  object-fit: cover;
  transform: translate(-25%, -25%);
  z-index: 2;
}
.who_we_help .who_we_help_inner .bottom_section .blocks_listing .block video {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
  width: 100%;
  height: 100%;
  transform: scale(1.45);
}
.who_we_help .who_we_help_inner .bottom_section .blocks_listing .block .back_image {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.who_we_help .who_we_help_inner .bottom_section .blocks_listing .block h3, .who_we_help .who_we_help_inner .bottom_section .blocks_listing .block .top_title {
  font-family: "Cormorant Garamond", serif;
  font-size: 40px;
  font-style: normal;
  font-weight: 400;
  line-height: 100%;
  letter-spacing: -2px;
  color: #fff;
  margin: 0;
}
@media (min-width: 1025px) {
  .who_we_help .who_we_help_inner .bottom_section .blocks_listing .block h3, .who_we_help .who_we_help_inner .bottom_section .blocks_listing .block .top_title {
    font-size: 48px;
    letter-spacing: -2.4px;
  }
}
.who_we_help .who_we_help_inner .bottom_section .blocks_listing .block .top_part {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
}
.who_we_help .who_we_help_inner .bottom_section .blocks_listing .block .inner_content {
  display: flex;
  flex-direction: column;
  gap: 120px;
  position: relative;
  z-index: 5;
}
@media (min-width: 1025px) {
  .who_we_help .who_we_help_inner .bottom_section .blocks_listing .block .inner_content {
    gap: 205px;
  }
}
.who_we_help .who_we_help_inner .bottom_section .blocks_listing .block .inner_content .content_holder {
  display: flex;
  flex-direction: column;
  gap: 24px;
}
.who_we_help .who_we_help_inner .bottom_section .blocks_listing .block .inner_content .content_holder .content {
  font-family: "Be Vietnam Pro", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 140%;
  letter-spacing: -0.48px;
  color: #fff;
}
.who_we_help .who_we_help_inner .bottom_section .blocks_listing .block:hover {
  background: #142623;
}

.video_with_top_content {
  margin: 60px 0;
}
@media (min-width: 1025px) {
  .video_with_top_content {
    margin: 100px 0;
  }
}
.video_with_top_content .video_with_top_content_inner {
  display: flex;
  flex-direction: column;
  gap: 40px;
  align-items: center;
}
@media (min-width: 768px) {
  .video_with_top_content .video_with_top_content_inner {
    flex-direction: row-reverse;
    align-items: flex-start;
    gap: 65px;
  }
}
@media (min-width: 1025px) {
  .video_with_top_content .video_with_top_content_inner {
    flex-direction: column;
    gap: 120px;
    align-items: center;
  }
}
.video_with_top_content .video_with_top_content_inner .top_section {
  display: flex;
  flex-direction: column;
  gap: 40px;
  width: 100%;
}
@media (min-width: 1025px) {
  .video_with_top_content .video_with_top_content_inner .top_section {
    width: auto;
  }
}
@media (min-width: 1025px) {
  .video_with_top_content .video_with_top_content_inner .top_section {
    flex-direction: row;
    gap: 220px;
  }
}
.video_with_top_content .video_with_top_content_inner .top_section .left {
  width: 100%;
}
.video_with_top_content .video_with_top_content_inner .top_section .left h2 {
  font-family: "Cormorant Garamond", serif;
  font-size: 48px;
  font-style: normal;
  font-weight: 400;
  line-height: 100%;
  letter-spacing: -2.4px;
  margin-top: 0;
  color: #1F1F1F;
  margin-bottom: 0;
}
@media (min-width: 1025px) {
  .video_with_top_content .video_with_top_content_inner .top_section .left h2 {
    letter-spacing: -3.2px;
    font-size: 64px;
  }
}
.video_with_top_content .video_with_top_content_inner .top_section .right {
  max-width: 330px;
  width: 100%;
}
.video_with_top_content .video_with_top_content_inner .top_section .right .content {
  font-family: "Be Vietnam Pro", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 140%;
  letter-spacing: -0.48px;
  color: #000;
}
.video_with_top_content .video_with_top_content_inner .top_section .right .cta_button {
  display: block;
  background-color: #066CFF;
  color: #fff;
  border: 1px solid #066CFF;
  padding: 0 52px 0 24px;
  height: 48px;
  cursor: pointer;
  font-family: "Be Vietnam Pro", sans-serif;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 100%;
  letter-spacing: -0.42px;
  text-transform: capitalize;
  border-radius: 56px;
  text-decoration: none;
  display: inline-flex;
  align-items: center;
  position: relative;
  overflow: hidden;
  transition: 0.6s;
  margin-top: 24px;
}
.video_with_top_content .video_with_top_content_inner .top_section .right .cta_button:after {
  content: url("../images/button-arrow.svg");
  position: absolute;
  right: 20px;
  top: 12px;
  transition: 0.6s;
  filter: invert(0);
}
.video_with_top_content .video_with_top_content_inner .top_section .right .cta_button:before {
  content: url("../images/button-arrow.svg");
  position: absolute;
  left: -50px;
  top: 12px;
  transition: 0.6s;
  filter: invert(0);
}
.video_with_top_content .video_with_top_content_inner .top_section .right .cta_button:hover {
  background-color: #41D6C2;
  border: 1px solid #41D6C2;
  color: #1F1F1F;
  padding: 0 24px 0 52px;
}
.video_with_top_content .video_with_top_content_inner .top_section .right .cta_button:hover:after {
  right: -50px;
  top: 12px;
  filter: invert(1);
}
.video_with_top_content .video_with_top_content_inner .top_section .right .cta_button:hover:before {
  left: 20px;
  top: 12px;
  filter: invert(1);
}
.video_with_top_content .video_with_top_content_inner .top_section .right .cta_button span {
  position: relative;
}
.video_with_top_content .video_with_top_content_inner .top_section .right .cta_button.is-inview {
  max-width: 100%;
}
.video_with_top_content .video_with_top_content_inner .top_section .right .cta_button.is-inview span {
  animation: scrollUpText 0.6s ease-in forwards;
}
.video_with_top_content .video_with_top_content_inner .bottom_section {
  width: 100%;
}
@media (min-width: 1025px) {
  .video_with_top_content .video_with_top_content_inner .bottom_section {
    width: auto;
  }
}
.video_with_top_content .video_with_top_content_inner .bottom_section .video {
  width: 100%;
  height: 455px;
  max-width: 877px;
  max-height: 490px;
  position: relative;
  display: flex;
  cursor: pointer;
}
.video_with_top_content .video_with_top_content_inner .bottom_section .video iframe {
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  width: 100%;
  height: 100%;
  border: none;
}
@media (min-width: 1025px) {
  .video_with_top_content .video_with_top_content_inner .bottom_section .video {
    height: 100%;
  }
}
.video_with_top_content .video_with_top_content_inner .bottom_section .video img {
  position: relative;
  z-index: 2;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.video_with_top_content .video_with_top_content_inner .bottom_section .video .title {
  position: absolute;
  z-index: 4;
  bottom: 22px;
  left: 20px;
  font-family: "Be Vietnam Pro", sans-serif;
  font-size: 12.12px;
  font-style: normal;
  font-weight: 400;
  line-height: 100%;
  letter-spacing: 0.866px;
  text-transform: uppercase;
  color: #fff;
}
.video_with_top_content .video_with_top_content_inner .bottom_section .video .timeline {
  position: absolute;
  z-index: 4;
  bottom: 22px;
  right: 20px;
  font-family: "Be Vietnam Pro", sans-serif;
  font-size: 12.12px;
  font-style: normal;
  font-weight: 400;
  line-height: 100%;
  letter-spacing: 0.866px;
  text-transform: uppercase;
  color: #fff;
}
.video_with_top_content .video_with_top_content_inner .bottom_section .video .play_button {
  min-width: 77px;
  min-height: 77px;
  max-width: 77px;
  max-height: 77px;
  background: #41D6C2;
  border-radius: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: 0.6s;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 5;
}
.video_with_top_content .video_with_top_content_inner .bottom_section .video .play_button img {
  max-width: 20px;
  height: auto;
}
.video_with_top_content .video_with_top_content_inner .bottom_section .video:hover .play_button {
  background: #066CFF;
}

.side_images_with_center_content {
  margin: 60px 0;
}
@media (min-width: 1025px) {
  .side_images_with_center_content {
    margin: 100px 0;
  }
}
.side_images_with_center_content .container .side_images_with_center_content_inner {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  width: 100%;
}
@media (min-width: 768px) {
  .side_images_with_center_content .container .side_images_with_center_content_inner {
    flex-direction: row;
    gap: 65px;
  }
}
@media (min-width: 1025px) {
  .side_images_with_center_content .container .side_images_with_center_content_inner {
    flex-direction: row;
    gap: unset;
  }
}
.side_images_with_center_content .container .side_images_with_center_content_inner .left {
  gap: 16px;
  display: none;
}
@media (min-width: 768px) {
  .side_images_with_center_content .container .side_images_with_center_content_inner .left {
    display: flex;
    width: 100%;
    overflow: hidden;
  }
}
@media (min-width: 1025px) {
  .side_images_with_center_content .container .side_images_with_center_content_inner .left {
    width: auto;
    gap: unset;
    overflow: visible;
  }
}
.side_images_with_center_content .container .side_images_with_center_content_inner .left img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.side_images_with_center_content .container .side_images_with_center_content_inner .left img:nth-of-type(1) {
  max-height: 282px;
}
@media (min-width: 1025px) {
  .side_images_with_center_content .container .side_images_with_center_content_inner .left img:nth-of-type(1) {
    max-height: unset;
  }
}
.side_images_with_center_content .container .side_images_with_center_content_inner .left img:nth-of-type(2) {
  max-height: 161px;
  display: none;
}
@media (min-width: 1025px) {
  .side_images_with_center_content .container .side_images_with_center_content_inner .left img:nth-of-type(2) {
    display: inline-flex;
    max-height: unset;
  }
}
.side_images_with_center_content .container .side_images_with_center_content_inner .middle {
  display: flex;
  flex-direction: column;
  gap: 48px;
  max-width: 460px;
  margin-top: 48px;
  justify-content: space-between;
}
@media (min-width: 768px) {
  .side_images_with_center_content .container .side_images_with_center_content_inner .middle {
    margin-top: 0;
    width: 100%;
  }
}
@media (min-width: 1025px) {
  .side_images_with_center_content .container .side_images_with_center_content_inner .middle {
    width: auto;
    margin-top: 0;
    margin-right: 85px;
    margin-left: 85px;
  }
}
.side_images_with_center_content .container .side_images_with_center_content_inner .middle .top h1 {
  font-family: "Cormorant Garamond", serif;
  font-size: 48px;
  font-style: normal;
  font-weight: 400;
  line-height: 100%;
  letter-spacing: -2.4px;
  color: #1F1F1F;
}
@media (min-width: 1025px) {
  .side_images_with_center_content .container .side_images_with_center_content_inner .middle .top h1 {
    font-size: 140px;
    letter-spacing: -7px;
  }
}
.side_images_with_center_content .container .side_images_with_center_content_inner .middle .top h2 {
  margin-top: 0;
  margin-bottom: 24px;
  font-family: "Cormorant Garamond", serif;
  font-size: 32px;
  font-style: normal;
  font-weight: 400;
  line-height: 100%;
  letter-spacing: -1.6px;
  color: #1F1F1F;
}
@media (min-width: 1025px) {
  .side_images_with_center_content .container .side_images_with_center_content_inner .middle .top h2 {
    margin-bottom: 40px;
    font-size: 64px;
    letter-spacing: -3.2px;
  }
}
.side_images_with_center_content .container .side_images_with_center_content_inner .middle .top h2.bigger_mobile_title {
  font-size: 48px;
  letter-spacing: -2.4px;
  margin-bottom: 0;
}
@media (min-width: 1025px) {
  .side_images_with_center_content .container .side_images_with_center_content_inner .middle .top h2.bigger_mobile_title {
    margin-bottom: 40px;
    font-size: 64px;
    letter-spacing: -3.2px;
  }
}
.side_images_with_center_content .container .side_images_with_center_content_inner .middle .top .author {
  font-family: "Be Vietnam Pro", sans-serif;
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: 100%;
  letter-spacing: 1px;
  text-transform: uppercase;
  color: #1F1F1F;
}
.side_images_with_center_content .container .side_images_with_center_content_inner .middle .top .role {
  font-family: "Be Vietnam Pro", sans-serif;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 140%;
  letter-spacing: -0.42px;
  text-transform: capitalize;
}
.side_images_with_center_content .container .side_images_with_center_content_inner .middle .bottom p {
  font-family: "Be Vietnam Pro", sans-serif;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 140%;
  letter-spacing: -0.54px;
  color: #1F1F1F;
}
.side_images_with_center_content .container .side_images_with_center_content_inner .middle .bottom p:last-of-type {
  margin-bottom: 0;
}
.side_images_with_center_content .container .side_images_with_center_content_inner .middle .bottom .basic_button {
  margin-top: 24px;
  display: inline-flex;
  font-family: "Be Vietnam Pro", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 140%;
  letter-spacing: -0.48px;
  text-transform: capitalize;
  padding-bottom: 8px;
  border-bottom: 1px solid #D4D4D4;
  text-decoration: none;
  color: #1F1F1F;
}
.side_images_with_center_content .container .side_images_with_center_content_inner .right img {
  width: 100%;
  height: auto;
  object-fit: cover;
}

.testimonial_carousel {
  margin: 60px 0;
}
@media (min-width: 1025px) {
  .testimonial_carousel {
    margin: 100px 0;
  }
}
.testimonial_carousel .testimonial_carousel_inner {
  display: flex;
  flex-direction: column;
  gap: 24px;
}
@media (min-width: 1367px) {
  .testimonial_carousel .testimonial_carousel_inner {
    gap: 120px;
  }
}
.testimonial_carousel .testimonial_carousel_inner .top {
  padding-top: 16px;
}
@media (min-width: 768px) {
  .testimonial_carousel .testimonial_carousel_inner .top {
    padding-top: 50px;
  }
}
.testimonial_carousel .testimonial_carousel_inner .top .bullet_title {
  font-family: "Be Vietnam Pro", sans-serif;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 100%;
  letter-spacing: 1px;
  text-transform: uppercase;
  white-space: nowrap;
}
.testimonial_carousel .testimonial_carousel_inner .top .bullet_title:before {
  content: "";
  width: 8px;
  height: 8px;
  border-radius: 100%;
  background: #000;
  position: relative;
  display: inline-block;
  margin-right: 16px;
  top: -1px;
}
.testimonial_carousel .testimonial_carousel_inner .top:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  height: 1px;
  width: 100%;
  background: #D4D4D4;
}
.testimonial_carousel .testimonial_carousel_inner .bottom {
  display: flex;
  flex-direction: column;
  gap: 64px;
}
@media (min-width: 1367px) {
  .testimonial_carousel .testimonial_carousel_inner .bottom {
    flex-direction: row;
    gap: 85px;
  }
}
.testimonial_carousel .testimonial_carousel_inner .bottom .left {
  width: 100%;
  max-width: 460px;
  position: relative;
}
@media (min-width: 1367px) {
  .testimonial_carousel .testimonial_carousel_inner .bottom .left {
    min-width: 460px;
  }
}
.testimonial_carousel .testimonial_carousel_inner .bottom .left h2 {
  margin-top: 0;
  font-family: "Cormorant Garamond", serif;
  font-size: 48px;
  font-style: normal;
  font-weight: 400;
  line-height: 100%;
  letter-spacing: -2.4px;
  margin-bottom: 0;
}
@media (min-width: 768px) {
  .testimonial_carousel .testimonial_carousel_inner .bottom .left h2 {
    margin-bottom: 48px;
    font-size: 72px;
    letter-spacing: -3.6px;
  }
}
.testimonial_carousel .testimonial_carousel_inner .bottom .testimonial_carousel_slider {
  position: relative;
  overflow: hidden;
}
.testimonial_carousel .testimonial_carousel_inner .bottom .testimonial_carousel_slider .mySwiper {
  width: 100%;
  overflow: hidden;
}
.testimonial_carousel .testimonial_carousel_inner .bottom .testimonial_carousel_slider .mySwiper .testimonial_card {
  padding: 24px;
  background: #E9F2FF;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 360px;
}
.testimonial_carousel .testimonial_carousel_inner .bottom .testimonial_carousel_slider .mySwiper .testimonial_card.case_study {
  background: #066CFF;
  position: relative;
  text-decoration: none;
  transition: 0.3s;
}
.testimonial_carousel .testimonial_carousel_inner .bottom .testimonial_carousel_slider .mySwiper .testimonial_card.case_study:hover {
  background: #15367B;
}
.testimonial_carousel .testimonial_carousel_inner .bottom .testimonial_carousel_slider .mySwiper .testimonial_card.case_study .top_card .card_title {
  color: #fff;
}
.testimonial_carousel .testimonial_carousel_inner .bottom .testimonial_carousel_slider .mySwiper .testimonial_card.case_study .title {
  color: #fff;
  font-family: "Cormorant Garamond", serif;
  font-size: 32px;
  font-style: normal;
  font-weight: 400;
  line-height: 100%;
  letter-spacing: -1.6px;
}
@media (min-width: 768px) {
  .testimonial_carousel .testimonial_carousel_inner .bottom .testimonial_carousel_slider .mySwiper .testimonial_card.case_study .title {
    font-size: 48px;
    letter-spacing: -2.4px;
  }
}
.testimonial_carousel .testimonial_carousel_inner .bottom .testimonial_carousel_slider .mySwiper .testimonial_card.case_study:after {
  content: url("../images/arrow-top-right.svg");
  position: absolute;
  top: 24px;
  right: 24px;
}
.testimonial_carousel .testimonial_carousel_inner .bottom .testimonial_carousel_slider .mySwiper .testimonial_card .top_card .card_title {
  font-family: "Be Vietnam Pro", sans-serif;
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: 100%;
  letter-spacing: 1px;
  text-transform: uppercase;
  color: #066CFF;
  margin-bottom: 24px;
}
.testimonial_carousel .testimonial_carousel_inner .bottom .testimonial_carousel_slider .mySwiper .testimonial_card .top_card .testimonial {
  font-family: "Cormorant Garamond", serif;
  font-size: 32px;
  font-style: normal;
  font-weight: 400;
  line-height: 100%;
  letter-spacing: -1.6px;
  color: #1F1F1F;
}
.testimonial_carousel .testimonial_carousel_inner .bottom .testimonial_carousel_slider .mySwiper .testimonial_card .bottom_card .author {
  font-family: "Be Vietnam Pro", sans-serif;
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: 100%;
  letter-spacing: 1px;
  text-transform: uppercase;
  color: #1F1F1F;
  margin-bottom: 10px;
}
.testimonial_carousel .testimonial_carousel_inner .bottom .testimonial_carousel_slider .mySwiper .testimonial_card .bottom_card .role {
  font-family: "Be Vietnam Pro", sans-serif;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 140%;
  letter-spacing: -0.42px;
  text-transform: capitalize;
  color: #1F1F1F;
}
.testimonial_carousel .testimonial_carousel_inner .bottom .right {
  width: 100%;
}
.testimonial_carousel .testimonial_carousel_inner .bottom .right .testimonial_footer {
  display: flex;
  flex-direction: row-reverse;
  justify-content: space-between;
  align-items: center;
  margin-top: 48px;
}
@media (min-width: 768px) {
  .testimonial_carousel .testimonial_carousel_inner .bottom .right .testimonial_footer {
    margin-top: 40px;
    flex-direction: row;
  }
}
.testimonial_carousel .testimonial_carousel_inner .bottom .right .testimonial_footer .basic_button {
  display: inline-flex;
  font-family: "Be Vietnam Pro", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 140%;
  letter-spacing: -0.48px;
  text-transform: capitalize;
  padding-bottom: 8px;
  border-bottom: 1px solid #D4D4D4;
  text-decoration: none;
  color: #1F1F1F;
}
.testimonial_carousel .testimonial_carousel_inner .bottom .right .testimonial_footer .testimonial_carousel_nav {
  display: flex;
}
@media (min-width: 1367px) {
  .testimonial_carousel .testimonial_carousel_inner .bottom .right .testimonial_footer .testimonial_carousel_nav {
    display: none;
  }
}

.testimonial_carousel_nav {
  display: none;
  flex-direction: row;
  gap: 4px;
}
@media (min-width: 1367px) {
  .testimonial_carousel_nav {
    display: flex;
  }
}
.testimonial_carousel_nav .testimonial_prev, .testimonial_carousel_nav .testimonial_next {
  position: relative;
  cursor: pointer;
  /* Trigger the animation */
}
.testimonial_carousel_nav .testimonial_prev .circle, .testimonial_carousel_nav .testimonial_next .circle {
  fill: #E9F2FF;
  stroke: #066CFF;
  stroke-width: 1;
  stroke-dasharray: 157;
  stroke-dashoffset: 157;
  transform-origin: center;
  transform: rotate(-90deg);
  position: absolute;
  top: 0;
  left: 0;
  z-index: 4;
}
.testimonial_carousel_nav .testimonial_prev img, .testimonial_carousel_nav .testimonial_next img {
  position: absolute;
  top: 17px;
  left: 15px;
  z-index: 5;
}
.testimonial_carousel_nav .testimonial_prev .circle-animation, .testimonial_carousel_nav .testimonial_next .circle-animation {
  stroke-dashoffset: 157;
  animation: drawCircle 8s linear forwards;
}
@keyframes drawCircle {
  to {
    stroke-dashoffset: 0;
  }
}
.testimonial_carousel_nav .testimonial_prev img {
  transform: rotate(180deg);
}

.hover_tab_section {
  margin: 60px 0;
  overflow: hidden;
}
@media (min-width: 1025px) {
  .hover_tab_section {
    margin: 100px 0;
  }
}
.hover_tab_section .hover_tab_section_inner.larger_title .top_section .left {
  width: 100%;
  min-width: unset;
}
.hover_tab_section .hover_tab_section_inner.larger_title .top_section .right {
  width: 100%;
}
.hover_tab_section .hover_tab_section_inner.larger_title .top_section .right h2 {
  margin-top: 0;
  font-family: "Cormorant Garamond", serif;
  font-size: 56px;
  font-style: normal;
  font-weight: 400;
  line-height: 100%;
  letter-spacing: -2.8px;
  margin-bottom: 40px;
}
@media (min-width: 1025px) {
  .hover_tab_section .hover_tab_section_inner.larger_title .top_section .right h2 {
    margin-bottom: 115px;
    font-size: 96px;
    letter-spacing: -4.8px;
  }
}
.hover_tab_section .hover_tab_section_inner.larger_title .bottom_section .left {
  width: 100%;
  min-width: unset;
}
.hover_tab_section .hover_tab_section_inner .top_section {
  display: flex;
  flex-direction: column;
  gap: 85px;
  padding-top: 50px;
}
@media (min-width: 1025px) {
  .hover_tab_section .hover_tab_section_inner .top_section {
    flex-direction: row;
  }
}
.hover_tab_section .hover_tab_section_inner .top_section .left {
  min-width: 740px;
}
.hover_tab_section .hover_tab_section_inner .top_section .right h2 {
  margin-top: 0;
  font-family: "Cormorant Garamond", serif;
  font-size: 40px;
  font-style: normal;
  font-weight: 400;
  line-height: 100%;
  letter-spacing: -2px;
  margin-bottom: 48px;
}
@media (min-width: 1025px) {
  .hover_tab_section .hover_tab_section_inner .top_section .right h2 {
    margin-bottom: 64px;
    font-size: 48px;
    letter-spacing: -2.4px;
  }
}
.hover_tab_section .hover_tab_section_inner .top_section .bullet_title {
  font-family: "Be Vietnam Pro", sans-serif;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 100%;
  letter-spacing: 1px;
  text-transform: uppercase;
  white-space: nowrap;
}
.hover_tab_section .hover_tab_section_inner .top_section .bullet_title:before {
  content: "";
  width: 8px;
  height: 8px;
  border-radius: 100%;
  background: #000;
  position: relative;
  display: inline-block;
  margin-right: 16px;
  top: -1px;
}
.hover_tab_section .hover_tab_section_inner .top_section:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  height: 1px;
  width: 100%;
  background: #D4D4D4;
}
.hover_tab_section .hover_tab_section_inner .bottom_section {
  display: flex;
  flex-direction: row;
  gap: 85px;
}
.hover_tab_section .hover_tab_section_inner .bottom_section .left {
  min-width: 740px;
}
.hover_tab_section .hover_tab_section_inner .bottom_section .left .content_rotator {
  display: flex;
  padding: 90px 0;
  background: #15367B;
  text-align: center;
  justify-content: center;
}
@keyframes rotatorSlideIn {
  from {
    bottom: -80px;
    opacity: 0;
  }
  to {
    bottom: 0;
    opacity: 1;
  }
}
.hover_tab_section .hover_tab_section_inner .bottom_section .left .content_rotator ul {
  padding: 0;
  margin: 0;
}
.hover_tab_section .hover_tab_section_inner .bottom_section .left .content_rotator ul .active {
  display: flex;
}
.hover_tab_section .hover_tab_section_inner .bottom_section .left .content_rotator ul .active .inner_rotator_content {
  animation: rotatorSlideIn 0.3s forwards ease-in;
}
.hover_tab_section .hover_tab_section_inner .bottom_section .left .content_rotator ul .inner_rotator_content {
  position: relative;
  bottom: -40px;
  opacity: 0;
  transition: 0.3s;
}
.hover_tab_section .hover_tab_section_inner .bottom_section .left .content_rotator ul li {
  list-style-type: none;
  padding: 0;
  margin: 0;
  flex-direction: column;
  align-items: center;
  display: none;
}
.hover_tab_section .hover_tab_section_inner .bottom_section .left .content_rotator ul li h3 {
  font-family: "Cormorant Garamond", serif;
  font-size: 32px;
  font-style: normal;
  font-weight: 400;
  line-height: 100%;
  letter-spacing: -1.6px;
  color: #fff;
  margin-bottom: 40px;
  margin-top: 0;
  max-width: 460px;
}
.hover_tab_section .hover_tab_section_inner .bottom_section .left .content_rotator ul li img {
  width: auto;
  height: 335px;
  object-fit: cover;
  margin-bottom: 40px;
}
.hover_tab_section .hover_tab_section_inner .bottom_section .left .content_rotator ul li .author {
  font-family: "Be Vietnam Pro", sans-serif;
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: 100%;
  letter-spacing: 1px;
  text-transform: uppercase;
  color: #fff;
  margin-bottom: 10px;
}
.hover_tab_section .hover_tab_section_inner .bottom_section .left .content_rotator ul li .role {
  font-family: "Be Vietnam Pro", sans-serif;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 140%;
  letter-spacing: -0.42px;
  text-transform: capitalize;
  color: #fff;
}
.hover_tab_section .hover_tab_section_inner .bottom_section .right {
  width: 100%;
}
.hover_tab_section .hover_tab_section_inner .bottom_section .right .content_rotator_index ul {
  margin: 0;
  padding: 0;
  display: flex;
  flex-direction: column;
}
.hover_tab_section .hover_tab_section_inner .bottom_section .right .content_rotator_index ul .active {
  opacity: 1;
  color: rgb(31, 31, 31);
}
.hover_tab_section .hover_tab_section_inner .bottom_section .right .content_rotator_index ul .active .content:after {
  opacity: 1;
}
.hover_tab_section .hover_tab_section_inner .bottom_section .right .content_rotator_index ul .active:before {
  width: 0;
}
.hover_tab_section .hover_tab_section_inner .bottom_section .right .content_rotator_index ul .active:after {
  width: 100%;
}
.hover_tab_section .hover_tab_section_inner .bottom_section .right .content_rotator_index ul li {
  list-style-type: none;
  margin: 0;
  width: 100%;
  font-family: "Be Vietnam Pro", sans-serif;
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 140%; /* 28px */
  letter-spacing: -0.6px;
  padding-top: 24px;
  padding-bottom: 24px;
  position: relative;
  cursor: pointer;
  color: rgb(31, 31, 31);
  transition: 0.6s;
}
@media (min-width: 1025px) {
  .hover_tab_section .hover_tab_section_inner .bottom_section .right .content_rotator_index ul li {
    color: rgba(31, 31, 31, 0.5);
    padding-top: 16px;
    padding-bottom: 48px;
  }
}
.hover_tab_section .hover_tab_section_inner .bottom_section .right .content_rotator_index ul li .content {
  width: 100%;
  position: relative;
}
.hover_tab_section .hover_tab_section_inner .bottom_section .right .content_rotator_index ul li .content a {
  text-decoration: none;
}
.hover_tab_section .hover_tab_section_inner .bottom_section .right .content_rotator_index ul li .content p {
  margin: 0;
  max-width: 90%;
}
.hover_tab_section .hover_tab_section_inner .bottom_section .right .content_rotator_index ul li .content:after {
  content: url("../images/slider-nav-arrow.svg");
  position: absolute;
  right: 0;
  top: 2px;
  transition: 0.6s;
  opacity: 1;
}
@media (min-width: 768px) {
  .hover_tab_section .hover_tab_section_inner .bottom_section .right .content_rotator_index ul li .content:after {
    opacity: 0;
  }
}
.hover_tab_section .hover_tab_section_inner .bottom_section .right .content_rotator_index ul li:before {
  content: "";
  position: absolute;
  right: 0;
  top: 0;
  height: 1px;
  width: 100%;
  background: #D4D4D4;
  z-index: 1;
  transition: 0.6s;
}
@media (min-width: 768px) {
  .hover_tab_section .hover_tab_section_inner .bottom_section .right .content_rotator_index ul li:before {
    background: #D4D4D4;
  }
}
.hover_tab_section .hover_tab_section_inner .bottom_section .right .content_rotator_index ul li:after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  height: 1px;
  width: 0%;
  background: #1F1F1F;
  z-index: 2;
  transition: 0.6s;
}
.hover_tab_section .hover_tab_section_inner .bottom_section .right .cta_button {
  display: block;
  background-color: #066CFF;
  color: #fff;
  border: 1px solid #066CFF;
  padding: 0 52px 0 24px;
  height: 48px;
  cursor: pointer;
  font-family: "Be Vietnam Pro", sans-serif;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 100%;
  letter-spacing: -0.42px;
  text-transform: capitalize;
  border-radius: 56px;
  text-decoration: none;
  display: inline-flex;
  align-items: center;
  position: relative;
  overflow: hidden;
  transition: 0.6s;
  margin-top: 24px;
}
.hover_tab_section .hover_tab_section_inner .bottom_section .right .cta_button:after {
  content: url("../images/button-arrow.svg");
  position: absolute;
  right: 20px;
  top: 12px;
  transition: 0.6s;
  filter: invert(0);
}
.hover_tab_section .hover_tab_section_inner .bottom_section .right .cta_button:before {
  content: url("../images/button-arrow.svg");
  position: absolute;
  left: -50px;
  top: 12px;
  transition: 0.6s;
  filter: invert(0);
}
.hover_tab_section .hover_tab_section_inner .bottom_section .right .cta_button:hover {
  background-color: #41D6C2;
  border: 1px solid #41D6C2;
  color: #1F1F1F;
  padding: 0 24px 0 52px;
}
.hover_tab_section .hover_tab_section_inner .bottom_section .right .cta_button:hover:after {
  right: -50px;
  top: 12px;
  filter: invert(1);
}
.hover_tab_section .hover_tab_section_inner .bottom_section .right .cta_button:hover:before {
  left: 20px;
  top: 12px;
  filter: invert(1);
}
.hover_tab_section .hover_tab_section_inner .bottom_section .right .cta_button span {
  position: relative;
}
.hover_tab_section .hover_tab_section_inner .bottom_section .right .cta_button.is-inview {
  max-width: 100%;
}
.hover_tab_section .hover_tab_section_inner .bottom_section .right .cta_button.is-inview span {
  animation: scrollUpText 0.6s ease-in forwards;
}
@media (min-width: 1025px) {
  .hover_tab_section .hover_tab_section_inner .bottom_section .right .cta_button {
    margin-top: 64px;
  }
}

.teams_carousel {
  margin: 60px 0;
}
@media (min-width: 1025px) {
  .teams_carousel {
    margin: 100px 0;
  }
}
.teams_carousel .teams_carousel_inner {
  display: flex;
  flex-direction: column;
  gap: 160px;
}
.teams_carousel .teams_carousel_inner .top_section {
  display: flex;
  flex-direction: column;
  gap: 85px;
}
@media (min-width: 1025px) {
  .teams_carousel .teams_carousel_inner .top_section {
    flex-direction: row;
    gap: 230px;
  }
}
.teams_carousel .teams_carousel_inner .top_section .left {
  min-width: 190px;
}
.teams_carousel .teams_carousel_inner .top_section .left .bullet_title {
  font-family: "Be Vietnam Pro", sans-serif;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 100%;
  letter-spacing: 1px;
  text-transform: uppercase;
  white-space: nowrap;
}
.teams_carousel .teams_carousel_inner .top_section .left .bullet_title:before {
  content: "";
  width: 8px;
  height: 8px;
  border-radius: 100%;
  background: #000;
  position: relative;
  display: inline-block;
  margin-right: 16px;
  top: -1px;
}
.teams_carousel .teams_carousel_inner .top_section .right {
  width: 100%;
  display: flex;
  flex-direction: column;
  gap: 48px;
}
@media (min-width: 1025px) {
  .teams_carousel .teams_carousel_inner .top_section .right {
    gap: 120px;
  }
}
.teams_carousel .teams_carousel_inner .top_section .right .top h2 {
  margin: 0;
  font-family: "Cormorant Garamond", serif;
  font-size: 56px;
  font-style: normal;
  font-weight: 400;
  line-height: 100%;
  letter-spacing: -2.8px;
  color: #1F1F1F;
}
@media (min-width: 1025px) {
  .teams_carousel .teams_carousel_inner .top_section .right .top h2 {
    font-size: 96px;
    letter-spacing: -4.8px;
    max-width: 940px;
  }
}
.teams_carousel .teams_carousel_inner .top_section .right .bottom {
  display: flex;
  justify-content: flex-start;
}
@media (min-width: 1025px) {
  .teams_carousel .teams_carousel_inner .top_section .right .bottom {
    justify-content: flex-end;
  }
}
.teams_carousel .teams_carousel_inner .top_section .right .bottom .content {
  font-family: "Be Vietnam Pro", sans-serif;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 140%;
  letter-spacing: -0.54px;
  max-width: 500px;
}
@media (min-width: 1025px) {
  .teams_carousel .teams_carousel_inner .top_section .right .bottom .content {
    padding-right: 140px;
  }
}
.teams_carousel .teams_carousel_inner .top_section .right .bottom .basic_button {
  display: inline-flex;
  font-family: "Be Vietnam Pro", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 140%;
  letter-spacing: -0.48px;
  text-transform: capitalize;
  padding-bottom: 8px;
  border-bottom: 1px solid #D4D4D4;
  text-decoration: none;
  color: #1F1F1F;
  margin-top: 48px;
}
@media (min-width: 1025px) {
  .teams_carousel .teams_carousel_inner .top_section .right .bottom .basic_button {
    margin-top: 0;
  }
}
.teams_carousel .teams_carousel_inner .bottom_section {
  display: flex;
  flex-direction: column;
  gap: 24px;
  justify-content: space-between;
}
@media (min-width: 1025px) {
  .teams_carousel .teams_carousel_inner .bottom_section {
    flex-direction: row;
    gap: 230px;
  }
}
.teams_carousel .teams_carousel_inner .bottom_section .tabbed_slider_team_nav {
  min-width: 190px;
}
.teams_carousel .teams_carousel_inner .bottom_section .tabbed_slider_team_nav .open_nav_active:before {
  transform: rotate(-180deg) !important;
}
.teams_carousel .teams_carousel_inner .bottom_section .tabbed_slider_team_nav .open_nav_active:after {
  background: #1F1F1F !important;
}
.teams_carousel .teams_carousel_inner .bottom_section .tabbed_slider_team_nav .open_nav {
  font-family: "Be Vietnam Pro", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 140%;
  letter-spacing: -0.48px;
  color: #1F1F1F;
  position: relative;
  margin-bottom: 24px;
}
.teams_carousel .teams_carousel_inner .bottom_section .tabbed_slider_team_nav .open_nav:before {
  content: url("../images/Chevrons.svg");
  position: absolute;
  right: 0;
  top: 2px;
  transition: 0.3s;
  transform: rotate(0deg);
}
.teams_carousel .teams_carousel_inner .bottom_section .tabbed_slider_team_nav .open_nav:after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -24px;
  height: 1px;
  width: 100%;
  background: #D4D4D4;
  transition: 0.3s;
}
.teams_carousel .teams_carousel_inner .bottom_section .tabbed_slider_team_nav .open_advisors {
  display: flex;
  margin-top: 48px;
}
.teams_carousel .teams_carousel_inner .bottom_section .tabbed_slider_team_nav ul {
  display: none;
  flex-direction: column;
  gap: 24px;
  margin: 0;
  padding: 24px;
  border: 1px solid #D4D4D4;
  margin-top: 16px;
}
@media (min-width: 1025px) {
  .teams_carousel .teams_carousel_inner .bottom_section .tabbed_slider_team_nav ul {
    margin-top: 0;
    display: flex;
    padding: 0;
    border: none;
  }
}
.teams_carousel .teams_carousel_inner .bottom_section .tabbed_slider_team_nav ul .active a {
  font-family: "Be Vietnam Pro", sans-serif;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 140%;
  letter-spacing: -0.42px;
  text-transform: capitalize;
  padding-bottom: 8px;
  border-bottom: 1px solid #D4D4D4;
  color: #1F1F1F;
}
.teams_carousel .teams_carousel_inner .bottom_section .tabbed_slider_team_nav ul li {
  list-style-type: none;
  margin-bottom: 0 !important;
}
.teams_carousel .teams_carousel_inner .bottom_section .tabbed_slider_team_nav ul li a {
  font-family: "Be Vietnam Pro", sans-serif;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 140%;
  letter-spacing: -0.42px;
  text-transform: capitalize;
  color: #A5A5A5;
  text-decoration: none;
}
.teams_carousel .teams_carousel_inner .bottom_section .tabbed_slider_team_holder {
  overflow: hidden;
  min-height: 700px;
}
.teams_carousel .teams_carousel_inner .bottom_section .tabbed_slider_team_holder .active {
  display: block !important;
}
.teams_carousel .teams_carousel_inner .bottom_section .tabbed_slider_team_holder .team_blocks {
  display: flex;
  flex-direction: column;
  gap: 32px;
}
@media (min-width: 1025px) {
  .teams_carousel .teams_carousel_inner .bottom_section .tabbed_slider_team_holder .team_blocks {
    flex-direction: row;
  }
}
@media (min-width: 1025px) {
  .teams_carousel .teams_carousel_inner .bottom_section .tabbed_slider_team_holder .team_blocks .team_card {
    flex: 0 0 calc((100% - 64px) / 3);
  }
}
.teams_carousel .teams_carousel_inner .bottom_section .tabbed_slider_team_holder .team_blocks .team_card .img_holder {
  width: 100%;
  height: 350px;
  position: relative;
  overflow: hidden;
  transition: 0.3s;
  margin-bottom: 24px;
}
@media (min-width: 1025px) {
  .teams_carousel .teams_carousel_inner .bottom_section .tabbed_slider_team_holder .team_blocks .team_card .img_holder {
    height: 320px;
  }
}
.teams_carousel .teams_carousel_inner .bottom_section .tabbed_slider_team_holder .team_blocks .team_card .img_holder img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 480px;
  object-fit: cover;
}
.teams_carousel .teams_carousel_inner .bottom_section .tabbed_slider_team_holder .team_blocks .team_card .details .top_details {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 16px;
}
.teams_carousel .teams_carousel_inner .bottom_section .tabbed_slider_team_holder .team_blocks .team_card .details .top_details .info .name {
  font-family: "Be Vietnam Pro", sans-serif;
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: 100%;
  letter-spacing: 1px;
  text-transform: uppercase;
  color: #1F1F1F;
  margin-bottom: 10px;
}
.teams_carousel .teams_carousel_inner .bottom_section .tabbed_slider_team_holder .team_blocks .team_card .details .top_details .info .role {
  font-family: "Be Vietnam Pro", sans-serif;
  color: #1F1F1F;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 140%;
  letter-spacing: -0.42px;
  text-transform: capitalize;
}
.teams_carousel .teams_carousel_inner .bottom_section .tabbed_slider_team_holder .team_blocks .team_card .details .top_details .basic_button {
  display: inline-flex;
  font-family: "Be Vietnam Pro", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 140%;
  letter-spacing: -0.48px;
  text-transform: capitalize;
  padding-bottom: 8px;
  border-bottom: 1px solid #D4D4D4;
  text-decoration: none;
  color: #1F1F1F;
  opacity: 0;
}
.teams_carousel .teams_carousel_inner .bottom_section .tabbed_slider_team_holder .team_blocks .team_card .details .bottom_details {
  font-family: "Be Vietnam Pro", sans-serif;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 140%;
  letter-spacing: -0.42px;
  color: #1F1F1F;
}
.teams_carousel .teams_carousel_inner .bottom_section .tabbed_slider_team_holder .tabbed_team_slider {
  display: none;
}
.teams_carousel .teams_carousel_inner .bottom_section .tabbed_slider_team_holder .tabbed_team_slider .tabbed_team_slider_carousel {
  overflow: hidden;
  min-height: 750px;
  max-height: 750px;
}
.teams_carousel .teams_carousel_inner .bottom_section .tabbed_slider_team_holder .tabbed_team_slider .tabbed_team_slider_carousel .mySwiper {
  width: 100%;
  overflow: hidden;
  position: relative;
}
.teams_carousel .teams_carousel_inner .bottom_section .tabbed_slider_team_holder .tabbed_team_slider .tabbed_team_slider_carousel .mySwiper .swiper-slide-active .team_card .img_holder {
  height: 350px;
}
@media (min-width: 768px) {
  .teams_carousel .teams_carousel_inner .bottom_section .tabbed_slider_team_holder .tabbed_team_slider .tabbed_team_slider_carousel .mySwiper .swiper-slide-active .team_card .img_holder {
    height: 480px;
  }
}
.teams_carousel .teams_carousel_inner .bottom_section .tabbed_slider_team_holder .tabbed_team_slider .tabbed_team_slider_carousel .mySwiper .swiper-slide-active .details .bottom_details {
  opacity: 1 !important;
}
.teams_carousel .teams_carousel_inner .bottom_section .tabbed_slider_team_holder .tabbed_team_slider .tabbed_team_slider_carousel .mySwiper .swiper-slide-active .details .basic_button {
  opacity: 1 !important;
}
.teams_carousel .teams_carousel_inner .bottom_section .tabbed_slider_team_holder .tabbed_team_slider .tabbed_team_slider_carousel .mySwiper .swiper-slide-prev .team_card .img_holder {
  height: 350px;
}
@media (min-width: 768px) {
  .teams_carousel .teams_carousel_inner .bottom_section .tabbed_slider_team_holder .tabbed_team_slider .tabbed_team_slider_carousel .mySwiper .swiper-slide-prev .team_card .img_holder {
    height: 480px;
  }
}
.teams_carousel .teams_carousel_inner .bottom_section .tabbed_slider_team_holder .tabbed_team_slider .tabbed_team_slider_carousel .mySwiper .swiper-slide-prev .details .bottom_details {
  opacity: 1 !important;
}
.teams_carousel .teams_carousel_inner .bottom_section .tabbed_slider_team_holder .tabbed_team_slider .tabbed_team_slider_carousel .mySwiper .swiper-slide-prev .details .basic_button {
  opacity: 1 !important;
}
.teams_carousel .teams_carousel_inner .bottom_section .tabbed_slider_team_holder .tabbed_team_slider .tabbed_team_slider_carousel .mySwiper .team_card .img_holder {
  width: 100%;
  height: 350px;
  position: relative;
  overflow: hidden;
  transition: 0.3s;
  margin-bottom: 24px;
}
@media (min-width: 1025px) {
  .teams_carousel .teams_carousel_inner .bottom_section .tabbed_slider_team_holder .tabbed_team_slider .tabbed_team_slider_carousel .mySwiper .team_card .img_holder {
    height: 320px;
  }
}
.teams_carousel .teams_carousel_inner .bottom_section .tabbed_slider_team_holder .tabbed_team_slider .tabbed_team_slider_carousel .mySwiper .team_card .img_holder img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 480px;
  object-fit: cover;
}
.teams_carousel .teams_carousel_inner .bottom_section .tabbed_slider_team_holder .tabbed_team_slider .tabbed_team_slider_carousel .mySwiper .team_card .details .top_details {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 16px;
}
.teams_carousel .teams_carousel_inner .bottom_section .tabbed_slider_team_holder .tabbed_team_slider .tabbed_team_slider_carousel .mySwiper .team_card .details .top_details .info .name {
  font-family: "Be Vietnam Pro", sans-serif;
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: 100%;
  letter-spacing: 1px;
  text-transform: uppercase;
  color: #1F1F1F;
  margin-bottom: 10px;
}
.teams_carousel .teams_carousel_inner .bottom_section .tabbed_slider_team_holder .tabbed_team_slider .tabbed_team_slider_carousel .mySwiper .team_card .details .top_details .info .role {
  font-family: "Be Vietnam Pro", sans-serif;
  color: #1F1F1F;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 140%;
  letter-spacing: -0.42px;
  text-transform: capitalize;
}
.teams_carousel .teams_carousel_inner .bottom_section .tabbed_slider_team_holder .tabbed_team_slider .tabbed_team_slider_carousel .mySwiper .team_card .details .top_details .basic_button {
  display: inline-flex;
  font-family: "Be Vietnam Pro", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 140%;
  letter-spacing: -0.48px;
  text-transform: capitalize;
  padding-bottom: 8px;
  border-bottom: 1px solid #D4D4D4;
  text-decoration: none;
  color: #1F1F1F;
  opacity: 0;
}
.teams_carousel .teams_carousel_inner .bottom_section .tabbed_slider_team_holder .tabbed_team_slider .tabbed_team_slider_carousel .mySwiper .team_card .details .bottom_details {
  font-family: "Be Vietnam Pro", sans-serif;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 140%;
  letter-spacing: -0.42px;
  color: #1F1F1F;
  opacity: 0;
}
.teams_carousel .testimonial_carousel_nav {
  display: flex !important;
  margin-top: 48px;
}
@media (min-width: 1025px) {
  .teams_carousel .testimonial_carousel_nav {
    margin-top: 0;
    flex-direction: row;
    justify-content: flex-end;
    position: relative;
    top: -200px;
  }
}

.large_video_block {
  margin: 60px 0;
}
@media (min-width: 1025px) {
  .large_video_block {
    margin: 100px 0;
  }
}
.large_video_block .large_video_block_inner {
  display: flex;
  flex-direction: column;
  gap: 80px;
}
@media (min-width: 1025px) {
  .large_video_block .large_video_block_inner {
    gap: 160px;
  }
}
.large_video_block .large_video_block_inner .top_section {
  display: flex;
  flex-direction: column;
  gap: 24px;
}
@media (min-width: 1025px) {
  .large_video_block .large_video_block_inner .top_section {
    flex-direction: row;
    justify-content: space-between;
  }
}
@media (min-width: 1367px) {
  .large_video_block .large_video_block_inner .top_section .left {
    max-width: 900px;
    width: 900px;
  }
}
.large_video_block .large_video_block_inner .top_section .left h1 {
  font-family: "Cormorant Garamond", serif;
  font-size: 56px;
  font-style: normal;
  font-weight: 400;
  line-height: 100%;
  letter-spacing: -2.8px;
  margin: 0;
  color: #1F1F1F;
}
@media (min-width: 1025px) {
  .large_video_block .large_video_block_inner .top_section .left h1 {
    font-size: 96px;
    letter-spacing: -4.8px;
  }
}
.large_video_block .large_video_block_inner .top_section .right {
  max-width: 400px;
}
@media (min-width: 1025px) {
  .large_video_block .large_video_block_inner .top_section .right {
    padding-top: 28px;
  }
}
.large_video_block .large_video_block_inner .top_section .right p {
  font-family: "Be Vietnam Pro", sans-serif;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 140%;
  letter-spacing: -0.54px;
  color: #1F1F1F;
  margin-bottom: 24px;
}
.large_video_block .large_video_block_inner .top_section .right .cta_button {
  display: block;
  background-color: #066CFF;
  color: #fff;
  border: 1px solid #066CFF;
  padding: 0 52px 0 24px;
  height: 48px;
  cursor: pointer;
  font-family: "Be Vietnam Pro", sans-serif;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 100%;
  letter-spacing: -0.42px;
  text-transform: capitalize;
  border-radius: 56px;
  text-decoration: none;
  display: inline-flex;
  align-items: center;
  position: relative;
  overflow: hidden;
  transition: 0.6s;
}
.large_video_block .large_video_block_inner .top_section .right .cta_button:after {
  content: url("../images/button-arrow.svg");
  position: absolute;
  right: 20px;
  top: 12px;
  transition: 0.6s;
  filter: invert(0);
}
.large_video_block .large_video_block_inner .top_section .right .cta_button:before {
  content: url("../images/button-arrow.svg");
  position: absolute;
  left: -50px;
  top: 12px;
  transition: 0.6s;
  filter: invert(0);
}
.large_video_block .large_video_block_inner .top_section .right .cta_button:hover {
  background-color: #41D6C2;
  border: 1px solid #41D6C2;
  color: #1F1F1F;
  padding: 0 24px 0 52px;
}
.large_video_block .large_video_block_inner .top_section .right .cta_button:hover:after {
  right: -50px;
  top: 12px;
  filter: invert(1);
}
.large_video_block .large_video_block_inner .top_section .right .cta_button:hover:before {
  left: 20px;
  top: 12px;
  filter: invert(1);
}
.large_video_block .large_video_block_inner .top_section .right .cta_button span {
  position: relative;
}
.large_video_block .large_video_block_inner .top_section .right .cta_button.is-inview {
  max-width: 100%;
}
.large_video_block .large_video_block_inner .top_section .right .cta_button.is-inview span {
  animation: scrollUpText 0.6s ease-in forwards;
}
.large_video_block .large_video_block_inner .bottom_section {
  display: flex;
  align-items: center;
  justify-content: center;
}
.large_video_block .large_video_block_inner .bottom_section .video {
  width: 100%;
  height: 100%;
  max-width: 1358px;
  max-height: 765px;
  position: relative;
  display: flex;
  cursor: pointer;
  min-height: 455px;
}
@media (min-width: 1025px) {
  .large_video_block .large_video_block_inner .bottom_section .video {
    height: 100%;
  }
}
.large_video_block .large_video_block_inner .bottom_section .video img {
  position: absolute;
  z-index: 2;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
@media (min-width: 1025px) {
  .large_video_block .large_video_block_inner .bottom_section .video img {
    position: relative;
  }
}
.large_video_block .large_video_block_inner .bottom_section .video .title {
  position: absolute;
  z-index: 4;
  bottom: 22px;
  left: 20px;
  font-family: "Be Vietnam Pro", sans-serif;
  font-size: 12.12px;
  font-style: normal;
  font-weight: 400;
  line-height: 100%;
  letter-spacing: 0.866px;
  text-transform: uppercase;
  color: #fff;
}
.large_video_block .large_video_block_inner .bottom_section .video .timeline {
  position: absolute;
  z-index: 4;
  bottom: 22px;
  right: 20px;
  font-family: "Be Vietnam Pro", sans-serif;
  font-size: 12.12px;
  font-style: normal;
  font-weight: 400;
  line-height: 100%;
  letter-spacing: 0.866px;
  text-transform: uppercase;
  color: #fff;
}
.large_video_block .large_video_block_inner .bottom_section .video .play_button {
  min-width: 77px;
  min-height: 77px;
  max-width: 77px;
  max-height: 77px;
  background: #41D6C2;
  border-radius: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: 0.6s;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 5;
}
.large_video_block .large_video_block_inner .bottom_section .video .play_button img {
  max-width: 20px;
  height: auto;
}
.large_video_block .large_video_block_inner .bottom_section .video:hover .play_button {
  background: #066CFF;
}
.large_video_block .large_video_block_inner .bottom_section .video iframe {
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  width: 100%;
  height: 100%;
  border: none;
}

.demo_with_image_cta {
  padding: 60px 0;
}
@media (min-width: 1025px) {
  .demo_with_image_cta {
    padding: 160px 0;
  }
}
.demo_with_image_cta .demo_with_image_cta_inner {
  display: flex;
  flex-direction: column;
  gap: 40px;
  justify-content: center;
}
@media (min-width: 768px) {
  .demo_with_image_cta .demo_with_image_cta_inner {
    flex-direction: row;
  }
}
@media (min-width: 1025px) {
  .demo_with_image_cta .demo_with_image_cta_inner {
    gap: 150px;
  }
}
.demo_with_image_cta .demo_with_image_cta_inner .left {
  max-width: 535px;
  overflow: hidden;
  display: flex;
}
@media (min-width: 768px) {
  .demo_with_image_cta .demo_with_image_cta_inner .left {
    width: 100%;
  }
}
.demo_with_image_cta .demo_with_image_cta_inner .left img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  aspect-ratio: 3/4;
}
.demo_with_image_cta .demo_with_image_cta_inner .right {
  max-width: 680px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
}
@media (min-width: 768px) {
  .demo_with_image_cta .demo_with_image_cta_inner .right {
    width: 100%;
  }
}
@media (min-width: 1025px) {
  .demo_with_image_cta .demo_with_image_cta_inner .right {
    padding: 66px 0;
  }
}
@media (min-width: 1025px) {
  .demo_with_image_cta .demo_with_image_cta_inner .right.larger_padding {
    padding: 115px 0;
  }
}
.demo_with_image_cta .demo_with_image_cta_inner .right h2 {
  font-family: "Cormorant Garamond", serif;
  font-size: 56px;
  font-style: normal;
  font-weight: 400;
  line-height: 100%;
  letter-spacing: -2.8px;
  margin-top: 0;
  margin-bottom: 40px;
}
@media (min-width: 1025px) {
  .demo_with_image_cta .demo_with_image_cta_inner .right h2 {
    font-size: 96px;
    letter-spacing: -4.8px;
  }
}
.demo_with_image_cta .demo_with_image_cta_inner .right .small_h2 {
  font-family: "Cormorant Garamond", serif;
  font-size: 32px;
  font-style: normal;
  font-weight: 400;
  line-height: 100%;
  letter-spacing: -1.6px;
  margin-top: 0;
  margin-bottom: 48px;
  color: #fff;
}
@media (min-width: 1025px) {
  .demo_with_image_cta .demo_with_image_cta_inner .right .small_h2 {
    font-size: 64px;
    letter-spacing: -3.2px;
  }
}
.demo_with_image_cta .demo_with_image_cta_inner .right .smaller_h2 {
  font-family: "Cormorant Garamond", serif;
  font-size: 32px;
  font-style: normal;
  font-weight: 400;
  line-height: 100%;
  letter-spacing: -2.8px;
  margin-top: 0;
  margin-bottom: 48px;
}
@media (min-width: 1025px) {
  .demo_with_image_cta .demo_with_image_cta_inner .right .smaller_h2 {
    font-size: 64px;
    letter-spacing: -4px;
  }
}
.demo_with_image_cta .demo_with_image_cta_inner .right h3 {
  font-family: "Cormorant Garamond", serif;
  font-size: 56px;
  font-style: normal;
  font-weight: 400;
  line-height: 100%;
  letter-spacing: -2.8px;
  margin-top: 0;
  margin-bottom: 40px;
}
@media (min-width: 1025px) {
  .demo_with_image_cta .demo_with_image_cta_inner .right h3 {
    margin-bottom: 40px;
    font-size: 64px;
    letter-spacing: -3.2px;
  }
}
.demo_with_image_cta .demo_with_image_cta_inner .right .larger_content {
  margin-bottom: 64px;
}
.demo_with_image_cta .demo_with_image_cta_inner .right .larger_content p {
  font-family: "Be Vietnam Pro", sans-serif;
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
  line-height: 140%;
  letter-spacing: -0.54px;
  color: #1F1F1F;
  margin-bottom: 24px;
}
@media (min-width: 1025px) {
  .demo_with_image_cta .demo_with_image_cta_inner .right .larger_content p {
    font-size: 22px;
    letter-spacing: -0.66px;
  }
}
.demo_with_image_cta .demo_with_image_cta_inner .right .larger_content p:last-of-type {
  margin-bottom: 0;
}
.demo_with_image_cta .demo_with_image_cta_inner .right p {
  font-family: "Be Vietnam Pro", sans-serif;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 140%;
  letter-spacing: -0.54px;
  color: #1F1F1F;
  margin-bottom: 40px;
}
@media (min-width: 1025px) {
  .demo_with_image_cta .demo_with_image_cta_inner .right p {
    margin-bottom: 64px;
  }
}
.demo_with_image_cta .demo_with_image_cta_inner .right .bottom_items {
  display: flex;
  flex-direction: row;
  gap: 64px;
  align-items: center;
  justify-content: flex-start;
}
.demo_with_image_cta .demo_with_image_cta_inner .right .bottom_items .info .name {
  font-family: "Be Vietnam Pro", sans-serif;
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: 100%;
  letter-spacing: 1px;
  text-transform: uppercase;
  color: #1F1F1F;
  margin-bottom: 10px;
  white-space: nowrap;
}
.demo_with_image_cta .demo_with_image_cta_inner .right .bottom_items .info .role {
  font-family: "Be Vietnam Pro", sans-serif;
  color: #1F1F1F;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 140%;
  letter-spacing: -0.42px;
  text-transform: capitalize;
  white-space: nowrap;
}
.demo_with_image_cta .demo_with_image_cta_inner .right .bottom_items .cta_button {
  display: block;
  background-color: #066CFF;
  color: #fff;
  border: 1px solid #066CFF;
  padding: 0 52px 0 24px;
  height: 48px;
  cursor: pointer;
  font-family: "Be Vietnam Pro", sans-serif;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 100%;
  letter-spacing: -0.42px;
  text-transform: capitalize;
  border-radius: 56px;
  text-decoration: none;
  display: inline-flex;
  align-items: center;
  position: relative;
  overflow: hidden;
  transition: 0.6s;
  white-space: nowrap;
}
.demo_with_image_cta .demo_with_image_cta_inner .right .bottom_items .cta_button:after {
  content: url("../images/button-arrow.svg");
  position: absolute;
  right: 20px;
  top: 12px;
  transition: 0.6s;
  filter: invert(0);
}
.demo_with_image_cta .demo_with_image_cta_inner .right .bottom_items .cta_button:before {
  content: url("../images/button-arrow.svg");
  position: absolute;
  left: -50px;
  top: 12px;
  transition: 0.6s;
  filter: invert(0);
}
.demo_with_image_cta .demo_with_image_cta_inner .right .bottom_items .cta_button:hover {
  background-color: #41D6C2;
  border: 1px solid #41D6C2;
  color: #1F1F1F;
  padding: 0 24px 0 52px;
}
.demo_with_image_cta .demo_with_image_cta_inner .right .bottom_items .cta_button:hover:after {
  right: -50px;
  top: 12px;
  filter: invert(1);
}
.demo_with_image_cta .demo_with_image_cta_inner .right .bottom_items .cta_button:hover:before {
  left: 20px;
  top: 12px;
  filter: invert(1);
}
.demo_with_image_cta .demo_with_image_cta_inner .right .bottom_items .cta_button span {
  position: relative;
}
.demo_with_image_cta .demo_with_image_cta_inner .right .bottom_items .cta_button.is-inview {
  max-width: 100%;
}
.demo_with_image_cta .demo_with_image_cta_inner .right .bottom_items .cta_button.is-inview span {
  animation: scrollUpText 0.6s ease-in forwards;
}
.demo_with_image_cta.blue_bg {
  margin: 60px 0;
}
@media (min-width: 1025px) {
  .demo_with_image_cta.blue_bg {
    margin: 100px 0;
  }
}

.full_green_cta {
  background: #203F3A;
  margin-top: 60px;
  padding: 120px 0;
}
@media (min-width: 1025px) {
  .full_green_cta {
    margin-top: 160px;
    padding: 160px 0;
  }
}
.full_green_cta .full_green_cta_inner {
  display: flex;
  justify-content: center;
}
.full_green_cta .full_green_cta_inner .full_green_cta_inner_content {
  max-width: 950px;
  display: flex;
  flex-direction: column;
  gap: 40px;
  align-items: center;
  text-align: center;
}
.full_green_cta .full_green_cta_inner .full_green_cta_inner_content .icon {
  max-width: 48px;
}
.full_green_cta .full_green_cta_inner .full_green_cta_inner_content h2 {
  text-shadow: 0 4px 4px rgba(0, 0, 0, 0.25);
  font-size: 48px;
  font-style: normal;
  font-weight: 400;
  line-height: 100%;
  letter-spacing: -2.4px;
  font-family: "Cormorant Garamond", serif;
  color: #fff;
  margin: 0;
  text-align: left;
}
@media (min-width: 1025px) {
  .full_green_cta .full_green_cta_inner .full_green_cta_inner_content h2 {
    font-size: 64px;
    letter-spacing: -3.4px;
  }
}
.full_green_cta .full_green_cta_inner .full_green_cta_inner_content .cta_button {
  background-color: #41D6C2;
  color: #1F1F1F;
  border: 1px solid #41D6C2;
  padding: 0 52px 0 24px;
  height: 48px;
  cursor: pointer;
  font-family: "Be Vietnam Pro", sans-serif;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 100%;
  letter-spacing: -0.42px;
  text-transform: capitalize;
  border-radius: 56px;
  text-decoration: none;
  display: inline-flex;
  align-items: center;
  position: relative;
  overflow: hidden;
  transition: 0.6s;
  white-space: nowrap;
}
.full_green_cta .full_green_cta_inner .full_green_cta_inner_content .cta_button:after {
  content: url("../images/button-arrow.svg");
  position: absolute;
  right: 20px;
  top: 12px;
  transition: 0.6s;
  filter: invert(1);
}
.full_green_cta .full_green_cta_inner .full_green_cta_inner_content .cta_button:before {
  content: url("../images/button-arrow.svg");
  position: absolute;
  left: -50px;
  top: 12px;
  transition: 0.6s;
  filter: invert(1);
}
.full_green_cta .full_green_cta_inner .full_green_cta_inner_content .cta_button:hover {
  background-color: #066CFF;
  border: 1px solid #066CFF;
  color: #fff;
  padding: 0 24px 0 52px;
}
.full_green_cta .full_green_cta_inner .full_green_cta_inner_content .cta_button:hover:after {
  right: -50px;
  top: 12px;
  filter: invert(0);
}
.full_green_cta .full_green_cta_inner .full_green_cta_inner_content .cta_button:hover:before {
  left: 20px;
  top: 12px;
  filter: invert(0);
}
.full_green_cta .full_green_cta_inner .full_green_cta_inner_content .cta_button span {
  position: relative;
}
.full_green_cta .full_green_cta_inner .full_green_cta_inner_content .cta_button.is-inview {
  max-width: 100%;
}
.full_green_cta .full_green_cta_inner .full_green_cta_inner_content .cta_button.is-inview span {
  animation: scrollUpText 0.6s ease-in forwards;
}
.full_green_cta .full_green_cta_inner .guide_download {
  max-width: 613px;
  text-align: left;
}
.full_green_cta .full_green_cta_inner .guide_download .top_section {
  width: 100%;
  margin-bottom: 24px;
}
@media (min-width: 1025px) {
  .full_green_cta .full_green_cta_inner .guide_download .top_section {
    margin-bottom: 16px;
  }
}
.full_green_cta .full_green_cta_inner .guide_download .top_section form {
  display: flex;
  flex-direction: column;
  gap: 24px;
  justify-content: space-between;
  align-items: flex-start;
}
@media (min-width: 1025px) {
  .full_green_cta .full_green_cta_inner .guide_download .top_section form {
    flex-direction: row;
    align-items: center;
  }
}
.full_green_cta .full_green_cta_inner .guide_download .top_section form input {
  width: 100%;
  height: 54px;
  font-family: "Be Vietnam Pro", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 140%;
  letter-spacing: -0.48px;
  border: none;
  background: none;
  color: #fff;
  outline: none;
  border-bottom: 1px solid #fff;
  max-width: 325px;
}
.full_green_cta .full_green_cta_inner .guide_download .top_section form input::placeholder {
  color: #fff;
}
.full_green_cta .full_green_cta_inner .guide_download .bottom_section p {
  font-family: "Be Vietnam Pro", sans-serif;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 140%;
  letter-spacing: -0.42px;
  color: #fff;
  margin-bottom: 24px;
}
.full_green_cta .full_green_cta_inner .guide_download .bottom_section p:last-of-type {
  margin-bottom: 0;
}

.services_large_listing {
  margin: 60px 0;
}
@media (min-width: 1025px) {
  .services_large_listing {
    margin: 100px 0;
  }
}
.services_large_listing .container .services_large_listing_inner {
  display: flex;
  flex-direction: column;
  gap: 120px;
}
@media (min-width: 1025px) {
  .services_large_listing .container .services_large_listing_inner {
    gap: 160px;
  }
}
.services_large_listing .container .services_large_listing_inner .header_part {
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
  gap: 40px;
}
@media (min-width: 1025px) {
  .services_large_listing .container .services_large_listing_inner .header_part {
    flex-direction: row;
    gap: 280px;
  }
}
.services_large_listing .container .services_large_listing_inner .header_part .bullet_title {
  font-family: "Be Vietnam Pro", sans-serif;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 100%;
  letter-spacing: 1px;
  text-transform: uppercase;
  white-space: nowrap;
}
.services_large_listing .container .services_large_listing_inner .header_part .bullet_title:before {
  content: "";
  width: 8px;
  height: 8px;
  border-radius: 100%;
  background: #000;
  position: relative;
  display: inline-block;
  margin-right: 16px;
  top: -1px;
}
.services_large_listing .container .services_large_listing_inner .header_part .header_content {
  max-width: 850px;
}
.services_large_listing .container .services_large_listing_inner .header_part .header_content h2 {
  font-family: "Cormorant Garamond", serif;
  font-size: 48px;
  font-style: normal;
  font-weight: 400;
  line-height: 100%;
  letter-spacing: -2.4px;
  margin: 0;
  color: #1F1F1F;
  margin-bottom: 24px;
}
@media (min-width: 768px) {
  .services_large_listing .container .services_large_listing_inner .header_part .header_content h2 {
    font-size: 64px;
    letter-spacing: -3.2px;
  }
}
.services_large_listing .container .services_large_listing_inner .header_part .header_content p {
  font-family: "Be Vietnam Pro", sans-serif;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 140%;
  letter-spacing: -0.54px;
  color: #1F1F1F;
}
.services_large_listing .container .services_large_listing_inner .listing_part {
  padding-top: 40px;
  position: relative;
}
@media (min-width: 1025px) {
  .services_large_listing .container .services_large_listing_inner .listing_part {
    padding-top: 48px;
  }
}
.services_large_listing .container .services_large_listing_inner .listing_part:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 0%;
  height: 1px;
  background: #D4D4D4;
}
.services_large_listing .container .services_large_listing_inner .listing_part .head {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  margin-bottom: 40px;
  align-items: flex-start;
  gap: 40px;
}
@media (min-width: 1025px) {
  .services_large_listing .container .services_large_listing_inner .listing_part .head {
    gap: unset;
    flex-direction: row;
    align-items: center;
    margin-bottom: 69px;
  }
}
.services_large_listing .container .services_large_listing_inner .listing_part .head h2 {
  font-family: "Cormorant Garamond", serif;
  font-size: 48px;
  font-style: normal;
  font-weight: 400;
  line-height: 100%;
  letter-spacing: -2.4px;
  margin: 0;
  color: #1F1F1F;
}
@media (min-width: 768px) {
  .services_large_listing .container .services_large_listing_inner .listing_part .head h2 {
    font-size: 64px;
    letter-spacing: -3.2px;
  }
}
.services_large_listing .container .services_large_listing_inner .listing_part .head .filter {
  margin: 0;
  display: flex;
  flex-direction: row;
  gap: 16px;
  padding: 0;
}
@media (min-width: 768px) {
  .services_large_listing .container .services_large_listing_inner .listing_part .head .filter {
    gap: 24px;
  }
}
.services_large_listing .container .services_large_listing_inner .listing_part .head .filter li {
  list-style-type: none;
}
.services_large_listing .container .services_large_listing_inner .listing_part .head .filter li .active {
  color: #1F1F1F;
  position: relative;
}
.services_large_listing .container .services_large_listing_inner .listing_part .head .filter li .active:after {
  position: absolute;
  content: "";
  width: 100%;
  height: 1px;
  background: #1F1F1F;
  bottom: -8px;
  left: 0;
}
.services_large_listing .container .services_large_listing_inner .listing_part .head .filter li a {
  font-family: "Be Vietnam Pro", sans-serif;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 140%;
  letter-spacing: -0.42px;
  text-transform: capitalize;
  color: #D4D4D4;
  text-decoration: none;
  transition: 0.3s;
}
.services_large_listing .container .services_large_listing_inner .listing_part .head .filter li a:hover {
  color: #1F1F1F;
}
.services_large_listing .container .services_large_listing_inner .listing_part .listing_mob .listing_block {
  max-width: 100% !important;
  width: unset !important;
}
.services_large_listing .container .services_large_listing_inner .listing_part .listing {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  gap: 16px;
}
.services_large_listing .container .services_large_listing_inner .listing_part .listing .listing_block {
  width: 100%;
  flex: 0 0 calc((100% - 48px) / 4);
  border: 1px solid #EEEEEE;
  background: #F8FBFF;
  padding: 24px 24px 44px 24px;
  height: 512px;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  position: relative;
  transition: 0.3s;
  box-sizing: border-box;
}
.services_large_listing .container .services_large_listing_inner .listing_part .listing .listing_block .top {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  text-decoration: none;
}
.services_large_listing .container .services_large_listing_inner .listing_part .listing .listing_block .top .top_title {
  font-family: "Be Vietnam Pro", sans-serif;
  font-size: 22px;
  font-style: normal;
  font-weight: 500;
  line-height: 140%;
  letter-spacing: -0.66px;
  max-width: 240px;
  color: #1F1F1F;
  text-decoration: none;
}
.services_large_listing .container .services_large_listing_inner .listing_part .listing .listing_block .top .icon-right {
  filter: invert(1);
}
.services_large_listing .container .services_large_listing_inner .listing_part .listing .listing_block .bottom ul {
  margin: 0;
  padding: 0;
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.services_large_listing .container .services_large_listing_inner .listing_part .listing .listing_block .bottom ul li {
  list-style-type: none;
  position: relative;
}
.services_large_listing .container .services_large_listing_inner .listing_part .listing .listing_block .bottom ul li:after {
  content: url("../images/slider-nav-arrow.svg");
  position: absolute;
  right: 0;
  top: 0;
  transition: 0.3s;
  opacity: 0;
  filter: invert(1);
}
.services_large_listing .container .services_large_listing_inner .listing_part .listing .listing_block .bottom ul li:hover:after {
  opacity: 1;
}
.services_large_listing .container .services_large_listing_inner .listing_part .listing .listing_block .bottom ul li a {
  font-family: "Be Vietnam Pro", sans-serif;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 140%;
  letter-spacing: -0.42px;
  color: #1F1F1F;
  text-decoration: none;
  position: relative;
  display: block;
  padding: 5px 30px 5px 0;
}
.services_large_listing .container .services_large_listing_inner .listing_part .listing .listing_block .bottom ul li a:before {
  content: "";
  position: absolute;
  bottom: -4px;
  left: 0;
  width: 0;
  height: 1px;
  background: #fff;
  transition: 0.3s;
  z-index: 4;
}
.services_large_listing .container .services_large_listing_inner .listing_part .listing .listing_block .bottom ul li a:after {
  content: "";
  position: absolute;
  bottom: -4px;
  left: 0;
  width: 100%;
  height: 1px;
  background: #EEEEEE;
  z-index: 1;
  transition: 0.3s;
}
.services_large_listing .container .services_large_listing_inner .listing_part .listing .listing_block .bottom ul li a:hover:before {
  width: 100%;
}
.services_large_listing .container .services_large_listing_inner .listing_part .listing .listing_block .bottom ul li a:hover:after {
  width: 0;
}
.services_large_listing .container .services_large_listing_inner .listing_part .listing .listing_block:hover {
  background: #15367B;
}
.services_large_listing .container .services_large_listing_inner .listing_part .listing .listing_block:hover .top .top_title {
  color: #fff;
}
.services_large_listing .container .services_large_listing_inner .listing_part .listing .listing_block:hover .top .icon-right {
  filter: invert(0);
}
.services_large_listing .container .services_large_listing_inner .listing_part .listing .listing_block:hover .bottom ul li a {
  color: #fff;
}
.services_large_listing .container .services_large_listing_inner .listing_part .listing .listing_block:hover .bottom ul li a:after {
  background: #2D4E93;
}
.services_large_listing .container .services_large_listing_inner .listing_part.is-inview:before {
  animation: barWidth 2s ease;
  animation-fill-mode: forwards;
}

.single_service_heading {
  padding-top: 24px;
  position: relative;
}
.single_service_heading .breadcrumb ul {
  display: flex;
  flex-direction: column;
  margin: 0;
  padding: 0;
  gap: 10px;
}
@media (min-width: 1025px) {
  .single_service_heading .breadcrumb ul {
    gap: unset;
    flex-direction: row;
  }
}
.single_service_heading .breadcrumb ul li {
  list-style-type: none;
  font-family: "Be Vietnam Pro", sans-serif;
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: 100%;
  letter-spacing: 1px;
  text-transform: uppercase;
  color: #1F1F1F;
  position: relative;
}
.single_service_heading .breadcrumb ul li a {
  color: #D4D4D4;
  text-decoration: none;
  transition: 0.3s;
  white-space: nowrap;
  text-overflow: ellipsis;
  max-width: 90%;
  display: inline-block;
  overflow: hidden;
}
@media (min-width: 1025px) {
  .single_service_heading .breadcrumb ul li a {
    max-width: unset;
    display: unset;
    overflow: unset;
  }
}
.single_service_heading .breadcrumb ul li a:hover {
  color: #1F1F1F;
  text-decoration: underline;
}
.single_service_heading .breadcrumb ul li:after {
  content: "";
  height: 1px;
  width: 8px;
  background: #1F1F1F;
  margin: 0 8px;
  display: inline-block;
  right: 0;
  top: -7px;
  position: relative;
}
@media (min-width: 1025px) {
  .single_service_heading .breadcrumb ul li:after {
    background: #D4D4D4;
    top: -4px;
  }
}
.single_service_heading .breadcrumb ul li:last-of-type:after {
  content: none;
}
.single_service_heading .single_service_heading_inner {
  display: flex;
  flex-direction: column;
  gap: 40px;
  padding-bottom: 48px;
}
@media (min-width: 1025px) {
  .single_service_heading .single_service_heading_inner {
    gap: 96px;
  }
}
.single_service_heading .single_service_heading_inner .top_section {
  display: flex;
  flex-direction: column;
  gap: 24px;
}
@media (min-width: 1025px) {
  .single_service_heading .single_service_heading_inner .top_section {
    gap: unset;
    flex-direction: row;
    justify-content: space-between;
  }
}
.single_service_heading .single_service_heading_inner .top_section .left {
  max-width: 800px;
}
.single_service_heading .single_service_heading_inner .top_section .left h1 {
  font-family: "Cormorant Garamond", serif;
  font-size: 56px;
  font-style: normal;
  font-weight: 400;
  line-height: 100%;
  letter-spacing: -2.8px;
  margin: 0;
  color: #1F1F1F;
}
@media (min-width: 1025px) {
  .single_service_heading .single_service_heading_inner .top_section .left h1 {
    font-size: 96px;
    letter-spacing: -4.8px;
  }
}
.single_service_heading .single_service_heading_inner .top_section .right {
  max-width: 400px;
}
@media (min-width: 1025px) {
  .single_service_heading .single_service_heading_inner .top_section .right {
    padding-top: 28px;
  }
}
.single_service_heading .single_service_heading_inner .top_section .right p {
  font-family: "Be Vietnam Pro", sans-serif;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 140%;
  letter-spacing: -0.54px;
  color: #1F1F1F;
  margin-bottom: 24px;
}
.single_service_heading .single_service_heading_inner .top_section .right .cta_button {
  display: block;
  background-color: #066CFF;
  color: #fff;
  border: 1px solid #066CFF;
  padding: 0 52px 0 24px;
  height: 48px;
  cursor: pointer;
  font-family: "Be Vietnam Pro", sans-serif;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 100%;
  letter-spacing: -0.42px;
  text-transform: capitalize;
  border-radius: 56px;
  text-decoration: none;
  display: inline-flex;
  align-items: center;
  position: relative;
  overflow: hidden;
  transition: 0.6s;
}
.single_service_heading .single_service_heading_inner .top_section .right .cta_button:after {
  content: url("../images/button-arrow.svg");
  position: absolute;
  right: 20px;
  top: 12px;
  transition: 0.6s;
  filter: invert(0);
}
.single_service_heading .single_service_heading_inner .top_section .right .cta_button:before {
  content: url("../images/button-arrow.svg");
  position: absolute;
  left: -50px;
  top: 12px;
  transition: 0.6s;
  filter: invert(0);
}
.single_service_heading .single_service_heading_inner .top_section .right .cta_button:hover {
  background-color: #41D6C2;
  border: 1px solid #41D6C2;
  color: #1F1F1F;
  padding: 0 24px 0 52px;
}
.single_service_heading .single_service_heading_inner .top_section .right .cta_button:hover:after {
  right: -50px;
  top: 12px;
  filter: invert(1);
}
.single_service_heading .single_service_heading_inner .top_section .right .cta_button:hover:before {
  left: 20px;
  top: 12px;
  filter: invert(1);
}
.single_service_heading .single_service_heading_inner .top_section .right .cta_button span {
  position: relative;
}
.single_service_heading .single_service_heading_inner .top_section .right .cta_button.is-inview {
  max-width: 100%;
}
.single_service_heading .single_service_heading_inner .top_section .right .cta_button.is-inview span {
  animation: scrollUpText 0.6s ease-in forwards;
}
.single_service_heading .single_service_heading_inner .bottom_section {
  display: flex;
  align-items: center;
  justify-content: center;
}
.single_service_heading .single_service_heading_inner .bottom_section .video {
  width: 100%;
  height: 100%;
  max-width: 1358px;
  max-height: 765px;
  position: relative;
  display: flex;
  cursor: pointer;
  min-height: 455px;
}
@media (min-width: 1025px) {
  .single_service_heading .single_service_heading_inner .bottom_section .video {
    height: 100%;
  }
}
.single_service_heading .single_service_heading_inner .bottom_section .video img {
  position: absolute;
  z-index: 2;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
@media (min-width: 1025px) {
  .single_service_heading .single_service_heading_inner .bottom_section .video img {
    position: relative;
  }
}
.single_service_heading .single_service_heading_inner .bottom_section .video .title {
  position: absolute;
  z-index: 4;
  bottom: 22px;
  left: 20px;
  font-family: "Be Vietnam Pro", sans-serif;
  font-size: 12.12px;
  font-style: normal;
  font-weight: 400;
  line-height: 100%;
  letter-spacing: 0.866px;
  text-transform: uppercase;
  color: #fff;
}
.single_service_heading .single_service_heading_inner .bottom_section .video .timeline {
  position: absolute;
  z-index: 4;
  bottom: 22px;
  right: 20px;
  font-family: "Be Vietnam Pro", sans-serif;
  font-size: 12.12px;
  font-style: normal;
  font-weight: 400;
  line-height: 100%;
  letter-spacing: 0.866px;
  text-transform: uppercase;
  color: #fff;
}
.single_service_heading .single_service_heading_inner .bottom_section .video .play_button {
  min-width: 77px;
  min-height: 77px;
  max-width: 77px;
  max-height: 77px;
  background: #41D6C2;
  border-radius: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: 0.6s;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 5;
}
.single_service_heading .single_service_heading_inner .bottom_section .video .play_button img {
  max-width: 20px;
  height: auto;
}
.single_service_heading .single_service_heading_inner .bottom_section .video:hover .play_button {
  background: #066CFF;
}
.single_service_heading .single_service_heading_inner:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  height: 1px;
  background: #D4D4D4;
  width: 0;
  animation: barWidth 1s ease-in forwards;
}

.large_faqs {
  margin: 60px 0;
}
@media (min-width: 1025px) {
  .large_faqs {
    margin: 100px 0;
  }
}
.large_faqs .large_faqs_inner {
  display: flex;
  flex-direction: column;
  gap: 24px;
}
@media (min-width: 1025px) {
  .large_faqs .large_faqs_inner {
    gap: 120px;
  }
}
.large_faqs .large_faqs_inner .top {
  padding-top: 16px;
}
@media (min-width: 768px) {
  .large_faqs .large_faqs_inner .top {
    padding-top: 50px;
  }
}
.large_faqs .large_faqs_inner .top .bullet_title {
  font-family: "Be Vietnam Pro", sans-serif;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 100%;
  letter-spacing: 1px;
  text-transform: uppercase;
  white-space: nowrap;
}
.large_faqs .large_faqs_inner .top .bullet_title:before {
  content: "";
  width: 8px;
  height: 8px;
  border-radius: 100%;
  background: #000;
  position: relative;
  display: inline-block;
  margin-right: 16px;
  top: -1px;
}
.large_faqs .large_faqs_inner .top:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  height: 1px;
  width: 0;
  background: #D4D4D4;
}
.large_faqs .large_faqs_inner .top.is-inview:before {
  animation: barWidth 1s ease-in forwards;
}
.large_faqs .large_faqs_inner .bottom {
  display: flex;
  flex-direction: column;
  gap: 64px;
}
@media (min-width: 1025px) {
  .large_faqs .large_faqs_inner .bottom {
    flex-direction: row;
    justify-content: space-between;
    gap: 85px;
  }
}
.large_faqs .large_faqs_inner .bottom .left {
  width: 100%;
  max-width: 460px;
  position: relative;
}
.large_faqs .large_faqs_inner .bottom .left h2 {
  margin-top: 0;
  font-family: "Cormorant Garamond", serif;
  font-size: 48px;
  font-style: normal;
  font-weight: 400;
  line-height: 100%;
  letter-spacing: -2.4px;
  margin-bottom: 24px;
}
@media (min-width: 768px) {
  .large_faqs .large_faqs_inner .bottom .left h2 {
    margin-bottom: 24px;
    font-size: 72px;
    letter-spacing: -3.6px;
  }
}
.large_faqs .large_faqs_inner .bottom .left p {
  font-family: "Be Vietnam Pro", sans-serif;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 140%;
  letter-spacing: -0.48px;
  max-width: 340px;
}
@media (min-width: 768px) {
  .large_faqs .large_faqs_inner .bottom .left p {
    font-size: 16px;
    letter-spacing: -0.48px;
  }
}
.large_faqs .large_faqs_inner .bottom .left .basic_button {
  margin-top: 24px;
  display: inline-flex;
  font-family: "Be Vietnam Pro", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 140%;
  letter-spacing: -0.48px;
  text-transform: capitalize;
  padding-bottom: 8px;
  border-bottom: 1px solid #D4D4D4;
  text-decoration: none;
  color: #1F1F1F;
}
.large_faqs .large_faqs_inner .bottom .left .sticky_side_nav {
  display: none;
  flex-direction: column;
  gap: 24px;
  margin: 0;
  padding: 24px;
  border: 1px solid #D4D4D4;
  margin-top: 16px;
  padding-top: 0;
}
@media (min-width: 1025px) {
  .large_faqs .large_faqs_inner .bottom .left .sticky_side_nav {
    margin-top: 0;
    display: flex;
    padding: 0;
    border: none;
  }
}
.large_faqs .large_faqs_inner .bottom .left .sticky_side_nav.stick {
  padding-top: 150px !important;
}
.large_faqs .large_faqs_inner .bottom .left .sticky_side_nav .active a {
  font-family: "Be Vietnam Pro", sans-serif;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 140%;
  letter-spacing: -0.42px;
  text-transform: capitalize;
  padding-bottom: 8px;
  border-bottom: 1px solid #1F1F1F;
  color: #1F1F1F;
}
.large_faqs .large_faqs_inner .bottom .left .sticky_side_nav li {
  list-style-type: none;
}
.large_faqs .large_faqs_inner .bottom .left .sticky_side_nav li a {
  font-family: "Be Vietnam Pro", sans-serif;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 140%;
  letter-spacing: -0.42px;
  text-transform: capitalize;
  color: #A5A5A5;
  text-decoration: none;
}
.large_faqs .large_faqs_inner .bottom .left .sticky_side_nav.show_key_points {
  display: flex;
}
.large_faqs .large_faqs_inner .bottom .right {
  width: 100%;
  max-width: 808px;
}
.large_faqs .large_faqs_inner .bottom .right h2 {
  font-family: "Cormorant Garamond", serif;
  font-size: 48px;
  font-style: normal;
  font-weight: 400;
  line-height: 100%;
  letter-spacing: -2.4px;
  margin-top: 0;
  margin-bottom: 48px;
}
.large_faqs .large_faqs_inner .bottom .right .faqs {
  display: flex;
  flex-direction: column;
}
.large_faqs .large_faqs_inner .bottom .right .faqs .open_answer .answer {
  height: auto !important;
}
.large_faqs .large_faqs_inner .bottom .right .faqs .open_answer .answer .inner_answer {
  opacity: 1 !important;
  padding-top: 48px !important;
}
.large_faqs .large_faqs_inner .bottom .right .faqs .open_answer:after {
  top: 10px !important;
  transform: rotate(180deg);
}
.large_faqs .large_faqs_inner .bottom .right .faqs .faq {
  padding-top: 16px;
  padding-bottom: 48px;
  position: relative;
}
.large_faqs .large_faqs_inner .bottom .right .faqs .faq .question {
  font-family: "Be Vietnam Pro", sans-serif;
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 140%;
  letter-spacing: -0.6px;
  cursor: pointer;
  padding-right: 40px;
}
.large_faqs .large_faqs_inner .bottom .right .faqs .faq .answer {
  height: 0;
  overflow: hidden;
  transition: 1s;
}
.large_faqs .large_faqs_inner .bottom .right .faqs .faq .answer .inner_answer {
  opacity: 0;
  transition: 1s;
  padding-top: 0;
}
.large_faqs .large_faqs_inner .bottom .right .faqs .faq .answer .inner_answer p {
  font-family: "Be Vietnam Pro", sans-serif;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 140%;
  letter-spacing: -0.48px;
}
@media (min-width: 768px) {
  .large_faqs .large_faqs_inner .bottom .right .faqs .faq .answer .inner_answer p {
    font-size: 16px;
    letter-spacing: -0.48px;
  }
}
.large_faqs .large_faqs_inner .bottom .right .faqs .faq:after {
  content: url("../images/Chevrons.svg");
  position: absolute;
  right: 0;
  top: 15px;
  transition: 0.6s;
  opacity: 1;
}
.large_faqs .large_faqs_inner .bottom .right .faqs .faq:before {
  content: "";
  position: absolute;
  right: 0;
  top: 0;
  height: 1px;
  width: 100%;
  background: #D4D4D4;
  z-index: 1;
  transition: 0.6s;
}
.large_faqs.sticky_faqs .faqs {
  margin-bottom: 64px;
}

.quick_links {
  margin: 60px 0;
}
@media (min-width: 1025px) {
  .quick_links {
    margin: 100px 0;
  }
}
.quick_links .quick_links_inner {
  display: flex;
  flex-direction: column;
  padding-top: 40px;
  position: relative;
}
@media (min-width: 1025px) {
  .quick_links .quick_links_inner {
    flex-direction: row;
    padding-top: 25px;
  }
}
.quick_links .quick_links_inner .left {
  flex: 50%;
  box-sizing: border-box;
}
@media (min-width: 1025px) {
  .quick_links .quick_links_inner .left {
    padding: 25px 0 25px 140px;
  }
}
.quick_links .quick_links_inner .left h2 {
  font-family: "Cormorant Garamond", serif;
  font-size: 48px;
  font-style: normal;
  font-weight: 400;
  line-height: 100%;
  letter-spacing: -2.4px;
  color: #1F1F1F;
  margin-bottom: 40px;
  margin-top: 0;
}
@media (min-width: 1025px) {
  .quick_links .quick_links_inner .left h2 {
    font-size: 64px;
    letter-spacing: -3.2px;
    max-width: 400px;
    margin-bottom: 0;
  }
}
.quick_links .quick_links_inner .right {
  flex: 50%;
  position: relative;
  box-sizing: border-box;
}
@media (min-width: 1025px) {
  .quick_links .quick_links_inner .right {
    padding: 25px 0 25px 80px;
    display: flex;
    align-items: center;
  }
  .quick_links .quick_links_inner .right:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 1px;
    height: 0;
    background: #D4D4D4;
  }
}
.quick_links .quick_links_inner .right .quick_links {
  display: flex;
  flex-direction: column;
  gap: 24px;
  margin: 0;
  padding: 0;
}
.quick_links .quick_links_inner .right .quick_links li {
  list-style-type: none;
}
.quick_links .quick_links_inner .right .quick_links li a {
  font-family: "Be Vietnam Pro", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 100%;
  letter-spacing: -0.48px;
  color: #203F3A;
  text-decoration: none;
  transition: 0.3s;
}
.quick_links .quick_links_inner .right .quick_links li a:hover {
  text-decoration: underline;
}
.quick_links .quick_links_inner:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 0;
  height: 1px;
  background: #D4D4D4;
}
.quick_links .quick_links_inner.is-inview .right:before {
  animation: barHeight 1s ease-in forwards;
}
.quick_links .quick_links_inner.is-inview:before {
  animation: barWidth 1s ease-in forwards;
}

.quick_cta {
  margin: 60px 0;
}
@media (min-width: 1025px) {
  .quick_cta {
    margin: 100px 0;
  }
}
.quick_cta .quick_cta_inner {
  display: flex;
  flex-direction: column;
  padding-top: 40px;
  position: relative;
}
@media (min-width: 1025px) {
  .quick_cta .quick_cta_inner {
    flex-direction: row;
    padding-top: 25px;
    padding-bottom: 25px;
  }
}
.quick_cta .quick_cta_inner .left {
  flex: 50%;
  box-sizing: border-box;
}
@media (min-width: 1025px) {
  .quick_cta .quick_cta_inner .left {
    padding: 25px 0 25px 140px;
  }
}
.quick_cta .quick_cta_inner .right {
  flex: 50%;
  position: relative;
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
@media (min-width: 1025px) {
  .quick_cta .quick_cta_inner .right {
    padding: 25px 0 25px 115px;
    display: flex;
    justify-content: center;
  }
  .quick_cta .quick_cta_inner .right:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 1px;
    height: 0;
    background: #D4D4D4;
  }
}
.quick_cta .quick_cta_inner p {
  font-family: "Be Vietnam Pro", sans-serif;
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 140%;
  letter-spacing: -0.6px;
  margin-bottom: 40px;
  color: #1F1F1F;
  display: block;
  max-width: 540px;
}
.quick_cta .quick_cta_inner .basic_button {
  display: inline-flex;
  font-family: "Be Vietnam Pro", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 140%;
  letter-spacing: -0.48px;
  text-transform: capitalize;
  padding-bottom: 8px;
  border-bottom: 1px solid #D4D4D4;
  text-decoration: none;
  color: #1F1F1F;
  margin-bottom: 40px;
}
@media (min-width: 1025px) {
  .quick_cta .quick_cta_inner .basic_button {
    margin-bottom: 0;
  }
}
.quick_cta .quick_cta_inner h2 {
  font-family: "Cormorant Garamond", serif;
  font-size: 48px;
  font-style: normal;
  font-weight: 400;
  line-height: 100%;
  letter-spacing: -2.4px;
  color: #1F1F1F;
  margin-bottom: 40px;
  margin-top: 0;
}
@media (min-width: 1025px) {
  .quick_cta .quick_cta_inner h2 {
    font-size: 64px;
    letter-spacing: -3.2px;
    max-width: 475px;
    margin-bottom: 0;
  }
}
.quick_cta .quick_cta_inner h3 {
  font-family: "Cormorant Garamond", serif;
  font-size: 40px;
  font-style: normal;
  font-weight: 400;
  line-height: 100%;
  letter-spacing: -2px;
  color: #1F1F1F;
  margin-bottom: 24px;
  margin-top: 0;
}
@media (min-width: 1025px) {
  .quick_cta .quick_cta_inner h3 {
    font-size: 48px;
    letter-spacing: -2.4px;
    max-width: 475px;
    margin-bottom: 24px;
  }
}
.quick_cta .quick_cta_inner:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 0;
  height: 1px;
  background: #D4D4D4;
}
.quick_cta .quick_cta_inner:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 1px;
  background: #D4D4D4;
}
.quick_cta .quick_cta_inner.is-inview .right:before {
  animation: barHeight 1s ease-in forwards;
}
.quick_cta .quick_cta_inner.is-inview:before {
  animation: barWidth 1s ease-in forwards;
}
.quick_cta .quick_cta_inner.is-inview:after {
  animation: barWidth 1s ease-in forwards;
}
.quick_cta .quick_cta_inner.no_border_bottom:after {
  content: none;
}
.quick_cta .quick_cta_inner.quick_cta_inner_full .left {
  padding-left: 0;
}
.quick_cta .quick_cta_inner.quick_cta_inner_full .right {
  padding-top: 40px;
}
.quick_cta .quick_cta_inner.quick_cta_inner_full .right:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 1px;
  background: #D4D4D4;
  animation: none;
}
@media (min-width: 1025px) {
  .quick_cta .quick_cta_inner.quick_cta_inner_full .right {
    padding-top: 0;
  }
  .quick_cta .quick_cta_inner.quick_cta_inner_full .right:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 1px;
    height: 0;
    background: #D4D4D4;
    animation: barHeight 1s ease-in forwards !important;
  }
}

.experts_quick_listing {
  margin: 60px 0;
}
@media (min-width: 1025px) {
  .experts_quick_listing {
    margin: 100px 0;
  }
}
.experts_quick_listing .experts_quick_listing_inner {
  display: flex;
  flex-direction: column;
  gap: 80px;
}
@media (min-width: 1025px) {
  .experts_quick_listing .experts_quick_listing_inner {
    gap: 120px;
  }
}
.experts_quick_listing .experts_quick_listing_inner .top {
  padding-top: 24px;
  display: flex;
  flex-direction: column;
  gap: 40px;
}
@media (min-width: 1025px) {
  .experts_quick_listing .experts_quick_listing_inner .top {
    padding-top: 48px;
    flex-direction: row;
    gap: 16px;
  }
}
.experts_quick_listing .experts_quick_listing_inner .top .left {
  flex: 100%;
  box-sizing: border-box;
}
@media (min-width: 1025px) {
  .experts_quick_listing .experts_quick_listing_inner .top .left {
    flex: 50%;
  }
}
.experts_quick_listing .experts_quick_listing_inner .top .left .bullet_title {
  font-family: "Be Vietnam Pro", sans-serif;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 100%;
  letter-spacing: 1px;
  text-transform: uppercase;
  white-space: nowrap;
}
.experts_quick_listing .experts_quick_listing_inner .top .left .bullet_title:before {
  content: "";
  width: 8px;
  height: 8px;
  border-radius: 100%;
  background: #000;
  position: relative;
  display: inline-block;
  margin-right: 16px;
  top: -1px;
}
.experts_quick_listing .experts_quick_listing_inner .top .right {
  flex: 100%;
  box-sizing: border-box;
}
@media (min-width: 1025px) {
  .experts_quick_listing .experts_quick_listing_inner .top .right {
    flex: 50%;
  }
}
.experts_quick_listing .experts_quick_listing_inner .top .right h2 {
  font-family: "Cormorant Garamond", serif;
  font-size: 40px;
  font-style: normal;
  font-weight: 400;
  line-height: 100%;
  letter-spacing: -2px;
  margin-top: 0;
  margin-bottom: 40px;
}
@media (min-width: 1025px) {
  .experts_quick_listing .experts_quick_listing_inner .top .right h2 {
    font-size: 48px;
    letter-spacing: -2.4px;
    margin-bottom: 64px;
  }
}
.experts_quick_listing .experts_quick_listing_inner .top .right .nav_bar {
  display: flex;
  flex-direction: column;
  gap: 24px;
  align-items: flex-start;
}
@media (min-width: 1025px) {
  .experts_quick_listing .experts_quick_listing_inner .top .right .nav_bar {
    flex-direction: row;
    align-items: center;
  }
}
.experts_quick_listing .experts_quick_listing_inner .top .right .nav_bar .cta_button {
  background-color: #066CFF;
  color: #fff;
  border: 1px solid #066CFF;
  padding: 0 52px 0 24px;
  height: 48px;
  cursor: pointer;
  font-family: "Be Vietnam Pro", sans-serif;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 100%;
  letter-spacing: -0.42px;
  text-transform: capitalize;
  border-radius: 56px;
  text-decoration: none;
  display: inline-flex;
  align-items: center;
  position: relative;
  overflow: hidden;
  transition: 0.6s;
}
.experts_quick_listing .experts_quick_listing_inner .top .right .nav_bar .cta_button:after {
  content: url("../images/button-arrow.svg");
  position: absolute;
  right: 20px;
  top: 12px;
  transition: 0.6s;
  filter: invert(0);
}
.experts_quick_listing .experts_quick_listing_inner .top .right .nav_bar .cta_button:before {
  content: url("../images/button-arrow.svg");
  position: absolute;
  left: -50px;
  top: 12px;
  transition: 0.6s;
  filter: invert(0);
}
.experts_quick_listing .experts_quick_listing_inner .top .right .nav_bar .cta_button:hover {
  background-color: #41D6C2;
  border: 1px solid #41D6C2;
  color: #1F1F1F;
  padding: 0 24px 0 52px;
}
.experts_quick_listing .experts_quick_listing_inner .top .right .nav_bar .cta_button:hover:after {
  right: -50px;
  top: 12px;
  filter: invert(1);
}
.experts_quick_listing .experts_quick_listing_inner .top .right .nav_bar .cta_button:hover:before {
  left: 20px;
  top: 12px;
  filter: invert(1);
}
.experts_quick_listing .experts_quick_listing_inner .top .right .nav_bar .cta_button span {
  position: relative;
}
.experts_quick_listing .experts_quick_listing_inner .top .right .nav_bar .cta_button.is-inview {
  max-width: 100%;
}
.experts_quick_listing .experts_quick_listing_inner .top .right .nav_bar .cta_button.is-inview span {
  animation: scrollUpText 0.6s ease-in forwards;
}
.experts_quick_listing .experts_quick_listing_inner .top .right .nav_bar .basic_button {
  display: inline-flex;
  font-family: "Be Vietnam Pro", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 100%;
  letter-spacing: -0.48px;
  text-transform: capitalize;
  padding-bottom: 8px;
  border-bottom: 1px solid #D4D4D4;
  text-decoration: none;
  color: #1F1F1F;
  margin-left: 24px;
}
@media (min-width: 1025px) {
  .experts_quick_listing .experts_quick_listing_inner .top .right .nav_bar .basic_button {
    margin-left: 0;
  }
}
.experts_quick_listing .experts_quick_listing_inner .top:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  height: 1px;
  width: 0;
  background: #D4D4D4;
}
.experts_quick_listing .experts_quick_listing_inner .top.is-inview:before {
  animation: barWidth 1s ease-in forwards;
}
.experts_quick_listing .experts_quick_listing_inner .bottom .quick_team_listing {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  gap: 16px;
}
.experts_quick_listing .experts_quick_listing_inner .bottom .quick_team_listing .team_card {
  flex: 0 0 calc((100% - 48px) / 4);
}
.experts_quick_listing .experts_quick_listing_inner .bottom .quick_team_listing .team_card .img_holder {
  width: 100%;
  height: 530px;
  position: relative;
  overflow: hidden;
  transition: 0.3s;
  margin-bottom: 24px;
}
.experts_quick_listing .experts_quick_listing_inner .bottom .quick_team_listing .team_card .img_holder img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.experts_quick_listing .experts_quick_listing_inner .bottom .quick_team_listing .team_card .details .top_details {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 16px;
}
.experts_quick_listing .experts_quick_listing_inner .bottom .quick_team_listing .team_card .details .top_details .info .name {
  font-family: "Be Vietnam Pro", sans-serif;
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: 100%;
  letter-spacing: 1px;
  text-transform: uppercase;
  color: #1F1F1F;
  margin-bottom: 10px;
}
.experts_quick_listing .experts_quick_listing_inner .bottom .quick_team_listing .team_card .details .top_details .info .role {
  font-family: "Be Vietnam Pro", sans-serif;
  color: #1F1F1F;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 140%;
  letter-spacing: -0.42px;
  text-transform: capitalize;
}
.experts_quick_listing .experts_quick_listing_inner .bottom .quick_team_listing .team_card .details .top_details .basic_button {
  display: inline-flex;
  font-family: "Be Vietnam Pro", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 140%;
  letter-spacing: -0.48px;
  text-transform: capitalize;
  padding-bottom: 8px;
  border-bottom: 1px solid #D4D4D4;
  text-decoration: none;
  color: #1F1F1F;
}
.experts_quick_listing .experts_quick_listing_inner .bottom .quick_team_listing .team_card .details .bottom_details {
  font-family: "Be Vietnam Pro", sans-serif;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 140%;
  letter-spacing: -0.42px;
  color: #1F1F1F;
  opacity: 0;
}
.experts_quick_listing .experts_quick_listing_inner .bottom .tabbed_team_slider_carousel .team_card {
  width: 100%;
  box-sizing: border-box;
}
.experts_quick_listing .experts_quick_listing_inner .bottom .tabbed_team_slider_carousel .team_card .img_holder {
  width: 100%;
  height: 350px;
  position: relative;
  overflow: hidden;
  transition: 0.3s;
  margin-bottom: 24px;
}
.experts_quick_listing .experts_quick_listing_inner .bottom .tabbed_team_slider_carousel .team_card .img_holder img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.experts_quick_listing .experts_quick_listing_inner .bottom .tabbed_team_slider_carousel .team_card .details .top_details {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 16px;
}
.experts_quick_listing .experts_quick_listing_inner .bottom .tabbed_team_slider_carousel .team_card .details .top_details .info .name {
  font-family: "Be Vietnam Pro", sans-serif;
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: 100%;
  letter-spacing: 1px;
  text-transform: uppercase;
  color: #1F1F1F;
  margin-bottom: 10px;
}
.experts_quick_listing .experts_quick_listing_inner .bottom .tabbed_team_slider_carousel .team_card .details .top_details .info .role {
  font-family: "Be Vietnam Pro", sans-serif;
  color: #1F1F1F;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 140%;
  letter-spacing: -0.42px;
  text-transform: capitalize;
}
.experts_quick_listing .experts_quick_listing_inner .bottom .tabbed_team_slider_carousel .team_card .details .top_details .basic_button {
  display: inline-flex;
  font-family: "Be Vietnam Pro", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 140%;
  letter-spacing: -0.48px;
  text-transform: capitalize;
  padding-bottom: 8px;
  border-bottom: 1px solid #D4D4D4;
  text-decoration: none;
  color: #1F1F1F;
}
.experts_quick_listing .experts_quick_listing_inner .bottom .tabbed_team_slider_carousel .team_card .details .bottom_details {
  font-family: "Be Vietnam Pro", sans-serif;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 140%;
  letter-spacing: -0.42px;
  color: #1F1F1F;
  opacity: 0;
}
.experts_quick_listing .experts_quick_listing_inner .bottom .tabbed_team_slider_carousel .testimonial_carousel_nav {
  margin-top: 48px;
  display: flex;
}

.single_service_body {
  padding: 40px 0 60px 0;
}
@media (min-width: 1025px) {
  .single_service_body {
    padding: 144px 0 160px 0;
  }
}

.tools_block {
  margin: 60px 0;
}
@media (min-width: 1025px) {
  .tools_block {
    margin: 100px 0;
  }
}
.tools_block .tools_block_inner {
  display: flex;
  flex-direction: column;
  gap: 120px;
}
.tools_block .tools_block_inner .top {
  padding-top: 48px;
}
.tools_block .tools_block_inner .top .bullet_title {
  font-family: "Be Vietnam Pro", sans-serif;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 100%;
  letter-spacing: 1px;
  text-transform: uppercase;
  white-space: nowrap;
}
.tools_block .tools_block_inner .top .bullet_title:before {
  content: "";
  width: 8px;
  height: 8px;
  border-radius: 100%;
  background: #000;
  position: relative;
  display: inline-block;
  margin-right: 16px;
  top: -1px;
}
.tools_block .tools_block_inner .top:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  height: 1px;
  width: 0;
  background: #D4D4D4;
}
.tools_block .tools_block_inner .top.is-inview:before {
  animation: barWidth 1s ease-in forwards;
}
.tools_block .tools_block_inner .bottom .tools_listing {
  display: flex;
  flex-direction: column;
  gap: 16px;
}
@media (min-width: 1025px) {
  .tools_block .tools_block_inner .bottom .tools_listing {
    flex-direction: row;
  }
}
.tools_block .tools_block_inner .bottom .tools_listing .tool_block {
  border: 1px solid #EEEEEE;
  background: #F8FBFF;
  padding: 48px;
  display: flex;
  flex-direction: column;
  gap: 140px;
  flex: 1;
  justify-content: space-between;
}
.tools_block .tools_block_inner .bottom .tools_listing .tool_block h2 {
  font-family: "Cormorant Garamond", serif;
  font-size: 64px;
  font-style: normal;
  font-weight: 400;
  line-height: 100%;
  letter-spacing: -3.2px;
  margin: 0;
}
.tools_block .tools_block_inner .bottom .tools_listing .tool_block .content p {
  font-family: "Be Vietnam Pro", sans-serif;
  font-size: 22px;
  font-style: normal;
  font-weight: 500;
  line-height: 140%;
  letter-spacing: -0.66px;
  margin-bottom: 40px;
}
.tools_block .tools_block_inner .bottom .tools_listing .tool_block .content .cta_button {
  background-color: #066CFF;
  color: #fff;
  border: 1px solid #066CFF;
  padding: 0 52px 0 24px;
  height: 48px;
  cursor: pointer;
  font-family: "Be Vietnam Pro", sans-serif;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 100%;
  letter-spacing: -0.42px;
  text-transform: capitalize;
  border-radius: 56px;
  text-decoration: none;
  display: inline-flex;
  align-items: center;
  position: relative;
  overflow: hidden;
  transition: 0.6s;
}
.tools_block .tools_block_inner .bottom .tools_listing .tool_block .content .cta_button:after {
  content: url("../images/button-arrow.svg");
  position: absolute;
  right: 20px;
  top: 12px;
  transition: 0.6s;
  filter: invert(0);
}
.tools_block .tools_block_inner .bottom .tools_listing .tool_block .content .cta_button:before {
  content: url("../images/button-arrow.svg");
  position: absolute;
  left: -50px;
  top: 12px;
  transition: 0.6s;
  filter: invert(0);
}
.tools_block .tools_block_inner .bottom .tools_listing .tool_block .content .cta_button:hover {
  background-color: #41D6C2;
  border: 1px solid #41D6C2;
  color: #1F1F1F;
  padding: 0 24px 0 52px;
}
.tools_block .tools_block_inner .bottom .tools_listing .tool_block .content .cta_button:hover:after {
  right: -50px;
  top: 12px;
  filter: invert(1);
}
.tools_block .tools_block_inner .bottom .tools_listing .tool_block .content .cta_button:hover:before {
  left: 20px;
  top: 12px;
  filter: invert(1);
}
.tools_block .tools_block_inner .bottom .tools_listing .tool_block .content .cta_button span {
  position: relative;
}
.tools_block .tools_block_inner .bottom .tools_listing .tool_block .content .cta_button.is-inview {
  max-width: 100%;
}
.tools_block .tools_block_inner .bottom .tools_listing .tool_block .content .cta_button.is-inview span {
  animation: scrollUpText 0.6s ease-in forwards;
}

.three_image_cta_hero {
  margin: 40px 0 60px 0;
}
@media (min-width: 1025px) {
  .three_image_cta_hero {
    margin: 96px 0 160px 0;
  }
}
.three_image_cta_hero .three_image_cta_hero_inner {
  display: flex;
  flex-direction: column;
  gap: 80px;
}
@media (min-width: 1025px) {
  .three_image_cta_hero .three_image_cta_hero_inner {
    gap: 120px;
  }
}
.three_image_cta_hero .three_image_cta_hero_inner .top {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
  gap: 24px;
}
@media (min-width: 1025px) {
  .three_image_cta_hero .three_image_cta_hero_inner .top {
    gap: unset;
    flex-direction: row;
    align-items: center;
  }
}
.three_image_cta_hero .three_image_cta_hero_inner .top .left h1 {
  font-family: "Cormorant Garamond", serif;
  font-size: 56px;
  font-style: normal;
  font-weight: 400;
  line-height: 100%;
  letter-spacing: -2.8px;
  color: #1F1F1F;
  margin: 0;
}
@media (min-width: 1025px) {
  .three_image_cta_hero .three_image_cta_hero_inner .top .left h1 {
    font-size: 96px;
    letter-spacing: -4.8px;
    max-width: 808px;
  }
}
.three_image_cta_hero .three_image_cta_hero_inner .top .right {
  max-width: 100%;
}
@media (min-width: 1025px) {
  .three_image_cta_hero .three_image_cta_hero_inner .top .right {
    max-width: 400px;
  }
}
.three_image_cta_hero .three_image_cta_hero_inner .top .right p {
  font-family: "Be Vietnam Pro", sans-serif;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 140%;
  letter-spacing: -0.54px;
  color: #1F1F1F;
  margin-bottom: 24px;
}
.three_image_cta_hero .three_image_cta_hero_inner .top .right .cta_button {
  background-color: #066CFF;
  color: #fff;
  border: 1px solid #066CFF;
  padding: 0 52px 0 24px;
  height: 48px;
  cursor: pointer;
  font-family: "Be Vietnam Pro", sans-serif;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 100%;
  letter-spacing: -0.42px;
  text-transform: capitalize;
  border-radius: 56px;
  text-decoration: none;
  display: inline-flex;
  align-items: center;
  position: relative;
  overflow: hidden;
  transition: 0.6s;
}
.three_image_cta_hero .three_image_cta_hero_inner .top .right .cta_button:after {
  content: url("../images/button-arrow.svg");
  position: absolute;
  right: 20px;
  top: 12px;
  transition: 0.6s;
  filter: invert(0);
}
.three_image_cta_hero .three_image_cta_hero_inner .top .right .cta_button:before {
  content: url("../images/button-arrow.svg");
  position: absolute;
  left: -50px;
  top: 12px;
  transition: 0.6s;
  filter: invert(0);
}
.three_image_cta_hero .three_image_cta_hero_inner .top .right .cta_button:hover {
  background-color: #41D6C2;
  border: 1px solid #41D6C2;
  color: #1F1F1F;
  padding: 0 24px 0 52px;
}
.three_image_cta_hero .three_image_cta_hero_inner .top .right .cta_button:hover:after {
  right: -50px;
  top: 12px;
  filter: invert(1);
}
.three_image_cta_hero .three_image_cta_hero_inner .top .right .cta_button:hover:before {
  left: 20px;
  top: 12px;
  filter: invert(1);
}
.three_image_cta_hero .three_image_cta_hero_inner .top .right .cta_button span {
  position: relative;
}
.three_image_cta_hero .three_image_cta_hero_inner .top .right .cta_button.is-inview {
  max-width: 100%;
}
.three_image_cta_hero .three_image_cta_hero_inner .top .right .cta_button.is-inview span {
  animation: scrollUpText 0.6s ease-in forwards;
}
.three_image_cta_hero .three_image_cta_hero_inner .bottom {
  display: flex;
  justify-content: center;
}
@media (min-width: 1025px) {
  .three_image_cta_hero .three_image_cta_hero_inner .bottom {
    gap: 83px;
  }
}
@media (min-width: 1367px) {
  .three_image_cta_hero .three_image_cta_hero_inner .bottom {
    gap: 123px;
  }
}
@media (min-width: 1500px) {
  .three_image_cta_hero .three_image_cta_hero_inner .bottom {
    gap: 153px;
  }
}
.three_image_cta_hero .three_image_cta_hero_inner .bottom .left_image {
  width: 327px;
  height: 455px;
  object-fit: cover;
  position: relative;
  top: 48px;
}
.three_image_cta_hero .three_image_cta_hero_inner .bottom .middle_image {
  width: 100%;
  height: 252px;
  object-fit: cover;
}
@media (min-width: 768px) {
  .three_image_cta_hero .three_image_cta_hero_inner .bottom .middle_image {
    height: 450px;
  }
}
@media (min-width: 1025px) {
  .three_image_cta_hero .three_image_cta_hero_inner .bottom .middle_image {
    width: 534px;
    height: 703px;
  }
}
.three_image_cta_hero .three_image_cta_hero_inner .bottom .right_image {
  width: 259px;
  height: 360px;
  object-fit: cover;
  position: relative;
  top: 228px;
}

.middle_double_col_with_heading {
  margin: 60px 0;
}
@media (min-width: 1025px) {
  .middle_double_col_with_heading {
    margin: 100px 0;
  }
}
.middle_double_col_with_heading .middle_double_col_with_heading_inner {
  display: flex;
  justify-content: center;
  position: relative;
  flex-direction: column;
}
@media (min-width: 1025px) {
  .middle_double_col_with_heading .middle_double_col_with_heading_inner {
    flex-direction: row;
  }
}
.middle_double_col_with_heading .middle_double_col_with_heading_inner .bullet_title {
  font-family: "Be Vietnam Pro", sans-serif;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 100%;
  letter-spacing: 1px;
  text-transform: uppercase;
  white-space: nowrap;
  margin-bottom: 40px;
}
.middle_double_col_with_heading .middle_double_col_with_heading_inner .bullet_title:before {
  content: "";
  width: 8px;
  height: 8px;
  border-radius: 100%;
  background: #000;
  position: relative;
  display: inline-block;
  margin-right: 16px;
  top: -1px;
}
@media (min-width: 1025px) {
  .middle_double_col_with_heading .middle_double_col_with_heading_inner .bullet_title {
    position: absolute;
    top: 19px;
    left: 0;
  }
}
.middle_double_col_with_heading .middle_double_col_with_heading_inner .content_holder {
  max-width: 806px;
  margin-bottom: 80px;
}
@media (min-width: 1025px) {
  .middle_double_col_with_heading .middle_double_col_with_heading_inner .content_holder {
    margin-bottom: unset;
  }
}
.middle_double_col_with_heading .middle_double_col_with_heading_inner .content_holder h2 {
  font-family: "Cormorant Garamond", serif;
  font-size: 56px;
  font-style: normal;
  font-weight: 400;
  line-height: 100%;
  letter-spacing: -2.8px;
  margin-top: 0;
  margin-bottom: 40px;
}
@media (min-width: 1025px) {
  .middle_double_col_with_heading .middle_double_col_with_heading_inner .content_holder h2 {
    margin-bottom: 64px;
    font-size: 96px;
    letter-spacing: -4.8px;
  }
}
@media (min-width: 768px) {
  .middle_double_col_with_heading .middle_double_col_with_heading_inner .content_holder .content {
    column-count: 2;
    column-gap: 30px;
  }
}
.middle_double_col_with_heading .middle_double_col_with_heading_inner .content_holder .content p {
  font-family: "Be Vietnam Pro", sans-serif;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 140%;
  letter-spacing: -0.54px;
  color: #1F1F1F;
}
.middle_double_col_with_heading .middle_double_col_with_heading_inner .right_image {
  width: 100%;
  height: 465px;
  object-fit: cover;
}
@media (min-width: 1025px) {
  .middle_double_col_with_heading .middle_double_col_with_heading_inner .right_image {
    position: absolute;
    top: 0;
    right: 0;
    width: 190px;
    height: 264px;
  }
}

.categorized_quick_listing {
  margin: 60px 0;
}
@media (min-width: 1025px) {
  .categorized_quick_listing {
    margin: 100px 0;
  }
}
.categorized_quick_listing .categorized_quick_listing_inner .category {
  position: relative;
}
.categorized_quick_listing .categorized_quick_listing_inner .category:first-of-type {
  margin-bottom: 56px;
}
@media (min-width: 768px) {
  .categorized_quick_listing .categorized_quick_listing_inner .category:first-of-type {
    margin-bottom: 64px;
  }
}
.categorized_quick_listing .categorized_quick_listing_inner .category .top {
  padding-top: 48px;
}
.categorized_quick_listing .categorized_quick_listing_inner .category .top .head {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  margin-bottom: 40px;
  align-items: flex-start;
  gap: 40px;
}
@media (min-width: 1025px) {
  .categorized_quick_listing .categorized_quick_listing_inner .category .top .head {
    gap: unset;
    flex-direction: row;
    align-items: center;
    margin-bottom: 69px;
  }
}
.categorized_quick_listing .categorized_quick_listing_inner .category .top .head h2 {
  font-family: "Cormorant Garamond", serif;
  font-size: 48px;
  font-style: normal;
  font-weight: 400;
  line-height: 100%;
  letter-spacing: -2.4px;
  margin: 0;
  color: #1F1F1F;
}
@media (min-width: 768px) {
  .categorized_quick_listing .categorized_quick_listing_inner .category .top .head h2 {
    font-size: 64px;
    letter-spacing: -3.2px;
  }
}
.categorized_quick_listing .categorized_quick_listing_inner .category .top .head .filter {
  margin: 0;
  display: flex;
  flex-direction: row;
  gap: 16px;
  padding: 0;
  overflow-x: auto;
  max-width: 100%;
  overflow-y: scroll;
  height: 40px;
}
@media (min-width: 768px) {
  .categorized_quick_listing .categorized_quick_listing_inner .category .top .head .filter {
    gap: 24px;
    height: unset;
    overflow: unset;
  }
}
.categorized_quick_listing .categorized_quick_listing_inner .category .top .head .filter li {
  list-style-type: none;
}
.categorized_quick_listing .categorized_quick_listing_inner .category .top .head .filter li .active {
  color: #1F1F1F;
  position: relative;
}
.categorized_quick_listing .categorized_quick_listing_inner .category .top .head .filter li .active:after {
  position: absolute;
  content: "";
  width: 100%;
  height: 1px;
  background: #1F1F1F;
  bottom: -8px;
  left: 0;
}
.categorized_quick_listing .categorized_quick_listing_inner .category .top .head .filter li a {
  font-family: "Be Vietnam Pro", sans-serif;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 140%;
  letter-spacing: -0.42px;
  text-transform: capitalize;
  color: #D4D4D4;
  text-decoration: none;
  transition: 0.3s;
}
.categorized_quick_listing .categorized_quick_listing_inner .category .top .head .filter li a:hover {
  color: #1F1F1F;
}
.categorized_quick_listing .categorized_quick_listing_inner .category .top:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  height: 1px;
  width: 0;
  background: #D4D4D4;
}
.categorized_quick_listing .categorized_quick_listing_inner .category .top.is-inview:before {
  animation: barWidth 1s ease-in forwards;
}
.categorized_quick_listing .categorized_quick_listing_inner .category .bottom .category_slider {
  cursor: url("../images/drag.png") 36 36, auto;
}
.categorized_quick_listing .categorized_quick_listing_inner .category .bottom .category_slider .item {
  cursor: url("../images/explore.png") 36 36, auto;
}
.categorized_quick_listing .categorized_quick_listing_inner .category .bottom .item {
  background: rgba(242, 242, 242, 0.6);
  padding: 24px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 380px;
  transition: 0.3s;
  text-decoration: none;
}
@media (min-width: 1025px) {
  .categorized_quick_listing .categorized_quick_listing_inner .category .bottom .item {
    height: 480px;
  }
}
.categorized_quick_listing .categorized_quick_listing_inner .category .bottom .item .top_section {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
}
.categorized_quick_listing .categorized_quick_listing_inner .category .bottom .item .top_section h3 {
  font-family: "Be Vietnam Pro", sans-serif;
  font-size: 22px;
  font-style: normal;
  font-weight: 500;
  line-height: 140%;
  letter-spacing: -0.66px;
  color: #1F1F1F;
  max-width: 90%;
  margin: 0;
}
.categorized_quick_listing .categorized_quick_listing_inner .category .bottom .item .top_section .icon-right img {
  filter: invert(1);
}
.categorized_quick_listing .categorized_quick_listing_inner .category .bottom .item .bottom_section p {
  font-family: "Be Vietnam Pro", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 140%;
  letter-spacing: -0.48px;
  color: #1F1F1F;
}
.categorized_quick_listing .categorized_quick_listing_inner .category .bottom .item:hover {
  background: #15367B;
}
.categorized_quick_listing .categorized_quick_listing_inner .category .bottom .item:hover .top_section h3 {
  color: #fff;
}
.categorized_quick_listing .categorized_quick_listing_inner .category .bottom .item:hover .top_section .icon-right img {
  filter: invert(0);
}
.categorized_quick_listing .categorized_quick_listing_inner .category .bottom .item:hover .bottom_section p {
  color: #fff;
}
.categorized_quick_listing .categorized_quick_listing_inner .category .bottom .testimonial_carousel_nav {
  margin-top: 40px;
}

.large_accordion {
  margin: 60px 0;
}
@media (min-width: 1025px) {
  .large_accordion {
    margin: 100px 0;
  }
}
.large_accordion .large_accordion_inner {
  display: flex;
  flex-direction: column;
  gap: 64px;
  position: relative;
  padding-top: 48px;
  justify-content: space-between;
}
.large_accordion .large_accordion_inner:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  height: 1px;
  width: 0;
  background: #D4D4D4;
}
.large_accordion .large_accordion_inner.is-inview:before {
  animation: barWidth 1s ease-in forwards;
}
@media (min-width: 1025px) {
  .large_accordion .large_accordion_inner {
    flex-direction: row;
    gap: 85px;
  }
}
.large_accordion .large_accordion_inner .left {
  position: relative;
}
.large_accordion .large_accordion_inner .left .bullet_title {
  font-family: "Be Vietnam Pro", sans-serif;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 100%;
  letter-spacing: 1px;
  text-transform: uppercase;
  white-space: nowrap;
}
.large_accordion .large_accordion_inner .left .bullet_title:before {
  content: "";
  width: 8px;
  height: 8px;
  border-radius: 100%;
  background: #000;
  position: relative;
  display: inline-block;
  margin-right: 16px;
  top: -1px;
}
.large_accordion .large_accordion_inner .left p {
  font-family: "Be Vietnam Pro", sans-serif;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 140%;
  letter-spacing: -0.48px;
  max-width: 340px;
}
@media (min-width: 768px) {
  .large_accordion .large_accordion_inner .left p {
    font-size: 16px;
    letter-spacing: -0.48px;
  }
}
.large_accordion .large_accordion_inner .left .basic_button {
  margin-top: 24px;
  display: inline-flex;
  font-family: "Be Vietnam Pro", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 140%;
  letter-spacing: -0.48px;
  text-transform: capitalize;
  padding-bottom: 8px;
  border-bottom: 1px solid #D4D4D4;
  text-decoration: none;
  color: #1F1F1F;
}
.large_accordion .large_accordion_inner .right {
  width: 1083px;
  max-width: 100%;
}
.large_accordion .large_accordion_inner .right h2 {
  display: none;
}
@media (min-width: 768px) {
  .large_accordion .large_accordion_inner .right h2 {
    display: block;
    margin-top: 0;
    font-family: "Cormorant Garamond", serif;
    font-size: 64px;
    font-style: normal;
    font-weight: 400;
    line-height: 100%;
    letter-spacing: -3.2px;
    margin-bottom: 64px;
  }
}
.large_accordion .large_accordion_inner .right .faqs {
  display: flex;
  flex-direction: column;
}
.large_accordion .large_accordion_inner .right .faqs .open_answer .answer {
  height: auto !important;
}
.large_accordion .large_accordion_inner .right .faqs .open_answer .answer .inner_answer {
  opacity: 1 !important;
  padding-top: 48px !important;
}
.large_accordion .large_accordion_inner .right .faqs .open_answer:after {
  top: 10px !important;
  transform: rotate(180deg);
}
.large_accordion .large_accordion_inner .right .faqs .faq {
  padding-top: 16px;
  padding-bottom: 48px;
  position: relative;
}
.large_accordion .large_accordion_inner .right .faqs .faq .question {
  font-family: "Be Vietnam Pro", sans-serif;
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 140%;
  letter-spacing: -0.6px;
  cursor: pointer;
  padding-right: 40px;
}
.large_accordion .large_accordion_inner .right .faqs .faq .answer {
  height: 0;
  overflow: hidden;
  transition: 1s;
}
.large_accordion .large_accordion_inner .right .faqs .faq .answer .inner_answer {
  opacity: 0;
  transition: 1s;
  padding-top: 0;
}
.large_accordion .large_accordion_inner .right .faqs .faq .answer .inner_answer p {
  font-family: "Be Vietnam Pro", sans-serif;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 140%;
  letter-spacing: -0.48px;
}
@media (min-width: 768px) {
  .large_accordion .large_accordion_inner .right .faqs .faq .answer .inner_answer p {
    font-size: 16px;
    letter-spacing: -0.48px;
  }
}
.large_accordion .large_accordion_inner .right .faqs .faq:after {
  content: url("../images/Chevrons.svg");
  position: absolute;
  right: 0;
  top: 15px;
  transition: 0.6s;
  opacity: 1;
}
.large_accordion .large_accordion_inner .right .faqs .faq:before {
  content: "";
  position: absolute;
  right: 0;
  top: 0;
  height: 1px;
  width: 100%;
  background: #D4D4D4;
  z-index: 1;
  transition: 0.6s;
}

.goal_list {
  margin: 60px 0;
}
@media (min-width: 1025px) {
  .goal_list {
    margin: 100px 0;
  }
}
.goal_list .goal_list_holder {
  display: flex;
  flex-direction: column;
  gap: 40px;
}
@media (min-width: 1025px) {
  .goal_list .goal_list_holder {
    flex-direction: row;
    gap: unset;
  }
}
@media (min-width: 1025px) {
  .goal_list .goal_list_holder .side_bar {
    flex: 1;
  }
}
.goal_list .goal_list_holder .side_bar .cta_content {
  max-width: 70%;
}
.goal_list .goal_list_holder .side_bar .cta_content p {
  font-family: "Be Vietnam Pro", sans-serif;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 140%;
  letter-spacing: -0.54px;
  color: #1F1F1F;
  margin-bottom: 40px;
}
.goal_list .goal_list_holder .side_bar .cta_content .cta_button {
  background-color: #066CFF;
  color: #fff;
  border: 1px solid #066CFF;
  padding: 0 52px 0 24px;
  height: 48px;
  cursor: pointer;
  font-family: "Be Vietnam Pro", sans-serif;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 100%;
  letter-spacing: -0.42px;
  text-transform: capitalize;
  border-radius: 56px;
  text-decoration: none;
  display: inline-flex;
  align-items: center;
  position: relative;
  overflow: hidden;
  transition: 0.6s;
}
.goal_list .goal_list_holder .side_bar .cta_content .cta_button:after {
  content: url("../images/button-arrow.svg");
  position: absolute;
  right: 20px;
  top: 12px;
  transition: 0.6s;
  filter: invert(0);
}
.goal_list .goal_list_holder .side_bar .cta_content .cta_button:before {
  content: url("../images/button-arrow.svg");
  position: absolute;
  left: -50px;
  top: 12px;
  transition: 0.6s;
  filter: invert(0);
}
.goal_list .goal_list_holder .side_bar .cta_content .cta_button:hover {
  background-color: #41D6C2;
  border: 1px solid #41D6C2;
  color: #1F1F1F;
  padding: 0 24px 0 52px;
}
.goal_list .goal_list_holder .side_bar .cta_content .cta_button:hover:after {
  right: -50px;
  top: 12px;
  filter: invert(1);
}
.goal_list .goal_list_holder .side_bar .cta_content .cta_button:hover:before {
  left: 20px;
  top: 12px;
  filter: invert(1);
}
.goal_list .goal_list_holder .side_bar .cta_content .cta_button span {
  position: relative;
}
.goal_list .goal_list_holder .side_bar .cta_content .cta_button.is-inview {
  max-width: 100%;
}
.goal_list .goal_list_holder .side_bar .cta_content .cta_button.is-inview span {
  animation: scrollUpText 0.6s ease-in forwards;
}
.goal_list .goal_list_holder .goal_list_inner {
  display: flex;
  flex-direction: column;
  gap: 16px;
}
@media (min-width: 1025px) {
  .goal_list .goal_list_holder .goal_list_inner {
    flex-direction: row;
    flex-wrap: wrap;
    flex: 3;
  }
}
.goal_list .goal_list_holder .goal_list_inner .goal_block {
  border: 1px solid #EEEEEE;
  background: #F8FBFF;
  padding: 24px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  flex: 50%;
  gap: 120px;
  box-sizing: border-box;
}
@media (min-width: 1025px) {
  .goal_list .goal_list_holder .goal_list_inner .goal_block {
    flex: 0 0 calc((100% - 32px) / 3);
  }
}
.goal_list .goal_list_holder .goal_list_inner .goal_block .top_section h3 {
  font-family: "Be Vietnam Pro", sans-serif;
  font-size: 22px;
  font-style: normal;
  font-weight: 500;
  line-height: 140%;
  letter-spacing: -0.66px;
  color: #1F1F1F;
  max-width: 90%;
}
.goal_list .goal_list_holder .goal_list_inner .goal_block .bottom_section p {
  font-family: "Be Vietnam Pro", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 140%;
  letter-spacing: -0.48px;
  color: #1F1F1F;
}
.goal_list .goal_list_holder .goal_list_inner .goal_block .bottom_section p:last-of-type {
  margin-bottom: 0;
}

.post_inner_body {
  display: flex;
  flex-direction: column;
  gap: 40px;
  justify-content: center;
}
@media (min-width: 1025px) {
  .post_inner_body {
    flex-direction: row;
    gap: 130px;
  }
}
@media (min-width: 1367px) {
  .post_inner_body {
    gap: 180px;
  }
}
@media (min-width: 1500px) {
  .post_inner_body {
    gap: 330px;
  }
}
.post_inner_body .side_bar {
  height: 100%;
}
.post_inner_body .side_bar .share {
  display: flex;
  flex-direction: column;
  gap: 16px;
  margin-bottom: 48px;
}
.post_inner_body .side_bar .share .title {
  font-family: "Be Vietnam Pro", sans-serif;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 100%;
  letter-spacing: 1px;
  text-transform: uppercase;
  color: #1F1F1F;
}
.post_inner_body .side_bar .share ul {
  display: flex;
  flex-direction: row;
  gap: 16px;
  margin: 0;
  padding: 0;
}
.post_inner_body .side_bar .share ul li {
  list-style-type: none;
  width: 32px;
  height: 32px;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media (min-width: 1025px) {
  .post_inner_body .side_bar .service_key_points {
    max-width: 250px;
  }
}
.post_inner_body .side_bar .service_key_points .title {
  font-family: "Be Vietnam Pro", sans-serif;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 100%;
  letter-spacing: -0.42px;
  text-transform: capitalize;
  margin-bottom: 24px;
  padding-bottom: 8px;
  position: relative;
  display: inline-block;
}
.post_inner_body .side_bar .service_key_points .title:after {
  content: "";
  position: absolute;
  width: 100%;
  height: 1px;
  bottom: 0;
  left: 0;
  background: #1F1F1F;
}
.post_inner_body .side_bar .service_key_points ul {
  padding: 0;
  margin: 0;
  display: flex;
  flex-direction: column;
  gap: 24px;
}
.post_inner_body .side_bar .service_key_points ul li {
  list-style-type: none;
}
.post_inner_body .side_bar .service_key_points ul li .list_title {
  padding-left: 0;
}
.post_inner_body .side_bar .service_key_points ul li .list_title:before {
  content: none;
}
.post_inner_body .side_bar .service_key_points ul li a {
  font-family: "Be Vietnam Pro", sans-serif;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 100%;
  letter-spacing: -0.42px;
  text-transform: capitalize;
  padding-left: 16px;
  position: relative;
  text-decoration: none;
  color: #A5A5A5;
  transition: 0.3s;
}
.post_inner_body .side_bar .service_key_points ul li a:hover {
  color: #1F1F1F;
}
.post_inner_body .side_bar .service_key_points ul li a:before {
  content: "";
  position: absolute;
  left: 0;
  top: 9px;
  width: 8px;
  height: 1px;
  background: #A5A5A5;
}
.post_inner_body .side_bar .service_key_points .open_nav {
  font-family: "Be Vietnam Pro", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 140%;
  letter-spacing: -0.48px;
  color: #1F1F1F;
  position: relative;
  margin-bottom: 24px;
  width: 100%;
}
.post_inner_body .side_bar .service_key_points .open_nav:before {
  content: url("../images/Chevrons.svg");
  position: absolute;
  right: 0;
  top: 2px;
  transition: 0.3s;
  transform: rotate(0deg);
}
.post_inner_body .side_bar .service_key_points .open_nav:after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -24px;
  height: 1px;
  width: 100%;
  background: #D4D4D4;
  transition: 0.3s;
}
.post_inner_body .side_bar .service_key_points .service_key_points_mobile_nav {
  display: none;
  flex-direction: column;
  gap: 24px;
  margin: 0;
  padding: 24px;
  border: 1px solid #D4D4D4;
  margin-top: 16px;
}
@media (min-width: 1025px) {
  .post_inner_body .side_bar .service_key_points .service_key_points_mobile_nav {
    margin-top: 0;
    display: flex;
    padding: 0;
    border: none;
  }
}
.post_inner_body .side_bar .service_key_points .service_key_points_mobile_nav .active a {
  font-family: "Be Vietnam Pro", sans-serif;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 140%;
  letter-spacing: -0.42px;
  text-transform: capitalize;
  padding-bottom: 8px;
  border-bottom: 1px solid #D4D4D4;
  color: #1F1F1F;
}
.post_inner_body .side_bar .service_key_points .service_key_points_mobile_nav li {
  list-style-type: none;
}
.post_inner_body .side_bar .service_key_points .service_key_points_mobile_nav li a {
  font-family: "Be Vietnam Pro", sans-serif;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 140%;
  letter-spacing: -0.42px;
  text-transform: capitalize;
  color: #A5A5A5;
  text-decoration: none;
}
.post_inner_body .side_bar .service_key_points .service_key_points_mobile_nav.show_key_points {
  display: flex;
}
.post_inner_body .side_bar .small_cta_block {
  border: 1px solid #EEEEEE;
  background: #F8FBFF;
  padding: 24px;
  display: flex;
  flex-direction: column;
  gap: 24px;
  margin-top: 64px;
}
.post_inner_body .side_bar .small_cta_block h2 {
  font-family: "Cormorant Garamond", serif;
  font-size: 24px;
  font-style: normal;
  font-weight: 400;
  line-height: 100%;
  letter-spacing: -1.2px;
  margin: 0;
}
.post_inner_body .side_bar .small_cta_block .content p {
  font-family: "Be Vietnam Pro", sans-serif;
  font-size: 22px;
  font-style: normal;
  font-weight: 500;
  line-height: 140%;
  letter-spacing: -0.66px;
  margin-bottom: 40px;
}
.post_inner_body .side_bar .small_cta_block .content .cta_button {
  background-color: #066CFF;
  color: #fff;
  border: 1px solid #066CFF;
  padding: 0 52px 0 24px;
  height: 48px;
  cursor: pointer;
  font-family: "Be Vietnam Pro", sans-serif;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 100%;
  letter-spacing: -0.42px;
  text-transform: capitalize;
  border-radius: 56px;
  text-decoration: none;
  display: inline-flex;
  align-items: center;
  position: relative;
  overflow: hidden;
  transition: 0.6s;
}
.post_inner_body .side_bar .small_cta_block .content .cta_button:after {
  content: url("../images/button-arrow.svg");
  position: absolute;
  right: 20px;
  top: 12px;
  transition: 0.6s;
  filter: invert(0);
}
.post_inner_body .side_bar .small_cta_block .content .cta_button:before {
  content: url("../images/button-arrow.svg");
  position: absolute;
  left: -50px;
  top: 12px;
  transition: 0.6s;
  filter: invert(0);
}
.post_inner_body .side_bar .small_cta_block .content .cta_button:hover {
  background-color: #41D6C2;
  border: 1px solid #41D6C2;
  color: #1F1F1F;
  padding: 0 24px 0 52px;
}
.post_inner_body .side_bar .small_cta_block .content .cta_button:hover:after {
  right: -50px;
  top: 12px;
  filter: invert(1);
}
.post_inner_body .side_bar .small_cta_block .content .cta_button:hover:before {
  left: 20px;
  top: 12px;
  filter: invert(1);
}
.post_inner_body .side_bar .small_cta_block .content .cta_button span {
  position: relative;
}
.post_inner_body .side_bar .small_cta_block .content .cta_button.is-inview {
  max-width: 100%;
}
.post_inner_body .side_bar .small_cta_block .content .cta_button.is-inview span {
  animation: scrollUpText 0.6s ease-in forwards;
}
.post_inner_body .side_bar .side_bar_button {
  margin-top: 48px;
  display: flex;
  flex-direction: column;
  gap: 8px;
  align-items: flex-start;
}
.post_inner_body .side_bar .side_bar_button .cta_button {
  background-color: #066CFF;
  color: #fff;
  border: 1px solid #066CFF;
  padding: 0 52px 0 24px;
  height: 48px;
  cursor: pointer;
  font-family: "Be Vietnam Pro", sans-serif;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 100%;
  letter-spacing: -0.42px;
  text-transform: capitalize;
  border-radius: 56px;
  text-decoration: none;
  display: inline-flex;
  align-items: center;
  position: relative;
  overflow: hidden;
  transition: 0.6s;
}
.post_inner_body .side_bar .side_bar_button .cta_button:after {
  content: url("../images/button-arrow.svg");
  position: absolute;
  right: 20px;
  top: 12px;
  transition: 0.6s;
  filter: invert(0);
}
.post_inner_body .side_bar .side_bar_button .cta_button:before {
  content: url("../images/button-arrow.svg");
  position: absolute;
  left: -50px;
  top: 12px;
  transition: 0.6s;
  filter: invert(0);
}
.post_inner_body .side_bar .side_bar_button .cta_button:hover {
  background-color: #41D6C2;
  border: 1px solid #41D6C2;
  color: #1F1F1F;
  padding: 0 24px 0 52px;
}
.post_inner_body .side_bar .side_bar_button .cta_button:hover:after {
  right: -50px;
  top: 12px;
  filter: invert(1);
}
.post_inner_body .side_bar .side_bar_button .cta_button:hover:before {
  left: 20px;
  top: 12px;
  filter: invert(1);
}
.post_inner_body .side_bar .side_bar_button .cta_button span {
  position: relative;
}
.post_inner_body .side_bar .side_bar_button .cta_button.is-inview {
  max-width: 100%;
}
.post_inner_body .side_bar .side_bar_button .cta_button.is-inview span {
  animation: scrollUpText 0.6s ease-in forwards;
}
.post_inner_body .side_bar .side_bar_button .save {
  background-color: rgba(255, 255, 255, 0);
  color: #1F1F1F;
  border: 1px solid #1F1F1F;
  padding: 0 54px 0 24px;
  height: 40px;
  cursor: pointer;
  font-family: "Be Vietnam Pro", sans-serif;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 100%;
  letter-spacing: -0.42px;
  text-transform: capitalize;
  border-radius: 56px;
  transition: 0.6s;
  text-decoration: none;
  display: inline-flex;
  align-items: center;
  position: relative;
  overflow: hidden;
}
.post_inner_body .side_bar .side_bar_button .save:before {
  content: url("../images/button-bookmark.svg");
  position: absolute;
  right: 20px;
  top: 7px;
  transition: 0.3s;
  filter: invert(0);
}
.post_inner_body .side_bar .side_bar_button .save:hover {
  background-color: #41D6C2;
  border: 1px solid #41D6C2;
  color: #fff;
}
.post_inner_body .side_bar .side_bar_button .save:hover:before {
  filter: invert(1);
}
.post_inner_body .side_bar .side_bar_button .mail {
  background-color: rgba(255, 255, 255, 0);
  color: #1F1F1F;
  border: 1px solid #1F1F1F;
  padding: 0 54px 0 24px;
  height: 40px;
  cursor: pointer;
  font-family: "Be Vietnam Pro", sans-serif;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 100%;
  letter-spacing: -0.42px;
  text-transform: capitalize;
  border-radius: 56px;
  transition: 0.6s;
  text-decoration: none;
  display: inline-flex;
  align-items: center;
  position: relative;
  overflow: hidden;
}
.post_inner_body .side_bar .side_bar_button .mail:before {
  content: url("../images/button-mail.svg");
  position: absolute;
  right: 20px;
  top: 7px;
  transition: 0.3s;
  filter: invert(0);
}
.post_inner_body .side_bar .side_bar_button .mail:hover {
  background-color: #41D6C2;
  border: 1px solid #41D6C2;
  color: #fff;
}
.post_inner_body .side_bar .side_bar_button .mail:hover:before {
  filter: invert(1);
}
.post_inner_body .side_bar .side_bar_button .whatsapp {
  background-color: rgba(255, 255, 255, 0);
  color: #1F1F1F;
  border: 1px solid #1F1F1F;
  padding: 0 54px 0 24px;
  height: 40px;
  cursor: pointer;
  font-family: "Be Vietnam Pro", sans-serif;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 100%;
  letter-spacing: -0.42px;
  text-transform: capitalize;
  border-radius: 56px;
  transition: 0.6s;
  text-decoration: none;
  display: inline-flex;
  align-items: center;
  position: relative;
  overflow: hidden;
}
.post_inner_body .side_bar .side_bar_button .whatsapp:before {
  content: url("../images/whatsapp-icon.png");
  position: absolute;
  right: 20px;
  top: 7px;
  transition: 0.3s;
  filter: invert(0);
}
.post_inner_body .side_bar .side_bar_button .whatsapp:hover {
  background-color: #41D6C2;
  border: 1px solid #41D6C2;
  color: #fff;
}
.post_inner_body .side_bar .side_bar_button .whatsapp:hover:before {
  filter: invert(1);
}
.post_inner_body .side_bar .side_bar_button a {
  width: max-content;
}
.post_inner_body .article_body .quote_block {
  padding-left: 24px;
  position: relative;
}
@media (min-width: 1025px) {
  .post_inner_body .article_body .quote_block {
    padding-left: 48px;
  }
}
.post_inner_body .article_body .quote_block:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 1px;
  background: #D4D4D4;
  height: 100%;
}
.post_inner_body .article_body .captioned_image_block .caption {
  position: relative;
  padding-left: 8px;
}
.post_inner_body .article_body .captioned_image_block .caption:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 1px;
  background: #D4D4D4;
  height: 100%;
}
.post_inner_body .content_holder {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  position: relative;
}
.post_inner_body .content_holder.border-top {
  padding-top: 24px;
}
.post_inner_body .content_holder > div:last-of-type {
  margin-bottom: 0;
}
.post_inner_body .content_holder .highlight_list {
  box-sizing: border-box;
  padding: 24px;
  border: 1px solid #EEEEEE;
  background: #E9F2FF;
}
.post_inner_body .content_holder .highlight_list .title {
  font-family: "Cormorant Garamond", serif;
  font-size: 32px;
  font-style: normal;
  font-weight: 400;
  line-height: 100%;
  letter-spacing: -1.6px;
  margin-bottom: 24px;
}
.post_inner_body .content_holder .highlight_list ul {
  display: flex;
  flex-direction: column;
  gap: 16px;
  margin: 0;
  padding-left: 24px;
}
.post_inner_body .content_holder .highlight_list ul li {
  font-family: "Be Vietnam Pro", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 140%;
  letter-spacing: -0.48px;
}
.post_inner_body .content_holder .special_links .title {
  font-family: "Be Vietnam Pro", sans-serif;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 100%;
  letter-spacing: 1px;
  text-transform: uppercase;
  color: #1F1F1F;
  margin-bottom: 32px;
}
.post_inner_body .content_holder .special_links ul {
  margin: 0;
  padding: 0;
  display: flex;
  flex-direction: column;
}
.post_inner_body .content_holder .special_links ul li {
  list-style-type: none;
  margin: 0;
  width: 100%;
  font-family: "Be Vietnam Pro", sans-serif;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 140%; /* 28px */
  letter-spacing: -0.6px;
  padding-top: 24px;
  padding-bottom: 24px;
  position: relative;
  cursor: pointer;
  color: #1F1F1F;
  transition: 0.6s;
}
.post_inner_body .content_holder .special_links ul li:last-of-type {
  padding-bottom: 0;
}
@media (min-width: 1025px) {
  .post_inner_body .content_holder .special_links ul li {
    padding-top: 16px;
    padding-bottom: 32px;
  }
}
.post_inner_body .content_holder .special_links ul li .content {
  width: 100%;
  position: relative;
}
.post_inner_body .content_holder .special_links ul li .content p {
  margin: 0;
  max-width: 90%;
}
.post_inner_body .content_holder .special_links ul li .content:after {
  content: url("../images/slider-nav-arrow.svg");
  position: absolute;
  right: 0;
  top: 2px;
  transition: 0.6s;
  opacity: 1;
}
.post_inner_body .content_holder .special_links ul li:before {
  content: "";
  position: absolute;
  right: 0;
  top: 0;
  height: 1px;
  width: 100%;
  background: #D4D4D4;
  z-index: 1;
  transition: 0.6s;
}
.post_inner_body .content_holder .special_links ul li:after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  height: 1px;
  width: 0%;
  background: #D4D4D4;
  z-index: 2;
  transition: 0.6s;
}
.post_inner_body .content_holder .user_block_listing {
  position: relative;
}
.post_inner_body .content_holder .user_block_listing:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  height: 1px;
  width: 0;
  background: #D4D4D4;
}
.post_inner_body .content_holder .user_block_listing.is-inview:before {
  animation: barWidth 1s ease-in forwards;
}
.post_inner_body .content_holder .user_block_listing .title {
  font-family: "Be Vietnam Pro", sans-serif;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 100%;
  letter-spacing: 1px;
  text-transform: uppercase;
  margin: 16px 0 24px 0;
}
.post_inner_body .content_holder .user_block_listing .authors {
  display: flex;
  flex-direction: column;
  gap: 16px;
}
@media (min-width: 768px) {
  .post_inner_body .content_holder .user_block_listing .authors {
    flex-direction: row;
  }
}
.post_inner_body .content_holder .user_block_listing .authors .author {
  width: 100%;
  text-decoration: none;
}
@media (min-width: 1025px) {
  .post_inner_body .content_holder .user_block_listing .authors .author {
    max-width: 258px;
  }
}
.post_inner_body .content_holder .user_block_listing .authors .author .img_holder {
  width: 100%;
  height: 445px;
  position: relative;
  overflow: hidden;
  transition: 0.3s;
  margin-bottom: 24px;
}
@media (min-width: 1025px) {
  .post_inner_body .content_holder .user_block_listing .authors .author .img_holder {
    height: 343px;
  }
}
.post_inner_body .content_holder .user_block_listing .authors .author .img_holder img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.post_inner_body .content_holder .user_block_listing .authors .author .details .top_details {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 16px;
}
.post_inner_body .content_holder .user_block_listing .authors .author .details .top_details .info .name {
  font-family: "Be Vietnam Pro", sans-serif;
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: 100%;
  letter-spacing: 1px;
  text-transform: uppercase;
  color: #1F1F1F;
  margin-bottom: 10px;
}
.post_inner_body .content_holder .user_block_listing .authors .author .details .top_details .info .role {
  font-family: "Be Vietnam Pro", sans-serif;
  color: #1F1F1F;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 140%;
  letter-spacing: -0.42px;
  text-transform: capitalize;
}
.post_inner_body .content_holder .user_block_listing .authors .author .details .top_details .basic_button {
  display: inline-flex;
  font-family: "Be Vietnam Pro", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 140%;
  letter-spacing: -0.48px;
  text-transform: capitalize;
  padding-bottom: 8px;
  border-bottom: 1px solid #D4D4D4;
  text-decoration: none;
  color: #1F1F1F;
}
.post_inner_body .content_holder .plain_content_block {
  margin-bottom: 64px;
}
.post_inner_body .content_holder .plain_content_block .extra_large_sub_title {
  font-family: "Be Vietnam Pro", sans-serif;
  font-size: 32px;
  font-style: normal;
  font-weight: 400;
  line-height: 140%;
  letter-spacing: -0.96px;
  color: #1F1F1F;
}
.post_inner_body .content_holder .plain_content_block .large_sub_title {
  font-family: "Be Vietnam Pro", sans-serif;
  font-size: 24px;
  font-style: normal;
  font-weight: 500;
  line-height: 140%;
  letter-spacing: -0.72px;
  color: #1F1F1F;
}
.post_inner_body .content_holder .plain_content_block p {
  font-family: "Be Vietnam Pro", sans-serif;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 140%;
  letter-spacing: -0.54px;
  margin-bottom: 24px;
  color: #1F1F1F;
}
.post_inner_body .content_holder .plain_content_block p:last-of-type {
  margin-bottom: 0;
}
.post_inner_body .content_holder .plain_content_block p.smaller_content {
  font-size: 14px;
  letter-spacing: -0.42px;
}
.post_inner_body .content_holder .plain_content_block ul, .post_inner_body .content_holder .plain_content_block ol {
  padding: 0;
  margin-left: 20px;
  margin-bottom: 24px;
}
.post_inner_body .content_holder .plain_content_block ul li, .post_inner_body .content_holder .plain_content_block ol li {
  font-family: "Be Vietnam Pro", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 140%;
  letter-spacing: -0.48px;
}
.post_inner_body .content_holder .plain_content_block .large_list {
  display: flex;
  flex-direction: column;
  gap: 24px;
}
.post_inner_body .content_holder .plain_content_block .large_list .large_list_item {
  padding-left: 24px;
}
.post_inner_body .content_holder .plain_content_block .large_list .large_list_item .title {
  font-family: "Be Vietnam Pro", sans-serif;
  font-size: 22px;
  font-style: normal;
  font-weight: 500;
  line-height: 140%;
  letter-spacing: -0.66px;
  margin-bottom: 24px;
  color: #1F1F1F;
  position: relative;
}
.post_inner_body .content_holder .plain_content_block .large_list .large_list_item .title:before {
  content: "•";
  position: absolute;
  left: -24px;
  top: 0;
  color: #1F1F1F;
}
.post_inner_body .content_holder .plain_content_block .large_list .large_list_item .content {
  font-family: "Be Vietnam Pro", sans-serif;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 140%;
  letter-spacing: -0.54px;
  margin-bottom: 24px;
  color: #1F1F1F;
}
.post_inner_body .content_holder .captioned_image_block {
  display: flex;
  flex-direction: column;
  gap: 24px;
  margin-bottom: 64px;
}
.post_inner_body .content_holder .captioned_image_block img {
  width: 100%;
  height: auto;
  box-sizing: border-box;
  object-fit: cover;
}
.post_inner_body .content_holder .captioned_image_block .caption {
  font-family: "Be Vietnam Pro", sans-serif;
  font-style: normal;
  font-weight: 400;
  line-height: 100%;
  letter-spacing: 1px;
  text-transform: uppercase;
  color: #1F1F1F;
  font-size: 12px;
}
.post_inner_body .content_holder .quick_cta_block {
  border: 1px solid #EEEEEE;
  background: #F8FBFF;
  padding: 24px;
  margin-bottom: 64px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  box-sizing: border-box;
}
@media (min-width: 1025px) {
  .post_inner_body .content_holder .quick_cta_block {
    padding: 48px;
  }
}
.post_inner_body .content_holder .quick_cta_block h2 {
  font-family: "Cormorant Garamond", serif;
  font-size: 48px;
  font-style: normal;
  font-weight: 400;
  line-height: 100%;
  letter-spacing: -2.4px;
  color: #1F1F1F;
  margin-bottom: 40px;
  margin-top: 0;
}
.post_inner_body .content_holder .quick_cta_block .cta_button {
  background-color: #066CFF;
  color: #fff;
  border: 1px solid #066CFF;
  padding: 0 52px 0 24px;
  height: 48px;
  cursor: pointer;
  font-family: "Be Vietnam Pro", sans-serif;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 100%;
  letter-spacing: -0.42px;
  text-transform: capitalize;
  border-radius: 56px;
  text-decoration: none;
  display: inline-flex;
  align-items: center;
  position: relative;
  overflow: hidden;
  transition: 0.6s;
}
.post_inner_body .content_holder .quick_cta_block .cta_button:after {
  content: url("../images/button-arrow.svg");
  position: absolute;
  right: 20px;
  top: 12px;
  transition: 0.6s;
  filter: invert(0);
}
.post_inner_body .content_holder .quick_cta_block .cta_button:before {
  content: url("../images/button-arrow.svg");
  position: absolute;
  left: -50px;
  top: 12px;
  transition: 0.6s;
  filter: invert(0);
}
.post_inner_body .content_holder .quick_cta_block .cta_button:hover {
  background-color: #41D6C2;
  border: 1px solid #41D6C2;
  color: #1F1F1F;
  padding: 0 24px 0 52px;
}
.post_inner_body .content_holder .quick_cta_block .cta_button:hover:after {
  right: -50px;
  top: 12px;
  filter: invert(1);
}
.post_inner_body .content_holder .quick_cta_block .cta_button:hover:before {
  left: 20px;
  top: 12px;
  filter: invert(1);
}
.post_inner_body .content_holder .quick_cta_block .cta_button span {
  position: relative;
}
.post_inner_body .content_holder .quick_cta_block .cta_button.is-inview {
  max-width: 100%;
}
.post_inner_body .content_holder .quick_cta_block .cta_button.is-inview span {
  animation: scrollUpText 0.6s ease-in forwards;
}
.post_inner_body .content_holder .quick_big_cta_block {
  margin-bottom: 64px;
  position: relative;
}
.post_inner_body .content_holder .quick_big_cta_block:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  height: 1px;
  width: 100%;
  background: #D4D4D4;
}
.post_inner_body .content_holder .quick_big_cta_block .bullet_title {
  font-family: "Be Vietnam Pro", sans-serif;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 100%;
  letter-spacing: 1px;
  text-transform: uppercase;
  white-space: nowrap;
  padding: 48px 0;
}
.post_inner_body .content_holder .quick_big_cta_block .bullet_title:before {
  content: "";
  width: 8px;
  height: 8px;
  border-radius: 100%;
  background: #000;
  position: relative;
  display: inline-block;
  margin-right: 16px;
  top: -1px;
}
.post_inner_body .content_holder .quick_big_cta_block .cta_inner_block {
  border: 1px solid #EEEEEE;
  background: #F8FBFF;
  padding: 48px;
  display: flex;
  flex-direction: column;
  gap: 140px;
}
.post_inner_body .content_holder .quick_big_cta_block .cta_inner_block h2 {
  font-family: "Cormorant Garamond", serif;
  font-size: 64px;
  font-style: normal;
  font-weight: 400;
  line-height: 100%;
  letter-spacing: -3.2px;
  margin: 0;
}
.post_inner_body .content_holder .quick_big_cta_block .cta_inner_block .content p {
  font-family: "Be Vietnam Pro", sans-serif;
  font-size: 22px;
  font-style: normal;
  font-weight: 500;
  line-height: 140%;
  letter-spacing: -0.66px;
  margin-bottom: 40px;
}
.post_inner_body .content_holder .quick_big_cta_block .cta_inner_block .content .cta_button {
  background-color: #066CFF;
  color: #fff;
  border: 1px solid #066CFF;
  padding: 0 52px 0 24px;
  height: 48px;
  cursor: pointer;
  font-family: "Be Vietnam Pro", sans-serif;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 100%;
  letter-spacing: -0.42px;
  text-transform: capitalize;
  border-radius: 56px;
  text-decoration: none;
  display: inline-flex;
  align-items: center;
  position: relative;
  overflow: hidden;
  transition: 0.6s;
}
.post_inner_body .content_holder .quick_big_cta_block .cta_inner_block .content .cta_button:after {
  content: url("../images/button-arrow.svg");
  position: absolute;
  right: 20px;
  top: 12px;
  transition: 0.6s;
  filter: invert(0);
}
.post_inner_body .content_holder .quick_big_cta_block .cta_inner_block .content .cta_button:before {
  content: url("../images/button-arrow.svg");
  position: absolute;
  left: -50px;
  top: 12px;
  transition: 0.6s;
  filter: invert(0);
}
.post_inner_body .content_holder .quick_big_cta_block .cta_inner_block .content .cta_button:hover {
  background-color: #41D6C2;
  border: 1px solid #41D6C2;
  color: #1F1F1F;
  padding: 0 24px 0 52px;
}
.post_inner_body .content_holder .quick_big_cta_block .cta_inner_block .content .cta_button:hover:after {
  right: -50px;
  top: 12px;
  filter: invert(1);
}
.post_inner_body .content_holder .quick_big_cta_block .cta_inner_block .content .cta_button:hover:before {
  left: 20px;
  top: 12px;
  filter: invert(1);
}
.post_inner_body .content_holder .quick_big_cta_block .cta_inner_block .content .cta_button span {
  position: relative;
}
.post_inner_body .content_holder .quick_big_cta_block .cta_inner_block .content .cta_button.is-inview {
  max-width: 100%;
}
.post_inner_body .content_holder .quick_big_cta_block .cta_inner_block .content .cta_button.is-inview span {
  animation: scrollUpText 0.6s ease-in forwards;
}
.post_inner_body .content_holder .double_caption_image {
  margin-bottom: 64px;
  display: flex;
  flex-direction: column;
  gap: 16px;
}
@media (min-width: 1025px) {
  .post_inner_body .content_holder .double_caption_image {
    flex-direction: row;
  }
}
.post_inner_body .content_holder .double_caption_image img {
  height: 445px;
  width: 100%;
  object-fit: cover;
}
@media (min-width: 1025px) {
  .post_inner_body .content_holder .double_caption_image img {
    height: 527px;
  }
}
.post_inner_body .content_holder .double_caption_image .caption {
  font-family: "Be Vietnam Pro", sans-serif;
  font-style: normal;
  font-weight: 400;
  line-height: 100%;
  letter-spacing: 1px;
  text-transform: uppercase;
  color: #1F1F1F;
  font-size: 12px;
}
.post_inner_body .content_holder .double_caption_image .left, .post_inner_body .content_holder .double_caption_image .right {
  flex: 50%;
  display: flex;
  flex-direction: column;
  gap: 16px;
}
@media (min-width: 1025px) {
  .post_inner_body .content_holder .double_caption_image .left, .post_inner_body .content_holder .double_caption_image .right {
    flex: 100%;
  }
}
.post_inner_body .content_holder .quote_block {
  margin-bottom: 64px;
  font-family: "Be Vietnam Pro", sans-serif;
  font-size: 32px;
  font-style: normal;
  font-weight: 400;
  line-height: 140%;
  letter-spacing: -0.96px;
  box-sizing: border-box;
}
.post_inner_body .content_holder .faq_block h2 {
  font-family: "Cormorant Garamond", serif;
  font-size: 48px;
  font-style: normal;
  font-weight: 400;
  line-height: 100%;
  letter-spacing: -2.4px;
  margin-bottom: 40px;
  color: #1F1F1F;
}
.post_inner_body .content_holder .faq_block .faqs {
  display: flex;
  flex-direction: column;
}
.post_inner_body .content_holder .faq_block .faqs .open_answer .answer {
  height: auto !important;
}
.post_inner_body .content_holder .faq_block .faqs .open_answer .answer .inner_answer {
  opacity: 1 !important;
  padding-top: 48px !important;
}
.post_inner_body .content_holder .faq_block .faqs .open_answer:after {
  top: 10px !important;
  transform: rotate(180deg);
}
.post_inner_body .content_holder .faq_block .faqs .faq {
  padding-top: 16px;
  padding-bottom: 48px;
  position: relative;
}
.post_inner_body .content_holder .faq_block .faqs .faq .question {
  font-family: "Be Vietnam Pro", sans-serif;
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 140%;
  letter-spacing: -0.6px;
  cursor: pointer;
  padding-right: 40px;
}
.post_inner_body .content_holder .faq_block .faqs .faq .answer {
  height: 0;
  overflow: hidden;
  transition: 1s;
}
.post_inner_body .content_holder .faq_block .faqs .faq .answer .inner_answer {
  opacity: 0;
  transition: 1s;
  padding-top: 0;
}
.post_inner_body .content_holder .faq_block .faqs .faq .answer .inner_answer p {
  font-family: "Be Vietnam Pro", sans-serif;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 140%;
  letter-spacing: -0.48px;
}
@media (min-width: 768px) {
  .post_inner_body .content_holder .faq_block .faqs .faq .answer .inner_answer p {
    font-size: 16px;
    letter-spacing: -0.48px;
  }
}
.post_inner_body .content_holder .faq_block .faqs .faq:after {
  content: url("../images/Chevrons.svg");
  position: absolute;
  right: 0;
  top: 15px;
  transition: 0.6s;
  opacity: 1;
}
.post_inner_body .content_holder .faq_block .faqs .faq:before {
  content: "";
  position: absolute;
  right: 0;
  top: 0;
  height: 1px;
  width: 100%;
  background: #D4D4D4;
  z-index: 1;
  transition: 0.6s;
}
.post_inner_body .content_holder .title_content_block {
  position: relative;
}
.post_inner_body .content_holder .title_content_block h1 {
  font-family: "Cormorant Garamond", serif;
  font-size: 48px;
  font-style: normal;
  font-weight: 400;
  line-height: 100%;
  letter-spacing: -2.4px;
  color: #1F1F1F;
  margin: 0;
}
@media (min-width: 1025px) {
  .post_inner_body .content_holder .title_content_block h1 {
    font-size: 72px;
    letter-spacing: -3.6px;
  }
}
.post_inner_body .content_holder .title_content_block h2 {
  margin: 0;
  font-family: "Cormorant Garamond", serif;
  font-size: 48px;
  font-style: normal;
  font-weight: 400;
  line-height: 100%;
  letter-spacing: -2.4px;
  padding-top: 24px;
}
.post_inner_body .content_holder .title_content_block h3 {
  font-family: "Be Vietnam Pro", sans-serif;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 100%;
  letter-spacing: 1px;
  text-transform: uppercase;
  margin-top: 16px;
  margin-bottom: 0;
}
.post_inner_body .content_holder .small_bottom {
  margin-bottom: 24px;
}
.post_inner_body .content_holder .medium_bottom {
  margin-bottom: 40px;
}
@media (min-width: 1025px) {
  .post_inner_body .content_holder .medium_bottom {
    margin-bottom: 48px;
  }
}
.post_inner_body .content_holder .large_bottom {
  margin-bottom: 64px;
}
.post_inner_body .content_holder .x_large_bottom {
  margin-bottom: 80px;
}
@media (min-width: 1025px) {
  .post_inner_body .content_holder .x_large_bottom {
    margin-bottom: 96px;
  }
}
.post_inner_body .content_holder .xx_large_bottom {
  margin-bottom: 120px;
}
@media (min-width: 1025px) {
  .post_inner_body .content_holder .xx_large_bottom {
    margin-bottom: 120px;
  }
}
.post_inner_body .indented_width {
  max-width: 808px;
  width: 100%;
}
@media (min-width: 1025px) {
  .post_inner_body .indented_width {
    min-width: 808px;
  }
}
.post_inner_body .full_width {
  max-width: 946px;
  width: 100%;
}
@media (min-width: 1025px) {
  .post_inner_body .full_width {
    min-width: 946px;
  }
}
.post_inner_body .gated_content_block {
  position: absolute;
  bottom: 0;
  left: auto;
  right: auto;
  background-color: #15367B;
  padding: 64px 48px;
  text-align: center;
  z-index: 9999;
  width: 100%;
  max-width: 1077px;
  box-sizing: border-box;
}
.post_inner_body .gated_content_block h2 {
  font-family: "Cormorant Garamond", serif;
  font-size: 56px;
  font-style: normal;
  font-weight: 400;
  line-height: 100%;
  letter-spacing: -2.8px;
  margin-bottom: 16px;
  margin-top: 0;
  color: #fff;
}
@media (min-width: 1025px) {
  .post_inner_body .gated_content_block h2 {
    font-size: 80px;
    letter-spacing: -4px;
  }
}
.post_inner_body .gated_content_block p {
  font-family: "Be Vietnam Pro", sans-serif;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 140%;
  letter-spacing: -0.54px;
  color: #fff;
  display: block;
  max-width: 560px;
  margin: 0 auto 48px auto;
}
@media (min-width: 1025px) {
  .post_inner_body .gated_content_block p {
    font-size: 22px;
    letter-spacing: -0.66px;
  }
}
.post_inner_body .gated_content_block .cta_button {
  background-color: #066CFF;
  color: #fff;
  border: 1px solid #066CFF;
  padding: 0 52px 0 24px;
  height: 48px;
  cursor: pointer;
  font-family: "Be Vietnam Pro", sans-serif;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 100%;
  letter-spacing: -0.42px;
  text-transform: capitalize;
  border-radius: 56px;
  text-decoration: none;
  display: inline-flex;
  align-items: center;
  position: relative;
  overflow: hidden;
  transition: 0.6s;
}
.post_inner_body .gated_content_block .cta_button:after {
  content: url("../images/button-arrow.svg");
  position: absolute;
  right: 20px;
  top: 12px;
  transition: 0.6s;
  filter: invert(0);
}
.post_inner_body .gated_content_block .cta_button:before {
  content: url("../images/button-arrow.svg");
  position: absolute;
  left: -50px;
  top: 12px;
  transition: 0.6s;
  filter: invert(0);
}
.post_inner_body .gated_content_block .cta_button:hover {
  background-color: #41D6C2;
  border: 1px solid #41D6C2;
  color: #1F1F1F;
  padding: 0 24px 0 52px;
}
.post_inner_body .gated_content_block .cta_button:hover:after {
  right: -50px;
  top: 12px;
  filter: invert(1);
}
.post_inner_body .gated_content_block .cta_button:hover:before {
  left: 20px;
  top: 12px;
  filter: invert(1);
}
.post_inner_body .gated_content_block .cta_button span {
  position: relative;
}
.post_inner_body .gated_content_block .cta_button.is-inview {
  max-width: 100%;
}
.post_inner_body .gated_content_block .cta_button.is-inview span {
  animation: scrollUpText 0.6s ease-in forwards;
}
.post_inner_body.gated_content {
  max-height: 150vh;
  overflow: hidden;
  position: relative;
}
.post_inner_body.gated_content:after {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  bottom: 0;
  left: 0;
  z-index: 999;
  background: linear-gradient(0deg, rgb(255, 255, 255) 0%, rgb(255, 255, 255) 10%, rgba(255, 255, 255, 0) 100%);
}

.article_header_component {
  background: #F8FBFF;
  margin-top: -142px;
  padding-top: 174px;
  padding-bottom: 32px;
}
.article_header_component .article_header_component_inner {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
@media (min-width: 1025px) {
  .article_header_component .article_header_component_inner {
    flex-direction: row;
    gap: 48px;
  }
}
.article_header_component .article_header_component_inner .podcast_player {
  margin-bottom: 40px;
}
@media (min-width: 1025px) {
  .article_header_component .article_header_component_inner .podcast_player {
    margin-top: -60px;
  }
}
.article_header_component .article_header_component_inner .authors {
  display: flex;
  flex-direction: column;
  gap: 24px;
}
@media (min-width: 1025px) {
  .article_header_component .article_header_component_inner .authors {
    flex-direction: row;
  }
}
.article_header_component .article_header_component_inner .authors .author {
  display: flex;
  flex-direction: row;
  gap: 16px;
  color: #1F1F1F;
  text-decoration: none;
}
.article_header_component .article_header_component_inner .authors .author img {
  width: 69px;
  height: 92px;
  object-fit: cover;
}
.article_header_component .article_header_component_inner .authors .author .info {
  display: flex;
  flex-direction: column;
  gap: 10px;
  justify-content: center;
}
.article_header_component .article_header_component_inner .authors .author .info .title {
  font-family: "Be Vietnam Pro", sans-serif;
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: 100%;
  letter-spacing: 1px;
  text-transform: uppercase;
}
.article_header_component .article_header_component_inner .authors .author .info .position {
  font-family: "Be Vietnam Pro", sans-serif;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 140%; /* 19.6px */
  letter-spacing: -0.42px;
  text-transform: capitalize;
}
.article_header_component .article_header_component_inner .left {
  max-width: 670px;
}
.article_header_component .article_header_component_inner .left .breadcrumb {
  margin-bottom: 64px;
}
@media (min-width: 1025px) {
  .article_header_component .article_header_component_inner .left .breadcrumb {
    margin-bottom: 96px;
  }
}
.article_header_component .article_header_component_inner .left .breadcrumb ul {
  display: flex;
  flex-direction: column;
  margin: 0;
  padding: 0;
  gap: 10px;
}
@media (min-width: 1025px) {
  .article_header_component .article_header_component_inner .left .breadcrumb ul {
    gap: unset;
    flex-direction: row;
  }
}
.article_header_component .article_header_component_inner .left .breadcrumb ul li {
  list-style-type: none;
  font-family: "Be Vietnam Pro", sans-serif;
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: 100%;
  letter-spacing: 1px;
  text-transform: uppercase;
  color: #1F1F1F;
  position: relative;
}
.article_header_component .article_header_component_inner .left .breadcrumb ul li a {
  color: #D4D4D4;
  text-decoration: none;
  transition: 0.3s;
  white-space: nowrap;
  text-overflow: ellipsis;
  max-width: 90%;
  display: inline-block;
  overflow: hidden;
}
@media (min-width: 1025px) {
  .article_header_component .article_header_component_inner .left .breadcrumb ul li a {
    max-width: unset;
    display: unset;
    overflow: unset;
  }
}
.article_header_component .article_header_component_inner .left .breadcrumb ul li a:hover {
  color: #1F1F1F;
  text-decoration: underline;
}
.article_header_component .article_header_component_inner .left .breadcrumb ul li:after {
  content: "";
  height: 1px;
  width: 8px;
  background: #1F1F1F;
  margin: 0 8px;
  display: inline-block;
  right: 0;
  top: -7px;
  position: relative;
}
@media (min-width: 1025px) {
  .article_header_component .article_header_component_inner .left .breadcrumb ul li:after {
    background: #D4D4D4;
    top: -4px;
  }
}
.article_header_component .article_header_component_inner .left .breadcrumb ul li:last-of-type:after {
  content: none;
}
.article_header_component .article_header_component_inner .left .intro_section {
  margin-bottom: 40px;
}
@media (min-width: 1025px) {
  .article_header_component .article_header_component_inner .left .intro_section {
    margin-bottom: 270px;
  }
}
.article_header_component .article_header_component_inner .left .intro_section .categories {
  padding: 0;
  margin-bottom: 8px;
}
.article_header_component .article_header_component_inner .left .intro_section .categories li {
  padding: 0;
  margin: 0;
  list-style-type: none;
}
.article_header_component .article_header_component_inner .left .intro_section .categories li a {
  font-family: "Be Vietnam Pro", sans-serif;
  font-size: 12px;
  font-style: normal;
  font-weight: 500;
  letter-spacing: -0.36px;
  text-transform: capitalize;
  height: 24px;
  padding: 0 8px;
  border-radius: 4px;
  background: #9BC4FF;
  display: inline-block;
  text-decoration: none;
  line-height: 24px;
  color: #1F1F1F;
}
.article_header_component .article_header_component_inner .left .intro_section h1 {
  font-family: "Cormorant Garamond", serif;
  font-size: 48px;
  font-style: normal;
  font-weight: 400;
  line-height: 100%;
  letter-spacing: -2.4px;
  margin-top: 16px;
  margin-bottom: 40px;
}
@media (min-width: 1025px) {
  .article_header_component .article_header_component_inner .left .intro_section h1 {
    font-size: 72px;
    letter-spacing: -3.6px;
  }
}
.article_header_component .article_header_component_inner .left .intro_section .reading_info {
  font-family: "Be Vietnam Pro", sans-serif;
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: 100%;
  letter-spacing: 1px;
  text-transform: uppercase;
  color: #1F1F1F;
  text-transform: uppercase;
  display: flex;
  flex-direction: row;
  gap: 16px;
}
.article_header_component .article_header_component_inner .right {
  display: flex;
  flex-direction: column;
}
@media (min-width: 1025px) {
  .article_header_component .article_header_component_inner .right {
    max-width: 657px;
  }
}
.article_header_component .article_header_component_inner .right .featured-image {
  display: flex;
  width: 100%;
  height: 100%;
}
.article_header_component .article_header_component_inner .right .large_image {
  display: flex;
  width: 100%;
  height: 100%;
  object-fit: cover;
  margin-bottom: 24px;
}
@media (min-width: 1025px) {
  .article_header_component .article_header_component_inner .right .large_image {
    margin-bottom: 0;
  }
}

.article_authors {
  margin: 60px 0;
}
@media (min-width: 1025px) {
  .article_authors {
    margin: 100px 0;
  }
}
.article_authors .article_authors_inner {
  display: flex;
  flex-direction: row;
  gap: 428px;
}
@media (min-width: 1025px) {
  .article_authors .article_authors_inner {
    flex-direction: row;
    gap: 185px;
  }
}
@media (min-width: 1367px) {
  .article_authors .article_authors_inner {
    gap: 250px;
  }
}
@media (min-width: 1500px) {
  .article_authors .article_authors_inner {
    gap: 485px;
  }
}
.article_authors .article_authors_inner .left {
  max-width: 259px;
}
.article_authors .article_authors_inner .left p {
  font-family: "Be Vietnam Pro", sans-serif;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 140%;
  letter-spacing: -0.54px;
  margin-bottom: 40px;
}
.article_authors .article_authors_inner .left .cta_button {
  background-color: #066CFF;
  color: #fff;
  border: 1px solid #066CFF;
  padding: 0 52px 0 24px;
  height: 48px;
  cursor: pointer;
  font-family: "Be Vietnam Pro", sans-serif;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 100%;
  letter-spacing: -0.42px;
  text-transform: capitalize;
  border-radius: 56px;
  text-decoration: none;
  display: inline-flex;
  align-items: center;
  position: relative;
  overflow: hidden;
  transition: 0.6s;
}
.article_authors .article_authors_inner .left .cta_button:after {
  content: url("../images/button-arrow.svg");
  position: absolute;
  right: 20px;
  top: 12px;
  transition: 0.6s;
  filter: invert(0);
}
.article_authors .article_authors_inner .left .cta_button:before {
  content: url("../images/button-arrow.svg");
  position: absolute;
  left: -50px;
  top: 12px;
  transition: 0.6s;
  filter: invert(0);
}
.article_authors .article_authors_inner .left .cta_button:hover {
  background-color: #41D6C2;
  border: 1px solid #41D6C2;
  color: #1F1F1F;
  padding: 0 24px 0 52px;
}
.article_authors .article_authors_inner .left .cta_button:hover:after {
  right: -50px;
  top: 12px;
  filter: invert(1);
}
.article_authors .article_authors_inner .left .cta_button:hover:before {
  left: 20px;
  top: 12px;
  filter: invert(1);
}
.article_authors .article_authors_inner .left .cta_button span {
  position: relative;
}
.article_authors .article_authors_inner .left .cta_button.is-inview {
  max-width: 100%;
}
.article_authors .article_authors_inner .left .cta_button.is-inview span {
  animation: scrollUpText 0.6s ease-in forwards;
}
.article_authors .article_authors_inner .right {
  max-width: 808px;
  position: relative;
  width: 100%;
  display: flex;
  flex-direction: column;
}
.article_authors .article_authors_inner .right:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  height: 1px;
  width: 0;
  background: #D4D4D4;
}
.article_authors .article_authors_inner .right.is-inview:before {
  animation: barWidth 1s ease-in forwards;
}
.article_authors .article_authors_inner .right .title {
  font-family: "Be Vietnam Pro", sans-serif;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 100%;
  letter-spacing: 1px;
  text-transform: uppercase;
  margin: 16px 0 24px 0;
}
.article_authors .article_authors_inner .right .authors {
  display: flex;
  flex-direction: column;
  gap: 16px;
}
@media (min-width: 768px) {
  .article_authors .article_authors_inner .right .authors {
    flex-direction: row;
    flex-wrap: wrap;
    flex: 0 0 calc((100% - 32px) / 3);
  }
}
.article_authors .article_authors_inner .right .authors .author {
  width: 100%;
}
@media (min-width: 1025px) {
  .article_authors .article_authors_inner .right .authors .author {
    max-width: 258px;
  }
}
.article_authors .article_authors_inner .right .authors .author .img_holder {
  width: 100%;
  height: 445px;
  position: relative;
  overflow: hidden;
  transition: 0.3s;
  margin-bottom: 24px;
}
@media (min-width: 1025px) {
  .article_authors .article_authors_inner .right .authors .author .img_holder {
    height: 343px;
  }
}
.article_authors .article_authors_inner .right .authors .author .img_holder img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.article_authors .article_authors_inner .right .authors .author .details .top_details {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 16px;
}
.article_authors .article_authors_inner .right .authors .author .details .top_details .info .name {
  font-family: "Be Vietnam Pro", sans-serif;
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: 100%;
  letter-spacing: 1px;
  text-transform: uppercase;
  color: #1F1F1F;
  margin-bottom: 10px;
}
.article_authors .article_authors_inner .right .authors .author .details .top_details .info .role {
  font-family: "Be Vietnam Pro", sans-serif;
  color: #1F1F1F;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 140%;
  letter-spacing: -0.42px;
  text-transform: capitalize;
}
.article_authors .article_authors_inner .right .authors .author .details .top_details .basic_button {
  display: inline-flex;
  font-family: "Be Vietnam Pro", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 140%;
  letter-spacing: -0.48px;
  text-transform: capitalize;
  padding-bottom: 8px;
  border-bottom: 1px solid #D4D4D4;
  text-decoration: none;
  color: #1F1F1F;
  white-space: nowrap;
}

.hubs_quick_listing {
  margin: 60px 0;
}
@media (min-width: 1025px) {
  .hubs_quick_listing {
    margin: 100px 0;
  }
}
.hubs_quick_listing .hubs_quick_listing_inner {
  box-sizing: border-box;
  padding-top: 48px;
}
.hubs_quick_listing .hubs_quick_listing_inner:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  height: 1px;
  width: 0;
  background: #D4D4D4;
}
.hubs_quick_listing .hubs_quick_listing_inner.is-inview:before {
  animation: barWidth 1s ease-in forwards;
}
.hubs_quick_listing .hubs_quick_listing_inner h2 {
  margin-top: 0;
  margin-bottom: 48px;
  font-family: "Cormorant Garamond", serif;
  font-size: 48px;
  font-style: normal;
  font-weight: 400;
  line-height: 100%;
  letter-spacing: -2.4px;
  max-width: 90%;
}
@media (min-width: 1025px) {
  .hubs_quick_listing .hubs_quick_listing_inner h2 {
    margin-bottom: 80px;
    font-size: 72px;
    letter-spacing: -3.6px;
  }
}
.hubs_quick_listing .hubs_quick_listing_inner .hubs {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  gap: 16px;
}
.hubs_quick_listing .hubs_quick_listing_inner .hubs .hub {
  border: 1px solid #EEEEEE;
  background: #F8FBFF;
  padding: 24px;
  width: 100%;
  box-sizing: border-box;
  text-decoration: none;
  height: 161px;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: flex-start;
  transition: 0.6s;
}
@media (min-width: 768px) {
  .hubs_quick_listing .hubs_quick_listing_inner .hubs .hub {
    flex: 0 0 calc((100% - 16px) / 2);
  }
}
@media (min-width: 1025px) {
  .hubs_quick_listing .hubs_quick_listing_inner .hubs .hub {
    flex: 0 0 calc((100% - 32px) / 3);
  }
}
.hubs_quick_listing .hubs_quick_listing_inner .hubs .hub .title {
  font-family: "Be Vietnam Pro", sans-serif;
  font-size: 22px;
  font-style: normal;
  font-weight: 500;
  line-height: 140%;
  letter-spacing: -0.66px;
  color: #1F1F1F;
  max-width: 240px;
  display: block;
}
.hubs_quick_listing .hubs_quick_listing_inner .hubs .hub .icon-right {
  filter: invert(1);
}
.hubs_quick_listing .hubs_quick_listing_inner .hubs .hub:hover {
  background: #15367B;
}
.hubs_quick_listing .hubs_quick_listing_inner .hubs .hub:hover .title {
  color: #fff;
}
.hubs_quick_listing .hubs_quick_listing_inner .hubs .hub:hover .icon-right {
  filter: invert(0);
}

.featured_podcast {
  margin: 60px 0;
}
@media (min-width: 1025px) {
  .featured_podcast {
    margin: 100px 0;
  }
}
.featured_podcast .container .featured_podcast_inner {
  background: #15367B;
  display: flex;
  flex-direction: column;
  gap: 24px;
}
@media (min-width: 1025px) {
  .featured_podcast .container .featured_podcast_inner {
    flex-direction: row;
    gap: unset;
    justify-content: space-between;
  }
}
.featured_podcast .container .featured_podcast_inner .left {
  max-width: 605px;
  box-sizing: border-box;
  padding: 24px;
}
@media (min-width: 1025px) {
  .featured_podcast .container .featured_podcast_inner .left {
    max-width: 605px;
    padding: 64px 0 64px 72px;
  }
}
.featured_podcast .container .featured_podcast_inner .left .reading_details {
  margin-bottom: 24px;
  display: flex;
  flex-direction: row;
  gap: 16px;
  align-items: center;
}
.featured_podcast .container .featured_podcast_inner .left .reading_details .categories {
  padding: 0;
}
.featured_podcast .container .featured_podcast_inner .left .reading_details .categories li {
  padding: 0;
  margin: 0;
  list-style-type: none;
}
.featured_podcast .container .featured_podcast_inner .left .reading_details .categories li a {
  font-family: "Be Vietnam Pro", sans-serif;
  font-size: 12px;
  font-style: normal;
  font-weight: 500;
  letter-spacing: -0.36px;
  text-transform: capitalize;
  height: 24px;
  padding: 0 8px;
  border-radius: 4px;
  background: #9BC4FF;
  display: inline-block;
  text-decoration: none;
  line-height: 24px;
  color: #1F1F1F;
}
.featured_podcast .container .featured_podcast_inner .left .reading_details .reading_time {
  font-family: "Be Vietnam Pro", sans-serif;
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: 100%;
  letter-spacing: 1px;
  text-transform: uppercase;
  color: #fff;
}
.featured_podcast .container .featured_podcast_inner .left h2 {
  margin-top: 0;
  margin-bottom: 24px;
  font-family: "Cormorant Garamond", serif;
  font-size: 48px;
  font-style: normal;
  font-weight: 400;
  line-height: 100%;
  letter-spacing: -2.4px;
  color: #fff;
}
@media (min-width: 1025px) {
  .featured_podcast .container .featured_podcast_inner .left h2 {
    margin-bottom: 48px;
    font-size: 64px;
    letter-spacing: -3.2px;
  }
}
.featured_podcast .container .featured_podcast_inner .left p {
  font-family: "Be Vietnam Pro", sans-serif;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 140%;
  letter-spacing: -0.54px;
  color: #fff;
  margin-bottom: 64px;
}
@media (min-width: 1025px) {
  .featured_podcast .container .featured_podcast_inner .left p {
    margin-bottom: 180px;
  }
}
.featured_podcast .container .featured_podcast_inner .left .buttons {
  display: flex;
  flex-direction: column;
  gap: 32px;
  align-items: flex-start;
}
@media (min-width: 1025px) {
  .featured_podcast .container .featured_podcast_inner .left .buttons {
    flex-direction: row;
    gap: 24px;
    align-items: center;
  }
}
.featured_podcast .container .featured_podcast_inner .left .buttons .cta_button {
  background-color: #066CFF;
  color: #fff;
  border: 1px solid #066CFF;
  padding: 0 52px 0 24px;
  height: 48px;
  cursor: pointer;
  font-family: "Be Vietnam Pro", sans-serif;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 100%;
  letter-spacing: -0.42px;
  text-transform: capitalize;
  border-radius: 56px;
  text-decoration: none;
  display: inline-flex;
  align-items: center;
  position: relative;
  overflow: hidden;
  transition: 0.6s;
}
.featured_podcast .container .featured_podcast_inner .left .buttons .cta_button:after {
  content: url("../images/button-arrow.svg");
  position: absolute;
  right: 20px;
  top: 12px;
  transition: 0.6s;
  filter: invert(0);
}
.featured_podcast .container .featured_podcast_inner .left .buttons .cta_button:before {
  content: url("../images/button-arrow.svg");
  position: absolute;
  left: -50px;
  top: 12px;
  transition: 0.6s;
  filter: invert(0);
}
.featured_podcast .container .featured_podcast_inner .left .buttons .cta_button:hover {
  background-color: #41D6C2;
  border: 1px solid #41D6C2;
  color: #1F1F1F;
  padding: 0 24px 0 52px;
}
.featured_podcast .container .featured_podcast_inner .left .buttons .cta_button:hover:after {
  right: -50px;
  top: 12px;
  filter: invert(1);
}
.featured_podcast .container .featured_podcast_inner .left .buttons .cta_button:hover:before {
  left: 20px;
  top: 12px;
  filter: invert(1);
}
.featured_podcast .container .featured_podcast_inner .left .buttons .cta_button span {
  position: relative;
}
.featured_podcast .container .featured_podcast_inner .left .buttons .cta_button.is-inview {
  max-width: 100%;
}
.featured_podcast .container .featured_podcast_inner .left .buttons .cta_button.is-inview span {
  animation: scrollUpText 0.6s ease-in forwards;
}
.featured_podcast .container .featured_podcast_inner .left .buttons .basic_button {
  display: inline-flex;
  font-family: "Be Vietnam Pro", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 140%;
  letter-spacing: -0.48px;
  text-transform: capitalize;
  padding-bottom: 8px;
  border-bottom: 1px solid #D4D4D4;
  text-decoration: none;
  color: #fff;
}
.featured_podcast .container .featured_podcast_inner .left .buttons .basic_button:before {
  background: #066CFF !important;
}
.featured_podcast .container .featured_podcast_inner .right {
  display: flex;
}
@media (min-width: 1025px) {
  .featured_podcast .container .featured_podcast_inner .right {
    max-width: 570px;
  }
}
.featured_podcast .container .featured_podcast_inner .right img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
@media (min-width: 1025px) {
  .featured_podcast .container .featured_podcast_inner .right img {
    flex-direction: row;
    gap: 24px;
  }
}

.upcoming_events {
  margin: 60px 0;
}
@media (min-width: 1025px) {
  .upcoming_events {
    margin: 100px 0;
  }
}
.upcoming_events .upcoming_events_inner {
  display: flex;
  flex-direction: column;
  gap: 56px;
  position: relative;
  padding-top: 24px;
}
@media (min-width: 1025px) {
  .upcoming_events .upcoming_events_inner {
    gap: 64px;
  }
}
.upcoming_events .upcoming_events_inner:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  height: 1px;
  width: 0;
  background: #D4D4D4;
}
.upcoming_events .upcoming_events_inner.is-inview:before {
  animation: barWidth 1s ease-in forwards;
}
.upcoming_events .upcoming_events_inner .title_section {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
  gap: 24px;
}
@media (min-width: 1025px) {
  .upcoming_events .upcoming_events_inner .title_section {
    flex-direction: row;
    align-items: center;
    gap: unset;
  }
}
.upcoming_events .upcoming_events_inner .title_section h2 {
  font-family: "Cormorant Garamond", serif;
  font-size: 48px;
  font-style: normal;
  font-weight: 400;
  line-height: 100%;
  letter-spacing: -2.4px;
  margin: 0;
  color: #1F1F1F;
}
@media (min-width: 1025px) {
  .upcoming_events .upcoming_events_inner .title_section h2 {
    font-size: 72px;
    letter-spacing: -3.6px;
  }
}
.upcoming_events .upcoming_events_inner .title_section .basic_button {
  display: inline-flex;
  font-family: "Be Vietnam Pro", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 140%;
  letter-spacing: -0.48px;
  text-transform: capitalize;
  padding-bottom: 8px;
  border-bottom: 1px solid #D4D4D4;
  text-decoration: none;
  color: #1F1F1F;
}
.upcoming_events .upcoming_events_inner .events .event {
  display: flex;
  flex-direction: column;
  gap: 23px;
}
@media (min-width: 1025px) {
  .upcoming_events .upcoming_events_inner .events .event {
    flex-direction: row;
    gap: 85px;
  }
}
.upcoming_events .upcoming_events_inner .events .event .left img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
@media (min-width: 1025px) {
  .upcoming_events .upcoming_events_inner .events .event .left img {
    width: 396px;
    height: 396px;
  }
}
.upcoming_events .upcoming_events_inner .events .event .right {
  display: flex;
  flex-direction: column;
  gap: 24px;
  justify-content: center;
}
.upcoming_events .upcoming_events_inner .events .event .right .top {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  position: relative;
}
@media (min-width: 1025px) {
  .upcoming_events .upcoming_events_inner .events .event .right .top {
    padding-top: 24px;
  }
  .upcoming_events .upcoming_events_inner .events .event .right .top:before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    height: 1px;
    width: 0;
    background: #D4D4D4;
  }
  .upcoming_events .upcoming_events_inner .events .event .right .top.is-inview:before {
    animation: barWidth 1s ease-in forwards;
  }
}
.upcoming_events .upcoming_events_inner .events .event .right .top .reading_details {
  display: flex;
  flex-direction: row;
  gap: 16px;
  align-items: center;
}
.upcoming_events .upcoming_events_inner .events .event .right .top .reading_details .categories {
  padding: 0;
  margin: 0;
}
.upcoming_events .upcoming_events_inner .events .event .right .top .reading_details .categories li {
  padding: 0;
  margin: 0;
  list-style-type: none;
}
.upcoming_events .upcoming_events_inner .events .event .right .top .reading_details .categories li a {
  font-family: "Be Vietnam Pro", sans-serif;
  font-size: 12px;
  font-style: normal;
  font-weight: 500;
  letter-spacing: -0.36px;
  text-transform: capitalize;
  height: 24px;
  padding: 0 8px;
  border-radius: 4px;
  background: #9BC4FF;
  display: inline-block;
  text-decoration: none;
  line-height: 24px;
  color: #1F1F1F;
}
.upcoming_events .upcoming_events_inner .events .event .right .top .reading_details .date {
  font-family: "Be Vietnam Pro", sans-serif;
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: 100%;
  letter-spacing: 1px;
  text-transform: uppercase;
  color: #1F1F1F;
}
.upcoming_events .upcoming_events_inner .events .event .right .top .reading_details .author {
  font-family: "Be Vietnam Pro", sans-serif;
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: 100%;
  letter-spacing: 1px;
  text-transform: uppercase;
  color: #1F1F1F;
}
.upcoming_events .upcoming_events_inner .events .event .right .top .cta_button {
  background-color: #066CFF;
  color: #fff;
  border: 1px solid #066CFF;
  padding: 0 52px 0 24px;
  height: 48px;
  cursor: pointer;
  font-family: "Be Vietnam Pro", sans-serif;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 100%;
  letter-spacing: -0.42px;
  text-transform: capitalize;
  border-radius: 56px;
  text-decoration: none;
  display: inline-flex;
  align-items: center;
  position: relative;
  overflow: hidden;
  transition: 0.6s;
}
.upcoming_events .upcoming_events_inner .events .event .right .top .cta_button:after {
  content: url("../images/button-arrow.svg");
  position: absolute;
  right: 20px;
  top: 12px;
  transition: 0.6s;
  filter: invert(0);
}
.upcoming_events .upcoming_events_inner .events .event .right .top .cta_button:before {
  content: url("../images/button-arrow.svg");
  position: absolute;
  left: -50px;
  top: 12px;
  transition: 0.6s;
  filter: invert(0);
}
.upcoming_events .upcoming_events_inner .events .event .right .top .cta_button:hover {
  background-color: #41D6C2;
  border: 1px solid #fff;
  color: #1F1F1F;
  padding: 0 24px 0 52px;
}
.upcoming_events .upcoming_events_inner .events .event .right .top .cta_button:hover:after {
  right: -50px;
  top: 12px;
  filter: invert(1);
}
.upcoming_events .upcoming_events_inner .events .event .right .top .cta_button:hover:before {
  left: 20px;
  top: 12px;
  filter: invert(1);
}
.upcoming_events .upcoming_events_inner .events .event .right .top .cta_button span {
  position: relative;
}
.upcoming_events .upcoming_events_inner .events .event .right .top .cta_button.is-inview {
  max-width: 100%;
}
.upcoming_events .upcoming_events_inner .events .event .right .top .cta_button.is-inview span {
  animation: scrollUpText 0.6s ease-in forwards;
}
.upcoming_events .upcoming_events_inner .events .event .right .bottom {
  position: relative;
  padding-bottom: 24px;
}
.upcoming_events .upcoming_events_inner .events .event .right .bottom:before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  height: 1px;
  width: 0;
  background: #D4D4D4;
}
.upcoming_events .upcoming_events_inner .events .event .right .bottom.is-inview:before {
  animation: barWidth 1s ease-in forwards;
}
@media (min-width: 1025px) {
  .upcoming_events .upcoming_events_inner .events .event .right .bottom {
    padding-bottom: 0;
  }
  .upcoming_events .upcoming_events_inner .events .event .right .bottom:before {
    content: none;
  }
}
.upcoming_events .upcoming_events_inner .events .event .right .bottom h3 {
  font-family: "Cormorant Garamond", serif;
  font-size: 40px;
  font-style: normal;
  font-weight: 400;
  line-height: 100%;
  letter-spacing: -2px;
  margin: 0;
  color: #1F1F1F;
  margin-bottom: 24px;
}
@media (min-width: 1025px) {
  .upcoming_events .upcoming_events_inner .events .event .right .bottom h3 {
    max-width: 70%;
    font-size: 48px;
    letter-spacing: -2.4px;
    margin-bottom: 0;
  }
}
.upcoming_events .upcoming_events_inner .events .event .right .bottom .cta_button {
  background-color: #066CFF;
  color: #fff;
  border: 1px solid #066CFF;
  padding: 0 52px 0 24px;
  height: 48px;
  cursor: pointer;
  font-family: "Be Vietnam Pro", sans-serif;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 100%;
  letter-spacing: -0.42px;
  text-transform: capitalize;
  border-radius: 56px;
  text-decoration: none;
  display: inline-flex;
  align-items: center;
  position: relative;
  overflow: hidden;
  transition: 0.6s;
}
.upcoming_events .upcoming_events_inner .events .event .right .bottom .cta_button:after {
  content: url("../images/button-arrow.svg");
  position: absolute;
  right: 20px;
  top: 12px;
  transition: 0.6s;
  filter: invert(0);
}
.upcoming_events .upcoming_events_inner .events .event .right .bottom .cta_button:before {
  content: url("../images/button-arrow.svg");
  position: absolute;
  left: -50px;
  top: 12px;
  transition: 0.6s;
  filter: invert(0);
}
.upcoming_events .upcoming_events_inner .events .event .right .bottom .cta_button:hover {
  background-color: #15367B;
  border: 1px solid #fff;
  color: #1F1F1F;
  padding: 0 24px 0 52px;
}
.upcoming_events .upcoming_events_inner .events .event .right .bottom .cta_button:hover:after {
  right: -50px;
  top: 12px;
  filter: invert(1);
}
.upcoming_events .upcoming_events_inner .events .event .right .bottom .cta_button:hover:before {
  left: 20px;
  top: 12px;
  filter: invert(1);
}
.upcoming_events .upcoming_events_inner .events .event .right .bottom .cta_button span {
  position: relative;
}
.upcoming_events .upcoming_events_inner .events .event .right .bottom .cta_button.is-inview {
  max-width: 100%;
}
.upcoming_events .upcoming_events_inner .events .event .right .bottom .cta_button.is-inview span {
  animation: scrollUpText 0.6s ease-in forwards;
}

.insights_full_listing {
  margin: 60px 0;
}
@media (min-width: 1025px) {
  .insights_full_listing {
    margin: 100px 0;
  }
}
.insights_full_listing .insights_full_listing_inner .top_section h2 {
  margin-top: 0;
  font-family: "Cormorant Garamond", serif;
  font-size: 48px;
  font-style: normal;
  font-weight: 400;
  line-height: 100%;
  letter-spacing: -2.4px;
  margin-bottom: 80px;
}
@media (min-width: 1025px) {
  .insights_full_listing .insights_full_listing_inner .top_section h2 {
    font-size: 72px;
    letter-spacing: -3.6px;
  }
}
.insights_full_listing .insights_full_listing_inner .top {
  position: relative;
  padding-top: 24px;
  text-align: center;
}
.insights_full_listing .insights_full_listing_inner .top:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  height: 1px;
  width: 0;
  background: #D4D4D4;
}
.insights_full_listing .insights_full_listing_inner .top.is-inview:before {
  animation: barWidth 1s ease-in forwards;
}
.insights_full_listing .insights_full_listing_inner .top h2 {
  font-family: "Cormorant Garamond", serif;
  font-size: 48px;
  font-style: normal;
  font-weight: 400;
  line-height: 100%;
  letter-spacing: -2.4px;
  margin-bottom: 24px;
  color: #1F1F1F;
  margin-top: 0;
}
.insights_full_listing .insights_full_listing_inner .top .basic_button {
  display: inline-flex;
  font-family: "Be Vietnam Pro", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 140%;
  letter-spacing: -0.48px;
  text-transform: capitalize;
  padding-bottom: 8px;
  border-bottom: 1px solid #D4D4D4;
  text-decoration: none;
  color: #1F1F1F;
  margin-bottom: 36px;
}
.insights_full_listing .insights_full_listing_inner .bottom {
  position: relative;
}
@media (min-width: 1025px) {
  .insights_full_listing .insights_full_listing_inner .bottom {
    padding-top: 48px;
  }
  .insights_full_listing .insights_full_listing_inner .bottom:before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    height: 1px;
    width: 0;
    background: #D4D4D4;
  }
  .insights_full_listing .insights_full_listing_inner .bottom.is-inview:before {
    animation: barWidth 1s ease-in forwards;
  }
}
.insights_full_listing .insights_full_listing_inner .bottom .filters {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  margin-bottom: 42px;
  transition: 0.3s;
}
@media (min-width: 1025px) {
  .insights_full_listing .insights_full_listing_inner .bottom .filters {
    margin-bottom: 80px;
    flex-direction: row;
  }
}
.insights_full_listing .insights_full_listing_inner .bottom .filters ul {
  display: flex;
  flex-direction: row;
  margin: 0;
  padding: 0;
}
.insights_full_listing .insights_full_listing_inner .bottom .filters ul.filter_list {
  flex-wrap: nowrap;
}
@media (min-width: 1025px) {
  .insights_full_listing .insights_full_listing_inner .bottom .filters ul.filter_list {
    flex-wrap: wrap;
  }
}
.insights_full_listing .insights_full_listing_inner .bottom .filters ul li {
  list-style-type: none;
  font-family: "Be Vietnam Pro", sans-serif;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 140%;
  letter-spacing: -0.42px;
  text-transform: capitalize;
  position: relative;
  transition: 0.3s;
  cursor: pointer;
  color: #D4D4D4;
}
@media (min-width: 1025px) {
  .insights_full_listing .insights_full_listing_inner .bottom .filters ul li {
    line-height: 80%;
  }
}
.insights_full_listing .insights_full_listing_inner .bottom .filters ul li:after {
  content: "";
  position: absolute;
  bottom: -8px;
  left: 0;
  height: 1px;
  width: 0;
}
.insights_full_listing .insights_full_listing_inner .bottom .filters ul .active {
  color: #1F1F1F;
  position: relative;
}
.insights_full_listing .insights_full_listing_inner .bottom .filters ul .active:after {
  content: "";
  position: absolute;
  left: 0;
  height: 1px;
  width: 100%;
  background: #1F1F1F;
}
.insights_full_listing .insights_full_listing_inner .bottom .filters .left {
  display: flex;
  align-items: center;
  overflow: auto;
  height: 40px;
}
@media (min-width: 1025px) {
  .insights_full_listing .insights_full_listing_inner .bottom .filters .left {
    height: unset;
    overflow: unset;
    max-width: 75%;
  }
}
.insights_full_listing .insights_full_listing_inner .bottom .filters .left ul {
  gap: 32px;
}
@media (min-width: 1025px) {
  .insights_full_listing .insights_full_listing_inner .bottom .filters .left ul {
    gap: 24px;
  }
}
.insights_full_listing .insights_full_listing_inner .bottom .filters .left ul li {
  white-space: nowrap;
}
.insights_full_listing .insights_full_listing_inner .bottom .filters .right {
  display: flex;
  flex-direction: row;
  gap: 40px;
  align-items: center;
}
.insights_full_listing .insights_full_listing_inner .bottom .filters .right ul {
  gap: 16px;
}
.insights_full_listing .insights_full_listing_inner .bottom .filters .right .search_button {
  background-color: rgba(255, 255, 255, 0);
  color: #1F1F1F;
  border: 1px solid #1F1F1F;
  padding: 0 24px 0 52px;
  height: 40px;
  cursor: pointer;
  font-family: "Be Vietnam Pro", sans-serif;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 100%;
  letter-spacing: -0.42px;
  text-transform: capitalize;
  border-radius: 56px;
  transition: 0.6s;
  text-decoration: none;
  display: inline-flex;
  align-items: center;
  position: relative;
  overflow: hidden;
  display: none;
}
.insights_full_listing .insights_full_listing_inner .bottom .filters .right .search_button:before {
  content: url("../images/button-search.svg");
  position: absolute;
  left: 20px;
  top: 7px;
  transition: 0.3s;
  filter: invert(1);
}
.insights_full_listing .insights_full_listing_inner .bottom .filters .right .search_button:hover {
  background-color: #15367B;
  border: 1px solid #15367B;
  color: #fff;
}
.insights_full_listing .insights_full_listing_inner .bottom .filters .right .search_button:hover:before {
  filter: invert(0);
}
@media (min-width: 1025px) {
  .insights_full_listing .insights_full_listing_inner .bottom .filters .right .search_button {
    display: flex;
  }
}
.insights_full_listing .insights_full_listing_inner .bottom .filters .right .close_search_button {
  background-color: rgba(255, 255, 255, 0);
  color: #1F1F1F;
  border: 1px solid #1F1F1F;
  padding: 0 54px 0 24px;
  height: 40px;
  cursor: pointer;
  font-family: "Be Vietnam Pro", sans-serif;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 100%;
  letter-spacing: -0.42px;
  text-transform: capitalize;
  border-radius: 56px;
  transition: 0.6s;
  text-decoration: none;
  display: inline-flex;
  align-items: center;
  position: relative;
  overflow: hidden;
  display: none;
}
.insights_full_listing .insights_full_listing_inner .bottom .filters .right .close_search_button:before {
  content: url("../images/close.svg");
  position: absolute;
  right: 20px;
  top: 7px;
  transition: 0.3s;
  filter: invert(0);
}
.insights_full_listing .insights_full_listing_inner .bottom .filters .right .close_search_button:hover {
  background-color: #15367B;
  border: 1px solid #15367B;
  color: #fff;
}
.insights_full_listing .insights_full_listing_inner .bottom .filters .right .close_search_button:hover:before {
  filter: invert(1);
}
.insights_full_listing .insights_full_listing_inner .bottom .filters.no-filters {
  justify-content: center;
  display: none;
}
@media (min-width: 1025px) {
  .insights_full_listing .insights_full_listing_inner .bottom .filters.no-filters {
    display: flex;
  }
}
.insights_full_listing .insights_full_listing_inner .bottom .filters .search_results_count {
  display: none;
  position: absolute;
  font-family: "Be Vietnam Pro", sans-serif;
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: 100%;
  letter-spacing: 1px;
  text-transform: uppercase;
  bottom: -40px;
}
@media (min-width: 1025px) {
  .insights_full_listing .insights_full_listing_inner .bottom .filters .search_results_count {
    bottom: 30px;
  }
}
.insights_full_listing .insights_full_listing_inner .bottom .filters .search_results_count .title {
  color: #A5A5A5;
}
.insights_full_listing .insights_full_listing_inner .bottom .filters .search_results_count .num {
  color: #1F1F1F;
}
.insights_full_listing .insights_full_listing_inner .bottom .filters .search_results_count .show_when_results {
  display: none;
  color: #1F1F1F;
}
.insights_full_listing .insights_full_listing_inner .bottom .filters .search_results_count .word {
  display: none;
  color: #1F1F1F;
}
.insights_full_listing .insights_full_listing_inner .bottom .filters .search_overlay_mobile {
  position: relative;
  padding-bottom: 16px;
  margin-top: 40px;
}
.insights_full_listing .insights_full_listing_inner .bottom .filters .search_overlay_mobile:before {
  content: "";
}
.insights_full_listing .insights_full_listing_inner .bottom .filters .search_overlay_mobile:after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  height: 1px;
  width: 100%;
  background: #D4D4D4;
  transition: 0.3s;
}
.insights_full_listing .insights_full_listing_inner .bottom .filters .search_overlay_mobile input {
  width: 100%;
  border: 0;
  background: none;
  font-family: "Be Vietnam Pro", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 140%;
  letter-spacing: -0.48px;
  text-transform: capitalize;
  color: #1F1F1F;
  height: 24px;
  outline: none;
}
.insights_full_listing .insights_full_listing_inner .bottom .filters .search_overlay_mobile input::placeholder {
  color: #1F1F1F;
}
.insights_full_listing .insights_full_listing_inner .bottom .filters .search_overlay_mobile .icon .search_close_icon {
  display: none;
  filter: invert(0);
}
.insights_full_listing .insights_full_listing_inner .bottom .filters .search_overlay_mobile .icon .search_icon {
  filter: invert(1);
}
.insights_full_listing .insights_full_listing_inner .bottom .inner_search_overlay {
  display: none;
}
.insights_full_listing .insights_full_listing_inner .bottom .active_search {
  padding-bottom: 88px !important;
  position: relative;
}
.insights_full_listing .insights_full_listing_inner .bottom .active_search .search_results_count {
  display: block;
}
.insights_full_listing .insights_full_listing_inner .bottom .active_search .filter_list {
  display: none;
}
.insights_full_listing .insights_full_listing_inner .bottom .active_search:after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 80px;
  height: 1px;
  width: 100%;
  background: #D4D4D4;
  transition: 0.3s;
}
.insights_full_listing .insights_full_listing_inner .bottom .active_search .left h2 {
  display: none;
}
.insights_full_listing .insights_full_listing_inner .bottom .active_search .left .inner_search_overlay {
  display: block;
}
.insights_full_listing .insights_full_listing_inner .bottom .active_search .left .inner_search_overlay input {
  width: 100%;
  height: 64px;
  border: none;
  padding: 0;
  font-family: "Be Vietnam Pro", sans-serif;
  font-size: 32px;
  font-style: normal;
  font-weight: 400;
  line-height: 140%;
  letter-spacing: -0.96px;
  color: #1F1F1F;
  outline: none;
  min-width: 450px;
}
.insights_full_listing .insights_full_listing_inner .bottom .active_search .left .inner_search_overlay input::placeholder {
  color: #A5A5A5;
}
.insights_full_listing .insights_full_listing_inner .bottom .active_search .right ul {
  display: none;
}
.insights_full_listing .insights_full_listing_inner .bottom .active_search .right .close_search_button {
  display: flex;
}
.insights_full_listing .insights_full_listing_inner .bottom .active_search .right .search_button {
  display: none;
}
.insights_full_listing .insights_full_listing_inner .bottom .focussed_search:after {
  background: #1F1F1F;
}
.insights_full_listing .insights_full_listing_inner .bottom .insights_listing_inner {
  display: flex;
  flex-direction: column;
  gap: 80px;
}
@media (min-width: 1025px) {
  .insights_full_listing .insights_full_listing_inner .bottom .insights_listing_inner {
    flex-direction: row;
    flex-wrap: wrap;
    gap: 32px;
  }
}
.insights_full_listing .insights_full_listing_inner .bottom .insights_listing_inner .article_item {
  flex: 0 0 calc((100% - 96px) / 4);
  position: relative;
}
@media (min-width: 1025px) {
  .insights_full_listing .insights_full_listing_inner .bottom .insights_listing_inner .article_item {
    margin-bottom: 80px;
  }
}
.insights_full_listing .insights_full_listing_inner .bottom .insights_listing_inner .article_item:before {
  content: "";
  position: absolute;
  left: 0;
  top: -40px;
  height: 1px;
  width: 100%;
  background: #D4D4D4;
}
@media (min-width: 1025px) {
  .insights_full_listing .insights_full_listing_inner .bottom .insights_listing_inner .article_item:before {
    width: 1px;
    height: 100%;
    top: 0;
    left: -16px;
  }
}
.insights_full_listing .insights_full_listing_inner .bottom .insights_listing_inner .article_item:hover .img_holder {
  transform: scale(0.9);
}
.insights_full_listing .insights_full_listing_inner .bottom .insights_listing_inner .article_item:hover .img_holder img {
  transform: scale(1.2);
}
.insights_full_listing .insights_full_listing_inner .bottom .insights_listing_inner .article_item:nth-of-type(1) {
  margin-top: 28px;
}
@media (min-width: 1025px) {
  .insights_full_listing .insights_full_listing_inner .bottom .insights_listing_inner .article_item:nth-of-type(1) {
    margin-top: 0;
  }
}
.insights_full_listing .insights_full_listing_inner .bottom .insights_listing_inner .article_item:nth-of-type(1):before {
  content: none;
}
@media (min-width: 1025px) {
  .insights_full_listing .insights_full_listing_inner .bottom .insights_listing_inner .article_item:nth-of-type(1):before {
    content: none;
  }
}
.insights_full_listing .insights_full_listing_inner .bottom .insights_listing_inner .article_item:nth-of-type(1) .img_holder img {
  height: 480px;
}
.insights_full_listing .insights_full_listing_inner .bottom .insights_listing_inner .article_item:nth-of-type(2) .img_holder img {
  height: 240px;
}
.insights_full_listing .insights_full_listing_inner .bottom .insights_listing_inner .article_item:nth-of-type(3) .img_holder img {
  height: 480px;
}
.insights_full_listing .insights_full_listing_inner .bottom .insights_listing_inner .article_item:nth-of-type(4) .img_holder img {
  height: 380px;
}
@media (min-width: 1025px) {
  .insights_full_listing .insights_full_listing_inner .bottom .insights_listing_inner .article_item:nth-of-type(5):before {
    content: none;
  }
}
.insights_full_listing .insights_full_listing_inner .bottom .insights_listing_inner .article_item:nth-of-type(5) .img_holder img {
  height: 480px;
}
.insights_full_listing .insights_full_listing_inner .bottom .insights_listing_inner .article_item:nth-of-type(6) .img_holder img {
  height: 420px;
}
.insights_full_listing .insights_full_listing_inner .bottom .insights_listing_inner .article_item:nth-of-type(7) .img_holder img {
  height: 480px;
}
.insights_full_listing .insights_full_listing_inner .bottom .insights_listing_inner .article_item:nth-of-type(8) .img_holder img {
  height: 240px;
}
.insights_full_listing .insights_full_listing_inner .bottom .insights_listing_inner .article_item .img_holder {
  height: 480px;
  margin-bottom: 80px;
  transition: 0.3s;
  overflow: hidden;
  display: none;
}
@media (min-width: 1025px) {
  .insights_full_listing .insights_full_listing_inner .bottom .insights_listing_inner .article_item .img_holder {
    display: block;
  }
}
.insights_full_listing .insights_full_listing_inner .bottom .insights_listing_inner .article_item .img_holder img {
  width: 100%;
  object-fit: cover;
  transition: 0.3s;
}
.insights_full_listing .insights_full_listing_inner .bottom .insights_listing_inner .article_item .categories {
  padding: 0;
  margin-bottom: 8px;
}
.insights_full_listing .insights_full_listing_inner .bottom .insights_listing_inner .article_item .categories li {
  padding: 0;
  margin: 0;
  list-style-type: none;
}
.insights_full_listing .insights_full_listing_inner .bottom .insights_listing_inner .article_item .categories li a {
  font-family: "Be Vietnam Pro", sans-serif;
  font-size: 12px;
  font-style: normal;
  font-weight: 500;
  letter-spacing: -0.36px;
  text-transform: capitalize;
  height: 24px;
  padding: 0 8px;
  border-radius: 4px;
  background: #9BC4FF;
  display: inline-block;
  text-decoration: none;
  line-height: 24px;
  color: #1F1F1F;
}
.insights_full_listing .insights_full_listing_inner .bottom .insights_listing_inner .article_item .article_title {
  color: #1F1F1F;
  text-decoration: none;
}
.insights_full_listing .insights_full_listing_inner .bottom .insights_listing_inner .article_item .article_title h3 {
  font-family: "Be Vietnam Pro", sans-serif;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 140%;
  letter-spacing: -0.54px;
  margin-top: 0;
  margin-bottom: 24px;
}
.insights_full_listing .insights_full_listing_inner .bottom .insights_listing_inner .article_item .info {
  display: flex;
  flex-direction: row;
  gap: 16px;
  font-family: "Be Vietnam Pro", sans-serif;
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: 100%;
  letter-spacing: 1px;
  text-transform: uppercase;
  color: #A5A5A5;
  margin-bottom: 22px;
}
.insights_full_listing .insights_full_listing_inner .bottom .insights_listing_inner .article_item .author {
  display: flex;
  flex-direction: row;
  gap: 16px;
  align-items: center;
  color: #1F1F1F;
  text-decoration: none;
}
.insights_full_listing .insights_full_listing_inner .bottom .insights_listing_inner .article_item .author img {
  border-radius: 100%;
  width: 48px;
  height: 48px;
  object-fit: cover;
  object-position: top;
  border: 1px solid #fff;
}
.insights_full_listing .insights_full_listing_inner .bottom .insights_listing_inner .article_item .author img:nth-of-type(2) {
  margin-left: -30px;
}
.insights_full_listing .insights_full_listing_inner .bottom .insights_listing_inner .article_item .author .details {
  display: flex;
  flex-direction: column;
  gap: 10px;
  justify-content: center;
}
.insights_full_listing .insights_full_listing_inner .bottom .insights_listing_inner .article_item .author .details .name {
  font-family: "Be Vietnam Pro", sans-serif;
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: 100%;
  letter-spacing: 1px;
  text-transform: uppercase;
  color: #1F1F1F;
}
.insights_full_listing .insights_full_listing_inner .bottom .insights_listing_inner .article_item .author .details .role {
  font-family: "Be Vietnam Pro", sans-serif;
  color: #1F1F1F;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 100%;
  letter-spacing: -0.42px;
  text-transform: capitalize;
}
.insights_full_listing .insights_full_listing_inner .bottom .insights_listing_inner .article_item.event_item .categories {
  margin-top: 48px;
}
@media (min-width: 1025px) {
  .insights_full_listing .insights_full_listing_inner .bottom .insights_listing_inner .article_item.event_item .categories {
    margin-top: unset;
  }
}
.insights_full_listing .insights_full_listing_inner .bottom .insights_listing_inner .article_item.event_item .img_holder {
  display: none;
}
@media (min-width: 1025px) {
  .insights_full_listing .insights_full_listing_inner .bottom .insights_listing_inner .article_item.event_item .img_holder {
    display: block;
    min-width: 326px !important;
    max-width: 326px !important;
    min-height: 258px !important;
    max-height: 258px !important;
  }
}
.insights_full_listing .insights_full_listing_inner .bottom .insights_listing_inner .article_item .basic_button {
  display: inline-flex;
  font-family: "Be Vietnam Pro", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 140%;
  letter-spacing: -0.48px;
  text-transform: capitalize;
  padding-bottom: 8px;
  border-bottom: 1px solid #D4D4D4;
  text-decoration: none;
  color: #1F1F1F;
}
.insights_full_listing .insights_full_listing_inner .bottom .insights_listing_inner.list_layout {
  flex-direction: column;
  align-items: center;
  gap: 48px;
}
.insights_full_listing .insights_full_listing_inner .bottom .insights_listing_inner.list_layout .article_item {
  display: flex;
  flex-direction: row;
  gap: 150px;
  max-width: 1080px;
  margin-bottom: 0;
  width: 100%;
}
.insights_full_listing .insights_full_listing_inner .bottom .insights_listing_inner.list_layout .article_item .img_holder {
  margin-bottom: 0;
  min-width: 258px;
  max-width: 258px;
  height: 320px;
  box-sizing: border-box;
}
.insights_full_listing .insights_full_listing_inner .bottom .insights_listing_inner.list_layout .article_item .img_holder img {
  width: 100%;
  height: 100%;
}
.insights_full_listing .insights_full_listing_inner .bottom .insights_listing_inner.list_layout .article_item .content_part {
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  width: 100%;
  position: relative;
  align-items: flex-start;
}
.insights_full_listing .insights_full_listing_inner .bottom .insights_listing_inner.list_layout .article_item .content_part:before {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  height: 1px;
  width: 100%;
  background-color: #D4D4D4;
}
.insights_full_listing .insights_full_listing_inner .bottom .insights_listing_inner.list_layout .article_item:before {
  content: none;
}
.insights_full_listing .insights_full_listing_inner .bottom .insights_listing_inner.list_layout .article_item.full_width {
  max-width: 100%;
  min-width: 100%;
}

.insights_header_component {
  padding-top: 32px;
}
.insights_header_component .insights_header_component_inner {
  display: flex;
  flex-direction: column-reverse;
  gap: 40px;
}
@media (min-width: 1025px) {
  .insights_header_component .insights_header_component_inner {
    flex-direction: row;
    gap: 223px;
  }
}
.insights_header_component .insights_header_component_inner .left {
  display: flex;
  flex-direction: column;
}
@media (min-width: 1025px) {
  .insights_header_component .insights_header_component_inner .left {
    max-width: 602px;
  }
}
.insights_header_component .insights_header_component_inner .left .large_image {
  width: 100%;
  height: 100%;
  object-fit: cover;
  margin-bottom: 24px;
}
@media (min-width: 1025px) {
  .insights_header_component .insights_header_component_inner .left .large_image {
    margin-bottom: 0;
  }
}
.insights_header_component .insights_header_component_inner .right {
  max-width: 670px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.insights_header_component .insights_header_component_inner .right .intro_section .categories {
  padding: 0;
  margin-bottom: 8px;
}
.insights_header_component .insights_header_component_inner .right .intro_section .categories li {
  padding: 0;
  margin: 0;
  list-style-type: none;
}
.insights_header_component .insights_header_component_inner .right .intro_section .categories li a {
  font-family: "Be Vietnam Pro", sans-serif;
  font-size: 12px;
  font-style: normal;
  font-weight: 500;
  letter-spacing: -0.36px;
  text-transform: capitalize;
  height: 24px;
  padding: 0 8px;
  border-radius: 4px;
  background: #9BC4FF;
  display: inline-block;
  text-decoration: none;
  line-height: 24px;
  color: #1F1F1F;
}
.insights_header_component .insights_header_component_inner .right .intro_section a {
  text-decoration: none;
}
.insights_header_component .insights_header_component_inner .right .intro_section h1 {
  font-family: "Cormorant Garamond", serif;
  font-size: 48px;
  font-style: normal;
  font-weight: 400;
  line-height: 100%;
  letter-spacing: -2.4px;
  margin-top: 16px;
  margin-bottom: 40px;
  color: #1F1F1F;
}
@media (min-width: 1025px) {
  .insights_header_component .insights_header_component_inner .right .intro_section h1 {
    font-size: 72px;
    letter-spacing: -3.6px;
  }
}
.insights_header_component .insights_header_component_inner .right .intro_section .reading_info {
  font-family: "Be Vietnam Pro", sans-serif;
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: 100%;
  letter-spacing: 1px;
  text-transform: uppercase;
  color: #1F1F1F;
  text-transform: uppercase;
  display: flex;
  flex-direction: row;
  gap: 16px;
}
.insights_header_component .insights_header_component_inner .right .authors {
  display: flex;
  flex-direction: column;
  gap: 24px;
  margin-top: 24px;
}
@media (min-width: 1025px) {
  .insights_header_component .insights_header_component_inner .right .authors {
    flex-direction: row;
  }
}
.insights_header_component .insights_header_component_inner .right .authors .author {
  display: flex;
  flex-direction: row;
  gap: 16px;
}
.insights_header_component .insights_header_component_inner .right .authors .author img {
  width: 48px;
  height: 48px;
  object-fit: cover;
  border-radius: 100%;
}
.insights_header_component .insights_header_component_inner .right .authors .author .info {
  display: flex;
  flex-direction: column;
  gap: 8px;
  justify-content: center;
}
.insights_header_component .insights_header_component_inner .right .authors .author .info .title {
  font-family: "Be Vietnam Pro", sans-serif;
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: 100%;
  letter-spacing: 1px;
  text-transform: uppercase;
}
.insights_header_component .insights_header_component_inner .right .authors .author .info .position {
  font-family: "Be Vietnam Pro", sans-serif;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 100%;
  letter-spacing: -0.42px;
  text-transform: capitalize;
}

.insights_sub_heading .insights_sub_heading_inner .top .breadcrumb {
  margin-top: 24px;
  display: none;
}
@media (min-width: 1025px) {
  .insights_sub_heading .insights_sub_heading_inner .top .breadcrumb {
    margin-bottom: 96px;
    display: block;
  }
}
.insights_sub_heading .insights_sub_heading_inner .top .breadcrumb ul {
  display: flex;
  flex-direction: column;
  margin: 0;
  padding: 0;
  gap: 10px;
}
@media (min-width: 1025px) {
  .insights_sub_heading .insights_sub_heading_inner .top .breadcrumb ul {
    gap: unset;
    flex-direction: row;
  }
}
.insights_sub_heading .insights_sub_heading_inner .top .breadcrumb ul li {
  list-style-type: none;
  font-family: "Be Vietnam Pro", sans-serif;
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: 100%;
  letter-spacing: 1px;
  text-transform: uppercase;
  color: #1F1F1F;
  position: relative;
}
.insights_sub_heading .insights_sub_heading_inner .top .breadcrumb ul li a {
  color: #D4D4D4;
  text-decoration: none;
  transition: 0.3s;
  white-space: nowrap;
  text-overflow: ellipsis;
  max-width: 90%;
  display: inline-block;
  overflow: hidden;
}
@media (min-width: 1025px) {
  .insights_sub_heading .insights_sub_heading_inner .top .breadcrumb ul li a {
    max-width: unset;
    display: unset;
    overflow: unset;
  }
}
.insights_sub_heading .insights_sub_heading_inner .top .breadcrumb ul li a:hover {
  color: #1F1F1F;
  text-decoration: underline;
}
.insights_sub_heading .insights_sub_heading_inner .top .breadcrumb ul li:after {
  content: "";
  height: 1px;
  width: 8px;
  background: #1F1F1F;
  margin: 0 8px;
  display: inline-block;
  right: 0;
  top: -7px;
  position: relative;
}
@media (min-width: 1025px) {
  .insights_sub_heading .insights_sub_heading_inner .top .breadcrumb ul li:after {
    background: #D4D4D4;
    top: -4px;
  }
}
.insights_sub_heading .insights_sub_heading_inner .top .breadcrumb ul li:last-of-type:after {
  content: none;
}
.insights_sub_heading .insights_sub_heading_inner .bottom {
  margin-bottom: 80px;
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
@media (min-width: 1025px) {
  .insights_sub_heading .insights_sub_heading_inner .bottom {
    flex-direction: row;
    margin-bottom: 128px;
  }
}
.insights_sub_heading .insights_sub_heading_inner .bottom .bullet_heading {
  font-family: "Be Vietnam Pro", sans-serif;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 100%;
  letter-spacing: 1px;
  text-transform: uppercase;
  white-space: nowrap;
  margin-bottom: 40px;
  margin-top: 40px;
  white-space: nowrap;
}
.insights_sub_heading .insights_sub_heading_inner .bottom .bullet_heading:before {
  content: "";
  width: 8px;
  height: 8px;
  border-radius: 100%;
  background: #000;
  position: relative;
  display: inline-block;
  margin-right: 16px;
  top: -1px;
}
@media (min-width: 1025px) {
  .insights_sub_heading .insights_sub_heading_inner .bottom .bullet_heading {
    position: absolute;
    top: 0;
    left: 0;
    margin-top: 0;
  }
}
.insights_sub_heading .insights_sub_heading_inner .bottom h1 {
  font-family: "Cormorant Garamond", serif;
  font-size: 56px;
  font-style: normal;
  font-weight: 400;
  line-height: 100%;
  letter-spacing: -2.8px;
  color: #1F1F1F;
  margin: 0;
}
@media (min-width: 1025px) {
  .insights_sub_heading .insights_sub_heading_inner .bottom h1 {
    font-size: 80px;
    letter-spacing: -4px;
  }
}

.large_goals_section {
  margin: 60px 0;
}
@media (min-width: 1025px) {
  .large_goals_section {
    margin: 100px 0;
  }
}
.large_goals_section .large_goals_section_inner {
  display: flex;
  flex-direction: column;
  gap: 120px;
}
@media (min-width: 1025px) {
  .large_goals_section .large_goals_section_inner {
    gap: 160px;
  }
}
.large_goals_section .large_goals_section_inner .top_section {
  padding-left: 0;
  display: flex;
  flex-direction: column;
  gap: 24px;
  position: relative;
}
@media (min-width: 1025px) {
  .large_goals_section .large_goals_section_inner .top_section {
    padding-left: 363px;
    gap: 120px;
  }
}
@media (min-width: 1500px) {
  .large_goals_section .large_goals_section_inner .top_section {
    padding-left: 413px;
  }
}
.large_goals_section .large_goals_section_inner .top_section .bullet_title {
  position: absolute;
  top: 40px;
  left: 0;
  font-family: "Be Vietnam Pro", sans-serif;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 100%;
  letter-spacing: 1px;
  text-transform: uppercase;
  white-space: nowrap;
}
@media (min-width: 1025px) {
  .large_goals_section .large_goals_section_inner .top_section .bullet_title {
    display: block;
    max-width: unset;
    top: 48px;
  }
}
.large_goals_section .large_goals_section_inner .top_section .bullet_title:before {
  content: "";
  width: 8px;
  height: 8px;
  border-radius: 100%;
  background: #000;
  position: relative;
  display: inline-block;
  margin-right: 16px;
  top: -1px;
}
.large_goals_section .large_goals_section_inner .top_section .top {
  padding-top: 40px;
}
@media (min-width: 1025px) {
  .large_goals_section .large_goals_section_inner .top_section .top {
    padding-top: 48px;
  }
}
.large_goals_section .large_goals_section_inner .top_section .top:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  height: 1px;
  width: 0;
  background: #D4D4D4;
}
.large_goals_section .large_goals_section_inner .top_section .top.is-inview:before {
  animation: barWidth 1s ease-in forwards;
}
.large_goals_section .large_goals_section_inner .top_section .top h2 {
  margin-top: 40px;
  font-family: "Cormorant Garamond", serif;
  font-size: 56px;
  font-style: normal;
  font-weight: 400;
  line-height: 100%;
  letter-spacing: -2.8px;
  color: #1F1F1F;
  margin-bottom: 0;
}
@media (min-width: 1025px) {
  .large_goals_section .large_goals_section_inner .top_section .top h2 {
    margin: 0;
    font-size: 96px;
    letter-spacing: -4.8px;
  }
}
.large_goals_section .large_goals_section_inner .top_section .bottom .content_section {
  display: flex;
  flex-direction: column-reverse;
  gap: 24px;
}
@media (min-width: 1025px) {
  .large_goals_section .large_goals_section_inner .top_section .bottom .content_section {
    flex-direction: row;
    gap: 155px;
  }
}
.large_goals_section .large_goals_section_inner .top_section .bottom .content_section img {
  width: 100%;
  height: 466px;
  object-fit: cover;
}
@media (min-width: 1025px) {
  .large_goals_section .large_goals_section_inner .top_section .bottom .content_section img {
    width: 532px;
    height: 740px;
  }
}
.large_goals_section .large_goals_section_inner .top_section .bottom .content_section p {
  font-family: "Be Vietnam Pro", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 140%;
  letter-spacing: -0.48px;
  color: #1F1F1F;
  max-width: 400px;
}
@media (min-width: 1025px) {
  .large_goals_section .large_goals_section_inner .top_section .bottom .content_section p {
    font-size: 18px;
    letter-spacing: -0.54px;
  }
}
.large_goals_section .large_goals_section_inner .bottom_section {
  display: flex;
  flex-direction: column;
  gap: 48px;
}
@media (min-width: 1025px) {
  .large_goals_section .large_goals_section_inner .bottom_section {
    flex-direction: row;
    gap: 103px;
  }
}
@media (min-width: 1500px) {
  .large_goals_section .large_goals_section_inner .bottom_section {
    gap: 153px;
  }
}
.large_goals_section .large_goals_section_inner .bottom_section .left {
  min-width: 259px;
  max-width: 259px;
  box-sizing: border-box;
}
.large_goals_section .large_goals_section_inner .bottom_section .left p {
  font-family: "Be Vietnam Pro", sans-serif;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 140%;
  letter-spacing: -0.54px;
  margin-bottom: 40px;
}
.large_goals_section .large_goals_section_inner .bottom_section .left .cta_button {
  background-color: #066CFF;
  color: #fff;
  border: 1px solid #066CFF;
  padding: 0 52px 0 24px;
  height: 48px;
  cursor: pointer;
  font-family: "Be Vietnam Pro", sans-serif;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 100%;
  letter-spacing: -0.42px;
  text-transform: capitalize;
  border-radius: 56px;
  text-decoration: none;
  display: inline-flex;
  align-items: center;
  position: relative;
  overflow: hidden;
  transition: 0.6s;
}
.large_goals_section .large_goals_section_inner .bottom_section .left .cta_button:after {
  content: url("../images/button-arrow.svg");
  position: absolute;
  right: 20px;
  top: 12px;
  transition: 0.6s;
  filter: invert(0);
}
.large_goals_section .large_goals_section_inner .bottom_section .left .cta_button:before {
  content: url("../images/button-arrow.svg");
  position: absolute;
  left: -50px;
  top: 12px;
  transition: 0.6s;
  filter: invert(0);
}
.large_goals_section .large_goals_section_inner .bottom_section .left .cta_button:hover {
  background-color: #41D6C2;
  border: 1px solid #41D6C2;
  color: #1F1F1F;
  padding: 0 24px 0 52px;
}
.large_goals_section .large_goals_section_inner .bottom_section .left .cta_button:hover:after {
  right: -50px;
  top: 12px;
  filter: invert(1);
}
.large_goals_section .large_goals_section_inner .bottom_section .left .cta_button:hover:before {
  left: 20px;
  top: 12px;
  filter: invert(1);
}
.large_goals_section .large_goals_section_inner .bottom_section .left .cta_button span {
  position: relative;
}
.large_goals_section .large_goals_section_inner .bottom_section .left .cta_button.is-inview {
  max-width: 100%;
}
.large_goals_section .large_goals_section_inner .bottom_section .left .cta_button.is-inview span {
  animation: scrollUpText 0.6s ease-in forwards;
}
.large_goals_section .large_goals_section_inner .bottom_section .right .goal_listing {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  gap: 16px;
}
.large_goals_section .large_goals_section_inner .bottom_section .right .goal_listing .goal_item {
  flex: 0 0 calc((100% - 32px) / 3);
  padding: 24px 42px 24px 24px;
  background-color: #F8FBFF;
  border: 1px solid #EEEEEE;
  display: flex;
  flex-direction: column;
  gap: 215px;
  height: 560px;
  box-sizing: border-box;
}
@media (min-width: 1025px) {
  .large_goals_section .large_goals_section_inner .bottom_section .right .goal_listing .goal_item {
    gap: 180px;
  }
}
@media (min-width: 1500px) {
  .large_goals_section .large_goals_section_inner .bottom_section .right .goal_listing .goal_item {
    gap: 215px;
  }
}
.large_goals_section .large_goals_section_inner .bottom_section .right .goal_listing .goal_item .icon {
  border: 1px solid #EEEEEE;
  min-width: 100px;
  max-width: 100px;
  min-height: 100px;
  max-height: 100px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 100%;
}
.large_goals_section .large_goals_section_inner .bottom_section .right .goal_listing .goal_item .content h3 {
  margin-top: 0;
  font-family: "Cormorant Garamond", serif;
  font-size: 48px;
  font-style: normal;
  font-weight: 400;
  line-height: 100%;
  letter-spacing: -2.4px;
  margin-bottom: 16px;
  color: #1F1F1F;
}
.large_goals_section .large_goals_section_inner .bottom_section .right .goal_listing .goal_item .content p {
  font-family: "Be Vietnam Pro", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 140%;
  letter-spacing: -0.48px;
  color: #1F1F1F;
}
.large_goals_section .large_goals_section_inner .bottom_section .right .goal_listing_slider .swiper-slide {
  height: auto !important;
}
.large_goals_section .large_goals_section_inner .bottom_section .right .goal_listing_slider .goal_item {
  width: 100%;
  padding: 24px 42px 24px 24px;
  background-color: #F8FBFF;
  border: 1px solid #EEEEEE;
  display: flex;
  flex-direction: column;
  gap: 28px;
  height: 100%;
  box-sizing: border-box;
  justify-content: space-between;
}
.large_goals_section .large_goals_section_inner .bottom_section .right .goal_listing_slider .goal_item .icon {
  border: 1px solid #EEEEEE;
  min-width: 100px;
  max-width: 100px;
  min-height: 100px;
  max-height: 100px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 100%;
}
.large_goals_section .large_goals_section_inner .bottom_section .right .goal_listing_slider .goal_item .content h3 {
  margin-top: 0;
  font-family: "Cormorant Garamond", serif;
  font-size: 48px;
  font-style: normal;
  font-weight: 400;
  line-height: 100%;
  letter-spacing: -2.4px;
  margin-bottom: 16px;
  color: #1F1F1F;
}
.large_goals_section .large_goals_section_inner .bottom_section .right .goal_listing_slider .goal_item .content p {
  font-family: "Be Vietnam Pro", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 140%;
  letter-spacing: -0.48px;
  color: #1F1F1F;
}
.large_goals_section .large_goals_section_inner .bottom_section .right .testimonial_carousel_nav {
  margin-top: 48px;
}

.advisors_quick_listing {
  margin: 60px 0;
}
@media (min-width: 1025px) {
  .advisors_quick_listing {
    margin: 100px 0;
  }
}
.advisors_quick_listing .advisors_quick_listing_inner {
  display: flex;
  flex-direction: column;
  gap: 80px;
}
@media (min-width: 1025px) {
  .advisors_quick_listing .advisors_quick_listing_inner {
    gap: 120px;
  }
}
.advisors_quick_listing .advisors_quick_listing_inner .top {
  display: flex;
  flex-direction: column;
  gap: 40px;
}
@media (min-width: 1025px) {
  .advisors_quick_listing .advisors_quick_listing_inner .top {
    padding-top: 48px;
    flex-direction: row;
    gap: 16px;
  }
}
.advisors_quick_listing .advisors_quick_listing_inner .top .left {
  flex: 100%;
  box-sizing: border-box;
  display: flex;
}
@media (min-width: 1025px) {
  .advisors_quick_listing .advisors_quick_listing_inner .top .left {
    flex: 50%;
    align-items: flex-start;
    justify-content: center;
  }
}
.advisors_quick_listing .advisors_quick_listing_inner .top .left h2 {
  font-family: "Cormorant Garamond", serif;
  font-size: 56px;
  font-style: normal;
  font-weight: 400;
  line-height: 100%;
  letter-spacing: -2.8px;
  color: #1F1F1F;
  margin: 0;
}
@media (min-width: 1025px) {
  .advisors_quick_listing .advisors_quick_listing_inner .top .left h2 {
    font-size: 96px;
    letter-spacing: -4.8px;
    padding-left: 20px;
    max-width: 530px;
  }
}
.advisors_quick_listing .advisors_quick_listing_inner .top .right {
  flex: 100%;
  box-sizing: border-box;
}
@media (min-width: 1025px) {
  .advisors_quick_listing .advisors_quick_listing_inner .top .right {
    flex: 50%;
  }
}
.advisors_quick_listing .advisors_quick_listing_inner .top .right p {
  font-family: "Be Vietnam Pro", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 140%;
  letter-spacing: -0.48px;
  color: #1F1F1F;
  margin-bottom: 24px;
}
@media (min-width: 1025px) {
  .advisors_quick_listing .advisors_quick_listing_inner .top .right p {
    font-size: 18px;
    letter-spacing: -0.54px;
  }
}
.advisors_quick_listing .advisors_quick_listing_inner .top .right p strong {
  font-weight: 500;
}
.advisors_quick_listing .advisors_quick_listing_inner .top .right p:last-of-type {
  margin-bottom: 0;
}
.advisors_quick_listing .advisors_quick_listing_inner .bottom .quick_team_listing {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  gap: 16px;
}
.advisors_quick_listing .advisors_quick_listing_inner .bottom .quick_team_listing .team_card {
  flex: 0 0 calc((100% - 48px) / 4);
}
.advisors_quick_listing .advisors_quick_listing_inner .bottom .quick_team_listing .team_card .img_holder {
  width: 100%;
  height: 530px;
  position: relative;
  overflow: hidden;
  transition: 0.3s;
  margin-bottom: 24px;
}
.advisors_quick_listing .advisors_quick_listing_inner .bottom .quick_team_listing .team_card .img_holder img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.advisors_quick_listing .advisors_quick_listing_inner .bottom .quick_team_listing .team_card .details .top_details {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 16px;
}
.advisors_quick_listing .advisors_quick_listing_inner .bottom .quick_team_listing .team_card .details .top_details .info .name {
  font-family: "Be Vietnam Pro", sans-serif;
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: 100%;
  letter-spacing: 1px;
  text-transform: uppercase;
  color: #1F1F1F;
  margin-bottom: 10px;
}
.advisors_quick_listing .advisors_quick_listing_inner .bottom .quick_team_listing .team_card .details .top_details .info .role {
  font-family: "Be Vietnam Pro", sans-serif;
  color: #1F1F1F;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 140%;
  letter-spacing: -0.42px;
  text-transform: capitalize;
}
.advisors_quick_listing .advisors_quick_listing_inner .bottom .quick_team_listing .team_card .details .top_details .basic_button {
  display: inline-flex;
  font-family: "Be Vietnam Pro", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 140%;
  letter-spacing: -0.48px;
  text-transform: capitalize;
  padding-bottom: 8px;
  border-bottom: 1px solid #D4D4D4;
  text-decoration: none;
  color: #1F1F1F;
}
.advisors_quick_listing .advisors_quick_listing_inner .bottom .quick_team_listing .team_card .details .bottom_details {
  font-family: "Be Vietnam Pro", sans-serif;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 140%;
  letter-spacing: -0.42px;
  color: #1F1F1F;
  opacity: 0;
}
.advisors_quick_listing .advisors_quick_listing_inner .bottom .tabbed_team_slider_carousel .team_card {
  width: 100%;
  box-sizing: border-box;
}
.advisors_quick_listing .advisors_quick_listing_inner .bottom .tabbed_team_slider_carousel .team_card .img_holder {
  width: 100%;
  height: 350px;
  position: relative;
  overflow: hidden;
  transition: 0.3s;
  margin-bottom: 24px;
}
.advisors_quick_listing .advisors_quick_listing_inner .bottom .tabbed_team_slider_carousel .team_card .img_holder img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.advisors_quick_listing .advisors_quick_listing_inner .bottom .tabbed_team_slider_carousel .team_card .details .top_details {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 16px;
}
.advisors_quick_listing .advisors_quick_listing_inner .bottom .tabbed_team_slider_carousel .team_card .details .top_details .info .name {
  font-family: "Be Vietnam Pro", sans-serif;
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: 100%;
  letter-spacing: 1px;
  text-transform: uppercase;
  color: #1F1F1F;
  margin-bottom: 10px;
}
.advisors_quick_listing .advisors_quick_listing_inner .bottom .tabbed_team_slider_carousel .team_card .details .top_details .info .role {
  font-family: "Be Vietnam Pro", sans-serif;
  color: #1F1F1F;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 140%;
  letter-spacing: -0.42px;
  text-transform: capitalize;
}
.advisors_quick_listing .advisors_quick_listing_inner .bottom .tabbed_team_slider_carousel .team_card .details .top_details .basic_button {
  display: inline-flex;
  font-family: "Be Vietnam Pro", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 140%;
  letter-spacing: -0.48px;
  text-transform: capitalize;
  padding-bottom: 8px;
  border-bottom: 1px solid #D4D4D4;
  text-decoration: none;
  color: #1F1F1F;
}
.advisors_quick_listing .advisors_quick_listing_inner .bottom .tabbed_team_slider_carousel .team_card .details .bottom_details {
  font-family: "Be Vietnam Pro", sans-serif;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 140%;
  letter-spacing: -0.42px;
  color: #1F1F1F;
  opacity: 0;
}
.advisors_quick_listing .advisors_quick_listing_inner .bottom .tabbed_team_slider_carousel .testimonial_carousel_nav {
  margin-top: 48px;
  display: flex;
}

.mini_heading {
  margin: 40px 0 120px 0;
}
@media (min-width: 1025px) {
  .mini_heading {
    margin: 112px 0 80px 0;
  }
}
.mini_heading.more_bottom_spacing {
  margin: 40px 0 60px 0;
}
@media (min-width: 1025px) {
  .mini_heading.more_bottom_spacing {
    margin: 112px 0 160px 0;
  }
}
.mini_heading .mini_heading_inner {
  display: flex;
  justify-content: center;
  flex-direction: column;
}
.mini_heading .mini_heading_inner .bullet_heading {
  font-family: "Be Vietnam Pro", sans-serif;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 100%;
  letter-spacing: 1px;
  text-transform: uppercase;
  white-space: nowrap;
  margin-bottom: 40px;
}
.mini_heading .mini_heading_inner .bullet_heading:before {
  content: "";
  width: 8px;
  height: 8px;
  border-radius: 100%;
  background: #000;
  position: relative;
  display: inline-block;
  margin-right: 16px;
  top: -1px;
}
@media (min-width: 1025px) {
  .mini_heading .mini_heading_inner .bullet_heading {
    position: absolute;
    top: 0;
    left: 0;
  }
}
.mini_heading .mini_heading_inner .center_content {
  width: 100%;
  max-width: 100%;
  margin-bottom: 40px;
}
@media (min-width: 1025px) {
  .mini_heading .mini_heading_inner .center_content {
    max-width: 808px;
    margin: 0 auto 160px auto;
  }
}
.mini_heading .mini_heading_inner .center_content h1 {
  font-family: "Cormorant Garamond", serif;
  font-size: 56px;
  font-style: normal;
  font-weight: 400;
  line-height: 100%;
  letter-spacing: -2.8px;
  color: #1F1F1F;
  margin: 0;
}
@media (min-width: 1025px) {
  .mini_heading .mini_heading_inner .center_content h1 {
    font-size: 96px;
    letter-spacing: -4.8px;
  }
}
.mini_heading .mini_heading_inner .center_content h1.smaller_h1 {
  font-size: 48px;
  letter-spacing: -2.8px;
}
@media (min-width: 1025px) {
  .mini_heading .mini_heading_inner .center_content h1.smaller_h1 {
    font-size: 72px;
    letter-spacing: -3.6px;
  }
}
.mini_heading .mini_heading_inner .center_content p {
  font-family: "Be Vietnam Pro", sans-serif;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 140%;
  letter-spacing: -0.54px;
  color: #1F1F1F;
  margin-top: 24px;
}
.mini_heading .mini_heading_inner .large_image {
  width: 100%;
  height: auto;
  object-fit: cover;
  aspect-ratio: 16/9;
  max-height: 800px;
}
.mini_heading .mini_heading_inner .video {
  width: 100%;
  height: 100%;
  max-width: 100%;
  max-height: 100%;
  position: relative;
  display: flex;
  cursor: pointer;
  overflow: hidden;
  margin: 0 auto;
  min-height: 455px;
}
@media (min-width: 1500px) {
  .mini_heading .mini_heading_inner .video {
    max-width: 1360px;
    max-height: 765px;
  }
}
.mini_heading .mini_heading_inner .video iframe {
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  width: 100%;
  height: 100%;
  border: none;
}
.mini_heading .mini_heading_inner .video img {
  position: relative;
  z-index: 2;
  width: 100%;
  object-fit: cover;
}
@media (min-width: 1500px) {
  .mini_heading .mini_heading_inner .video img {
    width: 100%;
    height: 100%;
  }
}
.mini_heading .mini_heading_inner .video .title {
  position: absolute;
  z-index: 4;
  bottom: 22px;
  left: 20px;
  font-family: "Be Vietnam Pro", sans-serif;
  font-size: 12.12px;
  font-style: normal;
  font-weight: 400;
  line-height: 100%;
  letter-spacing: 0.866px;
  text-transform: uppercase;
  color: #fff;
}
.mini_heading .mini_heading_inner .video .timeline {
  position: absolute;
  z-index: 4;
  bottom: 22px;
  right: 20px;
  font-family: "Be Vietnam Pro", sans-serif;
  font-size: 12.12px;
  font-style: normal;
  font-weight: 400;
  line-height: 100%;
  letter-spacing: 0.866px;
  text-transform: uppercase;
  color: #fff;
}
.mini_heading .mini_heading_inner .video .play_button {
  min-width: 77px;
  min-height: 77px;
  max-width: 77px;
  max-height: 77px;
  background: #41D6C2;
  border-radius: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: 0.6s;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 5;
}
.mini_heading .mini_heading_inner .video .play_button img {
  max-width: 20px;
  height: auto;
}
.mini_heading .mini_heading_inner .video:hover .play_button {
  background: #066CFF;
}

.center_heading_with_side_content {
  margin: 60px 0;
}
@media (min-width: 1025px) {
  .center_heading_with_side_content {
    margin: 80px 0;
  }
}
.center_heading_with_side_content .center_heading_with_side_content_inner {
  width: 100%;
  max-width: 100%;
  display: flex;
  flex-direction: column;
  gap: 64px;
}
@media (min-width: 1025px) {
  .center_heading_with_side_content .center_heading_with_side_content_inner {
    max-width: 808px;
    margin: 0 auto;
  }
}
.center_heading_with_side_content .center_heading_with_side_content_inner .top h2 {
  font-family: "Cormorant Garamond", serif;
  font-size: 48px;
  font-style: normal;
  font-weight: 400;
  line-height: 100%;
  letter-spacing: -2.4px;
  margin: 0;
  color: #1F1F1F;
}
@media (min-width: 1025px) {
  .center_heading_with_side_content .center_heading_with_side_content_inner .top h2 {
    font-size: 64px;
    letter-spacing: -3.2px;
  }
}
.center_heading_with_side_content .center_heading_with_side_content_inner .bottom {
  display: flex;
  flex-direction: row;
  justify-content: flex-end;
}
.center_heading_with_side_content .center_heading_with_side_content_inner .bottom .inner {
  max-width: 400px;
}
.center_heading_with_side_content .center_heading_with_side_content_inner .bottom .inner p {
  font-family: "Be Vietnam Pro", sans-serif;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 140%;
  letter-spacing: -0.54px;
  color: #1F1F1F;
}
.center_heading_with_side_content .center_heading_with_side_content_inner .bottom .inner p:last-of-type {
  margin-bottom: 0;
}

.full_team_listing {
  margin-top: 60px;
  margin-bottom: 60px;
}
@media (min-width: 1025px) {
  .full_team_listing {
    margin-top: 80px;
    margin-bottom: 160px;
  }
}
.full_team_listing .full_team_listing_inner .teams_carousel {
  margin: 30px 0 0 0;
}
.full_team_listing .full_team_listing_inner .filters {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding-bottom: 64px;
  padding-top: 40px;
  position: relative;
  transition: 0.3s;
}
@media (min-width: 1025px) {
  .full_team_listing .full_team_listing_inner .filters {
    padding-bottom: 48px;
    padding-top: 48px;
    flex-direction: row;
  }
}
.full_team_listing .full_team_listing_inner .filters:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  height: 1px;
  width: 0;
  background: #D4D4D4;
}
.full_team_listing .full_team_listing_inner .filters.is-inview:before {
  animation: barWidth 1s ease-in forwards;
}
.full_team_listing .full_team_listing_inner .filters ul {
  display: flex;
  flex-direction: row;
  margin: 0;
  padding: 0;
}
.full_team_listing .full_team_listing_inner .filters ul li {
  list-style-type: none;
  font-family: "Be Vietnam Pro", sans-serif;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 140%;
  letter-spacing: -0.42px;
  text-transform: capitalize;
  position: relative;
  transition: 0.3s;
  cursor: pointer;
  color: #D4D4D4;
}
.full_team_listing .full_team_listing_inner .filters ul li:after {
  content: "";
  position: absolute;
  bottom: -8px;
  left: 0;
  height: 1px;
  width: 0;
}
.full_team_listing .full_team_listing_inner .filters ul .active {
  color: #1F1F1F;
  position: relative;
}
.full_team_listing .full_team_listing_inner .filters ul .active:after {
  content: "";
  position: absolute;
  left: 0;
  height: 1px;
  width: 100%;
  background: #1F1F1F;
}
.full_team_listing .full_team_listing_inner .filters .left h2 {
  font-family: "Cormorant Garamond", serif;
  font-size: 48px;
  font-style: normal;
  font-weight: 400;
  line-height: 100%;
  letter-spacing: -2.4px;
  margin-top: 0;
  margin-bottom: 24px;
}
@media (min-width: 1025px) {
  .full_team_listing .full_team_listing_inner .filters .left h2 {
    margin: 0;
    font-size: 64px;
    letter-spacing: -3.2px;
  }
}
.full_team_listing .full_team_listing_inner .filters .left .inner_search_overlay {
  display: none;
}
.full_team_listing .full_team_listing_inner .filters .right {
  display: flex;
  flex-direction: row;
  gap: 40px;
  align-items: center;
  white-space: nowrap;
  overflow: auto;
  height: 35px;
}
.full_team_listing .full_team_listing_inner .filters .right::-webkit-scrollbar {
  width: 0;
  height: 2px;
  background: #D4D4D4;
}
.full_team_listing .full_team_listing_inner .filters .right::-moz-scrollbar {
  width: 0;
  height: 2px;
  background: #D4D4D4;
}
.full_team_listing .full_team_listing_inner .filters .right::-ms-scrollbar {
  width: 0;
  height: 2px;
  background: #D4D4D4;
}
@media (min-width: 1025px) {
  .full_team_listing .full_team_listing_inner .filters .right {
    white-space: unset;
    height: unset;
  }
}
.full_team_listing .full_team_listing_inner .filters .right ul {
  gap: 16px;
  height: 35px;
}
@media (min-width: 1025px) {
  .full_team_listing .full_team_listing_inner .filters .right ul {
    height: unset;
  }
}
.full_team_listing .full_team_listing_inner .filters .right .search_button {
  background-color: rgba(255, 255, 255, 0);
  color: #1F1F1F;
  border: 1px solid #1F1F1F;
  padding: 0 24px 0 52px;
  height: 40px;
  cursor: pointer;
  font-family: "Be Vietnam Pro", sans-serif;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 100%;
  letter-spacing: -0.42px;
  text-transform: capitalize;
  border-radius: 56px;
  transition: 0.6s;
  text-decoration: none;
  display: inline-flex;
  align-items: center;
  position: relative;
  overflow: hidden;
  display: none;
}
.full_team_listing .full_team_listing_inner .filters .right .search_button:before {
  content: url("../images/button-search.svg");
  position: absolute;
  left: 20px;
  top: 7px;
  transition: 0.3s;
  filter: invert(1);
}
.full_team_listing .full_team_listing_inner .filters .right .search_button:hover {
  background-color: #15367B;
  border: 1px solid #15367B;
  color: #fff;
}
.full_team_listing .full_team_listing_inner .filters .right .search_button:hover:before {
  filter: invert(0);
}
@media (min-width: 1025px) {
  .full_team_listing .full_team_listing_inner .filters .right .search_button {
    display: flex;
  }
}
.full_team_listing .full_team_listing_inner .filters .right .close_search_button {
  background-color: rgba(255, 255, 255, 0);
  color: #1F1F1F;
  border: 1px solid #1F1F1F;
  padding: 0 54px 0 24px;
  height: 40px;
  cursor: pointer;
  font-family: "Be Vietnam Pro", sans-serif;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 100%;
  letter-spacing: -0.42px;
  text-transform: capitalize;
  border-radius: 56px;
  transition: 0.6s;
  text-decoration: none;
  display: inline-flex;
  align-items: center;
  position: relative;
  overflow: hidden;
  display: none;
}
.full_team_listing .full_team_listing_inner .filters .right .close_search_button:before {
  content: url("../images/close.svg");
  position: absolute;
  right: 20px;
  top: 7px;
  transition: 0.3s;
  filter: invert(0);
}
.full_team_listing .full_team_listing_inner .filters .right .close_search_button:hover {
  background-color: #15367B;
  border: 1px solid #15367B;
  color: #fff;
}
.full_team_listing .full_team_listing_inner .filters .right .close_search_button:hover:before {
  filter: invert(1);
}
.full_team_listing .full_team_listing_inner .filters.no-filters {
  justify-content: center;
  display: none;
}
@media (min-width: 1025px) {
  .full_team_listing .full_team_listing_inner .filters.no-filters {
    display: flex;
  }
}
.full_team_listing .full_team_listing_inner .filters .search_results_count {
  display: none;
  position: absolute;
  bottom: 30px;
  font-family: "Be Vietnam Pro", sans-serif;
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: 100%;
  letter-spacing: 1px;
  text-transform: uppercase;
}
.full_team_listing .full_team_listing_inner .filters .search_results_count .title {
  color: #A5A5A5;
}
.full_team_listing .full_team_listing_inner .filters .search_results_count .num {
  color: #1F1F1F;
}
.full_team_listing .full_team_listing_inner .filters .search_results_count .show_when_results {
  display: none;
  color: #1F1F1F;
}
.full_team_listing .full_team_listing_inner .filters .search_results_count .word {
  display: none;
  color: #1F1F1F;
}
.full_team_listing .full_team_listing_inner .filters .search_overlay_mobile {
  position: relative;
  padding-bottom: 16px;
  margin-top: 40px;
}
.full_team_listing .full_team_listing_inner .filters .search_overlay_mobile:before {
  content: "";
}
.full_team_listing .full_team_listing_inner .filters .search_overlay_mobile:after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  height: 1px;
  width: 100%;
  background: #D4D4D4;
  transition: 0.3s;
}
.full_team_listing .full_team_listing_inner .filters .search_overlay_mobile input {
  width: 100%;
  border: 0;
  background: none;
  font-family: "Be Vietnam Pro", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 140%;
  letter-spacing: -0.48px;
  text-transform: capitalize;
  color: #1F1F1F;
  height: 24px;
  outline: none;
}
.full_team_listing .full_team_listing_inner .filters .search_overlay_mobile input::placeholder {
  color: #1F1F1F;
}
.full_team_listing .full_team_listing_inner .filters .search_overlay_mobile .icon .search_close_icon {
  display: none;
  filter: invert(0);
}
.full_team_listing .full_team_listing_inner .filters .search_overlay_mobile .icon .search_icon {
  filter: invert(1);
}
.full_team_listing .full_team_listing_inner .active_search {
  padding-bottom: 88px !important;
}
.full_team_listing .full_team_listing_inner .active_search .search_results_count {
  display: block;
}
.full_team_listing .full_team_listing_inner .active_search:after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 80px;
  height: 1px;
  width: 100%;
  background: #D4D4D4;
  transition: 0.3s;
}
.full_team_listing .full_team_listing_inner .active_search .left h2 {
  display: none;
}
.full_team_listing .full_team_listing_inner .active_search .left .inner_search_overlay {
  display: block;
}
.full_team_listing .full_team_listing_inner .active_search .left .inner_search_overlay input {
  width: 100%;
  height: 64px;
  border: none;
  padding: 0;
  font-family: "Be Vietnam Pro", sans-serif;
  font-size: 32px;
  font-style: normal;
  font-weight: 400;
  line-height: 140%;
  letter-spacing: -0.96px;
  color: #1F1F1F;
  outline: none;
  min-width: 450px;
}
.full_team_listing .full_team_listing_inner .active_search .left .inner_search_overlay input::placeholder {
  color: #A5A5A5;
}
.full_team_listing .full_team_listing_inner .active_search .right ul {
  display: none;
}
.full_team_listing .full_team_listing_inner .active_search .right .close_search_button {
  display: flex;
}
.full_team_listing .full_team_listing_inner .active_search .right .search_button {
  display: none;
}
.full_team_listing .full_team_listing_inner .focussed_search:after {
  background: #1F1F1F;
}
.full_team_listing .full_team_listing_inner .listing_part {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  gap: 16px;
}
.full_team_listing .full_team_listing_inner .team_card {
  flex: 0 0 calc((100% - 48px) / 4);
  text-decoration: none;
  margin-bottom: 32px;
}
.full_team_listing .full_team_listing_inner .team_card .img_holder {
  width: 100%;
  height: 366px;
  position: relative;
  overflow: hidden;
  transition: 0.3s;
  margin-bottom: 24px;
}
@media (min-width: 1025px) {
  .full_team_listing .full_team_listing_inner .team_card .img_holder {
    height: 530px;
  }
}
.full_team_listing .full_team_listing_inner .team_card .img_holder img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.full_team_listing .full_team_listing_inner .team_card .details {
  display: flex;
  flex-direction: column;
  gap: 24px;
}
.full_team_listing .full_team_listing_inner .team_card .details .top_details {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
}
.full_team_listing .full_team_listing_inner .team_card .details .top_details .info .name {
  font-family: "Be Vietnam Pro", sans-serif;
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: 100%;
  letter-spacing: 1px;
  text-transform: uppercase;
  color: #1F1F1F;
  margin-bottom: 8px;
}
.full_team_listing .full_team_listing_inner .team_card .details .top_details .info .role {
  font-family: "Be Vietnam Pro", sans-serif;
  color: #1F1F1F;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 100%;
  letter-spacing: -0.42px;
  text-transform: capitalize;
}
.full_team_listing .full_team_listing_inner .team_card .details .top_details .basic_button {
  display: inline-flex;
  font-family: "Be Vietnam Pro", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 140%;
  letter-spacing: -0.48px;
  text-transform: capitalize;
  padding-bottom: 8px;
  border-bottom: 1px solid #D4D4D4;
  text-decoration: none;
  color: #1F1F1F;
}
.full_team_listing .full_team_listing_inner .team_card .details .bottom_details {
  font-family: "Be Vietnam Pro", sans-serif;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 140%;
  letter-spacing: -0.42px;
  color: #1F1F1F;
  opacity: 1;
}
.full_team_listing .full_team_listing_inner .team_card .details .bottom_details .heading {
  margin-bottom: 16px;
  line-height: 100%;
}
.full_team_listing .full_team_listing_inner .team_card .details .bottom_details .specialities {
  font-weight: 500;
}

.team_header_component {
  background: #15367B;
  margin-top: -142px;
  padding-top: 174px;
  padding-bottom: 32px;
}
.team_header_component div {
  box-sizing: border-box;
}
.team_header_component .team_header_component_inner {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
@media (min-width: 1025px) {
  .team_header_component .team_header_component_inner {
    flex-direction: row;
    gap: 110px;
  }
}
.team_header_component .team_header_component_inner .left {
  width: 100%;
  display: flex;
  flex-direction: column;
}
.team_header_component .team_header_component_inner .left .upper_section {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
}
.team_header_component .team_header_component_inner .left .upper_section .breadcrumb {
  margin-bottom: 64px;
}
@media (min-width: 1025px) {
  .team_header_component .team_header_component_inner .left .upper_section .breadcrumb {
    margin-bottom: 130px;
  }
}
.team_header_component .team_header_component_inner .left .upper_section .breadcrumb ul {
  display: flex;
  flex-direction: row;
  margin: 0;
  padding: 0;
}
@media (min-width: 1025px) {
  .team_header_component .team_header_component_inner .left .upper_section .breadcrumb ul {
    flex-direction: row;
  }
}
.team_header_component .team_header_component_inner .left .upper_section .breadcrumb ul li {
  list-style-type: none;
  font-family: "Be Vietnam Pro", sans-serif;
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: 100%;
  letter-spacing: 1px;
  text-transform: uppercase;
  color: #fff;
  position: relative;
}
.team_header_component .team_header_component_inner .left .upper_section .breadcrumb ul li a {
  color: #D4D4D4;
  text-decoration: none;
  transition: 0.3s;
  white-space: nowrap;
  text-overflow: ellipsis;
  max-width: 90%;
  display: inline-block;
  overflow: hidden;
}
@media (min-width: 1025px) {
  .team_header_component .team_header_component_inner .left .upper_section .breadcrumb ul li a {
    max-width: unset;
    display: unset;
    overflow: unset;
  }
}
.team_header_component .team_header_component_inner .left .upper_section .breadcrumb ul li a:hover {
  color: #fff;
  text-decoration: underline;
}
.team_header_component .team_header_component_inner .left .upper_section .breadcrumb ul li:after {
  content: "";
  height: 1px;
  width: 8px;
  background: #D4D4D4;
  margin: 0 8px;
  display: inline-block;
  right: 0;
  top: -7px;
  position: relative;
}
@media (min-width: 1025px) {
  .team_header_component .team_header_component_inner .left .upper_section .breadcrumb ul li:after {
    background: #D4D4D4;
    top: -4px;
  }
}
.team_header_component .team_header_component_inner .left .upper_section .breadcrumb ul li:last-of-type:after {
  content: none;
}
.team_header_component .team_header_component_inner .left .intro_section {
  display: flex;
  height: 100%;
  flex-direction: column;
  justify-content: space-between;
}
.team_header_component .team_header_component_inner .left .intro_section .sub_heading {
  font-family: "Be Vietnam Pro", sans-serif;
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: 100%;
  letter-spacing: 1px;
  text-transform: uppercase;
  color: #fff;
}
@media (min-width: 1025px) {
  .team_header_component .team_header_component_inner .left .intro_section .sub_heading {
    font-size: 14px;
  }
}
.team_header_component .team_header_component_inner .left .intro_section h1 {
  font-family: "Cormorant Garamond", serif;
  font-size: 80px;
  font-style: normal;
  font-weight: 400;
  line-height: 100%;
  letter-spacing: -4px;
  margin-top: 16px;
  margin-bottom: 40px;
  color: #fff;
  max-width: 600px;
}
@media (min-width: 1025px) {
  .team_header_component .team_header_component_inner .left .intro_section h1 {
    font-size: 140px;
    letter-spacing: -7px;
  }
}
.team_header_component .team_header_component_inner .left .intro_section h1 .line {
  line-height: 100% !important;
}
.team_header_component .team_header_component_inner .team_nav {
  display: flex;
  flex-direction: row;
  gap: 8px;
}
.team_header_component .team_header_component_inner .team_nav .prev {
  transform: scaleX(-1);
}
.team_header_component .team_header_component_inner .team_nav .prev span {
  transform: scaleX(-1);
}
.team_header_component .team_header_component_inner .team_nav .cta_button {
  background-color: #15367B;
  color: #fff;
  border: 1px solid #fff;
  padding: 0 52px 0 24px;
  height: 48px;
  cursor: pointer;
  font-family: "Be Vietnam Pro", sans-serif;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 100%;
  letter-spacing: -0.42px;
  text-transform: capitalize;
  border-radius: 56px;
  text-decoration: none;
  display: inline-flex;
  align-items: center;
  position: relative;
  overflow: hidden;
  transition: 0.6s;
}
.team_header_component .team_header_component_inner .team_nav .cta_button:after {
  content: url("../images/button-arrow.svg");
  position: absolute;
  right: 20px;
  top: 12px;
  transition: 0.6s;
  filter: invert(0);
}
.team_header_component .team_header_component_inner .team_nav .cta_button:before {
  content: url("../images/button-arrow.svg");
  position: absolute;
  left: -50px;
  top: 12px;
  transition: 0.6s;
  filter: invert(0);
}
.team_header_component .team_header_component_inner .team_nav .cta_button:hover {
  background-color: #fff;
  border: 1px solid #15367B;
  color: #15367B;
  padding: 0 24px 0 52px;
}
.team_header_component .team_header_component_inner .team_nav .cta_button:hover:after {
  right: -50px;
  top: 12px;
  filter: invert(1);
}
.team_header_component .team_header_component_inner .team_nav .cta_button:hover:before {
  left: 20px;
  top: 12px;
  filter: invert(1);
}
.team_header_component .team_header_component_inner .team_nav .cta_button span {
  position: relative;
}
.team_header_component .team_header_component_inner .team_nav .cta_button.is-inview {
  max-width: 100%;
}
.team_header_component .team_header_component_inner .team_nav .cta_button.is-inview span {
  animation: scrollUpText 0.6s ease-in forwards;
}
.team_header_component .team_header_component_inner .bottom_links_section {
  margin-top: 24px;
  padding-top: 24px;
  position: relative;
}
@media (min-width: 1025px) {
  .team_header_component .team_header_component_inner .bottom_links_section {
    margin-top: unset;
  }
}
.team_header_component .team_header_component_inner .bottom_links_section:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  height: 1px;
  width: 0;
  background: #D4D4D4;
}
.team_header_component .team_header_component_inner .bottom_links_section.is-inview:before {
  animation: barWidth 1s ease-in forwards;
}
.team_header_component .team_header_component_inner .bottom_links_section ul {
  display: flex;
  flex-direction: column;
  padding: 0;
  margin: 0;
  gap: 20px;
}
@media (min-width: 1025px) {
  .team_header_component .team_header_component_inner .bottom_links_section ul {
    flex-direction: row;
    gap: 48px;
  }
}
.team_header_component .team_header_component_inner .bottom_links_section ul li {
  list-style-type: none;
}
.team_header_component .team_header_component_inner .bottom_links_section ul li a {
  text-decoration: none;
  font-family: "Be Vietnam Pro", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 140%;
  letter-spacing: -0.48px;
  text-transform: capitalize;
  color: #fff;
}
.team_header_component .team_header_component_inner .right {
  display: flex;
  flex-direction: column;
}
@media (min-width: 1025px) {
  .team_header_component .team_header_component_inner .right {
    max-width: 557px;
    min-width: 557px;
  }
}
.team_header_component .team_header_component_inner .right .large_image {
  width: 100%;
  height: 100%;
  object-fit: cover;
  margin-top: 40px;
}
@media (min-width: 1025px) {
  .team_header_component .team_header_component_inner .right .large_image {
    margin-top: 0;
  }
}
.team_header_component.light_team_header {
  background: #f2f2f2;
}
.team_header_component.light_team_header .team_nav .cta_button {
  background-color: #f2f2f2;
  color: #1F1F1F;
  border: 1px solid #1F1F1F;
  padding: 0 52px 0 24px;
  height: 48px;
  cursor: pointer;
  font-family: "Be Vietnam Pro", sans-serif;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 100%;
  letter-spacing: -0.42px;
  text-transform: capitalize;
  border-radius: 56px;
  text-decoration: none;
  display: inline-flex;
  align-items: center;
  position: relative;
  overflow: hidden;
  transition: 0.6s;
}
.team_header_component.light_team_header .team_nav .cta_button:after {
  content: url("../images/button-arrow.svg");
  position: absolute;
  right: 20px;
  top: 12px;
  transition: 0.6s;
  filter: invert(1);
}
.team_header_component.light_team_header .team_nav .cta_button:before {
  content: url("../images/button-arrow.svg");
  position: absolute;
  left: -50px;
  top: 12px;
  transition: 0.6s;
  filter: invert(1);
}
.team_header_component.light_team_header .team_nav .cta_button:hover {
  background-color: #15367B;
  border: 1px solid #1F1F1F;
  color: #fff;
  padding: 0 24px 0 52px;
}
.team_header_component.light_team_header .team_nav .cta_button:hover:after {
  right: -50px;
  top: 12px;
  filter: invert(0);
}
.team_header_component.light_team_header .team_nav .cta_button:hover:before {
  left: 20px;
  top: 12px;
  filter: invert(0);
}
.team_header_component.light_team_header .team_nav .cta_button span {
  position: relative;
}
.team_header_component.light_team_header .team_nav .cta_button.is-inview {
  max-width: 100%;
}
.team_header_component.light_team_header .team_nav .cta_button.is-inview span {
  animation: scrollUpText 0.6s ease-in forwards;
}
.team_header_component.light_team_header .breadcrumb li {
  color: #1F1F1F !important;
}
.team_header_component.light_team_header .breadcrumb li a {
  color: #A5A5A5 !important;
}
.team_header_component.light_team_header .sub_heading {
  color: #1F1F1F !important;
}
.team_header_component.light_team_header h1 {
  color: #1F1F1F !important;
}
.team_header_component.light_team_header .bottom_links_section a {
  color: #1F1F1F !important;
}

.related_podcasts {
  margin: 60px 0;
}
@media (min-width: 1025px) {
  .related_podcasts {
    margin: 100px 0;
  }
}
.related_podcasts .related_podcasts_inner {
  display: flex;
  flex-direction: column;
  gap: 40px;
}
@media (min-width: 1025px) {
  .related_podcasts .related_podcasts_inner {
    flex-direction: row;
    gap: 192px;
    justify-content: center;
  }
}
.related_podcasts .related_podcasts_inner .left h2 {
  font-family: "Cormorant Garamond", serif;
  font-size: 48px;
  font-style: normal;
  font-weight: 400;
  line-height: 100%;
  letter-spacing: -2.4px;
}
@media (min-width: 1025px) {
  .related_podcasts .related_podcasts_inner .left h2 {
    font-size: 64px;
    letter-spacing: -3.2px;
  }
}
.related_podcasts .related_podcasts_inner .right .related_podcasts_listing {
  display: flex;
  flex-direction: column;
  gap: 40px;
}
@media (min-width: 1025px) {
  .related_podcasts .related_podcasts_inner .right .related_podcasts_listing {
    min-width: 670px;
    padding-right: 130px;
    gap: 32px;
  }
}
.related_podcasts .related_podcasts_inner .right .related_podcasts_listing .podcast {
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  width: 100%;
  position: relative;
  padding-top: 40px;
}
@media (min-width: 1025px) {
  .related_podcasts .related_podcasts_inner .right .related_podcasts_listing .podcast {
    padding-top: 32px;
  }
}
.related_podcasts .related_podcasts_inner .right .related_podcasts_listing .podcast:before {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  height: 1px;
  width: 100%;
  background-color: #D4D4D4;
}
.related_podcasts .related_podcasts_inner .right .related_podcasts_listing .podcast .categories {
  padding: 0;
  margin-bottom: 8px;
  margin-top: 0;
}
.related_podcasts .related_podcasts_inner .right .related_podcasts_listing .podcast .categories li {
  padding: 0;
  margin: 0;
  list-style-type: none;
}
.related_podcasts .related_podcasts_inner .right .related_podcasts_listing .podcast .categories li a {
  font-family: "Be Vietnam Pro", sans-serif;
  font-size: 12px;
  font-style: normal;
  font-weight: 500;
  letter-spacing: -0.36px;
  text-transform: capitalize;
  height: 24px;
  padding: 0 8px;
  border-radius: 4px;
  background: #9BC4FF;
  display: inline-block;
  text-decoration: none;
  line-height: 24px;
  color: #1F1F1F;
}
.related_podcasts .related_podcasts_inner .right .related_podcasts_listing .podcast .article_title {
  color: #1F1F1F;
  text-decoration: none;
}
.related_podcasts .related_podcasts_inner .right .related_podcasts_listing .podcast .article_title h3 {
  font-family: "Be Vietnam Pro", sans-serif;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 140%;
  letter-spacing: -0.54px;
  margin-top: 0;
  margin-bottom: 24px;
}
.related_podcasts .related_podcasts_inner .right .related_podcasts_listing .podcast .info {
  display: flex;
  flex-direction: row;
  gap: 16px;
  font-family: "Be Vietnam Pro", sans-serif;
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: 100%;
  letter-spacing: 1px;
  text-transform: uppercase;
  color: #A5A5A5;
  margin-bottom: 22px;
}
.related_podcasts .related_podcasts_inner .right .related_podcasts_listing .podcast .author {
  display: flex;
  flex-direction: row;
  gap: 16px;
  align-items: center;
  color: #1F1F1F;
  text-decoration: none;
}
.related_podcasts .related_podcasts_inner .right .related_podcasts_listing .podcast .author img {
  border-radius: 100%;
  width: 48px;
  height: 48px;
  object-fit: cover;
  object-position: top;
  border: 1px solid #fff;
}
.related_podcasts .related_podcasts_inner .right .related_podcasts_listing .podcast .author img + img {
  margin-left: -30px;
}
.related_podcasts .related_podcasts_inner .right .related_podcasts_listing .podcast .author .details {
  display: flex;
  flex-direction: column;
  gap: 10px;
  justify-content: center;
}
.related_podcasts .related_podcasts_inner .right .related_podcasts_listing .podcast .author .details .name {
  font-family: "Be Vietnam Pro", sans-serif;
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: 100%;
  letter-spacing: 1px;
  text-transform: uppercase;
  color: #1F1F1F;
}
.related_podcasts .related_podcasts_inner .right .related_podcasts_listing .podcast .author .details .role {
  font-family: "Be Vietnam Pro", sans-serif;
  color: #1F1F1F;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 100%;
  letter-spacing: -0.42px;
  text-transform: capitalize;
}

.center_heading_with_side_content_image {
  margin: 60px 0;
}
@media (min-width: 1025px) {
  .center_heading_with_side_content_image {
    margin: 100px 0;
  }
}
.center_heading_with_side_content_image .center_heading_with_side_content_image_inner {
  width: 100%;
  max-width: 100%;
  display: flex;
  flex-direction: column;
  gap: 48px;
}
@media (min-width: 1025px) {
  .center_heading_with_side_content_image .center_heading_with_side_content_image_inner {
    margin: 0 auto;
    gap: 96px;
    align-items: center;
  }
}
.center_heading_with_side_content_image .center_heading_with_side_content_image_inner .top {
  max-width: 808px;
}
.center_heading_with_side_content_image .center_heading_with_side_content_image_inner .top h2 {
  font-family: "Cormorant Garamond", serif;
  font-size: 48px;
  font-style: normal;
  font-weight: 400;
  line-height: 100%;
  letter-spacing: -2.4px;
  margin: 0;
  color: #1F1F1F;
}
@media (min-width: 1025px) {
  .center_heading_with_side_content_image .center_heading_with_side_content_image_inner .top h2 {
    font-size: 64px;
    letter-spacing: -3.2px;
  }
}
.center_heading_with_side_content_image .center_heading_with_side_content_image_inner .bottom {
  display: flex;
  flex-direction: column;
  gap: 48px;
}
@media (min-width: 1025px) {
  .center_heading_with_side_content_image .center_heading_with_side_content_image_inner .bottom {
    flex-direction: row;
    gap: 154px;
  }
}
.center_heading_with_side_content_image .center_heading_with_side_content_image_inner .bottom img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
@media (min-width: 1025px) {
  .center_heading_with_side_content_image .center_heading_with_side_content_image_inner .bottom img {
    max-width: 531px;
    max-height: 671px;
  }
}
.center_heading_with_side_content_image .center_heading_with_side_content_image_inner .bottom .inner {
  max-width: 400px;
}
@media (min-width: 1025px) {
  .center_heading_with_side_content_image .center_heading_with_side_content_image_inner .bottom .inner {
    max-width: 400px;
  }
}
.center_heading_with_side_content_image .center_heading_with_side_content_image_inner .bottom .inner p {
  font-family: "Be Vietnam Pro", sans-serif;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 140%;
  letter-spacing: -0.54px;
  color: #1F1F1F;
}
.center_heading_with_side_content_image .center_heading_with_side_content_image_inner .bottom .inner p:last-of-type {
  margin-bottom: 0;
}

.standalone_goals {
  margin: 60px 0;
}
@media (min-width: 1025px) {
  .standalone_goals {
    margin: 100px 0;
  }
}
.standalone_goals .standalone_goals_inner .top_section {
  display: flex;
  flex-direction: column;
  gap: 48px;
}
@media (min-width: 1025px) {
  .standalone_goals .standalone_goals_inner .top_section {
    flex-direction: row;
    gap: 103px;
  }
}
@media (min-width: 1500px) {
  .standalone_goals .standalone_goals_inner .top_section {
    gap: 153px;
  }
}
.standalone_goals .standalone_goals_inner .top_section .left {
  min-width: 259px;
  max-width: 259px;
}
.standalone_goals .standalone_goals_inner .top_section .right h2 {
  font-family: "Cormorant Garamond", serif;
  font-size: 56px;
  font-style: normal;
  font-weight: 400;
  line-height: 100%;
  letter-spacing: -2.8px;
  margin-top: 0;
  margin-bottom: 48px;
}
@media (min-width: 1025px) {
  .standalone_goals .standalone_goals_inner .top_section .right h2 {
    font-size: 96px;
    letter-spacing: -4.8px;
    margin-bottom: 80px;
  }
}
.standalone_goals .standalone_goals_inner .bottom_section {
  display: flex;
  flex-direction: column;
  gap: 48px;
}
@media (min-width: 1025px) {
  .standalone_goals .standalone_goals_inner .bottom_section {
    flex-direction: row;
    gap: 103px;
  }
}
@media (min-width: 1500px) {
  .standalone_goals .standalone_goals_inner .bottom_section {
    gap: 153px;
  }
}
.standalone_goals .standalone_goals_inner .bottom_section .left {
  min-width: 259px;
  max-width: 259px;
  box-sizing: border-box;
}
.standalone_goals .standalone_goals_inner .bottom_section .left p {
  font-family: "Be Vietnam Pro", sans-serif;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 140%;
  letter-spacing: -0.54px;
  margin-bottom: 40px;
}
.standalone_goals .standalone_goals_inner .bottom_section .left .cta_button {
  background-color: #066CFF;
  color: #fff;
  border: 1px solid #066CFF;
  padding: 0 52px 0 24px;
  height: 48px;
  cursor: pointer;
  font-family: "Be Vietnam Pro", sans-serif;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 100%;
  letter-spacing: -0.42px;
  text-transform: capitalize;
  border-radius: 56px;
  text-decoration: none;
  display: inline-flex;
  align-items: center;
  position: relative;
  overflow: hidden;
  transition: 0.6s;
}
.standalone_goals .standalone_goals_inner .bottom_section .left .cta_button:after {
  content: url("../images/button-arrow.svg");
  position: absolute;
  right: 20px;
  top: 12px;
  transition: 0.6s;
  filter: invert(0);
}
.standalone_goals .standalone_goals_inner .bottom_section .left .cta_button:before {
  content: url("../images/button-arrow.svg");
  position: absolute;
  left: -50px;
  top: 12px;
  transition: 0.6s;
  filter: invert(0);
}
.standalone_goals .standalone_goals_inner .bottom_section .left .cta_button:hover {
  background-color: #41D6C2;
  border: 1px solid #41D6C2;
  color: #1F1F1F;
  padding: 0 24px 0 52px;
}
.standalone_goals .standalone_goals_inner .bottom_section .left .cta_button:hover:after {
  right: -50px;
  top: 12px;
  filter: invert(1);
}
.standalone_goals .standalone_goals_inner .bottom_section .left .cta_button:hover:before {
  left: 20px;
  top: 12px;
  filter: invert(1);
}
.standalone_goals .standalone_goals_inner .bottom_section .left .cta_button span {
  position: relative;
}
.standalone_goals .standalone_goals_inner .bottom_section .left .cta_button.is-inview {
  max-width: 100%;
}
.standalone_goals .standalone_goals_inner .bottom_section .left .cta_button.is-inview span {
  animation: scrollUpText 0.6s ease-in forwards;
}
.standalone_goals .standalone_goals_inner .bottom_section .right .goal_listing {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  gap: 16px;
}
.standalone_goals .standalone_goals_inner .bottom_section .right .goal_listing .goal_item {
  flex: 0 0 calc((100% - 32px) / 3);
  padding: 24px 42px 24px 24px;
  background-color: #F8FBFF;
  border: 1px solid #EEEEEE;
  display: flex;
  flex-direction: column;
  height: 560px;
  box-sizing: border-box;
  justify-content: space-between;
}
.standalone_goals .standalone_goals_inner .bottom_section .right .goal_listing .goal_item .icon {
  border: 1px solid #EEEEEE;
  min-width: 100px;
  max-width: 100px;
  min-height: 100px;
  max-height: 100px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 100%;
}
.standalone_goals .standalone_goals_inner .bottom_section .right .goal_listing .goal_item .content h3 {
  margin-top: 0;
  font-family: "Cormorant Garamond", serif;
  font-size: 48px;
  font-style: normal;
  font-weight: 400;
  line-height: 100%;
  letter-spacing: -2.4px;
  margin-bottom: 16px;
  color: #1F1F1F;
}
.standalone_goals .standalone_goals_inner .bottom_section .right .goal_listing .goal_item .content p {
  font-family: "Be Vietnam Pro", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 140%;
  letter-spacing: -0.48px;
  color: #1F1F1F;
}
.standalone_goals .standalone_goals_inner .bottom_section .right .goal_listing_slider .swiper-slide {
  height: auto !important;
}
.standalone_goals .standalone_goals_inner .bottom_section .right .goal_listing_slider .goal_item {
  width: 100%;
  padding: 24px 42px 24px 24px;
  background-color: #F8FBFF;
  border: 1px solid #EEEEEE;
  display: flex;
  flex-direction: column;
  gap: 28px;
  height: 100%;
  box-sizing: border-box;
  justify-content: space-between;
}
.standalone_goals .standalone_goals_inner .bottom_section .right .goal_listing_slider .goal_item .icon {
  border: 1px solid #EEEEEE;
  min-width: 100px;
  max-width: 100px;
  min-height: 100px;
  max-height: 100px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 100%;
}
.standalone_goals .standalone_goals_inner .bottom_section .right .goal_listing_slider .goal_item .content h3 {
  margin-top: 0;
  font-family: "Cormorant Garamond", serif;
  font-size: 48px;
  font-style: normal;
  font-weight: 400;
  line-height: 100%;
  letter-spacing: -2.4px;
  margin-bottom: 16px;
  color: #1F1F1F;
}
.standalone_goals .standalone_goals_inner .bottom_section .right .goal_listing_slider .goal_item .content p {
  font-family: "Be Vietnam Pro", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 140%;
  letter-spacing: -0.48px;
  color: #1F1F1F;
}
.standalone_goals .standalone_goals_inner .bottom_section .right .testimonial_carousel_nav {
  margin-top: 48px;
}

.insights_panel {
  margin: 60px 0;
}
@media (min-width: 1025px) {
  .insights_panel {
    margin: 100px 0;
  }
}
.insights_panel .insights_panel_inner {
  display: flex;
  flex-direction: column;
  gap: 120px;
}
.insights_panel .insights_panel_inner .insight_panel {
  display: flex;
  flex-direction: column;
  padding-top: 48px;
  position: relative;
}
.insights_panel .insights_panel_inner .insight_panel:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  height: 1px;
  width: 0;
  background: #D4D4D4;
}
.insights_panel .insights_panel_inner .insight_panel.is-inview:before {
  animation: barWidth 1s ease-in forwards;
}
@media (min-width: 1025px) {
  .insights_panel .insights_panel_inner .insight_panel {
    flex-direction: row;
    justify-content: space-between;
  }
}
.insights_panel .insights_panel_inner .insight_panel .left {
  max-width: 530px;
}
.insights_panel .insights_panel_inner .insight_panel .left h2 {
  font-family: "Cormorant Garamond", serif;
  font-size: 48px;
  font-style: normal;
  font-weight: 400;
  line-height: 100%;
  letter-spacing: -2.4px;
  margin-top: 0;
  margin-bottom: 48px;
}
@media (min-width: 1025px) {
  .insights_panel .insights_panel_inner .insight_panel .left h2 {
    margin: 0;
    font-size: 64px;
    letter-spacing: -3.2px;
  }
}
.insights_panel .insights_panel_inner .insight_panel .right {
  display: flex;
  flex-direction: column;
  gap: 40px;
}
@media (min-width: 1025px) {
  .insights_panel .insights_panel_inner .insight_panel .right {
    gap: 56px;
    max-width: 808px;
  }
}
.insights_panel .insights_panel_inner .insight_panel .right p {
  font-family: "Be Vietnam Pro", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 140%;
  letter-spacing: -0.48px;
  margin-bottom: 0;
  color: #1F1F1F;
}
.insights_panel .insights_panel_inner .insight_panel .right p.larger {
  font-size: 18px;
  font-weight: 500;
  letter-spacing: -0.54px;
}

.number_blocks_section {
  margin: 60px 0;
}
@media (min-width: 1025px) {
  .number_blocks_section {
    margin: 100px 0;
  }
}
.number_blocks_section .number_blocks_section_inner {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
}
@media (min-width: 1025px) {
  .number_blocks_section .number_blocks_section_inner {
    gap: 16px;
  }
}
.number_blocks_section .number_blocks_section_inner .number_blocks {
  flex: 0 0 calc((100% - 16px) / 2);
  border: 1px solid #EEEEEE;
  background: #F8FBFF;
  padding: 24px 44px 24px 24px;
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  gap: 71px;
  height: 100%;
}
@media (min-width: 1025px) {
  .number_blocks_section .number_blocks_section_inner .number_blocks {
    height: auto;
    gap: 175px;
    flex: 0 0 calc((100% - 48px) / 4);
  }
}
.number_blocks_section .number_blocks_section_inner .number_blocks .top_number_part {
  font-family: "Be Vietnam Pro", sans-serif;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 140%;
  letter-spacing: -0.42px;
}
@media (min-width: 1025px) {
  .number_blocks_section .number_blocks_section_inner .number_blocks .top_number_part {
    font-size: 24px;
    letter-spacing: -0.72px;
  }
}
.number_blocks_section .number_blocks_section_inner .number_blocks .bottom_content_part h3 {
  margin-top: 0;
  font-family: "Cormorant Garamond", serif;
  font-size: 32px;
  font-style: normal;
  font-weight: 400;
  line-height: 100%;
  letter-spacing: -1.6px;
  margin-bottom: 16px;
}
@media (min-width: 1025px) {
  .number_blocks_section .number_blocks_section_inner .number_blocks .bottom_content_part h3 {
    flex: 0 0 calc((100% - 48px) / 4);
    font-size: 40px;
    letter-spacing: -2px;
    margin-bottom: 24px;
  }
}
.number_blocks_section .number_blocks_section_inner .number_blocks .bottom_content_part p {
  font-family: "Be Vietnam Pro", sans-serif;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 140%;
  letter-spacing: -0.42px;
}
@media (min-width: 1025px) {
  .number_blocks_section .number_blocks_section_inner .number_blocks .bottom_content_part p {
    font-size: 16px;
    letter-spacing: -0.48px;
  }
}
.number_blocks_section .number_blocks_section_inner .number_blocks .bottom_content_part p:last-of-type {
  margin-bottom: 0;
}
.number_blocks_section .number_blocks_section_inner .swiper .swiper-slide {
  height: 100%;
}
.number_blocks_section .number_blocks_section_inner .testimonial_carousel_nav {
  display: flex;
  margin-top: 48px;
}

.points_of_interest {
  margin: 60px 0;
}
@media (min-width: 1025px) {
  .points_of_interest {
    margin: 100px 0;
  }
}
.points_of_interest .points_of_interest_inner {
  display: flex;
  flex-direction: column;
  gap: 48px;
  justify-content: space-between;
  padding-top: 48px;
}
@media (min-width: 1025px) {
  .points_of_interest .points_of_interest_inner {
    gap: 243px;
    flex-direction: row;
  }
}
.points_of_interest .points_of_interest_inner:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  height: 1px;
  width: 0;
  background: #D4D4D4;
}
.points_of_interest .points_of_interest_inner.is-inview:before {
  animation: barWidth 1s ease-in forwards;
}
.points_of_interest .points_of_interest_inner .left h2 {
  margin-top: 0;
  font-family: "Cormorant Garamond", serif;
  font-size: 56px;
  font-style: normal;
  font-weight: 400;
  line-height: 100%;
  letter-spacing: -2.8px;
  margin-bottom: 40px;
}
@media (min-width: 768px) {
  .points_of_interest .points_of_interest_inner .left h2 {
    font-size: 80px;
    letter-spacing: -4px;
  }
}
.points_of_interest .points_of_interest_inner .left .cta_button {
  background-color: #066CFF;
  color: #fff;
  border: 1px solid #066CFF;
  padding: 0 52px 0 24px;
  height: 48px;
  cursor: pointer;
  font-family: "Be Vietnam Pro", sans-serif;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 100%;
  letter-spacing: -0.42px;
  text-transform: capitalize;
  border-radius: 56px;
  text-decoration: none;
  display: inline-flex;
  align-items: center;
  position: relative;
  overflow: hidden;
  transition: 0.6s;
}
.points_of_interest .points_of_interest_inner .left .cta_button:after {
  content: url("../images/button-arrow.svg");
  position: absolute;
  right: 20px;
  top: 12px;
  transition: 0.6s;
  filter: invert(0);
}
.points_of_interest .points_of_interest_inner .left .cta_button:before {
  content: url("../images/button-arrow.svg");
  position: absolute;
  left: -50px;
  top: 12px;
  transition: 0.6s;
  filter: invert(0);
}
.points_of_interest .points_of_interest_inner .left .cta_button:hover {
  background-color: #41D6C2;
  border: 1px solid #41D6C2;
  color: #1F1F1F;
  padding: 0 24px 0 52px;
}
.points_of_interest .points_of_interest_inner .left .cta_button:hover:after {
  right: -50px;
  top: 12px;
  filter: invert(1);
}
.points_of_interest .points_of_interest_inner .left .cta_button:hover:before {
  left: 20px;
  top: 12px;
  filter: invert(1);
}
.points_of_interest .points_of_interest_inner .left .cta_button span {
  position: relative;
}
.points_of_interest .points_of_interest_inner .left .cta_button.is-inview {
  max-width: 100%;
}
.points_of_interest .points_of_interest_inner .left .cta_button.is-inview span {
  animation: scrollUpText 0.6s ease-in forwards;
}
@media (min-width: 768px) {
  .points_of_interest .points_of_interest_inner .left {
    max-width: 581px;
  }
}
@media (min-width: 768px) {
  .points_of_interest .points_of_interest_inner .right {
    max-width: 808px;
  }
}
.points_of_interest .points_of_interest_inner .right .poi_list {
  display: flex;
  flex-direction: column;
  gap: 48px;
}
.points_of_interest .points_of_interest_inner .right .poi_list .poi {
  display: flex;
  flex-direction: row;
  gap: 16px;
  align-content: center;
  position: relative;
  align-items: center;
}
@media (min-width: 768px) {
  .points_of_interest .points_of_interest_inner .right .poi_list .poi {
    gap: 42px;
  }
}
.points_of_interest .points_of_interest_inner .right .poi_list .poi:before {
  content: "";
  position: absolute;
  left: 0;
  bottom: -24px;
  height: 1px;
  width: 0;
  background: #D4D4D4;
}
.points_of_interest .points_of_interest_inner .right .poi_list .poi.is-inview:before {
  animation: barWidth 1s ease-in forwards;
}
.points_of_interest .points_of_interest_inner .right .poi_list .poi .icon {
  width: 56px;
  min-width: 56px;
  height: 56px;
  min-height: 56px;
  border: 1px solid #D4D4D4;
  border-radius: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media (min-width: 768px) {
  .points_of_interest .points_of_interest_inner .right .poi_list .poi .icon {
    width: 100px;
    min-width: 100px;
    height: 100px;
    min-height: 100px;
  }
}
.points_of_interest .points_of_interest_inner .right .poi_list .poi .icon img {
  max-width: 32px;
  max-height: 32px;
}
@media (min-width: 768px) {
  .points_of_interest .points_of_interest_inner .right .poi_list .poi .icon img {
    max-width: 54px;
    max-height: unset;
  }
}
.points_of_interest .points_of_interest_inner .right .poi_list .poi p {
  font-family: "Be Vietnam Pro", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 140%;
  letter-spacing: -0.48px;
  color: #1F1F1F;
  margin-bottom: 0;
}
@media (min-width: 768px) {
  .points_of_interest .points_of_interest_inner .right .poi_list .poi p {
    font-size: 20px;
    letter-spacing: -0.6px;
  }
}

.past_events {
  margin: 60px 0;
}
@media (min-width: 1025px) {
  .past_events {
    margin: 100px 0;
  }
}
.past_events .past_events_inner {
  display: flex;
  flex-direction: column;
  gap: 56px;
}
@media (min-width: 1025px) {
  .past_events .past_events_inner {
    gap: 64px;
  }
}
.past_events .past_events_inner .top {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
}
.past_events .past_events_inner .top h2 {
  font-family: "Cormorant Garamond", serif;
  font-size: 48px;
  font-style: normal;
  font-weight: 400;
  line-height: 100%;
  letter-spacing: -2.4px;
  margin: 0;
}
@media (min-width: 1025px) {
  .past_events .past_events_inner .top h2 {
    font-size: 72px;
    letter-spacing: -3.6px;
  }
}
.past_events .past_events_inner .top .testimonial_carousel_nav {
  display: none;
}
@media (min-width: 1025px) {
  .past_events .past_events_inner .top .testimonial_carousel_nav {
    display: flex;
  }
}
.past_events .past_events_inner .bottom {
  position: relative;
  top: 0;
  left: 0;
  width: 115%;
}
.past_events .past_events_inner .bottom .event_item:before {
  content: "";
  position: absolute;
  right: -16px;
  top: 0;
  height: 100%;
  width: 1px;
  background: #D4D4D4;
}
.past_events .past_events_inner .bottom .event_item:hover .img_holder {
  transform: scale(0.9);
}
.past_events .past_events_inner .bottom .event_item:hover .img_holder img {
  transform: scale(1.2);
}
.past_events .past_events_inner .bottom .event_item .img_holder {
  height: 291px;
  margin-bottom: 24px;
  transition: 0.3s;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
}
@media (min-width: 1025px) {
  .past_events .past_events_inner .bottom .event_item .img_holder {
    height: 480px;
    margin-bottom: 64px;
  }
}
.past_events .past_events_inner .bottom .event_item .img_holder img {
  width: 100%;
  object-fit: cover;
  transition: 0.3s;
}
.past_events .past_events_inner .bottom .event_item .img_holder .play_button {
  width: 78px;
  height: 78px;
  background: #41D6C2;
  border-radius: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: 0.6s;
  opacity: 0;
  position: absolute;
  z-index: 999;
}
.past_events .past_events_inner .bottom .event_item .img_holder .play_button img {
  transform: unset;
  width: unset;
}
.past_events .past_events_inner .bottom .event_item .img_holder:hover .play_button {
  background: #066CFF;
}
.past_events .past_events_inner .bottom .event_item .img_holder.video_element .play_button {
  opacity: 1;
}
.past_events .past_events_inner .bottom .event_item .categories {
  padding: 0;
  margin-bottom: 8px;
}
.past_events .past_events_inner .bottom .event_item .categories li {
  padding: 0;
  margin: 0;
  list-style-type: none;
}
.past_events .past_events_inner .bottom .event_item .categories li a {
  font-family: "Be Vietnam Pro", sans-serif;
  font-size: 12px;
  font-style: normal;
  font-weight: 500;
  letter-spacing: -0.36px;
  text-transform: capitalize;
  height: 24px;
  padding: 0 8px;
  border-radius: 4px;
  background: #9BC4FF;
  display: inline-block;
  text-decoration: none;
  line-height: 24px;
  color: #1F1F1F;
}
.past_events .past_events_inner .bottom .event_item .article_title {
  color: #1F1F1F;
  text-decoration: none;
}
.past_events .past_events_inner .bottom .event_item .article_title h3 {
  font-family: "Be Vietnam Pro", sans-serif;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 140%;
  letter-spacing: -0.54px;
  margin-top: 0;
  margin-bottom: 24px;
}
.past_events .past_events_inner .bottom .event_item .info {
  display: flex;
  flex-direction: row;
  gap: 16px;
  font-family: "Be Vietnam Pro", sans-serif;
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: 100%;
  letter-spacing: 1px;
  text-transform: uppercase;
  color: #A5A5A5;
  margin-bottom: 22px;
}
.past_events .past_events_inner .bottom .event_item .basic_button {
  margin-top: 24px;
  display: inline-flex;
  font-family: "Be Vietnam Pro", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 140%;
  letter-spacing: -0.48px;
  text-transform: capitalize;
  padding-bottom: 8px;
  border-bottom: 1px solid #D4D4D4;
  text-decoration: none;
  color: #1F1F1F;
}

.role_listing_section {
  margin: 60px 0;
}
@media (min-width: 1025px) {
  .role_listing_section {
    margin: 100px 0;
  }
}
.role_listing_section .role_listing_section_inner {
  display: flex;
  flex-direction: column;
  gap: 48px;
}
@media (min-width: 1025px) {
  .role_listing_section .role_listing_section_inner {
    flex-direction: row;
    gap: 153px;
  }
}
.role_listing_section .role_listing_section_inner .left {
  max-width: 259px;
}
.role_listing_section .role_listing_section_inner .left p {
  font-family: "Be Vietnam Pro", sans-serif;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 140%;
  letter-spacing: -0.54px;
}
.role_listing_section .role_listing_section_inner .right {
  display: flex;
  flex-direction: column;
  gap: 48px;
}
.role_listing_section .role_listing_section_inner .right .role_category .role_category_title {
  position: relative;
  padding-top: 24px;
  font-family: "Be Vietnam Pro", sans-serif;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 100%;
  letter-spacing: 1px;
  text-transform: uppercase;
  margin-bottom: 48px;
}
.role_listing_section .role_listing_section_inner .right .role_category .role_category_title:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  height: 1px;
  width: 0;
  background: #D4D4D4;
}
.role_listing_section .role_listing_section_inner .right .role_category .role_category_title.is-inview:before {
  animation: barWidth 1s ease-in forwards;
}
.role_listing_section .role_listing_section_inner .right .role_category .role_listing {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  gap: 16px;
}
.role_listing_section .role_listing_section_inner .right .role_category .role_listing .swiper-slider {
  height: auto;
}
.role_listing_section .role_listing_section_inner .right .role_category .role_listing .swiper-slider .role_item {
  height: 100%;
}
.role_listing_section .role_listing_section_inner .right .role_category .role_listing .role_item {
  background: rgba(242, 242, 242, 0.6);
  padding: 24px;
  display: flex;
  flex-direction: column;
  height: 100%;
  justify-content: space-between;
  align-items: flex-start;
  box-sizing: border-box;
}
@media (min-width: 1025px) {
  .role_listing_section .role_listing_section_inner .right .role_category .role_listing .role_item {
    height: 560px;
  }
}
@media (min-width: 1025px) {
  .role_listing_section .role_listing_section_inner .right .role_category .role_listing .role_item {
    flex: 0 0 calc((100% - 16px) / 2);
  }
}
@media (min-width: 1500px) {
  .role_listing_section .role_listing_section_inner .right .role_category .role_listing .role_item {
    flex: 0 0 calc((100% - 32px) / 3);
  }
}
.role_listing_section .role_listing_section_inner .right .role_category .role_listing .role_item .top_section {
  margin-bottom: 40px;
}
@media (min-width: 1025px) {
  .role_listing_section .role_listing_section_inner .right .role_category .role_listing .role_item .top_section {
    margin-bottom: 0;
  }
}
.role_listing_section .role_listing_section_inner .right .role_category .role_listing .role_item .title {
  max-width: 300px;
  font-family: "Cormorant Garamond", serif;
  font-size: 40px;
  font-style: normal;
  font-weight: 400;
  line-height: 100%;
  letter-spacing: -2px;
}
@media (min-width: 1025px) {
  .role_listing_section .role_listing_section_inner .right .role_category .role_listing .role_item .title {
    margin-bottom: 0;
    font-size: 48px;
    letter-spacing: -2.4px;
  }
}
.role_listing_section .role_listing_section_inner .right .role_category .role_listing .role_item .sub_title {
  font-family: "Be Vietnam Pro", sans-serif;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 100%;
  letter-spacing: 1px;
  text-transform: uppercase;
  color: #1F1F1F;
  margin-top: 16px;
}
.role_listing_section .role_listing_section_inner .right .role_category .role_listing .role_item .bottom_section {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
  gap: 40px;
}
@media (min-width: 1025px) {
  .role_listing_section .role_listing_section_inner .right .role_category .role_listing .role_item .bottom_section {
    height: 320px;
    gap: unset;
  }
}
.role_listing_section .role_listing_section_inner .right .role_category .role_listing .role_item .bottom_section .content {
  font-family: "Be Vietnam Pro", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 140%;
  letter-spacing: -0.48px;
}
.role_listing_section .role_listing_section_inner .right .role_category .role_listing .role_item .bottom_section .basic_button {
  display: inline-flex;
  font-family: "Be Vietnam Pro", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 140%;
  letter-spacing: -0.48px;
  text-transform: capitalize;
  padding-bottom: 8px;
  border-bottom: 1px solid #D4D4D4;
  text-decoration: none;
  color: #1F1F1F;
}
.role_listing_section .role_listing_section_inner .testimonial_carousel_nav {
  display: flex;
  margin-top: 48px;
}
@media (min-width: 1025px) {
  .role_listing_section .role_listing_section_inner .testimonial_carousel_nav {
    display: none;
  }
}

.role_popup_outer {
  display: flex;
  justify-content: flex-end;
}
.role_popup_outer .role_popup_inner {
  max-width: 1130px;
  background: #fff;
  overflow-y: scroll;
  padding: 24px 20px;
  height: 100vh;
  box-sizing: border-box;
  position: relative;
  z-index: 9999999;
}
@media (min-width: 1025px) {
  .role_popup_outer .role_popup_inner {
    padding: 60px 70px;
  }
}
.role_popup_outer .role_popup_inner .top_section {
  display: flex;
  flex-direction: row;
  justify-content: flex-end;
  padding-bottom: 24px;
  margin-bottom: 24px;
  position: relative;
  align-items: center;
}
@media (min-width: 1025px) {
  .role_popup_outer .role_popup_inner .top_section {
    justify-content: space-between;
  }
}
.role_popup_outer .role_popup_inner .top_section:before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  height: 1px;
  width: 100%;
  background: #D4D4D4;
}
.role_popup_outer .role_popup_inner .top_section .bullet_title {
  font-family: "Be Vietnam Pro", sans-serif;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 100%;
  letter-spacing: 1px;
  text-transform: uppercase;
  white-space: nowrap;
}
.role_popup_outer .role_popup_inner .top_section .bullet_title:before {
  top: 2.5px !important;
}
.role_popup_outer .role_popup_inner .top_section .bullet_title:before {
  content: "";
  width: 8px;
  height: 8px;
  border-radius: 100%;
  background: #000;
  position: relative;
  display: inline-block;
  margin-right: 16px;
  top: -1px;
}
.role_popup_outer .role_popup_inner .top_section .mobile_close img {
  width: 40px;
  height: 40px;
  object-fit: cover;
}
@media (min-width: 1025px) {
  .role_popup_outer .role_popup_inner .top_section .mobile_close {
    display: none;
  }
}
.role_popup_outer .role_popup_inner .top_section .cta_button {
  display: none;
  background-color: rgba(255, 255, 255, 0);
  color: #1F1F1F;
  border: 1px solid #1F1F1F;
  padding: 0 54px 0 24px;
  height: 40px;
  cursor: pointer;
  font-family: "Be Vietnam Pro", sans-serif;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 100%;
  letter-spacing: -0.42px;
  text-transform: capitalize;
  border-radius: 56px;
  transition: 0.6s;
  text-decoration: none;
  display: inline-flex;
  align-items: center;
  position: relative;
  overflow: hidden;
}
.role_popup_outer .role_popup_inner .top_section .cta_button:before {
  content: url("../images/close.svg");
  position: absolute;
  right: 20px;
  top: 7px;
  transition: 0.3s;
  filter: invert(0);
}
.role_popup_outer .role_popup_inner .top_section .cta_button:hover {
  background-color: #15367B;
  border: 1px solid #15367B;
  color: #fff;
}
.role_popup_outer .role_popup_inner .top_section .cta_button:hover:before {
  filter: invert(1);
}
@media (min-width: 1025px) {
  .role_popup_outer .role_popup_inner .top_section .cta_button {
    display: flex;
  }
}
.role_popup_outer .role_popup_inner .bottom_section {
  display: flex;
  flex-direction: row;
  gap: 222px;
}
.role_popup_outer .role_popup_inner .bottom_section .left {
  max-width: 100%;
  padding-top: 24px;
}
@media (min-width: 1025px) {
  .role_popup_outer .role_popup_inner .bottom_section .left {
    max-width: 602px;
  }
}
.role_popup_outer .role_popup_inner .bottom_section .right {
  padding-top: 24px;
  position: relative;
}
.role_popup_outer .role_popup_inner .bottom_section .right:before {
  content: "";
  position: absolute;
  left: -69px;
  top: 0;
  height: 100%;
  width: 1px;
  background: #D4D4D4;
}
.role_popup_outer .role_popup_inner .bottom_section .right .side_bar_block {
  max-width: 190px;
}
.role_popup_outer .role_popup_inner .bottom_section .right .side_bar_block img {
  width: 190px;
  height: 255px;
  object-fit: cover;
  margin-bottom: 40px;
}
.role_popup_outer .role_popup_inner .bottom_section .right .side_bar_block p {
  font-family: "Be Vietnam Pro", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 140%;
  letter-spacing: -0.48px;
  color: #1F1F1F;
  margin-bottom: 24px;
}
.role_popup_outer .role_popup_inner .bottom_section .right .side_bar_block .cta_button {
  background-color: #066CFF;
  color: #fff;
  border: 1px solid #066CFF;
  padding: 0 52px 0 24px;
  height: 48px;
  cursor: pointer;
  font-family: "Be Vietnam Pro", sans-serif;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 100%;
  letter-spacing: -0.42px;
  text-transform: capitalize;
  border-radius: 56px;
  text-decoration: none;
  display: inline-flex;
  align-items: center;
  position: relative;
  overflow: hidden;
  transition: 0.6s;
}
.role_popup_outer .role_popup_inner .bottom_section .right .side_bar_block .cta_button:after {
  content: url("../images/button-arrow.svg");
  position: absolute;
  right: 20px;
  top: 12px;
  transition: 0.6s;
  filter: invert(0);
}
.role_popup_outer .role_popup_inner .bottom_section .right .side_bar_block .cta_button:before {
  content: url("../images/button-arrow.svg");
  position: absolute;
  left: -50px;
  top: 12px;
  transition: 0.6s;
  filter: invert(0);
}
.role_popup_outer .role_popup_inner .bottom_section .right .side_bar_block .cta_button:hover {
  background-color: #41D6C2;
  border: 1px solid #41D6C2;
  color: #1F1F1F;
  padding: 0 24px 0 52px;
}
.role_popup_outer .role_popup_inner .bottom_section .right .side_bar_block .cta_button:hover:after {
  right: -50px;
  top: 12px;
  filter: invert(1);
}
.role_popup_outer .role_popup_inner .bottom_section .right .side_bar_block .cta_button:hover:before {
  left: 20px;
  top: 12px;
  filter: invert(1);
}
.role_popup_outer .role_popup_inner .bottom_section .right .side_bar_block .cta_button span {
  position: relative;
}
.role_popup_outer .role_popup_inner .bottom_section .right .side_bar_block .cta_button.is-inview {
  max-width: 100%;
}
.role_popup_outer .role_popup_inner .bottom_section .right .side_bar_block .cta_button.is-inview span {
  animation: scrollUpText 0.6s ease-in forwards;
}
.role_popup_outer .role_popup_inner .bottom_section div {
  min-width: unset !important;
}

.career_listing_section {
  margin: 60px 0;
}
@media (min-width: 1025px) {
  .career_listing_section {
    margin: 100px 0;
  }
}
.career_listing_section .career_listing_section_inner {
  display: flex;
  flex-direction: column;
  gap: 120px;
}
@media (min-width: 768px) {
  .career_listing_section .career_listing_section_inner {
    gap: 160px;
  }
}
.career_listing_section .career_listing_section_inner .top h2 {
  font-family: "Cormorant Garamond", serif;
  font-size: 56px;
  font-style: normal;
  font-weight: 400;
  line-height: 100%;
  letter-spacing: -2.8px;
  margin: 0;
  max-width: 808px;
  margin: 0 auto;
}
@media (min-width: 1025px) {
  .career_listing_section .career_listing_section_inner .top h2 {
    font-size: 96px;
    letter-spacing: -4.8px;
  }
}
.career_listing_section .career_listing_section_inner .bottom .career_listing {
  position: relative;
  padding-bottom: 80px;
}
.career_listing_section .career_listing_section_inner .bottom .career_listing:before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  height: 1px;
  width: 0;
  background: #D4D4D4;
}
.career_listing_section .career_listing_section_inner .bottom .career_listing.is-inview:before {
  animation: barWidth 1s ease-in forwards;
}
.career_listing_section .career_listing_section_inner .bottom .career_listing .filters {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding-bottom: 64px;
  padding-top: 40px;
  position: relative;
  transition: 0.3s;
  gap: 24px;
}
@media (min-width: 1025px) {
  .career_listing_section .career_listing_section_inner .bottom .career_listing .filters {
    margin-bottom: 80px;
    padding-bottom: 48px;
    padding-top: 48px;
    flex-direction: row;
  }
}
.career_listing_section .career_listing_section_inner .bottom .career_listing .filters:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  height: 1px;
  width: 0;
  background: #D4D4D4;
}
.career_listing_section .career_listing_section_inner .bottom .career_listing .filters.is-inview:before {
  animation: barWidth 1s ease-in forwards;
}
.career_listing_section .career_listing_section_inner .bottom .career_listing .filters .career_count {
  font-family: "Be Vietnam Pro", sans-serif;
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: 100%;
  letter-spacing: 1px;
  text-transform: uppercase;
  color: #1F1F1F;
}
.career_listing_section .career_listing_section_inner .bottom .career_listing .filters .career_count .amount_outer {
  opacity: 0.6;
}
.career_listing_section .career_listing_section_inner .bottom .career_listing .filters ul {
  display: flex;
  flex-direction: row;
  margin: 0;
  padding: 0;
  height: 30px;
}
.career_listing_section .career_listing_section_inner .bottom .career_listing .filters ul li {
  list-style-type: none;
  font-family: "Be Vietnam Pro", sans-serif;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 140%;
  letter-spacing: -0.42px;
  text-transform: capitalize;
  position: relative;
  transition: 0.3s;
  cursor: pointer;
  color: #D4D4D4;
}
.career_listing_section .career_listing_section_inner .bottom .career_listing .filters ul li:after {
  content: "";
  position: absolute;
  bottom: -8px;
  left: 0;
  height: 1px;
  width: 0;
}
.career_listing_section .career_listing_section_inner .bottom .career_listing .filters ul .active {
  color: #1F1F1F;
  position: relative;
}
.career_listing_section .career_listing_section_inner .bottom .career_listing .filters ul .active:after {
  content: "";
  position: absolute;
  left: 0;
  height: 1px;
  width: 100%;
  background: #1F1F1F;
}
.career_listing_section .career_listing_section_inner .bottom .career_listing .filters .left h2 {
  font-family: "Cormorant Garamond", serif;
  font-size: 48px;
  font-style: normal;
  font-weight: 400;
  line-height: 100%;
  letter-spacing: -2.4px;
  margin-top: 0;
  margin-bottom: 24px;
}
@media (min-width: 1025px) {
  .career_listing_section .career_listing_section_inner .bottom .career_listing .filters .left h2 {
    margin: 0;
    font-size: 64px;
    letter-spacing: -3.2px;
  }
}
.career_listing_section .career_listing_section_inner .bottom .career_listing .filters .left .search_overlay {
  display: none;
}
.career_listing_section .career_listing_section_inner .bottom .career_listing .filters .right {
  display: flex;
  flex-direction: row;
  gap: 40px;
  align-items: center;
  white-space: nowrap;
}
@media (min-width: 1025px) {
  .career_listing_section .career_listing_section_inner .bottom .career_listing .filters .right {
    white-space: unset;
  }
}
.career_listing_section .career_listing_section_inner .bottom .career_listing .filters .right ul {
  gap: 16px;
}
.career_listing_section .career_listing_section_inner .bottom .career_listing .filters .right .search_button {
  background-color: rgba(255, 255, 255, 0);
  color: #1F1F1F;
  border: 1px solid #1F1F1F;
  padding: 0 24px 0 52px;
  height: 40px;
  cursor: pointer;
  font-family: "Be Vietnam Pro", sans-serif;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 100%;
  letter-spacing: -0.42px;
  text-transform: capitalize;
  border-radius: 56px;
  transition: 0.6s;
  text-decoration: none;
  display: inline-flex;
  align-items: center;
  position: relative;
  overflow: hidden;
  display: none;
}
.career_listing_section .career_listing_section_inner .bottom .career_listing .filters .right .search_button:before {
  content: url("../images/button-search.svg");
  position: absolute;
  left: 20px;
  top: 7px;
  transition: 0.3s;
  filter: invert(1);
}
.career_listing_section .career_listing_section_inner .bottom .career_listing .filters .right .search_button:hover {
  background-color: #15367B;
  border: 1px solid #15367B;
  color: #fff;
}
.career_listing_section .career_listing_section_inner .bottom .career_listing .filters .right .search_button:hover:before {
  filter: invert(0);
}
@media (min-width: 1025px) {
  .career_listing_section .career_listing_section_inner .bottom .career_listing .filters .right .search_button {
    display: flex;
  }
}
.career_listing_section .career_listing_section_inner .bottom .career_listing .filters .right .close_search_button {
  background-color: rgba(255, 255, 255, 0);
  color: #1F1F1F;
  border: 1px solid #1F1F1F;
  padding: 0 54px 0 24px;
  height: 40px;
  cursor: pointer;
  font-family: "Be Vietnam Pro", sans-serif;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 100%;
  letter-spacing: -0.42px;
  text-transform: capitalize;
  border-radius: 56px;
  transition: 0.6s;
  text-decoration: none;
  display: inline-flex;
  align-items: center;
  position: relative;
  overflow: hidden;
  display: none;
}
.career_listing_section .career_listing_section_inner .bottom .career_listing .filters .right .close_search_button:before {
  content: url("../images/close.svg");
  position: absolute;
  right: 20px;
  top: 7px;
  transition: 0.3s;
  filter: invert(0);
}
.career_listing_section .career_listing_section_inner .bottom .career_listing .filters .right .close_search_button:hover {
  background-color: #15367B;
  border: 1px solid #15367B;
  color: #fff;
}
.career_listing_section .career_listing_section_inner .bottom .career_listing .filters .right .close_search_button:hover:before {
  filter: invert(1);
}
.career_listing_section .career_listing_section_inner .bottom .listing_section {
  display: flex;
  flex-direction: column;
  gap: 48px;
  max-width: 1082px;
  margin: 0 auto;
}
.career_listing_section .career_listing_section_inner .bottom .listing_section .career_item {
  position: relative;
  padding-top: 48px;
  display: flex;
  flex-direction: column;
  gap: 40px;
}
@media (min-width: 1025px) {
  .career_listing_section .career_listing_section_inner .bottom .listing_section .career_item {
    flex-direction: row;
    gap: unset;
    justify-content: space-between;
  }
}
.career_listing_section .career_listing_section_inner .bottom .listing_section .career_item:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  height: 1px;
  width: 0;
  background: #D4D4D4;
}
.career_listing_section .career_listing_section_inner .bottom .listing_section .career_item.is-inview:before {
  animation: barWidth 1s ease-in forwards;
}
.career_listing_section .career_listing_section_inner .bottom .listing_section .career_item .left h3 {
  font-family: "Be Vietnam Pro", sans-serif;
  font-size: 24px;
  font-style: normal;
  font-weight: 500;
  line-height: 140%;
  letter-spacing: -0.72px;
  color: #1F1F1F;
  margin-top: 0;
  margin-bottom: 16px;
}
@media (min-width: 1025px) {
  .career_listing_section .career_listing_section_inner .bottom .listing_section .career_item .left h3 {
    margin-bottom: 48px;
  }
}
.career_listing_section .career_listing_section_inner .bottom .listing_section .career_item .left ul {
  margin: 0;
  padding: 0;
  display: flex;
  flex-direction: row;
  gap: 24px;
}
.career_listing_section .career_listing_section_inner .bottom .listing_section .career_item .left ul li {
  list-style-type: none;
  font-family: "Be Vietnam Pro", sans-serif;
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: 100%;
  letter-spacing: 1px;
  text-transform: uppercase;
  color: #1F1F1F;
}
.career_listing_section .career_listing_section_inner .bottom .listing_section .career_item .right {
  display: flex;
  align-items: flex-end;
}
.career_listing_section .career_listing_section_inner .bottom .listing_section .career_item .right .cta_button {
  background-color: #066CFF;
  color: #fff;
  border: 1px solid #066CFF;
  padding: 0 54px 0 24px;
  height: 40px;
  cursor: pointer;
  font-family: "Be Vietnam Pro", sans-serif;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 100%;
  letter-spacing: -0.42px;
  text-transform: capitalize;
  border-radius: 56px;
  transition: 0.6s;
  text-decoration: none;
  display: inline-flex;
  align-items: center;
  position: relative;
  overflow: hidden;
}
.career_listing_section .career_listing_section_inner .bottom .listing_section .career_item .right .cta_button:before {
  content: url("../images/new-tab.svg");
  position: absolute;
  right: 20px;
  top: 7px;
  transition: 0.3s;
  filter: invert(0);
}
.career_listing_section .career_listing_section_inner .bottom .listing_section .career_item .right .cta_button:hover {
  background-color: #15367B;
  border: 1px solid #15367B;
  color: #1F1F1F;
}
.career_listing_section .career_listing_section_inner .bottom .listing_section .career_item .right .cta_button:hover:before {
  filter: invert(1);
}

.preferences {
  margin: 72px 0 64px 0;
}
@media (min-width: 1025px) {
  .preferences {
    margin: 76px 0 160px 0;
  }
}
.preferences .preferences_inner {
  max-width: 830px;
  margin: 0 auto;
  text-align: center;
}
.preferences .preferences_inner h2 {
  font-family: "Cormorant Garamond", serif;
  font-size: 56px;
  font-style: normal;
  font-weight: 400;
  line-height: 100%;
  letter-spacing: -2.8px;
  margin-top: 0;
  margin-bottom: 24px;
}
@media (min-width: 1025px) {
  .preferences .preferences_inner h2 {
    font-size: 80px;
    letter-spacing: -4px;
  }
}
.preferences .preferences_inner p {
  font-family: "Be Vietnam Pro", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 140%;
  letter-spacing: -0.48px;
  margin-bottom: 40px;
}
.preferences .preferences_inner .cta_button {
  background-color: #066CFF;
  color: #fff;
  border: 1px solid #066CFF;
  padding: 0 52px 0 24px;
  height: 48px;
  cursor: pointer;
  font-family: "Be Vietnam Pro", sans-serif;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 100%;
  letter-spacing: -0.42px;
  text-transform: capitalize;
  border-radius: 56px;
  text-decoration: none;
  display: inline-flex;
  align-items: center;
  position: relative;
  overflow: hidden;
  transition: 0.6s;
}
.preferences .preferences_inner .cta_button:after {
  content: url("../images/button-arrow.svg");
  position: absolute;
  right: 20px;
  top: 12px;
  transition: 0.6s;
  filter: invert(0);
}
.preferences .preferences_inner .cta_button:before {
  content: url("../images/button-arrow.svg");
  position: absolute;
  left: -50px;
  top: 12px;
  transition: 0.6s;
  filter: invert(0);
}
.preferences .preferences_inner .cta_button:hover {
  background-color: #41D6C2;
  border: 1px solid #41D6C2;
  color: #1F1F1F;
  padding: 0 24px 0 52px;
}
.preferences .preferences_inner .cta_button:hover:after {
  right: -50px;
  top: 12px;
  filter: invert(1);
}
.preferences .preferences_inner .cta_button:hover:before {
  left: 20px;
  top: 12px;
  filter: invert(1);
}
.preferences .preferences_inner .cta_button span {
  position: relative;
}
.preferences .preferences_inner .cta_button.is-inview {
  max-width: 100%;
}
.preferences .preferences_inner .cta_button.is-inview span {
  animation: scrollUpText 0.6s ease-in forwards;
}
.preferences .preferences_inner .preferences_list_inner {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  gap: 16px;
  justify-content: center;
  margin-bottom: 48px;
}
.preferences .preferences_inner .preferences_list_inner .preference {
  display: flex;
}
.preferences .preferences_inner .preferences_list_inner .preference [type=checkbox]:not(:checked),
.preferences .preferences_inner .preferences_list_inner .preference [type=checkbox]:checked {
  position: absolute;
  left: -9999px;
}
.preferences .preferences_inner .preferences_list_inner .preference [type=checkbox]:not(:checked) + label,
.preferences .preferences_inner .preferences_list_inner .preference [type=checkbox]:checked + label {
  position: relative;
  padding-left: 41px;
  cursor: pointer;
  font-family: "Be Vietnam Pro", sans-serif;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 31px;
  letter-spacing: -0.42px;
  text-transform: capitalize;
  color: #1F1F1F;
}
.preferences .preferences_inner .preferences_list_inner .preference [type=checkbox]:not(:checked) + label:before,
.preferences .preferences_inner .preferences_list_inner .preference [type=checkbox]:checked + label:before {
  content: "";
  position: absolute;
  left: 0;
  top: 2px;
  width: 24px;
  height: 24px;
  border-radius: 100%;
  border: 1px solid #A5A5A5;
  background: white;
  transition: 0.3s;
}
.preferences .preferences_inner .preferences_list_inner .preference [type=checkbox]:not(:checked) + label:after,
.preferences .preferences_inner .preferences_list_inner .preference [type=checkbox]:checked + label:after {
  content: "";
  position: absolute;
  left: 0;
  top: 2px;
  width: 24px;
  height: 24px;
  border-radius: 100%;
  border: 1px solid #A5A5A5;
  background: white;
  transition: 0.3s;
}
.preferences .preferences_inner .preferences_list_inner .preference [type=checkbox]:checked + label:before {
  background: #fff;
  border: 1px solid #A5A5A5;
}
.preferences .preferences_inner .preferences_list_inner .preference [type=checkbox]:checked + label:after {
  background: black;
  width: 16px;
  height: 16px;
  border: 1px solid black;
  top: 6px;
  left: 4px;
}

.contact_us_header {
  margin: 40px 0 120px 0;
}
@media (min-width: 1025px) {
  .contact_us_header {
    margin: 48px 0 160px 0;
  }
}
.contact_us_header .contact_us_header_inner {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  gap: 40px;
}
@media (min-width: 1025px) {
  .contact_us_header .contact_us_header_inner {
    gap: unset;
    flex-direction: row;
  }
}
.contact_us_header .contact_us_header_inner .left {
  max-width: 544px;
}
.contact_us_header .contact_us_header_inner .left .bullet_title {
  font-family: "Be Vietnam Pro", sans-serif;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 100%;
  letter-spacing: 1px;
  text-transform: uppercase;
  white-space: nowrap;
  margin-bottom: 48px;
}
.contact_us_header .contact_us_header_inner .left .bullet_title:before {
  content: "";
  width: 8px;
  height: 8px;
  border-radius: 100%;
  background: #000;
  position: relative;
  display: inline-block;
  margin-right: 16px;
  top: -1px;
}
.contact_us_header .contact_us_header_inner .left h2 {
  margin-bottom: 24px;
  font-family: "Cormorant Garamond", serif;
  font-size: 56px;
  font-style: normal;
  font-weight: 400;
  line-height: 100%;
  letter-spacing: -2.8px;
  margin-top: 0;
  color: #1F1F1F;
}
@media (min-width: 1025px) {
  .contact_us_header .contact_us_header_inner .left h2 {
    font-size: 96px;
    letter-spacing: -4.8px;
  }
}
.contact_us_header .contact_us_header_inner .left p {
  font-family: "Be Vietnam Pro", sans-serif;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 140%;
  letter-spacing: -0.54px;
  color: #1F1F1F;
  margin-bottom: 40px;
}
.contact_us_header .contact_us_header_inner .left .icon_list {
  display: flex;
  flex-direction: column;
  gap: 20px;
  padding: 0;
  margin-bottom: 40px;
}
.contact_us_header .contact_us_header_inner .left .icon_list .mail:before {
  content: url("../images/mail.svg");
  width: 24px;
  height: 24px;
}
.contact_us_header .contact_us_header_inner .left .icon_list .phone:before {
  content: url("../images/phone.svg");
  width: 24px;
  height: 24px;
}
.contact_us_header .contact_us_header_inner .left .icon_list li {
  list-style-type: none;
  display: flex;
  flex-direction: row;
  gap: 8px;
  align-items: center;
}
.contact_us_header .contact_us_header_inner .left .icon_list li:before {
  left: 0;
  top: 0;
  position: relative;
}
.contact_us_header .contact_us_header_inner .left .icon_list li a {
  font-family: "Be Vietnam Pro", sans-serif;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 140%;
  letter-spacing: -0.42px;
  color: #1F1F1F;
  transition: 0.3s;
  text-decoration: none;
}
.contact_us_header .contact_us_header_inner .left .icon_list li a:hover {
  border-bottom: 1px solid #1F1F1F;
}
.contact_us_header .contact_us_header_inner .left img {
  width: 190px;
  height: 255px;
  object-fit: cover;
}
.contact_us_header .contact_us_header_inner .right {
  max-width: 540px;
  position: relative;
}
@media (min-width: 1025px) {
  .contact_us_header .contact_us_header_inner .right {
    padding: 0 60px;
  }
}
@media (min-width: 1367px) {
  .contact_us_header .contact_us_header_inner .right {
    padding: 0 80px;
  }
}
@media (min-width: 1500px) {
  .contact_us_header .contact_us_header_inner .right {
    padding: 0 112px;
  }
}
.contact_us_header .contact_us_header_inner .right:before {
  content: "";
  position: absolute;
  left: -155px;
  top: 0;
  height: 0;
  width: 1px;
  background: #D4D4D4;
}
@media (min-width: 1025px) {
  .contact_us_header .contact_us_header_inner .right:before {
    left: 0;
  }
}
.contact_us_header .contact_us_header_inner .right.is-inview:before {
  animation: barHeight 1s ease-in forwards;
}
.contact_us_header .contact_us_header_inner .hs_form {
  min-width: 100%;
}
@media (min-width: 1025px) {
  .contact_us_header .contact_us_header_inner .hs_form {
    min-width: 530px;
  }
}

.site_form .form_field {
  position: relative;
  height: 54px;
  margin-bottom: 24px;
}
.site_form .form_field.field_error input[type=text], .site_form .form_field.field_error input[type=email], .site_form .form_field.field_error textarea, .site_form .form_field.field_error input[type=password] {
  border-bottom: 1px solid #F04438;
}
.site_form .form_field.field_error:after {
  content: attr(data-error);
  position: absolute;
  bottom: -25px;
  left: 0;
  color: #F04438;
  font-family: "Be Vietnam Pro", sans-serif;
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: 140%;
  letter-spacing: -0.36px;
}
.site_form .form_field.field_error.checkbox:after {
  bottom: -3px;
}
.site_form .form_field input[type=text], .site_form .form_field input[type=email], .site_form .form_field textarea, .site_form .form_field input[type=password] {
  background: none;
  -webkit-appearance: none;
  width: 100%;
  height: 54px;
  outline: none;
  font-family: "Be Vietnam Pro", sans-serif;
  font-size: 16px;
  color: #1F1F1F;
  border: none;
  border-bottom: 1px solid #D4D4D4;
  transition: 0.3s;
}
.site_form .form_field select {
  background: none;
  border: none;
  -webkit-appearance: none;
  width: 100%;
  height: 54px;
  outline: none;
  font-family: "Be Vietnam Pro", sans-serif;
  font-size: 16px;
  color: #1F1F1F;
}
.site_form .form_field textarea {
  border: 1px solid #D4D4D4;
  -webkit-appearance: none;
  background: none;
  padding: 24px;
  font-family: "Be Vietnam Pro", sans-serif;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 140%;
  letter-spacing: -0.42px;
  color: #1F1F1F;
  height: 140px;
  box-sizing: border-box;
}
.site_form .form_field label {
  font-family: "Be Vietnam Pro", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 140%;
  letter-spacing: -0.48px;
  color: #1F1F1F;
  position: absolute;
  top: 10px;
  left: 0;
  transition: 0.3s;
}
.site_form .form_field label span {
  position: relative;
  top: -5px;
}
.site_form .form_field.has_bottom_border:before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  height: 1px;
  width: 100%;
  background: #D4D4D4;
}
.site_form .form_field.focussed_input label {
  top: -10px;
  font-size: 13px;
}
.site_form .form_field.focussed_input input {
  border-bottom: 1px solid #1F1F1F;
}
.site_form .form_field.checkbox [type=checkbox]:not(:checked),
.site_form .form_field.checkbox [type=checkbox]:checked {
  position: absolute;
  left: -9999px;
}
.site_form .form_field.checkbox [type=checkbox]:not(:checked) + label,
.site_form .form_field.checkbox [type=checkbox]:checked + label {
  position: relative;
  padding-left: 41px;
  cursor: pointer;
  font-family: "Be Vietnam Pro", sans-serif;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 31px;
  letter-spacing: -0.42px;
  text-transform: capitalize;
  color: #1F1F1F;
}
.site_form .form_field.checkbox [type=checkbox]:not(:checked) + label:before,
.site_form .form_field.checkbox [type=checkbox]:checked + label:before {
  content: "";
  position: absolute;
  left: 0;
  top: -5px;
  width: 24px;
  height: 24px;
  border-radius: 12px;
  border: 1px solid #A5A5A5;
  background: white;
  transition: 0.3s;
}
.site_form .form_field.checkbox [type=checkbox]:checked + label:before {
  background: #066CFF;
  border: 1px solid #066CFF;
}
.site_form .form_field.select {
  position: relative;
}
.site_form .form_field.select:after {
  content: url("../images/Chevrons.svg");
  position: absolute;
  right: 0;
  top: 15px;
  transition: 0.3s;
  transform: rotate(0deg);
}
.site_form .form_field.textarea {
  height: unset;
}
.site_form p {
  font-family: "Be Vietnam Pro", sans-serif;
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: 140%;
  letter-spacing: -0.36px;
  margin-bottom: 24px;
  color: #1F1F1F;
}
.site_form a {
  color: #1F1F1F;
  font-family: "Be Vietnam Pro", sans-serif;
  font-size: 14px;
}
.site_form button {
  background-color: #066CFF;
  color: #fff;
  border: 1px solid #066CFF;
  padding: 0 52px 0 24px;
  height: 48px;
  cursor: pointer;
  font-family: "Be Vietnam Pro", sans-serif;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 100%;
  letter-spacing: -0.42px;
  text-transform: capitalize;
  border-radius: 56px;
  text-decoration: none;
  display: inline-flex;
  align-items: center;
  position: relative;
  overflow: hidden;
  transition: 0.6s;
  display: block;
  margin-top: 40px;
}
.site_form button:after {
  content: url("../images/button-arrow.svg");
  position: absolute;
  right: 20px;
  top: 12px;
  transition: 0.6s;
  filter: invert(0);
}
.site_form button:before {
  content: url("../images/button-arrow.svg");
  position: absolute;
  left: -50px;
  top: 12px;
  transition: 0.6s;
  filter: invert(0);
}
.site_form button:hover {
  background-color: #41D6C2;
  border: 1px solid #41D6C2;
  color: #1F1F1F;
  padding: 0 24px 0 52px;
}
.site_form button:hover:after {
  right: -50px;
  top: 12px;
  filter: invert(1);
}
.site_form button:hover:before {
  left: 20px;
  top: 12px;
  filter: invert(1);
}
.site_form button span {
  position: relative;
}
.site_form button.is-inview {
  max-width: 100%;
}
.site_form button.is-inview span {
  animation: scrollUpText 0.6s ease-in forwards;
}

.map_location_component {
  margin-bottom: 160px;
}
.map_location_component .map_location_component_inner {
  padding-top: 48px;
  display: flex;
  flex-direction: column;
  gap: 40px;
}
@media (min-width: 1025px) {
  .map_location_component .map_location_component_inner {
    flex-direction: row;
    gap: 160px;
  }
}
@media (min-width: 1367px) {
  .map_location_component .map_location_component_inner {
    gap: 190px;
  }
}
@media (min-width: 1500px) {
  .map_location_component .map_location_component_inner {
    gap: 240px;
  }
}
.map_location_component .map_location_component_inner:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  height: 1px;
  width: 0;
  background: #D4D4D4;
}
.map_location_component .map_location_component_inner.is-inview:before {
  animation: barWidth 1s ease-in forwards;
}
.map_location_component .map_location_component_inner .left .bullet_title {
  font-family: "Be Vietnam Pro", sans-serif;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 100%;
  letter-spacing: 1px;
  text-transform: uppercase;
  white-space: nowrap;
}
.map_location_component .map_location_component_inner .left .bullet_title:before {
  content: "";
  width: 8px;
  height: 8px;
  border-radius: 100%;
  background: #000;
  position: relative;
  display: inline-block;
  margin-right: 16px;
  top: -1px;
}
.map_location_component .map_location_component_inner .right {
  display: flex;
  flex-direction: column;
  gap: 40px;
}
@media (min-width: 1025px) {
  .map_location_component .map_location_component_inner .right {
    gap: 120px;
  }
}
.map_location_component .map_location_component_inner .right .top h2 {
  font-family: "Cormorant Garamond", serif;
  font-size: 56px;
  font-style: normal;
  font-weight: 400;
  line-height: 100%;
  letter-spacing: -2.8px;
  margin: 0;
}
@media (min-width: 1025px) {
  .map_location_component .map_location_component_inner .right .top h2 {
    font-size: 96px;
    letter-spacing: -4.8px;
  }
}
.map_location_component .map_location_component_inner .right .bottom {
  display: flex;
  flex-direction: column;
  gap: 40px;
}
@media (min-width: 1025px) {
  .map_location_component .map_location_component_inner .right .bottom {
    flex-direction: row;
    gap: 80px;
  }
}
@media (min-width: 1367px) {
  .map_location_component .map_location_component_inner .right .bottom {
    gap: 120px;
  }
}
@media (min-width: 1500px) {
  .map_location_component .map_location_component_inner .right .bottom {
    gap: 160px;
  }
}
.map_location_component .map_location_component_inner .right .bottom .left_section #map {
  width: 100%;
  height: 450px;
  object-fit: cover;
}
@media (min-width: 1025px) {
  .map_location_component .map_location_component_inner .right .bottom .left_section #map {
    width: 530px;
    height: 730px;
  }
}
.map_location_component .map_location_component_inner .right .bottom .left_section img {
  width: 100%;
  height: 450px;
  object-fit: cover;
}
@media (min-width: 1025px) {
  .map_location_component .map_location_component_inner .right .bottom .left_section img {
    width: 530px;
    height: 730px;
  }
}
.map_location_component .map_location_component_inner .right .bottom .right_section h3 {
  font-family: "Cormorant Garamond", serif;
  font-size: 40px;
  font-style: normal;
  font-weight: 400;
  line-height: 100%;
  letter-spacing: -2px;
  color: #1F1F1F;
  margin-bottom: 24px;
  margin-top: 0;
}
.map_location_component .map_location_component_inner .right .bottom .right_section p {
  font-family: "Be Vietnam Pro", sans-serif;
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
  line-height: 140%;
  letter-spacing: -0.54px;
  color: #1F1F1F;
  margin-bottom: 48px;
}
.map_location_component .map_location_component_inner .right .bottom .right_section ul {
  padding: 0;
  display: flex;
  flex-direction: column;
  gap: 16px;
}
.map_location_component .map_location_component_inner .right .bottom .right_section ul li {
  list-style-type: none;
  position: relative;
  padding-left: 16px;
  font-family: "Be Vietnam Pro", sans-serif;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 100%;
  letter-spacing: 1px;
  text-transform: uppercase;
}
.map_location_component .map_location_component_inner .right .bottom .right_section ul li:before {
  position: absolute;
  content: "";
  left: 0;
  top: 6px;
  width: 8px;
  height: 1px;
  background: #1F1F1F;
}

.agreement_header_component {
  background: #F8FBFF;
  margin-top: -142px;
  padding-top: 174px;
  padding-bottom: 32px;
}
.agreement_header_component .agreement_header_component_inner {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
@media (min-width: 1025px) {
  .agreement_header_component .agreement_header_component_inner {
    flex-direction: row;
    gap: 48px;
  }
}
.agreement_header_component .agreement_header_component_inner .left {
  flex: 1;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.agreement_header_component .agreement_header_component_inner .left .intro_section {
  margin-top: 72px;
}
@media (min-width: 1025px) {
  .agreement_header_component .agreement_header_component_inner .left .intro_section {
    margin-top: 116px;
  }
}
.agreement_header_component .agreement_header_component_inner .left .intro_section h1 {
  font-family: "Cormorant Garamond", serif;
  font-size: 56px;
  font-style: normal;
  font-weight: 400;
  line-height: 100%;
  letter-spacing: -2.8px;
  margin-top: 16px;
  margin-bottom: 24px;
}
@media (min-width: 1025px) {
  .agreement_header_component .agreement_header_component_inner .left .intro_section h1 {
    font-size: 96px;
    letter-spacing: -4.8px;
  }
}
.agreement_header_component .agreement_header_component_inner .left .intro_section p {
  font-family: "Be Vietnam Pro", sans-serif;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 140%;
  letter-spacing: -0.54px;
  margin-bottom: 40px;
}
@media (min-width: 1025px) {
  .agreement_header_component .agreement_header_component_inner .left .intro_section p {
    margin-bottom: 0;
  }
}
.agreement_header_component .agreement_header_component_inner .left .bottom_section {
  font-family: "Be Vietnam Pro", sans-serif;
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: 100%;
  letter-spacing: 1px;
  text-transform: uppercase;
  margin-bottom: 40px;
}
@media (min-width: 1025px) {
  .agreement_header_component .agreement_header_component_inner .left .bottom_section {
    font-size: 14px;
    margin-bottom: 0;
  }
}
.agreement_header_component .agreement_header_component_inner .right {
  display: flex;
  flex-direction: column;
}
@media (min-width: 1025px) {
  .agreement_header_component .agreement_header_component_inner .right {
    max-width: 657px;
  }
}
.agreement_header_component .agreement_header_component_inner .right .large_image {
  width: 100%;
  height: 100%;
  object-fit: cover;
  margin-bottom: 24px;
}
@media (min-width: 1025px) {
  .agreement_header_component .agreement_header_component_inner .right .large_image {
    margin-bottom: 0;
  }
}

.side_images_with_center_content_404 {
  margin: 96px 0 60px 0;
}
@media (min-width: 1025px) {
  .side_images_with_center_content_404 {
    margin: 54px 0 160px 0;
  }
}
.side_images_with_center_content_404 .container .side_images_with_center_content_404_inner {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  width: 100%;
}
@media (min-width: 768px) {
  .side_images_with_center_content_404 .container .side_images_with_center_content_404_inner {
    flex-direction: row;
    gap: 65px;
  }
}
@media (min-width: 1025px) {
  .side_images_with_center_content_404 .container .side_images_with_center_content_404_inner {
    flex-direction: row;
    gap: unset;
  }
}
.side_images_with_center_content_404 .container .side_images_with_center_content_404_inner .left {
  gap: 16px;
  order: 3;
  display: flex;
  flex-direction: row;
  margin-top: 48px;
}
@media (min-width: 768px) {
  .side_images_with_center_content_404 .container .side_images_with_center_content_404_inner .left {
    order: 0;
    display: flex;
    width: 100%;
    overflow: hidden;
    margin-top: 0;
    flex-direction: unset;
  }
}
@media (min-width: 1025px) {
  .side_images_with_center_content_404 .container .side_images_with_center_content_404_inner .left {
    width: auto;
    gap: unset;
    overflow: visible;
  }
}
.side_images_with_center_content_404 .container .side_images_with_center_content_404_inner .left img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.side_images_with_center_content_404 .container .side_images_with_center_content_404_inner .left img:nth-of-type(1) {
  max-height: 282px;
}
@media (min-width: 1025px) {
  .side_images_with_center_content_404 .container .side_images_with_center_content_404_inner .left img:nth-of-type(1) {
    max-height: unset;
  }
}
.side_images_with_center_content_404 .container .side_images_with_center_content_404_inner .left img:nth-of-type(2) {
  max-height: 161px;
  display: none;
}
@media (min-width: 1025px) {
  .side_images_with_center_content_404 .container .side_images_with_center_content_404_inner .left img:nth-of-type(2) {
    display: inline-flex;
    max-height: unset;
  }
}
.side_images_with_center_content_404 .container .side_images_with_center_content_404_inner .middle {
  display: flex;
  flex-direction: column;
  gap: 48px;
  max-width: 460px;
  margin-top: 48px;
  justify-content: space-between;
}
@media (min-width: 768px) {
  .side_images_with_center_content_404 .container .side_images_with_center_content_404_inner .middle {
    margin-top: 0;
    width: 100%;
  }
}
@media (min-width: 1025px) {
  .side_images_with_center_content_404 .container .side_images_with_center_content_404_inner .middle {
    width: auto;
    margin-top: 0;
    gap: 300px;
    margin-right: 85px;
    margin-left: 85px;
  }
}
.side_images_with_center_content_404 .container .side_images_with_center_content_404_inner .middle .top h1 {
  font-family: "Cormorant Garamond", serif;
  font-size: 48px;
  font-style: normal;
  font-weight: 400;
  line-height: 100%;
  letter-spacing: -2.4px;
  color: #1F1F1F;
  margin: 0;
  max-width: 250px;
}
@media (min-width: 1025px) {
  .side_images_with_center_content_404 .container .side_images_with_center_content_404_inner .middle .top h1 {
    font-size: 140px;
    letter-spacing: -7px;
    max-width: unset;
  }
}
.side_images_with_center_content_404 .container .side_images_with_center_content_404_inner .middle .bottom p {
  font-family: "Be Vietnam Pro", sans-serif;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 140%;
  letter-spacing: -0.54px;
  color: #1F1F1F;
}
@media (min-width: 1025px) {
  .side_images_with_center_content_404 .container .side_images_with_center_content_404_inner .middle .bottom p {
    font-size: 22px;
    letter-spacing: -0.54px;
  }
}
.side_images_with_center_content_404 .container .side_images_with_center_content_404_inner .middle .bottom p:last-of-type {
  margin-bottom: 0;
}
.side_images_with_center_content_404 .container .side_images_with_center_content_404_inner .middle .bottom .buttons {
  display: flex;
  flex-direction: row;
  gap: 24px;
  align-items: center;
  margin-top: 40px;
}
.side_images_with_center_content_404 .container .side_images_with_center_content_404_inner .middle .bottom .buttons .cta_button {
  background-color: #066CFF;
  color: #fff;
  border: 1px solid #066CFF;
  padding: 0 52px 0 24px;
  height: 48px;
  cursor: pointer;
  font-family: "Be Vietnam Pro", sans-serif;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 100%;
  letter-spacing: -0.42px;
  text-transform: capitalize;
  border-radius: 56px;
  text-decoration: none;
  display: inline-flex;
  align-items: center;
  position: relative;
  overflow: hidden;
  transition: 0.6s;
}
.side_images_with_center_content_404 .container .side_images_with_center_content_404_inner .middle .bottom .buttons .cta_button:after {
  content: url("../images/button-arrow.svg");
  position: absolute;
  right: 20px;
  top: 12px;
  transition: 0.6s;
  filter: invert(0);
}
.side_images_with_center_content_404 .container .side_images_with_center_content_404_inner .middle .bottom .buttons .cta_button:before {
  content: url("../images/button-arrow.svg");
  position: absolute;
  left: -50px;
  top: 12px;
  transition: 0.6s;
  filter: invert(0);
}
.side_images_with_center_content_404 .container .side_images_with_center_content_404_inner .middle .bottom .buttons .cta_button:hover {
  background-color: #41D6C2;
  border: 1px solid #41D6C2;
  color: #1F1F1F;
  padding: 0 24px 0 52px;
}
.side_images_with_center_content_404 .container .side_images_with_center_content_404_inner .middle .bottom .buttons .cta_button:hover:after {
  right: -50px;
  top: 12px;
  filter: invert(1);
}
.side_images_with_center_content_404 .container .side_images_with_center_content_404_inner .middle .bottom .buttons .cta_button:hover:before {
  left: 20px;
  top: 12px;
  filter: invert(1);
}
.side_images_with_center_content_404 .container .side_images_with_center_content_404_inner .middle .bottom .buttons .cta_button span {
  position: relative;
}
.side_images_with_center_content_404 .container .side_images_with_center_content_404_inner .middle .bottom .buttons .cta_button.is-inview {
  max-width: 100%;
}
.side_images_with_center_content_404 .container .side_images_with_center_content_404_inner .middle .bottom .buttons .cta_button.is-inview span {
  animation: scrollUpText 0.6s ease-in forwards;
}
.side_images_with_center_content_404 .container .side_images_with_center_content_404_inner .middle .bottom .buttons .basic_button {
  display: inline-flex;
  font-family: "Be Vietnam Pro", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 140%;
  letter-spacing: -0.48px;
  text-transform: capitalize;
  padding-bottom: 8px;
  border-bottom: 1px solid #D4D4D4;
  text-decoration: none;
  color: #1F1F1F;
}
.side_images_with_center_content_404 .container .side_images_with_center_content_404_inner .right img {
  width: 100%;
  height: auto;
  object-fit: cover;
}

.dashboard .dashboard_inner .top_section {
  padding: 48px 0 24px 0;
}
@media (min-width: 1025px) {
  .dashboard .dashboard_inner .top_section {
    padding: 80px 0;
  }
}
.dashboard .dashboard_inner .top_section h1 {
  font-family: "Cormorant Garamond", serif;
  font-size: 48px;
  font-style: normal;
  font-weight: 400;
  line-height: 100%;
  letter-spacing: -2.4px;
  margin: 0;
}
@media (min-width: 1025px) {
  .dashboard .dashboard_inner .top_section h1 {
    font-size: 64px;
    letter-spacing: -3.2px;
  }
}
.dashboard .dashboard_inner .bottom_section {
  display: flex;
  flex-direction: column;
  gap: 48px;
}
@media (min-width: 1025px) {
  .dashboard .dashboard_inner .bottom_section {
    flex-direction: row;
    justify-content: space-between;
  }
}
.dashboard .dashboard_inner .bottom_section .sidebar {
  width: 100%;
  display: flex;
  flex-direction: column;
  box-sizing: border-box;
  align-items: flex-start;
}
@media (min-width: 1025px) {
  .dashboard .dashboard_inner .bottom_section .sidebar {
    max-width: 190px;
  }
}
.dashboard .dashboard_inner .bottom_section .sidebar .filter_ref {
  display: flex;
  align-items: center;
  height: 54px;
  width: 100%;
  position: relative;
  font-family: "Be Vietnam Pro", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 140%;
  letter-spacing: -0.48px;
  order: 2;
}
.dashboard .dashboard_inner .bottom_section .sidebar .filter_ref:before {
  content: "";
  position: absolute;
  left: 0;
  bottom: -8px;
  height: 1px;
  width: 100%;
  background: #D4D4D4;
}
.dashboard .dashboard_inner .bottom_section .sidebar .filter_ref:after {
  content: url("../images/Chevrons.svg");
  position: absolute;
  right: 0;
  top: 14px;
  transition: 0.3s;
  transform: rotate(360deg);
}
@media (min-width: 1025px) {
  .dashboard .dashboard_inner .bottom_section .sidebar .filter_ref {
    display: none;
  }
}
.dashboard .dashboard_inner .bottom_section .sidebar .filter_ref_active:before {
  background: #1F1F1F;
}
.dashboard .dashboard_inner .bottom_section .sidebar .filter_ref_active:after {
  transform: rotate(180deg);
}
.dashboard .dashboard_inner .bottom_section .sidebar .tab_list {
  margin: 0;
  flex-direction: column;
  gap: 24px;
  align-items: flex-start;
  order: 3;
  box-sizing: border-box;
  padding: 24px;
  border: 1px solid grey;
  width: 100%;
  display: none;
  margin-top: 32px;
}
@media (min-width: 1025px) {
  .dashboard .dashboard_inner .bottom_section .sidebar .tab_list {
    margin-top: 0;
    display: flex;
    order: 1;
    padding: 0;
    border: none;
  }
}
.dashboard .dashboard_inner .bottom_section .sidebar .tab_list .active_li {
  opacity: 1;
  position: relative;
}
.dashboard .dashboard_inner .bottom_section .sidebar .tab_list .active_li:before {
  animation: barWidth 0.3s ease-in forwards;
}
.dashboard .dashboard_inner .bottom_section .sidebar .tab_list li {
  list-style-type: none;
  font-family: "Be Vietnam Pro", sans-serif;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 140%;
  letter-spacing: -0.42px;
  text-transform: capitalize;
  color: #1F1F1F;
  transition: 0.3s;
  opacity: 0.6;
  cursor: pointer;
}
.dashboard .dashboard_inner .bottom_section .sidebar .tab_list li:before {
  content: "";
  position: absolute;
  left: 0;
  bottom: -8px;
  height: 1px;
  width: 0;
  background: #1F1F1F;
}
.dashboard .dashboard_inner .bottom_section .sidebar .tab_list li:hover {
  opacity: 1;
}
.dashboard .dashboard_inner .bottom_section .sidebar .tab_list li a {
  list-style-type: none;
  font-family: "Be Vietnam Pro", sans-serif;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 140%;
  letter-spacing: -0.42px;
  text-transform: capitalize;
  color: #1F1F1F;
  text-decoration: none;
}
.dashboard .dashboard_inner .bottom_section .sidebar .tab_list_active {
  display: flex;
}
.dashboard .dashboard_inner .bottom_section .sidebar .cta_button {
  order: 1;
  background-color: #066CFF;
  color: #fff;
  border: 1px solid #066CFF;
  padding: 0 52px 0 24px;
  height: 48px;
  cursor: pointer;
  font-family: "Be Vietnam Pro", sans-serif;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 100%;
  letter-spacing: -0.42px;
  text-transform: capitalize;
  border-radius: 56px;
  text-decoration: none;
  display: inline-flex;
  align-items: center;
  position: relative;
  overflow: hidden;
  transition: 0.6s;
  margin-bottom: 48px;
}
.dashboard .dashboard_inner .bottom_section .sidebar .cta_button:after {
  content: url("../images/button-arrow.svg");
  position: absolute;
  right: 20px;
  top: 12px;
  transition: 0.6s;
  filter: invert(0);
}
.dashboard .dashboard_inner .bottom_section .sidebar .cta_button:before {
  content: url("../images/button-arrow.svg");
  position: absolute;
  left: -50px;
  top: 12px;
  transition: 0.6s;
  filter: invert(0);
}
.dashboard .dashboard_inner .bottom_section .sidebar .cta_button:hover {
  background-color: #41D6C2;
  border: 1px solid #41D6C2;
  color: #1F1F1F;
  padding: 0 24px 0 52px;
}
.dashboard .dashboard_inner .bottom_section .sidebar .cta_button:hover:after {
  right: -50px;
  top: 12px;
  filter: invert(1);
}
.dashboard .dashboard_inner .bottom_section .sidebar .cta_button:hover:before {
  left: 20px;
  top: 12px;
  filter: invert(1);
}
.dashboard .dashboard_inner .bottom_section .sidebar .cta_button span {
  position: relative;
}
.dashboard .dashboard_inner .bottom_section .sidebar .cta_button.is-inview {
  max-width: 100%;
}
.dashboard .dashboard_inner .bottom_section .sidebar .cta_button.is-inview span {
  animation: scrollUpText 0.6s ease-in forwards;
}
@media (min-width: 1025px) {
  .dashboard .dashboard_inner .bottom_section .sidebar .cta_button {
    order: 2;
    margin-top: 40px;
    margin-bottom: 0;
  }
}
.dashboard .dashboard_inner .bottom_section .sidebar .sidebar_block {
  margin-top: 80px;
  display: none;
  order: 3;
}
@media (min-width: 1025px) {
  .dashboard .dashboard_inner .bottom_section .sidebar .sidebar_block {
    display: flex;
    flex-direction: column;
  }
}
.dashboard .dashboard_inner .bottom_section .sidebar .sidebar_block img {
  width: 100%;
  height: 250px;
  object-fit: cover;
  margin-bottom: 40px;
}
.dashboard .dashboard_inner .bottom_section .sidebar .sidebar_block p {
  font-family: "Be Vietnam Pro", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 140%;
  letter-spacing: -0.48px;
  color: #1F1F1F;
}
.dashboard .dashboard_inner .bottom_section .tabs {
  max-width: 1083px;
  width: 100%;
}
.dashboard .dashboard_inner .bottom_section .tabs .inner_section {
  padding: 48px 0;
  position: relative;
}
@media (max-width: 1025px) {
  .dashboard .dashboard_inner .bottom_section .tabs .inner_section:first-of-type:before {
    content: none;
  }
}
.dashboard .dashboard_inner .bottom_section .tabs .inner_section h2 {
  font-family: "Cormorant Garamond", serif;
  font-size: 32px;
  font-style: normal;
  font-weight: 400;
  line-height: 100%;
  letter-spacing: -1.6px;
  margin-top: 0;
  margin-bottom: 48px;
}
@media (min-width: 1025px) {
  .dashboard .dashboard_inner .bottom_section .tabs .inner_section h2 {
    font-size: 40px;
    letter-spacing: -2px;
  }
}
.dashboard .dashboard_inner .bottom_section .tabs .inner_section h3 {
  font-family: "Be Vietnam Pro", sans-serif;
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
  line-height: 140%;
  letter-spacing: -0.54px;
  color: #1F1F1F;
  margin-bottom: 24px;
  margin-top: 40px;
}
.dashboard .dashboard_inner .bottom_section .tabs .inner_section:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  height: 1px;
  width: 0;
  background: #D4D4D4;
}
.dashboard .dashboard_inner .bottom_section .tabs .inner_section.is-inview:before {
  animation: barWidth 1s ease-in forwards;
}
.dashboard .dashboard_inner .bottom_section .tabs .profile_form {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
.dashboard .dashboard_inner .bottom_section .tabs .profile_form .upper_form {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  gap: 40px;
  width: 100%;
}
.dashboard .dashboard_inner .bottom_section .tabs .profile_form .upper_form .field_set {
  width: 100%;
  padding: 0;
  border: none;
}
@media (min-width: 1025px) {
  .dashboard .dashboard_inner .bottom_section .tabs .profile_form .upper_form .field_set {
    flex: 0 0 calc((100% - 40px) / 2);
  }
}
.dashboard .dashboard_inner .bottom_section .tabs .profile_form .upper_form input {
  width: 100%;
  height: 54px;
  font-family: "Be Vietnam Pro", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 140%;
  letter-spacing: -0.48px;
  border: none;
  color: #A5A5A5;
  outline: none;
  border-bottom: 1px solid #A5A5A5;
}
.dashboard .dashboard_inner .bottom_section .tabs .profile_form textarea {
  padding: 24px;
  font-family: "Be Vietnam Pro", sans-serif;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 140%;
  letter-spacing: -0.42px;
  color: #1F1F1F;
  margin-bottom: 48px;
  width: 100%;
  border: 1px solid #A5A5A5;
  height: 140px;
  box-sizing: border-box;
}
@media (min-width: 1025px) {
  .dashboard .dashboard_inner .bottom_section .tabs .profile_form textarea {
    max-width: 523px;
  }
}
.dashboard .dashboard_inner .bottom_section .tabs .basic_submit {
  display: inline-flex;
  font-family: "Be Vietnam Pro", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 140%;
  letter-spacing: -0.48px;
  text-transform: capitalize;
  padding-bottom: 8px;
  border-bottom: 1px solid #D4D4D4;
  text-decoration: none;
  color: #1F1F1F;
}
.dashboard .dashboard_inner .bottom_section .tabs .preferences_list_inner {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  gap: 16px;
  margin-bottom: 48px;
  max-width: 70%;
}
.dashboard .dashboard_inner .bottom_section .tabs .preferences_list_inner .preference {
  display: flex;
}
.dashboard .dashboard_inner .bottom_section .tabs .preferences_list_inner .preference [type=checkbox]:not(:checked),
.dashboard .dashboard_inner .bottom_section .tabs .preferences_list_inner .preference [type=checkbox]:checked {
  position: absolute;
  left: -9999px;
}
.dashboard .dashboard_inner .bottom_section .tabs .preferences_list_inner .preference [type=checkbox]:not(:checked) + label,
.dashboard .dashboard_inner .bottom_section .tabs .preferences_list_inner .preference [type=checkbox]:checked + label {
  position: relative;
  padding-left: 41px;
  cursor: pointer;
  font-family: "Be Vietnam Pro", sans-serif;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 31px;
  letter-spacing: -0.42px;
  text-transform: capitalize;
  color: #1F1F1F;
}
.dashboard .dashboard_inner .bottom_section .tabs .preferences_list_inner .preference [type=checkbox]:not(:checked) + label:before,
.dashboard .dashboard_inner .bottom_section .tabs .preferences_list_inner .preference [type=checkbox]:checked + label:before {
  content: "";
  position: absolute;
  left: 0;
  top: 2px;
  width: 24px;
  height: 24px;
  border-radius: 100%;
  border: 1px solid #A5A5A5;
  background: white;
  transition: 0.3s;
}
.dashboard .dashboard_inner .bottom_section .tabs .preferences_list_inner .preference [type=checkbox]:not(:checked) + label:after,
.dashboard .dashboard_inner .bottom_section .tabs .preferences_list_inner .preference [type=checkbox]:checked + label:after {
  content: "";
  position: absolute;
  left: 0;
  top: 2px;
  width: 24px;
  height: 24px;
  border-radius: 100%;
  border: 1px solid #A5A5A5;
  background: white;
  transition: 0.3s;
}
.dashboard .dashboard_inner .bottom_section .tabs .preferences_list_inner .preference [type=checkbox]:checked + label:before {
  background: #fff;
  border: 1px solid #A5A5A5;
}
.dashboard .dashboard_inner .bottom_section .tabs .preferences_list_inner .preference [type=checkbox]:checked + label:after {
  background: black;
  width: 16px;
  height: 16px;
  border: 1px solid black;
  top: 6px;
  left: 4px;
}

.guide_download_header {
  margin: 40px 0 60px 0;
}
@media (min-width: 1025px) {
  .guide_download_header {
    margin: 80px 0 160px 0;
  }
}
.guide_download_header .guide_download_header_inner {
  display: flex;
  flex-direction: column;
  gap: 48px;
}
@media (min-width: 1025px) {
  .guide_download_header .guide_download_header_inner {
    max-height: 720px;
    flex-direction: row;
  }
}
.guide_download_header .guide_download_header_inner .left_section {
  padding: 24px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
@media (min-width: 1025px) {
  .guide_download_header .guide_download_header_inner .left_section {
    padding: 64px 72px;
  }
}
.guide_download_header .guide_download_header_inner .left_section .top_part h1 {
  font-family: "Cormorant Garamond", serif;
  font-size: 48px;
  font-style: normal;
  font-weight: 400;
  line-height: 100%;
  letter-spacing: -2.4px;
  color: #fff;
  margin-bottom: 24px;
  margin-top: 0;
}
.guide_download_header .guide_download_header_inner .left_section .top_part h1 br {
  display: none;
}
@media (min-width: 1025px) {
  .guide_download_header .guide_download_header_inner .left_section .top_part h1 {
    font-size: 64px;
    letter-spacing: -3.2px;
    margin-bottom: 48px;
  }
  .guide_download_header .guide_download_header_inner .left_section .top_part h1 br {
    display: block;
  }
}
.guide_download_header .guide_download_header_inner .left_section .top_part ul {
  display: flex;
  flex-direction: column;
  gap: 8px;
  margin: 0 0 80px 0;
  padding-left: 24px;
}
@media (min-width: 1025px) {
  .guide_download_header .guide_download_header_inner .left_section .top_part ul {
    margin: 0;
    font-size: 20px;
    letter-spacing: -0.6px;
  }
}
.guide_download_header .guide_download_header_inner .left_section .top_part ul li {
  font-family: "Be Vietnam Pro", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 140%;
  letter-spacing: -0.48px;
  color: #fff;
}
@media (min-width: 1025px) {
  .guide_download_header .guide_download_header_inner .left_section .top_part ul li {
    font-size: 20px;
    letter-spacing: -0.6px;
  }
}
.guide_download_header .guide_download_header_inner .left_section .guide_download {
  text-align: left;
}
.guide_download_header .guide_download_header_inner .left_section .guide_download .top_inner_section {
  width: 100%;
  margin-bottom: 24px;
}
@media (min-width: 1025px) {
  .guide_download_header .guide_download_header_inner .left_section .guide_download .top_inner_section {
    margin-bottom: 16px;
  }
}
.guide_download_header .guide_download_header_inner .left_section .guide_download .top_inner_section form {
  display: flex;
  flex-direction: column;
  gap: 24px;
  align-items: flex-start;
}
@media (min-width: 1025px) {
  .guide_download_header .guide_download_header_inner .left_section .guide_download .top_inner_section form {
    flex-direction: row;
    align-items: center;
  }
}
.guide_download_header .guide_download_header_inner .left_section .guide_download .top_inner_section form input {
  width: 100%;
  height: 54px;
  font-family: "Be Vietnam Pro", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 140%;
  letter-spacing: -0.48px;
  border: none;
  background: none;
  color: #fff;
  outline: none;
  border-bottom: 1px solid #fff;
  max-width: 325px;
}
.guide_download_header .guide_download_header_inner .left_section .guide_download .top_inner_section form input::placeholder {
  color: #fff;
}
.guide_download_header .guide_download_header_inner .left_section .guide_download .top_inner_section form .cta_button {
  background-color: #066CFF;
  color: #fff;
  border: 1px solid #066CFF;
  padding: 0 52px 0 24px;
  height: 48px;
  cursor: pointer;
  font-family: "Be Vietnam Pro", sans-serif;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 100%;
  letter-spacing: -0.42px;
  text-transform: capitalize;
  border-radius: 56px;
  text-decoration: none;
  display: inline-flex;
  align-items: center;
  position: relative;
  overflow: hidden;
  transition: 0.6s;
}
.guide_download_header .guide_download_header_inner .left_section .guide_download .top_inner_section form .cta_button:after {
  content: url("../images/button-arrow.svg");
  position: absolute;
  right: 20px;
  top: 12px;
  transition: 0.6s;
  filter: invert(0);
}
.guide_download_header .guide_download_header_inner .left_section .guide_download .top_inner_section form .cta_button:before {
  content: url("../images/button-arrow.svg");
  position: absolute;
  left: -50px;
  top: 12px;
  transition: 0.6s;
  filter: invert(0);
}
.guide_download_header .guide_download_header_inner .left_section .guide_download .top_inner_section form .cta_button:hover {
  background-color: #41D6C2;
  border: 1px solid #41D6C2;
  color: #1F1F1F;
  padding: 0 24px 0 52px;
}
.guide_download_header .guide_download_header_inner .left_section .guide_download .top_inner_section form .cta_button:hover:after {
  right: -50px;
  top: 12px;
  filter: invert(1);
}
.guide_download_header .guide_download_header_inner .left_section .guide_download .top_inner_section form .cta_button:hover:before {
  left: 20px;
  top: 12px;
  filter: invert(1);
}
.guide_download_header .guide_download_header_inner .left_section .guide_download .top_inner_section form .cta_button span {
  position: relative;
}
.guide_download_header .guide_download_header_inner .left_section .guide_download .top_inner_section form .cta_button.is-inview {
  max-width: 100%;
}
.guide_download_header .guide_download_header_inner .left_section .guide_download .top_inner_section form .cta_button.is-inview span {
  animation: scrollUpText 0.6s ease-in forwards;
}
.guide_download_header .guide_download_header_inner .left_section .guide_download .bottom_inner_section p {
  font-family: "Be Vietnam Pro", sans-serif;
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: 140%;
  letter-spacing: -0.42px;
  color: #fff;
  margin-bottom: 24px;
}
.guide_download_header .guide_download_header_inner .left_section .guide_download .bottom_inner_section p:last-of-type {
  margin-bottom: 0;
}
.guide_download_header .guide_download_header_inner .right_section img {
  width: 100%;
  height: 423px;
  object-fit: cover;
}
@media (min-width: 1025px) {
  .guide_download_header .guide_download_header_inner .right_section img {
    width: 570px;
    height: 720px;
  }
}

.hs_form form input:autofill, .hbspt-form form input:autofill {
  background: none;
}
.hs_form form input:-webkit-autofill, .hbspt-form form input:-webkit-autofill {
  background: none;
}
.hs_form form input:-internal-autofill-selected, .hbspt-form form input:-internal-autofill-selected {
  background: none;
}
.hs_form form .hs-fieldtype-select, .hbspt-form form .hs-fieldtype-select {
  margin-bottom: 40px;
}
.hs_form form .hs-fieldtype-select label, .hbspt-form form .hs-fieldtype-select label {
  font-family: "Be Vietnam Pro", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 140%;
  letter-spacing: -0.48px;
  margin-bottom: 24px;
  display: block;
}
.hs_form form .hs-fieldtype-select .input, .hbspt-form form .hs-fieldtype-select .input {
  position: relative;
}
.hs_form form .hs-fieldtype-select .input:after, .hbspt-form form .hs-fieldtype-select .input:after {
  content: url("../images/menu-chevrons.svg");
  position: absolute;
  top: 16px;
  right: 0;
  filter: invert(1);
  z-index: -1;
}
.hs_form form .hs-fieldtype-select select, .hbspt-form form .hs-fieldtype-select select {
  width: 100%;
  height: 54px;
  font-family: "Be Vietnam Pro", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 140%;
  letter-spacing: -0.48px;
  border: none;
  background: none;
  color: #1F1F1F;
  outline: none;
  border-bottom: 1px solid #D4D4D4;
  -webkit-appearance: none;
  cursor: pointer;
}
.hs_form form .hs-fieldtype-select select::placeholder, .hbspt-form form .hs-fieldtype-select select::placeholder {
  color: #1F1F1F;
}
.hs_form form .hs-fieldtype-checkbox, .hbspt-form form .hs-fieldtype-checkbox {
  margin-bottom: 40px;
}
.hs_form form .hs-fieldtype-checkbox label, .hbspt-form form .hs-fieldtype-checkbox label {
  font-family: "Be Vietnam Pro", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 140%;
  letter-spacing: -0.48px;
  margin-bottom: 24px;
  display: block;
}
.hs_form form .hs-fieldtype-checkbox ul.inputs-list.multi-container, .hbspt-form form .hs-fieldtype-checkbox ul.inputs-list.multi-container {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  gap: 24px;
  padding: 0;
  margin: 0 0 48px 0;
}
.hs_form form .hs-fieldtype-checkbox ul.inputs-list.multi-container li.checked_box label:after, .hbspt-form form .hs-fieldtype-checkbox ul.inputs-list.multi-container li.checked_box label:after {
  content: "";
  position: absolute;
  top: 2px;
  left: -36px;
  width: 16px;
  height: 16px;
  border-radius: 100%;
  background: black;
  border: 1px solid black;
  transition: 0.3s;
}
.hs_form form .hs-fieldtype-checkbox ul.inputs-list.multi-container li.hs-form-checkbox, .hbspt-form form .hs-fieldtype-checkbox ul.inputs-list.multi-container li.hs-form-checkbox {
  display: flex;
  position: relative;
  padding-left: 41px;
  cursor: pointer;
  font-family: "Be Vietnam Pro", sans-serif;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 31px;
  letter-spacing: -0.42px;
  text-transform: capitalize;
  color: #1F1F1F;
}
.hs_form form .hs-fieldtype-checkbox ul.inputs-list.multi-container li.hs-form-checkbox .hs-input[type=checkbox], .hbspt-form form .hs-fieldtype-checkbox ul.inputs-list.multi-container li.hs-form-checkbox .hs-input[type=checkbox] {
  position: absolute;
  left: -9999px;
}
.hs_form form .hs-fieldtype-checkbox ul.inputs-list.multi-container li.hs-form-checkbox label, .hbspt-form form .hs-fieldtype-checkbox ul.inputs-list.multi-container li.hs-form-checkbox label {
  position: relative;
  cursor: pointer;
  display: flex;
  align-items: center;
  margin: 0;
}
.hs_form form .hs-fieldtype-checkbox ul.inputs-list.multi-container li.hs-form-checkbox label span, .hbspt-form form .hs-fieldtype-checkbox ul.inputs-list.multi-container li.hs-form-checkbox label span {
  pointer-events: none;
}
.hs_form form .hs-fieldtype-checkbox ul.inputs-list.multi-container li.hs-form-checkbox label:before, .hbspt-form form .hs-fieldtype-checkbox ul.inputs-list.multi-container li.hs-form-checkbox label:before {
  content: "";
  position: absolute;
  left: -40px;
  top: -2px;
  width: 24px;
  height: 24px;
  border-radius: 100%;
  border: 1px solid #A5A5A5;
  background: #fff;
  transition: 0.3s;
}
.hs_form form .hs-fieldtype-checkbox ul.inputs-list.multi-container li.hs-form-checkbox .hs-input[type=checkbox]:checked + label:before, .hbspt-form form .hs-fieldtype-checkbox ul.inputs-list.multi-container li.hs-form-checkbox .hs-input[type=checkbox]:checked + label:before {
  border-color: #A5A5A5;
}
.hs_form form .hs-fieldtype-checkbox ul.inputs-list.multi-container li.hs-form-checkbox .hs-input[type=checkbox]:checked + label:after, .hbspt-form form .hs-fieldtype-checkbox ul.inputs-list.multi-container li.hs-form-checkbox .hs-input[type=checkbox]:checked + label:after {
  content: "";
  position: absolute;
  top: -3px;
  left: -40px;
  width: 24px;
  height: 25px;
  border-radius: 100%;
  background: #066cff;
  border: 1px solid #066cff;
  transition: 0.3s;
}
.hs_form form .hs-fieldtype-radio, .hbspt-form form .hs-fieldtype-radio {
  margin-bottom: 40px;
}
.hs_form form .hs-fieldtype-radio label, .hbspt-form form .hs-fieldtype-radio label {
  font-family: "Be Vietnam Pro", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 140%;
  letter-spacing: -0.48px;
  margin-bottom: 24px;
  display: block;
  display: block;
}
.hs_form form .hs-fieldtype-radio ul.inputs-list.multi-container, .hbspt-form form .hs-fieldtype-radio ul.inputs-list.multi-container {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  gap: 24px;
  padding: 0;
  margin: 0 0 48px 0;
}
.hs_form form .hs-fieldtype-radio ul.inputs-list.multi-container li.checked_box label:after, .hbspt-form form .hs-fieldtype-radio ul.inputs-list.multi-container li.checked_box label:after {
  content: "";
  position: absolute;
  top: -3px;
  left: -40px;
  width: 24px;
  height: 25px;
  border-radius: 100%;
  background: #066cff;
  border: 1px solid #066cff;
  transition: 0.3s;
}
.hs_form form .hs-fieldtype-radio ul.inputs-list.multi-container li.hs-form-radio, .hbspt-form form .hs-fieldtype-radio ul.inputs-list.multi-container li.hs-form-radio {
  display: flex;
  position: relative;
  padding-left: 41px;
  cursor: pointer;
  font-family: "Be Vietnam Pro", sans-serif;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 31px;
  letter-spacing: -0.42px;
  text-transform: capitalize;
  color: #1F1F1F;
}
.hs_form form .hs-fieldtype-radio ul.inputs-list.multi-container li.hs-form-radio .hs-input[type=radio], .hbspt-form form .hs-fieldtype-radio ul.inputs-list.multi-container li.hs-form-radio .hs-input[type=radio] {
  position: absolute;
  left: -9999px;
}
.hs_form form .hs-fieldtype-radio ul.inputs-list.multi-container li.hs-form-radio label, .hbspt-form form .hs-fieldtype-radio ul.inputs-list.multi-container li.hs-form-radio label {
  position: relative;
  cursor: pointer;
  display: flex;
  align-items: center;
  margin: 0;
}
.hs_form form .hs-fieldtype-radio ul.inputs-list.multi-container li.hs-form-radio label span, .hbspt-form form .hs-fieldtype-radio ul.inputs-list.multi-container li.hs-form-radio label span {
  pointer-events: none;
}
.hs_form form .hs-fieldtype-radio ul.inputs-list.multi-container li.hs-form-radio label:before, .hbspt-form form .hs-fieldtype-radio ul.inputs-list.multi-container li.hs-form-radio label:before {
  content: "";
  position: absolute;
  left: -40px;
  top: -2px;
  width: 24px;
  height: 24px;
  border-radius: 100%;
  border: 1px solid #A5A5A5;
  background: #fff;
  transition: 0.3s;
}
.hs_form form .hs-fieldtype-radio ul.inputs-list.multi-container li.hs-form-radio .hs-input[type=radio]:checked + label:before, .hbspt-form form .hs-fieldtype-radio ul.inputs-list.multi-container li.hs-form-radio .hs-input[type=radio]:checked + label:before {
  border-color: #A5A5A5;
}
.hs_form form .hs-fieldtype-radio ul.inputs-list.multi-container li.hs-form-radio .hs-input[type=radio]:checked + label:after, .hbspt-form form .hs-fieldtype-radio ul.inputs-list.multi-container li.hs-form-radio .hs-input[type=radio]:checked + label:after {
  content: "";
  position: absolute;
  top: -3px;
  left: -40px;
  width: 24px;
  height: 25px;
  border-radius: 100%;
  background: #066cff;
  border: 1px solid #066cff;
  transition: 0.3s;
}
.hs_form form .hs-fieldtype-text, .hbspt-form form .hs-fieldtype-text {
  margin-bottom: 40px;
  position: relative;
}
.hs_form form .hs-fieldtype-text label, .hbspt-form form .hs-fieldtype-text label {
  font-family: "Be Vietnam Pro", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 140%;
  letter-spacing: -0.48px;
  display: block;
}
.hs_form form .hs-fieldtype-text label:first-of-type, .hbspt-form form .hs-fieldtype-text label:first-of-type {
  position: absolute;
  top: 23px;
  transition: 0.3s;
}
.hs_form form .hs-fieldtype-text input, .hbspt-form form .hs-fieldtype-text input {
  width: 100%;
  height: 54px;
  font-family: "Be Vietnam Pro", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 140%;
  letter-spacing: -0.48px;
  border: none;
  background: none;
  color: #1F1F1F;
  outline: none;
  border-bottom: 1px solid #D4D4D4;
  -webkit-appearance: none;
}
.hs_form form .hs-fieldtype-text input::placeholder, .hbspt-form form .hs-fieldtype-text input::placeholder {
  color: #1F1F1F;
}
.hs_form form .hs-fieldtype-phonenumber, .hbspt-form form .hs-fieldtype-phonenumber {
  margin-bottom: 40px;
  position: relative;
}
.hs_form form .hs-fieldtype-phonenumber label, .hbspt-form form .hs-fieldtype-phonenumber label {
  font-family: "Be Vietnam Pro", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 140%;
  letter-spacing: -0.48px;
  display: block;
}
.hs_form form .hs-fieldtype-phonenumber label:first-of-type, .hbspt-form form .hs-fieldtype-phonenumber label:first-of-type {
  position: absolute;
  top: 23px;
  transition: 0.3s;
}
.hs_form form .hs-fieldtype-phonenumber input, .hbspt-form form .hs-fieldtype-phonenumber input {
  width: 100%;
  height: 54px;
  font-family: "Be Vietnam Pro", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 140%;
  letter-spacing: -0.48px;
  border: none;
  background: none;
  color: #1F1F1F;
  outline: none;
  border-bottom: 1px solid #D4D4D4;
  -webkit-appearance: none;
}
.hs_form form .hs-fieldtype-phonenumber input::placeholder, .hbspt-form form .hs-fieldtype-phonenumber input::placeholder {
  color: #1F1F1F;
}
.hs_form form .hs-fieldtype-textarea, .hbspt-form form .hs-fieldtype-textarea {
  margin-bottom: 40px;
}
.hs_form form .hs-fieldtype-textarea label, .hbspt-form form .hs-fieldtype-textarea label {
  font-family: "Be Vietnam Pro", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 140%;
  letter-spacing: -0.48px;
  margin-bottom: 24px;
  display: block;
}
.hs_form form .hs-fieldtype-textarea textarea, .hbspt-form form .hs-fieldtype-textarea textarea {
  border: 1px solid #D4D4D4;
  -webkit-appearance: none;
  background: none;
  padding: 24px;
  font-family: "Be Vietnam Pro", sans-serif;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 140%;
  letter-spacing: -0.42px;
  color: #1F1F1F;
  height: 140px;
  box-sizing: border-box;
  width: 100%;
  margin-bottom: 0;
}
.hs_form form .hs-fieldtype-date, .hbspt-form form .hs-fieldtype-date {
  margin-bottom: 40px;
  padding: 24px;
  border: 1px solid #D4D4D4;
}
.hs_form form .hs-fieldtype-date label, .hbspt-form form .hs-fieldtype-date label {
  font-family: "Be Vietnam Pro", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 140%;
  letter-spacing: -0.48px;
  margin-bottom: 24px;
  display: block;
}
.hs_form form .hs-fieldtype-date .input, .hbspt-form form .hs-fieldtype-date .input {
  position: relative;
  cursor: pointer;
}
.hs_form form .hs-fieldtype-date .input:after, .hbspt-form form .hs-fieldtype-date .input:after {
  content: url("../images/menu-chevrons.svg");
  position: absolute;
  top: 16px;
  right: 0;
  filter: invert(1);
  z-index: -1;
}
.hs_form form .hs-fieldtype-date .input:before, .hbspt-form form .hs-fieldtype-date .input:before {
  content: url("../images/calendar.svg");
  position: absolute;
  top: 16px;
  left: 0;
}
.hs_form form .hs-fieldtype-date input, .hbspt-form form .hs-fieldtype-date input {
  width: 100%;
  height: 54px;
  font-family: "Be Vietnam Pro", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 140%;
  letter-spacing: -0.48px;
  border: none;
  background: none;
  color: #1F1F1F;
  outline: none;
  border-bottom: 1px solid #D4D4D4;
  -webkit-appearance: none;
  padding-left: 40px;
  box-sizing: border-box;
}
.hs_form form .hs-fieldtype-date input::placeholder, .hbspt-form form .hs-fieldtype-date input::placeholder {
  color: #1F1F1F;
}
.hs_form form .hs-error-msgs, .hbspt-form form .hs-error-msgs {
  padding: 0;
  margin: 15px 0 15px 0;
  position: unset !important;
  width: 100%;
}
.hs_form form .hs-error-msgs li, .hbspt-form form .hs-error-msgs li {
  list-style-type: none;
}
.hs_form form .hs-error-msgs li label, .hbspt-form form .hs-error-msgs li label {
  position: unset !important;
  color: #F04438 !important;
  font-family: "Be Vietnam Pro", sans-serif !important;
  font-size: 12px !important;
  letter-spacing: -0.48px !important;
  font-weight: 400 !important;
}
.hs_form form .invalid, .hbspt-form form .invalid {
  border-color: #F04438 !important;
}
.hs_form form .focussed_input label:first-of-type, .hbspt-form form .focussed_input label:first-of-type {
  top: -10px;
  font-size: 12px;
  font-style: normal;
  font-weight: 500;
  line-height: 140%;
  letter-spacing: -0.36px;
  color: #A5A5A5;
}
.hs_form form .field, .hbspt-form form .field {
  position: relative;
}
.hs_form form .cta_button, .hbspt-form form .cta_button {
  background-color: #066CFF;
  color: #fff;
  border: 1px solid #066CFF;
  padding: 0 52px 0 24px;
  height: 48px;
  cursor: pointer;
  font-family: "Be Vietnam Pro", sans-serif;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 100%;
  letter-spacing: -0.42px;
  text-transform: capitalize;
  border-radius: 56px;
  text-decoration: none;
  display: inline-flex;
  align-items: center;
  position: relative;
  overflow: hidden;
  transition: 0.6s;
  white-space: nowrap;
  -webkit-appearance: none;
}
.hs_form form .cta_button:after, .hbspt-form form .cta_button:after {
  content: url("../images/button-arrow.svg");
  position: absolute;
  right: 20px;
  top: 12px;
  transition: 0.6s;
  filter: invert(0);
}
.hs_form form .cta_button:before, .hbspt-form form .cta_button:before {
  content: url("../images/button-arrow.svg");
  position: absolute;
  left: -50px;
  top: 12px;
  transition: 0.6s;
  filter: invert(0);
}
.hs_form form .cta_button:hover, .hbspt-form form .cta_button:hover {
  background-color: #41D6C2;
  border: 1px solid #41D6C2;
  color: #1F1F1F;
  padding: 0 24px 0 52px;
}
.hs_form form .cta_button:hover:after, .hbspt-form form .cta_button:hover:after {
  right: -50px;
  top: 12px;
  filter: invert(1);
}
.hs_form form .cta_button:hover:before, .hbspt-form form .cta_button:hover:before {
  left: 20px;
  top: 12px;
  filter: invert(1);
}
.hs_form form .cta_button span, .hbspt-form form .cta_button span {
  position: relative;
}
.hs_form form .cta_button.is-inview, .hbspt-form form .cta_button.is-inview {
  max-width: 100%;
}
.hs_form form .cta_button.is-inview span, .hbspt-form form .cta_button.is-inview span {
  animation: scrollUpText 0.6s ease-in forwards;
}
.hs_form form .cta_button input, .hbspt-form form .cta_button input {
  background: none;
  border: none;
  white-space: nowrap;
  display: block !important;
  color: #fff;
  cursor: pointer;
  font-family: "Be Vietnam Pro", sans-serif;
  font-size: 14px;
}
.hs_form form .hs-button, .hbspt-form form .hs-button {
  background-color: #066CFF;
  color: #fff;
  border: 1px solid #066CFF;
  padding: 0 24px;
  height: 40px;
  cursor: pointer;
  font-family: "Be Vietnam Pro", sans-serif;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 100%;
  letter-spacing: -0.42px;
  text-transform: capitalize;
  border-radius: 56px;
  transition: 0.3s;
  text-decoration: none;
  display: inline-flex;
  align-items: center;
}
.hs_form form .hs-button:hover, .hbspt-form form .hs-button:hover {
  background-color: #41D6C2;
  border: 1px solid #41D6C2;
  color: #1F1F1F;
}

.background_image_header {
  margin: -88px 0 60px 0;
}
@media (min-width: 1025px) {
  .background_image_header {
    margin: -164px 0 160px 0;
  }
}
.background_image_header .background_image_header_inner .top_section {
  position: relative;
  padding: 266px 0 40px 0;
  margin-bottom: 120px;
}
@media (min-width: 1025px) {
  .background_image_header .background_image_header_inner .top_section {
    padding: 300px 0 160px 0;
    margin-bottom: 160px;
  }
}
.background_image_header .background_image_header_inner .top_section .background_image {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.background_image_header .background_image_header_inner .top_section .inner_section {
  display: flex;
  flex-direction: column;
  gap: 24px;
}
@media (min-width: 1025px) {
  .background_image_header .background_image_header_inner .top_section .inner_section {
    flex-direction: row;
    justify-content: space-between;
    gap: 48px;
    align-items: center;
  }
}
.background_image_header .background_image_header_inner .top_section .inner_section .left {
  flex: 1;
}
.background_image_header .background_image_header_inner .top_section .inner_section .left h1 {
  font-family: "Cormorant Garamond", serif;
  font-size: 56px;
  font-style: normal;
  font-weight: 400;
  line-height: 100%;
  letter-spacing: -2.8px;
  margin: 0;
  color: #fff;
}
@media (min-width: 1025px) {
  .background_image_header .background_image_header_inner .top_section .inner_section .left h1 {
    font-size: 96px;
    letter-spacing: -4.8px;
  }
}
.background_image_header .background_image_header_inner .top_section .inner_section .right {
  max-width: 345px;
}
.background_image_header .background_image_header_inner .top_section .inner_section .right .cta_block p {
  font-family: "Be Vietnam Pro", sans-serif;
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
  line-height: 140%;
  letter-spacing: -0.54px;
  color: #fff;
  margin-bottom: 40px;
}
.background_image_header .background_image_header_inner .top_section .inner_section .right .cta_block .buttons {
  display: flex;
  flex-direction: column;
  gap: 8px;
  align-items: flex-start;
}
@media (min-width: 1025px) {
  .background_image_header .background_image_header_inner .top_section .inner_section .right .cta_block .buttons {
    flex-direction: row;
    gap: 16px;
  }
}
.background_image_header .background_image_header_inner .top_section .inner_section .right .cta_block .buttons .cta_button {
  background-color: #066CFF;
  color: #fff;
  border: 1px solid #066CFF;
  padding: 0 52px 0 24px;
  height: 48px;
  cursor: pointer;
  font-family: "Be Vietnam Pro", sans-serif;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 100%;
  letter-spacing: -0.42px;
  text-transform: capitalize;
  border-radius: 56px;
  text-decoration: none;
  display: inline-flex;
  align-items: center;
  position: relative;
  overflow: hidden;
  transition: 0.6s;
}
.background_image_header .background_image_header_inner .top_section .inner_section .right .cta_block .buttons .cta_button:after {
  content: url("../images/button-arrow.svg");
  position: absolute;
  right: 20px;
  top: 12px;
  transition: 0.6s;
  filter: invert(0);
}
.background_image_header .background_image_header_inner .top_section .inner_section .right .cta_block .buttons .cta_button:before {
  content: url("../images/button-arrow.svg");
  position: absolute;
  left: -50px;
  top: 12px;
  transition: 0.6s;
  filter: invert(0);
}
.background_image_header .background_image_header_inner .top_section .inner_section .right .cta_block .buttons .cta_button:hover {
  background-color: #41D6C2;
  border: 1px solid #41D6C2;
  color: #1F1F1F;
  padding: 0 24px 0 52px;
}
.background_image_header .background_image_header_inner .top_section .inner_section .right .cta_block .buttons .cta_button:hover:after {
  right: -50px;
  top: 12px;
  filter: invert(1);
}
.background_image_header .background_image_header_inner .top_section .inner_section .right .cta_block .buttons .cta_button:hover:before {
  left: 20px;
  top: 12px;
  filter: invert(1);
}
.background_image_header .background_image_header_inner .top_section .inner_section .right .cta_block .buttons .cta_button span {
  position: relative;
}
.background_image_header .background_image_header_inner .top_section .inner_section .right .cta_block .buttons .cta_button.is-inview {
  max-width: 100%;
}
.background_image_header .background_image_header_inner .top_section .inner_section .right .cta_block .buttons .cta_button.is-inview span {
  animation: scrollUpText 0.6s ease-in forwards;
}
.background_image_header .background_image_header_inner .bottom_section {
  display: flex;
  flex-direction: column;
  gap: 40px;
}
@media (min-width: 1025px) {
  .background_image_header .background_image_header_inner .bottom_section {
    flex-direction: row;
    justify-content: space-between;
  }
}
.background_image_header .background_image_header_inner .bottom_section .left .bullet_title {
  font-family: "Be Vietnam Pro", sans-serif;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 100%;
  letter-spacing: 1px;
  text-transform: uppercase;
  white-space: nowrap;
}
.background_image_header .background_image_header_inner .bottom_section .left .bullet_title:before {
  content: "";
  width: 8px;
  height: 8px;
  border-radius: 100%;
  background: #000;
  position: relative;
  display: inline-block;
  margin-right: 16px;
  top: -1px;
}
.background_image_header .background_image_header_inner .bottom_section .right .content_block {
  max-width: 808px;
}
.background_image_header .background_image_header_inner .bottom_section .right .content_block p {
  font-family: "Be Vietnam Pro", sans-serif;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 140%;
  letter-spacing: -0.54px;
  margin: 0;
  color: #1F1F1F;
}

.big_tools_block {
  margin: 60px 0;
}
@media (min-width: 1025px) {
  .big_tools_block {
    margin: 100px 0;
  }
}
.big_tools_block .big_tools_block_inner {
  display: flex;
  flex-direction: column;
  gap: 16px;
}
@media (min-width: 1025px) {
  .big_tools_block .big_tools_block_inner {
    gap: 80px;
  }
}
.big_tools_block .big_tools_block_inner .top_section {
  display: flex;
  flex-direction: column;
}
@media (min-width: 1025px) {
  .big_tools_block .big_tools_block_inner .top_section {
    flex-direction: row;
    gap: 153px;
  }
}
.big_tools_block .big_tools_block_inner .top_section .left {
  width: 100%;
  max-width: 259px;
}
.big_tools_block .big_tools_block_inner .top_section .right {
  width: 100%;
}
.big_tools_block .big_tools_block_inner .top_section .right h2 {
  margin: 0;
  color: #1F1F1F;
  font-family: "Cormorant Garamond", serif;
  font-size: 56px;
  font-style: normal;
  font-weight: 400;
  line-height: 100%;
  letter-spacing: -2.8px;
}
@media (min-width: 1025px) {
  .big_tools_block .big_tools_block_inner .top_section .right h2 {
    font-size: 96px;
    letter-spacing: -4.8px;
  }
}
.big_tools_block .big_tools_block_inner .bottom_section {
  display: flex;
  flex-direction: column;
  gap: 48px;
}
@media (min-width: 1025px) {
  .big_tools_block .big_tools_block_inner .bottom_section {
    flex-direction: row;
    gap: 153px;
  }
}
.big_tools_block .big_tools_block_inner .bottom_section .left {
  width: 100%;
  max-width: 259px;
}
.big_tools_block .big_tools_block_inner .bottom_section .left p {
  font-family: "Be Vietnam Pro", sans-serif;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 140%;
  letter-spacing: -0.54px;
  color: #1F1F1F;
  margin-bottom: 40px;
}
.big_tools_block .big_tools_block_inner .bottom_section .left .cta_button {
  background-color: #066CFF;
  color: #fff;
  border: 1px solid #066CFF;
  padding: 0 52px 0 24px;
  height: 48px;
  cursor: pointer;
  font-family: "Be Vietnam Pro", sans-serif;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 100%;
  letter-spacing: -0.42px;
  text-transform: capitalize;
  border-radius: 56px;
  text-decoration: none;
  display: inline-flex;
  align-items: center;
  position: relative;
  overflow: hidden;
  transition: 0.6s;
}
.big_tools_block .big_tools_block_inner .bottom_section .left .cta_button:after {
  content: url("../images/button-arrow.svg");
  position: absolute;
  right: 20px;
  top: 12px;
  transition: 0.6s;
  filter: invert(0);
}
.big_tools_block .big_tools_block_inner .bottom_section .left .cta_button:before {
  content: url("../images/button-arrow.svg");
  position: absolute;
  left: -50px;
  top: 12px;
  transition: 0.6s;
  filter: invert(0);
}
.big_tools_block .big_tools_block_inner .bottom_section .left .cta_button:hover {
  background-color: #41D6C2;
  border: 1px solid #41D6C2;
  color: #1F1F1F;
  padding: 0 24px 0 52px;
}
.big_tools_block .big_tools_block_inner .bottom_section .left .cta_button:hover:after {
  right: -50px;
  top: 12px;
  filter: invert(1);
}
.big_tools_block .big_tools_block_inner .bottom_section .left .cta_button:hover:before {
  left: 20px;
  top: 12px;
  filter: invert(1);
}
.big_tools_block .big_tools_block_inner .bottom_section .left .cta_button span {
  position: relative;
}
.big_tools_block .big_tools_block_inner .bottom_section .left .cta_button.is-inview {
  max-width: 100%;
}
.big_tools_block .big_tools_block_inner .bottom_section .left .cta_button.is-inview span {
  animation: scrollUpText 0.6s ease-in forwards;
}
.big_tools_block .big_tools_block_inner .bottom_section .right {
  width: 100%;
}
.big_tools_block .big_tools_block_inner .bottom_section .right .tool_blocks {
  display: flex;
  flex-direction: column;
  gap: 16px;
}
@media (min-width: 1025px) {
  .big_tools_block .big_tools_block_inner .bottom_section .right .tool_blocks {
    flex-direction: row;
  }
}
.big_tools_block .big_tools_block_inner .bottom_section .right .tool_blocks .tool_block {
  border: 1px solid #EEEEEE;
  background: #E9F2FF;
  padding: 24px;
  height: 400px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  box-sizing: border-box;
  text-decoration: none;
  transition: 0.3s;
  width: 100%;
}
@media (min-width: 1025px) {
  .big_tools_block .big_tools_block_inner .bottom_section .right .tool_blocks .tool_block {
    height: 320px;
  }
}
.big_tools_block .big_tools_block_inner .bottom_section .right .tool_blocks .tool_block:hover {
  background: #15367B;
}
.big_tools_block .big_tools_block_inner .bottom_section .right .tool_blocks .tool_block:hover h3 {
  color: #fff !important;
}
.big_tools_block .big_tools_block_inner .bottom_section .right .tool_blocks .tool_block:hover p {
  color: #fff !important;
}
.big_tools_block .big_tools_block_inner .bottom_section .right .tool_blocks .tool_block:hover .icon {
  filter: invert(0) !important;
}
.big_tools_block .big_tools_block_inner .bottom_section .right .tool_blocks .tool_block .top_part {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
}
.big_tools_block .big_tools_block_inner .bottom_section .right .tool_blocks .tool_block .top_part h3 {
  margin: 0;
  font-family: "Be Vietnam Pro", sans-serif;
  font-size: 22px;
  font-style: normal;
  font-weight: 500;
  line-height: 140%;
  letter-spacing: -0.66px;
  color: #1F1F1F;
}
@media (min-width: 1025px) {
  .big_tools_block .big_tools_block_inner .bottom_section .right .tool_blocks .tool_block .top_part h3 {
    font-size: 24px;
    letter-spacing: -0.72px;
  }
}
.big_tools_block .big_tools_block_inner .bottom_section .right .tool_blocks .tool_block .top_part .icon {
  filter: invert(1);
}
.big_tools_block .big_tools_block_inner .bottom_section .right .tool_blocks .tool_block .bottom_part p {
  font-family: "Be Vietnam Pro", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 140%;
  letter-spacing: -0.48px;
  margin-bottom: 0;
  color: #1F1F1F;
}
.big_tools_block .big_tools_block_inner .bottom_section .right .tool_blocks .disabled {
  border: 1px solid #EEEEEE !important;
  background: #D4D4D4 !important;
}
.big_tools_block .big_tools_block_inner .bottom_section .right .tool_blocks .disabled .icon {
  display: none;
}
.big_tools_block .big_tools_block_inner .bottom_section .right .tool_blocks .disabled:hover {
  background: #D4D4D4 !important;
}
.big_tools_block .big_tools_block_inner .bottom_section .right .tool_blocks .disabled:hover h3 {
  color: #1F1F1F !important;
}
.big_tools_block .big_tools_block_inner .bottom_section .right .tool_blocks .disabled:hover p {
  color: #1F1F1F !important;
}
.big_tools_block .big_tools_block_inner .bottom_section .right .tool_blocks .disabled:hover .icon {
  filter: invert(1) !important;
}

.glossary_listing .glossary_listing_inner {
  display: flex;
  flex-direction: column;
  gap: 80px;
}
.glossary_listing .glossary_listing_inner .top_section {
  position: relative;
  display: flex;
  flex-direction: column;
  padding-top: 32px;
}
@media (min-width: 768px) {
  .glossary_listing .glossary_listing_inner .top_section {
    padding-top: 48px;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
  }
}
.glossary_listing .glossary_listing_inner .top_section:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  height: 1px;
  width: 0;
  background: #D4D4D4;
}
.glossary_listing .glossary_listing_inner .top_section.is-inview:before {
  animation: barWidth 1s ease-in forwards;
}
.glossary_listing .glossary_listing_inner .top_section .left h2 {
  font-family: "Cormorant Garamond", serif;
  font-size: 56px;
  font-style: normal;
  font-weight: 400;
  line-height: 100%;
  letter-spacing: -2.8px;
  color: #1F1F1F;
  margin-top: 0;
  margin-bottom: 32px;
  padding: 0;
}
@media (min-width: 768px) {
  .glossary_listing .glossary_listing_inner .top_section .left h2 {
    font-size: 80px;
    letter-spacing: -4px;
    margin-bottom: 0;
  }
}
.glossary_listing .glossary_listing_inner .top_section .right {
  width: 100%;
  max-width: 808px;
}
.glossary_listing .glossary_listing_inner .top_section .right .glossary_search {
  display: flex;
  flex-direction: row;
  gap: 48px;
  justify-content: flex-end;
  position: relative;
}
.glossary_listing .glossary_listing_inner .top_section .right .glossary_search .search_icon {
  position: absolute;
  right: 0;
  top: 15px;
  filter: invert(1);
}
@media (min-width: 768px) {
  .glossary_listing .glossary_listing_inner .top_section .right .glossary_search .search_icon {
    display: none;
  }
}
.glossary_listing .glossary_listing_inner .top_section .right .glossary_search input {
  width: 100%;
  height: 56px;
  border: none;
  border-bottom: 1px solid #D4D4D4;
  background: none;
  outline: none;
  font-family: "Be Vietnam Pro", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 140%;
  letter-spacing: -0.48px;
  text-transform: capitalize;
  color: #1F1F1F;
  max-width: 500px;
  display: flex;
}
@media (min-width: 768px) {
  .glossary_listing .glossary_listing_inner .top_section .right .glossary_search input {
    display: none;
  }
}
.glossary_listing .glossary_listing_inner .top_section .right .glossary_search .close_btn {
  background-color: rgba(255, 255, 255, 0);
  color: #1F1F1F;
  border: 1px solid #1F1F1F;
  padding: 0 54px 0 24px;
  height: 40px;
  cursor: pointer;
  font-family: "Be Vietnam Pro", sans-serif;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 100%;
  letter-spacing: -0.42px;
  text-transform: capitalize;
  border-radius: 56px;
  transition: 0.6s;
  text-decoration: none;
  display: inline-flex;
  align-items: center;
  position: relative;
  overflow: hidden;
  display: none;
}
.glossary_listing .glossary_listing_inner .top_section .right .glossary_search .close_btn:before {
  content: url("../images/close.svg");
  position: absolute;
  right: 20px;
  top: 7px;
  transition: 0.3s;
  filter: invert(0);
}
.glossary_listing .glossary_listing_inner .top_section .right .glossary_search .close_btn:hover {
  background-color: #15367B;
  border: 1px solid #15367B;
  color: #fff;
}
.glossary_listing .glossary_listing_inner .top_section .right .glossary_search .close_btn:hover:before {
  filter: invert(1);
}
.glossary_listing .glossary_listing_inner .top_section .right .glossary_search .search_btn {
  background-color: rgba(255, 255, 255, 0);
  color: #1F1F1F;
  border: 1px solid #1F1F1F;
  padding: 0 24px 0 52px;
  height: 40px;
  cursor: pointer;
  font-family: "Be Vietnam Pro", sans-serif;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 100%;
  letter-spacing: -0.42px;
  text-transform: capitalize;
  border-radius: 56px;
  transition: 0.6s;
  text-decoration: none;
  display: inline-flex;
  align-items: center;
  position: relative;
  overflow: hidden;
  display: none;
}
.glossary_listing .glossary_listing_inner .top_section .right .glossary_search .search_btn:before {
  content: url("../images/button-search.svg");
  position: absolute;
  left: 20px;
  top: 7px;
  transition: 0.3s;
  filter: invert(1);
}
.glossary_listing .glossary_listing_inner .top_section .right .glossary_search .search_btn:hover {
  background-color: #15367B;
  border: 1px solid #15367B;
  color: #fff;
}
.glossary_listing .glossary_listing_inner .top_section .right .glossary_search .search_btn:hover:before {
  filter: invert(0);
}
@media (min-width: 768px) {
  .glossary_listing .glossary_listing_inner .top_section .right .glossary_search .search_btn {
    display: flex;
  }
}
.glossary_listing .glossary_listing_inner .top_section .right .glossary_search.active_glossary {
  justify-content: space-between;
}
.glossary_listing .glossary_listing_inner .top_section .right .glossary_search.active_glossary input {
  display: flex;
}
.glossary_listing .glossary_listing_inner .top_section .right .glossary_search.active_glossary .close_btn {
  display: flex;
}
.glossary_listing .glossary_listing_inner .top_section .right .glossary_search.active_glossary .search_btn {
  display: none;
}
.glossary_listing .glossary_listing_inner .bottom_section {
  display: flex;
  flex-direction: column;
  gap: 48px;
}
@media (min-width: 768px) {
  .glossary_listing .glossary_listing_inner .bottom_section {
    flex-direction: row;
    justify-content: space-between;
  }
}
.glossary_listing .glossary_listing_inner .bottom_section .left {
  width: 100%;
}
@media (min-width: 768px) {
  .glossary_listing .glossary_listing_inner .bottom_section .left {
    max-width: 400px;
  }
}
.glossary_listing .glossary_listing_inner .bottom_section .left .title {
  font-family: "Be Vietnam Pro", sans-serif;
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: 100%;
  letter-spacing: 1px;
  text-transform: uppercase;
  margin-bottom: 48px;
}
.glossary_listing .glossary_listing_inner .bottom_section .left .alphabet {
  margin: 0;
  padding: 0;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  gap: 24px;
}
.glossary_listing .glossary_listing_inner .bottom_section .left .alphabet .active_letter {
  color: #A5A5A5;
}
.glossary_listing .glossary_listing_inner .bottom_section .left .alphabet li {
  list-style-type: none;
  font-family: "Be Vietnam Pro", sans-serif;
  font-size: 24px;
  font-style: normal;
  font-weight: 500;
  line-height: 140%;
  letter-spacing: -0.72px;
  color: #D4D4D4;
  transition: 0.3s;
  cursor: pointer;
}
.glossary_listing .glossary_listing_inner .bottom_section .right {
  max-width: 808px;
}
.glossary_listing .glossary_listing_inner .bottom_section .right .filters {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding-bottom: 40px;
  position: relative;
  transition: 0.3s;
}
@media (min-width: 1025px) {
  .glossary_listing .glossary_listing_inner .bottom_section .right .filters {
    padding-bottom: 40px;
    flex-direction: row;
  }
}
.glossary_listing .glossary_listing_inner .bottom_section .right .filters:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  height: 1px;
  width: 0;
  background: #D4D4D4;
}
.glossary_listing .glossary_listing_inner .bottom_section .right .filters.is-inview:before {
  animation: barWidth 1s ease-in forwards;
}
.glossary_listing .glossary_listing_inner .bottom_section .right .filters ul {
  display: flex;
  flex-direction: row;
  margin: 0;
  padding: 0;
  gap: 24px;
  overflow: auto;
  height: 48px;
  align-items: center;
}
@media (min-width: 1025px) {
  .glossary_listing .glossary_listing_inner .bottom_section .right .filters ul {
    overflow: unset;
    height: unset;
  }
}
.glossary_listing .glossary_listing_inner .bottom_section .right .filters ul li {
  list-style-type: none;
  font-family: "Be Vietnam Pro", sans-serif;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 140%;
  letter-spacing: -0.42px;
  text-transform: capitalize;
  position: relative;
  transition: 0.3s;
  cursor: pointer;
  color: #D4D4D4;
  white-space: nowrap;
}
.glossary_listing .glossary_listing_inner .bottom_section .right .filters ul li:after {
  content: "";
  position: absolute;
  bottom: -8px;
  left: 0;
  height: 1px;
  width: 0;
}
.glossary_listing .glossary_listing_inner .bottom_section .right .filters ul .active {
  color: #1F1F1F;
  position: relative;
}
.glossary_listing .glossary_listing_inner .bottom_section .right .filters ul .active:after {
  content: "";
  position: absolute;
  left: 0;
  height: 1px;
  width: 100%;
  background: #1F1F1F;
}
.glossary_listing .glossary_listing_inner .bottom_section .right .glossary_list {
  display: flex;
  flex-direction: column;
  gap: 48px;
  margin-bottom: 40px;
}
.glossary_listing .glossary_listing_inner .bottom_section .right .glossary_list .glossary_item {
  padding-top: 24px;
  position: relative;
}
.glossary_listing .glossary_listing_inner .bottom_section .right .glossary_list .glossary_item:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  height: 1px;
  width: 100%;
  background: #D4D4D4;
}
.glossary_listing .glossary_listing_inner .bottom_section .right .glossary_list .glossary_item h3 {
  font-family: "Be Vietnam Pro", sans-serif;
  font-size: 24px;
  font-style: normal;
  font-weight: 500;
  line-height: 140%;
  letter-spacing: -0.72px;
  color: #1F1F1F;
  margin-bottom: 16px;
  margin-top: 0;
}
.glossary_listing .glossary_listing_inner .bottom_section .right .glossary_list .glossary_item p {
  font-family: "Be Vietnam Pro", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 140%;
  letter-spacing: -0.48px;
  margin: 0;
}
.glossary_listing .glossary_listing_inner .bottom_section .right .cta_button {
  background-color: rgba(255, 255, 255, 0);
  color: #1F1F1F;
  border: 1px solid #1F1F1F;
  padding: 0 24px;
  height: 40px;
  cursor: pointer;
  font-family: "Be Vietnam Pro", sans-serif;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 100%;
  letter-spacing: -0.42px;
  text-transform: capitalize;
  border-radius: 56px;
  transition: 0.3s;
  text-decoration: none;
  display: inline-flex;
  align-items: center;
}
.glossary_listing .glossary_listing_inner .bottom_section .right .cta_button:hover {
  background-color: #15367B;
  border: 1px solid #15367B;
  color: #fff;
}

.search_overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 999999999999;
  background: #fff;
  transform: rotateY(-180deg);
  transform-style: preserve-3d;
  transform-origin: right center;
  transition: 0.6s;
  overflow: auto;
  padding-bottom: 60px;
  box-sizing: border-box;
}
.search_overlay.search_overlay_active {
  transform: none;
}
.search_overlay .search_header {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  padding: 24px 0 24px 0;
  position: relative;
  align-items: center;
}
.search_overlay .search_header:before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  height: 1px;
  width: 100%;
  background: #D4D4D4;
}
.search_overlay .search_header .dark_logo {
  visibility: hidden;
}
@media (min-width: 1025px) {
  .search_overlay .search_header .dark_logo {
    visibility: visible;
  }
}
.search_overlay .search_header .close_search_popup {
  display: none !important;
  background-color: rgba(255, 255, 255, 0);
  color: #1F1F1F;
  border: 1px solid #1F1F1F;
  padding: 0 54px 0 24px;
  height: 40px;
  cursor: pointer;
  font-family: "Be Vietnam Pro", sans-serif;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 100%;
  letter-spacing: -0.42px;
  text-transform: capitalize;
  border-radius: 56px;
  transition: 0.6s;
  text-decoration: none;
  display: inline-flex;
  align-items: center;
  position: relative;
  overflow: hidden;
}
.search_overlay .search_header .close_search_popup:before {
  content: url("../images/close.svg");
  position: absolute;
  right: 20px;
  top: 7px;
  transition: 0.3s;
  filter: invert(0);
}
.search_overlay .search_header .close_search_popup:hover {
  background-color: #15367B;
  border: 1px solid #15367B;
  color: #fff;
}
.search_overlay .search_header .close_search_popup:hover:before {
  filter: invert(1);
}
@media (min-width: 1025px) {
  .search_overlay .search_header .close_search_popup {
    display: flex !important;
  }
}
@media (min-width: 1025px) {
  .search_overlay .search_header .close_search_popup_img {
    display: none;
  }
}
.search_overlay .search_input {
  margin-top: 64px;
}
@media (min-width: 1025px) {
  .search_overlay .search_input {
    margin-top: 96px;
  }
}
.search_overlay .search_input .main_search {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  position: relative;
  width: 100%;
  padding-bottom: 16px;
  margin-bottom: 24px;
  gap: 25px;
}
@media (min-width: 1025px) {
  .search_overlay .search_input .main_search {
    gap: 48px;
  }
}
.search_overlay .search_input .main_search input {
  font-family: "Be Vietnam Pro", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 140%;
  letter-spacing: -0.48px;
  color: #1F1F1F;
  width: 100%;
  background: none;
  padding-left: 10px;
  border: none;
  outline: none;
}
.search_overlay .search_input .main_search input::placeholder {
  font-family: "Be Vietnam Pro", sans-serif;
  color: #A5A5A5;
}
@media (min-width: 1025px) {
  .search_overlay .search_input .main_search input {
    font-size: 32px;
    line-height: 140%;
    letter-spacing: -0.96px;
  }
}
.search_overlay .search_input .main_search:before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  height: 1px;
  width: 100%;
  background: #D4D4D4;
}
.search_overlay .search_input .main_search button {
  background: none;
  border: none;
}
.search_overlay .search_input .suggestions {
  flex-direction: row;
  gap: 16px;
  align-items: center;
  display: none;
}
@media (min-width: 1025px) {
  .search_overlay .search_input .suggestions {
    display: flex;
  }
}
.search_overlay .search_input .suggestions .title {
  font-family: "Be Vietnam Pro", sans-serif;
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: 100%;
  letter-spacing: 1px;
  text-transform: uppercase;
  color: #1F1F1F;
}
.search_overlay .search_input .suggestions ul {
  display: flex;
  flex-direction: row;
  padding: 0;
  margin: 0;
  gap: 8px;
}
.search_overlay .search_input .suggestions ul li {
  list-style-type: none;
  padding: 0;
  margin: 0;
}
.search_overlay .search_input .suggestions ul li a {
  background-color: rgba(255, 255, 255, 0);
  color: #1F1F1F;
  border: 1px solid #1F1F1F;
  padding: 0 24px;
  height: 40px;
  cursor: pointer;
  font-family: "Be Vietnam Pro", sans-serif;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 100%;
  letter-spacing: -0.42px;
  text-transform: capitalize;
  border-radius: 56px;
  transition: 0.3s;
  text-decoration: none;
  display: inline-flex;
  align-items: center;
  display: inline-flex;
}
.search_overlay .search_input .suggestions ul li a:hover {
  background-color: #066CFF;
  border: 1px solid #066CFF;
  color: #fff;
}
.search_overlay .search_body {
  display: flex;
  flex-direction: column;
  gap: 64px;
  margin-top: 96px;
}
@media (min-width: 1025px) {
  .search_overlay .search_body {
    flex-direction: row;
    gap: 223px;
  }
}
.search_overlay .search_body .side_bar {
  max-width: 328px;
}
.search_overlay .search_body .info_block {
  margin-top: 64px;
  display: none;
}
@media (min-width: 1025px) {
  .search_overlay .search_body .info_block {
    display: block;
  }
}
.search_overlay .search_body .info_block p {
  font-family: "Be Vietnam Pro", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 140%;
  letter-spacing: -0.48px;
  color: #1F1F1F;
  margin-bottom: 0px;
}
.search_overlay .search_body .info_block .cta_button {
  margin-top: 40px;
  background-color: #066CFF;
  color: #fff;
  border: 1px solid #066CFF;
  padding: 0 52px 0 24px;
  height: 48px;
  cursor: pointer;
  font-family: "Be Vietnam Pro", sans-serif;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 100%;
  letter-spacing: -0.42px;
  text-transform: capitalize;
  border-radius: 56px;
  text-decoration: none;
  display: inline-flex;
  align-items: center;
  position: relative;
  overflow: hidden;
  transition: 0.6s;
}
.search_overlay .search_body .info_block .cta_button:after {
  content: url("../images/button-arrow.svg");
  position: absolute;
  right: 20px;
  top: 12px;
  transition: 0.6s;
  filter: invert(0);
}
.search_overlay .search_body .info_block .cta_button:before {
  content: url("../images/button-arrow.svg");
  position: absolute;
  left: -50px;
  top: 12px;
  transition: 0.6s;
  filter: invert(0);
}
.search_overlay .search_body .info_block .cta_button:hover {
  background-color: #41D6C2;
  border: 1px solid #41D6C2;
  color: #1F1F1F;
  padding: 0 24px 0 52px;
}
.search_overlay .search_body .info_block .cta_button:hover:after {
  right: -50px;
  top: 12px;
  filter: invert(1);
}
.search_overlay .search_body .info_block .cta_button:hover:before {
  left: 20px;
  top: 12px;
  filter: invert(1);
}
.search_overlay .search_body .info_block .cta_button span {
  position: relative;
}
.search_overlay .search_body .info_block .cta_button.is-inview {
  max-width: 100%;
}
.search_overlay .search_body .info_block .cta_button.is-inview span {
  animation: scrollUpText 0.6s ease-in forwards;
}
.search_overlay .search_body .search_quick_list .title {
  font-family: "Be Vietnam Pro", sans-serif;
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: 100%;
  letter-spacing: 1px;
  text-transform: uppercase;
  color: #1F1F1F;
  margin-bottom: 40px;
}
.search_overlay .search_body .search_quick_list ul {
  padding: 0;
  margin: 0;
  display: flex;
  flex-direction: column;
  gap: 24px;
}
.search_overlay .search_body .search_quick_list ul li {
  padding: 0;
  margin: 0;
  list-style-type: none;
}
.search_overlay .search_body .search_quick_list ul li a {
  font-family: "Be Vietnam Pro", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 140%;
  letter-spacing: -0.48px;
  text-transform: capitalize;
  color: #1F1F1F;
  text-decoration: none;
}
.search_overlay .search_body .search_quick_list ul li a:hover {
  text-decoration: underline;
}
.search_overlay .search_body .no_search {
  display: flex;
  flex-direction: column;
  gap: 64px;
}
@media (min-width: 1025px) {
  .search_overlay .search_body .no_search {
    flex-direction: row;
    gap: 85px;
  }
}
.search_overlay .search_body .no_search .info_block {
  display: block;
  margin-top: 0;
}
@media (min-width: 1025px) {
  .search_overlay .search_body .no_search .info_block {
    display: none;
  }
}
.search_overlay .search_body .search_results {
  width: 100%;
}
.search_overlay .search_body .search_results .inner_search_results .search_results_header {
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding-bottom: 30px;
  border-bottom: 1px solid #EEEEEE;
  align-items: flex-start;
  gap: 24px;
}
@media (min-width: 1025px) {
  .search_overlay .search_body .search_results .inner_search_results .search_results_header {
    flex-direction: row;
    align-items: center;
  }
}
.search_overlay .search_body .search_results .inner_search_results .search_results_header .search_counter {
  font-family: "Be Vietnam Pro", sans-serif;
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: 100%;
  letter-spacing: 1px;
  text-transform: uppercase;
  color: #A5A5A5;
}
.search_overlay .search_body .search_results .inner_search_results .search_results_header .search_counter .count {
  color: #1F1F1F;
}
.search_overlay .search_body .search_results .inner_search_results .search_results_header .search_counter .counter_result {
  color: #1F1F1F;
}
.search_overlay .search_body .search_results .inner_search_results .search_results_header .search_counter .number {
  color: #1F1F1F;
}
.search_overlay .search_body .search_results .inner_search_results .search_results_header .search_counter .search_term {
  color: #1F1F1F;
}
.search_overlay .search_body .search_results .inner_search_results .search_results_header .search_filter {
  width: 100%;
  height: 40px;
  border: 1px solid black;
  border-radius: 25px;
  padding: 0 16px;
  box-sizing: border-box;
  margin-bottom: 15px;
}
@media (min-width: 1025px) {
  .search_overlay .search_body .search_results .inner_search_results .search_results_header .search_filter {
    height: unset;
    padding-bottom: unset;
    border: unset;
    margin-bottom: unset;
    width: unset;
  }
}
.search_overlay .search_body .search_results .inner_search_results .search_results_header .search_filter .search_filter_select {
  width: 100%;
  height: 38px;
  border: none;
  border-radius: 25px;
  outline: none;
}
@media (min-width: 1025px) {
  .search_overlay .search_body .search_results .inner_search_results .search_results_header .search_filter .search_filter_select {
    display: none;
  }
}
.search_overlay .search_body .search_results .inner_search_results .search_results_header .search_filter ul {
  display: none;
  margin: 0;
  padding: 0;
  flex-direction: row;
  gap: 24px;
}
@media (min-width: 1025px) {
  .search_overlay .search_body .search_results .inner_search_results .search_results_header .search_filter ul {
    display: flex;
  }
}
.search_overlay .search_body .search_results .inner_search_results .search_results_header .search_filter ul li {
  list-style-type: none;
  padding: 0;
  font-family: "Be Vietnam Pro", sans-serif;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 140%;
  letter-spacing: -0.42px;
  text-transform: capitalize;
  color: #A5A5A5;
  padding-bottom: 8px;
  cursor: pointer;
  transition: 0.3s;
}
.search_overlay .search_body .search_results .inner_search_results .search_results_header .search_filter ul li:hover {
  color: #1F1F1F;
}
.search_overlay .search_body .search_results .inner_search_results .search_results_header .search_filter ul li.active {
  color: #1F1F1F;
  border-bottom: 1px solid #1F1F1F;
}
.search_overlay .search_body .search_results .inner_search_results .search_result_list {
  width: 100%;
}
.search_overlay .search_body .search_results .inner_search_results .search_result_list .result {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  padding: 40px 0 40px 0;
  border-bottom: 1px solid #EEEEEE;
  width: 100%;
  gap: 16px;
}
.search_overlay .search_body .search_results .inner_search_results .search_result_list .result .content {
  max-width: 530px;
}
.search_overlay .search_body .search_results .inner_search_results .search_result_list .result .content .tags {
  padding: 0;
  margin: 0 0 16px 0;
  display: flex;
  flex-direction: row;
  gap: 8px;
}
.search_overlay .search_body .search_results .inner_search_results .search_result_list .result .content .tags li {
  list-style: none;
  padding: 0;
}
.search_overlay .search_body .search_results .inner_search_results .search_result_list .result .content .tags li a {
  font-family: "Be Vietnam Pro", sans-serif;
  font-size: 12px;
  font-style: normal;
  font-weight: 500;
  line-height: 100%;
  letter-spacing: -0.36px;
  text-transform: capitalize;
  color: #1F1F1F;
  height: 24px;
  padding: 0 8px;
  border-radius: 4px;
  border: 1px solid #1F1F1F;
  text-decoration: none;
  display: inline-flex;
  align-items: center;
}
.search_overlay .search_body .search_results .inner_search_results .search_result_list .result .content h3 {
  font-family: "Be Vietnam Pro", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 140%;
  letter-spacing: -0.48px;
  color: #1F1F1F;
  margin: 0;
  text-decoration: none;
}
@media (min-width: 1025px) {
  .search_overlay .search_body .search_results .inner_search_results .search_result_list .result .content h3 {
    font-size: 24px;
    letter-spacing: -0.72px;
  }
}
.search_overlay .search_body .search_results .inner_search_results .search_result_list .result .content h3 a {
  text-decoration: none;
  color: #1F1F1F;
}
.search_overlay .search_body .search_results .inner_search_results .search_result_list .result .content .title {
  margin-top: 8px;
  font-family: "Be Vietnam Pro", sans-serif;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 100%;
  letter-spacing: 1px;
  text-transform: uppercase;
  color: #1F1F1F;
}
.search_overlay .search_body .search_results .inner_search_results .search_result_list .result .content .basic_button {
  margin-top: 50px;
  display: inline-flex;
  font-family: "Be Vietnam Pro", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 140%;
  letter-spacing: -0.48px;
  text-transform: capitalize;
  padding-bottom: 8px;
  border-bottom: 1px solid #D4D4D4;
  text-decoration: none;
  color: #1F1F1F;
}
.search_overlay .search_body .search_results .inner_search_results .search_result_list .result .image img {
  width: 121px;
  height: 161px;
  object-fit: cover;
}

.login_popup_overlay {
  position: fixed;
  top: 0;
  right: -100%;
  width: 100%;
  height: 100vh;
  transition: 0.6s;
  z-index: 99999999;
  /* Firefox */
}
.login_popup_overlay.active_login_popup_overlay {
  right: 0;
  animation: fadeinBGlate 1.2s forwards;
}
.login_popup_overlay .login_register_popup_content h2 {
  font-family: "Cormorant Garamond", serif;
  font-size: 48px;
  font-style: normal;
  font-weight: 400;
  line-height: 100%;
  letter-spacing: -2.4px;
  color: #1F1F1F;
  margin-top: 0;
}
@media (min-width: 1025px) {
  .login_popup_overlay .login_register_popup_content h2 {
    font-size: 72px;
    letter-spacing: -3.6px;
  }
}
.login_popup_overlay .login_register_popup_content .form_toggle {
  display: flex;
  flex-direction: row;
  gap: 24px;
  margin: 0 0 40px 0;
  padding: 0;
}
.login_popup_overlay .login_register_popup_content .form_toggle li {
  list-style-type: none;
  padding: 0;
}
.login_popup_overlay .login_register_popup_content .form_toggle li a {
  font-family: "Be Vietnam Pro", sans-serif;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 140%;
  letter-spacing: -0.42px;
  text-transform: capitalize;
  color: #A5A5A5;
  text-decoration: none;
  padding-bottom: 8px;
  transition: 0.3s;
}
.login_popup_overlay .login_register_popup_content .form_toggle li .active {
  color: #1F1F1F;
  border-bottom: 1px solid #1F1F1F;
}
.login_popup_overlay .login_register_popup_content .site_form {
  display: none;
}
.login_popup_overlay .login_register_popup_content .site_form.active {
  display: block;
}
.login_popup_overlay .login_register_popup_content .form_extras {
  display: flex;
  flex-direction: row;
  gap: 24px;
  padding-top: 16px;
}
.login_popup_overlay input:-webkit-autofill,
.login_popup_overlay input:-webkit-autofill:hover,
.login_popup_overlay input:-webkit-autofill:focus,
.login_popup_overlay input:-webkit-autofill:active {
  -webkit-box-shadow: none !important;
  -webkit-text-fill-color: #1F1F1F !important;
  background-color: #fff !important;
}
.login_popup_overlay input:-moz-autofill,
.login_popup_overlay input:-moz-autofill:hover,
.login_popup_overlay input:-moz-autofill:focus,
.login_popup_overlay input:-moz-autofill:active {
  -webkit-box-shadow: none !important;
  -webkit-text-fill-color: #1F1F1F !important;
  background-color: #fff !important;
}

@keyframes fadeinBGlate {
  0% {
    background: rgba(0, 0, 0, 0);
  }
  50% {
    background: rgba(0, 0, 0, 0);
  }
  100% {
    background: rgba(0, 0, 0, 0.34);
  }
}
.email_myself_popup {
  width: 100%;
  height: 100vh;
  background: rgba(0, 0, 0, 0.38);
  position: fixed;
  top: 0;
  left: 0;
  z-index: 999999;
  display: flex;
  transition: 0.6s;
  justify-content: center;
  align-items: center;
  display: none;
}
.email_myself_popup .email_myself_popup_inner {
  border-radius: 4px;
  padding: 24px;
  background: white;
  box-sizing: border-box;
  width: calc(100% - 20px);
}
@media (min-width: 1025px) {
  .email_myself_popup .email_myself_popup_inner {
    width: 650px;
  }
}
.email_myself_popup .email_myself_popup_inner .header {
  display: flex;
  justify-content: space-between;
  margin-bottom: 40px;
}
.email_myself_popup .email_myself_popup_inner .header h2 {
  font-family: "Cormorant Garamond", serif;
  font-size: 32px;
  font-style: normal;
  font-weight: 400;
  line-height: 100%;
  letter-spacing: -1.6px;
  color: #1F1F1F;
  margin: 0;
}
@media (min-width: 1025px) {
  .email_myself_popup .email_myself_popup_inner .header h2 {
    font-size: 40px;
    letter-spacing: -2px;
  }
}
.email_myself_popup .email_myself_popup_inner .header .close_button {
  background-color: rgba(255, 255, 255, 0);
  color: #1F1F1F;
  border: 1px solid #1F1F1F;
  padding: 0 54px 0 24px;
  height: 40px;
  cursor: pointer;
  font-family: "Be Vietnam Pro", sans-serif;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 100%;
  letter-spacing: -0.42px;
  text-transform: capitalize;
  border-radius: 56px;
  transition: 0.6s;
  text-decoration: none;
  display: inline-flex;
  align-items: center;
  position: relative;
  overflow: hidden;
}
.email_myself_popup .email_myself_popup_inner .header .close_button:before {
  content: url("../images/close.svg");
  position: absolute;
  right: 20px;
  top: 7px;
  transition: 0.3s;
  filter: invert(0);
}
.email_myself_popup .email_myself_popup_inner .header .close_button:hover {
  background-color: #15367B;
  border: 1px solid #15367B;
  color: #fff;
}
.email_myself_popup .email_myself_popup_inner .header .close_button:hover:before {
  filter: invert(1);
}
.title_to_animatiosn {
  position: relative;
  will-change: transform;
  opacity: 0;
}
@keyframes bottomUp {
  from {
    bottom: -80px;
    opacity: 1;
  }
  to {
    bottom: 0;
    opacity: 1;
  }
}
.title_to_animatiosn .outer_span_wrap {
  overflow: hidden;
  position: relative;
  display: block;
}
.title_to_animatiosn.is-inview {
  opacity: 1;
}
.title_to_animatiosn.is-inview .outer_span_wrap {
  position: relative;
}
@media (min-width: 768px) {
  .title_to_animatiosn.is-inview .outer_span_wrap {
    display: block;
  }
}
.title_to_animatiosn.is-inview .outer_span_wrap:nth-of-type(1) .inner_span_wrap {
  animation: bottomUp 0.5s forwards ease-in;
}
.title_to_animatiosn.is-inview .outer_span_wrap:nth-of-type(2) .inner_span_wrap {
  animation: bottomUp 1.5s forwards ease-in;
}
.title_to_animatiosn.is-inview .outer_span_wrap:nth-of-type(3) .inner_span_wrap {
  animation: bottomUp 2.5s forwards ease-in;
}

span.line {
  display: block !important;
  overflow: hidden;
  position: relative;
  line-height: 120%;
}

.fade_in {
  animation: fadeIn 1.5s ease forwards;
}
@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  30% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

.image-para-container {
  overflow: hidden;
}
.image-para-container img {
  transform: translate3d(0px, -10%, 0px) scale(1.2, 1.2);
  will-change: transform;
}

.border-top:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  height: 1px;
  width: 0;
  background: #D4D4D4;
}
.border-top.is-inview:before {
  animation: barWidth 1s ease-in forwards;
}

.basic_button {
  position: relative !important;
}
.basic_button:hover:before {
  width: 100%;
  left: 0;
  right: unset;
}
.basic_button:before {
  content: "" !important;
  position: absolute;
  bottom: -1px;
  right: 0;
  left: unset;
  width: 0;
  height: 2px;
  background-color: #1F1F1F;
  transition: width 0.6s cubic-bezier(0.25, 1, 0.5, 1);
}

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