/*! 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-600: oklch(57.7% 0.245 27.325);
    --color-red-800: oklch(44.4% 0.177 26.899);
    --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-blue-50: oklch(97% 0.014 254.604);
    --color-blue-100: oklch(93.2% 0.032 255.585);
    --color-blue-600: oklch(54.6% 0.245 262.881);
    --color-blue-800: oklch(42.4% 0.199 265.638);
    --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-3xl: 48rem;
    --container-4xl: 56rem;
    --container-5xl: 64rem;
    --text-xs: 0.75rem;
    --text-xs--line-height: calc(1 / 0.75);
    --text-sm: 0.875rem;
    --text-sm--line-height: calc(1.25 / 0.875);
    --text-base: 1rem;
    --text-base--line-height: calc(1.5 / 1);
    --text-lg: 1.125rem;
    --text-lg--line-height: calc(1.75 / 1.125);
    --text-xl: 1.25rem;
    --text-xl--line-height: calc(1.75 / 1.25);
    --text-2xl: 1.5rem;
    --text-2xl--line-height: calc(2 / 1.5);
    --text-3xl: 1.875rem;
    --text-3xl--line-height: calc(2.25 / 1.875);
    --text-4xl: 2.25rem;
    --text-4xl--line-height: calc(2.5 / 2.25);
    --text-5xl: 3rem;
    --text-5xl--line-height: 1;
    --font-weight-normal: 400;
    --font-weight-medium: 500;
    --font-weight-semibold: 600;
    --font-weight-bold: 700;
    --tracking-wide: 0.025em;
    --leading-relaxed: 1.625;
    --radius-lg: 0.5rem;
    --radius-2xl: 1rem;
    --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-sm: 8px;
    --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);
    --color-primary: #293684;
    --color-secondary: #D59B37;
    --color-gold: #B2822E;
    --color-gray: #C6DBE4;
    --color-light-blue: #2BAEE5;
    --color-text: #494949;
  }
}
@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;
  }
  .absolute {
    position: absolute;
  }
  .fixed {
    position: fixed;
  }
  .relative {
    position: relative;
  }
  .static {
    position: static;
  }
  .sticky {
    position: sticky;
  }
  .inset-0 {
    inset: calc(var(--spacing) * 0);
  }
  .inset-x-0 {
    inset-inline: 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-\[-8px\] {
    top: -8px;
  }
  .top-\[12px\] {
    top: 12px;
  }
  .top-\[100px\] {
    top: 100px;
  }
  .top-full {
    top: 100%;
  }
  .right-0 {
    right: calc(var(--spacing) * 0);
  }
  .right-4 {
    right: calc(var(--spacing) * 4);
  }
  .right-8 {
    right: calc(var(--spacing) * 8);
  }
  .right-\[12px\] {
    right: 12px;
  }
  .right-\[16px\] {
    right: 16px;
  }
  .right-\[20px\] {
    right: 20px;
  }
  .right-auto {
    right: auto;
  }
  .bottom-0 {
    bottom: calc(var(--spacing) * 0);
  }
  .bottom-8 {
    bottom: calc(var(--spacing) * 8);
  }
  .bottom-\[-8px\] {
    bottom: -8px;
  }
  .bottom-\[-20\%\] {
    bottom: -20%;
  }
  .bottom-\[-100px\] {
    bottom: -100px;
  }
  .bottom-\[20px\] {
    bottom: 20px;
  }
  .bottom-\[36px\] {
    bottom: 36px;
  }
  .bottom-\[70px\] {
    bottom: 70px;
  }
  .bottom-\[75px\] {
    bottom: 75px;
  }
  .bottom-full {
    bottom: 100%;
  }
  .left-0 {
    left: calc(var(--spacing) * 0);
  }
  .left-1\/2 {
    left: calc(1/2 * 100%);
  }
  .left-\[12px\] {
    left: 12px;
  }
  .left-\[20px\] {
    left: 20px;
  }
  .left-full {
    left: 100%;
  }
  .z-0 {
    z-index: 0;
  }
  .z-1 {
    z-index: 1;
  }
  .z-2 {
    z-index: 2;
  }
  .z-10 {
    z-index: 10;
  }
  .z-20 {
    z-index: 20;
  }
  .z-30 {
    z-index: 30;
  }
  .z-40 {
    z-index: 40;
  }
  .z-50 {
    z-index: 50;
  }
  .z-\[60\] {
    z-index: 60;
  }
  .z-\[100\] {
    z-index: 100;
  }
  .z-\[9999\] {
    z-index: 9999;
  }
  .order-1 {
    order: 1;
  }
  .order-2 {
    order: 2;
  }
  .order-3 {
    order: 3;
  }
  .col-span-1 {
    grid-column: span 1 / span 1;
  }
  .col-span-3 {
    grid-column: span 3 / span 3;
  }
  .col-start-3 {
    grid-column-start: 3;
  }
  .row-span-2 {
    grid-row: span 2 / span 2;
  }
  .row-start-2 {
    grid-row-start: 2;
  }
  .row-start-3 {
    grid-row-start: 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;
    }
  }
  .m-0\! {
    margin: calc(var(--spacing) * 0) !important;
  }
  .-mx-4 {
    margin-inline: calc(var(--spacing) * -4);
  }
  .mx-auto {
    margin-inline: auto;
  }
  .my-\[40px\] {
    margin-block: 40px;
  }
  .-mt-0\.5 {
    margin-top: calc(var(--spacing) * -0.5);
  }
  .mt-0\! {
    margin-top: calc(var(--spacing) * 0) !important;
  }
  .mt-2 {
    margin-top: calc(var(--spacing) * 2);
  }
  .mt-4 {
    margin-top: calc(var(--spacing) * 4);
  }
  .mt-6 {
    margin-top: calc(var(--spacing) * 6);
  }
  .mt-8 {
    margin-top: calc(var(--spacing) * 8);
  }
  .mt-\[4px\] {
    margin-top: 4px;
  }
  .mt-\[8px\] {
    margin-top: 8px;
  }
  .mt-\[10px\] {
    margin-top: 10px;
  }
  .mt-\[12px\] {
    margin-top: 12px;
  }
  .mt-\[16px\] {
    margin-top: 16px;
  }
  .mt-\[20px\] {
    margin-top: 20px;
  }
  .mt-\[24px\] {
    margin-top: 24px;
  }
  .mt-\[32px\] {
    margin-top: 32px;
  }
  .mt-\[40px\] {
    margin-top: 40px;
  }
  .mt-\[48px\] {
    margin-top: 48px;
  }
  .mt-\[60px\] {
    margin-top: 60px;
  }
  .mt-\[80px\] {
    margin-top: 80px;
  }
  .mt-\[100px\] {
    margin-top: 100px;
  }
  .mt-auto {
    margin-top: auto;
  }
  .mr-2 {
    margin-right: calc(var(--spacing) * 2);
  }
  .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-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-\[0px\] {
    margin-bottom: 0px;
  }
  .mb-\[2px\] {
    margin-bottom: 2px;
  }
  .mb-\[8px\]\! {
    margin-bottom: 8px !important;
  }
  .mb-\[10px\]\! {
    margin-bottom: 10px !important;
  }
  .mb-\[12px\] {
    margin-bottom: 12px;
  }
  .mb-\[12px\]\! {
    margin-bottom: 12px !important;
  }
  .mb-\[16px\] {
    margin-bottom: 16px;
  }
  .mb-\[20px\] {
    margin-bottom: 20px;
  }
  .mb-\[20px\]\! {
    margin-bottom: 20px !important;
  }
  .mb-\[24px\] {
    margin-bottom: 24px;
  }
  .mb-\[28px\] {
    margin-bottom: 28px;
  }
  .mb-\[28px\]\! {
    margin-bottom: 28px !important;
  }
  .mb-\[32px\] {
    margin-bottom: 32px;
  }
  .mb-\[32px\]\! {
    margin-bottom: 32px !important;
  }
  .mb-\[40px\] {
    margin-bottom: 40px;
  }
  .mb-\[60px\] {
    margin-bottom: 60px;
  }
  .mb-\[80px\] {
    margin-bottom: 80px;
  }
  .mb-\[100px\] {
    margin-bottom: 100px;
  }
  .mb-\[130px\] {
    margin-bottom: 130px;
  }
  .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-\[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;
  }
  .contents {
    display: contents;
  }
  .flex {
    display: flex;
  }
  .flex\! {
    display: flex !important;
  }
  .grid {
    display: grid;
  }
  .hidden {
    display: none;
  }
  .inline {
    display: inline;
  }
  .inline-block {
    display: inline-block;
  }
  .inline-flex {
    display: inline-flex;
  }
  .table {
    display: table;
  }
  .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);
  }
  .size-fit\! {
    width: fit-content !important;
    height: fit-content !important;
  }
  .h-0\.5 {
    height: calc(var(--spacing) * 0.5);
  }
  .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-10 {
    height: calc(var(--spacing) * 10);
  }
  .h-12 {
    height: calc(var(--spacing) * 12);
  }
  .h-16 {
    height: calc(var(--spacing) * 16);
  }
  .h-24 {
    height: calc(var(--spacing) * 24);
  }
  .h-26 {
    height: calc(var(--spacing) * 26);
  }
  .h-96 {
    height: calc(var(--spacing) * 96);
  }
  .h-\[1px\] {
    height: 1px;
  }
  .h-\[6px\] {
    height: 6px;
  }
  .h-\[9\.832px\] {
    height: 9.832px;
  }
  .h-\[10px\] {
    height: 10px;
  }
  .h-\[14px\] {
    height: 14px;
  }
  .h-\[25px\] {
    height: 25px;
  }
  .h-\[35px\] {
    height: 35px;
  }
  .h-\[36px\] {
    height: 36px;
  }
  .h-\[40px\] {
    height: 40px;
  }
  .h-\[48px\] {
    height: 48px;
  }
  .h-\[50\%\] {
    height: 50%;
  }
  .h-\[50px\] {
    height: 50px;
  }
  .h-\[56px\] {
    height: 56px;
  }
  .h-\[60px\] {
    height: 60px;
  }
  .h-\[80px\] {
    height: 80px;
  }
  .h-\[100px\] {
    height: 100px;
  }
  .h-\[100vh\] {
    height: 100vh;
  }
  .h-\[125px\] {
    height: 125px;
  }
  .h-\[200px\] {
    height: 200px;
  }
  .h-\[230px\] {
    height: 230px;
  }
  .h-\[270px\] {
    height: 270px;
  }
  .h-\[275px\] {
    height: 275px;
  }
  .h-\[285px\] {
    height: 285px;
  }
  .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\%-30px\)\] {
    height: calc(100% - 30px);
  }
  .h-auto {
    height: auto;
  }
  .h-dvh {
    height: 100dvh;
  }
  .h-full {
    height: 100%;
  }
  .h-px {
    height: 1px;
  }
  .max-h-0 {
    max-height: calc(var(--spacing) * 0);
  }
  .max-h-\[50px\] {
    max-height: 50px;
  }
  .max-h-\[70vh\] {
    max-height: 70vh;
  }
  .max-h-\[80vh\] {
    max-height: 80vh;
  }
  .max-h-\[100px\] {
    max-height: 100px;
  }
  .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-\[50px\] {
    min-height: 50px;
  }
  .min-h-\[96px\] {
    min-height: 96px;
  }
  .min-h-screen {
    min-height: 100vh;
  }
  .w-0 {
    width: calc(var(--spacing) * 0);
  }
  .w-4 {
    width: calc(var(--spacing) * 4);
  }
  .w-5 {
    width: calc(var(--spacing) * 5);
  }
  .w-5\! {
    width: calc(var(--spacing) * 5) !important;
  }
  .w-6 {
    width: calc(var(--spacing) * 6);
  }
  .w-8 {
    width: calc(var(--spacing) * 8);
  }
  .w-10 {
    width: calc(var(--spacing) * 10);
  }
  .w-12 {
    width: calc(var(--spacing) * 12);
  }
  .w-24 {
    width: calc(var(--spacing) * 24);
  }
  .w-26 {
    width: calc(var(--spacing) * 26);
  }
  .w-\[6px\] {
    width: 6px;
  }
  .w-\[10\.5px\] {
    width: 10.5px;
  }
  .w-\[10px\] {
    width: 10px;
  }
  .w-\[14px\] {
    width: 14px;
  }
  .w-\[36px\] {
    width: 36px;
  }
  .w-\[50px\] {
    width: 50px;
  }
  .w-\[60px\] {
    width: 60px;
  }
  .w-\[80px\] {
    width: 80px;
  }
  .w-\[82px\] {
    width: 82px;
  }
  .w-\[90px\] {
    width: 90px;
  }
  .w-\[99px\] {
    width: 99px;
  }
  .w-\[100px\] {
    width: 100px;
  }
  .w-\[134px\] {
    width: 134px;
  }
  .w-\[280px\] {
    width: 280px;
  }
  .w-\[615px\] {
    width: 615px;
  }
  .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\(100vw-40px\)\] {
    width: calc(100vw - 40px);
  }
  .w-auto {
    width: auto;
  }
  .w-fit {
    width: fit-content;
  }
  .w-full {
    width: 100%;
  }
  .w-screen {
    width: 100vw;
  }
  .max-w-3xl {
    max-width: var(--container-3xl);
  }
  .max-w-4xl {
    max-width: var(--container-4xl);
  }
  .max-w-5xl {
    max-width: var(--container-5xl);
  }
  .max-w-24 {
    max-width: calc(var(--spacing) * 24);
  }
  .max-w-\[150px\] {
    max-width: 150px;
  }
  .max-w-\[200px\] {
    max-width: 200px;
  }
  .max-w-\[250px\] {
    max-width: 250px;
  }
  .max-w-\[300px\] {
    max-width: 300px;
  }
  .max-w-\[370px\] {
    max-width: 370px;
  }
  .max-w-\[390px\] {
    max-width: 390px;
  }
  .max-w-\[450px\] {
    max-width: 450px;
  }
  .max-w-\[512px\] {
    max-width: 512px;
  }
  .max-w-\[575px\] {
    max-width: 575px;
  }
  .max-w-\[580px\] {
    max-width: 580px;
  }
  .max-w-\[630px\] {
    max-width: 630px;
  }
  .max-w-\[700px\] {
    max-width: 700px;
  }
  .max-w-\[1628px\] {
    max-width: 1628px;
  }
  .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-\[50px\] {
    min-width: 50px;
  }
  .min-w-\[200px\] {
    min-width: 200px;
  }
  .flex-1 {
    flex: 1;
  }
  .flex-1\/2 {
    flex: calc(1/2 * 100%);
  }
  .flex-shrink {
    flex-shrink: 1;
  }
  .flex-shrink-0 {
    flex-shrink: 0;
  }
  .flex-grow {
    flex-grow: 1;
  }
  .origin-bottom {
    transform-origin: bottom;
  }
  .origin-center {
    transform-origin: center;
  }
  .origin-top {
    transform-origin: top;
  }
  .-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-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-\[4px\] {
    --tw-translate-y: 4px;
    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-125 {
    --tw-scale-x: 125%;
    --tw-scale-y: 125%;
    --tw-scale-z: 125%;
    scale: var(--tw-scale-x) var(--tw-scale-y);
  }
  .scale-160 {
    --tw-scale-x: 160%;
    --tw-scale-y: 160%;
    --tw-scale-z: 160%;
    scale: var(--tw-scale-x) var(--tw-scale-y);
  }
  .rotate-45 {
    rotate: 45deg;
  }
  .rotate-180 {
    rotate: 180deg;
  }
  .rotate-\[-45deg\] {
    rotate: -45deg;
  }
  .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;
  }
  .grid-cols-1 {
    grid-template-columns: repeat(1, minmax(0, 1fr));
  }
  .grid-cols-2 {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  .grid-cols-3 {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
  .grid-cols-4 {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }
  .grid-cols-5 {
    grid-template-columns: repeat(5, minmax(0, 1fr));
  }
  .flex-col {
    flex-direction: column;
  }
  .flex-row {
    flex-direction: row;
  }
  .flex-wrap {
    flex-wrap: wrap;
  }
  .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;
  }
  .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-8 {
    gap: calc(var(--spacing) * 8);
  }
  .gap-\[4px\] {
    gap: 4px;
  }
  .gap-\[8px\] {
    gap: 8px;
  }
  .gap-\[10px\] {
    gap: 10px;
  }
  .gap-\[12px\] {
    gap: 12px;
  }
  .gap-\[16px\] {
    gap: 16px;
  }
  .gap-\[20px\] {
    gap: 20px;
  }
  .gap-\[24px\] {
    gap: 24px;
  }
  .gap-\[32px\] {
    gap: 32px;
  }
  .gap-\[36px\] {
    gap: 36px;
  }
  .gap-\[40px\] {
    gap: 40px;
  }
  .gap-\[64px\] {
    gap: 64px;
  }
  .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-8 {
    :where(& > :not(:last-child)) {
      --tw-space-y-reverse: 0;
      margin-block-start: calc(calc(var(--spacing) * 8) * var(--tw-space-y-reverse));
      margin-block-end: calc(calc(var(--spacing) * 8) * calc(1 - var(--tw-space-y-reverse)));
    }
  }
  .space-y-\[16px\] {
    :where(& > :not(:last-child)) {
      --tw-space-y-reverse: 0;
      margin-block-start: calc(16px * var(--tw-space-y-reverse));
      margin-block-end: calc(16px * calc(1 - var(--tw-space-y-reverse)));
    }
  }
  .space-y-\[18px\] {
    :where(& > :not(:last-child)) {
      --tw-space-y-reverse: 0;
      margin-block-start: calc(18px * var(--tw-space-y-reverse));
      margin-block-end: calc(18px * calc(1 - var(--tw-space-y-reverse)));
    }
  }
  .space-y-\[20px\] {
    :where(& > :not(:last-child)) {
      --tw-space-y-reverse: 0;
      margin-block-start: calc(20px * var(--tw-space-y-reverse));
      margin-block-end: calc(20px * calc(1 - var(--tw-space-y-reverse)));
    }
  }
  .space-y-\[24px\] {
    :where(& > :not(:last-child)) {
      --tw-space-y-reverse: 0;
      margin-block-start: calc(24px * var(--tw-space-y-reverse));
      margin-block-end: calc(24px * calc(1 - var(--tw-space-y-reverse)));
    }
  }
  .gap-x-\[36px\] {
    column-gap: 36px;
  }
  .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)));
    }
  }
  .space-x-\[28px\] {
    :where(& > :not(:last-child)) {
      --tw-space-x-reverse: 0;
      margin-inline-start: calc(28px * var(--tw-space-x-reverse));
      margin-inline-end: calc(28px * calc(1 - var(--tw-space-x-reverse)));
    }
  }
  .gap-y-\[36px\] {
    row-gap: 36px;
  }
  .gap-y-\[40px\] {
    row-gap: 40px;
  }
  .gap-y-\[80px\] {
    row-gap: 80px;
  }
  .self-end {
    align-self: flex-end;
  }
  .truncate {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }
  .overflow-hidden {
    overflow: hidden;
  }
  .overflow-visible {
    overflow: visible;
  }
  .overflow-y-auto {
    overflow-y: auto;
  }
  .overscroll-contain {
    overscroll-behavior: contain;
  }
  .rounded {
    border-radius: 0.25rem;
  }
  .rounded-2xl {
    border-radius: var(--radius-2xl);
  }
  .rounded-\[4px\] {
    border-radius: 4px;
  }
  .rounded-\[8px\] {
    border-radius: 8px;
  }
  .rounded-\[12px\] {
    border-radius: 12px;
  }
  .rounded-\[16px\] {
    border-radius: 16px;
  }
  .rounded-\[20px\] {
    border-radius: 20px;
  }
  .rounded-\[100px\] {
    border-radius: 100px;
  }
  .rounded-\[200px\] {
    border-radius: 200px;
  }
  .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-t-\[1px\] {
    border-top-style: var(--tw-border-style);
    border-top-width: 1px;
  }
  .border-b {
    border-bottom-style: var(--tw-border-style);
    border-bottom-width: 1px;
  }
  .border-b-2 {
    border-bottom-style: var(--tw-border-style);
    border-bottom-width: 2px;
  }
  .border-l-\[1px\] {
    border-left-style: var(--tw-border-style);
    border-left-width: 1px;
  }
  .border-\[\#092354\] {
    border-color: #092354;
  }
  .border-\[\#C6DBE4\] {
    border-color: #C6DBE4;
  }
  .border-\[\#d6dde1\] {
    border-color: #d6dde1;
  }
  .border-gray {
    border-color: var(--color-gray);
  }
  .border-gray-200 {
    border-color: var(--color-gray-200);
  }
  .border-gray-300 {
    border-color: var(--color-gray-300);
  }
  .border-gray\/50 {
    border-color: color-mix(in srgb, #C6DBE4 50%, transparent);
    @supports (color: color-mix(in lab, red, red)) {
      border-color: color-mix(in oklab, var(--color-gray) 50%, transparent);
    }
  }
  .border-light-blue {
    border-color: var(--color-light-blue);
  }
  .border-light-blue\/20 {
    border-color: color-mix(in srgb, #2BAEE5 20%, transparent);
    @supports (color: color-mix(in lab, red, red)) {
      border-color: color-mix(in oklab, var(--color-light-blue) 20%, transparent);
    }
  }
  .border-primary {
    border-color: var(--color-primary);
  }
  .border-secondary {
    border-color: var(--color-secondary);
  }
  .border-secondary\! {
    border-color: var(--color-secondary) !important;
  }
  .border-white {
    border-color: var(--color-white);
  }
  .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\/50 {
    border-color: color-mix(in srgb, rgb(255 255 255) 50%, transparent);
    @supports (color: color-mix(in lab, red, red)) {
      border-color: color-mix(in oklab, var(--color-white) 50%, transparent);
    }
  }
  .border-yellow-200 {
    border-color: var(--color-yellow-200);
  }
  .border-t-gray {
    border-top-color: var(--color-gray);
  }
  .border-l-gray {
    border-left-color: var(--color-gray);
  }
  .bg-\[\#0a2031\] {
    background-color: #0a2031;
  }
  .bg-\[\#C6DBE4\]\/60 {
    background-color: color-mix(in oklab, #C6DBE4 60%, transparent);
  }
  .bg-\[\#e5e8eb\] {
    background-color: #e5e8eb;
  }
  .bg-black\/50 {
    background-color: color-mix(in srgb, #000 50%, transparent);
    @supports (color: color-mix(in lab, red, red)) {
      background-color: color-mix(in oklab, var(--color-black) 50%, transparent);
    }
  }
  .bg-gray {
    background-color: var(--color-gray);
  }
  .bg-gray-50 {
    background-color: var(--color-gray-50);
  }
  .bg-gray-100 {
    background-color: var(--color-gray-100);
  }
  .bg-green-600 {
    background-color: var(--color-green-600);
  }
  .bg-light-blue {
    background-color: var(--color-light-blue);
  }
  .bg-light-blue\/10 {
    background-color: color-mix(in srgb, #2BAEE5 10%, transparent);
    @supports (color: color-mix(in lab, red, red)) {
      background-color: color-mix(in oklab, var(--color-light-blue) 10%, transparent);
    }
  }
  .bg-primary {
    background-color: var(--color-primary);
  }
  .bg-primary\/25 {
    background-color: color-mix(in srgb, #293684 25%, transparent);
    @supports (color: color-mix(in lab, red, red)) {
      background-color: color-mix(in oklab, var(--color-primary) 25%, transparent);
    }
  }
  .bg-primary\/50 {
    background-color: color-mix(in srgb, #293684 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-transparent {
    background-color: transparent;
  }
  .bg-white {
    background-color: var(--color-white);
  }
  .bg-white\/10 {
    background-color: color-mix(in srgb, rgb(255 255 255) 10%, transparent);
    @supports (color: color-mix(in lab, red, red)) {
      background-color: color-mix(in oklab, var(--color-white) 10%, transparent);
    }
  }
  .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-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));
  }
  .from-gray\/60 {
    --tw-gradient-from: color-mix(in srgb, #C6DBE4 60%, transparent);
    @supports (color: color-mix(in lab, red, red)) {
      --tw-gradient-from: color-mix(in oklab, var(--color-gray) 60%, transparent);
    }
    --tw-gradient-stops: var(--tw-gradient-via-stops, var(--tw-gradient-position), var(--tw-gradient-from) var(--tw-gradient-from-position), var(--tw-gradient-to) var(--tw-gradient-to-position));
  }
  .from-light-blue {
    --tw-gradient-from: var(--color-light-blue);
    --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-secondary {
    --tw-gradient-from: var(--color-secondary);
    --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-secondary\/60 {
    --tw-gradient-from: color-mix(in srgb, #D59B37 60%, transparent);
    @supports (color: color-mix(in lab, red, red)) {
      --tw-gradient-from: color-mix(in oklab, var(--color-secondary) 60%, transparent);
    }
    --tw-gradient-stops: var(--tw-gradient-via-stops, var(--tw-gradient-position), var(--tw-gradient-from) var(--tw-gradient-from-position), var(--tw-gradient-to) var(--tw-gradient-to-position));
  }
  .from-white {
    --tw-gradient-from: var(--color-white);
    --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-gray\/40 {
    --tw-gradient-to: color-mix(in srgb, #C6DBE4 40%, transparent);
    @supports (color: color-mix(in lab, red, red)) {
      --tw-gradient-to: color-mix(in oklab, var(--color-gray) 40%, transparent);
    }
    --tw-gradient-stops: var(--tw-gradient-via-stops, var(--tw-gradient-position), var(--tw-gradient-from) var(--tw-gradient-from-position), var(--tw-gradient-to) var(--tw-gradient-to-position));
  }
  .to-primary {
    --tw-gradient-to: var(--color-primary);
    --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-secondary\/40 {
    --tw-gradient-to: color-mix(in srgb, #D59B37 40%, transparent);
    @supports (color: color-mix(in lab, red, red)) {
      --tw-gradient-to: color-mix(in oklab, var(--color-secondary) 40%, transparent);
    }
    --tw-gradient-stops: var(--tw-gradient-via-stops, var(--tw-gradient-position), var(--tw-gradient-from) var(--tw-gradient-from-position), var(--tw-gradient-to) var(--tw-gradient-to-position));
  }
  .to-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));
  }
  .fill-\[\#C6DBE4\] {
    fill: #C6DBE4;
  }
  .fill-light-blue {
    fill: var(--color-light-blue);
  }
  .object-contain {
    object-fit: contain;
  }
  .object-cover {
    object-fit: cover;
  }
  .object-center {
    object-position: center;
  }
  .p-2 {
    padding: calc(var(--spacing) * 2);
  }
  .p-3 {
    padding: calc(var(--spacing) * 3);
  }
  .p-4 {
    padding: calc(var(--spacing) * 4);
  }
  .p-6 {
    padding: calc(var(--spacing) * 6);
  }
  .p-10 {
    padding: calc(var(--spacing) * 10);
  }
  .p-\[12px\] {
    padding: 12px;
  }
  .p-\[16px\] {
    padding: 16px;
  }
  .p-\[20px\] {
    padding: 20px;
  }
  .p-\[28px\] {
    padding: 28px;
  }
  .p-\[32px\] {
    padding: 32px;
  }
  .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-\[10px\] {
    padding-inline: 10px;
  }
  .px-\[11px\] {
    padding-inline: 11px;
  }
  .px-\[12\%\] {
    padding-inline: 12%;
  }
  .px-\[12px\] {
    padding-inline: 12px;
  }
  .px-\[14px\] {
    padding-inline: 14px;
  }
  .px-\[16px\] {
    padding-inline: 16px;
  }
  .px-\[16px\]\! {
    padding-inline: 16px !important;
  }
  .px-\[20px\] {
    padding-inline: 20px;
  }
  .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-\[6px\] {
    padding-block: 6px;
  }
  .py-\[8px\] {
    padding-block: 8px;
  }
  .py-\[10px\] {
    padding-block: 10px;
  }
  .py-\[12px\] {
    padding-block: 12px;
  }
  .py-\[12px\]\! {
    padding-block: 12px !important;
  }
  .py-\[16px\] {
    padding-block: 16px;
  }
  .py-\[16px\]\! {
    padding-block: 16px !important;
  }
  .py-\[20px\] {
    padding-block: 20px;
  }
  .py-\[20px\]\! {
    padding-block: 20px !important;
  }
  .py-\[32px\] {
    padding-block: 32px;
  }
  .py-\[40px\] {
    padding-block: 40px;
  }
  .py-\[40px\]\! {
    padding-block: 40px !important;
  }
  .py-\[60px\] {
    padding-block: 60px;
  }
  .py-\[80px\] {
    padding-block: 80px;
  }
  .py-\[160px\] {
    padding-block: 160px;
  }
  .pe-3 {
    padding-inline-end: calc(var(--spacing) * 3);
  }
  .pe-10 {
    padding-inline-end: calc(var(--spacing) * 10);
  }
  .pe-\[26px\] {
    padding-inline-end: 26px;
  }
  .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-24 {
    padding-top: calc(var(--spacing) * 24);
  }
  .pt-\[4px\] {
    padding-top: 4px;
  }
  .pt-\[10px\] {
    padding-top: 10px;
  }
  .pt-\[12px\] {
    padding-top: 12px;
  }
  .pt-\[16px\] {
    padding-top: 16px;
  }
  .pt-\[20px\] {
    padding-top: 20px;
  }
  .pt-\[24px\] {
    padding-top: 24px;
  }
  .pt-\[36px\] {
    padding-top: 36px;
  }
  .pt-\[40px\] {
    padding-top: 40px;
  }
  .pt-\[60px\] {
    padding-top: 60px;
  }
  .pt-\[80px\]\! {
    padding-top: 80px !important;
  }
  .pr-12 {
    padding-right: calc(var(--spacing) * 12);
  }
  .pr-\[30\%\] {
    padding-right: 30%;
  }
  .pr-\[40px\] {
    padding-right: 40px;
  }
  .pr-\[48px\] {
    padding-right: 48px;
  }
  .pb-0 {
    padding-bottom: calc(var(--spacing) * 0);
  }
  .pb-0\! {
    padding-bottom: calc(var(--spacing) * 0) !important;
  }
  .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-\[8px\] {
    padding-bottom: 8px;
  }
  .pb-\[10px\] {
    padding-bottom: 10px;
  }
  .pb-\[16px\] {
    padding-bottom: 16px;
  }
  .pb-\[20px\] {
    padding-bottom: 20px;
  }
  .pb-\[24px\] {
    padding-bottom: 24px;
  }
  .pb-\[28px\] {
    padding-bottom: 28px;
  }
  .pb-\[40px\] {
    padding-bottom: 40px;
  }
  .pb-\[40px\]\! {
    padding-bottom: 40px !important;
  }
  .pb-\[60px\] {
    padding-bottom: 60px;
  }
  .pb-\[60px\]\! {
    padding-bottom: 60px !important;
  }
  .pb-\[80px\] {
    padding-bottom: 80px;
  }
  .pb-\[100px\] {
    padding-bottom: 100px;
  }
  .pb-\[120px\] {
    padding-bottom: 120px;
  }
  .pl-4 {
    padding-left: calc(var(--spacing) * 4);
  }
  .pl-\[2px\] {
    padding-left: 2px;
  }
  .pl-\[20px\]\! {
    padding-left: 20px !important;
  }
  .pl-\[38px\] {
    padding-left: 38px;
  }
  .text-center {
    text-align: center;
  }
  .text-center\! {
    text-align: center !important;
  }
  .text-left {
    text-align: left;
  }
  .text-right {
    text-align: right;
  }
  .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-base {
    font-size: var(--text-base);
    line-height: var(--tw-leading, var(--text-base--line-height));
  }
  .text-lg {
    font-size: var(--text-lg);
    line-height: var(--tw-leading, var(--text-lg--line-height));
  }
  .text-sm {
    font-size: var(--text-sm);
    line-height: var(--tw-leading, var(--text-sm--line-height));
  }
  .text-xl {
    font-size: var(--text-xl);
    line-height: var(--tw-leading, var(--text-xl--line-height));
  }
  .text-xs {
    font-size: var(--text-xs);
    line-height: var(--tw-leading, var(--text-xs--line-height));
  }
  .text-\[13px\] {
    font-size: 13px;
  }
  .text-\[14px\] {
    font-size: 14px;
  }
  .text-\[16px\] {
    font-size: 16px;
  }
  .text-\[17px\] {
    font-size: 17px;
  }
  .text-\[20px\] {
    font-size: 20px;
  }
  .leading-\[1\.6\] {
    --tw-leading: 1.6;
    line-height: 1.6;
  }
  .leading-\[1\.8\] {
    --tw-leading: 1.8;
    line-height: 1.8;
  }
  .leading-none {
    --tw-leading: 1;
    line-height: 1;
  }
  .leading-relaxed {
    --tw-leading: var(--leading-relaxed);
    line-height: var(--leading-relaxed);
  }
  .font-bold {
    --tw-font-weight: var(--font-weight-bold);
    font-weight: var(--font-weight-bold);
  }
  .font-bold\! {
    --tw-font-weight: var(--font-weight-bold) !important;
    font-weight: var(--font-weight-bold) !important;
  }
  .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-\[0\.08em\] {
    --tw-tracking: 0.08em;
    letter-spacing: 0.08em;
  }
  .tracking-wide {
    --tw-tracking: var(--tracking-wide);
    letter-spacing: var(--tracking-wide);
  }
  .text-wrap {
    text-wrap: wrap;
  }
  .whitespace-nowrap {
    white-space: nowrap;
  }
  .text-\[\#25D366\] {
    color: #25D366;
  }
  .text-\[\#00344c\] {
    color: #00344c;
  }
  .text-\[\#092354\] {
    color: #092354;
  }
  .text-\[\#C6DBE4\] {
    color: #C6DBE4;
  }
  .text-gray {
    color: var(--color-gray);
  }
  .text-gray-200 {
    color: var(--color-gray-200);
  }
  .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-light-blue {
    color: var(--color-light-blue);
  }
  .text-light-blue\! {
    color: var(--color-light-blue) !important;
  }
  .text-primary {
    color: var(--color-primary);
  }
  .text-secondary {
    color: var(--color-secondary);
  }
  .text-text {
    color: var(--color-text);
  }
  .text-text\! {
    color: var(--color-text) !important;
  }
  .text-white {
    color: var(--color-white);
  }
  .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-yellow-800 {
    color: var(--color-yellow-800);
  }
  .lowercase {
    text-transform: lowercase;
  }
  .italic {
    font-style: italic;
  }
  .underline {
    text-decoration-line: underline;
  }
  .opacity-0 {
    opacity: 0%;
  }
  .opacity-20 {
    opacity: 20%;
  }
  .opacity-25 {
    opacity: 25%;
  }
  .opacity-50 {
    opacity: 50%;
  }
  .opacity-70 {
    opacity: 70%;
  }
  .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-2xl {
    --tw-shadow: 0 25px 50px -12px var(--tw-shadow-color, rgb(0 0 0 / 0.25));
    box-shadow: var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
  }
  .shadow-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);
  }
  .outline {
    outline-style: var(--tw-outline-style);
    outline-width: 1px;
  }
  .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,);
  }
  .blur-sm {
    --tw-blur: blur(var(--blur-sm));
    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-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-500 {
    --tw-duration: 500ms;
    transition-duration: 500ms;
  }
  .ease-in-out {
    --tw-ease: var(--ease-in-out);
    transition-timing-function: var(--ease-in-out);
  }
  .ease-out {
    --tw-ease: var(--ease-out);
    transition-timing-function: var(--ease-out);
  }
  .will-change-transform {
    will-change: transform;
  }
  .group-hover\:visible {
    &:is(:where(.group):hover *) {
      @media (hover: hover) {
        visibility: visible;
      }
    }
  }
  .group-hover\:translate-x-\[6px\] {
    &:is(:where(.group):hover *) {
      @media (hover: hover) {
        --tw-translate-x: 6px;
        translate: var(--tw-translate-x) var(--tw-translate-y);
      }
    }
  }
  .group-hover\:scale-\[1\.02\] {
    &:is(:where(.group):hover *) {
      @media (hover: hover) {
        scale: 1.02;
      }
    }
  }
  .group-hover\:scale-\[1\.05\] {
    &:is(:where(.group):hover *) {
      @media (hover: hover) {
        scale: 1.05;
      }
    }
  }
  .group-hover\:rotate-180 {
    &:is(:where(.group):hover *) {
      @media (hover: hover) {
        rotate: 180deg;
      }
    }
  }
  .group-hover\:bg-light-blue {
    &:is(:where(.group):hover *) {
      @media (hover: hover) {
        background-color: var(--color-light-blue);
      }
    }
  }
  .group-hover\:bg-white {
    &:is(:where(.group):hover *) {
      @media (hover: hover) {
        background-color: var(--color-white);
      }
    }
  }
  .group-hover\:fill-primary {
    &:is(:where(.group):hover *) {
      @media (hover: hover) {
        fill: var(--color-primary);
      }
    }
  }
  .group-hover\:fill-primary\! {
    &:is(:where(.group):hover *) {
      @media (hover: hover) {
        fill: var(--color-primary) !important;
      }
    }
  }
  .group-hover\:fill-white {
    &:is(:where(.group):hover *) {
      @media (hover: hover) {
        fill: var(--color-white);
      }
    }
  }
  .group-hover\:text-light-blue\! {
    &:is(:where(.group):hover *) {
      @media (hover: hover) {
        color: var(--color-light-blue) !important;
      }
    }
  }
  .group-hover\:text-primary {
    &:is(:where(.group):hover *) {
      @media (hover: hover) {
        color: var(--color-primary);
      }
    }
  }
  .group-hover\:text-white\/80 {
    &:is(:where(.group):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);
        }
      }
    }
  }
  .group-hover\:underline {
    &:is(:where(.group):hover *) {
      @media (hover: hover) {
        text-decoration-line: underline;
      }
    }
  }
  .group-hover\:opacity-50 {
    &:is(:where(.group):hover *) {
      @media (hover: hover) {
        opacity: 50%;
      }
    }
  }
  .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);
      }
    }
  }
  .group-hover\/tooltip\:visible {
    &:is(:where(.group\/tooltip):hover *) {
      @media (hover: hover) {
        visibility: visible;
      }
    }
  }
  .group-hover\/tooltip\:opacity-100 {
    &:is(:where(.group\/tooltip):hover *) {
      @media (hover: hover) {
        opacity: 100%;
      }
    }
  }
  .placeholder\:text-\[\#092354\] {
    &::placeholder {
      color: #092354;
    }
  }
  .placeholder\:text-white\/60 {
    &::placeholder {
      color: color-mix(in srgb, rgb(255 255 255) 60%, transparent);
      @supports (color: color-mix(in lab, red, red)) {
        color: color-mix(in oklab, var(--color-white) 60%, transparent);
      }
    }
  }
  .placeholder\:opacity-50 {
    &::placeholder {
      opacity: 50%;
    }
  }
  .last\:border-b-0\! {
    &:last-child {
      border-bottom-style: var(--tw-border-style) !important;
      border-bottom-width: 0px !important;
    }
  }
  .hover\:visible {
    &:hover {
      @media (hover: hover) {
        visibility: visible;
      }
    }
  }
  .hover\:cursor-pointer {
    &:hover {
      @media (hover: hover) {
        cursor: pointer;
      }
    }
  }
  .hover\:cursor-pointer\! {
    &:hover {
      @media (hover: hover) {
        cursor: pointer !important;
      }
    }
  }
  .hover\:border-primary {
    &:hover {
      @media (hover: hover) {
        border-color: var(--color-primary);
      }
    }
  }
  .hover\:border-white {
    &:hover {
      @media (hover: hover) {
        border-color: var(--color-white);
      }
    }
  }
  .hover\:bg-gold {
    &:hover {
      @media (hover: hover) {
        background-color: var(--color-gold);
      }
    }
  }
  .hover\:bg-gray-50 {
    &:hover {
      @media (hover: hover) {
        background-color: var(--color-gray-50);
      }
    }
  }
  .hover\:bg-gray-100 {
    &:hover {
      @media (hover: hover) {
        background-color: var(--color-gray-100);
      }
    }
  }
  .hover\:bg-light-blue\/5 {
    &:hover {
      @media (hover: hover) {
        background-color: color-mix(in srgb, #2BAEE5 5%, transparent);
        @supports (color: color-mix(in lab, red, red)) {
          background-color: color-mix(in oklab, var(--color-light-blue) 5%, transparent);
        }
      }
    }
  }
  .hover\:bg-light-blue\/25 {
    &:hover {
      @media (hover: hover) {
        background-color: color-mix(in srgb, #2BAEE5 25%, transparent);
        @supports (color: color-mix(in lab, red, red)) {
          background-color: color-mix(in oklab, var(--color-light-blue) 25%, transparent);
        }
      }
    }
  }
  .hover\:bg-primary {
    &:hover {
      @media (hover: hover) {
        background-color: var(--color-primary);
      }
    }
  }
  .hover\:bg-primary\/90 {
    &:hover {
      @media (hover: hover) {
        background-color: color-mix(in srgb, #293684 90%, transparent);
        @supports (color: color-mix(in lab, red, red)) {
          background-color: color-mix(in oklab, var(--color-primary) 90%, transparent);
        }
      }
    }
  }
  .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-secondary\/90 {
    &:hover {
      @media (hover: hover) {
        background-color: color-mix(in srgb, #D59B37 90%, transparent);
        @supports (color: color-mix(in lab, red, red)) {
          background-color: color-mix(in oklab, var(--color-secondary) 90%, transparent);
        }
      }
    }
  }
  .hover\:bg-white {
    &:hover {
      @media (hover: hover) {
        background-color: var(--color-white);
      }
    }
  }
  .hover\:text-\[\#0a2031\] {
    &:hover {
      @media (hover: hover) {
        color: #0a2031;
      }
    }
  }
  .hover\:text-gray-200 {
    &:hover {
      @media (hover: hover) {
        color: var(--color-gray-200);
      }
    }
  }
  .hover\:text-gray-700 {
    &:hover {
      @media (hover: hover) {
        color: var(--color-gray-700);
      }
    }
  }
  .hover\:text-light-blue {
    &:hover {
      @media (hover: hover) {
        color: var(--color-light-blue);
      }
    }
  }
  .hover\:text-light-blue\! {
    &:hover {
      @media (hover: hover) {
        color: var(--color-light-blue) !important;
      }
    }
  }
  .hover\:text-primary {
    &:hover {
      @media (hover: hover) {
        color: var(--color-primary);
      }
    }
  }
  .hover\:text-secondary {
    &:hover {
      @media (hover: hover) {
        color: var(--color-secondary);
      }
    }
  }
  .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-100 {
    &:hover {
      @media (hover: hover) {
        opacity: 100% !important;
      }
    }
  }
  .hover\:opacity-100 {
    &:hover {
      @media (hover: hover) {
        opacity: 100%;
      }
    }
  }
  .hover\:delay-0 {
    &:hover {
      @media (hover: hover) {
        transition-delay: 0ms;
      }
    }
  }
  .focus\:border-light-blue {
    &:focus {
      border-color: var(--color-light-blue);
    }
  }
  .focus\:border-transparent {
    &:focus {
      border-color: transparent;
    }
  }
  .focus\:bg-light-blue {
    &:focus {
      background-color: var(--color-light-blue);
    }
  }
  .focus\:ring-1 {
    &:focus {
      --tw-ring-shadow: var(--tw-ring-inset,) 0 0 0 calc(1px + var(--tw-ring-offset-width)) var(--tw-ring-color, currentcolor);
      box-shadow: var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
    }
  }
  .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-gray {
    &:focus {
      --tw-ring-color: var(--color-gray);
    }
  }
  .focus\:ring-light-blue {
    &:focus {
      --tw-ring-color: var(--color-light-blue);
    }
  }
  .focus\:outline-none {
    &:focus {
      --tw-outline-style: none;
      outline-style: none;
    }
  }
  .sm\:mb-0\! {
    @media (width >= 40rem) {
      margin-bottom: calc(var(--spacing) * 0) !important;
    }
  }
  .sm\:flex-row {
    @media (width >= 40rem) {
      flex-direction: row;
    }
  }
  .md\:col-span-2 {
    @media (width >= 48rem) {
      grid-column: span 2 / span 2;
    }
  }
  .md\:mx-0 {
    @media (width >= 48rem) {
      margin-inline: calc(var(--spacing) * 0);
    }
  }
  .md\:mt-\[0px\] {
    @media (width >= 48rem) {
      margin-top: 0px;
    }
  }
  .md\:grid {
    @media (width >= 48rem) {
      display: grid;
    }
  }
  .md\:hidden {
    @media (width >= 48rem) {
      display: none;
    }
  }
  .md\:inline-block {
    @media (width >= 48rem) {
      display: inline-block;
    }
  }
  .md\:h-\[350px\] {
    @media (width >= 48rem) {
      height: 350px;
    }
  }
  .md\:h-auto {
    @media (width >= 48rem) {
      height: auto;
    }
  }
  .md\:w-4\/12 {
    @media (width >= 48rem) {
      width: calc(4/12 * 100%);
    }
  }
  .md\:w-8\/12 {
    @media (width >= 48rem) {
      width: calc(8/12 * 100%);
    }
  }
  .md\:columns-2 {
    @media (width >= 48rem) {
      columns: 2;
    }
  }
  .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\:gap-8 {
    @media (width >= 48rem) {
      gap: calc(var(--spacing) * 8);
    }
  }
  .md\:gap-\[24px\] {
    @media (width >= 48rem) {
      gap: 24px;
    }
  }
  .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\:px-\[150px\] {
    @media (width >= 48rem) {
      padding-inline: 150px;
    }
  }
  .md\:pb-\[36px\] {
    @media (width >= 48rem) {
      padding-bottom: 36px;
    }
  }
  .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\:sticky {
    @media (width >= 64rem) {
      position: sticky;
    }
  }
  .lg\:top-0 {
    @media (width >= 64rem) {
      top: calc(var(--spacing) * 0);
    }
  }
  .lg\:top-4 {
    @media (width >= 64rem) {
      top: calc(var(--spacing) * 4);
    }
  }
  .lg\:top-8 {
    @media (width >= 64rem) {
      top: calc(var(--spacing) * 8);
    }
  }
  .lg\:top-\[100px\] {
    @media (width >= 64rem) {
      top: 100px;
    }
  }
  .lg\:right-0 {
    @media (width >= 64rem) {
      right: calc(var(--spacing) * 0);
    }
  }
  .lg\:right-4 {
    @media (width >= 64rem) {
      right: calc(var(--spacing) * 4);
    }
  }
  .lg\:right-\[20px\] {
    @media (width >= 64rem) {
      right: 20px;
    }
  }
  .lg\:right-auto {
    @media (width >= 64rem) {
      right: auto;
    }
  }
  .lg\:bottom-auto {
    @media (width >= 64rem) {
      bottom: auto;
    }
  }
  .lg\:left-auto {
    @media (width >= 64rem) {
      left: auto;
    }
  }
  .lg\:order-1 {
    @media (width >= 64rem) {
      order: 1;
    }
  }
  .lg\:order-2 {
    @media (width >= 64rem) {
      order: 2;
    }
  }
  .lg\:col-span-1 {
    @media (width >= 64rem) {
      grid-column: span 1 / span 1;
    }
  }
  .lg\:col-span-3 {
    @media (width >= 64rem) {
      grid-column: span 3 / span 3;
    }
  }
  .lg\:col-start-3 {
    @media (width >= 64rem) {
      grid-column-start: 3;
    }
  }
  .lg\:row-span-2 {
    @media (width >= 64rem) {
      grid-row: span 2 / span 2;
    }
  }
  .lg\:row-start-2 {
    @media (width >= 64rem) {
      grid-row-start: 2;
    }
  }
  .lg\:row-start-3 {
    @media (width >= 64rem) {
      grid-row-start: 3;
    }
  }
  .lg\:mx-\[8\.333\%\] {
    @media (width >= 64rem) {
      margin-inline: 8.333%;
    }
  }
  .lg\:mx-auto {
    @media (width >= 64rem) {
      margin-inline: auto;
    }
  }
  .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-\[32px\] {
    @media (width >= 64rem) {
      margin-top: 32px;
    }
  }
  .lg\:mt-\[36px\] {
    @media (width >= 64rem) {
      margin-top: 36px;
    }
  }
  .lg\:mt-\[80px\] {
    @media (width >= 64rem) {
      margin-top: 80px;
    }
  }
  .lg\:mt-\[100px\] {
    @media (width >= 64rem) {
      margin-top: 100px;
    }
  }
  .lg\:mt-\[120px\] {
    @media (width >= 64rem) {
      margin-top: 120px;
    }
  }
  .lg\:mt-\[200px\] {
    @media (width >= 64rem) {
      margin-top: 200px;
    }
  }
  .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-\[0px\] {
    @media (width >= 64rem) {
      margin-bottom: 0px;
    }
  }
  .lg\:mb-\[20px\] {
    @media (width >= 64rem) {
      margin-bottom: 20px;
    }
  }
  .lg\:mb-\[32px\] {
    @media (width >= 64rem) {
      margin-bottom: 32px;
    }
  }
  .lg\:mb-\[32px\]\! {
    @media (width >= 64rem) {
      margin-bottom: 32px !important;
    }
  }
  .lg\:mb-\[40px\] {
    @media (width >= 64rem) {
      margin-bottom: 40px;
    }
  }
  .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-\[140px\] {
    @media (width >= 64rem) {
      margin-bottom: 140px;
    }
  }
  .lg\:mb-\[160px\] {
    @media (width >= 64rem) {
      margin-bottom: 160px;
    }
  }
  .lg\:ml-\[8\.333\%\] {
    @media (width >= 64rem) {
      margin-left: 8.333%;
    }
  }
  .lg\:ml-\[20px\] {
    @media (width >= 64rem) {
      margin-left: 20px;
    }
  }
  .lg\:ml-\[90px\] {
    @media (width >= 64rem) {
      margin-left: 90px;
    }
  }
  .lg\:ml-auto {
    @media (width >= 64rem) {
      margin-left: auto;
    }
  }
  .lg\:\[display\:contents\] {
    @media (width >= 64rem) {
      display: contents;
    }
  }
  .lg\:block {
    @media (width >= 64rem) {
      display: block;
    }
  }
  .lg\:flex {
    @media (width >= 64rem) {
      display: flex;
    }
  }
  .lg\:grid {
    @media (width >= 64rem) {
      display: grid;
    }
  }
  .lg\:hidden {
    @media (width >= 64rem) {
      display: none;
    }
  }
  .lg\:inline-flex {
    @media (width >= 64rem) {
      display: inline-flex;
    }
  }
  .lg\:h-10 {
    @media (width >= 64rem) {
      height: calc(var(--spacing) * 10);
    }
  }
  .lg\:h-\[35px\] {
    @media (width >= 64rem) {
      height: 35px;
    }
  }
  .lg\:h-\[40px\] {
    @media (width >= 64rem) {
      height: 40px;
    }
  }
  .lg\:h-\[50px\] {
    @media (width >= 64rem) {
      height: 50px;
    }
  }
  .lg\:h-\[66px\] {
    @media (width >= 64rem) {
      height: 66px;
    }
  }
  .lg\:h-\[80px\] {
    @media (width >= 64rem) {
      height: 80px;
    }
  }
  .lg\:h-\[300px\] {
    @media (width >= 64rem) {
      height: 300px;
    }
  }
  .lg\:h-\[400px\] {
    @media (width >= 64rem) {
      height: 400px;
    }
  }
  .lg\:h-\[415px\] {
    @media (width >= 64rem) {
      height: 415px;
    }
  }
  .lg\:h-\[420px\] {
    @media (width >= 64rem) {
      height: 420px;
    }
  }
  .lg\:h-\[600px\] {
    @media (width >= 64rem) {
      height: 600px;
    }
  }
  .lg\:h-full {
    @media (width >= 64rem) {
      height: 100%;
    }
  }
  .lg\:max-h-\[90vh\] {
    @media (width >= 64rem) {
      max-height: 90vh;
    }
  }
  .lg\:max-h-none {
    @media (width >= 64rem) {
      max-height: none;
    }
  }
  .lg\:min-h-\[60px\] {
    @media (width >= 64rem) {
      min-height: 60px;
    }
  }
  .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\/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 {
    @media (width >= 64rem) {
      width: calc(var(--spacing) * 10);
    }
  }
  .lg\:w-10\/12 {
    @media (width >= 64rem) {
      width: calc(10/12 * 100%);
    }
  }
  .lg\:w-\[40px\] {
    @media (width >= 64rem) {
      width: 40px;
    }
  }
  .lg\:w-\[80px\] {
    @media (width >= 64rem) {
      width: 80px;
    }
  }
  .lg\:w-\[150px\] {
    @media (width >= 64rem) {
      width: 150px;
    }
  }
  .lg\:w-\[260px\] {
    @media (width >= 64rem) {
      width: 260px;
    }
  }
  .lg\:w-auto {
    @media (width >= 64rem) {
      width: auto;
    }
  }
  .lg\:max-w-\[300px\] {
    @media (width >= 64rem) {
      max-width: 300px;
    }
  }
  .lg\:max-w-\[540px\] {
    @media (width >= 64rem) {
      max-width: 540px;
    }
  }
  .lg\:max-w-\[700px\] {
    @media (width >= 64rem) {
      max-width: 700px;
    }
  }
  .lg\:min-w-\[60px\] {
    @media (width >= 64rem) {
      min-width: 60px;
    }
  }
  .lg\:min-w-\[195px\] {
    @media (width >= 64rem) {
      min-width: 195px;
    }
  }
  .lg\:min-w-\[300px\] {
    @media (width >= 64rem) {
      min-width: 300px;
    }
  }
  .lg\:flex-1\/2 {
    @media (width >= 64rem) {
      flex: calc(1/2 * 100%);
    }
  }
  .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\:columns-2 {
    @media (width >= 64rem) {
      columns: 2;
    }
  }
  .lg\:grid-cols-2 {
    @media (width >= 64rem) {
      grid-template-columns: repeat(2, minmax(0, 1fr));
    }
  }
  .lg\:grid-cols-3 {
    @media (width >= 64rem) {
      grid-template-columns: repeat(3, minmax(0, 1fr));
    }
  }
  .lg\: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\:items-stretch {
    @media (width >= 64rem) {
      align-items: stretch;
    }
  }
  .lg\:justify-between {
    @media (width >= 64rem) {
      justify-content: space-between;
    }
  }
  .lg\:justify-center {
    @media (width >= 64rem) {
      justify-content: center;
    }
  }
  .lg\:justify-end {
    @media (width >= 64rem) {
      justify-content: flex-end;
    }
  }
  .lg\:justify-start {
    @media (width >= 64rem) {
      justify-content: flex-start;
    }
  }
  .lg\:gap-\[12px\] {
    @media (width >= 64rem) {
      gap: 12px;
    }
  }
  .lg\:gap-\[28px\] {
    @media (width >= 64rem) {
      gap: 28px;
    }
  }
  .lg\:gap-\[32px\] {
    @media (width >= 64rem) {
      gap: 32px;
    }
  }
  .lg\:gap-\[36px\] {
    @media (width >= 64rem) {
      gap: 36px;
    }
  }
  .lg\:gap-y-\[80px\] {
    @media (width >= 64rem) {
      row-gap: 80px;
    }
  }
  .lg\:gap-y-\[80px\]\! {
    @media (width >= 64rem) {
      row-gap: 80px !important;
    }
  }
  .lg\:self-end {
    @media (width >= 64rem) {
      align-self: flex-end;
    }
  }
  .lg\:self-start {
    @media (width >= 64rem) {
      align-self: flex-start;
    }
  }
  .lg\:overflow-hidden {
    @media (width >= 64rem) {
      overflow: hidden;
    }
  }
  .lg\:overflow-y-auto {
    @media (width >= 64rem) {
      overflow-y: auto;
    }
  }
  .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\: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-\[20px\] {
    @media (width >= 64rem) {
      padding: 20px;
    }
  }
  .lg\:p-\[40px\] {
    @media (width >= 64rem) {
      padding: 40px;
    }
  }
  .lg\:p-\[60px\] {
    @media (width >= 64rem) {
      padding: 60px;
    }
  }
  .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-25 {
    @media (width >= 64rem) {
      padding-inline: calc(var(--spacing) * 25);
    }
  }
  .lg\:px-\[0px\] {
    @media (width >= 64rem) {
      padding-inline: 0px;
    }
  }
  .lg\:px-\[20px\] {
    @media (width >= 64rem) {
      padding-inline: 20px;
    }
  }
  .lg\:px-\[28px\] {
    @media (width >= 64rem) {
      padding-inline: 28px;
    }
  }
  .lg\:px-\[40px\] {
    @media (width >= 64rem) {
      padding-inline: 40px;
    }
  }
  .lg\:px-\[60px\] {
    @media (width >= 64rem) {
      padding-inline: 60px;
    }
  }
  .lg\:px-\[80px\] {
    @media (width >= 64rem) {
      padding-inline: 80px;
    }
  }
  .lg\:py-0 {
    @media (width >= 64rem) {
      padding-block: calc(var(--spacing) * 0);
    }
  }
  .lg\:py-0\! {
    @media (width >= 64rem) {
      padding-block: calc(var(--spacing) * 0) !important;
    }
  }
  .lg\:py-\[16px\] {
    @media (width >= 64rem) {
      padding-block: 16px;
    }
  }
  .lg\:py-\[24px\] {
    @media (width >= 64rem) {
      padding-block: 24px;
    }
  }
  .lg\:py-\[28px\]\! {
    @media (width >= 64rem) {
      padding-block: 28px !important;
    }
  }
  .lg\:py-\[40px\] {
    @media (width >= 64rem) {
      padding-block: 40px;
    }
  }
  .lg\:py-\[60px\] {
    @media (width >= 64rem) {
      padding-block: 60px;
    }
  }
  .lg\:py-\[60px\]\! {
    @media (width >= 64rem) {
      padding-block: 60px !important;
    }
  }
  .lg\:py-\[80px\]\! {
    @media (width >= 64rem) {
      padding-block: 80px !important;
    }
  }
  .lg\:py-\[100px\] {
    @media (width >= 64rem) {
      padding-block: 100px;
    }
  }
  .lg\:pe-10 {
    @media (width >= 64rem) {
      padding-inline-end: calc(var(--spacing) * 10);
    }
  }
  .lg\:pt-16 {
    @media (width >= 64rem) {
      padding-top: calc(var(--spacing) * 16);
    }
  }
  .lg\:pt-\[0\] {
    @media (width >= 64rem) {
      padding-top: 0;
    }
  }
  .lg\:pt-\[0px\] {
    @media (width >= 64rem) {
      padding-top: 0px;
    }
  }
  .lg\:pt-\[28px\] {
    @media (width >= 64rem) {
      padding-top: 28px;
    }
  }
  .lg\:pt-\[40px\] {
    @media (width >= 64rem) {
      padding-top: 40px;
    }
  }
  .lg\:pt-\[50px\] {
    @media (width >= 64rem) {
      padding-top: 50px;
    }
  }
  .lg\:pt-\[60px\] {
    @media (width >= 64rem) {
      padding-top: 60px;
    }
  }
  .lg\:pt-\[80px\] {
    @media (width >= 64rem) {
      padding-top: 80px;
    }
  }
  .lg\:pt-\[100px\] {
    @media (width >= 64rem) {
      padding-top: 100px;
    }
  }
  .lg\:pr-21 {
    @media (width >= 64rem) {
      padding-right: calc(var(--spacing) * 21);
    }
  }
  .lg\:pr-\[0px\] {
    @media (width >= 64rem) {
      padding-right: 0px;
    }
  }
  .lg\:pr-\[40px\] {
    @media (width >= 64rem) {
      padding-right: 40px;
    }
  }
  .lg\:pr-\[60px\] {
    @media (width >= 64rem) {
      padding-right: 60px;
    }
  }
  .lg\:pr-\[140px\] {
    @media (width >= 64rem) {
      padding-right: 140px;
    }
  }
  .lg\:pb-0 {
    @media (width >= 64rem) {
      padding-bottom: calc(var(--spacing) * 0);
    }
  }
  .lg\:pb-8 {
    @media (width >= 64rem) {
      padding-bottom: calc(var(--spacing) * 8);
    }
  }
  .lg\:pb-20 {
    @media (width >= 64rem) {
      padding-bottom: calc(var(--spacing) * 20);
    }
  }
  .lg\:pb-\[0px\] {
    @media (width >= 64rem) {
      padding-bottom: 0px;
    }
  }
  .lg\:pb-\[47px\] {
    @media (width >= 64rem) {
      padding-bottom: 47px;
    }
  }
  .lg\:pb-\[60px\] {
    @media (width >= 64rem) {
      padding-bottom: 60px;
    }
  }
  .lg\:pb-\[80px\] {
    @media (width >= 64rem) {
      padding-bottom: 80px;
    }
  }
  .lg\:pb-\[120px\] {
    @media (width >= 64rem) {
      padding-bottom: 120px;
    }
  }
  .lg\:pb-\[120px\]\! {
    @media (width >= 64rem) {
      padding-bottom: 120px !important;
    }
  }
  .lg\:pb-\[160px\] {
    @media (width >= 64rem) {
      padding-bottom: 160px;
    }
  }
  .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-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\:text-left {
    @media (width >= 64rem) {
      text-align: left;
    }
  }
  .lg\:text-left\! {
    @media (width >= 64rem) {
      text-align: left !important;
    }
  }
  .lg\:text-right {
    @media (width >= 64rem) {
      text-align: right;
    }
  }
  .lg\:text-\[15px\] {
    @media (width >= 64rem) {
      font-size: 15px;
    }
  }
  .xl\:mt-\[20px\] {
    @media (width >= 80rem) {
      margin-top: 20px;
    }
  }
  .xl\:ml-auto {
    @media (width >= 80rem) {
      margin-left: auto;
    }
  }
  .xl\:block {
    @media (width >= 80rem) {
      display: block;
    }
  }
  .xl\:flex {
    @media (width >= 80rem) {
      display: flex;
    }
  }
  .xl\:hidden {
    @media (width >= 80rem) {
      display: none;
    }
  }
  .xl\:h-\[500px\] {
    @media (width >= 80rem) {
      height: 500px;
    }
  }
  .xl\:w-5\/12 {
    @media (width >= 80rem) {
      width: calc(5/12 * 100%);
    }
  }
  .xl\:w-6\/12 {
    @media (width >= 80rem) {
      width: calc(6/12 * 100%);
    }
  }
  .xl\:w-8\/12 {
    @media (width >= 80rem) {
      width: calc(8/12 * 100%);
    }
  }
  .xl\:w-10\/12 {
    @media (width >= 80rem) {
      width: calc(10/12 * 100%);
    }
  }
  .xl\:grid-cols-4 {
    @media (width >= 80rem) {
      grid-template-columns: repeat(4, minmax(0, 1fr));
    }
  }
  .xl\:flex-row {
    @media (width >= 80rem) {
      flex-direction: row;
    }
  }
  .xl\:gap-12 {
    @media (width >= 80rem) {
      gap: calc(var(--spacing) * 12);
    }
  }
  .xl\:p-\[60px\] {
    @media (width >= 80rem) {
      padding: 60px;
    }
  }
  .xl\:px-\[40px\] {
    @media (width >= 80rem) {
      padding-inline: 40px;
    }
  }
  .xl\:px-\[60px\] {
    @media (width >= 80rem) {
      padding-inline: 60px;
    }
  }
  .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\:pr-\[140px\] {
    @media (width >= 80rem) {
      padding-right: 140px;
    }
  }
  .xl\:pb-\[100px\] {
    @media (width >= 80rem) {
      padding-bottom: 100px;
    }
  }
  .group-hover\:\[\&_path\]\:fill-white {
    &:is(:where(.group):hover *) {
      @media (hover: hover) {
        & path {
          fill: var(--color-white);
        }
      }
    }
  }
}
@font-face {
  font-family: 'Visby';
  src: local('Visby Bold'), local('VisbyBold'), url('../fonts/VisbyBold.woff2') format('woff2'), url('../fonts/VisbyBold.woff') format('woff'), url('../fonts/VisbyBold.ttf') format('truetype');
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Visby';
  src: local('Visby Regular'), local('VisbyRegular'), url('../fonts/VisbyRegular.woff2') format('woff2'), url('../fonts/VisbyRegular.woff') format('woff'), url('../fonts/VisbyRegular.ttf') format('truetype');
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Visby';
  src: local('Visby Light'), local('VisbyLight'), url('../fonts/VisbyLight.woff2') format('woff2'), url('../fonts/VisbyLight.woff') format('woff'), url('../fonts/VisbyLight.ttf') format('truetype');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Visby';
  src: local('Visby Medium'), local('VisbyMedium'), url('../fonts/VisbyMedium.woff2') format('woff2'), url('../fonts/VisbyMedium.woff') format('woff'), url('../fonts/VisbyMedium.ttf') format('truetype');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
:root {
  --font-family-primary: "Visby", sans-serif;
  --font-family-secondary: "Visby", sans-serif;
  --font-family-display: "Visby", sans-serif;
  --color-primary: #293684;
  --color-secondary: #D59B37;
  --color-gold: #B2822E;
  --color-gray: #C6DBE4;
  --color-light-blue: #2BAEE5;
  --color-text: #494949;
  --color-white: rgb(255 255 255);
}
@layer components {
  .container {
    @media (width >= 40rem) {
      max-width: 640px !important;
    }
    @media (width >= 48rem) {
      max-width: 1200px !important;
    }
    @media (width >= 64rem) {
      max-width: 1200px !important;
    }
    @media (width >= 80rem) {
      max-width: 1440px !important;
    }
    @media (width >= 96rem) {
      max-width: 1440px !important;
    }
    @media (width >= 48rem) {
      padding-inline: 20px !important;
    }
    @media (width >= 96rem) {
      padding-inline: calc(var(--spacing) * 0) !important;
    }
  }
  .read-more-container {
    position: relative;
  }
  .read-more-content {
    position: relative;
    overflow: hidden;
    transition: max-height 0.5s cubic-bezier(0.4, 0, 0.2, 1);
  }
  .read-more-content.expanded {
    transition: max-height 0.5s cubic-bezier(0.4, 0, 0.2, 1);
  }
  .read-more-gradient {
    background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, #ffffff 100%);
    pointer-events: none;
    transition: opacity 0.3s ease;
  }
  .read-more-gradient.hiding {
    opacity: 0;
  }
  .read-more-button {
    position: relative;
    z-index: 10;
    background: white;
    border: 1px solid var(--color-gray);
    border-radius: 100px;
    padding: 16px 20px;
    display: flex;
    align-items: center;
    gap: 8px;
    color: var(--color-primary);
    font-family: var(--font-family-primary);
    font-weight: bold;
    font-size: 16px;
    line-height: 1.6;
    cursor: pointer;
    transition: all 0.2s ease;
  }
  .read-more-button:hover {
    background-color: #f9fafb;
  }
  .read-more-icon {
    width: 14px;
    height: 14px;
    transition: transform 0.2s ease;
  }
  .read-more-button-container .absolute {
    top: 50%;
    left: 0;
    right: 0;
    height: 1px;
    background-color: var(--color-gray);
    transform: translateY(-50%);
  }
  .btn {
    border-radius: 100px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    padding: 16px 20px;
    font-weight: bold !important;
    color: var(--color-white);
    transition: background-color 0.3s ease, color 0.3s ease, border-color 0.3s ease;
    @media (max-width: 768px) {
      padding: 12px 16px;
      font-size: 15px;
    }
    &: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;
      }
    }
    &[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);
          }
        }
      }
    }
    &: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: rgba(255, 255, 255, 0.6);
      font-weight: 500;
      font-size: 13px;
      line-height: 1.4;
      margin-bottom: 8px;
      display: inline-block;
    }
    .gfield_visibility_hidden {
      display: none !important;
    }
    .gfield {
      &.hidden_label {
        .gfield_label {
          display: none !important;
        }
      }
    }
    .gfield:not(.gfield--input-type-fileupload):not(.gfield--type-radio):not(.gfield--type-checkbox):not(.gfield--type-select):not(.gfield--type-textarea):not(.gfield--input-type-multiselect):not(.gfield--type-multiselect) {
      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: rgba(255, 255, 255, 0.6);
        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: rgba(255, 255, 255, 0.6);
        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-white);
        outline: none;
      }
      &.gfield--focused, &.gfield--has-value {
        .gfield_label, .ginput_container .gfield_label {
          top: 12px;
          transform: none;
          font-size: 11px;
          color: rgba(255, 255, 255, 0.6);
          font-weight: 500;
        }
      }
    }
    .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: rgba(255, 255, 255, 0.6);
        z-index: 2;
        background-color: transparent;
        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: rgba(255, 255, 255, 0.6);
        z-index: 2;
        background-color: transparent;
        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-white);
        outline: none;
      }
      &.gfield--focused, &.gfield--has-value {
        .gfield_label, .ginput_container .gfield_label {
          top: 12px;
          transform: none;
          font-size: 11px;
          color: rgba(255, 255, 255, 0.6);
          font-weight: 500;
          padding: 0 !important;
        }
      }
    }
    .gfield--type-select, .gfield--input-type-multiselect, .gfield--type-multiselect {
      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 16px;
        background-color: var(--color-primary);
        border: 1px solid var(--color-white);
        border-radius: 8px;
        color: var(--color-white);
        font-weight: 500;
        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-light-blue);
      }
      .ms-select__label {
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
      }
      .ms-select__icon {
        margin-top: 10px;
        width: 14px;
        height: 8px;
        background-image: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="11" height="6" viewBox="0 0 11 6" fill="none"><path opacity="0.5" d="M4.72115 5.78032C5.01406 6.07323 5.48975 6.07323 5.78266 5.78032L10.2818 1.2812C10.5747 0.988284 10.5747 0.512595 10.2818 0.219684C9.98887 -0.0732279 9.51318 -0.0732279 9.22027 0.219684L5.25073 4.18922L1.2812 0.222027C0.988284 -0.0708848 0.512595 -0.0708848 0.219684 0.222027C-0.0732279 0.514938 -0.0732279 0.990627 0.219684 1.28354L4.71881 5.78266L4.72115 5.78032Z" fill="white"/></svg>');
        background-repeat: no-repeat;
        background-position: center;
        background-color: transparent;
        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: 100;
        top: calc(100% + 4px);
        left: 0;
        width: 100%;
        background-color: var(--color-primary);
        border: 1px solid var(--color-white);
        box-shadow: 0 8px 24px rgba(0,0,0,0.08);
        border-radius: 8px;
        max-height: 264px;
        overflow-y: auto;
        padding: 6px 4px;
        display: none;
      }
      .ms-select.is-open .ms-select__dropdown {
        display: block;
      }
      .ms-select__option {
        padding: 10px 16px;
        cursor: pointer;
        color: #fff;
        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: rgba(43, 174, 229, 0.08);
      }
      .ms-select__option.is-selected {
        background-color: transparent;
        color: var(--color-light-blue);
      }
      .gfield_label {
        position: relative !important;
        left: 20px;
        margin-bottom: 0;
        pointer-events: none;
        transition: all 0.2s ease;
        font-size: 16px;
        font-weight: bold;
        color: #fff !important;
        margin-bottom: 16px !important;
        opacity: 1 !important;
        left: unset !important;
        z-index: 2;
        background-color: transparent;
        line-height: 1;
      }
      .ms-select--multi .ms-select__trigger {
        align-items: flex-start;
        padding-top: 16px;
        padding-bottom: 16px;
        height: auto;
      }
      .ms-select--multi .ms-select__label {
        white-space: normal;
        line-height: 1.6;
      }
      .ms-select--multi .ms-select__dropdown {
        max-height: 320px;
      }
      .ms-select--multi .ms-select__option {
        position: relative;
        padding-left: 40px;
      }
      .ms-select--multi .ms-select__option::before {
        content: "";
        position: absolute;
        left: 16px;
        top: 50%;
        transform: translateY(-50%);
        width: 16px;
        height: 16px;
        border-radius: 9999px;
        border: 1px solid #2baee5;
      }
      .ms-select--multi .ms-select__option.is-selected::before {
        border: none;
        background-image: url('data:image/svg+xml;utf8,<svg width="18" height="16" viewBox="0 0 18 16" xmlns="http://www.w3.org/2000/svg"><path d="M2 8.5L6.5 13L16 3.5" stroke="%232BAEE5" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"/></svg>');
        background-repeat: no-repeat;
        background-position: center;
        background-size: 16px 16px;
      }
    }
    .gf_progressbar_wrapper {
      .gf_progressbar {
        background-color: #E5E7EB;
        border-radius: 4px;
        height: 10px;
        width: 100%;
      }
      .gf_progressbar_percentage {
        background-color: #DC2626;
        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: transparent;
      border: 1px solid rgba(255, 255, 255, 0.6);
      border-radius: 8px;
      color: rgba(255, 255, 255, 1);
      width: 100%;
      padding: 0 20px;
      height: 59px;
      font-weight: 500;
    }
    textarea, .ginput_container textarea {
      height: 200px;
      padding-top: 12px;
      padding-bottom: 12px;
      resize: vertical;
    }
    .gfield--input-type-fileupload {
      .gfield_label {
        color: rgba(255, 255, 255, 0.6);
        font-family: var(--font-family-primary);
        font-weight: 500;
        font-size: 13px;
        line-height: 1.4;
        margin-bottom: 8px;
        display: block;
      }
      .gfield_description {
        color: var(--color-primary);
        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 #E5E7EB;
          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-primary);
        }
        &::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-primary);
        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-primary);
        cursor: pointer;
        transition: all 0.3s ease;
        position: relative;
        z-index: 2;
        &:hover {
          border-color: var(--color-primary);
          background-color: #EFF4FF;
        }
        &:focus {
          outline: 2px solid var(--color-primary);
          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-text);
        font-size: 12px;
        margin-top: 8px;
        display: block;
      }
      .ginput_preview_list {
        margin-top: 16px;
        li {
          background-color: #F9FAFB;
          border: 1px solid #E5E7EB;
          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: #FEF2F2 !important;
      border: 1px solid #FECACA !important;
      border-radius: 4px !important;
      color: #7F1D1D !important;
      padding: 16px !important;
      margin-bottom: 20px !important;
      h2 {
        color: #7F1D1D !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: #991B1B !important;
            text-decoration: underline !important;
            &:hover {
              color: #7F1D1D !important;
            }
          }
        }
      }
    }
    .gfield.gfield_error {
      .gfield_label {
        color: #7F1D1D !important;
      }
      .ginput_container input, .ginput_container select, .ginput_container textarea {
        border-color: #F87171 !important;
        background-color: #FEF2F2 !important;
      }
    }
    input[aria-invalid="true"], select[aria-invalid="true"], textarea[aria-invalid="true"] {
      border-color: #F87171 !important;
      background-color: #FEF2F2 !important;
    }
    .gfield_description.validation_message, .validation_message {
      color: #7F1D1D !important;
      font-size: 12px !important;
      line-height: 1.4 !important;
      margin-top: 6px !important;
    }
    .gfield_required {
      color: #DC2626 !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);
  line-height: 1.5;
  font-size: clamp(0.938rem, calc(0.920rem + 0.089vw), 1.000rem);
  font-weight: 500;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.bg-gradient-pink {
  background: conic-gradient(from 180deg at 50% 50%, #08334A 0deg, #421325 180deg, #08334A 360deg);
}
body {
  transition: padding-top 0.3s ease-in-out;
}
.site-content {
  transition: transform 0.3s ease-in-out;
}
.thema-dropdown-container {
  position: relative;
}
.thema-dropdown-btn {
  white-space: nowrap;
  user-select: none;
}
.thema-dropdown-panel {
  position: absolute;
  z-index: 1000;
  min-width: 615px;
  transform-origin: top center;
}
.thema-dropdown-arrow {
  transition: transform 0.2s ease;
}
.thema-item a {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 8px 0;
  text-decoration: none;
}
.thema-item a:hover {
  text-decoration: none;
}
@media (max-width: 768px) {
  .thema-dropdown-panel {
    min-width: calc(100vw - 40px);
    width: calc(100vw - 40px);
    left: 50%;
    transform: translateX(0);
  }
  .thema-dropdown-panel .grid-cols-2 {
    grid-template-columns: 1fr;
    gap: 24px;
  }
}
h1, h2, h3, .headline-large, .headline-medium, .headline-small {
  font-family: var(--font-family-secondary);
  font-weight: bold;
  line-height: 1.2;
  position: relative;
  hyphens: auto;
  hyphenate-limit-chars: 8 5 3;
}
h1, .headline-large {
  font-size: clamp(1.75rem, calc(0.875vw + 1.4rem), 2.625rem);
}
h2, .headline-medium {
  font-size: clamp(1.375rem, calc(1.125rem + 1.25vw), 2.25rem);
  line-height: 1.2;
}
h3, .headline-small {
  font-size: clamp(1.375rem, calc(1.268rem + 0.536vw), 1.75rem);
  line-height: 1.2;
}
.content-block-hero {
  h2, h3 {
    color: var(--color-primary);
    font-size: clamp(1.375rem, calc(1.268rem + 0.536vw), 1.75rem);
    padding-bottom: 20px;
    @media (min-width: 1024px) {
      padding-bottom: 16px;
    }
  }
  ul {
    list-style: disc;
    margin-bottom: 1rem;
    padding-left: 1rem;
    list-style-type: disc;
  }
  ul li {
    position: relative;
  }
  ul li::marker {
    color: var(--color-primary);
  }
}
h2 a, .headline-medium a, h3 a, .headline-small a {
  text-decoration-line: underline;
  text-decoration-style: solid;
  text-decoration-skip-ink: none;
  text-decoration-thickness: auto;
  text-underline-offset: 25%;
  text-underline-position: from-font;
  text-decoration-color: transparent;
  transition: text-decoration-color 0.3s ease-in-out;
}
h2 a:hover, .headline-medium a:hover, h3 a:hover, .headline-small a:hover {
  text-decoration-color: var(--color-primary);
}
a h2, a .headline-medium, a h3, a .headline-small, a .title-small {
  text-decoration-line: underline;
  text-decoration-style: solid;
  text-decoration-skip-ink: none;
  text-decoration-thickness: 2px;
  text-underline-offset: 25%;
  text-underline-position: from-font;
  text-decoration-color: transparent;
  transition: text-decoration-color 0.3s ease-in-out;
}
a:hover h2, a:hover .headline-medium, a:hover h3, a:hover .headline-small, a:hover .title-small {
  text-decoration-color: var(--color-primary);
}
h4, h5, h6, .title-large, .title-medium, .title-small {
  line-height: 1.2;
}
h4, .title-large {
  font-family: var(--font-family-secondary);
  font-size: clamp(1.0625rem, calc(0.1875vw + 0.9375rem), 1.25rem);
  font-weight: bold;
  letter-spacing: -0.25px;
}
h5, .title-medium {
  font-family: var(--font-family-primary);
  font-size: clamp(1.125rem, calc(0.5vw + 0.9375rem), 1.4375rem);
  font-weight: 500;
  letter-spacing: -0.21px;
}
h6, .title-small {
  font-family: var(--font-family-secondary);
  font-size: clamp(0.875rem, calc(0.125vw + 0.8125rem), 1rem);
  font-weight: bold;
  line-height: 1.2;
}
p {
  margin-bottom: 1rem;
  font-family: var(--font-family-primary);
  font-weight: 500;
  line-height: 1.8;
}
p, .body-large, .body-medium, .body-small {
  font-family: var(--font-family-primary);
  line-height: 1.6;
}
.body-large {
  font-size: clamp(1.0625rem, calc(0.0625vw + 1rem), 1.125rem);
}
.body-medium, p {
  font-size: clamp(0.938rem, calc(0.920rem + 0.089vw), 1.000rem);
  line-height: 160%;
  font-weight: 500;
}
.body-small {
  font-size: clamp(0.8125rem, calc(0.0625vw + 0.75rem), 0.875rem);
}
.body-large-bold, .body-medium-bold, .body-small-bold {
  font-family: var(--font-family-secondary);
  font-weight: bold;
  line-height: 1.6;
}
.body-large-bold {
  font-size: clamp(1.0625rem, calc(0.0625vw + 1rem), 1.125rem);
}
.body-medium-bold {
  font-size: clamp(0.9375rem, calc(0.0625vw + 0.875rem), 1rem);
}
.body-small-bold {
  font-size: clamp(0.8125rem, calc(0.0625vw + 0.75rem), 0.875rem);
  a, a.text-secondary {
    text-decoration-line: underline;
    text-decoration-style: solid;
    text-decoration-skip-ink: none;
    text-decoration-color: rgba(213, 155, 55, 0.5);
    text-decoration-thickness: auto;
    text-underline-offset: 25%;
    text-underline-position: from-font;
    transition: text-decoration-color 0.2s;
  }
  a.text-secondary:hover, a.text-secondary:focus {
    text-decoration-color: rgba(213, 155, 55, 1);
  }
}
.label-large, .label-medium, .label-small {
  font-weight: bold;
}
.label-large {
  font-family: var(--font-family-secondary);
  font-size: clamp(0.8125rem, calc(0.0625vw + 0.75rem), 0.875rem);
  line-height: 100%;
  letter-spacing: 0.14px;
  font-weight: bold;
  text-transform: uppercase;
}
.label-medium, .label {
  font-family: var(--font-family-secondary);
  font-size: clamp(0.688rem, calc(0.670rem + 0.089vw), 0.750rem);
  line-height: 100%;
  letter-spacing: 0.12px;
  text-transform: uppercase;
}
.label-small {
  font-family: var(--font-family-secondary);
  font-size: 0.625rem;
  line-height: 100%;
  letter-spacing: 0.1px;
  text-transform: uppercase;
}
.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);
}
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: 20px;
    &:not(:first-child) {
      margin-top: 60px;
      @media (min-width: 1024px) {
        margin-top: 60px;
      }
    }
  }
  p {
    color: var(--color-text);
  }
  .wp-block-buttons {
    justify-content: flex-start !important;
    gap: 12px !important;
    .wp-block-button__link {
      border-radius: 100px !important;
      display: inline-flex !important;
      align-items: center !important;
      justify-content: center !important;
      text-align: center !important;
      padding: 16px 20px !important;
      font-weight: bold !important;
      background-color: var(--color-primary) !important;
      color: var(--color-white) !important;
      border-color: var(--color-primary) !important;
      &:hover {
        background-color: var(--color-light-blue) !important;
        color: var(--color-primary) !important;
        border-color: var(--color-primary) !important;
        box-shadow: none !important;
      }
      transition: background-color 0.3s ease, color 0.3s ease, border-color 0.3s ease;
      &:hover {
        @media (hover: hover) {
          cursor: pointer;
        }
      }
      @media (max-width: 768px) {
        padding: 12px 16px !important;
        font-size: 15px !important;
      }
    }
  }
}
ul.wp-block-list, .default-content ul {
  list-style-type: square;
  padding-left: 1.2rem;
  margin-bottom: 40px;
  li {
    padding-bottom: 20px;
    padding-inline-start: 10px;
    &::marker {
      color: var(--color-red);
    }
    &:last-child {
      padding-bottom: 0;
    }
  }
}
ol.wp-block-list, .default-content ol {
  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: bold;
    }
    &:last-child {
      padding-bottom: 0;
    }
  }
}
.default-content {
  ul, ol {
    color: var(--color-text);
  }
}
.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: var(--color-red-600) !important;
    width: 20px !important;
    border-radius: 5px !important;
  }
}
.prose {
  color: #374151;
}
.prose h1, .prose h2, .prose h3, .prose h4, .prose h5, .prose h6 {
  color: #111827;
  font-weight: bold;
  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 {
    &: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 {
      color: var(--color-text);
      &:hover {
        color: var(--color-light-blue);
      }
    }
  }
}
.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;
  a {
    color: var(--color-primary) !important;
  }
  &::after {
    content: '';
    position: absolute;
    bottom: -10px;
    left: calc(50% - 3px);
    border-radius: 50%;
    width: 6px;
    height: 6px;
    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;
  }
  &:hover {
    a {
      color: var(--color-light-blue) !important;
    }
    ul {
      li {
        a {
          color: var(--color-dark-blue) !important;
        }
      }
    }
  }
}
@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 {
  position: relative;
}
.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;
  }
}
.hamburger-lines {
  position: relative;
  width: 16px;
  height: 16px;
  span {
    position: absolute;
    width: 100%;
    height: 2px;
    background-color: var(--color-light-blue);
    transition: all 0.3s ease;
    transform-origin: center;
    &:nth-child(1) {
      top: 0;
    }
    &:nth-child(2) {
      top: 50%;
      transform: translateY(-50%);
    }
    &:nth-child(3) {
      bottom: 0;
    }
  }
}
#mobile-menu-button[aria-expanded="true"] {
  .hamburger-lines {
    span {
      &:nth-child(1) {
        transform: translateY(7px) rotate(45deg);
      }
      &:nth-child(2) {
        opacity: 0;
      }
      &:nth-child(3) {
        transform: translateY(-7px) rotate(-45deg);
      }
    }
  }
}
.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;
  }
}
.footer-menu {
  ul {
    li {
      margin-bottom: 0;
    }
  }
}
.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;
  display: inline-block;
  color: var(--color-primary);
  >span {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 8px;
  }
  a {
    display: block;
    width: auto;
    color: var(--color-primary);
    text-decoration: underline;
    text-underline-offset: 4px;
    text-decoration-color: rgba(41, 54, 132, 0.50);
    transition: background-color 0.2s ease;
    &:hover {
      color: var(--color-primary);
    }
  }
  .breadcrumb_last {
    color: var(--color-primary);
    margin-right: 0px;
    a {
      margin-right: 0px;
    }
  }
  .separator {
    display: flex;
    align-items: center;
    margin: 0 8px;
  }
  .breadcrumb-separator-svg {
    width: 6px;
    height: 10px;
    flex-shrink: 0;
  }
  .breadcrumb-separator-svg path {
    fill: #293684;
  }
}
.bg-primary #breadcrumbs, .text-white #breadcrumbs, section.bg-primary #breadcrumbs, section.hero.text-white #breadcrumbs, .bg-primary #breadcrumbs a, .text-white #breadcrumbs a, section.bg-primary #breadcrumbs a, section.hero.text-white #breadcrumbs a {
  color: var(--color-white);
}
.bg-primary #breadcrumbs a:hover, .text-white #breadcrumbs a:hover, section.bg-primary #breadcrumbs a:hover, section.hero.text-white #breadcrumbs a:hover {
  color: var(--color-white);
}
.bg-primary #breadcrumbs .breadcrumb_last, .text-white #breadcrumbs .breadcrumb_last, section.bg-primary #breadcrumbs .breadcrumb_last, section.hero.text-white #breadcrumbs .breadcrumb_last {
  color: var(--color-white);
}
.bg-primary #breadcrumbs .separator, .text-white #breadcrumbs .separator, section.bg-primary #breadcrumbs .separator, section.hero.text-white #breadcrumbs .separator {
  color: var(--color-white);
}
.bg-primary #breadcrumbs .breadcrumb-separator-svg path, .text-white #breadcrumbs .breadcrumb-separator-svg path, section.bg-primary #breadcrumbs .breadcrumb-separator-svg path, section.hero.text-white #breadcrumbs .breadcrumb-separator-svg path {
  fill: 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;
}
.footer-menu-link {
  position: relative;
  padding-left: 0;
}
.footer-menu-arrow-icon {
  opacity: 0;
  transform: translateX(-10px);
  transition: opacity 0.3s ease, transform 0.3s ease;
  flex-shrink: 0;
}
.footer-menu-link:hover .footer-menu-arrow-icon, .footer-menu-link:focus .footer-menu-arrow-icon {
  opacity: 1;
  transform: translateX(0);
}
.footer-menu-link:hover {
  padding-left: 0;
}
.premium-notice {
  position: relative;
  overflow: hidden;
}
.premium-notice::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: linear-gradient(135deg, rgba(255,255,255,0.1) 0%, rgba(255,255,255,0.05) 100%);
  pointer-events: none;
}
.seo-content {
  position: absolute !important;
  left: -10000px !important;
  top: auto !important;
  width: 1px !important;
  height: 1px !important;
  overflow: hidden !important;
}
.text-text {
  a {
    text-decoration: underline;
  }
}
@property --tw-translate-x {
  syntax: "*";
  inherits: false;
  initial-value: 0;
}
@property --tw-translate-y {
  syntax: "*";
  inherits: false;
  initial-value: 0;
}
@property --tw-translate-z {
  syntax: "*";
  inherits: false;
  initial-value: 0;
}
@property --tw-scale-x {
  syntax: "*";
  inherits: false;
  initial-value: 1;
}
@property --tw-scale-y {
  syntax: "*";
  inherits: false;
  initial-value: 1;
}
@property --tw-scale-z {
  syntax: "*";
  inherits: false;
  initial-value: 1;
}
@property --tw-rotate-x {
  syntax: "*";
  inherits: false;
}
@property --tw-rotate-y {
  syntax: "*";
  inherits: false;
}
@property --tw-rotate-z {
  syntax: "*";
  inherits: false;
}
@property --tw-skew-x {
  syntax: "*";
  inherits: false;
}
@property --tw-skew-y {
  syntax: "*";
  inherits: false;
}
@property --tw-space-y-reverse {
  syntax: "*";
  inherits: false;
  initial-value: 0;
}
@property --tw-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);
  }
}
@layer properties {
  @supports ((-webkit-hyphens: none) and (not (margin-trim: inline))) or ((-moz-orient: inline) and (not (color:rgb(from red r g b)))) {
    *, ::before, ::after, ::backdrop {
      --tw-translate-x: 0;
      --tw-translate-y: 0;
      --tw-translate-z: 0;
      --tw-scale-x: 1;
      --tw-scale-y: 1;
      --tw-scale-z: 1;
      --tw-rotate-x: initial;
      --tw-rotate-y: initial;
      --tw-rotate-z: initial;
      --tw-skew-x: initial;
      --tw-skew-y: initial;
      --tw-space-y-reverse: 0;
      --tw-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;
    }
  }
}
