@charset "UTF-8";
/**
 * Custom mixins, re-done in SCSS
 *
 * @author AM.HIGH
 * @version 2.0
 * @since 1.0
 */
/**
 * Keyline using the :before pusedo selector
 */
/**
 * Keyline using the :after pusedo selector
 */
/**
 * Svg background image
 */
/**
 * Svg image setting width and height of the element
 */
/**
 * Shadow mixins
 */
/**
 * Border radius
 */
/**
 * Element alignment
 */
/**
 * Gradients
 */
/**
 * Appearance wrapper
 */
/**
 * Animations, transitions and transforms
 */
.eyebrow {
  font-family: "DM Sans", sans-serif;
  font-size: 0.875rem;
  font-weight: 500;
  line-height: 1.4;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: #028090;
}

.banner-title {
  font-family: "Sora", sans-serif;
  font-size: clamp(2.5rem, 5vw + 1rem, 4.5rem);
  font-weight: 700;
  line-height: 1.2;
  color: #0D2B45;
}

.section-title {
  font-family: "Sora", sans-serif;
  font-size: clamp(2rem, 4vw + 1rem, 4rem);
  font-weight: 700;
  line-height: 1.1;
  color: #0D2B45;
}

.subsection-title {
  font-family: "Sora", sans-serif;
  font-size: clamp(1.75rem, 2.5vw + 1rem, 3rem); /* 28px → 48px */
  font-weight: 700;
  line-height: 1.2;
  color: #0D2B45;
}

.card-title {
  font-family: "Sora", sans-serif;
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1.3;
  color: #0D2B45;
}

.stat-number {
  font-family: "Sora", sans-serif;
  font-size: 3rem;
  font-weight: 700;
  line-height: 1;
  color: #028090;
}

.lead {
  font-family: "DM Sans", sans-serif;
  font-size: clamp(1.125rem, 1vw + 1rem, 1.5rem);
  font-weight: 400;
  line-height: 1.6;
  color: #5A6B78;
}

.body-lg {
  font-family: "DM Sans", sans-serif;
  font-size: 1.25rem;
  font-weight: 400;
  line-height: 1.6;
  color: #5A6B78;
}
@media (max-width: 767px) {
  .body-lg {
    font-size: 18px;
  }
}

.body-text {
  font-family: "DM Sans", sans-serif;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.6;
  color: #5A6B78;
}

.body-sm {
  font-family: "DM Sans", sans-serif;
  font-size: 0.875rem;
  font-weight: 400;
  line-height: 1.5;
  color: #5A6B78;
}

.caption {
  font-family: "DM Sans", sans-serif;
  font-size: 0.75rem;
  font-weight: 500;
  line-height: 1.4;
  letter-spacing: 0.02em;
  color: #5A6B78;
}

.container {
  max-width: 1152px;
  width: 100%;
  margin: 0 auto;
  padding: 0 24px;
}
@media (max-width: 1023px) {
  .container {
    padding: 0 16px;
  }
}

.w-100 {
  width: 100%;
}

a {
  text-decoration: none;
}

.vanivation-btn {
  border: 2px solid #00A896;
  background: #00A896;
  color: #FFFFFF;
  padding: 0 32px;
  border-radius: 10px;
  font-size: 18px;
  font-weight: 600;
  transition: all ease 0.3s;
  display: flex;
  align-items: center;
  gap: 8px;
  height: 50px;
  width: auto;
}
@media (max-width: 1023px) {
  .vanivation-btn {
    justify-content: center;
  }
}
.vanivation-btn:hover {
  background: #028090;
  color: #FFFFFF;
  border-color: #028090;
}
.vanivation-btn:hover img {
  transform: translateX(4px);
}
.vanivation-btn img {
  transition: all ease 0.3s;
  width: 16px;
}

h1, h2, h3, h4, h5 {
  margin: 0;
}

.bg-secondary {
  background: #F8FAFB;
}

p {
  margin: 0;
}

