.who-we-are {
  --who-primary: #006e9e;
  --who-primary-dark: #00577d;
  --who-primary-light: #dceef6;
  --who-accent: #debe67;
  --who-line: #d3d8d8;
  position: relative;
  scroll-margin-top: 92px;
  min-height: 940px;
  padding: 54px 0 72px;
  isolation: isolate;
  overflow: hidden;
  box-sizing: border-box;
  color: #081f42;
  background:
    radial-gradient(circle at 72% 34%, rgba(227, 241, 243, .58), transparent 33%),
    linear-gradient(135deg, #fff 0%, #f8fbfc 58%, #f3f8fa 100%);
}

.who-we-are__pattern,
.who-we-are__backdrop,
.who-we-are__band,
.who-we-are__wave {
  position: absolute;
  pointer-events: none;
}

.who-we-are__pattern {
  z-index: -3;
  inset: 0;
  overflow: hidden;
}

.who-we-are__pattern::before {
  position: absolute;
  top: 28px;
  right: -42px;
  width: 690px;
  height: 570px;
  content: "";
  opacity: .58;
  border-radius: 50%;
  background:
    radial-gradient(circle, rgba(2, 104, 113, .22) 0 3px, transparent 3.5px) 0 0 / 72px 72px,
    repeating-radial-gradient(ellipse at 52% 54%, transparent 0 29px, rgba(3, 100, 112, .08) 30px 31px);
  -webkit-mask-image: radial-gradient(ellipse at 50% 50%, #000 16%, rgba(0, 0, 0, .72) 48%, transparent 74%);
  mask-image: radial-gradient(ellipse at 50% 50%, #000 16%, rgba(0, 0, 0, .72) 48%, transparent 74%);
}

.who-we-are__pattern::after {
  position: absolute;
  bottom: 16px;
  left: -54px;
  width: 380px;
  height: 300px;
  content: "";
  opacity: .28;
  transform: rotate(-3deg);
  background: radial-gradient(circle, rgba(3, 112, 120, .34) 0 2px, transparent 2.5px) 0 0 / 18px 18px;
  -webkit-mask-image: linear-gradient(120deg, #000, transparent 82%);
  mask-image: linear-gradient(120deg, #000, transparent 82%);
}

.who-we-are__backdrop {
  z-index: -2;
  left: 0;
  bottom: 0;
  width: min(980px, 62%);
  height: 48%;
  overflow: hidden;
  opacity: .92;
  -webkit-mask-image:
    linear-gradient(90deg, #000 0%, #000 68%, transparent 100%),
    linear-gradient(0deg, #000 0%, #000 74%, transparent 100%);
  mask-image:
    linear-gradient(90deg, #000 0%, #000 68%, transparent 100%),
    linear-gradient(0deg, #000 0%, #000 74%, transparent 100%);
  -webkit-mask-composite: source-in;
  mask-composite: intersect;
}

.who-we-are__backdrop img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
  object-position: 28% 60%;
  filter: hue-rotate(18deg) saturate(.92);
}

.who-we-are__band {
  z-index: -1;
  top: 369px;
  left: 35%;
  right: -10px;
  height: 126px;
  border-radius: 38px 0 0 38px;
  background: linear-gradient(90deg, var(--who-primary) 0%, #00658f 58%, var(--who-primary-dark) 100%);
  box-shadow: inset 0 1px rgba(255, 255, 255, .18);
}

.who-we-are__wave {
  z-index: -1;
  left: 35%;
  bottom: -585px;
  width: 1310px;
  height: 790px;
  border-radius: 50%;
  background: linear-gradient(150deg, rgba(255, 255, 255, .98), #f6fafb 72%);
  box-shadow: 0 -1px 0 rgba(7, 103, 110, .08);
}

.who-we-are__inner {
  position: relative;
  z-index: 2;
  width: min(1550px, calc(100% - 64px));
  margin-inline: auto;
  display: grid;
  grid-template-columns: minmax(470px, 520px) minmax(0, 1fr);
  grid-template-rows: auto auto;
  column-gap: clamp(34px, 3vw, 48px);
}

.who-we-are__intro {
  position: relative;
  z-index: 3;
  grid-column: 1;
  grid-row: 1;
  max-width: 520px;
  padding-left: 5px;
}

.who-we-are__accent {
  width: 75px;
  height: 4px;
  margin-bottom: 44px;
  display: block;
  border-radius: 999px;
  background: var(--who-accent);
  transform-origin: left center;
}

.who-we-are__eyebrow {
  margin: 0 0 29px;
  color: var(--who-primary);
  font-size: 20px;
  font-weight: 800;
  letter-spacing: .18em;
  line-height: 1.2;
  text-transform: uppercase;
}

.who-we-are__title {
  max-width: 510px;
  margin: 0;
  font-size: clamp(62px, 4.25vw, 72px);
  font-weight: 800;
  letter-spacing: -.055em;
  line-height: 1.02;
  color: #09264c;
  background: linear-gradient(90deg, #09264c 0%, #09264c 35%, var(--who-primary) 53%, var(--who-primary-dark) 100%);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
}

.who-we-are__title-accent {
  width: 62px;
  height: 4px;
  margin: 26px 0 24px 2px;
  display: block;
  border-radius: 999px;
  background: var(--who-accent);
}

.who-we-are__description,
.who-we-are__description .field {
  max-width: 515px;
  margin: 0;
  color: #102a4e;
  font-size: 18px;
  line-height: 1.82;
}

.who-we-are__description p {
  margin: 0;
}

.who-we-are__cta {
  width: fit-content;
  min-width: 294px;
  min-height: 58px;
  margin-top: 38px;
  padding: 0 16px 0 21px;
  display: inline-flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  border-radius: 10px;
  color: #fff;
  background: linear-gradient(135deg, #0783b5, var(--who-primary-dark));
  box-shadow: 0 12px 28px rgba(0, 92, 133, .23);
  font-size: 17px;
  font-weight: 600;
  line-height: 1.2;
  text-decoration: none;
  transition: transform 220ms ease, box-shadow 220ms ease;
}

.who-we-are__cta-arrow {
  width: 39px;
  height: 39px;
  display: grid;
  flex: 0 0 39px;
  place-items: center;
  border-radius: 50%;
  color: var(--who-primary);
  background: #fff;
  font-size: 24px;
  line-height: 1;
  transition: transform 220ms ease;
}

.who-we-are__cta:hover,
.who-we-are__cta:focus-visible {
  transform: translateY(-3px);
  box-shadow: 0 17px 34px rgba(0, 92, 133, .3);
}

.who-we-are__cta:hover .who-we-are__cta-arrow,
.who-we-are__cta:focus-visible .who-we-are__cta-arrow {
  transform: translateX(3px);
}

.who-we-are__cta:focus-visible {
  outline: 3px solid var(--who-accent);
  outline-offset: 4px;
}

.who-we-are__statistics {
  grid-column: 2;
  grid-row: 1;
  min-width: 0;
  margin-top: 92px;
}

.who-we-are__statistics > div {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 20px;
}

.who-we-are__statistics > div > div {
  min-width: 0;
}

.statistic-card {
  position: relative;
  min-height: 575px;
  height: 100%;
  padding: 22px 18px 0;
  display: block;
  overflow: hidden;
  box-sizing: border-box;
  text-align: center;
  color: #081f42;
  background: rgba(255, 255, 255, .975);
  border: 1px solid var(--who-line);
  border-bottom: 10px solid var(--who-primary);
  border-radius: 21px;
  box-shadow: 0 15px 34px rgba(16, 46, 65, .13);
  transition: transform 300ms ease-out, box-shadow 300ms ease-out, border-color 300ms ease-out;
}

.who-we-are__statistics > div > div:nth-child(3) .statistic-card {
  border-top: 5px solid var(--who-accent);
  padding-top: 18px;
}

.statistic-card--linked {
  text-decoration: none;
}

.statistic-card__content {
  position: relative;
  z-index: 2;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.statistic-card__icon {
  position: relative;
  width: 100px;
  height: 100px;
  margin: 31px auto 45px;
  display: grid;
  flex: 0 0 100px;
  place-items: center;
  border-radius: 50%;
  background:
    radial-gradient(circle at 34% 27%, rgba(255, 255, 255, .2), transparent 30%),
    linear-gradient(145deg, #0787b8, var(--who-primary-dark));
  box-shadow:
    0 0 0 14px rgba(255, 255, 255, .96),
    0 0 0 15px rgba(222, 190, 103, .72),
    0 13px 25px rgba(0, 93, 88, .2);
  transition: transform 340ms cubic-bezier(.34, 1.56, .64, 1), box-shadow 260ms ease;
}

.statistic-card__icon::after {
  position: absolute;
  top: 50%;
  right: -20px;
  width: 10px;
  height: 10px;
  content: "";
  border-radius: 50%;
  background: var(--who-accent);
  transform: translateY(-50%);
  box-shadow: 0 0 0 4px rgba(255, 255, 255, .8);
}

.statistic-card__icon img {
  width: 58px;
  height: 58px;
  display: block;
  object-fit: contain;
}

.statistic-card__value {
  min-height: 69px;
  margin: 0 0 7px;
  display: flex;
  align-items: center;
  color: var(--who-primary);
  font-size: clamp(57px, 4vw, 66px);
  font-weight: 800;
  letter-spacing: -.055em;
  line-height: 1;
  font-variant-numeric: tabular-nums;
}

.statistic-card__label,
.statistic-card__display-text {
  margin: 0;
  color: #0a2146;
  font-size: clamp(18px, 1.35vw, 22px);
  font-weight: 800;
  letter-spacing: -.02em;
  line-height: 1.42;
}

.statistic-card__label {
  max-width: 190px;
}

.statistic-card__display-text {
  min-height: 116px;
  max-width: 200px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.statistic-card--text .statistic-card__display-text {
  margin-top: 14px;
}

.statistic-card__rule {
  width: 38px;
  height: 3px;
  margin-top: 18px;
  display: block;
  border-radius: 999px;
  background: var(--who-accent);
}

.statistic-card__illustration {
  position: absolute;
  z-index: 1;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 195px;
  display: block;
  object-fit: cover;
  object-position: center bottom;
  opacity: .96;
  filter: hue-rotate(18deg) saturate(.92);
  -webkit-mask-image: linear-gradient(to bottom, transparent 0, rgba(0, 0, 0, .55) 24%, #000 46%);
  mask-image: linear-gradient(to bottom, transparent 0, rgba(0, 0, 0, .55) 24%, #000 46%);
  transition: transform 500ms ease;
}

.who-we-are__statistics > div > div:nth-child(1) .statistic-card__illustration {
  object-position: center 64%;
}

.who-we-are__statistics > div > div:nth-child(3) .statistic-card__illustration {
  object-position: 50% 61%;
}

.who-we-are__statistics > div > div:nth-child(4) .statistic-card__illustration {
  object-position: 50% 64%;
}

.who-we-are__trust {
  position: relative;
  z-index: 3;
  grid-column: 2;
  grid-row: 2;
  margin: 72px 30px 0 98px;
  min-height: 72px;
  overflow: hidden;
  border: 1px solid var(--who-line);
  border-radius: 999px;
  background: rgba(255, 255, 255, .96);
  box-shadow: 0 14px 33px rgba(15, 44, 63, .13);
}

.who-we-are__trust > div,
.who-we-are__trust .field__items {
  min-height: 72px;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.who-we-are__trust .field__item {
  min-width: 0;
}

.who-trust-item {
  min-height: 72px;
  padding: 0 24px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 15px;
  color: #0a274b;
  font-size: 17px;
  font-weight: 500;
  line-height: 1.2;
  text-decoration: none;
}

.who-we-are__trust .field__item + .field__item .who-trust-item {
  border-left: 1px solid var(--who-line);
}

.who-trust-item__icon {
  width: 36px;
  height: 36px;
  flex: 0 0 36px;
  fill: none;
  stroke: var(--who-primary);
  stroke-width: 1.8;
  stroke-linecap: round;
  stroke-linejoin: round;
}

@media (hover: hover) and (pointer: fine) {
  .statistic-card:hover {
    transform: translateY(-9px);
    border-color: var(--who-accent);
    box-shadow: 0 25px 50px rgba(10, 43, 64, .19);
  }

  .statistic-card:hover .statistic-card__icon {
    transform: translateY(-4px) scale(1.025);
    box-shadow:
      0 0 0 14px rgba(255, 255, 255, .98),
      0 0 0 15px rgba(222, 190, 103, .9),
      0 18px 30px rgba(0, 78, 113, .28);
  }

  .statistic-card:hover .statistic-card__illustration {
    transform: scale(1.045);
  }
}

.statistic-card--linked:focus-visible {
  outline: 3px solid var(--who-accent);
  outline-offset: 4px;
  transform: translateY(-8px);
}

.who-we-are--animated.is-js-ready.is-visible .who-we-are__accent {
  transition: transform 600ms ease-out;
}

.who-we-are--animated.is-js-ready.is-visible .who-we-are__eyebrow,
.who-we-are--animated.is-js-ready.is-visible .who-we-are__title,
.who-we-are--animated.is-js-ready.is-visible .who-we-are__title-accent,
.who-we-are--animated.is-js-ready.is-visible .who-we-are__description,
.who-we-are--animated.is-js-ready.is-visible .who-we-are__cta,
.who-we-are--animated.is-js-ready.is-visible .who-we-are__statistics > div > div,
.who-we-are--animated.is-js-ready.is-visible .who-we-are__trust {
  transition:
    opacity 680ms cubic-bezier(.22, 1, .36, 1),
    transform 680ms cubic-bezier(.22, 1, .36, 1);
}

.who-we-are--animated.is-js-ready:not(.is-visible) .who-we-are__accent {
  transform: scaleX(0);
}

.who-we-are--animated.is-js-ready:not(.is-visible) .who-we-are__eyebrow,
.who-we-are--animated.is-js-ready:not(.is-visible) .who-we-are__title,
.who-we-are--animated.is-js-ready:not(.is-visible) .who-we-are__title-accent,
.who-we-are--animated.is-js-ready:not(.is-visible) .who-we-are__description,
.who-we-are--animated.is-js-ready:not(.is-visible) .who-we-are__cta,
.who-we-are--animated.is-js-ready:not(.is-visible) .who-we-are__trust {
  opacity: 0;
  transform: translateY(24px);
}

.who-we-are--animated.is-js-ready:not(.is-visible) .who-we-are__statistics > div > div {
  opacity: 0;
  transform: translateY(30px) scale(.98);
}

.who-we-are--animated.is-js-ready.is-visible .who-we-are__title {
  transition-delay: 80ms;
}

.who-we-are--animated.is-js-ready.is-visible .who-we-are__description {
  transition-delay: 180ms;
}

.who-we-are--animated.is-js-ready.is-visible .who-we-are__cta {
  transition-delay: 260ms;
}

.who-we-are--animated.is-js-ready.is-visible .who-we-are__statistics > div > div:nth-child(1) {
  transition-delay: 340ms;
}

.who-we-are--animated.is-js-ready.is-visible .who-we-are__statistics > div > div:nth-child(2) {
  transition-delay: 440ms;
}

.who-we-are--animated.is-js-ready.is-visible .who-we-are__statistics > div > div:nth-child(3) {
  transition-delay: 540ms;
}

.who-we-are--animated.is-js-ready.is-visible .who-we-are__statistics > div > div:nth-child(4) {
  transition-delay: 640ms;
}

.who-we-are--animated.is-js-ready.is-visible .who-we-are__trust {
  transition-delay: 760ms;
}

@media (max-width: 1320px) {
  .who-we-are__inner {
    grid-template-columns: minmax(400px, 450px) minmax(0, 1fr);
  }

  .who-we-are__title {
    font-size: 60px;
  }

  .who-we-are__description,
  .who-we-are__description .field {
    font-size: 17px;
  }

  .statistic-card {
    min-height: 548px;
    padding-inline: 12px;
  }

  .statistic-card__icon {
    width: 88px;
    height: 88px;
    flex-basis: 88px;
  }

  .statistic-card__icon img {
    width: 50px;
    height: 50px;
  }

  .statistic-card__label,
  .statistic-card__display-text {
    font-size: 18px;
  }

  .who-we-are__trust {
    margin-left: 38px;
    margin-right: 12px;
  }

  .who-trust-item {
    padding-inline: 14px;
    font-size: 15px;
  }
}

@media (max-width: 1120px) {
  .who-we-are {
    min-height: 0;
    padding: 62px 0 76px;
  }

  .who-we-are__inner {
    width: min(920px, calc(100% - 48px));
    grid-template-columns: 1fr;
    grid-template-rows: auto;
    row-gap: 42px;
  }

  .who-we-are__intro,
  .who-we-are__statistics,
  .who-we-are__trust {
    grid-column: 1;
    grid-row: auto;
  }

  .who-we-are__intro {
    max-width: 760px;
  }

  .who-we-are__title {
    max-width: none;
    font-size: clamp(54px, 7vw, 66px);
  }

  .who-we-are__description,
  .who-we-are__description .field {
    max-width: 720px;
    font-size: 18px;
  }

  .who-we-are__statistics {
    margin-top: 2px;
  }

  .who-we-are__statistics > div {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 22px;
  }

  .statistic-card {
    min-height: 510px;
  }

  .statistic-card__label,
  .statistic-card__display-text {
    font-size: 21px;
  }

  .who-we-are__trust {
    margin: 0;
  }

  .who-we-are__band {
    top: 625px;
    left: 0;
    right: 0;
    height: 155px;
    border-radius: 0;
  }

  .who-we-are__backdrop {
    width: 100%;
    height: 34%;
    opacity: .35;
  }

  .who-we-are__wave {
    display: none;
  }
}

@media (max-width: 700px) {
  .who-we-are {
    padding: 48px 0 58px;
  }

  .who-we-are__inner {
    width: min(100% - 32px, 560px);
    row-gap: 34px;
  }

  .who-we-are__accent {
    width: 58px;
    margin-bottom: 27px;
  }

  .who-we-are__eyebrow {
    margin-bottom: 14px;
    font-size: 15px;
  }

  .who-we-are__title {
    font-size: clamp(44px, 14vw, 56px);
  }

  .who-we-are__title-accent {
    margin-top: 20px;
  }

  .who-we-are__description,
  .who-we-are__description .field {
    font-size: 16px;
    line-height: 1.72;
  }

  .who-we-are__cta {
    min-width: 0;
    width: min(100%, 310px);
    margin-top: 24px;
    font-size: 16px;
  }

  .who-we-are__statistics {
    width: calc(100vw - 16px);
    margin-left: -8px;
    padding: 8px 8px 18px;
    overflow-x: auto;
    overscroll-behavior-inline: contain;
    scroll-snap-type: inline mandatory;
    scrollbar-width: none;
  }

  .who-we-are__statistics::-webkit-scrollbar {
    display: none;
  }

  .who-we-are__statistics > div {
    width: max-content;
    display: flex;
    gap: 16px;
  }

  .who-we-are__statistics > div > div {
    width: min(82vw, 310px);
    flex: 0 0 min(82vw, 310px);
    scroll-snap-align: start;
  }

  .statistic-card {
    min-height: 510px;
  }

  .who-we-are__trust {
    border-radius: 24px;
  }

  .who-we-are__trust > div,
  .who-we-are__trust .field__items {
    display: block;
  }

  .who-trust-item {
    min-height: 66px;
    justify-content: flex-start;
    padding-inline: 24px;
    font-size: 16px;
  }

  .who-we-are__trust .field__item + .field__item .who-trust-item {
    border-top: 1px solid var(--who-line);
    border-left: 0;
  }

  .who-we-are__band {
    top: 630px;
  }

  .who-we-are__pattern::before {
    right: -420px;
  }

  .who-we-are__pattern::after {
    display: none;
  }

  .who-we-are__backdrop {
    height: 26%;
    opacity: .22;
  }
}

@media (prefers-reduced-motion: reduce) {
  .who-we-are *,
  .who-we-are *::before,
  .who-we-are *::after {
    scroll-behavior: auto !important;
    animation: none !important;
    transition-duration: .01ms !important;
    transition-delay: 0ms !important;
  }

  .who-we-are--animated.is-js-ready .who-we-are__accent,
  .who-we-are--animated.is-js-ready .who-we-are__eyebrow,
  .who-we-are--animated.is-js-ready .who-we-are__title,
  .who-we-are--animated.is-js-ready .who-we-are__title-accent,
  .who-we-are--animated.is-js-ready .who-we-are__description,
  .who-we-are--animated.is-js-ready .who-we-are__cta,
  .who-we-are--animated.is-js-ready .who-we-are__statistics > div > div,
  .who-we-are--animated.is-js-ready .who-we-are__trust,
  .who-we-are--animated.is-js-ready .statistic-card__icon {
    opacity: 1;
    transform: none;
  }
}
