* {
  box-sizing: border-box;
}

.heading-6 {
  font-size: 32px;
}

@media (max-width: 767px) {
  .heading-6 {
    font-size: 26px;
  }
}

/* .site-header {
  position: relative;
  z-index: 1000;
} */

.faq-section {
  padding: 55px 0 80px;
  max-width: 1440px;
  margin: 0 auto;
  position: relative;
}

.filter-btn {
  display: flex;
  padding: var(--spacing-12, 5px) var(--spacing-16, 16px);
  align-items: center;
  gap: var(--spacing-8, 8px);
  border-radius: 50px;
  border: 1px solid var(--border-slate-darker-80, rgba(88, 105, 129, 0.8));
  background: var(--background-white, #fff);
  color: var(--text-primary, #10243d);
  font-size: var(--Size-main, 18px);
  font-style: normal;
  font-weight: 500;
  line-height: 150%;
  cursor: pointer;
  letter-spacing: 0.01em;
  transition: all 0.3s ease;
}

.filter-btn:hover {
  background: #eaf0f6;
  border-color: #10243d;
}

.filter-btn.active {
  border: 1px solid var(--border-slate-darker, rgba(88, 105, 129, 0.3));
  background: var(--background-deep-navy, #10243d);
  color: var(--text-inverse, #fff);
}

.category-filter__list .owl-stage-outer {
  width: 100% !important;
}

.category-filter {
  position: relative;
  max-width: 1440px;
  margin-bottom: 63px;
}

.owl-nav {
  position: absolute;
  top: 50%;
  width: 100%;
  display: flex;
  justify-content: space-between;
  transform: translateY(-50%);
  pointer-events: none;
}

.owl-prev,
.owl-next {
  background-color: #10243d !important;
  color: #fff !important;
  width: 56px;
  height: 56px;
  border-radius: 50%;
  display: flex !important;
  align-items: center;
  justify-content: center;
  pointer-events: auto;
  margin: 0 64px !important;
}

.category-filter__list .owl-stage-outer {
  padding-left: 0 !important;
  padding-right: 0 !important;
}

.category-filter__list .spacer {
  width: 48px !important;
  flex-shrink: 0;
}

.category-filter__list .owl-item {
  width: auto !important;
}

.owl-nav button.disabled {
  opacity: 0;
  visibility: hidden;
}

.category-filter__list .owl-stage-outer {
  overflow: hidden;
}

.faq-intro {
  display: flex;
  flex-direction: column;
  /* gap: 40px; */
  gap: 15px;
  /* margin-bottom: 64px; */
  margin-bottom: 53px;
}

.faq-label {
  color: var(--text-muted, rgba(26, 58, 85, 0.7));
  font-family: var(--Family-Body, "General Sans Variable");
  font-size: var(--Size-main, 18px);
  font-style: normal;
  font-weight: 500;
  line-height: 170%;
  letter-spacing: 0.36px;
  text-transform: uppercase;
  display: block;
  text-align: center;
}

.faq-title {
  color: var(--text-primary, #10243d);
  text-align: center;
  font-family: var(--Family-Heading, "Instrument Serif");
  font-size: var(--Size-H2, 72px);
  font-style: normal;
  font-weight: 400;
  line-height: 115%;
}

.faq-subtitle {
  color: var(--text-primary, #10243d);
  font-family: var(--Family-Body, "General Sans Variable");
  text-align: center;
  font-size: var(--Size-text-xl, 24px);
  font-style: normal;
  font-weight: 500;
  line-height: 150%;
}

.faq-list {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: var(--spacing-24, 24px);
  max-width: 880px;
  margin: 0 auto;
  /* align-self: stretch; */
}

.faq-item {
  width: 100%;
  cursor: pointer;
  border-radius: var(--radius-small, 8px);
  border: var(--Stroke-Border-Width, 1px) solid
  var(--border-slate-darker, rgba(88, 105, 129, 0.3));
  background: var(--background-mist, #e8eef2);
  display: flex;
  flex-direction: column;
}

.faq-header {
  display: flex;
  padding: var(--spacing-24-16, 24px);
  justify-content: space-between;
  align-items: center;
  gap: var(--spacing-8, 8px);
  align-self: stretch;
  height: 70px;
}

.faq-header .question {
  color: var(--text-primary, #10243d);
  font-family: var(--Family-Body, "General Sans Variable");
  font-size: var(--Size-text-xl, 24px);
  font-style: normal;
  font-weight: 500;
  line-height: 150%;
  /* line-height: 0.8; */
}

.faq-header svg {
  width: 24px;
  height: 24px;
  aspect-ratio: 1/1;
  min-width: 24px;
  min-height: 24px;
  flex-shrink: 0;
}

.faq-header .icon-close {
  display: none;
}

.faq-header .icon-down {
  display: block;
}

.faq-header.active .icon-down {
  display: none;
}

.faq-header.active .icon-close {
  display: block;
}

.faq-item summary::-webkit-details-marker {
  display: none;
}

.faq-content {
  display: none;
  /* border-top: 1px solid #cbd5e0; */
  /* padding: var(--spacing-24-16, 24px); */
  padding: 0 24px 24px;
  font-family: var(--Family-Body, "General Sans Variable");
  font-size: var(--Size-small, 16px);
  font-style: normal;
  font-weight: 500;
  line-height: 150%;
  /* 24px */
}

.faq-content p {
  color: var(--text-primary, #10243d);
}

.faq-item {
  display: flex;
}

.faq-item.hidden {
  display: none !important;
}

@media (max-width: 900px) {
  .faq-list {
    max-width: 700px;
  }
}

@media (max-width: 768px) {
  .faq-section {
    /* padding: 81.45px 0px 80px; */
    padding: 100px 0px 80px;
  }
  .faq-intro {
    display: flex;
    flex-direction: column;
    gap: 14px;
    margin-bottom: 30px;
  }
  .faq-label {
    font-size: var(--Size-main, 16px);
  }
  .faq-title {
    font-size: var(--Size-H2, 48px);
  }
  .faq-subtitle {
    font-size: var(--Size-text-xl, 20px);
  }
  .category-filter {
    margin-bottom: 41px;
  }
  .filter-btn {
    font-size: var(--Size-main, 16px);
  }
  .faq-list {
    max-width: 100%;
    padding: 0 var(--spacing-16, 16px);
  }
  .faq-header {
    padding: 12px 16px;
    height: unset;
  }
  .faq-content {
    padding: 0 16px 16px;
  }
  /* .faq-header.one {
    padding: 12px 16px;
  } */
  .faq-header .question {
    font-size: var(--Size-text-xl, 20px);
    /* line-height: 1.5; */
  }
  .category-filter__list .spacer {
    width: 0px !important;
    flex-shrink: 0;
  }
  .owl-prev,
  .owl-next {
    margin: 0 16px !important;
  }
}

@media (max-width: 375px) {
  .faq-header {
    padding: 7px 16px;
  }
  .faq-header.one {
    padding: 12px 16px;
  }
}

/*blog*/

.blog-container {
  max-width: 1440px;
  margin: 0 auto;
}

.page-intro {
  padding: 60px 0px 75px;
  /* max-width: 1312px; */
  margin: 0 auto;
  background: var(--background-white-50, #fdfeff);
}

.page-intro__content {
  max-width: 791px;
}

.page-intro__sub-heading {
  display: inline-block;
  margin-bottom: 20px;
}

.page-intro__main-heading {
  color: var(--text-primary, #10243d);
  margin-bottom: 10px;
}

.page-intro__tagline {
  margin-bottom: 22px;
}

.page-intro__desc {
  color: var(--text-primary, #10243d);
  font-family: var(--Family-Body, "General Sans Variable");
  font-size: var(--Size-main, 18px);
  font-style: normal;
  font-weight: 500;
  line-height: 150%;
  /* 27px */
}

.featured-blog {
  background: #e8eef2;
  padding: 112px 0px 0;
}

.featured-card {
  margin: 0 auto;
  /* max-width: 1312px; */
  padding: 32px 24px;
  display: flex;
  background: #ffffff;
  border-radius: 12px;
  overflow: hidden;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.05);
  display: flex;
  align-items: stretch;
  gap: 64px;
}

.featured-image {
  flex: 1;
  border-radius: var(--radius-small, 8px);
  background: #d7d7d7;
  height: 436px;
}

.featured-image img {
  width: 100%;
  height: 100%;
  display: block;
}

.featured-content {
  flex: 1;
  /* Chiếm 50% chiều rộng */
  /* padding: 40px; */
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.meta {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
}

.category {
  display: flex;
  padding: 3px 12px;
  align-items: center;
  gap: var(--spacing-8, 8px);
  color: var(--text-primary, #10243d);
  /* Tag */
  font-family: var(--Family-Body, "General Sans Variable");
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 160%;
  /* 28.8px */
  border-radius: 50px;
  border: 1px solid var(--border-slate-darker, rgba(88, 105, 129, 0.3));
  background: var(--background-mist, #e8eef2);
}

.date {
  color: var(--text-primary, #10243d);
  font-family: var(--Family-Body, "General Sans Variable");
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 170%;
  /* 30.6px */
  letter-spacing: 0.36px;
  text-transform: uppercase;
}

.featured-body,
.post-body {
  display: flex;
  flex-direction: column;
  gap: 26px;
}

.featured-title,
.post-title {
  color: var(--text-primary, #10243d);
  /* Heading/H4 */
  font-family: var(--Family-Heading, "Instrument Serif");
  /* font-size: var(--Size-H4, 54px); */
  font-style: normal;
  font-weight: 400;
  /* line-height: 12%; */
  line-height: 1;
}

.post-title.heading-4 a {
  text-decoration: none;
  color: inherit;
  display: block;
}

.featured-excerpt,
.post-excerpt {
  color: var(--text-primary, #10243d);
  font-family: var(--Family-Body, "General Sans Variable");
  font-size: var(--Size-main, 18px);
  font-style: normal;
  font-weight: 500;
  line-height: 150%;
  /* 27px */
}

.read-more {
  text-decoration: none;
  transition: color 0.3s ease;
  display: flex;
  height: 54px;
  align-items: center;
  gap: var(--spacing-4, 4px);
  color: var(--Button-Tertiary-text, #10243d);
  font-family: var(--Family-Body, "General Sans Variable");
  font-size: var(--Size-small, 16px);
  font-style: normal;
  font-weight: 600;
  line-height: 150%;
  /* 24px */
}

.read-more:hover {
  color: #4a5568;
}

.arrow-icon {
  width: 24px;
  height: 24px;
  flex-shrink: 0;
  aspect-ratio: 1/1;
  transition: transform 0.3s ease;
}

.read-more:hover .arrow-icon {
  transform: translateX(5px);
}

.blog-listing {
  background: #e8eef2;
  padding: 79px 0 112px;
}

.blog-filter {
  /* max-width: 1312px; */
  padding: 0;
  margin: 0 auto;
}

.blog-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 40px;
}

.post-card {
  display: flex;
  flex-direction: column;
  padding: var(--spacing-32, 32px) var(--spacing-24, 24px)
  var(--spacing-16, 16px) var(--spacing-24, 24px);
  align-items: flex-start;
  gap: 33px;
  /* flex: 1 0 0; */
  border-radius: var(--radius-main, 16px);
}

.post-card.one {
  background: var(--background-white, #fff);
}

.post-card.two {
  background: var(--background-sand-40, rgba(204, 188, 168, 0.4));
}

.post-card.three {
  background: var(--background-navy-elevated, #1e3f62);
  color: #fff;
}

.post-card.three .date,
.post-card.three .post-title,
.post-card.three .post-excerpt,
.post-card.three .read-more,
.post-card.three .read-more svg {
  color: #fff;
}

.load-more-wrapper {
  display: flex;
  justify-content: center;
  margin-top: 64px;
}

.load-more-btn {
  display: inline-flex;
  height: 54px;
  padding: var(--spacing-16, 16px);
  align-items: center;
  gap: var(--spacing-4, 4px);
  border-radius: var(--radius-small, 8px);
  border: 0.5px solid var(--Button-Primary-border, #1e3f62);
  background: var(--Button-Primary-background, #10243d);
  color: var(--Button-Primary-text, #fff);
  font-family: var(--Family-Body, "General Sans Variable");
  font-size: var(--Size-small, 16px);
  font-style: normal;
  font-weight: 600;
  line-height: 150%;
}

.icon-wrapper {
  width: 24px;
  height: 24px;
  flex-shrink: 0;
  aspect-ratio: 1/1;
}

.filter-btn.blog {
  letter-spacing: 0.02em;
}

@media (max-width: 1023px) {
  .page-intro {
    padding: 58px 30px 75px;
  }
  .page-intro__sub-heading {
    font-size: 16px;
  }
  .page-intro__tagline {
    font-size: 20px;
    margin-bottom: 18px;
  }
  .page-intro__desc {
    font-size: 16px;
  }
  .featured-blog {
    padding: 80px 30px 0;
  }
  .featured-card {
    gap: 30px;
  }
  .featured-image {
    height: unset;
  }
  .featured-content {
    gap: 30px;
  }
  .category {
    font-size: 16px;
  }
  .date {
    font-size: 16px;
  }
  .featured-excerpt,
  .post-excerpt {
    font-size: 16px;
  }
  .read-more {
    font-size: 15px;
  }
  .blog-filter {
    padding: 0 30px;
  }
  .blog-listing {
    padding: 80px 0 80px;
  }
  .blog-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 40px;
  }
}

@media (max-width: 767px) {
  .page-intro {
    padding: 88px 0px 75px;
  }
  .page-intro__sub-heading {
    margin-bottom: 18px;
  }
  .featured-blog {
    padding: 80px 0px 0px;
  }
  .featured-image {
    flex: none;
    height: 200px;
  }
  .featured-image img {
    height: 100%;
  }
  .featured-card {
    display: flex;
    flex-direction: column;
    padding: 32px 24px 16px;
    gap: 40px;
  }
  .featured-content {
    gap: 28px;
  }
  .featured-body,
  .post-body {
    gap: 18px;
  }
  .blog-listing {
    padding: 62px 0 80px;
  }
  .blog-filter {
    padding: 0;
  }
  .blog-grid {
    display: grid;
    grid-template-columns: repeat(1, 1fr);
    gap: 40px;
  }
  .post-card {
    gap: 28px;
  }
  .load-more-wrapper {
    margin-top: 40px;
  }
}

/*meet the team*/

.meet-container {
  max-width: 1440px;
  margin: 0 auto;
}

.out-team__intro {
  padding: 60px 0px 70px;
  /* max-width: 1312px; */
  margin: 0 auto;
  background: var(--background-white-50, #fdfeff);
}

.out-team__sub-heading {
  display: inline-block;
  margin-bottom: 18px;
}

.out-team__main-heading {
  color: var(--text-primary, #10243d);
  margin-bottom: 8px;
}

.out-team__tagline {
  margin-bottom: 22px;
}

.founder-led {
  background: var(--background-deep-navy, #10243d);
  padding: 100px 0px 112px;
}

.founder-led__title {
  color: var(--text-inverse, #fff);
  font-family: var(--Family-Heading, "Instrument Serif");
  font-style: normal;
  font-weight: 400;
  line-height: 115%;
  /* 82.8px */
  max-width: 765px;
  margin-bottom: 12px;
}

.founder-led__content {
  font-family: var(--Family-Body, "General Sans Variable");
  font-size: var(--Size-text-xl, 24px);
  font-style: normal;
  font-weight: 500;
  line-height: 150%;
  /* 36px */
  max-width: 765px;
}

.founder-led__content p {
  color: var(--text-inverse, #fff);
  font-size: var(--Size-text-xl, 24px);
  margin-bottom: 35px;
}

.founder-led__content p:last-child {
  margin-bottom: 0;
}

.founder-led__image {
  margin-top: 70px;
  border-radius: var(--radius-main, 16px);
}

/*team-grid*/

.team-grid {
  padding: 112px 0px;
  background: var(--background-mist, #e8eef2);
}

.team-grid__container {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 64px 40px;
}

.team-card__image {
  border-radius: var(--radius-main, 16px);
  background: var(--White-25, #f7f7f7);
  margin-bottom: 15px;
 aspect-ratio: 636/500;
	overflow: hidden;
}

.team-card__image img{
	width: 100%;
    height: 100%;
    object-fit: cover;
}

.team-card__content {
  display: flex;
  flex-direction: column;
  gap: 25px;
}

.team-card__info {
  display: flex;
  flex-direction: column;
  /* gap: 24px; */
}

.team-card__role {
  color: var(--text-muted, rgba(26, 58, 85, 0.7));
  /* Eyebrow */
  font-family: var(--Family-Body, "General Sans Variable");
  font-size: var(--Size-main, 18px);
  font-style: normal;
  font-weight: 500;
  line-height: 170%;
  /* 30.6px */
  letter-spacing: 0.36px;
  text-transform: uppercase;
  margin-bottom: 9px;
}

.team-card__name {
  color: var(--text-primary, #10243d);
  /* Heading/H6/Instrument */
  font-family: var(--Family-Heading, "Instrument Serif");
  font-size: var(--Size-H6, 32px);
  font-style: normal;
  font-weight: 400;
  line-height: 135%;
  /* 43.2px */
  margin-bottom: 10px;
}

.team-card__location {
  display: flex;
  align-items: center;
  gap: 8px;
}

.team-card__location-text {
  color: var(--text-muted, rgba(26, 58, 85, 0.7));
  font-family: var(--Family-Body, "General Sans Variable");
  font-size: var(--Size-small, 16px);
  font-style: normal;
  font-weight: 500;
  line-height: 150%;
  /* 22.5px */
}

.team-card__bio {
  color: var(--text-primary, #10243d);
  font-family: var(--Family-Body, "General Sans Variable");
  font-size: var(--Size-main, 18px);
  font-style: normal;
  font-weight: 500;
  line-height: 150%;
  /* 27px */
  margin: 0;
}

.team-card__link {
  color: var(--Button-Tertiary-text, #10243d);
  font-family: var(--Family-Body, "General Sans Variable");
  font-size: var(--Size-small, 16px);
  font-style: normal;
  font-weight: 600;
  line-height: 150%;
  /* 24px */
  display: flex;
  align-items: center;
  height: 48px;
  border: none;
  background: none;
  gap: 5px;
 cursor: pointer;
}

.team-modal {
  position: fixed;
  inset: 0;
  display: none;
  z-index: 9999;
}

.team-modal.active {
  display: block;
}

.team-modal__overlay {
  position: absolute;
  inset: 0;
  background: rgba(16, 36, 61, 0.5);
}

.team-modal__content {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: min(900px, calc(100% - 32px));
  max-height: 90vh;
  overflow-y: auto;
  background: #fff;
  border-radius: 16px;
  padding: 55px 32px 40px;
  z-index: 2;
}

.team-modal__close {
  position: absolute;
  top: 8px;
  right: 8px;
  border: none;
  background: none;
  font-size: 32px;
  cursor: pointer;
}

.team-card__wrapper {
  display: flex;
  flex-direction: column;
  gap: 27px;
}

/*differentiator*/

.differentiator {
  padding: 112px 0px;
}

.differentiator__container {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.differentiator__content {
  max-width: 642px;
}

.differentiator__label {
  color: var(--text-muted, rgba(26, 58, 85, 0.7));
  font-family: var(--Family-Body, "General Sans Variable");
  font-size: var(--Size-main, 18px);
  font-style: normal;
  font-weight: 500;
  line-height: 170%;
  /* 30.6px */
  letter-spacing: 0.36px;
  text-transform: uppercase;
  display: block;
  margin-bottom: 20px;
}

.differentiator__title {
  color: var(--text-primary, #10243d);
  font-family: var(--Family-Heading, "Instrument Serif");
  font-style: normal;
  font-weight: 400;
  line-height: 120%;
  /* 64.8px */
  margin-bottom: 22px;
}

.differentiator__text {
  color: var(--text-primary, #10243d);
  font-family: var(--Family-Body, "General Sans Variable");
  font-size: var(--Size-main, 18px);
  font-style: normal;
  font-weight: 500;
  line-height: 150%;
  /* 27px */
  margin-bottom: 26px;
}

.differentiator__image {
      max-width: 535px;
    aspect-ratio: 535 / 622;
}

.differentiator__image img {
  /* min-height: 500px; */
  background: #d7d7d7;
  border-radius: 16px;
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

@media (max-width: 1023px) {
  .founder-led {
    padding: 80px 0;
  }
  .team-grid {
    padding: 80px 0;
  }
  .differentiator {
    padding: 80px 0;
  }
  .differentiator__container {
    flex-direction: column;
    gap: 40px;
  }
  .differentiator__content {
    max-width: 100%;
  }
  .differentiator__image {
    width: 100%;
	  max-width: 100%
  }
}

@media (max-width: 767px) {
  /* .team-card {
    display: flex;
    flex-direction: column;
  } */
  .out-team__intro {
    padding: 88px 0px 73px;
  }
  .out-team__sub-heading {
    margin-bottom: 10px;
  }
  .out-team__main-heading {
    margin-bottom: 12px;
  }
  .out-team__tagline {
    margin-bottom: 22px;
  }
  .founder-led {
    padding: 70px 0px 78px;
  }
  .founder-led__title {
    max-width: 290px;
  }
  .founder-led__title br {
    display: none;
  }
  .founder-led__content p {
    font-size: 20px;
    margin-bottom: 30px;
  }
  .founder-led__image {
    margin-top: 60px;
  }
  .founder-led__image-wrapper {
    width: 100%;
    height: 300px;
  }
  .founder-led__image-wrapper img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
  }
  .team-grid {
    padding: 82px 0px 85px;
  }
  .team-grid__container {
    grid-template-columns: repeat(1, 1fr);
    gap: 35px;
  }
  .team-card__content {
    gap: 25px;
  }
  .team-card__image {
    margin-bottom: 15px;
	aspect-ratio: 343 / 305;
  }
  .team-card__role {
    margin-bottom: 8px;
    font-size: 16px;
  }
  .team-card__name {
    font-size: 26px;
    margin-bottom: 15px;
  }
  .team-card__location-text {
    font-size: 15px;
  }
  .team-card__bio {
    font-size: 16px;
  }
  .team-card__link {
    font-size: 15px;
  }
  .differentiator {
    padding: 75px 0px 80px;
  }
  .differentiator__container {
    gap: 32px;
  }
  .differentiator__label {
    margin-bottom: 15px;
  }
  .differentiator__title {
    margin-bottom: 15px;
  }
  .differentiator__text {
    margin-bottom: 25px;
  }
  .differentiator__image {
    width: 100%;
   aspect-ratio: 343 / 350;
  }
}

/**/

.success-stories__intro {
  padding: 60px 0px 80px;
  margin: 0 auto;
  background: var(--background-white-50, #fdfeff);
}

.success-stories__sub-heading {
  display: inline-block;
  margin-bottom: 18px;
}

.success-stories__main-heading {
  color: var(--text-primary, #10243d);
  margin-bottom: 8px;
}

.success-stories__tagline {
  margin-bottom: 22px;
}

.success-stories__compare {
  margin-top: 10px;
}

/*client-stories*/

.client-stories {
  padding: 100px 0 112px;
  background: var(--background-mist, #e8eef2);
}

.client-stories__header {
  max-width: 900px;
  margin: 0 auto 72px;
  text-align: center;
}

.client-stories__title {
  margin-bottom: 24px;
}

.client-stories__description {
  color: var(--text-primary, #10243d);
  font-family: var(--Family-Heading, "Instrument Serif");
  font-size: var(--Size-H6, 32px);
  font-style: normal;
  font-weight: 400;
  line-height: 135%;
  /* 43.2px */
  margin-bottom: 45px;
}

.client-stories__locations {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 8px 24px;
  flex-wrap: wrap;
  margin: 0;
  padding: 0;
  list-style: none;
  color: var(--text-muted, rgba(26, 58, 85, 0.7));
  text-align: center;
  font-family: var(--Family-Body, "General Sans Variable");
  font-size: var(--Size-main, 18px);
  font-style: normal;
  font-weight: 500;
  line-height: 170%;
  /* 30.6px */
  letter-spacing: 0.36px;
  text-transform: uppercase;
}

.client-stories__locations li {
  display: flex;
  align-items: center;
}

.global-offices__item {
  color: var(--text-muted, rgba(26, 58, 85, 0.7));
  text-align: center;
  font-family: var(--Family-Body, "General Sans Variable");
  font-size: var(--Size-main, 18px);
  font-style: normal;
  font-weight: 500;
  line-height: 170%;
  /* 30.6px */
  letter-spacing: 0.36px;
  text-transform: uppercase;
}

.client-stories__notice {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  margin-top: 30px;
}

.client-stories__notice-text {
  color: var(--text-muted, rgba(26, 58, 85, 0.7));
  text-align: left;
  font-family: var(--Family-Body, "General Sans Variable");
  font-size: var(--Size-main, 18px);
  font-style: italic;
  font-weight: 500;
  line-height: 150%;
  /* 27px */
}

.stories-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 24px;
}

.story-card__quote-icon {
  margin-bottom: 32px;
}

.story-card {
  /* background: #fff;
  border-radius: 10px;
  padding: 35px;
  box-shadow: 0 8px 30px rgba(0, 0, 0, 0.05);
  transition: 0.3s; */
  display: flex;
  padding: var(--spacing-32-24, 32px) var(--spacing-24, 24px);
  flex-direction: column;
  align-items: flex-start;
  /* gap: 32px; */
  flex: 1 0 0;
  border-radius: var(--radius-main, 16px);
  border: 1px solid var(--border-slate-darker, rgba(88, 105, 129, 0.3));
  background: var(--background-white, #fff);
  padding: 32px 24px 23px;
}

.story-card:hover {
  transform: translateY(-5px);
}

.story-card__content {
  display: flex;
  flex-direction: column;
  gap: 6px;
  margin-bottom: 28px;
}

.story-card__meta {
  color: var(--text-muted, rgba(26, 58, 85, 0.7));
  font-family: var(--Family-Body, "General Sans Variable");
  font-size: var(--Size-main, 18px);
  font-style: normal;
  font-weight: 500;
  line-height: 170%;
  /* 30.6px */
  letter-spacing: 0.36px;
  text-transform: uppercase;
}

.story-card__title {
  color: var(--text-primary, #10243d);
  font-family: var(--Family-Heading, "Instrument Serif");
  font-style: normal;
  font-weight: 400;
  line-height: 135%;
  /* 43.2px */
}

.story-card__subtitle {
  color: var(--text-primary, #10243d);
  font-family: var(--Family-Body, "General Sans Variable");
  font-size: var(--Size-main, 18px);
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
  /* 27px */
}

.story-card__quote {
  color: var(--text-primary, #10243d);
  font-family: var(--Family-Heading, "Instrument Serif");
  font-size: var(--Size-text-xl, 24px);
  font-style: normal;
  font-weight: 400;
  line-height: 140%;
  /* 33.6px */
  border-bottom: 0.5px solid
  var(--border-slate-darker-80, rgba(88, 105, 129, 0.8));
  padding: 0px 0 23px;
}

.story-card__info {
  /* display: grid;
  grid-template-columns: repeat(3, 1fr); */
  display: flex;
  /* gap: 20px; */
  margin-top: 25px;
}

.story-card__info-item {
  display: flex;
  flex-direction: column;
  gap: 0px;
  padding: 0 32px;
  border-left: 1px solid var(--border-slate-darker, rgba(88, 105, 129, 0.3));
}

@media (min-width: 768px) {
  .story-card__info-item:first-child {
    border-left: none;
    padding-left: 0;
  }
}

.story-card__info-label {
  color: var(--text-muted, rgba(26, 58, 85, 0.7));
  font-family: var(--Family-Body, "General Sans Variable");
  font-size: var(--Size-xs, 14px);
  font-style: normal;
  font-weight: 500;
  line-height: 170%;
  /* 23.8px */
  letter-spacing: 0.28px;
  text-transform: uppercase;
}

.story-card__info-value {
  color: var(--text-primary, #10243d);
  font-family: var(--Family-Heading, "Instrument Serif");
  font-size: var(--Size-text-xl, 24px);
  font-style: normal;
  font-weight: 400;
  line-height: 140%;
  /* 33.6px */
}

@media (max-width: 1023px) {
  .stories-grid {
    display: grid;
    grid-template-columns: repeat(1, 1fr);
    gap: 24px;
  }
}

@media (max-width: 767px) {
  .success-stories__intro {
    padding: 88px 0px 80px;
  }
  .success-stories__compare {
    margin: 0;
  }
  .client-stories {
    padding: 75px 0 80px;
  }
  .client-stories__header {
    margin-bottom: 58px;
  }
  .client-stories__description {
    margin-bottom: 22px;
  }
  .global-offices__item {
    font-size: 16px;
  }
  .client-stories__notice {
    margin-top: 15px;
  }
  .story-card__quote-icon {
    margin-bottom: 25px;
  }
  .story-card__content {
    gap: 8px;
    margin-bottom: 20px;
  }
  .story-card {
    padding: 24px 24px 16px;
  }
  .story-card__info {
    /* grid-template-columns: repeat(1, 1fr); */
    display: flex;
    flex-direction: column;
    gap: 10px;
    margin-top: 18px;
  }
  .story-card__info-item {
    padding: 0 23px;
    gap: 2px;
  }
  .story-card__meta {
    font-size: 16px;
  }
  .story-card__subtitle {
    font-size: 16px;
    letter-spacing: -0.015em;
  }
  .story-card__quote {
    font-size: 20px;
    padding: 0 0 15px;
  }
}

/*partner-program*/

.partner-program__hero {
  background: var(--Ocean-Ocean-Deep, #024d62);
}

.partner-program__hero .hero__content {
  max-width: 835px;
}

.partner-program__hero .hero__eyebrow {
  margin-bottom: 15px;
}

.partner.hero__stat-cards {
  margin-top: 54px;
}

.hero__stat-small {
  color: var(--text-inverse, #fff);
  font-family: var(--Family-Heading, "Instrument Serif");
  font-size: var(--Size-H6, 32px);
  font-style: normal;
  font-weight: 400;
  line-height: 23px;
  /* 43.2px */
}

.about-intro {
  padding: 100px 0px 105px;
}

.about-intro__inner {
  /* display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 28px; */
  display: flex;
  /* gap: 28px; */
  flex-wrap: wrap;
  justify-content: space-between;
}

.about-intro__heading {
  flex: 1 1 0;
  max-width: 532px;
}

.about-intro__content {
  flex: 1 1 0;
  max-width: 641px;
}

.about-intro__title {
  color: var(--text-primary, #10243d);
  font-family: var(--Family-Heading, "Instrument Serif");
  font-style: normal;
  font-weight: 400;
  line-height: 115%;
  /* 82.8px */
  margin: 0 0 20px;
}

.about-intro__subtitle {
  color: var(--text-primary, #10243d);
  font-family: var(--Family-Body, "General Sans Variable");
  font-size: var(--Size-main, 18px);
  font-style: normal;
  font-weight: 500;
  line-height: 150%;
  /* 27px */
  max-width: 532px;
}

.about-intro__description {
  color: var(--text-primary, #10243d);
  font-family: var(--Family-Heading, "Instrument Serif");
  font-size: var(--Size-H6, 32px);
  font-style: normal;
  font-weight: 400;
  line-height: 135%;
  /* 43.2px */
  margin-bottom: 22px;
}

.about-intro__note {
  color: var(--text-primary, #10243d);
  font-family: var(--Family-Body, "General Sans Variable");
  font-size: var(--Size-main, 18px);
  font-style: normal;
  font-weight: 500;
  line-height: 150%;
  /* 27px */
}

.applications-success {
  padding: 112px 0;
  /* background:
    linear-gradient(0deg, rgba(2, 77, 98, 0.7) 0%, rgba(2, 77, 98, 0.7) 100%),
    var(--bg),
    lightgray -825.162px 0.372px / 182.438% 100% no-repeat; */
  background: var(--bg);

  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

.partner-program .label-section {
  margin-bottom: 20px;
}

.partner-program .why-vanuatu__card {
  padding: 32px 24px 20px 24px;
}

.partner-program .why-vanuatu__title {
  margin-bottom: 15px;
}

.applications-success__eyebrow {
  color: var(--text-muted-white, rgba(255, 255, 255, 0.65));
}

.applications-success__title {
  color: var(--text-inverse, #fff);
}

.applications-success__desc {
  color: var(--text-inverse, #fff);
  font-size: 18px;
}

.applications-success__grid {
  display: flex;
  flex-wrap: wrap;
  gap: 24px;
}

.applications-success__wrap .why-vanuatu__card {
  flex: 1 1 calc(33.333% - 16px);
}

.partner-benefits {
  padding: 100px 0 65px;
  background: var(--background-mist, #e8eef2);
}

.partner-benefits__header {
  max-width: 644px;
  margin-bottom: 58px;
  margin-top: 5px;
}

.partner-benefits__card {
  display: flex;
  padding: 32px 32px 25px 32px;
  flex-direction: column;
  align-items: flex-start;
  /* gap: var(--spacing-40, 40px); */
  flex: 1 0 0;
  align-self: stretch;
  border-radius: 16px;
  background: var(--background-white, #fff);
  box-shadow: 0 2px 4px 0 rgba(255, 255, 255, 0.16) inset;
  backdrop-filter: blur(10px);
}

/* .partner-benefits__featured {
  grid-column: span 2;
} */

.partner-benefits__card-title {
  color: var(--text-primary, #10243d);
  font-family: var(--Family-Heading, "Instrument Serif");
  font-style: normal;
  font-weight: 400;
  line-height: 135%;
  /* 43.2px */
  margin-bottom: 15px;
}

.partner-benefits__card-text {
  color: var(--text-slate-darker, #586981);
  font-family: var(--Family-Body, "General Sans Variable");
  font-size: var(--Size-small, 16px);
  font-style: normal;
  font-weight: 500;
  line-height: 150%;
  /* 24px */
}

.partner-benefits__grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 24px 24px;
}

.partner-benefits__icon {
  display: flex;
  width: 56px;
  height: 56px;
  padding: 8px;
  justify-content: center;
  align-items: center;
  gap: 48px;
  aspect-ratio: 1/1;
  border-radius: 16px;
  border: 1px solid var(--border-slate-darker-80, rgba(88, 105, 129, 0.8));
  background: var(--background-white-2560, rgba(247, 247, 247, 0.6));
  margin-bottom: 23px;
}

.partner-benefits__featured-wrapper {
  flex: 1;
  max-width: 606px;
}

/* .partner-benefits__featured-content {
  max-width: 580px;
} */

.partner-benefits__featured {
  grid-column: span 2;
  display: flex;
  /* padding: var(--spacing-32-40, 32px) var(--spacing-32, 32px); */
  padding: 48px 32px 32px;
  align-items: center;
  gap: var(--spacing-40, 40px);
  align-self: stretch;
  border-radius: var(--radius-main, 16px);
  background: var(--background-navy-elevated, #1e3f62);
}

.partner-benefits__label {
  color: var(--Ocean-Cyan, #0ad7f4);
  font-family: var(--Family-Body, "General Sans Variable");
  font-size: var(--Size-main, 18px);
  font-style: normal;
  font-weight: 500;
  line-height: 170%;
  /* 30.6px */
  letter-spacing: 0.36px;
  text-transform: uppercase;
  display: inline-block;
  margin-bottom: 32px;
  display: flex;
  align-items: center;
}

.partner-benefits__featured-title {
  color: var(--text-inverse, #fff);
  font-family: var(--Family-Heading, "Instrument Serif");
  font-size: var(--Size-H5, 44px);
  font-style: normal;
  font-weight: 400;
  line-height: 130%;
  /* 57.2px */
  margin-bottom: 40px;
}

.partner-benefits__featured-text {
  color: var(--text-muted-white, rgba(255, 255, 255, 0.65));
  font-family: var(--Family-Body, "General Sans Variable");
  font-size: var(--Size-small, 16px);
  font-style: normal;
  font-weight: 500;
  line-height: 150%;
  /* 24px */
}

.partner-benefits__license {
  flex: 1;
  max-width: 281px;
}

.partner-benefits__license-image {
  display: flex;
  /* width: 281px;
  height: 370px; */
  aspect-ratio: 281/370;
  /* aspect-ratio: 29/41; */
  padding: var(--spacing-24, 24px);
  align-items: flex-start;
  gap: var(--spacing-32, 32px);
  border-radius: var(--radius-main, 16px);
  border: 0.3px solid var(--White-0, #fff);
  background: linear-gradient(
          269deg,
          rgba(247, 247, 247, 0.3) 1.07%,
          rgba(247, 247, 247, 0.24) 17.36%,
          rgba(247, 247, 247, 0.06) 98.79%
  );
  box-shadow: 0 2px 4px 0 rgba(255, 255, 255, 0.16) inset;
  backdrop-filter: blur(10px);
  margin-bottom: 8px;
}

.partner-benefits__license-image img {
  border-radius: var(--radius-small, 8px);
  width: 100%;
  height: 100%;
}

.partner-benefits__license-caption {
  display: flex;
  align-items: center;
  height: 54px;
  gap: 5px;
}

.partner-benefits__license-caption span {
  color: var(--Button-Tertiary-White-text, #fff);
  font-family: var(--Family-Body, "General Sans Variable");
  font-size: var(--Size-small, 16px);
  font-style: normal;
  font-weight: 600;
  line-height: 150%;
  /* 24px */
}

.license-modal {
  position: fixed;
  inset: 0;
  display: none;
  justify-content: center;
  align-items: center;
  z-index: 9999;
}

.license-modal.active {
  display: flex;
}

.license-modal__overlay {
  position: absolute;
  inset: 0;
  background: rgba(16, 36, 61, 0.6);
}

.license-modal__content {
  position: relative;
  z-index: 2;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: clamp(16px, 3.472vw, 50px);
  box-sizing: border-box;
  max-width: 911px;
  max-height: 1200px;
  border-radius: 51.888px;
  border: 1px solid #fff;
  background: linear-gradient(
          269deg,
          rgba(247, 247, 247, 0.3),
          rgba(247, 247, 247, 0.06)
  );

  backdrop-filter: blur(32px);
}

.license-modal__image {
  display: block;
  width: auto;
  height: auto;
  max-width: min(calc(911px - 155.666px), calc(100vw - 155.666px));
  max-height: min(calc(1200px - 155.666px), calc(100vh - 155.666px));
  object-fit: contain;
  border-radius: 25.944px;
}

.license-modal__close {
  position: absolute;
  top: -30px;
  right: -30px;
  width: 80px;
  height: 80px;
  padding: 0;
  border: 0;
  background: transparent;
  cursor: pointer;
  display: flex;
  justify-content: center;
  align-items: center;
}

.license-modal__close svg {
  width: 80px;
  height: 80px;
  display: block;
}

/*time-line-partner*/

.partner.timeline {
  background: var(--background-deep-navy, #10243d);
  padding: 112px 0 108px;
}

.partner .label-section {
  color: var(--text-muted-white, rgba(255, 255, 255, 0.65));
}

.partner .heading-2 {
  color: var(--text-inverse, #fff);
}

.partner .timeline__subdesc {
  color: var(--text-inverse, #fff);
}

.partner .timeline__title {
  color: var(--text-inverse, #fff);
  margin-bottom: 16px;
}

.partner .timeline__des {
  color: var(--text-inverse, #fff);
}

.partner .timeline__wrap-item.active .timeline__item::after {
  border-radius: 100px;
  border: 1px solid var(--background-cyan, #0ad7f4);
  background: var(--background-mist, #e8eef2);
  color: var(--text-primary, #10243d);
}

.partner .timeline__item::after {
  border-radius: 100px;
  border: 1px solid var(--background-cyan, #0ad7f4);
  color: var(--text-primary, #10243d);
  /* background: #e8eef2; */
  background: rgba(232, 238, 242, 0.25);
}

.partner .timeline__item::before {
  background: var(--background-deep-navy, #10243d);
}

.partner .timeline__wrap-item::before {
  border-radius: 100px 100px 0 0;
  background: var(--border-cyan, rgba(10, 215, 244, 0.7)); 
}

.partner .timeline__list::after {
  border-radius: 100px 100px 0 0;
  background: var(--background-white-50, #fdfffd);
}

.partner .timeline__wrap-item {
  min-height: unset;
  padding-top: 32px !important;
}

.partner-models {
  margin-top: 64px;
}

.partner-models__grid {
  /* display: flex;
  flex-wrap: wrap; */
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 30px;
}

.partner-models__card {
  display: flex;
  max-width: 640px;
  max-height: 261px;
  padding: var(--spacing-32-24, 32px);
  flex-direction: column;
  align-items: flex-start;
  /* gap: var(--spacing-40, 20px); */
  border-radius: var(--radius-main, 16px);
  background: var(--border-slate-darker, rgba(88, 105, 129, 0.3));
}

.partner-models__label {
  color: var(--text-inverse, #fff);
  font-family: var(--Family-Body, "General Sans Variable");
  font-size: var(--Size-xs, 14px);
  font-style: normal;
  font-weight: 500;
  line-height: 150%;
  display: flex;
  padding: 2px 8px;
  align-items: flex-start;
  gap: 48px;
  border-radius: 20px;
  border: 1px solid rgba(255, 255, 255, 0.5);
  background: linear-gradient(
          269deg,
          rgba(255, 255, 255, 0.12) 1.07%,
          rgba(255, 255, 255, 0.24) 73.35%,
          rgba(255, 255, 255, 0.3) 98.79%
  );
  box-shadow: 0 2px 4px 0 rgba(255, 255, 255, 0.16) inset;
  backdrop-filter: blur(10px);
  margin-bottom: 28px;
}

.partner-models__title {
  color: var(--text-inverse, #fff);
  font-family: var(--Family-Heading, "Instrument Serif");
  font-size: var(--Size-H5, 44px);
  font-style: normal;
  font-weight: 400;
  line-height: 130%;
  /* 57.2px */
  margin-bottom: 10px;
}

.partner-models__description {
  color: var(--text-inverse, #fff);
  font-family: var(--Family-Body, "General Sans Variable");
  font-size: var(--Size-main, 18px);
  font-style: normal;
  font-weight: 500;
  line-height: 150%;
  /* 27px */
}

.partner-models__footer {
  margin-top: 32px;
  text-align: center;
}

.partner-footer__desc {
  color: var(--text-muted-white, rgba(255, 255, 255, 0.65));
  text-align: center;
  font-family: var(--Family-Body, "General Sans Variable");
  font-size: var(--Size-main, 18px);
  font-style: normal;
  font-weight: 500;
  line-height: 150%;
  /* 27px */
  margin: 0;
}

.partner-footer__message {
  color: var(--text-inverse, #fff);
  font-family: var(--Family-Body, "General Sans Variable");
  font-size: var(--Size-main, 18px);
  font-style: normal;
  font-weight: 500;
  line-height: 150%;
}

/*partner-enquiry*/

.partner-enquiry {
  padding: 100px 0 68px;
  background: #edf3f8;
}

.partner-enquiry__heading {
  max-width: 870px;
  margin: 0 auto 58px;
  text-align: center;
}

.partner-enquiry__label {
  display: block;
  margin-bottom: 8px;
  color: var(--text-muted, rgba(26, 58, 85, 0.7));
  text-align: center;
  font-family: var(--Family-Body, "General Sans Variable");
  font-size: var(--Size-main, 18px);
  font-style: normal;
  font-weight: 500;
  line-height: 170%;
  /* 30.6px */
  letter-spacing: 0.36px;
  text-transform: uppercase;
}

.partner-enquiry__title {
  margin: 0 0 4px;
  color: var(--text-primary, #10243d);
  text-align: center;
  font-family: var(--Family-Heading, "Instrument Serif");
  font-style: normal;
  font-weight: 400;
  line-height: 115%;
  /* 101.2px */
}

.partner-enquiry__desc {
  color: var(--text-primary, #10243d);
  text-align: center;
  font-family: var(--Family-Body, "General Sans Variable");
  font-size: var(--Size-text-xl, 24px);
  font-style: normal;
  font-weight: 500;
  line-height: 150%;
  /* 36px */
}

.partner-enquiry__wrapper {
  display: grid;
  grid-template-columns: 2fr 1fr;
  gap: 40px;
  align-items: start;
}

.partner-enquiry__form {
  display: flex;
  flex: 1 0 0;
  padding: 25px 24px 32px;
  flex-direction: column;
  align-items: flex-start;
  gap: var(--spacing-24, 24px);

  border-radius: var(--radius-main, 16px);
  background: var(--background-white, #fff);
  box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.16) inset;
  backdrop-filter: blur(10px);
}

.form-partner {
  width: 100%;
}

.partner-enquiry__grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 18px 24px;
  margin-bottom: 17px;
}

.partner-enquiry__field {
  display: flex;
  flex-direction: column;
}

.partner-enquiry__field--full {
  grid-column: 1/-1;
}

.partner-enquiry__field label {
  margin-bottom: 5px;
  display: block;
  color: var(--text-primary, #10243d);
  font-family: var(--Family-Body, "General Sans Variable");
  font-size: var(--Size-small, 16px);
  font-style: normal;
  font-weight: 500;
  line-height: 150%;
}

.partner-enquiry__field input,
.partner-enquiry__field select,
.partner-enquiry__field textarea {
  padding: 12px;
  border-radius: var(--radius-small, 8px);
  border: 1px solid var(--border-slate-darker-80, rgba(88, 105, 129, 0.8));
  background: #fff;
  color: #10243d;
  font-family: var(--Family-Body, "General Sans Variable");
  font-size: 16px;
  font-weight: 400;
}

.partner-enquiry__field input,
.partner-enquiry__field select {
  display: flex;
  align-items: center;
  gap: 8px;
}

.partner-enquiry__field textarea {
  display: block;
  width: 100%;
  height: 144px;
  resize: vertical;
  box-sizing: border-box;
}

.partner-enquiry__field input::placeholder,
.partner-enquiry__field textarea::placeholder {
  color: var(--text-muted, rgba(26, 58, 85, 0.7));
  font-family: inherit;
  font-size: inherit;
  font-style: inherit;
  font-weight: inherit;
  line-height: inherit;
  /* opacity: 1; */
}

.phone-input {
  display: flex;
  align-items: center;
  border: 1px solid #10243d;
  border-radius: 8px;
  overflow: hidden;
  background: #fff;
}

.phone-country {
  position: relative;
  display: flex;
  align-items: center;
  border-right: 1px solid #10243d;
  min-width: 72px;
}

.phone-country select {
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  width: 100%;
  height: 48px;
  border: none;
  background: transparent;
  padding: 0 28px 0 12px;
  cursor: pointer;
}

.phone-country svg {
  position: absolute;
  right: 12px;
  pointer-events: none;
}

.phone-input input {
  flex: 1;
  height: 48px;
  border: none;
  padding: 0 16px;
  outline: none;
}

.contact-form .partner-enquiry__field textarea {
  max-height: 144px;
  resize: vertical;
  padding-top: 8px;
}

.phone-input input {
  padding: 0 6px !important;
}

.partner-enquiry__checkbox {
  display: flex;
  align-items: center;
  gap: 12px;
  margin: 25px 0;
  color: var(--text-primary, #10243d);
  font-family: var(--Family-Body, "General Sans Variable");
  font-size: var(--Size-small, 16px);
  font-style: normal;
  font-weight: 500;
  line-height: 150%;
  /* 24px */
}

.partner-enquiry__checkbox input[type="checkbox"] {
  width: 24px;
  height: 24px;
  flex-shrink: 0;
  accent-color: #10243d;
}

.partner-enquiry__submit {
  width: 100%;
}

.partner-enquiry__note {
  margin-top: 8px;
  color: var(--text-slate-darker, #586981);
  font-family: var(--Family-Body, "General Sans Variable");
  font-size: var(--Size-small, 16px);
  font-style: italic;
  font-weight: 500;
  line-height: 150%;
  /* 24px */
}

select {
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
}

.partner-enquiry__select {
  position: relative;
}

.partner-enquiry__select select {
  width: 100%;
  appearance: none;
  padding-right: 40px;
  line-height: 25px;
  cursor: pointer;
}

.partner-enquiry__select svg {
  position: absolute;
  right: 16px;
  top: 50%;
  transform: translateY(-50%);
  pointer-events: none;
  width: 12px;
  height: 12px;
  flex-shrink: 0;
  aspect-ratio: 1/1;
}

.contact-form input[type="checkbox"] {
  display: flex;
  width: 24px;
  height: 24px;
  padding: 2px;
  justify-content: center;
  align-items: center;
  gap: 8px;
  aspect-ratio: 1/1;
  border-radius: 4px;
  border: 1px solid var(--border-slate-darker-80, rgba(88, 105, 129, 0.8));
  background: var(--background-white, #fff);
  cursor: pointer;
  margin: auto 0;
}

.partner-enquiry__aside {
  display: flex;
  flex-direction: column;
  max-width: 425px;
  padding: 20px 32px 32px;
  align-items: flex-start;
  border-radius: var(--radius-main, 16px);
  background: var(--background-navy-elevated, #1e3f62);
}

.partner-enquiry__aside-label {
  display: block;
  margin-bottom: 15px;
  color: var(--text-tertiary, #7a9bb0);
  font-family: var(--Family-Body, "General Sans Variable");
  font-size: var(--Size-main, 18px);
  font-style: normal;
  font-weight: 500;
  line-height: 170%;
  /* 30.6px */
  letter-spacing: 0.36px;
  text-transform: uppercase;
}

.partner-enquiry__aside-title {
  margin: 0 0 25px;
  color: var(--text-inverse, #fff);
  font-family: var(--Family-Heading, "Instrument Serif");
  font-style: normal;
  font-weight: 400;
  line-height: 130%;
  /* 57.2px */
}

.partner-enquiry__benefits {
  margin: 0;
  padding: 0 0 8px 0;
  list-style: none;
  border-bottom: 0.5px solid
  var(--border-slate-darker-80, rgba(88, 105, 129, 0.8));
  width: 100%;
}

.partner-enquiry__benefits li {
  display: flex;
  align-items: flex-start;
  gap: 16px;
  margin-bottom: 23px;
}

.partner-enquiry__icon {
  display: flex;
  width: 56px;
  height: 56px;
  padding: 9.333px;
  justify-content: center;
  align-items: center;
  gap: 56px;
  aspect-ratio: 1/1;
  border-radius: 18.667px;
  border: 1.167px solid rgba(255, 255, 255, 0.5);
  background: linear-gradient(
          269deg,
          rgba(255, 255, 255, 0.12) 1.07%,
          rgba(255, 255, 255, 0.24) 73.35%,
          rgba(255, 255, 255, 0.3) 98.79%
  );
  box-shadow: 0 2.333px 4.667px 0 rgba(255, 255, 255, 0.16) inset;
  backdrop-filter: blur(11.666667938232422px);
}

.partner-enquiry__benefit-title {
  color: var(--text-inverse, #fff);
  font-family: var(--Family-Body, "General Sans Variable");
  font-size: var(--Size-main, 18px);
  font-style: normal;
  font-weight: 500;
  line-height: 150%;
  line-height: 13px;
  margin-bottom: 5px;
  /* 27px */
}

.partner-enquiry__benefit-description {
  color: var(--text-muted-white, rgba(255, 255, 255, 0.65));
  font-family: var(--Family-Body, "General Sans Variable");
  font-size: var(--Size-small, 16px);
  font-style: normal;
  font-weight: 500;
  line-height: 150%;
  /* 24px */
}

.partner-enquiry__benefits p {
  margin: 0;
  opacity: 0.8;
  line-height: 1.6;
}

.partner-enquiry__email {
  /* margin-top: 8px; */
  padding-top: 15px;
}

.partner-enquiry__email span {
  display: block;
  margin-bottom: 10px;
  color: var(--text-tertiary, #7a9bb0);
  font-family: var(--Family-Body, "General Sans Variable");
  font-size: var(--Size-small, 16px);
  font-style: normal;
  font-weight: 500;
  line-height: 170%;
  /* 27.2px */
  letter-spacing: 0.32px;
  text-transform: uppercase;
}

.partner-enquiry__email a {
  display: flex;
  align-items: center;
  gap: 8px;
  text-decoration: none;
  color: var(--text-inverse, #fff);
  font-family: var(--Family-Body, "General Sans Variable");
  font-size: var(--Size-small, 16px);
  font-style: normal;
  font-weight: 500;
  line-height: 150%;
  /* 24px */
}

/*partner-faq*/

.partner-faq {
  padding: 100px 0;
  background: #fff;
}

.partner-faq__wrapper {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
}

.partner-faq__label {
  color: var(--text-muted, rgba(26, 58, 85, 0.7));
  font-family: var(--Family-Body, "General Sans Variable");
  font-size: var(--Size-main, 18px);
  font-style: normal;
  font-weight: 500;
  line-height: 170%;
  /* 30.6px */
  letter-spacing: 0.36px;
  text-transform: uppercase;
}

.partner-faq__title {
  margin: 0 0 40px;
  color: var(--text-primary, #10243d);
  font-family: var(--Family-Heading, "Instrument Serif");
  font-style: normal;
  font-weight: 400;
  line-height: 115%;
  /* 82.8px */
}

.partner-faq_list {
  margin: 0;
}

.partner-faq .faq-content p {
  color: var(--text-primary, #10243d);
  font-family: var(--Family-Body, "General Sans Variable");
  font-size: var(--Size-small, 16px);
  font-style: normal;
  font-weight: 500;
  line-height: 150%;
  /* 24px */
}

.partner-faq .dsp-faq-bottom__left .heading-2 {
  margin: 20px 0 25px;
}

.btn-faq-footer {
  display: none;
}

/**/
@media (max-width: 991px) {
  .partner-enquiry__wrapper {
    grid-template-columns: 1fr;
  }

  .partner-enquiry__aside {
    max-width: none;
    /* padding: 32px 32px 45px; */
  }
}

@media (max-width: 767px) {
  .partner-program__hero .hero__eyebrow {
    margin-bottom: 15px;
  }

  .partner .hero__stat-card {
    gap: 16px;
  }

  .partner-program__hero .hero__wrap {
    padding-bottom: 80px;
  }

  .partner.hero__stat-cards {
    margin: 32px 0 0px 0;
  }

  .partner-agent.about-intro {
    padding: 74px 0px 74px;
  }

  .partner-agent .about-intro__title {
    margin: 0 0 18px;
  }

  .partner-agent .about-intro__inner {
    display: flex;
    flex-direction: column;
    gap: 50px;
  }

  .partner-agent .about-intro__description {
    margin-bottom: 15px;
  }

  .partner-program .why-vanuatu__card {
    padding: 24px 16px 20px 16px;
  }

  .applications-success {
    padding: 80px 0 65px;
    background: var(--bg-mb);
    background-repeat: no-repeat;
  }

  .partner-program .why-vanuatu__card-title {
    margin-bottom: 0;
  }

  .partner-program .why-vanuatu__card-desc {
    margin-top: 7px;
  }

  .partner-program .label-section {
    margin-bottom: 15px;
  }

  .partner-program .why-vanuatu__header {
    margin-bottom: 28px;
  }

  .partner-benefits {
    padding: 98px 0 72px;
  }

  .partner-benefits .page-intro__main-heading {
    margin-bottom: 20px;
  }

  .partner-benefits__card {
    padding: 22px 24px;
  }

  .partner-benefits__icon {
    margin-bottom: 20px;
  }

  .partner-benefits__card-title {
    margin-bottom: 8px;
  }

  .partner-enquiry {
    padding: 70px 0 75px;
  }

  .partner-enquiry__grid {
    grid-template-columns: 1fr;
  }

  .applications-success__grid {
    display: grid;
    grid-template-columns: 1fr;
    gap: 24px;
  }

  .partner-benefits__grid {
    display: grid;
    grid-template-columns: 1fr;
    gap: 24px;
  }

  .partner-benefits__featured {
    display: flex;
    flex-direction: column;
    grid-column: auto;
    padding: 32px 24px;
    gap: 28px;
  }

  .partner-benefits__label {
    margin-bottom: 12px;
  }

  .partner-benefits__featured-title {
    margin-bottom: 25px;
  }

  .partner-benefits__license {
    flex: 1;
    max-width: none;
  }

  .partner-benefits__featured-wrapper {
    max-width: none;
  }

  .partner-benefits__license-image {
    width: 100%;
    aspect-ratio: 29/41;
  }

  .license-modal__content {
    display: flex;
    justify-content: center;
    align-items: center;
    width: fit-content;
    max-width: calc(100vw - 44px);
    max-height: calc(100vh - 44px);
    padding: 16px;
    box-sizing: border-box;
    border-radius: 17.681px;
  }

  .license-modal__image {
    display: block;
    width: auto;
    height: auto;
    max-width: calc(100vw - 44px - 32px);
    max-height: calc(100vh - 44px - 32px);
    object-fit: contain;
    border-radius: 8.84px;
  }

  .license-modal__close {
    position: absolute;
    top: -40px;
    right: -40px;
  }

  .license-modal__close svg {
    width: 40px;
    height: 40px;
    aspect-ratio: 1/1;
  }

  .partner.timeline {
    padding: 80px 0 78px;
  }

  .partner-models__grid {
    grid-template-columns: 1fr;
    gap: 24px;
  }

  .partner-models__card {
    max-width: unset;
    padding: 24px;
  }

  .partner-models__label {
    margin: 0 0 18px;
  }

  .partner-models__footer {
    margin-top: 25px;
  }

  .partner-enquiry__heading {
    margin: 0 auto 35px;
  }

  .partner-enquiry__checkbox {
    margin: 15px 0;
  }

  .partner-enquiry__aside {
    max-width: none;
    padding: 32px 32px 45px;
  }

  .partner-enquiry__aside-label {
    margin-bottom: 5px;
  }

  .partner-enquiry__aside-title {
    margin: 0 0 20px;
  }

  .partner-enquiry__email span {
    margin-bottom: 15px;
  }

  .partner-faq .btn {
    display: none;
  }

  .partner .timeline__item::after {
    top: 0;
  }

  .partner .timeline__item::before {
    left: -43.5px !important;
    top: -10px;
  }

  .partner .timeline__item {
    min-height: 170px;
  }

  .partner-faq .dsp-faq-bottom__left .heading-2 {
    margin-bottom: 0;
  }

  .partner-faq .dsp-faq-bottom__wrap {
    display: flex;
    flex-direction: column;
    gap: 40px;
  }
}

/*contact-us*/

.contact {
  padding: 66px 0 80px;
  background: var(--background-white-50, #fdfeff);
}

.contact-wrapper {
  display: grid;
  grid-template-columns: 598px 1fr;
  gap: 64px;
  align-items: center;
}

/* Left content */

.contact__eyebrow {
  display: block;
  margin-bottom: 6px;
  color: var(--text-muted, rgba(26, 58, 85, 0.7));
  font-family: var(--Family-Body, "General Sans Variable");
  font-size: var(--Size-main, 18px);
  font-style: normal;
  font-weight: 500;
  line-height: 170%;
  letter-spacing: 0.36px;
  text-transform: uppercase;
}

.contact__title {
  margin: 0px 0 9px;
  color: var(--text-primary, #10243d);
  font-family: var(--Family-Heading, "Instrument Serif");
  font-style: normal;
  font-weight: 400;
  line-height: 115%;
  /* 101.2px */
}

.contact__commitment {
  border-top: 0.5px solid var(--border-slate-darker-80, #586981cc);
  padding-top: 15px;
  padding-bottom: 10px;
}

.contact__description {
  /* max-width: 34px; */
  margin-bottom: 32px;
  color: var(--text-primary, #10243d);
  font-family: var(--Family-Body, "General Sans Variable");
  font-size: var(--Size-text-xl, 24px);
  font-style: normal;
  font-weight: 500;
  line-height: 150%;
  /* 36px */
}

.contact__subtitle {
  margin: 0;
  color: var(--text-primary, #10243d);
  font-family: var(--Family-Body, "General Sans Variable");
  font-size: var(--Size-small, 16px);
  font-style: normal;
  font-weight: 500;
  line-height: 170%;
  letter-spacing: 0.32px;
  text-transform: uppercase;
  margin-bottom: 6px;
}

.contact__list {
  padding: 0;
  margin: 0;
  list-style: none;
}

.contact__item {
  display: flex;
  padding: var(--spacing-16, 16px) 0 12.5px;
  justify-content: space-between;
  align-items: center;
  align-self: stretch;
  border-bottom: 0.5px solid
  var(--border-slate-darker-80, rgba(88, 105, 129, 0.8));
}

.contact__item-info {
  display: flex;
  align-items: center;
  gap: 8px;
  color: var(--text-primary, #10243d);
  font-family: var(--Family-Body, "General Sans Variable");
  font-size: var(--Size-main, 18px);
  font-style: normal;
  font-weight: 500;
  line-height: 150%;
  /* 27px */
}

.contact__item-time {
  color: var(--text-primary, #10243d);
  font-family: var(--Family-Body, "General Sans Variable");
  font-size: var(--Size-main, 18px);
  font-style: normal;
  font-weight: 500;
  line-height: 150%;
  /* 27px */
}

.contact__form-wrapper {
  display: flex;
  padding: var(--spacing-32, 25px) var(--spacing-24, 24px);
  flex-direction: column;
  align-items: flex-start;
  gap: var(--spacing-24, 24px);
  flex: 1 0 0;
  border-radius: var(--radius-main, 16px);
  background: var(--background-mist, #e8eef2);
}

.contact-form__office legend {
  color: var(--text-primary, #10243d);
  font-family: var(--Family-Body, "General Sans Variable");
  font-size: var(--Size-small, 16px);
  font-style: normal;
  font-weight: 500;
  line-height: 150%;
  margin-bottom: 6px;
}

.contact-form input,
.contact-form select,
.contact-form textarea {
  /* width: 100%; */
  display: flex;
  padding: 0 12px;
  align-items: center;
  gap: 8px;
  align-self: stretch;
  outline: none;
  color: var(--text-primary, #10243d);
  font-family: var(--Family-Body, "General Sans Variable");
  font-size: var(--Size-small, 16px);
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
  width: 100%;
  /* 24px */
  letter-spacing: -0.02em;
}

.contact-form input,
.contact-form select {
  height: 48px;
}

.contact-check.partner-enquiry__checkbox {
  margin: 0 0 10px;
}

.partner.partner-enquiry__submit {
  margin-top: 14px;
  margin-bottom: 10px;
}

/* Preferred office */

.contact-form__office {
  display: flex;
  align-items: center;
  gap: 16px;
  padding: 0;
  margin: 0;
  border: none;
  margin-top: -2px;
}

.contact-form__office label {
  display: flex;
  align-items: center;
  gap: 8px;
  color: var(--text-primary, #10243d);
  font-family: var(--Family-Body, "General Sans Variable");
  font-size: var(--Size-small, 16px);
  font-style: normal;
  font-weight: 500;
  line-height: 150%;
  margin-right: 8px;
}

.contact-form__office input[type="radio"] {
  width: 24px;
  height: 24px;
  cursor: pointer;
  accent-color: #1e3f62;
}

.contact-form__note {
  margin: 0;
  color: var(--text-primary, #10243d);
  font-family: var(--Family-Body, "General Sans Variable");
  font-size: var(--Size-small, 16px);
  font-style: italic;
  font-weight: 500;
  line-height: 150%;
  /* 24px */
}

.contact-locations {
  padding: 112px 0;
  background: var(--background-mist, #e8eef2);
}

.contact-locations__subtitle {
  margin-bottom: 27px;
}

.contact-locations__title {
  margin-bottom: 15px;
}

.contact-locations__description {
  color: var(--text-primary, #10243d);
  font-family: var(--Family-Body, "General Sans Variable");
  font-size: var(--Size-main, 18px);
  font-style: normal;
  font-weight: 500;
  line-height: 150%;
  /* 27px */
}

.contact-locations__list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
}

.office {
  position: relative;
  display: flex;
  padding: 32px 32px 34px;
  flex-direction: column;
  align-items: flex-start;
  gap: 14px;
  flex: 1 0 0;
  border-radius: var(--radius-main, 16px);
  background: var(--background-white, #fff);
  border: 1px solid var(--border-slate-darker, rgba(88, 105, 129, 0.3));
}

.office__head {
  border: 1px solid var(--background-ocean-deep, #024d62);
}

.office__top {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}

.office__country {
  display: block;
  margin-bottom: 7px;
  color: var(--text-muted, rgba(26, 58, 85, 0.7));
  font-family: var(--Family-Body, "General Sans Variable");
  font-size: var(--Size-small, 16px);
  font-style: normal;
  font-weight: 500;
  line-height: 170%;
  /* 27.2px */
  letter-spacing: 0.32px;
  text-transform: uppercase;
}

.office__city {
  color: var(--text-primary, #10243d);
  font-family: var(--Family-Heading, "Instrument Serif");
  font-size: var(--Size-H6, 32px);
  font-style: normal;
  font-weight: 400;
  line-height: 135%;
  /* 43.2px */
}

.office__badge {
  display: flex;
  padding: 2px 8px;
  justify-content: center;
  align-items: center;
  gap: 48px;
  position: absolute;
  right: 16.333px;
  top: 16px;
  border-radius: 20px;
  border: 1px solid var(--border-slate-darker, rgba(88, 105, 129, 0.3));
  background: var(--background-mist, #e8eef2);
  box-shadow: 0 2px 4px 0 rgba(255, 255, 255, 0.16) inset;
  backdrop-filter: blur(10px);
  color: var(--text-primary, #10243d);
  font-family: var(--Family-Body, "General Sans Variable");
  font-size: var(--Size-xs, 14px);
  font-style: normal;
  font-weight: 500;
  line-height: 150%;
  /* 21px */
}

.office__address {
  /* margin-bottom: 24px; */
  display: flex;
  flex-direction: column;
  gap: 18px;
}

.address-item {
  display: flex;
  align-items: center;
  gap: 8px;
}

.address-item svg {
  width: 32px;
  height: 32px;
  flex-shrink: 0;
}

.address-item-2 svg {
  width: 24px;
  height: 24px;
}

.address-text {
  color: var(--text-primary, #10243d);
  font-family: var(--Family-Body, "General Sans Variable");
  font-size: var(--Size-main, 18px);
  font-style: normal;
  font-weight: 500;
  line-height: 150%;
  /* 27px */
}

.address-note {
  color: var(--text-primary, #10243d);
  font-family: var(--Family-Body, "General Sans Variable");
  font-size: var(--Size-small, 16px);
  font-style: normal;
  font-weight: 500;
  line-height: 150%;
  /* 24px */
}

.office__contact {
  margin: 0;
  padding: 32px 0px;
  list-style: none;
  border-top: 1px solid rgba(88, 105, 129, 0.3);
  border-bottom: 1px solid rgba(88, 105, 129, 0.3);
  margin-top: 10px;
}

.office__item {
  display: flex;
  align-items: center;
  gap: 13px;
  margin-bottom: 16px;
  color: var(--text-primary, #10243d);
  font-family: var(--Family-Body, "General Sans Variable");
  font-size: var(--Size-small, 16px);
  font-style: normal;
  font-weight: 500;
  line-height: 150%;
  padding-left: 1px;
  /* 24px */
}

.office__item:last-child {
  margin-bottom: 0;
  align-items: start;
  gap: 7px;
}

.office__item:last-child svg {
  margin-top: 1px;
}

.office__item a {
  color: inherit;
  text-decoration: none;
}

.office__item a:hover {
  color: #5c7dc4;
}

.office__note {
  margin-top: 24px;
  color: var(--text-primary, #10243d);
  font-family: var(--Family-Body, "General Sans Variable");
  font-size: var(--Size-small, 16px);
  font-style: normal;
  font-weight: 500;
  line-height: 150%;
  /* 24px */
  margin: 0;
  padding-top: 10px;
}

.contact-channels {
  padding: 112px 0 125px;
  background: var(--background-white-2560, rgba(247, 247, 247, 0.6));
}

.contact-channels__header {
  margin-bottom: 56px;
}

.contact-channels__eyebrow {
  margin-bottom: 26px;
}

.contact-channels-title {
  margin-bottom: 16px;
}

.contact-channels .contact-channels-title {
  font-family: "Instrument Serif";
}

.contact-channels__grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 23px 22px;
}

.contact-channels__grid .direct-lines__offices {
  padding-top: 17px;
}

.contact-channels__grid .direct-lines__office > div {
  gap: 22px;
}

.contact-channels__grid .direct-lines__icon {
  padding: 11px;
}

.contact-card {
  display: flex;
  padding: var(--spacing-32-24, 32px) var(--spacing-24, 24px);
  flex-direction: column;
  align-items: flex-start;
  gap: 14px;
  flex: 1 0 0;
  border-radius: var(--radius-main, 16px);
  border: 1px solid var(--border-slate-darker, rgba(88, 105, 129, 0.3));
  background: var(--background-white, #fff);
}

.contact-card__primary {
  border-radius: var(--radius-main, 16px);
  border: 1px solid var(--border-mist, rgba(232, 238, 242, 0.3));
  background: var(--background-deep-navy, #10243d);
}

.contact-card__icon {
  display: flex;
  width: 56px;
  height: 56px;
  padding: 8px;
  justify-content: center;
  align-items: center;
  gap: 48px;
  aspect-ratio: 1/1;
  border-radius: 16px;
}

.contact-card__title {
  color: var(--text-primary, #10243d);
  font-family: var(--Family-Body, "General Sans Variable");
  font-size: var(--Size-main, 18px);
  font-style: normal;
  font-weight: 500;
  line-height: 170%;
  /* 30.6px */
  letter-spacing: 0.36px;
  text-transform: uppercase;
}

.contact-card__text {
  color: var(--text-primary, #10243d);
  margin: 0;
}

.contact-card__primary .contact-card__icon {
  background: var(--background-mist, #e8eef2);
}

.contact-card__primary .contact-card__title {
  color: var(--text-inverse, #fff);
}

.contact-card__primary .contact-card__text {
  color: var(--text-inverse, #fff);
  margin: 0;
  margin-top: -6px;
  margin-bottom: 3px;
}

.contact-card .btn-primary {
  margin-top: auto;
  letter-spacing: -0.01em;
}

.contact-card__whatsapp .contact-card__icon {
  border-radius: 16px;
  background: #75c852;
  box-shadow: 0 2px 4px 0 rgba(255, 255, 255, 0.16) inset;
  backdrop-filter: blur(10px);
}

.contact-box.contact-card__icon {
  display: flex;
  width: 56px;
  height: 56px;
  padding: 8px;
  justify-content: center;
  align-items: center;
  gap: 48px;
  aspect-ratio: 1/1;
  border-radius: 16px;
  background: var(--background-mist, #e8eef2);
}

.contact-card__content {
  display: flex;
  flex-direction: column;
  gap: 17px;
  padding-top: 17px;
}

.contact-card__content span {
  color: var(--text-primary, #10243d);
  font-family: var(--Family-Body, "General Sans Variable");
  font-size: var(--Size-main, 18px);
  font-style: normal;
  font-weight: 500;
  line-height: 170%;
  /* 30.6px */
  letter-spacing: 0.36px;
  text-transform: uppercase;
}

.contact-card__content:not(:last-child) {
  margin-bottom: 23px;
}

/*footer*/

.site-footer__contact.site-footer {
  background: transparent;
}

.footer-contact {
  background: var(--background-white-2560, rgba(247, 247, 247, 0.6));
}

.footer-contact-wrap {
  display: flex;
  padding: var(--spacing-64-40, 64px) var(--site-margin-main, 64px);
  flex-direction: column;
  align-items: center;
  gap: var(--spacing-40-32, 40px);
  align-self: stretch;
  /* width: 100%; */
  border-radius: var(--radius-main, 16px);
  border: 1px solid var(--border-mist, rgba(232, 238, 242, 0.3));
  background: linear-gradient(
          90deg,
          var(--background-ocean-deep, #024d62) 45.19%,
          var(--background-deep-navy, #10243d) 100%
  );
}

.footer-contact-wrap .footer-cta__wrap {
  max-width: 1050px;
}

.footer-contact-wrap .footer-cta__subtitle {
  color: var(--text-inverse, #fff);
  margin-bottom: 20px;
}

.footer-contact-wrap .footer-cta__title {
  font-size: 64px;
  margin-bottom: 18px;
}

.footer-contact-wrap .footer-cta__desc {
  margin: 0 auto 32px;
}

.footer-contact-wrap .footer-cta__actions {
  margin-bottom: 0px;
}

.footer-contact-wrap .footer-cta__desc {
  max-width: unset;
  color: var(--text-inverse, #fff);
  text-align: center;
  font-family: var(--Family-Body, "General Sans Variable");
  font-size: var(--Size-main, 18px);
  font-style: normal;
  font-weight: 500;
  line-height: 150%;
  /* 27px */
}

.footer-cta.footer-contact {
  padding: 65px 0 79px;
}

.footer-cta__desc a {
  text-decoration: underline;
}

@media (max-width: 1200px) {
  .contact-wrapper {
    grid-template-columns: 43% 1fr;
  }
}

@media (max-width: 991px) {
  .contact-locations__list {
    grid-template-columns: repeat(2, 1fr);
  }
  .direct-lines__office-phone,
  .direct-lines__email-value {
    line-height: 1;
    font-size: 28px;
  }
  .direct-lines__office-note {
    line-height: 1;
  }
  .direct-lines__office-phone {
    text-align: end;
    width: max-content;
    white-space: nowrap;
  }
  .direct-lines__office {
    gap: 10px;
  }
  .contact-channels,
  .contact-locations {
    padding: 80px 0;
  }
  .contact__item {
    gap: 20px;
  }
  .contact__item-time {
    text-align: end;
  }
  .partner-enquiry__grid {
    grid-template-columns: repeat(1, 1fr);
    gap: 19px 24px;
    margin-bottom: 19px;
  }
  .contact-form__office label {
    display: flex;
    width: fit-content;
    font-size: 15px;
    margin-right: 7px;
  }
  .contact-form__office label:last-child {
    margin-right: 0;
  }
  .footer-contact-wrap .footer-cta__title {
    font-size: 50px;
  }
}

@media (max-width: 767px) {
  .contact-wrapper {
    grid-template-columns: repeat(1, 1fr);
  }
  .contact {
    padding: 88px 0 80px;
  }
  .contact__description {
    margin-bottom: 24px;
  }
  .contact__item-info {
    width: 50%;
  }
  .contact__item-time {
    width: 64%;
    font-size: 16px;
  }
  .contact__subtitle {
    margin-bottom: 10px;
  }
  .contact__item {
    padding: var(--spacing-16, 9px) 0 9px;
    min-height: 56px;
  }
  .contact-wrapper {
    gap: 32px;
  }
  .contact-form__office {
    margin-top: 0px;
  }
  .contact-check.partner-enquiry__checkbox {
    margin: 0 0 5px;
  }
  .contact-locations__title {
  }
  .contact-locations__list {
    grid-template-columns: repeat(1, 1fr);
  }
  .programs__header {
    margin-bottom: 57px;
  }
  .office {
    padding: 25px 24px 25px;
    gap: 16px;
  }
  .office__country {
    margin-bottom: 10px;
  }
  .office__address {
    gap: 22px;
  }
  .office__contact {
    padding: 32px 0px 26px;
  }
  .contact-channels__eyebrow {
    margin-bottom: 23px;
  }
  .contact-channels-title {
    margin-bottom: 14px;
  }
  .contact-channels__grid {
    grid-template-columns: repeat(1, 1fr);
    gap: 22px 22px;
  }
  .contact-channels__header {
    margin-bottom: 58px;
  }
  .contact-card {
    padding: 24px 24px 24px;
    gap: 15px;
  }
  .contact-card .direct-lines__cta {
    width: fit-content;
  }
  .contact-channels__grid .direct-lines__row-left:first-child {
    display: block;
    width: 100%;
  }
  .contact-channels__grid .direct-lines__row-desc,
  .contact-channels__grid .direct-lines__row-left > div {
    float: right;
    width: 77%;
  }
  .contact-channels__grid .direct-lines__row-left .contact-card__icon {
    float: left;
    width: 19%;
    margin-top: 18px;
  }
  .contact-channels__grid .direct-lines__icon {
    float: left;
    width: 19%;
  }
  .contact-channels__grid .direct-lines__box {
    padding: 22px 24px 18px;
  }
  .contact-channels__grid .direct-lines__row-label {
    margin-bottom: 15px;
  }
  .contact-channels__grid .direct-lines__offices {
    padding-top: 19px;
  }
  .contact-channels__grid .direct-lines__office > div {
    gap: 21px;
  }
  .contact-channels__grid .direct-lines__office {
    gap: 18px;
    padding: 24px 0 18px;
  }
  .contact-channels__grid .direct-lines__office:last-child {
    padding-bottom: 0;
  }
  .contact-card .direct-lines__row-left {
    display: flex !important;
    align-items: center;
  }
  .contact-channels__grid .contact-card .direct-lines__row-label {
    margin-bottom: 0;
  }
  .contact-card__content {
    padding-top: 9px;
    gap: 12px;
  }
  .contact-card .direct-lines__email-value {
    font-size: 26px;
  }
  .contact-card__content:not(:last-child) {
    margin-bottom: 5px;
  }
  .contact-channels {
    padding-bottom: 45px;
  }
  .footer-contact-wrap {
    padding: 39px 16px;
  }
  .footer-contact-wrap .footer-cta__subtitle {
    font-weight: 400;
    letter-spacing: -0.01em;
    margin-bottom: 19px;
  }
  .footer-contact-wrap .footer-cta__title {
    font-size: 40px;
    margin-bottom: 17px;
  }
  .footer-contact-wrap .footer-cta__desc {
    margin: 0 auto 27px;
    width: fit-content;
  }
  .footer-contact-wrap .btn {
    width: fit-content;
    margin: 0 auto;
  }
  .footer-cta.footer-contact {
    padding: 65px 0 30px;
  }
}

@media (max-width: 575px) {
  .contact__title {
    font-size: 54px;
    margin: 0px 0 11px;
  }
  .contact-form__row {
    grid-template-columns: 1fr;
  }
}

/*CTA*/

.footer-cta__form {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.footer-cta__field {
  width: 100%;
  max-width: 422px;
  margin-bottom: 56px;
}

.footer-cta__field input {
  display: flex;
  width: 100%;
  height: 48px;
  padding: var(--spacing-16, 16px) var(--spacing-12, 12px);
  align-items: center;
  gap: 8px;
  border-radius: var(--radius-small, 8px);
  border: 1px solid var(--border-white, #fff);
  background: rgba(253, 254, 255, 0.12);
  font-size: var(--Size-small, 16px);
  color: var(--text-muted-white, rgba(255, 255, 255, 0.65));
}

.footer-cta__field input::placeholder {
  color: var(--text-muted-white, rgba(255, 255, 255, 0.65));
  font-family: var(--Family-Body, "General Sans Variable");
  font-size: var(--Size-small, 16px);
  font-style: normal;
  font-weight: 400;
  line-height: 150%; /* 24px */
}

.footer-cta__field input:focus {
  border-color: #fff;
}

.the-team.footer-cta__note {
  max-width: 555px;
  margin: 0 auto;
}

.partner .footer-cta__desc {
  max-width: 100%;
}

.partner .footer-cta__note {
  color: var(--text-muted-white, rgba(255, 255, 255, 0.65));
  max-width: 668px;
  margin: 0 auto;
}

.partner .footer-cta__actions {
  margin-bottom: 25px;
}

.blog .footer-cta__desc {
  margin: 0 auto 28px;
}

.faq.footer-cta {
  padding: 65px 0 82px;
}

@media (max-width: 767px) {
  .footer-cta__form .footer-cta__field{
    margin-bottom: 32px;
  }
}
.hidden-heading {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    white-space: nowrap;
    border: 0;
}

.faq__button-wrapper {
/*   display: flex;
  justify-content: center;
  margin-top: 64px; */
	display: none;
}

.faq__button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 4px;
  font-weight: 600;
  font-size: 16px;
  line-height: 150%;
  letter-spacing: 0%;
  vertical-align: middle;
  color: #fff;
  background-color: #10243d;
  padding: 16px;
  border-radius: 8px;
}
