/* [project]/src/app/(frontend)/globals.css [app-client] (css) */
@layer properties {
  @supports (((-webkit-hyphens: none)) and (not (margin-trim: inline))) or ((-moz-orient: inline) and (not (color: rgb(from red r g b)))) {
    :root, :host {
      --mx: 50%;
      --my: 44%;
    }

    *, :before, :after, ::backdrop {
      --tw-rotate-x: initial;
      --tw-rotate-y: initial;
      --tw-rotate-z: initial;
      --tw-skew-x: initial;
      --tw-skew-y: initial;
      --tw-border-style: solid;
      --tw-gradient-position: initial;
      --tw-gradient-from: #0000;
      --tw-gradient-via: #0000;
      --tw-gradient-to: #0000;
      --tw-gradient-stops: initial;
      --tw-gradient-via-stops: initial;
      --tw-gradient-from-position: 0%;
      --tw-gradient-via-position: 50%;
      --tw-gradient-to-position: 100%;
      --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-outline-style: solid;
      --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-translate-x: 0;
      --tw-translate-y: 0;
      --tw-translate-z: 0;
    }
  }
}

@layer theme {
  :root, :host {
    --font-sans: "Manrope", "Helvetica Neue", Helvetica, Arial, sans-serif;
    --font-mono: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono",
      "Courier New", monospace;
    --color-red-500: #fb2c36;
    --color-black: #000;
    --color-white: #fff;
    --spacing: .25rem;
    --text-xs: .75rem;
    --text-xs--line-height: calc(1 / .75);
    --text-sm: .875rem;
    --text-sm--line-height: calc(1.25 / .875);
    --text-base: 1rem;
    --text-base--line-height: calc(1.5 / 1);
    --text-2xl: 1.5rem;
    --text-2xl--line-height: calc(2 / 1.5);
    --text-3xl: 1.875rem;
    --text-3xl--line-height: calc(2.25 / 1.875);
    --text-5xl: 3rem;
    --text-5xl--line-height: 1;
    --text-6xl: 3.75rem;
    --text-6xl--line-height: 1;
    --font-weight-medium: 500;
    --font-weight-semibold: 600;
    --tracking-tight: -.025em;
    --radius-sm: .25rem;
    --radius-md: .375rem;
    --radius-lg: .5rem;
    --default-transition-duration: .15s;
    --default-transition-timing-function: cubic-bezier(.4, 0, .2, 1);
    --default-font-family: var(--font-sans);
    --default-mono-font-family: var(--font-mono);
    --color-navy: #003b55;
    --font-heading: "Sora", "Manrope", "Helvetica Neue", Arial, sans-serif;
    --radius-card: 18px;
    --radius-band: 36px;
  }

  @supports (color: lab(0% 0 0)) {
    :root, :host {
      --color-red-500: lab(55.4814% 75.0732 48.8528);
    }
  }
}

