/*! tailwindcss v4.1.11 | MIT License | https://tailwindcss.com */
@layer properties;
@layer theme, base, components, utilities;
@layer theme {
  :root, :host {
    --font-sans: ui-sans-serif, system-ui, sans-serif, "Apple Color Emoji",
      "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
    --font-mono: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono",
      "Courier New", monospace;
    --color-red-50: oklch(97.1% 0.013 17.38);
    --color-red-200: oklch(88.5% 0.062 18.334);
    --color-red-400: oklch(70.4% 0.191 22.216);
    --color-red-600: oklch(57.7% 0.245 27.325);
    --color-red-700: oklch(50.5% 0.213 27.518);
    --color-red-800: oklch(44.4% 0.177 26.899);
    --color-red-900: oklch(39.6% 0.141 25.723);
    --color-yellow-50: oklch(98.7% 0.026 102.212);
    --color-yellow-200: oklch(94.5% 0.129 101.54);
    --color-yellow-800: oklch(47.6% 0.114 61.907);
    --color-green-600: oklch(62.7% 0.194 149.214);
    --color-green-800: oklch(44.8% 0.119 151.328);
    --color-blue-50: oklch(97% 0.014 254.604);
    --color-blue-100: oklch(93.2% 0.032 255.585);
    --color-blue-400: oklch(70.7% 0.165 254.624);
    --color-blue-500: oklch(62.3% 0.214 259.815);
    --color-blue-600: oklch(54.6% 0.245 262.881);
    --color-blue-700: oklch(48.8% 0.243 264.376);
    --color-blue-800: oklch(42.4% 0.199 265.638);
    --color-blue-950: oklch(28.2% 0.091 267.935);
    --color-gray-50: oklch(98.5% 0.002 247.839);
    --color-gray-100: oklch(96.7% 0.003 264.542);
    --color-gray-200: oklch(92.8% 0.006 264.531);
    --color-gray-300: oklch(87.2% 0.01 258.338);
    --color-gray-400: oklch(70.7% 0.022 261.325);
    --color-gray-500: oklch(55.1% 0.027 264.364);
    --color-gray-600: oklch(44.6% 0.03 256.802);
    --color-gray-700: oklch(37.3% 0.034 259.733);
    --color-gray-800: oklch(27.8% 0.033 256.848);
    --color-gray-900: oklch(21% 0.034 264.665);
    --color-black: #000;
    --color-white: rgb(255 255 255);
    --spacing: 0.25rem;
    --container-md: 28rem;
    --container-2xl: 42rem;
    --container-3xl: 48rem;
    --container-4xl: 56rem;
    --container-6xl: 72rem;
    --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-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-9xl: 8rem;
    --text-9xl--line-height: 1;
    --font-weight-normal: 400;
    --font-weight-medium: 500;
    --font-weight-semibold: 600;
    --font-weight-bold: 700;
    --tracking-wide: 0.025em;
    --leading-tight: 1.25;
    --leading-relaxed: 1.625;
    --radius-lg: 0.5rem;
    --shadow-md: 0 4px 6px -1px rgb(0 0 0 / 0.1), 0 2px 4px -2px rgb(0 0 0 / 0.1);
    --ease-out: cubic-bezier(0, 0, 0.2, 1);
    --ease-in-out: cubic-bezier(0.4, 0, 0.2, 1);
    --animate-spin: spin var(--default-animation-duration, 1s) var(--default-animation-timing-function, linear) var(--default-animation-delay, 0s) infinite;
    --blur-md: 12px;
    --aspect-video: 16 / 9;
    --default-transition-duration: 150ms;
    --default-transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    --default-font-family: var(--font-sans);
    --default-mono-font-family: var(--font-mono);
    --animate-fade-up: fade-up var(--default-animation-duration, 1s) var(--default-animation-timing-function, ease) var(--default-animation-delay, 0s) both;
    --color-primary: #B02028;
    --color-secondary: #2D1A46;
    --color-tertiary: #D6B133;
    --color-light-blue: #96ACC0;
    --color-pink: #6C0733;
    --color-light-pink: #DB9EB4;
  }
}
@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;
  }
  :-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;
  }
  .invisible {
    visibility: hidden;
  }
  .visible {
    visibility: visible;
  }
  .sr-only {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    white-space: nowrap;
    border-width: 0;
  }
  .\!relative {
    position: relative !important;
  }
  .absolute {
    position: absolute;
  }
  .fixed {
    position: fixed;
  }
  .relative {
    position: relative;
  }
  .static {
    position: static;
  }
  .sticky {
    position: sticky;
  }
  .inset-0 {
    inset: calc(var(--spacing) * 0);
  }
  .top-0 {
    top: calc(var(--spacing) * 0);
  }
  .top-1\/2 {
    top: calc(1/2 * 100%);
  }
  .top-4 {
    top: calc(var(--spacing) * 4);
  }
  .top-24 {
    top: calc(var(--spacing) * 24);
  }
  .top-\[-50px\] {
    top: -50px;
  }
  .top-\[-150px\] {
    top: -150px;
  }
  .top-\[0\%\] {
    top: 0%;
  }
  .top-\[10px\] {
    top: 10px;
  }
  .top-\[20px\] {
    top: 20px;
  }
  .top-\[100px\] {
    top: 100px;
  }
  .top-full {
    top: 100%;
  }
  .right-0 {
    right: calc(var(--spacing) * 0);
  }
  .right-1\/2 {
    right: calc(1/2 * 100%);
  }
  .right-4 {
    right: calc(var(--spacing) * 4);
  }
  .right-8 {
    right: calc(var(--spacing) * 8);
  }
  .right-\[-20px\] {
    right: -20px;
  }
  .right-\[0\%\] {
    right: 0%;
  }
  .right-\[0px\] {
    right: 0px;
  }
  .right-\[8px\] {
    right: 8px;
  }
  .right-\[10px\] {
    right: 10px;
  }
  .right-\[20px\] {
    right: 20px;
  }
  .\!bottom-auto {
    bottom: auto !important;
  }
  .bottom-0 {
    bottom: calc(var(--spacing) * 0);
  }
  .bottom-8 {
    bottom: calc(var(--spacing) * 8);
  }
  .bottom-\[-20px\] {
    bottom: -20px;
  }
  .bottom-\[0\%\] {
    bottom: 0%;
  }
  .bottom-\[20px\] {
    bottom: 20px;
  }
  .bottom-\[30px\] {
    bottom: 30px;
  }
  .bottom-\[60px\] {
    bottom: 60px;
  }
  .bottom-\[200px\] {
    bottom: 200px;
  }
  .\!left-auto {
    left: auto !important;
  }
  .left-0 {
    left: calc(var(--spacing) * 0);
  }
  .left-1\/2 {
    left: calc(1/2 * 100%);
  }
  .left-36 {
    left: calc(var(--spacing) * 36);
  }
  .left-80 {
    left: calc(var(--spacing) * 80);
  }
  .left-\[-10px\] {
    left: -10px;
  }
  .left-\[-25\%\] {
    left: -25%;
  }
  .left-\[-30px\] {
    left: -30px;
  }
  .left-\[0\%\] {
    left: 0%;
  }
  .left-\[20px\] {
    left: 20px;
  }
  .left-\[calc\(50\%\+16px\)\] {
    left: calc(50% + 16px);
  }
  .left-\[calc\(100\%-100px\)\] {
    left: calc(100% - 100px);
  }
  .left-\[calc\(100\%-150px\)\] {
    left: calc(100% - 150px);
  }
  .left-\[calc\(100\%-170px\)\] {
    left: calc(100% - 170px);
  }
  .left-\[calc\(100\%-190px\)\] {
    left: calc(100% - 190px);
  }
  .left-full {
    left: 100%;
  }
  .-z-10 {
    z-index: calc(10 * -1);
  }
  .z-0 {
    z-index: 0;
  }
  .z-1 {
    z-index: 1;
  }
  .z-2 {
    z-index: 2;
  }
  .z-10 {
    z-index: 10;
  }
  .z-40 {
    z-index: 40;
  }
  .z-50 {
    z-index: 50;
  }
  .z-\[10\] {
    z-index: 10;
  }
  .order-1 {
    order: 1;
  }
  .order-2 {
    order: 2;
  }
  .order-3 {
    order: 3;
  }
  .\!container {
    width: 100% !important;
    @media (width >= 40rem) {
      max-width: 40rem !important;
    }
    @media (width >= 48rem) {
      max-width: 48rem !important;
    }
    @media (width >= 64rem) {
      max-width: 64rem !important;
    }
    @media (width >= 80rem) {
      max-width: 80rem !important;
    }
    @media (width >= 96rem) {
      max-width: 96rem !important;
    }
  }
  .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;
    }
  }
  .\!mx-auto {
    margin-inline: auto !important;
  }
  .mx-auto {
    margin-inline: auto;
  }
  .my-3 {
    margin-block: calc(var(--spacing) * 3);
  }
  .\!mt-6 {
    margin-top: calc(var(--spacing) * 6) !important;
  }
  .mt-0 {
    margin-top: calc(var(--spacing) * 0);
  }
  .mt-0\! {
    margin-top: calc(var(--spacing) * 0) !important;
  }
  .mt-2 {
    margin-top: calc(var(--spacing) * 2);
  }
  .mt-3 {
    margin-top: calc(var(--spacing) * 3);
  }
  .mt-4 {
    margin-top: calc(var(--spacing) * 4);
  }
  .mt-5 {
    margin-top: calc(var(--spacing) * 5);
  }
  .mt-6 {
    margin-top: calc(var(--spacing) * 6);
  }
  .mt-8 {
    margin-top: calc(var(--spacing) * 8);
  }
  .mt-10 {
    margin-top: calc(var(--spacing) * 10);
  }
  .mt-\[-40px\] {
    margin-top: -40px;
  }
  .mt-\[-60px\] {
    margin-top: -60px;
  }
  .mt-\[-80px\] {
    margin-top: -80px;
  }
  .mt-\[4px\] {
    margin-top: 4px;
  }
  .mt-\[12px\] {
    margin-top: 12px;
  }
  .mt-\[16px\] {
    margin-top: 16px;
  }
  .mt-\[20px\] {
    margin-top: 20px;
  }
  .mt-\[24px\] {
    margin-top: 24px;
  }
  .mt-\[24px\]\! {
    margin-top: 24px !important;
  }
  .mt-\[28px\] {
    margin-top: 28px;
  }
  .mt-\[30px\] {
    margin-top: 30px;
  }
  .mt-\[32px\] {
    margin-top: 32px;
  }
  .mt-\[32px\]\! {
    margin-top: 32px !important;
  }
  .mt-\[40px\] {
    margin-top: 40px;
  }
  .mt-\[46px\] {
    margin-top: 46px;
  }
  .mt-\[49px\] {
    margin-top: 49px;
  }
  .mt-\[60px\] {
    margin-top: 60px;
  }
  .mt-\[80px\] {
    margin-top: 80px;
  }
  .mt-\[100px\] {
    margin-top: 100px;
  }
  .mt-\[150px\]\! {
    margin-top: 150px !important;
  }
  .mt-auto {
    margin-top: auto;
  }
  .-mr-4 {
    margin-right: calc(var(--spacing) * -4);
  }
  .mr-2 {
    margin-right: calc(var(--spacing) * 2);
  }
  .mr-\[80px\] {
    margin-right: 80px;
  }
  .mb-0 {
    margin-bottom: calc(var(--spacing) * 0);
  }
  .mb-0\! {
    margin-bottom: calc(var(--spacing) * 0) !important;
  }
  .mb-1 {
    margin-bottom: calc(var(--spacing) * 1);
  }
  .mb-2 {
    margin-bottom: calc(var(--spacing) * 2);
  }
  .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-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-15 {
    margin-bottom: calc(var(--spacing) * 15);
  }
  .mb-16 {
    margin-bottom: calc(var(--spacing) * 16);
  }
  .mb-20 {
    margin-bottom: calc(var(--spacing) * 20);
  }
  .mb-\[8px\]\! {
    margin-bottom: 8px !important;
  }
  .mb-\[12px\] {
    margin-bottom: 12px;
  }
  .mb-\[12px\]\! {
    margin-bottom: 12px !important;
  }
  .mb-\[20px\] {
    margin-bottom: 20px;
  }
  .mb-\[24px\] {
    margin-bottom: 24px;
  }
  .mb-\[24px\]\! {
    margin-bottom: 24px !important;
  }
  .mb-\[28px\] {
    margin-bottom: 28px;
  }
  .mb-\[32px\] {
    margin-bottom: 32px;
  }
  .mb-\[32px\]\! {
    margin-bottom: 32px !important;
  }
  .mb-\[34px\] {
    margin-bottom: 34px;
  }
  .mb-\[36px\]\! {
    margin-bottom: 36px !important;
  }
  .mb-\[40px\] {
    margin-bottom: 40px;
  }
  .mb-\[60px\] {
    margin-bottom: 60px;
  }
  .mb-\[80px\] {
    margin-bottom: 80px;
  }
  .ml-0\! {
    margin-left: calc(var(--spacing) * 0) !important;
  }
  .ml-1 {
    margin-left: calc(var(--spacing) * 1);
  }
  .ml-2 {
    margin-left: calc(var(--spacing) * 2);
  }
  .ml-3 {
    margin-left: calc(var(--spacing) * 3);
  }
  .ml-\[-50px\] {
    margin-left: -50px;
  }
  .ml-\[10px\] {
    margin-left: 10px;
  }
  .ml-auto {
    margin-left: auto;
  }
  .line-clamp-2 {
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
  }
  .block {
    display: block;
  }
  .flex {
    display: flex;
  }
  .grid {
    display: grid;
  }
  .hidden {
    display: none;
  }
  .inline {
    display: inline;
  }
  .inline-block {
    display: inline-block;
  }
  .inline-flex {
    display: inline-flex;
  }
  .table {
    display: table;
  }
  .aspect-\[3\/1\] {
    aspect-ratio: 3/1;
  }
  .aspect-\[9\/13\] {
    aspect-ratio: 9/13;
  }
  .aspect-auto {
    aspect-ratio: auto;
  }
  .aspect-square {
    aspect-ratio: 1 / 1;
  }
  .aspect-video {
    aspect-ratio: var(--aspect-video);
  }
  .size-5 {
    width: calc(var(--spacing) * 5);
    height: calc(var(--spacing) * 5);
  }
  .size-6 {
    width: calc(var(--spacing) * 6);
    height: calc(var(--spacing) * 6);
  }
  .\!h-1 {
    height: calc(var(--spacing) * 1) !important;
  }
  .h-0\.5 {
    height: calc(var(--spacing) * 0.5);
  }
  .h-1\/2 {
    height: calc(1/2 * 100%);
  }
  .h-4 {
    height: calc(var(--spacing) * 4);
  }
  .h-5 {
    height: calc(var(--spacing) * 5);
  }
  .h-6 {
    height: calc(var(--spacing) * 6);
  }
  .h-8 {
    height: calc(var(--spacing) * 8);
  }
  .h-12 {
    height: calc(var(--spacing) * 12);
  }
  .h-16 {
    height: calc(var(--spacing) * 16);
  }
  .h-20 {
    height: calc(var(--spacing) * 20);
  }
  .h-24 {
    height: calc(var(--spacing) * 24);
  }
  .h-26 {
    height: calc(var(--spacing) * 26);
  }
  .h-32 {
    height: calc(var(--spacing) * 32);
  }
  .h-64 {
    height: calc(var(--spacing) * 64);
  }
  .h-96 {
    height: calc(var(--spacing) * 96);
  }
  .h-\[2px\] {
    height: 2px;
  }
  .h-\[10px\] {
    height: 10px;
  }
  .h-\[16px\] {
    height: 16px;
  }
  .h-\[22\%\] {
    height: 22%;
  }
  .h-\[50px\] {
    height: 50px;
  }
  .h-\[56\.25vw\] {
    height: 56.25vw;
  }
  .h-\[60px\] {
    height: 60px;
  }
  .h-\[65px\] {
    height: 65px;
  }
  .h-\[90px\] {
    height: 90px;
  }
  .h-\[100px\] {
    height: 100px;
  }
  .h-\[120px\] {
    height: 120px;
  }
  .h-\[150px\] {
    height: 150px;
  }
  .h-\[180px\] {
    height: 180px;
  }
  .h-\[200px\] {
    height: 200px;
  }
  .h-\[220px\] {
    height: 220px;
  }
  .h-\[340px\] {
    height: 340px;
  }
  .h-\[380px\] {
    height: 380px;
  }
  .h-\[400px\] {
    height: 400px;
  }
  .h-\[440px\] {
    height: 440px;
  }
  .h-\[1317px\] {
    height: 1317px;
  }
  .h-\[1761px\] {
    height: 1761px;
  }
  .h-\[2205px\] {
    height: 2205px;
  }
  .h-\[2649px\] {
    height: 2649px;
  }
  .h-\[3093px\] {
    height: 3093px;
  }
  .h-\[3535px\] {
    height: 3535px;
  }
  .h-\[calc\(100\%-20px\)\] {
    height: calc(100% - 20px);
  }
  .h-\[calc\(100\%-30px\)\] {
    height: calc(100% - 30px);
  }
  .h-auto {
    height: auto;
  }
  .h-auto\! {
    height: auto !important;
  }
  .h-full {
    height: 100%;
  }
  .max-h-0 {
    max-height: calc(var(--spacing) * 0);
  }
  .max-h-\[70vh\] {
    max-height: 70vh;
  }
  .max-h-\[80vh\] {
    max-height: 80vh;
  }
  .max-h-\[362px\] {
    max-height: 362px;
  }
  .max-h-\[600px\] {
    max-height: 600px;
  }
  .max-h-\[700px\] {
    max-height: 700px;
  }
  .min-h-26 {
    min-height: calc(var(--spacing) * 26);
  }
  .min-h-\[23px\] {
    min-height: 23px;
  }
  .min-h-\[50px\] {
    min-height: 50px;
  }
  .min-h-\[96px\] {
    min-height: 96px;
  }
  .min-h-\[220px\] {
    min-height: 220px;
  }
  .min-h-\[580px\] {
    min-height: 580px;
  }
  .min-h-full {
    min-height: 100%;
  }
  .min-h-screen {
    min-height: 100vh;
  }
  .\!w-\[350px\] {
    width: 350px !important;
  }
  .w-0 {
    width: calc(var(--spacing) * 0);
  }
  .w-3 {
    width: calc(var(--spacing) * 3);
  }
  .w-4 {
    width: calc(var(--spacing) * 4);
  }
  .w-5 {
    width: calc(var(--spacing) * 5);
  }
  .w-6 {
    width: calc(var(--spacing) * 6);
  }
  .w-8 {
    width: calc(var(--spacing) * 8);
  }
  .w-10\/12 {
    width: calc(10/12 * 100%);
  }
  .w-12 {
    width: calc(var(--spacing) * 12);
  }
  .w-20 {
    width: calc(var(--spacing) * 20);
  }
  .w-24 {
    width: calc(var(--spacing) * 24);
  }
  .w-26 {
    width: calc(var(--spacing) * 26);
  }
  .w-64 {
    width: calc(var(--spacing) * 64);
  }
  .w-104 {
    width: calc(var(--spacing) * 104);
  }
  .w-\[1px\] {
    width: 1px;
  }
  .w-\[10px\] {
    width: 10px;
  }
  .w-\[16px\] {
    width: 16px;
  }
  .w-\[20px\] {
    width: 20px;
  }
  .w-\[45\%\] {
    width: 45%;
  }
  .w-\[50px\] {
    width: 50px;
  }
  .w-\[60px\] {
    width: 60px;
  }
  .w-\[65\%\] {
    width: 65%;
  }
  .w-\[80px\] {
    width: 80px;
  }
  .w-\[82px\] {
    width: 82px;
  }
  .w-\[90px\] {
    width: 90px;
  }
  .w-\[99px\] {
    width: 99px;
  }
  .w-\[100px\] {
    width: 100px;
  }
  .w-\[100vw\] {
    width: 100vw;
  }
  .w-\[140px\] {
    width: 140px;
  }
  .w-\[150\%\] {
    width: 150%;
  }
  .w-\[150px\] {
    width: 150px;
  }
  .w-\[177\.78vh\] {
    width: 177.78vh;
  }
  .w-\[180px\] {
    width: 180px;
  }
  .w-\[200px\] {
    width: 200px;
  }
  .w-\[220px\] {
    width: 220px;
  }
  .w-\[230px\] {
    width: 230px;
  }
  .w-\[250px\] {
    width: 250px;
  }
  .w-\[275px\] {
    width: 275px;
  }
  .w-\[300px\] {
    width: 300px;
  }
  .w-\[454px\] {
    width: 454px;
  }
  .w-\[1317px\] {
    width: 1317px;
  }
  .w-\[1761px\] {
    width: 1761px;
  }
  .w-\[2205px\] {
    width: 2205px;
  }
  .w-\[2649px\] {
    width: 2649px;
  }
  .w-\[3093px\] {
    width: 3093px;
  }
  .w-\[3535px\] {
    width: 3535px;
  }
  .w-\[calc\(50\%-12px\)\] {
    width: calc(50% - 12px);
  }
  .w-\[calc\(100\%-40px\)\] {
    width: calc(100% - 40px);
  }
  .w-auto {
    width: auto;
  }
  .w-fit {
    width: fit-content;
  }
  .w-full {
    width: 100%;
  }
  .w-max {
    width: max-content;
  }
  .w-screen {
    width: 100vw;
  }
  .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-24 {
    max-width: calc(var(--spacing) * 24);
  }
  .max-w-\[130px\] {
    max-width: 130px;
  }
  .max-w-\[333px\] {
    max-width: 333px;
  }
  .max-w-\[390px\] {
    max-width: 390px;
  }
  .max-w-\[500px\] {
    max-width: 500px;
  }
  .max-w-\[550px\] {
    max-width: 550px;
  }
  .max-w-\[579px\] {
    max-width: 579px;
  }
  .max-w-\[580px\] {
    max-width: 580px;
  }
  .max-w-\[630px\] {
    max-width: 630px;
  }
  .max-w-\[700px\] {
    max-width: 700px;
  }
  .max-w-\[702px\] {
    max-width: 702px;
  }
  .max-w-full {
    max-width: 100%;
  }
  .max-w-md {
    max-width: var(--container-md);
  }
  .max-w-none {
    max-width: none;
  }
  .min-w-0 {
    min-width: calc(var(--spacing) * 0);
  }
  .min-w-26 {
    min-width: calc(var(--spacing) * 26);
  }
  .min-w-\[16px\] {
    min-width: 16px;
  }
  .min-w-\[50px\] {
    min-width: 50px;
  }
  .min-w-\[130px\] {
    min-width: 130px;
  }
  .min-w-\[200px\] {
    min-width: 200px;
  }
  .min-w-full {
    min-width: 100%;
  }
  .flex-1 {
    flex: 1;
  }
  .flex-shrink {
    flex-shrink: 1;
  }
  .flex-shrink-0 {
    flex-shrink: 0;
  }
  .origin-center {
    transform-origin: center;
  }
  .-translate-x-1\/2 {
    --tw-translate-x: calc(calc(1/2 * 100%) * -1);
    translate: var(--tw-translate-x) var(--tw-translate-y);
  }
  .translate-x-0 {
    --tw-translate-x: calc(var(--spacing) * 0);
    translate: var(--tw-translate-x) var(--tw-translate-y);
  }
  .translate-x-1\/2 {
    --tw-translate-x: calc(1/2 * 100%);
    translate: var(--tw-translate-x) var(--tw-translate-y);
  }
  .translate-x-\[-2\%\] {
    --tw-translate-x: -2%;
    translate: var(--tw-translate-x) var(--tw-translate-y);
  }
  .translate-x-\[-10\%\] {
    --tw-translate-x: -10%;
    translate: var(--tw-translate-x) var(--tw-translate-y);
  }
  .translate-x-\[-50\%\] {
    --tw-translate-x: -50%;
    translate: var(--tw-translate-x) var(--tw-translate-y);
  }
  .translate-x-\[-130\%\] {
    --tw-translate-x: -130%;
    translate: var(--tw-translate-x) var(--tw-translate-y);
  }
  .translate-x-full {
    --tw-translate-x: 100%;
    translate: var(--tw-translate-x) var(--tw-translate-y);
  }
  .-translate-y-1\/2 {
    --tw-translate-y: calc(calc(1/2 * 100%) * -1);
    translate: var(--tw-translate-x) var(--tw-translate-y);
  }
  .translate-y-\[-10\%\] {
    --tw-translate-y: -10%;
    translate: var(--tw-translate-x) var(--tw-translate-y);
  }
  .translate-y-\[-50\%\] {
    --tw-translate-y: -50%;
    translate: var(--tw-translate-x) var(--tw-translate-y);
  }
  .translate-y-\[32\%\] {
    --tw-translate-y: 32%;
    translate: var(--tw-translate-x) var(--tw-translate-y);
  }
  .translate-y-\[42\%\] {
    --tw-translate-y: 42%;
    translate: var(--tw-translate-x) var(--tw-translate-y);
  }
  .scale-0 {
    --tw-scale-x: 0%;
    --tw-scale-y: 0%;
    --tw-scale-z: 0%;
    scale: var(--tw-scale-x) var(--tw-scale-y);
  }
  .scale-1 {
    --tw-scale-x: 1%;
    --tw-scale-y: 1%;
    --tw-scale-z: 1%;
    scale: var(--tw-scale-x) var(--tw-scale-y);
  }
  .scale-2 {
    --tw-scale-x: 2%;
    --tw-scale-y: 2%;
    --tw-scale-z: 2%;
    scale: var(--tw-scale-x) var(--tw-scale-y);
  }
  .scale-3 {
    --tw-scale-x: 3%;
    --tw-scale-y: 3%;
    --tw-scale-z: 3%;
    scale: var(--tw-scale-x) var(--tw-scale-y);
  }
  .scale-4 {
    --tw-scale-x: 4%;
    --tw-scale-y: 4%;
    --tw-scale-z: 4%;
    scale: var(--tw-scale-x) var(--tw-scale-y);
  }
  .scale-5 {
    --tw-scale-x: 5%;
    --tw-scale-y: 5%;
    --tw-scale-z: 5%;
    scale: var(--tw-scale-x) var(--tw-scale-y);
  }
  .scale-6 {
    --tw-scale-x: 6%;
    --tw-scale-y: 6%;
    --tw-scale-z: 6%;
    scale: var(--tw-scale-x) var(--tw-scale-y);
  }
  .scale-7 {
    --tw-scale-x: 7%;
    --tw-scale-y: 7%;
    --tw-scale-z: 7%;
    scale: var(--tw-scale-x) var(--tw-scale-y);
  }
  .scale-8 {
    --tw-scale-x: 8%;
    --tw-scale-y: 8%;
    --tw-scale-z: 8%;
    scale: var(--tw-scale-x) var(--tw-scale-y);
  }
  .scale-9 {
    --tw-scale-x: 9%;
    --tw-scale-y: 9%;
    --tw-scale-z: 9%;
    scale: var(--tw-scale-x) var(--tw-scale-y);
  }
  .scale-10 {
    --tw-scale-x: 10%;
    --tw-scale-y: 10%;
    --tw-scale-z: 10%;
    scale: var(--tw-scale-x) var(--tw-scale-y);
  }
  .scale-11 {
    --tw-scale-x: 11%;
    --tw-scale-y: 11%;
    --tw-scale-z: 11%;
    scale: var(--tw-scale-x) var(--tw-scale-y);
  }
  .scale-12 {
    --tw-scale-x: 12%;
    --tw-scale-y: 12%;
    --tw-scale-z: 12%;
    scale: var(--tw-scale-x) var(--tw-scale-y);
  }
  .scale-13 {
    --tw-scale-x: 13%;
    --tw-scale-y: 13%;
    --tw-scale-z: 13%;
    scale: var(--tw-scale-x) var(--tw-scale-y);
  }
  .scale-14 {
    --tw-scale-x: 14%;
    --tw-scale-y: 14%;
    --tw-scale-z: 14%;
    scale: var(--tw-scale-x) var(--tw-scale-y);
  }
  .scale-15 {
    --tw-scale-x: 15%;
    --tw-scale-y: 15%;
    --tw-scale-z: 15%;
    scale: var(--tw-scale-x) var(--tw-scale-y);
  }
  .scale-16 {
    --tw-scale-x: 16%;
    --tw-scale-y: 16%;
    --tw-scale-z: 16%;
    scale: var(--tw-scale-x) var(--tw-scale-y);
  }
  .scale-17 {
    --tw-scale-x: 17%;
    --tw-scale-y: 17%;
    --tw-scale-z: 17%;
    scale: var(--tw-scale-x) var(--tw-scale-y);
  }
  .scale-18 {
    --tw-scale-x: 18%;
    --tw-scale-y: 18%;
    --tw-scale-z: 18%;
    scale: var(--tw-scale-x) var(--tw-scale-y);
  }
  .scale-19 {
    --tw-scale-x: 19%;
    --tw-scale-y: 19%;
    --tw-scale-z: 19%;
    scale: var(--tw-scale-x) var(--tw-scale-y);
  }
  .scale-20 {
    --tw-scale-x: 20%;
    --tw-scale-y: 20%;
    --tw-scale-z: 20%;
    scale: var(--tw-scale-x) var(--tw-scale-y);
  }
  .scale-21 {
    --tw-scale-x: 21%;
    --tw-scale-y: 21%;
    --tw-scale-z: 21%;
    scale: var(--tw-scale-x) var(--tw-scale-y);
  }
  .scale-22 {
    --tw-scale-x: 22%;
    --tw-scale-y: 22%;
    --tw-scale-z: 22%;
    scale: var(--tw-scale-x) var(--tw-scale-y);
  }
  .scale-23 {
    --tw-scale-x: 23%;
    --tw-scale-y: 23%;
    --tw-scale-z: 23%;
    scale: var(--tw-scale-x) var(--tw-scale-y);
  }
  .scale-24 {
    --tw-scale-x: 24%;
    --tw-scale-y: 24%;
    --tw-scale-z: 24%;
    scale: var(--tw-scale-x) var(--tw-scale-y);
  }
  .scale-25 {
    --tw-scale-x: 25%;
    --tw-scale-y: 25%;
    --tw-scale-z: 25%;
    scale: var(--tw-scale-x) var(--tw-scale-y);
  }
  .scale-26 {
    --tw-scale-x: 26%;
    --tw-scale-y: 26%;
    --tw-scale-z: 26%;
    scale: var(--tw-scale-x) var(--tw-scale-y);
  }
  .scale-27 {
    --tw-scale-x: 27%;
    --tw-scale-y: 27%;
    --tw-scale-z: 27%;
    scale: var(--tw-scale-x) var(--tw-scale-y);
  }
  .scale-28 {
    --tw-scale-x: 28%;
    --tw-scale-y: 28%;
    --tw-scale-z: 28%;
    scale: var(--tw-scale-x) var(--tw-scale-y);
  }
  .scale-29 {
    --tw-scale-x: 29%;
    --tw-scale-y: 29%;
    --tw-scale-z: 29%;
    scale: var(--tw-scale-x) var(--tw-scale-y);
  }
  .scale-30 {
    --tw-scale-x: 30%;
    --tw-scale-y: 30%;
    --tw-scale-z: 30%;
    scale: var(--tw-scale-x) var(--tw-scale-y);
  }
  .scale-31 {
    --tw-scale-x: 31%;
    --tw-scale-y: 31%;
    --tw-scale-z: 31%;
    scale: var(--tw-scale-x) var(--tw-scale-y);
  }
  .scale-32 {
    --tw-scale-x: 32%;
    --tw-scale-y: 32%;
    --tw-scale-z: 32%;
    scale: var(--tw-scale-x) var(--tw-scale-y);
  }
  .scale-33 {
    --tw-scale-x: 33%;
    --tw-scale-y: 33%;
    --tw-scale-z: 33%;
    scale: var(--tw-scale-x) var(--tw-scale-y);
  }
  .scale-34 {
    --tw-scale-x: 34%;
    --tw-scale-y: 34%;
    --tw-scale-z: 34%;
    scale: var(--tw-scale-x) var(--tw-scale-y);
  }
  .scale-35 {
    --tw-scale-x: 35%;
    --tw-scale-y: 35%;
    --tw-scale-z: 35%;
    scale: var(--tw-scale-x) var(--tw-scale-y);
  }
  .scale-36 {
    --tw-scale-x: 36%;
    --tw-scale-y: 36%;
    --tw-scale-z: 36%;
    scale: var(--tw-scale-x) var(--tw-scale-y);
  }
  .scale-37 {
    --tw-scale-x: 37%;
    --tw-scale-y: 37%;
    --tw-scale-z: 37%;
    scale: var(--tw-scale-x) var(--tw-scale-y);
  }
  .scale-38 {
    --tw-scale-x: 38%;
    --tw-scale-y: 38%;
    --tw-scale-z: 38%;
    scale: var(--tw-scale-x) var(--tw-scale-y);
  }
  .scale-39 {
    --tw-scale-x: 39%;
    --tw-scale-y: 39%;
    --tw-scale-z: 39%;
    scale: var(--tw-scale-x) var(--tw-scale-y);
  }
  .scale-40 {
    --tw-scale-x: 40%;
    --tw-scale-y: 40%;
    --tw-scale-z: 40%;
    scale: var(--tw-scale-x) var(--tw-scale-y);
  }
  .scale-41 {
    --tw-scale-x: 41%;
    --tw-scale-y: 41%;
    --tw-scale-z: 41%;
    scale: var(--tw-scale-x) var(--tw-scale-y);
  }
  .scale-42 {
    --tw-scale-x: 42%;
    --tw-scale-y: 42%;
    --tw-scale-z: 42%;
    scale: var(--tw-scale-x) var(--tw-scale-y);
  }
  .scale-43 {
    --tw-scale-x: 43%;
    --tw-scale-y: 43%;
    --tw-scale-z: 43%;
    scale: var(--tw-scale-x) var(--tw-scale-y);
  }
  .scale-44 {
    --tw-scale-x: 44%;
    --tw-scale-y: 44%;
    --tw-scale-z: 44%;
    scale: var(--tw-scale-x) var(--tw-scale-y);
  }
  .scale-45 {
    --tw-scale-x: 45%;
    --tw-scale-y: 45%;
    --tw-scale-z: 45%;
    scale: var(--tw-scale-x) var(--tw-scale-y);
  }
  .scale-46 {
    --tw-scale-x: 46%;
    --tw-scale-y: 46%;
    --tw-scale-z: 46%;
    scale: var(--tw-scale-x) var(--tw-scale-y);
  }
  .scale-47 {
    --tw-scale-x: 47%;
    --tw-scale-y: 47%;
    --tw-scale-z: 47%;
    scale: var(--tw-scale-x) var(--tw-scale-y);
  }
  .scale-48 {
    --tw-scale-x: 48%;
    --tw-scale-y: 48%;
    --tw-scale-z: 48%;
    scale: var(--tw-scale-x) var(--tw-scale-y);
  }
  .scale-49 {
    --tw-scale-x: 49%;
    --tw-scale-y: 49%;
    --tw-scale-z: 49%;
    scale: var(--tw-scale-x) var(--tw-scale-y);
  }
  .scale-50 {
    --tw-scale-x: 50%;
    --tw-scale-y: 50%;
    --tw-scale-z: 50%;
    scale: var(--tw-scale-x) var(--tw-scale-y);
  }
  .scale-51 {
    --tw-scale-x: 51%;
    --tw-scale-y: 51%;
    --tw-scale-z: 51%;
    scale: var(--tw-scale-x) var(--tw-scale-y);
  }
  .scale-52 {
    --tw-scale-x: 52%;
    --tw-scale-y: 52%;
    --tw-scale-z: 52%;
    scale: var(--tw-scale-x) var(--tw-scale-y);
  }
  .scale-53 {
    --tw-scale-x: 53%;
    --tw-scale-y: 53%;
    --tw-scale-z: 53%;
    scale: var(--tw-scale-x) var(--tw-scale-y);
  }
  .scale-54 {
    --tw-scale-x: 54%;
    --tw-scale-y: 54%;
    --tw-scale-z: 54%;
    scale: var(--tw-scale-x) var(--tw-scale-y);
  }
  .scale-55 {
    --tw-scale-x: 55%;
    --tw-scale-y: 55%;
    --tw-scale-z: 55%;
    scale: var(--tw-scale-x) var(--tw-scale-y);
  }
  .scale-56 {
    --tw-scale-x: 56%;
    --tw-scale-y: 56%;
    --tw-scale-z: 56%;
    scale: var(--tw-scale-x) var(--tw-scale-y);
  }
  .scale-57 {
    --tw-scale-x: 57%;
    --tw-scale-y: 57%;
    --tw-scale-z: 57%;
    scale: var(--tw-scale-x) var(--tw-scale-y);
  }
  .scale-58 {
    --tw-scale-x: 58%;
    --tw-scale-y: 58%;
    --tw-scale-z: 58%;
    scale: var(--tw-scale-x) var(--tw-scale-y);
  }
  .scale-59 {
    --tw-scale-x: 59%;
    --tw-scale-y: 59%;
    --tw-scale-z: 59%;
    scale: var(--tw-scale-x) var(--tw-scale-y);
  }
  .scale-60 {
    --tw-scale-x: 60%;
    --tw-scale-y: 60%;
    --tw-scale-z: 60%;
    scale: var(--tw-scale-x) var(--tw-scale-y);
  }
  .scale-61 {
    --tw-scale-x: 61%;
    --tw-scale-y: 61%;
    --tw-scale-z: 61%;
    scale: var(--tw-scale-x) var(--tw-scale-y);
  }
  .scale-62 {
    --tw-scale-x: 62%;
    --tw-scale-y: 62%;
    --tw-scale-z: 62%;
    scale: var(--tw-scale-x) var(--tw-scale-y);
  }
  .scale-63 {
    --tw-scale-x: 63%;
    --tw-scale-y: 63%;
    --tw-scale-z: 63%;
    scale: var(--tw-scale-x) var(--tw-scale-y);
  }
  .scale-64 {
    --tw-scale-x: 64%;
    --tw-scale-y: 64%;
    --tw-scale-z: 64%;
    scale: var(--tw-scale-x) var(--tw-scale-y);
  }
  .scale-65 {
    --tw-scale-x: 65%;
    --tw-scale-y: 65%;
    --tw-scale-z: 65%;
    scale: var(--tw-scale-x) var(--tw-scale-y);
  }
  .scale-66 {
    --tw-scale-x: 66%;
    --tw-scale-y: 66%;
    --tw-scale-z: 66%;
    scale: var(--tw-scale-x) var(--tw-scale-y);
  }
  .scale-67 {
    --tw-scale-x: 67%;
    --tw-scale-y: 67%;
    --tw-scale-z: 67%;
    scale: var(--tw-scale-x) var(--tw-scale-y);
  }
  .scale-68 {
    --tw-scale-x: 68%;
    --tw-scale-y: 68%;
    --tw-scale-z: 68%;
    scale: var(--tw-scale-x) var(--tw-scale-y);
  }
  .scale-69 {
    --tw-scale-x: 69%;
    --tw-scale-y: 69%;
    --tw-scale-z: 69%;
    scale: var(--tw-scale-x) var(--tw-scale-y);
  }
  .scale-70 {
    --tw-scale-x: 70%;
    --tw-scale-y: 70%;
    --tw-scale-z: 70%;
    scale: var(--tw-scale-x) var(--tw-scale-y);
  }
  .scale-71 {
    --tw-scale-x: 71%;
    --tw-scale-y: 71%;
    --tw-scale-z: 71%;
    scale: var(--tw-scale-x) var(--tw-scale-y);
  }
  .scale-72 {
    --tw-scale-x: 72%;
    --tw-scale-y: 72%;
    --tw-scale-z: 72%;
    scale: var(--tw-scale-x) var(--tw-scale-y);
  }
  .scale-73 {
    --tw-scale-x: 73%;
    --tw-scale-y: 73%;
    --tw-scale-z: 73%;
    scale: var(--tw-scale-x) var(--tw-scale-y);
  }
  .scale-74 {
    --tw-scale-x: 74%;
    --tw-scale-y: 74%;
    --tw-scale-z: 74%;
    scale: var(--tw-scale-x) var(--tw-scale-y);
  }
  .scale-75 {
    --tw-scale-x: 75%;
    --tw-scale-y: 75%;
    --tw-scale-z: 75%;
    scale: var(--tw-scale-x) var(--tw-scale-y);
  }
  .scale-76 {
    --tw-scale-x: 76%;
    --tw-scale-y: 76%;
    --tw-scale-z: 76%;
    scale: var(--tw-scale-x) var(--tw-scale-y);
  }
  .scale-77 {
    --tw-scale-x: 77%;
    --tw-scale-y: 77%;
    --tw-scale-z: 77%;
    scale: var(--tw-scale-x) var(--tw-scale-y);
  }
  .scale-78 {
    --tw-scale-x: 78%;
    --tw-scale-y: 78%;
    --tw-scale-z: 78%;
    scale: var(--tw-scale-x) var(--tw-scale-y);
  }
  .scale-79 {
    --tw-scale-x: 79%;
    --tw-scale-y: 79%;
    --tw-scale-z: 79%;
    scale: var(--tw-scale-x) var(--tw-scale-y);
  }
  .scale-80 {
    --tw-scale-x: 80%;
    --tw-scale-y: 80%;
    --tw-scale-z: 80%;
    scale: var(--tw-scale-x) var(--tw-scale-y);
  }
  .scale-81 {
    --tw-scale-x: 81%;
    --tw-scale-y: 81%;
    --tw-scale-z: 81%;
    scale: var(--tw-scale-x) var(--tw-scale-y);
  }
  .scale-82 {
    --tw-scale-x: 82%;
    --tw-scale-y: 82%;
    --tw-scale-z: 82%;
    scale: var(--tw-scale-x) var(--tw-scale-y);
  }
  .scale-83 {
    --tw-scale-x: 83%;
    --tw-scale-y: 83%;
    --tw-scale-z: 83%;
    scale: var(--tw-scale-x) var(--tw-scale-y);
  }
  .scale-84 {
    --tw-scale-x: 84%;
    --tw-scale-y: 84%;
    --tw-scale-z: 84%;
    scale: var(--tw-scale-x) var(--tw-scale-y);
  }
  .scale-85 {
    --tw-scale-x: 85%;
    --tw-scale-y: 85%;
    --tw-scale-z: 85%;
    scale: var(--tw-scale-x) var(--tw-scale-y);
  }
  .scale-86 {
    --tw-scale-x: 86%;
    --tw-scale-y: 86%;
    --tw-scale-z: 86%;
    scale: var(--tw-scale-x) var(--tw-scale-y);
  }
  .scale-87 {
    --tw-scale-x: 87%;
    --tw-scale-y: 87%;
    --tw-scale-z: 87%;
    scale: var(--tw-scale-x) var(--tw-scale-y);
  }
  .scale-88 {
    --tw-scale-x: 88%;
    --tw-scale-y: 88%;
    --tw-scale-z: 88%;
    scale: var(--tw-scale-x) var(--tw-scale-y);
  }
  .scale-89 {
    --tw-scale-x: 89%;
    --tw-scale-y: 89%;
    --tw-scale-z: 89%;
    scale: var(--tw-scale-x) var(--tw-scale-y);
  }
  .scale-90 {
    --tw-scale-x: 90%;
    --tw-scale-y: 90%;
    --tw-scale-z: 90%;
    scale: var(--tw-scale-x) var(--tw-scale-y);
  }
  .scale-91 {
    --tw-scale-x: 91%;
    --tw-scale-y: 91%;
    --tw-scale-z: 91%;
    scale: var(--tw-scale-x) var(--tw-scale-y);
  }
  .scale-92 {
    --tw-scale-x: 92%;
    --tw-scale-y: 92%;
    --tw-scale-z: 92%;
    scale: var(--tw-scale-x) var(--tw-scale-y);
  }
  .scale-93 {
    --tw-scale-x: 93%;
    --tw-scale-y: 93%;
    --tw-scale-z: 93%;
    scale: var(--tw-scale-x) var(--tw-scale-y);
  }
  .scale-94 {
    --tw-scale-x: 94%;
    --tw-scale-y: 94%;
    --tw-scale-z: 94%;
    scale: var(--tw-scale-x) var(--tw-scale-y);
  }
  .scale-95 {
    --tw-scale-x: 95%;
    --tw-scale-y: 95%;
    --tw-scale-z: 95%;
    scale: var(--tw-scale-x) var(--tw-scale-y);
  }
  .scale-96 {
    --tw-scale-x: 96%;
    --tw-scale-y: 96%;
    --tw-scale-z: 96%;
    scale: var(--tw-scale-x) var(--tw-scale-y);
  }
  .scale-97 {
    --tw-scale-x: 97%;
    --tw-scale-y: 97%;
    --tw-scale-z: 97%;
    scale: var(--tw-scale-x) var(--tw-scale-y);
  }
  .scale-98 {
    --tw-scale-x: 98%;
    --tw-scale-y: 98%;
    --tw-scale-z: 98%;
    scale: var(--tw-scale-x) var(--tw-scale-y);
  }
  .scale-99 {
    --tw-scale-x: 99%;
    --tw-scale-y: 99%;
    --tw-scale-z: 99%;
    scale: var(--tw-scale-x) var(--tw-scale-y);
  }
  .scale-100 {
    --tw-scale-x: 100%;
    --tw-scale-y: 100%;
    --tw-scale-z: 100%;
    scale: var(--tw-scale-x) var(--tw-scale-y);
  }
  .scale-120\! {
    --tw-scale-x: 120% !important;
    --tw-scale-y: 120% !important;
    --tw-scale-z: 120% !important;
    scale: var(--tw-scale-x) var(--tw-scale-y) !important;
  }
  .scale-150 {
    --tw-scale-x: 150%;
    --tw-scale-y: 150%;
    --tw-scale-z: 150%;
    scale: var(--tw-scale-x) var(--tw-scale-y);
  }
  .rotate-180 {
    rotate: 180deg;
  }
  .rotate-\[-5deg\] {
    rotate: -5deg;
  }
  .rotate-\[-7deg\] {
    rotate: -7deg;
  }
  .rotate-\[-15deg\] {
    rotate: -15deg;
  }
  .rotate-\[-45deg\] {
    rotate: -45deg;
  }
  .rotate-\[5deg\] {
    rotate: 5deg;
  }
  .rotate-\[35deg\] {
    rotate: 35deg;
  }
  .transform {
    transform: var(--tw-rotate-x,) var(--tw-rotate-y,) var(--tw-rotate-z,) var(--tw-skew-x,) var(--tw-skew-y,);
  }
  .transform-gpu {
    transform: translateZ(0) var(--tw-rotate-x,) var(--tw-rotate-y,) var(--tw-rotate-z,) var(--tw-skew-x,) var(--tw-skew-y,);
  }
  .animate-spin {
    animation: var(--animate-spin);
  }
  .cursor-not-allowed {
    cursor: not-allowed;
  }
  .cursor-pointer {
    cursor: pointer;
  }
  .resize {
    resize: both;
  }
  .snap-x {
    scroll-snap-type: x var(--tw-scroll-snap-strictness);
  }
  .snap-mandatory {
    --tw-scroll-snap-strictness: mandatory;
  }
  .snap-center {
    scroll-snap-align: center;
  }
  .grid-cols-1 {
    grid-template-columns: repeat(1, minmax(0, 1fr));
  }
  .grid-cols-2 {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  .grid-cols-4 {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }
  .grid-cols-5 {
    grid-template-columns: repeat(5, minmax(0, 1fr));
  }
  .flex-col {
    flex-direction: column;
  }
  .flex-col-reverse {
    flex-direction: column-reverse;
  }
  .flex-row {
    flex-direction: row;
  }
  .flex-nowrap {
    flex-wrap: nowrap;
  }
  .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;
  }
  .items-stretch {
    align-items: stretch;
  }
  .justify-between {
    justify-content: space-between;
  }
  .justify-center {
    justify-content: center;
  }
  .justify-end {
    justify-content: flex-end;
  }
  .justify-start {
    justify-content: flex-start;
  }
  .gap-1 {
    gap: calc(var(--spacing) * 1);
  }
  .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-\[10px\] {
    gap: 10px;
  }
  .gap-\[12px\] {
    gap: 12px;
  }
  .gap-\[16px\] {
    gap: 16px;
  }
  .gap-\[20px\] {
    gap: 20px;
  }
  .gap-\[28px\] {
    gap: 28px;
  }
  .gap-\[36px\] {
    gap: 36px;
  }
  .gap-\[80px\] {
    gap: 80px;
  }
  .space-y-2 {
    :where(& > :not(:last-child)) {
      --tw-space-y-reverse: 0;
      margin-block-start: calc(calc(var(--spacing) * 2) * var(--tw-space-y-reverse));
      margin-block-end: calc(calc(var(--spacing) * 2) * calc(1 - var(--tw-space-y-reverse)));
    }
  }
  .space-y-3 {
    :where(& > :not(:last-child)) {
      --tw-space-y-reverse: 0;
      margin-block-start: calc(calc(var(--spacing) * 3) * var(--tw-space-y-reverse));
      margin-block-end: calc(calc(var(--spacing) * 3) * calc(1 - var(--tw-space-y-reverse)));
    }
  }
  .space-y-4 {
    :where(& > :not(:last-child)) {
      --tw-space-y-reverse: 0;
      margin-block-start: calc(calc(var(--spacing) * 4) * var(--tw-space-y-reverse));
      margin-block-end: calc(calc(var(--spacing) * 4) * calc(1 - var(--tw-space-y-reverse)));
    }
  }
  .space-y-6 {
    :where(& > :not(:last-child)) {
      --tw-space-y-reverse: 0;
      margin-block-start: calc(calc(var(--spacing) * 6) * var(--tw-space-y-reverse));
      margin-block-end: calc(calc(var(--spacing) * 6) * calc(1 - var(--tw-space-y-reverse)));
    }
  }
  .space-y-8 {
    :where(& > :not(:last-child)) {
      --tw-space-y-reverse: 0;
      margin-block-start: calc(calc(var(--spacing) * 8) * var(--tw-space-y-reverse));
      margin-block-end: calc(calc(var(--spacing) * 8) * calc(1 - var(--tw-space-y-reverse)));
    }
  }
  .gap-x-8 {
    column-gap: calc(var(--spacing) * 8);
  }
  .space-x-1 {
    :where(& > :not(:last-child)) {
      --tw-space-x-reverse: 0;
      margin-inline-start: calc(calc(var(--spacing) * 1) * var(--tw-space-x-reverse));
      margin-inline-end: calc(calc(var(--spacing) * 1) * calc(1 - var(--tw-space-x-reverse)));
    }
  }
  .space-x-2 {
    :where(& > :not(:last-child)) {
      --tw-space-x-reverse: 0;
      margin-inline-start: calc(calc(var(--spacing) * 2) * var(--tw-space-x-reverse));
      margin-inline-end: calc(calc(var(--spacing) * 2) * calc(1 - var(--tw-space-x-reverse)));
    }
  }
  .self-end {
    align-self: flex-end;
  }
  .truncate {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }
  .overflow-hidden {
    overflow: hidden;
  }
  .overflow-visible {
    overflow: visible;
  }
  .overflow-x-hidden {
    overflow-x: hidden;
  }
  .overflow-x-scroll {
    overflow-x: scroll;
  }
  .overflow-y-auto {
    overflow-y: auto;
  }
  .overscroll-contain {
    overscroll-behavior: contain;
  }
  .rounded {
    border-radius: 0.25rem;
  }
  .rounded-\[4px\] {
    border-radius: 4px;
  }
  .rounded-\[25px\] {
    border-radius: 25px;
  }
  .rounded-full {
    border-radius: calc(infinity * 1px);
  }
  .rounded-lg {
    border-radius: var(--radius-lg);
  }
  .border {
    border-style: var(--tw-border-style);
    border-width: 1px;
  }
  .border-0 {
    border-style: var(--tw-border-style);
    border-width: 0px;
  }
  .border-1 {
    border-style: var(--tw-border-style);
    border-width: 1px;
  }
  .border-b {
    border-bottom-style: var(--tw-border-style);
    border-bottom-width: 1px;
  }
  .border-b-2 {
    border-bottom-style: var(--tw-border-style);
    border-bottom-width: 2px;
  }
  .border-\[\#092354\] {
    border-color: #092354;
  }
  .border-\[\#d6dde1\] {
    border-color: #d6dde1;
  }
  .border-gray-200 {
    border-color: var(--color-gray-200);
  }
  .border-gray-300 {
    border-color: var(--color-gray-300);
  }
  .border-gray-700 {
    border-color: var(--color-gray-700);
  }
  .border-light-blue {
    border-color: var(--color-light-blue);
  }
  .border-light-blue\! {
    border-color: var(--color-light-blue) !important;
  }
  .border-light-blue\/20 {
    border-color: color-mix(in srgb, #96ACC0 20%, transparent);
    @supports (color: color-mix(in lab, red, red)) {
      border-color: color-mix(in oklab, var(--color-light-blue) 20%, transparent);
    }
  }
  .border-light-blue\/25 {
    border-color: color-mix(in srgb, #96ACC0 25%, transparent);
    @supports (color: color-mix(in lab, red, red)) {
      border-color: color-mix(in oklab, var(--color-light-blue) 25%, transparent);
    }
  }
  .border-light-pink {
    border-color: var(--color-light-pink);
  }
  .border-pink {
    border-color: var(--color-pink);
  }
  .border-primary {
    border-color: var(--color-primary);
  }
  .border-secondary {
    border-color: var(--color-secondary);
  }
  .border-transparent {
    border-color: transparent;
  }
  .border-white {
    border-color: var(--color-white);
  }
  .border-white\! {
    border-color: var(--color-white) !important;
  }
  .border-white\/10 {
    border-color: color-mix(in srgb, rgb(255 255 255) 10%, transparent);
    @supports (color: color-mix(in lab, red, red)) {
      border-color: color-mix(in oklab, var(--color-white) 10%, transparent);
    }
  }
  .border-white\/20 {
    border-color: color-mix(in srgb, rgb(255 255 255) 20%, transparent);
    @supports (color: color-mix(in lab, red, red)) {
      border-color: color-mix(in oklab, var(--color-white) 20%, transparent);
    }
  }
  .border-white\/30 {
    border-color: color-mix(in srgb, rgb(255 255 255) 30%, transparent);
    @supports (color: color-mix(in lab, red, red)) {
      border-color: color-mix(in oklab, var(--color-white) 30%, transparent);
    }
  }
  .border-yellow-200 {
    border-color: var(--color-yellow-200);
  }
  .bg-\[\#0a2031\] {
    background-color: #0a2031;
  }
  .bg-\[\#00344C\] {
    background-color: #00344C;
  }
  .bg-\[\#e5e8eb\] {
    background-color: #e5e8eb;
  }
  .bg-black {
    background-color: var(--color-black);
  }
  .bg-blue-600 {
    background-color: var(--color-blue-600);
  }
  .bg-blue-950 {
    background-color: var(--color-blue-950);
  }
  .bg-gray-50 {
    background-color: var(--color-gray-50);
  }
  .bg-gray-100 {
    background-color: var(--color-gray-100);
  }
  .bg-gray-200 {
    background-color: var(--color-gray-200);
  }
  .bg-gray-600 {
    background-color: var(--color-gray-600);
  }
  .bg-green-600 {
    background-color: var(--color-green-600);
  }
  .bg-light-blue {
    background-color: var(--color-light-blue);
  }
  .bg-light-blue\/25 {
    background-color: color-mix(in srgb, #96ACC0 25%, transparent);
    @supports (color: color-mix(in lab, red, red)) {
      background-color: color-mix(in oklab, var(--color-light-blue) 25%, transparent);
    }
  }
  .bg-light-pink {
    background-color: var(--color-light-pink);
  }
  .bg-light-pink\/25 {
    background-color: color-mix(in srgb, #DB9EB4 25%, transparent);
    @supports (color: color-mix(in lab, red, red)) {
      background-color: color-mix(in oklab, var(--color-light-pink) 25%, transparent);
    }
  }
  .bg-pink {
    background-color: var(--color-pink);
  }
  .bg-primary {
    background-color: var(--color-primary);
  }
  .bg-primary\/50 {
    background-color: color-mix(in srgb, #B02028 50%, transparent);
    @supports (color: color-mix(in lab, red, red)) {
      background-color: color-mix(in oklab, var(--color-primary) 50%, transparent);
    }
  }
  .bg-red-600 {
    background-color: var(--color-red-600);
  }
  .bg-secondary {
    background-color: var(--color-secondary);
  }
  .bg-white {
    background-color: var(--color-white);
  }
  .bg-yellow-50 {
    background-color: var(--color-yellow-50);
  }
  .bg-gradient-to-br {
    --tw-gradient-position: to bottom right 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));
  }
  .from-black {
    --tw-gradient-from: var(--color-black);
    --tw-gradient-stops: var(--tw-gradient-via-stops, var(--tw-gradient-position), var(--tw-gradient-from) var(--tw-gradient-from-position), var(--tw-gradient-to) var(--tw-gradient-to-position));
  }
  .from-blue-50 {
    --tw-gradient-from: var(--color-blue-50);
    --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-blue-600 {
    --tw-gradient-from: var(--color-blue-600);
    --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-gray-900 {
    --tw-gradient-from: var(--color-gray-900);
    --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-blue-100 {
    --tw-gradient-to: var(--color-blue-100);
    --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-blue-800 {
    --tw-gradient-to: var(--color-blue-800);
    --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-gray-700 {
    --tw-gradient-to: var(--color-gray-700);
    --tw-gradient-stops: var(--tw-gradient-via-stops, var(--tw-gradient-position), var(--tw-gradient-from) var(--tw-gradient-from-position), var(--tw-gradient-to) var(--tw-gradient-to-position));
  }
  .to-transparent {
    --tw-gradient-to: transparent;
    --tw-gradient-stops: var(--tw-gradient-via-stops, var(--tw-gradient-position), var(--tw-gradient-from) var(--tw-gradient-from-position), var(--tw-gradient-to) var(--tw-gradient-to-position));
  }
  .object-contain {
    object-fit: contain;
  }
  .object-cover {
    object-fit: cover;
  }
  .object-center {
    object-position: center;
  }
  .object-top {
    object-position: top;
  }
  .p-2 {
    padding: calc(var(--spacing) * 2);
  }
  .p-3 {
    padding: calc(var(--spacing) * 3);
  }
  .p-4 {
    padding: calc(var(--spacing) * 4);
  }
  .p-6 {
    padding: calc(var(--spacing) * 6);
  }
  .p-8 {
    padding: calc(var(--spacing) * 8);
  }
  .p-10 {
    padding: calc(var(--spacing) * 10);
  }
  .p-\[4px\] {
    padding: 4px;
  }
  .p-\[20px\] {
    padding: 20px;
  }
  .p-\[28px\] {
    padding: 28px;
  }
  .p-\[40px\] {
    padding: 40px;
  }
  .px-0 {
    padding-inline: calc(var(--spacing) * 0);
  }
  .px-0\! {
    padding-inline: calc(var(--spacing) * 0) !important;
  }
  .px-4 {
    padding-inline: calc(var(--spacing) * 4);
  }
  .px-5 {
    padding-inline: calc(var(--spacing) * 5);
  }
  .px-6 {
    padding-inline: calc(var(--spacing) * 6);
  }
  .px-8 {
    padding-inline: calc(var(--spacing) * 8);
  }
  .px-\[12\%\] {
    padding-inline: 12%;
  }
  .px-\[16px\] {
    padding-inline: 16px;
  }
  .px-\[16px\]\! {
    padding-inline: 16px !important;
  }
  .px-\[18px\] {
    padding-inline: 18px;
  }
  .px-\[20px\] {
    padding-inline: 20px;
  }
  .px-\[28px\] {
    padding-inline: 28px;
  }
  .px-\[60px\] {
    padding-inline: 60px;
  }
  .px-\[100px\] {
    padding-inline: 100px;
  }
  .py-2 {
    padding-block: calc(var(--spacing) * 2);
  }
  .py-3 {
    padding-block: calc(var(--spacing) * 3);
  }
  .py-4 {
    padding-block: calc(var(--spacing) * 4);
  }
  .py-8 {
    padding-block: calc(var(--spacing) * 8);
  }
  .py-12 {
    padding-block: calc(var(--spacing) * 12);
  }
  .py-16 {
    padding-block: calc(var(--spacing) * 16);
  }
  .py-20 {
    padding-block: calc(var(--spacing) * 20);
  }
  .py-24 {
    padding-block: calc(var(--spacing) * 24);
  }
  .py-\[8px\] {
    padding-block: 8px;
  }
  .py-\[10px\] {
    padding-block: 10px;
  }
  .py-\[10px\]\! {
    padding-block: 10px !important;
  }
  .py-\[12px\] {
    padding-block: 12px;
  }
  .py-\[12px\]\! {
    padding-block: 12px !important;
  }
  .py-\[20px\] {
    padding-block: 20px;
  }
  .py-\[28px\] {
    padding-block: 28px;
  }
  .py-\[40px\] {
    padding-block: 40px;
  }
  .py-\[40px\]\! {
    padding-block: 40px !important;
  }
  .py-\[60px\] {
    padding-block: 60px;
  }
  .py-\[60px\]\! {
    padding-block: 60px !important;
  }
  .py-\[80px\] {
    padding-block: 80px;
  }
  .py-\[80px\]\! {
    padding-block: 80px !important;
  }
  .py-\[160px\] {
    padding-block: 160px;
  }
  .pe-3 {
    padding-inline-end: calc(var(--spacing) * 3);
  }
  .pe-10 {
    padding-inline-end: calc(var(--spacing) * 10);
  }
  .pt-0\! {
    padding-top: calc(var(--spacing) * 0) !important;
  }
  .pt-2 {
    padding-top: calc(var(--spacing) * 2);
  }
  .pt-8 {
    padding-top: calc(var(--spacing) * 8);
  }
  .pt-12 {
    padding-top: calc(var(--spacing) * 12);
  }
  .pt-16 {
    padding-top: calc(var(--spacing) * 16);
  }
  .pt-20 {
    padding-top: calc(var(--spacing) * 20);
  }
  .pt-20\! {
    padding-top: calc(var(--spacing) * 20) !important;
  }
  .pt-24 {
    padding-top: calc(var(--spacing) * 24);
  }
  .pt-\[20px\] {
    padding-top: 20px;
  }
  .pt-\[24px\] {
    padding-top: 24px;
  }
  .pt-\[28px\] {
    padding-top: 28px;
  }
  .pt-\[40px\] {
    padding-top: 40px;
  }
  .pt-\[60px\] {
    padding-top: 60px;
  }
  .pt-\[100px\] {
    padding-top: 100px;
  }
  .pt-\[200px\]\! {
    padding-top: 200px !important;
  }
  .pr-4 {
    padding-right: calc(var(--spacing) * 4);
  }
  .pr-10 {
    padding-right: calc(var(--spacing) * 10);
  }
  .pr-12 {
    padding-right: calc(var(--spacing) * 12);
  }
  .pr-\[8px\] {
    padding-right: 8px;
  }
  .pr-\[20px\] {
    padding-right: 20px;
  }
  .pr-\[20px\]\! {
    padding-right: 20px !important;
  }
  .pr-\[32px\] {
    padding-right: 32px;
  }
  .pb-0 {
    padding-bottom: calc(var(--spacing) * 0);
  }
  .pb-4 {
    padding-bottom: calc(var(--spacing) * 4);
  }
  .pb-8 {
    padding-bottom: calc(var(--spacing) * 8);
  }
  .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-24 {
    padding-bottom: calc(var(--spacing) * 24);
  }
  .pb-\[10px\] {
    padding-bottom: 10px;
  }
  .pb-\[20px\] {
    padding-bottom: 20px;
  }
  .pb-\[40px\] {
    padding-bottom: 40px;
  }
  .pb-\[60px\] {
    padding-bottom: 60px;
  }
  .pb-\[80px\] {
    padding-bottom: 80px;
  }
  .pb-\[100px\] {
    padding-bottom: 100px;
  }
  .pb-\[100px\]\! {
    padding-bottom: 100px !important;
  }
  .pb-\[120px\] {
    padding-bottom: 120px;
  }
  .pl-4 {
    padding-left: calc(var(--spacing) * 4);
  }
  .pl-\[20px\] {
    padding-left: 20px;
  }
  .pl-\[20px\]\! {
    padding-left: 20px !important;
  }
  .pl-\[40px\] {
    padding-left: 40px;
  }
  .text-center {
    text-align: center;
  }
  .text-center\! {
    text-align: center !important;
  }
  .text-left {
    text-align: left;
  }
  .text-right {
    text-align: right;
  }
  .font-\[\'Greycliff_CF\:Medium\'\,_sans-serif\] {
    font-family: 'Greycliff CF:Medium', sans-serif;
  }
  .font-\[\'Greycliff_CF\:Regular\'\,_sans-serif\] {
    font-family: 'Greycliff CF:Regular', sans-serif;
  }
  .font-\[\'Zapf_Dingbats\:Regular\'\,_sans-serif\] {
    font-family: 'Zapf Dingbats:Regular', sans-serif;
  }
  .font-\[\\\'Poppins\\\'\,sans-serif\] {
    font-family: \'Poppins\',sans-serif;
  }
  .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-9xl {
    font-size: var(--text-9xl);
    line-height: var(--tw-leading, var(--text-9xl--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-\[12px\] {
    font-size: 12px;
  }
  .text-\[13px\] {
    font-size: 13px;
  }
  .text-\[15px\] {
    font-size: 15px;
  }
  .text-\[17px\] {
    font-size: 17px;
  }
  .leading-\[1\.8\] {
    --tw-leading: 1.8;
    line-height: 1.8;
  }
  .leading-\[100\%\]\! {
    --tw-leading: 100% !important;
    line-height: 100% !important;
  }
  .leading-none {
    --tw-leading: 1;
    line-height: 1;
  }
  .leading-relaxed {
    --tw-leading: var(--leading-relaxed);
    line-height: var(--leading-relaxed);
  }
  .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-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-wide {
    --tw-tracking: var(--tracking-wide);
    letter-spacing: var(--tracking-wide);
  }
  .text-wrap {
    text-wrap: wrap;
  }
  .text-\[\#092354\] {
    color: #092354;
  }
  .text-blue-100 {
    color: var(--color-blue-100);
  }
  .text-blue-600 {
    color: var(--color-blue-600);
  }
  .text-blue-950 {
    color: var(--color-blue-950);
  }
  .text-gray-200 {
    color: var(--color-gray-200);
  }
  .text-gray-300 {
    color: var(--color-gray-300);
  }
  .text-gray-400 {
    color: var(--color-gray-400);
  }
  .text-gray-500 {
    color: var(--color-gray-500);
  }
  .text-gray-600 {
    color: var(--color-gray-600);
  }
  .text-gray-800 {
    color: var(--color-gray-800);
  }
  .text-gray-900 {
    color: var(--color-gray-900);
  }
  .text-green-600 {
    color: var(--color-green-600);
  }
  .text-light-blue {
    color: var(--color-light-blue);
  }
  .text-light-pink {
    color: var(--color-light-pink);
  }
  .text-pink {
    color: var(--color-pink);
  }
  .text-primary {
    color: var(--color-primary);
  }
  .text-primary\/70 {
    color: color-mix(in srgb, #B02028 70%, transparent);
    @supports (color: color-mix(in lab, red, red)) {
      color: color-mix(in oklab, var(--color-primary) 70%, transparent);
    }
  }
  .text-red-600 {
    color: var(--color-red-600);
  }
  .text-secondary {
    color: var(--color-secondary);
  }
  .text-secondary\/70 {
    color: color-mix(in srgb, #2D1A46 70%, transparent);
    @supports (color: color-mix(in lab, red, red)) {
      color: color-mix(in oklab, var(--color-secondary) 70%, transparent);
    }
  }
  .text-white {
    color: var(--color-white);
  }
  .text-white\! {
    color: var(--color-white) !important;
  }
  .text-white\/70 {
    color: color-mix(in srgb, rgb(255 255 255) 70%, transparent);
    @supports (color: color-mix(in lab, red, red)) {
      color: color-mix(in oklab, var(--color-white) 70%, transparent);
    }
  }
  .text-white\/90 {
    color: color-mix(in srgb, rgb(255 255 255) 90%, transparent);
    @supports (color: color-mix(in lab, red, red)) {
      color: color-mix(in oklab, var(--color-white) 90%, transparent);
    }
  }
  .text-yellow-800 {
    color: var(--color-yellow-800);
  }
  .lowercase {
    text-transform: lowercase;
  }
  .underline {
    text-decoration-line: underline;
  }
  .opacity-0 {
    opacity: 0%;
  }
  .opacity-15 {
    opacity: 15%;
  }
  .opacity-20 {
    opacity: 20%;
  }
  .opacity-30 {
    opacity: 30%;
  }
  .opacity-50 {
    opacity: 50%;
  }
  .opacity-80 {
    opacity: 80%;
  }
  .opacity-100 {
    opacity: 100%;
  }
  .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-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);
  }
  .outline {
    outline-style: var(--tw-outline-style);
    outline-width: 1px;
  }
  .outline-4 {
    outline-style: var(--tw-outline-style);
    outline-width: 4px;
  }
  .outline-white\/50 {
    outline-color: color-mix(in srgb, rgb(255 255 255) 50%, transparent);
    @supports (color: color-mix(in lab, red, red)) {
      outline-color: color-mix(in oklab, var(--color-white) 50%, transparent);
    }
  }
  .blur {
    --tw-blur: blur(8px);
    filter: var(--tw-blur,) var(--tw-brightness,) var(--tw-contrast,) var(--tw-grayscale,) var(--tw-hue-rotate,) var(--tw-invert,) var(--tw-saturate,) var(--tw-sepia,) var(--tw-drop-shadow,);
  }
  .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-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,);
  }
  .transition {
    transition-property: color, background-color, border-color, outline-color, text-decoration-color, fill, stroke, --tw-gradient-from, --tw-gradient-via, --tw-gradient-to, opacity, box-shadow, transform, translate, scale, rotate, filter, -webkit-backdrop-filter, backdrop-filter, display, visibility, content-visibility, overlay, pointer-events;
    transition-timing-function: var(--tw-ease, var(--default-transition-timing-function));
    transition-duration: var(--tw-duration, var(--default-transition-duration));
  }
  .transition-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-all\! {
    transition-property: all !important;
    transition-timing-function: var(--tw-ease, var(--default-transition-timing-function)) !important;
    transition-duration: var(--tw-duration, var(--default-transition-duration)) !important;
  }
  .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));
  }
  .delay-200 {
    transition-delay: 200ms;
  }
  .duration-200 {
    --tw-duration: 200ms;
    transition-duration: 200ms;
  }
  .duration-300 {
    --tw-duration: 300ms;
    transition-duration: 300ms;
  }
  .duration-300\! {
    --tw-duration: 300ms !important;
    transition-duration: 300ms !important;
  }
  .ease-in-out {
    --tw-ease: var(--ease-in-out);
    transition-timing-function: var(--ease-in-out);
  }
  .ease-in-out\! {
    --tw-ease: var(--ease-in-out) !important;
    transition-timing-function: var(--ease-in-out) !important;
  }
  .ease-out {
    --tw-ease: var(--ease-out);
    transition-timing-function: var(--ease-out);
  }
  .will-change-transform {
    will-change: transform;
  }
  .select-none {
    -webkit-user-select: none;
    user-select: none;
  }
  .\*\:relative {
    :is(& > *) {
      position: relative;
    }
  }
  .\*\:top-0 {
    :is(& > *) {
      top: calc(var(--spacing) * 0);
    }
  }
  .group-hover\:visible {
    &:is(:where(.group):hover *) {
      @media (hover: hover) {
        visibility: visible;
      }
    }
  }
  .group-hover\:-translate-x-\[38px\] {
    &:is(:where(.group):hover *) {
      @media (hover: hover) {
        --tw-translate-x: calc(38px * -1);
        translate: var(--tw-translate-x) var(--tw-translate-y);
      }
    }
  }
  .group-hover\:scale-\[0\.95\] {
    &:is(:where(.group):hover *) {
      @media (hover: hover) {
        scale: 0.95;
      }
    }
  }
  .group-hover\:scale-\[1\.02\] {
    &:is(:where(.group):hover *) {
      @media (hover: hover) {
        scale: 1.02;
      }
    }
  }
  .group-hover\:scale-\[1\.2\] {
    &:is(:where(.group):hover *) {
      @media (hover: hover) {
        scale: 1.2;
      }
    }
  }
  .group-hover\:rotate-180 {
    &:is(:where(.group):hover *) {
      @media (hover: hover) {
        rotate: 180deg;
      }
    }
  }
  .group-hover\:opacity-50\! {
    &:is(:where(.group):hover *) {
      @media (hover: hover) {
        opacity: 50% !important;
      }
    }
  }
  .group-hover\:opacity-100 {
    &:is(:where(.group):hover *) {
      @media (hover: hover) {
        opacity: 100%;
      }
    }
  }
  .group-hover\/submenu\:-translate-x-\[38px\] {
    &:is(:where(.group\/submenu):hover *) {
      @media (hover: hover) {
        --tw-translate-x: calc(38px * -1);
        translate: var(--tw-translate-x) var(--tw-translate-y);
      }
    }
  }
  .group-hover\/submenu\:scale-90 {
    &:is(:where(.group\/submenu):hover *) {
      @media (hover: hover) {
        --tw-scale-x: 90%;
        --tw-scale-y: 90%;
        --tw-scale-z: 90%;
        scale: var(--tw-scale-x) var(--tw-scale-y);
      }
    }
  }
  .group-hover\/submenu\:scale-125 {
    &:is(:where(.group\/submenu):hover *) {
      @media (hover: hover) {
        --tw-scale-x: 125%;
        --tw-scale-y: 125%;
        --tw-scale-z: 125%;
        scale: var(--tw-scale-x) var(--tw-scale-y);
      }
    }
  }
  .placeholder\:text-\[\#092354\] {
    &::placeholder {
      color: #092354;
    }
  }
  .placeholder\:opacity-50 {
    &::placeholder {
      opacity: 50%;
    }
  }
  .hover\:visible {
    &:hover {
      @media (hover: hover) {
        visibility: visible;
      }
    }
  }
  .hover\:translate-y-\[-10px\] {
    &:hover {
      @media (hover: hover) {
        --tw-translate-y: -10px;
        translate: var(--tw-translate-x) var(--tw-translate-y);
      }
    }
  }
  .hover\:cursor-pointer {
    &:hover {
      @media (hover: hover) {
        cursor: pointer;
      }
    }
  }
  .hover\:bg-blue-700 {
    &:hover {
      @media (hover: hover) {
        background-color: var(--color-blue-700);
      }
    }
  }
  .hover\:bg-gray-700 {
    &:hover {
      @media (hover: hover) {
        background-color: var(--color-gray-700);
      }
    }
  }
  .hover\:bg-light-blue {
    &:hover {
      @media (hover: hover) {
        background-color: var(--color-light-blue);
      }
    }
  }
  .hover\:bg-light-blue\/25 {
    &:hover {
      @media (hover: hover) {
        background-color: color-mix(in srgb, #96ACC0 25%, transparent);
        @supports (color: color-mix(in lab, red, red)) {
          background-color: color-mix(in oklab, var(--color-light-blue) 25%, transparent);
        }
      }
    }
  }
  .hover\:bg-pink {
    &:hover {
      @media (hover: hover) {
        background-color: var(--color-pink);
      }
    }
  }
  .hover\:bg-primary {
    &:hover {
      @media (hover: hover) {
        background-color: var(--color-primary);
      }
    }
  }
  .hover\:bg-red-700 {
    &:hover {
      @media (hover: hover) {
        background-color: var(--color-red-700);
      }
    }
  }
  .hover\:bg-red-800 {
    &:hover {
      @media (hover: hover) {
        background-color: var(--color-red-800);
      }
    }
  }
  .hover\:bg-secondary {
    &:hover {
      @media (hover: hover) {
        background-color: var(--color-secondary);
      }
    }
  }
  .hover\:bg-white {
    &:hover {
      @media (hover: hover) {
        background-color: var(--color-white);
      }
    }
  }
  .hover\:text-blue-600 {
    &:hover {
      @media (hover: hover) {
        color: var(--color-blue-600);
      }
    }
  }
  .hover\:text-blue-800 {
    &:hover {
      @media (hover: hover) {
        color: var(--color-blue-800);
      }
    }
  }
  .hover\:text-gray-700 {
    &:hover {
      @media (hover: hover) {
        color: var(--color-gray-700);
      }
    }
  }
  .hover\:text-green-800 {
    &:hover {
      @media (hover: hover) {
        color: var(--color-green-800);
      }
    }
  }
  .hover\:text-primary {
    &:hover {
      @media (hover: hover) {
        color: var(--color-primary);
      }
    }
  }
  .hover\:text-white {
    &:hover {
      @media (hover: hover) {
        color: var(--color-white);
      }
    }
  }
  .hover\:text-white\/80 {
    &:hover {
      @media (hover: hover) {
        color: color-mix(in srgb, rgb(255 255 255) 80%, transparent);
        @supports (color: color-mix(in lab, red, red)) {
          color: color-mix(in oklab, var(--color-white) 80%, transparent);
        }
      }
    }
  }
  .hover\:opacity-90 {
    &:hover {
      @media (hover: hover) {
        opacity: 90%;
      }
    }
  }
  .hover\:opacity-100 {
    &:hover {
      @media (hover: hover) {
        opacity: 100%;
      }
    }
  }
  .hover\:opacity-100\! {
    &:hover {
      @media (hover: hover) {
        opacity: 100% !important;
      }
    }
  }
  .hover\:delay-0 {
    &:hover {
      @media (hover: hover) {
        transition-delay: 0ms;
      }
    }
  }
  .focus\:border-transparent {
    &:focus {
      border-color: transparent;
    }
  }
  .focus\:ring-2 {
    &:focus {
      --tw-ring-shadow: var(--tw-ring-inset,) 0 0 0 calc(2px + var(--tw-ring-offset-width)) var(--tw-ring-color, currentcolor);
      box-shadow: var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
    }
  }
  .focus\:ring-blue-400 {
    &:focus {
      --tw-ring-color: var(--color-blue-400);
    }
  }
  .focus\:ring-blue-500 {
    &:focus {
      --tw-ring-color: var(--color-blue-500);
    }
  }
  .focus\:outline-none {
    &:focus {
      --tw-outline-style: none;
      outline-style: none;
    }
  }
  .max-lg\:flex-grow {
    @media (width < 64rem) {
      flex-grow: 1;
    }
  }
  .max-md\:flex-grow {
    @media (width < 48rem) {
      flex-grow: 1;
    }
  }
  .max-md\:p-0\! {
    @media (width < 48rem) {
      padding: calc(var(--spacing) * 0) !important;
    }
  }
  .sm\:mb-0\! {
    @media (width >= 40rem) {
      margin-bottom: calc(var(--spacing) * 0) !important;
    }
  }
  .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\:space-y-0 {
    @media (width >= 40rem) {
      :where(& > :not(:last-child)) {
        --tw-space-y-reverse: 0;
        margin-block-start: calc(calc(var(--spacing) * 0) * var(--tw-space-y-reverse));
        margin-block-end: calc(calc(var(--spacing) * 0) * calc(1 - var(--tw-space-y-reverse)));
      }
    }
  }
  .sm\:space-x-4 {
    @media (width >= 40rem) {
      :where(& > :not(:last-child)) {
        --tw-space-x-reverse: 0;
        margin-inline-start: calc(calc(var(--spacing) * 4) * var(--tw-space-x-reverse));
        margin-inline-end: calc(calc(var(--spacing) * 4) * calc(1 - var(--tw-space-x-reverse)));
      }
    }
  }
  .md\:-mr-5 {
    @media (width >= 48rem) {
      margin-right: calc(var(--spacing) * -5);
    }
  }
  .md\:max-w-\[200px\] {
    @media (width >= 48rem) {
      max-width: 200px;
    }
  }
  .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;
    }
  }
  .md\:justify-start {
    @media (width >= 48rem) {
      justify-content: flex-start;
    }
  }
  .md\:space-y-0 {
    @media (width >= 48rem) {
      :where(& > :not(:last-child)) {
        --tw-space-y-reverse: 0;
        margin-block-start: calc(calc(var(--spacing) * 0) * var(--tw-space-y-reverse));
        margin-block-end: calc(calc(var(--spacing) * 0) * calc(1 - var(--tw-space-y-reverse)));
      }
    }
  }
  .md\:pl-5 {
    @media (width >= 48rem) {
      padding-left: calc(var(--spacing) * 5);
    }
  }
  .md\:text-5xl {
    @media (width >= 48rem) {
      font-size: var(--text-5xl);
      line-height: var(--tw-leading, var(--text-5xl--line-height));
    }
  }
  .lg\:absolute {
    @media (width >= 64rem) {
      position: absolute;
    }
  }
  .lg\:static {
    @media (width >= 64rem) {
      position: static;
    }
  }
  .lg\:sticky {
    @media (width >= 64rem) {
      position: sticky;
    }
  }
  .lg\:top-0 {
    @media (width >= 64rem) {
      top: calc(var(--spacing) * 0);
    }
  }
  .lg\:top-1\/2 {
    @media (width >= 64rem) {
      top: calc(1/2 * 100%);
    }
  }
  .lg\:top-\[-30px\] {
    @media (width >= 64rem) {
      top: -30px;
    }
  }
  .lg\:top-\[0\%\] {
    @media (width >= 64rem) {
      top: 0%;
    }
  }
  .lg\:top-\[0px\] {
    @media (width >= 64rem) {
      top: 0px;
    }
  }
  .lg\:top-\[40px\] {
    @media (width >= 64rem) {
      top: 40px;
    }
  }
  .lg\:top-\[50\%\] {
    @media (width >= 64rem) {
      top: 50%;
    }
  }
  .lg\:top-\[100px\] {
    @media (width >= 64rem) {
      top: 100px;
    }
  }
  .lg\:top-auto {
    @media (width >= 64rem) {
      top: auto;
    }
  }
  .lg\:right-0 {
    @media (width >= 64rem) {
      right: calc(var(--spacing) * 0);
    }
  }
  .lg\:right-\[-30px\] {
    @media (width >= 64rem) {
      right: -30px;
    }
  }
  .lg\:right-\[20\%\] {
    @media (width >= 64rem) {
      right: 20%;
    }
  }
  .lg\:right-\[20px\] {
    @media (width >= 64rem) {
      right: 20px;
    }
  }
  .lg\:right-auto {
    @media (width >= 64rem) {
      right: auto;
    }
  }
  .lg\:bottom-\[-30px\] {
    @media (width >= 64rem) {
      bottom: -30px;
    }
  }
  .lg\:bottom-\[28px\] {
    @media (width >= 64rem) {
      bottom: 28px;
    }
  }
  .lg\:bottom-\[50px\] {
    @media (width >= 64rem) {
      bottom: 50px;
    }
  }
  .lg\:bottom-auto {
    @media (width >= 64rem) {
      bottom: auto;
    }
  }
  .lg\:left-0 {
    @media (width >= 64rem) {
      left: calc(var(--spacing) * 0);
    }
  }
  .lg\:left-\[0\] {
    @media (width >= 64rem) {
      left: 0;
    }
  }
  .lg\:left-\[30\%\] {
    @media (width >= 64rem) {
      left: 30%;
    }
  }
  .lg\:left-\[40px\] {
    @media (width >= 64rem) {
      left: 40px;
    }
  }
  .lg\:left-\[calc\(100\%-150px\)\] {
    @media (width >= 64rem) {
      left: calc(100% - 150px);
    }
  }
  .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\:order-none {
    @media (width >= 64rem) {
      order: 0;
    }
  }
  .lg\:mx-auto {
    @media (width >= 64rem) {
      margin-inline: auto;
    }
  }
  .lg\:-mt-\[calc\(100vh-100px\)\] {
    @media (width >= 64rem) {
      margin-top: calc(calc(100vh - 100px) * -1);
    }
  }
  .lg\:mt-0 {
    @media (width >= 64rem) {
      margin-top: calc(var(--spacing) * 0);
    }
  }
  .lg\:mt-0\! {
    @media (width >= 64rem) {
      margin-top: calc(var(--spacing) * 0) !important;
    }
  }
  .lg\:mt-25 {
    @media (width >= 64rem) {
      margin-top: calc(var(--spacing) * 25);
    }
  }
  .lg\:mt-\[-10px\] {
    @media (width >= 64rem) {
      margin-top: -10px;
    }
  }
  .lg\:mt-\[-110px\] {
    @media (width >= 64rem) {
      margin-top: -110px;
    }
  }
  .lg\:mt-\[-130px\] {
    @media (width >= 64rem) {
      margin-top: -130px;
    }
  }
  .lg\:mt-\[28px\] {
    @media (width >= 64rem) {
      margin-top: 28px;
    }
  }
  .lg\:mt-\[32px\]\! {
    @media (width >= 64rem) {
      margin-top: 32px !important;
    }
  }
  .lg\:mt-\[60px\] {
    @media (width >= 64rem) {
      margin-top: 60px;
    }
  }
  .lg\:mt-\[120px\] {
    @media (width >= 64rem) {
      margin-top: 120px;
    }
  }
  .lg\:mt-\[160px\] {
    @media (width >= 64rem) {
      margin-top: 160px;
    }
  }
  .lg\:mt-\[230px\]\! {
    @media (width >= 64rem) {
      margin-top: 230px !important;
    }
  }
  .lg\:-mr-10 {
    @media (width >= 64rem) {
      margin-right: calc(var(--spacing) * -10);
    }
  }
  .lg\:mr-0\! {
    @media (width >= 64rem) {
      margin-right: calc(var(--spacing) * 0) !important;
    }
  }
  .lg\:mb-0 {
    @media (width >= 64rem) {
      margin-bottom: calc(var(--spacing) * 0);
    }
  }
  .lg\:mb-0\! {
    @media (width >= 64rem) {
      margin-bottom: calc(var(--spacing) * 0) !important;
    }
  }
  .lg\:mb-12 {
    @media (width >= 64rem) {
      margin-bottom: calc(var(--spacing) * 12);
    }
  }
  .lg\:mb-20 {
    @media (width >= 64rem) {
      margin-bottom: calc(var(--spacing) * 20);
    }
  }
  .lg\:mb-\[32px\] {
    @media (width >= 64rem) {
      margin-bottom: 32px;
    }
  }
  .lg\:mb-\[32px\]\! {
    @media (width >= 64rem) {
      margin-bottom: 32px !important;
    }
  }
  .lg\:mb-\[34px\]\! {
    @media (width >= 64rem) {
      margin-bottom: 34px !important;
    }
  }
  .lg\:mb-\[60px\] {
    @media (width >= 64rem) {
      margin-bottom: 60px;
    }
  }
  .lg\:mb-\[80px\] {
    @media (width >= 64rem) {
      margin-bottom: 80px;
    }
  }
  .lg\:mb-\[100px\] {
    @media (width >= 64rem) {
      margin-bottom: 100px;
    }
  }
  .lg\:mb-\[120px\] {
    @media (width >= 64rem) {
      margin-bottom: 120px;
    }
  }
  .lg\:mb-\[160px\] {
    @media (width >= 64rem) {
      margin-bottom: 160px;
    }
  }
  .lg\:mb-\[200px\] {
    @media (width >= 64rem) {
      margin-bottom: 200px;
    }
  }
  .lg\:ml-0 {
    @media (width >= 64rem) {
      margin-left: calc(var(--spacing) * 0);
    }
  }
  .lg\:ml-\[-8\.33\%\] {
    @media (width >= 64rem) {
      margin-left: -8.33%;
    }
  }
  .lg\:ml-\[-50px\] {
    @media (width >= 64rem) {
      margin-left: -50px;
    }
  }
  .lg\:ml-\[8\.3333\%\] {
    @media (width >= 64rem) {
      margin-left: 8.3333%;
    }
  }
  .lg\:ml-\[60px\] {
    @media (width >= 64rem) {
      margin-left: 60px;
    }
  }
  .lg\:ml-auto {
    @media (width >= 64rem) {
      margin-left: auto;
    }
  }
  .lg\:block {
    @media (width >= 64rem) {
      display: block;
    }
  }
  .lg\:flex {
    @media (width >= 64rem) {
      display: flex;
    }
  }
  .lg\:hidden {
    @media (width >= 64rem) {
      display: none;
    }
  }
  .lg\:aspect-\[1\.70\/1\] {
    @media (width >= 64rem) {
      aspect-ratio: 1.70/1;
    }
  }
  .lg\:aspect-\[9\/12\] {
    @media (width >= 64rem) {
      aspect-ratio: 9/12;
    }
  }
  .lg\:aspect-auto {
    @media (width >= 64rem) {
      aspect-ratio: auto;
    }
  }
  .lg\:aspect-square {
    @media (width >= 64rem) {
      aspect-ratio: 1 / 1;
    }
  }
  .lg\:h-\[2px\] {
    @media (width >= 64rem) {
      height: 2px;
    }
  }
  .lg\:h-\[20px\] {
    @media (width >= 64rem) {
      height: 20px;
    }
  }
  .lg\:h-\[250px\] {
    @media (width >= 64rem) {
      height: 250px;
    }
  }
  .lg\:h-\[350px\] {
    @media (width >= 64rem) {
      height: 350px;
    }
  }
  .lg\:h-\[400px\] {
    @media (width >= 64rem) {
      height: 400px;
    }
  }
  .lg\:h-\[415px\] {
    @media (width >= 64rem) {
      height: 415px;
    }
  }
  .lg\:h-\[468px\] {
    @media (width >= 64rem) {
      height: 468px;
    }
  }
  .lg\:h-\[calc\(100vh-200px\)\] {
    @media (width >= 64rem) {
      height: calc(100vh - 200px);
    }
  }
  .lg\:h-\[calc\(100vh-260px\)\] {
    @media (width >= 64rem) {
      height: calc(100vh - 260px);
    }
  }
  .lg\:h-auto {
    @media (width >= 64rem) {
      height: auto;
    }
  }
  .lg\:h-full {
    @media (width >= 64rem) {
      height: 100%;
    }
  }
  .lg\:h-screen {
    @media (width >= 64rem) {
      height: 100vh;
    }
  }
  .lg\:max-h-\[90vh\] {
    @media (width >= 64rem) {
      max-height: 90vh;
    }
  }
  .lg\:min-h-0 {
    @media (width >= 64rem) {
      min-height: calc(var(--spacing) * 0);
    }
  }
  .lg\:min-h-\[60px\] {
    @media (width >= 64rem) {
      min-height: 60px;
    }
  }
  .lg\:min-h-\[400px\] {
    @media (width >= 64rem) {
      min-height: 400px;
    }
  }
  .lg\:min-h-\[750px\] {
    @media (width >= 64rem) {
      min-height: 750px;
    }
  }
  .lg\:w-1\/2 {
    @media (width >= 64rem) {
      width: calc(1/2 * 100%);
    }
  }
  .lg\:w-1\/3 {
    @media (width >= 64rem) {
      width: calc(1/3 * 100%);
    }
  }
  .lg\:w-3\/4 {
    @media (width >= 64rem) {
      width: calc(3/4 * 100%);
    }
  }
  .lg\:w-3\/12 {
    @media (width >= 64rem) {
      width: calc(3/12 * 100%);
    }
  }
  .lg\:w-4\/12 {
    @media (width >= 64rem) {
      width: calc(4/12 * 100%);
    }
  }
  .lg\:w-5\/12 {
    @media (width >= 64rem) {
      width: calc(5/12 * 100%);
    }
  }
  .lg\:w-6\/12 {
    @media (width >= 64rem) {
      width: calc(6/12 * 100%);
    }
  }
  .lg\:w-7\/12 {
    @media (width >= 64rem) {
      width: calc(7/12 * 100%);
    }
  }
  .lg\:w-8\/12 {
    @media (width >= 64rem) {
      width: calc(8/12 * 100%);
    }
  }
  .lg\:w-9\/12 {
    @media (width >= 64rem) {
      width: calc(9/12 * 100%);
    }
  }
  .lg\:w-10\/12 {
    @media (width >= 64rem) {
      width: calc(10/12 * 100%);
    }
  }
  .lg\:w-\[2px\] {
    @media (width >= 64rem) {
      width: 2px;
    }
  }
  .lg\:w-\[20px\] {
    @media (width >= 64rem) {
      width: 20px;
    }
  }
  .lg\:w-\[100\%\] {
    @media (width >= 64rem) {
      width: 100%;
    }
  }
  .lg\:w-\[150px\] {
    @media (width >= 64rem) {
      width: 150px;
    }
  }
  .lg\:w-\[195px\] {
    @media (width >= 64rem) {
      width: 195px;
    }
  }
  .lg\:w-\[220px\] {
    @media (width >= 64rem) {
      width: 220px;
    }
  }
  .lg\:w-\[230px\] {
    @media (width >= 64rem) {
      width: 230px;
    }
  }
  .lg\:w-\[250px\] {
    @media (width >= 64rem) {
      width: 250px;
    }
  }
  .lg\:w-\[260px\] {
    @media (width >= 64rem) {
      width: 260px;
    }
  }
  .lg\:w-\[300px\] {
    @media (width >= 64rem) {
      width: 300px;
    }
  }
  .lg\:w-\[364px\] {
    @media (width >= 64rem) {
      width: 364px;
    }
  }
  .lg\:w-\[600px\] {
    @media (width >= 64rem) {
      width: 600px;
    }
  }
  .lg\:w-auto {
    @media (width >= 64rem) {
      width: auto;
    }
  }
  .lg\:w-full {
    @media (width >= 64rem) {
      width: 100%;
    }
  }
  .lg\:max-w-\[540px\] {
    @media (width >= 64rem) {
      max-width: 540px;
    }
  }
  .lg\:max-w-none {
    @media (width >= 64rem) {
      max-width: none;
    }
  }
  .lg\:min-w-\[60px\] {
    @media (width >= 64rem) {
      min-width: 60px;
    }
  }
  .lg\:min-w-\[195px\] {
    @media (width >= 64rem) {
      min-width: 195px;
    }
  }
  .lg\:min-w-\[440px\] {
    @media (width >= 64rem) {
      min-width: 440px;
    }
  }
  .lg\:min-w-\[600px\] {
    @media (width >= 64rem) {
      min-width: 600px;
    }
  }
  .lg\:min-w-\[1200px\] {
    @media (width >= 64rem) {
      min-width: 1200px;
    }
  }
  .lg\:flex-shrink {
    @media (width >= 64rem) {
      flex-shrink: 1;
    }
  }
  .lg\:-translate-y-1\/2 {
    @media (width >= 64rem) {
      --tw-translate-y: calc(calc(1/2 * 100%) * -1);
      translate: var(--tw-translate-x) var(--tw-translate-y);
    }
  }
  .lg\:translate-y-0 {
    @media (width >= 64rem) {
      --tw-translate-y: calc(var(--spacing) * 0);
      translate: var(--tw-translate-x) var(--tw-translate-y);
    }
  }
  .lg\:translate-y-\[-50\%\] {
    @media (width >= 64rem) {
      --tw-translate-y: -50%;
      translate: var(--tw-translate-x) var(--tw-translate-y);
    }
  }
  .lg\:scale-0 {
    @media (width >= 64rem) {
      --tw-scale-x: 0%;
      --tw-scale-y: 0%;
      --tw-scale-z: 0%;
      scale: var(--tw-scale-x) var(--tw-scale-y);
    }
  }
  .lg\:scale-1 {
    @media (width >= 64rem) {
      --tw-scale-x: 1%;
      --tw-scale-y: 1%;
      --tw-scale-z: 1%;
      scale: var(--tw-scale-x) var(--tw-scale-y);
    }
  }
  .lg\:scale-2 {
    @media (width >= 64rem) {
      --tw-scale-x: 2%;
      --tw-scale-y: 2%;
      --tw-scale-z: 2%;
      scale: var(--tw-scale-x) var(--tw-scale-y);
    }
  }
  .lg\:scale-3 {
    @media (width >= 64rem) {
      --tw-scale-x: 3%;
      --tw-scale-y: 3%;
      --tw-scale-z: 3%;
      scale: var(--tw-scale-x) var(--tw-scale-y);
    }
  }
  .lg\:scale-4 {
    @media (width >= 64rem) {
      --tw-scale-x: 4%;
      --tw-scale-y: 4%;
      --tw-scale-z: 4%;
      scale: var(--tw-scale-x) var(--tw-scale-y);
    }
  }
  .lg\:scale-5 {
    @media (width >= 64rem) {
      --tw-scale-x: 5%;
      --tw-scale-y: 5%;
      --tw-scale-z: 5%;
      scale: var(--tw-scale-x) var(--tw-scale-y);
    }
  }
  .lg\:scale-6 {
    @media (width >= 64rem) {
      --tw-scale-x: 6%;
      --tw-scale-y: 6%;
      --tw-scale-z: 6%;
      scale: var(--tw-scale-x) var(--tw-scale-y);
    }
  }
  .lg\:scale-7 {
    @media (width >= 64rem) {
      --tw-scale-x: 7%;
      --tw-scale-y: 7%;
      --tw-scale-z: 7%;
      scale: var(--tw-scale-x) var(--tw-scale-y);
    }
  }
  .lg\:scale-8 {
    @media (width >= 64rem) {
      --tw-scale-x: 8%;
      --tw-scale-y: 8%;
      --tw-scale-z: 8%;
      scale: var(--tw-scale-x) var(--tw-scale-y);
    }
  }
  .lg\:scale-9 {
    @media (width >= 64rem) {
      --tw-scale-x: 9%;
      --tw-scale-y: 9%;
      --tw-scale-z: 9%;
      scale: var(--tw-scale-x) var(--tw-scale-y);
    }
  }
  .lg\:scale-10 {
    @media (width >= 64rem) {
      --tw-scale-x: 10%;
      --tw-scale-y: 10%;
      --tw-scale-z: 10%;
      scale: var(--tw-scale-x) var(--tw-scale-y);
    }
  }
  .lg\:scale-11 {
    @media (width >= 64rem) {
      --tw-scale-x: 11%;
      --tw-scale-y: 11%;
      --tw-scale-z: 11%;
      scale: var(--tw-scale-x) var(--tw-scale-y);
    }
  }
  .lg\:scale-12 {
    @media (width >= 64rem) {
      --tw-scale-x: 12%;
      --tw-scale-y: 12%;
      --tw-scale-z: 12%;
      scale: var(--tw-scale-x) var(--tw-scale-y);
    }
  }
  .lg\:scale-13 {
    @media (width >= 64rem) {
      --tw-scale-x: 13%;
      --tw-scale-y: 13%;
      --tw-scale-z: 13%;
      scale: var(--tw-scale-x) var(--tw-scale-y);
    }
  }
  .lg\:scale-14 {
    @media (width >= 64rem) {
      --tw-scale-x: 14%;
      --tw-scale-y: 14%;
      --tw-scale-z: 14%;
      scale: var(--tw-scale-x) var(--tw-scale-y);
    }
  }
  .lg\:scale-15 {
    @media (width >= 64rem) {
      --tw-scale-x: 15%;
      --tw-scale-y: 15%;
      --tw-scale-z: 15%;
      scale: var(--tw-scale-x) var(--tw-scale-y);
    }
  }
  .lg\:scale-16 {
    @media (width >= 64rem) {
      --tw-scale-x: 16%;
      --tw-scale-y: 16%;
      --tw-scale-z: 16%;
      scale: var(--tw-scale-x) var(--tw-scale-y);
    }
  }
  .lg\:scale-17 {
    @media (width >= 64rem) {
      --tw-scale-x: 17%;
      --tw-scale-y: 17%;
      --tw-scale-z: 17%;
      scale: var(--tw-scale-x) var(--tw-scale-y);
    }
  }
  .lg\:scale-18 {
    @media (width >= 64rem) {
      --tw-scale-x: 18%;
      --tw-scale-y: 18%;
      --tw-scale-z: 18%;
      scale: var(--tw-scale-x) var(--tw-scale-y);
    }
  }
  .lg\:scale-19 {
    @media (width >= 64rem) {
      --tw-scale-x: 19%;
      --tw-scale-y: 19%;
      --tw-scale-z: 19%;
      scale: var(--tw-scale-x) var(--tw-scale-y);
    }
  }
  .lg\:scale-20 {
    @media (width >= 64rem) {
      --tw-scale-x: 20%;
      --tw-scale-y: 20%;
      --tw-scale-z: 20%;
      scale: var(--tw-scale-x) var(--tw-scale-y);
    }
  }
  .lg\:scale-21 {
    @media (width >= 64rem) {
      --tw-scale-x: 21%;
      --tw-scale-y: 21%;
      --tw-scale-z: 21%;
      scale: var(--tw-scale-x) var(--tw-scale-y);
    }
  }
  .lg\:scale-22 {
    @media (width >= 64rem) {
      --tw-scale-x: 22%;
      --tw-scale-y: 22%;
      --tw-scale-z: 22%;
      scale: var(--tw-scale-x) var(--tw-scale-y);
    }
  }
  .lg\:scale-23 {
    @media (width >= 64rem) {
      --tw-scale-x: 23%;
      --tw-scale-y: 23%;
      --tw-scale-z: 23%;
      scale: var(--tw-scale-x) var(--tw-scale-y);
    }
  }
  .lg\:scale-24 {
    @media (width >= 64rem) {
      --tw-scale-x: 24%;
      --tw-scale-y: 24%;
      --tw-scale-z: 24%;
      scale: var(--tw-scale-x) var(--tw-scale-y);
    }
  }
  .lg\:scale-25 {
    @media (width >= 64rem) {
      --tw-scale-x: 25%;
      --tw-scale-y: 25%;
      --tw-scale-z: 25%;
      scale: var(--tw-scale-x) var(--tw-scale-y);
    }
  }
  .lg\:scale-26 {
    @media (width >= 64rem) {
      --tw-scale-x: 26%;
      --tw-scale-y: 26%;
      --tw-scale-z: 26%;
      scale: var(--tw-scale-x) var(--tw-scale-y);
    }
  }
  .lg\:scale-27 {
    @media (width >= 64rem) {
      --tw-scale-x: 27%;
      --tw-scale-y: 27%;
      --tw-scale-z: 27%;
      scale: var(--tw-scale-x) var(--tw-scale-y);
    }
  }
  .lg\:scale-28 {
    @media (width >= 64rem) {
      --tw-scale-x: 28%;
      --tw-scale-y: 28%;
      --tw-scale-z: 28%;
      scale: var(--tw-scale-x) var(--tw-scale-y);
    }
  }
  .lg\:scale-29 {
    @media (width >= 64rem) {
      --tw-scale-x: 29%;
      --tw-scale-y: 29%;
      --tw-scale-z: 29%;
      scale: var(--tw-scale-x) var(--tw-scale-y);
    }
  }
  .lg\:scale-30 {
    @media (width >= 64rem) {
      --tw-scale-x: 30%;
      --tw-scale-y: 30%;
      --tw-scale-z: 30%;
      scale: var(--tw-scale-x) var(--tw-scale-y);
    }
  }
  .lg\:scale-31 {
    @media (width >= 64rem) {
      --tw-scale-x: 31%;
      --tw-scale-y: 31%;
      --tw-scale-z: 31%;
      scale: var(--tw-scale-x) var(--tw-scale-y);
    }
  }
  .lg\:scale-32 {
    @media (width >= 64rem) {
      --tw-scale-x: 32%;
      --tw-scale-y: 32%;
      --tw-scale-z: 32%;
      scale: var(--tw-scale-x) var(--tw-scale-y);
    }
  }
  .lg\:scale-33 {
    @media (width >= 64rem) {
      --tw-scale-x: 33%;
      --tw-scale-y: 33%;
      --tw-scale-z: 33%;
      scale: var(--tw-scale-x) var(--tw-scale-y);
    }
  }
  .lg\:scale-34 {
    @media (width >= 64rem) {
      --tw-scale-x: 34%;
      --tw-scale-y: 34%;
      --tw-scale-z: 34%;
      scale: var(--tw-scale-x) var(--tw-scale-y);
    }
  }
  .lg\:scale-35 {
    @media (width >= 64rem) {
      --tw-scale-x: 35%;
      --tw-scale-y: 35%;
      --tw-scale-z: 35%;
      scale: var(--tw-scale-x) var(--tw-scale-y);
    }
  }
  .lg\:scale-36 {
    @media (width >= 64rem) {
      --tw-scale-x: 36%;
      --tw-scale-y: 36%;
      --tw-scale-z: 36%;
      scale: var(--tw-scale-x) var(--tw-scale-y);
    }
  }
  .lg\:scale-37 {
    @media (width >= 64rem) {
      --tw-scale-x: 37%;
      --tw-scale-y: 37%;
      --tw-scale-z: 37%;
      scale: var(--tw-scale-x) var(--tw-scale-y);
    }
  }
  .lg\:scale-38 {
    @media (width >= 64rem) {
      --tw-scale-x: 38%;
      --tw-scale-y: 38%;
      --tw-scale-z: 38%;
      scale: var(--tw-scale-x) var(--tw-scale-y);
    }
  }
  .lg\:scale-39 {
    @media (width >= 64rem) {
      --tw-scale-x: 39%;
      --tw-scale-y: 39%;
      --tw-scale-z: 39%;
      scale: var(--tw-scale-x) var(--tw-scale-y);
    }
  }
  .lg\:scale-40 {
    @media (width >= 64rem) {
      --tw-scale-x: 40%;
      --tw-scale-y: 40%;
      --tw-scale-z: 40%;
      scale: var(--tw-scale-x) var(--tw-scale-y);
    }
  }
  .lg\:scale-41 {
    @media (width >= 64rem) {
      --tw-scale-x: 41%;
      --tw-scale-y: 41%;
      --tw-scale-z: 41%;
      scale: var(--tw-scale-x) var(--tw-scale-y);
    }
  }
  .lg\:scale-42 {
    @media (width >= 64rem) {
      --tw-scale-x: 42%;
      --tw-scale-y: 42%;
      --tw-scale-z: 42%;
      scale: var(--tw-scale-x) var(--tw-scale-y);
    }
  }
  .lg\:scale-43 {
    @media (width >= 64rem) {
      --tw-scale-x: 43%;
      --tw-scale-y: 43%;
      --tw-scale-z: 43%;
      scale: var(--tw-scale-x) var(--tw-scale-y);
    }
  }
  .lg\:scale-44 {
    @media (width >= 64rem) {
      --tw-scale-x: 44%;
      --tw-scale-y: 44%;
      --tw-scale-z: 44%;
      scale: var(--tw-scale-x) var(--tw-scale-y);
    }
  }
  .lg\:scale-45 {
    @media (width >= 64rem) {
      --tw-scale-x: 45%;
      --tw-scale-y: 45%;
      --tw-scale-z: 45%;
      scale: var(--tw-scale-x) var(--tw-scale-y);
    }
  }
  .lg\:scale-46 {
    @media (width >= 64rem) {
      --tw-scale-x: 46%;
      --tw-scale-y: 46%;
      --tw-scale-z: 46%;
      scale: var(--tw-scale-x) var(--tw-scale-y);
    }
  }
  .lg\:scale-47 {
    @media (width >= 64rem) {
      --tw-scale-x: 47%;
      --tw-scale-y: 47%;
      --tw-scale-z: 47%;
      scale: var(--tw-scale-x) var(--tw-scale-y);
    }
  }
  .lg\:scale-48 {
    @media (width >= 64rem) {
      --tw-scale-x: 48%;
      --tw-scale-y: 48%;
      --tw-scale-z: 48%;
      scale: var(--tw-scale-x) var(--tw-scale-y);
    }
  }
  .lg\:scale-49 {
    @media (width >= 64rem) {
      --tw-scale-x: 49%;
      --tw-scale-y: 49%;
      --tw-scale-z: 49%;
      scale: var(--tw-scale-x) var(--tw-scale-y);
    }
  }
  .lg\:scale-50 {
    @media (width >= 64rem) {
      --tw-scale-x: 50%;
      --tw-scale-y: 50%;
      --tw-scale-z: 50%;
      scale: var(--tw-scale-x) var(--tw-scale-y);
    }
  }
  .lg\:scale-51 {
    @media (width >= 64rem) {
      --tw-scale-x: 51%;
      --tw-scale-y: 51%;
      --tw-scale-z: 51%;
      scale: var(--tw-scale-x) var(--tw-scale-y);
    }
  }
  .lg\:scale-52 {
    @media (width >= 64rem) {
      --tw-scale-x: 52%;
      --tw-scale-y: 52%;
      --tw-scale-z: 52%;
      scale: var(--tw-scale-x) var(--tw-scale-y);
    }
  }
  .lg\:scale-53 {
    @media (width >= 64rem) {
      --tw-scale-x: 53%;
      --tw-scale-y: 53%;
      --tw-scale-z: 53%;
      scale: var(--tw-scale-x) var(--tw-scale-y);
    }
  }
  .lg\:scale-54 {
    @media (width >= 64rem) {
      --tw-scale-x: 54%;
      --tw-scale-y: 54%;
      --tw-scale-z: 54%;
      scale: var(--tw-scale-x) var(--tw-scale-y);
    }
  }
  .lg\:scale-55 {
    @media (width >= 64rem) {
      --tw-scale-x: 55%;
      --tw-scale-y: 55%;
      --tw-scale-z: 55%;
      scale: var(--tw-scale-x) var(--tw-scale-y);
    }
  }
  .lg\:scale-56 {
    @media (width >= 64rem) {
      --tw-scale-x: 56%;
      --tw-scale-y: 56%;
      --tw-scale-z: 56%;
      scale: var(--tw-scale-x) var(--tw-scale-y);
    }
  }
  .lg\:scale-57 {
    @media (width >= 64rem) {
      --tw-scale-x: 57%;
      --tw-scale-y: 57%;
      --tw-scale-z: 57%;
      scale: var(--tw-scale-x) var(--tw-scale-y);
    }
  }
  .lg\:scale-58 {
    @media (width >= 64rem) {
      --tw-scale-x: 58%;
      --tw-scale-y: 58%;
      --tw-scale-z: 58%;
      scale: var(--tw-scale-x) var(--tw-scale-y);
    }
  }
  .lg\:scale-59 {
    @media (width >= 64rem) {
      --tw-scale-x: 59%;
      --tw-scale-y: 59%;
      --tw-scale-z: 59%;
      scale: var(--tw-scale-x) var(--tw-scale-y);
    }
  }
  .lg\:scale-60 {
    @media (width >= 64rem) {
      --tw-scale-x: 60%;
      --tw-scale-y: 60%;
      --tw-scale-z: 60%;
      scale: var(--tw-scale-x) var(--tw-scale-y);
    }
  }
  .lg\:scale-61 {
    @media (width >= 64rem) {
      --tw-scale-x: 61%;
      --tw-scale-y: 61%;
      --tw-scale-z: 61%;
      scale: var(--tw-scale-x) var(--tw-scale-y);
    }
  }
  .lg\:scale-62 {
    @media (width >= 64rem) {
      --tw-scale-x: 62%;
      --tw-scale-y: 62%;
      --tw-scale-z: 62%;
      scale: var(--tw-scale-x) var(--tw-scale-y);
    }
  }
  .lg\:scale-63 {
    @media (width >= 64rem) {
      --tw-scale-x: 63%;
      --tw-scale-y: 63%;
      --tw-scale-z: 63%;
      scale: var(--tw-scale-x) var(--tw-scale-y);
    }
  }
  .lg\:scale-64 {
    @media (width >= 64rem) {
      --tw-scale-x: 64%;
      --tw-scale-y: 64%;
      --tw-scale-z: 64%;
      scale: var(--tw-scale-x) var(--tw-scale-y);
    }
  }
  .lg\:scale-65 {
    @media (width >= 64rem) {
      --tw-scale-x: 65%;
      --tw-scale-y: 65%;
      --tw-scale-z: 65%;
      scale: var(--tw-scale-x) var(--tw-scale-y);
    }
  }
  .lg\:scale-66 {
    @media (width >= 64rem) {
      --tw-scale-x: 66%;
      --tw-scale-y: 66%;
      --tw-scale-z: 66%;
      scale: var(--tw-scale-x) var(--tw-scale-y);
    }
  }
  .lg\:scale-67 {
    @media (width >= 64rem) {
      --tw-scale-x: 67%;
      --tw-scale-y: 67%;
      --tw-scale-z: 67%;
      scale: var(--tw-scale-x) var(--tw-scale-y);
    }
  }
  .lg\:scale-68 {
    @media (width >= 64rem) {
      --tw-scale-x: 68%;
      --tw-scale-y: 68%;
      --tw-scale-z: 68%;
      scale: var(--tw-scale-x) var(--tw-scale-y);
    }
  }
  .lg\:scale-69 {
    @media (width >= 64rem) {
      --tw-scale-x: 69%;
      --tw-scale-y: 69%;
      --tw-scale-z: 69%;
      scale: var(--tw-scale-x) var(--tw-scale-y);
    }
  }
  .lg\:scale-70 {
    @media (width >= 64rem) {
      --tw-scale-x: 70%;
      --tw-scale-y: 70%;
      --tw-scale-z: 70%;
      scale: var(--tw-scale-x) var(--tw-scale-y);
    }
  }
  .lg\:scale-71 {
    @media (width >= 64rem) {
      --tw-scale-x: 71%;
      --tw-scale-y: 71%;
      --tw-scale-z: 71%;
      scale: var(--tw-scale-x) var(--tw-scale-y);
    }
  }
  .lg\:scale-72 {
    @media (width >= 64rem) {
      --tw-scale-x: 72%;
      --tw-scale-y: 72%;
      --tw-scale-z: 72%;
      scale: var(--tw-scale-x) var(--tw-scale-y);
    }
  }
  .lg\:scale-73 {
    @media (width >= 64rem) {
      --tw-scale-x: 73%;
      --tw-scale-y: 73%;
      --tw-scale-z: 73%;
      scale: var(--tw-scale-x) var(--tw-scale-y);
    }
  }
  .lg\:scale-74 {
    @media (width >= 64rem) {
      --tw-scale-x: 74%;
      --tw-scale-y: 74%;
      --tw-scale-z: 74%;
      scale: var(--tw-scale-x) var(--tw-scale-y);
    }
  }
  .lg\:scale-75 {
    @media (width >= 64rem) {
      --tw-scale-x: 75%;
      --tw-scale-y: 75%;
      --tw-scale-z: 75%;
      scale: var(--tw-scale-x) var(--tw-scale-y);
    }
  }
  .lg\:scale-76 {
    @media (width >= 64rem) {
      --tw-scale-x: 76%;
      --tw-scale-y: 76%;
      --tw-scale-z: 76%;
      scale: var(--tw-scale-x) var(--tw-scale-y);
    }
  }
  .lg\:scale-77 {
    @media (width >= 64rem) {
      --tw-scale-x: 77%;
      --tw-scale-y: 77%;
      --tw-scale-z: 77%;
      scale: var(--tw-scale-x) var(--tw-scale-y);
    }
  }
  .lg\:scale-78 {
    @media (width >= 64rem) {
      --tw-scale-x: 78%;
      --tw-scale-y: 78%;
      --tw-scale-z: 78%;
      scale: var(--tw-scale-x) var(--tw-scale-y);
    }
  }
  .lg\:scale-79 {
    @media (width >= 64rem) {
      --tw-scale-x: 79%;
      --tw-scale-y: 79%;
      --tw-scale-z: 79%;
      scale: var(--tw-scale-x) var(--tw-scale-y);
    }
  }
  .lg\:scale-80 {
    @media (width >= 64rem) {
      --tw-scale-x: 80%;
      --tw-scale-y: 80%;
      --tw-scale-z: 80%;
      scale: var(--tw-scale-x) var(--tw-scale-y);
    }
  }
  .lg\:scale-81 {
    @media (width >= 64rem) {
      --tw-scale-x: 81%;
      --tw-scale-y: 81%;
      --tw-scale-z: 81%;
      scale: var(--tw-scale-x) var(--tw-scale-y);
    }
  }
  .lg\:scale-82 {
    @media (width >= 64rem) {
      --tw-scale-x: 82%;
      --tw-scale-y: 82%;
      --tw-scale-z: 82%;
      scale: var(--tw-scale-x) var(--tw-scale-y);
    }
  }
  .lg\:scale-83 {
    @media (width >= 64rem) {
      --tw-scale-x: 83%;
      --tw-scale-y: 83%;
      --tw-scale-z: 83%;
      scale: var(--tw-scale-x) var(--tw-scale-y);
    }
  }
  .lg\:scale-84 {
    @media (width >= 64rem) {
      --tw-scale-x: 84%;
      --tw-scale-y: 84%;
      --tw-scale-z: 84%;
      scale: var(--tw-scale-x) var(--tw-scale-y);
    }
  }
  .lg\:scale-85 {
    @media (width >= 64rem) {
      --tw-scale-x: 85%;
      --tw-scale-y: 85%;
      --tw-scale-z: 85%;
      scale: var(--tw-scale-x) var(--tw-scale-y);
    }
  }
  .lg\:scale-86 {
    @media (width >= 64rem) {
      --tw-scale-x: 86%;
      --tw-scale-y: 86%;
      --tw-scale-z: 86%;
      scale: var(--tw-scale-x) var(--tw-scale-y);
    }
  }
  .lg\:scale-87 {
    @media (width >= 64rem) {
      --tw-scale-x: 87%;
      --tw-scale-y: 87%;
      --tw-scale-z: 87%;
      scale: var(--tw-scale-x) var(--tw-scale-y);
    }
  }
  .lg\:scale-88 {
    @media (width >= 64rem) {
      --tw-scale-x: 88%;
      --tw-scale-y: 88%;
      --tw-scale-z: 88%;
      scale: var(--tw-scale-x) var(--tw-scale-y);
    }
  }
  .lg\:scale-89 {
    @media (width >= 64rem) {
      --tw-scale-x: 89%;
      --tw-scale-y: 89%;
      --tw-scale-z: 89%;
      scale: var(--tw-scale-x) var(--tw-scale-y);
    }
  }
  .lg\:scale-90 {
    @media (width >= 64rem) {
      --tw-scale-x: 90%;
      --tw-scale-y: 90%;
      --tw-scale-z: 90%;
      scale: var(--tw-scale-x) var(--tw-scale-y);
    }
  }
  .lg\:scale-91 {
    @media (width >= 64rem) {
      --tw-scale-x: 91%;
      --tw-scale-y: 91%;
      --tw-scale-z: 91%;
      scale: var(--tw-scale-x) var(--tw-scale-y);
    }
  }
  .lg\:scale-92 {
    @media (width >= 64rem) {
      --tw-scale-x: 92%;
      --tw-scale-y: 92%;
      --tw-scale-z: 92%;
      scale: var(--tw-scale-x) var(--tw-scale-y);
    }
  }
  .lg\:scale-93 {
    @media (width >= 64rem) {
      --tw-scale-x: 93%;
      --tw-scale-y: 93%;
      --tw-scale-z: 93%;
      scale: var(--tw-scale-x) var(--tw-scale-y);
    }
  }
  .lg\:scale-94 {
    @media (width >= 64rem) {
      --tw-scale-x: 94%;
      --tw-scale-y: 94%;
      --tw-scale-z: 94%;
      scale: var(--tw-scale-x) var(--tw-scale-y);
    }
  }
  .lg\:scale-95 {
    @media (width >= 64rem) {
      --tw-scale-x: 95%;
      --tw-scale-y: 95%;
      --tw-scale-z: 95%;
      scale: var(--tw-scale-x) var(--tw-scale-y);
    }
  }
  .lg\:scale-96 {
    @media (width >= 64rem) {
      --tw-scale-x: 96%;
      --tw-scale-y: 96%;
      --tw-scale-z: 96%;
      scale: var(--tw-scale-x) var(--tw-scale-y);
    }
  }
  .lg\:scale-97 {
    @media (width >= 64rem) {
      --tw-scale-x: 97%;
      --tw-scale-y: 97%;
      --tw-scale-z: 97%;
      scale: var(--tw-scale-x) var(--tw-scale-y);
    }
  }
  .lg\:scale-98 {
    @media (width >= 64rem) {
      --tw-scale-x: 98%;
      --tw-scale-y: 98%;
      --tw-scale-z: 98%;
      scale: var(--tw-scale-x) var(--tw-scale-y);
    }
  }
  .lg\:scale-99 {
    @media (width >= 64rem) {
      --tw-scale-x: 99%;
      --tw-scale-y: 99%;
      --tw-scale-z: 99%;
      scale: var(--tw-scale-x) var(--tw-scale-y);
    }
  }
  .lg\:scale-100 {
    @media (width >= 64rem) {
      --tw-scale-x: 100%;
      --tw-scale-y: 100%;
      --tw-scale-z: 100%;
      scale: var(--tw-scale-x) var(--tw-scale-y);
    }
  }
  .lg\:scale-120\! {
    @media (width >= 64rem) {
      --tw-scale-x: 120% !important;
      --tw-scale-y: 120% !important;
      --tw-scale-z: 120% !important;
      scale: var(--tw-scale-x) var(--tw-scale-y) !important;
    }
  }
  .lg\:snap-none {
    @media (width >= 64rem) {
      scroll-snap-type: none;
    }
  }
  .lg\:snap-align-none {
    @media (width >= 64rem) {
      scroll-snap-align: none;
    }
  }
  .lg\:grid-cols-6 {
    @media (width >= 64rem) {
      grid-template-columns: repeat(6, minmax(0, 1fr));
    }
  }
  .lg\:flex-col {
    @media (width >= 64rem) {
      flex-direction: column;
    }
  }
  .lg\:flex-row {
    @media (width >= 64rem) {
      flex-direction: row;
    }
  }
  .lg\:items-center {
    @media (width >= 64rem) {
      align-items: center;
    }
  }
  .lg\:items-start {
    @media (width >= 64rem) {
      align-items: flex-start;
    }
  }
  .lg\:justify-between {
    @media (width >= 64rem) {
      justify-content: space-between;
    }
  }
  .lg\:justify-end {
    @media (width >= 64rem) {
      justify-content: flex-end;
    }
  }
  .lg\:justify-start {
    @media (width >= 64rem) {
      justify-content: flex-start;
    }
  }
  .lg\:gap-0 {
    @media (width >= 64rem) {
      gap: calc(var(--spacing) * 0);
    }
  }
  .lg\:gap-8 {
    @media (width >= 64rem) {
      gap: calc(var(--spacing) * 8);
    }
  }
  .lg\:gap-10 {
    @media (width >= 64rem) {
      gap: calc(var(--spacing) * 10);
    }
  }
  .lg\:gap-20 {
    @media (width >= 64rem) {
      gap: calc(var(--spacing) * 20);
    }
  }
  .lg\:gap-\[28px\] {
    @media (width >= 64rem) {
      gap: 28px;
    }
  }
  .lg\:gap-\[60px\] {
    @media (width >= 64rem) {
      gap: 60px;
    }
  }
  .lg\:gap-\[80px\] {
    @media (width >= 64rem) {
      gap: 80px;
    }
  }
  .lg\:gap-y-\[22px\] {
    @media (width >= 64rem) {
      row-gap: 22px;
    }
  }
  .lg\:self-start {
    @media (width >= 64rem) {
      align-self: flex-start;
    }
  }
  .lg\:overflow-visible {
    @media (width >= 64rem) {
      overflow: visible;
    }
  }
  .lg\:overflow-x-visible {
    @media (width >= 64rem) {
      overflow-x: visible;
    }
  }
  .lg\:overflow-y-auto {
    @media (width >= 64rem) {
      overflow-y: auto;
    }
  }
  .lg\:border-r {
    @media (width >= 64rem) {
      border-right-style: var(--tw-border-style);
      border-right-width: 1px;
    }
  }
  .lg\:border-b-0 {
    @media (width >= 64rem) {
      border-bottom-style: var(--tw-border-style);
      border-bottom-width: 0px;
    }
  }
  .lg\:bg-transparent {
    @media (width >= 64rem) {
      background-color: transparent;
    }
  }
  .lg\:object-contain {
    @media (width >= 64rem) {
      object-fit: contain;
    }
  }
  .lg\:p-0 {
    @media (width >= 64rem) {
      padding: calc(var(--spacing) * 0);
    }
  }
  .lg\:p-0\! {
    @media (width >= 64rem) {
      padding: calc(var(--spacing) * 0) !important;
    }
  }
  .lg\:p-8 {
    @media (width >= 64rem) {
      padding: calc(var(--spacing) * 8);
    }
  }
  .lg\:p-10 {
    @media (width >= 64rem) {
      padding: calc(var(--spacing) * 10);
    }
  }
  .lg\:p-\[28px\] {
    @media (width >= 64rem) {
      padding: 28px;
    }
  }
  .lg\:p-\[60px\] {
    @media (width >= 64rem) {
      padding: 60px;
    }
  }
  .lg\:px-0 {
    @media (width >= 64rem) {
      padding-inline: calc(var(--spacing) * 0);
    }
  }
  .lg\:px-0\! {
    @media (width >= 64rem) {
      padding-inline: calc(var(--spacing) * 0) !important;
    }
  }
  .lg\:px-8 {
    @media (width >= 64rem) {
      padding-inline: calc(var(--spacing) * 8);
    }
  }
  .lg\:px-12 {
    @media (width >= 64rem) {
      padding-inline: calc(var(--spacing) * 12);
    }
  }
  .lg\:px-15 {
    @media (width >= 64rem) {
      padding-inline: calc(var(--spacing) * 15);
    }
  }
  .lg\:px-25 {
    @media (width >= 64rem) {
      padding-inline: calc(var(--spacing) * 25);
    }
  }
  .lg\:px-\[20px\] {
    @media (width >= 64rem) {
      padding-inline: 20px;
    }
  }
  .lg\:px-\[60px\] {
    @media (width >= 64rem) {
      padding-inline: 60px;
    }
  }
  .lg\:px-\[62px\] {
    @media (width >= 64rem) {
      padding-inline: 62px;
    }
  }
  .lg\:px-\[80px\] {
    @media (width >= 64rem) {
      padding-inline: 80px;
    }
  }
  .lg\:px-\[83px\] {
    @media (width >= 64rem) {
      padding-inline: 83px;
    }
  }
  .lg\:px-\[100px\] {
    @media (width >= 64rem) {
      padding-inline: 100px;
    }
  }
  .lg\:py-0\! {
    @media (width >= 64rem) {
      padding-block: calc(var(--spacing) * 0) !important;
    }
  }
  .lg\:py-\[0px\] {
    @media (width >= 64rem) {
      padding-block: 0px;
    }
  }
  .lg\:py-\[8px\] {
    @media (width >= 64rem) {
      padding-block: 8px;
    }
  }
  .lg\:py-\[20px\] {
    @media (width >= 64rem) {
      padding-block: 20px;
    }
  }
  .lg\:py-\[60px\] {
    @media (width >= 64rem) {
      padding-block: 60px;
    }
  }
  .lg\:py-\[60px\]\! {
    @media (width >= 64rem) {
      padding-block: 60px !important;
    }
  }
  .lg\:py-\[100px\] {
    @media (width >= 64rem) {
      padding-block: 100px;
    }
  }
  .lg\:py-\[100px\]\! {
    @media (width >= 64rem) {
      padding-block: 100px !important;
    }
  }
  .lg\:py-\[160px\] {
    @media (width >= 64rem) {
      padding-block: 160px;
    }
  }
  .lg\:pe-5 {
    @media (width >= 64rem) {
      padding-inline-end: calc(var(--spacing) * 5);
    }
  }
  .lg\:pe-10 {
    @media (width >= 64rem) {
      padding-inline-end: calc(var(--spacing) * 10);
    }
  }
  .lg\:pt-0 {
    @media (width >= 64rem) {
      padding-top: calc(var(--spacing) * 0);
    }
  }
  .lg\:pt-0\! {
    @media (width >= 64rem) {
      padding-top: calc(var(--spacing) * 0) !important;
    }
  }
  .lg\:pt-16 {
    @media (width >= 64rem) {
      padding-top: calc(var(--spacing) * 16);
    }
  }
  .lg\:pt-25\! {
    @media (width >= 64rem) {
      padding-top: calc(var(--spacing) * 25) !important;
    }
  }
  .lg\:pt-\[0\] {
    @media (width >= 64rem) {
      padding-top: 0;
    }
  }
  .lg\:pt-\[32px\] {
    @media (width >= 64rem) {
      padding-top: 32px;
    }
  }
  .lg\:pt-\[40px\] {
    @media (width >= 64rem) {
      padding-top: 40px;
    }
  }
  .lg\:pt-\[80px\] {
    @media (width >= 64rem) {
      padding-top: 80px;
    }
  }
  .lg\:pt-\[80px\]\! {
    @media (width >= 64rem) {
      padding-top: 80px !important;
    }
  }
  .lg\:pt-\[100px\] {
    @media (width >= 64rem) {
      padding-top: 100px;
    }
  }
  .lg\:pt-\[160px\] {
    @media (width >= 64rem) {
      padding-top: 160px;
    }
  }
  .lg\:pr-0 {
    @media (width >= 64rem) {
      padding-right: calc(var(--spacing) * 0);
    }
  }
  .lg\:pr-8 {
    @media (width >= 64rem) {
      padding-right: calc(var(--spacing) * 8);
    }
  }
  .lg\:pr-21 {
    @media (width >= 64rem) {
      padding-right: calc(var(--spacing) * 21);
    }
  }
  .lg\:pr-22 {
    @media (width >= 64rem) {
      padding-right: calc(var(--spacing) * 22);
    }
  }
  .lg\:pr-24 {
    @media (width >= 64rem) {
      padding-right: calc(var(--spacing) * 24);
    }
  }
  .lg\:pr-30 {
    @media (width >= 64rem) {
      padding-right: calc(var(--spacing) * 30);
    }
  }
  .lg\:pr-\[40px\]\! {
    @media (width >= 64rem) {
      padding-right: 40px !important;
    }
  }
  .lg\:pr-\[60px\] {
    @media (width >= 64rem) {
      padding-right: 60px;
    }
  }
  .lg\:pr-\[100px\] {
    @media (width >= 64rem) {
      padding-right: 100px;
    }
  }
  .lg\:pb-20 {
    @media (width >= 64rem) {
      padding-bottom: calc(var(--spacing) * 20);
    }
  }
  .lg\:pb-\[28px\] {
    @media (width >= 64rem) {
      padding-bottom: 28px;
    }
  }
  .lg\:pb-\[40px\] {
    @media (width >= 64rem) {
      padding-bottom: 40px;
    }
  }
  .lg\:pb-\[60px\] {
    @media (width >= 64rem) {
      padding-bottom: 60px;
    }
  }
  .lg\:pb-\[80px\] {
    @media (width >= 64rem) {
      padding-bottom: 80px;
    }
  }
  .lg\:pb-\[100px\] {
    @media (width >= 64rem) {
      padding-bottom: 100px;
    }
  }
  .lg\:pb-\[160px\] {
    @media (width >= 64rem) {
      padding-bottom: 160px;
    }
  }
  .lg\:pb-\[180px\]\! {
    @media (width >= 64rem) {
      padding-bottom: 180px !important;
    }
  }
  .lg\:pb-\[200px\] {
    @media (width >= 64rem) {
      padding-bottom: 200px;
    }
  }
  .lg\:pb-\[260px\] {
    @media (width >= 64rem) {
      padding-bottom: 260px;
    }
  }
  .lg\:pl-0 {
    @media (width >= 64rem) {
      padding-left: calc(var(--spacing) * 0);
    }
  }
  .lg\:pl-8 {
    @media (width >= 64rem) {
      padding-left: calc(var(--spacing) * 8);
    }
  }
  .lg\:pl-10 {
    @media (width >= 64rem) {
      padding-left: calc(var(--spacing) * 10);
    }
  }
  .lg\:pl-25 {
    @media (width >= 64rem) {
      padding-left: calc(var(--spacing) * 25);
    }
  }
  .lg\:pl-\[20px\] {
    @media (width >= 64rem) {
      padding-left: 20px;
    }
  }
  .lg\:pl-\[60px\] {
    @media (width >= 64rem) {
      padding-left: 60px;
    }
  }
  .lg\:pl-\[60px\]\! {
    @media (width >= 64rem) {
      padding-left: 60px !important;
    }
  }
  .lg\:text-left {
    @media (width >= 64rem) {
      text-align: left;
    }
  }
  .lg\:text-left\! {
    @media (width >= 64rem) {
      text-align: left !important;
    }
  }
  .lg\:text-\[15px\] {
    @media (width >= 64rem) {
      font-size: 15px;
    }
  }
  .xl\:mt-0 {
    @media (width >= 80rem) {
      margin-top: calc(var(--spacing) * 0);
    }
  }
  .xl\:mt-\[-160px\] {
    @media (width >= 80rem) {
      margin-top: -160px;
    }
  }
  .xl\:flex {
    @media (width >= 80rem) {
      display: flex;
    }
  }
  .xl\:hidden {
    @media (width >= 80rem) {
      display: none;
    }
  }
  .xl\:w-9\/12 {
    @media (width >= 80rem) {
      width: calc(9/12 * 100%);
    }
  }
  .xl\:w-\[310px\] {
    @media (width >= 80rem) {
      width: 310px;
    }
  }
  .xl\:w-\[387px\] {
    @media (width >= 80rem) {
      width: 387px;
    }
  }
  .xl\:w-\[414px\] {
    @media (width >= 80rem) {
      width: 414px;
    }
  }
  .xl\:translate-x-\[-124px\] {
    @media (width >= 80rem) {
      --tw-translate-x: -124px;
      translate: var(--tw-translate-x) var(--tw-translate-y);
    }
  }
  .xl\:translate-y-\[25\%\] {
    @media (width >= 80rem) {
      --tw-translate-y: 25%;
      translate: var(--tw-translate-x) var(--tw-translate-y);
    }
  }
  .xl\:flex-row {
    @media (width >= 80rem) {
      flex-direction: row;
    }
  }
  .xl\:px-\[80px\] {
    @media (width >= 80rem) {
      padding-inline: 80px;
    }
  }
  .xl\:py-\[80px\] {
    @media (width >= 80rem) {
      padding-block: 80px;
    }
  }
  .xl\:pt-\[80px\] {
    @media (width >= 80rem) {
      padding-top: 80px;
    }
  }
  .xl\:pr-0 {
    @media (width >= 80rem) {
      padding-right: calc(var(--spacing) * 0);
    }
  }
  .xl\:pr-\[120px\] {
    @media (width >= 80rem) {
      padding-right: 120px;
    }
  }
  .xl\:pb-\[100px\] {
    @media (width >= 80rem) {
      padding-bottom: 100px;
    }
  }
  .\32 xl\:-mr-\[60px\] {
    @media (width >= 96rem) {
      margin-right: calc(60px * -1);
    }
  }
  .\32 xl\:pl-\[60px\] {
    @media (width >= 96rem) {
      padding-left: 60px;
    }
  }
  .intersect\:animate-fade-up {
    &:not([no-intersect]) {
      animation: var(--animate-fade-up);
    }
  }
  .intersect\:animate-delay-\[700ms\] {
    &:not([no-intersect]) {
      animation-delay: 700ms;
    }
  }
}
:root {
  --font-family-primary: "figtree", sans-serif;
  --font-family-secondary: "battery-park", sans-serif;
  --font-family-display: "Roboto", sans-serif;
  --font-family-neue-montreal: "PP Neue Montreal", sans-serif;
  --color-primary: #B02028;
  --color-secondary: #2D1A46;
  --color-tertiary: #D6B133;
  --color-light-blue: #96ACC0;
  --color-pink: #6C0733;
  --color-light-pink: #DB9EB4;
  --color-white: rgb(255 255 255);
}
@layer components {
  .container {
    @media (width >= 40rem) {
      max-width: 100% !important;
    }
    @media (width >= 48rem) {
      max-width: 100% !important;
    }
    @media (width >= 64rem) {
      max-width: 100% !important;
    }
    @media (width >= 80rem) {
      max-width: 100% !important;
    }
    @media (width >= 96rem) {
      max-width: 100% !important;
    }
    @media (width >= 48rem) {
      padding-inline: 40px !important;
    }
    @media (width >= 96rem) {
      padding-inline: 60px !important;
    }
  }
  .menu-image-shadow-strong {
    filter: drop-shadow(9px 21px 15px rgba(0, 0, 0, 0.5));
  }
  .btn {
    border-radius: 0;
    display: inline-flex;
    align-items: center;
    padding: 12px 16px;
    font-weight: 500 !important;
    color: var(--color-white);
    transition: background-color 0.3s ease, color 0.3s ease, border-color 0.3s ease;
    &:hover {
      @media (hover: hover) {
        cursor: pointer;
      }
    }
    svg {
      transition: transform 0.3s ease;
      flex-shrink: 0;
      margin-left: 8px;
      .arrow-group {
        transition: transform 0.3s ease;
        transform-origin: center;
      }
    }
    &[target="_blank"] svg {
      transform: rotate(-45deg);
    }
    &[href^="tel:"], &[href^="mailto:"] {
      svg {
        margin-left: 0;
        margin-right: 8px;
      }
      &:hover {
        background: var(--color-white);
        border-color: var(--color-white);
        color: var(--color-primary);
        svg {
          path {
            fill: var(--color-primary);
          }
        }
      }
    }
    &[href^="mailto:"] {
      svg {
        margin-top: 7px;
      }
    }
    &:hover svg .arrow-group {
      transform: translateX(2px);
    }
    &:hover svg.down-arrow .arrow-group {
      transform: translateY(2px);
    }
    &[target="_blank"]:hover svg .arrow-group {
      transform: rotate(45deg) translateX(2px);
    }
  }
}
.prev {
  svg {
    margin-right: 8px;
    margin-left: 0;
  }
}
@layer components {
  .gform_wrapper {
    .gfield:not(.gfield--input-type-fileupload):not(.gfield--type-radio):not(.gfield--type-checkbox):not(.gfield--type-select) {
      .ginput_container {
        position: relative;
      }
    }
    label, .gfield_label {
      color: var(--color-blue);
      font-weight: 400;
      font-size: 13px;
      line-height: 1.4;
      opacity: 0.7;
      margin-bottom: 8px;
      display: inline-block;
    }
    .gfield:not(.gfield--input-type-fileupload):not(.gfield--type-radio):not(.gfield--type-checkbox):not(.gfield--type-select):not(.gfield--type-textarea) {
      position: relative;
      .gfield_label {
        position: absolute;
        left: 20px;
        top: 50%;
        transform: translateY(-50%);
        margin-bottom: 0;
        pointer-events: none;
        transition: all 0.3s ease;
        font-size: 15px;
        color: var(--color-blue);
        z-index: 2;
        padding: 0 4px;
        line-height: 1;
      }
      .ginput_container {
        position: relative;
      }
      .ginput_container .gfield_label {
        position: absolute;
        left: 20px;
        top: 50%;
        transform: translateY(-50%);
        margin-bottom: 0;
        pointer-events: none;
        transition: all 0.3s ease;
        font-size: 15px;
        color: var(--color-blue);
        z-index: 2;
        padding: 0 !important;
        line-height: 1;
      }
      input[type="text"], input[type="email"], input[type="tel"], input[type="url"], input[type="number"], input[type="password"], .ginput_container input:not([type="radio"],[type="checkbox"]) {
        padding-top: 32px;
        padding-bottom: 6px;
        position: relative;
        z-index: 1;
        transition: border-color 0.2s ease, background-color 0.2s ease;
      }
      .ginput_container input::placeholder {
        color: transparent;
      }
      .ginput_container input:focus::placeholder {
        color: transparent;
      }
      .ginput_container input:focus {
        border-color: var(--color-blue);
        outline: none;
      }
      &.gfield--focused, &.gfield--has-value {
        .gfield_label, .ginput_container .gfield_label {
          top: 12px;
          transform: none;
          font-size: 11px;
          color: var(--color-blue);
          font-weight: 400;
        }
      }
    }
    .gfield--type-textarea {
      position: relative;
      .gfield_label {
        position: absolute;
        left: 20px;
        top: 20px;
        margin-bottom: 0;
        pointer-events: none;
        transition: all 0.3s ease;
        font-size: 15px;
        color: var(--color-gray-600);
        z-index: 2;
        background-color: var(--color-white);
        padding: 0 4px;
        line-height: 1;
      }
      .ginput_container {
        position: relative;
      }
      .ginput_container .gfield_label {
        position: absolute;
        left: 20px;
        top: 20px;
        margin-bottom: 0;
        pointer-events: none;
        transition: all 0.3s ease;
        font-size: 15px;
        color: var(--color-gray-600);
        z-index: 2;
        background-color: var(--color-white);
        line-height: 1;
      }
      textarea, .ginput_container textarea {
        padding-top: 32px;
        position: relative;
        z-index: 1;
        transition: border-color 0.2s ease, background-color 0.2s ease;
      }
      .ginput_container textarea::placeholder {
        color: transparent;
      }
      .ginput_container textarea:focus::placeholder {
        color: transparent;
      }
      .ginput_container textarea:focus {
        border-color: var(--color-blue);
        outline: none;
      }
      &.gfield--focused, &.gfield--has-value {
        .gfield_label, .ginput_container .gfield_label {
          top: 12px;
          transform: none;
          font-size: 11px;
          color: var(--color-blue);
          font-weight: 400;
          padding: 0 !important;
        }
      }
    }
    .gfield--type-select {
      width: 100%;
      position: relative;
      .ginput_container {
        position: relative;
      }
      select {
        position: absolute;
        inset: 0;
        width: 100%;
        height: 100%;
        opacity: 0;
        pointer-events: none;
      }
      .ms-select {
        position: relative;
        width: 100%;
      }
      .ms-select__trigger {
        display: flex;
        align-items: center;
        justify-content: space-between;
        width: 100%;
        height: 59px;
        padding: 0 12px 0 12px;
        background-color: var(--color-white);
        border: 1px solid var(--color-light-blue);
        border-radius: 0;
        color: var(--color-blue);
        font-weight: 400;
        text-align: left;
        cursor: pointer;
        transition: border-color 0.2s ease, background-color 0.2s ease;
      }
      .ms-select__trigger:focus {
        outline: none;
        border-color: var(--color-blue);
      }
      .ms-select__label {
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
      }
      .ms-select__icon {
        width: 14px;
        height: 8px;
        background-image: url('data:image/svg+xml;utf8,<svg width="14" height="8" viewBox="0 0 14 8" xmlns="http://www.w3.org/2000/svg"><path d="M1 1.5L7 6.5L13 1.5" stroke="%23092354" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"/></svg>');
        background-repeat: no-repeat;
        background-position: center;
        background-size: 14px 8px;
        flex: 0 0 14px;
      }
      .ms-select.is-open .ms-select__icon {
        transform: rotate(180deg);
      }
      .ms-select__dropdown {
        position: absolute;
        z-index: 10;
        top: calc(100% + 4px);
        left: 0;
        width: 100%;
        background-color: var(--color-white);
        border: 1px solid var(--color-light-blue);
        box-shadow: 0 8px 24px rgba(0,0,0,0.08);
        border-radius: 0;
        max-height: 264px;
        overflow-y: auto;
        padding: 4px;
        display: none;
      }
      .ms-select.is-open .ms-select__dropdown {
        display: block;
      }
      .ms-select__option {
        padding: 10px 12px;
        cursor: pointer;
        color: var(--color-blue);
        transition: background-color 0.15s ease, color 0.15s ease;
      }
      .ms-select__option[aria-disabled="true"] {
        opacity: 0.5;
        cursor: not-allowed;
      }
      .ms-select__option:hover {
        background-color: var(--color-blue-50);
      }
      .ms-select__option.is-selected {
        background-color: var(--color-light-pink);
        color: var(--color-pink);
      }
      .gfield_label {
        position: absolute;
        left: 20px;
        margin-bottom: 0;
        pointer-events: none;
        transition: all 0.2s ease;
        font-size: 15px;
        color: var(--color-gray-600);
        z-index: 2;
        background-color: var(--color-white);
        line-height: 1;
      }
      &:not(.gfield--focused):not(.gfield--has-value) {
        .gfield_label {
          top: 50%;
          transform: translateY(-50%);
          font-weight: 400;
        }
      }
      &.gfield--focused, &.gfield--has-value {
        .gfield_label {
          top: 12px;
          transform: none;
          font-size: 11px;
          color: var(--color-blue);
          font-weight: 400;
        }
      }
    }
    .gf_progressbar_wrapper {
      .gf_progressbar {
        background-color: var(--color-gray-200);
        border-radius: 4px;
        height: 10px;
        width: 100%;
      }
      .gf_progressbar_percentage {
        background-color: var(--color-red-600);
        height: 10px;
        border-radius: 4px;
      }
      .gf_progressbar {
        margin: 10px 0;
        span {
          display: none;
        }
      }
    }
    .gform-page-footer {
      margin-top: 24px;
    }
    .gfield_description {
      margin-bottom: 12px;
    }
    input[type="text"], input[type="email"], input[type="tel"], input[type="url"], input[type="number"], input[type="password"], select, textarea, .ginput_container input:not([type="radio"],[type="checkbox"]), .ginput_container select, .ginput_container textarea {
      background-color: var(--color-white);
      border: 1px solid var(--color-light-blue);
      border-radius: 0;
      color: var(--color-blue);
      width: 100%;
      padding: 0 20px;
      height: 59px;
      font-weight: 400;
    }
    textarea, .ginput_container textarea {
      height: 200px;
      padding-top: 12px;
      padding-bottom: 12px;
      resize: vertical;
    }
    .gfield--input-type-fileupload {
      .gfield_label {
        color: var(--color-blue);
        font-family: var(--font-family-primary);
        font-weight: 400;
        font-size: 13px;
        line-height: 1.4;
        margin-bottom: 8px;
        display: block;
      }
      .gfield_description {
        color: var(--color-blue);
        font-family: var(--font-family-primary);
        font-weight: 400;
        font-size: 13px;
        line-height: 1.4;
        margin-top: 8px;
        display: block;
      }
      .ginput_container {
        position: relative;
      }
      .gform_radio {
        display: flex;
        align-items: center;
        gap: 8px;
        label {
          font-size: 13px;
          line-height: 1.4;
        }
        input[type="radio"] {
          width: 16px;
          height: 16px;
          border-radius: 50%;
          border: 1px solid var(--color-gray-200);
          background-color: var(--color-white);
        }
      }
      .gform_drop_area {
        background-color: var(--color-white);
        border: 1px dashed #b3c0c6;
        border-radius: 4px;
        height: 127px;
        display: flex;
        align-items: center;
        justify-content: space-between;
        position: relative;
        padding: 40px 40px;
        padding-left: 80px;
        text-align: center;
        transition: border-color 0.3s ease;
        &:hover {
          border-color: var(--color-blue);
        }
        &::before {
          content: '';
          position: absolute;
          left: 40px;
          top: 50%;
          transform: translateY(-50%);
          width: 24px;
          height: 24px;
          background-image: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="15" height="20" viewBox="0 0 15 20" fill="none"><path d="M8.75 0H0V20H15V6.25H8.75V0ZM10 0V5H15L10 0ZM8.4375 15.9375V16.875H6.5625V15.9375V11.9492L5.35156 13.1602L4.6875 13.8242L3.36328 12.5L4.02734 11.8359L6.83984 9.02344L7.50391 8.35938L8.16797 9.02344L10.9805 11.8359L11.6445 12.5L10.3125 13.8242L9.64844 13.1602L8.4375 11.9492V15.9375Z" fill="%23092354"/></svg>');
          background-repeat: no-repeat;
          background-size: contain;
        }
      }
      .gform_drop_instructions {
        color: var(--color-blue);
        font-family: var(--font-family-primary);
        font-weight: 500;
        font-size: 15px;
        line-height: 1.5;
        margin-right: 8px;
      }
      .gform_button_select_files {
        background-color: var(--color-white);
        border: 1px solid #d6dde1;
        border-radius: 4px;
        padding: 12px 16px;
        font-family: var(--font-family-primary);
        font-weight: 500;
        font-size: 15px;
        line-height: 1.5;
        color: var(--color-blue);
        cursor: pointer;
        transition: all 0.3s ease;
        position: relative;
        z-index: 2;
        &:hover {
          border-color: var(--color-blue);
          background-color: var(--color-blue-50);
        }
        &:focus {
          outline: 2px solid var(--color-blue);
          outline-offset: 2px;
        }
      }
      .moxie-shim {
        position: absolute !important;
        top: 0 !important;
        left: 0 !important;
        width: 100% !important;
        height: 100% !important;
        opacity: 0 !important;
        z-index: 3 !important;
        cursor: pointer !important;
      }
      .gform_fileupload_rules {
        color: var(--color-gray-600);
        font-size: 12px;
        margin-top: 8px;
        display: block;
      }
      .ginput_preview_list {
        margin-top: 16px;
        li {
          background-color: var(--color-gray-50);
          border: 1px solid var(--color-gray-200);
          border-radius: 4px;
          padding: 8px 12px;
          margin-bottom: 8px;
          display: flex;
          align-items: center;
          justify-content: space-between;
        }
      }
    }
    .gform_fields {
      display: grid;
      gap: 24px 24px;
    }
    @media (min-width: 1024px) {
      .gform_fields {
        display: flex;
        flex-wrap: wrap;
        .gfield--width-half {
          width: calc(50% - 12px);
        }
        .gfield--width-full {
          width: 100%;
        }
        .gfield--width-third {
          width: calc(33.33% - 16px);
        }
        .gfield--width-two-thirds {
          width: calc(66.66% - 16px);
        }
        .ginput_complex {
          display: flex;
          flex-wrap: wrap;
          gap: 24px;
          .ginput_container {
            width: 100%;
          }
        }
      }
      .gfield--type-textarea, .gfield.contains-textarea {
        grid-column: 1 / -1;
      }
    }
    .gform_validation_errors {
      background-color: var(--color-red-50) !important;
      border: 1px solid var(--color-red-200) !important;
      border-radius: 4px !important;
      color: var(--color-red-900) !important;
      padding: 16px !important;
      margin-bottom: 20px !important;
      h2 {
        color: var(--color-red-900) !important;
        font-size: 15px !important;
        font-weight: 600 !important;
        margin: 0 0 8px 0 !important;
        line-height: 1.4 !important;
      }
      ol {
        margin: 0 !important;
        padding-left: 18px !important;
        li {
          margin: 4px 0 !important;
          a {
            color: var(--color-red-800) !important;
            text-decoration: underline !important;
            &:hover {
              color: var(--color-red-900) !important;
            }
          }
        }
      }
    }
    .gfield.gfield_error {
      .gfield_label {
        color: var(--color-red-900) !important;
      }
      .ginput_container input, .ginput_container select, .ginput_container textarea {
        border-color: var(--color-red-400) !important;
        background-color: var(--color-red-50) !important;
      }
    }
    input[aria-invalid="true"], select[aria-invalid="true"], textarea[aria-invalid="true"] {
      border-color: var(--color-red-400) !important;
      background-color: var(--color-red-50) !important;
    }
    .gfield_description.validation_message, .validation_message {
      color: var(--color-red-900) !important;
      font-size: 12px !important;
      line-height: 1.4 !important;
      margin-top: 6px !important;
    }
    .gfield_required {
      color: var(--color-red-600) !important;
    }
  }
  .gform-footer {
    margin-top: 28px;
  }
}
* {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
body {
  font-family: var(--font-family-primary);
  color: var(--color-primary);
  background-color: #EDE2D0;
  line-height: 1.5;
  font-size: clamp(.875rem, calc(.0952vw + .8518rem), .9375rem);
  font-weight: 400;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  overflow-x: hidden;
}
.bg-gradient-pink {
  background: conic-gradient(from 180deg at 50% 50%, #08334A 0deg, #421325 180deg, #08334A 360deg);
}
.display-large {
  font-family: var(--font-family-secondary);
  font-weight: 400;
  font-size: clamp(120px, 15vw, 240px);
  line-height: 0.9;
  letter-spacing: clamp(-4.8px, -0.3vw, -9.6px);
}
.display-medium {
  font-family: var(--font-family-neue-montreal);
  font-weight: 500;
  font-size: clamp(35px, 4.3vw, 69px);
  line-height: 1.2;
}
.display-small {
  font-family: var(--font-family-neue-montreal);
  font-weight: 500;
  font-size: clamp(29px, 3.6vw, 58px);
  line-height: 1.2;
}
h1, h2, h3, .headline-large, .headline-medium, .headline-small {
  position: relative;
}
h1, .headline-large {
  font-family: var(--font-family-secondary);
  font-weight: 400;
  font-size: clamp(66px, calc(52.521px + 4.212vw), 120px);
  line-height: 0.9;
  letter-spacing: clamp(-2.64px, -0.3vw, -4.8px);
}
h2, .headline-medium {
  font-family: var(--font-family-secondary);
  font-weight: 400;
  font-size: clamp(66px, calc(52.521px + 4.212vw), 120px);
  line-height: 0.9;
  letter-spacing: clamp(-2.64px, -0.3vw, -4.8px);
}
h3, .headline-small {
  font-family: var(--font-family-primary);
  font-size: clamp(40px, calc(35.008px + 1.56vw), 60px);
  font-style: normal;
  font-weight: 700;
  line-height: 100%;
}
h4, h5, h6, .title-large, .title-medium, .title-small {
  line-height: 1;
}
h4, .title-large {
  font-family: var(--font-family-primary);
  font-weight: 600;
  font-size: clamp(19px, calc(15.755px + 1.014vw), 32px);
  line-height: 1;
}
h5, .title-medium {
  font-family: var(--font-family-primary);
  font-weight: 700;
  font-size: clamp(18px, calc(17.251px + 0.234vw), 21px);
  line-height: 1;
}
h6, .title-small {
  font-family: var(--font-family-primary);
  font-weight: 900;
  font-size: clamp(14px, calc(12.502px + 0.468vw), 20px);
  line-height: 1;
  text-transform: uppercase;
}
p {
  margin-bottom: 1rem;
  font-family: var(--font-family-primary);
  font-weight: 400;
  font-size: 16px;
  line-height: 1.4;
}
p, .body-large, .body-medium, .body-small {
  font-weight: 400;
}
.body-large {
  font-family: var(--font-family-neue-montreal);
  font-weight: 400;
  font-size: clamp(16px, 1.125vw, 18px);
  line-height: 1.6;
}
.body-medium {
  font-family: var(--font-family-primary);
  font-weight: 400;
  font-size: clamp(14px, 1vw, 16px);
  line-height: 1.4;
}
.body-small {
  font-family: var(--font-family-neue-montreal);
  font-weight: 400;
  font-size: clamp(13px, 0.875vw, 14px);
  line-height: 1.6;
}
.body-large-bold, .body-medium-bold, .body-small-bold {
  font-family: var(--font-family-primary);
  font-weight: 500;
  line-height: 1.8;
}
.body-large-bold {
  font-size: clamp(0.9375rem, calc(0.2vw + 0.875rem), 1rem);
}
.body-medium-bold {
  font-size: clamp(0.875rem, calc(0.2vw + 0.8125rem), 0.9375rem);
}
.body-small-bold {
  font-size: clamp(0.75rem, calc(0.1vw + 0.6875rem), 0.75rem);
}
.label-large {
  font-family: var(--font-family-primary);
  font-weight: 600;
  font-size: clamp(16px, 1.125vw, 18px);
  line-height: 1;
}
.label-medium {
  font-family: var(--font-family-neue-montreal);
  font-weight: 500;
  font-size: clamp(14px, 1vw, 16px);
  line-height: 1.4;
}
.label-small {
  font-family: var(--font-family-neue-montreal);
  font-weight: 500;
  font-size: clamp(13px, 0.875vw, 14px);
  line-height: 1.4;
}
.lead, p.lead, p .lead, p.has-large-font-size {
  font-size: clamp(1rem, calc(.0952vw + .9768rem), 1.0625rem) !important;
  font-weight: 500 !important;
  line-height: 1.4 !important;
}
small, .small {
  font-size: clamp(.75rem, calc(.0952vw + .7268rem), .8125rem);
}
.label {
  font-size: clamp(.6875rem, calc(.1905vw + .6411rem), .8125rem);
  font-weight: 600;
}
a {
  text-underline-offset: 4px;
}
.content-columns {
  columns: 2;
  column-gap: 160px;
  row-gap: 20px;
  hyphens: manual;
  p {
    margin-bottom: 0;
  }
  h2, h3, h4, h5, h6 {
    margin-bottom: 20px;
  }
}
.default-content {
  h2, h3, h4, h5, h6 {
    margin-bottom: 32px;
    &:not(:first-child) {
      margin-top: 60px;
      @media (min-width: 1024px) {
        margin-top: 100px;
      }
    }
  }
  ul {
    padding-left: 1.2rem;
    margin-bottom: 60px;
    li {
      font-weight: 400;
      padding-bottom: 20px;
      padding-inline-start: 10px;
      line-height: 180%;
      position: relative;
      @media (max-width: 1023px) {
        &:last-child {
          padding-bottom: 0;
        }
      }
      &::before {
        content: '';
        position: absolute;
        left: -1.2rem;
        top: 8px;
        width: 6px;
        rotate: -15deg;
        height: 6px;
        background-color: var(--color-light-blue);
      }
    }
  }
  ol {
    list-style-type: decimal;
    padding-left: 0.9rem;
    margin-bottom: 60px;
    @media (max-width: 1023px) {
      margin-bottom: 0;
    }
    li {
      font-weight: 400;
      padding-bottom: 20px;
      line-height: 180%;
      padding-inline-start: 18px;
      @media (max-width: 1023px) {
        &:last-child {
          padding-bottom: 0;
        }
      }
      &::marker {
        font-weight: 600;
        color: var(--color-light-blue);
      }
    }
  }
}
ul.wp-block-list {
  list-style-type: square;
  padding-left: 1.2rem;
  li {
    padding-bottom: 20px;
    padding-inline-start: 10px;
    &::marker {
      color: var(--color-red);
    }
    &:last-child {
      padding-bottom: 0;
    }
  }
}
ol.wp-block-list {
  list-style-type: decimal;
  padding-left: 1.2rem;
  li {
    padding-bottom: 20px;
    padding-inline-start: 10px;
    &::marker {
      margin-right: 13px;
      color: var(--color-red);
      font-weight: 700;
    }
    &:last-child {
      padding-bottom: 0;
    }
  }
}
.badge {
  display: inline-block;
  position: relative;
  padding: 4px 12px;
  border-radius: 9999px;
  border: 1px solid var(--color-blue);
}
.container {
  @media (max-width: 1024px) {
    padding: 0 20px;
  }
}
.swiper-pagination {
  position: relative !important;
  text-align: left !important;
  .swiper-pagination-bullet {
    background-color: var(--color-gray-300) !important;
    opacity: 1 !important;
    width: 6px !important;
    height: 6px !important;
    transition: 0.5s ease width !important;
  }
  .swiper-pagination-bullet-active {
    background-color: rgba(var(--color-secondary-rgb, 45,26,70), 0.2) !important;
    width: 20px !important;
    border-radius: 5px !important;
  }
  &.swiper-pagination-progressbar, .swiper-pagination-progressbar {
    background-color: rgba(var(--color-secondary-rgb, 45,26,70), 0.2) !important;
    border-radius: 9999px !important;
    overflow: hidden !important;
    position: relative !important;
    cursor: pointer !important;
    pointer-events: auto !important;
    transition: opacity 0.2s ease !important;
    &:hover {
      opacity: 0.9 !important;
    }
    .swiper-pagination-progressbar-fill {
      background-color: var(--color-primary) !important;
      border-radius: 9999px !important;
      transition: transform 0.3s ease !important;
      transform-origin: left center !important;
      height: 100% !important;
      left: 0 !important;
      pointer-events: none !important;
    }
  }
}
.swiper-controls {
  position: relative;
  .swiper-next, .swiper-prev {
    width: 51px;
    height: 51px;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px solid var(--color-blue);
    transition: all 0.3s ease;
    &.swiper-button-lock {
      display: none;
    }
    svg {
      height: 20px;
      transition: transform 0.3s ease;
    }
    &:hover {
      border-color: var(--color-blue);
      cursor: pointer !important;
      background-color: var(--color-blue);
      svg {
        transform: translateX(-4px);
        path {
          fill: var(--color-white);
        }
      }
    }
  }
}
.prose {
  color: #374151;
}
.prose h1, .prose h2, .prose h3, .prose h4, .prose h5, .prose h6 {
  color: #111827;
  font-weight: 700;
  line-height: 1.25;
}
.prose a {
  color: var(--color-red-600);
  text-decoration: none;
  transition: color 0.2s ease;
}
.prose a:hover {
  color: var(--color-red-600);
  text-decoration: underline;
}
.prose p {
  margin-bottom: 1rem;
  &:last-child {
    margin-bottom: 0;
  }
}
.wp-block-quote {
  border-left: 4px solid var(--color-red-600);
  padding-left: 1.5rem;
  font-style: italic;
  background: #f8fafc;
  padding: 1.5rem;
  margin: 2rem 0;
  border-radius: 0.5rem;
}
.wp-block-pullquote {
  border-top: 4px solid var(--color-red-600);
  border-bottom: 4px solid var(--color-red-600);
  padding: 2rem 0;
  text-align: center;
  font-size: 1.25rem;
  font-style: italic;
}
.wp-block-button .wp-block-button__link {
  background-color: var(--color-red-600);
  border-radius: 0.5rem;
  padding: 0.75rem 1.5rem;
  font-weight: 500;
  transition: all 0.2s ease;
}
.wp-block-button .wp-block-button__link:hover {
  background-color: var(--color-red-600-dark);
  transform: translateY(-1px);
  box-shadow: 0 4px 12px rgba(37, 99, 235, 0.3);
}
.wp-block-image {
  margin: 2rem 0;
}
.wp-block-image img {
  border-radius: 0.5rem;
  box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1);
}
.acf-gutenberg {
  p, h1, h2, h3, h4, h5, h6 , ul, ol {
    @media (min-width: 1024px) {
      padding: 0 calc(25 * 0.25rem);
    }
  }
  h1, h2, h3, h4, h5, h6 {
    margin-bottom: 20px;
    margin-top: 40px;
    &:first-child {
      margin-top: 0;
    }
  }
}
.wp-block-table {
  margin-top: 40px;
  @media (min-width: 1024px) {
    margin-top: 80px;
    padding: 0 calc(25 * 0.25rem);
  }
  table {
    border-color: #fff;
  }
  tr {
    background-color: var(--color-gray-100);
    border-color: #fff;
  }
  td {
    border-color: #fff;
    padding: 20px;
    width: auto;
    vertical-align: top !important;
  }
}
.flexible-content .content-block {
  position: relative;
  h2, h3, h4, h5, h6 {
    margin-bottom: 1rem;
    &:last-child {
      margin-bottom: 0;
    }
    &:after {
      display: none !important;
    }
  }
}
.flexible-content .hero-banner {
  background-attachment: fixed;
}
@media (max-width: 768px) {
  .flexible-content .hero-banner {
    background-attachment: scroll;
  }
}
.site-logo img {
  transition: all 0.3s ease;
}
.main-navigation {
  max-width: calc(100vw - 600px);
}
@media (max-width: 1280px) {
  .main-navigation {
    max-width: calc(100vw - 500px);
  }
}
@media (max-width: 1024px) {
  .main-navigation {
    max-width: calc(100vw - 400px);
  }
}
.menu-item {
  list-style-type: none;
}
#menu-copyright-menu {
  .menu-item {
    a {
      opacity: 0.5;
      &:hover {
        opacity: 1;
      }
    }
  }
}
.main-navigation .menu-item {
  white-space: nowrap;
  &.group > ul {
    transition: opacity 0.2s ease-in-out, visibility 0s linear 0.3s;
  }
  &.group:hover > ul, &.group > ul:hover {
    transition: opacity 0.2s ease-in-out, visibility 0s linear 0s;
  }
  > a > span {
    position: relative;
  }
  &.dropdown-active {
    > a > span:after {
      width: 100%;
      transition: width 0.3s ease;
    }
  }
  &.current-menu-item {
    > a > span {
      &:after {
        width: 100%;
        transition: width 0.3s ease;
      }
    }
  }
}
#primary-menu > .current-menu-item, #primary-menu > .current_page_item, #primary-menu > .current-menu-ancestor, #primary-menu > .current-page-ancestor {
  position: relative;
  background-color: color-mix(in srgb, #96ACC0 25%, transparent);
  @supports (color: color-mix(in lab, red, red)) {
    background-color: color-mix(in srgb, var(--color-light-blue) 25%, transparent);
  }
  a {
    color: var(--color-light-blue) !important;
  }
  &::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 4px;
    background-color: var(--color-light-blue);
    transition: height 0.3s ease, opacity 0.3s ease;
  }
}
#primary-menu > .menu-item {
  margin-right: 0 !important;
  cursor: pointer;
  position: relative;
  transition: background-color 0.3s ease;
  a {
    transition: color 0.15s ease;
  }
}
@media (min-width: 1024px) {
  .main-navigation :is(.menu-item.has-dropdown, .menu-item[data-has-dropdown="true"]) {
    position: relative;
  }
  .main-navigation :is(.menu-item.has-dropdown, .menu-item[data-has-dropdown="true"])::after {
    content: '';
    position: absolute;
    left: 50%;
    bottom: -6px;
    width: 14px;
    height: 14px;
    background: var(--color-gray);
    transform: translateX(-50%) rotate(45deg);
    border-radius: 2px;
    box-shadow: 0 1px 2px rgba(0,0,0,0.08);
    opacity: 0;
    visibility: hidden;
    transition: opacity .2s ease, visibility .2s ease;
    z-index: 60;
    pointer-events: none;
  }
  .main-navigation :is(.menu-item.has-dropdown, .menu-item[data-has-dropdown="true"]):hover::after, .main-navigation :is(.menu-item.has-dropdown, .menu-item[data-has-dropdown="true"]).dropdown-active::after, .main-navigation :is(.menu-item.has-dropdown, .menu-item[data-has-dropdown="true"]):focus-within::after {
    opacity: 1;
    visibility: visible;
  }
}
.header-cta, a.vacature-item {
  z-index: 4;
  a, & {
    svg {
      transition: transform 0.3s ease;
      flex-shrink: 0;
      .arrow-group {
        transition: transform 0.3s ease;
        transform-origin: center;
      }
    }
    &:hover svg .arrow-group {
      transform: translateX(2px);
    }
  }
}
@media (min-width: 1024px) {
  .site-header:has(#primary-menu > li.has-dropdown:hover), .site-header:has(#primary-menu > li[data-has-dropdown="true"]:hover), .site-header:has(#primary-menu > li.has-dropdown.dropdown-active), .site-header:has(#primary-menu > li[data-has-dropdown="true"].dropdown-active), .site-header:has(#primary-menu > li.has-dropdown .dropdown-menu:hover), .site-header:has(#primary-menu > li[data-has-dropdown="true"] .dropdown-menu:hover) {
    background-color: var(--color-gray) !important;
  }
}
.site-header {
  z-index: 100;
}
.mobile-nav-link {
  position: relative;
  &:after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 20px;
    width: calc(100% - 40px);
    height: 1px;
    background-color: #96ACC0;
    opacity: 0.2;
  }
}
.mobile-menu-nav {
  .menu-item {
    &.current-menu-item {
      background-color: rgba(150, 172, 192, .25);
      position: relative;
      a {
        color: var(--color-light-blue) !important;
      }
      &:before {
        content: '';
        position: absolute;
        bottom: 0;
        left: 0;
        width: 4px;
        height: 100%;
        background-color: var(--color-light-blue);
        transition: height 0.3s ease, opacity 0.3s ease;
      }
    }
  }
}
#mobile-menu-1 .mobile-dropdown {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.3s ease-in-out;
}
#mobile-menu-1 .mobile-dropdown.open {
  max-height: 500px;
}
.mobile-dropdown-toggle {
  cursor: pointer;
}
.mobile-dropdown-toggle.active svg {
  transform: rotate(180deg);
}
.glass-card {
  background: linear-gradient(135deg, rgba(255, 255, 255, 0.1), rgba(255, 255, 255, 0.05));
  backdrop-filter: blur(20px);
  -webkit-backdrop-filter: blur(20px);
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 1rem;
  box-shadow: 0 8px 32px rgba(0, 0, 0, 0.1);
}
.site-footer .social-links a:hover {
  transform: translateY(-2px);
}
.site-footer {
  position: relative;
  overflow-x: clip;
  @media (max-width: 1023px) {
    .footer-menu-1 {
      button {
        padding-top: 0px !important;
      }
    }
    .footer-menu-mobile {
      button {
        border-bottom: 1px solid rgba(255,255,255,0.2);
        transition: border-bottom-color 0.3s cubic-bezier(0.4,0,0.2,1), padding-bottom 0.3s cubic-bezier(0.4,0,0.2,1);
      }
      button[aria-expanded="true"] {
        border-bottom: 1px solid transparent;
        padding-bottom: 16px !important;
        animation: footerMenuOpenAnim 0.3s cubic-bezier(0.4,0,0.2,1);
      }
      button[aria-expanded="false"] {
        border-bottom: 1px solid rgba(255,255,255,0.2);
        animation: footerMenuCloseAnim 0.3s cubic-bezier(0.4,0,0.2,1);
      }
      @keyframes footerMenuOpenAnim {
        0% {
          padding-bottom: 0;
          border-bottom-color: rgba(255,255,255,0.2);
        }
        100% {
          padding-bottom: 16px;
          border-bottom-color: transparent;
        }
      }
      @keyframes footerMenuCloseAnim {
        0% {
          padding-bottom: 16px;
          border-bottom-color: transparent;
        }
        100% {
          padding-bottom: 0;
          border-bottom-color: rgba(255,255,255,0.2);
        }
      }
    }
  }
}
.footer_abs {
  .socials {
    gap: 14px;
    a {
      display: inline-flex;
      align-items: center;
      justify-content: center;
      border-radius: 50%;
      border: 1px solid #d1d5db;
      transition: border-color 0.2s;
      text-decoration: none;
      background: #fff;
    }
    a:hover, a:focus {
      border-color: var(--color-red);
      background-color: var(--color-red);
    }
    i {
      color: var(--color-blue);
      font-size: 16px;
      font-weight: 400;
      transition: color 0.2s;
      padding: 14px 15px;
    }
    a:hover i, a:focus i {
      color: var(--color-white);
    }
  }
}
.skip-link {
  position: absolute;
  left: -9999px;
  top: auto;
  width: 1px;
  height: 1px;
  overflow: hidden;
}
.skip-link:focus {
  position: fixed;
  top: 0;
  left: 6px;
  width: auto;
  height: auto;
  z-index: 999999;
  padding: 8px 16px;
  background: #000;
  color: #fff;
  text-decoration: none;
  border-radius: 0 0 4px 4px;
}
@media print {
  .site-header, .site-footer, .mobile-menu-button {
    display: none !important;
  }
  .site-main {
    margin: 0 !important;
    padding: 0 !important;
  }
}
.sector-item {
  .sector-item__icon {
    transition: right 0.3s ease-in-out;
  }
  &:hover {
    .sector-item__icon {
      right: 0 !important;
    }
  }
}
#breadcrumbs {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 4px;
  font-family: var(--font-family-primary);
  font-weight: 500;
  font-size: 14px;
  line-height: 1.8;
  letter-spacing: -0.14px;
  border: 1px solid rgba(150, 172, 192, 0.25);
  padding: 4px;
  display: inline-block;
  color: var(--color-primary);
  >span {
    display: flex;
    flex-wrap: wrap;
  }
  a {
    display: block;
    width: auto;
    padding: 4px 12px;
    background-color: rgba(150, 172, 192, 0.25);
    color: var(--color-primary);
    text-decoration: none;
    transition: background-color 0.2s ease;
    margin-right: 4px;
    &:hover {
      background-color: rgba(150, 172, 192, 0.4);
      color: var(--color-primary);
    }
  }
  .breadcrumb_last {
    color: var(--color-primary);
    padding: 4px 12px;
    margin-right: 0px;
    a {
      margin-right: 0px;
    }
  }
  .separator {
    color: var(--color-primary);
    margin: 0 4px;
  }
}
.bg-blue #breadcrumbs, .text-white #breadcrumbs, section.bg-blue #breadcrumbs, section.hero.text-white #breadcrumbs, .bg-blue #breadcrumbs a, .text-white #breadcrumbs a, section.bg-blue #breadcrumbs a, section.hero.text-white #breadcrumbs a {
  color: var(--color-white);
}
.bg-blue #breadcrumbs a:hover, .text-white #breadcrumbs a:hover, section.bg-blue #breadcrumbs a:hover, section.hero.text-white #breadcrumbs a:hover {
  color: var(--color-white);
}
.bg-blue #breadcrumbs .breadcrumb_last, .text-white #breadcrumbs .breadcrumb_last, section.bg-blue #breadcrumbs .breadcrumb_last, section.hero.text-white #breadcrumbs .breadcrumb_last {
  color: var(--color-white);
}
.bg-blue #breadcrumbs .separator, .text-white #breadcrumbs .separator, section.bg-blue #breadcrumbs .separator, section.hero.text-white #breadcrumbs .separator {
  color: var(--color-white);
}
.content-block-hero_banner .hero__content {
  .btn {
    &.border-white {
      border-color: var(--color-primary) !important;
      color: var(--color-primary) !important;
      &:hover {
        background-color: var(--color-primary) !important;
        border-color: var(--color-primary) !important;
        color: var(--color-white) !important;
      }
    }
    &[href^="tel:"], &[href^="mailto:"] {
      svg {
        margin-left: 0;
        margin-right: 8px;
      }
      &.border-white {
        &:hover {
          background-color: var(--color-primary) !important;
          border-color: var(--color-primary) !important;
          color: var(--color-white) !important;
          svg {
            path {
              fill: var(--color-white) !important;
            }
          }
        }
      }
    }
  }
}
.site-footer {
  .btn {
    &.border-white {
      &:hover {
        background-color: var(--color-white);
        border-color: var(--color-white);
        color: var(--color-primary) !important;
        svg {
          path {
            fill: var(--color-primary) !important;
          }
        }
      }
    }
  }
}
#menu-item-105 {
  a {
    position: relative;
    >span {
      &:before {
        content: '';
        position: absolute;
        background-color: var(--color-red);
        top: -5px;
        right: -5px;
        width: 5px;
        height: 5px;
        border-radius: 50%;
      }
    }
  }
}
.vacature-counter {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 26px;
  height: 26px;
  background-color: transparent;
  border: 1px solid var(--color-white);
  color: var(--color-white);
  border-radius: 50%;
  font-size: 13px;
  font-weight: 600;
  line-height: 1;
  margin-left: 12px;
  padding: 0 4px;
  transition: all 0.3s ease;
  &[data-count="0"] {
    display: none;
  }
  &.updated {
    animation: counterPulse 0.6s ease-in-out;
  }
}
@keyframes counterPulse {
  0% {
    transform: scale(1);
  }
  50% {
    transform: scale(1.2);
  }
  100% {
    transform: scale(1);
  }
}
.mobile-nav-link .vacature-counter {
  margin-left: 8px;
  min-width: 22px;
  height: 22px;
  font-size: 12px;
}
.with-arrows {
  position: relative;
  &:after {
    content: '';
    position: absolute;
    right: -18px;
    top: 50%;
    transform: translateY(-50%);
    width: 18px;
    min-width: 18px;
    height: 16px;
    background-image: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="18" height="16" viewBox="0 0 18 16" fill="none"><path d="M18 7.88477V7.88574L10.1152 15.7705L8.53809 14.1934L13.8105 8.9209H0V6.69043H13.6514L8.53809 1.57715L10.1152 0L18 7.88477Z" fill="%23E1322C"/></svg>');
    background-repeat: no-repeat;
    background-size: 18px 16px;
    background-position: right center;
  }
  &:before {
    content: '';
    position: relative;
    left: 0;
    width: 18px;
    min-width: 18px;
    height: 16px;
    background-image: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="18" height="16" viewBox="0 0 18 16" fill="none"><path d="M18 7.88477V7.88574L10.1152 15.7705L8.53809 14.1934L13.8105 8.9209H0V6.69043H13.6514L8.53809 1.57715L10.1152 0L18 7.88477Z" fill="%23E1322C"/></svg>');
    background-repeat: no-repeat;
    background-size: 18px 16px;
    background-position: right center;
  }
}
.js-image-text-animate {
  overflow: hidden;
  perspective: 1000px;
  transform-style: preserve-3d;
}
.js-image-animate {
  transition: transform 0.9s ease-in-out;
  transform-origin: center center;
  will-change: transform;
}
.js-image-animate-first {
  transform: translateZ(0) scale(1) !important;
}
.js-image-animate-first.animate-first {
  transform: translateZ(0) scale(2.5) !important;
}
.js-image-animate.second-image {
  transform: translateZ(0) scale(0.8) !important;
}
.js-image-animate.second-image.animate {
  transform: translateZ(0) scale(1.6) !important;
}
.js-image-animate.third-image {
  transform: translateZ(0) scale(0.6) !important;
}
.js-image-animate.third-image.animate {
  transform: translateZ(0) scale(1) !important;
}
.js-image-animate.fourth-image {
  transform: translateZ(-200px) scale(0.4) !important;
}
.js-image-animate.fourth-image.animate {
  transform: translateZ(0) scale(1) !important;
}
.js-image-animate.fifth-image {
  transform: translateZ(-200px) scale(0.2) !important;
}
.js-image-animate.fifth-image.animate {
  transform: translateZ(0) scale(1) !important;
}
@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-scroll-snap-strictness {
  syntax: "*";
  inherits: false;
  initial-value: proximity;
}
@property --tw-space-y-reverse {
  syntax: "*";
  inherits: false;
  initial-value: 0;
}
@property --tw-space-x-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-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;
}
@keyframes spin {
  to {
    transform: rotate(360deg);
  }
}
@keyframes fade-up {
  0% {
    opacity: 0;
    transform: translateY(2rem);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}
@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-scroll-snap-strictness: proximity;
      --tw-space-y-reverse: 0;
      --tw-space-x-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-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;
    }
  }
}
