/*! tailwindcss v4.1.12 | MIT License | https://tailwindcss.com */
@layer properties;
@layer theme, base, components, utilities;
@layer theme {
  :root, :host {
    --font-sans: ui-sans-serif, system-ui, sans-serif, "Apple Color Emoji",
      "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
    --font-mono: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono",
      "Courier New", monospace;
    --color-blue-600: oklch(54.6% 0.245 262.881);
    --color-blue-700: oklch(48.8% 0.243 264.376);
    --color-slate-300: oklch(86.9% 0.022 252.894);
    --color-slate-700: oklch(37.2% 0.044 257.287);
    --color-slate-900: oklch(20.8% 0.042 265.755);
    --color-gray-700: oklch(37.3% 0.034 259.733);
    --color-black: #000;
    --color-white: #FFFFFF;
    --spacing: 0.25rem;
    --text-xs: 0.75rem;
    --text-xs--line-height: calc(1 / 0.75);
    --text-sm: 0.875rem;
    --text-sm--line-height: calc(1.25 / 0.875);
    --text-base: 1rem;
    --text-base--line-height: calc(1.5 / 1);
    --text-lg: 1.125rem;
    --text-lg--line-height: calc(1.75 / 1.125);
    --font-weight-light: 300;
    --font-weight-normal: 400;
    --font-weight-semibold: 600;
    --font-weight-bold: 700;
    --font-weight-extrabold: 800;
    --leading-tight: 1.25;
    --radius-md: 0.375rem;
    --radius-xl: 0.75rem;
    --ease-in: cubic-bezier(0.4, 0, 1, 1);
    --ease-out: cubic-bezier(0, 0, 0.2, 1);
    --ease-in-out: cubic-bezier(0.4, 0, 0.2, 1);
    --aspect-video: 16 / 9;
    --default-transition-duration: 150ms;
    --default-transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    --default-font-family: var(--font-sans);
    --default-mono-font-family: var(--font-mono);
    --color-brand-light-blue: #55ABC3;
    --color-brand-magenta: #E7226E;
    --color-brand-dark-blue: #0B3A49;
  }
}
@layer base {
  *, ::after, ::before, ::backdrop, ::file-selector-button {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
    border: 0 solid;
  }
  html, :host {
    line-height: 1.5;
    -webkit-text-size-adjust: 100%;
    tab-size: 4;
    font-family: var(--default-font-family, ui-sans-serif, system-ui, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji");
    font-feature-settings: var(--default-font-feature-settings, normal);
    font-variation-settings: var(--default-font-variation-settings, normal);
    -webkit-tap-highlight-color: transparent;
  }
  hr {
    height: 0;
    color: inherit;
    border-top-width: 1px;
  }
  abbr:where([title]) {
    -webkit-text-decoration: underline dotted;
    text-decoration: underline dotted;
  }
  h1, h2, h3, h4, h5, h6 {
    font-size: inherit;
    font-weight: inherit;
  }
  a {
    color: inherit;
    -webkit-text-decoration: inherit;
    text-decoration: inherit;
  }
  b, strong {
    font-weight: bolder;
  }
  code, kbd, samp, pre {
    font-family: var(--default-mono-font-family, ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace);
    font-feature-settings: var(--default-mono-font-feature-settings, normal);
    font-variation-settings: var(--default-mono-font-variation-settings, normal);
    font-size: 1em;
  }
  small {
    font-size: 80%;
  }
  sub, sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
  }
  sub {
    bottom: -0.25em;
  }
  sup {
    top: -0.5em;
  }
  table {
    text-indent: 0;
    border-color: inherit;
    border-collapse: collapse;
  }
  :-moz-focusring {
    outline: auto;
  }
  progress {
    vertical-align: baseline;
  }
  summary {
    display: list-item;
  }
  ol, ul, menu {
    list-style: none;
  }
  img, svg, video, canvas, audio, iframe, embed, object {
    display: block;
    vertical-align: middle;
  }
  img, video {
    max-width: 100%;
    height: auto;
  }
  button, input, select, optgroup, textarea, ::file-selector-button {
    font: inherit;
    font-feature-settings: inherit;
    font-variation-settings: inherit;
    letter-spacing: inherit;
    color: inherit;
    border-radius: 0;
    background-color: transparent;
    opacity: 1;
  }
  :where(select:is([multiple], [size])) optgroup {
    font-weight: bolder;
  }
  :where(select:is([multiple], [size])) optgroup option {
    padding-inline-start: 20px;
  }
  ::file-selector-button {
    margin-inline-end: 4px;
  }
  ::placeholder {
    opacity: 1;
  }
  @supports (not (-webkit-appearance: -apple-pay-button))  or (contain-intrinsic-size: 1px) {
    ::placeholder {
      color: currentcolor;
      @supports (color: color-mix(in lab, red, red)) {
        color: color-mix(in oklab, currentcolor 50%, transparent);
      }
    }
  }
  textarea {
    resize: vertical;
  }
  ::-webkit-search-decoration {
    -webkit-appearance: none;
  }
  ::-webkit-date-and-time-value {
    min-height: 1lh;
    text-align: inherit;
  }
  ::-webkit-datetime-edit {
    display: inline-flex;
  }
  ::-webkit-datetime-edit-fields-wrapper {
    padding: 0;
  }
  ::-webkit-datetime-edit, ::-webkit-datetime-edit-year-field, ::-webkit-datetime-edit-month-field, ::-webkit-datetime-edit-day-field, ::-webkit-datetime-edit-hour-field, ::-webkit-datetime-edit-minute-field, ::-webkit-datetime-edit-second-field, ::-webkit-datetime-edit-millisecond-field, ::-webkit-datetime-edit-meridiem-field {
    padding-block: 0;
  }
  ::-webkit-calendar-picker-indicator {
    line-height: 1;
  }
  :-moz-ui-invalid {
    box-shadow: none;
  }
  button, input:where([type="button"], [type="reset"], [type="submit"]), ::file-selector-button {
    appearance: button;
  }
  ::-webkit-inner-spin-button, ::-webkit-outer-spin-button {
    height: auto;
  }
  [hidden]:where(:not([hidden="until-found"])) {
    display: none !important;
  }
}
@layer utilities {
  .pointer-events-none {
    pointer-events: none;
  }
  .collapse {
    visibility: collapse;
  }
  .visible {
    visibility: visible;
  }
  .sr-only {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    white-space: nowrap;
    border-width: 0;
  }
  .absolute {
    position: absolute;
  }
  .relative {
    position: relative;
  }
  .inset-0 {
    inset: calc(var(--spacing) * 0);
  }
  .inset-x-0 {
    inset-inline: calc(var(--spacing) * 0);
  }
  .-top-2 {
    top: calc(var(--spacing) * -2);
  }
  .top-0 {
    top: calc(var(--spacing) * 0);
  }
  .top-1\/2 {
    top: calc(1/2 * 100%);
  }
  .top-1\/4 {
    top: calc(1/4 * 100%);
  }
  .top-10 {
    top: calc(var(--spacing) * 10);
  }
  .top-full {
    top: 100%;
  }
  .right-0 {
    right: calc(var(--spacing) * 0);
  }
  .right-4 {
    right: calc(var(--spacing) * 4);
  }
  .right-5 {
    right: calc(var(--spacing) * 5);
  }
  .bottom-0 {
    bottom: calc(var(--spacing) * 0);
  }
  .bottom-3 {
    bottom: calc(var(--spacing) * 3);
  }
  .bottom-10 {
    bottom: calc(var(--spacing) * 10);
  }
  .left-0 {
    left: calc(var(--spacing) * 0);
  }
  .left-1\/2 {
    left: calc(1/2 * 100%);
  }
  .left-4 {
    left: calc(var(--spacing) * 4);
  }
  .left-5 {
    left: calc(var(--spacing) * 5);
  }
  .z-1 {
    z-index: 1;
  }
  .z-10 {
    z-index: 10;
  }
  .z-20 {
    z-index: 20;
  }
  .col-12 {
    grid-column: 12;
  }
  .col-span-12 {
    grid-column: span 12 / span 12;
  }
  .container {
    width: 100%;
    @media (width >= 40rem) {
      max-width: 40rem;
    }
    @media (width >= 48rem) {
      max-width: 48rem;
    }
    @media (width >= 64rem) {
      max-width: 64rem;
    }
    @media (width >= 80rem) {
      max-width: 80rem;
    }
    @media (width >= 96rem) {
      max-width: 96rem;
    }
  }
  .m-0 {
    margin: calc(var(--spacing) * 0);
  }
  .m-4 {
    margin: calc(var(--spacing) * 4);
  }
  .mx-5 {
    margin-inline: calc(var(--spacing) * 5);
  }
  .mx-auto {
    margin-inline: auto;
  }
  .my-4 {
    margin-block: calc(var(--spacing) * 4);
  }
  .-mt-1 {
    margin-top: calc(var(--spacing) * -1);
  }
  .mt-0 {
    margin-top: calc(var(--spacing) * 0);
  }
  .mt-1 {
    margin-top: calc(var(--spacing) * 1);
  }
  .mt-2 {
    margin-top: calc(var(--spacing) * 2);
  }
  .mt-3 {
    margin-top: calc(var(--spacing) * 3);
  }
  .mt-4 {
    margin-top: calc(var(--spacing) * 4);
  }
  .mt-6 {
    margin-top: calc(var(--spacing) * 6);
  }
  .mt-8 {
    margin-top: calc(var(--spacing) * 8);
  }
  .mt-10 {
    margin-top: calc(var(--spacing) * 10);
  }
  .mt-\[60px\] {
    margin-top: 60px;
  }
  .mt-auto {
    margin-top: auto;
  }
  .-mb-2 {
    margin-bottom: calc(var(--spacing) * -2);
  }
  .mb-0 {
    margin-bottom: calc(var(--spacing) * 0);
  }
  .mb-1 {
    margin-bottom: calc(var(--spacing) * 1);
  }
  .mb-2 {
    margin-bottom: calc(var(--spacing) * 2);
  }
  .mb-4 {
    margin-bottom: calc(var(--spacing) * 4);
  }
  .mb-5 {
    margin-bottom: calc(var(--spacing) * 5);
  }
  .mb-6 {
    margin-bottom: calc(var(--spacing) * 6);
  }
  .mb-8 {
    margin-bottom: calc(var(--spacing) * 8);
  }
  .mb-10 {
    margin-bottom: calc(var(--spacing) * 10);
  }
  .mb-40 {
    margin-bottom: calc(var(--spacing) * 40);
  }
  .mb-\[60px\] {
    margin-bottom: 60px;
  }
  .mb-\[200px\] {
    margin-bottom: 200px;
  }
  .mb-\[300px\] {
    margin-bottom: 300px;
  }
  .block {
    display: block;
  }
  .contents {
    display: contents;
  }
  .flex {
    display: flex;
  }
  .grid {
    display: grid;
  }
  .hidden {
    display: none;
  }
  .inline {
    display: inline;
  }
  .inline-block {
    display: inline-block;
  }
  .inline-flex {
    display: inline-flex;
  }
  .aspect-square {
    aspect-ratio: 1 / 1;
  }
  .aspect-video {
    aspect-ratio: var(--aspect-video);
  }
  .size-3 {
    width: calc(var(--spacing) * 3);
    height: calc(var(--spacing) * 3);
  }
  .size-5 {
    width: calc(var(--spacing) * 5);
    height: calc(var(--spacing) * 5);
  }
  .h-1 {
    height: calc(var(--spacing) * 1);
  }
  .h-2 {
    height: calc(var(--spacing) * 2);
  }
  .h-3 {
    height: calc(var(--spacing) * 3);
  }
  .h-4 {
    height: calc(var(--spacing) * 4);
  }
  .h-10 {
    height: calc(var(--spacing) * 10);
  }
  .h-11 {
    height: calc(var(--spacing) * 11);
  }
  .h-\[3\.125rem\] {
    height: 3.125rem;
  }
  .h-\[13\.5rem\] {
    height: 13.5rem;
  }
  .h-\[22px\] {
    height: 22px;
  }
  .h-\[398px\] {
    height: 398px;
  }
  .h-auto {
    height: auto;
  }
  .h-full {
    height: 100%;
  }
  .max-h-16 {
    max-height: calc(var(--spacing) * 16);
  }
  .min-h-5 {
    min-height: calc(var(--spacing) * 5);
  }
  .min-h-\[50svh\] {
    min-height: 50svh;
  }
  .min-h-\[80vh\] {
    min-height: 80vh;
  }
  .min-h-\[420px\] {
    min-height: 420px;
  }
  .w-1 {
    width: calc(var(--spacing) * 1);
  }
  .w-2 {
    width: calc(var(--spacing) * 2);
  }
  .w-3 {
    width: calc(var(--spacing) * 3);
  }
  .w-4 {
    width: calc(var(--spacing) * 4);
  }
  .w-10 {
    width: calc(var(--spacing) * 10);
  }
  .w-10\/12 {
    width: calc(10/12 * 100%);
  }
  .w-28 {
    width: calc(var(--spacing) * 28);
  }
  .w-56 {
    width: calc(var(--spacing) * 56);
  }
  .w-\[3\.125rem\] {
    width: 3.125rem;
  }
  .w-\[22px\] {
    width: 22px;
  }
  .w-auto {
    width: auto;
  }
  .w-full {
    width: 100%;
  }
  .max-w-\[540px\] {
    max-width: 540px;
  }
  .max-w-\[611px\] {
    max-width: 611px;
  }
  .max-w-\[720px\] {
    max-width: 720px;
  }
  .max-w-\[900px\] {
    max-width: 900px;
  }
  .max-w-\[1400px\] {
    max-width: 1400px;
  }
  .max-w-\[1440px\] {
    max-width: 1440px;
  }
  .max-w-\[1800px\] {
    max-width: 1800px;
  }
  .max-w-\[calc\(100vw-2rem\)\] {
    max-width: calc(100vw - 2rem);
  }
  .max-w-full {
    max-width: 100%;
  }
  .max-w-none {
    max-width: none;
  }
  .min-w-0 {
    min-width: calc(var(--spacing) * 0);
  }
  .min-w-40 {
    min-width: calc(var(--spacing) * 40);
  }
  .min-w-\[14rem\] {
    min-width: 14rem;
  }
  .min-w-\[18rem\] {
    min-width: 18rem;
  }
  .shrink-0 {
    flex-shrink: 0;
  }
  .-translate-x-1\/2 {
    --tw-translate-x: calc(calc(1/2 * 100%) * -1);
    translate: var(--tw-translate-x) var(--tw-translate-y);
  }
  .-translate-y-1\/2 {
    --tw-translate-y: calc(calc(1/2 * 100%) * -1);
    translate: var(--tw-translate-x) var(--tw-translate-y);
  }
  .translate-y-0 {
    --tw-translate-y: calc(var(--spacing) * 0);
    translate: var(--tw-translate-x) var(--tw-translate-y);
  }
  .translate-y-2 {
    --tw-translate-y: calc(var(--spacing) * 2);
    translate: var(--tw-translate-x) var(--tw-translate-y);
  }
  .rotate-0 {
    rotate: 0deg;
  }
  .rotate-180 {
    rotate: 180deg;
  }
  .transform {
    transform: var(--tw-rotate-x,) var(--tw-rotate-y,) var(--tw-rotate-z,) var(--tw-skew-x,) var(--tw-skew-y,);
  }
  .cursor-default {
    cursor: default;
  }
  .cursor-pointer {
    cursor: pointer;
  }
  .resize {
    resize: both;
  }
  .grid-cols-4 {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }
  .flex-col {
    flex-direction: column;
  }
  .flex-wrap {
    flex-wrap: wrap;
  }
  .items-center {
    align-items: center;
  }
  .items-end {
    align-items: flex-end;
  }
  .items-start {
    align-items: flex-start;
  }
  .justify-between {
    justify-content: space-between;
  }
  .justify-center {
    justify-content: center;
  }
  .justify-end {
    justify-content: flex-end;
  }
  .justify-start {
    justify-content: flex-start;
  }
  .gap-2 {
    gap: calc(var(--spacing) * 2);
  }
  .gap-3 {
    gap: calc(var(--spacing) * 3);
  }
  .gap-4 {
    gap: calc(var(--spacing) * 4);
  }
  .gap-5 {
    gap: calc(var(--spacing) * 5);
  }
  .gap-6 {
    gap: calc(var(--spacing) * 6);
  }
  .gap-8 {
    gap: calc(var(--spacing) * 8);
  }
  .gap-10 {
    gap: calc(var(--spacing) * 10);
  }
  .gap-\[20px\] {
    gap: 20px;
  }
  .space-y-1 {
    :where(& > :not(:last-child)) {
      --tw-space-y-reverse: 0;
      margin-block-start: calc(calc(var(--spacing) * 1) * var(--tw-space-y-reverse));
      margin-block-end: calc(calc(var(--spacing) * 1) * calc(1 - var(--tw-space-y-reverse)));
    }
  }
  .space-y-2 {
    :where(& > :not(:last-child)) {
      --tw-space-y-reverse: 0;
      margin-block-start: calc(calc(var(--spacing) * 2) * var(--tw-space-y-reverse));
      margin-block-end: calc(calc(var(--spacing) * 2) * calc(1 - var(--tw-space-y-reverse)));
    }
  }
  .space-y-3 {
    :where(& > :not(:last-child)) {
      --tw-space-y-reverse: 0;
      margin-block-start: calc(calc(var(--spacing) * 3) * var(--tw-space-y-reverse));
      margin-block-end: calc(calc(var(--spacing) * 3) * calc(1 - var(--tw-space-y-reverse)));
    }
  }
  .space-y-4 {
    :where(& > :not(:last-child)) {
      --tw-space-y-reverse: 0;
      margin-block-start: calc(calc(var(--spacing) * 4) * var(--tw-space-y-reverse));
      margin-block-end: calc(calc(var(--spacing) * 4) * calc(1 - var(--tw-space-y-reverse)));
    }
  }
  .space-y-6 {
    :where(& > :not(:last-child)) {
      --tw-space-y-reverse: 0;
      margin-block-start: calc(calc(var(--spacing) * 6) * var(--tw-space-y-reverse));
      margin-block-end: calc(calc(var(--spacing) * 6) * calc(1 - var(--tw-space-y-reverse)));
    }
  }
  .space-y-8 {
    :where(& > :not(:last-child)) {
      --tw-space-y-reverse: 0;
      margin-block-start: calc(calc(var(--spacing) * 8) * var(--tw-space-y-reverse));
      margin-block-end: calc(calc(var(--spacing) * 8) * calc(1 - var(--tw-space-y-reverse)));
    }
  }
  .space-y-16 {
    :where(& > :not(:last-child)) {
      --tw-space-y-reverse: 0;
      margin-block-start: calc(calc(var(--spacing) * 16) * var(--tw-space-y-reverse));
      margin-block-end: calc(calc(var(--spacing) * 16) * calc(1 - var(--tw-space-y-reverse)));
    }
  }
  .gap-x-8 {
    column-gap: calc(var(--spacing) * 8);
  }
  .gap-x-\[20px\] {
    column-gap: 20px;
  }
  .gap-y-10 {
    row-gap: calc(var(--spacing) * 10);
  }
  .gap-y-\[32px\] {
    row-gap: 32px;
  }
  .gap-y-\[60px\] {
    row-gap: 60px;
  }
  .gap-y-\[90px\] {
    row-gap: 90px;
  }
  .overflow-hidden {
    overflow: hidden;
  }
  .overflow-visible {
    overflow: visible;
  }
  .rounded-\[12px\] {
    border-radius: 12px;
  }
  .rounded-\[20px\] {
    border-radius: 20px;
  }
  .rounded-\[24px\] {
    border-radius: 24px;
  }
  .rounded-\[28px\] {
    border-radius: 28px;
  }
  .rounded-full {
    border-radius: calc(infinity * 1px);
  }
  .rounded-md {
    border-radius: var(--radius-md);
  }
  .rounded-xl {
    border-radius: var(--radius-xl);
  }
  .border {
    border-style: var(--tw-border-style);
    border-width: 1px;
  }
  .border-t {
    border-top-style: var(--tw-border-style);
    border-top-width: 1px;
  }
  .border-t-0 {
    border-top-style: var(--tw-border-style);
    border-top-width: 0px;
  }
  .border-t-1 {
    border-top-style: var(--tw-border-style);
    border-top-width: 1px;
  }
  .border-b {
    border-bottom-style: var(--tw-border-style);
    border-bottom-width: 1px;
  }
  .border-b-1 {
    border-bottom-style: var(--tw-border-style);
    border-bottom-width: 1px;
  }
  .border-b-2 {
    border-bottom-style: var(--tw-border-style);
    border-bottom-width: 2px;
  }
  .border-l {
    border-left-style: var(--tw-border-style);
    border-left-width: 1px;
  }
  .border-\[\#0B3A49\]\/40 {
    border-color: color-mix(in oklab, #0B3A49 40%, transparent);
  }
  .border-\[\#55ABC3\] {
    border-color: #55ABC3;
  }
  .border-\[\#55ABC3\]\/30 {
    border-color: color-mix(in oklab, #55ABC3 30%, transparent);
  }
  .border-\[\#55ABC3\]\/40 {
    border-color: color-mix(in oklab, #55ABC3 40%, transparent);
  }
  .border-transparent {
    border-color: transparent;
  }
  .border-white {
    border-color: var(--color-white);
  }
  .border-white\/20 {
    border-color: color-mix(in srgb, #FFFFFF 20%, transparent);
    @supports (color: color-mix(in lab, red, red)) {
      border-color: color-mix(in oklab, var(--color-white) 20%, transparent);
    }
  }
  .border-white\/30 {
    border-color: color-mix(in srgb, #FFFFFF 30%, transparent);
    @supports (color: color-mix(in lab, red, red)) {
      border-color: color-mix(in oklab, var(--color-white) 30%, transparent);
    }
  }
  .bg-\[\#0B3A49\] {
    background-color: #0B3A49;
  }
  .bg-\[\#0B2230\] {
    background-color: #0B2230;
  }
  .bg-\[\#1a4150\] {
    background-color: #1a4150;
  }
  .bg-\[\#55ABC3\] {
    background-color: #55ABC3;
  }
  .bg-\[\#092E39\] {
    background-color: #092E39;
  }
  .bg-\[\#153947\] {
    background-color: #153947;
  }
  .bg-\[\#EEF6F9\] {
    background-color: #EEF6F9;
  }
  .bg-white {
    background-color: var(--color-white);
  }
  .bg-white\/40 {
    background-color: color-mix(in srgb, #FFFFFF 40%, transparent);
    @supports (color: color-mix(in lab, red, red)) {
      background-color: color-mix(in oklab, var(--color-white) 40%, transparent);
    }
  }
  .bg-cover {
    background-size: cover;
  }
  .bg-center {
    background-position: center;
  }
  .bg-no-repeat {
    background-repeat: no-repeat;
  }
  .fill-current {
    fill: currentcolor;
  }
  .object-contain {
    object-fit: contain;
  }
  .object-cover {
    object-fit: cover;
  }
  .p-2 {
    padding: calc(var(--spacing) * 2);
  }
  .p-4 {
    padding: calc(var(--spacing) * 4);
  }
  .p-6 {
    padding: calc(var(--spacing) * 6);
  }
  .p-8 {
    padding: calc(var(--spacing) * 8);
  }
  .px-1 {
    padding-inline: calc(var(--spacing) * 1);
  }
  .px-1\.5 {
    padding-inline: calc(var(--spacing) * 1.5);
  }
  .px-2 {
    padding-inline: calc(var(--spacing) * 2);
  }
  .px-3 {
    padding-inline: calc(var(--spacing) * 3);
  }
  .px-4 {
    padding-inline: calc(var(--spacing) * 4);
  }
  .px-5 {
    padding-inline: calc(var(--spacing) * 5);
  }
  .px-6 {
    padding-inline: calc(var(--spacing) * 6);
  }
  .px-8 {
    padding-inline: calc(var(--spacing) * 8);
  }
  .px-\[44px\] {
    padding-inline: 44px;
  }
  .py-1 {
    padding-block: calc(var(--spacing) * 1);
  }
  .py-2 {
    padding-block: calc(var(--spacing) * 2);
  }
  .py-4 {
    padding-block: calc(var(--spacing) * 4);
  }
  .py-6 {
    padding-block: calc(var(--spacing) * 6);
  }
  .py-8 {
    padding-block: calc(var(--spacing) * 8);
  }
  .py-10 {
    padding-block: calc(var(--spacing) * 10);
  }
  .py-12 {
    padding-block: calc(var(--spacing) * 12);
  }
  .py-16 {
    padding-block: calc(var(--spacing) * 16);
  }
  .py-\[75px\] {
    padding-block: 75px;
  }
  .pt-0 {
    padding-top: calc(var(--spacing) * 0);
  }
  .pt-3 {
    padding-top: calc(var(--spacing) * 3);
  }
  .pt-6 {
    padding-top: calc(var(--spacing) * 6);
  }
  .pt-10 {
    padding-top: calc(var(--spacing) * 10);
  }
  .pt-12 {
    padding-top: calc(var(--spacing) * 12);
  }
  .pr-0\.5 {
    padding-right: calc(var(--spacing) * 0.5);
  }
  .pr-20 {
    padding-right: calc(var(--spacing) * 20);
  }
  .pb-1 {
    padding-bottom: calc(var(--spacing) * 1);
  }
  .pb-2 {
    padding-bottom: calc(var(--spacing) * 2);
  }
  .pb-3 {
    padding-bottom: calc(var(--spacing) * 3);
  }
  .pb-4 {
    padding-bottom: calc(var(--spacing) * 4);
  }
  .pb-6 {
    padding-bottom: calc(var(--spacing) * 6);
  }
  .pb-16 {
    padding-bottom: calc(var(--spacing) * 16);
  }
  .pl-0\.5 {
    padding-left: calc(var(--spacing) * 0.5);
  }
  .pl-3 {
    padding-left: calc(var(--spacing) * 3);
  }
  .text-center {
    text-align: center;
  }
  .text-left {
    text-align: left;
  }
  .align-middle {
    vertical-align: middle;
  }
  .text-base {
    font-size: var(--text-base);
    line-height: var(--tw-leading, var(--text-base--line-height));
  }
  .text-lg {
    font-size: var(--text-lg);
    line-height: var(--tw-leading, var(--text-lg--line-height));
  }
  .text-sm {
    font-size: var(--text-sm);
    line-height: var(--tw-leading, var(--text-sm--line-height));
  }
  .text-xs {
    font-size: var(--text-xs);
    line-height: var(--tw-leading, var(--text-xs--line-height));
  }
  .text-\[10px\] {
    font-size: 10px;
  }
  .text-\[11px\] {
    font-size: 11px;
  }
  .text-\[12px\] {
    font-size: 12px;
  }
  .text-\[14px\] {
    font-size: 14px;
  }
  .text-\[20px\] {
    font-size: 20px;
  }
  .text-\[24px\] {
    font-size: 24px;
  }
  .text-\[28px\] {
    font-size: 28px;
  }
  .text-\[32px\] {
    font-size: 32px;
  }
  .leading-6 {
    --tw-leading: calc(var(--spacing) * 6);
    line-height: calc(var(--spacing) * 6);
  }
  .leading-7 {
    --tw-leading: calc(var(--spacing) * 7);
    line-height: calc(var(--spacing) * 7);
  }
  .leading-\[28px\] {
    --tw-leading: 28px;
    line-height: 28px;
  }
  .leading-tight {
    --tw-leading: var(--leading-tight);
    line-height: var(--leading-tight);
  }
  .font-bold {
    --tw-font-weight: var(--font-weight-bold);
    font-weight: var(--font-weight-bold);
  }
  .font-extrabold {
    --tw-font-weight: var(--font-weight-extrabold);
    font-weight: var(--font-weight-extrabold);
  }
  .font-light {
    --tw-font-weight: var(--font-weight-light);
    font-weight: var(--font-weight-light);
  }
  .font-normal {
    --tw-font-weight: var(--font-weight-normal);
    font-weight: var(--font-weight-normal);
  }
  .font-semibold {
    --tw-font-weight: var(--font-weight-semibold);
    font-weight: var(--font-weight-semibold);
  }
  .tracking-\[0\.02em\] {
    --tw-tracking: 0.02em;
    letter-spacing: 0.02em;
  }
  .tracking-\[0\.12em\] {
    --tw-tracking: 0.12em;
    letter-spacing: 0.12em;
  }
  .tracking-\[0\.18em\] {
    --tw-tracking: 0.18em;
    letter-spacing: 0.18em;
  }
  .text-\[\#0B3A49\] {
    color: #0B3A49;
  }
  .text-\[\#0B3A49\]\/80 {
    color: color-mix(in oklab, #0B3A49 80%, transparent);
  }
  .text-\[\#55ABC3\] {
    color: #55ABC3;
  }
  .text-\[\#E7226E\] {
    color: #E7226E;
  }
  .text-\[\#FFFFFF\] {
    color: #FFFFFF;
  }
  .text-gray-700 {
    color: var(--color-gray-700);
  }
  .text-slate-700 {
    color: var(--color-slate-700);
  }
  .text-white {
    color: var(--color-white);
  }
  .text-white\/80 {
    color: color-mix(in srgb, #FFFFFF 80%, transparent);
    @supports (color: color-mix(in lab, red, red)) {
      color: color-mix(in oklab, var(--color-white) 80%, transparent);
    }
  }
  .uppercase {
    text-transform: uppercase;
  }
  .italic {
    font-style: italic;
  }
  .underline {
    text-decoration-line: underline;
  }
  .opacity-0 {
    opacity: 0%;
  }
  .opacity-70 {
    opacity: 70%;
  }
  .opacity-100 {
    opacity: 100%;
  }
  .shadow-lg {
    --tw-shadow: 0 10px 15px -3px var(--tw-shadow-color, rgb(0 0 0 / 0.1)), 0 4px 6px -4px var(--tw-shadow-color, rgb(0 0 0 / 0.1));
    box-shadow: var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
  }
  .shadow-sm {
    --tw-shadow: 0 1px 3px 0 var(--tw-shadow-color, rgb(0 0 0 / 0.1)), 0 1px 2px -1px var(--tw-shadow-color, rgb(0 0 0 / 0.1));
    box-shadow: var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
  }
  .ring-1 {
    --tw-ring-shadow: var(--tw-ring-inset,) 0 0 0 calc(1px + var(--tw-ring-offset-width)) var(--tw-ring-color, currentcolor);
    box-shadow: var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
  }
  .ring-black\/10 {
    --tw-ring-color: color-mix(in srgb, #000 10%, transparent);
    @supports (color: color-mix(in lab, red, red)) {
      --tw-ring-color: color-mix(in oklab, var(--color-black) 10%, transparent);
    }
  }
  .filter {
    filter: var(--tw-blur,) var(--tw-brightness,) var(--tw-contrast,) var(--tw-grayscale,) var(--tw-hue-rotate,) var(--tw-invert,) var(--tw-saturate,) var(--tw-sepia,) var(--tw-drop-shadow,);
  }
  .transition {
    transition-property: color, background-color, border-color, outline-color, text-decoration-color, fill, stroke, --tw-gradient-from, --tw-gradient-via, --tw-gradient-to, opacity, box-shadow, transform, translate, scale, rotate, filter, -webkit-backdrop-filter, backdrop-filter, display, visibility, content-visibility, overlay, pointer-events;
    transition-timing-function: var(--tw-ease, var(--default-transition-timing-function));
    transition-duration: var(--tw-duration, var(--default-transition-duration));
  }
  .transition-transform {
    transition-property: transform, translate, scale, rotate;
    transition-timing-function: var(--tw-ease, var(--default-transition-timing-function));
    transition-duration: var(--tw-duration, var(--default-transition-duration));
  }
  .duration-150 {
    --tw-duration: 150ms;
    transition-duration: 150ms;
  }
  .duration-200 {
    --tw-duration: 200ms;
    transition-duration: 200ms;
  }
  .duration-300 {
    --tw-duration: 300ms;
    transition-duration: 300ms;
  }
  .ease-in {
    --tw-ease: var(--ease-in);
    transition-timing-function: var(--ease-in);
  }
  .ease-in-out {
    --tw-ease: var(--ease-in-out);
    transition-timing-function: var(--ease-in-out);
  }
  .ease-out {
    --tw-ease: var(--ease-out);
    transition-timing-function: var(--ease-out);
  }
  .select-none {
    -webkit-user-select: none;
    user-select: none;
  }
  .group-focus-within\:block {
    &:is(:where(.group):focus-within *) {
      display: block;
    }
  }
  .group-hover\:block {
    &:is(:where(.group):hover *) {
      @media (hover: hover) {
        display: block;
      }
    }
  }
  .visited\:text-white {
    &:visited {
      color: var(--color-white);
    }
  }
  .hover\:scale-125 {
    &:hover {
      @media (hover: hover) {
        --tw-scale-x: 125%;
        --tw-scale-y: 125%;
        --tw-scale-z: 125%;
        scale: var(--tw-scale-x) var(--tw-scale-y);
      }
    }
  }
  .hover\:border-white {
    &:hover {
      @media (hover: hover) {
        border-color: var(--color-white);
      }
    }
  }
  .hover\:bg-\[\#EEF6F9\] {
    &:hover {
      @media (hover: hover) {
        background-color: #EEF6F9;
      }
    }
  }
  .hover\:bg-white\/60 {
    &:hover {
      @media (hover: hover) {
        background-color: color-mix(in srgb, #FFFFFF 60%, transparent);
        @supports (color: color-mix(in lab, red, red)) {
          background-color: color-mix(in oklab, var(--color-white) 60%, transparent);
        }
      }
    }
  }
  .hover\:text-white {
    &:hover {
      @media (hover: hover) {
        color: var(--color-white);
      }
    }
  }
  .hover\:shadow-lg {
    &:hover {
      @media (hover: hover) {
        --tw-shadow: 0 10px 15px -3px var(--tw-shadow-color, rgb(0 0 0 / 0.1)), 0 4px 6px -4px var(--tw-shadow-color, rgb(0 0 0 / 0.1));
        box-shadow: var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
      }
    }
  }
  .focus-visible\:text-white {
    &:focus-visible {
      color: var(--color-white);
    }
  }
  .focus-visible\:outline {
    &:focus-visible {
      outline-style: var(--tw-outline-style);
      outline-width: 1px;
    }
  }
  .focus-visible\:outline-2 {
    &:focus-visible {
      outline-style: var(--tw-outline-style);
      outline-width: 2px;
    }
  }
  .focus-visible\:outline-offset-2 {
    &:focus-visible {
      outline-offset: 2px;
    }
  }
  .focus-visible\:outline-\[\#55ABC3\] {
    &:focus-visible {
      outline-color: #55ABC3;
    }
  }
  .focus-visible\:outline-blue-700 {
    &:focus-visible {
      outline-color: var(--color-blue-700);
    }
  }
  .active\:outline-offset-0 {
    &:active {
      outline-offset: 0px;
    }
  }
  .sm\:grid-cols-2 {
    @media (width >= 40rem) {
      grid-template-columns: repeat(2, minmax(0, 1fr));
    }
  }
  .md\:-top-19 {
    @media (width >= 48rem) {
      top: calc(var(--spacing) * -19);
    }
  }
  .md\:right-\[8\.333\%\] {
    @media (width >= 48rem) {
      right: 8.333%;
    }
  }
  .md\:bottom-5 {
    @media (width >= 48rem) {
      bottom: calc(var(--spacing) * 5);
    }
  }
  .md\:bottom-16 {
    @media (width >= 48rem) {
      bottom: calc(var(--spacing) * 16);
    }
  }
  .md\:left-\[8\.333\%\] {
    @media (width >= 48rem) {
      left: 8.333%;
    }
  }
  .md\:col-span-1 {
    @media (width >= 48rem) {
      grid-column: span 1 / span 1;
    }
  }
  .md\:col-span-2 {
    @media (width >= 48rem) {
      grid-column: span 2 / span 2;
    }
  }
  .md\:col-span-3 {
    @media (width >= 48rem) {
      grid-column: span 3 / span 3;
    }
  }
  .md\:col-span-4 {
    @media (width >= 48rem) {
      grid-column: span 4 / span 4;
    }
  }
  .md\:col-span-5 {
    @media (width >= 48rem) {
      grid-column: span 5 / span 5;
    }
  }
  .md\:col-span-6 {
    @media (width >= 48rem) {
      grid-column: span 6 / span 6;
    }
  }
  .md\:col-span-7 {
    @media (width >= 48rem) {
      grid-column: span 7 / span 7;
    }
  }
  .md\:col-span-8 {
    @media (width >= 48rem) {
      grid-column: span 8 / span 8;
    }
  }
  .md\:col-span-9 {
    @media (width >= 48rem) {
      grid-column: span 9 / span 9;
    }
  }
  .md\:col-span-10 {
    @media (width >= 48rem) {
      grid-column: span 10 / span 10;
    }
  }
  .md\:col-span-11 {
    @media (width >= 48rem) {
      grid-column: span 11 / span 11;
    }
  }
  .md\:col-span-12 {
    @media (width >= 48rem) {
      grid-column: span 12 / span 12;
    }
  }
  .md\:col-start-2 {
    @media (width >= 48rem) {
      grid-column-start: 2;
    }
  }
  .md\:col-start-3 {
    @media (width >= 48rem) {
      grid-column-start: 3;
    }
  }
  .md\:col-start-4 {
    @media (width >= 48rem) {
      grid-column-start: 4;
    }
  }
  .md\:col-start-7 {
    @media (width >= 48rem) {
      grid-column-start: 7;
    }
  }
  .md\:col-start-9 {
    @media (width >= 48rem) {
      grid-column-start: 9;
    }
  }
  .md\:col-start-11 {
    @media (width >= 48rem) {
      grid-column-start: 11;
    }
  }
  .md\:row-start-2 {
    @media (width >= 48rem) {
      grid-row-start: 2;
    }
  }
  .md\:-mt-31 {
    @media (width >= 48rem) {
      margin-top: calc(var(--spacing) * -31);
    }
  }
  .md\:mb-0 {
    @media (width >= 48rem) {
      margin-bottom: calc(var(--spacing) * 0);
    }
  }
  .md\:block {
    @media (width >= 48rem) {
      display: block;
    }
  }
  .md\:flex {
    @media (width >= 48rem) {
      display: flex;
    }
  }
  .md\:grid {
    @media (width >= 48rem) {
      display: grid;
    }
  }
  .md\:hidden {
    @media (width >= 48rem) {
      display: none;
    }
  }
  .md\:size-6 {
    @media (width >= 48rem) {
      width: calc(var(--spacing) * 6);
      height: calc(var(--spacing) * 6);
    }
  }
  .md\:h-12 {
    @media (width >= 48rem) {
      height: calc(var(--spacing) * 12);
    }
  }
  .md\:min-h-\[520px\] {
    @media (width >= 48rem) {
      min-height: 520px;
    }
  }
  .md\:w-5\/12 {
    @media (width >= 48rem) {
      width: calc(5/12 * 100%);
    }
  }
  .md\:w-6\/12 {
    @media (width >= 48rem) {
      width: calc(6/12 * 100%);
    }
  }
  .md\:w-9\/12 {
    @media (width >= 48rem) {
      width: calc(9/12 * 100%);
    }
  }
  .md\:max-w-3\/4 {
    @media (width >= 48rem) {
      max-width: calc(3/4 * 100%);
    }
  }
  .md\:max-w-\[640px\] {
    @media (width >= 48rem) {
      max-width: 640px;
    }
  }
  .md\:max-w-none {
    @media (width >= 48rem) {
      max-width: none;
    }
  }
  .md\:grid-cols-2 {
    @media (width >= 48rem) {
      grid-template-columns: repeat(2, minmax(0, 1fr));
    }
  }
  .md\:grid-cols-3 {
    @media (width >= 48rem) {
      grid-template-columns: repeat(3, minmax(0, 1fr));
    }
  }
  .md\:grid-cols-4 {
    @media (width >= 48rem) {
      grid-template-columns: repeat(4, minmax(0, 1fr));
    }
  }
  .md\:grid-cols-10 {
    @media (width >= 48rem) {
      grid-template-columns: repeat(10, minmax(0, 1fr));
    }
  }
  .md\:grid-cols-12 {
    @media (width >= 48rem) {
      grid-template-columns: repeat(12, minmax(0, 1fr));
    }
  }
  .md\:items-center {
    @media (width >= 48rem) {
      align-items: center;
    }
  }
  .md\:justify-end {
    @media (width >= 48rem) {
      justify-content: flex-end;
    }
  }
  .md\:gap-3 {
    @media (width >= 48rem) {
      gap: calc(var(--spacing) * 3);
    }
  }
  .md\:gap-8 {
    @media (width >= 48rem) {
      gap: calc(var(--spacing) * 8);
    }
  }
  .md\:gap-\[20px\] {
    @media (width >= 48rem) {
      gap: 20px;
    }
  }
  .md\:gap-x-\[20px\] {
    @media (width >= 48rem) {
      column-gap: 20px;
    }
  }
  .md\:gap-y-\[90px\] {
    @media (width >= 48rem) {
      row-gap: 90px;
    }
  }
  .md\:bg-contain {
    @media (width >= 48rem) {
      background-size: contain;
    }
  }
  .md\:bg-left {
    @media (width >= 48rem) {
      background-position: left;
    }
  }
  .md\:bg-right {
    @media (width >= 48rem) {
      background-position: right;
    }
  }
  .md\:px-0 {
    @media (width >= 48rem) {
      padding-inline: calc(var(--spacing) * 0);
    }
  }
  .md\:px-2 {
    @media (width >= 48rem) {
      padding-inline: calc(var(--spacing) * 2);
    }
  }
  .md\:px-8 {
    @media (width >= 48rem) {
      padding-inline: calc(var(--spacing) * 8);
    }
  }
  .md\:px-10 {
    @media (width >= 48rem) {
      padding-inline: calc(var(--spacing) * 10);
    }
  }
  .md\:px-\[25\%\] {
    @media (width >= 48rem) {
      padding-inline: 25%;
    }
  }
  .md\:py-4 {
    @media (width >= 48rem) {
      padding-block: calc(var(--spacing) * 4);
    }
  }
  .md\:py-8 {
    @media (width >= 48rem) {
      padding-block: calc(var(--spacing) * 8);
    }
  }
  .md\:py-12 {
    @media (width >= 48rem) {
      padding-block: calc(var(--spacing) * 12);
    }
  }
  .md\:py-16 {
    @media (width >= 48rem) {
      padding-block: calc(var(--spacing) * 16);
    }
  }
  .md\:py-24 {
    @media (width >= 48rem) {
      padding-block: calc(var(--spacing) * 24);
    }
  }
  .md\:pt-14 {
    @media (width >= 48rem) {
      padding-top: calc(var(--spacing) * 14);
    }
  }
  .md\:pt-16 {
    @media (width >= 48rem) {
      padding-top: calc(var(--spacing) * 16);
    }
  }
  .md\:pb-20 {
    @media (width >= 48rem) {
      padding-bottom: calc(var(--spacing) * 20);
    }
  }
  .md\:text-lg {
    @media (width >= 48rem) {
      font-size: var(--text-lg);
      line-height: var(--tw-leading, var(--text-lg--line-height));
    }
  }
  .md\:text-\[32px\] {
    @media (width >= 48rem) {
      font-size: 32px;
    }
  }
  .md\:text-\[40px\] {
    @media (width >= 48rem) {
      font-size: 40px;
    }
  }
  .lg\:grid-cols-4 {
    @media (width >= 64rem) {
      grid-template-columns: repeat(4, minmax(0, 1fr));
    }
  }
  .lg\:grid-cols-5 {
    @media (width >= 64rem) {
      grid-template-columns: repeat(5, minmax(0, 1fr));
    }
  }
  .lg\:py-14 {
    @media (width >= 64rem) {
      padding-block: calc(var(--spacing) * 14);
    }
  }
  .dark\:bg-slate-900\/40 {
    @media (prefers-color-scheme: dark) {
      background-color: color-mix(in srgb, oklch(20.8% 0.042 265.755) 40%, transparent);
      @supports (color: color-mix(in lab, red, red)) {
        background-color: color-mix(in oklab, var(--color-slate-900) 40%, transparent);
      }
    }
  }
  .dark\:text-slate-300 {
    @media (prefers-color-scheme: dark) {
      color: var(--color-slate-300);
    }
  }
  .dark\:hover\:bg-slate-900\/60 {
    @media (prefers-color-scheme: dark) {
      &:hover {
        @media (hover: hover) {
          background-color: color-mix(in srgb, oklch(20.8% 0.042 265.755) 60%, transparent);
          @supports (color: color-mix(in lab, red, red)) {
            background-color: color-mix(in oklab, var(--color-slate-900) 60%, transparent);
          }
        }
      }
    }
  }
  .dark\:focus-visible\:outline-blue-600 {
    @media (prefers-color-scheme: dark) {
      &:focus-visible {
        outline-color: var(--color-blue-600);
      }
    }
  }
}
:root {
  --grid-gap: 20px;
  --color-brand-light-blue: #55ABC3;
  --color-brand-magenta: #E7226E;
  --color-brand-dark-blue: #0B3A49;
  --color-brand-grey-blue: #EEF6F9;
  --color-white: #FFFFFF;
}
body {
  background-color: var(--color-white);
  color: var(--color-brand-dark-blue);
  font-family: "Overpass",sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 1.5;
}
a {
  color: inherit;
}
p {
  font-size: 24px;
  line-height: 1.2;
  font-weight: 300;
  margin-bottom: 1em;
}
strong,b {
  font-weight: 700;
}
h1,h3,h4,h5,h6 {
  color: inherit;
  font-weight: 700;
}
h1 {
  font-size: 40px;
  line-height: 45px;
  margin: 10px 0;
}
h2 {
  color: #55abc3;
  font-size: 20px;
  font-weight: 300;
  line-height: 28px;
  margin: 10px 0 25px;
}
h3 {
  font-size: 20px;
  line-height: 25px;
  margin: 10px 0;
}
.content-section__title {
  color: #55abc3;
  font-size: 20px;
  font-weight: 300;
  line-height: 28px;
  margin: 0 0 25px;
}
.content-section__subtitle {
  color: #0b3a49;
  font-size: 44px;
  font-weight: 400;
  line-height: 48px;
  margin: 0;
}
.section__subtitle {
  color: rgba(11,58,73,.8);
  font-size: 1.125rem;
  margin-bottom: 1.5rem;
}
.section {
  padding: 3rem 0;
}
.container {
  width: 100%;
  max-width: 1400px;
  margin: 0 auto;
  padding: 0 1.5rem;
}
.row {
  display: flex;
  flex-wrap: wrap;
  margin-left: calc(-1*var(--grid-gap));
  margin-right: calc(-1*var(--grid-gap));
}
.row.align-center {
  align-items: center;
}
.column {
  box-sizing: border-box;
  flex: 0 0 100%;
  max-width: 100%;
  padding-left: var(--grid-gap);
  padding-right: var(--grid-gap);
}
.desktop-only {
  display: none;
}
.mobile-only {
  display: block;
}
[x-cloak] {
  display: none !important;
}
.site-header {
  position: relative;
}
.site-header__spacer {
  height: 5.5rem;
}
.site-header__bar {
  background-color: var(--color-brand-light-blue);
  left: 0;
  padding: .75rem 0;
  position: fixed;
  right: 0;
  top: 0;
  z-index: 40;
}
.site-header__logo {
  align-items: center;
  color: var(--color-white);
  display: inline-flex;
  font-weight: 600;
  gap: .75rem;
  text-decoration: none;
}
.site-header__logo span {
  font-size: 1.15rem;
  letter-spacing: .02em;
}
.site-header__logo img {
  height: 44px;
  width: auto;
}
.site-header__toggle {
  appearance: none;
  background: none;
  color: var(--color-white);
  cursor: pointer;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 3rem;
  height: 3rem;
  padding: 0;
}
.site-header__toggle>span[aria-hidden=true] {
  display: inline-flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: .5rem;
}
.site-header__toggle .hamburger-line {
  display: block;
  height: 3px;
  width: 27px;
  background-color: currentColor;
}
@media (min-width: 768px) {
  .site-header__toggle {
    display: none;
  }
}
.site-header__mobile {
  background-color: var(--color-brand-dark-blue);
  border: 1px solid var(--color-white);
  border-radius: .75rem;
  color: var(--color-white);
  padding: 1.5rem;
}
.site-header__mobile ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
.site-footer {
  background-color: var(--color-brand-light-blue);
  color: var(--color-white);
}
.site-footer h2,.site-footer p,.site-footer li,.site-footer a,.site-footer span {
  font-size: 14px;
  line-height: 28px;
  font-weight: 300;
  color: var(--color-white);
}
.site-footer a {
  color: inherit;
}
.logoColor {
  fill: var(--color-white);
}
.main-nav-spacing>*+* {
  margin-left: 60px;
}
.block {
  margin-top: 0;
}
.block-icon-cards .column,.block-link-cards .column {
  margin-bottom: var(--grid-gap);
}
.block-link-cards {
  margin-bottom: 40px;
}
.badge {
  background-color: var(--color-brand-magenta);
  border-radius: 9999px;
  color: var(--color-white);
  display: inline-block;
  font-weight: 600;
  letter-spacing: .05em;
  padding: .25rem .75rem;
  text-transform: uppercase;
}
.button {
  background-color: var(--color-brand-magenta);
  border: none;
  border-radius: 9999px;
  color: var(--color-white);
  display: inline-flex;
  align-items: center;
  font-size: 16px;
  font-weight: 400;
  padding: .5rem 1.5rem;
  text-decoration: none;
  transition: background-color .2s ease,transform .2s ease;
}
.button::after {
  content: "";
  display: inline-block;
  width: 12px;
  height: 12px;
  background-image: url("../images/button-arrow.svg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  margin-left: 15px;
  transition: transform .2s ease;
}
.button:link,.button:visited,.button:hover,.button:focus {
  text-decoration: none;
}
.button:hover {
  background-color: var(--color-brand-dark-blue);
  transform: translateY(-2px);
}
.button:hover::after {
  transform: translateX(2px);
}
.counter-element {
  background-color: rgba(0,0,0,0);
  border: 0;
  border-radius: 0;
  padding: 0;
  text-align: left;
}
.counter-element__number {
  font-size: 100px;
  font-weight: 800;
  line-height: 1;
  color: #fff;
  margin: 0;
}
.counter-element__title {
  font-size: 36px;
  font-weight: 800;
  color: #55abc3;
  margin: .5rem 0 0;
}
.counter-element__subtitle {
  font-size: 16px;
  font-weight: 300;
  color: #55abc3;
  margin: .5rem 0 0;
}
.section--main-page-illustration .main-illustration {
  position: relative;
  overflow: hidden;
  color: var(--color-white);
}
.main-illustration--members,.main-illustration--cdr,.main-illustration--none {
  background-image: none;
}
.main-illustration__visual {
  position: relative;
  background-image: url("/static/images/illu-main-demo.png");
  background-size: contain;
  background-position: center bottom;
  background-repeat: no-repeat;
}
.main-illustration__background {
  border-bottom-left-radius: 24px;
  border-bottom-right-radius: 24px;
  overflow: hidden;
}
.main-illustration__hero {
  text-align: center;
  font-size: 60px;
  font-weight: 800;
  line-height: 1.32;
  max-width: 720px;
  margin: 0 auto;
}
.main-illustration__hero p {
  font-size: 60px;
  font-weight: 800;
  line-height: 1.32;
  margin: 0;
}
.main-illustration__hero h2 {
  color: #55abc3;
  font-size: 60px;
  font-weight: 800;
  line-height: 1.32;
  margin: 0 0 25px;
}
.main-illustration__hero strong {
  color: var(--color-brand-magenta);
  font-weight: 800;
}
.main-illustration__content p {
  color: hsla(0,0%,100%,.9);
}
.main-illustration__content .block {
  color: hsla(0,0%,100%,.9);
}
.main-illustration__content .block a {
  color: var(--color-white);
  text-decoration: none;
}
.main-illustration__content .button {
  background-color: var(--color-brand-magenta);
  border: none;
  margin-top: 1.5rem;
}
.main-illustration__counters {
  display: grid;
  gap: 1.5rem;
}
@media (min-width: 768px) {
  .main-illustration__counters {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}
.counter-element--hero {
  background: rgba(0,0,0,0);
  border: 0;
  color: inherit;
  padding: 0;
}
.counter-element--hero .counter-element__subtitle {
  color: #55abc3;
}
.full-person-card {
  position: relative;
  border-radius: 32px;
  overflow: hidden;
  background-color: #c9cec8;
  background-image: none;
  color: var(--color-white);
  padding: 0;
  display: grid;
  gap: 2rem;
  min-height: 870px;
}
@media (min-width: 768px) {
  .full-person-card {
    background-color: var(--color-brand-dark-blue);
    background-image: var(--full-person-bg, none);
    background-size: cover;
    background-position: center;
    grid-template-columns: repeat(12, minmax(0, 1fr));
    gap: 20px;
    min-height: min(60vh,870px);
  }
}
.full-person-card__content {
  position: relative;
  z-index: 1;
  max-width: none;
  display: flex;
  flex-direction: column;
  gap: 0;
  width: 100%;
  padding: 73px 50px 50px 50px;
}
@media (min-width: 768px) {
  .full-person-card__content {
    grid-column: 1/span 12;
    width: 40%;
  }
}
.full-person-card__text {
  color: hsla(0,0%,100%,.9);
  font-size: 36px;
  font-weight: 400;
  line-height: 1.3;
  margin: 0 0 50px;
}
.full-person-card__text p {
  margin: 0;
}
.full-person-card__text p+p {
  margin-top: 1rem;
}
.full-person-card__eyebrow {
  font-size: 16px;
  font-weight: 800;
  letter-spacing: 0;
  text-transform: none;
  color: hsla(0,0%,100%,.9);
  margin: 0;
}
.full-person-card__headline {
  font-size: 16px;
  font-weight: 400;
  line-height: 1.4;
  margin: 0;
  color: hsla(0,0%,100%,.9);
}
.full-person-card__portrait {
  position: relative;
  z-index: 1;
  border-radius: 24px;
  max-height: 60vh;
  overflow: hidden;
}
.full-person-card__portrait img {
  width: 100%;
  height: auto;
  display: block;
}
.news-slider {
  display: grid;
  grid-auto-flow: column;
  grid-auto-columns: 335px;
  gap: 1.5rem;
  overflow-x: auto;
  padding: 0 0 1rem;
  scroll-snap-type: x mandatory;
}
@media (min-width: 768px) {
  .news-slider {
    grid-auto-columns: calc((100% - 3rem)/3);
  }
}
.news-slider::-webkit-scrollbar {
  display: none;
}
.news-card {
  position: relative;
  border-radius: 20px;
  overflow: hidden;
  min-height: 447px;
  scroll-snap-align: start;
  background: linear-gradient(180deg, rgba(9, 46, 57, 0.7), rgba(9, 46, 57, 0.9));
  color: var(--color-white);
  width: 335px;
}
.news-card img.news-card__image {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  z-index: 0;
}
.news-card__overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(9, 46, 57, 0.2), rgba(9, 46, 57, 0.85));
  z-index: 1;
}
.news-card--event {
  background: linear-gradient(160deg, rgba(85, 171, 195, 0.85), rgba(9, 46, 57, 0.85));
}
.news-card__content {
  position: relative;
  z-index: 2;
  display: flex;
  flex-direction: column;
  height: 100%;
  padding: 2rem;
  justify-content: flex-end;
  gap: 1rem;
}
.news-card__header {
  display: flex;
  flex-direction: column;
  gap: .5rem;
  align-items: flex-start;
}
.news-card__type {
  font-size: 20px;
  font-weight: 300;
  letter-spacing: 0;
  text-transform: none;
}
.news-card__badge {
  background: hsla(0,0%,100%,.2);
  color: var(--color-white);
  border-radius: 9999px;
  padding: .4rem .8rem;
  font-size: .75rem;
  font-weight: 600;
  letter-spacing: .08em;
  text-transform: uppercase;
}
.news-card__badge-circle {
  position: absolute;
  top: 1.5rem;
  right: 1.5rem;
  width: 120px;
  height: 120px;
  border-radius: 9999px;
  background: #e7226e;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  font-size: 16px;
  font-weight: 400;
  line-height: 20px;
  padding: 1.25rem;
  transform: rotate(8.58deg);
  z-index: 3;
}
.news-card__badge-circle br {
  display: block;
}
.news-card__title {
  font-size: 24px;
  line-height: 1.4;
  font-weight: 300;
}
.news-card__title a {
  color: inherit;
  text-decoration: none;
}
.news-card__title a:hover {
  text-decoration: underline;
}
.news-slider__controls {
  display: flex;
  justify-content: flex-end;
  gap: 1.5rem;
}
.news-slider__nav {
  height: 44px;
  width: 44px;
  border-radius: 9999px;
  border: 1px solid #092e39;
  color: #092e39;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 1.25rem;
  transition: background-color .2s ease,color .2s ease;
}
.news-slider__nav:hover {
  background-color: #092e39;
  color: #fff;
}
.news-entry {
  padding: 3rem 0;
}
.news-entry__header {
  margin: 0 auto 2rem;
  max-width: 800px;
}
.news-entry__meta {
  color: rgba(11,58,73,.7);
  font-size: .95rem;
  margin-top: .5rem;
}
.news-entry__content {
  margin: 0 auto;
  max-width: 800px;
}
table {
  width: 100%;
}
@media (min-width: 768px) {
  .desktop-only {
    display: block;
  }
  .mobile-only {
    display: none;
  }
  .col-1 {
    flex: 0 0 8.3333%;
    max-width: 8.3333%;
  }
  .col-2 {
    flex: 0 0 16.6667%;
    max-width: 16.6667%;
  }
  .col-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-4 {
    flex: 0 0 33.3333%;
    max-width: 33.3333%;
  }
  .col-5 {
    flex: 0 0 41.6667%;
    max-width: 41.6667%;
  }
  .col-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-7 {
    flex: 0 0 58.3333%;
    max-width: 58.3333%;
  }
  .col-8 {
    flex: 0 0 66.6667%;
    max-width: 66.6667%;
  }
  .col-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-10 {
    flex: 0 0 83.3333%;
    max-width: 83.3333%;
  }
  .col-11 {
    flex: 0 0 91.6667%;
    max-width: 91.6667%;
  }
  .col-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }
}
@media (min-width: 1024px) {
  .col-lg-2 {
    flex: 0 0 16.6667%;
    max-width: 16.6667%;
  }
  .col-lg-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-lg-4 {
    flex: 0 0 33.3333%;
    max-width: 33.3333%;
  }
  .col-lg-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-lg-7 {
    flex: 0 0 58.3333%;
    max-width: 58.3333%;
  }
  .col-lg-8 {
    flex: 0 0 66.6667%;
    max-width: 66.6667%;
  }
  .col-lg-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-lg-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }
}
@media (min-width: 1440px) {
  .site-header__spacer {
    height: 6.25rem;
  }
  .container {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }
}
.news-card {
  scroll-snap-align: start;
  width: 100%;
}
.fui-input.fui-input,.fui-select.fui-select,.fui-form .fui-field {
  border: none;
  border-radius: 20px;
  background-color: #e6f3f6;
}
.fui-type-entries {
  padding: 20px;
}
.fui-legend {
  padding-bottom: 20px !important;
}
.fui-type-heading,.fui-type-agree {
  background-color: #fff !important;
  padding: 0 !important;
}
.fui-type-heading h2 {
  color: #000;
  font-weight: extrabold;
}
.fui-form .fui-label {
  display: inline-block;
  color: #0b3a49;
  font-weight: 600;
  margin-bottom: .5rem;
}
.fui-form .fui-field.fui-type-file-upload .fui-label {
  display: block !important;
  visibility: visible !important;
  opacity: 1 !important;
  position: static !important;
  clip: auto !important;
  width: auto !important;
  height: auto !important;
  overflow: visible !important;
  white-space: normal !important;
  margin-bottom: .75rem;
}
.fui-form .fui-field.fui-type-file-upload {
  background-color: rgba(0,0,0,0);
  padding: 0;
}
.fui-form .fui-field.fui-type-file-upload .fui-field-container {
  background-color: #fff;
  border-radius: 28px;
  border: 1px solid rgba(85,171,195,.3);
  padding: 1rem 1.5rem 1.5rem;
}
.fui-form .fui-label .fui-required,.fui-form .fui-label .fui-required {
  color: var(--color-brand-light-blue);
  margin-left: .25rem;
}
.fui-form .fui-input input,.fui-form .fui-input textarea,.fui-form .fui-input select {
  width: 100%;
  border: 1px solid rgba(0,0,0,0);
  border-radius: 9999px;
  background-color: rgba(85,171,195,.18);
  padding: .85rem 1.5rem;
  font-size: 1rem;
  color: var(--color-brand-light-blue);
  transition: border .2s ease,box-shadow .2s ease;
}
.fui-form .fui-input input[type=file],.fui-form input.fui-input[type=file] {
  width: 100%;
  padding: .6rem 1rem;
  border-radius: 9999px;
  background-color: #fff;
  border: none;
  color: #0b3a49;
  cursor: pointer;
  display: inline-flex;
  align-items: center;
  gap: .85rem;
  font-size: .95rem;
}
.fui-form .fui-input input[type=file]::file-selector-button,.fui-form .fui-input input[type=file]::-webkit-file-upload-button,.fui-form input.fui-input[type=file]::file-selector-button,.fui-form input.fui-input[type=file]::-webkit-file-upload-button {
  border: none;
  border-radius: 9999px;
  background-color: var(--color-brand-magenta);
  color: #fff;
  padding: .45rem 1.5rem;
  font-size: .95rem;
  font-weight: 600;
  margin-right: .5rem;
  border: 1px solid rgba(0,0,0,0);
  transition: background-color .2s ease,color .2s ease,transform .2s ease;
  cursor: pointer;
}
.fui-form .fui-input input[type=file]:hover::file-selector-button,.fui-form .fui-input input[type=file]:hover::-webkit-file-upload-button,.fui-form input.fui-input[type=file]:hover::file-selector-button,.fui-form input.fui-input[type=file]:hover::-webkit-file-upload-button {
  background-color: var(--color-brand-dark-blue);
  transform: translateY(-1px);
}
.fui-form .fui-input input[type=file]:focus-visible,.fui-form input.fui-input[type=file]:focus-visible {
  outline: 2px solid var(--color-brand-light-blue);
  outline-offset: 2px;
  background-color: rgba(85,171,195,.24);
}
.fui-form .fui-input input[type=file]:focus-visible::file-selector-button,.fui-form .fui-input input[type=file]:focus-visible::-webkit-file-upload-button,.fui-form input.fui-input[type=file]:focus-visible::file-selector-button,.fui-form input.fui-input[type=file]:focus-visible::-webkit-file-upload-button {
  border-color: rgba(0,0,0,0);
}
.fui-form .fui-fieldsetLegend,.fui-form .fui-fieldsetLegend {
  font-size: 16px;
  line-height: 24px;
  font-weight: 400;
  color: #0b3a49;
  margin: 0 0 1.5rem;
}
.fui-form .fui-layout-wrap,.fui-form .fui-layout-wrap {
  display: flex;
  flex-wrap: wrap;
  gap: .75rem;
}
.fui-form .fui-layout-wrap>.fui-checkbox,.fui-form .fui-layout-wrap>.fui-checkbox {
  margin: 0;
  position: relative;
  display: inline-flex;
}
.fui-form .fui-layout-wrap>.fui-checkbox>.fui-checkbox-input,.fui-form .fui-layout-wrap>.fui-checkbox>.fui-checkbox-input {
  position: absolute;
  inset: 0;
  width: 1px;
  height: 1px;
  opacity: 0;
  pointer-events: none;
}
.fui-form .fui-layout-wrap>.fui-checkbox>label,.fui-form .fui-layout-wrap>.fui-checkbox>.fui-checkbox-label,.fui-form .fui-layout-wrap>.fui-checkbox>label,.fui-form .fui-layout-wrap>.fui-checkbox>.fui-checkbox-label {
  display: inline-flex !important;
  align-items: center;
  gap: .35rem;
  padding: .45rem 1rem !important;
  padding-left: 1rem !important;
  padding-right: 1rem !important;
  border-radius: 9999px;
  border: 1px solid rgba(0,0,0,0);
  background-color: #fff;
  color: #0b3a49;
  font-size: 15px;
  font-weight: 400;
  line-height: 1.4;
  cursor: pointer;
  transition: background-color .2s ease,color .2s ease,border-color .2s ease;
}
.fui-form .fui-field .fui-layout-wrap>.fui-checkbox>label::before,.fui-form .fui-field .fui-layout-wrap>.fui-checkbox>label::after,.fui-form .fui-field .fui-layout-wrap>.fui-checkbox>.fui-checkbox-label::before,.fui-form .fui-field .fui-layout-wrap>.fui-checkbox>.fui-checkbox-label::after,.fui-form .fui-field .fui-layout-wrap>.fui-checkbox>label::before,.fui-form .fui-field .fui-layout-wrap>.fui-checkbox>label::after,.fui-form .fui-field .fui-layout-wrap>.fui-checkbox>.fui-checkbox-label::before,.fui-form .fui-field .fui-layout-wrap>.fui-checkbox>.fui-checkbox-label::after {
  display: none !important;
}
.fui-form .fui-field .fui-layout-wrap>.fui-checkbox>label:hover,.fui-form .fui-field .fui-layout-wrap>.fui-checkbox>.fui-checkbox-label:hover,.fui-form .fui-field .fui-layout-wrap>.fui-checkbox>label:hover,.fui-form .fui-field .fui-layout-wrap>.fui-checkbox>.fui-checkbox-label:hover {
  background-color: rgba(85,171,195,.15);
}
.fui-form .fui-field .fui-layout-wrap>.fui-checkbox>.fui-checkbox-input:focus-visible+label,.fui-form .fui-field .fui-layout-wrap>.fui-checkbox>.fui-checkbox-input:focus-visible+.fui-checkbox-label,.fui-form .fui-field .fui-layout-wrap>.fui-checkbox>.fui-checkbox-input:focus-visible+label,.fui-form .fui-field .fui-layout-wrap>.fui-checkbox>.fui-checkbox-input:focus-visible+.fui-checkbox-label {
  outline: 2px solid #55abc3;
  outline-offset: 3px;
}
.fui-form .fui-layout-wrap>.fui-checkbox>.fui-checkbox-input:checked+label,.fui-form .fui-layout-wrap>.fui-checkbox>.fui-checkbox-input:checked+.fui-checkbox-label,.fui-form .fui-layout-wrap>.fui-checkbox>.fui-checkbox-input:checked+label,.fui-form .fui-layout-wrap>.fui-checkbox>.fui-checkbox-input:checked+.fui-checkbox-label {
  background-color: #55abc3;
  color: #fff;
}
.fui-form .fui-btn.fui-submit {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  border-radius: 9999px;
  background-color: var(--color-brand-magenta);
  padding: .5rem 1.75rem;
  color: #fff;
  font-size: 16px;
  font-weight: 400;
  text-transform: none;
  text-decoration: none;
  transition: background-color .2s ease,transform .2s ease;
}
.fui-form .fui-btn.fui-submit::after {
  content: "";
  display: inline-block;
  width: 12px;
  height: 12px;
  background-image: url("../images/button-arrow.svg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  margin-left: 15px;
  transition: transform .2s ease;
}
.fui-form .fui-btn.fui-submit:hover {
  background-color: var(--color-brand-dark-blue);
  transform: translateY(-2px);
}
.fui-form .fui-btn.fui-submit:hover::after {
  transform: translateX(2px);
}
.fui-form .fui-field .fui-layout-wrap>.fui-checkbox>.fui-checkbox-input:checked+.fui-checkbox-label {
  background-color: #55abc3;
  color: #fff;
}
.fui-form .fui-input textarea {
  border-radius: 28px;
  min-height: 160px;
}
.fui-form .fui-input select {
  appearance: none;
  background-image: linear-gradient(45deg, transparent 50%, #55ABC3 50%),linear-gradient(135deg, #55ABC3 50%, transparent 50%);
  background-position: calc(100% - 1.5rem) 1rem,calc(100% - 1rem) 1rem;
  background-size: .5rem .5rem;
  background-repeat: no-repeat;
}
.fui-form .fui-input input:focus,.fui-form .fui-input textarea:focus,.fui-form .fui-input select:focus {
  border-color: var(--color-brand-light-blue);
  box-shadow: 0 0 0 3px rgba(85,171,195,.2);
  outline: none;
}
.fui-form .fui-field.is-error .fui-input input,.fui-form .fui-field.is-error .fui-input textarea,.fui-form .fui-field.is-error .fui-input select {
  border-color: var(--color-brand-magenta);
}
.fui-form .fui-field-message {
  margin-top: .5rem;
  font-size: .9rem;
  color: var(--color-brand-magenta);
}
.fui-form .fui-options {
  display: flex;
  flex-wrap: wrap;
  gap: .75rem;
}
.htmlcontent a {
  color: inherit;
  text-decoration: underline !important;
  text-decoration-color: currentColor;
  text-underline-offset: .2em;
}
.htmlcontent ul {
  list-style: disc;
  list-style-position: outside;
  margin: 2rem 0 1rem;
  padding-left: 35px;
}
.htmlcontent ul li {
  margin-left: 0;
  font-size: 24px;
  line-height: 1.2;
  font-weight: 300;
}
.htmlcontent table {
  width: 100%;
  border-collapse: collapse;
  font-size: 16px;
  color: #0b3a49;
  margin: 2rem 0;
}
.htmlcontent thead th {
  text-align: left;
  font-weight: 300;
  color: #55abc3;
  font-size: 16px;
  padding: 12px 0;
  border-bottom: 1px solid rgba(85,171,195,.5);
}
.htmlcontent tbody td {
  font-size: 16px;
  font-weight: 300;
  color: #0b3a49;
  padding: 16px 0;
  border-bottom: 1px solid rgba(85,171,195,.5);
}
.htmlcontent tbody td:first-child {
  font-weight: 800;
}
.htmlcontent tbody tr:last-child td {
  border-bottom: none;
}
.icon-card {
  background-color: #fff;
  border-radius: 20px;
  padding: 36px;
  display: flex;
  flex-direction: column;
  gap: 18px;
  color: #0b3a49;
  height: 100%;
  align-items: center;
  text-align: center;
}
.icon-card--link {
  text-decoration: none;
}
.icon-card--link:hover,.icon-card--link:focus {
  text-decoration: none;
}
.icon-card--link:focus-visible {
  outline: 2px solid #55abc3;
  outline-offset: 4px;
}
.icon-card__icon {
  display: flex;
  justify-content: center;
}
.icon-card__icon img {
  width: 87px;
  height: auto;
  display: block;
}
.icon-card__title {
  font-size: 20px;
  font-weight: 300;
  color: #55abc3;
  margin: 0;
}
.icon-card__text {
  font-size: 24px;
  font-weight: 300;
  color: #0b3a49;
  margin: 0;
}
.section--entry-illustrations {
  padding-top: 0;
}
.entry-illustrations__image--members img {
  max-width: 420px;
}
.content-section__title+.content-section__subtitle,.content-section__subtitle+.content-section__subtitle {
  margin-top: 16px;
}
.content-section__subtitle {
  margin-bottom: 0;
}
.block-card-with-badge {
  position: relative;
  background-color: #fff;
  border-radius: 20px;
  box-shadow: 0 15px 45px rgba(11,58,73,.08);
}
.card-with-badge__badge {
  position: absolute;
  top: -62px;
  right: -62px;
  background-color: #e7226e;
  color: #fff;
  font-size: 16px;
  font-weight: 600;
  width: 125px;
  transform: rotate(10deg);
  height: 125px;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  padding: 0 12px;
  border-radius: 9999px;
}
.block-image-with-caption img,.block-image img,.htmlcontent img {
  border-radius: 20px;
}
.block-image-with-caption figcaption {
  margin-top: 12px;
}
.nav-item .subnav {
  opacity: 0;
  transform: translateY(8px);
  transition: opacity .2s ease,transform .2s ease;
  pointer-events: none;
}
.nav-item.group:hover .subnav,.nav-item.group:focus-within .subnav {
  opacity: 1;
  transform: translateY(0);
  pointer-events: auto;
}
@property --tw-translate-x {
  syntax: "*";
  inherits: false;
  initial-value: 0;
}
@property --tw-translate-y {
  syntax: "*";
  inherits: false;
  initial-value: 0;
}
@property --tw-translate-z {
  syntax: "*";
  inherits: false;
  initial-value: 0;
}
@property --tw-rotate-x {
  syntax: "*";
  inherits: false;
}
@property --tw-rotate-y {
  syntax: "*";
  inherits: false;
}
@property --tw-rotate-z {
  syntax: "*";
  inherits: false;
}
@property --tw-skew-x {
  syntax: "*";
  inherits: false;
}
@property --tw-skew-y {
  syntax: "*";
  inherits: false;
}
@property --tw-space-y-reverse {
  syntax: "*";
  inherits: false;
  initial-value: 0;
}
@property --tw-border-style {
  syntax: "*";
  inherits: false;
  initial-value: solid;
}
@property --tw-leading {
  syntax: "*";
  inherits: false;
}
@property --tw-font-weight {
  syntax: "*";
  inherits: false;
}
@property --tw-tracking {
  syntax: "*";
  inherits: false;
}
@property --tw-shadow {
  syntax: "*";
  inherits: false;
  initial-value: 0 0 #0000;
}
@property --tw-shadow-color {
  syntax: "*";
  inherits: false;
}
@property --tw-shadow-alpha {
  syntax: "<percentage>";
  inherits: false;
  initial-value: 100%;
}
@property --tw-inset-shadow {
  syntax: "*";
  inherits: false;
  initial-value: 0 0 #0000;
}
@property --tw-inset-shadow-color {
  syntax: "*";
  inherits: false;
}
@property --tw-inset-shadow-alpha {
  syntax: "<percentage>";
  inherits: false;
  initial-value: 100%;
}
@property --tw-ring-color {
  syntax: "*";
  inherits: false;
}
@property --tw-ring-shadow {
  syntax: "*";
  inherits: false;
  initial-value: 0 0 #0000;
}
@property --tw-inset-ring-color {
  syntax: "*";
  inherits: false;
}
@property --tw-inset-ring-shadow {
  syntax: "*";
  inherits: false;
  initial-value: 0 0 #0000;
}
@property --tw-ring-inset {
  syntax: "*";
  inherits: false;
}
@property --tw-ring-offset-width {
  syntax: "<length>";
  inherits: false;
  initial-value: 0px;
}
@property --tw-ring-offset-color {
  syntax: "*";
  inherits: false;
  initial-value: #fff;
}
@property --tw-ring-offset-shadow {
  syntax: "*";
  inherits: false;
  initial-value: 0 0 #0000;
}
@property --tw-blur {
  syntax: "*";
  inherits: false;
}
@property --tw-brightness {
  syntax: "*";
  inherits: false;
}
@property --tw-contrast {
  syntax: "*";
  inherits: false;
}
@property --tw-grayscale {
  syntax: "*";
  inherits: false;
}
@property --tw-hue-rotate {
  syntax: "*";
  inherits: false;
}
@property --tw-invert {
  syntax: "*";
  inherits: false;
}
@property --tw-opacity {
  syntax: "*";
  inherits: false;
}
@property --tw-saturate {
  syntax: "*";
  inherits: false;
}
@property --tw-sepia {
  syntax: "*";
  inherits: false;
}
@property --tw-drop-shadow {
  syntax: "*";
  inherits: false;
}
@property --tw-drop-shadow-color {
  syntax: "*";
  inherits: false;
}
@property --tw-drop-shadow-alpha {
  syntax: "<percentage>";
  inherits: false;
  initial-value: 100%;
}
@property --tw-drop-shadow-size {
  syntax: "*";
  inherits: false;
}
@property --tw-duration {
  syntax: "*";
  inherits: false;
}
@property --tw-ease {
  syntax: "*";
  inherits: false;
}
@property --tw-scale-x {
  syntax: "*";
  inherits: false;
  initial-value: 1;
}
@property --tw-scale-y {
  syntax: "*";
  inherits: false;
  initial-value: 1;
}
@property --tw-scale-z {
  syntax: "*";
  inherits: false;
  initial-value: 1;
}
@property --tw-outline-style {
  syntax: "*";
  inherits: false;
  initial-value: solid;
}
@layer properties {
  @supports ((-webkit-hyphens: none) and (not (margin-trim: inline))) or ((-moz-orient: inline) and (not (color:rgb(from red r g b)))) {
    *, ::before, ::after, ::backdrop {
      --tw-translate-x: 0;
      --tw-translate-y: 0;
      --tw-translate-z: 0;
      --tw-rotate-x: initial;
      --tw-rotate-y: initial;
      --tw-rotate-z: initial;
      --tw-skew-x: initial;
      --tw-skew-y: initial;
      --tw-space-y-reverse: 0;
      --tw-border-style: solid;
      --tw-leading: initial;
      --tw-font-weight: initial;
      --tw-tracking: initial;
      --tw-shadow: 0 0 #0000;
      --tw-shadow-color: initial;
      --tw-shadow-alpha: 100%;
      --tw-inset-shadow: 0 0 #0000;
      --tw-inset-shadow-color: initial;
      --tw-inset-shadow-alpha: 100%;
      --tw-ring-color: initial;
      --tw-ring-shadow: 0 0 #0000;
      --tw-inset-ring-color: initial;
      --tw-inset-ring-shadow: 0 0 #0000;
      --tw-ring-inset: initial;
      --tw-ring-offset-width: 0px;
      --tw-ring-offset-color: #fff;
      --tw-ring-offset-shadow: 0 0 #0000;
      --tw-blur: initial;
      --tw-brightness: initial;
      --tw-contrast: initial;
      --tw-grayscale: initial;
      --tw-hue-rotate: initial;
      --tw-invert: initial;
      --tw-opacity: initial;
      --tw-saturate: initial;
      --tw-sepia: initial;
      --tw-drop-shadow: initial;
      --tw-drop-shadow-color: initial;
      --tw-drop-shadow-alpha: 100%;
      --tw-drop-shadow-size: initial;
      --tw-duration: initial;
      --tw-ease: initial;
      --tw-scale-x: 1;
      --tw-scale-y: 1;
      --tw-scale-z: 1;
      --tw-outline-style: solid;
    }
  }
}