@layer base {
  *, :after, :before, ::backdrop {
    box-sizing: border-box;
    border: 0 solid;
    margin: 0;
    padding: 0;
  }

  ::file-selector-button {
    box-sizing: border-box;
    border: 0 solid;
    margin: 0;
    padding: 0;
  }

  html, :host {
    -webkit-text-size-adjust: 100%;
    tab-size: 4;
    line-height: 1.5;
    font-family: var(--default-font-family, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", "Noto Sans", Arial, 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;
    -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 {
    vertical-align: baseline;
    font-size: 75%;
    line-height: 0;
    position: relative;
  }

  sub {
    bottom: -.25em;
  }

  sup {
    top: -.5em;
  }

  table {
    text-indent: 0;
    border-color: inherit;
    border-collapse: collapse;
  }

  :-moz-focusring:where(:not(iframe)) {
    outline: auto;
  }

  progress {
    vertical-align: baseline;
  }

  summary {
    display: list-item;
  }

  ol, ul, menu {
    list-style: none;
  }

  img, svg, video, canvas, audio, iframe, embed, object {
    vertical-align: middle;
    display: block;
  }

  img, video {
    max-width: 100%;
    height: auto;
  }

  button, input, select, optgroup, textarea {
    font: inherit;
    font-feature-settings: inherit;
    font-variation-settings: inherit;
    letter-spacing: inherit;
    color: inherit;
    opacity: 1;
    background-color: #0000;
    border-radius: 0;
  }

  ::file-selector-button {
    font: inherit;
    font-feature-settings: inherit;
    font-variation-settings: inherit;
    letter-spacing: inherit;
    color: inherit;
    opacity: 1;
    background-color: #0000;
    border-radius: 0;
  }

  :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)) {
      ::placeholder {
        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 {
    padding-block: 0;
  }

  ::-webkit-datetime-edit-year-field {
    padding-block: 0;
  }

  ::-webkit-datetime-edit-month-field {
    padding-block: 0;
  }

  ::-webkit-datetime-edit-day-field {
    padding-block: 0;
  }

  ::-webkit-datetime-edit-hour-field {
    padding-block: 0;
  }

  ::-webkit-datetime-edit-minute-field {
    padding-block: 0;
  }

  ::-webkit-datetime-edit-second-field {
    padding-block: 0;
  }

  ::-webkit-datetime-edit-millisecond-field {
    padding-block: 0;
  }

  ::-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"]) {
    appearance: button;
  }

  ::file-selector-button {
    appearance: button;
  }

  ::-webkit-inner-spin-button {
    height: auto;
  }

  ::-webkit-outer-spin-button {
    height: auto;
  }

  [hidden]:where(:not([hidden="until-found"])) {
    display: none !important;
  }
}

@layer components;

@layer utilities {
  .pointer-events-none {
    pointer-events: none;
  }

  .invisible {
    visibility: hidden;
  }

  .visible {
    visibility: visible;
  }

  .sr-only {
    clip-path: inset(50%);
    white-space: nowrap;
    border-width: 0;
    width: 1px;
    height: 1px;
    margin: -1px;
    padding: 0;
    position: absolute;
    overflow: hidden;
  }

  .absolute {
    position: absolute;
  }

  .fixed {
    position: fixed;
  }

  .relative {
    position: relative;
  }

  .static {
    position: static;
  }

  .sticky {
    position: sticky;
  }

  .right-2 {
    right: calc(var(--spacing) * 2);
  }

  .bottom-0 {
    bottom: 0;
  }

  .left-0 {
    left: 0;
  }

  .-z-10 {
    z-index: calc(10 * -1);
  }

  .z-10 {
    z-index: 10;
  }

  .z-20 {
    z-index: 20;
  }

  .z-50 {
    z-index: 50;
  }

  .col-span-1 {
    grid-column: span 1 / span 1;
  }

  .col-span-3 {
    grid-column: span 3 / span 3;
  }

  .col-span-4 {
    grid-column: span 4 / span 4;
  }

  .col-start-1 {
    grid-column-start: 1;
  }

  .col-start-2 {
    grid-column-start: 2;
  }

  .container {
    width: 100%;
  }

  @media (min-width: 40rem) {
    .container {
      max-width: 40rem;
    }
  }

  @media (min-width: 48rem) {
    .container {
      max-width: 48rem;
    }
  }

  @media (min-width: 64rem) {
    .container {
      max-width: 64rem;
    }
  }

  @media (min-width: 80rem) {
    .container {
      max-width: 80rem;
    }
  }

  @media (min-width: 96rem) {
    .container {
      max-width: 96rem;
    }
  }

  .m-0 {
    margin: 0;
  }

  .-mx-1 {
    margin-inline: calc(var(--spacing) * -1);
  }

  .-mx-4 {
    margin-inline: calc(var(--spacing) * -4);
  }

  .mx-auto {
    margin-inline: auto;
  }

  .my-1 {
    margin-block: var(--spacing);
  }

  .my-8 {
    margin-block: calc(var(--spacing) * 8);
  }

  .my-12 {
    margin-block: calc(var(--spacing) * 12);
  }

  .my-16 {
    margin-block: calc(var(--spacing) * 16);
  }

  .ms-0 {
    margin-inline-start: 0;
  }

  .-mt-\[10\.4rem\] {
    margin-top: -10.4rem;
  }

  .mt-2 {
    margin-top: calc(var(--spacing) * 2);
  }

  .mt-3 {
    margin-top: calc(var(--spacing) * 3);
  }

  .mt-6 {
    margin-top: calc(var(--spacing) * 6);
  }

  .mt-16 {
    margin-top: calc(var(--spacing) * 16);
  }

  .mt-auto {
    margin-top: auto;
  }

  .mb-0 {
    margin-bottom: 0;
  }

  .mb-4 {
    margin-bottom: calc(var(--spacing) * 4);
  }

  .mb-6 {
    margin-bottom: calc(var(--spacing) * 6);
  }

  .mb-8 {
    margin-bottom: calc(var(--spacing) * 8);
  }

  .mb-16 {
    margin-bottom: calc(var(--spacing) * 16);
  }

  .block {
    display: block;
  }

  .flex {
    display: flex;
  }

  .grid {
    display: grid;
  }

  .hidden {
    display: none;
  }

  .inline {
    display: inline;
  }

  .inline-block {
    display: inline-block;
  }

  .inline-flex {
    display: inline-flex;
  }

  .table {
    display: table;
  }

  .table-cell {
    display: table-cell;
  }

  .table-row {
    display: table-row;
  }

  .field-sizing-content {
    field-sizing: content;
  }

  .size-3\.5 {
    width: calc(var(--spacing) * 3.5);
    height: calc(var(--spacing) * 3.5);
  }

  .size-4 {
    width: calc(var(--spacing) * 4);
    height: calc(var(--spacing) * 4);
  }

  .size-10 {
    width: calc(var(--spacing) * 10);
    height: calc(var(--spacing) * 10);
  }

  .h-1\/2 {
    height: 50%;
  }

  .h-4 {
    height: calc(var(--spacing) * 4);
  }

  .h-9 {
    height: calc(var(--spacing) * 9);
  }

  .h-10 {
    height: calc(var(--spacing) * 10);
  }

  .h-11 {
    height: calc(var(--spacing) * 11);
  }

  .h-\[34px\] {
    height: 34px;
  }

  .h-\[var\(--radix-select-trigger-height\)\] {
    height: var(--radix-select-trigger-height);
  }

  .h-full {
    height: 100%;
  }

  .h-px {
    height: 1px;
  }

  .max-h-96 {
    max-height: calc(var(--spacing) * 96);
  }

  .min-h-16 {
    min-height: calc(var(--spacing) * 16);
  }

  .min-h-\[80vh\] {
    min-height: 80vh;
  }

  .w-4 {
    width: calc(var(--spacing) * 4);
  }

  .w-5 {
    width: calc(var(--spacing) * 5);
  }

  .w-9 {
    width: calc(var(--spacing) * 9);
  }

  .w-auto {
    width: auto;
  }

  .w-full {
    width: 100%;
  }

  .max-w-\[9\.375rem\] {
    max-width: 9.375rem;
  }

  .max-w-\[36\.5rem\] {
    max-width: 36.5rem;
  }

  .max-w-\[48rem\] {
    max-width: 48rem;
  }

  .max-w-\[50rem\] {
    max-width: 50rem;
  }

  .max-w-none {
    max-width: none;
  }

  .min-w-0 {
    min-width: 0;
  }

  .min-w-\[8rem\] {
    min-width: 8rem;
  }

  .min-w-\[var\(--radix-select-trigger-width\)\] {
    min-width: var(--radix-select-trigger-width);
  }

  .shrink {
    flex-shrink: 1;
  }

  .shrink-0 {
    flex-shrink: 0;
  }

  .grow {
    flex-grow: 1;
  }

  .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;
  }

  .resize {
    resize: both;
  }

  .scroll-my-1 {
    scroll-margin-block: var(--spacing);
  }

  .grid-cols-1 {
    grid-template-columns: repeat(1, minmax(0, 1fr));
  }

  .grid-cols-4 {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }

  .flex-col {
    flex-direction: column;
  }

  .flex-col-reverse {
    flex-direction: column-reverse;
  }

  .flex-row {
    flex-direction: row;
  }

  .items-center {
    align-items: center;
  }

  .items-end {
    align-items: flex-end;
  }

  .items-start {
    align-items: flex-start;
  }

  .items-stretch {
    align-items: stretch;
  }

  .justify-between {
    justify-content: space-between;
  }

  .justify-center {
    justify-content: center;
  }

  .justify-end {
    justify-content: flex-end;
  }

  .gap-1 {
    gap: var(--spacing);
  }

  .gap-1\.5 {
    gap: calc(var(--spacing) * 1.5);
  }

  .gap-2 {
    gap: calc(var(--spacing) * 2);
  }

  .gap-3 {
    gap: calc(var(--spacing) * 3);
  }

  .gap-4 {
    gap: calc(var(--spacing) * 4);
  }

  .gap-8 {
    gap: calc(var(--spacing) * 8);
  }

  .gap-x-4 {
    column-gap: calc(var(--spacing) * 4);
  }

  .gap-x-16 {
    column-gap: calc(var(--spacing) * 16);
  }

  .gap-y-4 {
    row-gap: calc(var(--spacing) * 4);
  }

  .gap-y-8 {
    row-gap: calc(var(--spacing) * 8);
  }

  .truncate {
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
  }

  .overflow-hidden {
    overflow: hidden;
  }

  .overflow-x-auto {
    overflow-x: auto;
  }

  .rounded {
    border-radius: .25rem;
  }

  .rounded-\[0\.8rem\] {
    border-radius: .8rem;
  }

  .rounded-\[4px\] {
    border-radius: 4px;
  }

  .rounded-lg {
    border-radius: var(--radius-lg);
  }

  .rounded-md {
    border-radius: var(--radius-md);
  }

  .rounded-sm {
    border-radius: var(--radius-sm);
  }

  .border {
    border-style: var(--tw-border-style);
    border-width: 1px;
  }

  .border-t {
    border-top-style: var(--tw-border-style);
    border-top-width: 1px;
  }

  .border-none {
    --tw-border-style: none;
    border-style: none;
  }

  .bg-black {
    background-color: var(--color-black);
  }

  .bg-transparent {
    background-color: #0000;
  }

  .bg-linear-to-t {
    --tw-gradient-position: to top;
  }

  @supports (background-image: linear-gradient(in lab, red, red)) {
    .bg-linear-to-t {
      --tw-gradient-position: to top in oklab;
    }
  }

  .bg-linear-to-t {
    background-image: linear-gradient(var(--tw-gradient-stops));
  }

  .from-black {
    --tw-gradient-from: var(--color-black);
    --tw-gradient-stops: var(--tw-gradient-via-stops, var(--tw-gradient-position), var(--tw-gradient-from) var(--tw-gradient-from-position), var(--tw-gradient-to) var(--tw-gradient-to-position));
  }

  .to-transparent {
    --tw-gradient-to: transparent;
    --tw-gradient-stops: var(--tw-gradient-via-stops, var(--tw-gradient-position), var(--tw-gradient-from) var(--tw-gradient-from-position), var(--tw-gradient-to) var(--tw-gradient-to-position));
  }

  .object-cover {
    object-fit: cover;
  }

  .p-1 {
    padding: var(--spacing);
  }

  .p-4 {
    padding: calc(var(--spacing) * 4);
  }

  .p-6 {
    padding: calc(var(--spacing) * 6);
  }

  .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-6 {
    padding-inline: calc(var(--spacing) * 6);
  }

  .px-8 {
    padding-inline: calc(var(--spacing) * 8);
  }

  .py-1 {
    padding-block: var(--spacing);
  }

  .py-1\.5 {
    padding-block: calc(var(--spacing) * 1.5);
  }

  .py-2 {
    padding-block: calc(var(--spacing) * 2);
  }

  .py-3 {
    padding-block: calc(var(--spacing) * 3);
  }

  .py-8 {
    padding-block: calc(var(--spacing) * 8);
  }

  .pt-0 {
    padding-top: 0;
  }

  .pt-16 {
    padding-top: calc(var(--spacing) * 16);
  }

  .pt-24 {
    padding-top: calc(var(--spacing) * 24);
  }

  .pr-2\.5 {
    padding-right: calc(var(--spacing) * 2.5);
  }

  .pr-8 {
    padding-right: calc(var(--spacing) * 8);
  }

  .pb-8 {
    padding-bottom: calc(var(--spacing) * 8);
  }

  .pb-24 {
    padding-bottom: calc(var(--spacing) * 24);
  }

  .pl-0 {
    padding-left: 0;
  }

  .pl-2 {
    padding-left: calc(var(--spacing) * 2);
  }

  .pl-2\.5 {
    padding-left: calc(var(--spacing) * 2.5);
  }

  .pl-4 {
    padding-left: calc(var(--spacing) * 4);
  }

  .text-center {
    text-align: center;
  }

  .text-right {
    text-align: right;
  }

  .align-middle {
    vertical-align: middle;
  }

  .text-2xl {
    font-size: var(--text-2xl);
    line-height: var(--tw-leading, var(--text-2xl--line-height));
  }

  .text-3xl {
    font-size: var(--text-3xl);
    line-height: var(--tw-leading, var(--text-3xl--line-height));
  }

  .text-base {
    font-size: var(--text-base);
    line-height: var(--tw-leading, var(--text-base--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));
  }

  .leading-none {
    --tw-leading: 1;
    line-height: 1;
  }

  .font-medium {
    --tw-font-weight: var(--font-weight-medium);
    font-weight: var(--font-weight-medium);
  }

  .font-semibold {
    --tw-font-weight: var(--font-weight-semibold);
    font-weight: var(--font-weight-semibold);
  }

  .tracking-tight {
    --tw-tracking: var(--tracking-tight);
    letter-spacing: var(--tracking-tight);
  }

  .whitespace-nowrap {
    white-space: nowrap;
  }

  .text-current {
    color: currentColor;
  }

  .text-red-500 {
    color: var(--color-red-500);
  }

  .text-white {
    color: var(--color-white);
  }

  .text-white\/25 {
    color: #ffffff40;
  }

  @supports (color: color-mix(in lab, red, red)) {
    .text-white\/25 {
      color: color-mix(in oklab, var(--color-white) 25%, transparent);
    }
  }

  .uppercase {
    text-transform: uppercase;
  }

  .italic {
    font-style: italic;
  }

  .underline {
    text-decoration-line: underline;
  }

  .underline-offset-4 {
    text-underline-offset: 4px;
  }

  .opacity-50 {
    opacity: .5;
  }

  .shadow {
    --tw-shadow: 0 1px 3px 0 var(--tw-shadow-color, #0000001a), 0 1px 2px -1px var(--tw-shadow-color, #0000001a);
    box-shadow: var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
  }

  .shadow-md {
    --tw-shadow: 0 4px 6px -1px var(--tw-shadow-color, #0000001a), 0 2px 4px -2px var(--tw-shadow-color, #0000001a);
    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, #0000001a), 0 1px 2px -1px var(--tw-shadow-color, #0000001a);
    box-shadow: var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
  }

  .shadow-xs {
    --tw-shadow: 0 1px 2px 0 var(--tw-shadow-color, #0000000d);
    box-shadow: var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
  }

  .outline-hidden {
    --tw-outline-style: none;
    outline-style: none;
  }

  @media (forced-colors: active) {
    .outline-hidden {
      outline-offset: 2px;
      outline: 2px solid #0000;
    }
  }

  .outline {
    outline-style: var(--tw-outline-style);
    outline-width: 1px;
  }

  .outline-navy {
    outline-color: var(--color-navy);
  }

  .blur {
    --tw-blur: blur(8px);
    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, );
  }

  .invert {
    --tw-invert: invert(100%);
    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, );
  }

  .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, 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-\[color\,box-shadow\] {
    transition-property: color, box-shadow;
    transition-timing-function: var(--tw-ease, var(--default-transition-timing-function));
    transition-duration: var(--tw-duration, var(--default-transition-duration));
  }

  .select-none {
    -webkit-user-select: none;
    user-select: none;
  }

  .peer-disabled\:cursor-not-allowed:is(:where(.peer):disabled ~ *) {
    cursor: not-allowed;
  }

  .peer-disabled\:opacity-70:is(:where(.peer):disabled ~ *) {
    opacity: .7;
  }

  .file\:inline-flex::file-selector-button {
    display: inline-flex;
  }

  .file\:h-7::file-selector-button {
    height: calc(var(--spacing) * 7);
  }

  .file\:border-0::file-selector-button {
    border-style: var(--tw-border-style);
    border-width: 0;
  }

  .file\:bg-transparent::file-selector-button {
    background-color: #0000;
  }

  .file\:text-sm::file-selector-button {
    font-size: var(--text-sm);
    line-height: var(--tw-leading, var(--text-sm--line-height));
  }

  .file\:font-medium::file-selector-button {
    --tw-font-weight: var(--font-weight-medium);
    font-weight: var(--font-weight-medium);
  }

  .last\:mb-0:last-child {
    margin-bottom: 0;
  }

  @media (hover: hover) {
    .hover\:cursor-pointer:hover {
      cursor: pointer;
    }

    .hover\:underline:hover {
      text-decoration-line: underline;
    }
  }

  .focus-visible\:ring-4:focus-visible {
    --tw-ring-shadow: var(--tw-ring-inset, ) 0 0 0 calc(4px + 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);
  }

  .focus-visible\:outline-1:focus-visible {
    outline-style: var(--tw-outline-style);
    outline-width: 1px;
  }

  .disabled\:pointer-events-none:disabled {
    pointer-events: none;
  }

  .disabled\:cursor-not-allowed:disabled {
    cursor: not-allowed;
  }

  .disabled\:opacity-50:disabled {
    opacity: .5;
  }

  .has-\[\>svg\]\:px-2\.5:has( > svg) {
    padding-inline: calc(var(--spacing) * 2.5);
  }

  .has-\[\>svg\]\:px-3:has( > svg) {
    padding-inline: calc(var(--spacing) * 3);
  }

  .has-\[\>svg\]\:px-4:has( > svg) {
    padding-inline: calc(var(--spacing) * 4);
  }

  .aria-invalid\:focus-visible\:ring-0[aria-invalid="true"]:focus-visible {
    --tw-ring-shadow: var(--tw-ring-inset, ) 0 0 0 calc(0px + 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);
  }

  .aria-invalid\:focus-visible\:ring-\[3px\][aria-invalid="true"]:focus-visible {
    --tw-ring-shadow: var(--tw-ring-inset, ) 0 0 0 calc(3px + 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);
  }

  .aria-invalid\:focus-visible\:outline-none[aria-invalid="true"]:focus-visible {
    --tw-outline-style: none;
    outline-style: none;
  }

  .data-\[disabled\]\:pointer-events-none[data-disabled] {
    pointer-events: none;
  }

  .data-\[disabled\]\:opacity-50[data-disabled] {
    opacity: .5;
  }

  .data-\[side\=bottom\]\:translate-y-1[data-side="bottom"] {
    --tw-translate-y: var(--spacing);
    translate: var(--tw-translate-x) var(--tw-translate-y);
  }

  .data-\[side\=left\]\:-translate-x-1[data-side="left"] {
    --tw-translate-x: calc(var(--spacing) * -1);
    translate: var(--tw-translate-x) var(--tw-translate-y);
  }

  .data-\[side\=right\]\:translate-x-1[data-side="right"] {
    --tw-translate-x: var(--spacing);
    translate: var(--tw-translate-x) var(--tw-translate-y);
  }

  .data-\[side\=top\]\:-translate-y-1[data-side="top"] {
    --tw-translate-y: calc(var(--spacing) * -1);
    translate: var(--tw-translate-x) var(--tw-translate-y);
  }

  :is(.\*\:data-\[slot\=select-value\]\:flex > *)[data-slot="select-value"] {
    display: flex;
  }

  :is(.\*\:data-\[slot\=select-value\]\:items-center > *)[data-slot="select-value"] {
    align-items: center;
  }

  :is(.\*\:data-\[slot\=select-value\]\:gap-2 > *)[data-slot="select-value"] {
    gap: calc(var(--spacing) * 2);
  }

  @media (min-width: 40rem) {
    .sm\:grid-cols-8 {
      grid-template-columns: repeat(8, minmax(0, 1fr));
    }
  }

  @media (min-width: 48rem) {
    .md\:col-span-2 {
      grid-column: span 2 / span 2;
    }

    .md\:col-start-2 {
      grid-column-start: 2;
    }

    .md\:-mx-8 {
      margin-inline: calc(var(--spacing) * -8);
    }

    .md\:grid-cols-2 {
      grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .md\:flex-row {
      flex-direction: row;
    }

    .md\:items-center {
      align-items: center;
    }

    .md\:justify-between {
      justify-content: space-between;
    }

    .md\:justify-center {
      justify-content: center;
    }

    .md\:gap-8 {
      gap: calc(var(--spacing) * 8);
    }

    .md\:gap-16 {
      gap: calc(var(--spacing) * 16);
    }

    .md\:pl-3 {
      padding-left: calc(var(--spacing) * 3);
    }

    .md\:text-center {
      text-align: center;
    }

    .md\:text-5xl {
      font-size: var(--text-5xl);
      line-height: var(--tw-leading, var(--text-5xl--line-height));
    }

    .md\:text-sm {
      font-size: var(--text-sm);
      line-height: var(--tw-leading, var(--text-sm--line-height));
    }
  }

  @media (min-width: 64rem) {
    .lg\:container {
      width: 100%;
    }

    @media (min-width: 40rem) {
      .lg\:container {
        max-width: 40rem;
      }
    }

    @media (min-width: 48rem) {
      .lg\:container {
        max-width: 48rem;
      }
    }

    @media (min-width: 64rem) {
      .lg\:container {
        max-width: 64rem;
      }
    }

    @media (min-width: 80rem) {
      .lg\:container {
        max-width: 80rem;
      }
    }

    @media (min-width: 96rem) {
      .lg\:container {
        max-width: 96rem;
      }
    }

    .lg\:mb-12 {
      margin-bottom: calc(var(--spacing) * 12);
    }

    .lg\:mb-16 {
      margin-bottom: calc(var(--spacing) * 16);
    }

    .lg\:grid {
      display: grid;
    }

    .lg\:max-w-\[48rem\] {
      max-width: 48rem;
    }

    .lg\:grid-cols-12 {
      grid-template-columns: repeat(12, minmax(0, 1fr));
    }

    .lg\:grid-cols-\[1fr_48rem_1fr\] {
      grid-template-columns: 1fr 48rem 1fr;
    }

    .lg\:gap-x-8 {
      column-gap: calc(var(--spacing) * 8);
    }

    .lg\:gap-y-8 {
      row-gap: calc(var(--spacing) * 8);
    }

    .lg\:p-6 {
      padding: calc(var(--spacing) * 6);
    }

    .lg\:text-6xl {
      font-size: var(--text-6xl);
      line-height: var(--tw-leading, var(--text-6xl--line-height));
    }
  }

  @media (min-width: 80rem) {
    .xl\:gap-x-8 {
      column-gap: calc(var(--spacing) * 8);
    }
  }

  @media (min-width: 96rem) {
    .\32 xl\:-mx-16 {
      margin-inline: calc(var(--spacing) * -16);
    }
  }

  @media (prefers-color-scheme: dark) {
    .dark\:invert-0 {
      --tw-invert: invert(0%);
      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, );
    }

    .dark\:aria-invalid\:focus-visible\:ring-4[aria-invalid="true"]:focus-visible {
      --tw-ring-shadow: var(--tw-ring-inset, ) 0 0 0 calc(4px + 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);
    }
  }

  .\[\&_svg\]\:pointer-events-none svg {
    pointer-events: none;
  }

  .\[\&_svg\]\:shrink-0 svg {
    flex-shrink: 0;
  }

  .\[\&_svg\:not\(\[class\*\=\'size-\'\]\)\]\:size-4 svg:not([class*="size-"]) {
    width: calc(var(--spacing) * 4);
    height: calc(var(--spacing) * 4);
  }

  :is(.\*\:\[span\]\:last\:flex > *):is(span):last-child {
    display: flex;
  }

  :is(.\*\:\[span\]\:last\:items-center > *):is(span):last-child {
    align-items: center;
  }

  :is(.\*\:\[span\]\:last\:gap-2 > *):is(span):last-child {
    gap: calc(var(--spacing) * 2);
  }

  .\[\&\>span\]\:line-clamp-1 > span {
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    display: -webkit-box;
    overflow: hidden;
  }
}

:root {
  --navy: #003b55;
  --navy-deep: #02293b;
  --navy-2: #013247;
  --navy-3: #0a4a66;
  --teal: #00b4d8;
  --teal-hover: #009dbe;
  --teal-deep: #006d8f;
  --teal-light: #7fd8ec;
  --amber: #f4a300;
  --amber-deep: #b87b00;
  --ink: #003b55;
  --white: #fff;
  --slate: #486673;
  --muted: #7c93a0;
  --nav-ink: #3f5e70;
  --bg-light: #f4f7fa;
  --bg-light-2: #edf1f6;
  --bg-teal-tint: #eaf6fa;
  --teal-tint-12: #00b4d81f;
  --teal-tint-20: #00b4d833;
  --line: #003b5514;
  --card-border: #003b5512;
  --grad-navy-teal: linear-gradient(120deg, #003b55, #006d8f);
  --grad-teal: linear-gradient(120deg, #006d8f, #00b4d8);
  --grad-dark-band: linear-gradient(115deg, #013247 0%, #003b55 55%, #0a4a66 100%);
  --shadow-card: 0 6px 24px #003b550f;
  --shadow-card-hover: 0 18px 40px #003b5521;
  --shadow-float: 0 12px 32px #003b5524;
  --shadow-band: 0 30px 80px -30px #02293b80;
  --shadow-card-bloom: 0 24px 56px -12px #006d8f38, 0 10px 24px #003b551a;
  --glow-teal: 0 0 44px #00b4d866;
  --radius-card: 18px;
  --radius-band: 36px;
  --ease-out-expo: cubic-bezier(.16, 1, .3, 1);
  --ease-soft: cubic-bezier(.22, .61, .36, 1);
  --ph: #d7dde6;
  --ph-ink: #7a8494;
  --font-head: "Sora", "Manrope", "Helvetica Neue", Arial, sans-serif;
  --font-body: "Manrope", "Helvetica Neue", Helvetica, Arial, sans-serif;
}

* {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

html {
  scroll-padding-top: 92px;
}

body {
  font-family: var(--font-body);
  color: var(--ink);
  -webkit-font-smoothing: antialiased;
  background: #fff;
  font-size: 16px;
  line-height: 1.6;
  overflow-x: clip;
}

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

::selection {
  background: #00b4d840;
}

:focus-visible {
  outline: 2px solid var(--teal);
  outline-offset: 2px;
}

.wrap {
  max-width: 1180px;
  margin: 0 auto;
  padding: 0 32px;
}

h1, h2, h3, h4 {
  font-family: var(--font-head);
  letter-spacing: -.02em;
  font-weight: 800;
  line-height: 1.15;
}

h2 {
  font-size: 1.5em;
}

h3 {
  font-size: 1.17em;
}

.kicker {
  letter-spacing: .14em;
  text-transform: uppercase;
  color: var(--teal);
  align-items: center;
  gap: 10px;
  font-size: 13px;
  font-weight: 800;
  display: inline-flex;
}

.kicker:before {
  content: "";
  background: var(--amber);
  border-radius: 50%;
  flex: none;
  width: 8px;
  height: 8px;
}

.section-dark .kicker, .final-banner .kicker {
  color: var(--teal-light);
}

.ph {
  background: linear-gradient(150deg, var(--bg-teal-tint) 0%, var(--bg-light-2) 100%);
  color: var(--teal-deep);
  letter-spacing: .04em;
  text-align: center;
  border: 1px dashed #006d8f4d;
  border-radius: 12px;
  justify-content: center;
  align-items: center;
  padding: 44px 16px 18px;
  font-size: 11.5px;
  font-weight: 700;
  display: flex;
  position: relative;
  overflow: hidden;
}

:where(.page-home) .ph {
  background: var(--ph);
  color: var(--ph-ink);
  letter-spacing: normal;
  border: 1px dashed #aab4c2;
  padding: 8px;
  font-size: 12px;
  font-weight: 600;
}

img[style*="object-fit:cover"] {
  outline-offset: -1px;
  outline: 1px solid #003b5514;
}

.cv-auto {
  content-visibility: auto;
  contain-intrinsic-size: auto 700px;
}

header.site-header {
  z-index: 50;
  -webkit-backdrop-filter: blur(14px) saturate(1.4);
  box-shadow: none;
  transition: box-shadow .35s var(--ease-soft), border-color .35s var(--ease-soft), background-color .35s var(--ease-soft);
  background: #fff;
  border-bottom: 1px solid #0000;
  position: sticky;
  top: 0;
}

header.site-header.scrolled {
  border-bottom-color: var(--line);
  background: #fff;
  box-shadow: 0 12px 32px -16px #003b5547;
}

.navbar {
  max-width: 1560px;
  min-height: 76px;
  transition: min-height .35s var(--ease-soft), padding .35s var(--ease-soft);
  flex-wrap: nowrap;
  justify-content: space-between;
  align-items: center;
  gap: 20px;
  margin: 0 auto;
  padding: 13px 28px;
  display: flex;
}

header.site-header.scrolled .navbar {
  min-height: 64px;
  padding-top: 8px;
  padding-bottom: 8px;
}

.logo img.brand-badge {
  width: auto;
  height: 38px;
  transition: height .35s var(--ease-soft);
  display: block;
}

.logo img.brand-word {
  width: auto;
  height: 16px;
  transition: height .35s var(--ease-soft);
  display: block;
}

header.site-header.scrolled .logo img.brand-badge {
  height: 30px;
}

header.site-header.scrolled .logo img.brand-word {
  height: 13px;
}

.logo {
  font-family: var(--font-head);
  letter-spacing: -.01em;
  color: var(--navy);
  flex: none;
  font-size: 19px;
  font-weight: 800;
}

.logo span {
  color: var(--teal);
}

nav.mainnav {
  flex-wrap: nowrap;
  align-items: center;
  gap: clamp(16px, 1.9vw, 28px);
  display: flex;
}

nav.mainnav a {
  color: var(--navy);
  white-space: nowrap;
  padding: 4px 0;
  font-size: 14.5px;
  font-weight: 700;
  transition: color .2s;
}

nav.mainnav a:hover {
  color: var(--teal);
}

nav.mainnav a.active {
  color: var(--navy);
  box-shadow: 0 2px 0 var(--teal);
  font-weight: 700;
}

nav.mainnav a.muted {
  color: var(--nav-ink);
}

nav.mainnav a.muted:hover {
  color: var(--teal);
}

.btn {
  font-family: var(--font-body);
  white-space: nowrap;
  border: 0;
  border-radius: 999px;
  padding: 14px 30px;
  font-size: 15px;
  font-weight: 700;
  line-height: 1.2;
  transition: transform .25s, box-shadow .25s, background-color .25s, border-color .25s, color .25s;
  display: inline-block;
}

.btn:hover {
  transform: translateY(-2px);
}

.btn-primary {
  background: var(--teal);
  color: #fff;
  box-shadow: 0 8px 24px #00b4d84d;
}

.btn-primary:hover {
  background: var(--teal-hover);
  box-shadow: 0 12px 30px #00b4d861;
}

.btn-ghost {
  color: var(--navy);
  background: none;
  border: 2px solid #003b552e;
  padding: 12px 28px;
}

.btn-ghost:hover {
  border-color: var(--teal);
  color: var(--teal);
}

.btn-outline {
  color: #fff;
  background: none;
  border: 2px solid #ffffffd9;
  padding: 12px 28px;
}

.btn-outline:hover {
  background: #ffffff1f;
}

.btn-outline-navy {
  border: 2px solid var(--navy);
  color: var(--navy);
  background: none;
  padding: 12px 28px;
}

.btn-outline-navy:hover {
  background: var(--navy);
  color: #fff;
  box-shadow: 0 12px 28px -12px #003b5580;
}

.btn-white {
  color: var(--navy);
  background: #fff;
  box-shadow: 0 16px 40px #02233259;
}

.btn-white:hover {
  background: var(--bg-teal-tint);
}

.btn-sm {
  padding: 11px 22px;
  font-size: 14px;
}

.btn-ghost.btn-sm, .btn-outline.btn-sm, .btn-outline-navy.btn-sm {
  padding: 9px 20px;
}

.btn-row {
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  gap: 14px;
  display: flex;
}

.navcta {
  flex: none;
  align-items: center;
  gap: 12px;
  display: flex;
}

.navcta .btn {
  padding: 12px 24px;
  font-size: 14.5px;
}

.btn-navy {
  background: var(--navy);
  color: #fff;
  box-shadow: 0 8px 24px #003b5547;
}

.btn-navy:hover {
  background: var(--navy-deep);
  box-shadow: 0 12px 30px #003b555c;
}

.navtoggle-input {
  display: none;
}

.navtoggle {
  background: var(--teal-tint-12);
  cursor: pointer;
  border-radius: 12px;
  flex-direction: column;
  flex: none;
  justify-content: center;
  align-items: flex-start;
  gap: 5px;
  width: 46px;
  height: 46px;
  padding-left: 12px;
  transition: background-color .25s;
  display: none;
}

.navtoggle:hover {
  background: var(--teal-tint-20);
}

.navtoggle span {
  background: var(--navy);
  border-radius: 2px;
  height: 2.5px;
  transition: width .25s, transform .25s, opacity .2s;
  display: block;
}

.navtoggle span:first-child {
  width: 22px;
}

.navtoggle span:nth-child(2) {
  width: 16px;
}

.navtoggle span:nth-child(3) {
  width: 11px;
}

.navtoggle-input:checked ~ .navtoggle span:first-child {
  width: 20px;
  transform: translateY(7.5px)rotate(45deg);
}

.navtoggle-input:checked ~ .navtoggle span:nth-child(2) {
  opacity: 0;
}

.navtoggle-input:checked ~ .navtoggle span:nth-child(3) {
  width: 20px;
  transform: translateY(-7.5px)rotate(-45deg);
}

.mainnav .mobile-cta-row {
  display: none;
}

section {
  padding: 108px 0;
}

.section-light {
  background: var(--bg-light);
}

.section-light, .section-work {
  border-radius: var(--radius-band);
  margin-left: clamp(10px, 1.6vw, 26px);
  margin-right: clamp(10px, 1.6vw, 26px);
  overflow: clip;
}

.section-work {
  box-shadow: var(--shadow-band);
}

.pad-88 {
  padding: 88px 0;
}

.section-dark {
  background: var(--navy);
  color: #fff;
  background-image: radial-gradient(#7fd8ec21 1.5px, transparent 1.5px), var(--grad-dark-band);
  border-radius: var(--radius-band);
  box-shadow: var(--shadow-band);
  background-size: 26px 26px, cover;
  margin: 0 clamp(10px, 1.6vw, 26px);
  position: relative;
  overflow: hidden;
}

.section-dark:before {
  content: "";
  pointer-events: none;
  background: radial-gradient(circle, #00b4d829 0%, #0000 65%);
  border-radius: 50%;
  width: 520px;
  height: 520px;
  position: absolute;
  top: -160px;
  right: -120px;
}

.section-dark > .wrap {
  position: relative;
}

.section-head {
  text-align: center;
  max-width: 760px;
  margin: 0 auto 56px;
}

.section-head .kicker {
  justify-content: center;
}

.section-head h2 {
  margin-top: 16px;
  font-size: clamp(30px, 3.4vw, 42px);
  line-height: 1.12;
}

.section-head p {
  color: var(--slate);
  margin-top: 16px;
  font-size: 16.5px;
  line-height: 1.65;
}

.section-dark .section-head p {
  color: #ffffffb3;
}

.link {
  color: var(--teal);
  font-size: 15px;
  font-weight: 700;
  transition: color .2s;
}

.link:hover {
  color: var(--teal-deep);
}

.hero {
  background: var(--navy);
  padding: 0;
  position: relative;
  overflow: hidden;
}

.hero-img {
  object-fit: cover;
  width: 100%;
  height: calc(100vh - 76px);
  min-height: 640px;
  max-height: 860px;
  display: block;
}

.hero-copy {
  color: #fff;
  background: radial-gradient(640px 460px at 14% 86%, #00b4d833, #0000 70%), linear-gradient(0deg, #0116209e 0%, #0116202e 26%, #0000 46%), linear-gradient(78deg, #011620e6 0%, #021e2b99 40%, #0323320f 74%);
  align-items: center;
  padding: 72px 32px;
  display: flex;
  position: absolute;
  inset: 0;
}

.hero-copy-inner {
  width: 100%;
  max-width: 680px;
  margin-left: calc(50vw - 590px);
}

.hero h1 {
  color: #fff;
  letter-spacing: -.028em;
  text-wrap: balance;
  text-shadow: 0 2px 30px #01162059;
  margin-bottom: 26px;
  font-size: clamp(46px, 5vw, 70px);
  line-height: 1.05;
}

.hero h1 em {
  color: var(--teal-light);
  text-shadow: 0 0 26px #00b4d873;
  font-style: italic;
  position: relative;
}

.hero h1 em:after {
  content: "";
  background: linear-gradient(90deg, var(--teal), var(--teal-light));
  border-radius: 999px;
  height: .075em;
  position: absolute;
  bottom: .02em;
  left: .02em;
  right: .06em;
  box-shadow: 0 0 18px #00b4d88c;
}

.hero p.sub {
  color: #ffffffeb;
  letter-spacing: -.01em;
  margin-bottom: 26px;
  font-size: 22px;
  font-weight: 700;
  line-height: 1.5;
}

.hero-ctas {
  flex-wrap: wrap;
  gap: 16px;
  display: flex;
}

.hero-ctas .btn {
  padding: 17px 36px;
  font-size: 16px;
}

.hero-ctas .btn-primary {
  box-shadow: 0 10px 30px #00b4d873, 0 0 60px #00b4d833;
}

.hero-ctas .btn-outline {
  padding: 14px 32px;
}

.scroll-cue {
  pointer-events: none;
  border: 2px solid #ffffff8c;
  border-radius: 999px;
  width: 26px;
  height: 42px;
  position: absolute;
  bottom: 26px;
  left: 50%;
  transform: translateX(-50%);
}

.scroll-cue:before {
  content: "";
  background: var(--teal-light);
  border-radius: 999px;
  width: 4px;
  height: 8px;
  margin-left: -2px;
  position: absolute;
  top: 8px;
  left: 50%;
  box-shadow: 0 0 10px #7fd8eccc;
}

@media (prefers-reduced-motion: no-preference) {
  .hero h1, .hero p.sub, .hero-copy-inner > p, .hero-ctas {
    animation: hero-up 1s var(--ease-out-expo) both;
  }

  .hero h1 {
    animation-delay: .12s;
  }

  .hero p.sub {
    animation-delay: .32s;
  }

  .hero-copy-inner > p:not(.sub) {
    animation-delay: .46s;
  }

  .hero-ctas {
    animation-delay: .62s;
  }

  .hero-copy {
    animation: 1.2s both hero-scrim;
  }

  .hero h1 em:after {
    transform-origin: 0;
    animation: hero-underline .7s var(--ease-out-expo) 1.15s forwards;
    transform: scaleX(0);
  }

  .scroll-cue {
    animation: hero-up 1s var(--ease-out-expo) 1.3s both;
  }

  .scroll-cue:before {
    animation: 2.2s ease-in-out 1.6s infinite cue-drop;
  }
}

@keyframes hero-up {
  from {
    opacity: 0;
    transform: translateY(24px);
  }

  to {
    opacity: 1;
    transform: none;
  }
}

@keyframes hero-scrim {
  from {
    opacity: .35;
  }

  to {
    opacity: 1;
  }
}

@keyframes hero-underline {
  to {
    transform: scaleX(1);
  }
}

@keyframes cue-drop {
  0% {
    opacity: 1;
    transform: translateY(0);
  }

  55% {
    opacity: 0;
    transform: translateY(14px);
  }

  60% {
    opacity: 0;
    transform: translateY(0);
  }

  100% {
    opacity: 1;
    transform: translateY(0);
  }
}

.doors {
  grid-template-columns: repeat(3, 1fr);
  gap: 30px;
  width: min(1360px, 100vw - 48px);
  margin-left: calc(50% + -1 * min(680px, 50vw - 24px));
  display: grid;
}

.door {
  border: 1px solid var(--card-border);
  border-radius: var(--radius-card);
  box-shadow: var(--shadow-card);
  transition: transform .45s var(--ease-out-expo), box-shadow .45s var(--ease-out-expo), border-color .45s ease;
  background: #fff;
  flex-direction: column;
  padding: 20px 20px 28px;
  display: flex;
}

.door:hover {
  box-shadow: var(--shadow-card-bloom);
  border-color: var(--teal-tint-20);
  transform: translateY(-8px);
}

.img-zoom {
  position: relative;
  overflow: hidden;
}

.img-zoom img {
  object-fit: cover;
  width: 100%;
  height: 100%;
  transition: transform .7s var(--ease-out-expo);
  display: block;
}

.door:hover .img-zoom img, .area-card:hover .img-zoom img {
  transform: scale(1.06);
}

.door > :not(.door-img) {
  padding-left: 6px;
  padding-right: 6px;
}

.door .who {
  letter-spacing: .14em;
  text-transform: uppercase;
  color: var(--teal-deep);
  align-items: center;
  gap: 8px;
  margin-bottom: 10px;
  font-size: 11.5px;
  font-weight: 800;
  display: flex;
}

.door .who:before {
  content: "";
  background: var(--teal);
  border-radius: 3px;
  flex: none;
  width: 10px;
  height: 10px;
}

.door:nth-child(2) .who:before {
  background: var(--teal-deep);
}

.door:nth-child(3) .who:before {
  background: var(--amber);
}

.door:nth-child(3) .who {
  color: var(--amber-deep);
}

.door h3 {
  letter-spacing: -.015em;
  margin-bottom: 10px;
  font-size: 21px;
}

.door p {
  color: var(--slate);
  flex: 1;
  margin-bottom: 20px;
  font-size: 15px;
  line-height: 1.6;
}

.door-ctas {
  flex-direction: column;
  align-items: flex-start;
  gap: 10px;
  display: flex;
}

.arc-row {
  flex-wrap: nowrap;
  justify-content: center;
  align-items: center;
  gap: clamp(12px, 2.2vw, 28px);
  max-width: 980px;
  margin: 0 auto;
  display: flex;
}

.arc-step {
  text-align: center;
}

.arc-step h3 {
  white-space: nowrap;
  letter-spacing: -.02em;
  background: linear-gradient(100deg, var(--navy) 20%, var(--teal-deep) 90%);
  -webkit-text-fill-color: transparent;
  color: var(--navy);
  transition: transform .4s var(--ease-out-expo);
  -webkit-background-clip: text;
  background-clip: text;
  font-size: clamp(22px, 2.7vw, 36px);
}

.arc-step:hover h3 {
  transform: translateY(-5px);
}

.arc-arrow {
  width: clamp(44px, 5.5vw, 76px);
  color: var(--teal);
  flex: none;
  align-items: center;
  display: flex;
}

.arc-arrow svg {
  fill: none;
  stroke: currentColor;
  stroke-width: 2px;
  stroke-linecap: round;
  stroke-linejoin: round;
  width: 100%;
  height: 16px;
}

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

.program-card {
  border: 1px solid var(--card-border);
  border-radius: var(--radius-card);
  box-shadow: var(--shadow-card);
  transition: transform .45s var(--ease-out-expo), box-shadow .45s var(--ease-out-expo), border-color .45s ease;
  background: #fff;
  flex-direction: column;
  display: flex;
  overflow: hidden;
}

.program-card:hover {
  box-shadow: var(--shadow-card-bloom);
  border-color: var(--teal-tint-20);
  transform: translateY(-8px);
}

.program-card .accent {
  background: var(--teal);
  height: 6px;
  transition: height .35s var(--ease-soft);
}

.program-card:hover .accent {
  height: 10px;
}

.program-card .body {
  flex-direction: column;
  flex: 1;
  padding: 28px 28px 30px;
  display: flex;
}

.program-card .tag {
  letter-spacing: .07em;
  text-transform: uppercase;
  color: #fff;
  background: var(--teal);
  border-radius: 999px;
  width: fit-content;
  margin-bottom: 16px;
  padding: 6px 14px;
  font-size: 12px;
  font-weight: 800;
  display: inline-block;
}

.program-card .tag.flag {
  color: #fff;
  background: var(--amber);
}

.program-grid .program-card:first-child .tag {
  background: var(--teal);
}

.program-grid .program-card:nth-child(2) .tag {
  background: var(--amber);
}

.program-grid .program-card:nth-child(3) .tag {
  background: var(--navy);
}

.program-grid .program-card:first-child {
  border: 1.5px solid var(--teal);
}

.program-grid .program-card:nth-child(2) {
  border: 1.5px solid var(--amber);
}

.program-grid .program-card:nth-child(3) {
  border: 1.5px solid var(--navy);
}

.program-grid .program-card:nth-child(2):hover {
  border-color: var(--amber);
}

.program-grid .program-card:nth-child(3):hover {
  border-color: var(--navy);
}

.program-card .tag.invite {
  color: #fff;
  background: var(--teal-deep);
}

.program-card h3 {
  letter-spacing: -.015em;
  color: var(--navy);
  margin-bottom: 10px;
  font-size: 21px;
}

.program-card p {
  color: var(--slate);
  flex: 1;
  margin-bottom: 16px;
  font-size: 15px;
  line-height: 1.6;
}

.program-card .link {
  color: #fff;
  border-radius: 999px;
  width: fit-content;
  margin-top: auto;
  padding: 11px 22px;
  font-size: 14.5px;
  font-weight: 700;
  transition: filter .25s, transform .25s;
  display: inline-block;
}

.program-card .link:hover {
  color: #fff;
  filter: brightness(1.08);
  transform: translateY(-1px);
}

.program-grid .program-card:first-child .link {
  background: var(--teal);
}

.program-grid .program-card:nth-child(2) .link {
  background: var(--amber);
}

.program-grid .program-card:nth-child(3) .link {
  background: var(--navy);
}

.pathways-note {
  color: var(--teal-deep);
  background: var(--teal-tint-12);
  border-radius: 10px;
  margin-bottom: 16px;
  padding: 9px 13px;
  font-size: 12.5px;
  font-weight: 700;
}

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

.area-card {
  border: 1px solid var(--card-border);
  border-radius: var(--radius-card);
  box-shadow: var(--shadow-card);
  transition: transform .45s var(--ease-out-expo), box-shadow .45s var(--ease-out-expo), border-color .45s ease;
  background: #fff;
  padding: 24px 24px 28px;
  position: relative;
}

.area-card:hover {
  box-shadow: var(--shadow-card-bloom);
  border-color: var(--teal-tint-20);
  transform: translateY(-8px);
}

.area-card h3 {
  letter-spacing: -.012em;
  margin-bottom: 10px;
  font-size: 20px;
  line-height: 1.3;
}

.area-card .area-desc {
  color: var(--slate);
  margin-bottom: 14px;
  font-size: 15px;
  line-height: 1.6;
}

.area-card .subterms {
  flex-wrap: wrap;
  gap: 6px;
  margin-bottom: 16px;
  display: flex;
}

.area-card .subterms span {
  color: var(--amber-deep);
  background: #f4a30024;
  border-radius: 999px;
  padding: 5px 13px;
  font-size: 13px;
  font-weight: 700;
}

.area-card .link {
  color: var(--navy);
  font-size: 16px;
}

.area-card .link:hover {
  color: var(--teal);
}

.journey {
  grid-template-columns: repeat(5, 1fr);
  gap: 0;
  display: grid;
  position: relative;
}

.journey-step {
  text-align: center;
  padding: 0 16px;
  position: relative;
}

.journey-step .dot {
  background: var(--grad-teal);
  color: #fff;
  width: 48px;
  height: 48px;
  font-family: var(--font-head);
  z-index: 1;
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  margin: 0 auto 18px;
  font-size: 16px;
  font-weight: 800;
  display: flex;
  position: relative;
  box-shadow: 0 0 0 6px #fff, 0 8px 20px #006d8f59;
}

.journey-line {
  background: #006d8f29;
  border-radius: 999px;
  height: 3px;
  position: absolute;
  top: 23px;
  left: 10%;
  right: 10%;
}

.journey-line i {
  width: var(--jp, 100%);
  background: linear-gradient(90deg, var(--teal), var(--teal-deep));
  transition: width .9s var(--ease-out-expo);
  border-radius: 999px;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
}

.journey-line b {
  opacity: 0;
  background: linear-gradient(90deg, transparent, var(--teal-light), #fff, var(--teal-light), transparent);
  border-radius: 999px;
  width: 64px;
  height: 3px;
  margin-top: -1.5px;
  position: absolute;
  top: 50%;
  left: 0;
  box-shadow: 0 0 12px #00b4d8e6;
}

.journey-step .dot {
  transition: transform .35s var(--ease-out-expo), box-shadow .35s var(--ease-out-expo);
}

.journey-step:hover .dot {
  transform: scale(1.12);
  box-shadow: 0 0 0 6px #fff, 0 10px 26px #006d8f80;
}

@media (prefers-reduced-motion: no-preference) {
  html.js .journey-line i {
    width: 0;
  }

  html.js .journey-line.drawn i {
    width: var(--jp, 100%);
  }

  html.js .journey-line.drawn b {
    animation: journey-pulse 3.4s var(--ease-soft) 1s infinite;
  }
}

@keyframes journey-pulse {
  0% {
    opacity: 0;
    left: 0%;
  }

  12% {
    opacity: 1;
  }

  82% {
    opacity: 1;
  }

  100% {
    opacity: 0;
    left: 100%;
  }
}

.journey-step h3 {
  letter-spacing: -.01em;
  margin-bottom: 8px;
  font-size: 18px;
}

.journey-step p {
  color: var(--slate);
  font-size: 13.5px;
  line-height: 1.6;
}

.journey-band {
  color: #fff;
  border-radius: var(--radius-band);
  box-shadow: var(--shadow-band);
  background: #02334a;
  margin: 0 clamp(10px, 1.6vw, 26px);
  overflow: hidden;
}

.journey-band .section-head h2 {
  color: #fff;
}

.journey-band .section-head p {
  color: #ffffffb3;
}

.journey-band .kicker {
  color: var(--teal-light);
}

.journey-band .journey-step p {
  color: #ffffffb3;
}

.journey-band .journey-step .dot {
  box-shadow: 0 0 0 6px #02334a, 0 8px 20px #00000059;
}

.journey-band .journey-step:hover .dot {
  box-shadow: 0 0 0 6px #02334a, 0 10px 26px #00b4d88c;
}

.journey-band .journey-line {
  background: #ffffff29;
}

.journey-band .journey-line i {
  background: linear-gradient(90deg, var(--teal-light), var(--teal));
}

.journey-band .btn-outline-navy {
  color: #fff;
  border-color: #ffffffd9;
}

.journey-band .btn-outline-navy:hover {
  color: #fff;
  box-shadow: none;
  background: #ffffff1f;
}

.split {
  align-items: center;
  gap: 72px;
  display: flex;
}

.split-copy {
  flex: 1;
}

.split-copy h2 {
  margin: 16px 0 20px;
  font-size: clamp(28px, 3vw, 40px);
  line-height: 1.12;
}

.split-copy p {
  color: var(--slate);
  margin-bottom: 18px;
  font-size: 16.5px;
  line-height: 1.7;
}

.quote {
  color: var(--navy);
  border-left: 4px solid var(--teal);
  margin-bottom: 14px;
  padding-left: 22px;
  font-size: 27px;
  font-style: italic;
  font-weight: 700;
  line-height: 1.45;
}

.quote-attr {
  color: var(--slate);
  margin-bottom: 18px;
  font-size: 14px;
  font-weight: 700;
}

.check-list {
  margin-bottom: 22px;
  list-style: none;
}

.check-list li {
  color: var(--slate);
  margin-bottom: 10px;
  padding-left: 26px;
  font-size: 15px;
  position: relative;
}

.check-list li:before {
  content: "✓";
  color: var(--teal);
  font-weight: 800;
  position: absolute;
  left: 0;
}

.testimonial {
  background: #fff;
  border-radius: 20px;
  align-items: center;
  gap: 28px;
  max-width: 860px;
  margin: 64px auto 0;
  padding: 40px 44px 38px;
  display: flex;
  position: relative;
  box-shadow: 0 10px 36px #003b5514;
}

.testimonial:before {
  content: "“";
  color: var(--teal);
  font-family: Georgia, Times New Roman, serif;
  font-size: 96px;
  font-weight: 800;
  line-height: 1;
  position: absolute;
  top: -18px;
  left: 32px;
}

.testimonial > img {
  box-shadow: 0 0 0 3px #fff, 0 0 0 6px var(--teal);
}

.testimonial blockquote {
  color: var(--navy);
  margin-bottom: 10px;
  font-size: 17.5px;
  font-weight: 600;
  line-height: 1.55;
}

.testimonial .attr {
  color: var(--muted);
  font-size: 14px;
  font-weight: 700;
}

.metrics-row {
  flex-wrap: wrap;
  gap: 20px;
  width: calc(100% + 140px);
  max-width: 100vw;
  margin-left: -70px;
  margin-right: -70px;
  display: flex;
}

.metric {
  text-align: center;
  -webkit-backdrop-filter: blur(4px);
  border: 1px solid #ffffff1a;
  border-radius: 16px;
  flex: 1;
  min-width: 200px;
  padding: 36px 18px 30px;
  transition: transform .35s, background-color .35s;
}

.metric:hover {
  border-color: #7fd8ec59;
  transform: translateY(-6px);
  box-shadow: 0 20px 44px -18px #00000073, inset 0 0 40px #00b4d80f;
}

.metric:before {
  content: "";
  background: var(--teal);
  border-radius: 999px;
  width: 44px;
  height: 3px;
  margin: 0 auto 16px;
  display: block;
}

.metric:nth-child(2):before {
  background: var(--teal-light);
}

.metric:nth-child(4):before {
  background: var(--teal);
}

.metric {
  background: #7fd8ec29;
  border-color: #7fd8ec52;
}

.metric:hover {
  background: #7fd8ec38;
}

.metric .num {
  font-family: var(--font-head);
  color: #fff;
  letter-spacing: -.02em;
  font-size: clamp(40px, 3.8vw, 52px);
  font-weight: 800;
  line-height: 1.1;
}

.metric .label {
  letter-spacing: .05em;
  text-transform: uppercase;
  color: #ffffffa6;
  margin-top: 12px;
  font-size: 13.5px;
  font-weight: 600;
}

.metric .src {
  color: #ffffff73;
  margin-top: 6px;
  font-size: 11.5px;
}

.faq-layout {
  grid-template-columns: 320px 1fr;
  align-items: start;
  gap: 64px;
  display: grid;
}

.faq-aside {
  position: sticky;
  top: 108px;
}

.faq-aside .section-head {
  text-align: left;
  max-width: none;
  margin: 0 0 28px;
}

.faq-aside .section-head .kicker {
  justify-content: flex-start;
}

.faq-aside .section-head h2 {
  font-size: clamp(28px, 2.8vw, 38px);
}

.faq-nav {
  border-left: 2px solid var(--line);
  flex-direction: column;
  display: flex;
}

.faq-nav a {
  color: var(--muted);
  border-left: 2px solid #0000;
  margin-left: -2px;
  padding: 10px 0 10px 18px;
  font-size: 14.5px;
  font-weight: 700;
  transition: color .2s, border-color .2s;
}

.faq-nav a:hover {
  color: var(--teal-deep);
}

.faq-nav a.active {
  color: var(--navy);
  border-left-color: var(--teal);
}

.faq-list {
  border: 1px solid var(--card-border);
  border-radius: var(--radius-card);
  max-width: 860px;
  box-shadow: var(--shadow-card);
  background: #fff;
  margin: 0 auto;
  overflow: hidden;
}

.faq-layout .faq-list {
  max-width: none;
  margin: 0;
}

.faq-cat {
  letter-spacing: .14em;
  text-transform: uppercase;
  color: #fff;
  background: var(--navy);
  border-bottom: 1px solid #ffffff1f;
  padding: 18px 28px 16px;
  font-size: 12px;
  font-weight: 800;
}

.faq-row {
  border-bottom: 1px solid var(--line);
  padding: 20px 28px;
}

.faq-row:last-child {
  border-bottom: none;
}

.faq-q {
  font-family: var(--font-head);
  letter-spacing: -.01em;
  color: var(--navy);
  cursor: pointer;
  -webkit-user-select: none;
  user-select: none;
  justify-content: space-between;
  align-items: center;
  gap: 20px;
  font-size: 16.5px;
  font-weight: 700;
  display: flex;
}

.faq-q .toggle {
  background: var(--teal-tint-12);
  border-radius: 50%;
  flex: none;
  width: 28px;
  height: 28px;
  font-size: 0;
  transition: transform .25s, background-color .25s;
  position: relative;
}

.faq-q .toggle:after {
  content: "";
  border-right: 2.5px solid var(--teal-deep);
  border-bottom: 2.5px solid var(--teal-deep);
  width: 9px;
  height: 9px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -64%)rotate(45deg);
}

.faq-row:not(.collapsed) .faq-q .toggle {
  background: var(--teal);
  transform: rotate(180deg);
}

.faq-row:not(.collapsed) .faq-q .toggle:after {
  border-color: #fff;
}

.faq-a {
  color: var(--slate);
  max-width: 92%;
  margin-top: 12px;
  font-size: 15px;
  line-height: 1.65;
}

html.js .faq-a {
  opacity: 1;
  transition: grid-template-rows .45s var(--ease-soft), margin-top .45s var(--ease-soft), opacity .35s ease .1s;
  grid-template-rows: 1fr;
  display: grid;
}

html.js .faq-a .faq-a-inner {
  min-height: 0;
  overflow: hidden;
}

html.js .faq-row.collapsed .faq-a {
  opacity: 0;
  transition: grid-template-rows .45s var(--ease-soft), margin-top .45s var(--ease-soft), opacity .25s ease;
  grid-template-rows: 0fr;
  margin-top: 0;
}

html.js:not(.motion-ok) .faq-a {
  transition: none;
}

.faq-row .faq-q:hover {
  color: var(--teal-deep);
}

.offer-grid {
  grid-template-columns: repeat(3, 1fr);
  gap: 28px;
  margin-bottom: 44px;
  display: grid;
}

.offer-card {
  border: 1px solid var(--card-border);
  border-radius: var(--radius-card);
  box-shadow: var(--shadow-card);
  background: #fff;
  flex-direction: column;
  transition: transform .35s, box-shadow .35s;
  display: flex;
  overflow: hidden;
}

.offer-card:hover {
  box-shadow: var(--shadow-card-hover);
  transform: translateY(-6px);
}

.offer-card .ph {
  border-top: none;
  border-left: none;
  border-right: none;
  border-radius: 0;
  height: 160px;
}

.offer-card .body {
  flex-direction: column;
  flex: 1;
  padding: 26px 28px 28px;
  display: flex;
}

.offer-card h3 {
  letter-spacing: -.01em;
  color: var(--navy);
  margin-bottom: 8px;
  font-size: 18px;
}

.offer-card p {
  color: var(--slate);
  flex: 1;
  margin-bottom: 16px;
  font-size: 14.5px;
  line-height: 1.6;
}

.offer-card .link {
  color: var(--navy);
  font-size: 16px;
}

.offer-card .link:hover {
  color: var(--teal);
}

.badge {
  letter-spacing: .07em;
  text-transform: uppercase;
  border-radius: 999px;
  width: fit-content;
  margin-bottom: 14px;
  padding: 5px 13px;
  font-size: 11.5px;
  font-weight: 800;
  display: inline-block;
}

.badge-open {
  background: var(--teal-tint-12);
  color: var(--teal-deep);
}

.badge-few {
  color: var(--amber-deep);
  background: #f4a3001f;
}

.badge-invite {
  color: var(--teal-deep);
  background: #006d8f1a;
}

.badge-soon {
  background: var(--bg-light-2);
  color: var(--muted);
}

.badge-required {
  color: var(--amber-deep);
  background: #f4a3001f;
}

.offers-cta {
  text-align: center;
}

.partner-chips {
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  gap: 56px;
  margin-bottom: 30px;
  display: flex;
}

.partner-logo {
  object-fit: contain;
  width: auto;
  max-width: 200px;
  height: 44px;
}

.partner-line {
  text-align: center;
  color: var(--slate);
  max-width: 680px;
  margin: 0 auto;
  font-size: 16px;
  line-height: 1.65;
}

.recog-list {
  max-width: 640px;
  margin: 8px auto 0;
  padding: 0;
  list-style: none;
}

.recog-list li {
  border-bottom: 1px solid var(--line);
  align-items: baseline;
  gap: 18px;
  padding: 14px 0;
  display: flex;
}

.recog-list li:last-child {
  border-bottom: none;
}

.recog-list b {
  font-family: var(--font-head);
  color: var(--teal-deep);
  flex: none;
  width: 58px;
  font-size: 19px;
}

.recog-list span {
  color: var(--slate);
  text-align: left;
  font-size: 15px;
  line-height: 1.6;
}

@media (max-width: 1919px) {
  .gal-grid.marquee {
    width: 100vw;
    max-width: none;
    margin-left: calc(50% - 50vw);
  }
}

.final-banner {
  text-align: center;
  color: #fff;
  border-radius: var(--radius-band);
  box-shadow: var(--shadow-band);
  background-image: radial-gradient(#7fd8ec21 1.5px, #0000 1.5px), linear-gradient(100deg, #006d8fb8 0%, #0b4259c2 55%, #003b55cc 100%), url("/home/home-banner-find-way.jpg");
  background-position: center, center, 50% 40%;
  background-repeat: repeat, no-repeat, no-repeat;
  background-size: 26px 26px, cover, cover;
  margin: 0 clamp(10px, 1.6vw, 26px) 28px;
  padding: 120px 0;
  position: relative;
  overflow: hidden;
}

.final-banner:before {
  content: "";
  pointer-events: none;
  background: radial-gradient(circle, #00b4d82e 0%, #0000 65%);
  border-radius: 50%;
  width: 560px;
  height: 560px;
  position: absolute;
  bottom: -200px;
  left: -140px;
}

.final-banner .wrap {
  position: relative;
}

.final-banner h2 {
  letter-spacing: -.025em;
  color: #fff;
  margin-bottom: 18px;
  font-size: clamp(34px, 4vw, 52px);
  line-height: 1.08;
}

.final-banner p {
  color: #ffffffd9;
  max-width: 640px;
  margin: 0 auto 36px;
  font-size: 19px;
  line-height: 1.6;
}

.final-ctas {
  flex-wrap: wrap;
  justify-content: center;
  gap: 18px;
  display: flex;
}

footer.site-footer {
  background: var(--navy-deep);
  color: #fffc;
  padding: 96px 0 34px;
  position: relative;
  overflow: hidden;
}

footer.site-footer:before {
  content: "";
  pointer-events: none;
  background: radial-gradient(circle, #00b4d81a 0%, #0000 65%);
  border-radius: 50%;
  width: 680px;
  height: 680px;
  position: absolute;
  top: -280px;
  right: -200px;
}

footer.site-footer .wrap {
  position: relative;
}

.foot-grid {
  grid-template-columns: 1.4fr 1fr 1fr 1.3fr;
  gap: 56px;
  margin-bottom: 64px;
  display: grid;
}

.foot-logo {
  font-family: var(--font-head);
  color: #fff;
  margin-bottom: 16px;
  font-size: 18px;
  font-weight: 800;
}

.foot-logo span {
  color: var(--teal);
}

.foot-grid p {
  color: #ffffffa6;
  margin-bottom: 18px;
  font-size: 15px;
  line-height: 1.65;
}

.foot-col h5 {
  font-family: var(--font-body);
  letter-spacing: .12em;
  text-transform: uppercase;
  color: #ffffff80;
  margin-bottom: 20px;
  font-size: 13px;
  font-weight: 800;
}

.foot-col a {
  color: #fffc;
  margin-bottom: 12px;
  font-size: 15px;
  font-weight: 500;
  transition: color .2s;
  display: block;
}

.foot-col a:hover {
  color: var(--teal);
}

.foot-logo img, .foot-seal img {
  max-width: none;
}

.social-row {
  gap: 12px;
  display: flex;
}

.social-row .sic {
  color: #fff;
  background: #ffffff1a;
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  width: 38px;
  height: 38px;
  transition: background-color .2s;
  display: flex;
}

.social-row .sic:hover {
  background: var(--teal);
}

.newsletter {
  gap: 10px;
  margin-top: 6px;
  display: flex;
}

.newsletter input {
  color: #fff;
  min-width: 0;
  font-size: 14.5px;
  font-family: var(--font-body);
  box-shadow: none;
  background: #ffffff14;
  border: 1px solid #ffffff2e;
  border-radius: 999px;
  outline: none;
  flex: 1;
  padding: 12px 18px;
}

.newsletter input::placeholder {
  color: #ffffff73;
}

.newsletter input:focus {
  border-color: var(--teal);
  box-shadow: 0 0 0 3px var(--teal-tint-12);
}

.bottom-bar {
  color: #ffffff73;
  border-top: 1px solid #ffffff1a;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 10px;
  padding-top: 30px;
  font-size: 13.5px;
  display: flex;
}

.bottom-bar a {
  color: #ffffff73;
  transition: color .2s;
}

.bottom-bar a:hover {
  color: var(--teal);
}

.marquee {
  overflow: hidden;
  -webkit-mask-image: linear-gradient(90deg, #0000, #000 6% 94%, #0000);
  mask-image: linear-gradient(90deg, #0000, #000 6% 94%, #0000);
}

.marquee-track {
  align-items: stretch;
  width: max-content;
  display: flex;
}

.mq-set {
  align-items: center;
  gap: var(--mq-gap, 18px);
  padding-right: var(--mq-gap, 18px);
  flex: none;
  display: flex;
}

.mq-quotes .mq-set {
  align-items: stretch;
}

.mq-quotes .mq-set > div {
  flex: none;
  width: min(560px, 82vw);
}

.mq-gallery .mq-set img {
  transition: transform .55s var(--ease-out-expo), box-shadow .55s var(--ease-out-expo);
  flex: none;
  border-radius: 14px !important;
  width: 462px !important;
  height: 294px !important;
}

.mq-gallery .mq-set img:hover {
  box-shadow: var(--shadow-float);
  transform: scale(1.05)translateY(-4px);
}

.mq-logos .mq-set {
  --mq-gap: 72px;
}

@media (prefers-reduced-motion: no-preference) {
  .marquee-track {
    animation: mq-scroll var(--mq-dur, 42s) linear infinite;
    will-change: transform;
  }

  .marquee:hover .marquee-track, .marquee:focus-within .marquee-track {
    animation-play-state: paused;
  }
}

@keyframes mq-scroll {
  to {
    transform: translateX(-50%);
  }
}

html.snap *, html.snap :before, html.snap :after {
  transition: none !important;
  animation: none !important;
}

html.snap .js-reveal {
  opacity: 1 !important;
  transform: none !important;
}

html.snap .hero h1 em:after {
  transform: scaleX(1) !important;
}

html.snap .journey-line i {
  width: 100% !important;
}

html.snap .journey-line b {
  opacity: 0 !important;
  animation: none !important;
}

@media (prefers-reduced-motion: no-preference) {
  html {
    scroll-behavior: smooth;
  }

  .js-reveal {
    opacity: 0;
    transition: opacity .9s var(--ease-out-expo), transform .9s var(--ease-out-expo);
    transition-delay: var(--rd, 0s);
    transform: translateY(30px)scale(.985);
  }

  .js-reveal.in {
    opacity: 1;
    transform: none;
  }
}

@media (prefers-reduced-motion: reduce) {
  .btn, .door, .program-card, .area-card, .offer-card, .metric, .faq-q .toggle, .img-zoom img, .navbar, header.site-header {
    transition: none;
  }

  .btn:hover, .door:hover, .program-card:hover, .area-card:hover, .offer-card:hover, .metric:hover, .img-zoom img, .mq-gallery .mq-set img:hover {
    transform: none;
  }

  .hero h1, .hero p.sub, .hero-copy-inner > p, .hero-ctas, .hero-copy, .hero h1 em:after, .scroll-cue, .scroll-cue:before, .arc-arrow, .marquee-track {
    animation: none;
  }

  .arc-step h3 {
    transition: none;
  }

  .arc-step:hover h3 {
    transform: none;
  }
}

@media (max-width: 1240px) {
  .hero-copy-inner {
    margin-left: 0;
  }
}

@media (min-width: 1280px) and (max-width: 1439px) {
  .navbar {
    gap: 14px;
    padding-left: 18px;
    padding-right: 18px;
  }

  .logo img.brand-badge, header.site-header.scrolled .logo img.brand-badge {
    height: 32px;
  }

  .logo img.brand-word, header.site-header.scrolled .logo img.brand-word {
    height: 13px;
  }

  nav.mainnav {
    gap: 15px;
  }

  nav.mainnav a {
    font-size: 13.5px;
  }

  .navcta {
    gap: 8px;
  }

  .navcta .btn {
    padding: 10px 16px;
    font-size: 13.5px;
  }
}

@media (max-width: 1279px) {
  .navbar {
    --navh: 76px;
    justify-content: flex-start;
    padding: 13px 20px;
    position: relative;
  }

  header.site-header.scrolled .navbar {
    --navh: 64px;
  }

  .logo {
    margin-right: auto;
  }

  .navtoggle {
    display: flex;
  }

  .navcta {
    display: none;
  }

  .logo img.brand-badge, header.site-header.scrolled .logo img.brand-badge {
    height: 30px;
  }

  .logo img.brand-word, header.site-header.scrolled .logo img.brand-word {
    height: 12.5px;
  }

  nav.mainnav {
    height: calc(100vh - var(--navh));
    height: calc(100dvh - var(--navh));
    border-top: 1px solid var(--line);
    overscroll-behavior: contain;
    opacity: 0;
    visibility: hidden;
    transition: opacity .28s ease, transform .28s var(--ease-soft), visibility 0s linear .28s;
    z-index: 20;
    background: #fff;
    flex-direction: column;
    align-items: stretch;
    gap: 0;
    padding: 8px 24px 28px;
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
    overflow: hidden auto;
    transform: translateY(-8px);
    box-shadow: 0 24px 44px -20px #003b5559;
  }

  nav.mainnav a {
    border-bottom: 1px solid var(--line);
    width: 100%;
    padding: 15px 2px;
    font-size: 15.5px;
  }

  .navtoggle-input:checked ~ nav.mainnav {
    opacity: 1;
    visibility: visible;
    transition-delay: 0s;
    transform: none;
  }

  .mainnav .mobile-cta-row {
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    gap: 12px;
    margin: 26px 0 0;
    display: flex;
  }

  nav.mainnav a.active {
    box-shadow: none;
    color: var(--teal-deep);
  }

  .mainnav .mobile-cta-row a.btn {
    text-align: center;
    color: #fff;
    border-bottom: none;
    flex: 0 auto;
    min-width: 150px;
    max-width: 240px;
    padding: 13px 20px;
    font-size: 14.5px;
    font-weight: 700;
  }
}

@media (max-width: 980px) {
  section {
    padding: 80px 0;
  }

  .hero-img {
    width: 100%;
    height: 100%;
    min-height: 0;
    max-height: none;
    position: absolute;
    inset: 0;
  }

  .hero-copy {
    background: radial-gradient(520px 380px at 10% 88%, #00b4d82e, #0000 70%), linear-gradient(#011620c7 0%, #011620a8 45%, #011620db 100%);
    min-height: 60vh;
    padding: 64px 24px 72px;
    position: relative;
    inset: auto;
  }

  .hero-copy-inner {
    max-width: 100%;
  }

  .scroll-cue {
    display: none;
  }

  .doors, .program-grid, .offer-grid {
    grid-template-columns: 1fr;
    max-width: 560px;
    margin-left: auto;
    margin-right: auto;
  }

  .areas {
    grid-template-columns: 1fr 1fr;
  }

  .journey {
    grid-template-columns: 1fr;
    gap: 32px;
    max-width: 560px;
    margin: 0 auto;
  }

  .journey-line {
    display: none;
  }

  .faq-layout {
    grid-template-columns: 1fr;
    gap: 32px;
  }

  .faq-aside {
    position: static;
  }

  .faq-aside .section-head {
    text-align: center;
    margin-bottom: 20px;
  }

  .faq-aside .section-head .kicker {
    justify-content: center;
  }

  .faq-nav {
    border-left: 0;
    flex-flow: wrap;
    justify-content: center;
    gap: 8px;
  }

  .faq-nav a {
    border: 1px solid var(--line);
    background: #fff;
    border-radius: 999px;
    margin-left: 0;
    padding: 8px 14px;
    font-size: 13.5px;
  }

  .faq-nav a.active {
    border-color: var(--teal);
    color: var(--navy);
  }

  .split {
    flex-direction: column;
    gap: 36px;
  }

  .split > img {
    object-fit: cover;
    width: 100%;
    max-height: 420px;
    max-width: 100% !important;
    height: auto !important;
  }

  .metrics-row {
    width: 100%;
    margin-left: 0;
    margin-right: 0;
  }

  .metric {
    flex: 40%;
  }

  .foot-grid {
    grid-template-columns: 1fr 1fr;
    gap: 40px;
  }
}

@media (max-width: 640px) {
  section {
    padding: 64px 0;
  }

  .wrap {
    padding: 0 20px;
  }

  .hero-copy {
    min-height: 0;
    padding: 44px 20px 56px;
  }

  .hero h1 {
    margin-bottom: 18px;
    font-size: clamp(30px, 8.4vw, 42px);
  }

  .hero p.sub {
    margin-bottom: 18px;
    font-size: 18px;
  }

  .hero-copy-inner > p:not(.sub) {
    margin-bottom: 24px;
  }

  .hero-ctas {
    width: 100%;
  }

  .hero-ctas .btn {
    text-align: center;
    width: 100%;
  }

  .btn-row {
    gap: 12px;
  }

  .btn-row .btn {
    text-align: center;
    white-space: normal;
    width: 100%;
    max-width: 420px;
  }

  .areas {
    grid-template-columns: 1fr;
  }

  .metrics-row {
    grid-template-columns: 1fr;
    gap: 14px;
    display: grid;
  }

  .pad-88 {
    padding: 56px 0;
  }

  .arc-row {
    flex-direction: column;
    gap: 14px;
  }

  .arc-arrow {
    justify-content: center;
    width: 20px;
    height: 52px;
    overflow: visible;
  }

  .arc-arrow svg {
    flex: none;
    width: 52px;
    height: 16px;
    transform: rotate(90deg);
  }

  .testimonial {
    text-align: center;
    flex-direction: column;
    padding: 44px 26px 32px;
  }

  .faq-a {
    max-width: 100%;
  }

  .foot-grid {
    grid-template-columns: 1fr;
    gap: 36px;
  }
}

.reg-pagehead {
  text-align: center;
  padding: 90px 0 0;
}

.reg-pagehead h1 {
  font-family: var(--font-heading);
  letter-spacing: -.02em;
  text-wrap: balance;
  margin: 18px 0 16px;
  font-size: clamp(38px, 4.6vw, 54px);
  line-height: 1.08;
}

.reg-pagehead p {
  color: var(--slate);
  max-width: 620px;
  margin: 0 auto;
  font-size: 17px;
  line-height: 1.65;
}

.reg-progress {
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  gap: 14px 0;
  margin: 46px 0 56px;
  display: flex;
}

.reg-progress-step {
  align-items: center;
  display: flex;
}

.reg-progress-circle {
  width: 40px;
  height: 40px;
  color: var(--muted);
  font-family: var(--font-head);
  background: #fff;
  border: 2px solid #003b5526;
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  font-size: 15px;
  font-weight: 800;
  display: flex;
}

.reg-progress-step.active .reg-progress-circle {
  background: var(--teal);
  color: #fff;
}

.reg-progress-step.done .reg-progress-circle {
  background: var(--navy);
  color: #fff;
}

.reg-progress-label {
  color: var(--muted);
  margin-left: 10px;
  font-size: 12.5px;
  font-weight: 700;
}

.reg-progress-step.active .reg-progress-label, .reg-progress-step.done .reg-progress-label {
  color: var(--navy);
}

.reg-progress-line {
  background: #006d8f29;
  border-radius: 999px;
  flex: none;
  width: 54px;
  height: 2px;
  margin: 0 16px;
}

.reg-shell {
  max-width: 780px;
  margin: 0 auto 110px;
}

.reg-card {
  border: 1px solid var(--card-border);
  border-radius: var(--radius-card);
  box-shadow: var(--shadow-card);
  background: #fff;
  padding: clamp(28px, 4vw, 44px);
}

.reg-card h3 {
  font-family: var(--font-heading);
  letter-spacing: -.015em;
  margin-bottom: 6px;
  font-size: 21px;
}

.reg-card h3 + .reg-two-col, .reg-card h3 + .reg-row {
  margin-top: 20px;
}

.reg-sub {
  color: var(--slate);
  margin-bottom: 26px;
  font-size: 14.5px;
  line-height: 1.6;
}

.reg-row {
  margin-bottom: 18px;
}

.reg-row label {
  color: var(--slate);
  margin-bottom: 7px;
  font-size: 13px;
  font-weight: 700;
  display: block;
}

.reg-row input, .reg-row select {
  width: 100%;
  color: var(--ink);
  font-family: var(--font-body);
  background: #fff;
  border: 1px solid #003b5526;
  border-radius: 12px;
  padding: 14px 16px;
  font-size: 15px;
  line-height: normal;
  transition: border-color .2s, box-shadow .2s;
}

.reg-row input:focus, .reg-row select:focus {
  border-color: var(--teal);
  box-shadow: 0 0 0 3px var(--teal-tint-12);
  outline: none;
}

.reg-row select:disabled {
  background: var(--bg-light);
  color: var(--muted);
}

.reg-hint {
  color: var(--muted);
  margin-top: 6px;
  font-size: 12.5px;
}

.reg-two-col {
  gap: 16px;
  display: flex;
}

.reg-two-col .reg-row {
  flex: 1;
}

.reg-divider {
  letter-spacing: .08em;
  text-transform: uppercase;
  color: var(--muted);
  border-top: 1px solid var(--line);
  margin: 26px 0 14px;
  padding-top: 18px;
  font-size: 12px;
  font-weight: 700;
}

.reg-divider:first-of-type {
  border-top: none;
  margin-top: 0;
  padding-top: 0;
}

.reg-actions {
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  gap: 12px;
  margin-top: 30px;
  display: flex;
}

.reg-actions .btn {
  cursor: pointer;
  padding: 13px 26px;
  font-size: 14.5px;
}

.reg-actions .btn-outline-navy {
  padding: 11px 24px;
}

.reg-actions .btn:disabled {
  opacity: .6;
  cursor: default;
}

.reg-error {
  color: #8a2f24;
  background: #fdf1f0;
  border: 1px solid #e8b6b0;
  border-radius: 10px;
  margin-bottom: 16px;
  padding: 12px 16px;
  font-size: 14px;
  font-weight: 600;
}

.reg-season-pills {
  gap: 10px;
  margin-bottom: 20px;
  display: flex;
}

.reg-season-pill {
  text-align: center;
  font-size: 13px;
  font-weight: 700;
  font-family: var(--font-sans);
  color: var(--muted);
  cursor: pointer;
  background: #fff;
  border: 1.5px solid #e1e7ef;
  border-radius: 8px;
  flex: 1;
  padding: 10px;
}

.reg-season-pill.active {
  background: var(--navy);
  color: #fff;
  border-color: var(--navy);
}

.reg-summary {
  background: var(--bg-light);
  border-radius: 10px;
  margin-bottom: 22px;
  padding: 18px 20px;
}

.reg-summary-row {
  color: var(--ink);
  justify-content: space-between;
  gap: 16px;
  padding: 6px 0;
  font-size: 14px;
  display: flex;
}

.reg-summary-row.total {
  border-top: 1px solid #e1e7ef;
  margin-top: 6px;
  padding-top: 12px;
  font-weight: 800;
}

.reg-locked {
  border: 1px dashed var(--line);
}

.reg-locked .reg-summary-row span:last-child {
  text-align: right;
  font-weight: 700;
}

.reg-row input[readonly] {
  background: var(--bg-light);
  color: var(--slate);
  cursor: default;
}

.reg-square-note {
  border: 1px solid var(--line);
  color: var(--slate);
  background: #fff;
  border-radius: 8px;
  align-items: center;
  gap: 10px;
  margin-bottom: 14px;
  padding: 12px 16px;
  font-size: 12.5px;
  display: flex;
}

.reg-dev-note {
  border: 1px dashed var(--amber-deep);
  color: var(--amber-deep);
  background: #fff8e8;
  border-radius: 8px;
  padding: 12px 16px;
  font-size: 12.5px;
  font-weight: 600;
}

.reg-confirm-hero {
  text-align: center;
  padding: 100px 0 52px;
}

.reg-check-badge {
  background: var(--grad-teal);
  color: #fff;
  width: 88px;
  height: 88px;
  box-shadow: 0 0 0 9px var(--bg-teal-tint), 0 0 0 10px var(--teal-tint-20), 0 16px 40px #006d8f59;
  animation: badge-pop .9s var(--ease-out-expo) .1s both;
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  margin: 0 auto 28px;
  font-size: 38px;
  font-weight: 800;
  line-height: 1;
  display: flex;
  position: relative;
}

@keyframes badge-pop {
  from {
    opacity: 0;
    transform: scale(.6);
  }

  to {
    opacity: 1;
    transform: none;
  }
}

@media (prefers-reduced-motion: reduce) {
  .reg-check-badge {
    animation: none;
  }
}

html.snap .reg-check-badge {
  animation: none !important;
}

.reg-confirm-hero h1 {
  font-family: var(--font-heading);
  letter-spacing: -.02em;
  text-wrap: balance;
  margin-bottom: 14px;
  font-size: clamp(34px, 4vw, 46px);
}

.reg-confirm-hero p {
  color: var(--slate);
  max-width: 560px;
  margin: 0 auto;
  font-size: 17px;
  line-height: 1.65;
}

.reg-confirm-summary {
  border: 1px solid var(--card-border);
  border-radius: var(--radius-card);
  max-width: 580px;
  box-shadow: var(--shadow-card);
  background: #fff;
  margin: 0 auto 28px;
  padding: 30px 36px;
}

.reg-confirm-row {
  border-bottom: 1px solid var(--line);
  justify-content: space-between;
  gap: 16px;
  padding: 10px 0;
  font-size: 14.5px;
  display: flex;
}

.reg-confirm-row:last-child {
  border-bottom: none;
}

.reg-confirm-row span:first-child {
  color: var(--muted);
  font-weight: 600;
}

.reg-confirm-row span:last-child {
  color: var(--navy);
  text-align: right;
  font-weight: 700;
}

.reg-next-step {
  background: var(--bg-teal-tint);
  border: 2px solid var(--teal);
  border-radius: var(--radius-card);
  text-align: center;
  max-width: 580px;
  box-shadow: var(--shadow-card);
  margin: 0 auto 28px;
  padding: 34px 36px;
}

.reg-next-step h3 {
  font-family: var(--font-heading);
  margin-bottom: 10px;
  font-size: 20px;
}

.reg-next-step p {
  color: var(--slate);
  margin-bottom: 20px;
  font-size: 14.5px;
  line-height: 1.6;
}

.reg-next-step .btn {
  padding: 13px 28px;
  font-size: 14.5px;
}

.reg-email-note {
  text-align: center;
  max-width: 580px;
  color: var(--slate);
  background: var(--bg-light);
  border-radius: 14px;
  margin: 0 auto 52px;
  padding: 16px 22px;
  font-size: 13.5px;
  font-weight: 600;
}

.reg-keep-going {
  text-align: center;
  padding: 0 0 110px;
}

.reg-keep-going p {
  color: var(--slate);
  margin-bottom: 18px;
  font-size: 14.5px;
}

.reg-keep-links {
  flex-wrap: wrap;
  justify-content: center;
  gap: 12px;
  display: flex;
}

.reg-keep-links a {
  color: var(--teal-deep);
  background: var(--teal-tint-12);
  border-radius: 999px;
  padding: 10px 20px;
  font-size: 13.5px;
  font-weight: 700;
  transition: background-color .25s, color .25s, transform .25s;
}

.reg-keep-links a:hover {
  background: var(--teal);
  color: #fff;
  transform: translateY(-2px);
}

@media (max-width: 980px) {
  .reg-two-col {
    flex-direction: column;
    gap: 0;
  }
}

@media (max-width: 720px) {
  .reg-progress-line {
    width: 26px;
    margin: 0 8px;
  }

  .reg-progress-label {
    display: none;
  }

  .reg-actions {
    text-align: center;
    flex-direction: column-reverse;
    align-items: stretch;
  }
}

.pagehero {
  color: #fff;
  position: relative;
  overflow: hidden;
}

.pagehero > .wrap {
  z-index: 3;
  position: relative;
}

.pagehero .kicker {
  color: var(--teal-light);
}

.pagehero h1 {
  color: #fff;
  text-wrap: balance;
  text-shadow: 0 2px 30px #01162059;
  margin: 18px 0;
}

.pagehero p {
  color: #ffffffd9;
  font-size: 17px;
}

.pagehero.v-photo {
  border-radius: var(--radius-band);
  box-shadow: var(--shadow-band);
  background: var(--navy);
  isolation: isolate;
  margin: 18px clamp(10px, 1.6vw, 26px) 0;
  padding: 110px 0 116px;
}

.pagehero.v-photo .hero-photo {
  z-index: 0;
  transform-origin: 58% 46%;
  will-change: transform;
  pointer-events: none;
  background-position: 50% 42%;
  background-repeat: no-repeat;
  background-size: cover;
  animation: 26s cubic-bezier(.22, .61, .36, 1) forwards heroKenBurns;
  position: absolute;
  inset: 0;
  transform: scale(1.07);
}

@keyframes heroKenBurns {
  from {
    transform: scale(1.07);
  }

  to {
    transform: scale(1);
  }
}

.pagehero.v-photo:after {
  content: "";
  z-index: 1;
  pointer-events: none;
  background: linear-gradient(100deg, #013247de 0%, #003b55c4 48%, #006d8f9e 100%);
  position: absolute;
  inset: 0;
}

.pagehero.v-photo:before {
  content: "";
  z-index: 2;
  pointer-events: none;
  background: radial-gradient(circle, #00b4d82e 0%, #0000 65%);
  border-radius: 50%;
  width: 560px;
  height: 560px;
  position: absolute;
  top: -180px;
  right: -130px;
}

.pagehero.v-photo h1 {
  letter-spacing: -.026em;
  font-size: clamp(40px, 4.6vw, 56px);
  line-height: 1.06;
}

.pagehero.v-photo p {
  max-width: 740px;
  line-height: 1.7;
}

.pagehero.v-photo .hero-promise {
  font-family: var(--font-body);
  color: #fff;
  background: var(--teal);
  border: 0;
  border-radius: 999px;
  margin-top: 30px;
  padding: 17px 36px;
  font-size: 16px;
  font-weight: 700;
  line-height: 1.2;
  transition: transform .25s, background-color .25s, box-shadow .25s;
  display: inline-block;
  box-shadow: 0 10px 30px #00b4d873, 0 0 60px #00b4d833;
}

.pagehero.v-photo .hero-promise:hover {
  background: var(--teal-hover);
  transform: translateY(-2px);
  box-shadow: 0 12px 34px #00b4d880, 0 0 70px #00b4d840;
}

@media (prefers-reduced-motion: reduce) {
  .pagehero.v-photo .hero-photo {
    animation: none;
    transform: scale(1);
  }

  .pagehero.v-photo:after {
    animation: none;
  }
}

html.snap .pagehero.v-photo .hero-photo {
  animation: none !important;
  transform: scale(1) !important;
}

.pagehero.v-photo + .section-dark, .pagehero.v-photo + .section-band {
  margin-top: 26px;
}

.pagehero.v-ctas {
  background-image: radial-gradient(#7fd8ec21 1.5px, transparent 1.5px), var(--grad-navy-teal);
  background-size: 26px 26px, cover;
  padding: 96px 0 104px;
}

.pagehero.v-ctas:before {
  content: "";
  pointer-events: none;
  background: radial-gradient(circle, #00b4d833 0%, #0000 65%);
  border-radius: 50%;
  width: 560px;
  height: 560px;
  position: absolute;
  top: -180px;
  right: -140px;
}

.pagehero.v-ctas h1 {
  letter-spacing: -.028em;
  font-size: clamp(40px, 4.8vw, 56px);
}

.pagehero.v-ctas p {
  max-width: 680px;
  line-height: 1.65;
}

.pagehero.v-ctas .hero-promise {
  letter-spacing: .01em;
  color: #fff;
  background: #f4a30024;
  border: 1.5px solid #f4a300a6;
  border-radius: 999px;
  align-items: center;
  margin: 26px 0 4px;
  padding: 12px 24px;
  font-size: 15px;
  font-weight: 800;
  display: inline-flex;
}

.pagehero-ctas {
  flex-wrap: wrap;
  gap: 16px;
  margin-top: 28px;
  display: flex;
}

.pagehero-ctas .btn-primary {
  box-shadow: 0 10px 30px #00b4d873, 0 0 60px #00b4d833;
}

@media (prefers-reduced-motion: no-preference) {
  .pagehero.v-ctas .kicker, .pagehero.v-ctas h1, .pagehero.v-ctas p, .pagehero.v-ctas .hero-promise, .pagehero.v-ctas .pagehero-ctas {
    animation: hero-up 1s var(--ease-out-expo) both;
  }

  .pagehero.v-ctas h1 {
    animation-delay: .1s;
  }

  .pagehero.v-ctas p {
    animation-delay: .24s;
  }

  .pagehero.v-ctas .hero-promise {
    animation-delay: .38s;
  }

  .pagehero.v-ctas .pagehero-ctas {
    animation-delay: .52s;
  }
}

.section-band {
  background: var(--navy);
  color: #fff;
  background-image: radial-gradient(#7fd8ec21 1.5px, transparent 1.5px), var(--grad-dark-band);
  border-radius: var(--radius-band);
  box-shadow: var(--shadow-band);
  background-size: 26px 26px, cover;
  margin: 0 clamp(10px, 1.6vw, 26px);
  position: relative;
  overflow: hidden;
}

.section-band:before {
  content: "";
  pointer-events: none;
  background: radial-gradient(circle, #00b4d829 0%, #0000 65%);
  border-radius: 50%;
  width: 520px;
  height: 520px;
  position: absolute;
  top: -160px;
  right: -120px;
}

.section-band > .wrap {
  position: relative;
}

.section-band .kicker {
  color: var(--teal-light);
}

.section-band .section-head h2 {
  color: #fff;
}

.section-band .section-head p {
  color: #ffffffb3;
}

.btn-amber {
  background: var(--amber);
  color: #fff;
  box-shadow: 0 8px 24px #f4a3004d;
}

.btn-amber:hover {
  background: var(--amber-deep);
  box-shadow: 0 12px 30px #f4a3005c;
}

.st-soon {
  background: var(--bg-light-2);
  color: var(--muted);
}

.st-invite {
  background: var(--navy);
  color: #fff;
  cursor: default;
  transition: transform .3s var(--ease-out-expo), box-shadow .3s ease;
  position: relative;
}

.st-invite:after {
  content: "";
  border-radius: inherit;
  animation: invite-pulse 2.8s var(--ease-soft) infinite;
  pointer-events: none;
  position: absolute;
  inset: 0;
  box-shadow: 0 0 #003b5573;
}

.st-invite:hover {
  transform: translateY(-1px)scale(1.04);
  box-shadow: 0 6px 16px -6px #003b558c;
}

.st-invite:hover:after {
  animation-duration: 1.4s;
}

@keyframes invite-pulse {
  0% {
    box-shadow: 0 0 #003b5566;
  }

  70% {
    box-shadow: 0 0 0 10px #003b5500;
  }

  100% {
    box-shadow: 0 0 #003b5500;
  }
}

@media (prefers-reduced-motion: reduce) {
  .st-invite:after {
    animation: none;
  }

  .st-invite:hover {
    transform: none;
  }
}

.tag {
  letter-spacing: .05em;
  text-transform: uppercase;
  color: var(--teal-deep);
  background: var(--teal-tint-12);
  border-radius: 999px;
  padding: 4px 12px;
  font-size: 11.5px;
  font-weight: 800;
  display: inline-block;
}

.tag-amber {
  color: var(--amber-deep);
  background: #f4a30024;
}

.tag-blue {
  letter-spacing: .14em;
  text-transform: uppercase;
  color: var(--teal);
  background: none;
  border-radius: 0;
  padding: 0;
  font-size: 13px;
  font-weight: 800;
}

.pathway {
  color: var(--muted);
  border: 1.5px solid var(--line);
  background: #fff;
  border-radius: 999px;
  padding: 3px 11px;
  font-size: 11.5px;
  font-weight: 700;
  display: inline-block;
}

.chip {
  color: var(--muted);
  background: var(--bg-light);
  border: 1px solid var(--line);
  border-radius: 999px;
  padding: 4px 12px;
  font-size: 12px;
  font-weight: 700;
  display: inline-block;
}

:where(.page-programs) .chip {
  color: var(--slate);
  padding: 6px 14px;
  font-size: 12.5px;
}

.chip-season {
  background: var(--bg-light-2);
  color: var(--muted);
  border-color: var(--line);
}

.chip-row {
  flex-wrap: wrap;
  justify-content: center;
  gap: 10px;
  margin-bottom: 34px;
  display: flex;
}

.flagship {
  grid-template-columns: 1fr 1.15fr;
  align-items: center;
  gap: 56px;
  display: grid;
}

.flagship > img {
  box-shadow: var(--shadow-card);
  border-radius: var(--radius-card) !important;
}

.flagship h2 {
  margin: 14px 0 16px;
  font-size: clamp(28px, 3vw, 38px);
}

.flagship p {
  color: var(--slate);
  margin-bottom: 16px;
  font-size: 16px;
  line-height: 1.7;
}

.flagship ul {
  margin-bottom: 20px;
  list-style: none;
}

.flagship ul li {
  color: var(--slate);
  min-height: 22px;
  margin-bottom: 12px;
  padding-left: 36px;
  font-size: 15px;
  font-weight: 600;
  position: relative;
}

.flagship ul li:before {
  content: "";
  background: var(--teal-tint-12);
  border-radius: 50%;
  width: 22px;
  height: 22px;
  position: absolute;
  top: 1px;
  left: 0;
}

.flagship ul li:after {
  content: "";
  border-left: 2.5px solid var(--teal-deep);
  border-bottom: 2.5px solid var(--teal-deep);
  width: 8px;
  height: 5px;
  margin: -4px 0 0 -5px;
  position: absolute;
  top: 12px;
  left: 11px;
  transform: rotate(-45deg);
}

.subgrid {
  grid-template-columns: 1fr 1fr;
  gap: 24px;
  margin: 56px 0 0;
  display: grid;
}

.subcard {
  border: 1px solid var(--card-border);
  border-radius: var(--radius-card);
  box-shadow: var(--shadow-card);
  background: #fff;
  padding: 30px 32px 32px;
  transition: transform .35s, box-shadow .35s;
  position: relative;
  overflow: hidden;
}

.subcard:hover {
  box-shadow: var(--shadow-card-hover);
  transform: translateY(-6px);
}

.subcard:before {
  content: "";
  background: var(--teal);
  width: 6px;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
}

.subcard h4 {
  letter-spacing: -.015em;
  margin-bottom: 8px;
  font-size: 20px;
}

.subcard p {
  color: var(--slate);
  margin-bottom: 14px;
  font-size: 15px;
  line-height: 1.6;
}

.subcard a {
  color: var(--navy);
  font-size: 15.5px;
  font-weight: 700;
  transition: color .2s;
}

.subcard a:hover {
  color: var(--teal);
}

.formats-line {
  letter-spacing: .04em;
  color: var(--teal-deep);
  text-transform: uppercase;
  margin-bottom: 16px;
  font-size: 13.5px;
  font-weight: 800;
}

.flag-ctas {
  flex-wrap: wrap;
  align-items: center;
  gap: 14px;
  display: flex;
}

.flagship-foot {
  text-align: center;
  margin-top: 44px;
}

.flagship-foot .formats-line {
  margin-bottom: 18px;
}

.flagship-foot .flag-ctas {
  justify-content: center;
}

.set-block {
  grid-template-columns: 1.15fr 1fr;
  align-items: center;
  gap: 52px;
  display: grid;
}

.set-block.flip {
  grid-template-columns: 1fr 1.15fr;
}

.set-block.flip .set-copy {
  order: 2;
}

.set-block > img {
  box-shadow: var(--shadow-card);
  border-radius: var(--radius-card) !important;
}

.set-copy h2 {
  margin: 14px 0 16px;
  font-size: clamp(28px, 3vw, 38px);
}

.set-copy p {
  color: var(--slate);
  margin-bottom: 18px;
  font-size: 16px;
  line-height: 1.7;
}

.set-head-row {
  flex-wrap: wrap;
  align-items: center;
  gap: 14px;
  margin-bottom: 4px;
  display: flex;
}

.set-cta-row {
  text-align: center;
}

.four-grid {
  grid-template-columns: 1fr 1fr;
  gap: 18px;
  margin: 30px 0;
  display: grid;
}

.mini-card {
  border: 1px solid var(--card-border);
  box-shadow: var(--shadow-card);
  background: #fff;
  border-radius: 14px;
  align-items: flex-start;
  gap: 14px;
  padding: 22px 22px 24px;
  transition: transform .35s, box-shadow .35s;
  display: flex;
}

.mini-card:hover {
  box-shadow: var(--shadow-card-hover);
  transform: translateY(-4px);
}

.mini-card .mc-icon {
  width: 36px;
  height: 36px;
  color: var(--amber);
  background: #f4a30024;
  border-radius: 10px;
  flex: none;
  justify-content: center;
  align-items: center;
  display: flex;
}

.mini-card .mc-icon svg {
  fill: none;
  stroke: currentColor;
  stroke-width: 1.8px;
  stroke-linecap: round;
  stroke-linejoin: round;
  width: 19px;
  height: 19px;
}

.mini-card h4 {
  margin-bottom: 6px;
  font-size: 15px;
  line-height: 1.35;
}

.mini-card p {
  color: var(--slate);
  margin: 0;
  font-size: 13px;
  line-height: 1.6;
}

.set-block.flip .mini-card .mc-icon {
  color: var(--navy);
  background: #003b5514;
}

.format-grid {
  grid-template-columns: 1fr 1fr;
  gap: 22px;
  max-width: 1080px;
  margin: 0 auto;
  display: grid;
}

.format-card {
  border: 1px solid var(--card-border);
  border-radius: var(--radius-card);
  box-shadow: var(--shadow-card);
  transition: transform .45s var(--ease-out-expo), box-shadow .45s var(--ease-out-expo);
  background: #fff;
  padding: 28px 28px 30px;
}

.format-card:hover {
  box-shadow: var(--shadow-card-bloom);
  transform: translateY(-6px);
}

.format-card .fmt-thumb {
  aspect-ratio: 3 / 2;
  border-radius: 12px;
  margin-bottom: 18px;
}

.format-card img.fmt-thumb {
  object-fit: cover;
  width: 100%;
  height: auto;
  display: block;
}

.format-card h4 {
  letter-spacing: -.01em;
  color: var(--navy);
  margin-bottom: 8px;
  font-size: 19px;
}

.format-card p {
  color: var(--slate);
  margin: 0;
  font-size: 14.5px;
  line-height: 1.65;
}

.journey-strip {
  flex-wrap: wrap;
  justify-content: center;
  gap: 16px;
  margin-bottom: 44px;
  display: flex;
  position: relative;
}

.journey-strip .j-step {
  font-family: var(--font-body);
  color: #ffffffe0;
  border: 1.5px solid #ffffff47;
  border-radius: 999px;
  padding: 16px 38px;
  font-size: 17.5px;
  font-weight: 700;
  transition: border-color .25s, background-color .25s;
}

.journey-strip .j-step:hover {
  border-color: var(--teal-light);
  background: #7fd8ec1a;
}

.journey-strip.on-light {
  gap: 12px;
  margin-bottom: 40px;
}

.journey-strip.on-light .j-step {
  font-family: var(--font-head);
  border: 1.5px solid var(--line);
  color: var(--muted);
  transition: transform .3s var(--ease-out-expo), box-shadow .3s ease;
  background: #fff;
  padding: 12px 26px;
  font-size: 14.5px;
  font-weight: 700;
}

.journey-strip.on-light .j-step:hover {
  box-shadow: var(--shadow-card);
  border-color: var(--line);
  background: #fff;
  transform: translateY(-3px);
}

.journey-strip.on-light .j-step.current {
  background: var(--teal);
  color: #fff;
  border-color: var(--teal);
  box-shadow: 0 8px 24px #00b4d84d;
}

.journey-strip.on-light .j-arrow {
  font-size: inherit;
}

.journey-strip .j-step {
  position: relative;
  overflow: hidden;
}

.journey-strip .j-step:after {
  content: "";
  pointer-events: none;
  background: linear-gradient(90deg, #0000, #7fd8ec4d, #ffffff6b, #7fd8ec4d, #0000);
  border-radius: 999px;
  position: absolute;
  inset: 0;
  transform: translateX(-120%);
}

.journey-strip .j-arrow {
  position: relative;
}

@media (prefers-reduced-motion: no-preference) {
  .journey-strip .j-step:after {
    animation: 7s cubic-bezier(.45, .05, .55, .95) infinite jsweep;
  }

  .journey-strip .j-step:first-of-type:after {
    animation-delay: 0s;
  }

  .journey-strip .j-step:nth-of-type(3):after {
    animation-delay: .34s;
  }

  .journey-strip .j-step:nth-of-type(5):after {
    animation-delay: .68s;
  }

  .journey-strip .j-step:nth-of-type(7):after {
    animation-delay: 1.02s;
  }

  .journey-strip .j-step:nth-of-type(9):after {
    animation-delay: 1.36s;
  }

  .journey-strip .j-arrow {
    animation: 7s ease-in-out infinite jarrow;
  }

  .journey-strip .j-arrow:nth-of-type(2) {
    animation-delay: .17s;
  }

  .journey-strip .j-arrow:nth-of-type(4) {
    animation-delay: .51s;
  }

  .journey-strip .j-arrow:nth-of-type(6) {
    animation-delay: .85s;
  }

  .journey-strip .j-arrow:nth-of-type(8) {
    animation-delay: 1.19s;
  }
}

@keyframes jsweep {
  0% {
    transform: translateX(-120%);
  }

  16%, 100% {
    transform: translateX(120%);
  }
}

@keyframes jarrow {
  0%, 100% {
    opacity: .75;
    transform: translateX(0);
  }

  9% {
    opacity: 1;
    transform: translateX(5px);
  }

  18% {
    opacity: .75;
    transform: translateX(0);
  }
}

html.snap .journey-strip .j-step:after, html.snap .journey-strip .j-arrow {
  animation: none;
}

.j-arrow {
  color: var(--amber);
  align-self: center;
  font-size: 20px;
  font-weight: 800;
}

.program-card p:last-child {
  margin-bottom: 0;
}

.offer-note {
  text-align: center;
  max-width: 760px;
  color: var(--slate);
  background: var(--bg-teal-tint);
  border: 1px solid var(--teal-tint-20);
  border-radius: 12px;
  margin: -22px auto 30px;
  padding: 13px 22px;
  font-size: 14px;
}

.offer-note strong {
  color: var(--teal-deep);
}

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

.offering-card {
  border: 1px solid var(--card-border);
  border-radius: var(--radius-card);
  box-shadow: var(--shadow-card);
  background: #fff;
  flex-direction: column;
  padding: 22px;
  transition: transform .35s, box-shadow .35s;
  display: flex;
}

.offering-card:hover {
  box-shadow: var(--shadow-card-hover);
  transform: translateY(-6px);
}

.offering-card .ph {
  border-radius: 12px;
  height: 120px;
  margin-bottom: 16px;
}

.offering-card .cardimg {
  object-fit: cover;
  border-radius: 12px;
  width: 100%;
  height: 120px;
  margin-bottom: 16px;
}

.offering-card .badges {
  flex-wrap: wrap;
  gap: 8px;
  margin-bottom: 12px;
  display: flex;
}

.offering-card h3 {
  letter-spacing: -.01em;
  margin-bottom: 8px;
  font-size: 17.5px;
}

.offering-card .meta {
  color: var(--slate);
  margin-bottom: 14px;
  font-size: 13.5px;
}

.offering-card .meta span {
  margin-bottom: 2px;
  display: block;
}

.offering-card .cardfoot {
  justify-content: space-between;
  align-items: center;
  gap: 10px;
  margin-top: auto;
  display: flex;
}

.offering-card .cardfoot a {
  color: var(--teal-deep);
  font-size: 13.5px;
  font-weight: 700;
  transition: color .2s;
}

.offering-card .cardfoot a:hover {
  color: var(--teal);
}

.offering-card .cardfoot .waitnote {
  color: var(--muted);
  font-size: 13.5px;
  font-weight: 700;
}

.offering-card.is-off {
  opacity: .55;
  filter: grayscale();
  background: var(--bg-light);
}

.offering-card.is-off .cardfoot span.note {
  color: var(--muted);
  font-size: 13px;
}

.offering-grid .offering-card:nth-child(2) .tag, .offering-grid .offering-card:nth-child(3) .tag {
  color: var(--amber-deep);
  background: #f4a30024;
}

.quote-marquee {
  overflow: hidden;
  -webkit-mask-image: linear-gradient(90deg, #0000, #000 5% 95%, #0000);
  mask-image: linear-gradient(90deg, #0000, #000 5% 95%, #0000);
}

.qm-track {
  width: max-content;
  animation: 52s linear infinite qm-scroll;
  display: flex;
}

.quote-marquee:hover .qm-track, .quote-marquee:focus-within .qm-track {
  animation-play-state: paused;
}

.qm-set {
  flex: none;
  align-items: stretch;
  gap: 24px;
  padding-right: 24px;
  display: flex;
}

.qm-set .quote-card {
  flex: none;
  width: min(520px, 84vw);
}

@keyframes qm-scroll {
  from {
    transform: translateX(0);
  }

  to {
    transform: translateX(-50%);
  }
}

@media (prefers-reduced-motion: reduce) {
  .qm-track {
    animation: none;
  }
}

.quote-card {
  border: 1px solid var(--card-border);
  background: #fff;
  border-radius: 16px;
  flex-direction: column;
  padding: 30px 32px;
  display: flex;
  box-shadow: 0 10px 36px #003b5514;
}

.quote-card .qmark {
  color: var(--teal);
  margin-bottom: 10px;
  font-family: Georgia, Times New Roman, serif;
  font-size: 56px;
  font-weight: 800;
  line-height: .9;
}

.quote-card p.qtext {
  color: var(--navy);
  margin-bottom: 18px;
  font-size: 15.5px;
  font-weight: 600;
  line-height: 1.6;
}

.quote-card .qwho {
  color: var(--navy);
  margin-top: auto;
  font-size: 14px;
  font-weight: 700;
}

.quote-card .qrole {
  color: var(--muted);
  font-size: 12.5px;
  font-weight: 700;
}

.edu-quote {
  border: 1px solid var(--card-border);
  background: #fff;
  border-radius: 16px;
  align-items: flex-start;
  gap: 24px;
  max-width: 780px;
  margin: 0 auto;
  padding: 32px 34px;
  display: flex;
  box-shadow: 0 10px 36px #003b5514;
}

.edu-quote > img {
  object-fit: cover;
  border-radius: 50%;
  flex: none;
  width: 78px;
  height: 78px;
}

.edu-quote + .edu-quote {
  margin-top: 22px;
}

.edu-quote .qmark {
  color: var(--teal);
  margin-bottom: 8px;
  font-family: Georgia, Times New Roman, serif;
  font-size: 48px;
  font-weight: 800;
  line-height: .8;
  display: block;
}

.edu-quote p.qtext {
  color: var(--navy);
  margin-bottom: 16px;
  font-size: 16px;
  font-weight: 600;
  line-height: 1.65;
}

.edu-quote .qwho {
  color: var(--navy);
  font-size: 14.5px;
  font-weight: 700;
}

.edu-quote .qrole {
  color: var(--muted);
  font-size: 12.5px;
  font-weight: 700;
}

@property --mx {
  syntax: "<percentage>";
  inherits: true;
  initial-value: 50%;
}

@property --my {
  syntax: "<percentage>";
  inherits: true;
  initial-value: 44%;
}

.register-banner {
  text-align: center;
  color: #fff;
  border-radius: var(--radius-band);
  box-shadow: var(--shadow-band);
  margin: 0 clamp(10px, 1.6vw, 26px) 28px;
  position: relative;
  overflow: hidden;
}

.register-banner .wrap {
  position: relative;
}

.register-banner .kicker {
  color: var(--teal-light);
}

.register-banner h2 {
  color: #fff;
  margin-bottom: 16px;
}

.register-banner.v-photo {
  background-image: radial-gradient(#7fd8ec21 1.5px, #0000 1.5px), linear-gradient(100deg, #006d8fcc 0%, #0b4259d6 55%, #003b55e0 100%), url("/home/home-banner-find-way.jpg");
  background-position: center, 0%, 50% 40%;
  background-repeat: repeat, no-repeat, no-repeat;
  background-size: 26px 26px, 220% 220%, cover;
  padding: 120px 0;
  transition: background-position 1s;
}

.register-banner.v-photo:before {
  content: "";
  background: radial-gradient(620px 300px at var(--mx, 50%) var(--my, 44%), #ffffff3d, transparent 70%);
  opacity: 0;
  pointer-events: none;
  transition: opacity .8s, --mx .25s ease-out, --my .25s ease-out;
  position: absolute;
  inset: 0;
}

.register-banner.v-photo:hover {
  background-position: center, 100%, 50% 40%;
}

.register-banner.v-photo:hover:before {
  opacity: 1;
}

.register-banner.v-photo h2 {
  letter-spacing: -.028em;
  font-size: clamp(38px, 5vw, 58px);
  line-height: 1.08;
}

.register-banner.v-photo p {
  color: #ffffffe0;
  margin-bottom: 30px;
  font-size: 19px;
  font-weight: 500;
  line-height: 1.5;
}

.register-banner.v-photo .fineprint {
  color: #ffffffb3;
  margin-top: 22px;
  margin-bottom: 0;
  font-size: 13.5px;
  font-weight: 400;
}

@media (prefers-reduced-motion: reduce) {
  .register-banner.v-photo, .register-banner.v-photo:before {
    transition: none;
  }
}

.register-banner.v-gradient {
  background-image: radial-gradient(#7fd8ec21 1.5px, transparent 1.5px), var(--grad-navy-teal);
  background-size: 26px 26px, cover;
  padding: 110px 0;
}

.register-banner.v-gradient:before {
  content: "";
  pointer-events: none;
  background: radial-gradient(circle, #00b4d82e 0%, #0000 65%);
  border-radius: 50%;
  width: 560px;
  height: 560px;
  position: absolute;
  bottom: -200px;
  left: -140px;
}

.register-banner.v-gradient h2 {
  letter-spacing: -.025em;
  font-size: clamp(30px, 3.8vw, 46px);
  line-height: 1.08;
}

.register-banner.v-gradient p {
  color: #ffffffd9;
  max-width: 640px;
  margin: 0 auto 32px;
  font-size: 18px;
  line-height: 1.6;
}

.register-banner.v-gradient .fineprint {
  color: #ffffffa6;
  margin-top: 22px;
  margin-bottom: 0;
  font-size: 13.5px;
}

.foot-seal {
  margin-top: 26px;
}

.foot-seal img {
  width: 94px;
  height: auto;
  display: block;
}

@media (prefers-reduced-motion: reduce) {
  .map-card, .format-card, .offering-card, .mini-card, .subcard {
    transition: none;
  }

  .map-card:hover, .format-card:hover, .offering-card:hover, .mini-card:hover, .subcard:hover {
    transform: none;
  }

  .hero-promise {
    transition: none;
  }

  .hero-promise:hover {
    transform: none;
  }
}

@media (max-width: 980px) {
  :where(.page-programs) .program-grid {
    grid-template-columns: repeat(3, 1fr);
    gap: 28px;
    max-width: none;
    margin: 0;
  }
}

@media (max-width: 900px) {
  .pagehero.v-photo {
    padding: 80px 0 88px;
  }

  .flagship {
    grid-template-columns: 1fr;
    gap: 32px;
  }

  .flagship > img {
    aspect-ratio: 4 / 3 !important;
  }

  .set-block, .set-block.flip {
    grid-template-columns: 1fr;
    gap: 32px;
  }

  .set-block .set-copy, .set-block.flip .set-copy {
    order: 2;
  }

  .set-block > img, .set-block.flip > img {
    order: 1;
  }

  .set-block > img {
    aspect-ratio: 4 / 3 !important;
  }

  .four-grid {
    grid-template-columns: 1fr;
    gap: 14px;
    margin: 24px 0;
  }

  .offering-grid {
    grid-template-columns: 1fr;
    gap: 18px;
    max-width: 460px;
    margin: 0 auto;
  }

  .journey-strip {
    gap: 8px;
  }

  .journey-strip .j-step {
    padding: 10px 18px;
    font-size: 13px;
  }

  .register-banner.v-photo {
    padding: 84px 0;
  }
}

@media (max-width: 760px) {
  .subgrid {
    grid-template-columns: 1fr;
    gap: 16px;
    margin-top: 36px;
  }
}

@media (max-width: 700px) {
  .format-grid {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 560px) {
  .flag-ctas {
    flex-direction: column;
    align-items: stretch;
  }

  .flag-ctas .btn {
    text-align: center;
    white-space: normal;
  }

  .flagship-foot .flag-ctas {
    align-items: center;
  }

  .subcard {
    padding: 24px 22px 26px;
  }

  .format-card {
    padding: 22px 20px 24px;
  }

  .quote-card {
    padding: 26px 24px;
  }

  .edu-quote {
    text-align: center;
    flex-direction: column;
    align-items: center;
    padding: 28px 24px;
  }
}

:where(.page-programs) section {
  padding: 104px 0;
}

@media (max-width: 900px) {
  :where(.page-programs) section {
    padding: 80px 0;
  }

  .page-programs .section-head {
    margin-bottom: 40px;
  }

  :where(.page-programs) .program-grid {
    grid-template-columns: 1fr;
    gap: 20px;
    max-width: 460px;
    margin: 0 auto;
  }

  .page-programs .wrap {
    padding: 0 24px;
  }
}

@media (max-width: 560px) {
  :where(.page-programs) section {
    padding: 64px 0;
  }

  .page-programs .wrap {
    padding: 0 20px;
  }
}

button.btn {
  cursor: pointer;
  appearance: none;
  border: 0;
}

button.btn[disabled] {
  cursor: default;
}

.newsletter .btn {
  color: #fffc;
  font-weight: 500;
}

.newsletter-msg {
  color: var(--teal-light);
  margin-top: 10px;
  font-size: 13px;
  font-weight: 700;
}

.newsletter-msg[data-state="error"] {
  color: #ffb4a8;
}

.notfound {
  text-align: center;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  min-height: calc(100dvh - 76px);
  padding: 96px 20px 108px;
  display: flex;
  position: relative;
  overflow: hidden;
}

.notfound:before {
  content: "";
  background: radial-gradient(circle, var(--teal-tint-12) 0%, transparent 65%);
  pointer-events: none;
  border-radius: 50%;
  width: 760px;
  height: 760px;
  position: absolute;
  top: -140px;
  left: 50%;
  transform: translateX(-50%);
}

.notfound:after {
  content: "";
  pointer-events: none;
  background-image: radial-gradient(#006d8f1a 1.5px, #0000 1.5px);
  background-size: 26px 26px;
  position: absolute;
  inset: 0;
  -webkit-mask-image: radial-gradient(closest-side at 50% 32%, #000, #0000);
  mask-image: radial-gradient(closest-side at 50% 32%, #000, #0000);
}

.notfound > * {
  z-index: 1;
  position: relative;
}

.notfound .code {
  font-family: var(--font-head);
  letter-spacing: -.04em;
  background: linear-gradient(100deg, var(--navy) 15%, var(--teal) 85%);
  -webkit-text-fill-color: transparent;
  color: var(--navy);
  -webkit-background-clip: text;
  background-clip: text;
  font-size: clamp(96px, 15vw, 150px);
  font-weight: 800;
  line-height: 1;
}

.notfound h1 {
  text-wrap: balance;
  margin: 16px 0;
  font-size: clamp(26px, 3vw, 36px);
}

.notfound p {
  color: var(--slate);
  max-width: 500px;
  margin: 0 auto 34px;
  font-size: 16.5px;
  line-height: 1.65;
}

.notfound .btn {
  margin-bottom: 38px;
  padding: 16px 36px;
  font-size: 15.5px;
}

.quicklinks {
  flex-wrap: wrap;
  justify-content: center;
  gap: 12px;
  display: flex;
}

.quicklinks a {
  color: var(--teal-deep);
  background: var(--teal-tint-12);
  border-radius: 999px;
  padding: 10px 20px;
  font-size: 13.5px;
  font-weight: 700;
  transition: background-color .25s, color .25s, transform .25s;
}

.quicklinks a:hover {
  background: var(--teal);
  color: #fff;
  transform: translateY(-2px);
}

@media (prefers-reduced-motion: no-preference) {
  .notfound .code, .notfound h1, .notfound p, .notfound .btn, .quicklinks {
    animation: rise-in .9s var(--ease-out-expo) both;
  }

  .notfound .code {
    animation: rise-in .9s var(--ease-out-expo) both, code-drift 5.6s ease-in-out 1.6s infinite;
  }

  .notfound h1 {
    animation-delay: .12s;
  }

  .notfound p {
    animation-delay: .22s;
  }

  .notfound .btn {
    animation-delay: .32s;
  }

  .quicklinks {
    animation-delay: .42s;
  }
}

@keyframes rise-in {
  from {
    opacity: 0;
    transform: translateY(22px);
  }

  to {
    opacity: 1;
    transform: none;
  }
}

@keyframes code-drift {
  0%, 100% {
    transform: translateY(0);
  }

  50% {
    transform: translateY(-8px);
  }
}

@media (max-width: 640px) {
  .notfound {
    padding: 72px 20px 84px;
  }
}

:where(.page-sia) section, :where(.page-sia) .wrap {
  overflow-x: clip;
}

:where(.page-sia) .marquee-track, :where(.page-sia) .mq-set {
  max-width: none;
}

.breadcrumb {
  background: var(--bg-light);
  border-bottom: 1px solid var(--line);
  color: var(--muted);
  padding: 13px 0;
  font-size: 13px;
  font-weight: 600;
}

.breadcrumb a {
  color: var(--teal-deep);
  font-weight: 700;
  transition: color .2s;
}

.breadcrumb a:hover {
  color: var(--teal);
}

.chips {
  flex-wrap: wrap;
  gap: 8px;
  display: flex;
}

.st-closed {
  background: var(--bg-light-2);
  color: var(--muted);
}

.pathway-solid {
  letter-spacing: .07em;
  text-transform: uppercase;
  color: var(--teal-deep);
  border: 1.5px solid var(--teal-tint-20);
  background: var(--bg-teal-tint);
  border-radius: 999px;
  padding: 4px 12px;
  font-size: 11.5px;
  font-weight: 800;
  display: inline-block;
}

.do-grid {
  grid-template-columns: 1.05fr 1fr;
  align-items: center;
  gap: 64px;
  display: grid;
}

.do-grid > img {
  box-shadow: var(--shadow-float);
  border-radius: var(--radius-card) !important;
  height: 380px !important;
}

.do-copy h2 {
  margin: 16px 0 20px;
  font-size: clamp(28px, 3vw, 40px);
  line-height: 1.12;
}

.do-copy p {
  color: var(--slate);
  margin-bottom: 18px;
  font-size: 16.5px;
  line-height: 1.7;
}

.do-copy ul {
  list-style: none;
}

.do-copy ul li {
  color: var(--slate);
  margin-bottom: 10px;
  padding-left: 26px;
  font-size: 15px;
  position: relative;
}

.do-copy ul li:before {
  content: "✓";
  color: var(--teal);
  font-weight: 800;
  position: absolute;
  left: 0;
}

.flow {
  flex-wrap: wrap;
  justify-content: center;
  align-items: stretch;
  gap: 0;
  display: flex;
}

.flow-step {
  text-align: center;
  flex: 1;
  min-width: 140px;
  padding: 0 14px;
}

.flow-step .num {
  background: var(--grad-teal);
  color: #fff;
  width: 48px;
  height: 48px;
  font-family: var(--font-head);
  box-shadow: 0 0 0 6px var(--bg-light), 0 8px 20px #006d8f59;
  transition: transform .35s var(--ease-out-expo), box-shadow .35s var(--ease-out-expo);
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  margin: 0 auto 16px;
  font-size: 16px;
  font-weight: 800;
  display: flex;
}

.flow-step:hover .num {
  box-shadow: 0 0 0 6px var(--bg-light), 0 10px 26px #006d8f80;
  transform: scale(1.12);
}

.flow-step h4 {
  letter-spacing: -.01em;
  margin-bottom: 6px;
  font-size: 17px;
}

.flow-step p {
  color: var(--slate);
  font-size: 13.5px;
  line-height: 1.6;
}

.flow-arrow {
  color: var(--amber);
  align-self: flex-start;
  margin-top: 10px;
  padding: 0 2px;
  font-size: 22px;
  font-weight: 800;
}

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

.areadetail-card {
  border: 1px solid var(--card-border);
  border-radius: var(--radius-card);
  box-shadow: var(--shadow-card);
  transition: transform .45s var(--ease-out-expo), box-shadow .45s var(--ease-out-expo), border-color .45s ease;
  background: #fff;
  grid-template-columns: 1.15fr .85fr;
  align-items: center;
  gap: 6px 40px;
  padding: 34px 36px;
  display: grid;
  position: relative;
}

.areadetail-card:hover {
  box-shadow: var(--shadow-card-bloom);
  border-color: var(--teal-tint-20);
  transform: translateY(-6px);
}

.areadetail-card > * {
  grid-column: 1;
}

.areadetail-card > img {
  object-fit: cover;
  grid-area: 1 / 2 / span 6;
  width: 100%;
  min-height: 240px;
  max-height: 300px;
  border-radius: 14px !important;
  height: 100% !important;
}

.areadetail-card h3 {
  letter-spacing: -.015em;
  margin-bottom: 4px;
  font-size: 23px;
}

.areadetail-card p {
  color: var(--slate);
  margin-bottom: 12px;
  font-size: 15.5px;
  line-height: 1.65;
}

.areadetail-card .areahead {
  flex-wrap: nowrap;
  justify-content: space-between;
  align-items: center;
  gap: 12px;
  margin-bottom: 6px;
  display: flex;
}

.areadetail-card .areahead h3 {
  margin-bottom: 0;
}

.areadetail-card .areahead .chip {
  white-space: nowrap;
  flex: none;
}

.areadetail-card .subhead {
  letter-spacing: .06em;
  text-transform: uppercase;
  color: var(--teal-deep);
  margin-bottom: 8px;
  font-size: 12.5px;
  font-weight: 800;
}

.areadetail-card .recognised {
  font-size: 13px;
}

.areadetail-card.is-off {
  opacity: .72;
  filter: grayscale();
  background: var(--bg-light);
}

.areadetail-card.is-off:hover {
  box-shadow: var(--shadow-card);
  border-color: var(--card-border);
  transform: none;
}

.path-grid {
  grid-template-columns: 1fr 1fr;
  gap: 28px;
  margin-bottom: 24px;
  display: grid;
}

.path-card {
  border: 1.5px solid var(--teal);
  border-radius: var(--radius-card);
  box-shadow: var(--shadow-card);
  transition: transform .45s var(--ease-out-expo), box-shadow .45s var(--ease-out-expo);
  background: #fff;
  flex-direction: column;
  padding: 24px 24px 30px;
  display: flex;
}

.path-card:hover {
  box-shadow: var(--shadow-card-bloom);
  transform: translateY(-8px);
}

.path-card > img {
  border-radius: 12px !important;
}

.path-card h3 {
  letter-spacing: -.015em;
  margin: 12px 0 8px;
  font-size: 23px;
}

.path-card .subhead {
  letter-spacing: .06em;
  text-transform: uppercase;
  color: var(--teal-deep);
  margin-bottom: 6px;
  font-size: 12.5px;
  font-weight: 800;
}

.path-card p {
  color: var(--slate);
  margin-bottom: 16px;
  font-size: 15px;
  line-height: 1.6;
}

.path-card ul {
  margin-bottom: 22px;
  list-style: none;
}

.path-card ul li {
  color: var(--slate);
  margin-bottom: 8px;
  padding-left: 24px;
  font-size: 14.5px;
  position: relative;
}

.path-card ul li:before {
  content: "✓";
  color: var(--teal);
  font-weight: 800;
  position: absolute;
  left: 0;
}

.path-card .cardcta {
  margin-top: auto;
}

.next-grid {
  grid-template-columns: 1fr 1fr;
  gap: 28px;
  max-width: 920px;
  margin: 0 auto;
  display: grid;
}

.next-card {
  border: 1px solid var(--card-border);
  border-radius: var(--radius-card);
  box-shadow: var(--shadow-card);
  transition: transform .45s var(--ease-out-expo), box-shadow .45s var(--ease-out-expo), border-color .45s ease;
  background: #fff;
  padding: 30px 32px;
}

.next-card:hover {
  box-shadow: var(--shadow-card-bloom);
  border-color: var(--teal-tint-20);
  transform: translateY(-6px);
}

.next-card h4 {
  letter-spacing: -.012em;
  margin-bottom: 10px;
  font-size: 20px;
}

.next-card p {
  color: var(--slate);
  margin-bottom: 16px;
  font-size: 15px;
  line-height: 1.6;
}

.next-card a {
  color: var(--teal);
  font-size: 15px;
  font-weight: 700;
  transition: color .2s;
}

.next-card a:hover {
  color: var(--teal-deep);
}

.gallery {
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
  margin-bottom: 48px;
  display: grid;
}

.gallery img {
  transition: transform .55s var(--ease-out-expo), box-shadow .55s var(--ease-out-expo);
  border-radius: 14px !important;
}

.gallery img:hover {
  box-shadow: var(--shadow-float);
  transform: scale(1.03)translateY(-4px);
}

.gallery.marquee {
  width: 100vw;
  max-width: none;
  margin-left: calc(50% - 50vw);
}

.gallery.marquee, .marquee {
  overflow-x: clip;
}

.quote-center {
  text-align: center;
  background: #fff;
  border-radius: 20px;
  max-width: 800px;
  margin: 0 auto 56px;
  padding: 44px 48px 38px;
  position: relative;
  box-shadow: 0 10px 36px #003b5514;
}

.quote-center:before {
  content: "“";
  color: var(--teal);
  font-family: Georgia, Times New Roman, serif;
  font-size: 96px;
  font-weight: 800;
  line-height: 1;
  position: absolute;
  top: -18px;
  left: 36px;
}

.quote-center blockquote {
  color: var(--navy);
  margin-bottom: 16px;
  font-size: 19px;
  font-weight: 600;
  line-height: 1.55;
}

.quote-center cite {
  color: var(--muted);
  font-size: 14px;
  font-style: normal;
  font-weight: 700;
}

.quote-center cite img {
  box-shadow: 0 0 0 3px #fff, 0 0 0 5px var(--teal);
}

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

.career-card {
  border: 1px solid var(--card-border);
  border-radius: var(--radius-card);
  box-shadow: var(--shadow-card);
  background: #fff;
  padding: 28px;
  transition: transform .35s, box-shadow .35s;
}

.career-card:hover {
  box-shadow: var(--shadow-card-hover);
  transform: translateY(-6px);
}

.career-card:before {
  content: "";
  background: var(--teal);
  border-radius: 999px;
  width: 44px;
  height: 3px;
  margin-bottom: 16px;
  display: block;
}

.career-card h4 {
  letter-spacing: -.01em;
  margin-bottom: 8px;
  font-size: 17px;
}

.career-card p {
  color: var(--slate);
  font-size: 14px;
  line-height: 1.6;
}

.offering-card--bleed {
  padding: 0 0 26px;
  overflow: hidden;
}

.offering-card--bleed > img {
  object-fit: cover;
  border-radius: 0;
  width: 100%;
  height: 195px;
  margin: 0 0 20px;
  display: block;
}

.offering-card--bleed .badges {
  margin: 0 26px 14px;
}

.offering-card--bleed h3 {
  margin: 0 26px 10px;
  font-size: 18px;
}

.offering-card--bleed .meta {
  margin: 0 26px 18px;
}

.offering-card--bleed .cardfoot {
  margin: auto 26px 0;
}

.offering-card--bleed .cardfoot a {
  color: var(--teal);
  font-size: 14.5px;
}

.offering-card--bleed .cardfoot a:hover {
  color: var(--teal-deep);
}

.offering-grid--bleed {
  gap: 28px;
}

@media (prefers-reduced-motion: reduce) {
  .areadetail-card, .path-card, .next-card, .career-card, .gallery img, .flow-step .num {
    transition: none;
  }

  .areadetail-card:hover, .path-card:hover, .next-card:hover, .career-card:hover, .gallery img:hover, .flow-step:hover .num {
    transform: none;
  }

  .journey-strip.on-light .j-step {
    transition: none;
  }

  .journey-strip.on-light .j-step:hover {
    transform: none;
  }
}

@media (max-width: 980px) {
  .pagehero.v-ctas {
    padding: 72px 0 80px;
  }

  .do-grid {
    grid-template-columns: 1fr;
    gap: 36px;
  }

  .do-grid > img {
    width: 100%;
    max-height: 420px;
  }

  .areadetail-card {
    grid-template-columns: 1fr;
  }

  .areadetail-card > img {
    grid-area: auto / 1;
    margin-top: 10px;
    height: 240px !important;
  }

  .path-grid, .next-grid, .career-row, .offering-grid--bleed {
    grid-template-columns: 1fr;
    max-width: 560px;
    margin-left: auto;
    margin-right: auto;
  }

  .gallery {
    grid-template-columns: 1fr 1fr;
  }
}

@media (max-width: 640px) {
  .pagehero.v-ctas h1 {
    font-size: clamp(30px, 8.4vw, 40px);
  }

  .pagehero-ctas .btn {
    text-align: center;
    width: 100%;
  }

  .pagehero .hero-promise {
    white-space: normal;
  }

  .flow {
    flex-direction: column;
    gap: 26px;
  }

  .flow-arrow {
    display: none;
  }

  .gallery {
    grid-template-columns: 1fr;
  }

  .quote-center {
    padding: 44px 26px 32px;
  }
}

.testi-card {
  border: 1px solid var(--teal-tint-20);
  border-radius: var(--radius-card);
  box-shadow: var(--shadow-card-bloom);
  transition: transform .45s var(--ease-out-expo), box-shadow .45s var(--ease-out-expo);
  background: #fff;
  padding: 36px 32px 28px;
  position: relative;
  overflow: hidden;
}

.testi-card:before {
  content: "";
  background: var(--grad-teal);
  height: 6px;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
}

.testi-card:hover {
  box-shadow: var(--shadow-card-hover);
  transform: translateY(-6px);
}

.testi-card blockquote {
  color: var(--navy);
  margin-bottom: 16px;
  font-size: 16.5px;
  font-weight: 600;
  line-height: 1.6;
  position: relative;
}

.testi-card .who {
  letter-spacing: .09em;
  text-transform: uppercase;
  color: var(--teal-deep);
  align-items: center;
  gap: 9px;
  font-size: 12px;
  font-weight: 800;
  display: flex;
}

.testi-card .who:before {
  content: "";
  background: var(--teal);
  border-radius: 3px;
  flex: none;
  width: 10px;
  height: 10px;
}

.offer-card .offer-photo {
  flex: none;
  height: 220px;
  overflow: hidden;
}

.offer-card .offer-photo img {
  object-fit: cover;
  object-position: center;
  width: 100%;
  height: 100%;
  transition: transform .55s var(--ease-out-expo);
  display: block;
}

.offer-card:hover .offer-photo img {
  transform: scale(1.04);
}

.gal-marquee {
  flex-direction: column;
  gap: 16px;
  display: flex;
}

.gal-row {
  overflow: hidden;
  -webkit-mask-image: linear-gradient(90deg, #0000, #000 5% 95%, #0000);
  mask-image: linear-gradient(90deg, #0000, #000 5% 95%, #0000);
}

.gal-track {
  gap: 16px;
  width: max-content;
  display: flex;
}

.gal-track img {
  object-fit: contain;
  background: #fff;
  border-radius: 16px;
  width: auto;
  height: 222px;
  display: block;
}

.gal-a {
  animation: 68s linear infinite galscroll-a;
}

.gal-b {
  animation: 76s linear infinite galscroll-b;
}

.gal-row:hover .gal-track {
  animation-play-state: paused;
}

@keyframes galscroll-a {
  from {
    transform: translateX(0);
  }

  to {
    transform: translateX(-50%);
  }
}

@keyframes galscroll-b {
  from {
    transform: translateX(-50%);
  }

  to {
    transform: translateX(0);
  }
}

@media (prefers-reduced-motion: reduce) {
  .gal-a, .gal-b {
    animation: none;
  }

  .gal-row {
    overflow-x: auto;
  }
}

@media (max-width: 700px) {
  .gal-track img {
    height: 170px;
  }
}

.page-register {
  background: var(--bg-light);
}

.reg-row select {
  appearance: none;
  cursor: pointer;
  background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='12' height='8' viewBox='0 0 12 8'><path d='M1 1.5l5 5 5-5' fill='none' stroke='%23516b7b' stroke-width='1.8' stroke-linecap='round' stroke-linejoin='round'/></svg>");
  background-position: right 18px center;
  background-repeat: no-repeat;
  padding-right: 44px;
}

.reg-row select:focus {
  background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='12' height='8' viewBox='0 0 12 8'><path d='M1 1.5l5 5 5-5' fill='none' stroke='%23006d8f' stroke-width='1.8' stroke-linecap='round' stroke-linejoin='round'/></svg>");
}

.reg-row select.unset, .reg-row input::placeholder {
  color: var(--muted);
}

.step-caption {
  text-align: center;
  color: var(--navy);
  letter-spacing: .01em;
  margin: 0 0 30px;
  font-size: 13px;
  font-weight: 700;
  display: none;
}

.step-caption .of {
  color: var(--muted);
  font-weight: 600;
}

@media (max-width: 780px) {
  .reg-progress-label {
    margin-left: 8px;
    font-size: 12px;
  }

  .reg-progress-line {
    width: 22px;
    margin: 0 8px;
  }
}

@media (max-width: 640px) {
  .reg-progress {
    flex-flow: row;
    justify-content: center;
    align-items: center;
    gap: 0;
    margin: 20px 0 8px;
  }

  .reg-progress-step {
    flex: none;
  }

  .reg-progress-circle {
    width: 30px;
    height: 30px;
    font-size: 13px;
  }

  .reg-progress-step.active .reg-progress-circle {
    box-shadow: 0 6px 14px #006d8f52, 0 0 0 4px var(--teal-tint-12);
  }

  .reg-progress-label {
    display: none;
  }

  .reg-progress-line {
    width: 26px;
    margin: 0 7px;
    display: block;
  }

  .step-caption {
    display: block;
  }

  .reg-actions {
    flex-direction: column-reverse;
    align-items: stretch;
  }

  .reg-actions .btn {
    text-align: center;
    white-space: normal;
  }

  .reg-actions > span {
    display: none;
  }

  .reg-confirm-hero {
    padding: 72px 0 40px;
  }

  .reg-confirm-summary, .reg-next-step {
    padding: 26px 24px;
  }

  .reg-confirm-row {
    flex-wrap: wrap;
  }
}

:where(.page-coed) .pagehero-ctas {
  margin-top: 30px;
}

.hero-claim {
  color: #fff;
  border: 1.5px solid #f4a300a6;
  border-left: 4px solid var(--amber);
  background: #f4a30024;
  border-radius: 16px;
  max-width: 640px;
  margin-top: 26px;
  padding: 18px 24px;
  font-size: 16.5px;
  font-weight: 700;
  line-height: 1.55;
  display: block;
}

.status {
  letter-spacing: .07em;
  text-transform: uppercase;
  border-radius: 999px;
  padding: 5px 13px;
  font-size: 11.5px;
  font-weight: 800;
  display: inline-block;
}

.st-open {
  background: var(--teal-tint-12);
  color: var(--teal-deep);
}

.st-few {
  color: var(--amber-deep);
  background: #f4a3001f;
}

.st-wait {
  color: var(--navy);
  background: #003b5514;
}

.shared-grid {
  grid-template-columns: 1.05fr 1fr;
  align-items: center;
  gap: 64px;
  margin-bottom: 26px;
  display: grid;
}

.shared-grid > img {
  box-shadow: var(--shadow-float);
  border-radius: var(--radius-card) !important;
}

.shared-copy h2 {
  margin: 16px 0 20px;
  font-size: clamp(28px, 3vw, 40px);
  line-height: 1.12;
}

.shared-copy p {
  color: var(--slate);
  margin-bottom: 18px;
  font-size: 16.5px;
  line-height: 1.7;
}

.section-dark .shared-copy p {
  color: #fffc;
}

.section-dark .shared-grid > img {
  box-shadow: 0 20px 44px -18px #00000073;
}

.area-list {
  list-style: none;
}

.area-list li {
  color: var(--slate);
  margin-bottom: 10px;
  padding-left: 26px;
  font-size: 15px;
  line-height: 1.6;
  position: relative;
}

.area-list li:before {
  content: "✓";
  color: var(--teal);
  font-weight: 800;
  position: absolute;
  left: 0;
}

.area-list li strong {
  color: var(--navy);
}

.area-list li.is-off {
  opacity: .6;
}

.area-list li.is-off:before {
  color: var(--muted);
}

.area-list li .chip-season {
  vertical-align: middle;
  margin-left: 6px;
}

.frame-line {
  flex-wrap: wrap;
  align-items: center;
  gap: 6px;
  margin-bottom: 22px;
  display: flex;
}

.frame-line .step {
  font-size: 12.5px;
  font-weight: 700;
  font-family: var(--font-head);
  color: var(--teal-deep);
  background: var(--teal-tint-12);
  transition: transform .3s var(--ease-out-expo), background-color .25s ease;
  border-radius: 999px;
  padding: 6px 13px;
}

.frame-line .step:hover {
  background: var(--teal-tint-20);
  transform: translateY(-2px);
}

.frame-line .arw {
  color: var(--amber);
  font-size: 13px;
  font-weight: 800;
}

@media (prefers-reduced-motion: no-preference) {
  .frame-line .step {
    animation: 7.5s ease-in-out infinite step-glow;
  }

  .frame-line:hover .step {
    animation-play-state: paused;
  }

  .frame-line .step:first-child {
    animation-delay: .6s;
  }

  .frame-line .step:nth-child(3) {
    animation-delay: 2.1s;
  }

  .frame-line .step:nth-child(5) {
    animation-delay: 3.6s;
  }

  .frame-line .step:nth-child(7) {
    animation-delay: 5.1s;
  }

  .frame-line .step:nth-child(9) {
    animation-delay: 6.6s;
  }
}

@keyframes step-glow {
  0%, 14%, 100% {
    background: var(--teal-tint-12);
    color: var(--teal-deep);
    box-shadow: none;
  }

  5% {
    background: var(--teal);
    color: #fff;
    box-shadow: 0 6px 16px #00b4d859;
  }
}

html.snap .frame-line .step {
  animation: none !important;
}

.testi-grid {
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
  margin-bottom: 48px;
  display: grid;
}

.testi-grid img {
  transition: transform .55s var(--ease-out-expo), box-shadow .55s var(--ease-out-expo);
  border-radius: 14px !important;
}

.testi-grid img:hover {
  box-shadow: var(--shadow-float);
  transform: scale(1.03)translateY(-4px);
}

.testi-grid .ph {
  border-radius: 14px;
  height: 200px;
}

.testi-grid.v-video {
  grid-template-columns: 1.647fr 1.647fr 1fr;
  align-items: stretch;
}

.testi-grid.v-video img {
  height: 100% !important;
}

.testi-grid.v-video .ph {
  height: 228px;
}

.video-cell {
  aspect-ratio: 16 / 9;
  background: var(--navy-deep);
  box-shadow: var(--shadow-card);
  border-radius: 14px;
  position: relative;
  overflow: hidden;
}

.video-cell iframe {
  border: 0;
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  inset: 0;
}

.quote-row {
  grid-template-columns: 1fr 1fr;
  gap: 28px;
  display: grid;
}

.cohort-quote {
  border: 1px solid var(--card-border);
  border-radius: var(--radius-card);
  transition: transform .45s var(--ease-out-expo), box-shadow .45s var(--ease-out-expo);
  background: #fff;
  padding: 34px 36px 30px;
  position: relative;
  box-shadow: 0 10px 36px #003b5514;
}

.cohort-quote:hover {
  box-shadow: var(--shadow-card-bloom);
  transform: translateY(-6px);
}

.cohort-quote:before {
  content: "“";
  color: var(--teal);
  font-family: Georgia, Times New Roman, serif;
  font-size: 76px;
  font-weight: 800;
  line-height: 1;
  position: absolute;
  top: -16px;
  left: 28px;
}

.cohort-quote blockquote {
  color: var(--navy);
  margin-bottom: 14px;
  font-size: 16.5px;
  font-weight: 600;
  line-height: 1.55;
}

.cohort-quote cite {
  color: var(--muted);
  font-size: 13.5px;
  font-style: normal;
  font-weight: 700;
}

.cohort-quote cite img {
  box-shadow: 0 0 0 3px #fff, 0 0 0 5px var(--teal);
}

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

.emph-card {
  border: 1px solid var(--card-border);
  border-radius: var(--radius-card);
  box-shadow: var(--shadow-card);
  text-align: center;
  transition: transform .45s var(--ease-out-expo), box-shadow .45s var(--ease-out-expo), border-color .45s ease;
  background: #fff;
  padding: 34px 30px 30px;
}

.emph-card:hover {
  box-shadow: var(--shadow-card-bloom);
  border-color: var(--teal-tint-20);
  transform: translateY(-8px);
}

.emph-card h3 {
  letter-spacing: -.012em;
  margin-bottom: 10px;
  font-size: 19px;
}

.emph-card p {
  color: var(--slate);
  font-size: 14.5px;
  line-height: 1.6;
}

.emph-card h3:after {
  content: "";
  background: var(--teal);
  border-radius: 999px;
  width: 44px;
  height: 3px;
  margin: 12px auto 0;
  display: block;
}

.ic-tile {
  background: var(--bg-teal-tint);
  border: 1px solid var(--teal-tint-20);
  width: 48px;
  height: 48px;
  color: var(--teal-deep);
  transition: background-color .35s ease, color .35s ease, transform .45s var(--ease-out-expo);
  border-radius: 14px;
  justify-content: center;
  align-items: center;
  margin: 0 auto 18px;
  display: flex;
}

.ic-tile svg {
  width: 26px;
  height: 26px;
  display: block;
}

.emph-card:hover .ic-tile {
  background: var(--teal);
  color: #fff;
  transform: translateY(-2px);
}

@media (prefers-reduced-motion: no-preference) {
  html.js .emph-card.js-reveal h3:after {
    transition: transform .8s var(--ease-out-expo) calc(var(--rd, 0s) + .3s);
    transform: scaleX(0);
  }

  html.js .emph-card.js-reveal.in h3:after {
    transform: scaleX(1);
  }
}

html.snap .emph-card h3:after {
  transform: scaleX(1) !important;
}

.format-head {
  letter-spacing: .14em;
  text-transform: uppercase;
  max-width: 860px;
  color: var(--teal-deep);
  align-items: center;
  gap: 10px;
  margin: 0 auto 16px;
  font-size: 12.5px;
  font-weight: 800;
  display: flex;
}

.format-head:before {
  content: "";
  background: var(--amber);
  border-radius: 50%;
  flex: none;
  width: 8px;
  height: 8px;
}

.session-list {
  max-width: 860px;
  margin: 0 auto 40px;
}

.session-row {
  border: 1px solid var(--card-border);
  box-shadow: var(--shadow-card);
  transition: transform .35s var(--ease-out-expo), box-shadow .35s var(--ease-out-expo), border-color .35s ease;
  background: #fff;
  border-radius: 16px;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  gap: 20px;
  margin-bottom: 16px;
  padding: 24px 30px;
  display: flex;
}

.session-row:hover {
  box-shadow: var(--shadow-card-hover);
  border-color: var(--teal-tint-20);
  transform: translateY(-4px);
}

.session-row > div:first-child {
  min-width: 0;
}

.session-row h3 {
  overflow-wrap: anywhere;
  letter-spacing: -.01em;
  margin-bottom: 5px;
  font-size: 18px;
}

.session-row .meta {
  color: var(--slate);
  font-size: 14px;
}

.session-row.is-off {
  opacity: .72;
  filter: grayscale();
}

.session-actions {
  align-items: center;
  gap: 16px;
  display: flex;
}

.session-actions .btn {
  padding: 11px 24px;
  font-size: 14px;
}

.cross-grid {
  grid-template-columns: 1fr 1fr;
  gap: 28px;
  max-width: 920px;
  margin: 0 auto;
  display: grid;
}

.cross-card {
  border: 1px solid var(--card-border);
  border-radius: var(--radius-card);
  box-shadow: var(--shadow-card);
  transition: transform .45s var(--ease-out-expo), box-shadow .45s var(--ease-out-expo), border-color .45s ease;
  background: #fff;
  flex-direction: column;
  align-items: flex-start;
  padding: 34px 36px;
  display: flex;
}

.cross-card:hover {
  box-shadow: var(--shadow-card-bloom);
  border-color: var(--teal-tint-20);
  transform: translateY(-6px);
}

.cross-card h3 {
  letter-spacing: -.015em;
  margin-bottom: 10px;
  font-size: 21px;
}

.cross-card p {
  color: var(--slate);
  margin-bottom: 22px;
  font-size: 15px;
  line-height: 1.6;
}

.cross-card .btn {
  margin-top: auto;
  padding: 11px 24px;
  font-size: 14.5px;
}

.btn-learn {
  border: 1.5px solid var(--line);
  color: var(--navy);
  cursor: pointer;
  font-size: 14px;
  font-weight: 700;
  line-height: normal;
  font-family: var(--font-body);
  background: none;
  border-radius: 999px;
  padding: 9px 18px;
}

.btn-learn:hover {
  border-color: var(--teal);
  color: var(--teal-deep);
}

.lm-overlay {
  z-index: 90;
  -webkit-backdrop-filter: blur(3px);
  backdrop-filter: blur(3px);
  background: #001a288c;
  justify-content: center;
  align-items: center;
  padding: 24px;
  display: none;
  position: fixed;
  inset: 0;
}

.lm-overlay.open {
  display: flex;
}

.lm-modal {
  width: 100%;
  max-width: 620px;
  max-height: 86vh;
  animation: wlIn .32s var(--ease-out-expo) both;
  background: #fff;
  border-radius: 20px;
  padding: 34px 36px 30px;
  position: relative;
  overflow-y: auto;
  box-shadow: 0 40px 90px -30px #001a2899;
}

@keyframes wlIn {
  from {
    opacity: 0;
    transform: translateY(16px)scale(.98);
  }

  to {
    opacity: 1;
    transform: none;
  }
}

.lm-modal .lm-x {
  background: var(--bg-light);
  width: 34px;
  height: 34px;
  color: var(--slate);
  cursor: pointer;
  border: none;
  border-radius: 50%;
  font-size: 17px;
  line-height: 1;
  position: absolute;
  top: 14px;
  right: 16px;
}

.lm-modal .lm-x:hover {
  background: var(--teal);
  color: #fff;
}

.lm-modal h3 {
  letter-spacing: -.02em;
  margin: 4px 0 6px;
  font-size: 25px;
}

.lm-meta {
  color: var(--slate);
  margin-bottom: 16px;
  font-size: 13.5px;
}

.lm-modal p {
  color: var(--slate);
  margin-bottom: 14px;
  font-size: 15px;
  line-height: 1.7;
}

.lm-modal h4 {
  letter-spacing: .06em;
  text-transform: uppercase;
  color: var(--teal-deep);
  margin: 18px 0 8px;
  font-size: 13px;
  font-weight: 800;
}

.lm-modal ul {
  margin: 0 0 14px 18px;
}

.lm-modal ul li {
  color: var(--slate);
  margin-bottom: 6px;
  font-size: 15px;
  line-height: 1.65;
}

.vid-overlay {
  z-index: 95;
  -webkit-backdrop-filter: blur(4px);
  backdrop-filter: blur(4px);
  background: #001420db;
  justify-content: center;
  align-items: center;
  padding: 24px;
  display: none;
  position: fixed;
  inset: 0;
}

.vid-overlay.open {
  display: flex;
}

.vid-shell {
  width: 100%;
  max-width: 980px;
  position: relative;
}

.vid-shell iframe {
  aspect-ratio: 16 / 9;
  background: #000;
  border: 0;
  border-radius: 14px;
  width: 100%;
  display: block;
  box-shadow: 0 40px 90px -30px #000000b3;
}

.vid-x {
  color: #fff;
  cursor: pointer;
  background: #ffffff29;
  border: none;
  border-radius: 50%;
  width: 36px;
  height: 36px;
  font-size: 17px;
  line-height: 1;
  position: absolute;
  top: -46px;
  right: 0;
}

.vid-x:hover {
  background: var(--teal);
}

.vid-cover {
  cursor: pointer;
  background: none;
  border: 0;
  border-radius: 12px;
  width: 100%;
  padding: 0;
  display: block;
  position: relative;
  overflow: hidden;
}

.vid-cover img {
  width: 100%;
  display: block;
}

.vid-cover .vc-play {
  background: #ffffffeb;
  border-radius: 50%;
  width: 62px;
  height: 62px;
  margin: auto;
  position: absolute;
  inset: 0;
  box-shadow: 0 10px 30px -8px #001a288c;
}

.vid-cover .vc-play:after {
  content: "";
  border-style: solid;
  border-width: 11px 0 11px 18px;
  border-color: transparent transparent transparent var(--teal-deep);
  position: absolute;
  top: 50%;
  left: 54%;
  transform: translate(-50%, -50%);
}

.vid-cover:hover .vc-play {
  background: #fff;
  transition: transform .25s;
  transform: scale(1.06);
}

@media (prefers-reduced-motion: reduce) {
  .cohort-quote, .session-row, .cross-card, .emph-card, .testi-grid img, .frame-line .step {
    transition: none;
  }

  .cohort-quote:hover, .session-row:hover, .cross-card:hover, .emph-card:hover, .testi-grid img:hover, .frame-line .step:hover {
    transform: none;
  }
}

@media (max-width: 980px) {
  .shared-grid {
    grid-template-columns: 1fr;
    gap: 36px;
  }

  .shared-grid > img {
    width: 100%;
    max-height: 420px;
    height: auto !important;
  }

  .testi-grid {
    grid-template-columns: 1fr;
    max-width: 560px;
    margin-bottom: 40px;
    margin-left: auto;
    margin-right: auto;
  }

  .testi-grid.v-video {
    grid-template-columns: 1fr;
  }

  .testi-grid.v-video img {
    height: auto !important;
  }

  .testi-grid img[src*="materials-lab"] {
    object-position: center top;
  }

  .emph-grid, .quote-row, .cross-grid {
    grid-template-columns: 1fr;
    max-width: 560px;
    margin-left: auto;
    margin-right: auto;
  }
}

@media (max-width: 640px) {
  .session-row {
    flex-direction: column;
    align-items: flex-start;
  }
}

@media (max-width: 560px) {
  .lm-modal {
    padding: 28px 22px;
  }
}

.pagehero.v-split {
  color: var(--ink);
  background: radial-gradient(760px 420px at 84% -12%, var(--bg-teal-tint), transparent 70%),
    radial-gradient(620px 380px at 6% 108%, #00b4d812, transparent 72%),
    #fff;
  padding: 104px 0 112px;
}

.pagehero.v-split:before {
  content: "";
  background: var(--line);
  height: 1px;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
}

.pagehero.v-split .hero-split {
  align-items: center;
  gap: 64px;
}

.pagehero.v-split .hero-split-copy {
  flex: 1.06;
}

.pagehero.v-split .hero-media img {
  aspect-ratio: 16 / 9;
  height: auto;
}

.pagehero.v-split .kicker {
  color: var(--teal);
  gap: 9px;
}

.pagehero.v-split .kicker:before {
  width: 7px;
  height: 7px;
}

.pagehero.v-split h1 {
  color: var(--ink);
  text-shadow: none;
  letter-spacing: -.028em;
  margin: 18px 0 20px;
  font-size: clamp(40px, 4.6vw, 56px);
  line-height: 1.06;
  position: relative;
}

.pagehero.v-split h1:after {
  content: "";
  background: linear-gradient(90deg, var(--teal), var(--amber));
  border-radius: 999px;
  width: 82px;
  height: 5px;
  margin-top: 22px;
  display: block;
}

.pagehero.v-split p {
  color: var(--slate);
  max-width: 640px;
  line-height: 1.7;
}

.hero-split {
  align-items: center;
  gap: 64px;
  display: flex;
}

.hero-split-copy {
  flex: 1.1;
}

.hero-media {
  flex: 1;
  min-width: 0;
  margin: 0;
  position: relative;
}

.hero-media:before {
  content: "";
  border-radius: var(--radius-card);
  background: linear-gradient(135deg, var(--bg-teal-tint), #00b4d829);
  position: absolute;
  inset: 22px -18px -20px 26px;
}

.hero-media img {
  object-fit: cover;
  border-radius: var(--radius-card);
  width: 100%;
  height: 440px;
  box-shadow: var(--shadow-float);
  display: block;
  position: relative;
}

.mv-grid {
  grid-template-columns: 1.12fr .88fr;
  align-items: stretch;
  gap: 26px;
  max-width: 1080px;
  margin: 0 auto;
  display: grid;
}

.mv-card {
  border: 1px solid var(--card-border);
  border-radius: var(--radius-card);
  box-shadow: var(--shadow-card);
  transition: transform .45s var(--ease-out-expo), box-shadow .45s var(--ease-out-expo), border-color .45s ease;
  background: #fff;
  flex-direction: column;
  justify-content: center;
  padding: 40px 42px;
  display: flex;
  position: relative;
  overflow: hidden;
}

.mv-card:hover {
  box-shadow: var(--shadow-card-hover);
  border-color: var(--teal-tint-20);
  transform: translateY(-6px);
}

.mv-card:before {
  content: "";
  background: linear-gradient(90deg, var(--teal), var(--teal-light));
  height: 5px;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
}

.mv-card:after {
  content: "";
  pointer-events: none;
  background: radial-gradient(circle, #00b4d817 0%, #0000 70%);
  border-radius: 50%;
  width: 210px;
  height: 210px;
  position: absolute;
  bottom: -56px;
  right: -46px;
}

.mv-card:first-child {
  border-color: var(--teal-tint-20);
  box-shadow: var(--shadow-card-bloom);
  background: linear-gradient(160deg, #00b4d82b 0%, #00b4d80d 100%);
}

.mv-card:nth-child(2):before {
  background: linear-gradient(90deg, var(--amber), #ffd27a);
}

.mv-card:nth-child(2):after {
  background: radial-gradient(circle, #f4a3001a 0%, #0000 70%);
}

.mv-card:nth-child(2) {
  background: linear-gradient(160deg, #f4a3002e 0%, #f4a3000d 100%);
  border-color: #f4a30042;
  box-shadow: 0 24px 56px -12px #b87b0033, 0 10px 24px #003b551a;
}

.mv-card .mv-mark {
  border: 1px solid var(--card-border);
  width: 46px;
  height: 46px;
  color: var(--teal-deep);
  box-shadow: var(--shadow-card);
  background: #fff;
  border-radius: 13px;
  justify-content: center;
  align-items: center;
  margin-bottom: 18px;
  display: flex;
}

.mv-card:nth-child(2) .mv-mark {
  color: var(--amber-deep);
}

.mv-card .mv-mark svg {
  width: 23px;
  height: 23px;
  display: block;
}

.mv-card h3 {
  font-family: var(--font-head);
  letter-spacing: .02em;
  text-transform: uppercase;
  color: var(--teal-deep);
  align-items: center;
  gap: 0;
  margin-bottom: 18px;
  font-size: 24px;
  font-weight: 800;
  display: flex;
}

.mv-card h3:before {
  content: "";
  background: var(--teal);
  border-radius: 4px;
  flex: none;
  width: 13px;
  height: 13px;
  margin-right: 8px;
}

.mv-card h3 .mv-our {
  color: var(--navy);
  margin-right: .42em;
}

.mv-card:nth-child(2) h3:before {
  background: var(--amber);
}

.mv-card:nth-child(2) h3 {
  color: var(--teal-deep);
}

.mv-card p {
  font-family: var(--font-head);
  color: var(--navy);
  letter-spacing: -.01em;
  font-size: 18.5px;
  font-weight: 600;
  line-height: 1.5;
}

.mv-card p + p {
  margin-top: 16px;
}

.mv-card:nth-child(2) {
  flex-direction: column;
  display: flex;
}

.mv-card:nth-child(2) p {
  margin-top: auto;
  margin-bottom: auto;
}

.section-dark .journey-step p {
  color: #ffffffb3;
}

.section-dark .journey-step .dot {
  box-shadow: 0 0 0 6px var(--navy), 0 8px 20px #00000059;
}

.section-dark .journey-step:hover .dot {
  box-shadow: 0 0 0 6px var(--navy), 0 10px 26px #00b4d88c;
}

.section-dark .journey-line {
  background: #ffffff29;
}

.section-dark .journey-line i {
  background: linear-gradient(90deg, var(--teal-light), var(--teal));
}

:where(.page-about) .testimonial {
  margin-top: 72px;
}

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

.team-card {
  text-align: center;
  border: 1px solid var(--card-border);
  border-radius: var(--radius-card);
  box-shadow: var(--shadow-card);
  transition: transform .45s var(--ease-out-expo), box-shadow .45s var(--ease-out-expo), border-color .45s ease;
  background: #fff;
  padding: 18px 18px 26px;
}

.team-card:hover {
  box-shadow: var(--shadow-card-hover);
  border-color: var(--teal-tint-20);
  transform: translateY(-6px);
}

.team-card:hover .img-zoom img {
  transform: scale(1.06);
}

.team-card h4 {
  letter-spacing: -.015em;
  margin-bottom: 4px;
  font-size: 19px;
}

.team-card > p {
  letter-spacing: .07em;
  text-transform: uppercase;
  color: var(--teal-deep);
  font-size: 13px;
  font-weight: 800;
}

.team-card .bio {
  letter-spacing: 0;
  text-transform: none;
  color: var(--slate);
  text-align: left;
  margin-top: 12px;
  padding: 0 6px;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.65;
}

.alum-grid {
  flex-wrap: wrap;
  justify-content: center;
  gap: 24px;
  display: flex;
}

.alum-grid .team-card {
  flex: 0 0 calc(33.3333% - 16px);
  padding: 16px 16px 24px;
}

.alum-grid .team-card .img-zoom {
  aspect-ratio: 1;
  height: auto !important;
}

.alum-grid .team-card h4 {
  font-size: 17px;
}

.alum-grid .team-card p {
  letter-spacing: .05em;
  font-size: 12.5px;
  line-height: 1.55;
}

.alum-meta {
  flex-direction: column;
  gap: 2px;
  display: flex;
}

.alum-meta span {
  display: block;
}

.metrics-band {
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
  display: grid;
}

.metrics-band .metric {
  padding: 36px 22px 30px;
}

.metrics-band .metric .num {
  font-size: clamp(38px, 3.6vw, 48px);
}

.metrics-band .metric:nth-child(2n):before {
  background: var(--teal-light);
}

.story-card {
  border: 1px solid var(--card-border);
  border-radius: var(--radius-card);
  box-shadow: var(--shadow-card);
  transition: transform .45s var(--ease-out-expo), box-shadow .45s var(--ease-out-expo), border-color .45s ease;
  background: #fff;
  display: block;
  overflow: hidden;
}

.story-card:hover {
  box-shadow: var(--shadow-card-hover);
  border-color: var(--teal-tint-20);
  transform: translateY(-6px);
}

.story-card:hover .img-zoom img {
  transform: scale(1.06);
}

.story-body {
  padding: 28px 30px 30px;
}

.story-body h3 {
  letter-spacing: -.015em;
  margin-bottom: 10px;
  font-size: 21px;
}

.story-body p {
  color: var(--slate);
  margin-bottom: 14px;
  font-size: 14.5px;
  line-height: 1.6;
}

.story-body p strong {
  color: var(--navy);
}

.story-body blockquote {
  color: var(--navy);
  border-left: 3px solid var(--teal);
  margin-bottom: 6px;
  padding-left: 16px;
  font-size: 15px;
  font-style: italic;
  font-weight: 600;
  line-height: 1.55;
}

.cat-pill {
  letter-spacing: .07em;
  text-transform: uppercase;
  color: var(--amber-deep);
  background: #f4a30024;
  border-radius: 999px;
  margin-bottom: 14px;
  padding: 5px 13px;
  font-size: 11.5px;
  font-weight: 800;
  display: inline-block;
}

.story-grid {
  grid-template-columns: 1fr 1fr;
  gap: 28px;
  display: grid;
}

.story-slider {
  position: relative;
}

.story-viewport {
  transition: height .5s var(--ease-out-expo);
  box-sizing: content-box;
  --fade: linear-gradient(90deg, transparent 0%, #0000001f 3%, #00000073 7%, #000000c7 11%, #000 16%,
                          #000 84%, #000000c7 89%, #00000073 93%, #0000001f 97%, transparent 100%);
  -webkit-mask-image: var(--fade);
  -webkit-mask-image: var(--fade);
  mask-image: var(--fade);
  padding: 6px 0 12px;
  overflow: hidden;
}

.story-rows {
  will-change: transform;
  align-items: stretch;
  gap: 28px;
  display: flex;
}

.story-rows .story-card {
  flex-direction: column;
  flex: 0 0 38.5%;
  display: flex;
}

.story-rows .story-card .img-zoom {
  flex: none;
  height: 300px !important;
}

.story-rows .story-body {
  flex-direction: column;
  flex: 1;
  padding: 30px 32px 34px;
  display: flex;
}

.story-rows .story-body h3 {
  letter-spacing: -.02em;
  margin: 12px 0 16px;
  font-size: 27px;
}

.story-rows .story-body p {
  margin-bottom: 12px;
  font-size: 15.5px;
  line-height: 1.62;
}

.story-rows .story-body p:last-of-type {
  margin-bottom: 16px;
}

.story-rows .story-body p strong {
  color: var(--navy);
  font-weight: 800;
}

.story-rows .story-body blockquote {
  border-left: 4px solid var(--teal);
  background: var(--bg-teal-tint);
  color: var(--navy);
  border-radius: 0 12px 12px 0;
  margin-top: auto;
  padding: 15px 18px;
  font-size: 15.5px;
  font-style: italic;
  line-height: 1.6;
}

.sl-btn {
  border: 1px solid var(--card-border);
  width: 52px;
  height: 52px;
  color: var(--navy);
  cursor: pointer;
  z-index: 3;
  box-shadow: var(--shadow-float);
  background: #fff;
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  font-size: 22px;
  line-height: 1;
  transition: background-color .25s, color .25s, transform .25s;
  display: flex;
  position: absolute;
  top: 150px;
}

.sl-btn:hover {
  background: var(--teal);
  color: #fff;
  transform: scale(1.06);
}

.sl-prev {
  left: 6px;
}

.sl-next {
  right: 6px;
}

.sl-dots {
  justify-content: center;
  gap: 8px;
  margin-top: 24px;
  display: flex;
}

.sl-dots button {
  background: var(--teal-tint-20);
  cursor: pointer;
  border: none;
  border-radius: 50%;
  width: 9px;
  height: 9px;
  padding: 0;
  transition: background-color .25s, width .25s;
}

.sl-dots button.on {
  background: var(--teal);
  border-radius: 999px;
  width: 26px;
}

html:not(.sl-on) .story-rows {
  grid-template-columns: 1fr 1fr;
  display: grid;
  transform: none !important;
}

.section-work {
  color: #fff;
  background: #003c57;
}

.section-work .section-head h2 {
  color: #fff;
}

.section-work .section-head p {
  color: #ffffffb8;
}

.section-work .kicker {
  color: var(--teal-light);
}

.section-work .tile .tag {
  background: #022332d9;
}

.work-gallery {
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
  display: grid;
}

.tile {
  position: relative;
}

.tile .img-zoom {
  border-radius: var(--radius-card);
  box-shadow: var(--shadow-card);
}

.tile:hover .img-zoom img {
  transform: scale(1.06);
}

.tile .tag {
  background: var(--navy);
  color: #fff;
  letter-spacing: .04em;
  z-index: 1;
  border-radius: 999px;
  padding: 6px 14px;
  font-size: 11.5px;
  font-weight: 700;
  position: absolute;
  bottom: 14px;
  left: 14px;
  box-shadow: 0 8px 20px #02233259;
}

.mq-work .mq-set {
  align-items: stretch;
}

.mq-work .mq-set .tile {
  flex: none;
  width: 420px;
}

.mq-work .mq-set .tile .img-zoom {
  height: 266px !important;
}

.mq-work .mq-set .tile.tile-tall {
  width: 177px;
}

.mq-work .mq-set .tile .img-zoom img {
  transition: transform .55s var(--ease-out-expo);
}

.mq-work .mq-set .tile:hover .img-zoom img {
  transform: scale(1.05);
}

@media (max-width: 1919px) {
  .work-gallery.marquee {
    width: 100vw;
    max-width: none;
    margin-left: calc(50% - 50vw);
  }
}

.recog-label {
  font-family: var(--font-body);
  letter-spacing: .14em;
  text-transform: uppercase;
  color: var(--teal-deep);
  text-align: center;
  margin-bottom: 26px;
  font-size: 13px;
  font-weight: 800;
}

.recog-grid {
  grid-template-columns: repeat(3, 1fr);
  gap: 22px;
  max-width: 1080px;
  margin: 0 auto;
  display: grid;
}

.recog-item {
  border: 1px solid var(--card-border);
  border-radius: var(--radius-card);
  box-shadow: var(--shadow-card);
  text-align: center;
  transition: transform .45s var(--ease-out-expo), box-shadow .45s var(--ease-out-expo), border-color .45s ease;
  background: #fff;
  flex-direction: column;
  padding: 28px 26px 26px;
  display: flex;
}

.recog-item:hover {
  box-shadow: var(--shadow-card-hover);
  border-color: var(--teal-tint-20);
  transform: translateY(-5px);
}

.recog-mark {
  flex: none;
  justify-content: center;
  align-items: center;
  height: 104px;
  margin: auto 0 18px;
  display: flex;
}

.recog-mark img {
  object-fit: contain;
  width: auto;
  max-width: 210px;
  height: auto;
  max-height: 104px;
  display: block;
}

.recog-mark.is-photo img {
  border-radius: 8px;
  box-shadow: 0 4px 14px #003b5524;
}

.recog-year {
  letter-spacing: .14em;
  text-transform: uppercase;
  color: var(--teal);
  margin: 0 0 7px;
  font-size: 12px;
  font-weight: 800;
}

.recog-item > :last-child {
  margin-bottom: auto;
}

.recog-item h4 {
  color: var(--navy);
  margin-bottom: 10px;
  font-size: 17px;
  line-height: 1.3;
}

.recog-item p {
  color: var(--slate);
  margin: 0;
  font-size: 13.5px;
  line-height: 1.62;
}

.recog-item p + p {
  margin-top: 9px;
}

.recog-item .link {
  margin-top: 14px;
  font-size: 13.5px;
  font-weight: 700;
  display: inline-block;
}

.recog-item .recog-foot {
  padding-top: 4px;
}

.honors-pair {
  grid-template-columns: 1fr 1fr;
  align-items: stretch;
  gap: 24px;
  max-width: 1080px;
  margin: 0 auto;
  display: grid;
}

.honor-card {
  border: 1px solid var(--card-border);
  border-radius: var(--radius-card);
  box-shadow: var(--shadow-card);
  transition: transform .45s var(--ease-out-expo), box-shadow .45s var(--ease-out-expo), border-color .45s ease;
  background: #fff;
  flex-direction: column;
  display: flex;
  overflow: hidden;
}

.honor-card:hover {
  box-shadow: var(--shadow-card-hover);
  border-color: var(--teal-tint-20);
  transform: translateY(-5px);
}

.honor-media {
  aspect-ratio: 3 / 2;
  background: var(--bg-light-2);
  flex: none;
  justify-content: center;
  align-items: center;
  display: flex;
  overflow: hidden;
}

.honor-media img {
  object-fit: contain;
  width: auto;
  max-width: 100%;
  height: auto;
  max-height: 100%;
  display: block;
}

.honor-media.is-cover img {
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.honor-body {
  flex-direction: column;
  flex: 1;
  padding: 26px 28px 28px;
  display: flex;
}

.honor-body h4 {
  color: var(--navy);
  margin-bottom: 12px;
  font-size: 18.5px;
  line-height: 1.3;
}

.honor-body p {
  color: var(--slate);
  margin: 0 0 10px;
  font-size: 14px;
  line-height: 1.65;
}

.honor-body .note {
  color: var(--muted);
  font-size: 12.5px;
  line-height: 1.6;
}

.honor-body .recog-foot {
  margin-top: auto;
  padding-top: 6px;
}

.honor-body .link {
  font-size: 14px;
  font-weight: 700;
}

.cta-pair {
  grid-template-columns: 1fr 1fr;
  gap: 28px;
  display: grid;
}

.cta-block {
  border-radius: var(--radius-card);
  box-shadow: var(--shadow-card-bloom);
  flex-direction: column;
  padding: 48px 44px;
  display: flex;
  position: relative;
  overflow: hidden;
}

.cta-block .kicker {
  color: #ffffffe6;
}

.cta-block .kicker:before {
  background: #fff;
}

.cta-block h3 {
  letter-spacing: -.02em;
  color: #fff;
  margin: 14px 0 12px;
  font-size: 27px;
}

.cta-block p {
  flex: 1;
  margin-bottom: 28px;
  font-size: 15.5px;
  line-height: 1.65;
}

.cta-block .cta-btns {
  flex-wrap: wrap;
  gap: 12px;
  display: flex;
}

.cta-families {
  background-image: radial-gradient(#ffffff24 1.5px, transparent 1.5px), var(--grad-teal);
  background-size: 26px 26px, cover;
}

.cta-families p {
  color: #ffffffeb;
}

.cta-families .btn-white {
  color: var(--teal-deep);
}

.cta-partners {
  background-image: radial-gradient(#7fd8ec21 1.5px, transparent 1.5px), var(--grad-dark-band);
  background-size: 26px 26px, cover;
}

.cta-partners p {
  color: #ffffffbf;
}

@media (prefers-reduced-motion: reduce) {
  .mv-card, .team-card, .story-card, .recog-item, .honor-card, .sl-btn {
    transition: none;
  }

  .mv-card:hover, .team-card:hover, .story-card:hover, .recog-item:hover, .honor-card:hover, .sl-btn:hover {
    transform: none;
  }
}

@media (max-width: 980px) {
  .pagehero.v-split {
    padding: 64px 0 72px;
  }

  .hero-split {
    flex-direction: column;
    align-items: stretch;
    gap: 36px;
  }

  .mv-grid, .cta-pair {
    grid-template-columns: 1fr;
  }

  .team-grid {
    grid-template-columns: 1fr;
    max-width: 480px;
    margin: 0 auto;
  }

  .alum-grid {
    gap: 18px;
    max-width: 560px;
    margin: 0 auto;
  }

  .alum-grid .team-card {
    flex-basis: calc(50% - 9px);
  }

  .metrics-band {
    grid-template-columns: 1fr 1fr;
  }

  .story-grid {
    max-width: 560px;
    margin-left: auto;
    margin-right: auto;
    grid-template-columns: 1fr !important;
  }

  .work-gallery {
    grid-template-columns: 1fr 1fr;
  }
}

@media (max-width: 900px) {
  .pagehero.v-split {
    padding: 64px 0 72px;
  }

  .pagehero.v-split .hero-split {
    gap: 32px;
  }

  .hero-media:before {
    display: none;
  }

  .hero-media img {
    height: 300px;
  }

  .mv-grid {
    grid-template-columns: 1fr;
  }

  .recog-grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .story-rows .story-card {
    flex: 0 0 78%;
  }

  .story-viewport {
    -webkit-mask-image: none;
    mask-image: none;
  }
}

@media (max-width: 820px) {
  .honors-pair {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 640px) {
  .pagehero.v-split h1 {
    font-size: clamp(32px, 8.4vw, 42px);
  }

  .metrics-band {
    grid-template-columns: 1fr;
    gap: 14px;
  }

  .alum-grid .team-card {
    flex-basis: 100%;
  }

  .work-gallery {
    grid-template-columns: 1fr;
  }

  .cta-block {
    padding: 40px 28px;
  }
}

@media (max-width: 620px) {
  .recog-grid {
    grid-template-columns: 1fr;
  }
}

:where(.page-legal) .narrow {
  max-width: 760px;
  margin: 0 auto;
  padding: 0 32px;
}

:where(.page-legal) .pagehead-band {
  background: var(--bg-light);
  border-bottom: 1px solid var(--line);
}

:where(.page-legal) .pagehead {
  padding: 90px 32px 54px;
}

:where(.page-legal) .pagehead h1 {
  letter-spacing: -.025em;
  color: var(--navy);
  margin: 18px 0 14px;
  font-size: clamp(38px, 4.4vw, 54px);
}

:where(.page-legal) .updated {
  color: var(--muted);
  font-size: 14.5px;
  font-weight: 600;
}

:where(.page-legal) .content {
  padding: 56px 32px 110px;
}

:where(.page-legal) .content a {
  color: var(--teal-deep);
  border-bottom: 1.5px solid var(--teal-tint-20);
  font-weight: 700;
  transition: color .2s, border-color .2s;
}

:where(.page-legal) .content a:hover {
  color: var(--teal);
  border-bottom-color: var(--teal);
}

:where(.page-legal) .content h2 {
  letter-spacing: -.015em;
  color: var(--teal-deep);
  margin: 42px 0 14px;
  font-size: 21px;
}

:where(.page-legal) .content h2:first-child {
  margin-top: 0;
}

:where(.page-legal) .content h3 {
  letter-spacing: -.01em;
  color: var(--navy);
  margin: 24px 0 8px;
  font-size: 17px;
}

:where(.page-legal) .content p {
  color: var(--slate);
  margin-bottom: 16px;
  font-size: 17px;
  line-height: 1.75;
}

:where(.page-legal) .content ul {
  margin: 4px 0 18px;
  list-style: none;
}

:where(.page-legal) .content ul li {
  color: var(--slate);
  margin-bottom: 10px;
  padding-left: 24px;
  font-size: 17px;
  line-height: 1.7;
  position: relative;
}

:where(.page-legal) .content ul li:before {
  content: "";
  background: var(--amber);
  border-radius: 50%;
  width: 8px;
  height: 8px;
  position: absolute;
  top: .62em;
  left: 2px;
}

@media (max-width: 640px) {
  :where(.page-legal) .narrow {
    padding: 0 20px;
  }

  :where(.page-legal) .pagehead {
    padding: 64px 20px 42px;
  }

  :where(.page-legal) .content {
    padding: 44px 20px 80px;
  }
}

:where(.page-schools) .pagehero.v-district {
  color: var(--ink);
  background: radial-gradient(820px 460px at 88% -20%, var(--bg-teal-tint), transparent 72%), #fff;
  padding: 92px 0 96px;
}

:where(.page-schools) .pagehero.v-district .kicker {
  color: var(--teal);
}

:where(.page-schools) .pagehero.v-district h1 {
  color: var(--ink);
  text-shadow: none;
  letter-spacing: -.028em;
  max-width: 860px;
  margin: 18px 0 20px;
  font-size: clamp(38px, 3.8vw, 50px);
  line-height: 1.06;
}

:where(.page-schools) .pagehero.v-district .lede {
  color: var(--slate);
  max-width: 680px;
  margin-bottom: 24px;
  font-size: 17px;
  line-height: 1.7;
}

:where(.page-schools) .pagehero-split {
  align-items: center;
  gap: 56px;
  display: flex;
}

:where(.page-schools) .pagehero-copy {
  flex: 1.08;
  min-width: 0;
}

:where(.page-schools) .pagehero-media {
  flex: 1;
  min-width: 0;
  margin: 0;
}

:where(.page-schools) .distinction {
  background: var(--bg-teal-tint);
  border: 1px solid var(--teal-tint-20);
  color: var(--teal-deep);
  border-radius: 999px;
  align-items: center;
  gap: 10px;
  margin-bottom: 28px;
  padding: 12px 22px;
  font-size: 14.5px;
  font-weight: 700;
  display: inline-flex;
}

:where(.page-schools) .distinction .dot {
  background: var(--amber);
  border-radius: 50%;
  flex: none;
  width: 8px;
  height: 8px;
}

:where(.page-schools) .btn-outline-navy {
  padding: 14px 30px;
}

:where(.page-schools) .compare-wrap {
  border-radius: var(--radius-card);
  border: 1px solid var(--card-border);
  box-shadow: var(--shadow-card);
  background: #fff;
  overflow: hidden;
}

:where(.page-schools) .compare {
  border-collapse: collapse;
  background: #fff;
  width: 100%;
}

:where(.page-schools) .compare th, :where(.page-schools) .compare td {
  text-align: left;
  border-bottom: 1px solid var(--line);
  vertical-align: top;
  padding: 18px 22px;
  font-size: 14.5px;
}

:where(.page-schools) .compare tr:last-child td {
  border-bottom: none;
}

:where(.page-schools) .compare thead th {
  font-family: var(--font-body);
  letter-spacing: .07em;
  text-transform: uppercase;
  font-size: 12.5px;
  font-weight: 800;
}

:where(.page-schools) .compare thead th.acad {
  background: var(--bg-light);
  color: var(--muted);
}

:where(.page-schools) .compare thead th.labs {
  background: var(--navy);
  color: #fff;
}

:where(.page-schools) .compare td.rowlabel {
  width: 20%;
  color: var(--navy);
  background: var(--bg-light);
  font-size: 13px;
  font-weight: 700;
}

:where(.page-schools) .compare td {
  color: var(--slate);
  width: 40%;
  line-height: 1.6;
}

:where(.page-schools) .compare td.labs-col {
  background: var(--bg-teal-tint);
  color: var(--ink);
}

:where(.page-schools) .elements-grid {
  grid-template-columns: repeat(5, 1fr);
  gap: 20px;
  display: grid;
}

:where(.page-schools) .element-card {
  border: 1px solid var(--card-border);
  border-radius: var(--radius-card);
  box-shadow: var(--shadow-card);
  transition: transform .45s var(--ease-out-expo), box-shadow .45s var(--ease-out-expo), border-color .45s ease;
  background: #fff;
  padding: 26px 20px;
}

:where(.page-schools) .element-card:hover {
  box-shadow: var(--shadow-card-bloom);
  border-color: var(--teal-tint-20);
  transform: translateY(-8px);
}

:where(.page-schools) .element-card .num {
  font-family: var(--font-head);
  color: var(--teal);
  letter-spacing: .1em;
  margin-bottom: 12px;
  font-size: 12px;
  font-weight: 800;
}

:where(.page-schools) .el-icon {
  background: var(--bg-teal-tint);
  border: 1px solid var(--teal-tint-20);
  width: 46px;
  height: 46px;
  color: var(--teal-deep);
  transition: background-color .35s ease, color .35s ease, transform .45s var(--ease-out-expo);
  border-radius: 13px;
  justify-content: center;
  align-items: center;
  margin-bottom: 16px;
  display: flex;
}

:where(.page-schools) .el-icon svg {
  width: 23px;
  height: 23px;
  display: block;
}

:where(.page-schools) .element-card:hover .el-icon {
  background: var(--teal);
  color: #fff;
  transform: translateY(-2px);
}

:where(.page-schools) .element-card h3 {
  letter-spacing: -.01em;
  margin-bottom: 8px;
  font-size: 16.5px;
}

:where(.page-schools) .element-card p {
  color: var(--slate);
  font-size: 13.5px;
  line-height: 1.6;
}

:where(.page-schools) .proof {
  padding: 108px 0;
}

:where(.page-schools) .proof h2 {
  color: #fff;
}

:where(.page-schools) .district-name {
  text-align: center;
  margin: 8px 0 44px;
}

:where(.page-schools) .district-name .label {
  letter-spacing: .14em;
  text-transform: uppercase;
  color: #ffffff80;
  margin-bottom: 10px;
  font-size: 12px;
  font-weight: 800;
}

:where(.page-schools) .district-name .name {
  font-family: var(--font-head);
  letter-spacing: -.01em;
  color: #fff;
  font-size: 27px;
  font-weight: 800;
}

:where(.page-schools) .district-name p {
  color: #ffffffb3;
  line-height: 1.65;
}

:where(.page-schools) .proof-stats {
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
  margin-bottom: 48px;
  display: grid;
}

:where(.page-schools) .proof-metric {
  text-align: center;
  -webkit-backdrop-filter: blur(4px);
  background: #7fd8ec29;
  border: 1px solid #7fd8ec52;
  border-radius: 16px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 6px;
  min-height: 120px;
  padding: 30px 22px;
  transition: transform .35s, background-color .35s;
  display: flex;
}

:where(.page-schools) .proof-metric:hover {
  background: #7fd8ec38;
  border-color: #7fd8ec59;
  transform: translateY(-6px);
  box-shadow: 0 20px 44px -18px #00000073, inset 0 0 40px #00b4d80f;
}

:where(.page-schools) .proof-metric .num {
  font-family: var(--font-head);
  color: #fff;
  letter-spacing: -.02em;
  font-size: clamp(38px, 3.6vw, 48px);
  font-weight: 800;
  line-height: 1.1;
}

:where(.page-schools) .proof-metric .label {
  letter-spacing: .05em;
  text-transform: uppercase;
  color: #ffffffa6;
  font-size: 13.5px;
  font-weight: 600;
}

:where(.page-schools) .proof-metric .src {
  color: #ffffff73;
  font-size: 11.5px;
  line-height: 1.5;
}

:where(.page-schools) .proof-quotes {
  grid-template-columns: 1.12fr 1fr;
  align-items: stretch;
  gap: 24px;
  display: grid;
}

:where(.page-schools) .proof-quote {
  border: 1px solid var(--card-border);
  border-left: 4px solid var(--teal);
  border-radius: var(--radius-card);
  box-shadow: var(--shadow-card-hover);
  background: #fff;
  flex-direction: column;
  padding: 32px 34px 30px;
  display: flex;
}

:where(.page-schools) .proof-quote blockquote {
  color: var(--navy);
  margin-bottom: 20px;
  font-size: 15px;
  font-style: italic;
  font-weight: 600;
  line-height: 1.6;
}

:where(.page-schools) .proof-attr {
  align-items: center;
  gap: 12px;
  margin-top: auto;
  display: flex;
}

:where(.page-schools) .proof-attr .who {
  color: var(--navy);
  font-size: 13.5px;
  font-weight: 700;
}

:where(.page-schools) .proof-attr .role {
  color: var(--slate);
  font-size: 12.5px;
  line-height: 1.55;
}

:where(.page-schools) .proof-attr > img {
  box-shadow: 0 0 0 2px #fff, 0 0 0 4px var(--teal);
  border-radius: 50%;
}

:where(.page-schools) .quote-featured blockquote {
  font-size: 17px;
  font-weight: 700;
  line-height: 1.55;
}

:where(.page-schools) .pl-split {
  grid-template-columns: .92fr 1.08fr;
  align-items: center;
  gap: 64px;
  display: grid;
}

:where(.page-schools) .pl-media {
  align-self: center;
  min-width: 0;
  margin: 0;
}

:where(.page-schools) .pl-media img {
  border-radius: var(--radius-card);
  width: 100%;
  height: auto;
  box-shadow: var(--shadow-card);
  display: block;
}

:where(.page-schools) .pl-content {
  min-width: 0;
}

:where(.page-schools) .pl-content .section-head {
  text-align: left;
  max-width: none;
  margin: 0 0 26px;
}

:where(.page-schools) .pl-content .section-head .kicker {
  justify-content: flex-start;
}

:where(.page-schools) .pl-quote-card {
  border: 1px solid var(--card-border);
  border-left: 4px solid var(--teal);
  border-radius: var(--radius-card);
  box-shadow: var(--shadow-card);
  background: #fff;
  padding: 32px 34px;
}

:where(.page-schools) .pl-quote-card blockquote {
  color: var(--navy);
  margin-bottom: 18px;
  font-size: 16.5px;
  font-style: italic;
  font-weight: 700;
  line-height: 1.55;
}

:where(.page-schools) .hub-card {
  border: 1px solid var(--card-border);
  border-radius: var(--radius-card);
  box-shadow: var(--shadow-card);
  background: #fff;
  padding: 14px;
}

:where(.page-schools) .form-card {
  border: 1px solid var(--card-border);
  border-radius: var(--radius-card);
  max-width: 680px;
  box-shadow: var(--shadow-card);
  background: #fff;
  margin: 0 auto;
  padding: 44px;
}

:where(.page-schools) .form-row {
  margin-bottom: 18px;
}

:where(.page-schools) .form-row label {
  color: var(--slate);
  margin-bottom: 7px;
  font-size: 13px;
  font-weight: 700;
  display: block;
}

:where(.page-schools) .form-row input, :where(.page-schools) .form-row select, :where(.page-schools) .form-row textarea {
  width: 100%;
  font-family: var(--font-body);
  color: var(--ink);
  border: 1px solid var(--line);
  background: #fff;
  border-radius: 12px;
  outline: none;
  padding: 14px 16px;
  font-size: 15px;
  line-height: normal;
  transition: border-color .2s, box-shadow .2s;
  display: block;
}

:where(.page-schools) .form-row input:hover, :where(.page-schools) .form-row select:hover, :where(.page-schools) .form-row textarea:hover {
  border-color: var(--teal-tint-20);
}

:where(.page-schools) .form-row input:focus, :where(.page-schools) .form-row select:focus, :where(.page-schools) .form-row textarea:focus {
  border-color: var(--teal);
  box-shadow: 0 0 0 3px var(--teal-tint-12);
}

:where(.page-schools) .form-row input::placeholder, :where(.page-schools) .form-row textarea::placeholder {
  color: var(--muted);
}

:where(.page-schools) .form-row textarea {
  resize: vertical;
  min-height: 112px;
  line-height: 1.55;
}

:where(.page-schools) .form-row select {
  appearance: none;
  cursor: pointer;
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='8' viewBox='0 0 12 8'%3E%3Cpath d='M1 1.5l5 5 5-5' fill='none' stroke='%23486673' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
  background-position: right 16px center;
  background-repeat: no-repeat;
  padding-right: 44px;
}

:where(.page-schools) .form-row select:invalid, :where(.page-schools) .form-row select option[value=""] {
  color: var(--muted);
}

:where(.page-schools) .form-two-col {
  gap: 16px;
  display: flex;
}

:where(.page-schools) .form-two-col .form-row {
  flex: 1;
  min-width: 0;
}

:where(.page-schools) .form-card .btn {
  cursor: pointer;
  border: none;
}

:where(.page-schools) .form-note {
  color: var(--muted);
  text-align: center;
  margin-top: 18px;
  font-size: 13px;
}

:where(.page-schools) .form-msg {
  text-align: center;
  color: var(--teal-deep);
  margin-top: 10px;
  font-size: 13px;
  font-weight: 700;
}

:where(.page-schools) .form-msg[data-state="error"] {
  color: #b42318;
}

@media (prefers-reduced-motion: reduce) {
  :where(.page-schools) .element-card, :where(.page-schools) .proof-metric {
    transition: none;
  }

  :where(.page-schools) .element-card:hover, :where(.page-schools) .proof-metric:hover {
    transform: none;
  }
}

@media (max-width: 1279px) {
  :where(.page-schools) .elements-grid {
    grid-template-columns: repeat(3, 1fr);
  }
}

@media (max-width: 980px) {
  :where(.page-schools) .pagehero.v-district {
    padding: 64px 0 72px;
  }

  :where(.page-schools) .pagehero-split {
    flex-direction: column;
    align-items: stretch;
    gap: 40px;
  }

  :where(.page-schools) .pl-split {
    grid-template-columns: 1fr;
    gap: 36px;
  }

  :where(.page-schools) .pl-media img {
    max-height: none;
  }

  :where(.page-schools) .elements-grid {
    grid-template-columns: 1fr 1fr;
  }

  :where(.page-schools) .proof-stats, :where(.page-schools) .proof-quotes {
    grid-template-columns: 1fr;
  }

  :where(.page-schools) .compare-wrap {
    overflow-x: auto;
  }
}

@media (max-width: 640px) {
  :where(.page-schools) .pagehero.v-district h1 {
    font-size: clamp(32px, 8.4vw, 42px);
  }

  :where(.page-schools) .elements-grid {
    grid-template-columns: 1fr;
  }

  :where(.page-schools) .form-two-col {
    flex-direction: column;
    gap: 0;
  }

  :where(.page-schools) .form-card {
    padding: 32px 24px;
  }
}

@media (max-width: 980px) {
  :where(.page-schools) .compare-scroll {
    position: relative;
  }

  :where(.page-schools) .compare-scroll:after {
    content: "";
    pointer-events: none;
    border-radius: 0 var(--radius-card) var(--radius-card) 0;
    background: linear-gradient(90deg, #fff0, #fffffff5);
    width: 44px;
    transition: opacity .2s;
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
  }

  :where(.page-schools) .compare-scroll.at-end:after {
    opacity: 0;
  }

  :where(.page-schools) .compare-hint {
    color: var(--slate);
    text-align: right;
    margin-top: 10px;
    font-size: 12.5px;
    font-weight: 700;
    display: block;
  }
}

@media (min-width: 981px) {
  :where(.page-schools) .compare-hint {
    display: none;
  }
}

:where(.page-partner) .pw-hero {
  background: radial-gradient(820px 460px at 88% -20%, var(--bg-teal-tint), transparent 72%), #fff;
  padding: 92px 0 96px;
}

:where(.page-partner) .pw-hero h1 {
  letter-spacing: -.028em;
  text-wrap: balance;
  margin: 18px 0 20px;
  font-size: clamp(40px, 4.6vw, 56px);
  line-height: 1.06;
}

:where(.page-partner) .pw-hero p {
  color: var(--slate);
  max-width: 640px;
  font-size: 17px;
  line-height: 1.7;
}

:where(.page-partner) .route-card:hover .img-zoom img, :where(.page-partner) .example-card:hover .img-zoom img {
  transform: scale(1.06);
}

:where(.page-partner) .routes {
  grid-template-columns: 1fr 1fr;
  gap: 30px;
  display: grid;
}

:where(.page-partner) .route-card {
  border: 1px solid var(--card-border);
  border-radius: var(--radius-card);
  box-shadow: var(--shadow-card);
  transition: transform .45s var(--ease-out-expo), box-shadow .45s var(--ease-out-expo), border-color .45s ease;
  background: #fff;
  flex-direction: column;
  padding: 20px 20px 28px;
  display: flex;
}

:where(.page-partner) .route-card:hover {
  box-shadow: var(--shadow-card-bloom);
  border-color: var(--teal-tint-20);
  transform: translateY(-8px);
}

:where(.page-partner) .route-card > :not(.door-img) {
  margin-left: 6px;
  margin-right: 6px;
}

:where(.page-partner) .route-card .door-img {
  border-radius: 12px;
  height: 200px;
  margin-bottom: 18px;
}

:where(.page-partner) .route-card .tag {
  letter-spacing: .14em;
  text-transform: uppercase;
  color: var(--teal-deep);
  background: none;
  border-radius: 0;
  align-self: auto;
  align-items: center;
  gap: 8px;
  margin-bottom: 10px;
  padding: 0;
  font-size: 11.5px;
  font-weight: 800;
  display: flex;
}

:where(.page-partner) .route-card .tag:before {
  content: "";
  background: var(--teal);
  border-radius: 3px;
  flex: none;
  width: 10px;
  height: 10px;
}

:where(.page-partner) .routes .route-card:nth-child(2) .tag:before {
  background: var(--teal-deep);
}

:where(.page-partner) .routes .route-card:nth-child(3) .tag:before {
  background: var(--amber);
}

:where(.page-partner) .routes .route-card:nth-child(3) .tag {
  color: var(--amber-deep);
}

:where(.page-partner) .route-card h3 {
  letter-spacing: -.015em;
  margin-bottom: 10px;
  font-size: 21px;
}

:where(.page-partner) .route-card p {
  color: var(--slate);
  flex: 1;
  margin-bottom: 20px;
  font-size: 15px;
  line-height: 1.6;
}

:where(.page-partner) .route-card .btn {
  align-self: flex-start;
  padding: 11px 22px;
  font-size: 14px;
}

:where(.page-partner) .partner-block {
  align-items: center;
  gap: 72px;
  display: flex;
}

:where(.page-partner) .partner-copy {
  flex: 1;
}

:where(.page-partner) .partner-copy .tag {
  letter-spacing: .07em;
  text-transform: uppercase;
  color: var(--teal-deep);
  background: var(--teal-tint-12);
  border-radius: 999px;
  margin-bottom: 16px;
  padding: 5px 13px;
  font-size: 11.5px;
  font-weight: 800;
  display: inline-block;
}

:where(.page-partner) .partner-copy h3 {
  margin-bottom: 14px;
  font-size: clamp(24px, 2.6vw, 32px);
  line-height: 1.15;
}

:where(.page-partner) .partner-copy p {
  color: var(--slate);
  margin-bottom: 16px;
  font-size: 16px;
  line-height: 1.7;
}

:where(.page-partner) .name-chips {
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 10px;
  display: flex;
}

:where(.page-partner) .card-grid-3 {
  grid-template-columns: repeat(3, 1fr);
  gap: 28px;
  display: grid;
}

:where(.page-partner) .op-card {
  border: 1px solid var(--card-border);
  border-radius: var(--radius-card);
  box-shadow: var(--shadow-card);
  transition: transform .45s var(--ease-out-expo), box-shadow .45s var(--ease-out-expo), border-color .45s ease;
  background: #fff;
  padding: 30px 28px;
}

:where(.page-partner) .op-card:hover {
  box-shadow: var(--shadow-card-bloom);
  border-color: var(--teal-tint-20);
  transform: translateY(-8px);
}

:where(.page-partner) .ic-tile {
  width: 46px;
  height: 46px;
  margin: 0 0 18px;
}

:where(.page-partner) .ic-tile svg {
  width: 24px;
  height: 24px;
}

:where(.page-partner) .op-card:hover .ic-tile {
  background: var(--teal);
  color: #fff;
  transform: translateY(-2px);
}

:where(.page-partner) .op-card h3 {
  letter-spacing: -.012em;
  margin-bottom: 8px;
  font-size: 19px;
}

:where(.page-partner) .op-card p {
  color: var(--slate);
  font-size: 14.5px;
  line-height: 1.6;
}

:where(.page-partner) .example-card {
  border: 1px solid var(--card-border);
  border-radius: var(--radius-card);
  max-width: 860px;
  box-shadow: var(--shadow-card);
  transition: transform .45s var(--ease-out-expo), box-shadow .45s var(--ease-out-expo), border-color .45s ease;
  background: #fff;
  margin: 36px auto 0;
  display: flex;
  overflow: hidden;
}

:where(.page-partner) .example-card:hover {
  box-shadow: var(--shadow-card-hover);
  border-color: var(--teal-tint-20);
  transform: translateY(-6px);
}

:where(.page-partner) .example-card .img-zoom {
  flex: 0 0 42%;
  align-items: center;
  padding: 22px 0 22px 22px;
  display: flex;
}

:where(.page-partner) .example-card .img-zoom img {
  height: auto;
  box-shadow: var(--shadow-card);
  border-radius: 12px;
}

:where(.page-partner) .example-body {
  padding: 30px 32px;
}

:where(.page-partner) .example-body .tag, :where(.page-partner) .tedx-card .tag, :where(.page-partner) .vc-body .tag {
  letter-spacing: .07em;
  text-transform: uppercase;
  color: var(--teal-deep);
  background: var(--teal-tint-12);
  border-radius: 999px;
  margin-bottom: 12px;
  padding: 5px 13px;
  font-size: 11.5px;
  font-weight: 800;
  display: inline-block;
}

:where(.page-partner) .example-body h3 {
  letter-spacing: -.012em;
  margin-bottom: 10px;
  font-size: 20px;
}

:where(.page-partner) .example-body p {
  color: var(--slate);
  font-size: 14.5px;
  line-height: 1.65;
}

:where(.page-partner) .tedx-card {
  border: 1px solid var(--card-border);
  border-radius: var(--radius-card);
  max-width: 860px;
  box-shadow: var(--shadow-card);
  background: #fff;
  margin: 34px auto 0;
  padding: 30px 34px 28px;
}

:where(.page-partner) .tedx-card h3 {
  letter-spacing: -.012em;
  font-size: 20px;
}

:where(.page-partner) .logo-row {
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  gap: 44px;
  margin-bottom: 48px;
  display: flex;
}

:where(.page-partner) .marquee-track {
  align-items: center;
}

:where(.page-partner) .video-card {
  border: 1px solid var(--card-border);
  border-radius: var(--radius-card);
  max-width: 820px;
  box-shadow: var(--shadow-card);
  transition: transform .45s var(--ease-out-expo), box-shadow .45s var(--ease-out-expo);
  background: #fff;
  grid-template-columns: 300px 1fr;
  align-items: stretch;
  gap: 0;
  margin: 40px auto 0;
  display: grid;
  overflow: hidden;
}

:where(.page-partner) .video-card:hover {
  box-shadow: var(--shadow-card-hover);
  transform: translateY(-6px);
}

:where(.page-partner) .vc-frame {
  background: var(--bg-light);
  display: block;
  position: relative;
}

:where(.page-partner) .vc-frame img {
  object-fit: cover;
  width: 100%;
  height: 100%;
  min-height: 190px;
  display: block;
}

:where(.page-partner) .vc-play {
  background: #003b55c7;
  border-radius: 50%;
  width: 58px;
  height: 58px;
  transition: background-color .3s;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  box-shadow: 0 8px 24px -8px #003b5599;
}

:where(.page-partner) .vc-play:after {
  content: "";
  border: 10px solid #0000;
  border-left: 17px solid #fff;
  border-right-width: 0;
  position: absolute;
  top: 50%;
  left: 54%;
  transform: translate(-50%, -50%);
}

:where(.page-partner) .video-card:hover .vc-play {
  background: var(--teal-deep);
}

:where(.page-partner) .vc-body {
  padding: 26px 30px 28px;
  display: block;
}

:where(.page-partner) .vc-title {
  font-family: var(--font-head);
  letter-spacing: -.015em;
  color: var(--navy);
  margin: 12px 0 8px;
  font-size: 20px;
  font-weight: 800;
  line-height: 1.3;
  display: block;
}

:where(.page-partner) .vc-text {
  color: var(--slate);
  margin-bottom: 14px;
  font-size: 14.5px;
  line-height: 1.65;
  display: block;
}

:where(.page-partner) .vc-link {
  color: var(--teal-deep);
  font-size: 13.5px;
  font-weight: 700;
  display: block;
}

:where(.page-partner) .video-card:hover .vc-link {
  color: var(--teal);
}

:where(.page-partner) .visit-strip {
  max-width: 1100px;
  margin: 34px auto 0;
}

:where(.page-partner) .vs-cap {
  text-align: center;
  letter-spacing: .04em;
  text-transform: uppercase;
  color: var(--slate);
  margin-bottom: 14px;
  font-size: 13px;
  font-weight: 700;
}

:where(.page-partner) .vs-row {
  overflow: hidden;
  -webkit-mask-image: linear-gradient(90deg, #0000, #000 6% 94%, #0000);
  mask-image: linear-gradient(90deg, #0000, #000 6% 94%, #0000);
}

:where(.page-partner) .vs-track {
  gap: 14px;
  width: max-content;
  animation: 60s linear infinite vsscroll;
  display: flex;
}

:where(.page-partner) .vs-track img {
  border-radius: 12px;
  width: auto;
  height: 250px;
  display: block;
}

:where(.page-partner) .vs-row:hover .vs-track {
  animation-play-state: paused;
}

@keyframes vsscroll {
  from {
    transform: translateX(0);
  }

  to {
    transform: translateX(-50%);
  }
}

@media (prefers-reduced-motion: reduce) {
  :where(.page-partner) .vs-track {
    animation: none;
  }

  :where(.page-partner) .vs-row {
    overflow-x: auto;
  }
}

@media (max-width: 700px) {
  :where(.page-partner) .vs-track img {
    height: 190px;
  }
}

:where(.page-partner) .vs-track img, :where(.page-partner) .logo-row img {
  max-width: none;
}

:where(.page-partner) .quote-grid {
  grid-template-columns: 1fr 1fr;
  align-items: stretch;
  gap: 24px;
  max-width: 980px;
  margin: 0 auto;
  display: grid;
}

:where(.page-partner) .pw-quote-card {
  border: 1px solid var(--card-border);
  border-radius: var(--radius-card);
  box-shadow: var(--shadow-card);
  transition: transform .45s var(--ease-out-expo), box-shadow .45s var(--ease-out-expo);
  background: #fff;
  flex-direction: column;
  padding: 34px 36px 30px;
  display: flex;
  position: relative;
}

:where(.page-partner) .pw-quote-card:hover {
  box-shadow: var(--shadow-card-hover);
  transform: translateY(-6px);
}

:where(.page-partner) .pw-quote-card:before {
  content: "“";
  color: var(--teal);
  font-family: Georgia, Times New Roman, serif;
  font-size: 84px;
  font-weight: 800;
  line-height: 1;
  position: absolute;
  top: -16px;
  left: 28px;
}

:where(.page-partner) .pw-quote-card blockquote {
  color: var(--navy);
  margin-bottom: 18px;
  font-size: 15.5px;
  font-weight: 600;
  line-height: 1.6;
}

:where(.page-partner) .pw-quote-attr {
  align-items: center;
  gap: 12px;
  margin-top: auto;
  display: flex;
}

:where(.page-partner) .pw-quote-attr .who {
  color: var(--navy);
  font-size: 13.5px;
  font-weight: 700;
}

:where(.page-partner) .pw-quote-attr .role {
  color: var(--muted);
  font-size: 12.5px;
}

:where(.page-partner) .form-card {
  border: 1px solid var(--card-border);
  border-radius: var(--radius-card);
  max-width: 640px;
  box-shadow: var(--shadow-card);
  background: #fff;
  margin: 0 auto;
  padding: 44px;
}

:where(.page-partner) .form-row {
  margin-bottom: 18px;
}

:where(.page-partner) .form-row label {
  color: var(--slate);
  margin-bottom: 7px;
  font-size: 13px;
  font-weight: 700;
  display: block;
}

:where(.page-partner) .form-row input, :where(.page-partner) .form-row select, :where(.page-partner) .form-row textarea {
  width: 100%;
  font-family: var(--font-body);
  color: var(--ink);
  border: 1px solid var(--line);
  background: #fff;
  border-radius: 12px;
  outline: none;
  padding: 14px 16px;
  font-size: 15px;
  transition: border-color .2s, box-shadow .2s;
  display: block;
}

:where(.page-partner) .form-row input, :where(.page-partner) .form-row select {
  line-height: normal;
}

:where(.page-partner) .form-row input:hover, :where(.page-partner) .form-row select:hover, :where(.page-partner) .form-row textarea:hover {
  border-color: var(--teal-tint-20);
}

:where(.page-partner) .form-row input:focus, :where(.page-partner) .form-row select:focus, :where(.page-partner) .form-row textarea:focus {
  border-color: var(--teal);
  box-shadow: 0 0 0 3px var(--teal-tint-12);
}

:where(.page-partner) .form-row input::placeholder, :where(.page-partner) .form-row textarea::placeholder {
  color: var(--muted);
}

:where(.page-partner) .form-row textarea {
  resize: vertical;
  min-height: 112px;
  line-height: 1.55;
}

:where(.page-partner) .form-row select {
  appearance: none;
  cursor: pointer;
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='8' viewBox='0 0 12 8'%3E%3Cpath d='M1 1.5l5 5 5-5' fill='none' stroke='%23486673' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
  background-position: right 16px center;
  background-repeat: no-repeat;
  padding-right: 44px;
}

:where(.page-partner) .form-row select:invalid, :where(.page-partner) .form-row select option[value=""] {
  color: var(--muted);
}

:where(.page-partner) .form-two-col {
  gap: 16px;
  display: flex;
}

:where(.page-partner) .form-two-col .form-row {
  flex: 1;
  min-width: 0;
}

:where(.page-partner) .form-card .btn {
  cursor: pointer;
  border: none;
}

:where(.page-partner) .form-note {
  color: var(--muted);
  text-align: center;
  margin-top: 18px;
  font-size: 13px;
}

:where(.page-partner) .form-msg {
  text-align: center;
  color: var(--teal-deep);
  margin-top: 18px;
  font-size: 13px;
  font-weight: 700;
}

:where(.page-partner) .form-msg[data-state="error"] {
  color: var(--amber-deep);
}

@media (prefers-reduced-motion: reduce) {
  :where(.page-partner) .route-card, :where(.page-partner) .op-card, :where(.page-partner) .example-card, :where(.page-partner) .pw-quote-card, :where(.page-partner) .video-card {
    transition: none;
  }

  :where(.page-partner) .route-card:hover, :where(.page-partner) .op-card:hover, :where(.page-partner) .example-card:hover, :where(.page-partner) .pw-quote-card:hover, :where(.page-partner) .video-card:hover {
    transform: none;
  }
}

@media (max-width: 980px) {
  :where(.page-partner) .pw-hero {
    padding: 64px 0 72px;
  }

  :where(.page-partner) .routes {
    max-width: 560px;
    margin-left: auto;
    margin-right: auto;
    grid-template-columns: 1fr !important;
  }

  :where(.page-partner) .partner-block {
    flex-direction: column;
    gap: 36px;
  }

  :where(.page-partner) .partner-block > img {
    object-fit: cover;
    width: 100%;
    max-height: 420px;
    max-width: 100% !important;
    height: auto !important;
  }

  :where(.page-partner) .card-grid-3 {
    grid-template-columns: 1fr;
    max-width: 480px;
    margin: 0 auto;
  }

  :where(.page-partner) .video-card {
    grid-template-columns: 1fr;
    max-width: 480px;
  }

  :where(.page-partner) .vc-frame img {
    min-height: 200px;
  }

  :where(.page-partner) .quote-grid {
    grid-template-columns: 1fr;
  }

  :where(.page-partner) .example-card {
    flex-direction: column;
  }

  :where(.page-partner) .example-card .img-zoom {
    flex: none;
    height: 240px;
  }
}

@media (max-width: 640px) {
  :where(.page-partner) .pw-hero h1 {
    font-size: clamp(32px, 8.4vw, 42px);
  }

  :where(.page-partner) .form-two-col {
    flex-direction: column;
    gap: 0;
  }

  :where(.page-partner) .form-card {
    padding: 32px 24px;
  }
}

:where(.page-news, .page-news-article) {
  margin-bottom: 28px;
}

:where(.page-news, .page-news-article) .news-pill {
  letter-spacing: .07em;
  text-transform: uppercase;
  color: #fff;
  background: var(--teal);
  border-radius: 999px;
  padding: 5px 13px;
  font-size: 11.5px;
  font-weight: 800;
  display: inline-block;
}

:where(.page-news, .page-news-article) .news-pill.cat-news {
  background: var(--teal);
}

:where(.page-news, .page-news-article) .news-pill.cat-media {
  background: var(--navy);
}

:where(.page-news, .page-news-article) .news-pill.cat-research {
  background: var(--amber);
}

:where(.page-news, .page-news-article) .news-pill.cat-story {
  background: var(--teal-deep);
}

:where(.page-news, .page-news-article) .news-pill.cat-teded {
  background: var(--amber);
}

:where(.page-news) section {
  padding: 100px 0;
}

:where(.page-news) .news-hero {
  background: radial-gradient(720px 420px at 8% -10%, var(--bg-teal-tint), transparent 72%);
  padding: 96px 0 0;
}

:where(.page-news) .news-hero h1 {
  letter-spacing: -.025em;
  text-wrap: balance;
  max-width: 860px;
  margin: 18px 0 20px;
  font-size: clamp(40px, 4.4vw, 56px);
  line-height: 1.06;
}

:where(.page-news) .news-hero p {
  color: var(--slate);
  max-width: 680px;
  font-size: 18px;
  line-height: 1.65;
}

:where(.page-news) .featured:hover .img-zoom img, :where(.page-news) .article-card:hover .img-zoom img {
  transform: scale(1.06);
}

:where(.page-news) .featured {
  border: 1px solid var(--card-border);
  border-radius: var(--radius-card);
  box-shadow: var(--shadow-card);
  transition: transform .45s var(--ease-out-expo), box-shadow .45s var(--ease-out-expo), border-color .45s ease;
  background: #fff;
  grid-template-columns: 1.15fr 1fr;
  display: grid;
  overflow: hidden;
}

:where(.page-news) .featured:hover {
  box-shadow: var(--shadow-card-bloom);
  border-color: var(--teal-tint-20);
  transform: translateY(-6px);
}

:where(.page-news) .featured .img-zoom {
  min-height: 380px;
}

:where(.page-news) .featured-body {
  flex-direction: column;
  justify-content: center;
  padding: 48px 46px;
  display: flex;
}

:where(.page-news) .featured-body h2 {
  letter-spacing: -.018em;
  margin: 16px 0 14px;
  font-size: clamp(24px, 2.4vw, 31px);
}

:where(.page-news) .featured-body p {
  color: var(--slate);
  margin-bottom: 24px;
  font-size: 15.5px;
  line-height: 1.65;
}

:where(.page-news) .featured-body .link {
  color: var(--teal-deep);
  font-size: 15px;
}

:where(.page-news) .featured:hover .featured-body .link {
  color: var(--teal);
}

:where(.page-news) .filters {
  z-index: 5;
  -webkit-backdrop-filter: blur(10px) saturate(1.3);
  background: #f4f7faeb;
  border-radius: 999px;
  flex-wrap: wrap;
  justify-content: center;
  gap: 10px;
  margin-bottom: 44px;
  padding: 12px 0;
  display: flex;
  position: sticky;
  top: 78px;
}

:where(.page-news) .filter {
  border: 1.5px solid var(--line);
  color: var(--slate);
  cursor: pointer;
  background: #fff;
  border-radius: 999px;
  padding: 9px 20px;
  font-size: 13.5px;
  font-weight: 700;
  transition: color .2s, border-color .2s, background-color .2s;
  box-shadow: 0 4px 14px -8px #003b5540;
}

:where(.page-news) .filter:hover {
  border-color: var(--teal);
  color: var(--teal-deep);
}

:where(.page-news) .filter.active {
  background: var(--navy);
  color: #fff;
  border-color: var(--navy);
}

:where(.page-news) .btn-outline-navy {
  padding: 14px 30px;
}

:where(.page-news) .article-grid {
  grid-template-columns: repeat(3, 1fr);
  gap: 28px;
  display: grid;
}

:where(.page-news) .article-card {
  border: 1px solid var(--card-border);
  border-radius: var(--radius-card);
  box-shadow: var(--shadow-card);
  transition: transform .45s var(--ease-out-expo), box-shadow .45s var(--ease-out-expo), border-color .45s ease;
  background: #fff;
  flex-direction: column;
  display: flex;
  overflow: hidden;
}

:where(.page-news) .article-card:hover {
  box-shadow: var(--shadow-card-bloom);
  border-color: var(--teal-tint-20);
  transform: translateY(-6px);
}

:where(.page-news) .article-card > .img-zoom {
  flex: none;
  height: 190px;
}

:where(.page-news) .article-body {
  flex-direction: column;
  flex: 1;
  align-items: flex-start;
  padding: 24px 24px 26px;
  display: flex;
}

:where(.page-news) .article-body h3 {
  letter-spacing: -.012em;
  margin: 12px 0 8px;
  font-size: 17.5px;
  line-height: 1.35;
}

:where(.page-news) .article-body .date {
  color: var(--muted);
  margin-bottom: 10px;
  font-size: 12.5px;
  font-weight: 700;
}

:where(.page-news) .article-body p {
  color: var(--slate);
  margin-bottom: 12px;
  font-size: 14px;
  line-height: 1.6;
}

:where(.page-news) .article-body .link {
  color: var(--teal-deep);
  margin-top: auto;
  font-size: 13.5px;
}

:where(.page-news) .article-card:hover .article-body .link {
  color: var(--teal);
}

:where(.page-news) .load-more {
  text-align: center;
  margin-top: 44px;
}

:where(.page-news) .community-grid {
  grid-template-columns: 1fr 1.15fr;
  align-items: start;
  gap: 48px;
  display: grid;
}

:where(.page-news) .community-grid h3 {
  letter-spacing: -.015em;
  font-size: 23px;
}

:where(.page-news) .community-links a.link {
  color: var(--teal-deep);
  font-size: 14.5px;
}

:where(.page-news) .community-links a.link:hover {
  color: var(--teal);
}

:where(.page-news) .disclaimer-note {
  max-width: 900px;
  color: var(--muted);
  text-align: center;
  border-top: 1px solid var(--line);
  margin: 34px auto 0;
  padding-top: 18px;
  font-size: 12.5px;
  line-height: 1.7;
}

:where(.page-news) .res-grid {
  grid-template-columns: repeat(2, 1fr);
  gap: 24px;
  max-width: 760px;
  margin: 0 auto;
  display: grid;
}

:where(.page-news) .res-card {
  border: 1px solid var(--card-border);
  border-left: 4px solid var(--teal);
  border-radius: var(--radius-card);
  box-shadow: var(--shadow-card);
  transition: transform .45s var(--ease-out-expo), box-shadow .45s var(--ease-out-expo);
  background: #fff;
  flex-direction: column;
  padding: 30px 28px;
  display: flex;
}

:where(.page-news) .res-card:hover {
  box-shadow: var(--shadow-card-bloom);
  transform: translateY(-6px);
}

:where(.page-news) .res-card .doc {
  background: var(--grad-navy-teal);
  color: #fff;
  letter-spacing: .08em;
  border-radius: 8px 8px 8px 0;
  justify-content: center;
  align-items: center;
  width: 48px;
  height: 58px;
  margin-bottom: 18px;
  font-size: 10.5px;
  font-weight: 800;
  display: flex;
  box-shadow: 0 8px 18px -8px #003b5573;
}

:where(.page-news) .res-card h3 {
  letter-spacing: -.012em;
  margin-bottom: 8px;
  font-size: 18px;
}

:where(.page-news) .res-card p {
  color: var(--slate);
  margin-bottom: 18px;
  font-size: 14.5px;
  line-height: 1.6;
}

:where(.page-news) .res-card .filemeta {
  letter-spacing: .08em;
  text-transform: uppercase;
  color: var(--muted);
  margin-top: auto;
  margin-bottom: 10px;
  font-size: 11.5px;
  font-weight: 800;
}

:where(.page-news) .res-card .link {
  color: var(--teal-deep);
  font-size: 14px;
}

:where(.page-news) .res-card .link:hover {
  color: var(--teal);
}

@media (max-width: 980px) {
  :where(.page-news) section {
    padding: 80px 0;
  }

  :where(.page-news) .news-hero {
    padding: 72px 0 0;
  }

  :where(.page-news) .featured {
    grid-template-columns: 1fr;
  }

  :where(.page-news) .featured .img-zoom {
    min-height: 280px;
  }

  :where(.page-news) .featured-body {
    padding: 34px 30px;
  }

  :where(.page-news) .article-grid {
    grid-template-columns: 1fr;
    max-width: 560px;
    margin-left: auto;
    margin-right: auto;
  }

  :where(.page-news) .community-grid {
    grid-template-columns: 1fr;
    gap: 28px;
  }

  :where(.page-news) .res-grid {
    grid-template-columns: 1fr;
    max-width: 560px;
  }
}

@media (max-width: 640px) {
  :where(.page-news) section {
    padding: 60px 0;
  }

  :where(.page-news) .news-hero h1 {
    font-size: clamp(30px, 8vw, 40px);
  }
}

:where(.page-news-article) section {
  padding: 96px 0;
}

:where(.page-news-article) .storyhero {
  text-align: center;
  background: radial-gradient(720px 420px at 50% -20%, var(--bg-teal-tint), transparent 75%);
  padding: 76px 0 44px;
}

:where(.page-news-article) .storyhero .inner {
  max-width: 820px;
  margin: 0 auto;
}

:where(.page-news-article) .storyhero .news-pill {
  margin-bottom: 20px;
}

:where(.page-news-article) .storyhero h1 {
  letter-spacing: -.024em;
  text-wrap: balance;
  margin-bottom: 18px;
  font-size: clamp(32px, 3.8vw, 46px);
  line-height: 1.1;
}

:where(.page-news-article) .byline {
  color: var(--slate);
  font-size: 14px;
  font-weight: 600;
}

:where(.page-news-article) .byline strong {
  color: var(--navy);
  font-weight: 800;
}

:where(.page-news-article) .story-body-wrap {
  max-width: 760px;
  margin: 0 auto;
}

:where(.page-news-article) .story-body-wrap img.heroimg {
  box-shadow: var(--shadow-float);
}

:where(.page-news-article) .story-body-wrap p.copy {
  color: var(--slate);
  margin-bottom: 26px;
  font-size: 17px;
  line-height: 1.75;
}

:where(.page-news-article) .pullquote {
  border-left: 4px solid var(--teal);
  background: var(--bg-teal-tint);
  border-radius: 0 var(--radius-card) var(--radius-card) 0;
  margin: 40px 0;
  padding: 28px 32px 24px 30px;
  position: relative;
}

:where(.page-news-article) .pullquote:before {
  content: "“";
  color: var(--teal);
  font-family: Georgia, Times New Roman, serif;
  font-size: 84px;
  font-weight: 800;
  line-height: 1;
  position: absolute;
  top: -26px;
  left: 18px;
}

:where(.page-news-article) .pullquote blockquote {
  font-family: var(--font-head);
  letter-spacing: -.012em;
  color: var(--navy);
  font-size: 21px;
  font-weight: 700;
  line-height: 1.5;
}

:where(.page-news-article) .pullquote .attr {
  color: var(--teal-deep);
  margin-top: 12px;
  font-size: 13.5px;
  font-weight: 700;
}

:where(.page-news-article) .inline-gallery {
  grid-template-columns: 1fr;
  gap: 18px;
  max-width: 560px;
  margin: 40px 0;
  display: grid;
}

:where(.page-news-article) .inline-gallery .img-zoom {
  border-radius: 12px;
  height: 220px;
}

:where(.page-news-article) .inline-gallery .cap {
  color: var(--muted);
  margin-top: 10px;
  font-size: 12.5px;
  font-weight: 600;
}

:where(.page-news-article) .img-zoom:hover img, :where(.page-news-article) .related-card:hover .img-zoom img {
  transform: scale(1.06);
}

:where(.page-news-article) .story-journey {
  flex-wrap: wrap;
  justify-content: center;
  align-items: flex-start;
  display: flex;
}

:where(.page-news-article) .sj-step {
  text-align: center;
  max-width: 175px;
  padding: 0 14px;
}

:where(.page-news-article) .sj-step .sj-node {
  border: 2px solid var(--line);
  width: 52px;
  height: 52px;
  color: var(--muted);
  font-family: var(--font-head);
  transition: transform .35s var(--ease-out-expo), box-shadow .35s var(--ease-out-expo);
  background: #fff;
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  margin: 0 auto 12px;
  font-size: 14px;
  font-weight: 800;
  display: flex;
}

:where(.page-news-article) .sj-step:hover .sj-node {
  transform: scale(1.1);
}

:where(.page-news-article) .sj-step.done .sj-node {
  background: var(--grad-teal);
  color: #fff;
  border-color: #0000;
  box-shadow: 0 8px 20px #006d8f59;
}

:where(.page-news-article) .sj-step.current .sj-node {
  background: var(--navy);
  border-color: var(--navy);
  color: #fff;
  box-shadow: 0 0 0 6px var(--teal-tint-20), 0 10px 24px #003b5559;
}

:where(.page-news-article) .sj-step .sj-lbl {
  font-family: var(--font-head);
  color: var(--navy);
  font-size: 14.5px;
  font-weight: 700;
}

:where(.page-news-article) .sj-step.upcoming .sj-lbl {
  color: var(--muted);
  font-weight: 600;
}

:where(.page-news-article) .sj-step .sj-sub {
  color: var(--slate);
  margin-top: 4px;
  font-size: 12px;
  line-height: 1.5;
}

:where(.page-news-article) .sj-arrow {
  color: var(--teal);
  padding: 14px 2px 0;
  font-size: 18px;
  font-weight: 700;
}

@media (prefers-reduced-motion: no-preference) {
  html.js :where(.page-news-article) .sj-step.js-reveal .sj-node {
    transition: filter .7s ease calc(var(--rd, 0s) + .25s), transform .35s var(--ease-out-expo);
  }

  html.js :where(.page-news-article) .sj-step.js-reveal:not(.in) .sj-node {
    filter: grayscale() opacity(.4);
  }
}

html.snap :where(.page-news-article) .sj-step .sj-node {
  filter: none !important;
}

:where(.page-news-article) .related-grid {
  grid-template-columns: repeat(3, 1fr);
  gap: 26px;
  display: grid;
}

:where(.page-news-article) .related-card {
  border: 1px solid var(--card-border);
  border-radius: var(--radius-card);
  box-shadow: var(--shadow-card);
  transition: transform .45s var(--ease-out-expo), box-shadow .45s var(--ease-out-expo), border-color .45s ease;
  background: #fff;
  flex-direction: column;
  display: flex;
  overflow: hidden;
}

:where(.page-news-article) .related-card:hover {
  box-shadow: var(--shadow-card-bloom);
  border-color: var(--teal-tint-20);
  transform: translateY(-6px);
}

:where(.page-news-article) .related-card > .img-zoom {
  flex: none;
  height: 165px;
}

:where(.page-news-article) .related-body {
  flex-direction: column;
  flex: 1;
  align-items: flex-start;
  padding: 22px 22px 24px;
  display: flex;
}

:where(.page-news-article) .related-body h3 {
  letter-spacing: -.012em;
  margin: 12px 0;
  font-size: 16.5px;
  line-height: 1.35;
}

:where(.page-news-article) .related-body .link {
  color: var(--teal-deep);
  margin-top: auto;
  font-size: 13.5px;
}

:where(.page-news-article) .related-card:hover .related-body .link {
  color: var(--teal);
}

:where(.page-news-article) .storyprog-grid {
  grid-template-columns: 1fr 1fr;
  gap: 26px;
  max-width: 820px;
  margin: 0 auto;
  display: grid;
}

:where(.page-news-article) .storyprog-card {
  border-radius: var(--radius-card);
  box-shadow: var(--shadow-card);
  transition: transform .45s var(--ease-out-expo), box-shadow .45s var(--ease-out-expo);
  background: #fff;
  flex-direction: column;
  align-items: flex-start;
  padding: 32px 30px;
  display: flex;
}

:where(.page-news-article) .storyprog-card:hover {
  box-shadow: var(--shadow-card-bloom);
  transform: translateY(-6px);
}

:where(.page-news-article) .storyprog-grid .storyprog-card:first-child {
  border: 1.5px solid var(--teal);
}

:where(.page-news-article) .storyprog-grid .storyprog-card:nth-child(2) {
  border: 1.5px solid var(--amber);
}

:where(.page-news-article) .storyprog-card .fam {
  letter-spacing: .07em;
  text-transform: uppercase;
  color: #fff;
  background: var(--teal);
  border-radius: 999px;
  margin-bottom: 14px;
  padding: 5px 13px;
  font-size: 11.5px;
  font-weight: 800;
  display: inline-block;
}

:where(.page-news-article) .storyprog-grid .storyprog-card:nth-child(2) .fam {
  background: var(--amber);
}

:where(.page-news-article) .storyprog-card h3 {
  letter-spacing: -.014em;
  margin-bottom: 8px;
  font-size: 19px;
}

:where(.page-news-article) .storyprog-card p {
  color: var(--slate);
  flex: 1;
  margin-bottom: 16px;
  font-size: 14.5px;
  line-height: 1.6;
}

:where(.page-news-article) .storyprog-card .link {
  color: #fff;
  background: var(--teal);
  border-radius: 999px;
  margin-top: auto;
  padding: 10px 20px;
  font-size: 14px;
  transition: filter .25s, transform .25s;
}

:where(.page-news-article) .storyprog-card .link:hover {
  color: #fff;
  filter: brightness(1.08);
  transform: translateY(-1px);
}

:where(.page-news-article) .storyprog-grid .storyprog-card:nth-child(2) .link {
  background: var(--amber);
}

@media (max-width: 980px) {
  :where(.page-news-article) section {
    padding: 80px 0;
  }

  :where(.page-news-article) .related-grid {
    grid-template-columns: 1fr;
    max-width: 560px;
    margin-left: auto;
    margin-right: auto;
  }

  :where(.page-news-article) .storyprog-grid {
    grid-template-columns: 1fr;
    max-width: 560px;
  }

  :where(.page-news-article) .story-journey {
    gap: 26px 0;
  }

  :where(.page-news-article) .sj-arrow {
    display: none;
  }

  :where(.page-news-article) .sj-step {
    flex: 33%;
    min-width: 170px;
    max-width: 220px;
  }
}

@media (max-width: 640px) {
  :where(.page-news-article) section {
    padding: 58px 0;
  }

  :where(.page-news-article) .storyhero h1 {
    font-size: clamp(26px, 7.4vw, 34px);
  }

  :where(.page-news-article) .inline-gallery {
    grid-template-columns: 1fr;
  }

  :where(.page-news-article) .story-journey {
    flex-direction: column;
    align-items: center;
    gap: 10px;
  }

  :where(.page-news-article) .sj-step {
    flex: none;
    min-width: 0;
    max-width: 260px;
  }

  :where(.page-news-article) .sj-arrow {
    padding: 0;
    display: block;
    transform: rotate(90deg);
  }
}

:where(.page-contact) .ct-hero {
  padding: 90px 0 0;
}

:where(.page-contact) .ct-hero h1 {
  text-wrap: balance;
  margin: 18px 0 16px;
  font-size: clamp(38px, 4.6vw, 54px);
  line-height: 1.08;
}

:where(.page-contact) .ct-hero p {
  color: var(--slate);
  max-width: 640px;
  font-size: 17px;
  line-height: 1.65;
}

:where(.page-contact) .ct-hero + section {
  padding-top: 56px;
}

:where(.page-contact) .purpose-tabs {
  flex-wrap: wrap;
  justify-content: center;
  gap: 12px;
  margin-bottom: 44px;
  display: flex;
}

:where(.page-contact) .purpose-tab {
  font-family: var(--font-body);
  color: var(--slate);
  cursor: pointer;
  background: #fff;
  border: 1.5px solid #003b5526;
  border-radius: 999px;
  padding: 11px 22px;
  font-size: 13.5px;
  font-weight: 700;
  line-height: 1.6;
  transition: border-color .25s, color .25s, background-color .25s, box-shadow .25s;
}

:where(.page-contact) .purpose-tab:not(.active):hover {
  border-color: var(--teal);
  color: var(--teal-deep);
}

:where(.page-contact) .purpose-tab.active {
  background: var(--navy);
  color: #fff;
  border-color: var(--navy);
  box-shadow: 0 8px 20px #003b5538;
}

:where(.page-contact) .form-card {
  border: 1px solid var(--card-border);
  border-radius: var(--radius-card);
  max-width: 660px;
  box-shadow: var(--shadow-card);
  background: #fff;
  margin: 0 auto;
  padding: clamp(28px, 4vw, 44px);
}

:where(.page-contact) .form-row {
  margin-bottom: 18px;
}

:where(.page-contact) .form-row label {
  color: var(--slate);
  margin-bottom: 7px;
  font-size: 13px;
  font-weight: 700;
  display: block;
}

:where(.page-contact) .form-two-col {
  gap: 16px;
  display: flex;
}

:where(.page-contact) .form-two-col .form-row {
  flex: 1;
}

:where(.page-contact) .form-row input, :where(.page-contact) .form-row select, :where(.page-contact) .form-row textarea {
  width: 100%;
  font-family: var(--font-body);
  color: var(--ink);
  background: #fff;
  border: 1px solid #003b5526;
  border-radius: 12px;
  padding: 14px 16px;
  font-size: 15px;
  transition: border-color .2s, box-shadow .2s;
}

:where(.page-contact) .form-row input, :where(.page-contact) .form-row select {
  line-height: normal;
}

:where(.page-contact) .form-row input::placeholder, :where(.page-contact) .form-row textarea::placeholder {
  color: var(--muted);
}

:where(.page-contact) .form-row select {
  appearance: none;
  cursor: pointer;
  background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='12' height='8' viewBox='0 0 12 8'><path d='M1 1.5l5 5 5-5' fill='none' stroke='%23486673' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/></svg>");
  background-position: right 16px center;
  background-repeat: no-repeat;
  padding-right: 44px;
}

:where(.page-contact) .form-row textarea {
  resize: vertical;
  min-height: 140px;
  line-height: 1.6;
}

:where(.page-contact) button.btn {
  cursor: pointer;
  appearance: none;
}

:where(.page-contact) .form-row input:focus, :where(.page-contact) .form-row select:focus, :where(.page-contact) .form-row textarea:focus {
  border-color: var(--teal);
  box-shadow: 0 0 0 3px var(--teal-tint-12);
  outline: none;
}

:where(.page-contact) .form-note {
  color: var(--slate);
  text-align: center;
  margin-top: 18px;
  font-size: 13px;
  font-weight: 600;
}

:where(.page-contact) .form-msg {
  text-align: center;
  color: var(--teal-deep);
  margin-top: 18px;
  font-size: 13px;
  font-weight: 700;
}

:where(.page-contact) .form-msg[data-state="error"] {
  color: #b42318;
}

:where(.page-contact) .contact-info-row {
  flex-wrap: wrap;
  justify-content: center;
  align-items: stretch;
  gap: 26px;
  margin-top: 0;
  display: flex;
}

:where(.page-contact) .info-card {
  text-align: center;
  border: 1px solid var(--card-border);
  border-radius: var(--radius-card);
  min-width: 230px;
  max-width: 310px;
  box-shadow: var(--shadow-card);
  transition: transform .45s var(--ease-out-expo), box-shadow .45s var(--ease-out-expo), border-color .45s ease;
  background: #fff;
  flex: 1;
  padding: 32px 26px;
}

:where(.page-contact) .info-card:hover {
  box-shadow: var(--shadow-card-bloom);
  border-color: var(--teal-tint-20);
  transform: translateY(-8px);
}

:where(.page-contact) .info-card .ph {
  background: var(--teal-tint-12);
  width: 50px;
  height: 50px;
  min-height: 0;
  color: var(--teal-deep);
  transition: transform .45s var(--ease-out-expo), background-color .3s ease;
  border: 1px dashed #006d8f4d;
  border-radius: 14px;
  margin: 0 auto 16px;
  padding: 0;
  font-size: 20px;
}

:where(.page-contact) .info-card .ph:before {
  content: none;
}

:where(.page-contact) .info-card:hover .ph {
  background: var(--teal-tint-20);
  transform: translateY(-3px)scale(1.08);
}

:where(.page-contact) .info-card h4 {
  color: var(--navy);
  margin-bottom: 8px;
  font-size: 16px;
}

:where(.page-contact) .info-card p {
  color: var(--slate);
  font-size: 14px;
  line-height: 1.6;
}

:where(.page-contact) .info-card p a {
  color: var(--teal-deep);
  font-weight: 700;
}

@media (max-width: 980px) {
  :where(.page-contact) .form-two-col {
    flex-direction: column;
    gap: 0;
  }
}

@media (max-width: 860px) {
  :where(.page-contact) .contact-info-row {
    flex-direction: column;
    align-items: center;
    gap: 18px;
  }

  :where(.page-contact) .info-card {
    width: 100%;
    max-width: 460px;
  }
}

@media (prefers-reduced-motion: reduce) {
  :where(.page-contact) .info-card, :where(.page-contact) .info-card .ph, :where(.page-contact) .purpose-tab {
    transition: none;
  }

  :where(.page-contact) .info-card:hover, :where(.page-contact) .info-card:hover .ph {
    transform: none;
  }
}

:where(.page-inquiry) .ct-hero {
  padding: 90px 0 0;
}

:where(.page-inquiry) .ct-hero h1 {
  text-wrap: balance;
  margin: 18px 0 16px;
  font-size: clamp(38px, 4.6vw, 54px);
  line-height: 1.08;
}

:where(.page-inquiry) .ct-hero p {
  color: var(--slate);
  max-width: 640px;
  font-size: 17px;
  line-height: 1.65;
}

:where(.page-inquiry) .ct-hero + section {
  padding-top: 56px;
}

:where(.page-inquiry) .section-head {
  text-align: center;
  max-width: 640px;
  margin: 0 auto 34px;
}

:where(.page-inquiry) .section-head h2 {
  margin-bottom: 10px;
}

:where(.page-inquiry) .section-head p {
  color: var(--slate);
  line-height: 1.65;
}

:where(.page-inquiry) .form-card {
  border: 1px solid var(--card-border);
  border-radius: var(--radius-card);
  max-width: 660px;
  box-shadow: var(--shadow-card);
  background: #fff;
  margin: 0 auto;
  padding: clamp(28px, 4vw, 44px);
}

:where(.page-inquiry) .form-row {
  margin-bottom: 18px;
}

:where(.page-inquiry) .form-row label {
  color: var(--slate);
  margin-bottom: 7px;
  font-size: 13px;
  font-weight: 700;
  display: block;
}

:where(.page-inquiry) .form-two-col {
  gap: 16px;
  display: flex;
}

:where(.page-inquiry) .form-two-col .form-row {
  flex: 1;
  min-width: 0;
}

:where(.page-inquiry) .form-row input, :where(.page-inquiry) .form-row select {
  width: 100%;
  font-family: var(--font-body);
  color: var(--ink);
  background: #fff;
  border: 1px solid #003b5526;
  border-radius: 12px;
  padding: 14px 16px;
  font-size: 15px;
  line-height: normal;
  transition: border-color .2s, box-shadow .2s;
}

:where(.page-inquiry) .form-row input::placeholder {
  color: var(--muted);
}

:where(.page-inquiry) .form-row select {
  appearance: none;
  cursor: pointer;
  background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='12' height='8' viewBox='0 0 12 8'><path d='M1 1.5l5 5 5-5' fill='none' stroke='%23486673' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/></svg>");
  background-position: right 16px center;
  background-repeat: no-repeat;
  padding-right: 44px;
}

:where(.page-inquiry) .form-row select:invalid, :where(.page-inquiry) .form-row select option[value=""] {
  color: var(--muted);
}

:where(.page-inquiry) .form-row input:hover, :where(.page-inquiry) .form-row select:hover {
  border-color: var(--teal-tint-20);
}

:where(.page-inquiry) .form-row input:focus, :where(.page-inquiry) .form-row select:focus {
  border-color: var(--teal);
  box-shadow: 0 0 0 3px var(--teal-tint-12);
  outline: none;
}

:where(.page-inquiry) .form-consent label {
  color: var(--slate);
  cursor: pointer;
  align-items: flex-start;
  gap: 10px;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.5;
  display: flex;
}

:where(.page-inquiry) .form-consent input {
  width: auto;
  accent-color: var(--teal);
  flex: none;
  margin-top: 3px;
}

:where(.page-inquiry) .form-card .btn {
  cursor: pointer;
  border: none;
}

:where(.page-inquiry) .form-card .btn:disabled {
  opacity: .6;
  cursor: not-allowed;
}

:where(.page-inquiry) .form-note {
  color: var(--slate);
  text-align: center;
  margin-top: 18px;
  font-size: 13px;
  font-weight: 600;
}

:where(.page-inquiry) .form-msg {
  text-align: center;
  color: var(--teal-deep);
  margin-top: 18px;
  font-size: 13px;
  font-weight: 700;
}

:where(.page-inquiry) .form-msg[data-state="error"] {
  color: #b42318;
}

:where(.page-inquiry) .pi-done {
  text-align: center;
  padding: 8px 0;
}

:where(.page-inquiry) .pi-done .form-msg {
  margin: 0 0 22px;
  font-size: 16px;
  font-weight: 600;
  line-height: 1.6;
}

@media (max-width: 980px) {
  :where(.page-inquiry) .form-two-col {
    flex-direction: column;
    gap: 0;
  }
}

:where(.page-contact) .inquiry-pointer {
  text-align: center;
}

:where(.page-contact) .inquiry-pointer h3 {
  margin-bottom: 10px;
  font-size: 22px;
}

:where(.page-contact) .inquiry-pointer p {
  color: var(--slate);
  max-width: 48ch;
  margin: 0 auto 22px;
  line-height: 1.65;
}

:where(.page-contact) .inquiry-pointer .btn {
  margin-bottom: 26px;
}

:where(.page-contact) .inquiry-pointer .form-row {
  text-align: left;
  margin-bottom: 0;
}

:where(.page-pathways, .page-competitions) section {
  padding: 100px 0;
}

:where(.page-pathways) + footer.site-footer {
  margin-top: 28px;
}

:where(.page-pathways) .btn, :where(.page-competitions) .btn {
  padding: 14px 30px;
}

:where(.page-pathways) .tag, :where(.page-pathways) .cat-pill {
  letter-spacing: .07em;
  color: #fff;
  background: var(--amber);
  margin-bottom: 0;
  padding: 5px 13px;
}

:where(.page-pathways) .st-wait {
  color: var(--amber-deep);
  background: #f4a30024;
}

:where(.page-pathways) .chip {
  color: var(--amber-deep);
  background: #f4a30024;
  border: 0;
  padding: 5px 13px;
  font-size: 13px;
  font-weight: 700;
}

:where(.page-pathways) .chip-row {
  justify-content: flex-start;
  gap: 8px;
  margin-top: auto;
  margin-bottom: 0;
}

:where(.page-pathways) .section-dark:before {
  background: radial-gradient(circle, #f4a30024 0%, #0000 65%);
}

:where(.page-pathways) .section-head h2 br {
  display: inline;
}

:where(.page-pathways) .fp-hero {
  background: radial-gradient(720px 420px at 8% -10%, #f4a3001a, transparent 72%), radial-gradient(560px 360px at 92% 4%, var(--bg-teal-tint), transparent 70%);
  padding: 96px 0 0;
}

:where(.page-pathways) .fp-hero h1 {
  letter-spacing: -.026em;
  max-width: 860px;
  margin: 18px 0 20px;
  font-size: clamp(40px, 4.6vw, 58px);
  line-height: 1.05;
}

:where(.page-pathways) .fp-hero h1:after {
  content: "";
  background: linear-gradient(90deg, var(--amber), var(--teal));
  border-radius: 999px;
  width: 86px;
  height: 6px;
  margin-top: 18px;
  display: block;
}

:where(.page-pathways) .fp-hero p {
  color: var(--slate);
  max-width: 720px;
  font-size: 17.5px;
  line-height: 1.7;
}

:where(.page-pathways) .fp-hero .hero-ph {
  margin-top: 44px;
}

:where(.page-pathways) .fp-hero .hero-ph img {
  box-shadow: var(--shadow-float);
  vertical-align: baseline;
  display: inline;
}

:where(.page-pathways) .section-head img {
  vertical-align: baseline;
  display: inline;
}

@media (prefers-reduced-motion: no-preference) {
  :where(.page-pathways) .fp-hero .kicker, :where(.page-pathways) .fp-hero h1, :where(.page-pathways) .fp-hero > .wrap > p, :where(.page-pathways) .fp-hero .hero-ph {
    animation: hero-up .9s var(--ease-out-expo) both;
  }

  :where(.page-pathways) .fp-hero .kicker {
    animation-delay: 50ms;
  }

  :where(.page-pathways) .fp-hero h1 {
    animation-delay: .16s;
  }

  :where(.page-pathways) .fp-hero > .wrap > p {
    animation-delay: .32s;
  }

  :where(.page-pathways) .fp-hero .hero-ph {
    animation-delay: .48s;
  }

  :where(.page-pathways) .fp-hero h1:after {
    transform-origin: 0;
    animation: hero-underline .7s var(--ease-out-expo) .95s forwards;
    transform: scaleX(0);
  }
}

html.snap :where(.page-pathways) .fp-hero h1:after {
  transform: scaleX(1) !important;
}

:where(.page-pathways) .pathway-grid {
  grid-template-columns: 1fr 1fr;
  gap: 28px;
  display: grid;
}

:where(.page-pathways) .pathway-card {
  border: 1px solid var(--card-border);
  border-top: 6px solid var(--amber);
  border-radius: var(--radius-card);
  box-shadow: var(--shadow-card);
  transition: transform .45s var(--ease-out-expo), box-shadow .45s var(--ease-out-expo), border-color .45s ease;
  background: #fff;
  flex-direction: column;
  padding: 30px 30px 32px;
  display: flex;
  position: relative;
}

:where(.page-pathways) .pathway-card:hover {
  box-shadow: var(--shadow-card-bloom);
  border-color: #f4a30073;
  border-top-color: var(--amber);
  transform: translateY(-8px);
}

:where(.page-pathways) .pathway-card .img-zoom.thumbwrap {
  border-radius: 12px;
}

:where(.page-pathways) .pathway-card .num {
  letter-spacing: .12em;
  text-transform: uppercase;
  color: var(--amber-deep);
  align-items: center;
  gap: 8px;
  margin-bottom: 10px;
  font-size: 11.5px;
  font-weight: 800;
  display: flex;
}

:where(.page-pathways) .pathway-card .num:before {
  content: "";
  background: var(--amber);
  border-radius: 3px;
  flex: none;
  width: 10px;
  height: 10px;
}

:where(.page-pathways) .pathway-card h3 {
  letter-spacing: -.015em;
  margin-bottom: 10px;
  font-size: 22px;
}

:where(.page-pathways) .pathway-card p {
  color: var(--slate);
  margin-bottom: 18px;
  font-size: 15px;
  line-height: 1.65;
}

:where(.page-pathways) .pathway-card .caption {
  color: var(--muted);
  font-size: 12.5px;
  font-style: italic;
}

:where(.page-pathways) .pathway-card:hover .img-zoom img, :where(.page-pathways) .talk-card:hover .img-zoom img, :where(.page-pathways) .article-card:hover .img-zoom img {
  transform: scale(1.06);
}

:where(.page-pathways) .talk-grid {
  grid-template-columns: repeat(3, 1fr);
  gap: 28px;
  display: grid;
}

:where(.page-pathways) .talk-card {
  border: 1px solid var(--card-border);
  border-radius: var(--radius-card);
  box-shadow: var(--shadow-card);
  transition: transform .45s var(--ease-out-expo), box-shadow .45s var(--ease-out-expo), border-color .45s ease;
  background: #fff;
  flex-direction: column;
  display: flex;
  overflow: hidden;
}

:where(.page-pathways) .talk-card:hover {
  box-shadow: var(--shadow-card-bloom);
  border-color: #f4a30059;
  transform: translateY(-6px);
}

:where(.page-pathways) .talk-card > .img-zoom {
  flex: none;
  height: 180px;
}

:where(.page-pathways) .talk-body {
  flex-direction: column;
  flex: 1;
  align-items: flex-start;
  padding: 22px 24px 26px;
  display: flex;
}

:where(.page-pathways) .talk-body h3 {
  letter-spacing: -.012em;
  margin: 12px 0 8px;
  font-size: 16.5px;
  line-height: 1.35;
}

:where(.page-pathways) .talk-body .meta {
  color: var(--muted);
  margin-bottom: 12px;
  font-size: 13px;
  font-weight: 700;
}

:where(.page-pathways) .talk-body .link {
  color: var(--teal-deep);
  margin-top: auto;
  font-size: 13.5px;
}

:where(.page-pathways) .talk-card:hover .talk-body .link {
  color: var(--teal);
}

:where(.page-pathways) .disclaimer-note {
  max-width: 900px;
  color: var(--muted);
  text-align: center;
  border-top: 1px solid var(--line);
  margin: 34px auto 0;
  padding-top: 18px;
  font-size: 12.5px;
  line-height: 1.7;
}

:where(.page-pathways) .feature-split {
  grid-template-columns: 1fr 1.15fr;
  align-items: center;
  gap: 48px;
  margin-bottom: 52px;
  display: grid;
}

:where(.page-pathways) .feature-split > img {
  align-self: stretch;
  min-height: 300px;
  height: 100% !important;
}

:where(.page-pathways) .feature-split h2 {
  margin: 14px 0 16px;
  font-size: clamp(26px, 3vw, 34px);
}

:where(.page-pathways) .feature-split p {
  color: var(--slate);
  margin-bottom: 16px;
  font-size: 15.5px;
  line-height: 1.7;
}

:where(.page-pathways) .feature-split .btn {
  margin-top: 6px;
}

:where(.page-pathways) .pub-grid {
  grid-template-columns: repeat(2, 1fr);
  gap: 28px;
  max-width: 880px;
  margin: 0 auto;
  display: grid;
}

:where(.page-pathways) .article-card {
  border: 1px solid var(--card-border);
  border-radius: var(--radius-card);
  box-shadow: var(--shadow-card);
  color: inherit;
  transition: transform .45s var(--ease-out-expo), box-shadow .45s var(--ease-out-expo), border-color .45s ease;
  background: #fff;
  flex-direction: column;
  display: flex;
  overflow: hidden;
}

:where(.page-pathways) .article-card:hover {
  box-shadow: var(--shadow-card-bloom);
  border-color: #f4a30059;
  transform: translateY(-6px);
}

:where(.page-pathways) .article-card > .img-zoom {
  flex: none;
  height: 190px;
}

:where(.page-pathways) .article-body {
  flex-direction: column;
  flex: 1;
  align-items: flex-start;
  padding: 24px 24px 26px;
  display: flex;
}

:where(.page-pathways) .article-body h3 {
  letter-spacing: -.012em;
  margin: 12px 0 8px;
  font-size: 17.5px;
  line-height: 1.35;
}

:where(.page-pathways) .article-body .date {
  color: var(--muted);
  margin-bottom: 10px;
  font-size: 12.5px;
  font-weight: 700;
}

:where(.page-pathways) .article-body p {
  color: var(--slate);
  margin-bottom: 12px;
  font-size: 14px;
  line-height: 1.6;
}

:where(.page-pathways) .article-body .link {
  color: var(--teal-deep);
  margin-top: auto;
  font-size: 13.5px;
}

:where(.page-pathways) .article-card:hover .article-body .link {
  color: var(--teal);
}

:where(.page-pathways) .pub-note {
  color: var(--muted);
  text-align: center;
  margin-top: 20px;
  font-size: 12.5px;
  font-style: italic;
}

:where(.page-pathways) .impact-card {
  border: 1px solid var(--card-border);
  border-left: 4px solid var(--amber);
  border-radius: var(--radius-card);
  box-shadow: var(--shadow-card);
  background: #fff;
  grid-template-columns: 1fr 1.6fr;
  align-items: center;
  gap: 38px;
  margin-top: 36px;
  padding: 38px 42px;
  display: grid;
}

:where(.page-pathways) .impact-card h3 {
  letter-spacing: -.015em;
  font-size: 24px;
}

:where(.page-pathways) .fp-journey {
  flex-wrap: wrap;
  justify-content: center;
  align-items: flex-start;
  display: flex;
}

:where(.page-pathways) .fp-step {
  text-align: center;
  max-width: 185px;
  padding: 0 14px;
}

:where(.page-pathways) .fp-step .node {
  border: 2px solid var(--line);
  width: 52px;
  height: 52px;
  color: var(--muted);
  font-family: var(--font-head);
  transition: transform .35s var(--ease-out-expo), box-shadow .35s var(--ease-out-expo);
  background: #fff;
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  margin: 0 auto 12px;
  font-size: 15px;
  font-weight: 800;
  display: flex;
}

:where(.page-pathways) .fp-step:hover .node {
  transform: scale(1.1);
}

:where(.page-pathways) .fp-step.on .node {
  background: linear-gradient(120deg, var(--amber-deep), var(--amber));
  color: #fff;
  border-color: #0000;
  box-shadow: 0 0 0 6px #f4a30029, 0 10px 24px #b87b0059;
}

:where(.page-pathways) .fp-step .lbl {
  font-family: var(--font-head);
  color: var(--navy);
  font-size: 14.5px;
  font-weight: 700;
}

:where(.page-pathways) .fp-step.on .lbl {
  color: var(--amber-deep);
}

:where(.page-pathways) .fp-step.off .lbl {
  color: var(--muted);
  font-weight: 600;
}

:where(.page-pathways) .fp-step .sub {
  color: var(--slate);
  margin-top: 4px;
  font-size: 12px;
  line-height: 1.5;
}

:where(.page-pathways) .fp-arrow {
  color: var(--teal);
  padding: 14px 2px 0;
  font-size: 18px;
  font-weight: 700;
}

:where(.page-pathways) .session-list {
  max-width: 880px;
  margin-bottom: 0;
}

:where(.page-pathways) .session-row {
  border-left: 4px solid var(--amber);
  border-radius: var(--radius-card);
  margin-bottom: 18px;
  padding: 24px 28px;
}

:where(.page-pathways) .session-row:hover {
  border-color: var(--card-border);
  border-left-color: var(--amber);
}

:where(.page-pathways) .session-row h3 {
  letter-spacing: -.012em;
  margin-bottom: 4px;
}

:where(.page-pathways) .session-actions .btn {
  padding: 11px 22px;
}

@media (max-width: 980px) {
  :where(.page-pathways) section {
    padding: 80px 0;
  }

  :where(.page-pathways) .fp-hero {
    padding: 72px 0 0;
  }

  :where(.page-pathways) .pathway-grid, :where(.page-pathways) .talk-grid {
    grid-template-columns: 1fr;
    max-width: 560px;
    margin-left: auto;
    margin-right: auto;
  }

  :where(.page-pathways) .pub-grid {
    grid-template-columns: 1fr;
    max-width: 560px;
  }

  :where(.page-pathways) .feature-split {
    grid-template-columns: 1fr;
    gap: 28px;
  }

  :where(.page-pathways) .feature-split > img {
    min-height: 0;
    height: 340px !important;
  }

  :where(.page-pathways) .impact-card {
    grid-template-columns: 1fr;
    padding: 30px 28px;
  }

  :where(.page-pathways) .session-row {
    flex-direction: row;
    align-items: center;
  }
}

@media (max-width: 700px) {
  :where(.page-pathways) .section-head h2 br {
    display: none;
  }
}

@media (max-width: 640px) {
  :where(.page-pathways) section {
    padding: 60px 0;
  }

  :where(.page-pathways) .fp-hero h1 {
    font-size: clamp(32px, 8.6vw, 44px);
  }

  :where(.page-pathways) .fp-journey {
    flex-direction: column;
    align-items: center;
    gap: 10px;
  }

  :where(.page-pathways) .fp-arrow {
    padding: 0;
    transform: rotate(90deg);
  }

  :where(.page-pathways) .session-row {
    flex-direction: column;
    align-items: flex-start;
  }
}

:where(.page-competitions) .cc-hero {
  color: #fff;
  border-radius: var(--radius-band);
  box-shadow: var(--shadow-band);
  background: var(--navy);
  background-image: radial-gradient(#7fd8ec21 1.5px, transparent 1.5px), var(--grad-dark-band);
  background-size: 26px 26px, cover;
  margin: 18px clamp(10px, 1.6vw, 26px) 0;
  padding: 96px 0 100px;
  position: relative;
  overflow: hidden;
}

:where(.page-competitions) .cc-hero:before {
  content: "";
  pointer-events: none;
  background: radial-gradient(circle, #00b4d82e 0%, #0000 65%);
  border-radius: 50%;
  width: 560px;
  height: 560px;
  position: absolute;
  top: -180px;
  right: -130px;
}

:where(.page-competitions) .cc-hero .wrap {
  position: relative;
}

:where(.page-competitions) .cc-hero .kicker {
  color: var(--teal-light);
}

:where(.page-competitions) .cc-hero h1 {
  color: #fff;
  letter-spacing: -.028em;
  text-wrap: balance;
  text-shadow: 0 2px 30px #01162059;
  max-width: 800px;
  margin: 18px 0;
  font-size: clamp(40px, 4.8vw, 58px);
  line-height: 1.05;
}

:where(.page-competitions) .cc-hero p {
  color: #ffffffd9;
  max-width: 700px;
  font-size: 17px;
  line-height: 1.7;
}

:where(.page-competitions) .cc-hero .hero-ph {
  margin-top: 44px;
}

:where(.page-competitions) .cc-hero .hero-ph img {
  box-shadow: 0 24px 60px -20px #0000008c;
  border-radius: var(--radius-card) !important;
}

:where(.page-competitions) .invite-badge {
  color: #fff;
  letter-spacing: .12em;
  text-transform: uppercase;
  -webkit-backdrop-filter: blur(4px);
  backdrop-filter: blur(4px);
  background: #ffffff1a;
  border: 1.5px solid #7fd8ec8c;
  border-radius: 999px;
  align-items: center;
  gap: 10px;
  margin-bottom: 22px;
  padding: 10px 22px;
  font-size: 13px;
  font-weight: 800;
  display: inline-flex;
  position: relative;
}

:where(.page-competitions) .invite-badge:after {
  content: "";
  border-radius: inherit;
  animation: cc-invite-pulse 2.8s var(--ease-soft) infinite;
  pointer-events: none;
  position: absolute;
  inset: -1.5px;
  box-shadow: 0 0 #7fd8ec73;
}

@keyframes cc-invite-pulse {
  0% {
    box-shadow: 0 0 #7fd8ec66;
  }

  70% {
    box-shadow: 0 0 0 12px #7fd8ec00;
  }

  100% {
    box-shadow: 0 0 #7fd8ec00;
  }
}

:where(.page-competitions) .invite-badge .dot {
  background: var(--amber);
  border-radius: 50%;
  width: 8px;
  height: 8px;
  box-shadow: 0 0 12px #f4a300cc;
}

:where(.page-competitions) .comp-grid {
  grid-template-columns: repeat(4, 1fr);
  gap: 24px;
  display: grid;
}

:where(.page-competitions) .comp-card {
  border: 1px solid var(--card-border);
  border-radius: var(--radius-card);
  box-shadow: var(--shadow-card);
  transition: transform .45s var(--ease-out-expo), box-shadow .45s var(--ease-out-expo), border-color .45s ease;
  background: #fff;
  flex-direction: column;
  display: flex;
  overflow: hidden;
}

:where(.page-competitions) .comp-card:hover {
  box-shadow: var(--shadow-card-bloom);
  border-color: #003b5540;
  transform: translateY(-8px);
}

:where(.page-competitions) .comp-card:before {
  content: "";
  background: var(--navy);
  height: 6px;
  transition: height .35s var(--ease-soft);
  flex: none;
  display: block;
}

:where(.page-competitions) .comp-card:hover:before {
  height: 10px;
}

:where(.page-competitions) .comp-card > img {
  display: block;
}

:where(.page-competitions) .comp-body {
  padding: 24px;
}

:where(.page-competitions) .comp-body h3 {
  letter-spacing: -.01em;
  color: var(--navy);
  margin-bottom: 8px;
  font-size: 18px;
}

:where(.page-competitions) .comp-body p {
  color: var(--slate);
  font-size: 14px;
  line-height: 1.6;
}

:where(.page-competitions) .steps {
  grid-template-columns: repeat(3, 1fr);
  gap: 26px;
  max-width: 1000px;
  margin: 0 auto;
  display: grid;
}

:where(.page-competitions) .step {
  border: 1px solid var(--card-border);
  border-radius: var(--radius-card);
  box-shadow: var(--shadow-card);
  background: #fff;
  padding: 34px 30px;
  transition: transform .35s, box-shadow .35s;
  position: relative;
}

:where(.page-competitions) .step:hover {
  box-shadow: var(--shadow-card-hover);
  transform: translateY(-6px);
}

:where(.page-competitions) .step .num {
  background: var(--grad-navy-teal);
  color: #fff;
  width: 48px;
  height: 48px;
  font-family: var(--font-head);
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  margin-bottom: 18px;
  font-size: 17px;
  font-weight: 800;
  display: flex;
  box-shadow: 0 8px 20px #003b5559;
}

:where(.page-competitions) .step h3 {
  letter-spacing: -.015em;
  margin-bottom: 10px;
  font-size: 19px;
}

:where(.page-competitions) .step p {
  color: var(--slate);
  font-size: 14.5px;
  line-height: 1.65;
}

:where(.page-competitions) .no-open-reg {
  border-radius: var(--radius-card);
  text-align: center;
  background: #003b550d;
  border: 1.5px solid #003b5538;
  max-width: 1000px;
  margin: 36px auto 0;
  padding: 30px 32px;
}

:where(.page-competitions) .no-open-reg strong {
  font-family: var(--font-head);
  color: var(--navy);
  letter-spacing: -.015em;
  margin-bottom: 8px;
  font-size: 19px;
  display: block;
}

:where(.page-competitions) .no-open-reg p {
  color: var(--slate);
  max-width: 820px;
  margin: 0 auto;
  font-size: 15px;
  line-height: 1.65;
}

:where(.page-competitions) .cc-gallery {
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
  margin-bottom: 44px;
  display: grid;
}

:where(.page-competitions) .cc-tile {
  box-shadow: var(--shadow-card);
  transition: transform .45s var(--ease-out-expo), box-shadow .45s var(--ease-out-expo);
  border-radius: 14px;
  position: relative;
  overflow: hidden;
}

:where(.page-competitions) .cc-tile:hover {
  box-shadow: var(--shadow-card-bloom);
  transform: translateY(-6px);
}

:where(.page-competitions) .cc-tile img {
  transition: transform .7s var(--ease-out-expo);
  display: block;
  border-radius: 14px !important;
}

:where(.page-competitions) .cc-tile:hover img {
  transform: scale(1.05);
}

:where(.page-competitions) .cc-tile .cap {
  -webkit-backdrop-filter: blur(4px);
  backdrop-filter: blur(4px);
  color: #fff;
  background: #003b55e0;
  border-radius: 999px;
  width: fit-content;
  max-width: calc(100% - 24px);
  padding: 6px 14px;
  font-size: 11.5px;
  font-weight: 700;
  position: absolute;
  bottom: 12px;
  left: 12px;
  right: 12px;
}

:where(.page-competitions) .cc-gallery.marquee {
  width: 100vw;
  max-width: none;
  margin-left: calc(50% - 50vw);
  overflow-x: clip;
}

:where(.page-competitions) .mq-challenges .mq-set {
  align-items: stretch;
}

:where(.page-competitions) .mq-challenges .mq-set .cc-tile {
  flex: none;
  width: 420px;
}

:where(.page-competitions) .mq-challenges .mq-set .cc-tile img {
  height: 240px !important;
}

:where(.page-competitions) .mq-challenges .mq-set .cc-tile.tile-sq {
  width: 230px;
}

:where(.page-competitions) .results {
  max-width: 900px;
  margin: 0 auto;
}

:where(.page-competitions) .result-row {
  border: 1px solid var(--card-border);
  border-left: 5px solid var(--navy);
  box-shadow: var(--shadow-card);
  background: #fff;
  border-radius: 14px;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  gap: 24px;
  margin-bottom: 16px;
  padding: 24px 28px;
  transition: transform .35s, box-shadow .35s;
  display: flex;
}

:where(.page-competitions) .result-row:hover {
  box-shadow: var(--shadow-card-hover);
  transform: translateY(-3px);
}

:where(.page-competitions) .result-row > div:first-child {
  flex: 1.6;
  min-width: 280px;
}

:where(.page-competitions) .result-row h3 {
  letter-spacing: -.01em;
  margin-bottom: 6px;
  font-size: 17.5px;
}

:where(.page-competitions) .result-row .meta {
  color: var(--slate);
  font-size: 14px;
  line-height: 1.65;
}

:where(.page-competitions) .result-row .outcome {
  min-width: 220px;
  color: var(--teal-deep);
  text-align: right;
  flex: 1;
  font-size: 13.5px;
  font-weight: 700;
  line-height: 1.6;
}

:where(.page-competitions) .feature-split > img {
  min-height: 280px;
  box-shadow: var(--shadow-card);
  align-self: stretch;
  height: 100% !important;
}

:where(.page-competitions) .feature-split p a {
  transition: color .2s;
}

:where(.page-competitions) .feature-split p a:hover {
  color: var(--teal) !important;
}

:where(.page-competitions) .media-grid {
  grid-template-columns: repeat(3, 1fr);
  gap: 26px;
  display: grid;
}

:where(.page-competitions) .media-card {
  border: 1px solid var(--card-border);
  border-radius: var(--radius-card);
  box-shadow: var(--shadow-card);
  transition: transform .45s var(--ease-out-expo), box-shadow .45s var(--ease-out-expo);
  background: #fff;
  flex-direction: column;
  display: flex;
  overflow: hidden;
}

:where(.page-competitions) .media-card:hover {
  box-shadow: var(--shadow-card-bloom);
  transform: translateY(-8px);
}

:where(.page-competitions) .media-card .imgframe {
  display: block;
  overflow: hidden;
}

:where(.page-competitions) .media-card img {
  transition: transform .7s var(--ease-out-expo);
}

:where(.page-competitions) .media-card:hover img {
  transform: scale(1.06);
}

:where(.page-competitions) .media-body {
  flex-direction: column;
  flex: 1;
  align-items: flex-start;
  padding: 24px;
  display: flex;
}

:where(.page-competitions) .media-body h3 {
  letter-spacing: -.01em;
  margin: 12px 0 8px;
  font-size: 16.5px;
  line-height: 1.3;
}

:where(.page-competitions) .media-body .meta {
  color: var(--muted);
  margin-bottom: 10px;
  font-size: 13px;
}

:where(.page-competitions) .media-body .link {
  color: var(--teal-deep);
  margin-top: auto;
  font-size: 13.5px;
  font-weight: 700;
}

:where(.page-competitions) .media-card:hover .link {
  color: var(--teal);
}

:where(.page-competitions) .note {
  color: var(--muted);
  text-align: center;
  margin-top: 28px;
  font-size: 13px;
  font-style: italic;
}

:where(.page-competitions) .cta-panel {
  background: var(--navy);
  background-image: radial-gradient(#7fd8ec21 1.5px, transparent 1.5px), var(--grad-dark-band);
  border-radius: var(--radius-band);
  text-align: center;
  color: #fff;
  box-shadow: var(--shadow-band);
  background-size: 26px 26px, cover;
  padding: 72px 56px;
  position: relative;
  overflow: hidden;
}

:where(.page-competitions) .cta-panel:before {
  content: "";
  pointer-events: none;
  background: radial-gradient(circle, #00b4d82e 0%, #0000 65%);
  border-radius: 50%;
  width: 560px;
  height: 560px;
  position: absolute;
  bottom: -200px;
  left: -140px;
}

:where(.page-competitions) .cta-panel > * {
  position: relative;
}

:where(.page-competitions) .cta-panel h2 {
  letter-spacing: -.025em;
  color: #fff;
  margin: 18px 0 12px;
  font-size: clamp(30px, 3.6vw, 44px);
}

:where(.page-competitions) .cta-panel p {
  color: #ffffffc7;
  max-width: 620px;
  margin-bottom: 30px;
  margin-left: auto;
  margin-right: auto;
  font-size: 17px;
  line-height: 1.6;
}

:where(.page-competitions) .cta-btns {
  flex-wrap: wrap;
  justify-content: center;
  gap: 16px;
  display: flex;
}

:where(.page-competitions) .cta-panel .st-invite {
  color: var(--navy);
  background: #fff;
}

:where(.page-competitions) .cta-panel .st-invite:after {
  content: "";
  border-radius: inherit;
  animation: invite-pulse-light 2.8s var(--ease-soft) infinite;
  pointer-events: none;
  position: absolute;
  inset: 0;
  box-shadow: 0 0 #ffffff73;
}

@keyframes invite-pulse-light {
  0% {
    box-shadow: 0 0 #fff6;
  }

  70% {
    box-shadow: 0 0 0 10px #fff0;
  }

  100% {
    box-shadow: 0 0 #fff0;
  }
}

:where(.page-competitions) .cta-panel .st-invite:hover {
  box-shadow: none;
  transform: none;
}

@media (max-width: 1279px) {
  :where(.page-competitions) .comp-grid {
    grid-template-columns: 1fr 1fr;
  }
}

@media (max-width: 900px) {
  :where(.page-competitions) section {
    padding: 80px 0;
  }

  :where(.page-competitions) .wrap {
    padding: 0 24px;
  }

  :where(.page-competitions) .cc-hero {
    padding: 72px 0 80px;
  }

  :where(.page-competitions) .steps {
    grid-template-columns: 1fr;
    gap: 18px;
    max-width: 520px;
  }

  :where(.page-competitions) .cc-gallery {
    grid-template-columns: 1fr 1fr;
  }

  :where(.page-competitions) .result-row .outcome {
    text-align: left;
  }

  :where(.page-competitions) .media-grid {
    grid-template-columns: 1fr;
    gap: 18px;
    max-width: 460px;
    margin: 0 auto;
  }

  :where(.page-competitions) .feature-split {
    grid-template-columns: 1fr !important;
  }

  :where(.page-competitions) .feature-split > img {
    min-height: 0;
    height: 340px !important;
  }

  :where(.page-competitions) .cta-panel {
    padding: 56px 26px;
  }
}

@media (max-width: 640px) {
  :where(.page-competitions) section {
    padding: 64px 0;
  }

  :where(.page-competitions) .wrap {
    padding: 0 20px;
  }

  :where(.page-competitions) .comp-grid {
    grid-template-columns: 1fr;
    max-width: 460px;
    margin: 0 auto;
  }

  :where(.page-competitions) .cc-gallery {
    grid-template-columns: 1fr;
  }

  :where(.page-competitions) .cta-btns {
    flex-direction: column;
    align-items: center;
  }

  :where(.page-competitions) .cta-btns .btn {
    text-align: center;
    white-space: normal;
    width: 100%;
    max-width: 360px;
  }
}

:where(.page-pathways, .page-competitions) .wl-overlay {
  z-index: 200;
  -webkit-backdrop-filter: blur(3px);
  backdrop-filter: blur(3px);
  background: #001a288c;
  justify-content: center;
  align-items: center;
  padding: 24px;
  display: none;
  position: fixed;
  inset: 0;
  overflow-y: auto;
}

:where(.page-pathways, .page-competitions) .wl-overlay.open {
  display: flex;
}

:where(.page-pathways, .page-competitions) .wl-modal {
  width: 100%;
  max-width: 520px;
  animation: wlIn .32s var(--ease-out-expo) both;
  background: #fff;
  border-radius: 20px;
  margin: auto;
  padding: 34px 36px 32px;
  position: relative;
  box-shadow: 0 40px 90px -30px #001a2899;
}

:where(.page-pathways, .page-competitions) .wl-modal .wl-x {
  background: var(--bg-light);
  width: 34px;
  height: 34px;
  color: var(--slate);
  cursor: pointer;
  border: none;
  border-radius: 50%;
  font-size: 17px;
  line-height: 1;
  position: absolute;
  top: 14px;
  right: 16px;
}

:where(.page-pathways, .page-competitions) .wl-modal .wl-x:hover {
  background: var(--teal);
  color: #fff;
}

:where(.page-pathways, .page-competitions) .wl-modal .kicker {
  margin-bottom: 8px;
}

:where(.page-pathways, .page-competitions) .wl-modal h3 {
  letter-spacing: -.02em;
  margin-bottom: 8px;
  font-size: 25px;
}

:where(.page-pathways, .page-competitions) .wl-modal .wl-sub {
  color: var(--slate);
  margin-bottom: 20px;
  font-size: 14.5px;
  line-height: 1.6;
}

:where(.page-pathways, .page-competitions) .wl-modal .wl-prog {
  letter-spacing: .06em;
  text-transform: uppercase;
  color: var(--teal-deep);
  background: var(--bg-teal-tint);
  border-radius: 999px;
  margin-bottom: 18px;
  padding: 6px 14px;
  font-size: 12px;
  font-weight: 800;
  display: inline-block;
}

:where(.page-pathways, .page-competitions) .wl-field {
  margin-bottom: 14px;
}

:where(.page-pathways, .page-competitions) .wl-field label {
  color: var(--slate);
  margin-bottom: 6px;
  font-size: 13px;
  font-weight: 700;
  display: block;
}

:where(.page-pathways, .page-competitions) .wl-field input {
  width: 100%;
  font: 15px var(--font-body);
  color: var(--ink);
  border: 1px solid var(--line);
  background: #fff;
  border-radius: 12px;
  padding: 13px 14px;
  transition: border-color .2s, box-shadow .2s;
}

:where(.page-pathways, .page-competitions) .wl-field input:focus {
  border-color: var(--teal);
  box-shadow: 0 0 0 3px var(--teal-tint-12);
  outline: none;
}

:where(.page-pathways, .page-competitions) .wl-field select {
  width: 100%;
  font: 15px var(--font-body);
  color: var(--ink);
  border: 1px solid var(--line);
  background: #fff;
  border-radius: 12px;
  padding: 13px 14px;
}

:where(.page-pathways, .page-competitions) .wl-field select:focus {
  border-color: var(--teal);
  box-shadow: 0 0 0 3px var(--teal-tint-12);
  outline: none;
}

:where(.page-pathways, .page-competitions) .wl-row2 {
  grid-template-columns: 1fr 1fr;
  gap: 12px;
  display: grid;
}

:where(.page-pathways, .page-competitions) .wl-modal .btn {
  width: 100%;
  margin-top: 6px;
}

:where(.page-pathways, .page-competitions) .wl-modal .btn:disabled {
  opacity: .6;
  cursor: not-allowed;
}

:where(.page-pathways, .page-competitions) .wl-note {
  color: var(--muted);
  text-align: center;
  margin-top: 12px;
  font-size: 12.5px;
}

:where(.page-pathways, .page-competitions) .wl-msg {
  text-align: center;
  color: var(--teal-deep);
  margin-top: 10px;
  font-size: 13px;
  font-weight: 700;
}

:where(.page-pathways, .page-competitions) .wl-msg[data-state="error"] {
  color: #b42318;
}

:where(.page-pathways, .page-competitions) .wl-done {
  text-align: center;
  padding-top: 8px;
}

:where(.page-pathways, .page-competitions) .wl-done .wl-msg {
  margin: 0 0 18px;
  font-size: 15px;
  font-weight: 600;
  line-height: 1.6;
}

@media (max-width: 560px) {
  :where(.page-pathways, .page-competitions) .wl-row2 {
    grid-template-columns: 1fr;
  }

  :where(.page-pathways, .page-competitions) .wl-modal {
    padding: 28px 22px;
  }
}

:where(.page-offering) section {
  padding: 96px 0;
}

.offering-hero {
  background: linear-gradient(180deg, var(--bg-teal-tint) 0%, #fff 78%);
  padding: 88px 0 92px;
}

.hero-grid {
  grid-template-columns: 1.4fr 1fr;
  align-items: center;
  gap: 56px;
  display: grid;
}

.offering-hero h1 {
  letter-spacing: -.026em;
  text-wrap: balance;
  margin: 16px 0 18px;
  font-size: clamp(36px, 4vw, 50px);
  line-height: 1.08;
}

.offering-hero .outcome {
  color: var(--slate);
  max-width: 620px;
  margin-bottom: 24px;
  font-size: 18px;
  line-height: 1.65;
}

.badges-row {
  flex-wrap: wrap;
  gap: 10px;
  display: flex;
}

.facts-card {
  border: 1px solid var(--card-border);
  border-radius: var(--radius-card);
  box-shadow: var(--shadow-float);
  background: #fff;
  padding: 30px;
  position: relative;
  overflow: hidden;
}

.facts-card:before {
  content: "";
  background: var(--grad-teal);
  height: 6px;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
}

.facts-card h3 {
  font-family: var(--font-body);
  text-transform: uppercase;
  letter-spacing: .12em;
  color: var(--muted);
  margin-bottom: 16px;
  font-size: 12.5px;
  font-weight: 800;
}

.fact-row {
  border-bottom: 1px solid var(--line);
  justify-content: space-between;
  gap: 16px;
  padding: 11px 0;
  font-size: 14.5px;
  display: flex;
}

.fact-row:last-of-type {
  border-bottom: none;
}

.fact-row .k {
  color: var(--muted);
  font-weight: 600;
}

.fact-row .v {
  color: var(--navy);
  text-align: right;
  font-weight: 700;
}

.edbc-grid {
  grid-template-columns: repeat(4, 1fr);
  gap: 22px;
  display: grid;
}

.edbc-card {
  border: 1px solid var(--card-border);
  border-radius: var(--radius-card);
  box-shadow: var(--shadow-card);
  background: #fff;
  padding: 26px 24px;
  transition: transform .35s, box-shadow .35s;
}

.edbc-card:hover {
  box-shadow: var(--shadow-card-hover);
  transform: translateY(-6px);
}

.edbc-card .num {
  background: var(--grad-teal);
  color: #fff;
  width: 40px;
  height: 40px;
  font-family: var(--font-head);
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  margin-bottom: 14px;
  font-size: 15px;
  font-weight: 800;
  display: flex;
  box-shadow: 0 8px 20px #006d8f4d;
}

@media (prefers-reduced-motion: no-preference) {
  html.js .edbc-card.js-reveal.in .num {
    animation: dot-pop .55s var(--ease-out-expo) both;
    animation-delay: calc(var(--rd, 0s) + .3s);
  }
}

@keyframes dot-pop {
  0% {
    transform: scale(.5);
    box-shadow: 0 8px 20px #006d8f4d, 0 0 #00b4d873;
  }

  60% {
    transform: scale(1.14);
  }

  100% {
    transform: scale(1);
    box-shadow: 0 8px 20px #006d8f4d, 0 0 0 12px #00b4d800;
  }
}

.edbc-card h4 {
  letter-spacing: -.01em;
  margin-bottom: 6px;
  font-size: 16.5px;
}

.edbc-card p {
  color: var(--slate);
  font-size: 13.5px;
  line-height: 1.6;
}

.off-chips {
  flex-wrap: wrap;
  justify-content: center;
  gap: 10px;
  max-width: 780px;
  margin: 44px auto 0;
  display: flex;
}

.off-chip {
  color: var(--teal-deep);
  border: 1px solid var(--teal-tint-20);
  background: #fff;
  border-radius: 999px;
  padding: 7px 16px;
  font-size: 13px;
  font-weight: 700;
  transition: background-color .2s, border-color .2s;
}

.off-chip:hover {
  background: var(--bg-teal-tint);
  border-color: var(--teal);
}

.off-gallery {
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
  display: grid;
}

.off-gallery img {
  box-shadow: var(--shadow-card);
  transition: transform .45s var(--ease-out-expo), box-shadow .45s var(--ease-out-expo);
  border-radius: var(--radius-card) !important;
}

.off-gallery img:hover {
  box-shadow: var(--shadow-card-bloom);
  transform: translateY(-6px)scale(1.02);
}

:where(.page-offering) .vid-cover {
  border-radius: 10px;
}

:where(.page-offering) .vid-cover .vc-play {
  width: 56px;
  height: 56px;
}

:where(.page-offering) .vid-cover .vc-play:after {
  border-width: 10px 0 10px 16px;
}

.off-next-card {
  border: 1px solid var(--card-border);
  border-radius: var(--radius-card);
  max-width: 860px;
  box-shadow: var(--shadow-card);
  background: #fff;
  align-items: center;
  gap: 32px;
  margin: 0 auto;
  padding: 36px;
  transition: transform .35s, box-shadow .35s;
  display: flex;
}

.off-next-card:hover {
  box-shadow: var(--shadow-card-hover);
  transform: translateY(-4px);
}

.off-next-card > img {
  object-fit: cover;
  flex: none;
  border-radius: 14px !important;
  width: 330px !important;
  height: 220px !important;
}

.off-next-card h3 {
  letter-spacing: -.015em;
  margin: 10px 0;
  font-size: 21px;
}

.off-next-card p {
  color: var(--slate);
  margin-bottom: 16px;
  font-size: 15px;
  line-height: 1.65;
}

.off-journey-line {
  text-align: center;
  color: var(--slate);
  margin-top: 28px;
  font-size: 14.5px;
}

.off-journey-line strong {
  color: var(--teal-deep);
}

.reg-panel {
  background: var(--navy);
  background-image: radial-gradient(#7fd8ec21 1.5px, transparent 1.5px), var(--grad-dark-band);
  border-radius: var(--radius-band);
  text-align: center;
  color: #fff;
  box-shadow: var(--shadow-band);
  background-size: 26px 26px, cover;
  padding: 64px 56px;
  position: relative;
  overflow: hidden;
}

.reg-panel:before {
  content: "";
  pointer-events: none;
  background: radial-gradient(circle, #00b4d829 0%, #0000 65%);
  border-radius: 50%;
  width: 520px;
  height: 520px;
  position: absolute;
  top: -160px;
  right: -120px;
}

.reg-panel > * {
  position: relative;
}

.reg-panel > .status {
  color: #fff;
  background: #ffffff24;
}

.reg-panel > .status.st-open {
  color: var(--teal-light);
  background: #7fd8ec2e;
  border: 1px solid #7fd8ec59;
}

.reg-panel h2 {
  color: #fff;
  margin: 16px 0 10px;
  font-size: clamp(26px, 3vw, 34px);
}

.reg-panel p {
  color: #ffffffbf;
  margin-bottom: 26px;
  font-size: 16px;
}

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

.rel-card {
  border: 1px solid var(--card-border);
  border-radius: var(--radius-card);
  box-shadow: var(--shadow-card);
  background: #fff;
  flex-direction: column;
  padding: 22px;
  transition: transform .35s, box-shadow .35s;
  display: flex;
}

.rel-card:hover {
  box-shadow: var(--shadow-card-hover);
  transform: translateY(-6px);
}

.rel-card > img {
  border-radius: 12px !important;
}

.rel-card h3 {
  letter-spacing: -.01em;
  margin: 10px 0 8px;
  font-size: 17px;
}

.rel-card p {
  color: var(--slate);
  margin-bottom: 14px;
  font-size: 14px;
  line-height: 1.6;
}

.rel-card .badges {
  flex-wrap: wrap;
  gap: 8px;
  display: flex;
}

.rel-card .status-row {
  margin-top: auto;
  margin-bottom: 12px;
}

.rel-card a.more {
  color: var(--teal-deep);
  font-size: 14px;
  font-weight: 700;
  transition: color .2s;
}

.rel-card a.more:hover {
  color: var(--teal);
}

.rel-grid .rel-card--cc .tag {
  color: #fff;
  background: var(--navy);
}

.rel-grid .rel-card--cc {
  border: 1.5px solid var(--navy);
}

.lm-modal .lm-flyer {
  color: var(--teal-deep);
  margin-top: 4px;
  font-size: 15px;
  font-weight: 700;
  transition: color .2s;
  display: inline-block;
}

.lm-modal .lm-flyer:hover {
  color: var(--teal);
}

@media (max-width: 1279px) {
  .edbc-grid, .edbc-grid[style] {
    grid-template-columns: 1fr 1fr !important;
  }
}

@media (max-width: 900px) {
  :where(.page-offering) section {
    padding: 80px 0;
  }

  .page-offering .wrap {
    padding: 0 24px;
  }

  .offering-hero {
    padding: 64px 0 72px;
  }

  .hero-grid {
    grid-template-columns: 1fr;
    gap: 36px;
  }

  .off-gallery {
    grid-template-columns: 1fr;
    max-width: 520px;
    margin: 0 auto;
  }

  .off-gallery img {
    aspect-ratio: 3 / 2;
    height: auto !important;
  }

  .off-next-card {
    text-align: left;
    flex-direction: column;
    align-items: stretch;
  }

  .off-next-card > img {
    width: 100% !important;
    height: 220px !important;
  }

  .rel-grid {
    grid-template-columns: 1fr;
    gap: 18px;
    max-width: 460px;
    margin: 0 auto;
  }

  .reg-panel {
    padding: 48px 26px;
  }
}

@media (max-width: 640px) {
  :where(.page-offering) section {
    padding: 64px 0;
  }

  .page-offering .wrap {
    padding: 0 20px;
  }

  .edbc-grid, .edbc-grid[style] {
    grid-template-columns: 1fr !important;
  }
}

:where(.page-offering) .btn-outline-navy {
  padding: 14px 30px;
}

.offering-card.is-hidden {
  display: none;
}

.chip-wrap {
  display: inline-block;
  position: relative;
}

:where(.page-programs) button.chip {
  cursor: pointer;
  font-family: inherit;
  transition: border-color .15s, color .15s, background .15s;
}

:where(.page-programs) button.chip:hover {
  border-color: var(--teal);
  color: var(--navy);
}

:where(.page-programs) button.chip[aria-expanded="true"], :where(.page-programs) button.chip.is-active {
  border-color: var(--teal);
  color: var(--teal-deep);
  background: var(--teal-tint-12);
}

.chip-pop {
  z-index: 40;
  border: 1px solid var(--line);
  text-align: left;
  background: #fff;
  border-radius: 12px;
  min-width: 210px;
  max-width: min(280px, 88vw);
  padding: 10px;
  position: absolute;
  top: calc(100% + 8px);
  left: 50%;
  transform: translateX(-50%);
  box-shadow: 0 18px 44px -18px #001a2859;
}

.chip-pop label {
  color: var(--slate);
  cursor: pointer;
  white-space: nowrap;
  border-radius: 8px;
  align-items: center;
  gap: 9px;
  padding: 6px 8px;
  font-size: 13px;
  font-weight: 600;
  display: flex;
}

.chip-pop label:hover {
  background: var(--bg-light);
}

.chip-pop label.is-empty {
  opacity: .45;
}

.chip-pop .count {
  color: var(--muted);
  margin-left: auto;
  padding-left: 14px;
  font-size: 11.5px;
  font-weight: 700;
}

.chip-pop input[type="checkbox"] {
  accent-color: var(--teal);
  flex: none;
  width: 15px;
  height: 15px;
}

.chip-pop .pop-clear {
  border: 0;
  border-top: 1px solid var(--line);
  width: 100%;
  font: inherit;
  color: var(--teal-deep);
  cursor: pointer;
  text-align: left;
  background: none;
  margin-top: 6px;
  padding: 6px 8px;
  font-size: 12.5px;
  font-weight: 700;
  display: block;
}

.chip-clear-all {
  font: inherit;
  color: var(--teal-deep);
  cursor: pointer;
  background: none;
  border: 0;
  padding: 4px 10px;
  font-size: 12.5px;
  font-weight: 700;
}

.chip-clear-all:hover {
  text-decoration: underline;
}

.offer-empty {
  text-align: center;
  grid-column: 1 / -1;
  padding: 48px 20px;
}

.offer-empty p {
  color: var(--muted);
  margin-bottom: 18px;
  font-size: 15.5px;
}

@media (prefers-reduced-motion: reduce) {
  :where(.page-programs) button.chip {
    transition: none;
  }
}

img[src*="programs-offer-venture-studio-pitch"] {
  object-position: center 18%;
}

img[src*="programs-offer-public-speaking-stage"] {
  object-position: center 20%;
}

:where(.page-news) button.filter, :where(.page-news) .load-more button.btn {
  font-family: var(--font-body, inherit);
  cursor: pointer;
}

@media (max-width: 700px) {
  #offerings .chip-row {
    display: none;
  }

  :where(.page-news) .filters {
    -webkit-backdrop-filter: none;
    background: none;
    padding: 0;
    position: static;
  }

  .status, .tag, .pathway {
    font-size: 12px;
  }
}

@media (max-width: 640px) {
  .areadetail-card {
    min-width: 0;
  }

  .areadetail-card .areahead {
    flex-wrap: wrap;
  }

  .session-row {
    flex-direction: column;
    align-items: stretch;
    padding: 20px 18px;
  }

  .session-row:has(.session-actions .status) {
    padding-top: 58px;
    position: relative;
  }

  .session-row .session-actions .status {
    margin: 0;
    position: absolute;
    top: 18px;
    left: 18px;
  }

  .session-actions {
    flex-wrap: wrap;
    gap: 10px;
    width: 100%;
  }

  .session-actions .chip-season {
    order: -1;
  }

  .session-actions .btn, .session-actions .btn-learn {
    text-align: center;
    flex: auto;
    padding: 10px 14px;
    font-size: 13.5px;
  }

  .story-rows .story-card {
    flex: 0 0 92%;
  }

  :where(.page-contact) .purpose-tabs {
    grid-template-columns: 1fr 1fr;
    gap: 10px;
    display: grid;
  }

  :where(.page-contact) .purpose-tab {
    text-align: center;
    padding: 10px 8px;
    font-size: 12.5px;
  }
}

.hp-field {
  opacity: 0;
  pointer-events: none;
  width: 1px;
  height: 1px;
  position: absolute;
  top: auto;
  left: -10000px;
  overflow: hidden;
}

@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-border-style {
  syntax: "*";
  inherits: false;
  initial-value: solid;
}

@property --tw-gradient-position {
  syntax: "*";
  inherits: false
}

@property --tw-gradient-from {
  syntax: "<color>";
  inherits: false;
  initial-value: #0000;
}

@property --tw-gradient-via {
  syntax: "<color>";
  inherits: false;
  initial-value: #0000;
}

@property --tw-gradient-to {
  syntax: "<color>";
  inherits: false;
  initial-value: #0000;
}

@property --tw-gradient-stops {
  syntax: "*";
  inherits: false
}

@property --tw-gradient-via-stops {
  syntax: "*";
  inherits: false
}

@property --tw-gradient-from-position {
  syntax: "<length-percentage>";
  inherits: false;
  initial-value: 0%;
}

@property --tw-gradient-via-position {
  syntax: "<length-percentage>";
  inherits: false;
  initial-value: 50%;
}

@property --tw-gradient-to-position {
  syntax: "<length-percentage>";
  inherits: false;
  initial-value: 100%;
}

@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: 0;
}

@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-outline-style {
  syntax: "*";
  inherits: false;
  initial-value: solid;
}

@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-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;
}

/*# sourceMappingURL=src_app_%28frontend%29_globals_0ffxo4f.css.map*/