/*! tailwindcss v4.3.2 | MIT License | https://tailwindcss.com */
@import url('https://fonts.googleapis.com/css2?family=Playfair+Display:ital,wght@0,400;0,500;0,600;0,700;1,400;1,600&family=Inter:wght@300;400;500;600;700&family=Quicksand:wght@400;500;600;700&display=swap');
@layer properties;
@layer theme, base, components, utilities;
@layer theme {
  :root, :host {
    --font-sans: ui-sans-serif, system-ui, sans-serif, "Apple Color Emoji",
      "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
    --font-mono: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono",
      "Courier New", monospace;
    --color-red-50: oklch(97.1% 0.013 17.38);
    --color-red-800: oklch(44.4% 0.177 26.899);
    --color-green-50: oklch(98.2% 0.018 155.826);
    --color-green-800: oklch(44.8% 0.119 151.328);
    --color-gray-50: oklch(98.5% 0.002 247.839);
    --color-gray-300: oklch(87.2% 0.01 258.338);
    --color-black: #000;
    --color-white: #fff;
    --spacing: 0.25rem;
    --container-sm: 24rem;
    --container-md: 28rem;
    --container-lg: 32rem;
    --container-2xl: 42rem;
    --container-3xl: 48rem;
    --container-4xl: 56rem;
    --container-6xl: 72rem;
    --container-7xl: 80rem;
    --text-xs: 0.75rem;
    --text-xs--line-height: calc(1 / 0.75);
    --text-sm: 0.875rem;
    --text-sm--line-height: calc(1.25 / 0.875);
    --text-base: 1rem;
    --text-base--line-height: calc(1.5 / 1);
    --text-lg: 1.125rem;
    --text-lg--line-height: calc(1.75 / 1.125);
    --text-xl: 1.25rem;
    --text-xl--line-height: calc(1.75 / 1.25);
    --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-4xl: 2.25rem;
    --text-4xl--line-height: calc(2.5 / 2.25);
    --text-5xl: 3rem;
    --text-5xl--line-height: 1;
    --text-6xl: 3.75rem;
    --text-6xl--line-height: 1;
    --font-weight-normal: 400;
    --font-weight-medium: 500;
    --font-weight-semibold: 600;
    --font-weight-bold: 700;
    --font-weight-extrabold: 800;
    --tracking-tight: -0.025em;
    --tracking-normal: 0em;
    --tracking-wider: 0.05em;
    --tracking-widest: 0.1em;
    --leading-tight: 1.25;
    --leading-snug: 1.375;
    --leading-normal: 1.5;
    --leading-relaxed: 1.625;
    --radius-sm: 0.25rem;
    --radius-md: 0.375rem;
    --radius-lg: 0.5rem;
    --radius-xl: 0.75rem;
    --radius-2xl: 1rem;
    --radius-3xl: 1.5rem;
    --ease-out: cubic-bezier(0, 0, 0.2, 1);
    --ease-in-out: cubic-bezier(0.4, 0, 0.2, 1);
    --animate-pulse: pulse 2s cubic-bezier(0.4, 0, 0.6, 1) infinite;
    --blur-sm: 8px;
    --blur-md: 12px;
    --blur-xl: 24px;
    --blur-2xl: 40px;
    --blur-3xl: 64px;
    --default-transition-duration: 150ms;
    --default-transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    --default-font-family: var(--font-sans);
    --default-mono-font-family: var(--font-mono);
  }
}
@layer base {
  *, ::after, ::before, ::backdrop, ::file-selector-button {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
    border: 0 solid;
  }
  html, :host {
    line-height: 1.5;
    -webkit-text-size-adjust: 100%;
    tab-size: 4;
    font-family: var(--default-font-family, ui-sans-serif, system-ui, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji");
    font-feature-settings: var(--default-font-feature-settings, normal);
    font-variation-settings: var(--default-font-variation-settings, normal);
    -webkit-tap-highlight-color: transparent;
  }
  hr {
    height: 0;
    color: inherit;
    border-top-width: 1px;
  }
  abbr:where([title]) {
    -webkit-text-decoration: underline dotted;
    text-decoration: underline dotted;
  }
  h1, h2, h3, h4, h5, h6 {
    font-size: inherit;
    font-weight: inherit;
  }
  a {
    color: inherit;
    -webkit-text-decoration: inherit;
    text-decoration: inherit;
  }
  b, strong {
    font-weight: bolder;
  }
  code, kbd, samp, pre {
    font-family: var(--default-mono-font-family, ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace);
    font-feature-settings: var(--default-mono-font-feature-settings, normal);
    font-variation-settings: var(--default-mono-font-variation-settings, normal);
    font-size: 1em;
  }
  small {
    font-size: 80%;
  }
  sub, sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
  }
  sub {
    bottom: -0.25em;
  }
  sup {
    top: -0.5em;
  }
  table {
    text-indent: 0;
    border-color: inherit;
    border-collapse: collapse;
  }
  :-moz-focusring {
    outline: auto;
  }
  progress {
    vertical-align: baseline;
  }
  summary {
    display: list-item;
  }
  ol, ul, menu {
    list-style: none;
  }
  img, svg, video, canvas, audio, iframe, embed, object {
    display: block;
    vertical-align: middle;
  }
  img, video {
    max-width: 100%;
    height: auto;
  }
  button, input, select, optgroup, textarea, ::file-selector-button {
    font: inherit;
    font-feature-settings: inherit;
    font-variation-settings: inherit;
    letter-spacing: inherit;
    color: inherit;
    border-radius: 0;
    background-color: transparent;
    opacity: 1;
  }
  :where(select:is([multiple], [size])) optgroup {
    font-weight: bolder;
  }
  :where(select:is([multiple], [size])) optgroup option {
    padding-inline-start: 20px;
  }
  ::file-selector-button {
    margin-inline-end: 4px;
  }
  ::placeholder {
    opacity: 1;
  }
  @supports (not (-webkit-appearance: -apple-pay-button))  or (contain-intrinsic-size: 1px) {
    ::placeholder {
      color: currentcolor;
      @supports (color: color-mix(in lab, red, red)) {
        color: color-mix(in oklab, currentcolor 50%, transparent);
      }
    }
  }
  textarea {
    resize: vertical;
  }
  ::-webkit-search-decoration {
    -webkit-appearance: none;
  }
  ::-webkit-date-and-time-value {
    min-height: 1lh;
    text-align: inherit;
  }
  ::-webkit-datetime-edit {
    display: inline-flex;
  }
  ::-webkit-datetime-edit-fields-wrapper {
    padding: 0;
  }
  ::-webkit-datetime-edit, ::-webkit-datetime-edit-year-field, ::-webkit-datetime-edit-month-field, ::-webkit-datetime-edit-day-field, ::-webkit-datetime-edit-hour-field, ::-webkit-datetime-edit-minute-field, ::-webkit-datetime-edit-second-field, ::-webkit-datetime-edit-millisecond-field, ::-webkit-datetime-edit-meridiem-field {
    padding-block: 0;
  }
  ::-webkit-calendar-picker-indicator {
    line-height: 1;
  }
  :-moz-ui-invalid {
    box-shadow: none;
  }
  button, input:where([type="button"], [type="reset"], [type="submit"]), ::file-selector-button {
    appearance: button;
  }
  ::-webkit-inner-spin-button, ::-webkit-outer-spin-button {
    height: auto;
  }
  [hidden]:where(:not([hidden="until-found"])) {
    display: none !important;
  }
}
@layer utilities {
  .pointer-events-none {
    pointer-events: none;
  }
  .visible {
    visibility: visible;
  }
  .absolute {
    position: absolute;
  }
  .fixed {
    position: fixed;
  }
  .relative {
    position: relative;
  }
  .static {
    position: static;
  }
  .sticky {
    position: sticky;
  }
  .-inset-3 {
    inset: calc(var(--spacing) * -3);
  }
  .inset-0 {
    inset: 0;
  }
  .inset-x-0 {
    inset-inline: 0;
  }
  .inset-y-0 {
    inset-block: 0;
  }
  .-top-20 {
    top: calc(var(--spacing) * -20);
  }
  .top-0 {
    top: 0;
  }
  .top-1 {
    top: var(--spacing);
  }
  .top-3 {
    top: calc(var(--spacing) * 3);
  }
  .top-4 {
    top: calc(var(--spacing) * 4);
  }
  .top-5 {
    top: calc(var(--spacing) * 5);
  }
  .top-6 {
    top: calc(var(--spacing) * 6);
  }
  .top-10 {
    top: calc(var(--spacing) * 10);
  }
  .top-\[19px\] {
    top: 19px;
  }
  .top-\[31px\] {
    top: 31px;
  }
  .top-\[57px\] {
    top: 57px;
  }
  .top-\[60px\] {
    top: 60px;
  }
  .top-\[70px\] {
    top: 70px;
  }
  .top-\[83px\] {
    top: 83px;
  }
  .top-\[84px\] {
    top: 84px;
  }
  .top-\[87px\] {
    top: 87px;
  }
  .top-\[88px\] {
    top: 88px;
  }
  .top-\[90px\] {
    top: 90px;
  }
  .top-\[92px\] {
    top: 92px;
  }
  .top-\[104px\] {
    top: 104px;
  }
  .top-\[126px\] {
    top: 126px;
  }
  .top-\[150px\] {
    top: 150px;
  }
  .top-\[164px\] {
    top: 164px;
  }
  .top-\[174px\] {
    top: 174px;
  }
  .top-\[190px\] {
    top: 190px;
  }
  .top-\[204px\] {
    top: 204px;
  }
  .top-\[216px\] {
    top: 216px;
  }
  .top-\[220px\] {
    top: 220px;
  }
  .top-\[246px\] {
    top: 246px;
  }
  .top-\[260px\] {
    top: 260px;
  }
  .top-\[270px\] {
    top: 270px;
  }
  .top-\[299px\] {
    top: 299px;
  }
  .top-\[360px\] {
    top: 360px;
  }
  .top-\[395px\] {
    top: 395px;
  }
  .top-\[451px\] {
    top: 451px;
  }
  .top-\[489px\] {
    top: 489px;
  }
  .top-\[501px\] {
    top: 501px;
  }
  .top-\[521px\] {
    top: 521px;
  }
  .top-\[536px\] {
    top: 536px;
  }
  .top-\[543px\] {
    top: 543px;
  }
  .top-\[556px\] {
    top: 556px;
  }
  .top-\[624px\] {
    top: 624px;
  }
  .top-\[628px\] {
    top: 628px;
  }
  .top-\[651px\] {
    top: 651px;
  }
  .top-\[652px\] {
    top: 652px;
  }
  .top-\[672px\] {
    top: 672px;
  }
  .top-\[690px\] {
    top: 690px;
  }
  .top-full {
    top: 100%;
  }
  .-right-6 {
    right: calc(var(--spacing) * -6);
  }
  .-right-10 {
    right: calc(var(--spacing) * -10);
  }
  .-right-20 {
    right: calc(var(--spacing) * -20);
  }
  .right-0 {
    right: 0;
  }
  .right-1 {
    right: var(--spacing);
  }
  .right-5 {
    right: calc(var(--spacing) * 5);
  }
  .right-8 {
    right: calc(var(--spacing) * 8);
  }
  .right-10 {
    right: calc(var(--spacing) * 10);
  }
  .right-\[21\.5px\] {
    right: 21.5px;
  }
  .right-\[23px\] {
    right: 23px;
  }
  .right-\[25px\] {
    right: 25px;
  }
  .right-\[30px\] {
    right: 30px;
  }
  .right-\[60px\] {
    right: 60px;
  }
  .-bottom-6 {
    bottom: calc(var(--spacing) * -6);
  }
  .-bottom-10 {
    bottom: calc(var(--spacing) * -10);
  }
  .-bottom-20 {
    bottom: calc(var(--spacing) * -20);
  }
  .bottom-0 {
    bottom: 0;
  }
  .bottom-1 {
    bottom: var(--spacing);
  }
  .bottom-4 {
    bottom: calc(var(--spacing) * 4);
  }
  .bottom-8 {
    bottom: calc(var(--spacing) * 8);
  }
  .-left-20 {
    left: calc(var(--spacing) * -20);
  }
  .left-0 {
    left: 0;
  }
  .left-1 {
    left: var(--spacing);
  }
  .left-1\/2 {
    left: calc(1 / 2 * 100%);
  }
  .left-5 {
    left: calc(var(--spacing) * 5);
  }
  .left-6 {
    left: calc(var(--spacing) * 6);
  }
  .left-\[19px\] {
    left: 19px;
  }
  .left-\[21\.5px\] {
    left: 21.5px;
  }
  .left-\[25px\] {
    left: 25px;
  }
  .left-\[30px\] {
    left: 30px;
  }
  .left-\[60px\] {
    left: 60px;
  }
  .left-\[84px\] {
    left: 84px;
  }
  .left-\[153px\] {
    left: 153px;
  }
  .isolate {
    isolation: isolate;
  }
  .z-10 {
    z-index: 10;
  }
  .z-20 {
    z-index: 20;
  }
  .z-50 {
    z-index: 50;
  }
  .z-\[1\] {
    z-index: 1;
  }
  .z-\[2\] {
    z-index: 2;
  }
  .z-\[3\] {
    z-index: 3;
  }
  .order-1 {
    order: 1;
  }
  .order-2 {
    order: 2;
  }
  .order-3 {
    order: 3;
  }
  .order-4 {
    order: 4;
  }
  .col-\[1\] {
    grid-column: 1;
  }
  .row-\[1\] {
    grid-row: 1;
  }
  .row-\[2\] {
    grid-row: 2;
  }
  .container {
    width: 100%;
    @media (width >= 40rem) {
      max-width: 40rem;
    }
    @media (width >= 48rem) {
      max-width: 48rem;
    }
    @media (width >= 64rem) {
      max-width: 64rem;
    }
    @media (width >= 80rem) {
      max-width: 80rem;
    }
    @media (width >= 96rem) {
      max-width: 96rem;
    }
  }
  .m-0 {
    margin: 0;
  }
  .mx-auto {
    margin-inline: auto;
  }
  .mt-0 {
    margin-top: 0;
  }
  .mt-0\.5 {
    margin-top: calc(var(--spacing) * 0.5);
  }
  .mt-1 {
    margin-top: var(--spacing);
  }
  .mt-2 {
    margin-top: calc(var(--spacing) * 2);
  }
  .mt-2\.5 {
    margin-top: calc(var(--spacing) * 2.5);
  }
  .mt-4 {
    margin-top: calc(var(--spacing) * 4);
  }
  .mt-5 {
    margin-top: calc(var(--spacing) * 5);
  }
  .mt-6 {
    margin-top: calc(var(--spacing) * 6);
  }
  .mt-7 {
    margin-top: calc(var(--spacing) * 7);
  }
  .mt-10 {
    margin-top: calc(var(--spacing) * 10);
  }
  .mt-16 {
    margin-top: calc(var(--spacing) * 16);
  }
  .mt-24 {
    margin-top: calc(var(--spacing) * 24);
  }
  .mt-\[5px\] {
    margin-top: 5px;
  }
  .mt-\[9px\] {
    margin-top: 9px;
  }
  .mt-\[11px\] {
    margin-top: 11px;
  }
  .mt-\[15px\] {
    margin-top: 15px;
  }
  .mt-\[30px\] {
    margin-top: 30px;
  }
  .mt-\[37px\] {
    margin-top: 37px;
  }
  .mb-0 {
    margin-bottom: 0;
  }
  .mb-0\.5 {
    margin-bottom: calc(var(--spacing) * 0.5);
  }
  .mb-1 {
    margin-bottom: var(--spacing);
  }
  .mb-2 {
    margin-bottom: calc(var(--spacing) * 2);
  }
  .mb-2\.5 {
    margin-bottom: calc(var(--spacing) * 2.5);
  }
  .mb-3 {
    margin-bottom: calc(var(--spacing) * 3);
  }
  .mb-4 {
    margin-bottom: calc(var(--spacing) * 4);
  }
  .mb-5 {
    margin-bottom: calc(var(--spacing) * 5);
  }
  .mb-6 {
    margin-bottom: calc(var(--spacing) * 6);
  }
  .mb-7 {
    margin-bottom: calc(var(--spacing) * 7);
  }
  .mb-8 {
    margin-bottom: calc(var(--spacing) * 8);
  }
  .mb-10 {
    margin-bottom: calc(var(--spacing) * 10);
  }
  .mb-12 {
    margin-bottom: calc(var(--spacing) * 12);
  }
  .mb-14 {
    margin-bottom: calc(var(--spacing) * 14);
  }
  .mb-16 {
    margin-bottom: calc(var(--spacing) * 16);
  }
  .mb-20 {
    margin-bottom: calc(var(--spacing) * 20);
  }
  .mb-\[19px\] {
    margin-bottom: 19px;
  }
  .ml-\[5px\] {
    margin-left: 5px;
  }
  .box-border {
    box-sizing: border-box;
  }
  .block {
    display: block;
  }
  .contents {
    display: contents;
  }
  .flex {
    display: flex;
  }
  .grid {
    display: grid;
  }
  .hidden {
    display: none;
  }
  .inline {
    display: inline;
  }
  .inline-block {
    display: inline-block;
  }
  .inline-flex {
    display: inline-flex;
  }
  .table {
    display: table;
  }
  .table\! {
    display: table !important;
  }
  .size-10 {
    width: calc(var(--spacing) * 10);
    height: calc(var(--spacing) * 10);
  }
  .size-11 {
    width: calc(var(--spacing) * 11);
    height: calc(var(--spacing) * 11);
  }
  .size-\[18px\] {
    width: 18px;
    height: 18px;
  }
  .size-\[22px\] {
    width: 22px;
    height: 22px;
  }
  .size-full {
    width: 100%;
    height: 100%;
  }
  .h-0\.5 {
    height: calc(var(--spacing) * 0.5);
  }
  .h-1 {
    height: var(--spacing);
  }
  .h-1\.5 {
    height: calc(var(--spacing) * 1.5);
  }
  .h-2 {
    height: calc(var(--spacing) * 2);
  }
  .h-3\.5 {
    height: calc(var(--spacing) * 3.5);
  }
  .h-4 {
    height: calc(var(--spacing) * 4);
  }
  .h-4\.5 {
    height: calc(var(--spacing) * 4.5);
  }
  .h-5 {
    height: calc(var(--spacing) * 5);
  }
  .h-5\.5 {
    height: calc(var(--spacing) * 5.5);
  }
  .h-6 {
    height: calc(var(--spacing) * 6);
  }
  .h-7 {
    height: calc(var(--spacing) * 7);
  }
  .h-8 {
    height: calc(var(--spacing) * 8);
  }
  .h-9 {
    height: calc(var(--spacing) * 9);
  }
  .h-10 {
    height: calc(var(--spacing) * 10);
  }
  .h-11 {
    height: calc(var(--spacing) * 11);
  }
  .h-12 {
    height: calc(var(--spacing) * 12);
  }
  .h-14 {
    height: calc(var(--spacing) * 14);
  }
  .h-16 {
    height: calc(var(--spacing) * 16);
  }
  .h-20 {
    height: calc(var(--spacing) * 20);
  }
  .h-24 {
    height: calc(var(--spacing) * 24);
  }
  .h-48 {
    height: calc(var(--spacing) * 48);
  }
  .h-72 {
    height: calc(var(--spacing) * 72);
  }
  .h-96 {
    height: calc(var(--spacing) * 96);
  }
  .h-\[3px\] {
    height: 3px;
  }
  .h-\[15px\] {
    height: 15px;
  }
  .h-\[17px\] {
    height: 17px;
  }
  .h-\[18px\] {
    height: 18px;
  }
  .h-\[22px\] {
    height: 22px;
  }
  .h-\[28\%\] {
    height: 28%;
  }
  .h-\[36\%\] {
    height: 36%;
  }
  .h-\[45\%\] {
    height: 45%;
  }
  .h-\[50px\] {
    height: 50px;
  }
  .h-\[54\%\] {
    height: 54%;
  }
  .h-\[60px\] {
    height: 60px;
  }
  .h-\[62\%\] {
    height: 62%;
  }
  .h-\[68\%\] {
    height: 68%;
  }
  .h-\[78\%\] {
    height: 78%;
  }
  .h-\[80\%\] {
    height: 80%;
  }
  .h-\[85px\] {
    height: 85px;
  }
  .h-\[86px\] {
    height: 86px;
  }
  .h-\[87px\] {
    height: 87px;
  }
  .h-\[88\%\] {
    height: 88%;
  }
  .h-\[88px\] {
    height: 88px;
  }
  .h-\[97px\] {
    height: 97px;
  }
  .h-\[100\%\] {
    height: 100%;
  }
  .h-\[125px\] {
    height: 125px;
  }
  .h-\[129px\] {
    height: 129px;
  }
  .h-\[140px\] {
    height: 140px;
  }
  .h-\[145px\] {
    height: 145px;
  }
  .h-\[150px\] {
    height: 150px;
  }
  .h-\[165px\] {
    height: 165px;
  }
  .h-\[175px\] {
    height: 175px;
  }
  .h-\[218px\] {
    height: 218px;
  }
  .h-\[225px\] {
    height: 225px;
  }
  .h-\[246px\] {
    height: 246px;
  }
  .h-\[260px\] {
    height: 260px;
  }
  .h-\[269px\] {
    height: 269px;
  }
  .h-\[296px\] {
    height: 296px;
  }
  .h-\[300px\] {
    height: 300px;
  }
  .h-\[304px\] {
    height: 304px;
  }
  .h-\[310px\] {
    height: 310px;
  }
  .h-\[329px\] {
    height: 329px;
  }
  .h-\[330px\] {
    height: 330px;
  }
  .h-\[337px\] {
    height: 337px;
  }
  .h-\[350px\] {
    height: 350px;
  }
  .h-\[366px\] {
    height: 366px;
  }
  .h-\[380px\] {
    height: 380px;
  }
  .h-\[400px\] {
    height: 400px;
  }
  .h-\[500px\] {
    height: 500px;
  }
  .h-\[589px\] {
    height: 589px;
  }
  .h-\[653px\] {
    height: 653px;
  }
  .h-\[709px\] {
    height: 709px;
  }
  .h-\[746px\] {
    height: 746px;
  }
  .h-\[756px\] {
    height: 756px;
  }
  .h-\[852px\] {
    height: 852px;
  }
  .h-\[925px\] {
    height: 925px;
  }
  .h-\[968px\] {
    height: 968px;
  }
  .h-\[978px\] {
    height: 978px;
  }
  .h-\[1017px\] {
    height: 1017px;
  }
  .h-\[1234px\] {
    height: 1234px;
  }
  .h-\[1276px\] {
    height: 1276px;
  }
  .h-\[1294px\] {
    height: 1294px;
  }
  .h-\[1316px\] {
    height: 1316px;
  }
  .h-\[1564px\] {
    height: 1564px;
  }
  .h-\[1824px\] {
    height: 1824px;
  }
  .h-auto {
    height: auto;
  }
  .h-full {
    height: 100%;
  }
  .h-px {
    height: 1px;
  }
  .min-h-8 {
    min-height: calc(var(--spacing) * 8);
  }
  .min-h-\[29px\] {
    min-height: 29px;
  }
  .min-h-\[30px\] {
    min-height: 30px;
  }
  .min-h-\[34px\] {
    min-height: 34px;
  }
  .min-h-\[50px\] {
    min-height: 50px;
  }
  .min-h-\[60vh\] {
    min-height: 60vh;
  }
  .min-h-\[82px\] {
    min-height: 82px;
  }
  .min-h-\[85vh\] {
    min-height: 85vh;
  }
  .min-h-\[94px\] {
    min-height: 94px;
  }
  .min-h-\[102px\] {
    min-height: 102px;
  }
  .min-h-\[300px\] {
    min-height: 300px;
  }
  .min-h-\[309px\] {
    min-height: 309px;
  }
  .min-h-\[320px\] {
    min-height: 320px;
  }
  .min-h-\[400px\] {
    min-height: 400px;
  }
  .min-h-\[986px\] {
    min-height: 986px;
  }
  .min-h-\[1201px\] {
    min-height: 1201px;
  }
  .min-h-\[1561px\] {
    min-height: 1561px;
  }
  .min-h-\[1658px\] {
    min-height: 1658px;
  }
  .min-h-\[calc\(100vh-6rem\)\] {
    min-height: calc(100vh - 6rem);
  }
  .min-h-screen {
    min-height: 100vh;
  }
  .w-0\.5 {
    width: calc(var(--spacing) * 0.5);
  }
  .w-1\.5 {
    width: calc(var(--spacing) * 1.5);
  }
  .w-2 {
    width: calc(var(--spacing) * 2);
  }
  .w-3\.5 {
    width: calc(var(--spacing) * 3.5);
  }
  .w-4 {
    width: calc(var(--spacing) * 4);
  }
  .w-4\.5 {
    width: calc(var(--spacing) * 4.5);
  }
  .w-5 {
    width: calc(var(--spacing) * 5);
  }
  .w-5\.5 {
    width: calc(var(--spacing) * 5.5);
  }
  .w-6 {
    width: calc(var(--spacing) * 6);
  }
  .w-7 {
    width: calc(var(--spacing) * 7);
  }
  .w-8 {
    width: calc(var(--spacing) * 8);
  }
  .w-9 {
    width: calc(var(--spacing) * 9);
  }
  .w-10 {
    width: calc(var(--spacing) * 10);
  }
  .w-11 {
    width: calc(var(--spacing) * 11);
  }
  .w-12 {
    width: calc(var(--spacing) * 12);
  }
  .w-14 {
    width: calc(var(--spacing) * 14);
  }
  .w-16 {
    width: calc(var(--spacing) * 16);
  }
  .w-20 {
    width: calc(var(--spacing) * 20);
  }
  .w-48 {
    width: calc(var(--spacing) * 48);
  }
  .w-72 {
    width: calc(var(--spacing) * 72);
  }
  .w-80 {
    width: calc(var(--spacing) * 80);
  }
  .w-96 {
    width: calc(var(--spacing) * 96);
  }
  .w-\[3px\] {
    width: 3px;
  }
  .w-\[15px\] {
    width: 15px;
  }
  .w-\[17px\] {
    width: 17px;
  }
  .w-\[18px\] {
    width: 18px;
  }
  .w-\[22px\] {
    width: 22px;
  }
  .w-\[47\.64\%\] {
    width: 47.64%;
  }
  .w-\[90\.28\%\] {
    width: 90.28%;
  }
  .w-\[127px\] {
    width: 127px;
  }
  .w-\[129px\] {
    width: 129px;
  }
  .w-\[220px\] {
    width: 220px;
  }
  .w-\[223px\] {
    width: 223px;
  }
  .w-\[272px\] {
    width: 272px;
  }
  .w-\[302px\] {
    width: 302px;
  }
  .w-\[326px\] {
    width: 326px;
  }
  .w-\[330px\] {
    width: 330px;
  }
  .w-\[350px\] {
    width: 350px;
  }
  .w-\[353px\] {
    width: 353px;
  }
  .w-\[430px\] {
    width: 430px;
  }
  .w-\[460px\] {
    width: 460px;
  }
  .w-\[500px\] {
    width: 500px;
  }
  .w-\[520px\] {
    width: 520px;
  }
  .w-\[600px\] {
    width: 600px;
  }
  .w-\[672px\] {
    width: 672px;
  }
  .w-\[698px\] {
    width: 698px;
  }
  .w-\[700px\] {
    width: 700px;
  }
  .w-\[838px\] {
    width: 838px;
  }
  .w-\[calc\(100\%-6px\)\] {
    width: calc(100% - 6px);
  }
  .w-\[calc\(100\%-40px\)\] {
    width: calc(100% - 40px);
  }
  .w-\[calc\(100\%-120px\)\] {
    width: calc(100% - 120px);
  }
  .w-\[calc\(100\%_-_40px\)\] {
    width: calc(100% - 40px);
  }
  .w-\[calc\(100\%_-_120px\)\] {
    width: calc(100% - 120px);
  }
  .w-auto {
    width: auto;
  }
  .w-full {
    width: 100%;
  }
  .w-max {
    width: max-content;
  }
  .w-px {
    width: 1px;
  }
  .max-w-2xl {
    max-width: var(--container-2xl);
  }
  .max-w-3xl {
    max-width: var(--container-3xl);
  }
  .max-w-4xl {
    max-width: var(--container-4xl);
  }
  .max-w-6xl {
    max-width: var(--container-6xl);
  }
  .max-w-7xl {
    max-width: var(--container-7xl);
  }
  .max-w-\[315px\] {
    max-width: 315px;
  }
  .max-w-\[325px\] {
    max-width: 325px;
  }
  .max-w-\[340px\] {
    max-width: 340px;
  }
  .max-w-\[460px\] {
    max-width: 460px;
  }
  .max-w-\[618px\] {
    max-width: 618px;
  }
  .max-w-\[1200px\] {
    max-width: 1200px;
  }
  .max-w-\[1210px\] {
    max-width: 1210px;
  }
  .max-w-\[1320px\] {
    max-width: 1320px;
  }
  .max-w-full {
    max-width: 100%;
  }
  .max-w-lg {
    max-width: var(--container-lg);
  }
  .max-w-md {
    max-width: var(--container-md);
  }
  .max-w-sm {
    max-width: var(--container-sm);
  }
  .min-w-0 {
    min-width: 0;
  }
  .flex-1 {
    flex: 1;
  }
  .flex-\[0_0_40px\] {
    flex: 0 0 40px;
  }
  .flex-none {
    flex: none;
  }
  .flex-shrink-0 {
    flex-shrink: 0;
  }
  .shrink-0 {
    flex-shrink: 0;
  }
  .grow {
    flex-grow: 1;
  }
  .origin-left {
    transform-origin: 0;
  }
  .-translate-x-1\/2 {
    --tw-translate-x: calc(calc(1 / 2 * 100%) * -1);
    translate: var(--tw-translate-x) var(--tw-translate-y);
  }
  .translate-y-full {
    --tw-translate-y: 100%;
    translate: var(--tw-translate-x) var(--tw-translate-y);
  }
  .scale-x-0 {
    --tw-scale-x: 0%;
    scale: var(--tw-scale-x) var(--tw-scale-y);
  }
  .rotate-180 {
    rotate: 180deg;
  }
  .transform {
    transform: var(--tw-rotate-x,) var(--tw-rotate-y,) var(--tw-rotate-z,) var(--tw-skew-x,) var(--tw-skew-y,);
  }
  .animate-pulse {
    animation: var(--animate-pulse);
  }
  .cursor-default {
    cursor: default;
  }
  .resize {
    resize: both;
  }
  .scroll-mt-24 {
    scroll-margin-top: calc(var(--spacing) * 24);
  }
  .list-disc {
    list-style-type: disc;
  }
  .grid-cols-1 {
    grid-template-columns: repeat(1, minmax(0, 1fr));
  }
  .grid-cols-2 {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  .grid-cols-3 {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
  .grid-cols-4 {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }
  .grid-cols-\[672px_568px\] {
    grid-template-columns: 672px 568px;
  }
  .grid-cols-\[repeat\(2\,326px\)\] {
    grid-template-columns: repeat(2,326px);
  }
  .grid-rows-\[210px_401px\] {
    grid-template-rows: 210px 401px;
  }
  .grid-rows-\[repeat\(3\,97px\)\] {
    grid-template-rows: repeat(3,97px);
  }
  .flex-col {
    flex-direction: column;
  }
  .flex-wrap {
    flex-wrap: wrap;
  }
  .place-items-center {
    place-items: center;
  }
  .items-baseline {
    align-items: baseline;
  }
  .items-center {
    align-items: center;
  }
  .items-end {
    align-items: flex-end;
  }
  .items-start {
    align-items: flex-start;
  }
  .justify-between {
    justify-content: space-between;
  }
  .justify-center {
    justify-content: center;
  }
  .justify-start {
    justify-content: flex-start;
  }
  .gap-0 {
    gap: 0;
  }
  .gap-1 {
    gap: var(--spacing);
  }
  .gap-1\.5 {
    gap: calc(var(--spacing) * 1.5);
  }
  .gap-2 {
    gap: calc(var(--spacing) * 2);
  }
  .gap-2\.5 {
    gap: calc(var(--spacing) * 2.5);
  }
  .gap-3 {
    gap: calc(var(--spacing) * 3);
  }
  .gap-4 {
    gap: calc(var(--spacing) * 4);
  }
  .gap-5 {
    gap: calc(var(--spacing) * 5);
  }
  .gap-6 {
    gap: calc(var(--spacing) * 6);
  }
  .gap-8 {
    gap: calc(var(--spacing) * 8);
  }
  .gap-10 {
    gap: calc(var(--spacing) * 10);
  }
  .gap-12 {
    gap: calc(var(--spacing) * 12);
  }
  .gap-16 {
    gap: calc(var(--spacing) * 16);
  }
  .gap-\[11px\] {
    gap: 11px;
  }
  .gap-px {
    gap: 1px;
  }
  .space-y-1 {
    :where(& > :not(:last-child)) {
      --tw-space-y-reverse: 0;
      margin-block-start: calc(var(--spacing) * var(--tw-space-y-reverse));
      margin-block-end: calc(var(--spacing) * calc(1 - var(--tw-space-y-reverse)));
    }
  }
  .space-y-2 {
    :where(& > :not(:last-child)) {
      --tw-space-y-reverse: 0;
      margin-block-start: calc(calc(var(--spacing) * 2) * var(--tw-space-y-reverse));
      margin-block-end: calc(calc(var(--spacing) * 2) * calc(1 - var(--tw-space-y-reverse)));
    }
  }
  .space-y-3 {
    :where(& > :not(:last-child)) {
      --tw-space-y-reverse: 0;
      margin-block-start: calc(calc(var(--spacing) * 3) * var(--tw-space-y-reverse));
      margin-block-end: calc(calc(var(--spacing) * 3) * calc(1 - var(--tw-space-y-reverse)));
    }
  }
  .space-y-4 {
    :where(& > :not(:last-child)) {
      --tw-space-y-reverse: 0;
      margin-block-start: calc(calc(var(--spacing) * 4) * var(--tw-space-y-reverse));
      margin-block-end: calc(calc(var(--spacing) * 4) * calc(1 - var(--tw-space-y-reverse)));
    }
  }
  .space-y-5 {
    :where(& > :not(:last-child)) {
      --tw-space-y-reverse: 0;
      margin-block-start: calc(calc(var(--spacing) * 5) * var(--tw-space-y-reverse));
      margin-block-end: calc(calc(var(--spacing) * 5) * calc(1 - var(--tw-space-y-reverse)));
    }
  }
  .space-y-6 {
    :where(& > :not(:last-child)) {
      --tw-space-y-reverse: 0;
      margin-block-start: calc(calc(var(--spacing) * 6) * var(--tw-space-y-reverse));
      margin-block-end: calc(calc(var(--spacing) * 6) * calc(1 - var(--tw-space-y-reverse)));
    }
  }
  .space-y-8 {
    :where(& > :not(:last-child)) {
      --tw-space-y-reverse: 0;
      margin-block-start: calc(calc(var(--spacing) * 8) * var(--tw-space-y-reverse));
      margin-block-end: calc(calc(var(--spacing) * 8) * calc(1 - var(--tw-space-y-reverse)));
    }
  }
  .space-y-16 {
    :where(& > :not(:last-child)) {
      --tw-space-y-reverse: 0;
      margin-block-start: calc(calc(var(--spacing) * 16) * var(--tw-space-y-reverse));
      margin-block-end: calc(calc(var(--spacing) * 16) * calc(1 - var(--tw-space-y-reverse)));
    }
  }
  .gap-x-20 {
    column-gap: calc(var(--spacing) * 20);
  }
  .gap-x-\[9px\] {
    column-gap: 9px;
  }
  .gap-y-5 {
    row-gap: calc(var(--spacing) * 5);
  }
  .gap-y-\[19px\] {
    row-gap: 19px;
  }
  .truncate {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }
  .overflow-hidden {
    overflow: hidden;
  }
  .scroll-smooth {
    scroll-behavior: smooth;
  }
  .rounded {
    border-radius: 0.25rem;
  }
  .rounded-2xl {
    border-radius: var(--radius-2xl);
  }
  .rounded-3xl {
    border-radius: var(--radius-3xl);
  }
  .rounded-\[2rem\] {
    border-radius: 2rem;
  }
  .rounded-\[18px\] {
    border-radius: 18px;
  }
  .rounded-\[24px\] {
    border-radius: 24px;
  }
  .rounded-\[32px\] {
    border-radius: 32px;
  }
  .rounded-full {
    border-radius: calc(infinity * 1px);
  }
  .rounded-lg {
    border-radius: var(--radius-lg);
  }
  .rounded-sm {
    border-radius: var(--radius-sm);
  }
  .rounded-xl {
    border-radius: var(--radius-xl);
  }
  .rounded-t-md {
    border-top-left-radius: var(--radius-md);
    border-top-right-radius: var(--radius-md);
  }
  .rounded-l-2xl {
    border-top-left-radius: var(--radius-2xl);
    border-bottom-left-radius: var(--radius-2xl);
  }
  .border {
    border-style: var(--tw-border-style);
    border-width: 1px;
  }
  .border-\[0\.8px\] {
    border-style: var(--tw-border-style);
    border-width: 0.8px;
  }
  .border-t {
    border-top-style: var(--tw-border-style);
    border-top-width: 1px;
  }
  .border-b {
    border-bottom-style: var(--tw-border-style);
    border-bottom-width: 1px;
  }
  .border-l-4 {
    border-left-style: var(--tw-border-style);
    border-left-width: 4px;
  }
  .border-\[\#3dcbd8\]\/30 {
    border-color: color-mix(in oklab, #3dcbd8 30%, transparent);
  }
  .border-\[\#4ac8e0\]\/30 {
    border-color: color-mix(in oklab, #4ac8e0 30%, transparent);
  }
  .border-\[\#5eb4e7\] {
    border-color: #5eb4e7;
  }
  .border-\[\#5eb4e7\]\/10 {
    border-color: color-mix(in oklab, #5eb4e7 10%, transparent);
  }
  .border-\[\#5eb4e7\]\/12 {
    border-color: color-mix(in oklab, #5eb4e7 12%, transparent);
  }
  .border-\[\#5eb4e7\]\/15 {
    border-color: color-mix(in oklab, #5eb4e7 15%, transparent);
  }
  .border-\[\#5eb4e7\]\/20 {
    border-color: color-mix(in oklab, #5eb4e7 20%, transparent);
  }
  .border-\[\#5eb4e7\]\/25 {
    border-color: color-mix(in oklab, #5eb4e7 25%, transparent);
  }
  .border-\[\#5eb4e7\]\/30 {
    border-color: color-mix(in oklab, #5eb4e7 30%, transparent);
  }
  .border-\[\#5eb4e7\]\/\[0\.12\] {
    border-color: color-mix(in oklab, #5eb4e7 12%, transparent);
  }
  .border-\[\#43dcd1\]\/20 {
    border-color: color-mix(in oklab, #43dcd1 20%, transparent);
  }
  .border-\[\#43dcd1\]\/30 {
    border-color: color-mix(in oklab, #43dcd1 30%, transparent);
  }
  .border-\[\#e8f0f8\] {
    border-color: #e8f0f8;
  }
  .border-\[rgba\(94\,180\,231\,0\.12\)\] {
    border-color: rgba(94,180,231,0.12);
  }
  .border-\[rgba\(94\,180\,231\,0\.15\)\] {
    border-color: rgba(94,180,231,0.15);
  }
  .border-\[rgba\(var\(--card-accent\)\,0\.19\)\] {
    border-color: rgba(var(--card-accent),0.19);
  }
  .border-gray-50 {
    border-color: var(--color-gray-50);
  }
  .border-white\/8 {
    border-color: color-mix(in srgb, #fff 8%, transparent);
    @supports (color: color-mix(in lab, red, red)) {
      border-color: color-mix(in oklab, var(--color-white) 8%, transparent);
    }
  }
  .border-white\/15 {
    border-color: color-mix(in srgb, #fff 15%, transparent);
    @supports (color: color-mix(in lab, red, red)) {
      border-color: color-mix(in oklab, var(--color-white) 15%, transparent);
    }
  }
  .border-white\/20 {
    border-color: color-mix(in srgb, #fff 20%, transparent);
    @supports (color: color-mix(in lab, red, red)) {
      border-color: color-mix(in oklab, var(--color-white) 20%, transparent);
    }
  }
  .border-white\/25 {
    border-color: color-mix(in srgb, #fff 25%, transparent);
    @supports (color: color-mix(in lab, red, red)) {
      border-color: color-mix(in oklab, var(--color-white) 25%, transparent);
    }
  }
  .border-white\/60 {
    border-color: color-mix(in srgb, #fff 60%, transparent);
    @supports (color: color-mix(in lab, red, red)) {
      border-color: color-mix(in oklab, var(--color-white) 60%, transparent);
    }
  }
  .border-white\/\[0\.6\] {
    border-color: color-mix(in srgb, #fff 60%, transparent);
    @supports (color: color-mix(in lab, red, red)) {
      border-color: color-mix(in oklab, var(--color-white) 60%, transparent);
    }
  }
  .bg-\[\#0a1628\] {
    background-color: #0a1628;
  }
  .bg-\[\#0d1b3e\] {
    background-color: #0d1b3e;
  }
  .bg-\[\#0d1b3e\]\/60 {
    background-color: color-mix(in oklab, #0d1b3e 60%, transparent);
  }
  .bg-\[\#3dcbd8\]\/10 {
    background-color: color-mix(in oklab, #3dcbd8 10%, transparent);
  }
  .bg-\[\#4ac8e0\]\/10 {
    background-color: color-mix(in oklab, #4ac8e0 10%, transparent);
  }
  .bg-\[\#5eb4e7\] {
    background-color: #5eb4e7;
  }
  .bg-\[\#5eb4e7\]\/10 {
    background-color: color-mix(in oklab, #5eb4e7 10%, transparent);
  }
  .bg-\[\#5eb4e7\]\/12 {
    background-color: color-mix(in oklab, #5eb4e7 12%, transparent);
  }
  .bg-\[\#5eb4e7\]\/15 {
    background-color: color-mix(in oklab, #5eb4e7 15%, transparent);
  }
  .bg-\[\#5eb4e7\]\/18 {
    background-color: color-mix(in oklab, #5eb4e7 18%, transparent);
  }
  .bg-\[\#5eb4e7\]\/\[0\.08\] {
    background-color: color-mix(in oklab, #5eb4e7 8%, transparent);
  }
  .bg-\[\#43dcd1\] {
    background-color: #43dcd1;
  }
  .bg-\[\#43dcd1\]\/10 {
    background-color: color-mix(in oklab, #43dcd1 10%, transparent);
  }
  .bg-\[\#43dcd1\]\/12 {
    background-color: color-mix(in oklab, #43dcd1 12%, transparent);
  }
  .bg-\[\#43dcd1\]\/15 {
    background-color: color-mix(in oklab, #43dcd1 15%, transparent);
  }
  .bg-\[\#43dcd1\]\/18 {
    background-color: color-mix(in oklab, #43dcd1 18%, transparent);
  }
  .bg-\[\#43dcd1\]\/30 {
    background-color: color-mix(in oklab, #43dcd1 30%, transparent);
  }
  .bg-\[\#192b3e\] {
    background-color: #192b3e;
  }
  .bg-\[\#e8f4fd\] {
    background-color: #e8f4fd;
  }
  .bg-\[\#f0f7ff\] {
    background-color: #f0f7ff;
  }
  .bg-\[\#f4f8fc\] {
    background-color: #f4f8fc;
  }
  .bg-\[\#f4f9fe\] {
    background-color: #f4f9fe;
  }
  .bg-\[\#f7fbff\] {
    background-color: #f7fbff;
  }
  .bg-\[\#f8fafc\] {
    background-color: #f8fafc;
  }
  .bg-\[rgba\(var\(--card-accent\)\,0\.07\)\] {
    background-color: rgba(var(--card-accent),0.07);
  }
  .bg-\[rgba\(var\(--card-accent\)\,0\.09\)\] {
    background-color: rgba(var(--card-accent),0.09);
  }
  .bg-\[rgba\(var\(--service-accent-rgb\)\,0\.08\)\] {
    background-color: rgba(var(--service-accent-rgb),0.08);
  }
  .bg-green-50 {
    background-color: var(--color-green-50);
  }
  .bg-red-50 {
    background-color: var(--color-red-50);
  }
  .bg-transparent {
    background-color: transparent;
  }
  .bg-white {
    background-color: var(--color-white);
  }
  .bg-white\/4 {
    background-color: color-mix(in srgb, #fff 4%, transparent);
    @supports (color: color-mix(in lab, red, red)) {
      background-color: color-mix(in oklab, var(--color-white) 4%, transparent);
    }
  }
  .bg-white\/8 {
    background-color: color-mix(in srgb, #fff 8%, transparent);
    @supports (color: color-mix(in lab, red, red)) {
      background-color: color-mix(in oklab, var(--color-white) 8%, transparent);
    }
  }
  .bg-white\/10 {
    background-color: color-mix(in srgb, #fff 10%, transparent);
    @supports (color: color-mix(in lab, red, red)) {
      background-color: color-mix(in oklab, var(--color-white) 10%, transparent);
    }
  }
  .bg-white\/80 {
    background-color: color-mix(in srgb, #fff 80%, transparent);
    @supports (color: color-mix(in lab, red, red)) {
      background-color: color-mix(in oklab, var(--color-white) 80%, transparent);
    }
  }
  .bg-white\/90 {
    background-color: color-mix(in srgb, #fff 90%, transparent);
    @supports (color: color-mix(in lab, red, red)) {
      background-color: color-mix(in oklab, var(--color-white) 90%, transparent);
    }
  }
  .bg-white\/95 {
    background-color: color-mix(in srgb, #fff 95%, transparent);
    @supports (color: color-mix(in lab, red, red)) {
      background-color: color-mix(in oklab, var(--color-white) 95%, transparent);
    }
  }
  .bg-white\/\[\.4\] {
    background-color: color-mix(in srgb, #fff 40%, transparent);
    @supports (color: color-mix(in lab, red, red)) {
      background-color: color-mix(in oklab, var(--color-white) 40%, transparent);
    }
  }
  .bg-white\/\[0\.04\] {
    background-color: color-mix(in srgb, #fff 4%, transparent);
    @supports (color: color-mix(in lab, red, red)) {
      background-color: color-mix(in oklab, var(--color-white) 4%, transparent);
    }
  }
  .bg-white\/\[0\.14\] {
    background-color: color-mix(in srgb, #fff 14.000000000000002%, transparent);
    @supports (color: color-mix(in lab, red, red)) {
      background-color: color-mix(in oklab, var(--color-white) 14.000000000000002%, transparent);
    }
  }
  .bg-gradient-to-b {
    --tw-gradient-position: to bottom in oklab;
    background-image: linear-gradient(var(--tw-gradient-stops));
  }
  .bg-gradient-to-bl {
    --tw-gradient-position: to bottom left in oklab;
    background-image: linear-gradient(var(--tw-gradient-stops));
  }
  .bg-gradient-to-br {
    --tw-gradient-position: to bottom right in oklab;
    background-image: linear-gradient(var(--tw-gradient-stops));
  }
  .bg-gradient-to-l {
    --tw-gradient-position: to left in oklab;
    background-image: linear-gradient(var(--tw-gradient-stops));
  }
  .bg-gradient-to-r {
    --tw-gradient-position: to right in oklab;
    background-image: linear-gradient(var(--tw-gradient-stops));
  }
  .bg-gradient-to-t {
    --tw-gradient-position: to top in oklab;
    background-image: linear-gradient(var(--tw-gradient-stops));
  }
  .bg-gradient-to-tl {
    --tw-gradient-position: to top left in oklab;
    background-image: linear-gradient(var(--tw-gradient-stops));
  }
  .bg-gradient-to-tr {
    --tw-gradient-position: to top right in oklab;
    background-image: linear-gradient(var(--tw-gradient-stops));
  }
  .bg-\[linear-gradient\(0deg\,rgba\(67\,220\,209\,0\.2\)\,transparent\)\] {
    background-image: linear-gradient(0deg,rgba(67,220,209,0.2),transparent);
  }
  .bg-\[linear-gradient\(90deg\,\#5eb4e7\,\#43dcd1\)\] {
    background-image: linear-gradient(90deg,#5eb4e7,#43dcd1);
  }
  .bg-\[linear-gradient\(90deg\,\#5eb4e7_0\%\,\#43dcd1_100\%\)\] {
    background-image: linear-gradient(90deg,#5eb4e7 0%,#43dcd1 100%);
  }
  .bg-\[linear-gradient\(90deg\,\#192b3e_0\%\,rgba\(25\,43\,62\,0\.96\)_42\%\,rgba\(25\,43\,62\,0\)_100\%\)\] {
    background-image: linear-gradient(90deg,#192b3e 0%,rgba(25,43,62,0.96) 42%,rgba(25,43,62,0) 100%);
  }
  .bg-\[linear-gradient\(135deg\,\#0d1b3e_0\%\,\#112c59_58\%\,\#0d1b3e_100\%\)\] {
    background-image: linear-gradient(135deg,#0d1b3e 0%,#112c59 58%,#0d1b3e 100%);
  }
  .bg-\[linear-gradient\(135deg\,\#5eb4e7\,\#43dcd1\)\] {
    background-image: linear-gradient(135deg,#5eb4e7,#43dcd1);
  }
  .bg-\[linear-gradient\(135deg\,\#5eb4e7_0\%\,\#43dcd1_100\%\)\] {
    background-image: linear-gradient(135deg,#5eb4e7 0%,#43dcd1 100%);
  }
  .bg-\[linear-gradient\(135deg\,rgba\(94\,180\,231\,0\.15\)\,rgba\(67\,220\,209\,0\.1\)\)\] {
    background-image: linear-gradient(135deg,rgba(94,180,231,0.15),rgba(67,220,209,0.1));
  }
  .bg-\[linear-gradient\(135deg\,rgba\(94\,180\,231\,0\.15\)\,rgba\(67\,220\,209\,0\.15\)\)\] {
    background-image: linear-gradient(135deg,rgba(94,180,231,0.15),rgba(67,220,209,0.15));
  }
  .bg-\[linear-gradient\(180deg\,rgba\(18\,36\,76\,0\)_0\%\,rgba\(18\,36\,76\,0\.3\)_100\%\)\] {
    background-image: linear-gradient(180deg,rgba(18,36,76,0) 0%,rgba(18,36,76,0.3) 100%);
  }
  .bg-\[linear-gradient\(180deg\,rgba\(25\,43\,62\,0\)_1\.7\%\,rgba\(25\,43\,62\,0\.12\)_36\%\,\#192b3e_81\.1\%\)\] {
    background-image: linear-gradient(180deg,rgba(25,43,62,0) 1.7%,rgba(25,43,62,0.12) 36%,#192b3e 81.1%);
  }
  .bg-\[linear-gradient\(180deg\,rgba\(25\,43\,62\,0\)_2\%\,\#192b3e_81\%\)\] {
    background-image: linear-gradient(180deg,rgba(25,43,62,0) 2%,#192b3e 81%);
  }
  .bg-\[linear-gradient\(180deg\,rgba\(25\,43\,62\,0\)_38\%\,rgba\(25\,43\,62\,0\.98\)_87\%\,\#192b3e_100\%\)\] {
    background-image: linear-gradient(180deg,rgba(25,43,62,0) 38%,rgba(25,43,62,0.98) 87%,#192b3e 100%);
  }
  .bg-\[linear-gradient\(180deg\,rgba\(67\,220\,187\,0\.5\)\,rgba\(36\,118\,101\,0\.5\)\)\] {
    background-image: linear-gradient(180deg,rgba(67,220,187,0.5),rgba(36,118,101,0.5));
  }
  .bg-\[radial-gradient\(circle\,_\#5eb4e7_1px\,_transparent_1px\)\] {
    background-image: radial-gradient(circle, #5eb4e7 1px, transparent 1px);
  }
  .bg-\[radial-gradient\(circle\,_\#43dcd1_1px\,_transparent_1px\)\] {
    background-image: radial-gradient(circle, #43dcd1 1px, transparent 1px);
  }
  .bg-\[radial-gradient\(circle_at_center\,\#ddd\,\#fff\)\] {
    background-image: radial-gradient(circle at center,#ddd,#fff);
  }
  .bg-\[radial-gradient\(ellipse_65\%_110\%_at_30\%_50\%\,rgba\(94\,180\,231\,0\.15\)\,transparent_60\%\)\,linear-gradient\(90deg\,\#0d1b3e\,\#1a3060_50\%\,\#0d1b3e\)\] {
    background-image: radial-gradient(ellipse 65% 110% at 30% 50%,rgba(94,180,231,0.15),transparent 60%),linear-gradient(90deg,#0d1b3e,#1a3060 50%,#0d1b3e);
  }
  .bg-\[radial-gradient\(ellipse_70\%_50\%_at_50\%_-10\%\,rgba\(94\,180\,231\,0\.07\)\,transparent\)\] {
    background-image: radial-gradient(ellipse 70% 50% at 50% -10%,rgba(94,180,231,0.07),transparent);
  }
  .bg-\[radial-gradient\(ellipse_70\%_50\%_at_50\%_40\%\,rgba\(94\,180\,231\,0\.14\)\,transparent\)\] {
    background-image: radial-gradient(ellipse 70% 50% at 50% 40%,rgba(94,180,231,0.14),transparent);
  }
  .bg-\[radial-gradient\(ellipse_80\%_80\%_at_50\%_-20\%\,rgba\(94\,180\,231\,0\.25\)\,transparent_70\%\)\,linear-gradient\(135deg\,\#0d1b3e_0\%\,\#1a3060_50\%\,\#0d1b3e_100\%\)\] {
    background-image: radial-gradient(ellipse 80% 80% at 50% -20%,rgba(94,180,231,0.25),transparent 70%),linear-gradient(135deg,#0d1b3e 0%,#1a3060 50%,#0d1b3e 100%);
  }
  .bg-\[radial-gradient\(ellipse_at_50\%_50\%\,\#004879_0\%\,\#093663_50\%\,\#12244c_100\%\)\] {
    background-image: radial-gradient(ellipse at 50% 50%,#004879 0%,#093663 50%,#12244c 100%);
  }
  .bg-\[radial-gradient\(ellipse_at_85\%_0\%\,rgba\(94\,180\,231\,0\.25\)\,transparent_42\%\)\,radial-gradient\(ellipse_at_48\%_84\%\,rgba\(42\,109\,203\,0\.28\)\,transparent_54\%\)\] {
    background-image: radial-gradient(ellipse at 85% 0%,rgba(94,180,231,0.25),transparent 42%),radial-gradient(ellipse at 48% 84%,rgba(42,109,203,0.28),transparent 54%);
  }
  .from-\[\#0a1628\] {
    --tw-gradient-from: #0a1628;
    --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));
  }
  .from-\[\#0a1628\]\/75 {
    --tw-gradient-from: color-mix(in oklab, #0a1628 75%, 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));
  }
  .from-\[\#0a1628\]\/95 {
    --tw-gradient-from: color-mix(in oklab, #0a1628 95%, 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));
  }
  .from-\[\#0d1b3e\] {
    --tw-gradient-from: #0d1b3e;
    --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));
  }
  .from-\[\#0d1b3e\]\/30 {
    --tw-gradient-from: color-mix(in oklab, #0d1b3e 30%, 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));
  }
  .from-\[\#5eb4e7\] {
    --tw-gradient-from: #5eb4e7;
    --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));
  }
  .from-\[\#5eb4e7\]\/6 {
    --tw-gradient-from: color-mix(in oklab, #5eb4e7 6%, 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));
  }
  .from-\[\#5eb4e7\]\/10 {
    --tw-gradient-from: color-mix(in oklab, #5eb4e7 10%, 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));
  }
  .from-\[\#5eb4e7\]\/20 {
    --tw-gradient-from: color-mix(in oklab, #5eb4e7 20%, 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));
  }
  .from-\[\#5eb4e7\]\/30 {
    --tw-gradient-from: color-mix(in oklab, #5eb4e7 30%, 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));
  }
  .from-\[\#43dcd1\] {
    --tw-gradient-from: #43dcd1;
    --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));
  }
  .from-\[\#43dcd1\]\/5 {
    --tw-gradient-from: color-mix(in oklab, #43dcd1 5%, 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));
  }
  .from-\[\#43dcd1\]\/7 {
    --tw-gradient-from: color-mix(in oklab, #43dcd1 7%, 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));
  }
  .from-\[\#43dcd1\]\/8 {
    --tw-gradient-from: color-mix(in oklab, #43dcd1 8%, 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));
  }
  .from-\[\#43dcd1\]\/15 {
    --tw-gradient-from: color-mix(in oklab, #43dcd1 15%, 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));
  }
  .from-\[\#13285c\] {
    --tw-gradient-from: #13285c;
    --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));
  }
  .from-transparent {
    --tw-gradient-from: 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));
  }
  .from-white\/35 {
    --tw-gradient-from: color-mix(in srgb, #fff 35%, transparent);
    @supports (color: color-mix(in lab, red, red)) {
      --tw-gradient-from: color-mix(in oklab, var(--color-white) 35%, 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));
  }
  .via-\[\#0d1b3e\] {
    --tw-gradient-via: #0d1b3e;
    --tw-gradient-via-stops: var(--tw-gradient-position), var(--tw-gradient-from) var(--tw-gradient-from-position), var(--tw-gradient-via) var(--tw-gradient-via-position), var(--tw-gradient-to) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-via-stops);
  }
  .via-\[\#0d1b3e\]\/28 {
    --tw-gradient-via: color-mix(in oklab, #0d1b3e 28%, transparent);
    --tw-gradient-via-stops: var(--tw-gradient-position), var(--tw-gradient-from) var(--tw-gradient-from-position), var(--tw-gradient-via) var(--tw-gradient-via-position), var(--tw-gradient-to) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-via-stops);
  }
  .via-\[\#0d1b3e\]\/52 {
    --tw-gradient-via: color-mix(in oklab, #0d1b3e 52%, transparent);
    --tw-gradient-via-stops: var(--tw-gradient-position), var(--tw-gradient-from) var(--tw-gradient-from-position), var(--tw-gradient-via) var(--tw-gradient-via-position), var(--tw-gradient-to) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-via-stops);
  }
  .via-\[\#5eb4e7\]\/30 {
    --tw-gradient-via: color-mix(in oklab, #5eb4e7 30%, transparent);
    --tw-gradient-via-stops: var(--tw-gradient-position), var(--tw-gradient-from) var(--tw-gradient-from-position), var(--tw-gradient-via) var(--tw-gradient-via-position), var(--tw-gradient-to) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-via-stops);
  }
  .via-\[\#5eb4e7\]\/40 {
    --tw-gradient-via: color-mix(in oklab, #5eb4e7 40%, transparent);
    --tw-gradient-via-stops: var(--tw-gradient-position), var(--tw-gradient-from) var(--tw-gradient-from-position), var(--tw-gradient-via) var(--tw-gradient-via-position), var(--tw-gradient-to) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-via-stops);
  }
  .via-\[\#7dcbe8\] {
    --tw-gradient-via: #7dcbe8;
    --tw-gradient-via-stops: var(--tw-gradient-position), var(--tw-gradient-from) var(--tw-gradient-from-position), var(--tw-gradient-via) var(--tw-gradient-via-position), var(--tw-gradient-to) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-via-stops);
  }
  .via-\[\#43dcd1\] {
    --tw-gradient-via: #43dcd1;
    --tw-gradient-via-stops: var(--tw-gradient-position), var(--tw-gradient-from) var(--tw-gradient-from-position), var(--tw-gradient-via) var(--tw-gradient-via-position), var(--tw-gradient-to) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-via-stops);
  }
  .via-\[\#43dcd1\]\/40 {
    --tw-gradient-via: color-mix(in oklab, #43dcd1 40%, transparent);
    --tw-gradient-via-stops: var(--tw-gradient-position), var(--tw-gradient-from) var(--tw-gradient-from-position), var(--tw-gradient-via) var(--tw-gradient-via-position), var(--tw-gradient-to) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-via-stops);
  }
  .via-\[\#43dcd1\]\/50 {
    --tw-gradient-via: color-mix(in oklab, #43dcd1 50%, transparent);
    --tw-gradient-via-stops: var(--tw-gradient-position), var(--tw-gradient-from) var(--tw-gradient-from-position), var(--tw-gradient-via) var(--tw-gradient-via-position), var(--tw-gradient-to) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-via-stops);
  }
  .to-\[\#0d1b3e\] {
    --tw-gradient-to: #0d1b3e;
    --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-\[\#0d1b3e\]\/18 {
    --tw-gradient-to: color-mix(in oklab, #0d1b3e 18%, 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));
  }
  .to-\[\#0f2248\] {
    --tw-gradient-to: #0f2248;
    --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-\[\#1a3060\] {
    --tw-gradient-to: #1a3060;
    --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-\[\#2faed4\] {
    --tw-gradient-to: #2faed4;
    --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-\[\#5eb4e7\] {
    --tw-gradient-to: #5eb4e7;
    --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-\[\#5eb4e7\]\/20 {
    --tw-gradient-to: color-mix(in oklab, #5eb4e7 20%, 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));
  }
  .to-\[\#5eb4e7\]\/30 {
    --tw-gradient-to: color-mix(in oklab, #5eb4e7 30%, 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));
  }
  .to-\[\#5eb4e7\]\/40 {
    --tw-gradient-to: color-mix(in oklab, #5eb4e7 40%, 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));
  }
  .to-\[\#5eb4e7\]\/80 {
    --tw-gradient-to: color-mix(in oklab, #5eb4e7 80%, 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));
  }
  .to-\[\#43dcd1\] {
    --tw-gradient-to: #43dcd1;
    --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-\[\#43dcd1\]\/20 {
    --tw-gradient-to: color-mix(in oklab, #43dcd1 20%, 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));
  }
  .to-\[\#43dcd1\]\/40 {
    --tw-gradient-to: color-mix(in oklab, #43dcd1 40%, 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));
  }
  .to-\[\#43dcd1\]\/80 {
    --tw-gradient-to: color-mix(in oklab, #43dcd1 80%, 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));
  }
  .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));
  }
  .bg-\[length\:28px_28px\] {
    background-size: 28px 28px;
  }
  .bg-\[length\:30px_30px\] {
    background-size: 30px 30px;
  }
  .bg-clip-text {
    background-clip: text;
  }
  .fill-none {
    fill: none;
  }
  .stroke-current {
    stroke: currentcolor;
  }
  .object-contain {
    object-fit: contain;
  }
  .object-cover {
    object-fit: cover;
  }
  .object-center {
    object-position: center;
  }
  .p-2 {
    padding: calc(var(--spacing) * 2);
  }
  .p-3 {
    padding: calc(var(--spacing) * 3);
  }
  .p-4 {
    padding: calc(var(--spacing) * 4);
  }
  .p-5 {
    padding: calc(var(--spacing) * 5);
  }
  .p-6 {
    padding: calc(var(--spacing) * 6);
  }
  .p-7 {
    padding: calc(var(--spacing) * 7);
  }
  .p-8 {
    padding: calc(var(--spacing) * 8);
  }
  .px-0 {
    padding-inline: 0;
  }
  .px-1 {
    padding-inline: var(--spacing);
  }
  .px-1\.5 {
    padding-inline: calc(var(--spacing) * 1.5);
  }
  .px-2\.5 {
    padding-inline: calc(var(--spacing) * 2.5);
  }
  .px-3 {
    padding-inline: calc(var(--spacing) * 3);
  }
  .px-3\.5 {
    padding-inline: calc(var(--spacing) * 3.5);
  }
  .px-4 {
    padding-inline: calc(var(--spacing) * 4);
  }
  .px-5 {
    padding-inline: calc(var(--spacing) * 5);
  }
  .px-6 {
    padding-inline: calc(var(--spacing) * 6);
  }
  .px-7 {
    padding-inline: calc(var(--spacing) * 7);
  }
  .px-8 {
    padding-inline: calc(var(--spacing) * 8);
  }
  .px-10 {
    padding-inline: calc(var(--spacing) * 10);
  }
  .px-\[21\.5px\] {
    padding-inline: 21.5px;
  }
  .px-\[26px\] {
    padding-inline: 26px;
  }
  .py-0 {
    padding-block: 0;
  }
  .py-0\.5 {
    padding-block: calc(var(--spacing) * 0.5);
  }
  .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-2\.5 {
    padding-block: calc(var(--spacing) * 2.5);
  }
  .py-3 {
    padding-block: calc(var(--spacing) * 3);
  }
  .py-3\.5 {
    padding-block: calc(var(--spacing) * 3.5);
  }
  .py-4 {
    padding-block: calc(var(--spacing) * 4);
  }
  .py-5 {
    padding-block: calc(var(--spacing) * 5);
  }
  .py-6 {
    padding-block: calc(var(--spacing) * 6);
  }
  .py-7 {
    padding-block: calc(var(--spacing) * 7);
  }
  .py-10 {
    padding-block: calc(var(--spacing) * 10);
  }
  .py-16 {
    padding-block: calc(var(--spacing) * 16);
  }
  .py-20 {
    padding-block: calc(var(--spacing) * 20);
  }
  .py-28 {
    padding-block: calc(var(--spacing) * 28);
  }
  .py-\[19px\] {
    padding-block: 19px;
  }
  .py-\[27px\] {
    padding-block: 27px;
  }
  .pt-0 {
    padding-top: 0;
  }
  .pt-1 {
    padding-top: var(--spacing);
  }
  .pt-2 {
    padding-top: calc(var(--spacing) * 2);
  }
  .pt-2\.5 {
    padding-top: calc(var(--spacing) * 2.5);
  }
  .pt-3 {
    padding-top: calc(var(--spacing) * 3);
  }
  .pt-6 {
    padding-top: calc(var(--spacing) * 6);
  }
  .pt-8 {
    padding-top: calc(var(--spacing) * 8);
  }
  .pt-10 {
    padding-top: calc(var(--spacing) * 10);
  }
  .pt-16 {
    padding-top: calc(var(--spacing) * 16);
  }
  .pt-32 {
    padding-top: calc(var(--spacing) * 32);
  }
  .pt-\[14px\] {
    padding-top: 14px;
  }
  .pt-\[18px\] {
    padding-top: 18px;
  }
  .pt-\[60px\] {
    padding-top: 60px;
  }
  .pt-\[85px\] {
    padding-top: 85px;
  }
  .pt-\[258px\] {
    padding-top: 258px;
  }
  .pr-2\.5 {
    padding-right: calc(var(--spacing) * 2.5);
  }
  .pr-7 {
    padding-right: calc(var(--spacing) * 7);
  }
  .pr-\[21\.5px\] {
    padding-right: 21.5px;
  }
  .pb-1 {
    padding-bottom: var(--spacing);
  }
  .pb-2 {
    padding-bottom: calc(var(--spacing) * 2);
  }
  .pb-4 {
    padding-bottom: calc(var(--spacing) * 4);
  }
  .pb-12 {
    padding-bottom: calc(var(--spacing) * 12);
  }
  .pb-16 {
    padding-bottom: calc(var(--spacing) * 16);
  }
  .pb-20 {
    padding-bottom: calc(var(--spacing) * 20);
  }
  .pb-28 {
    padding-bottom: calc(var(--spacing) * 28);
  }
  .pl-2 {
    padding-left: calc(var(--spacing) * 2);
  }
  .pl-3 {
    padding-left: calc(var(--spacing) * 3);
  }
  .pl-4 {
    padding-left: calc(var(--spacing) * 4);
  }
  .pl-6 {
    padding-left: calc(var(--spacing) * 6);
  }
  .pl-8 {
    padding-left: calc(var(--spacing) * 8);
  }
  .pl-9 {
    padding-left: calc(var(--spacing) * 9);
  }
  .pl-\[14px\] {
    padding-left: 14px;
  }
  .pl-\[21\.5px\] {
    padding-left: 21.5px;
  }
  .text-center {
    text-align: center;
  }
  .text-left {
    text-align: left;
  }
  .text-right {
    text-align: right;
  }
  .font-\[\'Playfair_Display\'\,serif\] {
    font-family: 'Playfair Display',serif;
  }
  .font-\[\'Quicksand\'\,sans-serif\] {
    font-family: 'Quicksand',sans-serif;
  }
  .font-sans {
    font-family: var(--font-sans);
  }
  .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-4xl {
    font-size: var(--text-4xl);
    line-height: var(--tw-leading, var(--text-4xl--line-height));
  }
  .text-5xl {
    font-size: var(--text-5xl);
    line-height: var(--tw-leading, var(--text-5xl--line-height));
  }
  .text-base {
    font-size: var(--text-base);
    line-height: var(--tw-leading, var(--text-base--line-height));
  }
  .text-lg {
    font-size: var(--text-lg);
    line-height: var(--tw-leading, var(--text-lg--line-height));
  }
  .text-sm {
    font-size: var(--text-sm);
    line-height: var(--tw-leading, var(--text-sm--line-height));
  }
  .text-xl {
    font-size: var(--text-xl);
    line-height: var(--tw-leading, var(--text-xl--line-height));
  }
  .text-xs {
    font-size: var(--text-xs);
    line-height: var(--tw-leading, var(--text-xs--line-height));
  }
  .text-\[1\.05rem\] {
    font-size: 1.05rem;
  }
  .text-\[3rem\] {
    font-size: 3rem;
  }
  .text-\[8px\] {
    font-size: 8px;
  }
  .text-\[9px\] {
    font-size: 9px;
  }
  .text-\[10px\] {
    font-size: 10px;
  }
  .text-\[12px\] {
    font-size: 12px;
  }
  .text-\[14px\] {
    font-size: 14px;
  }
  .text-\[16\.8px\] {
    font-size: 16.8px;
  }
  .text-\[16px\] {
    font-size: 16px;
  }
  .text-\[18px\] {
    font-size: 18px;
  }
  .text-\[24px\] {
    font-size: 24px;
  }
  .text-\[32px\] {
    font-size: 32px;
  }
  .text-\[40px\] {
    font-size: 40px;
  }
  .text-\[48px\] {
    font-size: 48px;
  }
  .text-\[clamp\(5rem\,14vw\,9rem\)\] {
    font-size: clamp(5rem, 14vw, 9rem);
  }
  .leading-3 {
    --tw-leading: calc(var(--spacing) * 3);
    line-height: calc(var(--spacing) * 3);
  }
  .leading-4 {
    --tw-leading: calc(var(--spacing) * 4);
    line-height: calc(var(--spacing) * 4);
  }
  .leading-5 {
    --tw-leading: calc(var(--spacing) * 5);
    line-height: calc(var(--spacing) * 5);
  }
  .leading-6 {
    --tw-leading: calc(var(--spacing) * 6);
    line-height: calc(var(--spacing) * 6);
  }
  .leading-7 {
    --tw-leading: calc(var(--spacing) * 7);
    line-height: calc(var(--spacing) * 7);
  }
  .leading-10 {
    --tw-leading: calc(var(--spacing) * 10);
    line-height: calc(var(--spacing) * 10);
  }
  .leading-12 {
    --tw-leading: calc(var(--spacing) * 12);
    line-height: calc(var(--spacing) * 12);
  }
  .leading-\[1\.05\] {
    --tw-leading: 1.05;
    line-height: 1.05;
  }
  .leading-\[1\.08\] {
    --tw-leading: 1.08;
    line-height: 1.08;
  }
  .leading-\[1\.85\] {
    --tw-leading: 1.85;
    line-height: 1.85;
  }
  .leading-\[15px\] {
    --tw-leading: 15px;
    line-height: 15px;
  }
  .leading-\[16\.5px\] {
    --tw-leading: 16.5px;
    line-height: 16.5px;
  }
  .leading-\[19\.5px\] {
    --tw-leading: 19.5px;
    line-height: 19.5px;
  }
  .leading-\[22\.75px\] {
    --tw-leading: 22.75px;
    line-height: 22.75px;
  }
  .leading-\[22px\] {
    --tw-leading: 22px;
    line-height: 22px;
  }
  .leading-\[23px\] {
    --tw-leading: 23px;
    line-height: 23px;
  }
  .leading-\[25px\] {
    --tw-leading: 25px;
    line-height: 25px;
  }
  .leading-\[30px\] {
    --tw-leading: 30px;
    line-height: 30px;
  }
  .leading-\[31\.08px\] {
    --tw-leading: 31.08px;
    line-height: 31.08px;
  }
  .leading-\[40px\] {
    --tw-leading: 40px;
    line-height: 40px;
  }
  .leading-\[43px\] {
    --tw-leading: 43px;
    line-height: 43px;
  }
  .leading-\[48px\] {
    --tw-leading: 48px;
    line-height: 48px;
  }
  .leading-\[60px\] {
    --tw-leading: 60px;
    line-height: 60px;
  }
  .leading-none {
    --tw-leading: 1;
    line-height: 1;
  }
  .leading-normal {
    --tw-leading: var(--leading-normal);
    line-height: var(--leading-normal);
  }
  .leading-relaxed {
    --tw-leading: var(--leading-relaxed);
    line-height: var(--leading-relaxed);
  }
  .leading-snug {
    --tw-leading: var(--leading-snug);
    line-height: var(--leading-snug);
  }
  .leading-tight {
    --tw-leading: var(--leading-tight);
    line-height: var(--leading-tight);
  }
  .font-bold {
    --tw-font-weight: var(--font-weight-bold);
    font-weight: var(--font-weight-bold);
  }
  .font-extrabold {
    --tw-font-weight: var(--font-weight-extrabold);
    font-weight: var(--font-weight-extrabold);
  }
  .font-medium {
    --tw-font-weight: var(--font-weight-medium);
    font-weight: var(--font-weight-medium);
  }
  .font-normal {
    --tw-font-weight: var(--font-weight-normal);
    font-weight: var(--font-weight-normal);
  }
  .font-semibold {
    --tw-font-weight: var(--font-weight-semibold);
    font-weight: var(--font-weight-semibold);
  }
  .tracking-\[-1\.6px\] {
    --tw-tracking: -1.6px;
    letter-spacing: -1.6px;
  }
  .tracking-\[0\.2em\] {
    --tw-tracking: 0.2em;
    letter-spacing: 0.2em;
  }
  .tracking-\[0\.5px\] {
    --tw-tracking: 0.5px;
    letter-spacing: 0.5px;
  }
  .tracking-\[0\.22em\] {
    --tw-tracking: 0.22em;
    letter-spacing: 0.22em;
  }
  .tracking-\[2\.4px\] {
    --tw-tracking: 2.4px;
    letter-spacing: 2.4px;
  }
  .tracking-\[2\.64px\] {
    --tw-tracking: 2.64px;
    letter-spacing: 2.64px;
  }
  .tracking-normal {
    --tw-tracking: var(--tracking-normal);
    letter-spacing: var(--tracking-normal);
  }
  .tracking-tight {
    --tw-tracking: var(--tracking-tight);
    letter-spacing: var(--tracking-tight);
  }
  .tracking-wider {
    --tw-tracking: var(--tracking-wider);
    letter-spacing: var(--tracking-wider);
  }
  .tracking-widest {
    --tw-tracking: var(--tracking-widest);
    letter-spacing: var(--tracking-widest);
  }
  .whitespace-nowrap {
    white-space: nowrap;
  }
  .text-\[\#0d1b3e\] {
    color: #0d1b3e;
  }
  .text-\[\#0d1b3e\]\/60 {
    color: color-mix(in oklab, #0d1b3e 60%, transparent);
  }
  .text-\[\#3dcbd8\] {
    color: #3dcbd8;
  }
  .text-\[\#4a6080\] {
    color: #4a6080;
  }
  .text-\[\#4ac8e0\] {
    color: #4ac8e0;
  }
  .text-\[\#4ca4e1\] {
    color: #4ca4e1;
  }
  .text-\[\#4f5e79\] {
    color: #4f5e79;
  }
  .text-\[\#5eb4e7\] {
    color: #5eb4e7;
  }
  .text-\[\#5eb4e7\]\/80 {
    color: color-mix(in oklab, #5eb4e7 80%, transparent);
  }
  .text-\[\#6b7fa3\] {
    color: #6b7fa3;
  }
  .text-\[\#8db4cc\] {
    color: #8db4cc;
  }
  .text-\[\#43dcd1\] {
    color: #43dcd1;
  }
  .text-\[\#168bc2\] {
    color: #168bc2;
  }
  .text-\[\#404B5E\] {
    color: #404B5E;
  }
  .text-\[\#404b5e\] {
    color: #404b5e;
  }
  .text-\[\#63758c\] {
    color: #63758c;
  }
  .text-\[rgb\(var\(--card-accent\)\)\] {
    color: rgb(var(--card-accent));
  }
  .text-\[rgba\(255\,255\,255\,0\.72\)\] {
    color: rgba(255,255,255,0.72);
  }
  .text-black {
    color: var(--color-black);
  }
  .text-gray-300 {
    color: var(--color-gray-300);
  }
  .text-green-800 {
    color: var(--color-green-800);
  }
  .text-red-800 {
    color: var(--color-red-800);
  }
  .text-transparent {
    color: transparent;
  }
  .text-white {
    color: var(--color-white);
  }
  .text-white\/28 {
    color: color-mix(in srgb, #fff 28%, transparent);
    @supports (color: color-mix(in lab, red, red)) {
      color: color-mix(in oklab, var(--color-white) 28%, transparent);
    }
  }
  .text-white\/35 {
    color: color-mix(in srgb, #fff 35%, transparent);
    @supports (color: color-mix(in lab, red, red)) {
      color: color-mix(in oklab, var(--color-white) 35%, transparent);
    }
  }
  .text-white\/40 {
    color: color-mix(in srgb, #fff 40%, transparent);
    @supports (color: color-mix(in lab, red, red)) {
      color: color-mix(in oklab, var(--color-white) 40%, transparent);
    }
  }
  .text-white\/45 {
    color: color-mix(in srgb, #fff 45%, transparent);
    @supports (color: color-mix(in lab, red, red)) {
      color: color-mix(in oklab, var(--color-white) 45%, transparent);
    }
  }
  .text-white\/70 {
    color: color-mix(in srgb, #fff 70%, transparent);
    @supports (color: color-mix(in lab, red, red)) {
      color: color-mix(in oklab, var(--color-white) 70%, transparent);
    }
  }
  .text-white\/72 {
    color: color-mix(in srgb, #fff 72%, transparent);
    @supports (color: color-mix(in lab, red, red)) {
      color: color-mix(in oklab, var(--color-white) 72%, transparent);
    }
  }
  .text-white\/80 {
    color: color-mix(in srgb, #fff 80%, transparent);
    @supports (color: color-mix(in lab, red, red)) {
      color: color-mix(in oklab, var(--color-white) 80%, transparent);
    }
  }
  .text-white\/90 {
    color: color-mix(in srgb, #fff 90%, transparent);
    @supports (color: color-mix(in lab, red, red)) {
      color: color-mix(in oklab, var(--color-white) 90%, transparent);
    }
  }
  .text-white\/\[\.72\] {
    color: color-mix(in srgb, #fff 72%, transparent);
    @supports (color: color-mix(in lab, red, red)) {
      color: color-mix(in oklab, var(--color-white) 72%, transparent);
    }
  }
  .text-white\/\[0\.72\] {
    color: color-mix(in srgb, #fff 72%, transparent);
    @supports (color: color-mix(in lab, red, red)) {
      color: color-mix(in oklab, var(--color-white) 72%, transparent);
    }
  }
  .capitalize {
    text-transform: capitalize;
  }
  .lowercase {
    text-transform: lowercase;
  }
  .normal-case {
    text-transform: none;
  }
  .uppercase {
    text-transform: uppercase;
  }
  .italic {
    font-style: italic;
  }
  .not-italic {
    font-style: normal;
  }
  .ordinal {
    --tw-ordinal: ordinal;
    font-variant-numeric: var(--tw-ordinal,) var(--tw-slashed-zero,) var(--tw-numeric-figure,) var(--tw-numeric-spacing,) var(--tw-numeric-fraction,);
  }
  .tabular-nums {
    --tw-numeric-spacing: tabular-nums;
    font-variant-numeric: var(--tw-ordinal,) var(--tw-slashed-zero,) var(--tw-numeric-figure,) var(--tw-numeric-spacing,) var(--tw-numeric-fraction,);
  }
  .no-underline {
    text-decoration-line: none;
  }
  .underline {
    text-decoration-line: underline;
  }
  .decoration-\[\#43dcd1\] {
    text-decoration-color: #43dcd1;
  }
  .underline-offset-4 {
    text-underline-offset: 4px;
  }
  .antialiased {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
  }
  .opacity-0 {
    opacity: 0%;
  }
  .opacity-60 {
    opacity: 60%;
  }
  .opacity-65 {
    opacity: 65%;
  }
  .opacity-70 {
    opacity: 70%;
  }
  .opacity-75 {
    opacity: 75%;
  }
  .opacity-80 {
    opacity: 80%;
  }
  .opacity-85 {
    opacity: 85%;
  }
  .opacity-90 {
    opacity: 90%;
  }
  .opacity-95 {
    opacity: 95%;
  }
  .opacity-100 {
    opacity: 100%;
  }
  .opacity-\[0\.03\] {
    opacity: 0.03;
  }
  .opacity-\[0\.06\] {
    opacity: 0.06;
  }
  .opacity-\[0\.035\] {
    opacity: 0.035;
  }
  .shadow {
    --tw-shadow: 0 1px 3px 0 var(--tw-shadow-color, rgb(0 0 0 / 0.1)), 0 1px 2px -1px var(--tw-shadow-color, rgb(0 0 0 / 0.1));
    box-shadow: var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
  }
  .shadow-2xl {
    --tw-shadow: 0 25px 50px -12px var(--tw-shadow-color, rgb(0 0 0 / 0.25));
    box-shadow: var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
  }
  .shadow-\[0_0_10px_rgba\(0\,0\,0\,\.05\)\] {
    --tw-shadow: 0 0 10px var(--tw-shadow-color, rgba(0,0,0,.05));
    box-shadow: var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
  }
  .shadow-\[0_0_10px_rgba\(76\,164\,225\,\.2\)\] {
    --tw-shadow: 0 0 10px var(--tw-shadow-color, rgba(76,164,225,.2));
    box-shadow: var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
  }
  .shadow-\[0_1px_3px_rgba\(0\,0\,0\,0\.1\)\,0_1px_2px_rgba\(0\,0\,0\,0\.1\)\] {
    --tw-shadow: 0 1px 3px var(--tw-shadow-color, rgba(0,0,0,0.1)), 0 1px 2px var(--tw-shadow-color, rgba(0,0,0,0.1));
    box-shadow: var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
  }
  .shadow-\[0_2px_28px_rgba\(94\,180\,231\,0\.13\)\] {
    --tw-shadow: 0 2px 28px var(--tw-shadow-color, rgba(94,180,231,0.13));
    box-shadow: var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
  }
  .shadow-\[0_4px_3px_rgba\(0\,0\,0\,0\.1\)\,0_2px_2px_rgba\(0\,0\,0\,0\.1\)\] {
    --tw-shadow: 0 4px 3px var(--tw-shadow-color, rgba(0,0,0,0.1)), 0 2px 2px var(--tw-shadow-color, rgba(0,0,0,0.1));
    box-shadow: var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
  }
  .shadow-\[0_4px_10px_rgba\(94\,180\,231\,0\.4\)\] {
    --tw-shadow: 0 4px 10px var(--tw-shadow-color, rgba(94,180,231,0.4));
    box-shadow: var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
  }
  .shadow-\[0_4px_20px_rgba\(94\,180\,231\,0\.4\)\] {
    --tw-shadow: 0 4px 20px var(--tw-shadow-color, rgba(94,180,231,0.4));
    box-shadow: var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
  }
  .shadow-\[0_4px_20px_rgba\(94\,180\,231\,0\.07\)\] {
    --tw-shadow: 0 4px 20px var(--tw-shadow-color, rgba(94,180,231,0.07));
    box-shadow: var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
  }
  .shadow-\[0_4px_20px_rgba\(94\,180\,231\,0\.32\)\] {
    --tw-shadow: 0 4px 20px var(--tw-shadow-color, rgba(94,180,231,0.32));
    box-shadow: var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
  }
  .shadow-\[0_4px_24px_rgba\(94\,180\,231\,0\.4\)\] {
    --tw-shadow: 0 4px 24px var(--tw-shadow-color, rgba(94,180,231,0.4));
    box-shadow: var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
  }
  .shadow-\[0_4px_24px_rgba\(94\,180\,231\,0\.16\)\] {
    --tw-shadow: 0 4px 24px var(--tw-shadow-color, rgba(94,180,231,0.16));
    box-shadow: var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
  }
  .shadow-\[0_8px_30px_rgba\(94\,180\,231\,0\.08\)\] {
    --tw-shadow: 0 8px 30px var(--tw-shadow-color, rgba(94,180,231,0.08));
    box-shadow: var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
  }
  .shadow-\[0_8px_48px_rgba\(94\,180\,231\,0\.18\)\] {
    --tw-shadow: 0 8px 48px var(--tw-shadow-color, rgba(94,180,231,0.18));
    box-shadow: var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
  }
  .shadow-\[0_8px_60px_rgba\(94\,180\,231\,0\.08\)\] {
    --tw-shadow: 0 8px 60px var(--tw-shadow-color, rgba(94,180,231,0.08));
    box-shadow: var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
  }
  .shadow-\[0_10px_15px_rgba\(0\,0\,0\,0\.1\)\,0_4px_6px_rgba\(0\,0\,0\,0\.1\)\] {
    --tw-shadow: 0 10px 15px var(--tw-shadow-color, rgba(0,0,0,0.1)), 0 4px 6px var(--tw-shadow-color, rgba(0,0,0,0.1));
    box-shadow: var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
  }
  .shadow-\[0_20px_60px_rgba\(94\,180\,231\,0\.2\)\] {
    --tw-shadow: 0 20px 60px var(--tw-shadow-color, rgba(94,180,231,0.2));
    box-shadow: var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
  }
  .shadow-\[0_24px_70px_rgba\(67\,220\,209\,0\.2\)\] {
    --tw-shadow: 0 24px 70px var(--tw-shadow-color, rgba(67,220,209,0.2));
    box-shadow: var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
  }
  .shadow-lg {
    --tw-shadow: 0 10px 15px -3px var(--tw-shadow-color, rgb(0 0 0 / 0.1)), 0 4px 6px -4px var(--tw-shadow-color, rgb(0 0 0 / 0.1));
    box-shadow: var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
  }
  .shadow-md {
    --tw-shadow: 0 4px 6px -1px var(--tw-shadow-color, rgb(0 0 0 / 0.1)), 0 2px 4px -2px var(--tw-shadow-color, rgb(0 0 0 / 0.1));
    box-shadow: var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
  }
  .shadow-sm {
    --tw-shadow: 0 1px 3px 0 var(--tw-shadow-color, rgb(0 0 0 / 0.1)), 0 1px 2px -1px var(--tw-shadow-color, rgb(0 0 0 / 0.1));
    box-shadow: var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
  }
  .shadow-xl {
    --tw-shadow: 0 20px 25px -5px var(--tw-shadow-color, rgb(0 0 0 / 0.1)), 0 8px 10px -6px var(--tw-shadow-color, rgb(0 0 0 / 0.1));
    box-shadow: var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
  }
  .ring-1 {
    --tw-ring-shadow: var(--tw-ring-inset,) 0 0 0 calc(1px + var(--tw-ring-offset-width)) var(--tw-ring-color, currentcolor);
    box-shadow: var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
  }
  .ring-\[\#5eb4e7\]\/25 {
    --tw-ring-color: color-mix(in oklab, #5eb4e7 25%, transparent);
  }
  .outline {
    outline-style: var(--tw-outline-style);
    outline-width: 1px;
  }
  .blur-2xl {
    --tw-blur: blur(var(--blur-2xl));
    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,);
  }
  .blur-3xl {
    --tw-blur: blur(var(--blur-3xl));
    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,);
  }
  .blur-xl {
    --tw-blur: blur(var(--blur-xl));
    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,);
  }
  .backdrop-blur-\[37\.5px\] {
    --tw-backdrop-blur: blur(37.5px);
    -webkit-backdrop-filter: var(--tw-backdrop-blur,) var(--tw-backdrop-brightness,) var(--tw-backdrop-contrast,) var(--tw-backdrop-grayscale,) var(--tw-backdrop-hue-rotate,) var(--tw-backdrop-invert,) var(--tw-backdrop-opacity,) var(--tw-backdrop-saturate,) var(--tw-backdrop-sepia,);
    backdrop-filter: var(--tw-backdrop-blur,) var(--tw-backdrop-brightness,) var(--tw-backdrop-contrast,) var(--tw-backdrop-grayscale,) var(--tw-backdrop-hue-rotate,) var(--tw-backdrop-invert,) var(--tw-backdrop-opacity,) var(--tw-backdrop-saturate,) var(--tw-backdrop-sepia,);
  }
  .backdrop-blur-\[40px\] {
    --tw-backdrop-blur: blur(40px);
    -webkit-backdrop-filter: var(--tw-backdrop-blur,) var(--tw-backdrop-brightness,) var(--tw-backdrop-contrast,) var(--tw-backdrop-grayscale,) var(--tw-backdrop-hue-rotate,) var(--tw-backdrop-invert,) var(--tw-backdrop-opacity,) var(--tw-backdrop-saturate,) var(--tw-backdrop-sepia,);
    backdrop-filter: var(--tw-backdrop-blur,) var(--tw-backdrop-brightness,) var(--tw-backdrop-contrast,) var(--tw-backdrop-grayscale,) var(--tw-backdrop-hue-rotate,) var(--tw-backdrop-invert,) var(--tw-backdrop-opacity,) var(--tw-backdrop-saturate,) var(--tw-backdrop-sepia,);
  }
  .backdrop-blur-md {
    --tw-backdrop-blur: blur(var(--blur-md));
    -webkit-backdrop-filter: var(--tw-backdrop-blur,) var(--tw-backdrop-brightness,) var(--tw-backdrop-contrast,) var(--tw-backdrop-grayscale,) var(--tw-backdrop-hue-rotate,) var(--tw-backdrop-invert,) var(--tw-backdrop-opacity,) var(--tw-backdrop-saturate,) var(--tw-backdrop-sepia,);
    backdrop-filter: var(--tw-backdrop-blur,) var(--tw-backdrop-brightness,) var(--tw-backdrop-contrast,) var(--tw-backdrop-grayscale,) var(--tw-backdrop-hue-rotate,) var(--tw-backdrop-invert,) var(--tw-backdrop-opacity,) var(--tw-backdrop-saturate,) var(--tw-backdrop-sepia,);
  }
  .backdrop-blur-sm {
    --tw-backdrop-blur: blur(var(--blur-sm));
    -webkit-backdrop-filter: var(--tw-backdrop-blur,) var(--tw-backdrop-brightness,) var(--tw-backdrop-contrast,) var(--tw-backdrop-grayscale,) var(--tw-backdrop-hue-rotate,) var(--tw-backdrop-invert,) var(--tw-backdrop-opacity,) var(--tw-backdrop-saturate,) var(--tw-backdrop-sepia,);
    backdrop-filter: var(--tw-backdrop-blur,) var(--tw-backdrop-brightness,) var(--tw-backdrop-contrast,) var(--tw-backdrop-grayscale,) var(--tw-backdrop-hue-rotate,) var(--tw-backdrop-invert,) var(--tw-backdrop-opacity,) var(--tw-backdrop-saturate,) var(--tw-backdrop-sepia,);
  }
  .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-\[border-color\,background\] {
    transition-property: border-color,background;
    transition-timing-function: var(--tw-ease, var(--default-transition-timing-function));
    transition-duration: var(--tw-duration, var(--default-transition-duration));
  }
  .transition-\[transform\,box-shadow\] {
    transition-property: transform,box-shadow;
    transition-timing-function: var(--tw-ease, var(--default-transition-timing-function));
    transition-duration: var(--tw-duration, var(--default-transition-duration));
  }
  .transition-all {
    transition-property: all;
    transition-timing-function: var(--tw-ease, var(--default-transition-timing-function));
    transition-duration: var(--tw-duration, var(--default-transition-duration));
  }
  .transition-colors {
    transition-property: color, background-color, border-color, outline-color, text-decoration-color, fill, stroke, --tw-gradient-from, --tw-gradient-via, --tw-gradient-to;
    transition-timing-function: var(--tw-ease, var(--default-transition-timing-function));
    transition-duration: var(--tw-duration, var(--default-transition-duration));
  }
  .transition-opacity {
    transition-property: opacity;
    transition-timing-function: var(--tw-ease, var(--default-transition-timing-function));
    transition-duration: var(--tw-duration, var(--default-transition-duration));
  }
  .transition-transform {
    transition-property: transform, translate, scale, rotate;
    transition-timing-function: var(--tw-ease, var(--default-transition-timing-function));
    transition-duration: var(--tw-duration, var(--default-transition-duration));
  }
  .\[transition-delay\:750ms\] {
    transition-delay: 750ms;
  }
  .\[transition-delay\:800ms\] {
    transition-delay: 800ms;
  }
  .\[transition-delay\:850ms\] {
    transition-delay: 850ms;
  }
  .\[transition-delay\:900ms\] {
    transition-delay: 900ms;
  }
  .\[transition-delay\:950ms\] {
    transition-delay: 950ms;
  }
  .\[transition-delay\:1000ms\] {
    transition-delay: 1000ms;
  }
  .\[transition-delay\:1050ms\] {
    transition-delay: 1050ms;
  }
  .\[transition-delay\:1100ms\] {
    transition-delay: 1100ms;
  }
  .\[transition-delay\:1150ms\] {
    transition-delay: 1150ms;
  }
  .\[transition-delay\:1200ms\] {
    transition-delay: 1200ms;
  }
  .duration-200 {
    --tw-duration: 200ms;
    transition-duration: 200ms;
  }
  .duration-300 {
    --tw-duration: 300ms;
    transition-duration: 300ms;
  }
  .duration-350 {
    --tw-duration: 350ms;
    transition-duration: 350ms;
  }
  .duration-400 {
    --tw-duration: 400ms;
    transition-duration: 400ms;
  }
  .duration-500 {
    --tw-duration: 500ms;
    transition-duration: 500ms;
  }
  .duration-\[250ms\] {
    --tw-duration: 250ms;
    transition-duration: 250ms;
  }
  .ease-in-out {
    --tw-ease: var(--ease-in-out);
    transition-timing-function: var(--ease-in-out);
  }
  .ease-out {
    --tw-ease: var(--ease-out);
    transition-timing-function: var(--ease-out);
  }
  .select-none {
    -webkit-user-select: none;
    user-select: none;
  }
  .\[-webkit-background-clip\:text\] {
    -webkit-background-clip: text;
  }
  .\[background\:radial-gradient\(ellipse_55\%_50\%_at_75\%_35\%\,rgba\(94\,180\,231\,0\.11\)_0\%\,transparent_70\%\)\,radial-gradient\(ellipse_40\%_35\%_at_25\%_75\%\,rgba\(67\,220\,209\,0\.08\)_0\%\,transparent_60\%\)\] {
    background: radial-gradient(ellipse 55% 50% at 75% 35%,rgba(94,180,231,0.11) 0%,transparent 70%),radial-gradient(ellipse 40% 35% at 25% 75%,rgba(67,220,209,0.08) 0%,transparent 60%);
  }
  .\[grid-area\:narrative\] {
    grid-area: narrative;
  }
  .\[grid-area\:values\] {
    grid-area: values;
  }
  .\[grid-area\:visual\] {
    grid-area: visual;
  }
  .\[grid-template-areas\:\'narrative\'_\'visual\'_\'values\'\] {
    grid-template-areas: 'narrative' 'visual' 'values';
  }
  .group-hover\:block {
    &:is(:where(.group):hover *) {
      @media (hover: hover) {
        display: block;
      }
    }
  }
  .group-hover\:grid {
    &:is(:where(.group):hover *) {
      @media (hover: hover) {
        display: grid;
      }
    }
  }
  .group-hover\:translate-x-0\.5 {
    &:is(:where(.group):hover *) {
      @media (hover: hover) {
        --tw-translate-x: calc(var(--spacing) * 0.5);
        translate: var(--tw-translate-x) var(--tw-translate-y);
      }
    }
  }
  .group-hover\:translate-x-1 {
    &:is(:where(.group):hover *) {
      @media (hover: hover) {
        --tw-translate-x: var(--spacing);
        translate: var(--tw-translate-x) var(--tw-translate-y);
      }
    }
  }
  .group-hover\:translate-y-0 {
    &:is(:where(.group):hover *) {
      @media (hover: hover) {
        --tw-translate-y: 0;
        translate: var(--tw-translate-x) var(--tw-translate-y);
      }
    }
  }
  .group-hover\:scale-110 {
    &:is(:where(.group):hover *) {
      @media (hover: hover) {
        --tw-scale-x: 110%;
        --tw-scale-y: 110%;
        --tw-scale-z: 110%;
        scale: var(--tw-scale-x) var(--tw-scale-y);
      }
    }
  }
  .group-hover\:scale-x-100 {
    &:is(:where(.group):hover *) {
      @media (hover: hover) {
        --tw-scale-x: 100%;
        scale: var(--tw-scale-x) var(--tw-scale-y);
      }
    }
  }
  .group-hover\:rotate-180 {
    &:is(:where(.group):hover *) {
      @media (hover: hover) {
        rotate: 180deg;
      }
    }
  }
  .group-hover\:gap-2 {
    &:is(:where(.group):hover *) {
      @media (hover: hover) {
        gap: calc(var(--spacing) * 2);
      }
    }
  }
  .group-hover\:border-white\/30 {
    &:is(:where(.group):hover *) {
      @media (hover: hover) {
        border-color: color-mix(in srgb, #fff 30%, transparent);
        @supports (color: color-mix(in lab, red, red)) {
          border-color: color-mix(in oklab, var(--color-white) 30%, transparent);
        }
      }
    }
  }
  .group-hover\:bg-white\/20 {
    &:is(:where(.group):hover *) {
      @media (hover: hover) {
        background-color: color-mix(in srgb, #fff 20%, transparent);
        @supports (color: color-mix(in lab, red, red)) {
          background-color: color-mix(in oklab, var(--color-white) 20%, transparent);
        }
      }
    }
  }
  .group-hover\:bg-white\/40 {
    &:is(:where(.group):hover *) {
      @media (hover: hover) {
        background-color: color-mix(in srgb, #fff 40%, transparent);
        @supports (color: color-mix(in lab, red, red)) {
          background-color: color-mix(in oklab, var(--color-white) 40%, transparent);
        }
      }
    }
  }
  .group-hover\:text-\[\#5eb4e7\] {
    &:is(:where(.group):hover *) {
      @media (hover: hover) {
        color: #5eb4e7;
      }
    }
  }
  .group-hover\:text-white {
    &:is(:where(.group):hover *) {
      @media (hover: hover) {
        color: var(--color-white);
      }
    }
  }
  .group-hover\:text-white\/80 {
    &:is(:where(.group):hover *) {
      @media (hover: hover) {
        color: color-mix(in srgb, #fff 80%, transparent);
        @supports (color: color-mix(in lab, red, red)) {
          color: color-mix(in oklab, var(--color-white) 80%, transparent);
        }
      }
    }
  }
  .group-hover\:text-white\/85 {
    &:is(:where(.group):hover *) {
      @media (hover: hover) {
        color: color-mix(in srgb, #fff 85%, transparent);
        @supports (color: color-mix(in lab, red, red)) {
          color: color-mix(in oklab, var(--color-white) 85%, transparent);
        }
      }
    }
  }
  .group-hover\:opacity-100 {
    &:is(:where(.group):hover *) {
      @media (hover: hover) {
        opacity: 100%;
      }
    }
  }
  .group-hover\:opacity-\[0\.07\] {
    &:is(:where(.group):hover *) {
      @media (hover: hover) {
        opacity: 0.07;
      }
    }
  }
  .group-hover\/item\:text-\[\#43dcd1\] {
    &:is(:where(.group\/item):hover *) {
      @media (hover: hover) {
        color: #43dcd1;
      }
    }
  }
  .selection\:bg-\[\#5eb4e7\]\/20 {
    & *::selection {
      background-color: color-mix(in oklab, #5eb4e7 20%, transparent);
    }
    &::selection {
      background-color: color-mix(in oklab, #5eb4e7 20%, transparent);
    }
  }
  .selection\:text-\[\#0d1b3e\] {
    & *::selection {
      color: #0d1b3e;
    }
    &::selection {
      color: #0d1b3e;
    }
  }
  .before\:absolute {
    &::before {
      content: var(--tw-content);
      position: absolute;
    }
  }
  .before\:top-2 {
    &::before {
      content: var(--tw-content);
      top: calc(var(--spacing) * 2);
    }
  }
  .before\:left-px {
    &::before {
      content: var(--tw-content);
      left: 1px;
    }
  }
  .before\:h-\[3px\] {
    &::before {
      content: var(--tw-content);
      height: 3px;
    }
  }
  .before\:w-\[3px\] {
    &::before {
      content: var(--tw-content);
      width: 3px;
    }
  }
  .before\:rounded-full {
    &::before {
      content: var(--tw-content);
      border-radius: calc(infinity * 1px);
    }
  }
  .before\:bg-current {
    &::before {
      content: var(--tw-content);
      background-color: currentcolor;
    }
  }
  .hover\:-translate-y-0\.5 {
    &:hover {
      @media (hover: hover) {
        --tw-translate-y: calc(var(--spacing) * -0.5);
        translate: var(--tw-translate-x) var(--tw-translate-y);
      }
    }
  }
  .hover\:-translate-y-1 {
    &:hover {
      @media (hover: hover) {
        --tw-translate-y: calc(var(--spacing) * -1);
        translate: var(--tw-translate-x) var(--tw-translate-y);
      }
    }
  }
  .hover\:-translate-y-2 {
    &:hover {
      @media (hover: hover) {
        --tw-translate-y: calc(var(--spacing) * -2);
        translate: var(--tw-translate-x) var(--tw-translate-y);
      }
    }
  }
  .hover\:border-\[\#5eb4e7\]\/30 {
    &:hover {
      @media (hover: hover) {
        border-color: color-mix(in oklab, #5eb4e7 30%, transparent);
      }
    }
  }
  .hover\:border-\[\#5eb4e7\]\/35 {
    &:hover {
      @media (hover: hover) {
        border-color: color-mix(in oklab, #5eb4e7 35%, transparent);
      }
    }
  }
  .hover\:border-\[\#5eb4e7\]\/45 {
    &:hover {
      @media (hover: hover) {
        border-color: color-mix(in oklab, #5eb4e7 45%, transparent);
      }
    }
  }
  .hover\:border-white\/16 {
    &:hover {
      @media (hover: hover) {
        border-color: color-mix(in srgb, #fff 16%, transparent);
        @supports (color: color-mix(in lab, red, red)) {
          border-color: color-mix(in oklab, var(--color-white) 16%, transparent);
        }
      }
    }
  }
  .hover\:border-white\/40 {
    &:hover {
      @media (hover: hover) {
        border-color: color-mix(in srgb, #fff 40%, transparent);
        @supports (color: color-mix(in lab, red, red)) {
          border-color: color-mix(in oklab, var(--color-white) 40%, transparent);
        }
      }
    }
  }
  .hover\:bg-\[\#f0f7ff\] {
    &:hover {
      @media (hover: hover) {
        background-color: #f0f7ff;
      }
    }
  }
  .hover\:bg-\[\#f8fcff\] {
    &:hover {
      @media (hover: hover) {
        background-color: #f8fcff;
      }
    }
  }
  .hover\:bg-white\/8 {
    &:hover {
      @media (hover: hover) {
        background-color: color-mix(in srgb, #fff 8%, transparent);
        @supports (color: color-mix(in lab, red, red)) {
          background-color: color-mix(in oklab, var(--color-white) 8%, transparent);
        }
      }
    }
  }
  .hover\:bg-white\/20 {
    &:hover {
      @media (hover: hover) {
        background-color: color-mix(in srgb, #fff 20%, transparent);
        @supports (color: color-mix(in lab, red, red)) {
          background-color: color-mix(in oklab, var(--color-white) 20%, transparent);
        }
      }
    }
  }
  .hover\:text-\[\#5eb4e7\] {
    &:hover {
      @media (hover: hover) {
        color: #5eb4e7;
      }
    }
  }
  .hover\:text-\[\#43dcd1\] {
    &:hover {
      @media (hover: hover) {
        color: #43dcd1;
      }
    }
  }
  .hover\:underline {
    &:hover {
      @media (hover: hover) {
        text-decoration-line: underline;
      }
    }
  }
  .hover\:shadow-\[0_8px_24px_rgba\(94\,180\,231\,0\.45\)\] {
    &:hover {
      @media (hover: hover) {
        --tw-shadow: 0 8px 24px var(--tw-shadow-color, rgba(94,180,231,0.45));
        box-shadow: var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
      }
    }
  }
  .hover\:shadow-\[0_8px_36px_rgba\(94\,180\,231\,0\.5\)\] {
    &:hover {
      @media (hover: hover) {
        --tw-shadow: 0 8px 36px var(--tw-shadow-color, rgba(94,180,231,0.5));
        box-shadow: var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
      }
    }
  }
  .hover\:shadow-\[0_8px_40px_rgba\(94\,180\,231\,0\.6\)\] {
    &:hover {
      @media (hover: hover) {
        --tw-shadow: 0 8px 40px var(--tw-shadow-color, rgba(94,180,231,0.6));
        box-shadow: var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
      }
    }
  }
  .hover\:shadow-\[0_12px_30px_rgba\(94\,180\,231\,0\.14\)\] {
    &:hover {
      @media (hover: hover) {
        --tw-shadow: 0 12px 30px var(--tw-shadow-color, rgba(94,180,231,0.14));
        box-shadow: var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
      }
    }
  }
  .hover\:shadow-\[0_12px_40px_rgba\(94\,180\,231\,0\.14\)\] {
    &:hover {
      @media (hover: hover) {
        --tw-shadow: 0 12px 40px var(--tw-shadow-color, rgba(94,180,231,0.14));
        box-shadow: var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
      }
    }
  }
  .hover\:shadow-\[0_16px_40px_rgba\(94\,180\,231\,0\.18\)\] {
    &:hover {
      @media (hover: hover) {
        --tw-shadow: 0 16px 40px var(--tw-shadow-color, rgba(94,180,231,0.18));
        box-shadow: var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
      }
    }
  }
  .hover\:shadow-\[0_16px_48px_rgba\(94\,180\,231\,0\.14\)\] {
    &:hover {
      @media (hover: hover) {
        --tw-shadow: 0 16px 48px var(--tw-shadow-color, rgba(94,180,231,0.14));
        box-shadow: var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
      }
    }
  }
  .hover\:shadow-\[0_16px_48px_rgba\(94\,180\,231\,0\.38\)\] {
    &:hover {
      @media (hover: hover) {
        --tw-shadow: 0 16px 48px var(--tw-shadow-color, rgba(94,180,231,0.38));
        box-shadow: var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
      }
    }
  }
  .focus\:outline-none {
    &:focus {
      --tw-outline-style: none;
      outline-style: none;
    }
  }
  .focus-visible\:outline {
    &:focus-visible {
      outline-style: var(--tw-outline-style);
      outline-width: 1px;
    }
  }
  .focus-visible\:outline-3 {
    &:focus-visible {
      outline-style: var(--tw-outline-style);
      outline-width: 3px;
    }
  }
  .focus-visible\:outline-offset-4 {
    &:focus-visible {
      outline-offset: 4px;
    }
  }
  .focus-visible\:outline-\[\#43dcd1\]\/50 {
    &:focus-visible {
      outline-color: color-mix(in oklab, #43dcd1 50%, transparent);
    }
  }
  .active\:translate-y-0 {
    &:active {
      --tw-translate-y: 0;
      translate: var(--tw-translate-x) var(--tw-translate-y);
    }
  }
  .max-\[1350px\]\:w-\[calc\(100\%-80px\)\] {
    @media (width < 1350px) {
      width: calc(100% - 80px);
    }
  }
  .max-\[1350px\]\:w-\[calc\(100\%_-_80px\)\] {
    @media (width < 1350px) {
      width: calc(100% - 80px);
    }
  }
  .max-\[1350px\]\:grid-cols-\[minmax\(0\,672px\)_minmax\(400px\,568px\)\] {
    @media (width < 1350px) {
      grid-template-columns: minmax(0,672px) minmax(400px,568px);
    }
  }
  .max-\[1350px\]\:gap-x-10 {
    @media (width < 1350px) {
      column-gap: calc(var(--spacing) * 10);
    }
  }
  .max-\[1023\.98px\]\:order-3 {
    @media (width < 1023.98px) {
      order: 3;
    }
  }
  .max-\[1023\.98px\]\:mt-\[30px\] {
    @media (width < 1023.98px) {
      margin-top: 30px;
    }
  }
  .max-\[1023\.98px\]\:flex {
    @media (width < 1023.98px) {
      display: flex;
    }
  }
  .max-\[1023\.98px\]\:h-auto {
    @media (width < 1023.98px) {
      height: auto;
    }
  }
  .max-\[1023\.98px\]\:min-h-\[950px\] {
    @media (width < 1023.98px) {
      min-height: 950px;
    }
  }
  .max-\[1023\.98px\]\:w-\[calc\(100\%_-_80px\)\] {
    @media (width < 1023.98px) {
      width: calc(100% - 80px);
    }
  }
  .max-\[1023\.98px\]\:w-full {
    @media (width < 1023.98px) {
      width: 100%;
    }
  }
  .max-\[1023\.98px\]\:grid-cols-2 {
    @media (width < 1023.98px) {
      grid-template-columns: repeat(2, minmax(0, 1fr));
    }
  }
  .max-\[1023\.98px\]\:grid-cols-\[repeat\(2\,minmax\(0\,1fr\)\)\] {
    @media (width < 1023.98px) {
      grid-template-columns: repeat(2,minmax(0,1fr));
    }
  }
  .max-\[1023\.98px\]\:flex-col {
    @media (width < 1023.98px) {
      flex-direction: column;
    }
  }
  .max-\[1023\.98px\]\:py-\[70px\] {
    @media (width < 1023.98px) {
      padding-block: 70px;
    }
  }
  .max-\[1023\.98px\]\:pb-10 {
    @media (width < 1023.98px) {
      padding-bottom: calc(var(--spacing) * 10);
    }
  }
  .max-\[767\.98px\]\:top-10 {
    @media (width < 767.98px) {
      top: calc(var(--spacing) * 10);
    }
  }
  .max-\[767\.98px\]\:top-14 {
    @media (width < 767.98px) {
      top: calc(var(--spacing) * 14);
    }
  }
  .max-\[767\.98px\]\:top-\[126px\] {
    @media (width < 767.98px) {
      top: 126px;
    }
  }
  .max-\[767\.98px\]\:top-\[206px\] {
    @media (width < 767.98px) {
      top: 206px;
    }
  }
  .max-\[767\.98px\]\:top-\[501px\] {
    @media (width < 767.98px) {
      top: 501px;
    }
  }
  .max-\[767\.98px\]\:top-\[543px\] {
    @media (width < 767.98px) {
      top: 543px;
    }
  }
  .max-\[767\.98px\]\:top-\[651px\] {
    @media (width < 767.98px) {
      top: 651px;
    }
  }
  .max-\[767\.98px\]\:top-\[672px\] {
    @media (width < 767.98px) {
      top: 672px;
    }
  }
  .max-\[767\.98px\]\:right-5 {
    @media (width < 767.98px) {
      right: calc(var(--spacing) * 5);
    }
  }
  .max-\[767\.98px\]\:right-auto {
    @media (width < 767.98px) {
      right: auto;
    }
  }
  .max-\[767\.98px\]\:left-5 {
    @media (width < 767.98px) {
      left: calc(var(--spacing) * 5);
    }
  }
  .max-\[767\.98px\]\:left-\[21px\] {
    @media (width < 767.98px) {
      left: 21px;
    }
  }
  .max-\[767\.98px\]\:m-0 {
    @media (width < 767.98px) {
      margin: 0;
    }
  }
  .max-\[767\.98px\]\:mt-0 {
    @media (width < 767.98px) {
      margin-top: 0;
    }
  }
  .max-\[767\.98px\]\:mt-2\.5 {
    @media (width < 767.98px) {
      margin-top: calc(var(--spacing) * 2.5);
    }
  }
  .max-\[767\.98px\]\:mt-\[19px\] {
    @media (width < 767.98px) {
      margin-top: 19px;
    }
  }
  .max-\[767\.98px\]\:mt-\[30px\] {
    @media (width < 767.98px) {
      margin-top: 30px;
    }
  }
  .max-\[767\.98px\]\:ml-\[3px\] {
    @media (width < 767.98px) {
      margin-left: 3px;
    }
  }
  .max-\[767\.98px\]\:block {
    @media (width < 767.98px) {
      display: block;
    }
  }
  .max-\[767\.98px\]\:hidden {
    @media (width < 767.98px) {
      display: none;
    }
  }
  .max-\[767\.98px\]\:h-8 {
    @media (width < 767.98px) {
      height: calc(var(--spacing) * 8);
    }
  }
  .max-\[767\.98px\]\:h-20 {
    @media (width < 767.98px) {
      height: calc(var(--spacing) * 20);
    }
  }
  .max-\[767\.98px\]\:h-\[30px\] {
    @media (width < 767.98px) {
      height: 30px;
    }
  }
  .max-\[767\.98px\]\:h-\[260px\] {
    @media (width < 767.98px) {
      height: 260px;
    }
  }
  .max-\[767\.98px\]\:h-\[852px\] {
    @media (width < 767.98px) {
      height: 852px;
    }
  }
  .max-\[767\.98px\]\:h-\[992px\] {
    @media (width < 767.98px) {
      height: 992px;
    }
  }
  .max-\[767\.98px\]\:h-\[1369px\] {
    @media (width < 767.98px) {
      height: 1369px;
    }
  }
  .max-\[767\.98px\]\:h-\[1634px\] {
    @media (width < 767.98px) {
      height: 1634px;
    }
  }
  .max-\[767\.98px\]\:h-\[var\(--mobile-approach-height\)\] {
    @media (width < 767.98px) {
      height: var(--mobile-approach-height);
    }
  }
  .max-\[767\.98px\]\:h-\[var\(--mobile-image-top\)\] {
    @media (width < 767.98px) {
      height: var(--mobile-image-top);
    }
  }
  .max-\[767\.98px\]\:h-\[var\(--mobile-intro-height\)\] {
    @media (width < 767.98px) {
      height: var(--mobile-intro-height);
    }
  }
  .max-\[767\.98px\]\:h-full {
    @media (width < 767.98px) {
      height: 100%;
    }
  }
  .max-\[767\.98px\]\:min-h-0 {
    @media (width < 767.98px) {
      min-height: 0;
    }
  }
  .max-\[767\.98px\]\:min-h-\[60px\] {
    @media (width < 767.98px) {
      min-height: 60px;
    }
  }
  .max-\[767\.98px\]\:w-10 {
    @media (width < 767.98px) {
      width: calc(var(--spacing) * 10);
    }
  }
  .max-\[767\.98px\]\:w-80 {
    @media (width < 767.98px) {
      width: calc(var(--spacing) * 80);
    }
  }
  .max-\[767\.98px\]\:w-\[150px\] {
    @media (width < 767.98px) {
      width: 150px;
    }
  }
  .max-\[767\.98px\]\:w-\[330px\] {
    @media (width < 767.98px) {
      width: 330px;
    }
  }
  .max-\[767\.98px\]\:w-\[350px\] {
    @media (width < 767.98px) {
      width: 350px;
    }
  }
  .max-\[767\.98px\]\:w-\[calc\(100\%_-_40px\)\] {
    @media (width < 767.98px) {
      width: calc(100% - 40px);
    }
  }
  .max-\[767\.98px\]\:w-\[calc\(100\%_-_42px\)\] {
    @media (width < 767.98px) {
      width: calc(100% - 42px);
    }
  }
  .max-\[767\.98px\]\:w-\[calc\(100\%_-_43px\)\] {
    @media (width < 767.98px) {
      width: calc(100% - 43px);
    }
  }
  .max-\[767\.98px\]\:w-full {
    @media (width < 767.98px) {
      width: 100%;
    }
  }
  .max-\[767\.98px\]\:max-w-\[295px\] {
    @media (width < 767.98px) {
      max-width: 295px;
    }
  }
  .max-\[767\.98px\]\:max-w-\[350px\] {
    @media (width < 767.98px) {
      max-width: 350px;
    }
  }
  .max-\[767\.98px\]\:max-w-\[calc\(100\%_-_40px\)\] {
    @media (width < 767.98px) {
      max-width: calc(100% - 40px);
    }
  }
  .max-\[767\.98px\]\:max-w-\[calc\(100\%_-_42px\)\] {
    @media (width < 767.98px) {
      max-width: calc(100% - 42px);
    }
  }
  .max-\[767\.98px\]\:max-w-full {
    @media (width < 767.98px) {
      max-width: 100%;
    }
  }
  .max-\[767\.98px\]\:scroll-mt-\[145px\] {
    @media (width < 767.98px) {
      scroll-margin-top: 145px;
    }
  }
  .max-\[767\.98px\]\:grid-cols-1 {
    @media (width < 767.98px) {
      grid-template-columns: repeat(1, minmax(0, 1fr));
    }
  }
  .max-\[767\.98px\]\:justify-items-center {
    @media (width < 767.98px) {
      justify-items: center;
    }
  }
  .max-\[767\.98px\]\:gap-2\.5 {
    @media (width < 767.98px) {
      gap: calc(var(--spacing) * 2.5);
    }
  }
  .max-\[767\.98px\]\:overflow-hidden {
    @media (width < 767.98px) {
      overflow: hidden;
    }
  }
  .max-\[767\.98px\]\:bg-\[linear-gradient\(180deg\,rgba\(25\,43\,62\,0\)_15\.14\%\,\#192b3e_83\.33\%\)\] {
    @media (width < 767.98px) {
      background-image: linear-gradient(180deg,rgba(25,43,62,0) 15.14%,#192b3e 83.33%);
    }
  }
  .max-\[767\.98px\]\:px-5 {
    @media (width < 767.98px) {
      padding-inline: calc(var(--spacing) * 5);
    }
  }
  .max-\[767\.98px\]\:py-10 {
    @media (width < 767.98px) {
      padding-block: calc(var(--spacing) * 10);
    }
  }
  .max-\[767\.98px\]\:pt-10 {
    @media (width < 767.98px) {
      padding-top: calc(var(--spacing) * 10);
    }
  }
  .max-\[767\.98px\]\:pt-\[521px\] {
    @media (width < 767.98px) {
      padding-top: 521px;
    }
  }
  .max-\[767\.98px\]\:pb-0 {
    @media (width < 767.98px) {
      padding-bottom: 0;
    }
  }
  .max-\[767\.98px\]\:text-base {
    @media (width < 767.98px) {
      font-size: var(--text-base);
      line-height: var(--tw-leading, var(--text-base--line-height));
    }
  }
  .max-\[767\.98px\]\:text-sm {
    @media (width < 767.98px) {
      font-size: var(--text-sm);
      line-height: var(--tw-leading, var(--text-sm--line-height));
    }
  }
  .max-\[767\.98px\]\:text-xs {
    @media (width < 767.98px) {
      font-size: var(--text-xs);
      line-height: var(--tw-leading, var(--text-xs--line-height));
    }
  }
  .max-\[767\.98px\]\:text-\[8px\] {
    @media (width < 767.98px) {
      font-size: 8px;
    }
  }
  .max-\[767\.98px\]\:text-\[10px\] {
    @media (width < 767.98px) {
      font-size: 10px;
    }
  }
  .max-\[767\.98px\]\:text-\[32px\] {
    @media (width < 767.98px) {
      font-size: 32px;
    }
  }
  .max-\[767\.98px\]\:text-\[40px\] {
    @media (width < 767.98px) {
      font-size: 40px;
    }
  }
  .max-\[767\.98px\]\:leading-5 {
    @media (width < 767.98px) {
      --tw-leading: calc(var(--spacing) * 5);
      line-height: calc(var(--spacing) * 5);
    }
  }
  .max-\[767\.98px\]\:leading-10 {
    @media (width < 767.98px) {
      --tw-leading: calc(var(--spacing) * 10);
      line-height: calc(var(--spacing) * 10);
    }
  }
  .max-\[767\.98px\]\:leading-\[30px\] {
    @media (width < 767.98px) {
      --tw-leading: 30px;
      line-height: 30px;
    }
  }
  .max-\[767\.98px\]\:font-medium {
    @media (width < 767.98px) {
      --tw-font-weight: var(--font-weight-medium);
      font-weight: var(--font-weight-medium);
    }
  }
  .max-\[767\.98px\]\:tracking-\[-1\.6px\] {
    @media (width < 767.98px) {
      --tw-tracking: -1.6px;
      letter-spacing: -1.6px;
    }
  }
  .max-\[767\.98px\]\:tracking-\[2\.64px\] {
    @media (width < 767.98px) {
      --tw-tracking: 2.64px;
      letter-spacing: 2.64px;
    }
  }
  .max-\[767\.98px\]\:text-\[\#404b5e\] {
    @media (width < 767.98px) {
      color: #404b5e;
    }
  }
  .max-\[392px\]\:right-4 {
    @media (width < 392px) {
      right: calc(var(--spacing) * 4);
    }
  }
  .max-\[392px\]\:left-4 {
    @media (width < 392px) {
      left: calc(var(--spacing) * 4);
    }
  }
  .max-\[392px\]\:w-full {
    @media (width < 392px) {
      width: 100%;
    }
  }
  .max-\[392px\]\:pr-4 {
    @media (width < 392px) {
      padding-right: calc(var(--spacing) * 4);
    }
  }
  .max-\[392px\]\:pl-4 {
    @media (width < 392px) {
      padding-left: calc(var(--spacing) * 4);
    }
  }
  .max-\[392px\]\:text-4xl {
    @media (width < 392px) {
      font-size: var(--text-4xl);
      line-height: var(--tw-leading, var(--text-4xl--line-height));
    }
  }
  .max-\[392px\]\:text-xs {
    @media (width < 392px) {
      font-size: var(--text-xs);
      line-height: var(--tw-leading, var(--text-xs--line-height));
    }
  }
  .max-\[392px\]\:text-\[13px\] {
    @media (width < 392px) {
      font-size: 13px;
    }
  }
  .max-\[392px\]\:text-\[30px\] {
    @media (width < 392px) {
      font-size: 30px;
    }
  }
  .max-\[379px\]\:gap-\[7px\] {
    @media (width < 379px) {
      gap: 7px;
    }
  }
  .max-\[379px\]\:px-4 {
    @media (width < 379px) {
      padding-inline: calc(var(--spacing) * 4);
    }
  }
  .max-\[379px\]\:text-\[8px\] {
    @media (width < 379px) {
      font-size: 8px;
    }
  }
  .max-\[379px\]\:text-\[29px\] {
    @media (width < 379px) {
      font-size: 29px;
    }
  }
  .max-\[379px\]\:tracking-\[1\.8px\] {
    @media (width < 379px) {
      --tw-tracking: 1.8px;
      letter-spacing: 1.8px;
    }
  }
  .max-lg\:static {
    @media (width < 64rem) {
      position: static;
    }
  }
  .max-lg\:top-\[210px\] {
    @media (width < 64rem) {
      top: 210px;
    }
  }
  .max-lg\:top-\[1000px\] {
    @media (width < 64rem) {
      top: 1000px;
    }
  }
  .max-lg\:right-auto {
    @media (width < 64rem) {
      right: auto;
    }
  }
  .max-lg\:left-0 {
    @media (width < 64rem) {
      left: 0;
    }
  }
  .max-lg\:mt-10 {
    @media (width < 64rem) {
      margin-top: calc(var(--spacing) * 10);
    }
  }
  .max-lg\:flex {
    @media (width < 64rem) {
      display: flex;
    }
  }
  .max-lg\:h-\[440px\] {
    @media (width < 64rem) {
      height: 440px;
    }
  }
  .max-lg\:h-\[1500px\] {
    @media (width < 64rem) {
      height: 1500px;
    }
  }
  .max-lg\:h-\[1968px\] {
    @media (width < 64rem) {
      height: 1968px;
    }
  }
  .max-lg\:h-auto {
    @media (width < 64rem) {
      height: auto;
    }
  }
  .max-lg\:min-h-\[936px\] {
    @media (width < 64rem) {
      min-height: 936px;
    }
  }
  .max-lg\:min-h-\[1500px\] {
    @media (width < 64rem) {
      min-height: 1500px;
    }
  }
  .max-lg\:min-h-\[1589px\] {
    @media (width < 64rem) {
      min-height: 1589px;
    }
  }
  .max-lg\:w-\[calc\(100\%_-_80px\)\] {
    @media (width < 64rem) {
      width: calc(100% - 80px);
    }
  }
  .max-lg\:w-full {
    @media (width < 64rem) {
      width: 100%;
    }
  }
  .max-lg\:grid-cols-2 {
    @media (width < 64rem) {
      grid-template-columns: repeat(2, minmax(0, 1fr));
    }
  }
  .max-lg\:grid-rows-none {
    @media (width < 64rem) {
      grid-template-rows: none;
    }
  }
  .max-lg\:flex-col {
    @media (width < 64rem) {
      flex-direction: column;
    }
  }
  .max-lg\:py-\[70px\] {
    @media (width < 64rem) {
      padding-block: 70px;
    }
  }
  .max-lg\:\[grid-area\:auto\] {
    @media (width < 64rem) {
      grid-area: auto;
    }
  }
  .max-md\:top-10 {
    @media (width < 48rem) {
      top: calc(var(--spacing) * 10);
    }
  }
  .max-md\:top-14 {
    @media (width < 48rem) {
      top: calc(var(--spacing) * 14);
    }
  }
  .max-md\:top-44 {
    @media (width < 48rem) {
      top: calc(var(--spacing) * 44);
    }
  }
  .max-md\:top-\[49px\] {
    @media (width < 48rem) {
      top: 49px;
    }
  }
  .max-md\:top-\[121px\] {
    @media (width < 48rem) {
      top: 121px;
    }
  }
  .max-md\:top-\[156px\] {
    @media (width < 48rem) {
      top: 156px;
    }
  }
  .max-md\:top-\[169px\] {
    @media (width < 48rem) {
      top: 169px;
    }
  }
  .max-md\:top-\[181px\] {
    @media (width < 48rem) {
      top: 181px;
    }
  }
  .max-md\:top-\[189px\] {
    @media (width < 48rem) {
      top: 189px;
    }
  }
  .max-md\:top-\[218px\] {
    @media (width < 48rem) {
      top: 218px;
    }
  }
  .max-md\:top-\[236px\] {
    @media (width < 48rem) {
      top: 236px;
    }
  }
  .max-md\:top-\[268px\] {
    @media (width < 48rem) {
      top: 268px;
    }
  }
  .max-md\:top-\[935px\] {
    @media (width < 48rem) {
      top: 935px;
    }
  }
  .max-md\:top-\[980px\] {
    @media (width < 48rem) {
      top: 980px;
    }
  }
  .max-md\:left-5 {
    @media (width < 48rem) {
      left: calc(var(--spacing) * 5);
    }
  }
  .max-md\:m-0 {
    @media (width < 48rem) {
      margin: 0;
    }
  }
  .max-md\:mx-auto {
    @media (width < 48rem) {
      margin-inline: auto;
    }
  }
  .max-md\:mt-0 {
    @media (width < 48rem) {
      margin-top: 0;
    }
  }
  .max-md\:mt-1\.5 {
    @media (width < 48rem) {
      margin-top: calc(var(--spacing) * 1.5);
    }
  }
  .max-md\:mt-2\.5 {
    @media (width < 48rem) {
      margin-top: calc(var(--spacing) * 2.5);
    }
  }
  .max-md\:mt-5 {
    @media (width < 48rem) {
      margin-top: calc(var(--spacing) * 5);
    }
  }
  .max-md\:mt-10 {
    @media (width < 48rem) {
      margin-top: calc(var(--spacing) * 10);
    }
  }
  .max-md\:mt-\[13px\] {
    @media (width < 48rem) {
      margin-top: 13px;
    }
  }
  .max-md\:mt-\[19px\] {
    @media (width < 48rem) {
      margin-top: 19px;
    }
  }
  .max-md\:block {
    @media (width < 48rem) {
      display: block;
    }
  }
  .max-md\:h-8 {
    @media (width < 48rem) {
      height: calc(var(--spacing) * 8);
    }
  }
  .max-md\:h-20 {
    @media (width < 48rem) {
      height: calc(var(--spacing) * 20);
    }
  }
  .max-md\:h-40 {
    @media (width < 48rem) {
      height: calc(var(--spacing) * 40);
    }
  }
  .max-md\:h-\[30px\] {
    @media (width < 48rem) {
      height: 30px;
    }
  }
  .max-md\:h-\[60px\] {
    @media (width < 48rem) {
      height: 60px;
    }
  }
  .max-md\:h-\[88px\] {
    @media (width < 48rem) {
      height: 88px;
    }
  }
  .max-md\:h-\[100px\] {
    @media (width < 48rem) {
      height: 100px;
    }
  }
  .max-md\:h-\[135px\] {
    @media (width < 48rem) {
      height: 135px;
    }
  }
  .max-md\:h-\[170px\] {
    @media (width < 48rem) {
      height: 170px;
    }
  }
  .max-md\:h-\[296px\] {
    @media (width < 48rem) {
      height: 296px;
    }
  }
  .max-md\:h-\[310px\] {
    @media (width < 48rem) {
      height: 310px;
    }
  }
  .max-md\:h-\[388px\] {
    @media (width < 48rem) {
      height: 388px;
    }
  }
  .max-md\:h-\[398px\] {
    @media (width < 48rem) {
      height: 398px;
    }
  }
  .max-md\:h-\[614px\] {
    @media (width < 48rem) {
      height: 614px;
    }
  }
  .max-md\:h-\[852px\] {
    @media (width < 48rem) {
      height: 852px;
    }
  }
  .max-md\:h-\[936px\] {
    @media (width < 48rem) {
      height: 936px;
    }
  }
  .max-md\:h-\[1309px\] {
    @media (width < 48rem) {
      height: 1309px;
    }
  }
  .max-md\:h-\[1589px\] {
    @media (width < 48rem) {
      height: 1589px;
    }
  }
  .max-md\:h-\[1634px\] {
    @media (width < 48rem) {
      height: 1634px;
    }
  }
  .max-md\:h-full {
    @media (width < 48rem) {
      height: 100%;
    }
  }
  .max-md\:min-h-\[936px\] {
    @media (width < 48rem) {
      min-height: 936px;
    }
  }
  .max-md\:min-h-\[1589px\] {
    @media (width < 48rem) {
      min-height: 1589px;
    }
  }
  .max-md\:min-h-\[1634px\] {
    @media (width < 48rem) {
      min-height: 1634px;
    }
  }
  .max-md\:w-10 {
    @media (width < 48rem) {
      width: calc(var(--spacing) * 10);
    }
  }
  .max-md\:w-80 {
    @media (width < 48rem) {
      width: calc(var(--spacing) * 80);
    }
  }
  .max-md\:w-\[223px\] {
    @media (width < 48rem) {
      width: 223px;
    }
  }
  .max-md\:w-\[309px\] {
    @media (width < 48rem) {
      width: 309px;
    }
  }
  .max-md\:w-\[321px\] {
    @media (width < 48rem) {
      width: 321px;
    }
  }
  .max-md\:w-\[330px\] {
    @media (width < 48rem) {
      width: 330px;
    }
  }
  .max-md\:w-\[335px\] {
    @media (width < 48rem) {
      width: 335px;
    }
  }
  .max-md\:w-\[349px\] {
    @media (width < 48rem) {
      width: 349px;
    }
  }
  .max-md\:w-\[350px\] {
    @media (width < 48rem) {
      width: 350px;
    }
  }
  .max-md\:w-\[356px\] {
    @media (width < 48rem) {
      width: 356px;
    }
  }
  .max-md\:w-\[calc\(100\%-40px\)\] {
    @media (width < 48rem) {
      width: calc(100% - 40px);
    }
  }
  .max-md\:w-full {
    @media (width < 48rem) {
      width: 100%;
    }
  }
  .max-md\:max-w-\[calc\(100\%-40px\)\] {
    @media (width < 48rem) {
      max-width: calc(100% - 40px);
    }
  }
  .max-md\:max-w-full {
    @media (width < 48rem) {
      max-width: 100%;
    }
  }
  .max-md\:grid-cols-1 {
    @media (width < 48rem) {
      grid-template-columns: repeat(1, minmax(0, 1fr));
    }
  }
  .max-md\:grid-rows-\[repeat\(5\,97px\)\] {
    @media (width < 48rem) {
      grid-template-rows: repeat(5,97px);
    }
  }
  .max-md\:justify-items-center {
    @media (width < 48rem) {
      justify-items: center;
    }
  }
  .max-md\:gap-1\.5 {
    @media (width < 48rem) {
      gap: calc(var(--spacing) * 1.5);
    }
  }
  .max-md\:gap-2\.5 {
    @media (width < 48rem) {
      gap: calc(var(--spacing) * 2.5);
    }
  }
  .max-md\:gap-\[7px\] {
    @media (width < 48rem) {
      gap: 7px;
    }
  }
  .max-md\:overflow-hidden {
    @media (width < 48rem) {
      overflow: hidden;
    }
  }
  .max-md\:p-5 {
    @media (width < 48rem) {
      padding: calc(var(--spacing) * 5);
    }
  }
  .max-md\:p-10 {
    @media (width < 48rem) {
      padding: calc(var(--spacing) * 10);
    }
  }
  .max-md\:p-\[521px_20px_0\] {
    @media (width < 48rem) {
      padding: 521px 20px 0;
    }
  }
  .max-md\:px-5 {
    @media (width < 48rem) {
      padding-inline: calc(var(--spacing) * 5);
    }
  }
  .max-md\:pt-\[541px\] {
    @media (width < 48rem) {
      padding-top: 541px;
    }
  }
  .max-md\:text-base {
    @media (width < 48rem) {
      font-size: var(--text-base);
      line-height: var(--tw-leading, var(--text-base--line-height));
    }
  }
  .max-md\:text-sm {
    @media (width < 48rem) {
      font-size: var(--text-sm);
      line-height: var(--tw-leading, var(--text-sm--line-height));
    }
  }
  .max-md\:text-xs {
    @media (width < 48rem) {
      font-size: var(--text-xs);
      line-height: var(--tw-leading, var(--text-xs--line-height));
    }
  }
  .max-md\:text-\[8px\] {
    @media (width < 48rem) {
      font-size: 8px;
    }
  }
  .max-md\:text-\[10px\] {
    @media (width < 48rem) {
      font-size: 10px;
    }
  }
  .max-md\:text-\[32px\] {
    @media (width < 48rem) {
      font-size: 32px;
    }
  }
  .max-md\:text-\[40px\] {
    @media (width < 48rem) {
      font-size: 40px;
    }
  }
  .max-md\:leading-5 {
    @media (width < 48rem) {
      --tw-leading: calc(var(--spacing) * 5);
      line-height: calc(var(--spacing) * 5);
    }
  }
  .max-md\:leading-10 {
    @media (width < 48rem) {
      --tw-leading: calc(var(--spacing) * 10);
      line-height: calc(var(--spacing) * 10);
    }
  }
  .max-md\:leading-\[30px\] {
    @media (width < 48rem) {
      --tw-leading: 30px;
      line-height: 30px;
    }
  }
  .max-md\:leading-\[50px\] {
    @media (width < 48rem) {
      --tw-leading: 50px;
      line-height: 50px;
    }
  }
  .max-md\:font-medium {
    @media (width < 48rem) {
      --tw-font-weight: var(--font-weight-medium);
      font-weight: var(--font-weight-medium);
    }
  }
  .max-md\:tracking-\[-1\.6px\] {
    @media (width < 48rem) {
      --tw-tracking: -1.6px;
      letter-spacing: -1.6px;
    }
  }
  .max-md\:tracking-\[2\.64px\] {
    @media (width < 48rem) {
      --tw-tracking: 2.64px;
      letter-spacing: 2.64px;
    }
  }
  .max-md\:whitespace-normal {
    @media (width < 48rem) {
      white-space: normal;
    }
  }
  .max-md\:text-\[\#404b5e\] {
    @media (width < 48rem) {
      color: #404b5e;
    }
  }
  .max-md\:shadow-\[0_0_20px_rgba\(var\(--service-accent-rgb\)\,0\.1\)\] {
    @media (width < 48rem) {
      --tw-shadow: 0 0 20px var(--tw-shadow-color, rgba(var(--service-accent-rgb),0.1));
      box-shadow: var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
    }
  }
  .sm\:grid-cols-2 {
    @media (width >= 40rem) {
      grid-template-columns: repeat(2, minmax(0, 1fr));
    }
  }
  .sm\:flex-row {
    @media (width >= 40rem) {
      flex-direction: row;
    }
  }
  .sm\:p-6 {
    @media (width >= 40rem) {
      padding: calc(var(--spacing) * 6);
    }
  }
  .sm\:p-12 {
    @media (width >= 40rem) {
      padding: calc(var(--spacing) * 12);
    }
  }
  .sm\:text-4xl {
    @media (width >= 40rem) {
      font-size: var(--text-4xl);
      line-height: var(--tw-leading, var(--text-4xl--line-height));
    }
  }
  .sm\:text-5xl {
    @media (width >= 40rem) {
      font-size: var(--text-5xl);
      line-height: var(--tw-leading, var(--text-5xl--line-height));
    }
  }
  .sm\:text-lg {
    @media (width >= 40rem) {
      font-size: var(--text-lg);
      line-height: var(--tw-leading, var(--text-lg--line-height));
    }
  }
  .md\:grid-cols-2 {
    @media (width >= 48rem) {
      grid-template-columns: repeat(2, minmax(0, 1fr));
    }
  }
  .md\:grid-cols-3 {
    @media (width >= 48rem) {
      grid-template-columns: repeat(3, minmax(0, 1fr));
    }
  }
  .md\:flex-row {
    @media (width >= 48rem) {
      flex-direction: row;
    }
  }
  .lg\:absolute {
    @media (width >= 64rem) {
      position: absolute;
    }
  }
  .lg\:static {
    @media (width >= 64rem) {
      position: static;
    }
  }
  .lg\:top-0 {
    @media (width >= 64rem) {
      top: 0;
    }
  }
  .lg\:top-\[0\.4px\] {
    @media (width >= 64rem) {
      top: 0.4px;
    }
  }
  .lg\:top-\[30px\] {
    @media (width >= 64rem) {
      top: 30px;
    }
  }
  .lg\:top-\[69px\] {
    @media (width >= 64rem) {
      top: 69px;
    }
  }
  .lg\:top-\[79px\] {
    @media (width >= 64rem) {
      top: 79px;
    }
  }
  .lg\:top-\[122px\] {
    @media (width >= 64rem) {
      top: 122px;
    }
  }
  .lg\:top-\[140px\] {
    @media (width >= 64rem) {
      top: 140px;
    }
  }
  .lg\:top-\[155px\] {
    @media (width >= 64rem) {
      top: 155px;
    }
  }
  .lg\:top-\[162px\] {
    @media (width >= 64rem) {
      top: 162px;
    }
  }
  .lg\:top-\[194px\] {
    @media (width >= 64rem) {
      top: 194px;
    }
  }
  .lg\:top-\[198px\] {
    @media (width >= 64rem) {
      top: 198px;
    }
  }
  .lg\:top-\[209px\] {
    @media (width >= 64rem) {
      top: 209px;
    }
  }
  .lg\:top-\[226px\] {
    @media (width >= 64rem) {
      top: 226px;
    }
  }
  .lg\:top-\[268px\] {
    @media (width >= 64rem) {
      top: 268px;
    }
  }
  .lg\:top-\[278px\] {
    @media (width >= 64rem) {
      top: 278px;
    }
  }
  .lg\:top-\[308px\] {
    @media (width >= 64rem) {
      top: 308px;
    }
  }
  .lg\:top-\[370px\] {
    @media (width >= 64rem) {
      top: 370px;
    }
  }
  .lg\:top-\[405px\] {
    @media (width >= 64rem) {
      top: 405px;
    }
  }
  .lg\:top-\[411px\] {
    @media (width >= 64rem) {
      top: 411px;
    }
  }
  .lg\:top-\[465px\] {
    @media (width >= 64rem) {
      top: 465px;
    }
  }
  .lg\:top-\[584px\] {
    @media (width >= 64rem) {
      top: 584px;
    }
  }
  .lg\:right-0 {
    @media (width >= 64rem) {
      right: 0;
    }
  }
  .lg\:right-10 {
    @media (width >= 64rem) {
      right: calc(var(--spacing) * 10);
    }
  }
  .lg\:right-\[57px\] {
    @media (width >= 64rem) {
      right: 57px;
    }
  }
  .lg\:right-\[60px\] {
    @media (width >= 64rem) {
      right: 60px;
    }
  }
  .lg\:right-auto {
    @media (width >= 64rem) {
      right: auto;
    }
  }
  .lg\:left-0 {
    @media (width >= 64rem) {
      left: 0;
    }
  }
  .lg\:left-10 {
    @media (width >= 64rem) {
      left: calc(var(--spacing) * 10);
    }
  }
  .lg\:left-\[57px\] {
    @media (width >= 64rem) {
      left: 57px;
    }
  }
  .lg\:left-\[60px\] {
    @media (width >= 64rem) {
      left: 60px;
    }
  }
  .lg\:left-\[242px\] {
    @media (width >= 64rem) {
      left: 242px;
    }
  }
  .lg\:left-\[265px\] {
    @media (width >= 64rem) {
      left: 265px;
    }
  }
  .lg\:left-\[max\(60px\,_calc\(\(100vw_-_1320px\)_\/_2\)\)\] {
    @media (width >= 64rem) {
      left: max(60px, calc((100vw - 1320px) / 2));
    }
  }
  .lg\:left-\[max\(60px\,calc\(\(100vw-1320px\)\/2\)\)\] {
    @media (width >= 64rem) {
      left: max(60px, calc((100vw - 1320px) / 2));
    }
  }
  .lg\:left-auto {
    @media (width >= 64rem) {
      left: auto;
    }
  }
  .lg\:order-1 {
    @media (width >= 64rem) {
      order: 1;
    }
  }
  .lg\:order-2 {
    @media (width >= 64rem) {
      order: 2;
    }
  }
  .lg\:col-span-1 {
    @media (width >= 64rem) {
      grid-column: span 1 / span 1;
    }
  }
  .lg\:col-span-5 {
    @media (width >= 64rem) {
      grid-column: span 5 / span 5;
    }
  }
  .lg\:col-span-6 {
    @media (width >= 64rem) {
      grid-column: span 6 / span 6;
    }
  }
  .lg\:col-span-7 {
    @media (width >= 64rem) {
      grid-column: span 7 / span 7;
    }
  }
  .lg\:col-start-1 {
    @media (width >= 64rem) {
      grid-column-start: 1;
    }
  }
  .lg\:col-start-2 {
    @media (width >= 64rem) {
      grid-column-start: 2;
    }
  }
  .lg\:row-start-1 {
    @media (width >= 64rem) {
      grid-row-start: 1;
    }
  }
  .lg\:m-0 {
    @media (width >= 64rem) {
      margin: 0;
    }
  }
  .lg\:mx-auto {
    @media (width >= 64rem) {
      margin-inline: auto;
    }
  }
  .lg\:mt-2 {
    @media (width >= 64rem) {
      margin-top: calc(var(--spacing) * 2);
    }
  }
  .lg\:mt-2\.5 {
    @media (width >= 64rem) {
      margin-top: calc(var(--spacing) * 2.5);
    }
  }
  .lg\:mt-5 {
    @media (width >= 64rem) {
      margin-top: calc(var(--spacing) * 5);
    }
  }
  .lg\:mt-10 {
    @media (width >= 64rem) {
      margin-top: calc(var(--spacing) * 10);
    }
  }
  .lg\:mt-24 {
    @media (width >= 64rem) {
      margin-top: calc(var(--spacing) * 24);
    }
  }
  .lg\:mt-\[18px\] {
    @media (width >= 64rem) {
      margin-top: 18px;
    }
  }
  .lg\:mt-\[38px\] {
    @media (width >= 64rem) {
      margin-top: 38px;
    }
  }
  .lg\:mt-\[60px\] {
    @media (width >= 64rem) {
      margin-top: 60px;
    }
  }
  .lg\:mb-0 {
    @media (width >= 64rem) {
      margin-bottom: 0;
    }
  }
  .lg\:mb-2\.5 {
    @media (width >= 64rem) {
      margin-bottom: calc(var(--spacing) * 2.5);
    }
  }
  .lg\:mb-3 {
    @media (width >= 64rem) {
      margin-bottom: calc(var(--spacing) * 3);
    }
  }
  .lg\:mb-6 {
    @media (width >= 64rem) {
      margin-bottom: calc(var(--spacing) * 6);
    }
  }
  .lg\:mb-8 {
    @media (width >= 64rem) {
      margin-bottom: calc(var(--spacing) * 8);
    }
  }
  .lg\:mb-10 {
    @media (width >= 64rem) {
      margin-bottom: calc(var(--spacing) * 10);
    }
  }
  .lg\:block {
    @media (width >= 64rem) {
      display: block;
    }
  }
  .lg\:flex {
    @media (width >= 64rem) {
      display: flex;
    }
  }
  .lg\:grid {
    @media (width >= 64rem) {
      display: grid;
    }
  }
  .lg\:hidden {
    @media (width >= 64rem) {
      display: none;
    }
  }
  .lg\:inline {
    @media (width >= 64rem) {
      display: inline;
    }
  }
  .lg\:h-6 {
    @media (width >= 64rem) {
      height: calc(var(--spacing) * 6);
    }
  }
  .lg\:h-24 {
    @media (width >= 64rem) {
      height: calc(var(--spacing) * 24);
    }
  }
  .lg\:h-\[60px\] {
    @media (width >= 64rem) {
      height: 60px;
    }
  }
  .lg\:h-\[61px\] {
    @media (width >= 64rem) {
      height: 61px;
    }
  }
  .lg\:h-\[69px\] {
    @media (width >= 64rem) {
      height: 69px;
    }
  }
  .lg\:h-\[100px\] {
    @media (width >= 64rem) {
      height: 100px;
    }
  }
  .lg\:h-\[120px\] {
    @media (width >= 64rem) {
      height: 120px;
    }
  }
  .lg\:h-\[125px\] {
    @media (width >= 64rem) {
      height: 125px;
    }
  }
  .lg\:h-\[132px\] {
    @media (width >= 64rem) {
      height: 132px;
    }
  }
  .lg\:h-\[133px\] {
    @media (width >= 64rem) {
      height: 133px;
    }
  }
  .lg\:h-\[171px\] {
    @media (width >= 64rem) {
      height: 171px;
    }
  }
  .lg\:h-\[180px\] {
    @media (width >= 64rem) {
      height: 180px;
    }
  }
  .lg\:h-\[314px\] {
    @media (width >= 64rem) {
      height: 314px;
    }
  }
  .lg\:h-\[491px\] {
    @media (width >= 64rem) {
      height: 491px;
    }
  }
  .lg\:h-\[555px\] {
    @media (width >= 64rem) {
      height: 555px;
    }
  }
  .lg\:h-\[589px\] {
    @media (width >= 64rem) {
      height: 589px;
    }
  }
  .lg\:h-\[603px\] {
    @media (width >= 64rem) {
      height: 603px;
    }
  }
  .lg\:h-\[664px\] {
    @media (width >= 64rem) {
      height: 664px;
    }
  }
  .lg\:h-\[723px\] {
    @media (width >= 64rem) {
      height: 723px;
    }
  }
  .lg\:h-\[889px\] {
    @media (width >= 64rem) {
      height: 889px;
    }
  }
  .lg\:h-\[896px\] {
    @media (width >= 64rem) {
      height: 896px;
    }
  }
  .lg\:h-\[930px\] {
    @media (width >= 64rem) {
      height: 930px;
    }
  }
  .lg\:h-\[984px\] {
    @media (width >= 64rem) {
      height: 984px;
    }
  }
  .lg\:h-auto {
    @media (width >= 64rem) {
      height: auto;
    }
  }
  .lg\:min-h-0 {
    @media (width >= 64rem) {
      min-height: 0;
    }
  }
  .lg\:min-h-12 {
    @media (width >= 64rem) {
      min-height: calc(var(--spacing) * 12);
    }
  }
  .lg\:min-h-\[34px\] {
    @media (width >= 64rem) {
      min-height: 34px;
    }
  }
  .lg\:min-h-\[60px\] {
    @media (width >= 64rem) {
      min-height: 60px;
    }
  }
  .lg\:min-h-\[133px\] {
    @media (width >= 64rem) {
      min-height: 133px;
    }
  }
  .lg\:min-h-\[300px\] {
    @media (width >= 64rem) {
      min-height: 300px;
    }
  }
  .lg\:min-h-\[957px\] {
    @media (width >= 64rem) {
      min-height: 957px;
    }
  }
  .lg\:w-6 {
    @media (width >= 64rem) {
      width: calc(var(--spacing) * 6);
    }
  }
  .lg\:w-8 {
    @media (width >= 64rem) {
      width: calc(var(--spacing) * 8);
    }
  }
  .lg\:w-\[42\%\] {
    @media (width >= 64rem) {
      width: 42%;
    }
  }
  .lg\:w-\[46\.82\%\] {
    @media (width >= 64rem) {
      width: 46.82%;
    }
  }
  .lg\:w-\[60px\] {
    @media (width >= 64rem) {
      width: 60px;
    }
  }
  .lg\:w-\[356px\] {
    @media (width >= 64rem) {
      width: 356px;
    }
  }
  .lg\:w-\[460px\] {
    @media (width >= 64rem) {
      width: 460px;
    }
  }
  .lg\:w-\[480px\] {
    @media (width >= 64rem) {
      width: 480px;
    }
  }
  .lg\:w-\[487px\] {
    @media (width >= 64rem) {
      width: 487px;
    }
  }
  .lg\:w-\[521px\] {
    @media (width >= 64rem) {
      width: 521px;
    }
  }
  .lg\:w-\[546px\] {
    @media (width >= 64rem) {
      width: 546px;
    }
  }
  .lg\:w-\[568px\] {
    @media (width >= 64rem) {
      width: 568px;
    }
  }
  .lg\:w-\[571px\] {
    @media (width >= 64rem) {
      width: 571px;
    }
  }
  .lg\:w-\[586px\] {
    @media (width >= 64rem) {
      width: 586px;
    }
  }
  .lg\:w-\[639px\] {
    @media (width >= 64rem) {
      width: 639px;
    }
  }
  .lg\:w-\[672px\] {
    @media (width >= 64rem) {
      width: 672px;
    }
  }
  .lg\:w-\[739px\] {
    @media (width >= 64rem) {
      width: 739px;
    }
  }
  .lg\:w-\[calc\(100\%_-_120px\)\] {
    @media (width >= 64rem) {
      width: calc(100% - 120px);
    }
  }
  .lg\:w-\[min\(1200px\,calc\(100\%-120px\)\)\] {
    @media (width >= 64rem) {
      width: min(1200px, calc(100% - 120px));
    }
  }
  .lg\:w-\[min\(1320px\,calc\(100\%-100px\)\)\] {
    @media (width >= 64rem) {
      width: min(1320px, calc(100% - 100px));
    }
  }
  .lg\:w-\[min\(1320px\,calc\(100\%-120px\)\)\] {
    @media (width >= 64rem) {
      width: min(1320px, calc(100% - 120px));
    }
  }
  .lg\:w-auto {
    @media (width >= 64rem) {
      width: auto;
    }
  }
  .lg\:max-w-2xl {
    @media (width >= 64rem) {
      max-width: var(--container-2xl);
    }
  }
  .lg\:max-w-\[234px\] {
    @media (width >= 64rem) {
      max-width: 234px;
    }
  }
  .lg\:max-w-\[1320px\] {
    @media (width >= 64rem) {
      max-width: 1320px;
    }
  }
  .lg\:max-w-\[1440px\] {
    @media (width >= 64rem) {
      max-width: 1440px;
    }
  }
  .lg\:basis-\[60px\] {
    @media (width >= 64rem) {
      flex-basis: 60px;
    }
  }
  .lg\:translate-x-0 {
    @media (width >= 64rem) {
      --tw-translate-x: 0;
      translate: var(--tw-translate-x) var(--tw-translate-y);
    }
  }
  .lg\:grid-cols-2 {
    @media (width >= 64rem) {
      grid-template-columns: repeat(2, minmax(0, 1fr));
    }
  }
  .lg\:grid-cols-3 {
    @media (width >= 64rem) {
      grid-template-columns: repeat(3, minmax(0, 1fr));
    }
  }
  .lg\:grid-cols-4 {
    @media (width >= 64rem) {
      grid-template-columns: repeat(4, minmax(0, 1fr));
    }
  }
  .lg\:grid-cols-12 {
    @media (width >= 64rem) {
      grid-template-columns: repeat(12, minmax(0, 1fr));
    }
  }
  .lg\:grid-cols-\[568px_minmax\(0\,672px\)\] {
    @media (width >= 64rem) {
      grid-template-columns: 568px minmax(0,672px);
    }
  }
  .lg\:grid-rows-\[230px_350px\] {
    @media (width >= 64rem) {
      grid-template-rows: 230px 350px;
    }
  }
  .lg\:grid-rows-\[repeat\(2\,165px\)\] {
    @media (width >= 64rem) {
      grid-template-rows: repeat(2,165px);
    }
  }
  .lg\:flex-col {
    @media (width >= 64rem) {
      flex-direction: column;
    }
  }
  .lg\:flex-row {
    @media (width >= 64rem) {
      flex-direction: row;
    }
  }
  .lg\:flex-wrap {
    @media (width >= 64rem) {
      flex-wrap: wrap;
    }
  }
  .lg\:items-end {
    @media (width >= 64rem) {
      align-items: flex-end;
    }
  }
  .lg\:justify-between {
    @media (width >= 64rem) {
      justify-content: space-between;
    }
  }
  .lg\:justify-end {
    @media (width >= 64rem) {
      justify-content: flex-end;
    }
  }
  .lg\:gap-3 {
    @media (width >= 64rem) {
      gap: calc(var(--spacing) * 3);
    }
  }
  .lg\:gap-4 {
    @media (width >= 64rem) {
      gap: calc(var(--spacing) * 4);
    }
  }
  .lg\:gap-11 {
    @media (width >= 64rem) {
      gap: calc(var(--spacing) * 11);
    }
  }
  .lg\:gap-16 {
    @media (width >= 64rem) {
      gap: calc(var(--spacing) * 16);
    }
  }
  .lg\:gap-20 {
    @media (width >= 64rem) {
      gap: calc(var(--spacing) * 20);
    }
  }
  .lg\:gap-\[11px\] {
    @media (width >= 64rem) {
      gap: 11px;
    }
  }
  .lg\:gap-\[26px\] {
    @media (width >= 64rem) {
      gap: 26px;
    }
  }
  .lg\:gap-\[30px\] {
    @media (width >= 64rem) {
      gap: 30px;
    }
  }
  .lg\:gap-x-2\.5 {
    @media (width >= 64rem) {
      column-gap: calc(var(--spacing) * 2.5);
    }
  }
  .lg\:gap-x-4 {
    @media (width >= 64rem) {
      column-gap: calc(var(--spacing) * 4);
    }
  }
  .lg\:gap-x-20 {
    @media (width >= 64rem) {
      column-gap: calc(var(--spacing) * 20);
    }
  }
  .lg\:gap-y-5 {
    @media (width >= 64rem) {
      row-gap: calc(var(--spacing) * 5);
    }
  }
  .lg\:gap-y-10 {
    @media (width >= 64rem) {
      row-gap: calc(var(--spacing) * 10);
    }
  }
  .lg\:gap-y-\[21px\] {
    @media (width >= 64rem) {
      row-gap: 21px;
    }
  }
  .lg\:self-center {
    @media (width >= 64rem) {
      align-self: center;
    }
  }
  .lg\:overflow-hidden {
    @media (width >= 64rem) {
      overflow: hidden;
    }
  }
  .lg\:rounded-2xl {
    @media (width >= 64rem) {
      border-radius: var(--radius-2xl);
    }
  }
  .lg\:bg-\[\#5eb4e7\]\/\[0\.07\] {
    @media (width >= 64rem) {
      background-color: color-mix(in oklab, #5eb4e7 7.000000000000001%, transparent);
    }
  }
  .lg\:bg-white\/10 {
    @media (width >= 64rem) {
      background-color: color-mix(in srgb, #fff 10%, transparent);
      @supports (color: color-mix(in lab, red, red)) {
        background-color: color-mix(in oklab, var(--color-white) 10%, transparent);
      }
    }
  }
  .lg\:bg-gradient-to-br {
    @media (width >= 64rem) {
      --tw-gradient-position: to bottom right in oklab;
      background-image: linear-gradient(var(--tw-gradient-stops));
    }
  }
  .lg\:bg-\[linear-gradient\(0deg\,\#192b3e_0\%\,rgba\(25\,43\,62\,0\)_36\%\)\,linear-gradient\(90deg\,\#192b3e_0\%\,rgba\(25\,43\,62\,0\.94\)_35\%\,rgba\(25\,43\,62\,0\.48\)_67\%\,rgba\(25\,43\,62\,0\)_92\%\)\] {
    @media (width >= 64rem) {
      background-image: linear-gradient(0deg,#192b3e 0%,rgba(25,43,62,0) 36%),linear-gradient(90deg,#192b3e 0%,rgba(25,43,62,0.94) 35%,rgba(25,43,62,0.48) 67%,rgba(25,43,62,0) 92%);
    }
  }
  .lg\:bg-\[linear-gradient\(90deg\,rgba\(25\,43\,62\,0\.98\)_0\%\,rgba\(25\,43\,62\,0\.64\)_33\%\,rgba\(25\,43\,62\,0\)_76\%\)\,linear-gradient\(0deg\,rgba\(25\,43\,62\,0\.98\)_0\%\,transparent_42\%\)\] {
    @media (width >= 64rem) {
      background-image: linear-gradient(90deg,rgba(25,43,62,0.98) 0%,rgba(25,43,62,0.64) 33%,rgba(25,43,62,0) 76%),linear-gradient(0deg,rgba(25,43,62,0.98) 0%,transparent 42%);
    }
  }
  .lg\:bg-\[linear-gradient\(90deg\,rgba\(25\,43\,62\,0\.98\)_0\%\,rgba\(25\,43\,62\,0\.72\)_33\%\,rgba\(25\,43\,62\,0\)_76\%\)\,linear-gradient\(0deg\,\#192b3e_0\%\,rgba\(25\,43\,62\,0\)_42\%\)\] {
    @media (width >= 64rem) {
      background-image: linear-gradient(90deg,rgba(25,43,62,0.98) 0%,rgba(25,43,62,0.72) 33%,rgba(25,43,62,0) 76%),linear-gradient(0deg,#192b3e 0%,rgba(25,43,62,0) 42%);
    }
  }
  .lg\:bg-\[radial-gradient\(ellipse_at_40\%_50\%\,rgba\(94\,180\,231\,0\.2\)\,transparent_60\%\)\,radial-gradient\(ellipse_at_80\%_20\%\,rgba\(67\,220\,209\,0\.15\)\,transparent_50\%\)\] {
    @media (width >= 64rem) {
      background-image: radial-gradient(ellipse at 40% 50%,rgba(94,180,231,0.2),transparent 60%),radial-gradient(ellipse at 80% 20%,rgba(67,220,209,0.15),transparent 50%);
    }
  }
  .lg\:bg-\[radial-gradient\(ellipse_at_center\,\#004879_0\%\,\#093663_50\%\,\#12244c_100\%\)\] {
    @media (width >= 64rem) {
      background-image: radial-gradient(ellipse at center,#004879 0%,#093663 50%,#12244c 100%);
    }
  }
  .lg\:from-\[\#0d1b3e\] {
    @media (width >= 64rem) {
      --tw-gradient-from: #0d1b3e;
      --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));
    }
  }
  .lg\:via-\[\#1a3060\] {
    @media (width >= 64rem) {
      --tw-gradient-via: #1a3060;
      --tw-gradient-via-stops: var(--tw-gradient-position), var(--tw-gradient-from) var(--tw-gradient-from-position), var(--tw-gradient-via) var(--tw-gradient-via-position), var(--tw-gradient-to) var(--tw-gradient-to-position);
      --tw-gradient-stops: var(--tw-gradient-via-stops);
    }
  }
  .lg\:to-\[\#0d1b3e\] {
    @media (width >= 64rem) {
      --tw-gradient-to: #0d1b3e;
      --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));
    }
  }
  .lg\:p-12 {
    @media (width >= 64rem) {
      padding: calc(var(--spacing) * 12);
    }
  }
  .lg\:p-16 {
    @media (width >= 64rem) {
      padding: calc(var(--spacing) * 16);
    }
  }
  .lg\:p-\[60px\] {
    @media (width >= 64rem) {
      padding: 60px;
    }
  }
  .lg\:px-0 {
    @media (width >= 64rem) {
      padding-inline: 0;
    }
  }
  .lg\:px-4 {
    @media (width >= 64rem) {
      padding-inline: calc(var(--spacing) * 4);
    }
  }
  .lg\:px-8 {
    @media (width >= 64rem) {
      padding-inline: calc(var(--spacing) * 8);
    }
  }
  .lg\:px-9 {
    @media (width >= 64rem) {
      padding-inline: calc(var(--spacing) * 9);
    }
  }
  .lg\:px-10 {
    @media (width >= 64rem) {
      padding-inline: calc(var(--spacing) * 10);
    }
  }
  .lg\:px-14 {
    @media (width >= 64rem) {
      padding-inline: calc(var(--spacing) * 14);
    }
  }
  .lg\:px-16 {
    @media (width >= 64rem) {
      padding-inline: calc(var(--spacing) * 16);
    }
  }
  .lg\:px-\[60px\] {
    @media (width >= 64rem) {
      padding-inline: 60px;
    }
  }
  .lg\:py-4 {
    @media (width >= 64rem) {
      padding-block: calc(var(--spacing) * 4);
    }
  }
  .lg\:py-10 {
    @media (width >= 64rem) {
      padding-block: calc(var(--spacing) * 10);
    }
  }
  .lg\:py-24 {
    @media (width >= 64rem) {
      padding-block: calc(var(--spacing) * 24);
    }
  }
  .lg\:py-28 {
    @media (width >= 64rem) {
      padding-block: calc(var(--spacing) * 28);
    }
  }
  .lg\:py-\[60px\] {
    @media (width >= 64rem) {
      padding-block: 60px;
    }
  }
  .lg\:pt-0 {
    @media (width >= 64rem) {
      padding-top: 0;
    }
  }
  .lg\:pt-\[22px\] {
    @media (width >= 64rem) {
      padding-top: 22px;
    }
  }
  .lg\:pt-\[62px\] {
    @media (width >= 64rem) {
      padding-top: 62px;
    }
  }
  .lg\:pr-16 {
    @media (width >= 64rem) {
      padding-right: calc(var(--spacing) * 16);
    }
  }
  .lg\:pb-14 {
    @media (width >= 64rem) {
      padding-bottom: calc(var(--spacing) * 14);
    }
  }
  .lg\:pb-\[108px\] {
    @media (width >= 64rem) {
      padding-bottom: 108px;
    }
  }
  .lg\:pl-0 {
    @media (width >= 64rem) {
      padding-left: 0;
    }
  }
  .lg\:pl-16 {
    @media (width >= 64rem) {
      padding-left: calc(var(--spacing) * 16);
    }
  }
  .lg\:text-right {
    @media (width >= 64rem) {
      text-align: right;
    }
  }
  .lg\:text-2xl {
    @media (width >= 64rem) {
      font-size: var(--text-2xl);
      line-height: var(--tw-leading, var(--text-2xl--line-height));
    }
  }
  .lg\:text-4xl {
    @media (width >= 64rem) {
      font-size: var(--text-4xl);
      line-height: var(--tw-leading, var(--text-4xl--line-height));
    }
  }
  .lg\:text-5xl {
    @media (width >= 64rem) {
      font-size: var(--text-5xl);
      line-height: var(--tw-leading, var(--text-5xl--line-height));
    }
  }
  .lg\:text-base {
    @media (width >= 64rem) {
      font-size: var(--text-base);
      line-height: var(--tw-leading, var(--text-base--line-height));
    }
  }
  .lg\:text-lg {
    @media (width >= 64rem) {
      font-size: var(--text-lg);
      line-height: var(--tw-leading, var(--text-lg--line-height));
    }
  }
  .lg\:text-sm {
    @media (width >= 64rem) {
      font-size: var(--text-sm);
      line-height: var(--tw-leading, var(--text-sm--line-height));
    }
  }
  .lg\:text-xs {
    @media (width >= 64rem) {
      font-size: var(--text-xs);
      line-height: var(--tw-leading, var(--text-xs--line-height));
    }
  }
  .lg\:text-\[4\.2rem\] {
    @media (width >= 64rem) {
      font-size: 4.2rem;
    }
  }
  .lg\:text-\[12px\] {
    @media (width >= 64rem) {
      font-size: 12px;
    }
  }
  .lg\:text-\[14px\] {
    @media (width >= 64rem) {
      font-size: 14px;
    }
  }
  .lg\:text-\[16\.8px\] {
    @media (width >= 64rem) {
      font-size: 16.8px;
    }
  }
  .lg\:text-\[32px\] {
    @media (width >= 64rem) {
      font-size: 32px;
    }
  }
  .lg\:text-\[48px\] {
    @media (width >= 64rem) {
      font-size: 48px;
    }
  }
  .lg\:leading-10 {
    @media (width >= 64rem) {
      --tw-leading: calc(var(--spacing) * 10);
      line-height: calc(var(--spacing) * 10);
    }
  }
  .lg\:leading-\[31\.08px\] {
    @media (width >= 64rem) {
      --tw-leading: 31.08px;
      line-height: 31.08px;
    }
  }
  .lg\:leading-\[60px\] {
    @media (width >= 64rem) {
      --tw-leading: 60px;
      line-height: 60px;
    }
  }
  .lg\:leading-normal {
    @media (width >= 64rem) {
      --tw-leading: var(--leading-normal);
      line-height: var(--leading-normal);
    }
  }
  .lg\:leading-tight {
    @media (width >= 64rem) {
      --tw-leading: var(--leading-tight);
      line-height: var(--leading-tight);
    }
  }
  .lg\:font-medium {
    @media (width >= 64rem) {
      --tw-font-weight: var(--font-weight-medium);
      font-weight: var(--font-weight-medium);
    }
  }
  .lg\:font-normal {
    @media (width >= 64rem) {
      --tw-font-weight: var(--font-weight-normal);
      font-weight: var(--font-weight-normal);
    }
  }
  .lg\:tracking-\[2\.4px\] {
    @media (width >= 64rem) {
      --tw-tracking: 2.4px;
      letter-spacing: 2.4px;
    }
  }
  .lg\:tracking-normal {
    @media (width >= 64rem) {
      --tw-tracking: var(--tracking-normal);
      letter-spacing: var(--tracking-normal);
    }
  }
  .lg\:whitespace-nowrap {
    @media (width >= 64rem) {
      white-space: nowrap;
    }
  }
  .lg\:text-\[\#6b7fa3\] {
    @media (width >= 64rem) {
      color: #6b7fa3;
    }
  }
  .lg\:shadow-none {
    @media (width >= 64rem) {
      --tw-shadow: 0 0 #0000;
      box-shadow: var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
    }
  }
  .lg\:backdrop-blur-\[20px\] {
    @media (width >= 64rem) {
      --tw-backdrop-blur: blur(20px);
      -webkit-backdrop-filter: var(--tw-backdrop-blur,) var(--tw-backdrop-brightness,) var(--tw-backdrop-contrast,) var(--tw-backdrop-grayscale,) var(--tw-backdrop-hue-rotate,) var(--tw-backdrop-invert,) var(--tw-backdrop-opacity,) var(--tw-backdrop-saturate,) var(--tw-backdrop-sepia,);
      backdrop-filter: var(--tw-backdrop-blur,) var(--tw-backdrop-brightness,) var(--tw-backdrop-contrast,) var(--tw-backdrop-grayscale,) var(--tw-backdrop-hue-rotate,) var(--tw-backdrop-invert,) var(--tw-backdrop-opacity,) var(--tw-backdrop-saturate,) var(--tw-backdrop-sepia,);
    }
  }
  .lg\:\[grid-template-areas\:\'visual_narrative\'_\'visual_values\'\] {
    @media (width >= 64rem) {
      grid-template-areas: 'visual narrative' 'visual values';
    }
  }
  .lg\:before\:hidden {
    @media (width >= 64rem) {
      &::before {
        content: var(--tw-content);
        display: none;
      }
    }
  }
  .max-\[1279px\]\:lg\:w-full {
    @media (width < 1279px) {
      @media (width >= 64rem) {
        width: 100%;
      }
    }
  }
  .max-\[1279px\]\:lg\:grid-cols-\[minmax\(420px\,44vw\)_minmax\(0\,1fr\)\] {
    @media (width < 1279px) {
      @media (width >= 64rem) {
        grid-template-columns: minmax(420px,44vw) minmax(0,1fr);
      }
    }
  }
  .max-\[1279px\]\:lg\:gap-12 {
    @media (width < 1279px) {
      @media (width >= 64rem) {
        gap: calc(var(--spacing) * 12);
      }
    }
  }
  .max-\[1279px\]\:lg\:px-10 {
    @media (width < 1279px) {
      @media (width >= 64rem) {
        padding-inline: calc(var(--spacing) * 10);
      }
    }
  }
  .max-\[1279px\]\:lg\:text-xl {
    @media (width < 1279px) {
      @media (width >= 64rem) {
        font-size: var(--text-xl);
        line-height: var(--tw-leading, var(--text-xl--line-height));
      }
    }
  }
  .lg\:max-xl\:left-\[35\%\] {
    @media (width >= 64rem) {
      @media (width < 80rem) {
        left: 35%;
      }
    }
  }
  .lg\:max-xl\:w-\[42\%\] {
    @media (width >= 64rem) {
      @media (width < 80rem) {
        width: 42%;
      }
    }
  }
  .lg\:max-xl\:gap-5 {
    @media (width >= 64rem) {
      @media (width < 80rem) {
        gap: calc(var(--spacing) * 5);
      }
    }
  }
  .lg\:max-xl\:p-4 {
    @media (width >= 64rem) {
      @media (width < 80rem) {
        padding: calc(var(--spacing) * 4);
      }
    }
  }
  .lg\:max-xl\:text-\[40px\] {
    @media (width >= 64rem) {
      @media (width < 80rem) {
        font-size: 40px;
      }
    }
  }
  .xl\:px-20 {
    @media (width >= 80rem) {
      padding-inline: calc(var(--spacing) * 20);
    }
  }
  .xl\:text-6xl {
    @media (width >= 80rem) {
      font-size: var(--text-6xl);
      line-height: var(--tw-leading, var(--text-6xl--line-height));
    }
  }
  .xl\:text-\[5rem\] {
    @media (width >= 80rem) {
      font-size: 5rem;
    }
  }
  .\[\&_\*\]\:box-border {
    & * {
      box-sizing: border-box;
    }
  }
  .\[\&\:nth-child\(3\)\]\:order-4 {
    &:nth-child(3) {
      order: 4;
    }
  }
  .lg\:\[\&\:nth-child\(3\)\]\:order-none {
    @media (width >= 64rem) {
      &:nth-child(3) {
        order: 0;
      }
    }
  }
  .\[\&\:nth-child\(4\)\]\:order-3 {
    &:nth-child(4) {
      order: 3;
    }
  }
  .lg\:\[\&\:nth-child\(4\)\]\:order-none {
    @media (width >= 64rem) {
      &:nth-child(4) {
        order: 0;
      }
    }
  }
  .\[\&\>p\]\:mb-5 {
    &>p {
      margin-bottom: calc(var(--spacing) * 5);
    }
  }
  .\[\&\>p\:last-child\]\:mb-0 {
    &>p:last-child {
      margin-bottom: 0;
    }
  }
  .max-\[767\.98px\]\:\[\&\>span\]\:block {
    @media (width < 767.98px) {
      &>span {
        display: block;
      }
    }
  }
}
:root {
  --font-size: 16px;
  --background: #f8fafc;
  --foreground: #0d1b3e;
  --card: #ffffff;
  --card-foreground: #0d1b3e;
  --popover: #ffffff;
  --popover-foreground: #0d1b3e;
  --primary: #5eb4e7;
  --primary-foreground: #ffffff;
  --secondary: #e8f4fd;
  --secondary-foreground: #0d1b3e;
  --muted: #f0f7ff;
  --muted-foreground: #6b7fa3;
  --accent: #43dcd1;
  --accent-foreground: #0d1b3e;
  --border: rgba(94, 180, 231, 0.15);
  --ring: #5eb4e7;
  --radius: 0.75rem;
}
html {
  scroll-behavior: smooth;
  font-family: 'Inter', sans-serif;
  color: var(--foreground);
  background-color: var(--background);
}
.font-playfair {
  font-family: 'Playfair Display', serif;
}
.font-quicksand {
  font-family: 'Quicksand', sans-serif;
}
.font-inter {
  font-family: 'Inter', sans-serif;
}
.btn-primary-gradient {
  background: linear-gradient(135deg, #5eb4e7 0%, #43dcd1 100%);
  color: #fff;
  font-family: 'Quicksand', sans-serif;
  text-transform: capitalize;
  box-shadow: 0 4px 20px rgba(94, 180, 231, 0.32);
  transition: all 0.2s ease-in-out;
}
.btn-primary-gradient:hover {
  box-shadow: 0 8px 36px rgba(94, 180, 231, 0.5);
  transform: translateY(-2px);
}
.btn-primary-gradient:active {
  transform: translateY(0);
}
.gradient-text, .services-gradient-text {
  background-image: linear-gradient(90deg, #5eb4e7, #43dcd1);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
}
@keyframes ambientDrift {
  0% {
    opacity: 0.85;
  }
  100% {
    opacity: 1;
  }
}
.animate-ambient {
  animation: ambientDrift 10s ease-in-out infinite alternate;
}
.hero-tag-anim {
  opacity: 0;
  transform: scale(0.8);
  animation: heroTagAnim 0.7s cubic-bezier(0.22, 1, 0.36, 1) 0.8s forwards;
}
.hero-eyebrow-anim {
  opacity: 0;
  transform: translateX(-20px);
  animation: heroEyebrowAnim 0.65s cubic-bezier(0.22, 1, 0.36, 1) 0.1s forwards;
}
.hero-eyebrow-line-anim {
  transform: scaleX(0);
  transform-origin: left;
  animation: heroLineAnim 0.55s cubic-bezier(0.22, 1, 0.36, 1) 0.15s forwards;
}
.hero-clip-1 {
  opacity: 0;
  transform: translateY(105%);
  animation: heroClipAnim 0.75s cubic-bezier(0.25, 0.46, 0.45, 0.94) 0.2s forwards;
}
.hero-clip-2 {
  opacity: 0;
  transform: translateY(105%);
  animation: heroClipAnim 0.75s cubic-bezier(0.25, 0.46, 0.45, 0.94) 0.35s forwards;
}
.hero-sep-line-anim {
  opacity: 0;
  transform: scaleX(0);
  transform-origin: left;
  animation: heroLineAnim 0.55s cubic-bezier(0.22, 1, 0.36, 1) 0.45s forwards;
}
.hero-subhead-anim {
  opacity: 0;
  transform: translateY(18px);
  animation: heroSubheadAnim 0.65s cubic-bezier(0.22, 1, 0.36, 1) 0.5s forwards;
}
.hero-cta-anim {
  opacity: 0;
  transform: translateY(16px);
  animation: heroSubheadAnim 0.65s cubic-bezier(0.22, 1, 0.36, 1) 0.65s forwards;
}
.hero-scroll-anim {
  opacity: 0;
  animation: heroFadeAnim 0.7s ease-out 2.1s forwards;
}
.animate-scroll-pulse {
  animation: scrollPulse 1.6s ease-in-out infinite;
  transform-origin: top;
}
@keyframes heroTagAnim {
  to {
    opacity: 1;
    transform: scale(1);
  }
}
@keyframes heroEyebrowAnim {
  to {
    opacity: 1;
    transform: translateX(0);
  }
}
@keyframes heroLineAnim {
  to {
    opacity: 1;
    transform: scaleX(1);
  }
}
@keyframes heroClipAnim {
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
@keyframes heroSubheadAnim {
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
@keyframes heroFadeAnim {
  to {
    opacity: 1;
  }
}
@keyframes scrollPulse {
  0%, 100% {
    transform: scaleY(1);
  }
  50% {
    transform: scaleY(0.4);
  }
}
.reveal-init {
  opacity: 0;
  transform: translateY(28px);
  transition: opacity 0.7s cubic-bezier(0.22, 1, 0.36, 1), transform 0.7s cubic-bezier(0.22, 1, 0.36, 1);
}
.reveal-left-init {
  opacity: 0;
  transform: translateX(-30px);
  transition: opacity 0.6s cubic-bezier(0.22, 1, 0.36, 1), transform 0.6s cubic-bezier(0.22, 1, 0.36, 1);
}
.reveal-right-init {
  opacity: 0;
  transform: translateX(30px);
  transition: opacity 0.6s cubic-bezier(0.22, 1, 0.36, 1), transform 0.6s cubic-bezier(0.22, 1, 0.36, 1);
}
.reveal-active {
  opacity: 1 !important;
  transform: translate(0, 0) !important;
}
.reveal-scalex-init {
  transform: scaleX(0);
  transform-origin: left;
  transition: transform 0.7s cubic-bezier(0.22, 1, 0.36, 1) 0.3s;
}
.reveal-scalex-active {
  transform: scaleX(1) !important;
}
.bar-scale-init {
  transform: scaleY(0);
  transform-origin: bottom;
  transition: transform 0.7s cubic-bezier(0.22, 1, 0.36, 1);
}
.bar-scale-active {
  transform: scaleY(1) !important;
}
.site-reveal {
  opacity: 0;
  transition: opacity 700ms cubic-bezier(0.22, 1, 0.36, 1) var(--site-reveal-delay, 0ms), translate 700ms cubic-bezier(0.22, 1, 0.36, 1) var(--site-reveal-delay, 0ms);
}
.site-reveal--up {
  translate: 0 42px;
}
.site-reveal--left {
  translate: -52px 0;
}
.site-reveal--right {
  translate: 52px 0;
}
.site-reveal--fade {
  translate: 0 18px;
}
.site-reveal.is-visible {
  opacity: 1;
  translate: 0 0;
}
@media (max-width: 767.98px) {
  main section[class*="hero"] > img, main section[class*="hero"] picture img {
    right: 0 !important;
    left: 0 !important;
    width: 100% !important;
    max-width: 100% !important;
    height: 100% !important;
    object-fit: cover !important;
    transform: none !important;
  }
  .mutual-funds-overview__image img, .portfolio-management-overview__image img, .brickly-about__image img, .prime-flow-about__image img {
    inset: 0 !important;
    width: 100% !important;
    max-width: 100% !important;
    height: 100% !important;
    object-fit: cover !important;
  }
}
@media (max-width: 1023.98px) {
  .reveal-left-init, .reveal-right-init {
    transform: translateY(28px);
  }
}
body.route-motion-ready [data-route-reveal] {
  opacity: 0;
  transition-property: opacity, transform;
  transition-duration: 700ms;
  transition-timing-function: cubic-bezier(0.22, 1, 0.36, 1);
  transition-delay: var(--route-reveal-delay, 0ms);
  will-change: opacity, transform;
}
body.route-motion-ready [data-route-reveal="fade"] {
  transform: none;
}
body.route-motion-ready [data-route-reveal="left"] {
  transform: translateX(-56px);
}
body.route-motion-ready [data-route-reveal="right"] {
  transform: translateX(56px);
}
body.route-motion-ready [data-route-reveal="up"] {
  transform: translateY(38px);
}
body.route-motion-ready [data-route-reveal].is-route-visible {
  opacity: 1;
  transform: none;
}
@media (max-width: 767.98px) {
  body.route-motion-ready [data-route-reveal="left"] {
    transform: translateX(-32px);
  }
  body.route-motion-ready [data-route-reveal="right"] {
    transform: translateX(32px);
  }
}
.site-header {
  height: 96px;
  border: 0 !important;
  background: #ffffff !important;
  box-shadow: 0 4px 20px rgba(94, 180, 231, 0.2) !important;
  font-family: 'Quicksand', sans-serif !important;
  backdrop-filter: none !important;
}
.site-header > div:first-child {
  max-width: none !important;
  padding: 0 20px !important;
}
.site-header > div:first-child > div {
  height: 96px !important;
}
.site-header > div:first-child > div > a:first-child {
  position: static !important;
  right: auto !important;
  left: auto !important;
  transform: none !important;
}
.site-header > div:first-child > div > a:first-child img {
  width: auto !important;
  height: 80px !important;
  object-fit: contain !important;
}
#mobile-menu-btn {
  position: static !important;
  width: 30px !important;
  height: 30px !important;
  padding: 3px !important;
  color: #5eb4e7 !important;
}
#mobile-menu {
  position: absolute !important;
  top: 96px !important;
  right: 0 !important;
  left: 0 !important;
  box-shadow: 0 16px 30px rgba(13, 27, 62, 0.12) !important;
}
@media (min-width: 1024px) {
  .site-header {
    height: 96px;
  }
  .site-header > div:first-child {
    padding: 0 50px !important;
  }
  .site-header > div:first-child > div {
    height: 96px !important;
  }
  .site-header > div:first-child > div > a:first-child {
    position: static !important;
    right: auto !important;
    left: auto !important;
    width: auto;
    margin-inline: 0;
    transform: none !important;
  }
  .site-header > div:first-child > div > a:first-child img {
    width: 257px !important;
    height: 144px !important;
  }
  .site-header nav {
    gap: 10px !important;
    font-family: 'Quicksand', sans-serif !important;
  }
  .site-header nav > a, .site-header nav button {
    border-radius: 12px !important;
    padding: 10px 16px !important;
    font-size: 14px !important;
    font-weight: 500 !important;
    line-height: 20px !important;
  }
}
@media (min-width: 1024px) and (max-width: 1279px) {
  .site-header > div:first-child {
    padding: 0 24px !important;
  }
  .site-header nav {
    gap: 0 !important;
  }
  .site-header nav > a, .site-header nav button {
    padding-right: 8px !important;
    padding-left: 8px !important;
    font-size: 12px !important;
  }
}
body.services-page-body {
  overflow-x: hidden;
  background: #ffffff;
}
#services-page, #services-page * {
  box-sizing: border-box;
}
.services-hero__image {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  max-width: none;
  object-fit: cover;
  object-position: center center;
}
.services-hero__lower-shade {
  position: absolute;
  z-index: 1;
  top: 329px;
  left: 0;
  width: 100%;
  height: 322px;
}
.services-hero__shade {
  position: absolute;
  z-index: 2;
  inset: 0 auto 0 0;
  width: 90.28%;
  background: linear-gradient(90deg, #192b3e 0%, rgba(25, 43, 62, 0.96) 42%, rgba(25, 43, 62, 0) 100%);
}
.service-intro__image-frame {
  position: absolute;
  top: 329px;
  right: 0;
  bottom: 0;
  left: 0;
  overflow: hidden;
  background: #eef6fb;
}
.service-intro__image-frame img {
  position: absolute;
  top: -16.8%;
  left: 0;
  width: 100%;
  max-width: none;
  height: 136%;
  object-fit: cover;
  object-position: center;
}
.service-intro--wealth .service-intro__image-frame img {
  top: -6.5%;
}
.service-solutions__glow {
  position: absolute;
  top: 0;
  left: 50%;
  width: 700px;
  height: 300px;
  border-radius: 999px;
  background: radial-gradient(ellipse at center, rgba(94, 180, 231, 0.1), transparent 68%);
  filter: blur(32px);
  transform: translateX(-50%);
}
.service-card {
  --card-accent: 94, 180, 231;
  --card-glow: url('../assets/images/4d225d4be694cbdccd0b98ac1365e37c5d1a957b.svg');
}
.service-card--teal {
  --card-accent: 67, 220, 209;
  --card-glow: url('../assets/images/d4f61a2151a364a705f70ce247cfdb3b3c3c0430.svg');
}
.service-card::after {
  position: absolute;
  top: 34.55%;
  left: 63.34%;
  width: 58.36%;
  height: 102.04%;
  background: var(--card-glow) center / 100% 100% no-repeat;
  content: '';
  opacity: 0;
  pointer-events: none;
  transition: opacity 280ms ease;
}
.service-card__rail {
  position: absolute;
  top: 16px;
  bottom: 17px;
  left: 0;
  width: 2px;
  border-radius: 999px;
  background: linear-gradient(180deg, rgb(var(--card-accent)), rgba(var(--card-accent), 0.25));
}
@media (hover: hover) and (pointer: fine) {
  .service-card:hover::after {
    opacity: 1;
  }
}
@media (max-width: 767.98px) {
  .services-hero__image {
    top: 0;
    left: -33.33%;
    width: 166.92%;
    height: 852px;
    object-fit: fill;
  }
  .services-hero__shade {
    width: 100%;
    background: linear-gradient(180deg, rgba(25, 43, 62, 0) 4.1%, #192b3e 81.47%);
  }
  .service-intro--wealth {
    --mobile-intro-height: 852px;
    --mobile-image-top: 490px;
    --mobile-approach-height: 244px;
  }
  .service-intro--family {
    --mobile-intro-height: 832px;
    --mobile-image-top: 440px;
    --mobile-approach-height: 204px;
  }
  .service-intro--banking {
    --mobile-intro-height: 792px;
    --mobile-image-top: 450px;
    --mobile-approach-height: 204px;
  }
  .service-intro__image-frame {
    top: var(--mobile-image-top);
  }
  .service-intro--wealth .service-intro__image-frame img {
    top: -10px;
    left: -68.7%;
    width: 208%;
    height: 460px;
    object-fit: cover;
  }
  .service-intro--family .service-intro__image-frame img {
    top: 0;
    left: -47.8%;
    width: 196%;
    height: 433px;
    object-fit: cover;
  }
  .service-intro--banking .service-intro__image-frame img {
    top: -29px;
    left: -55.7%;
    width: 212%;
    height: 469px;
    object-fit: cover;
  }
}
@keyframes servicesHeroTitleIn {
  from {
    transform: translateY(80px);
  }
  to {
    transform: translateY(0);
  }
}
@keyframes servicesHeroRuleIn {
  to {
    transform: scaleX(1);
  }
}
@keyframes servicesHeroBodyIn {
  from {
    transform: translateY(60px);
  }
  to {
    transform: translateY(0);
  }
}
body.mutual-funds-page-body {
  overflow-x: hidden;
  background: #ffffff;
}
#mutual-funds-page, #mutual-funds-page * {
  box-sizing: border-box;
}
.mutual-funds-hero__media {
  position: absolute;
  inset: 0;
  display: block;
}
.mutual-funds-hero__media img {
  position: absolute;
  top: 33px;
  left: 15.2083%;
  width: 87.1528%;
  max-width: none;
  height: 821px;
  object-fit: cover;
}
.mutual-funds-hero__shade {
  position: absolute;
  z-index: 1;
  inset: 0 auto 0 0;
  width: 90.28%;
  background: linear-gradient(90deg, #192b3e 0%, rgba(25, 43, 62, 0.97) 38%, rgba(25, 43, 62, 0) 100%);
}
.mutual-funds-hero__bottom-shade {
  position: absolute;
  z-index: 1;
  right: 0;
  bottom: 0;
  left: 0;
  height: 197px;
  background: linear-gradient(180deg, rgba(18, 36, 76, 0) 0%, rgba(18, 36, 76, 0.34) 100%);
}
.mutual-funds-hero__title em, .mutual-funds-overview h2 em, .mutual-funds-services h2 em {
  color: transparent;
  background: linear-gradient(90deg, #5eb4e7 0%, #43dcd1 100%);
  background-clip: text;
  -webkit-background-clip: text;
  font-style: italic;
}
.mutual-funds-overview__intro {
  position: absolute;
  top: 216px;
  right: 0;
  width: 672px;
  height: 330px;
}
.mutual-funds-overview__intro h3, .mutual-funds-benefits h3 {
  position: absolute;
  left: 0;
  margin: 0;
  color: #000000;
  font-family: 'Playfair Display', serif;
  font-size: 18px;
  font-weight: 700;
  line-height: 60px;
}
.mutual-funds-overview__intro h3:first-of-type {
  top: 0;
}
.mutual-funds-overview__intro h3:nth-of-type(2) {
  top: 150px;
}
.mutual-funds-overview__intro > p {
  position: absolute;
  left: 0;
  width: 672px;
  margin: 0;
  color: #6b7fa3;
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
}
.mutual-funds-overview__intro > p:first-of-type {
  top: 70px;
}
.mutual-funds-overview__intro > p:nth-of-type(2) {
  top: 220px;
}
.mutual-funds-overview__image {
  position: absolute;
  top: 226px;
  left: 0;
  width: 568px;
  height: 603px;
  margin: 0;
  overflow: hidden;
  border-radius: 24px;
  box-shadow: 0 24px 70px rgba(67, 220, 209, 0.2);
}
.mutual-funds-overview__image::after {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  height: 96px;
  background: linear-gradient(0deg, rgba(67, 220, 209, 0.2), transparent);
  content: '';
  pointer-events: none;
}
.mutual-funds-overview__image img {
  position: absolute;
  top: -142px;
  left: -286px;
  width: 897px;
  max-width: none;
  height: 897px;
  object-fit: cover;
}
.mutual-funds-benefits h3 {
  top: 0;
}
.mutual-funds-service-card {
  --service-accent: #5eb4e7;
  --service-accent-rgb: 94, 180, 231;
}
.mutual-funds-service-card--teal {
  --service-accent: #43dcd1;
  --service-accent-rgb: 67, 220, 209;
}
.mutual-funds-service-card::before {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 3px;
  background: linear-gradient(180deg, var(--service-accent), rgba(var(--service-accent-rgb), 0.5));
  content: '';
  opacity: 0;
  transition: opacity 200ms ease;
}
.mutual-funds-service-card__divider {
  display: block;
  width: 24px;
  height: 2px;
  margin-top: 12px;
  border-radius: 999px;
  background: var(--service-accent);
  opacity: 0;
  transform: scaleX(0);
  transform-origin: left;
  transition: opacity 200ms ease, transform 200ms ease;
}
@media (hover: hover) and (pointer: fine) {
  .mutual-funds-service-card:hover::before, .mutual-funds-service-card:hover .mutual-funds-service-card__divider {
    opacity: 1;
  }
  .mutual-funds-service-card:hover .mutual-funds-service-card__divider {
    transform: scaleX(1);
  }
}
@media (max-width: 1350px) and (min-width: 1024px) {
  .mutual-funds-overview__layout, .mutual-funds-services__layout {
    width: calc(100% - 80px);
  }
  .mutual-funds-overview__image {
    width: calc(100% - 752px);
    min-width: 400px;
  }
  .mutual-funds-overview__strapline {
    font-size: 20px;
  }
}
@media (max-width: 1023.98px) {
  .mutual-funds-overview {
    height: auto;
    min-height: 1589px;
  }
  .mutual-funds-overview__layout, .mutual-funds-services__layout {
    width: calc(100% - 80px);
  }
  .mutual-funds-overview__strapline {
    right: auto;
    left: 0;
  }
  .mutual-funds-overview__intro, .mutual-funds-benefits {
    right: auto;
    left: 0;
    width: 100%;
  }
  .mutual-funds-overview__intro > p {
    width: 100%;
  }
  .mutual-funds-overview__image {
    left: 0;
    width: 100%;
  }
  .mutual-funds-benefits__grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  .mutual-funds-benefit-card {
    width: 100%;
  }
  .mutual-funds-services {
    height: auto;
    min-height: 936px;
  }
  .mutual-funds-services__grid {
    width: 100%;
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}
@media (max-width: 1023.98px) and (min-width: 768px) {
  .mutual-funds-overview {
    height: 1540px;
  }
  .mutual-funds-overview__heading {
    top: 60px;
  }
  .mutual-funds-overview__strapline {
    top: 150px;
  }
  .mutual-funds-overview__intro {
    top: 210px;
  }
  .mutual-funds-overview__image {
    top: 560px;
    height: 400px;
  }
  .mutual-funds-overview__image img {
    inset: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
  .mutual-funds-benefits {
    top: 1000px;
  }
}
@media (max-width: 767.98px) {
  .mutual-funds-hero {
    height: 852px;
  }
  main section.mutual-funds-hero[class*="hero"] .mutual-funds-hero__media img {
    top: 0;
    left: calc(-43.77% + 30px) !important;
    width: 331.55% !important;
    max-width: none !important;
    height: 853px !important;
    object-fit: cover;
  }
  .mutual-funds-hero__shade {
    width: 100%;
    background: linear-gradient(180deg, rgba(25, 43, 62, 0) 6.22%, #192b3e 81.83%);
  }
  .mutual-funds-hero__bottom-shade {
    display: none;
  }
  .mutual-funds-hero__content {
    width: 100%;
    margin: 0;
    padding: 541px 20px 0;
  }
  .mutual-funds-hero__eyebrow {
    height: 32px;
    gap: 10px;
    font-size: 8px;
    line-height: 16px;
    letter-spacing: 2.64px;
  }
  .mutual-funds-hero__eyebrow .mutual-funds-rule {
    width: 40px;
  }
  .mutual-funds-hero__title {
    display: block;
    width: 223px;
    height: 88px;
    margin-top: 10px;
    overflow: hidden;
    font-size: 40px;
    line-height: 40px;
    letter-spacing: -1.6px;
    white-space: nowrap;
  }
  .mutual-funds-hero__title span, .mutual-funds-hero__title em {
    display: block;
  }
  .mutual-funds-hero__divider {
    display: block;
    margin-top: 20px;
  }
  .mutual-funds-hero__content > p {
    width: 356px;
    max-width: 100%;
    margin-top: 20px;
    font-size: 12px;
    line-height: 20px;
  }
  .mutual-funds-overview {
    height: 1589px;
    min-height: 1589px;
  }
  .mutual-funds-overview__layout {
    width: 100%;
    margin: 0;
  }
  .mutual-funds-overview__heading {
    top: 40px;
    left: 20px;
  }
  .mutual-funds-overview__eyebrow {
    font-size: 10px;
    line-height: 16px;
  }
  .mutual-funds-overview h2 {
    height: 60px;
    gap: 6px;
    margin-top: 0;
    font-size: 32px;
    line-height: 60px;
  }
  .mutual-funds-overview__strapline {
    top: 121px;
    left: 20px;
    font-size: 14px;
    line-height: 20px;
  }
  .mutual-funds-overview__intro {
    top: 181px;
    left: 20px;
    width: 349px;
    max-width: calc(100% - 40px);
    height: 398px;
  }
  .mutual-funds-overview__intro h3, .mutual-funds-benefits h3 {
    height: 30px;
    font-size: 16px;
    line-height: 30px;
  }
  .mutual-funds-overview__intro h3:first-of-type {
    top: 0;
  }
  .mutual-funds-overview__intro h3:nth-of-type(2) {
    top: 169px;
  }
  .mutual-funds-overview__intro > p {
    width: 100%;
    color: #404b5e;
    font-size: 14px;
    font-weight: 500;
    line-height: 20px;
  }
  .mutual-funds-overview__intro > p:first-of-type {
    top: 49px;
  }
  .mutual-funds-overview__intro > p:nth-of-type(2) {
    top: 218px;
  }
  .mutual-funds-overview__image {
    top: 599px;
    left: 50%;
    width: 350px;
    max-width: calc(100% - 40px);
    height: 296px;
    transform: translateX(-50%);
  }
  .mutual-funds-overview__image img {
    top: -78px;
    left: -136px;
    width: 537px;
    height: 537px;
  }
  .mutual-funds-benefits {
    top: 935px;
    left: 20px;
    width: calc(100% - 40px);
    height: 614px;
  }
  .mutual-funds-benefits__grid {
    top: 49px;
    left: 50%;
    width: 350px;
    max-width: 100%;
    grid-template-columns: 1fr;
    grid-template-rows: repeat(5, 97px);
    gap: 20px;
    transform: translateX(-50%);
  }
  .mutual-funds-benefit-card {
    width: 100%;
    height: 97px;
    padding: 20px;
  }
  .mutual-funds-benefit-card__copy > span {
    font-size: 14px;
  }
  .mutual-funds-services {
    height: 936px;
    min-height: 936px;
  }
  .mutual-funds-services__layout {
    width: 100%;
    margin: 0;
  }
  .mutual-funds-services__heading {
    top: 40px;
    left: 20px;
  }
  .mutual-funds-services__eyebrow {
    font-size: 8px;
    line-height: 16px;
  }
  .mutual-funds-services h2 {
    height: 60px;
    gap: 7px;
    margin-top: 0;
    font-size: 32px;
    line-height: 60px;
  }
  .mutual-funds-services__grid {
    top: 156px;
    left: 50%;
    display: grid;
    width: 350px;
    max-width: calc(100% - 40px);
    grid-template-columns: 1fr;
    gap: 20px;
    transform: translateX(-50%);
  }
  .mutual-funds-service-card {
    width: 100%;
    height: 170px;
    padding: 20px;
    box-shadow: 0 0 20px rgba(var(--service-accent-rgb), 0.1);
  }
  .mutual-funds-service-card h3 {
    margin-top: 13px;
  }
  .mutual-funds-service-card__divider {
    display: none;
  }
  .mutual-funds-service-card p {
    width: 100%;
    margin-top: 6px;
  }
}
#portfolio-management-page, #portfolio-management-page * {
  box-sizing: border-box;
}
#portfolio-management-page {
  overflow: hidden;
  background: #ffffff;
  color: #0d1b3e;
  font-family: 'Quicksand', sans-serif;
}
.portfolio-management-hero__media img {
  top: -149px;
  left: 11.6667%;
  width: 91.1806%;
  height: 875px;
}
.portfolio-management-hero__title {
  width: 838px;
}
.portfolio-management-overview {
  height: 978px;
}
.portfolio-management-overview__layout {
  width: calc(100% - 120px);
  max-width: 1320px;
}
.portfolio-management-overview__heading {
  width: 698px;
}
.portfolio-management-overview__mobile-pms {
  display: none;
}
.portfolio-management-overview__intro {
  top: 216px;
  height: 310px;
}
.portfolio-management-overview__image {
  top: 285px;
}
.portfolio-management-overview__image img {
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.portfolio-management-benefits {
  top: 536px;
}
@media (max-width: 1350px) and (min-width: 1024px) {
  .portfolio-management-overview__layout {
    width: calc(100% - 80px);
  }
  .portfolio-management-overview__strapline {
    font-size: 20px;
  }
}
@media (max-width: 1023.98px) {
  .portfolio-management-overview {
    height: 1500px;
    min-height: 1500px;
  }
  .portfolio-management-overview__layout {
    width: calc(100% - 80px);
  }
  .portfolio-management-overview__heading {
    width: 100%;
  }
  .portfolio-management-overview__intro {
    top: 210px;
  }
  .portfolio-management-overview__image {
    top: 560px;
    height: 400px;
  }
  .portfolio-management-benefits {
    top: 1000px;
  }
}
@media (max-width: 767.98px) {
  .portfolio-management-hero__media img {
    top: 0;
    left: -170.47%;
    width: 325.52%;
    height: 852px;
  }
  .portfolio-management-hero__shade {
    background: linear-gradient(180deg, rgba(25, 43, 62, 0) 6.22%, #192b3e 81.83%);
  }
  .portfolio-management-hero__content {
    padding-top: 496px;
  }
  .portfolio-management-hero__title {
    display: block;
    width: 309px;
    height: 135px;
    margin-top: 0;
  }
  .portfolio-management-hero__title > span {
    width: 243px;
    white-space: normal;
  }
  .portfolio-management-hero__title > em {
    margin-top: 5px;
    white-space: nowrap;
  }
  .portfolio-management-hero__divider {
    margin-top: 28px;
  }
  .portfolio-management-overview {
    height: 1634px;
    min-height: 1634px;
  }
  .portfolio-management-overview__layout {
    width: 100%;
  }
  .portfolio-management-overview__heading {
    top: 40px;
    left: 20px;
    width: calc(100% - 40px);
  }
  .portfolio-management-overview h2 {
    display: block;
    height: 100px;
    margin-top: 0;
    font-size: 32px;
    line-height: 50px;
    white-space: nowrap;
  }
  .portfolio-management-overview h2 > span, .portfolio-management-overview h2 > em {
    display: block;
  }
  .portfolio-management-overview__mobile-pms {
    display: inline;
  }
  .portfolio-management-overview__strapline {
    top: 176px;
    left: 20px;
  }
  .portfolio-management-overview__intro {
    top: 236px;
    left: 20px;
    width: calc(100% - 40px);
    height: 388px;
  }
  .portfolio-management-overview__intro h3, .portfolio-management-benefits h3 {
    font-size: 18px;
  }
  .portfolio-management-overview__intro h3:first-of-type {
    top: 0;
  }
  .portfolio-management-overview__intro h3:nth-of-type(2) {
    top: 189px;
    width: 321px;
    max-width: 100%;
    white-space: normal;
  }
  .portfolio-management-overview__intro > p:first-of-type {
    top: 49px;
  }
  .portfolio-management-overview__intro > p:nth-of-type(2) {
    top: 268px;
  }
  .portfolio-management-overview__image {
    top: 644px;
    left: 50%;
    width: 350px;
    max-width: calc(100% - 40px);
    height: 296px;
    transform: translateX(-50%);
  }
  .portfolio-management-overview__image img {
    width: 100%;
    height: 300px;
  }
  .portfolio-management-benefits {
    top: 980px;
    left: 20px;
    width: calc(100% - 40px);
    height: 614px;
  }
  .portfolio-management-benefits__grid {
    top: 49px;
    left: 50%;
    width: 350px;
    max-width: 100%;
    transform: translateX(-50%);
  }
  .portfolio-management-benefit-card {
    width: 100%;
  }
}
body.brickly-page-body {
  overflow-x: hidden;
  background: #ffffff;
}
.brickly-hero__media img {
  position: absolute;
  top: -34px;
  left: 13.125%;
  width: 86.875%;
  max-width: none;
  height: 703px;
  object-fit: cover;
}
.brickly-about__image {
  align-self: start;
  width: 568px;
  height: 603px;
  margin: 20px 0 0;
  overflow: hidden;
  border-radius: 24px;
  box-shadow: 0 24px 70px rgba(67, 220, 209, 0.2);
  grid-column: 2;
  grid-row: 1 / span 2;
}
.brickly-about__image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
@media (max-width: 1350px) and (min-width: 1024px) {
  .brickly-about__image {
    width: 100%;
  }
}
@media (max-width: 1023.98px) {
  .brickly-about__image {
    order: 2;
    width: 100%;
    height: 440px;
    margin-top: 40px;
  }
}
@media (max-width: 767.98px) {
  .brickly-hero__media img {
    top: 0;
    left: -188%;
    width: 386%;
    height: 852px;
    object-fit: cover;
  }
  .brickly-about__image {
    width: 350px;
    max-width: 100%;
    height: 296px;
    margin: 40px auto 0;
  }
  .brickly-about__image img {
    height: 310px;
  }
}
body.prime-flow-page-body {
  overflow-x: hidden;
  background: #ffffff;
}
#prime-flow-page, #prime-flow-page * {
  box-sizing: border-box;
}
.prime-flow-rule--reverse {
  background: linear-gradient(270deg, #5eb4e7 0%, #43dcd1 100%);
}
.prime-flow-hero__media {
  position: absolute;
  inset: 0;
  display: block;
}
.prime-flow-hero__media img {
  position: absolute;
  top: -29px;
  left: 3.4722%;
  width: 97.1875%;
  max-width: none;
  height: 933px;
  object-fit: cover;
}
.prime-flow-hero__shade {
  position: absolute;
  z-index: 1;
  inset: 0 auto 0 0;
  width: 90.28%;
  background: linear-gradient(90deg, #192b3e 0%, rgba(25, 43, 62, 0.96) 42%, rgba(25, 43, 62, 0) 100%);
}
.prime-flow-hero__bottom-shade {
  position: absolute;
  z-index: 1;
  right: 0;
  bottom: 0;
  left: 0;
  height: 246px;
  background: linear-gradient(180deg, rgba(18, 36, 76, 0) 0%, rgba(18, 36, 76, 0.3) 100%);
}
.prime-flow-hero__title em, .prime-flow-model h2 em {
  color: transparent;
  background: linear-gradient(90deg, #5eb4e7 0%, #43dcd1 100%);
  background-clip: text;
  -webkit-background-clip: text;
  font-style: italic;
}
.prime-flow-about__layout {
  position: relative;
}
.prime-flow-about__intro {
  position: absolute;
  top: 111px;
  left: 0;
  width: 672px;
}
.prime-flow-about__image {
  position: absolute;
  top: 95px;
  right: 0;
  width: 568px;
  height: 603px;
  margin: 0;
  overflow: hidden;
  border-radius: 24px;
  box-shadow: 0 24px 70px rgba(67, 220, 209, 0.2);
}
.prime-flow-about__image::after {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  height: 96px;
  background: linear-gradient(0deg, rgba(67, 220, 209, 0.2), transparent);
  content: '';
  pointer-events: none;
}
.prime-flow-about__image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.prime-flow-advantages {
  position: absolute;
  top: 281px;
  left: 0;
  width: 672px;
}
.prime-flow-advantage-card--curated {
  grid-area: 1 / 1;
}
.prime-flow-advantage-card--yield {
  grid-area: 1 / 2;
}
.prime-flow-advantage-card--cash-flow {
  grid-area: 2 / 1;
}
.prime-flow-advantage-card--risk {
  grid-area: 2 / 2;
}
.prime-flow-advantage-card--timeline {
  grid-area: 3 / 1;
}
.prime-flow-model__timeline {
  position: absolute;
  top: 192px;
  left: calc(50% - 510px);
  width: 1072px;
  height: 1312px;
  margin: 0;
  padding: 0;
  list-style: none;
}
.prime-flow-model__line {
  position: absolute;
  top: 0;
  left: 536px;
  width: 1px;
  height: 1260px;
  background: linear-gradient(180deg, rgba(94, 180, 231, 0.2), rgba(67, 220, 209, 0.4) 50%, rgba(94, 180, 231, 0.2));
}
.prime-flow-step {
  --tone-rgb: 94, 180, 231;
  position: absolute;
  inset: 0;
  list-style: none;
}
.prime-flow-step--cyan {
  --tone-rgb: 74, 200, 224;
}
.prime-flow-step--aqua {
  --tone-rgb: 61, 203, 216;
}
.prime-flow-step--teal {
  --tone-rgb: 67, 220, 209;
}
.prime-flow-step__marker {
  position: absolute;
  z-index: 2;
  top: var(--desktop-marker-top);
  left: 516px;
  display: flex;
  width: 40px;
  height: 40px;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background: linear-gradient(135deg, rgb(var(--tone-rgb)), rgba(var(--tone-rgb), 0.8));
  box-shadow: 0 4px 20px rgba(var(--tone-rgb), 0.31);
  color: #ffffff;
  font-size: 12px;
  font-weight: 700;
  line-height: 16px;
}
.prime-flow-step__label {
  position: absolute;
  top: calc(var(--desktop-marker-top) - 46px);
  display: flex;
  width: 472px;
  height: 68px;
  flex-direction: column;
}
.prime-flow-step--left .prime-flow-step__label {
  left: 600px;
  align-items: flex-start;
  text-align: left;
}
.prime-flow-step--right .prime-flow-step__label {
  left: 0;
  align-items: flex-end;
  text-align: right;
}
.prime-flow-step__label strong {
  height: 48px;
  color: #0d1b3e;
  font-family: 'Playfair Display', serif;
  font-size: 48px;
  font-weight: 700;
  line-height: 48px;
  opacity: 0.06;
}
.prime-flow-step__label span {
  color: rgb(var(--tone-rgb));
  font-size: 12px;
  font-weight: 700;
  line-height: 16px;
  letter-spacing: 2.4px;
  text-transform: uppercase;
}
.prime-flow-step__card {
  position: absolute;
  top: var(--desktop-card-top);
  width: 472px;
  height: var(--desktop-card-height);
  overflow: hidden;
  border: 0.8px solid rgba(94, 180, 231, 0.12);
  border-radius: 16px;
  background: #f7fbff;
}
.prime-flow-step--left .prime-flow-step__card {
  left: 0;
}
.prime-flow-step--right .prime-flow-step__card {
  left: 600px;
}
.prime-flow-step__icon {
  position: absolute;
  top: 28px;
  left: 28px;
  display: flex;
  width: 44px;
  height: 44px;
  align-items: center;
  justify-content: center;
  border-radius: 16px;
  background: linear-gradient(135deg, rgba(var(--tone-rgb), 0.125), rgba(var(--tone-rgb), 0.063));
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1), 0 1px 2px rgba(0, 0, 0, 0.1);
}
.prime-flow-step__icon img {
  width: 20px;
  height: 20px;
}
.prime-flow-step__badge {
  position: absolute;
  top: 28px;
  left: 92px;
  border: 0.8px solid rgba(var(--tone-rgb), 0.19);
  border-radius: 999px;
  background: rgba(var(--tone-rgb), 0.06);
  color: rgb(var(--tone-rgb));
  padding: 2px 10px;
  font-size: 10px;
  font-weight: 700;
  line-height: 15px;
  letter-spacing: 1px;
  text-transform: uppercase;
  white-space: nowrap;
}
.prime-flow-step__card h3 {
  position: absolute;
  top: 57px;
  left: 92px;
  margin: 0;
  color: #0d1b3e;
  font-family: 'Playfair Display', serif;
  font-size: 18px;
  font-weight: 700;
  line-height: 28px;
  white-space: nowrap;
}
.prime-flow-step__card p {
  position: absolute;
  top: 93px;
  left: 92px;
  width: 351px;
  margin: 0;
  color: #6b7fa3;
  font-size: 14px;
  font-weight: 400;
  line-height: 22.75px;
}
@media (max-width: 1350px) and (min-width: 1024px) {
  .prime-flow-about__layout {
    width: calc(100% - 80px);
  }
  .prime-flow-about__image {
    width: calc(100% - 752px);
    min-width: 400px;
  }
}
@media (max-width: 1023.98px) {
  .prime-flow-about {
    height: auto;
  }
  .prime-flow-about__layout {
    position: static;
    display: flex;
    width: calc(100% - 80px);
    height: auto;
    padding: 70px 0;
    flex-direction: column;
  }
  .prime-flow-about__intro, .prime-flow-about__image, .prime-flow-advantages {
    position: static;
    width: 100%;
  }
  .prime-flow-about__intro p {
    height: auto;
  }
  .prime-flow-about__image {
    height: 440px;
    margin-top: 40px;
  }
  .prime-flow-advantages {
    margin-top: 40px;
  }
  .prime-flow-advantages__grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    grid-template-rows: auto;
  }
  .prime-flow-advantage-card, .prime-flow-advantage-card--curated, .prime-flow-advantage-card--yield, .prime-flow-advantage-card--cash-flow, .prime-flow-advantage-card--risk, .prime-flow-advantage-card--timeline {
    width: 100%;
    grid-area: auto;
  }
  .prime-flow-model {
    height: 1968px;
  }
  .prime-flow-model__timeline {
    top: 0;
    left: 50%;
    width: 393px;
    height: 1968px;
    transform: translateX(-50%);
  }
  .prime-flow-model__line {
    top: 156px;
    left: 40px;
    height: 1772px;
  }
  .prime-flow-step__marker {
    top: var(--mobile-marker-top);
    left: 20px;
  }
  .prime-flow-step__label, .prime-flow-step--left .prime-flow-step__label, .prime-flow-step--right .prime-flow-step__label {
    top: calc(var(--mobile-marker-top) - 6px);
    left: 80px;
    width: 250px;
    height: 46px;
    align-items: flex-start;
    text-align: left;
  }
  .prime-flow-step__label strong {
    height: 30px;
    font-size: 32px;
    line-height: 30px;
    opacity: 0.2;
  }
  .prime-flow-step__card, .prime-flow-step--left .prime-flow-step__card, .prime-flow-step--right .prime-flow-step__card {
    top: var(--mobile-card-top);
    left: 73px;
    width: 300px;
    height: 201px;
  }
  .prime-flow-step__icon {
    top: 20px;
    left: 20px;
  }
  .prime-flow-step__badge {
    top: 31px;
    left: 84px;
  }
  .prime-flow-step__card h3 {
    top: 77px;
    left: 20px;
    font-size: 16px;
    line-height: 20px;
  }
  .prime-flow-step__card p {
    top: 110px;
    left: 20px;
    width: 260px;
    font-size: 14px;
    line-height: 22.75px;
  }
}
@media (max-width: 767.98px) {
  .prime-flow-hero {
    height: 852px;
  }
  .prime-flow-hero__media img {
    top: 0;
    left: -198.73%;
    width: 325.19%;
    height: 852px;
    object-fit: cover;
  }
  .prime-flow-hero__shade {
    width: 100%;
    background: linear-gradient(180deg, rgba(25, 43, 62, 0) 9.92%, #192b3e 82.45%);
  }
  .prime-flow-hero__bottom-shade {
    display: none;
  }
  .prime-flow-hero__content {
    width: 100%;
    margin: 0;
    padding: 521px 20px 0;
  }
  .prime-flow-hero__eyebrow {
    height: 32px;
    gap: 10px;
    font-size: 10px;
    line-height: 16px;
    letter-spacing: 2.64px;
  }
  .prime-flow-hero__eyebrow .prime-flow-rule {
    width: 40px;
  }
  .prime-flow-hero__title {
    display: block;
    width: 330px;
    height: 80px;
    margin-top: 10px;
    overflow: hidden;
    font-size: 40px;
    line-height: 40px;
    letter-spacing: -1.6px;
    white-space: nowrap;
  }
  .prime-flow-hero__title span, .prime-flow-hero__title em {
    display: block;
  }
  .prime-flow-hero__title em {
    margin-left: 6px;
  }
  .prime-flow-hero__divider {
    display: block;
    margin-top: 28px;
  }
  .prime-flow-hero__content > p {
    width: 320px;
    max-width: 100%;
    margin-top: 20px;
    font-size: 12px;
    line-height: 20px;
  }
  .prime-flow-about {
    height: 1309px;
  }
  .prime-flow-about__layout {
    display: block;
    width: 100%;
    height: 100%;
    margin: 0;
    padding: 40px 20px;
  }
  .prime-flow-about__intro h2 {
    height: 30px;
    font-size: 18px;
    line-height: 30px;
  }
  .prime-flow-about__intro p {
    height: 160px;
    margin-top: 19px;
    color: #404b5e;
    font-size: 14px;
    font-weight: 500;
    line-height: 20px;
  }
  .prime-flow-about__image {
    width: 350px;
    max-width: 100%;
    height: 296px;
    margin: 40px auto 0;
  }
  .prime-flow-about__image img {
    height: 310px;
  }
  .prime-flow-advantages {
    margin-top: 40px;
  }
  .prime-flow-advantages h3 {
    width: 335px;
    max-width: 100%;
    height: 60px;
    font-size: 18px;
    line-height: 30px;
  }
  .prime-flow-advantages__grid {
    display: grid;
    margin-top: 19px;
    grid-template-columns: 1fr;
    gap: 20px;
    justify-items: center;
  }
  .prime-flow-advantage-card, .prime-flow-advantage-card--curated, .prime-flow-advantage-card--yield, .prime-flow-advantage-card--cash-flow, .prime-flow-advantage-card--risk, .prime-flow-advantage-card--timeline {
    width: 350px;
    max-width: 100%;
    height: 97px;
    padding: 20px;
    grid-area: auto;
  }
  .prime-flow-advantage-card__copy > span {
    font-size: 14px;
  }
  .prime-flow-model__eyebrow {
    top: 40px;
    font-size: 10px;
    letter-spacing: 2.64px;
  }
  .prime-flow-model > h2 {
    top: 56px;
    font-size: 32px;
    line-height: 60px;
  }
  .prime-flow-model__timeline {
    width: 100%;
  }
  .prime-flow-step__card, .prime-flow-step--left .prime-flow-step__card, .prime-flow-step--right .prime-flow-step__card {
    right: 20px;
    width: auto;
  }
  .prime-flow-step__card p {
    right: 20px;
    width: auto;
  }
}
.about-page-body {
  background: #fff;
  overflow-x: hidden;
}
.about-page-body main {
  background: #fff;
  overflow: hidden;
}
.about-hero__image {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: 66% center;
}
.about-stats__grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 0;
  width: calc(100% - 40px);
  max-width: 1200px;
  height: 218px;
  margin: 20px auto 0;
  overflow: hidden;
  border-radius: 18px;
  background: rgba(255, 255, 255, 0.14);
}
.about-stat {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-start;
  min-width: 0;
  padding: 18px 4px 10px;
  border: 0;
  border-radius: 0 !important;
  background: rgba(13, 27, 62, 0.6);
  text-align: center;
}
.about-stat:nth-child(even) {
  border-left: 1px solid rgba(255, 255, 255, 0.14);
}
.about-stat__icon {
  width: 20px;
  height: 20px;
  margin-bottom: 2px;
}
.about-stat__value {
  display: block;
  min-height: 30px;
  color: #fff;
  font-family: 'Playfair Display', serif;
  font-size: 24px;
  font-weight: 700;
  line-height: 25px;
  white-space: nowrap;
}
.about-stat__label {
  color: #8db4cc;
  font-family: 'Quicksand', sans-serif;
  font-size: 12px;
  font-weight: 400;
  line-height: 20px;
  white-space: nowrap;
}
.about-story {
  min-height: 1561px;
  padding: 40px 20px;
  background: #fff;
}
.about-story__visual > img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center 43%;
}
.about-story__visual::after {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  height: 70px;
  background: linear-gradient(0deg, rgba(67, 220, 209, 0.2), transparent);
  content: '';
}
.about-value__accent {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 3px;
  background: linear-gradient(180deg, #5eb4e7, rgba(94, 180, 231, 0.5));
  transform-origin: bottom;
}
.about-value--teal .about-value__accent {
  background: linear-gradient(180deg, #43dcd1, rgba(67, 220, 209, 0.5));
}
@media (max-width: 1023px) {
  .about-value__accent {
    display: none;
  }
}
.about-value__rule {
  position: absolute;
  top: 63px;
  left: 84px;
  width: 24px;
  height: 2px;
  border-radius: 999px;
  background: #5eb4e7;
}
.about-value--teal .about-value__rule {
  background: #43dcd1;
}
.about-story__desktop-word {
  display: none;
}
.about-purpose__visual {
  position: relative;
  width: 100%;
  height: 332px;
  overflow: hidden;
  border-radius: 0 0 0 32px;
  background: #0d1b3e;
}
.about-purpose__visual > img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center 43%;
}
.about-purpose__visual-shade {
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, transparent 38%, rgba(25, 43, 62, 0.12) 56%, #192b3e 120%);
}
.about-team {
  min-height: 1658px;
  padding: 40px 20px;
  background: #0d1b3e;
}
.about-team__grid {
  display: grid;
  gap: 40px;
  margin-top: 40px;
}
.about-team-card {
  position: relative;
  height: 380px;
  overflow: hidden;
  border-radius: 32px;
  background: radial-gradient(circle at center, #ddd, #fff);
}
.about-team-card__portrait {
  position: absolute;
  max-width: none;
  filter: drop-shadow(0 0 20px rgba(0, 0, 0, 0.25));
}
.about-team-card__portrait--nikunj {
  top: 9px;
  left: -114px;
  width: 392px;
  height: 451px;
  object-fit: contain;
}
.about-team-card__portrait--kinjal {
  top: -12px;
  left: -68px;
  width: 358px;
  height: 577px;
  object-fit: contain;
  transform: scale(1.1);
}
.about-team-card__identity {
  position: absolute;
  right: 20px;
  bottom: 20px;
  left: 20px;
  width: auto;
  min-height: 154px;
  height: auto;
  padding: 20px;
  overflow: hidden;
  border-radius: 32px;
  background: linear-gradient(180deg, rgba(67, 220, 187, 0.5), rgba(36, 118, 101, 0.5));
  color: #fff;
  backdrop-filter: blur(37.5px);
}
.about-team-card__identity h3 {
  margin: 0 0 10px;
  font-family: 'Playfair Display', serif;
  font-size: 24px;
  font-weight: 700;
  line-height: 25px;
  white-space: nowrap;
}
.about-team-card__identity p {
  position: relative;
  padding-left: 14px;
  margin: 0 0 10px;
  font-family: 'Quicksand', sans-serif;
  font-size: 12px;
  font-weight: 400;
  line-height: 20px;
}
.about-team-card__identity p::before {
  position: absolute;
  top: 8px;
  left: 1px;
  width: 3px;
  height: 3px;
  border-radius: 50%;
  background: currentColor;
  content: '';
}
.about-team-card__desktop-tags {
  display: none;
}
.about-team-bio {
  min-height: 300px;
  margin-top: 20px;
  padding: 27px 26px;
  border-radius: 24px;
  background: rgba(255, 255, 255, 0.04);
}
.about-team-member:nth-child(2) .about-team-bio {
  min-height: 322px;
}
.about-team-bio > p {
  margin: 0;
  color: #fff;
  font-family: 'Quicksand', sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
}
.about-team-bio__tags {
  display: flex;
  flex-wrap: wrap;
  gap: 19px 9px;
  margin-top: 20px;
}
.about-team-member:first-child .about-team-bio__tags {
  margin-top: 20px;
}
.about-team-member:nth-child(2) .about-team-bio__tags {
  margin-top: 19px;
}
.about-hero__image {
  animation: aboutHeroImage 1600ms cubic-bezier(0.22, 1, 0.36, 1) both;
}
.about-motion-ready [data-about-reveal] {
  opacity: 0;
  transition: opacity 700ms cubic-bezier(0.22, 1, 0.36, 1) var(--reveal-delay, 0ms), transform 700ms cubic-bezier(0.22, 1, 0.36, 1) var(--reveal-delay, 0ms), clip-path 900ms cubic-bezier(0.22, 1, 0.36, 1) var(--reveal-delay, 0ms);
}
.about-motion-ready [data-about-reveal='up'] {
  transform: translateY(48px);
}
.about-motion-ready [data-about-reveal='left'] {
  transform: translateX(-60px);
}
.about-motion-ready [data-about-reveal='right'] {
  transform: translateX(60px);
}
.about-motion-ready [data-about-reveal='wipe'] {
  opacity: 1;
  clip-path: inset(0 0 100% 100% round 0 0 0 32px);
}
.about-motion-ready [data-about-reveal].is-visible {
  opacity: 1;
  transform: translate(0, 0);
}
.about-motion-ready [data-about-reveal='wipe'].is-visible {
  clip-path: inset(0 0 0 0 round 0 0 0 32px);
}
.about-motion-ready [data-about-reveal]:not([data-about-reveal='wipe']).is-visible {
  clip-path: none;
}
.about-motion-ready .about-value__accent {
  transform: scaleY(0);
  transition: transform 700ms cubic-bezier(0.22, 1, 0.36, 1) 350ms;
}
.about-motion-ready .about-value.is-visible .about-value__accent {
  transform: scaleY(1);
}
.about-motion-ready .about-team-card__identity {
  transform: translateX(90px);
  transition: transform 850ms cubic-bezier(0.22, 1, 0.36, 1) 250ms;
}
.about-motion-ready .about-team-card.is-visible .about-team-card__identity {
  transform: translateX(0);
}
@keyframes aboutHeroImage {
  from {
    transform: scale(1.05);
  }
  to {
    transform: scale(1);
  }
}
@keyframes aboutHeroEyebrow {
  from {
    opacity: 0;
    transform: translateX(-24px);
  }
  to {
    opacity: 1;
    transform: translateX(0);
  }
}
@keyframes aboutHeroRise {
  to {
    transform: translateY(0);
  }
}
@keyframes aboutHeroLine {
  to {
    transform: scaleX(1);
  }
}
@media (min-width: 1024px) {
  .about-eyebrow {
    gap: 12px;
    font-size: 12px;
  }
  .about-section-heading h2 {
    margin-top: 20px;
    font-size: 48px;
    line-height: 60px;
  }
  .about-hero {
    height: 589px;
  }
  .about-hero__image {
    object-position: center center;
  }
  .about-hero__shade {
    background: linear-gradient(90deg, rgba(25, 43, 62, 0.98) 0%, rgba(25, 43, 62, 0.64) 33%, rgba(25, 43, 62, 0) 76%), linear-gradient(0deg, rgba(25, 43, 62, 0.98) 0%, transparent 42%);
  }
  .about-hero__content {
    top: 140px;
    right: auto;
    left: max(60px, calc((100vw - 1320px) / 2));
    width: 672px;
  }
  .about-hero__title {
    gap: 18px;
    height: 94px;
    font-size: 80px;
    line-height: 84px;
  }
  .about-hero__title-clip {
    padding-top: 10px;
  }
  .about-hero__divider {
    margin-top: 38px;
  }
  .about-hero__copy-clip {
    height: 132px;
    margin-top: 20px;
  }
  .about-hero__copy {
    width: 460px;
    font-size: 16.8px;
    line-height: 31.08px;
  }
  .about-stats {
    width: calc(100% + 94px);
    margin-left: -47px;
    background: radial-gradient(ellipse 1320px 224px at 30% 50%, rgba(94, 180, 231, 0.15) 0%, rgba(47, 90, 116, 0.075) 30%, transparent 60%), linear-gradient(90deg, #0d1b3e 0%, #1a3060 50%, #0d1b3e 100%);
  }
  .about-stats__grid {
    grid-template-columns: repeat(4, minmax(0, 1fr));
    column-gap: 0;
    width: min(1200px, calc(100% - 240px));
    height: 180px;
    margin-top: 40px;
    border-radius: 16px;
    background: rgba(255, 255, 255, 0.1);
  }
  .about-stat {
    width: 299.25px;
    height: 180px;
    padding: 40px 32px;
    border: 0;
    box-sizing: border-box;
  }
  .about-stat:nth-child(even) {
    border-left: 0;
  }
  .about-stat:not(:first-child) {
    border-left: 1px solid rgba(255, 255, 255, 0.14);
  }
  .about-stat__icon {
    margin-bottom: 12px;
  }
  .about-stat__value {
    min-height: 48px;
    font-size: 36px;
    line-height: 40px;
  }
  .about-stat__label {
    font-family: 'Inter', sans-serif;
    font-size: 14px;
  }
  .about-story {
    height: 896px;
    min-height: 0;
    padding: 60px;
  }
  .about-story__layout {
    grid-template-areas: 'visual narrative' 'visual values';
    grid-template-columns: 568px minmax(0, 672px);
    grid-template-rows: 230px 350px;
    gap: 40px 80px;
    margin-top: 60px;
  }
  .about-story__narrative {
    min-height: 0;
  }
  .about-story__narrative h3 {
    margin-bottom: 10px;
    line-height: 60px;
  }
  .about-story__narrative p {
    color: #6b7fa3;
    font-weight: 400;
  }
  .about-story__visual {
    height: 603px;
    margin-top: 10px;
    box-shadow: none;
  }
  .about-story__visual > img {
    object-position: center 44%;
  }
  .about-story__badges {
    gap: 16px;
  }
  .about-story__badges .about-pill, .about-story__badges .about-pill:nth-child(2) {
    width: auto;
    min-height: 34px;
    padding: 8px 16px;
    font-size: 12px;
    white-space: nowrap;
  }
  .about-values {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    grid-template-rows: repeat(2, 165px);
    gap: 20px;
  }
  .about-value:nth-child(3), .about-value:nth-child(4) {
    order: initial;
  }
  .about-story__desktop-word {
    display: inline;
  }
  .about-story__mobile-word {
    display: none;
  }
  .about-purpose {
    height: 664px;
    min-height: 0;
    overflow: hidden;
  }
  .about-purpose__visual {
    position: absolute;
    top: 0;
    right: 0;
    width: 44.7916667%;
    max-width: 645px;
    height: 77.7108434%;
    max-height: 516px;
  }
  .about-purpose__visual > img {
    position: absolute;
    top: -33.1395349%;
    left: 0;
    width: 108.8372093%;
    height: 175.1937984%;
    max-width: none;
    object-position: center;
  }
  .about-purpose__inner {
    width: min(1320px, calc(100% - 120px));
    height: 664px;
    margin: 0 auto;
    padding: 60px 0;
  }
  .about-purpose__copy {
    width: 586px;
    min-height: 300px;
    margin-top: 60px;
    color: #6b7fa3;
    font-size: 14px;
    font-weight: 400;
  }
  .about-purpose__copy p {
    margin-bottom: 20px;
  }
  .about-purpose__button {
    margin-top: 40px;
  }
  .about-team {
    height: 984px;
    min-height: 0;
    padding: 60px;
  }
  .about-team__grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 44px;
    margin-top: 60px;
  }
  .about-team-card {
    height: 555px;
    background: rgba(94, 180, 231, 0.07);
  }
  .about-team-member:first-child .about-team-card {
    background: linear-gradient(144deg, rgba(94, 180, 231, 0.15), transparent 54%), rgba(94, 180, 231, 0.07);
  }
  .about-team-member:nth-child(2) .about-team-card {
    background: linear-gradient(225deg, rgba(94, 180, 231, 0.15), transparent 58%), rgba(94, 180, 231, 0.07);
  }
  .about-team-card__portrait--nikunj {
    top: 5px;
    left: -182px;
    width: 643px;
    height: 740px;
  }
  .about-team-card__portrait--kinjal {
    top: 6px;
    left: -114px;
    width: 526px;
    height: 849px;
    transform: scale(1.1);
  }
  .about-team-card__identity {
    top: 268px;
    left: 242px;
    width: 487px;
    height: 314px;
    backdrop-filter: blur(20px);
  }
  .about-team-card__identity h3 {
    margin-bottom: 0;
    font-size: 32px;
    line-height: 60px;
  }
  .about-team-card__identity p {
    padding-left: 0;
    margin-bottom: 10px;
    font-size: 14px;
  }
  .about-team-card__identity p::before {
    display: none;
  }
  .about-team-card__desktop-tags {
    display: flex;
    width: 356px;
    flex-wrap: wrap;
    gap: 20px 10px;
    margin-top: 20px;
  }
  .about-team-card__desktop-tags .about-pill {
    font-size: 12px;
  }
  .about-team-bio, .about-team-member:nth-child(2) .about-team-bio {
    min-height: 133px;
    height: 133px;
    padding: 27px 26px;
  }
  .about-team-bio__tags {
    display: none;
  }
}
@media (min-width: 1024px) and (max-width: 1279px) {
  .about-story__layout {
    grid-template-columns: minmax(380px, 0.9fr) minmax(0, 1.1fr);
    gap: 40px;
  }
  .about-stats__grid {
    grid-template-columns: repeat(4, minmax(0, 1fr));
    width: calc(100% - 120px);
  }
  .about-stat {
    width: 100%;
  }
  .about-team-card__identity {
    left: 35%;
  }
}
.careers-hero__image {
  position: absolute;
  top: 0;
  left: 50%;
  width: auto;
  max-width: none;
  height: 100%;
  transform: translateX(-55%);
  pointer-events: none;
}
.careers-field:focus-within > span, .careers-field:has(input:not(:placeholder-shown)) > span, .careers-field:has(textarea:not(:placeholder-shown)) > span {
  color: #4a6080;
  font-size: 10px;
  transform: translateY(-9px);
}
.careers-upload:hover, .careers-upload.is-dragging {
  border-color: #43dcd1;
  background: rgba(67, 220, 209, 0.06);
}
.careers-upload.has-file {
  border-style: solid;
  background: rgba(94, 180, 231, 0.05);
}
.careers-hero__image {
  animation: careersHeroImage 1500ms cubic-bezier(0.22, 1, 0.36, 1) both;
}
.careers-motion-ready [data-careers-reveal] {
  opacity: 0;
  transition: opacity 700ms cubic-bezier(0.22, 1, 0.36, 1) var(--reveal-delay, 0ms), transform 700ms cubic-bezier(0.22, 1, 0.36, 1) var(--reveal-delay, 0ms);
}
.careers-motion-ready [data-careers-reveal='up'] {
  transform: translateY(42px);
}
.careers-motion-ready [data-careers-reveal='left'] {
  transform: translateX(-48px);
}
.careers-motion-ready [data-careers-reveal='right'] {
  transform: translateX(48px);
}
.careers-motion-ready [data-careers-reveal].is-visible {
  opacity: 1;
  transform: translate(0, 0);
}
@keyframes careersHeroImage {
  from {
    scale: 1.04;
  }
  to {
    scale: 1;
  }
}
@keyframes careersHeroEnter {
  from {
    opacity: 0;
    translate: 0 28px;
  }
  to {
    opacity: 1;
    translate: 0 0;
  }
}
@keyframes careersLine {
  to {
    transform: scaleX(1);
  }
}
@media (min-width: 1024px) {
  .careers-eyebrow {
    font-size: 12px;
  }
  .careers-hero {
    height: 589px;
  }
  .careers-hero__image {
    top: -20.97%;
    left: -10.21%;
    width: 151.46%;
    height: 206.62%;
    object-fit: cover;
    transform: none;
  }
  .careers-hero__shade {
    background: linear-gradient(90deg, rgba(25, 43, 62, 0.98) 0%, rgba(25, 43, 62, 0.72) 33%, rgba(25, 43, 62, 0) 76%), linear-gradient(0deg, #192b3e 0%, rgba(25, 43, 62, 0) 42%);
  }
  .careers-hero__content {
    top: 122px;
    right: auto;
    left: max(60px, calc((100vw - 1320px) / 2));
    width: 739px;
  }
  .careers-eyebrow--hero {
    height: 32px;
    font-size: 12px;
  }
  .careers-hero__title {
    width: 739px;
    height: 168px;
    font-size: 80px;
    line-height: 84px;
  }
  .careers-hero__divider {
    margin-top: 18px;
  }
  .careers-hero__copy {
    width: 639px;
    margin-top: 20px;
    font-size: 16.8px;
    line-height: 31.08px;
  }
  .careers-culture {
    height: 723px;
    padding: 60px 0;
  }
  .careers-culture__panel {
    width: min(1320px, calc(100% - 100px));
    height: 603px;
  }
  .careers-culture__intro h2 {
    top: 69px;
    left: 60px;
    font-size: 48px;
    line-height: 60px;
  }
  .careers-culture__intro p {
    top: 79px;
    right: 60px;
    left: auto;
    width: 480px;
    font-size: 14px;
    line-height: 20px;
  }
  .careers-pillar-grid {
    top: 209px;
    right: 57px;
    left: 57px;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 30px;
  }
  .careers-pillar-card {
    width: 100%;
    height: 337px;
  }
  .careers-join {
    height: 930px;
  }
  .careers-join__inner {
    width: min(1320px, calc(100% - 120px));
  }
  .careers-join__copy {
    top: 155px;
    right: auto;
    left: 0;
    width: 46.82%;
  }
  .careers-join__copy h2 {
    height: 60px;
    margin-top: 20px;
    font-size: 48px;
    line-height: 60px;
    white-space: nowrap;
  }
  .careers-join__copy h2 em {
    display: inline;
  }
  .careers-join__copy > p {
    margin-top: 40px;
    font-size: 14px;
    line-height: 20px;
  }
  .careers-benefit-grid {
    top: 411px;
    right: auto;
    left: 0;
    width: 46.82%;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 21px 16px;
  }
  .careers-benefit-card {
    height: 171px;
  }
  .careers-benefit-card p {
    max-width: 234px;
    font-size: 12px;
  }
  .careers-application {
    top: 105px;
    right: 0;
    left: auto;
    width: 48.71%;
    height: 719px;
  }
  .careers-field {
    left: 40px;
    width: calc((100% - 125px) / 2);
  }
  .careers-field--name {
    top: 40px;
  }
  .careers-field--email {
    top: 40px;
    left: auto;
    right: 40px;
  }
  .careers-field--phone {
    top: 151px;
  }
  .careers-field--position {
    top: 151px;
    left: auto;
    right: 40px;
  }
  .careers-field--message {
    top: 483px;
    width: calc(100% - 80px);
    height: 96px;
  }
  .careers-field > span {
    font-size: 14px;
  }
  .careers-upload-label {
    top: 246px;
    left: 50px;
  }
  .careers-upload {
    top: 282px;
    right: 40px;
    left: 40px;
  }
  .careers-upload__copy {
    font-size: 12px;
    line-height: 20px;
  }
  .careers-application__submit {
    top: 619px;
    left: 50%;
    width: auto;
    min-width: 271px;
    padding: 16px 36px;
    font-family: 'Inter', sans-serif;
    transform: translateX(-50%);
  }
  .careers-application__submit:hover {
    transform: translate(-50%, -2px);
  }
}
@media (min-width: 1024px) and (max-width: 1279px) {
  .careers-culture__intro p {
    width: 42%;
  }
  .careers-pillar-grid {
    gap: 20px;
  }
  .careers-join__copy h2 {
    font-size: 40px;
  }
  .careers-benefit-card {
    padding: 16px;
  }
}
@media (max-width: 392px) {
  .careers-hero__content {
    right: 16px;
    left: 16px;
  }
  .careers-hero__title {
    width: 100%;
    font-size: 36px;
  }
  .careers-hero__copy {
    width: 100%;
  }
  .careers-culture {
    padding-right: 16px;
    padding-left: 16px;
  }
  .careers-culture__intro p {
    font-size: 13px;
  }
  .careers-pillar-grid {
    right: 16px;
    left: 16px;
  }
  .careers-join__copy, .careers-benefit-grid, .careers-application {
    right: 16px;
    left: 16px;
  }
  .careers-join__copy h2 {
    font-size: 30px;
  }
  .careers-benefit-card p {
    font-size: 12px;
  }
}
.contact-page-body {
  background: #fff;
}
.contact-page-body main {
  background: #fff;
}
.contact-hero__image {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  max-width: none;
  object-fit: cover;
  object-position: center;
  pointer-events: none;
}
.contact-hero__bottom-shade, .contact-hero__side-shade {
  position: absolute;
  inset: 0;
  pointer-events: none;
}
.contact-hero__bottom-shade {
  background: linear-gradient(180deg, rgba(25, 43, 62, 0) 4.52%, #192b3e 81.54%);
}
.contact-hero__side-shade {
  display: none;
}
.contact-field:focus-within .contact-field__label, .contact-field:has(input:not(:placeholder-shown)) .contact-field__label, .contact-field:has(textarea:not(:placeholder-shown)) .contact-field__label {
  opacity: 0;
}
@media (min-width: 1024px) {
  .contact-hero__image {
    inset: 0;
    width: 100%;
    height: 100%;
  }
  .contact-hero__bottom-shade {
    top: auto;
    height: 246px;
    background: linear-gradient(180deg, rgba(25, 43, 62, 0), #192b3e);
  }
  .contact-hero__side-shade {
    display: block;
    width: 90.28%;
    background: linear-gradient(90deg, #192b3e 0%, rgba(25, 43, 62, 0.9) 26%, rgba(25, 43, 62, 0) 76%);
  }
}
body.alternative-page-body {
  overflow-x: hidden;
  background: #fff;
}
.alternative-hero__image {
  position: absolute;
  top: -21px;
  left: 50%;
  width: 596px;
  height: 894px;
  max-width: none;
  transform: translateX(-50%);
  object-fit: cover;
}
.alternative-media-card img {
  position: absolute;
  top: -3px;
  left: -12px;
  width: calc(100% + 22px);
  height: auto;
  max-width: none;
  aspect-ratio: 1;
  object-fit: cover;
}
.alternative-section--global .alternative-media-card img, .alternative-section--commodity .alternative-media-card img {
  top: -31px;
}
@media (min-width: 1024px) {
  .alternative-hero__image {
    top: -732px;
    left: calc(50% - 526px);
    width: 1373px;
    height: 2060px;
    transform: none;
  }
  .alternative-media-card img, .alternative-section--global .alternative-media-card img, .alternative-section--commodity .alternative-media-card img {
    top: -21px;
    left: -49px;
    width: 645px;
    height: 645px;
    object-fit: cover;
    transition: transform 500ms ease;
  }
  .alternative-media-card:hover img {
    transform: scale(1.025);
  }
  .alternative-section--commodity .alternative-opportunities, .alternative-section--commodity .alternative-opp-card {
    width: 327px;
    grid-template-columns: 327px;
  }
  .alternative-section--commodity .alternative-opp-card__title {
    max-width: 177px;
  }
}
.about-value > p {
  right: 30px;
  width: auto;
}
@media (max-width: 1023.98px) {
  .site-header__bar {
    position: relative !important;
    justify-content: space-between !important;
  }
  .site-header > div:first-child > .site-header__bar > a.site-header__brand {
    position: absolute !important;
    right: auto !important;
    left: 50% !important;
    width: auto;
    margin-inline: 0;
    transform: translateX(-50%) !important;
  }
  #mobile-menu-btn {
    position: static !important;
    right: auto !important;
    left: auto !important;
    margin-left: auto !important;
  }
}
body.services-page-body {
  overflow-x: hidden;
  background: #ffffff;
}
#services-page, #services-page * {
  box-sizing: border-box;
}
#services-page {
  overflow: hidden;
  color: #0d1b3e;
  background: #ffffff;
  font-family: 'Quicksand', sans-serif;
}
.services-gradient-text {
  color: transparent;
  background: linear-gradient(90deg, #5eb4e7 0%, #43dcd1 100%);
  background-clip: text;
  -webkit-background-clip: text;
  font-style: italic;
}
.services-rule {
  display: block;
  width: 32px;
  height: 1px;
  flex: 0 0 auto;
  background: linear-gradient(90deg, #5eb4e7 0%, #43dcd1 100%);
}
.services-hero {
  position: relative;
  height: 589px;
  overflow: hidden;
  background: #192b3e;
}
.services-hero__image {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  max-width: none;
  object-fit: cover;
  object-position: center center;
}
.services-hero__lower-shade {
  position: absolute;
  z-index: 1;
  top: 329px;
  left: 0;
  width: 100%;
  height: 322px;
}
.services-hero__shade {
  position: absolute;
  z-index: 2;
  inset: 0 auto 0 0;
  width: 90.28%;
  background: linear-gradient(90deg, #192b3e 0%, rgba(25, 43, 62, 0.96) 42%, rgba(25, 43, 62, 0) 100%);
}
.services-hero__content {
  position: relative;
  z-index: 3;
  height: 100%;
}
.services-hero__eyebrow {
  position: absolute;
  top: 164px;
  left: 60px;
  display: flex;
  width: 672px;
  min-height: 32px;
  align-items: center;
  gap: 12px;
  color: #43dcd1;
  font-size: 12px;
  font-weight: 700;
  line-height: 16px;
  letter-spacing: 2.64px;
  text-transform: uppercase;
}
.services-hero__eyebrow .services-rule {
  width: 40px;
}
.services-hero__title {
  position: absolute;
  top: 216px;
  left: 60px;
  width: 430px;
  margin: 0;
  color: #ffffff;
  font-family: 'Playfair Display', serif;
  font-size: 80px;
  font-weight: 700;
  line-height: 84px;
  letter-spacing: -1.6px;
}
.services-hero__title > span {
  display: block;
}
.services-hero__divider {
  position: absolute;
  top: 420px;
  left: 60px;
  width: 104px;
  height: 1px;
  background: linear-gradient(90deg, #5eb4e7 0%, #43dcd1 100%);
}
.services-hero__description-clip {
  position: absolute;
  top: 455px;
  left: 60px;
  width: 460px;
  min-height: 94px;
  overflow: hidden;
}
.services-hero__description-clip p {
  margin: 0;
  color: rgba(255, 255, 255, 0.72);
  font-size: 16.8px;
  font-weight: 400;
  line-height: 31.08px;
}
.service-intro {
  position: relative;
  height: 925px;
  overflow: hidden;
  background: #ffffff;
  scroll-margin-top: 96px;
}
.service-intro__copy {
  position: relative;
  height: 329px;
}
.service-intro__eyebrow {
  position: absolute;
  top: 57px;
  left: 60px;
  display: flex;
  align-items: center;
  gap: 12px;
  color: #5eb4e7;
  font-size: 12px;
  font-weight: 700;
  line-height: 16px;
  letter-spacing: 2.4px;
  text-transform: uppercase;
}
.service-intro__title {
  position: absolute;
  top: 83px;
  left: 60px;
  margin: 0;
  color: #0d1b3e;
  font-family: 'Playfair Display', serif;
  font-size: 48px;
  font-weight: 700;
  line-height: 60px;
  white-space: nowrap;
}
.service-intro__title span + span {
  margin-left: 5px;
}
.service-intro__summary {
  position: absolute;
  top: 88px;
  right: 60px;
  width: 47.64%;
  margin: 0;
  color: #000000;
  font-size: 18px;
  font-weight: 500;
  line-height: 25px;
}
.service-intro__approach {
  position: absolute;
  top: 174px;
  right: 60px;
  left: 60px;
  height: 125px;
  overflow: hidden;
  border: 0.8px solid rgba(94, 180, 231, 0.12);
  border-radius: 16px;
  background: #f7fbff;
  padding: 19px 20px;
}
.service-intro__approach h3 {
  margin: 0;
  color: #000000;
  font-family: 'Playfair Display', serif;
  font-size: 18px;
  font-weight: 700;
  line-height: 23px;
}
.service-intro__approach p {
  margin: 20px 0 0;
  color: #404b5e;
  font-size: 14px;
  font-weight: 500;
  line-height: 20px;
}
.service-intro__image-frame {
  position: absolute;
  top: 329px;
  right: 0;
  bottom: 0;
  left: 0;
  overflow: hidden;
  background: #eef6fb;
}
.service-intro__image-frame img {
  position: absolute;
  top: -16.8%;
  left: 0;
  width: 100%;
  max-width: none;
  height: 136%;
  object-fit: cover;
  object-position: center;
}
.service-intro--wealth .service-intro__image-frame img {
  top: -6.5%;
}
.service-solutions {
  position: relative;
  height: 709px;
  overflow: hidden;
  background: #0a1628;
  padding-top: 60px;
}
.service-solutions__glow {
  position: absolute;
  top: 0;
  left: 50%;
  width: 700px;
  height: 300px;
  border-radius: 999px;
  background: radial-gradient(ellipse at center, rgba(94, 180, 231, 0.1), transparent 68%);
  filter: blur(32px);
  transform: translateX(-50%);
}
.service-solutions__eyebrow {
  position: relative;
  z-index: 1;
  display: flex;
  height: 16px;
  align-items: center;
  justify-content: center;
  gap: 12px;
  color: #43dcd1;
  font-size: 12px;
  font-weight: 700;
  line-height: 16px;
  letter-spacing: 2.4px;
  text-transform: uppercase;
}
.service-solutions__title {
  position: relative;
  z-index: 1;
  margin: 20px 0 0;
  color: #ffffff;
  font-family: 'Playfair Display', serif;
  font-size: 48px;
  font-weight: 700;
  line-height: 48px;
  text-align: center;
}
.service-solutions__title span + span {
  margin-left: 5px;
}
.service-solutions__grid {
  position: relative;
  z-index: 1;
  display: grid;
  width: calc(100% - 40px);
  max-width: 1210px;
  margin: 40px auto 0;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 20px;
}
.service-card {
  --card-accent: 94, 180, 231;
  --card-glow: url('../assets/images/4d225d4be694cbdccd0b98ac1365e37c5d1a957b.svg');
  position: relative;
  height: 225px;
  overflow: hidden;
  border: 0.8px solid rgba(255, 255, 255, 0.08);
  border-radius: 16px;
  background: rgba(255, 255, 255, 0.04);
  padding: 24px;
}
.service-card--teal {
  --card-accent: 67, 220, 209;
  --card-glow: url('../assets/images/d4f61a2151a364a705f70ce247cfdb3b3c3c0430.svg');
}
.service-card::after {
  position: absolute;
  top: 34.55%;
  left: 63.34%;
  width: 58.36%;
  height: 102.04%;
  background: var(--card-glow) center / 100% 100% no-repeat;
  content: '';
  opacity: 0;
  pointer-events: none;
  transition: opacity 280ms ease;
}
.service-card__rail {
  position: absolute;
  top: 16px;
  bottom: 17px;
  left: 0;
  width: 2px;
  border-radius: 999px;
  background: linear-gradient(180deg, rgb(var(--card-accent)), rgba(var(--card-accent), 0.25));
}
.service-card__topline {
  display: flex;
  height: 40px;
  align-items: flex-start;
  justify-content: space-between;
  gap: 16px;
}
.service-card__icon {
  display: flex;
  width: 40px;
  height: 40px;
  flex: 0 0 auto;
  align-items: center;
  justify-content: center;
  border-radius: 16px;
  background: rgba(var(--card-accent), 0.09);
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1), 0 1px 2px rgba(0, 0, 0, 0.1);
}
.service-card__icon img {
  width: 20px;
  height: 20px;
}
.service-card__badge {
  border: 0.8px solid rgba(var(--card-accent), 0.19);
  border-radius: 999px;
  background: rgba(var(--card-accent), 0.07);
  color: rgb(var(--card-accent));
  padding: 4px 10px;
  font-size: 10px;
  font-weight: 700;
  line-height: 15px;
  letter-spacing: 0.5px;
  text-transform: uppercase;
  white-space: nowrap;
}
.service-card h3 {
  margin: 20px 0 0;
  color: #ffffff;
  font-size: 16px;
  font-weight: 600;
  line-height: 24px;
}
.service-card p {
  max-width: 340px;
  margin: 8px 0 0;
  color: rgba(255, 255, 255, 0.45);
  font-size: 12px;
  font-weight: 400;
  line-height: 19.5px;
}
@media (hover: hover) and (pointer: fine) {
  .service-card:hover::after {
    opacity: 1;
  }
}
@media (max-width: 1023.98px) {
  .service-solutions__grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  .service-solutions {
    height: auto;
    min-height: 950px;
    padding-bottom: 40px;
  }
}
@media (max-width: 767.98px) {
  .services-hero {
    height: 852px;
  }
  .services-hero__image {
    top: 0;
    left: -33.33%;
    width: 166.92%;
    height: 852px;
    object-fit: fill;
  }
  .services-hero__lower-shade {
    display: none;
  }
  .services-hero__shade {
    width: 100%;
    background: linear-gradient(180deg, rgba(25, 43, 62, 0) 4.1%, #192b3e 81.47%);
  }
  .services-hero__eyebrow {
    top: 501px;
    left: 20px;
    width: calc(100% - 40px);
    min-height: 32px;
    gap: 12px;
    font-size: 10px;
    line-height: 16px;
    letter-spacing: 2.64px;
  }
  .services-hero__title {
    top: 543px;
    left: 20px;
    width: 150px;
    height: 80px;
    overflow: hidden;
    font-size: 40px;
    line-height: 40px;
  }
  .services-hero__divider {
    top: 651px;
    left: 20px;
    width: 64px;
  }
  .services-hero__description-clip {
    top: 672px;
    left: 20px;
    width: 320px;
    max-width: calc(100% - 40px);
    min-height: 60px;
  }
  .services-hero__description-clip p {
    font-size: 12px;
    line-height: 20px;
  }
  .service-intro {
    height: var(--mobile-intro-height);
    scroll-margin-top: 145px;
  }
  .service-intro--wealth {
    --mobile-intro-height: 852px;
    --mobile-image-top: 490px;
    --mobile-approach-height: 244px;
  }
  .service-intro--family {
    --mobile-intro-height: 832px;
    --mobile-image-top: 440px;
    --mobile-approach-height: 204px;
  }
  .service-intro--banking {
    --mobile-intro-height: 792px;
    --mobile-image-top: 450px;
    --mobile-approach-height: 204px;
  }
  .service-intro__copy {
    height: var(--mobile-image-top);
  }
  .service-intro__eyebrow {
    top: 40px;
    left: 21px;
    gap: 10px;
    font-size: 8px;
    line-height: 16px;
    letter-spacing: 2.4px;
  }
  .service-intro--wealth .service-intro__eyebrow {
    font-size: 10px;
  }
  .service-intro__title {
    top: 56px;
    left: 21px;
    max-width: calc(100% - 42px);
    font-size: 32px;
    line-height: 60px;
  }
  .service-intro__title span + span {
    margin-left: 3px;
  }
  .service-intro__summary {
    top: 126px;
    right: auto;
    left: 21px;
    width: calc(100% - 42px);
    font-size: 14px;
    line-height: 20px;
  }
  .service-intro__approach, .service-intro--wealth .service-intro__approach, .service-intro--banking .service-intro__approach {
    top: 206px;
    right: 20px;
    left: 20px;
    height: var(--mobile-approach-height);
    padding: 19px 20px;
  }
  .service-intro--wealth .service-intro__approach {
    right: 20.5px;
    left: 20.5px;
  }
  .service-intro__approach p, .service-intro--banking .service-intro__approach p {
    margin-top: 20px;
    font-size: 14px;
    line-height: 20px;
  }
  .service-intro__image-frame {
    top: var(--mobile-image-top);
  }
  .service-intro--wealth .service-intro__image-frame img {
    top: -10px;
    left: -68.7%;
    width: 208%;
    height: 460px;
    object-fit: cover;
  }
  .service-intro--family .service-intro__image-frame img {
    top: 0;
    left: -47.8%;
    width: 196%;
    height: 433px;
    object-fit: cover;
  }
  .service-intro--banking .service-intro__image-frame img {
    top: -29px;
    left: -55.7%;
    width: 212%;
    height: 469px;
    object-fit: cover;
  }
  .service-solutions {
    height: 1634px;
    min-height: 0;
    padding: 40px 0 0;
  }
  .service-solutions__eyebrow {
    height: 16px;
    font-size: 8px;
    line-height: 16px;
  }
  .service-solutions__title {
    margin-top: 0;
    font-size: 32px;
    line-height: 48px;
  }
  .service-solutions__grid {
    display: grid;
    width: calc(100% - 43px);
    max-width: 350px;
    margin-top: 40px;
    grid-template-columns: 1fr;
    gap: 20px;
  }
  .service-card {
    height: 225px;
  }
  .service-card p {
    max-width: 295px;
    font-size: 14px;
    line-height: 19.5px;
  }
}
@keyframes servicesHeroTitleIn {
  from {
    transform: translateY(80px);
  }
  to {
    transform: translateY(0);
  }
}
@keyframes servicesHeroRuleIn {
  to {
    transform: scaleX(1);
  }
}
@keyframes servicesHeroBodyIn {
  from {
    transform: translateY(60px);
  }
  to {
    transform: translateY(0);
  }
}
body.mutual-funds-page-body {
  overflow-x: hidden;
  background: #ffffff;
}
#mutual-funds-page, #mutual-funds-page * {
  box-sizing: border-box;
}
#mutual-funds-page {
  overflow: hidden;
  background: #ffffff;
  color: #0d1b3e;
  font-family: 'Quicksand', sans-serif;
}
.mutual-funds-rule {
  display: block;
  width: 32px;
  height: 1px;
  flex: 0 0 auto;
  background: linear-gradient(90deg, #5eb4e7 0%, #43dcd1 100%);
}
.mutual-funds-hero {
  position: relative;
  height: 589px;
  overflow: hidden;
  background: radial-gradient(ellipse at 50% 50%, #004879 0%, #093663 50%, #12244c 100%);
}
.mutual-funds-hero__media {
  position: absolute;
  inset: 0;
  display: block;
}
.mutual-funds-hero__media img {
  position: absolute;
  top: 33px;
  left: 15.2083%;
  width: 87.1528%;
  max-width: none;
  height: 821px;
  object-fit: cover;
}
.mutual-funds-hero__shade {
  position: absolute;
  z-index: 1;
  inset: 0 auto 0 0;
  width: 90.28%;
  background: linear-gradient(90deg, #192b3e 0%, rgba(25, 43, 62, 0.97) 38%, rgba(25, 43, 62, 0) 100%);
}
.mutual-funds-hero__bottom-shade {
  position: absolute;
  z-index: 1;
  right: 0;
  bottom: 0;
  left: 0;
  height: 197px;
  background: linear-gradient(180deg, rgba(18, 36, 76, 0) 0%, rgba(18, 36, 76, 0.34) 100%);
}
.mutual-funds-hero__content {
  position: relative;
  z-index: 2;
  width: calc(100% - 120px);
  max-width: 1320px;
  height: 100%;
  margin: 0 auto;
  padding-top: 258px;
}
.mutual-funds-hero__eyebrow, .mutual-funds-overview__eyebrow, .mutual-funds-services__eyebrow {
  display: flex;
  height: 16px;
  align-items: center;
  gap: 12px;
  color: #43dcd1;
  font-size: 12px;
  font-weight: 700;
  line-height: 16px;
  letter-spacing: 2.4px;
  text-transform: uppercase;
}
.mutual-funds-hero__title {
  display: flex;
  height: 48px;
  align-items: baseline;
  gap: 10px;
  margin: 20px 0 0;
  color: #ffffff;
  font-family: 'Playfair Display', serif;
  font-size: 48px;
  font-weight: 700;
  line-height: 48px;
  white-space: nowrap;
}
.mutual-funds-hero__title em, .mutual-funds-overview h2 em, .mutual-funds-services h2 em {
  color: transparent;
  background: linear-gradient(90deg, #5eb4e7 0%, #43dcd1 100%);
  background-clip: text;
  -webkit-background-clip: text;
  font-style: italic;
}
.mutual-funds-hero__divider {
  display: block;
  width: 64px;
  height: 1px;
  background: linear-gradient(90deg, #5eb4e7 0%, #43dcd1 100%);
}
.mutual-funds-hero__content > p {
  margin: 20px 0 0;
  color: rgba(255, 255, 255, 0.72);
  font-size: 16px;
  font-weight: 400;
  line-height: 30px;
}
.mutual-funds-overview {
  height: 1017px;
  overflow: hidden;
  background: #ffffff;
}
.mutual-funds-overview__layout {
  position: relative;
  width: calc(100% - 120px);
  max-width: 1320px;
  height: 100%;
  margin: 0 auto;
}
.mutual-funds-overview__heading {
  position: absolute;
  top: 60px;
  left: 0;
}
.mutual-funds-overview__eyebrow, .mutual-funds-services__eyebrow {
  color: #5eb4e7;
}
.mutual-funds-overview h2, .mutual-funds-services h2 {
  display: flex;
  height: 60px;
  align-items: baseline;
  gap: 10px;
  margin: 20px 0 0;
  color: #0d1b3e;
  font-family: 'Playfair Display', serif;
  font-size: 48px;
  font-weight: 700;
  line-height: 60px;
  white-space: nowrap;
}
.mutual-funds-overview__strapline {
  position: absolute;
  top: 126px;
  right: 0;
  margin: 0;
  color: #000000;
  font-size: 24px;
  font-weight: 400;
  line-height: 20px;
  white-space: nowrap;
}
.mutual-funds-overview__intro {
  position: absolute;
  top: 216px;
  right: 0;
  width: 672px;
  height: 330px;
}
.mutual-funds-overview__intro h3, .mutual-funds-benefits h3 {
  position: absolute;
  left: 0;
  margin: 0;
  color: #000000;
  font-family: 'Playfair Display', serif;
  font-size: 18px;
  font-weight: 700;
  line-height: 60px;
}
.mutual-funds-overview__intro h3:first-of-type {
  top: 0;
}
.mutual-funds-overview__intro h3:nth-of-type(2) {
  top: 150px;
}
.mutual-funds-overview__intro > p {
  position: absolute;
  left: 0;
  width: 672px;
  margin: 0;
  color: #6b7fa3;
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
}
.mutual-funds-overview__intro > p:first-of-type {
  top: 70px;
}
.mutual-funds-overview__intro > p:nth-of-type(2) {
  top: 220px;
}
.mutual-funds-overview__image {
  position: absolute;
  top: 226px;
  left: 0;
  width: 568px;
  height: 603px;
  margin: 0;
  overflow: hidden;
  border-radius: 24px;
  box-shadow: 0 24px 70px rgba(67, 220, 209, 0.2);
}
.mutual-funds-overview__image::after {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  height: 96px;
  background: linear-gradient(0deg, rgba(67, 220, 209, 0.2), transparent);
  content: '';
  pointer-events: none;
}
@media (max-width: 767.98px) {
  main section.contact-hero > img.contact-hero__image {
    inset: 0 !important;
    width: 100% !important;
    height: 100% !important;
    object-fit: cover !important;
    transform: translate(var(--contact-hero-x, 180px), var(--contact-hero-y, -156px)) scale(var(--contact-hero-scale, 2.2)) !important;
    transform-origin: center;
  }
}
@media (min-width: 1024px) {
  main section.contact-hero > img.contact-hero__image {
    transform: translateX(var(--contact-hero-desktop-x, 0px)) !important;
  }
}
.mutual-funds-overview__image img {
  position: absolute;
  top: -142px;
  left: -286px;
  width: 897px;
  max-width: none;
  height: 897px;
  object-fit: cover;
}
.mutual-funds-benefits {
  position: absolute;
  top: 556px;
  right: 0;
  width: 672px;
  height: 304px;
}
.mutual-funds-benefits h3 {
  top: 0;
}
.mutual-funds-benefits__grid {
  position: absolute;
  top: 70px;
  left: 0;
  display: grid;
  grid-template-columns: repeat(2, 326px);
  grid-template-rows: repeat(3, 97px);
  gap: 20px;
}
.mutual-funds-benefit-card {
  display: flex;
  width: 326px;
  height: 97px;
  align-items: flex-start;
  gap: 16px;
  overflow: hidden;
  border: 0.8px solid rgba(94, 180, 231, 0.15);
  border-radius: 16px;
  background: #f4f9fe;
  padding: 20px;
}
.mutual-funds-benefit-card__icon {
  display: flex;
  width: 40px;
  height: 40px;
  flex: 0 0 auto;
  align-items: center;
  justify-content: center;
  border-radius: 16px;
  background: linear-gradient(135deg, #5eb4e7 0%, #43dcd1 100%);
  box-shadow: 0 4px 3px rgba(0, 0, 0, 0.1), 0 2px 2px rgba(0, 0, 0, 0.1);
}
.mutual-funds-benefit-card__icon img {
  width: 18px;
  height: 18px;
}
.mutual-funds-benefit-card__copy {
  display: flex;
  min-width: 0;
  flex-direction: column;
}
.mutual-funds-benefit-card strong {
  color: #0d1b3e;
  font-size: 14px;
  font-weight: 700;
  line-height: 20px;
  white-space: nowrap;
}
.mutual-funds-benefit-card__copy > span {
  margin-top: 2px;
  color: #6b7fa3;
  font-size: 12px;
  font-weight: 400;
  line-height: 16.5px;
}
.mutual-funds-services {
  height: 653px;
  overflow: hidden;
  background: #0a1628;
}
.mutual-funds-services__layout {
  position: relative;
  width: calc(100% - 120px);
  max-width: 1320px;
  height: 100%;
  margin: 0 auto;
}
.mutual-funds-services__heading {
  position: absolute;
  top: 104px;
  left: 0;
}
.mutual-funds-services h2 {
  color: #ffffff;
}
.mutual-funds-services__grid {
  position: absolute;
  top: 260px;
  left: 0;
  display: grid;
  width: calc(100% - 6px);
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 20px;
}
.mutual-funds-service-card {
  --service-accent: #5eb4e7;
  --service-accent-rgb: 94, 180, 231;
  position: relative;
  height: 269px;
  overflow: hidden;
  border: 0.8px solid rgba(94, 180, 231, 0.12);
  border-radius: 16px;
  background: rgba(255, 255, 255, 0.04);
  padding: 28px 28px 28px 36px;
}
.mutual-funds-service-card--teal {
  --service-accent: #43dcd1;
  --service-accent-rgb: 67, 220, 209;
}
.mutual-funds-service-card::before {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 3px;
  background: linear-gradient(180deg, var(--service-accent), rgba(var(--service-accent-rgb), 0.5));
  content: '';
  opacity: 0;
  transition: opacity 200ms ease;
}
.mutual-funds-service-card__icon {
  display: flex;
  width: 44px;
  height: 44px;
  align-items: center;
  justify-content: center;
  border-radius: 16px;
  background: rgba(var(--service-accent-rgb), 0.08);
}
.mutual-funds-service-card__icon img {
  width: 22px;
  height: 22px;
}
.mutual-funds-service-card h3 {
  margin: 24px 0 0;
  color: #ffffff;
  font-size: 16px;
  font-weight: 700;
  line-height: 22px;
  white-space: nowrap;
}
.mutual-funds-service-card__divider {
  display: block;
  width: 24px;
  height: 2px;
  margin-top: 12px;
  border-radius: 999px;
  background: var(--service-accent);
  opacity: 0;
  transform: scaleX(0);
  transform-origin: left;
  transition: opacity 200ms ease, transform 200ms ease;
}
.mutual-funds-service-card p {
  width: 220px;
  max-width: 100%;
  margin: 16px 0 0;
  color: #6b7fa3;
  font-size: 14px;
  font-weight: 400;
  line-height: 22.75px;
}
@media (hover: hover) and (pointer: fine) {
  .mutual-funds-service-card:hover::before, .mutual-funds-service-card:hover .mutual-funds-service-card__divider {
    opacity: 1;
  }
  .mutual-funds-service-card:hover .mutual-funds-service-card__divider {
    transform: scaleX(1);
  }
}
@media (max-width: 1350px) and (min-width: 1024px) {
  .mutual-funds-overview__layout, .mutual-funds-services__layout {
    width: calc(100% - 80px);
  }
  .mutual-funds-overview__image {
    width: calc(100% - 752px);
    min-width: 400px;
  }
  .mutual-funds-overview__strapline {
    font-size: 20px;
  }
}
@media (max-width: 1023.98px) {
  .mutual-funds-overview {
    height: auto;
    min-height: 1589px;
  }
  .mutual-funds-overview__layout, .mutual-funds-services__layout {
    width: calc(100% - 80px);
  }
  .mutual-funds-overview__strapline {
    right: auto;
    left: 0;
  }
  .mutual-funds-overview__intro, .mutual-funds-benefits {
    right: auto;
    left: 0;
    width: 100%;
  }
  .mutual-funds-overview__intro > p {
    width: 100%;
  }
  .mutual-funds-overview__image {
    left: 0;
    width: 100%;
  }
  .mutual-funds-benefits__grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  .mutual-funds-benefit-card {
    width: 100%;
  }
  .mutual-funds-services {
    height: auto;
    min-height: 936px;
  }
  .mutual-funds-services__grid {
    width: 100%;
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}
@media (max-width: 1023.98px) and (min-width: 768px) {
  .mutual-funds-overview {
    height: 1540px;
  }
  .mutual-funds-overview__heading {
    top: 60px;
  }
  .mutual-funds-overview__strapline {
    top: 150px;
  }
  .mutual-funds-overview__intro {
    top: 210px;
  }
  .mutual-funds-overview__image {
    top: 560px;
    height: 400px;
  }
  .mutual-funds-overview__image img {
    inset: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
  .mutual-funds-benefits {
    top: 1000px;
  }
}
@media (max-width: 767.98px) {
  .mutual-funds-hero {
    height: 852px;
  }
  main section.mutual-funds-hero[class*="hero"] .mutual-funds-hero__media img {
    top: 0;
    left: calc(-43.77% + 30px) !important;
    width: 331.55% !important;
    max-width: none !important;
    height: 853px !important;
    object-fit: cover;
  }
  .mutual-funds-hero__shade {
    width: 100%;
    background: linear-gradient(180deg, rgba(25, 43, 62, 0) 6.22%, #192b3e 81.83%);
  }
  .mutual-funds-hero__bottom-shade {
    display: none;
  }
  .mutual-funds-hero__content {
    width: 100%;
    margin: 0;
    padding: 541px 20px 0;
  }
  .mutual-funds-hero__eyebrow {
    height: 32px;
    gap: 10px;
    font-size: 8px;
    line-height: 16px;
    letter-spacing: 2.64px;
  }
  .mutual-funds-hero__eyebrow .mutual-funds-rule {
    width: 40px;
  }
  .mutual-funds-hero__title {
    display: block;
    width: 223px;
    height: 88px;
    margin-top: 10px;
    overflow: hidden;
    font-size: 40px;
    line-height: 40px;
    letter-spacing: -1.6px;
    white-space: nowrap;
  }
  .mutual-funds-hero__title span, .mutual-funds-hero__title em {
    display: block;
  }
  .mutual-funds-hero__divider {
    display: block;
    margin-top: 20px;
  }
  .mutual-funds-hero__content > p {
    width: 356px;
    max-width: 100%;
    margin-top: 20px;
    font-size: 12px;
    line-height: 20px;
  }
  .mutual-funds-overview {
    height: 1589px;
    min-height: 1589px;
  }
  .mutual-funds-overview__layout {
    width: 100%;
    margin: 0;
  }
  .mutual-funds-overview__heading {
    top: 40px;
    left: 20px;
  }
  .mutual-funds-overview__eyebrow {
    font-size: 10px;
    line-height: 16px;
  }
  .mutual-funds-overview h2 {
    height: 60px;
    gap: 6px;
    margin-top: 0;
    font-size: 32px;
    line-height: 60px;
  }
  .mutual-funds-overview__strapline {
    top: 121px;
    left: 20px;
    font-size: 14px;
    line-height: 20px;
  }
  .mutual-funds-overview__intro {
    top: 181px;
    left: 20px;
    width: 349px;
    max-width: calc(100% - 40px);
    height: 398px;
  }
  .mutual-funds-overview__intro h3, .mutual-funds-benefits h3 {
    height: 30px;
    font-size: 16px;
    line-height: 30px;
  }
  .mutual-funds-overview__intro h3:first-of-type {
    top: 0;
  }
  .mutual-funds-overview__intro h3:nth-of-type(2) {
    top: 169px;
  }
  .mutual-funds-overview__intro > p {
    width: 100%;
    color: #404b5e;
    font-size: 14px;
    font-weight: 500;
    line-height: 20px;
  }
  .mutual-funds-overview__intro > p:first-of-type {
    top: 49px;
  }
  .mutual-funds-overview__intro > p:nth-of-type(2) {
    top: 218px;
  }
  .mutual-funds-overview__image {
    top: 599px;
    left: 50%;
    width: 350px;
    max-width: calc(100% - 40px);
    height: 296px;
    transform: translateX(-50%);
  }
  .mutual-funds-overview__image img {
    top: -78px;
    left: -136px;
    width: 537px;
    height: 537px;
  }
  .mutual-funds-benefits {
    top: 935px;
    left: 20px;
    width: calc(100% - 40px);
    height: 614px;
  }
  .mutual-funds-benefits__grid {
    top: 49px;
    left: 50%;
    width: 350px;
    max-width: 100%;
    grid-template-columns: 1fr;
    grid-template-rows: repeat(5, 97px);
    gap: 20px;
    transform: translateX(-50%);
  }
  .mutual-funds-benefit-card {
    width: 100%;
    height: 97px;
    padding: 20px;
  }
  .mutual-funds-benefit-card__copy > span {
    font-size: 14px;
  }
  .mutual-funds-services {
    height: 936px;
    min-height: 936px;
  }
  .mutual-funds-services__layout {
    width: 100%;
    margin: 0;
  }
  .mutual-funds-services__heading {
    top: 40px;
    left: 20px;
  }
  .mutual-funds-services__eyebrow {
    font-size: 8px;
    line-height: 16px;
  }
  .mutual-funds-services h2 {
    height: 60px;
    gap: 7px;
    margin-top: 0;
    font-size: 32px;
    line-height: 60px;
  }
  .mutual-funds-services__grid {
    top: 156px;
    left: 50%;
    display: grid;
    width: 350px;
    max-width: calc(100% - 40px);
    grid-template-columns: 1fr;
    gap: 20px;
    transform: translateX(-50%);
  }
  .mutual-funds-service-card {
    width: 100%;
    height: 170px;
    padding: 20px;
    box-shadow: 0 0 20px rgba(var(--service-accent-rgb), 0.1);
  }
  .mutual-funds-service-card h3 {
    margin-top: 13px;
  }
  .mutual-funds-service-card__divider {
    display: none;
  }
  .mutual-funds-service-card p {
    width: 100%;
    margin-top: 6px;
  }
}
#portfolio-management-page, #portfolio-management-page * {
  box-sizing: border-box;
}
#portfolio-management-page {
  overflow: hidden;
  background: #ffffff;
  color: #0d1b3e;
  font-family: 'Quicksand', sans-serif;
}
.portfolio-management-hero__media img {
  top: -149px;
  left: 11.6667%;
  width: 91.1806%;
  height: 875px;
}
.portfolio-management-hero__title {
  width: 838px;
}
.portfolio-management-overview {
  height: 978px;
}
.portfolio-management-overview__layout {
  width: calc(100% - 120px);
  max-width: 1320px;
}
.portfolio-management-overview__heading {
  width: 698px;
}
.portfolio-management-overview__mobile-pms {
  display: none;
}
.portfolio-management-overview__intro {
  top: 216px;
  height: 310px;
}
.portfolio-management-overview__image {
  top: 285px;
}
.portfolio-management-overview__image img {
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.portfolio-management-benefits {
  top: 536px;
}
@media (max-width: 1350px) and (min-width: 1024px) {
  .portfolio-management-overview__layout {
    width: calc(100% - 80px);
  }
  .portfolio-management-overview__strapline {
    font-size: 20px;
  }
}
@media (max-width: 1023.98px) {
  .portfolio-management-overview {
    height: 1500px;
    min-height: 1500px;
  }
  .portfolio-management-overview__layout {
    width: calc(100% - 80px);
  }
  .portfolio-management-overview__heading {
    width: 100%;
  }
  .portfolio-management-overview__intro {
    top: 210px;
  }
  .portfolio-management-overview__image {
    top: 560px;
    height: 400px;
  }
  .portfolio-management-benefits {
    top: 1000px;
  }
}
@media (max-width: 767.98px) {
  .portfolio-management-hero__media img {
    top: 0;
    left: -170.47%;
    width: 325.52%;
    height: 852px;
  }
  .portfolio-management-hero__shade {
    background: linear-gradient(180deg, rgba(25, 43, 62, 0) 6.22%, #192b3e 81.83%);
  }
  .portfolio-management-hero__content {
    padding-top: 496px;
  }
  .portfolio-management-hero__title {
    display: block;
    width: 309px;
    height: 135px;
    margin-top: 0;
  }
  .portfolio-management-hero__title > span {
    width: 243px;
    white-space: normal;
  }
  .portfolio-management-hero__title > em {
    margin-top: 5px;
    white-space: nowrap;
  }
  .portfolio-management-hero__divider {
    margin-top: 28px;
  }
  .portfolio-management-overview {
    height: 1634px;
    min-height: 1634px;
  }
  .portfolio-management-overview__layout {
    width: 100%;
  }
  .portfolio-management-overview__heading {
    top: 40px;
    left: 20px;
    width: calc(100% - 40px);
  }
  .portfolio-management-overview h2 {
    display: block;
    height: 100px;
    margin-top: 0;
    font-size: 32px;
    line-height: 50px;
    white-space: nowrap;
  }
  .portfolio-management-overview h2 > span, .portfolio-management-overview h2 > em {
    display: block;
  }
  .portfolio-management-overview__mobile-pms {
    display: inline;
  }
  .portfolio-management-overview__strapline {
    top: 176px;
    left: 20px;
  }
  .portfolio-management-overview__intro {
    top: 236px;
    left: 20px;
    width: calc(100% - 40px);
    height: 388px;
  }
  .portfolio-management-overview__intro h3, .portfolio-management-benefits h3 {
    font-size: 18px;
  }
  .portfolio-management-overview__intro h3:first-of-type {
    top: 0;
  }
  .portfolio-management-overview__intro h3:nth-of-type(2) {
    top: 189px;
    width: 321px;
    max-width: 100%;
    white-space: normal;
  }
  .portfolio-management-overview__intro > p:first-of-type {
    top: 49px;
  }
  .portfolio-management-overview__intro > p:nth-of-type(2) {
    top: 268px;
  }
  .portfolio-management-overview__image {
    top: 644px;
    left: 50%;
    width: 350px;
    max-width: calc(100% - 40px);
    height: 296px;
    transform: translateX(-50%);
  }
  .portfolio-management-overview__image img {
    width: 100%;
    height: 300px;
  }
  .portfolio-management-benefits {
    top: 980px;
    left: 20px;
    width: calc(100% - 40px);
    height: 614px;
  }
  .portfolio-management-benefits__grid {
    top: 49px;
    left: 50%;
    width: 350px;
    max-width: 100%;
    transform: translateX(-50%);
  }
  .portfolio-management-benefit-card {
    width: 100%;
  }
}
body.brickly-page-body {
  overflow-x: hidden;
  background: #ffffff;
}
#brickly-page, #brickly-page * {
  box-sizing: border-box;
}
#brickly-page {
  overflow: hidden;
  background: #ffffff;
  color: #0d1b3e;
  font-family: 'Quicksand', sans-serif;
}
.brickly-rule {
  display: block;
  width: 32px;
  height: 1px;
  flex: 0 0 auto;
  background: linear-gradient(90deg, #5eb4e7 0%, #43dcd1 100%);
}
.brickly-hero {
  position: relative;
  height: 589px;
  overflow: hidden;
  background: #192b3e;
}
.brickly-hero__media {
  position: absolute;
  inset: 0;
  display: block;
}
.brickly-hero__media img {
  position: absolute;
  top: -34px;
  left: 13.125%;
  width: 86.875%;
  max-width: none;
  height: 703px;
  object-fit: cover;
}
.brickly-hero__shade {
  position: absolute;
  z-index: 1;
  inset: 0 auto 0 0;
  width: 90.28%;
  background: linear-gradient(90deg, #192b3e 0%, rgba(25, 43, 62, 0.96) 42%, rgba(25, 43, 62, 0) 100%);
}
.brickly-hero__bottom-shade {
  position: absolute;
  z-index: 1;
  right: 0;
  bottom: 0;
  left: 0;
  height: 246px;
  background: linear-gradient(180deg, rgba(18, 36, 76, 0) 0%, rgba(18, 36, 76, 0.3) 100%);
}
.brickly-hero__content {
  position: relative;
  z-index: 2;
  width: calc(100% - 120px);
  max-width: 1320px;
  height: 100%;
  margin: 0 auto;
  padding-top: 258px;
}
.brickly-hero__eyebrow {
  display: flex;
  height: 16px;
  align-items: center;
  gap: 12px;
  color: #43dcd1;
  font-size: 12px;
  font-weight: 700;
  line-height: 16px;
  letter-spacing: 2.4px;
  text-transform: uppercase;
}
.brickly-hero__title {
  display: flex;
  align-items: baseline;
  gap: 11px;
  margin: 20px 0 0;
  color: #ffffff;
  font-family: 'Playfair Display', serif;
  font-size: 48px;
  font-weight: 700;
  line-height: 48px;
  white-space: nowrap;
}
.brickly-hero__title em {
  color: transparent;
  background: linear-gradient(90deg, #5eb4e7 0%, #43dcd1 100%);
  background-clip: text;
  -webkit-background-clip: text;
  font-style: italic;
}
.brickly-hero__divider {
  display: block;
  width: 64px;
  height: 1px;
  margin-top: 28px;
  background: linear-gradient(90deg, #5eb4e7 0%, #43dcd1 100%);
}
.brickly-hero__content > p {
  margin: 20px 0 0;
  color: rgba(255, 255, 255, 0.72);
  font-size: 16px;
  font-weight: 400;
  line-height: 30px;
}
.brickly-about {
  height: 756px;
  overflow: hidden;
  background: #ffffff;
}
.brickly-about__layout {
  display: grid;
  width: calc(100% - 120px);
  max-width: 1320px;
  height: 100%;
  margin: 0 auto;
  padding-top: 85px;
  grid-template-columns: 672px 568px;
  grid-template-rows: 210px 401px;
  column-gap: 80px;
  row-gap: 20px;
}
.brickly-about__intro {
  grid-column: 1;
  grid-row: 1;
}
.brickly-about__intro h2, .brickly-advantages h3 {
  margin: 0;
  color: #000000;
  font-family: 'Playfair Display', serif;
  font-size: 18px;
  font-weight: 700;
  line-height: 60px;
}
.brickly-about__copy {
  height: 140px;
  overflow: hidden;
  margin-top: 10px;
  color: #6b7fa3;
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
}
.brickly-about__copy p {
  margin: 0;
}
.brickly-about__copy p + p {
  margin-top: 20px;
}
.brickly-about__image {
  align-self: start;
  width: 568px;
  height: 603px;
  margin: 20px 0 0;
  overflow: hidden;
  border-radius: 24px;
  box-shadow: 0 24px 70px rgba(67, 220, 209, 0.2);
  grid-column: 2;
  grid-row: 1 / span 2;
}
.brickly-about__image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.brickly-advantages {
  grid-column: 1;
  grid-row: 2;
}
.brickly-advantages__grid {
  display: grid;
  margin-top: 10px;
  grid-template-columns: repeat(2, 326px);
  gap: 20px;
}
.brickly-advantage-card {
  display: flex;
  width: 326px;
  height: 97px;
  align-items: flex-start;
  gap: 16px;
  overflow: hidden;
  border: 0.8px solid rgba(94, 180, 231, 0.15);
  border-radius: 16px;
  background: #f4f9fe;
  padding: 20px;
}
.brickly-advantage-card__icon {
  display: flex;
  width: 40px;
  height: 40px;
  flex: 0 0 auto;
  align-items: center;
  justify-content: center;
  border-radius: 16px;
  background: linear-gradient(135deg, #5eb4e7 0%, #43dcd1 100%);
  box-shadow: 0 4px 3px rgba(0, 0, 0, 0.1), 0 2px 2px rgba(0, 0, 0, 0.1);
}
.brickly-advantage-card__icon img {
  width: 18px;
  height: 18px;
}
.brickly-advantage-card__copy {
  display: flex;
  min-width: 0;
  flex-direction: column;
}
.brickly-advantage-card strong {
  color: #0d1b3e;
  font-size: 14px;
  font-weight: 700;
  line-height: 20px;
  white-space: nowrap;
}
.brickly-advantage-card__copy > span {
  margin-top: 2px;
  color: #6b7fa3;
  font-size: 12px;
  font-weight: 400;
  line-height: 16.5px;
}
@media (max-width: 1350px) and (min-width: 1024px) {
  .brickly-about__layout {
    width: calc(100% - 80px);
    grid-template-columns: minmax(0, 672px) minmax(400px, 568px);
    column-gap: 40px;
  }
  .brickly-about__image {
    width: 100%;
  }
}
@media (max-width: 1023.98px) {
  .brickly-about {
    height: auto;
  }
  .brickly-about__layout {
    display: flex;
    width: calc(100% - 80px);
    height: auto;
    padding: 70px 0;
    flex-direction: column;
  }
  .brickly-about__image {
    order: 2;
    width: 100%;
    height: 440px;
    margin-top: 40px;
  }
  .brickly-advantages {
    order: 3;
    margin-top: 30px;
  }
  .brickly-advantages__grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  .brickly-advantage-card {
    width: 100%;
  }
}
@media (max-width: 767.98px) {
  .brickly-hero {
    height: 852px;
  }
  .brickly-hero__media img {
    top: 0;
    left: -188%;
    width: 386%;
    height: 852px;
    object-fit: cover;
  }
  .brickly-hero__shade {
    width: 100%;
    background: linear-gradient(180deg, rgba(25, 43, 62, 0) 15.14%, #192b3e 83.33%);
  }
  .brickly-hero__bottom-shade {
    display: none;
  }
  .brickly-hero__content {
    width: 100%;
    margin: 0;
    padding: 521px 20px 0;
  }
  .brickly-hero__eyebrow {
    height: 32px;
    gap: 10px;
    font-size: 10px;
    line-height: 16px;
    letter-spacing: 2.64px;
  }
  .brickly-hero__eyebrow .brickly-rule {
    width: 40px;
  }
  .brickly-hero__title {
    display: block;
    width: 330px;
    height: 80px;
    margin-top: 10px;
    overflow: hidden;
    font-size: 40px;
    line-height: 40px;
    letter-spacing: -1.6px;
    white-space: nowrap;
  }
  .brickly-hero__title span, .brickly-hero__title em {
    display: block;
  }
  .brickly-hero__divider {
    display: block;
    margin-top: 28px;
  }
  .brickly-hero__content > p {
    width: 320px;
    max-width: 100%;
    margin-top: 20px;
    font-size: 12px;
    line-height: 20px;
  }
  .brickly-about {
    height: 1369px;
  }
  .brickly-about__layout {
    display: block;
    width: 100%;
    height: 100%;
    margin: 0;
    padding: 40px 20px;
  }
  .brickly-about__intro h2 {
    height: 30px;
    font-size: 18px;
    line-height: 30px;
  }
  .brickly-about__copy {
    height: 260px;
    margin-top: 19px;
    color: #404b5e;
    font-size: 14px;
    font-weight: 500;
    line-height: 20px;
  }
  .brickly-about__image {
    width: 350px;
    max-width: 100%;
    height: 296px;
    margin: 40px auto 0;
  }
  .brickly-about__image img {
    height: 310px;
  }
  .brickly-advantages {
    margin-top: 30px;
  }
  .brickly-advantages h3 {
    height: 30px;
    font-size: 16px;
    line-height: 30px;
  }
  .brickly-advantages__grid {
    display: grid;
    margin-top: 19px;
    grid-template-columns: 1fr;
    gap: 20px;
    justify-items: center;
  }
  .brickly-advantage-card {
    width: 350px;
    max-width: 100%;
    height: 97px;
    padding: 20px;
  }
  .brickly-advantage-card__copy > span {
    font-size: 14px;
  }
}
body.prime-flow-page-body {
  overflow-x: hidden;
  background: #ffffff;
}
#prime-flow-page, #prime-flow-page * {
  box-sizing: border-box;
}
#prime-flow-page {
  overflow: hidden;
  background: #ffffff;
  color: #0d1b3e;
  font-family: 'Quicksand', sans-serif;
}
.prime-flow-rule {
  display: block;
  width: 32px;
  height: 1px;
  flex: 0 0 auto;
  background: linear-gradient(90deg, #5eb4e7 0%, #43dcd1 100%);
}
.prime-flow-rule--reverse {
  background: linear-gradient(270deg, #5eb4e7 0%, #43dcd1 100%);
}
.prime-flow-hero {
  position: relative;
  height: 589px;
  overflow: hidden;
  background: #192b3e;
}
.prime-flow-hero__media {
  position: absolute;
  inset: 0;
  display: block;
}
.prime-flow-hero__media img {
  position: absolute;
  top: -29px;
  left: 3.4722%;
  width: 97.1875%;
  max-width: none;
  height: 933px;
  object-fit: cover;
}
.prime-flow-hero__shade {
  position: absolute;
  z-index: 1;
  inset: 0 auto 0 0;
  width: 90.28%;
  background: linear-gradient(90deg, #192b3e 0%, rgba(25, 43, 62, 0.96) 42%, rgba(25, 43, 62, 0) 100%);
}
.prime-flow-hero__bottom-shade {
  position: absolute;
  z-index: 1;
  right: 0;
  bottom: 0;
  left: 0;
  height: 246px;
  background: linear-gradient(180deg, rgba(18, 36, 76, 0) 0%, rgba(18, 36, 76, 0.3) 100%);
}
.prime-flow-hero__content {
  position: relative;
  z-index: 2;
  width: calc(100% - 120px);
  max-width: 1320px;
  height: 100%;
  margin: 0 auto;
  padding-top: 258px;
}
.prime-flow-hero__eyebrow {
  display: flex;
  height: 16px;
  align-items: center;
  gap: 12px;
  color: #43dcd1;
  font-size: 12px;
  font-weight: 700;
  line-height: 16px;
  letter-spacing: 2.4px;
  text-transform: uppercase;
}
.prime-flow-hero__title {
  display: flex;
  height: 60px;
  align-items: baseline;
  gap: 10px;
  margin: 20px 0 0;
  color: #ffffff;
  font-family: 'Playfair Display', serif;
  font-size: 48px;
  font-weight: 700;
  line-height: 60px;
  white-space: nowrap;
}
.prime-flow-hero__title em, .prime-flow-model h2 em {
  color: transparent;
  background: linear-gradient(90deg, #5eb4e7 0%, #43dcd1 100%);
  background-clip: text;
  -webkit-background-clip: text;
  font-style: italic;
}
.prime-flow-hero__divider {
  display: block;
  width: 64px;
  height: 1px;
  background: linear-gradient(90deg, #5eb4e7 0%, #43dcd1 100%);
}
.prime-flow-hero__content > p {
  margin: 10px 0 0;
  color: rgba(255, 255, 255, 0.72);
  font-size: 16px;
  font-weight: 400;
  line-height: 30px;
}
.prime-flow-about {
  height: 746px;
  overflow: hidden;
  background: #ffffff;
}
.prime-flow-about__layout {
  position: relative;
  width: calc(100% - 120px);
  max-width: 1320px;
  height: 100%;
  margin: 0 auto;
}
.prime-flow-about__intro {
  position: absolute;
  top: 111px;
  left: 0;
  width: 672px;
}
.prime-flow-about__intro h2, .prime-flow-advantages h3 {
  margin: 0;
  color: #000000;
  font-family: 'Playfair Display', serif;
  font-size: 18px;
  font-weight: 700;
  line-height: 60px;
}
.prime-flow-about__intro p {
  height: 80px;
  margin: 10px 0 0;
  overflow: hidden;
  color: #6b7fa3;
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
}
.prime-flow-about__image {
  position: absolute;
  top: 95px;
  right: 0;
  width: 568px;
  height: 603px;
  margin: 0;
  overflow: hidden;
  border-radius: 24px;
  box-shadow: 0 24px 70px rgba(67, 220, 209, 0.2);
}
.prime-flow-about__image::after {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  height: 96px;
  background: linear-gradient(0deg, rgba(67, 220, 209, 0.2), transparent);
  content: '';
  pointer-events: none;
}
.prime-flow-about__image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.prime-flow-advantages {
  position: absolute;
  top: 281px;
  left: 0;
  width: 672px;
}
.prime-flow-advantages__grid {
  display: grid;
  margin-top: 10px;
  grid-template-columns: repeat(2, 326px);
  grid-template-rows: repeat(3, 97px);
  gap: 20px;
}
.prime-flow-advantage-card {
  display: flex;
  width: 326px;
  height: 97px;
  align-items: flex-start;
  gap: 16px;
  overflow: hidden;
  border: 0.8px solid rgba(94, 180, 231, 0.15);
  border-radius: 16px;
  background: #f4f9fe;
  padding: 20px;
}
.prime-flow-advantage-card--curated {
  grid-area: 1 / 1;
}
.prime-flow-advantage-card--yield {
  grid-area: 1 / 2;
}
.prime-flow-advantage-card--cash-flow {
  grid-area: 2 / 1;
}
.prime-flow-advantage-card--risk {
  grid-area: 2 / 2;
}
.prime-flow-advantage-card--timeline {
  grid-area: 3 / 1;
}
.prime-flow-advantage-card__icon {
  display: flex;
  width: 40px;
  height: 40px;
  flex: 0 0 auto;
  align-items: center;
  justify-content: center;
  border-radius: 16px;
  background: linear-gradient(135deg, #5eb4e7 0%, #43dcd1 100%);
  box-shadow: 0 4px 3px rgba(0, 0, 0, 0.1), 0 2px 2px rgba(0, 0, 0, 0.1);
}
.prime-flow-advantage-card__icon img {
  width: 18px;
  height: 18px;
}
.prime-flow-advantage-card__copy {
  display: flex;
  min-width: 0;
  flex-direction: column;
}
.prime-flow-advantage-card strong {
  color: #0d1b3e;
  font-size: 14px;
  font-weight: 700;
  line-height: 20px;
  white-space: nowrap;
}
.prime-flow-advantage-card__copy > span {
  margin-top: 2px;
  color: #6b7fa3;
  font-size: 12px;
  font-weight: 400;
  line-height: 16.5px;
}
.prime-flow-model {
  position: relative;
  height: 1564px;
  overflow: hidden;
  background: #ffffff;
}
.prime-flow-model__eyebrow {
  position: absolute;
  top: 60px;
  right: 0;
  left: 0;
  display: flex;
  height: 16px;
  align-items: center;
  justify-content: center;
  gap: 12px;
  color: #5eb4e7;
  font-size: 12px;
  font-weight: 700;
  line-height: 16px;
  letter-spacing: 2.64px;
  text-transform: uppercase;
  transform: none;
  translate: none;
  white-space: nowrap;
}
.prime-flow-model > h2 {
  position: absolute;
  top: 92px;
  left: 50%;
  margin: 0;
  color: #0d1b3e;
  font-family: 'Playfair Display', serif;
  font-size: 48px;
  font-weight: 700;
  line-height: 60px;
  transform: translateX(-50%);
  white-space: nowrap;
}
.prime-flow-model__timeline {
  position: absolute;
  top: 192px;
  left: calc(50% - 510px);
  width: 1072px;
  height: 1312px;
  margin: 0;
  padding: 0;
  list-style: none;
}
.prime-flow-model__line {
  position: absolute;
  top: 0;
  left: 536px;
  width: 1px;
  height: 1260px;
  background: linear-gradient(180deg, rgba(94, 180, 231, 0.2), rgba(67, 220, 209, 0.4) 50%, rgba(94, 180, 231, 0.2));
}
.prime-flow-step {
  --tone-rgb: 94, 180, 231;
  position: absolute;
  inset: 0;
  list-style: none;
}
.prime-flow-step--cyan {
  --tone-rgb: 74, 200, 224;
}
.prime-flow-step--aqua {
  --tone-rgb: 61, 203, 216;
}
.prime-flow-step--teal {
  --tone-rgb: 67, 220, 209;
}
.prime-flow-step__marker {
  position: absolute;
  z-index: 2;
  top: var(--desktop-marker-top);
  left: 516px;
  display: flex;
  width: 40px;
  height: 40px;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background: linear-gradient(135deg, rgb(var(--tone-rgb)), rgba(var(--tone-rgb), 0.8));
  box-shadow: 0 4px 20px rgba(var(--tone-rgb), 0.31);
  color: #ffffff;
  font-size: 12px;
  font-weight: 700;
  line-height: 16px;
}
.prime-flow-step__label {
  position: absolute;
  top: calc(var(--desktop-marker-top) - 46px);
  display: flex;
  width: 472px;
  height: 68px;
  flex-direction: column;
}
.prime-flow-step--left .prime-flow-step__label {
  left: 600px;
  align-items: flex-start;
  text-align: left;
}
.prime-flow-step--right .prime-flow-step__label {
  left: 0;
  align-items: flex-end;
  text-align: right;
}
.prime-flow-step__label strong {
  height: 48px;
  color: #0d1b3e;
  font-family: 'Playfair Display', serif;
  font-size: 48px;
  font-weight: 700;
  line-height: 48px;
  opacity: 0.06;
}
.prime-flow-step__label span {
  color: rgb(var(--tone-rgb));
  font-size: 12px;
  font-weight: 700;
  line-height: 16px;
  letter-spacing: 2.4px;
  text-transform: uppercase;
}
.prime-flow-step__card {
  position: absolute;
  top: var(--desktop-card-top);
  width: 472px;
  height: var(--desktop-card-height);
  overflow: hidden;
  border: 0.8px solid rgba(94, 180, 231, 0.12);
  border-radius: 16px;
  background: #f7fbff;
}
.prime-flow-step--left .prime-flow-step__card {
  left: 0;
}
.prime-flow-step--right .prime-flow-step__card {
  left: 600px;
}
.prime-flow-step__icon {
  position: absolute;
  top: 28px;
  left: 28px;
  display: flex;
  width: 44px;
  height: 44px;
  align-items: center;
  justify-content: center;
  border-radius: 16px;
  background: linear-gradient(135deg, rgba(var(--tone-rgb), 0.125), rgba(var(--tone-rgb), 0.063));
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1), 0 1px 2px rgba(0, 0, 0, 0.1);
}
.prime-flow-step__icon img {
  width: 20px;
  height: 20px;
}
.prime-flow-step__badge {
  position: absolute;
  top: 28px;
  left: 92px;
  border: 0.8px solid rgba(var(--tone-rgb), 0.19);
  border-radius: 999px;
  background: rgba(var(--tone-rgb), 0.06);
  color: rgb(var(--tone-rgb));
  padding: 2px 10px;
  font-size: 10px;
  font-weight: 700;
  line-height: 15px;
  letter-spacing: 1px;
  text-transform: uppercase;
  white-space: nowrap;
}
.prime-flow-step__card h3 {
  position: absolute;
  top: 57px;
  left: 92px;
  margin: 0;
  color: #0d1b3e;
  font-family: 'Playfair Display', serif;
  font-size: 18px;
  font-weight: 700;
  line-height: 28px;
  white-space: nowrap;
}
.prime-flow-step__card p {
  position: absolute;
  top: 93px;
  left: 92px;
  width: 351px;
  margin: 0;
  color: #6b7fa3;
  font-size: 14px;
  font-weight: 400;
  line-height: 22.75px;
}
@media (max-width: 1350px) and (min-width: 1024px) {
  .prime-flow-about__layout {
    width: calc(100% - 80px);
  }
  .prime-flow-about__image {
    width: calc(100% - 752px);
    min-width: 400px;
  }
}
@media (max-width: 1023.98px) {
  .prime-flow-about {
    height: auto;
  }
  .prime-flow-about__layout {
    position: static;
    display: flex;
    width: calc(100% - 80px);
    height: auto;
    padding: 70px 0;
    flex-direction: column;
  }
  .prime-flow-about__intro, .prime-flow-about__image, .prime-flow-advantages {
    position: static;
    width: 100%;
  }
  .prime-flow-about__intro p {
    height: auto;
  }
  .prime-flow-about__image {
    height: 440px;
    margin-top: 40px;
  }
  .prime-flow-advantages {
    margin-top: 40px;
  }
  .prime-flow-advantages__grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    grid-template-rows: auto;
  }
  .prime-flow-advantage-card, .prime-flow-advantage-card--curated, .prime-flow-advantage-card--yield, .prime-flow-advantage-card--cash-flow, .prime-flow-advantage-card--risk, .prime-flow-advantage-card--timeline {
    width: 100%;
    grid-area: auto;
  }
  .prime-flow-model {
    height: 1968px;
  }
  .prime-flow-model__timeline {
    top: 0;
    left: 50%;
    width: 393px;
    height: 1968px;
    transform: translateX(-50%);
  }
  .prime-flow-model__line {
    top: 156px;
    left: 40px;
    height: 1772px;
  }
  .prime-flow-step__marker {
    top: var(--mobile-marker-top);
    left: 20px;
  }
  .prime-flow-step__label, .prime-flow-step--left .prime-flow-step__label, .prime-flow-step--right .prime-flow-step__label {
    top: calc(var(--mobile-marker-top) - 6px);
    left: 80px;
    width: 250px;
    height: 46px;
    align-items: flex-start;
    text-align: left;
  }
  .prime-flow-step__label strong {
    height: 30px;
    font-size: 32px;
    line-height: 30px;
    opacity: 0.2;
  }
  .prime-flow-step__card, .prime-flow-step--left .prime-flow-step__card, .prime-flow-step--right .prime-flow-step__card {
    top: var(--mobile-card-top);
    left: 73px;
    width: 300px;
    height: 201px;
  }
  .prime-flow-step__icon {
    top: 20px;
    left: 20px;
  }
  .prime-flow-step__badge {
    top: 31px;
    left: 84px;
  }
  .prime-flow-step__card h3 {
    top: 77px;
    left: 20px;
    font-size: 16px;
    line-height: 20px;
  }
  .prime-flow-step__card p {
    top: 110px;
    left: 20px;
    width: 260px;
    font-size: 14px;
    line-height: 22.75px;
  }
}
@media (max-width: 767.98px) {
  .prime-flow-hero {
    height: 852px;
  }
  .prime-flow-hero__media img {
    top: 0;
    left: -198.73%;
    width: 325.19%;
    height: 852px;
    object-fit: cover;
  }
  .prime-flow-hero__shade {
    width: 100%;
    background: linear-gradient(180deg, rgba(25, 43, 62, 0) 9.92%, #192b3e 82.45%);
  }
  .prime-flow-hero__bottom-shade {
    display: none;
  }
  .prime-flow-hero__content {
    width: 100%;
    margin: 0;
    padding: 521px 20px 0;
  }
  .prime-flow-hero__eyebrow {
    height: 32px;
    gap: 10px;
    font-size: 10px;
    line-height: 16px;
    letter-spacing: 2.64px;
  }
  .prime-flow-hero__eyebrow .prime-flow-rule {
    width: 40px;
  }
  .prime-flow-hero__title {
    display: block;
    width: 330px;
    height: 80px;
    margin-top: 10px;
    overflow: hidden;
    font-size: 40px;
    line-height: 40px;
    letter-spacing: -1.6px;
    white-space: nowrap;
  }
  .prime-flow-hero__title span, .prime-flow-hero__title em {
    display: block;
  }
  .prime-flow-hero__title em {
    margin-left: 6px;
  }
  .prime-flow-hero__divider {
    display: block;
    margin-top: 28px;
  }
  .prime-flow-hero__content > p {
    width: 320px;
    max-width: 100%;
    margin-top: 20px;
    font-size: 12px;
    line-height: 20px;
  }
  .prime-flow-about {
    height: 1309px;
  }
  .prime-flow-about__layout {
    display: block;
    width: 100%;
    height: 100%;
    margin: 0;
    padding: 40px 20px;
  }
  .prime-flow-about__intro h2 {
    height: 30px;
    font-size: 18px;
    line-height: 30px;
  }
  .prime-flow-about__intro p {
    height: 160px;
    margin-top: 19px;
    color: #404b5e;
    font-size: 14px;
    font-weight: 500;
    line-height: 20px;
  }
  .prime-flow-about__image {
    width: 350px;
    max-width: 100%;
    height: 296px;
    margin: 40px auto 0;
  }
  .prime-flow-about__image img {
    height: 310px;
  }
  .prime-flow-advantages {
    margin-top: 40px;
  }
  .prime-flow-advantages h3 {
    width: 335px;
    max-width: 100%;
    height: 60px;
    font-size: 18px;
    line-height: 30px;
  }
  .prime-flow-advantages__grid {
    display: grid;
    margin-top: 19px;
    grid-template-columns: 1fr;
    gap: 20px;
    justify-items: center;
  }
  .prime-flow-advantage-card, .prime-flow-advantage-card--curated, .prime-flow-advantage-card--yield, .prime-flow-advantage-card--cash-flow, .prime-flow-advantage-card--risk, .prime-flow-advantage-card--timeline {
    width: 350px;
    max-width: 100%;
    height: 97px;
    padding: 20px;
    grid-area: auto;
  }
  .prime-flow-advantage-card__copy > span {
    font-size: 14px;
  }
  .prime-flow-model__eyebrow {
    top: 40px;
    font-size: 10px;
    letter-spacing: 2.64px;
  }
  .prime-flow-model > h2 {
    top: 56px;
    font-size: 32px;
    line-height: 60px;
  }
  .prime-flow-model__timeline {
    width: 100%;
  }
  .prime-flow-step__card, .prime-flow-step--left .prime-flow-step__card, .prime-flow-step--right .prime-flow-step__card {
    right: 20px;
    width: auto;
  }
  .prime-flow-step__card p {
    right: 20px;
    width: auto;
  }
}
.about-page-body {
  background: #fff;
  overflow-x: hidden;
}
.about-page-body main {
  background: #fff;
  overflow: hidden;
}
.about-eyebrow {
  display: flex;
  align-items: center;
  gap: 10px;
  height: 16px;
  color: #5eb4e7;
  font-family: 'Quicksand', sans-serif;
  font-size: 8px;
  font-weight: 700;
  line-height: 16px;
  letter-spacing: 2.4px;
  text-transform: uppercase;
}
.about-eyebrow__line {
  display: block;
  width: 32px;
  height: 1px;
  flex: 0 0 auto;
  background: linear-gradient(90deg, #5eb4e7, #43dcd1);
}
.about-section-heading h2 {
  margin: 0;
  color: #0d1b3e;
  font-family: 'Playfair Display', serif;
  font-size: 32px;
  font-weight: 700;
  line-height: 60px;
  white-space: nowrap;
}
.about-section-heading h2 em, .about-hero__title em {
  display: inline-block;
  color: transparent;
  background: linear-gradient(90deg, #5eb4e7, #43dcd1);
  background-clip: text;
  -webkit-background-clip: text;
  font-family: 'Playfair Display', serif;
  font-style: italic;
}
.about-section-heading--dark h2 {
  color: #fff;
}
.about-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  width: max-content;
  border-radius: 16px;
  background: linear-gradient(90deg, #5eb4e7, #43dcd1);
  color: #fff;
  font-family: 'Quicksand', sans-serif;
  text-transform: capitalize;
  text-decoration: none;
  box-shadow: 0 4px 10px rgba(94, 180, 231, 0.4);
  transition: transform 200ms ease, box-shadow 200ms ease;
}
.about-button:hover {
  transform: translateY(-2px);
  box-shadow: 0 8px 24px rgba(94, 180, 231, 0.45);
}
.about-button:focus-visible {
  outline: 3px solid rgba(67, 220, 209, 0.5);
  outline-offset: 4px;
}
.about-pill {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  min-height: 34px;
  padding: 8px 16px;
  border: 1px solid rgba(255, 255, 255, 0.6);
  border-radius: 16px;
  background: rgba(255, 255, 255, 0.9);
  color: #0d1b3e;
  font-family: 'Quicksand', sans-serif;
  font-size: 10px;
  font-weight: 600;
  line-height: 16px;
  box-shadow: 0 10px 15px rgba(0, 0, 0, 0.1), 0 4px 6px rgba(0, 0, 0, 0.1);
}
.about-pill i {
  width: 8px;
  height: 8px;
  flex: 0 0 auto;
  border-radius: 50%;
  background: linear-gradient(90deg, #5eb4e7, #43dcd1);
}
.about-hero {
  position: relative;
  height: 852px;
  overflow: hidden;
  background: #192b3e;
}
.about-hero__image {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: 66% center;
}
.about-hero__shade {
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(25, 43, 62, 0) 38%, rgba(25, 43, 62, 0.98) 87%, #192b3e 100%);
}
.about-hero__content {
  position: absolute;
  z-index: 1;
  top: 521px;
  right: 20px;
  left: 20px;
  color: #fff;
}
.about-eyebrow--hero {
  height: 32px;
  color: #43dcd1;
  letter-spacing: 2.64px;
}
.about-eyebrow--hero .about-eyebrow__line {
  width: 40px;
}
.about-hero__title {
  display: flex;
  gap: 8px;
  height: 50px;
  margin: 0;
  color: #fff;
  font-family: 'Playfair Display', serif;
  font-size: 40px;
  font-weight: 700;
  line-height: 40px;
  letter-spacing: -1.6px;
}
.about-hero__title-clip {
  display: block;
  overflow: hidden;
  padding-top: 10px;
}
.about-hero__title-clip > span, .about-hero__title-clip > em {
  display: block;
}
.about-hero__divider {
  display: block;
  width: 64px;
  height: 1px;
  margin-top: 28px;
  background: linear-gradient(90deg, #5eb4e7, #43dcd1);
}
.about-hero__copy-clip {
  height: 80px;
  margin-top: 20px;
  overflow: hidden;
}
.about-hero__copy {
  width: 320px;
  margin: 0;
  color: rgba(255, 255, 255, 0.72);
  font-family: 'Quicksand', sans-serif;
  font-size: 12px;
  font-weight: 400;
  line-height: 20px;
}
.about-stats {
  position: relative;
  height: 260px;
  overflow: hidden;
  background: radial-gradient(ellipse 65% 110% at 30% 50%, rgba(94, 180, 231, 0.15), transparent 60%), linear-gradient(90deg, #0d1b3e, #1a3060 50%, #0d1b3e);
}
.about-stats__grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 0;
  width: calc(100% - 40px);
  max-width: 1200px;
  height: 218px;
  margin: 20px auto 0;
  overflow: hidden;
  border-radius: 18px;
  background: rgba(255, 255, 255, 0.14);
}
.about-stat {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-start;
  min-width: 0;
  padding: 18px 4px 10px;
  border: 0;
  border-radius: 0 !important;
  background: rgba(13, 27, 62, 0.6);
  text-align: center;
}
.about-stat:nth-child(even) {
  border-left: 1px solid rgba(255, 255, 255, 0.14);
}
.about-stat__icon {
  width: 20px;
  height: 20px;
  margin-bottom: 2px;
}
.about-stat__value {
  display: block;
  min-height: 30px;
  color: #fff;
  font-family: 'Playfair Display', serif;
  font-size: 24px;
  font-weight: 700;
  line-height: 25px;
  white-space: nowrap;
}
.about-stat__label {
  color: #8db4cc;
  font-family: 'Quicksand', sans-serif;
  font-size: 12px;
  font-weight: 400;
  line-height: 20px;
  white-space: nowrap;
}
.about-story {
  min-height: 1561px;
  padding: 40px 20px;
  background: #fff;
}
.about-story__inner, .about-team__inner {
  max-width: 1320px;
  margin: 0 auto;
}
.about-story__layout {
  display: grid;
  grid-template-areas: 'narrative' 'visual' 'values';
  gap: 20px;
  margin-top: 40px;
}
.about-story__narrative {
  grid-area: narrative;
  min-height: 309px;
}
.about-story__narrative h3 {
  margin: 0 0 19px;
  color: #000;
  font-family: 'Playfair Display', serif;
  font-size: 18px;
  font-weight: 700;
  line-height: 30px;
}
.about-story__narrative p {
  margin: 0;
  color: #404b5e;
  font-family: 'Quicksand', sans-serif;
  font-size: 14px;
  font-weight: 500;
  line-height: 20px;
}
.about-story__visual {
  position: relative;
  grid-area: visual;
  height: 296px;
  margin: 0;
  overflow: hidden;
  border-radius: 24px;
  background: #f7fbff;
  box-shadow: 0 24px 70px rgba(67, 220, 209, 0.2);
}
.about-story__visual > img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center 43%;
}
.about-story__visual::after {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  height: 70px;
  background: linear-gradient(0deg, rgba(67, 220, 209, 0.2), transparent);
  content: '';
}
.about-story__badges {
  position: absolute;
  z-index: 1;
  top: 20px;
  left: 20px;
  display: flex;
  gap: 20px;
}
.about-story__badges .about-pill {
  width: 127px;
  min-height: 50px;
  padding: 8px 10px 8px 16px;
  font-size: 8px;
}
.about-story__badges .about-pill:nth-child(2) {
  width: 129px;
}
.about-values {
  display: grid;
  grid-area: values;
  gap: 20px;
}
.about-value {
  position: relative;
  height: 165px;
  overflow: hidden;
  border: 0.8px solid rgba(94, 180, 231, 0.12);
  border-radius: 16px;
  background: #f7fbff;
}
.about-value:nth-child(3) {
  order: 4;
}
.about-value:nth-child(4) {
  order: 3;
}
.about-value__accent {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 3px;
  background: linear-gradient(180deg, #5eb4e7, rgba(94, 180, 231, 0.5));
  transform-origin: bottom;
}
.about-value--teal .about-value__accent {
  background: linear-gradient(180deg, #43dcd1, rgba(67, 220, 209, 0.5));
}
.about-value__icon {
  position: absolute;
  top: 20px;
  left: 20px;
  display: flex;
  width: 44px;
  height: 44px;
  align-items: center;
  justify-content: center;
  border-radius: 16px;
  background: rgba(94, 180, 231, 0.08);
}
.about-value__icon img {
  width: 22px;
  height: 22px;
}
.about-value h3 {
  position: absolute;
  top: 31px;
  left: 84px;
  margin: 0;
  color: #0d1b3e;
  font-family: 'Quicksand', sans-serif;
  font-size: 16px;
  font-weight: 700;
  line-height: 22px;
}
.about-value__rule {
  position: absolute;
  top: 63px;
  left: 84px;
  width: 24px;
  height: 2px;
  border-radius: 999px;
  background: #5eb4e7;
}
.about-value--teal .about-value__rule {
  background: #43dcd1;
}
.about-value p {
  position: absolute;
  top: 87px;
  left: 30px;
  width: 266px;
  margin: 0;
  color: #6b7fa3;
  font-family: 'Quicksand', sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 22.75px;
}
.about-story__desktop-word {
  display: none;
}
.about-purpose {
  position: relative;
  min-height: 986px;
  background: #fff;
}
.about-purpose__visual {
  position: relative;
  width: 100%;
  height: 332px;
  overflow: hidden;
  border-radius: 0 0 0 32px;
  background: #0d1b3e;
}
.about-purpose__visual > img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center 43%;
}
.about-purpose__visual-shade {
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, transparent 38%, rgba(25, 43, 62, 0.12) 56%, #192b3e 120%);
}
.about-purpose__inner {
  padding: 40px 20px;
}
.about-purpose__copy {
  min-height: 400px;
  margin-top: 20px;
  color: #404b5e;
  font-family: 'Quicksand', sans-serif;
  font-size: 12px;
  font-weight: 500;
  line-height: 20px;
}
.about-purpose__copy p {
  margin: 0 0 20px;
}
.about-purpose__copy p:last-child {
  margin-bottom: 0;
}
.about-purpose__button {
  box-sizing: border-box;
  height: 48px;
  margin-top: 30px;
  padding: 0 28px;
  font-family: 'Quicksand', sans-serif;
  font-size: 14px;
  font-weight: 600;
  line-height: 20px;
}
.about-purpose__button img {
  display: block;
  width: 15px;
  height: 15px;
}
.about-team {
  min-height: 1658px;
  padding: 40px 20px;
  background: #0d1b3e;
}
.about-team__grid {
  display: grid;
  gap: 40px;
  margin-top: 40px;
}
.about-team-card {
  position: relative;
  height: 380px;
  overflow: hidden;
  border-radius: 32px;
  background: radial-gradient(circle at center, #ddd, #fff);
}
.about-team-card__portrait {
  position: absolute;
  max-width: none;
  filter: drop-shadow(0 0 20px rgba(0, 0, 0, 0.25));
}
.about-team-card__portrait--nikunj {
  top: 9px;
  left: -114px;
  width: 392px;
  height: 451px;
  object-fit: contain;
}
.about-team-card__portrait--kinjal {
  top: -12px;
  left: -68px;
  width: 358px;
  height: 577px;
  object-fit: contain;
  transform: scale(1.1);
}
.about-team-card__identity {
  position: absolute;
  top: 246px;
  left: 153px;
  width: 272px;
  height: 175px;
  padding: 20px;
  overflow: hidden;
  border-radius: 32px;
  background: linear-gradient(180deg, rgba(67, 220, 187, 0.5), rgba(36, 118, 101, 0.5));
  color: #fff;
  backdrop-filter: blur(37.5px);
}
.about-team-card__identity h3 {
  margin: 0 0 10px;
  font-family: 'Playfair Display', serif;
  font-size: 24px;
  font-weight: 700;
  line-height: 25px;
  white-space: nowrap;
}
.about-team-card__identity p {
  position: relative;
  padding-left: 14px;
  margin: 0 0 10px;
  font-family: 'Quicksand', sans-serif;
  font-size: 12px;
  font-weight: 400;
  line-height: 20px;
}
.about-team-card__identity p::before {
  position: absolute;
  top: 8px;
  left: 1px;
  width: 3px;
  height: 3px;
  border-radius: 50%;
  background: currentColor;
  content: '';
}
.about-team-card__desktop-tags {
  display: none;
}
.about-team-bio {
  min-height: 300px;
  margin-top: 20px;
  padding: 27px 26px;
  border-radius: 24px;
  background: rgba(255, 255, 255, 0.04);
}
.about-team-member:nth-child(2) .about-team-bio {
  min-height: 322px;
}
.about-team-bio > p {
  margin: 0;
  color: #fff;
  font-family: 'Quicksand', sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
}
.about-team-bio__tags {
  display: flex;
  flex-wrap: wrap;
  gap: 19px 9px;
  margin-top: 20px;
}
.about-team-member:first-child .about-team-bio__tags {
  margin-top: 20px;
}
.about-team-member:nth-child(2) .about-team-bio__tags {
  margin-top: 19px;
}
.about-hero__image {
  animation: aboutHeroImage 1600ms cubic-bezier(0.22, 1, 0.36, 1) both;
}
.about-motion-ready [data-about-reveal] {
  opacity: 0;
  transition: opacity 700ms cubic-bezier(0.22, 1, 0.36, 1) var(--reveal-delay, 0ms), transform 700ms cubic-bezier(0.22, 1, 0.36, 1) var(--reveal-delay, 0ms), clip-path 900ms cubic-bezier(0.22, 1, 0.36, 1) var(--reveal-delay, 0ms);
}
.about-motion-ready [data-about-reveal='up'] {
  transform: translateY(48px);
}
.about-motion-ready [data-about-reveal='left'] {
  transform: translateX(-60px);
}
.about-motion-ready [data-about-reveal='right'] {
  transform: translateX(60px);
}
.about-motion-ready [data-about-reveal='wipe'] {
  opacity: 1;
  clip-path: inset(0 0 100% 100% round 0 0 0 32px);
}
.about-motion-ready [data-about-reveal].is-visible {
  opacity: 1;
  transform: translate(0, 0);
}
.about-motion-ready [data-about-reveal='wipe'].is-visible {
  clip-path: inset(0 0 0 0 round 0 0 0 32px);
}
.about-motion-ready [data-about-reveal]:not([data-about-reveal='wipe']).is-visible {
  clip-path: none;
}
.about-motion-ready .about-value__accent {
  transform: scaleY(0);
  transition: transform 700ms cubic-bezier(0.22, 1, 0.36, 1) 350ms;
}
.about-motion-ready .about-value.is-visible .about-value__accent {
  transform: scaleY(1);
}
.about-motion-ready .about-team-card__identity {
  transform: translateX(90px);
  transition: transform 850ms cubic-bezier(0.22, 1, 0.36, 1) 250ms;
}
.about-motion-ready .about-team-card.is-visible .about-team-card__identity {
  transform: translateX(0);
}
@keyframes aboutHeroImage {
  from {
    transform: scale(1.05);
  }
  to {
    transform: scale(1);
  }
}
@keyframes aboutHeroEyebrow {
  from {
    opacity: 0;
    transform: translateX(-24px);
  }
  to {
    opacity: 1;
    transform: translateX(0);
  }
}
@keyframes aboutHeroRise {
  to {
    transform: translateY(0);
  }
}
@keyframes aboutHeroLine {
  to {
    transform: scaleX(1);
  }
}
@media (min-width: 1024px) {
  .about-eyebrow {
    gap: 12px;
    font-size: 12px;
  }
  .about-section-heading h2 {
    margin-top: 20px;
    font-size: 48px;
    line-height: 60px;
  }
  .about-hero {
    height: 589px;
  }
  .about-hero__image {
    object-position: center center;
  }
  .about-hero__shade {
    background: linear-gradient(90deg, rgba(25, 43, 62, 0.98) 0%, rgba(25, 43, 62, 0.64) 33%, rgba(25, 43, 62, 0) 76%), linear-gradient(0deg, rgba(25, 43, 62, 0.98) 0%, transparent 42%);
  }
  .about-hero__content {
    top: 140px;
    right: auto;
    left: max(60px, calc((100vw - 1320px) / 2));
    width: 672px;
  }
  .about-hero__title {
    gap: 18px;
    height: 94px;
    font-size: 80px;
    line-height: 84px;
  }
  .about-hero__title-clip {
    padding-top: 10px;
  }
  .about-hero__divider {
    margin-top: 38px;
  }
  .about-hero__copy-clip {
    height: 132px;
    margin-top: 20px;
  }
  .about-hero__copy {
    width: 460px;
    font-size: 16.8px;
    line-height: 31.08px;
  }
  .about-stats {
    width: calc(100% + 94px);
    margin-left: -47px;
    background: radial-gradient(ellipse 1320px 224px at 30% 50%, rgba(94, 180, 231, 0.15) 0%, rgba(47, 90, 116, 0.075) 30%, transparent 60%), linear-gradient(90deg, #0d1b3e 0%, #1a3060 50%, #0d1b3e 100%);
  }
  .about-stats__grid {
    grid-template-columns: repeat(4, minmax(0, 1fr));
    column-gap: 0;
    width: min(1200px, calc(100% - 240px));
    height: 180px;
    margin-top: 40px;
    border-radius: 16px;
    background: rgba(255, 255, 255, 0.1);
  }
  .about-stat {
    width: 299.25px;
    height: 180px;
    padding: 40px 32px;
    border: 0;
    box-sizing: border-box;
  }
  .about-stat:nth-child(even) {
    border-left: 0;
  }
  .about-stat:not(:first-child) {
    border-left: 1px solid rgba(255, 255, 255, 0.14);
  }
  .about-stat__icon {
    margin-bottom: 12px;
  }
  .about-stat__value {
    min-height: 48px;
    font-size: 36px;
    line-height: 40px;
  }
  .about-stat__label {
    font-family: 'Inter', sans-serif;
    font-size: 14px;
  }
  .about-story {
    height: 896px;
    min-height: 0;
    padding: 60px;
  }
  .about-story__layout {
    grid-template-areas: 'visual narrative' 'visual values';
    grid-template-columns: 568px minmax(0, 672px);
    grid-template-rows: 230px 350px;
    gap: 40px 80px;
    margin-top: 60px;
  }
  .about-story__narrative {
    min-height: 0;
  }
  .about-story__narrative h3 {
    margin-bottom: 10px;
    line-height: 60px;
  }
  .about-story__narrative p {
    color: #6b7fa3;
    font-weight: 400;
  }
  .about-story__visual {
    height: 603px;
    margin-top: 10px;
    box-shadow: none;
  }
  .about-story__visual > img {
    object-position: center 44%;
  }
  .about-story__badges {
    gap: 16px;
  }
  .about-story__badges .about-pill, .about-story__badges .about-pill:nth-child(2) {
    width: auto;
    min-height: 34px;
    padding: 8px 16px;
    font-size: 12px;
    white-space: nowrap;
  }
  .about-values {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    grid-template-rows: repeat(2, 165px);
    gap: 20px;
  }
  .about-value:nth-child(3), .about-value:nth-child(4) {
    order: initial;
  }
  .about-story__desktop-word {
    display: inline;
  }
  .about-story__mobile-word {
    display: none;
  }
  .about-purpose {
    height: 664px;
    min-height: 0;
    overflow: hidden;
  }
  .about-purpose__visual {
    position: absolute;
    top: 0;
    right: 0;
    width: 44.7916667%;
    max-width: 645px;
    height: 77.7108434%;
    max-height: 516px;
  }
  .about-purpose__visual > img {
    position: absolute;
    top: -33.1395349%;
    left: 0;
    width: 108.8372093%;
    height: 175.1937984%;
    max-width: none;
    object-position: center;
  }
  .about-purpose__inner {
    width: min(1320px, calc(100% - 120px));
    height: 664px;
    margin: 0 auto;
    padding: 60px 0;
  }
  .about-purpose__copy {
    width: 586px;
    min-height: 300px;
    margin-top: 60px;
    color: #6b7fa3;
    font-size: 14px;
    font-weight: 400;
  }
  .about-purpose__copy p {
    margin-bottom: 20px;
  }
  .about-purpose__button {
    margin-top: 40px;
  }
  .about-team {
    height: 984px;
    min-height: 0;
    padding: 60px;
  }
  .about-team__grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 44px;
    margin-top: 60px;
  }
  .about-team-card {
    height: 555px;
    background: rgba(94, 180, 231, 0.07);
  }
  .about-team-member:first-child .about-team-card {
    background: linear-gradient(144deg, rgba(94, 180, 231, 0.15), transparent 54%), rgba(94, 180, 231, 0.07);
  }
  .about-team-member:nth-child(2) .about-team-card {
    background: linear-gradient(225deg, rgba(94, 180, 231, 0.15), transparent 58%), rgba(94, 180, 231, 0.07);
  }
  .about-team-card__portrait--nikunj {
    top: 5px;
    left: -182px;
    width: 643px;
    height: 740px;
  }
  .about-team-card__portrait--kinjal {
    top: 6px;
    left: -114px;
    width: 526px;
    height: 849px;
    transform: scale(1.1);
  }
  .about-team-card__identity {
    top: 268px;
    right: auto;
    bottom: auto;
    left: 242px;
    width: 487px;
    min-height: 0;
    height: 314px;
    backdrop-filter: blur(20px);
  }
  .about-team-card__identity h3 {
    margin-bottom: 0;
    font-size: 32px;
    line-height: 60px;
  }
  .about-team-card__identity p {
    padding-left: 0;
    margin-bottom: 10px;
    font-size: 14px;
  }
  .about-team-card__identity p::before {
    display: none;
  }
  .about-team-card__desktop-tags {
    display: flex;
    width: 356px;
    flex-wrap: wrap;
    gap: 20px 10px;
    margin-top: 20px;
  }
  .about-team-card__desktop-tags .about-pill {
    font-size: 12px;
  }
  .about-team-bio, .about-team-member:nth-child(2) .about-team-bio {
    min-height: 133px;
    height: 133px;
    padding: 27px 26px;
  }
  .about-team-bio__tags {
    display: none;
  }
}
@media (min-width: 1024px) and (max-width: 1279px) {
  .about-story__layout {
    grid-template-columns: minmax(380px, 0.9fr) minmax(0, 1.1fr);
    gap: 40px;
  }
  .about-stats__grid {
    grid-template-columns: repeat(4, minmax(0, 1fr));
    width: calc(100% - 120px);
  }
  .about-stat {
    width: 100%;
  }
  .about-team-card__identity {
    left: 35%;
  }
}
.careers-page-body {
  overflow-x: hidden;
  background: #fff;
}
.careers-page-body main {
  overflow: hidden;
  background: #fff;
}
.careers-page-body main *, .careers-page-body main *::before, .careers-page-body main *::after {
  box-sizing: border-box;
}
.careers-eyebrow {
  display: flex;
  height: 16px;
  align-items: center;
  gap: 12px;
  color: #5eb4e7;
  font-family: 'Quicksand', sans-serif;
  font-size: 8px;
  font-weight: 700;
  line-height: 16px;
  letter-spacing: 2.4px;
  text-transform: uppercase;
}
.careers-eyebrow__line {
  display: block;
  width: 32px;
  height: 1px;
  flex: 0 0 auto;
  background: linear-gradient(90deg, #5eb4e7, #43dcd1);
}
.careers-button {
  display: inline-flex;
  height: 56px;
  align-items: center;
  justify-content: center;
  gap: 8px;
  border: 0;
  border-radius: 16px;
  background: linear-gradient(90deg, #5eb4e7, #43dcd1);
  color: #fff;
  text-transform: capitalize;
  font-family: 'Quicksand', sans-serif;
  font-size: 16px;
  font-weight: 600;
  line-height: 24px;
  text-decoration: none;
  box-shadow: 0 4px 12px rgba(94, 180, 231, 0.4);
  cursor: pointer;
  transition: transform 200ms ease, box-shadow 200ms ease;
}
.careers-button:hover {
  transform: translateY(-2px);
  box-shadow: 0 8px 24px rgba(94, 180, 231, 0.45);
}
.careers-button:focus-visible {
  outline: 3px solid rgba(67, 220, 209, 0.5);
  outline-offset: 4px;
}
.careers-button img {
  width: 18px;
  height: 18px;
}
.careers-hero {
  position: relative;
  height: 852px;
  overflow: hidden;
  background: #192b3e;
}
.careers-hero__image {
  position: absolute;
  top: 0;
  left: 50%;
  width: auto;
  max-width: none;
  height: 100%;
  transform: translateX(-55%);
  pointer-events: none;
}
.careers-hero__shade {
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(25, 43, 62, 0) 1.7%, rgba(25, 43, 62, 0.12) 36%, #192b3e 81.1%);
}
.careers-hero__content {
  position: absolute;
  z-index: 1;
  top: 451px;
  right: 20px;
  left: 20px;
}
.careers-eyebrow--hero {
  height: 32px;
  color: #43dcd1;
  font-size: 10px;
  letter-spacing: 2.64px;
}
.careers-eyebrow--hero .careers-eyebrow__line {
  width: 40px;
}
.careers-hero__title {
  width: 353px;
  height: 129px;
  margin: 0;
  overflow: hidden;
  color: #fff;
  font-family: 'Playfair Display', serif;
  font-size: 40px;
  font-weight: 700;
  line-height: 40px;
  letter-spacing: -1.6px;
}
.careers-hero__title span, .careers-hero__title em {
  display: block;
}
.careers-hero__title-clip {
  display: block;
  overflow: hidden;
}
.careers-hero__title em, .careers-culture__intro h2 em, .careers-join__copy h2 em {
  color: transparent;
  background: linear-gradient(90deg, #5eb4e7, #43dcd1);
  background-clip: text;
  -webkit-background-clip: text;
  font-family: 'Playfair Display', serif;
  font-style: italic;
}
.careers-hero__divider {
  display: block;
  width: 64px;
  height: 1px;
  margin-top: 24px;
  background: linear-gradient(90deg, #5eb4e7, #43dcd1);
}
.careers-hero__copy {
  width: 320px;
  margin: 15px 0 0;
  color: rgba(255, 255, 255, 0.72);
  font-family: 'Quicksand', sans-serif;
  font-size: 12px;
  font-weight: 400;
  line-height: 20px;
}
.careers-culture {
  height: 1316px;
  padding: 40px 21.5px 0;
  background: #fff;
}
.careers-culture__panel {
  position: relative;
  width: 100%;
  max-width: 1320px;
  height: 1276px;
  margin: 0 auto;
  overflow: hidden;
  border: 1px solid rgba(94, 180, 231, 0.1);
  border-radius: 32px;
  background: #f4f8fc;
  box-shadow: 0 8px 30px rgba(94, 180, 231, 0.08);
}
.careers-culture__intro h2 {
  position: absolute;
  top: 19px;
  left: 19px;
  margin: 0;
  color: #0d1b3e;
  font-family: 'Playfair Display', serif;
  font-size: 32px;
  font-weight: 700;
  line-height: 60px;
  white-space: nowrap;
}
.careers-culture__intro p {
  position: absolute;
  top: 84px;
  right: 20px;
  left: 19px;
  margin: 0;
  color: #404b5e;
  font-family: 'Quicksand', sans-serif;
  font-size: 14px;
  font-weight: 500;
  line-height: 20px;
}
.careers-pillar-grid {
  position: absolute;
  top: 204px;
  right: 25px;
  left: 25px;
  display: grid;
  grid-template-columns: minmax(0, 1fr);
  gap: 20px;
}
.careers-pillar-card {
  position: relative;
  height: 337px;
  overflow: hidden;
  padding: 28px;
  border: 1px solid #e8f0f8;
  border-radius: 16px;
  background: #fff;
  box-shadow: 0 4px 20px rgba(94, 180, 231, 0.07);
  transition: transform 250ms ease, box-shadow 250ms ease;
}
.careers-pillar-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 12px 30px rgba(94, 180, 231, 0.14);
}
.careers-pillar-card__icon {
  display: flex;
  width: 44px;
  height: 44px;
  align-items: center;
  justify-content: center;
  margin-bottom: 24px;
  border: 1px solid rgba(94, 180, 231, 0.15);
  border-radius: 50%;
  background: linear-gradient(135deg, rgba(94, 180, 231, 0.15), rgba(67, 220, 209, 0.1));
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1), 0 1px 2px rgba(0, 0, 0, 0.1);
}
.careers-pillar-card__icon img {
  width: 22px;
  height: 22px;
}
.careers-pillar-card h3 {
  margin: 0 0 12px;
  color: #0d1b3e;
  font-family: 'Playfair Display', serif;
  font-size: 20px;
  font-weight: 700;
  line-height: 28px;
}
.careers-pillar-card__accent {
  display: block;
  width: 32px;
  height: 2px;
  margin-bottom: 16px;
  border-radius: 2px;
  background: linear-gradient(90deg, #5eb4e7, #43dcd1);
}
.careers-pillar-card p {
  max-width: 325px;
  margin: 0;
  color: #6b7fa3;
  font-family: 'Quicksand', sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 22.75px;
}
.careers-join {
  position: relative;
  height: 1824px;
  overflow: hidden;
  background: #fff;
  font-family: 'Quicksand', sans-serif;
}
.careers-join__inner {
  position: relative;
  width: 100%;
  max-width: 1320px;
  height: 100%;
  margin: 0 auto;
}
.careers-join__copy {
  position: absolute;
  top: 40px;
  right: 23px;
  left: 20px;
}
.careers-join__copy h2 {
  height: 86px;
  margin: 0;
  color: #0d1b3e;
  font-family: 'Playfair Display', serif;
  font-size: 32px;
  font-weight: 700;
  line-height: 43px;
}
.careers-join__copy h2 span, .careers-join__copy h2 em {
  display: block;
}
.careers-join__copy > p {
  max-width: 618px;
  margin: 37px 0 0;
  color: #404b5e;
  font-size: 14px;
  font-weight: 500;
  line-height: 20px;
}
.careers-benefit-grid {
  position: absolute;
  top: 299px;
  right: 21.5px;
  left: 21.5px;
  display: grid;
  grid-template-columns: minmax(0, 1fr);
  gap: 20px;
}
.careers-benefit-card {
  height: 145px;
  padding: 20px;
  border: 1px solid rgba(67, 220, 209, 0.2);
  border-radius: 16px;
  background: rgba(255, 255, 255, 0.8);
  transition: border-color 200ms ease, background 200ms ease;
}
.careers-benefit-card:hover {
  border-color: rgba(94, 180, 231, 0.45);
  background: #f8fcff;
}
.careers-benefit-card__icon {
  display: flex;
  width: 36px;
  height: 36px;
  align-items: center;
  justify-content: center;
  border-radius: 16px;
  background: linear-gradient(135deg, rgba(94, 180, 231, 0.15), rgba(67, 220, 209, 0.15));
}
.careers-benefit-card__icon img {
  width: 18px;
  height: 18px;
}
.careers-benefit-card h3 {
  margin: 8px 0 0;
  color: #0d1b3e;
  font-size: 14px;
  font-weight: 600;
  line-height: 20px;
}
.careers-benefit-card p {
  max-width: 315px;
  margin: 4px 0 0;
  color: #4a6080;
  font-size: 14px;
  font-weight: 400;
  line-height: 16px;
}
.careers-application {
  position: absolute;
  top: 979px;
  right: 21.5px;
  left: 21.5px;
  height: 815px;
  margin: 0;
}
.careers-application__card {
  position: relative;
  width: 100%;
  height: 719px;
  overflow: hidden;
  border-radius: 18px;
  background: #fff;
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.05);
}
.careers-field {
  position: absolute;
  left: 20px;
  width: calc(100% - 40px);
  height: 66px;
  border-bottom: 1px solid rgba(76, 164, 225, 0.5);
}
.careers-field--name {
  top: 20px;
}
.careers-field--email {
  top: 106px;
}
.careers-field--phone {
  top: 192px;
}
.careers-field--position {
  top: 278px;
}
.careers-field--message {
  top: 576px;
  height: 96px;
}
.careers-field > span {
  position: absolute;
  z-index: 1;
  top: 10px;
  left: 10px;
  color: #000;
  font-size: 12px;
  font-weight: 400;
  line-height: 36px;
  pointer-events: none;
  transition: transform 160ms ease, font-size 160ms ease, color 160ms ease;
}
.careers-field b, .careers-upload-label b {
  color: #fe0909;
  font-weight: 400;
}
.careers-field input, .careers-field textarea {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  border: 0;
  outline: 0;
  background: transparent;
  color: #0d1b3e;
  font: 500 14px/20px 'Quicksand', sans-serif;
}
.careers-field input {
  padding: 29px 10px 5px;
}
.careers-field textarea {
  resize: none;
  padding: 39px 10px 8px;
}
.careers-field:focus-within > span, .careers-field:has(input:not(:placeholder-shown)) > span, .careers-field:has(textarea:not(:placeholder-shown)) > span {
  color: #4a6080;
  font-size: 10px;
  transform: translateY(-9px);
}
.careers-upload-label {
  position: absolute;
  top: 364px;
  left: 30px;
  color: #000;
  font-size: 12px;
  font-weight: 400;
  line-height: 36px;
}
.careers-upload {
  position: absolute;
  top: 400px;
  right: 20px;
  left: 20px;
  display: flex;
  height: 156px;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  border: 1px dashed rgba(76, 164, 225, 0.5);
  border-radius: 8px;
  color: #000;
  cursor: pointer;
  transition: border-color 180ms ease, background 180ms ease;
}
.careers-upload:hover, .careers-upload.is-dragging {
  border-color: #43dcd1;
  background: rgba(67, 220, 209, 0.06);
}
.careers-upload.has-file {
  border-style: solid;
  background: rgba(94, 180, 231, 0.05);
}
.careers-upload input {
  position: absolute;
  width: 1px;
  height: 1px;
  overflow: hidden;
  opacity: 0;
}
.careers-upload img {
  width: 24px;
  height: 24px;
  margin-bottom: 10px;
}
.careers-upload__copy {
  max-width: 230px;
  font-size: 8px;
  font-weight: 400;
  line-height: 15px;
  text-align: center;
}
.careers-application__submit {
  position: absolute;
  top: 759px;
  left: 0;
  width: 100%;
  padding: 16px 36px;
}
.careers-hero__image {
  animation: careersHeroImage 1500ms cubic-bezier(0.22, 1, 0.36, 1) both;
}
.careers-motion-ready [data-careers-reveal] {
  opacity: 0;
  transition: opacity 700ms cubic-bezier(0.22, 1, 0.36, 1) var(--reveal-delay, 0ms), transform 700ms cubic-bezier(0.22, 1, 0.36, 1) var(--reveal-delay, 0ms);
}
.careers-motion-ready [data-careers-reveal='up'] {
  transform: translateY(42px);
}
.careers-motion-ready [data-careers-reveal='left'] {
  transform: translateX(-48px);
}
.careers-motion-ready [data-careers-reveal='right'] {
  transform: translateX(48px);
}
.careers-motion-ready [data-careers-reveal].is-visible {
  opacity: 1;
  transform: translate(0, 0);
}
@keyframes careersHeroImage {
  from {
    scale: 1.04;
  }
  to {
    scale: 1;
  }
}
@keyframes careersHeroEnter {
  from {
    opacity: 0;
    translate: 0 28px;
  }
  to {
    opacity: 1;
    translate: 0 0;
  }
}
@keyframes careersLine {
  to {
    transform: scaleX(1);
  }
}
@media (min-width: 1024px) {
  .careers-eyebrow {
    font-size: 12px;
  }
  .careers-hero {
    height: 589px;
  }
  .careers-hero__image {
    top: -20.97%;
    left: -10.21%;
    width: 151.46%;
    height: 206.62%;
    object-fit: cover;
    transform: none;
  }
  .careers-hero__shade {
    background: linear-gradient(90deg, rgba(25, 43, 62, 0.98) 0%, rgba(25, 43, 62, 0.72) 33%, rgba(25, 43, 62, 0) 76%), linear-gradient(0deg, #192b3e 0%, rgba(25, 43, 62, 0) 42%);
  }
  .careers-hero__content {
    top: 122px;
    right: auto;
    left: max(60px, calc((100vw - 1320px) / 2));
    width: 739px;
  }
  .careers-eyebrow--hero {
    height: 32px;
    font-size: 12px;
  }
  .careers-hero__title {
    width: 739px;
    height: 168px;
    font-size: 80px;
    line-height: 84px;
  }
  .careers-hero__divider {
    margin-top: 18px;
  }
  .careers-hero__copy {
    width: 639px;
    margin-top: 20px;
    font-size: 16.8px;
    line-height: 31.08px;
  }
  .careers-culture {
    height: 723px;
    padding: 60px 0;
  }
  .careers-culture__panel {
    width: min(1320px, calc(100% - 100px));
    height: 603px;
  }
  .careers-culture__intro h2 {
    top: 69px;
    left: 60px;
    font-size: 48px;
    line-height: 60px;
  }
  .careers-culture__intro p {
    top: 79px;
    right: 60px;
    left: auto;
    width: 480px;
    font-size: 14px;
    line-height: 20px;
  }
  .careers-pillar-grid {
    top: 209px;
    right: 57px;
    left: 57px;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 30px;
  }
  .careers-pillar-card {
    width: 100%;
    height: 337px;
  }
  .careers-join {
    height: 930px;
  }
  .careers-join__inner {
    width: min(1320px, calc(100% - 120px));
  }
  .careers-join__copy {
    top: 155px;
    right: auto;
    left: 0;
    width: 46.82%;
  }
  .careers-join__copy h2 {
    height: 60px;
    margin-top: 20px;
    font-size: 48px;
    line-height: 60px;
    white-space: nowrap;
  }
  .careers-join__copy h2 em {
    display: inline;
  }
  .careers-join__copy > p {
    margin-top: 40px;
    font-size: 14px;
    line-height: 20px;
  }
  .careers-benefit-grid {
    top: 411px;
    right: auto;
    left: 0;
    width: 46.82%;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 21px 16px;
  }
  .careers-benefit-card {
    height: 171px;
  }
  .careers-benefit-card p {
    max-width: 234px;
    font-size: 12px;
  }
  .careers-application {
    top: 105px;
    right: 0;
    left: auto;
    width: 48.71%;
    height: 719px;
  }
  .careers-field {
    left: 40px;
    width: calc((100% - 125px) / 2);
  }
  .careers-field--name {
    top: 40px;
  }
  .careers-field--email {
    top: 40px;
    left: auto;
    right: 40px;
  }
  .careers-field--phone {
    top: 151px;
  }
  .careers-field--position {
    top: 151px;
    left: auto;
    right: 40px;
  }
  .careers-field--message {
    top: 483px;
    width: calc(100% - 80px);
    height: 96px;
  }
  .careers-field > span {
    font-size: 14px;
  }
  .careers-upload-label {
    top: 246px;
    left: 50px;
  }
  .careers-upload {
    top: 282px;
    right: 40px;
    left: 40px;
  }
  .careers-upload__copy {
    font-size: 12px;
    line-height: 20px;
  }
  .careers-application__submit {
    top: 619px;
    left: 50%;
    width: auto;
    min-width: 271px;
    padding: 16px 36px;
    font-family: 'Quicksand', sans-serif;
    text-transform: uppercase;
    transform: translateX(-50%);
  }
  .careers-application__submit:hover {
    transform: translate(-50%, -2px);
  }
}
@media (min-width: 1024px) and (max-width: 1279px) {
  .careers-culture__intro p {
    width: 42%;
  }
  .careers-pillar-grid {
    gap: 20px;
  }
  .careers-join__copy h2 {
    font-size: 40px;
  }
  .careers-benefit-card {
    padding: 16px;
  }
}
@media (max-width: 392px) {
  .careers-hero__content {
    right: 16px;
    left: 16px;
  }
  .careers-hero__title {
    width: 100%;
    font-size: 36px;
  }
  .careers-hero__copy {
    width: 100%;
  }
  .careers-culture {
    padding-right: 16px;
    padding-left: 16px;
  }
  .careers-culture__intro p {
    font-size: 13px;
  }
  .careers-pillar-grid {
    right: 16px;
    left: 16px;
  }
  .careers-join__copy, .careers-benefit-grid, .careers-application {
    right: 16px;
    left: 16px;
  }
  .careers-join__copy h2 {
    font-size: 30px;
  }
  .careers-benefit-card p {
    font-size: 12px;
  }
}
.contact-page-body {
  background: #fff;
}
.contact-page-body main {
  background: #fff;
}
.contact-hero {
  position: relative;
  height: 852px;
  overflow: hidden;
  background: #192b3e;
  font-family: 'Quicksand', sans-serif;
}
.contact-hero__image {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  max-width: none;
  object-fit: cover;
  object-position: center;
  pointer-events: none;
}
.contact-hero__bottom-shade, .contact-hero__side-shade {
  position: absolute;
  inset: 0;
  pointer-events: none;
}
.contact-hero__bottom-shade {
  background: linear-gradient(180deg, rgba(25, 43, 62, 0) 4.52%, #192b3e 81.54%);
}
.contact-hero__side-shade {
  display: none;
}
.contact-hero__eyebrow {
  position: absolute;
  top: 501px;
  left: 20px;
  display: flex;
  align-items: center;
  gap: 10px;
  color: #43dcd1;
  font-size: 10px;
  font-weight: 700;
  line-height: 16px;
  letter-spacing: 2.64px;
  text-transform: uppercase;
}
.contact-hero__line {
  width: 40px;
  height: 1px;
  background: linear-gradient(90deg, #5eb4e7 0%, #43dcd1 100%);
}
.contact-hero__title {
  position: absolute;
  top: 543px;
  left: 20px;
  width: 223px;
  height: 88px;
  margin: 0;
  overflow: hidden;
  font-family: 'Playfair Display', serif;
  font-size: 40px;
  font-weight: 700;
  line-height: 40px;
  letter-spacing: -1.6px;
  white-space: nowrap;
}
.contact-hero__title span, .contact-hero__title em {
  display: block;
}
.contact-hero__title span {
  padding-top: 4px;
  color: #fff;
  font-style: normal;
}
.contact-hero__title em {
  background: linear-gradient(90deg, #5eb4e7 0%, #43dcd1 100%);
  background-clip: text;
  color: transparent;
  font-style: italic;
}
.contact-hero__separator {
  position: absolute;
  top: 651px;
  left: 20px;
  width: 64px;
  height: 1px;
  background: linear-gradient(90deg, #5eb4e7 0%, #43dcd1 100%);
}
.contact-hero__description {
  position: absolute;
  top: 672px;
  left: 20px;
  width: 350px;
  height: 80px;
  margin: 0;
  overflow: hidden;
  color: rgba(255, 255, 255, 0.72);
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
}
.contact-content {
  box-sizing: border-box;
  min-height: 1201px;
  padding: 40px 21.5px;
  background: #fff;
  font-family: 'Quicksand', sans-serif;
}
.contact-shell {
  width: 100%;
  max-width: 1320px;
  margin: 0 auto;
}
.contact-form-card {
  position: relative;
  width: 100%;
  height: 656px;
  overflow: hidden;
  border-radius: 18px;
  background: #fff;
  box-shadow: 0 0 20px rgba(94, 180, 231, 0.1);
}
.contact-form {
  position: static;
}
.contact-field {
  position: absolute;
  left: 20px;
  width: calc(100% - 40px);
  height: 66px;
  border-bottom: 1px solid rgba(76, 164, 225, 0.5);
  color: #000;
  font-size: 14px;
  font-weight: 400;
  line-height: 36px;
}
.contact-field--name {
  top: 40px;
}
.contact-field--email {
  top: 136px;
}
.contact-field--phone {
  top: 232px;
}
.contact-field--subject {
  top: 328px;
}
.contact-field--message {
  top: 424px;
  height: 96px;
}
.contact-field__label {
  position: absolute;
  z-index: 1;
  top: 10px;
  left: 10px;
  pointer-events: none;
  transition: opacity 120ms ease;
}
.contact-field--message .contact-field__label {
  top: 0;
}
.contact-field__label b {
  color: #fe0909;
  font-weight: 400;
}
.contact-field input, .contact-field textarea {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  padding: 10px;
  border: 0;
  outline: 0;
  background: transparent;
  color: #000;
  font: inherit;
  line-height: 36px;
}
.contact-field textarea {
  padding-top: 0;
  resize: none;
}
.contact-field:focus-within .contact-field__label, .contact-field:has(input:not(:placeholder-shown)) .contact-field__label, .contact-field:has(textarea:not(:placeholder-shown)) .contact-field__label {
  opacity: 0;
}
.contact-form__submit {
  position: absolute;
  top: 560px;
  left: 50%;
  display: inline-flex;
  height: 56px;
  align-items: center;
  justify-content: center;
  gap: 8px;
  padding: 16px 36px;
  border: 0;
  border-radius: 16px;
  background: linear-gradient(90deg, #5eb4e7 0%, #43dcd1 100%);
  box-shadow: 0 4px 12px rgba(94, 180, 231, 0.4);
  color: #fff;
  font-family: 'Quicksand', sans-serif;
  font-size: 16px;
  font-weight: 600;
  line-height: 24px;
  text-align: center;
  text-transform: capitalize;
  white-space: nowrap;
  transform: translateX(-50%);
  cursor: pointer;
}
.contact-office-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 20px;
  margin-top: 40px;
}
.contact-detail-card {
  display: flex;
  align-items: flex-start;
  gap: 20px;
  box-sizing: border-box;
  width: 100%;
  overflow: hidden;
  border-radius: 18px;
  background: rgba(255, 255, 255, 0.4);
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.05);
  backdrop-filter: blur(40px);
}
.contact-detail-card--office {
  height: 150px;
  padding: 20px;
}
.contact-detail-card--email {
  height: 85px;
  margin-top: 20px;
  padding: 20px;
}
.contact-detail-card__icon {
  display: flex;
  flex: 0 0 40px;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  overflow: hidden;
  border-radius: 12px;
  background: #fff;
  box-shadow: 0 0 10px rgba(76, 164, 225, 0.2);
}
.contact-detail-card__icon img {
  width: 17px;
  height: 17px;
}
.contact-detail-card--email .contact-detail-card__icon img {
  width: 18px;
  height: 18px;
}
.contact-detail-card__copy {
  min-width: 0;
}
.contact-detail-card h2 {
  margin: 0;
  color: #000;
  font-size: 16px;
  font-weight: 700;
  line-height: normal;
}
.contact-detail-card p {
  width: 100%;
  margin: 11px 0 0;
  color: #000;
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
}
.contact-detail-card a {
  display: inline-block;
  margin-top: 9px;
  color: #4ca4e1;
  font-size: 14px;
  font-weight: 700;
  line-height: normal;
  text-decoration: underline;
}
@media (min-width: 1024px) {
  .contact-hero {
    height: 491px;
    margin-top: 96px;
    background: radial-gradient(ellipse at center, #004879 0%, #093663 50%, #12244c 100%);
  }
  .contact-hero__image {
    inset: 0;
    width: 100%;
    height: 100%;
  }
  .contact-hero__bottom-shade {
    top: auto;
    height: 246px;
    background: linear-gradient(180deg, rgba(25, 43, 62, 0), #192b3e);
  }
  .contact-hero__side-shade {
    display: block;
    width: 90.28%;
    background: linear-gradient(90deg, #192b3e 0%, rgba(25, 43, 62, 0.9) 26%, rgba(25, 43, 62, 0) 76%);
  }
  .contact-hero__eyebrow {
    top: 162px;
    left: max(60px, calc((100vw - 1320px) / 2));
    gap: 12px;
    font-size: 12px;
    line-height: 16px;
    letter-spacing: 2.4px;
  }
  .contact-hero__line {
    width: 32px;
  }
  .contact-hero__title {
    top: 198px;
    left: max(60px, calc((100vw - 1320px) / 2));
    width: 546px;
    height: 61px;
    font-size: 48px;
    line-height: 60px;
    letter-spacing: 0;
  }
  .contact-hero__title span, .contact-hero__title em {
    position: absolute;
    display: block;
  }
  .contact-hero__title span {
    top: 0;
    left: 0;
    padding: 0;
  }
  .contact-hero__title em {
    top: 0.4px;
    left: 265px;
    margin: 0;
  }
  .contact-hero__separator {
    top: 278px;
    left: max(60px, calc((100vw - 1320px) / 2));
    display: block;
  }
  .contact-hero__description {
    top: 308px;
    left: max(60px, calc((100vw - 1320px) / 2));
    width: 571px;
    height: 69px;
    font-size: 18px;
    font-weight: 500;
    line-height: normal;
  }
  .contact-content {
    min-height: 957px;
    padding: 62px 60px 108px;
  }
  .contact-form-card {
    height: 504px;
  }
  .contact-field {
    left: auto;
    width: calc((100% - 179px) / 2);
    height: 71px;
  }
  .contact-field--name, .contact-field--phone {
    left: 40px;
  }
  .contact-field--email, .contact-field--subject {
    right: 39px;
  }
  .contact-field--name, .contact-field--email {
    top: 40px;
  }
  .contact-field--phone, .contact-field--subject {
    top: 151px;
  }
  .contact-field--message {
    top: 262px;
    left: 40px;
    width: calc(100% - 79px);
    height: 96px;
  }
  .contact-form__submit {
    top: 403px;
  }
  .contact-office-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 26px;
    margin-top: 38px;
  }
  .contact-detail-card {
    gap: 30px;
  }
  .contact-detail-card--office {
    height: 125px;
    padding: 20px;
  }
  .contact-detail-card--email {
    height: 100px;
    margin-top: 20px;
    padding: 20px;
  }
  .contact-detail-card__icon {
    flex-basis: 60px;
    width: 60px;
    height: 60px;
  }
  .contact-detail-card__icon img {
    width: 24px;
    height: 24px;
  }
  .contact-detail-card--email .contact-detail-card__icon img {
    width: 24px;
    height: 24px;
  }
  .contact-detail-card h2 {
    font-size: 24px;
  }
  .contact-detail-card p {
    margin-top: 8px;
    font-size: 16px;
    line-height: normal;
  }
  .contact-detail-card a {
    margin-top: 8px;
    font-size: 16px;
  }
}
body.alternative-page-body {
  overflow-x: hidden;
  background: #fff;
}
.alternative-copy--desktop {
  display: none;
}
.alternative-copy--mobile {
  display: inline;
}
.alternative-hero {
  position: relative;
  height: 852px;
  overflow: hidden;
  background: #192b3e;
}
.alternative-hero__image {
  position: absolute;
  top: -21px;
  left: 50%;
  width: 596px;
  height: 894px;
  max-width: none;
  transform: translateX(-50%);
  object-fit: cover;
}
.alternative-hero__shade {
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(25, 43, 62, 0) 2%, #192b3e 81%);
}
.alternative-hero__content {
  position: relative;
  width: 100%;
  height: 100%;
}
.alternative-hero__eyebrow, .alternative-section__eyebrow {
  display: flex;
  align-items: center;
  gap: 10px;
  color: #5eb4e7;
  font-family: 'Quicksand', sans-serif;
  font-size: 10px;
  font-weight: 700;
  line-height: 16px;
  letter-spacing: 2.4px;
  text-transform: uppercase;
}
.alternative-hero__eyebrow {
  position: absolute;
  top: 489px;
  left: 20px;
  height: 32px;
  color: #43dcd1;
  letter-spacing: 2.64px;
}
.alternative-hero__rule {
  width: 40px;
}
.alternative-hero__rule, .alternative-section__rule {
  height: 1px;
  flex: 0 0 auto;
  background: linear-gradient(90deg, #5eb4e7, #43dcd1);
}
.alternative-section__rule {
  width: 32px;
}
.alternative-hero__title {
  position: absolute;
  top: 521px;
  left: 20px;
  width: calc(100% - 40px);
  height: 87px;
  margin: 0;
  overflow: hidden;
  color: #fff;
  font-family: 'Playfair Display', serif;
  font-size: 40px;
  font-weight: 700;
  line-height: 40px;
  letter-spacing: -1.6px;
}
.alternative-hero__title span, .alternative-hero__title em {
  display: block;
}
.alternative-hero__title em, .alternative-section__title em {
  color: transparent;
  background: linear-gradient(90deg, #5eb4e7, #43dcd1);
  background-clip: text;
  -webkit-background-clip: text;
  font-style: italic;
}
.alternative-hero__description {
  position: absolute;
  top: 652px;
  left: 20px;
  width: 320px;
  margin: 0;
  color: rgba(255, 255, 255, 0.72);
  font-family: 'Quicksand', sans-serif;
  font-size: 12px;
  font-weight: 400;
  line-height: 20px;
}
.alternative-section {
  height: 1234px;
  overflow: hidden;
  scroll-margin-top: 96px;
  background: #fff;
}
.alternative-section--real-estate {
  height: 1294px;
}
.alternative-section--commodity {
  height: 968px;
}
.alternative-section__container {
  position: relative;
  width: 100%;
  height: 100%;
  padding: 40px 20px;
}
.alternative-section__title-row {
  position: relative;
}
.alternative-section__title {
  display: flex;
  gap: 10px;
  margin: 0;
  color: #0d1b3e;
  font-family: 'Playfair Display', serif;
  font-size: 32px;
  font-weight: 700;
  line-height: 60px;
  white-space: nowrap;
}
.alternative-section__tagline {
  margin: 5px 0 0;
  color: #000;
  font-family: 'Quicksand', sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
}
.alternative-section__grid {
  display: flex;
  flex-direction: column;
}
.alternative-content {
  display: contents;
}
.alternative-content__paragraphs {
  order: 1;
  margin-top: 40px;
}
.alternative-content__paragraph {
  margin: 0;
  color: #4f5e79;
  font-family: 'Quicksand', sans-serif;
  font-size: 14px;
  font-weight: 500;
  line-height: 20px;
}
.alternative-content__paragraph + .alternative-content__paragraph {
  margin-top: 20px;
}
.alternative-media-card {
  position: relative;
  order: 2;
  width: 100%;
  height: 296px;
  margin: 20px 0 0;
  overflow: hidden;
  border-radius: 24px;
  background: transparent;
  box-shadow: 0 24px 70px rgba(67, 220, 209, 0.2);
}
.alternative-media-card img {
  position: absolute;
  top: -3px;
  left: -12px;
  width: calc(100% + 22px);
  height: auto;
  max-width: none;
  aspect-ratio: 1;
  object-fit: cover;
}
.alternative-section--global .alternative-media-card img, .alternative-section--commodity .alternative-media-card img {
  top: -31px;
}
.alternative-media-card__overlay {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  height: 96px;
  background: linear-gradient(0deg, rgba(67, 220, 209, 0.2), transparent);
}
.alternative-content__subhead {
  order: 3;
  min-height: 29px;
  margin: 40px 0 0;
  color: #000;
  font-family: 'Playfair Display', serif;
  font-size: 16px;
  font-weight: 700;
  line-height: 30px;
}
.alternative-opportunities {
  display: grid;
  order: 4;
  gap: 20px;
  margin-top: 20px;
}
.alternative-opp-card {
  display: flex;
  width: 100%;
  min-height: 82px;
  align-items: center;
  gap: 20px;
  padding: 20px;
  border: 0.8px solid rgba(94, 180, 231, 0.15);
  border-radius: 16px;
  background: #f4f9fe;
}
.alternative-opp-card__icon {
  display: grid;
  width: 40px;
  height: 40px;
  flex: 0 0 40px;
  place-items: center;
  border-radius: 16px;
  background: linear-gradient(135deg, #5eb4e7, #43dcd1);
  color: #fff;
  box-shadow: 0 4px 3px rgba(0, 0, 0, 0.1), 0 2px 2px rgba(0, 0, 0, 0.1);
}
.alternative-opp-card__icon svg {
  width: 18px;
  height: 18px;
  fill: none;
  stroke: currentColor;
}
.alternative-opp-card__title {
  margin: 0;
  color: #0d1b3e;
  font-family: 'Quicksand', sans-serif;
  font-size: 14px;
  font-weight: 700;
  line-height: 20px;
}
.alternative-section--commodity .alternative-opp-card {
  min-height: 102px;
}
@media (max-width: 767.98px) {
  .alternative-section--commodity {
    height: 992px;
  }
}
@media (max-width: 379px) {
  .alternative-section__container {
    padding-right: 16px;
    padding-left: 16px;
  }
  .alternative-section__eyebrow {
    font-size: 8px;
    letter-spacing: 1.8px;
  }
  .alternative-section__title {
    gap: 7px;
    font-size: 29px;
  }
  .alternative-section__tagline {
    white-space: normal;
  }
}
@media (min-width: 1024px) {
  .alternative-copy--desktop {
    display: inline;
  }
  .alternative-copy--mobile {
    display: none;
  }
  .alternative-hero {
    height: 589px;
  }
  .alternative-hero__image {
    top: -732px;
    left: calc(50% - 526px);
    width: 1373px;
    height: 2060px;
    transform: none;
  }
  .alternative-hero__shade {
    background: linear-gradient(0deg, #192b3e 0%, rgba(25, 43, 62, 0) 36%), linear-gradient(90deg, #192b3e 0%, rgba(25, 43, 62, 0.94) 35%, rgba(25, 43, 62, 0.48) 67%, rgba(25, 43, 62, 0) 92%);
  }
  .alternative-hero__content {
    width: calc(100% - 120px);
    max-width: 1320px;
    margin: 0 auto;
  }
  .alternative-hero__eyebrow {
    top: 194px;
    left: 0;
    width: 672px;
    font-size: 12px;
  }
  .alternative-hero__title {
    top: 226px;
    left: 0;
    width: 739px;
    height: 170px;
    font-size: 80px;
    line-height: 84px;
    letter-spacing: normal;
  }
  .alternative-hero__description {
    top: 455px;
    left: 0;
    width: 521px;
    font-size: 16.8px;
    line-height: 31.08px;
  }
  .alternative-section, .alternative-section--real-estate, .alternative-section--commodity {
    height: 889px;
  }
  .alternative-section__container {
    max-width: 1440px;
    margin: 0 auto;
    padding: 60px;
  }
  .alternative-section__header {
    height: 96px;
  }
  .alternative-section__eyebrow {
    gap: 12px;
    font-size: 12px;
  }
  .alternative-section__title {
    gap: 11px;
    margin-top: 20px;
    font-size: 48px;
    line-height: 60px;
  }
  .alternative-section__tagline {
    position: absolute;
    top: 30px;
    right: 0;
    margin: 0;
    font-size: 24px;
    white-space: nowrap;
  }
  .alternative-section__grid {
    display: grid;
    grid-template-columns: 568px minmax(0, 672px);
    gap: 80px;
    margin-top: 60px;
  }
  .alternative-content {
    display: block;
    order: 2;
    padding-top: 20px;
  }
  .alternative-section--real-estate .alternative-content {
    padding-top: 29px;
  }
  .alternative-section--startup .alternative-content {
    padding-top: 10px;
  }
  .alternative-content__paragraphs {
    margin: 0;
  }
  .alternative-content__paragraph + .alternative-content__paragraph {
    margin-top: 40px;
  }
  .alternative-media-card {
    display: block;
    order: 1;
    width: 568px;
    height: 603px;
    margin: 10px 0 0;
  }
  .alternative-media-card img, .alternative-section--global .alternative-media-card img, .alternative-section--commodity .alternative-media-card img {
    top: -21px;
    left: -49px;
    width: 645px;
    height: 645px;
    object-fit: cover;
    transition: transform 500ms ease;
  }
  .alternative-media-card:hover img {
    transform: scale(1.025);
  }
  .alternative-content__subhead {
    min-height: 60px;
    margin: 20px 0 0;
    font-size: 18px;
    line-height: 60px;
  }
  .alternative-section--real-estate .alternative-content__subhead, .alternative-section--startup .alternative-content__subhead {
    margin-top: 40px;
  }
  .alternative-opportunities {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 20px;
    margin-top: 20px;
  }
  .alternative-opp-card {
    width: 100%;
    min-height: 82px;
  }
  .alternative-section--commodity .alternative-opportunities, .alternative-section--commodity .alternative-opp-card {
    width: 327px;
    grid-template-columns: 327px;
  }
  .alternative-section--commodity .alternative-opp-card {
    min-height: 102px;
  }
  .alternative-section--commodity .alternative-opp-card__title {
    max-width: 177px;
  }
}
@media (min-width: 1024px) and (max-width: 1279px) {
  .alternative-section__container {
    padding-right: 40px;
    padding-left: 40px;
  }
  .alternative-section__grid {
    grid-template-columns: minmax(420px, 44vw) minmax(0, 1fr);
    gap: 48px;
  }
  .alternative-media-card {
    width: 100%;
  }
  .alternative-section__tagline {
    font-size: 20px;
  }
}
@media (max-width: 767.98px) {
  .about-value__accent {
    display: none;
  }
  .mutual-funds-hero, .brickly-hero, .prime-flow-hero, .alternative-hero, .about-hero, .careers-hero, .contact-hero {
    height: calc(100svh - 96px) !important;
  }
  .mutual-funds-hero__content, .brickly-hero__content, .prime-flow-hero__content {
    position: absolute;
    right: 20px;
    bottom: 28px;
    left: 20px;
    width: auto;
    height: auto;
    margin: 0;
    padding: 0 !important;
  }
  .about-hero__content, .careers-hero__content {
    top: auto;
    bottom: 28px;
  }
  .alternative-hero__eyebrow {
    top: auto;
    bottom: 248px;
  }
  .alternative-hero__title {
    top: auto;
    bottom: 152px;
  }
  .alternative-hero__divider {
    top: auto;
    bottom: 128px;
  }
  .alternative-hero__description {
    top: auto;
    bottom: 28px;
  }
  .contact-hero__eyebrow {
    top: auto;
    bottom: 248px;
  }
  .contact-hero__title {
    top: auto;
    bottom: 152px;
  }
  .contact-hero__separator {
    top: auto;
    bottom: 128px;
  }
  .contact-hero__description {
    top: auto;
    bottom: 28px;
  }
}
@media (min-width: 1024px) {
  .about-team-card, .about-team-member:first-child .about-team-card, .about-team-member:nth-child(2) .about-team-card {
    background: #ffffff;
  }
}
@media (min-width: 768px) {
  .services-hero__title {
    font-size: 48px !important;
    line-height: 60px !important;
    letter-spacing: normal !important;
  }
  .services-hero__divider {
    top: 360px;
    width: 64px;
  }
  .services-hero__description-clip {
    top: 395px;
  }
}
@media (min-width: 1024px) {
  .about-hero__content, .careers-hero__content {
    top: calc(50% + 48px);
    transform: translateY(-50%);
  }
  .about-hero__title {
    gap: 12px;
    height: 60px;
    font-size: 48px;
    line-height: 60px;
    letter-spacing: normal;
  }
  .about-hero__divider {
    margin-top: 24px;
  }
  .careers-hero__title {
    height: 180px;
    font-size: 48px;
    line-height: 60px;
    letter-spacing: normal;
  }
  .alternative-hero__title {
    height: 120px;
    font-size: 48px;
    line-height: 60px;
  }
  .alternative-hero__divider {
    top: 370px;
  }
  .alternative-hero__description {
    top: 405px;
  }
}
@property --tw-translate-x {
  syntax: "*";
  inherits: false;
  initial-value: 0;
}
@property --tw-translate-y {
  syntax: "*";
  inherits: false;
  initial-value: 0;
}
@property --tw-translate-z {
  syntax: "*";
  inherits: false;
  initial-value: 0;
}
@property --tw-scale-x {
  syntax: "*";
  inherits: false;
  initial-value: 1;
}
@property --tw-scale-y {
  syntax: "*";
  inherits: false;
  initial-value: 1;
}
@property --tw-scale-z {
  syntax: "*";
  inherits: false;
  initial-value: 1;
}
@property --tw-rotate-x {
  syntax: "*";
  inherits: false;
}
@property --tw-rotate-y {
  syntax: "*";
  inherits: false;
}
@property --tw-rotate-z {
  syntax: "*";
  inherits: false;
}
@property --tw-skew-x {
  syntax: "*";
  inherits: false;
}
@property --tw-skew-y {
  syntax: "*";
  inherits: false;
}
@property --tw-space-y-reverse {
  syntax: "*";
  inherits: false;
  initial-value: 0;
}
@property --tw-border-style {
  syntax: "*";
  inherits: false;
  initial-value: solid;
}
@property --tw-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-ordinal {
  syntax: "*";
  inherits: false;
}
@property --tw-slashed-zero {
  syntax: "*";
  inherits: false;
}
@property --tw-numeric-figure {
  syntax: "*";
  inherits: false;
}
@property --tw-numeric-spacing {
  syntax: "*";
  inherits: false;
}
@property --tw-numeric-fraction {
  syntax: "*";
  inherits: false;
}
@property --tw-shadow {
  syntax: "*";
  inherits: false;
  initial-value: 0 0 #0000;
}
@property --tw-shadow-color {
  syntax: "*";
  inherits: false;
}
@property --tw-shadow-alpha {
  syntax: "<percentage>";
  inherits: false;
  initial-value: 100%;
}
@property --tw-inset-shadow {
  syntax: "*";
  inherits: false;
  initial-value: 0 0 #0000;
}
@property --tw-inset-shadow-color {
  syntax: "*";
  inherits: false;
}
@property --tw-inset-shadow-alpha {
  syntax: "<percentage>";
  inherits: false;
  initial-value: 100%;
}
@property --tw-ring-color {
  syntax: "*";
  inherits: false;
}
@property --tw-ring-shadow {
  syntax: "*";
  inherits: false;
  initial-value: 0 0 #0000;
}
@property --tw-inset-ring-color {
  syntax: "*";
  inherits: false;
}
@property --tw-inset-ring-shadow {
  syntax: "*";
  inherits: false;
  initial-value: 0 0 #0000;
}
@property --tw-ring-inset {
  syntax: "*";
  inherits: false;
}
@property --tw-ring-offset-width {
  syntax: "<length>";
  inherits: false;
  initial-value: 0px;
}
@property --tw-ring-offset-color {
  syntax: "*";
  inherits: false;
  initial-value: #fff;
}
@property --tw-ring-offset-shadow {
  syntax: "*";
  inherits: false;
  initial-value: 0 0 #0000;
}
@property --tw-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-backdrop-blur {
  syntax: "*";
  inherits: false;
}
@property --tw-backdrop-brightness {
  syntax: "*";
  inherits: false;
}
@property --tw-backdrop-contrast {
  syntax: "*";
  inherits: false;
}
@property --tw-backdrop-grayscale {
  syntax: "*";
  inherits: false;
}
@property --tw-backdrop-hue-rotate {
  syntax: "*";
  inherits: false;
}
@property --tw-backdrop-invert {
  syntax: "*";
  inherits: false;
}
@property --tw-backdrop-opacity {
  syntax: "*";
  inherits: false;
}
@property --tw-backdrop-saturate {
  syntax: "*";
  inherits: false;
}
@property --tw-backdrop-sepia {
  syntax: "*";
  inherits: false;
}
@property --tw-duration {
  syntax: "*";
  inherits: false;
}
@property --tw-ease {
  syntax: "*";
  inherits: false;
}
@property --tw-content {
  syntax: "*";
  initial-value: "";
  inherits: false;
}
@keyframes pulse {
  50% {
    opacity: 0.5;
  }
}
@layer properties {
  @supports ((-webkit-hyphens: none) and (not (margin-trim: inline))) or ((-moz-orient: inline) and (not (color:rgb(from red r g b)))) {
    *, ::before, ::after, ::backdrop {
      --tw-translate-x: 0;
      --tw-translate-y: 0;
      --tw-translate-z: 0;
      --tw-scale-x: 1;
      --tw-scale-y: 1;
      --tw-scale-z: 1;
      --tw-rotate-x: initial;
      --tw-rotate-y: initial;
      --tw-rotate-z: initial;
      --tw-skew-x: initial;
      --tw-skew-y: initial;
      --tw-space-y-reverse: 0;
      --tw-border-style: solid;
      --tw-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-ordinal: initial;
      --tw-slashed-zero: initial;
      --tw-numeric-figure: initial;
      --tw-numeric-spacing: initial;
      --tw-numeric-fraction: 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-backdrop-blur: initial;
      --tw-backdrop-brightness: initial;
      --tw-backdrop-contrast: initial;
      --tw-backdrop-grayscale: initial;
      --tw-backdrop-hue-rotate: initial;
      --tw-backdrop-invert: initial;
      --tw-backdrop-opacity: initial;
      --tw-backdrop-saturate: initial;
      --tw-backdrop-sepia: initial;
      --tw-duration: initial;
      --tw-ease: initial;
      --tw-content: "";
    }
  }
}