body {
  background-color: #FFFFFF;
}
body .site-header {
  position: fixed;
  top: 0;
  left: 0;
  padding: 20px 0;
  width: 100%;
  z-index: 4;
  background: transparent;
  transition: all ease 0.3s;
}
body .site-header.scrolled {
  background: #0D2B45;
  padding: 12px 0;
}
body .site-header .header-row {
  display: flex;
  justify-content: space-between;
  gap: 24px;
  align-items: center;
}
body .site-header .header-row .header-logo {
  width: 180px;
}
@media (max-width: 767px) {
  body .site-header .header-row .header-logo {
    width: 140px;
  }
}
body .site-header .header-row .header-logo .header-logo-img {
  width: 100%;
}
body .site-header .header-row .header-menu {
  flex: 1;
}
@media (max-width: 1023px) {
  body .site-header .header-row .header-menu {
    display: flex;
    justify-content: flex-end;
  }
}
body .site-header .header-row .header-menu nav {
  justify-content: center;
}
body .site-header .header-row .header-btn {
  padding: 10px;
  transition: all ease 0.3s;
  background: #00A896;
  color: #0D2B45;
  font-size: 14px;
  font-weight: 600;
  border-radius: 10px;
  display: flex;
  align-items: center;
}
@media (max-width: 1023px) {
  body .site-header .header-row .header-btn {
    display: none;
  }
}
body .site-header .header-row .header-btn:hover {
  background: #028090;
}
body .home-hero {
  min-height: 100vh;
  padding: 160px 0 80px;
  background: linear-gradient(180deg, #0D2B45 0%, #1A3A52 50%, #028090 100%);
  position: relative;
}
@media (max-width: 1023px) {
  body .home-hero {
    padding: 100px 0 48px;
    min-height: 600px;
  }
}
body .home-hero::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: url("../img/lines.svg");
  background-size: cover;
  opacity: 0.05;
}
body .home-hero .hero-content {
  width: 100%;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  gap: 48px;
  position: relative;
  z-index: 1;
}
body .home-hero .hero-content .hero-title {
  color: #FFFFFF;
  margin-bottom: 24px;
  text-align: center;
}
body .home-hero .hero-content .hero-subtitle {
  font-size: 24px;
  color: #E8EEF2;
  line-height: 1.625;
  text-align: center;
  margin-bottom: 32px;
}
@media (max-width: 1023px) {
  body .home-hero .hero-content .hero-subtitle {
    font-size: 20px;
    margin-bottom: 24px;
  }
}
body .home-hero .hero-content .hero-btns {
  display: flex;
  justify-content: center;
  gap: 16px;
}
@media (max-width: 767px) {
  body .home-hero .hero-content .hero-btns {
    flex-direction: column;
    gap: 8px;
  }
}
body .home-hero .hero-content .hero-btns .hero-btn1 {
  color: #0D2B45;
}
body .home-hero .hero-content .hero-btns .hero-btn1:hover {
  color: #0D2B45;
}
body .home-hero .hero-content .hero-btns .hero-btn2 {
  background: transparent;
  border-color: #FFFFFF;
  color: #FFFFFF;
}
body .home-hero .hero-content .hero-btns .hero-btn2:hover {
  background: #FFFFFF;
  color: #0D2B45;
  border-color: #FFFFFF;
}
body .home-hero .hero-content .hero-bottom {
  display: flex;
  flex-direction: column;
  gap: 24px;
  padding-top: 32px;
  border-top: 1px solid rgba(255, 255, 255, 0.1019607843);
  text-align: center;
}
@media (max-width: 1023px) {
  body .home-hero .hero-content .hero-bottom {
    padding-top: 24px;
  }
}
body .home-hero .hero-content .hero-bottom .hero-bottom-sub {
  color: rgba(232, 238, 242, 0.7);
  text-align: center;
}
body .home-hero .hero-content .hero-bottom .hero-btm-items {
  display: flex;
  justify-content: center;
  gap: 48px;
}
@media (max-width: 1023px) {
  body .home-hero .hero-content .hero-bottom .hero-btm-items {
    gap: 24px;
  }
}
body .home-hero .hero-content .hero-bottom .hero-btm-items .hero-btm-item {
  display: flex;
  flex-direction: column;
  gap: 4px;
  align-items: center;
  text-align: center;
}
body .home-hero .hero-content .hero-bottom .hero-btm-items .hero-btm-item .hero-btm-item-title {
  color: #00A896;
  font-size: 30px;
  font-weight: 700;
  font-family: "DM Sans", sans-serif;
}
body .home-hero .hero-content .hero-bottom .hero-btm-items .hero-btm-item .hero-btm-text {
  color: rgba(232, 238, 242, 0.7);
}
body .who-we-are {
  padding: 100px 0;
}
@media (max-width: 1023px) {
  body .who-we-are {
    padding: 50px 0;
  }
}
body .who-we-are .who-we-are-row {
  display: flex;
  flex-direction: column;
  gap: 64px;
}
@media (max-width: 1023px) {
  body .who-we-are .who-we-are-row {
    gap: 32px;
  }
}
body .who-we-are .who-we-are-row .who-we-are-top {
  display: flex;
  flex-direction: column;
  gap: 24px;
  width: 768px;
}
@media (max-width: 1023px) {
  body .who-we-are .who-we-are-row .who-we-are-top {
    width: 100%;
    gap: 16px;
  }
}
body .who-we-are .who-we-are-row .who-we-are-video {
  border-radius: 16px;
  object-fit: cover;
  width: 100%;
  aspect-ratio: 16/9;
}
body .who-we-are .who-we-are-row .who-we-are-bottom {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 32px;
}
@media (max-width: 1023px) {
  body .who-we-are .who-we-are-row .who-we-are-bottom {
    grid-template-columns: 1fr;
    gap: 24px;
  }
}
body .who-we-are .who-we-are-row .who-we-are-bottom .who-we-are-column {
  padding: 24px;
  border-radius: 12px;
  background: #F8FAFB;
  border: 1px solid #E8EEF2;
  transition: all ease 0.3s;
  display: flex;
  flex-direction: column;
  gap: 16px;
}
@media (max-width: 767px) {
  body .who-we-are .who-we-are-row .who-we-are-bottom .who-we-are-column {
    gap: 12px;
    padding: 16px;
  }
}
body .who-we-are .who-we-are-row .who-we-are-bottom .who-we-are-column:hover {
  border-color: #00A896;
}
body .who-we-are .who-we-are-row .who-we-are-bottom .who-we-are-column .who-we-are-icon-wrapper {
  width: 48px;
  height: 48px;
  border-radius: 10px;
  background: linear-gradient(180deg, #0D2B45 0%, #028090 100%);
  display: flex;
  align-items: center;
  justify-content: center;
}
@media (max-width: 767px) {
  body .who-we-are .who-we-are-row .who-we-are-bottom .who-we-are-column .who-we-are-icon-wrapper {
    width: 40px;
    height: 40px;
  }
}
body .who-we-are .who-we-are-row .who-we-are-bottom .who-we-are-column .who-we-are-icon-wrapper svg {
  width: 24px;
  height: 24px;
  fill: #FFFFFF;
}
@media (max-width: 767px) {
  body .who-we-are .who-we-are-row .who-we-are-bottom .who-we-are-column .who-we-are-icon-wrapper svg {
    width: 20px;
    height: 20px;
  }
}
body .who-we-are .who-we-are-row .who-we-are-bottom .who-we-are-column .who-we-are-column-title {
  font-size: 20px;
  font-weight: 700;
  color: #0D2B45;
}
@media (max-width: 767px) {
  body .who-we-are .who-we-are-row .who-we-are-bottom .who-we-are-column .who-we-are-column-title {
    font-size: 18px;
  }
}
body .home-products {
  padding: 100px 0;
}
@media (max-width: 1023px) {
  body .home-products {
    padding: 50px 0;
  }
}
body .home-products .hp-row {
  display: flex;
  flex-direction: column;
  gap: 64px;
}
@media (max-width: 1023px) {
  body .home-products .hp-row {
    gap: 32px;
  }
}
body .home-products .hp-row .hp-top {
  display: flex;
  flex-direction: column;
  gap: 24px;
  align-items: center;
  text-align: center;
  margin: 0 auto;
}
@media (max-width: 1023px) {
  body .home-products .hp-row .hp-top {
    gap: 16px;
  }
}
body .home-products .hp-row .vanitrack-product-card {
  position: relative;
  isolation: isolate;
  overflow: hidden;
  width: 100%;
  min-height: 520px;
  border: 1px solid rgba(2, 128, 144, 0.12);
  border-radius: 18px;
  background: #FFFFFF;
  box-shadow: 0 24px 56px rgba(13, 43, 69, 0.12);
  display: grid;
  grid-template-columns: minmax(0, 0.82fr) minmax(0, 1.18fr);
  align-items: center;
}
@media (max-width: 1023px) {
  body .home-products .hp-row .vanitrack-product-card {
    min-height: 0;
    grid-template-columns: 1fr;
  }
}
body .home-products .hp-row .vanitrack-product-card > * {
  min-width: 0;
}
body .home-products .hp-row .vanitrack-product-card .vanitrack-card-texts {
  position: relative;
  z-index: 2;
  padding: 56px 0 56px 56px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 20px;
}
@media (max-width: 1023px) {
  body .home-products .hp-row .vanitrack-product-card .vanitrack-card-texts {
    padding: 40px 40px 16px;
  }
}
@media (max-width: 767px) {
  body .home-products .hp-row .vanitrack-product-card .vanitrack-card-texts {
    padding: 32px 24px 8px;
    gap: 16px;
  }
}
body .home-products .hp-row .vanitrack-product-card .vanitrack-card-texts .vanitrack-card-title {
  font-family: "Sora", sans-serif;
  font-size: clamp(2rem, 3vw, 2.5rem);
  font-weight: 700;
  line-height: 1.15;
  letter-spacing: -0.02em;
  color: #0D2B45;
}
@media (max-width: 767px) {
  body .home-products .hp-row .vanitrack-product-card .vanitrack-card-texts .vanitrack-card-title {
    font-size: 1.75rem;
  }
}
body .home-products .hp-row .vanitrack-product-card .vanitrack-card-texts .vanitrack-card-text {
  max-width: 430px;
  font-family: "DM Sans", sans-serif;
  font-size: 18px;
  line-height: 1.65;
  color: #5A6B78;
}
@media (max-width: 767px) {
  body .home-products .hp-row .vanitrack-product-card .vanitrack-card-texts .vanitrack-card-text {
    font-size: 16px;
  }
}
body .home-products .hp-row .vanitrack-product-card .vanitrack-card-texts .vanivation-btn {
  align-self: flex-start;
  width: auto;
  margin-top: 8px;
}
body .home-products .hp-row .vanitrack-product-card .vanitrack-product-card-img {
  position: relative;
  z-index: 1;
  width: 112%;
  max-width: none;
  height: auto;
  margin-right: -12%;
  display: block;
  justify-self: end;
  align-self: end;
  object-fit: contain;
}
@media (max-width: 1023px) {
  body .home-products .hp-row .vanitrack-product-card .vanitrack-product-card-img {
    width: 104%;
    margin-right: -4%;
  }
}
@media (max-width: 767px) {
  body .home-products .hp-row .vanitrack-product-card .vanitrack-product-card-img {
    width: 118%;
    margin-right: -18%;
  }
}
body .home-products .hp-row .hp-items {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 32px;
}
@media (max-width: 1023px) {
  body .home-products .hp-row .hp-items {
    gap: 24px;
  }
}
@media (max-width: 767px) {
  body .home-products .hp-row .hp-items {
    grid-template-columns: 1fr;
  }
}
body .home-products .hp-row .hp-items .hp-item {
  border-radius: 12px;
  display: flex;
  flex-direction: column;
  overflow: hidden;
  background: #FFF;
  box-shadow: 0 20px 25px 0 rgba(0, 0, 0, 0.1019607843);
}
body .home-products .hp-row .hp-items .hp-item .hp-icon-wrapper {
  width: 100%;
  height: 350px;
  background: linear-gradient(180deg, #0D2B45 0%, #1A3A52 50%, #028090 100%);
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media (max-width: 1023px) {
  body .home-products .hp-row .hp-items .hp-item .hp-icon-wrapper {
    height: 250px;
  }
}
body .home-products .hp-row .hp-items .hp-item .hp-icon-wrapper::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: url("../img/lines.svg");
  background-size: cover;
  opacity: 0.05;
}
body .home-products .hp-row .hp-items .hp-item .hp-icon-wrapper .hp-title-img {
  max-width: 240px;
  width: 100%;
}
body .home-products .hp-row .hp-items .hp-item .hp-icon-wrapper .hp-title-img-text {
  color: #FFFFFF;
  font-size: 32px;
}
body .home-products .hp-row .hp-items .hp-item .hp-img {
  width: 100%;
  aspect-ratio: 4/3;
  object-fit: cover;
}
body .home-products .hp-row .hp-items .hp-item .hp-content {
  padding: 24px;
  display: flex;
  flex-direction: column;
  gap: 12px;
  align-items: flex-start;
}
body .home-products .hp-row .hp-items .hp-item .hp-content .vanivation-btn {
  margin-top: 12px;
  color: #FFFFFF;
}
body .home-deliver {
  position: relative;
  overflow: hidden;
  padding: 100px 0;
  background: linear-gradient(135deg, #0D2B45 0%, #1A3A52 58%, #028090 140%);
}
@media (max-width: 1023px) {
  body .home-deliver {
    padding: 50px 0;
  }
}
body .home-deliver::before {
  content: "";
  position: absolute;
  inset: 0;
  background: url("../img/lines.svg") center/cover;
  opacity: 0.05;
}
body .home-deliver::after {
  content: "";
  position: absolute;
  top: -240px;
  right: -180px;
  width: 560px;
  height: 560px;
  border-radius: 50%;
  background: rgba(0, 168, 150, 0.12);
  filter: blur(80px);
}
body .home-deliver .home-deliver-row {
  position: relative;
  z-index: 1;
  display: flex;
  flex-direction: column;
  gap: 64px;
}
@media (max-width: 1023px) {
  body .home-deliver .home-deliver-row {
    gap: 32px;
  }
}
body .home-deliver .home-deliver-heading {
  max-width: 880px;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 24px;
  text-align: center;
}
@media (max-width: 1023px) {
  body .home-deliver .home-deliver-heading {
    gap: 16px;
  }
}
body .home-deliver .home-deliver-title {
  color: #FFFFFF;
}
body .home-deliver .home-deliver-subhead {
  color: rgba(232, 238, 242, 0.82);
}
body .home-deliver .home-deliver-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
}
@media (max-width: 1023px) {
  body .home-deliver .home-deliver-grid {
    grid-template-columns: 1fr;
  }
}
body .home-deliver .home-deliver-card {
  position: relative;
  overflow: hidden;
  min-height: 340px;
  padding: 32px;
  border: 1px solid rgba(0, 168, 150, 0.24);
  border-radius: 16px;
  background: rgba(255, 255, 255, 0.07);
  backdrop-filter: blur(8px);
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 20px;
  transition: transform ease 0.3s, border-color ease 0.3s, background-color ease 0.3s;
}
@media (max-width: 1023px) {
  body .home-deliver .home-deliver-card {
    min-height: 0;
  }
}
@media (max-width: 767px) {
  body .home-deliver .home-deliver-card {
    padding: 24px;
    gap: 16px;
  }
}
body .home-deliver .home-deliver-card::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 3px;
  background: linear-gradient(90deg, #00A896, #028090);
}
body .home-deliver .home-deliver-card:hover {
  transform: translateY(-6px);
  border-color: rgba(0, 168, 150, 0.55);
  background: rgba(255, 255, 255, 0.11);
}
body .home-deliver .home-deliver-number {
  width: 52px;
  height: 52px;
  border: 1px solid rgba(0, 168, 150, 0.35);
  border-radius: 12px;
  background: rgba(0, 168, 150, 0.12);
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: "Sora", sans-serif;
  font-size: 16px;
  font-weight: 700;
  color: #00A896;
}
body .home-deliver .home-deliver-card-title {
  color: #FFFFFF;
}
body .home-deliver .home-deliver-card-text {
  color: rgba(232, 238, 242, 0.76);
}
body .home-culture {
  padding: 100px 0;
}
@media (max-width: 1023px) {
  body .home-culture {
    padding: 50px 0;
  }
}
body .home-culture .home-culture-row {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 64px;
  align-items: center;
}
@media (max-width: 1023px) {
  body .home-culture .home-culture-row {
    grid-template-columns: 1fr;
    gap: 32px;
  }
}
body .home-culture .home-culture-row .home-culture-content {
  display: flex;
  flex-direction: column;
  gap: 24px;
  align-items: flex-start;
}
@media (max-width: 1023px) {
  body .home-culture .home-culture-row .home-culture-content {
    gap: 16px;
  }
}
body .home-culture .home-culture-row .home-culture-content .vanivation-btn {
  margin-top: 12px;
}
@media (max-width: 1023px) {
  body .home-culture .home-culture-row .team-photos-gallery {
    width: 100%;
  }
}
body .home-culture .home-culture-row .home-culture-icons {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 24px;
}
@media (max-width: 767px) {
  body .home-culture .home-culture-row .home-culture-icons {
    grid-template-columns: 1fr;
  }
}
body .home-culture .home-culture-row .home-culture-icons .culture-icon {
  display: flex;
  flex-direction: column;
  gap: 10px;
  align-items: center;
  justify-content: center;
  text-align: center;
  padding: 12px;
  border-radius: 12px;
  background: linear-gradient(80deg, #0D2B45 0%, #028090 100%);
  height: 160px;
}
body .home-culture .home-culture-row .home-culture-icons .culture-icon:nth-child(odd) {
  background: linear-gradient(120deg, #028090 0%, #0D2B45 100%);
}
body .home-culture .home-culture-row .home-culture-icons .culture-icon .ci svg {
  fill: #FFFFFF;
  stroke: #FFFFFF;
}
body .home-culture .home-culture-row .home-culture-icons .culture-icon .culture-icon-text {
  color: #FFFFFF;
}
body .home-dual-cta {
  padding: 100px 0;
  background: linear-gradient(180deg, #0D2B45 0%, #1A3A52 50%, #028090 100%);
  position: relative;
}
@media (max-width: 1023px) {
  body .home-dual-cta {
    padding: 50px 0;
  }
}
body .home-dual-cta::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: url("../img/lines.svg");
  background-size: cover;
  opacity: 0.05;
}
body .home-dual-cta .dual-cta-row {
  display: flex;
  flex-direction: column;
  gap: 64px;
  position: relative;
  z-index: 2;
}
@media (max-width: 1023px) {
  body .home-dual-cta .dual-cta-row {
    gap: 32px;
  }
}
body .home-dual-cta .dual-cta-row .dual-cta-top {
  display: flex;
  flex-direction: column;
  gap: 24px;
  align-items: center;
  text-align: center;
  margin: 0 auto;
}
@media (max-width: 1023px) {
  body .home-dual-cta .dual-cta-row .dual-cta-top {
    gap: 16px;
  }
}
body .home-dual-cta .dual-cta-row .dual-cta-top .dual-cta-title {
  color: #FFFFFF;
}
body .home-dual-cta .dual-cta-row .dual-cta-top .dual-cta-subtitle {
  color: #F8FAFB;
}
body .home-dual-cta .dual-cta-row .dual-cta-items {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 32px;
  width: 70%;
  margin: 0 auto;
}
@media (max-width: 1023px) {
  body .home-dual-cta .dual-cta-row .dual-cta-items {
    gap: 24px;
    width: 100%;
  }
}
@media (max-width: 767px) {
  body .home-dual-cta .dual-cta-row .dual-cta-items {
    grid-template-columns: 1fr;
  }
}
body .home-dual-cta .dual-cta-row .dual-cta-items .dual-cta-item {
  padding: 24px;
  border-radius: 12px;
  border: 1px solid #00A896;
  background: rgba(255, 255, 255, 0.1);
  backdrop-filter: blur(8px);
  display: flex;
  flex-direction: column;
  gap: 12px;
  align-items: center;
  text-align: center;
}
@media (max-width: 767px) {
  body .home-dual-cta .dual-cta-row .dual-cta-items .dual-cta-item {
    padding: 16px;
  }
}
body .home-dual-cta .dual-cta-row .dual-cta-items .dual-cta-item:last-child .dual-cta-icon {
  background: #FFFFFF;
}
body .home-dual-cta .dual-cta-row .dual-cta-items .dual-cta-item .dual-cta-icon {
  width: 48px;
  height: 48px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #028090;
  border-radius: 10px;
}
@media (max-width: 767px) {
  body .home-dual-cta .dual-cta-row .dual-cta-items .dual-cta-item .dual-cta-icon {
    width: 40px;
    height: 40px;
  }
}
body .home-dual-cta .dual-cta-row .dual-cta-items .dual-cta-item .dual-cta-icon svg {
  width: 20px;
  height: 20px;
  fill: #0D2B45;
  stroke: #0D2B45;
}
@media (max-width: 767px) {
  body .home-dual-cta .dual-cta-row .dual-cta-items .dual-cta-item .dual-cta-icon svg {
    width: 16px;
    height: 16px;
  }
}
body .home-dual-cta .dual-cta-row .dual-cta-items .dual-cta-item .dual-cta-item-title {
  font-size: 20px;
  color: #FFFFFF;
}
@media (max-width: 767px) {
  body .home-dual-cta .dual-cta-row .dual-cta-items .dual-cta-item .dual-cta-item-title {
    font-size: 18px;
  }
}
body .home-dual-cta .dual-cta-row .dual-cta-items .dual-cta-item .dual-cta-item-text {
  color: #F8FAFB;
}
body .home-dual-cta .dual-cta-row .dual-cta-items .dual-cta-item .vanivation-btn {
  width: 100%;
  margin-top: auto;
  justify-content: center;
  color: #0D2B45;
}
body .home-dual-cta .dual-cta-row .dual-cta-items .dual-cta-item .vanivation-btn.hero-btn2 {
  background: #FFFFFF;
  border-color: #FFFFFF;
}
body .home-dual-cta .dual-cta-row .dual-cta-items .dual-cta-item .vanivation-btn.hero-btn2:hover {
  background: #E8EEF2;
}
body .home-dual-cta .dual-cta-row .dual-cta-items .dual-cta-item .vanivation-btn:hover {
  color: #0D2B45;
}
body .home-dual-cta .dual-cta-row .dual-note {
  padding-top: 32px;
  border-top: 1px solid rgba(248, 250, 251, 0.5);
  text-align: center;
}
body .home-dual-cta .dual-cta-row .dual-note .dual-note-text {
  color: #F8FAFB;
}
body .about-orphan {
  display: none !important;
}
body .about-hero {
  position: relative;
  overflow: hidden;
  padding: 176px 0 96px;
  background: linear-gradient(135deg, #0D2B45 0%, #1A3A52 50%, #028090 100%);
}
@media (max-width: 1023px) {
  body .about-hero {
    padding: 132px 0 64px;
  }
}
body .about-hero::before {
  content: "";
  position: absolute;
  inset: 0;
  background: url("../img/lines.svg") center/cover;
  opacity: 0.05;
}
body .about-hero .about-hero-content {
  position: relative;
  z-index: 1;
  max-width: 848px;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 24px;
  text-align: center;
}
@media (max-width: 1023px) {
  body .about-hero .about-hero-content {
    gap: 16px;
  }
}
body .about-hero .about-hero-eyebrow {
  padding: 8px 16px;
  border: 1px solid rgba(0, 168, 150, 0.3);
  border-radius: 100px;
  background: rgba(0, 168, 150, 0.1);
  color: #00A896;
  text-transform: none;
  letter-spacing: 0;
}
body .about-hero .about-hero-title {
  color: #FFFFFF;
}
body .about-hero .about-hero-lead {
  max-width: 720px;
  color: rgba(232, 238, 242, 0.85);
}
body .about-story {
  padding: 100px 0;
}
@media (max-width: 1023px) {
  body .about-story {
    padding: 50px 0;
  }
}
body .about-story .about-story-row {
  max-width: 790px;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  gap: 48px;
}
@media (max-width: 1023px) {
  body .about-story .about-story-row {
    gap: 32px;
  }
}
body .about-story .about-story-content {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 24px;
  text-align: center;
}
@media (max-width: 1023px) {
  body .about-story .about-story-content {
    gap: 16px;
  }
}
body .about-story .about-story-copy {
  display: flex;
  flex-direction: column;
  gap: 20px;
}
body .about-story .about-parent-card {
  position: relative;
  overflow: hidden;
  padding: 32px;
  border-radius: 16px;
  background: #0D2B45;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 24px;
}
@media (max-width: 767px) {
  body .about-story .about-parent-card {
    padding: 24px;
    align-items: flex-start;
    justify-content: flex-start;
  }
}
body .about-story .about-parent-card::before {
  content: "";
  position: absolute;
  inset: 0;
  background: url("../img/lines.svg") center/cover;
  opacity: 0.04;
}
body .about-story .about-parent-mark,
body .about-story .about-parent-content {
  position: relative;
  z-index: 1;
}
body .about-story .about-parent-mark {
  flex: 0 0 64px;
  width: 64px;
  height: 64px;
  border-radius: 12px;
  background: #00A896;
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: "Sora", sans-serif;
  font-size: 30px;
  font-weight: 700;
  color: #0D2B45;
}
@media (max-width: 767px) {
  body .about-story .about-parent-mark {
    flex-basis: 52px;
    width: 52px;
    height: 52px;
    font-size: 24px;
  }
}
body .about-story .about-parent-content {
  display: flex;
  flex-direction: column;
  gap: 4px;
  align-items: flex-start;
}
body .about-story .about-parent-eyebrow {
  color: rgba(0, 168, 150, 0.8);
}
body .about-story .about-parent-title {
  color: #FFFFFF;
}
body .about-story .about-parent-text {
  color: rgba(232, 238, 242, 0.7);
}
body .about-leadership {
  padding: 100px 0;
  background: #F8FAFB;
}
@media (max-width: 1023px) {
  body .about-leadership {
    padding: 50px 0;
  }
}
body .about-leadership .about-leadership-row {
  display: flex;
  flex-direction: column;
  gap: 56px;
}
@media (max-width: 1023px) {
  body .about-leadership .about-leadership-row {
    gap: 32px;
  }
}
body .about-leadership .about-section-heading {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 16px;
  text-align: center;
}
body .about-leadership .about-leadership-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
}
@media (max-width: 1023px) {
  body .about-leadership .about-leadership-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 767px) {
  body .about-leadership .about-leadership-grid {
    grid-template-columns: 1fr;
  }
}
body .about-leadership .about-leader-card {
  overflow: hidden;
  border: 1px solid #E8EEF2;
  border-radius: 12px;
  background: #FFFFFF;
  box-shadow: 0 1px 2px rgba(13, 43, 69, 0.04);
  transition: transform ease 0.3s, box-shadow ease 0.3s;
}
body .about-leadership .about-leader-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 16px 32px rgba(13, 43, 69, 0.1);
}
body .about-leadership .about-leader-card:hover .about-leader-image {
  transform: scale(1.04);
}
body .about-leadership .about-leader-image-wrapper {
  overflow: hidden;
  width: 100%;
  aspect-ratio: 4/5;
}
body .about-leadership .about-leader-image {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform ease 0.5s;
}
body .about-leadership .about-leader-info {
  min-height: 126px;
  padding: 20px;
  display: flex;
  flex-direction: column;
  gap: 4px;
}
body .about-leadership .about-leader-role {
  color: #028090;
}
body .about-team {
  padding: 100px 0;
}
@media (max-width: 1023px) {
  body .about-team {
    padding: 50px 0;
  }
}
body .about-team .about-team-row {
  display: flex;
  flex-direction: column;
  gap: 56px;
}
@media (max-width: 1023px) {
  body .about-team .about-team-row {
    gap: 32px;
  }
}
body .about-team .about-team-heading {
  max-width: 900px;
  display: flex;
  flex-direction: column;
  gap: 16px;
  align-items: flex-start;
}
body .about-team .about-team-gallery {
  column-count: 3;
  column-gap: 16px;
}
@media (max-width: 1023px) {
  body .about-team .about-team-gallery {
    column-count: 2;
  }
}
@media (max-width: 767px) {
  body .about-team .about-team-gallery {
    column-count: 1;
  }
}
body .about-team .about-team-image-wrapper {
  overflow: hidden;
  width: 100%;
  margin-bottom: 16px;
  border: 1px solid #E8EEF2;
  border-radius: 16px;
  break-inside: avoid;
  background: #F8FAFB;
}
body .about-team .about-team-image-wrapper:nth-child(3n+1) .about-team-image {
  aspect-ratio: 3/4;
}
body .about-team .about-team-image-wrapper:nth-child(3n+2) .about-team-image {
  aspect-ratio: 4/3;
}
body .about-team .about-team-image-wrapper:nth-child(3n+3) .about-team-image {
  aspect-ratio: 1;
}
body .about-team .about-team-image {
  display: block;
  width: 100%;
  object-fit: cover;
  transition: transform ease 0.5s;
}
body .about-team .about-team-image:hover {
  transform: scale(1.04);
}
body .about-cta {
  position: relative;
  overflow: hidden;
  padding: 64px 0;
  background: linear-gradient(90deg, #0D2B45 0%, #1A3A52 50%, #028090 100%);
}
@media (max-width: 1023px) {
  body .about-cta {
    padding: 50px 0;
  }
}
body .about-cta::before {
  content: "";
  position: absolute;
  inset: 0;
  background: url("../img/lines.svg") center/cover;
  opacity: 0.08;
}
body .about-cta .about-cta-row {
  position: relative;
  z-index: 1;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 48px;
}
@media (max-width: 1023px) {
  body .about-cta .about-cta-row {
    flex-direction: column;
    gap: 24px;
  }
}
body .about-cta .about-cta-content {
  display: flex;
  flex-direction: column;
  gap: 12px;
}
@media (max-width: 1023px) {
  body .about-cta .about-cta-content {
    text-align: center;
  }
}
body .about-cta .about-cta-title {
  color: #FFFFFF;
}
body .about-cta .about-cta-text {
  color: rgba(232, 238, 242, 0.85);
}
body .about-cta .about-cta-button {
  flex: 0 0 auto;
  color: #0D2B45;
}
body .about-cta .about-cta-button:hover {
  color: #FFFFFF;
}
body .services-hero {
  position: relative;
  overflow: hidden;
  padding: 170px 0 96px;
  background: linear-gradient(135deg, #0D2B45 0%, #1A3A52 58%, #028090 140%);
}
@media (max-width: 1023px) {
  body .services-hero {
    padding: 120px 0 64px;
  }
}
body .services-hero::before {
  content: "";
  position: absolute;
  inset: 0;
  background: url("../img/lines.svg") center/cover;
  opacity: 0.05;
}
body .services-hero::after {
  content: "";
  position: absolute;
  right: -160px;
  bottom: -260px;
  width: 640px;
  height: 640px;
  border-radius: 50%;
  background: rgba(0, 168, 150, 0.18);
  filter: blur(90px);
}
body .services-hero .services-hero-row {
  position: relative;
  z-index: 1;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
}
body .services-hero .services-hero-eyebrow {
  margin-bottom: 20px;
  padding: 8px 16px;
  border: 1px solid rgba(0, 168, 150, 0.4);
  border-radius: 100px;
  background: rgba(0, 168, 150, 0.14);
  color: #00A896;
  text-transform: none;
  letter-spacing: 0;
}
body .services-hero .services-hero-title {
  max-width: 840px;
  color: #FFFFFF;
}
body .services-hero .services-hero-copy {
  max-width: 760px;
  margin-top: 24px;
  color: rgba(232, 238, 242, 0.82);
}
body .services-hero .services-hero-btn {
  margin-top: 32px;
  color: #0D2B45;
}
body .services-support {
  padding: 100px 0 0;
}
@media (max-width: 1023px) {
  body .services-support {
    padding: 50px 0 0;
  }
}
body .services-support .services-support-row {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
  column-gap: 64px;
  row-gap: 20px;
  align-items: center;
}
@media (max-width: 1023px) {
  body .services-support .services-support-row {
    grid-template-columns: 1fr;
    row-gap: 20px;
  }
}
body .services-support .services-support-content {
  display: contents;
}
body .services-support .services-support-content > .eyebrow {
  grid-column: 1;
  grid-row: 1;
}
body .services-support .services-support-title {
  grid-column: 1;
  grid-row: 2;
  margin-bottom: 4px;
}
body .services-support .services-support-content > .body-text:nth-child(3) {
  grid-column: 1;
  grid-row: 3;
}
body .services-support .services-support-content > .body-text:nth-child(4) {
  grid-column: 1;
  grid-row: 4;
}
body .services-support .services-support-features {
  grid-column: 1;
  grid-row: 5;
  width: 100%;
  margin-top: 12px;
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 12px;
}
@media (max-width: 767px) {
  body .services-support .services-support-features {
    grid-template-columns: 1fr;
  }
}
body .services-support .services-support-feature {
  min-height: 64px;
  padding: 12px 16px;
  border: 1px solid #E8EEF2;
  border-radius: 12px;
  background: #F8FAFB;
  display: flex;
  align-items: center;
  gap: 12px;
  color: #0D2B45;
}
body .services-support .services-support-feature::before {
  content: "✓";
  width: 36px;
  height: 36px;
  flex: 0 0 36px;
  border-radius: 9px;
  background: rgba(0, 168, 150, 0.1);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 16px;
  font-weight: 700;
  color: #028090;
}
body .services-support .services-support-media {
  grid-column: 2;
  grid-row: 1/span 5;
  min-height: 440px;
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-template-rows: 1fr 1fr;
  gap: 16px;
}
@media (max-width: 767px) {
  body .services-support .services-support-media {
    min-height: 0;
    gap: 12px;
  }
}
@media (max-width: 1023px) {
  body .services-support .services-support-media {
    grid-column: 1;
    grid-row: 6;
    margin-top: 20px;
  }
}
body .services-support .services-support-image {
  width: 100%;
  height: 100%;
  min-height: 0;
  border-radius: 16px;
  object-fit: cover;
}
body .services-support .services-support-image-main {
  grid-row: 1/span 2;
}
@media (max-width: 767px) {
  body .services-support .services-support-image-main {
    min-height: 360px;
  }
}
body .services-support .services-support-image-top,
body .services-support .services-support-image-bottom {
  min-height: 212px;
}
@media (max-width: 767px) {
  body .services-support .services-support-image-top,
  body .services-support .services-support-image-bottom {
    min-height: 174px;
  }
}
body .services-products {
  grid-column: 1/-1;
  grid-row: 6;
  width: 100vw;
  margin-left: calc((100% - 100vw) / 2);
}
@media (max-width: 1023px) {
  body .services-products {
    grid-row: 7;
  }
}
body .services-products .hp-content {
  flex: 1;
}
body .services-products .vanivation-btn {
  width: 100%;
  margin-top: auto !important;
  justify-content: center;
}
body .services-products .services-hub-art {
  background: linear-gradient(135deg, #028090 0%, #00A896 100%);
}
body .services-cta {
  position: relative;
  overflow: hidden;
  padding: 72px 0;
  background: linear-gradient(90deg, #0D2B45 0%, #1A3A52 55%, #028090 125%);
}
@media (max-width: 1023px) {
  body .services-cta {
    padding: 50px 0;
  }
}
body .services-cta::before {
  content: "";
  position: absolute;
  top: -240px;
  right: -120px;
  width: 520px;
  height: 520px;
  border-radius: 50%;
  background: rgba(0, 168, 150, 0.18);
  filter: blur(80px);
}
body .services-cta .services-cta-row {
  position: relative;
  z-index: 1;
  display: block;
}
body .services-cta .services-cta-copy {
  width: 100%;
  display: grid;
  grid-template-columns: minmax(0, 720px) auto;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  column-gap: 48px;
}
@media (max-width: 1023px) {
  body .services-cta .services-cta-copy {
    grid-template-columns: 1fr;
    justify-items: start;
    row-gap: 12px;
  }
}
body .services-cta .services-cta-title {
  color: #FFFFFF;
}
body .services-cta .services-cta-text {
  color: rgba(232, 238, 242, 0.85);
}
body .services-cta .services-cta-btn {
  grid-column: 2;
  grid-row: 1/span 2;
  flex-shrink: 0;
  color: #0D2B45;
}
@media (max-width: 1023px) {
  body .services-cta .services-cta-btn {
    grid-column: 1;
    grid-row: 3;
    margin-top: 16px;
  }
}
body .contact-page {
  width: 100%;
}
body .contact-page *,
body .contact-page *::before,
body .contact-page *::after {
  box-sizing: border-box;
}
body .contact-page .contact-hero {
  position: relative;
  isolation: isolate;
  overflow: hidden;
  padding: 176px 0 96px;
  background: linear-gradient(135deg, #0D2B45 0%, #1A3A52 52%, #028090 130%);
}
@media (max-width: 1023px) {
  body .contact-page .contact-hero {
    padding: 132px 0 64px;
  }
}
body .contact-page .contact-hero::before {
  content: "";
  position: absolute;
  z-index: -2;
  inset: 0;
  background-image: linear-gradient(rgba(255, 255, 255, 0.05) 1px, transparent 1px), linear-gradient(90deg, rgba(255, 255, 255, 0.05) 1px, transparent 1px);
  background-size: 40px 40px;
}
body .contact-page .contact-hero::after {
  content: "";
  position: absolute;
  z-index: -1;
  right: -120px;
  bottom: -260px;
  width: 620px;
  height: 620px;
  border-radius: 50%;
  background: rgba(0, 168, 150, 0.24);
  filter: blur(100px);
}
body .contact-page .contact-hero-row {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
}
body .contact-page .contact-hero-eyebrow {
  margin-bottom: 20px;
  padding: 8px 16px;
  border: 1px solid rgba(0, 168, 150, 0.4);
  border-radius: 100px;
  background: rgba(0, 168, 150, 0.18);
  font-family: "DM Sans", sans-serif;
  font-size: 14px;
  font-weight: 500;
  line-height: 1.4;
  color: #00A896;
}
body .contact-page .contact-hero-title {
  max-width: 900px;
  margin-bottom: 16px;
  color: #FFFFFF;
  line-height: 1.02;
  letter-spacing: -0.03em;
}
body .contact-page .contact-hero-copy {
  max-width: 720px;
  margin-top: 0;
  color: rgba(232, 238, 242, 0.82);
}
body .contact-page .contact-main {
  padding: 112px 0;
  background: #FFFFFF;
}
@media (max-width: 1023px) {
  body .contact-page .contact-main {
    padding: 80px 0;
  }
}
@media (max-width: 767px) {
  body .contact-page .contact-main {
    padding: 64px 0;
  }
}
body .contact-page .contact-main-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 64px;
}
@media (max-width: 1023px) {
  body .contact-page .contact-main-grid {
    grid-template-columns: 1fr;
    gap: 56px;
  }
}
body .contact-page .contact-form-column,
body .contact-page .contact-office-column {
  min-width: 0;
}
body .contact-page .contact-office-column {
  padding-left: 32px;
}
@media (max-width: 1023px) {
  body .contact-page .contact-office-column {
    padding-left: 0;
  }
}
body .contact-page .contact-section-eyebrow {
  display: block;
  margin-bottom: 12px;
}
body .contact-page .contact-section-title {
  margin-bottom: 24px;
}
body .contact-page .contact-form {
  display: flex;
  flex-direction: column;
  gap: 20px;
}
body .contact-page .contact-form-row {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 20px;
}
@media (max-width: 767px) {
  body .contact-page .contact-form-row {
    grid-template-columns: 1fr;
  }
}
body .contact-page .contact-field {
  min-width: 0;
}
body .contact-page .contact-field label {
  display: block;
  margin-bottom: 8px;
  font-weight: 500;
  color: #0D2B45;
}
body .contact-page .contact-field input,
body .contact-page .contact-field textarea {
  width: 100%;
  border: 1px solid #E8EEF2;
  border-radius: 8px;
  outline: none;
  background: #FFFFFF;
  padding: 12px 16px;
  font-family: "DM Sans", sans-serif;
  font-size: 16px;
  line-height: 1.5;
  color: #0D2B45;
  transition: border-color ease 0.2s, box-shadow ease 0.2s;
}
body .contact-page .contact-field input::placeholder,
body .contact-page .contact-field textarea::placeholder {
  color: rgba(90, 107, 120, 0.6);
}
body .contact-page .contact-field input:focus,
body .contact-page .contact-field textarea:focus {
  border-color: #028090;
  box-shadow: 0 0 0 3px rgba(2, 128, 144, 0.14);
}
body .contact-page .contact-field input {
  min-height: 50px;
}
body .contact-page .contact-field textarea {
  min-height: 144px;
  resize: vertical;
}
body .contact-page .contact-submit {
  align-self: flex-start;
  min-height: 50px;
  margin: 0;
  padding: 0 32px;
  border: 0;
  border-radius: 8px;
  background: #028090;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  font-family: "DM Sans", sans-serif;
  font-size: 18px;
  font-weight: 600;
  line-height: 1;
  color: #FFFFFF;
  cursor: pointer;
  transition: background-color ease 0.25s, box-shadow ease 0.25s;
}
body .contact-page .contact-submit:hover {
  background: #0D2B45;
}
body .contact-page .contact-submit:hover i {
  transform: translateX(3px);
}
body .contact-page .contact-submit:focus-visible {
  outline: 3px solid rgba(2, 128, 144, 0.3);
  outline-offset: 3px;
}
body .contact-page .contact-submit i {
  font-size: 14px;
  transition: transform ease 0.25s;
}
body .contact-page .contact-office-card {
  padding: 32px;
  border: 1px solid #E8EEF2;
  border-radius: 16px;
  background: #F8FAFB;
}
@media (max-width: 767px) {
  body .contact-page .contact-office-card {
    padding: 24px;
  }
}
body .contact-page .contact-office-address,
body .contact-page .contact-detail {
  display: flex;
  align-items: flex-start;
  gap: 16px;
}
body .contact-page .contact-office-address address {
  font-style: normal;
  color: #0D2B45;
}
body .contact-page .contact-icon-wrapper {
  width: 44px;
  height: 44px;
  flex: 0 0 44px;
  border: 1px solid #E8EEF2;
  border-radius: 12px;
  background: #FFFFFF;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 18px;
  color: #028090;
}
body .contact-page .contact-icon-wrapper.contact-icon-primary {
  border-color: #028090;
  background: #028090;
  color: #FFFFFF;
}
body .contact-page .contact-icon-wrapper img {
  width: 20px;
  height: 20px;
}
body .contact-page .contact-divider {
  height: 1px;
  margin: 24px 0;
  background: #E8EEF2;
}
body .contact-page .contact-details {
  display: flex;
  flex-direction: column;
  gap: 16px;
}
body .contact-page .contact-detail {
  align-items: center;
}
body .contact-page .contact-detail:focus-visible {
  border-radius: 8px;
  outline: 3px solid rgba(2, 128, 144, 0.25);
  outline-offset: 3px;
}
body .contact-page .contact-detail.body-text,
body .contact-page .contact-detail .body-text {
  color: #0D2B45;
}
body .contact-page .contact-follow-label {
  margin-bottom: 12px;
  font-weight: 500;
}
body .contact-page .contact-socials {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 12px;
}
body .contact-page .contact-socials a {
  width: 40px;
  height: 40px;
  border: 1px solid #E8EEF2;
  border-radius: 50%;
  background: #FFFFFF;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 16px;
  color: #5A6B78;
  transition: background-color ease 0.25s, border-color ease 0.25s, color ease 0.25s;
}
body .contact-page .contact-socials a:hover {
  border-color: #00A896;
  background: #00A896;
}
body .contact-page .contact-socials a:hover svg {
  fill: #FFFFFF;
}
body .contact-page .contact-socials a:focus-visible {
  outline: 3px solid rgba(0, 168, 150, 0.25);
  outline-offset: 3px;
}
body.page-id-214 .about-leadership {
  display: block !important;
  padding: 112px 0;
  background: #FFFFFF;
}
@media (max-width: 1023px) {
  body.page-id-214 .about-leadership {
    padding: 80px 0;
  }
}
@media (max-width: 767px) {
  body.page-id-214 .about-leadership {
    padding: 64px 0;
  }
}
body.page-id-214 .about-leadership > .container {
  width: 100%;
  max-width: 1152px;
  margin: 0 auto;
  padding: 0 24px;
}
@media (max-width: 767px) {
  body.page-id-214 .about-leadership > .container {
    padding: 0 16px;
  }
}
body.page-id-214 .about-leadership .about-section-heading {
  max-width: 670px;
  margin-bottom: 56px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 16px;
  text-align: left;
}
body.page-id-214 .about-leadership .about-leadership-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 24px;
}
@media (max-width: 1023px) {
  body.page-id-214 .about-leadership .about-leadership-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}
@media (max-width: 767px) {
  body.page-id-214 .about-leadership .about-leadership-grid {
    grid-template-columns: 1fr;
  }
}
body.page-id-214 .about-leadership .careers-benefit-card {
  width: 100%;
  min-width: 0;
  padding: 32px;
  border: 1px solid #E8EEF2;
  border-radius: 16px;
  background: #F8FAFB;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  transition: border-color ease 0.25s, transform ease 0.25s, box-shadow ease 0.25s;
}
body.page-id-214 .about-leadership .careers-benefit-card:hover {
  border-color: #00A896;
  transform: translateY(-3px);
  box-shadow: 0 16px 32px rgba(13, 43, 69, 0.08);
}
body.page-id-214 .about-leadership .careers-benefit-card:hover > :first-child,
body.page-id-214 .about-leadership .careers-benefit-card:hover .careers-benefit-icon,
body.page-id-214 .about-leadership .careers-benefit-card:hover .ee-iconbox-icon {
  background: #00A896;
  color: #0D2B45;
}
body.page-id-214 .about-leadership .careers-benefit-card > :first-child,
body.page-id-214 .about-leadership .careers-benefit-card .careers-benefit-icon,
body.page-id-214 .about-leadership .careers-benefit-card .ee-iconbox-icon {
  width: 56px;
  height: 56px;
  min-height: 56px;
  margin-bottom: 24px;
  border-radius: 12px;
  background: #0D2B45;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: #FFFFFF;
  transition: background-color ease 0.25s, color ease 0.25s;
}
body.page-id-214 .about-leadership .careers-benefit-card > :first-child svg,
body.page-id-214 .about-leadership .careers-benefit-card .careers-benefit-icon svg,
body.page-id-214 .about-leadership .careers-benefit-card .ee-iconbox-icon svg {
  width: 26px;
  height: 26px;
}
body.page-id-214 .about-leadership .careers-benefit-card .card-title,
body.page-id-214 .about-leadership .careers-benefit-card h2,
body.page-id-214 .about-leadership .careers-benefit-card h3,
body.page-id-214 .about-leadership .careers-benefit-card .ee-iconbox-title {
  margin-bottom: 12px;
}
body.page-id-214 .about-leadership .careers-benefit-card a,
body.page-id-214 .about-leadership .careers-benefit-card button,
body.page-id-214 .about-leadership .careers-benefit-card .bde-button {
  display: none !important;
}
body.page-id-214 .about-leadership .careers-dynamic-content {
  width: 100%;
  grid-column: 1/-1 !important;
}
body .careers-content {
  width: 100%;
}
body .careers-content *,
body .careers-content *::before,
body .careers-content *::after {
  box-sizing: border-box;
}
body .careers-content .careers-inner {
  width: 100%;
  max-width: 1152px;
  margin: 0 auto;
  padding: 0 24px;
}
@media (max-width: 767px) {
  body .careers-content .careers-inner {
    padding: 0 16px;
  }
}
body .careers-content .careers-events,
body .careers-content .careers-openings {
  scroll-margin-top: 96px;
  padding: 112px 0;
}
@media (max-width: 1023px) {
  body .careers-content .careers-events,
  body .careers-content .careers-openings {
    padding: 80px 0;
  }
}
@media (max-width: 767px) {
  body .careers-content .careers-events,
  body .careers-content .careers-openings {
    padding: 64px 0;
  }
}
body .careers-content .careers-openings {
  background: #FFFFFF;
}
body .careers-content .careers-events {
  background: #F8FAFB;
}
body .careers-content .careers-section-heading {
  max-width: 670px;
  margin-bottom: 56px;
}
body .careers-content .careers-section-heading .eyebrow {
  display: block;
  margin-bottom: 16px;
}
body .careers-content .careers-section-heading .section-title {
  margin-bottom: 0;
}
body .careers-content .careers-section-heading-wide {
  margin-bottom: 40px;
}
body .careers-content .careers-section-heading-wide .section-title {
  margin-bottom: 24px;
}
body .careers-content .careers-events-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 24px;
}
@media (max-width: 1023px) {
  body .careers-content .careers-events-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}
@media (max-width: 767px) {
  body .careers-content .careers-events-grid {
    grid-template-columns: 1fr;
  }
}
body .careers-content .careers-event-filters {
  margin-bottom: 40px;
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
}
body .careers-content .careers-event-filter {
  min-height: 38px;
  padding: 8px 20px;
  border: 1px solid #E8EEF2;
  border-radius: 100px;
  background: #FFFFFF;
  font-family: "DM Sans", sans-serif;
  font-size: 14px;
  font-weight: 500;
  line-height: 1.4;
  color: #5A6B78;
  cursor: pointer;
  transition: border-color ease 0.2s, background-color ease 0.2s, color ease 0.2s;
}
body .careers-content .careers-event-filter:hover, body .careers-content .careers-event-filter:focus-visible {
  border-color: #00A896;
  color: #0D2B45;
}
body .careers-content .careers-event-filter:focus-visible {
  outline: 3px solid rgba(0, 168, 150, 0.2);
  outline-offset: 2px;
}
body .careers-content .careers-event-filter.is-active {
  border-color: #00A896;
  background: #00A896;
  color: #0D2B45;
}
body .careers-content .careers-event-card {
  min-width: 0;
  overflow: hidden;
  border: 1px solid #E8EEF2;
  border-radius: 16px;
  background: #FFFFFF;
  transition: transform ease 0.25s, box-shadow ease 0.25s;
}
body .careers-content .careers-event-card[hidden] {
  display: none;
}
body .careers-content .careers-event-card:hover {
  transform: translateY(-3px);
  box-shadow: 0 16px 32px rgba(13, 43, 69, 0.1);
}
body .careers-content .careers-event-card:hover .careers-event-image {
  transform: scale(1.04);
}
body .careers-content .careers-event-card:hover .careers-event-link-label i {
  transform: translateX(4px);
}
body .careers-content .careers-event-card-link {
  height: 100%;
  display: flex;
  flex-direction: column;
  color: inherit;
}
body .careers-content .careers-event-card-link:focus-visible {
  outline: 3px solid rgba(2, 128, 144, 0.35);
  outline-offset: -3px;
}
body .careers-content .careers-event-image-wrap {
  position: relative;
  overflow: hidden;
  aspect-ratio: 16/10;
  background: #E8EEF2;
}
body .careers-content .careers-event-image {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
  transition: transform ease 0.5s;
}
body .careers-content .careers-event-image-placeholder {
  background: linear-gradient(135deg, #0D2B45, #028090);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 48px;
  color: rgba(255, 255, 255, 0.8);
}
body .careers-content .careers-event-badge {
  position: absolute;
  top: 16px;
  left: 16px;
  padding: 5px 12px;
  border-radius: 100px;
  background: #00A896;
  font-family: "DM Sans", sans-serif;
  font-size: 12px;
  font-weight: 600;
  line-height: 1.4;
  color: #0D2B45;
}
body .careers-content .careers-event-body {
  flex: 1;
  padding: 24px;
  display: flex;
  flex-direction: column;
}
body .careers-content .careers-event-title {
  margin-bottom: 12px;
}
body .careers-content .careers-event-meta {
  margin-bottom: 16px;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 8px 16px;
}
body .careers-content .careers-event-meta span {
  display: inline-flex;
  align-items: center;
  gap: 7px;
  font-family: "DM Sans", sans-serif;
  font-size: 14px;
  line-height: 1.5;
  color: #5A6B78;
}
body .careers-content .careers-event-meta i {
  color: #028090;
}
body .careers-content .careers-event-link-label {
  margin-top: auto;
  display: inline-flex;
  align-items: center;
  gap: 7px;
  font-family: "DM Sans", sans-serif;
  font-size: 14px;
  font-weight: 600;
  color: #028090;
}
body .careers-content .careers-event-link-label i {
  font-size: 12px;
  transition: transform ease 0.25s;
}
body .careers-content .careers-load-more-wrap {
  margin-top: 48px;
  display: flex;
  justify-content: center;
}
body .careers-content .careers-load-more-wrap[hidden] {
  display: none;
}
body .careers-content .careers-load-more {
  min-width: 164px;
  justify-content: center;
  font-family: "DM Sans", sans-serif;
  cursor: pointer;
}
body .careers-content .careers-load-more:disabled {
  opacity: 0.7;
  cursor: wait;
}
body .careers-content .careers-load-more.is-loading i {
  animation: careers-load-more-bounce 0.7s ease-in-out infinite alternate;
}
body .careers-content .careers-events-status {
  margin-top: 24px;
  text-align: center;
}
body .careers-content .careers-events-status:empty {
  display: none;
}
body .careers-content .careers-openings-inner {
  max-width: 900px;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
}
body .careers-content .careers-openings-inner .eyebrow {
  margin-bottom: 16px;
}
body .careers-content .careers-openings-inner .section-title {
  margin-bottom: 24px;
}
body .careers-content .careers-openings-inner .body-lg {
  max-width: 680px;
}
@keyframes careers-load-more-bounce {
  from {
    transform: translateY(-2px);
  }
  to {
    transform: translateY(3px);
  }
}
body .site-footer {
  padding: 64px 0 20px;
  background: #0D2B45;
}
@media (max-width: 1023px) {
  body .site-footer {
    padding-top: 48px;
  }
}
body .site-footer .footer-row {
  display: flex;
  flex-direction: column;
  gap: 64px;
}
@media (max-width: 1023px) {
  body .site-footer .footer-row {
    gap: 32px;
  }
}
body .site-footer .footer-row .footer-top {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 32px;
}
@media (max-width: 1023px) {
  body .site-footer .footer-row .footer-top {
    grid-template-columns: repeat(3, 1fr);
    gap: 24px;
  }
}
@media (max-width: 767px) {
  body .site-footer .footer-row .footer-top {
    grid-template-columns: 1fr;
  }
}
body .site-footer .footer-row .footer-top .footer-col {
  display: flex;
  flex-direction: column;
  gap: 16px;
}
@media (max-width: 1023px) {
  body .site-footer .footer-row .footer-top .footer-col:first-child {
    grid-column: 1/-1;
    align-items: center;
    text-align: center;
  }
}
@media (max-width: 767px) {
  body .site-footer .footer-row .footer-top .footer-col {
    align-items: center;
    text-align: center;
  }
}
body .site-footer .footer-row .footer-top .footer-col .footer-logo {
  width: 200px;
}
@media (max-width: 1023px) {
  body .site-footer .footer-row .footer-top .footer-col .footer-logo {
    width: 160px;
  }
}
body .site-footer .footer-row .footer-top .footer-col .footer-logo img {
  width: 100%;
}
body .site-footer .footer-row .footer-top .footer-col .footer-context {
  color: #F8FAFB;
}
body .site-footer .footer-row .footer-top .footer-col .footer-title {
  font-size: 18px;
  color: #FFFFFF;
}
body .site-footer .footer-row .footer-top .footer-col .footer-link {
  display: flex;
  gap: 8px;
  align-items: center;
  color: #F8FAFB;
}
body .site-footer .footer-row .footer-top .footer-col .footer-link:hover {
  color: #FFFFFF;
  text-decoration: underline;
}
body .site-footer .footer-row .footer-top .footer-col .footer-link .mail-icon {
  width: 16px;
}
body .site-footer .footer-row .footer-top .footer-col .footer-link .mail-icon svg {
  width: 100%;
  height: 14px;
  fill: #F8FAFB;
  stroke: #F8FAFB;
}
@media (max-width: 767px) {
  body .site-footer .footer-row .footer-top .footer-col nav ul {
    align-items: center;
  }
}
body .site-footer .footer-row .footer-bottom {
  padding-top: 32px;
  border-top: 1px solid rgba(248, 250, 251, 0.1);
  text-align: center;
}
@media (max-width: 1023px) {
  body .site-footer .footer-row .footer-bottom {
    padding-top: 24px;
  }
}
body .site-footer .footer-row .footer-bottom .footer-copy {
  color: #F8FAFB;
}
