/*! 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-amber-300: oklch(87.9% 0.169 91.605);
    --color-amber-400: oklch(82.8% 0.189 84.429);
    --color-yellow-300: oklch(90.5% 0.182 98.111);
    --color-yellow-400: oklch(85.2% 0.199 91.936);
    --color-black: #000;
    --color-white: #fff;
    --spacing: 0.25rem;
    --text-sm: 0.875rem;
    --text-sm--line-height: calc(1.25 / 0.875);
    --text-lg: 1.125rem;
    --text-lg--line-height: calc(1.75 / 1.125);
    --text-4xl: 2.25rem;
    --text-4xl--line-height: calc(2.5 / 2.25);
    --font-weight-thin: 100;
    --font-weight-light: 300;
    --font-weight-normal: 400;
    --font-weight-bold: 700;
    --font-weight-black: 900;
    --tracking-wider: 0.05em;
    --leading-tight: 1.25;
    --radius-lg: 0.5rem;
    --ease-in-out: cubic-bezier(0.4, 0, 0.2, 1);
    --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);
    --spacing-margin-base: clamp(20px, 4.2vw, 67px);
    --color-highlight-yellow: #E5D900;
    --color-light-blue: #BBEBE8;
    --color-dark-blue: #0A2647;
    --color-highlight-on-dark: #08241B;
    --font-din: urw-din-condensed, sans-serif;
  }
}
@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 {
  .\@container {
    container-type: inline-size;
  }
  .absolute {
    position: absolute;
  }
  .fixed {
    position: fixed;
  }
  .relative {
    position: relative;
  }
  .static {
    position: static;
  }
  .sticky {
    position: sticky;
  }
  .inset-0 {
    inset: calc(var(--spacing) * 0);
  }
  .top-0 {
    top: calc(var(--spacing) * 0);
  }
  .top-\[-9px\] {
    top: -9px;
  }
  .top-\[-10px\] {
    top: -10px;
  }
  .top-\[0px\] {
    top: 0px;
  }
  .top-\[10px\] {
    top: 10px;
  }
  .top-\[20px\] {
    top: 20px;
  }
  .top-\[22px\] {
    top: 22px;
  }
  .top-\[25px\] {
    top: 25px;
  }
  .top-margin-base {
    top: var(--spacing-margin-base);
  }
  .right-0 {
    right: calc(var(--spacing) * 0);
  }
  .right-\[-6px\] {
    right: -6px;
  }
  .bottom-0 {
    bottom: calc(var(--spacing) * 0);
  }
  .bottom-\[-10px\] {
    bottom: -10px;
  }
  .bottom-\[-25px\] {
    bottom: -25px;
  }
  .bottom-\[var\(--spacing-margin-base\)\] {
    bottom: var(--spacing-margin-base);
  }
  .left-0 {
    left: calc(var(--spacing) * 0);
  }
  .left-1 {
    left: calc(var(--spacing) * 1);
  }
  .left-1\/2 {
    left: calc(1/2 * 100%);
  }
  .left-\[-3px\] {
    left: -3px;
  }
  .left-\[-4px\] {
    left: -4px;
  }
  .left-\[40\%\] {
    left: 40%;
  }
  .left-\[42\%\] {
    left: 42%;
  }
  .left-\[45\%\] {
    left: 45%;
  }
  .left-\[50\%\] {
    left: 50%;
  }
  .left-\[calc\(0\.5\*var\(--spacing-margin-base\)\+32px\)\] {
    left: calc(0.5 * var(--spacing-margin-base) + 32px);
  }
  .left-\[calc\(50vw\)\] {
    left: calc(50vw);
  }
  .left-\[calc\(50vw-20px\)\] {
    left: calc(50vw - 20px);
  }
  .left-\[calc\(50vw-100px\)\] {
    left: calc(50vw - 100px);
  }
  .left-\[calc\(50vw-200px\)\] {
    left: calc(50vw - 200px);
  }
  .left-\[calc\(var\(--spacing-margin-base\)\*0\.5\)\] {
    left: calc(var(--spacing-margin-base) * 0.5);
  }
  .z-10 {
    z-index: 10;
  }
  .z-20 {
    z-index: 20;
  }
  .z-40 {
    z-index: 40;
  }
  .z-50 {
    z-index: 50;
  }
  .z-90 {
    z-index: 90;
  }
  .z-\[1\] {
    z-index: 1;
  }
  .col-span-2 {
    grid-column: span 2 / span 2;
  }
  .col-span-full {
    grid-column: 1 / -1;
  }
  .container {
    width: 100%;
    @media (width >= 320px) {
      max-width: 320px;
    }
    @media (width >= 390px) {
      max-width: 390px;
    }
    @media (width >= 768px) {
      max-width: 768px;
    }
    @media (width >= 1024px) {
      max-width: 1024px;
    }
    @media (width >= 1366px) {
      max-width: 1366px;
    }
    @media (width >= 1920px) {
      max-width: 1920px;
    }
  }
  .m-\[10px\] {
    margin: 10px;
  }
  .m-auto {
    margin: auto;
  }
  .mx-\[1\.5cqw\] {
    margin-inline: 1.5cqw;
  }
  .mx-\[10px\] {
    margin-inline: 10px;
  }
  .mx-auto {
    margin-inline: auto;
  }
  .mt-2 {
    margin-top: calc(var(--spacing) * 2);
  }
  .mt-3 {
    margin-top: calc(var(--spacing) * 3);
  }
  .mt-3\.5 {
    margin-top: calc(var(--spacing) * 3.5);
  }
  .mt-6 {
    margin-top: calc(var(--spacing) * 6);
  }
  .mt-\[-10px\] {
    margin-top: -10px;
  }
  .mt-\[3vw\] {
    margin-top: 3vw;
  }
  .mt-margin-base {
    margin-top: var(--spacing-margin-base);
  }
  .mr-3 {
    margin-right: calc(var(--spacing) * 3);
  }
  .mr-\[3cqw\] {
    margin-right: 3cqw;
  }
  .mr-\[10px\] {
    margin-right: 10px;
  }
  .mr-\[20px\] {
    margin-right: 20px;
  }
  .mr-\[40px\] {
    margin-right: 40px;
  }
  .mr-margin-base {
    margin-right: var(--spacing-margin-base);
  }
  .mb-0 {
    margin-bottom: calc(var(--spacing) * 0);
  }
  .mb-2 {
    margin-bottom: calc(var(--spacing) * 2);
  }
  .mb-3 {
    margin-bottom: calc(var(--spacing) * 3);
  }
  .mb-3\.5 {
    margin-bottom: calc(var(--spacing) * 3.5);
  }
  .mb-6 {
    margin-bottom: calc(var(--spacing) * 6);
  }
  .mb-8 {
    margin-bottom: calc(var(--spacing) * 8);
  }
  .mb-12 {
    margin-bottom: calc(var(--spacing) * 12);
  }
  .mb-\[-10px\] {
    margin-bottom: -10px;
  }
  .mb-\[-50px\] {
    margin-bottom: -50px;
  }
  .mb-\[3cqw\] {
    margin-bottom: 3cqw;
  }
  .mb-\[50px\] {
    margin-bottom: 50px;
  }
  .-ml-margin-base {
    margin-left: calc(var(--spacing-margin-base) * -1);
  }
  .ml-2 {
    margin-left: calc(var(--spacing) * 2);
  }
  .ml-\[calc\(0\.5\*var\(--spacing-margin-base\)\+32px\)\] {
    margin-left: calc(0.5 * var(--spacing-margin-base) + 32px);
  }
  .ml-margin-base {
    margin-left: var(--spacing-margin-base);
  }
  .block {
    display: block;
  }
  .flex {
    display: flex;
  }
  .grid {
    display: grid;
  }
  .hidden {
    display: none;
  }
  .inline {
    display: inline;
  }
  .inline-block {
    display: inline-block;
  }
  .table {
    display: table;
  }
  .h-1 {
    height: calc(var(--spacing) * 1);
  }
  .h-\[\.4cqw\] {
    height: .4cqw;
  }
  .h-\[\.5cqw\] {
    height: .5cqw;
  }
  .h-\[62px\] {
    height: 62px;
  }
  .h-\[calc\(100cqh\)\] {
    height: calc(100cqh);
  }
  .h-\[calc\(100vh-var\(--spacing-margin-base\)\)\] {
    height: calc(100vh - var(--spacing-margin-base));
  }
  .h-auto {
    height: auto;
  }
  .h-full {
    height: 100%;
  }
  .h-screen {
    height: 100vh;
  }
  .min-h-\[calc\(100vh-40px\)\] {
    min-height: calc(100vh - 40px);
  }
  .min-h-screen {
    min-height: 100vh;
  }
  .w-\[2px\] {
    width: 2px;
  }
  .w-\[70vw\] {
    width: 70vw;
  }
  .w-\[calc\(19cqw\)\] {
    width: calc(19cqw);
  }
  .w-\[calc\(100\%-20px\)\] {
    width: calc(100% - 20px);
  }
  .w-\[calc\(var\(--spacing-margin-base\)\*2\)\] {
    width: calc(var(--spacing-margin-base) * 2);
  }
  .w-\[clamp\(229px\,74vw\,1300px\)\] {
    width: clamp(229px, 74vw, 1300px);
  }
  .w-auto {
    width: auto;
  }
  .w-full {
    width: 100%;
  }
  .max-w-\[1350px\] {
    max-width: 1350px;
  }
  .max-w-full {
    max-width: 100%;
  }
  .max-w-none {
    max-width: none;
  }
  .flex-1 {
    flex: 1;
  }
  .flex-\[1fr_auto_1fr\] {
    flex: 1fr auto 1fr;
  }
  .flex-shrink {
    flex-shrink: 1;
  }
  .flex-shrink-0 {
    flex-shrink: 0;
  }
  .border-collapse {
    border-collapse: collapse;
  }
  .-translate-x-1 {
    --tw-translate-x: calc(var(--spacing) * -1);
    translate: var(--tw-translate-x) var(--tw-translate-y);
  }
  .-translate-x-1\/2 {
    --tw-translate-x: calc(calc(1/2 * 100%) * -1);
    translate: var(--tw-translate-x) var(--tw-translate-y);
  }
  .translate-y-full {
    --tw-translate-y: 100%;
    translate: var(--tw-translate-x) var(--tw-translate-y);
  }
  .transform {
    transform: var(--tw-rotate-x,) var(--tw-rotate-y,) var(--tw-rotate-z,) var(--tw-skew-x,) var(--tw-skew-y,);
  }
  .cursor-pointer {
    cursor: pointer;
  }
  .resize {
    resize: both;
  }
  .grid-cols-1 {
    grid-template-columns: repeat(1, minmax(0, 1fr));
  }
  .grid-cols-\[1fr_auto\] {
    grid-template-columns: 1fr auto;
  }
  .grid-rows-\[auto_1fr\] {
    grid-template-rows: auto 1fr;
  }
  .flex-col {
    flex-direction: column;
  }
  .flex-row {
    flex-direction: row;
  }
  .flex-nowrap {
    flex-wrap: nowrap;
  }
  .flex-wrap {
    flex-wrap: wrap;
  }
  .items-baseline {
    align-items: baseline;
  }
  .items-center {
    align-items: center;
  }
  .justify-around {
    justify-content: space-around;
  }
  .justify-between {
    justify-content: space-between;
  }
  .justify-center {
    justify-content: center;
  }
  .justify-end {
    justify-content: flex-end;
  }
  .justify-evenly {
    justify-content: space-evenly;
  }
  .gap-1 {
    gap: calc(var(--spacing) * 1);
  }
  .gap-1\.5 {
    gap: calc(var(--spacing) * 1.5);
  }
  .gap-3 {
    gap: calc(var(--spacing) * 3);
  }
  .gap-3\.5 {
    gap: calc(var(--spacing) * 3.5);
  }
  .gap-4 {
    gap: calc(var(--spacing) * 4);
  }
  .gap-5 {
    gap: calc(var(--spacing) * 5);
  }
  .gap-\[10px\] {
    gap: 10px;
  }
  .gap-margin-base {
    gap: var(--spacing-margin-base);
  }
  .gap-x-4 {
    column-gap: calc(var(--spacing) * 4);
  }
  .gap-y-0 {
    row-gap: calc(var(--spacing) * 0);
  }
  .gap-y-1 {
    row-gap: calc(var(--spacing) * 1);
  }
  .gap-y-1\.5 {
    row-gap: calc(var(--spacing) * 1.5);
  }
  .gap-y-\[10px\] {
    row-gap: 10px;
  }
  .justify-self-end {
    justify-self: flex-end;
  }
  .overflow-hidden {
    overflow: hidden;
  }
  .overflow-x-hidden {
    overflow-x: hidden;
  }
  .rounded-lg {
    border-radius: var(--radius-lg);
  }
  .border {
    border-style: var(--tw-border-style);
    border-width: 1px;
  }
  .border-2 {
    border-style: var(--tw-border-style);
    border-width: 2px;
  }
  .border-8 {
    border-style: var(--tw-border-style);
    border-width: 8px;
  }
  .border-\[10px\] {
    border-style: var(--tw-border-style);
    border-width: 10px;
  }
  .\!border-x-\[10px\] {
    border-inline-style: var(--tw-border-style) !important;
    border-inline-width: 10px !important;
  }
  .border-x-\[10px\] {
    border-inline-style: var(--tw-border-style);
    border-inline-width: 10px;
  }
  .\!border-y-\[10px\] {
    border-block-style: var(--tw-border-style) !important;
    border-block-width: 10px !important;
  }
  .\!border-t-\[10px\] {
    border-top-style: var(--tw-border-style) !important;
    border-top-width: 10px !important;
  }
  .border-t {
    border-top-style: var(--tw-border-style);
    border-top-width: 1px;
  }
  .border-t-2 {
    border-top-style: var(--tw-border-style);
    border-top-width: 2px;
  }
  .border-t-8 {
    border-top-style: var(--tw-border-style);
    border-top-width: 8px;
  }
  .border-t-\[10px\] {
    border-top-style: var(--tw-border-style);
    border-top-width: 10px;
  }
  .\!border-r-\[10px\] {
    border-right-style: var(--tw-border-style) !important;
    border-right-width: 10px !important;
  }
  .border-r-\[10px\] {
    border-right-style: var(--tw-border-style);
    border-right-width: 10px;
  }
  .border-b-0 {
    border-bottom-style: var(--tw-border-style);
    border-bottom-width: 0px;
  }
  .border-b-4 {
    border-bottom-style: var(--tw-border-style);
    border-bottom-width: 4px;
  }
  .\!border-l-\[10px\] {
    border-left-style: var(--tw-border-style) !important;
    border-left-width: 10px !important;
  }
  .border-l-\[10px\] {
    border-left-style: var(--tw-border-style);
    border-left-width: 10px;
  }
  .\!border-solid {
    --tw-border-style: solid !important;
    border-style: solid !important;
  }
  .border-dashed {
    --tw-border-style: dashed;
    border-style: dashed;
  }
  .border-none {
    --tw-border-style: none;
    border-style: none;
  }
  .border-solid {
    --tw-border-style: solid;
    border-style: solid;
  }
  .\!border-light-blue {
    border-color: var(--color-light-blue) !important;
  }
  .border-amber-400 {
    border-color: var(--color-amber-400);
  }
  .border-dark-blue {
    border-color: var(--color-dark-blue);
  }
  .border-light-blue {
    border-color: var(--color-light-blue);
  }
  .border-light-blue\/20 {
    border-color: color-mix(in srgb, #BBEBE8 20%, transparent);
    @supports (color: color-mix(in lab, red, red)) {
      border-color: color-mix(in oklab, var(--color-light-blue) 20%, transparent);
    }
  }
  .\!border-x-light-blue {
    border-inline-color: var(--color-light-blue) !important;
  }
  .border-x-light-blue {
    border-inline-color: var(--color-light-blue);
  }
  .\!border-t-light-blue {
    border-top-color: var(--color-light-blue) !important;
  }
  .\!border-b-dark-blue {
    border-bottom-color: var(--color-dark-blue) !important;
  }
  .\!border-b-light-blue {
    border-bottom-color: var(--color-light-blue) !important;
  }
  .border-b-dark-blue {
    border-bottom-color: var(--color-dark-blue);
  }
  .bg-amber-300 {
    background-color: var(--color-amber-300);
  }
  .bg-dark-blue {
    background-color: var(--color-dark-blue);
  }
  .bg-light-blue {
    background-color: var(--color-light-blue);
  }
  .bg-transparent {
    background-color: transparent;
  }
  .bg-gradient-to-t {
    --tw-gradient-position: to top in oklab;
    background-image: linear-gradient(var(--tw-gradient-stops));
  }
  .bg-\[url\(\'\/assets\/img\/profile\.png\'\)\] {
    background-image: url('/assets/img/profile.png');
  }
  .from-black {
    --tw-gradient-from: var(--color-black);
    --tw-gradient-stops: var(--tw-gradient-via-stops, var(--tw-gradient-position), var(--tw-gradient-from) var(--tw-gradient-from-position), var(--tw-gradient-to) var(--tw-gradient-to-position));
  }
  .from-black\/80 {
    --tw-gradient-from: color-mix(in srgb, #000 80%, transparent);
    @supports (color: color-mix(in lab, red, red)) {
      --tw-gradient-from: color-mix(in oklab, var(--color-black) 80%, transparent);
    }
    --tw-gradient-stops: var(--tw-gradient-via-stops, var(--tw-gradient-position), var(--tw-gradient-from) var(--tw-gradient-from-position), var(--tw-gradient-to) var(--tw-gradient-to-position));
  }
  .to-transparent {
    --tw-gradient-to: transparent;
    --tw-gradient-stops: var(--tw-gradient-via-stops, var(--tw-gradient-position), var(--tw-gradient-from) var(--tw-gradient-from-position), var(--tw-gradient-to) var(--tw-gradient-to-position));
  }
  .bg-cover {
    background-size: cover;
  }
  .bg-\[center_left_50\%\] {
    background-position: center left 50%;
  }
  .bg-\[center_top_20\%\] {
    background-position: center top 20%;
  }
  .bg-no-repeat {
    background-repeat: no-repeat;
  }
  .object-cover {
    object-fit: cover;
  }
  .p-0 {
    padding: calc(var(--spacing) * 0);
  }
  .p-1 {
    padding: calc(var(--spacing) * 1);
  }
  .p-1\.5 {
    padding: calc(var(--spacing) * 1.5);
  }
  .p-3 {
    padding: calc(var(--spacing) * 3);
  }
  .p-\[10px\] {
    padding: 10px;
  }
  .p-margin-base {
    padding: var(--spacing-margin-base);
  }
  .px-1 {
    padding-inline: calc(var(--spacing) * 1);
  }
  .px-1\.5 {
    padding-inline: calc(var(--spacing) * 1.5);
  }
  .px-2 {
    padding-inline: calc(var(--spacing) * 2);
  }
  .px-3 {
    padding-inline: calc(var(--spacing) * 3);
  }
  .px-4 {
    padding-inline: calc(var(--spacing) * 4);
  }
  .px-\[10px\] {
    padding-inline: 10px;
  }
  .py-8 {
    padding-block: calc(var(--spacing) * 8);
  }
  .pt-1 {
    padding-top: calc(var(--spacing) * 1);
  }
  .pt-1\.5 {
    padding-top: calc(var(--spacing) * 1.5);
  }
  .pt-2 {
    padding-top: calc(var(--spacing) * 2);
  }
  .pt-3 {
    padding-top: calc(var(--spacing) * 3);
  }
  .pt-4 {
    padding-top: calc(var(--spacing) * 4);
  }
  .pt-5 {
    padding-top: calc(var(--spacing) * 5);
  }
  .pt-\[10px\] {
    padding-top: 10px;
  }
  .pr-1 {
    padding-right: calc(var(--spacing) * 1);
  }
  .pr-\[1\] {
    padding-right: 1;
  }
  .pr-\[10px\] {
    padding-right: 10px;
  }
  .pr-\[20px\] {
    padding-right: 20px;
  }
  .pr-\[40px\] {
    padding-right: 40px;
  }
  .pr-margin-base {
    padding-right: var(--spacing-margin-base);
  }
  .pb-0 {
    padding-bottom: calc(var(--spacing) * 0);
  }
  .pb-1 {
    padding-bottom: calc(var(--spacing) * 1);
  }
  .pb-2 {
    padding-bottom: calc(var(--spacing) * 2);
  }
  .pb-2\.5 {
    padding-bottom: calc(var(--spacing) * 2.5);
  }
  .pb-3 {
    padding-bottom: calc(var(--spacing) * 3);
  }
  .pb-\[50px\] {
    padding-bottom: 50px;
  }
  .pb-\[65px\] {
    padding-bottom: 65px;
  }
  .pl-0 {
    padding-left: calc(var(--spacing) * 0);
  }
  .pl-1 {
    padding-left: calc(var(--spacing) * 1);
  }
  .pl-\[10px\] {
    padding-left: 10px;
  }
  .pl-margin-base {
    padding-left: var(--spacing-margin-base);
  }
  .text-center {
    text-align: center;
  }
  .text-right {
    text-align: right;
  }
  .font-din {
    font-family: var(--font-din);
  }
  .text-4xl {
    font-size: var(--text-4xl);
    line-height: var(--tw-leading, var(--text-4xl--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-\[clamp\(1\.1rem\,4\.3cqw\,2\.9rem\)\] {
    font-size: clamp(1.1rem, 4.3cqw, 2.9rem);
  }
  .text-\[clamp\(1\.3rem\,6\.6cqw\,3rem\)\] {
    font-size: clamp(1.3rem, 6.6cqw, 3rem);
  }
  .text-\[clamp\(1\.3rem\,8\.4vw\,3\.9rem\)\] {
    font-size: clamp(1.3rem, 8.4vw, 3.9rem);
  }
  .text-\[clamp\(1\.3rem\,13cqw\,7rem\)\] {
    font-size: clamp(1.3rem, 13cqw, 7rem);
  }
  .text-\[clamp\(1\.5rem\,8\.4vw\,3\.9rem\)\] {
    font-size: clamp(1.5rem, 8.4vw, 3.9rem);
  }
  .text-\[clamp\(1\.25rem\,5\.5cqw\,5rem\)\] {
    font-size: clamp(1.25rem, 5.5cqw, 5rem);
  }
  .text-\[clamp\(1rem\,2\.1cqw\,2\.5rem\)\] {
    font-size: clamp(1rem, 2.1cqw, 2.5rem);
  }
  .text-\[clamp\(1rem\,2\.3cqw\,2rem\)\] {
    font-size: clamp(1rem, 2.3cqw, 2rem);
  }
  .text-\[clamp\(1rem\,3cqw\,1\.5rem\)\] {
    font-size: clamp(1rem, 3cqw, 1.5rem);
  }
  .text-\[clamp\(1rem\,5cqw\,3rem\)\] {
    font-size: clamp(1rem, 5cqw, 3rem);
  }
  .text-\[clamp\(2\.8rem\,14\.2cqw\,17\.4rem\)\] {
    font-size: clamp(2.8rem, 14.2cqw, 17.4rem);
  }
  .text-\[clamp\(4rem\,25\.8cqw\,11\.2rem\)\] {
    font-size: clamp(4rem, 25.8cqw, 11.2rem);
  }
  .leading-0 {
    --tw-leading: calc(var(--spacing) * 0);
    line-height: calc(var(--spacing) * 0);
  }
  .leading-11 {
    --tw-leading: calc(var(--spacing) * 11);
    line-height: calc(var(--spacing) * 11);
  }
  .leading-\[85\%\] {
    --tw-leading: 85%;
    line-height: 85%;
  }
  .leading-none {
    --tw-leading: 1;
    line-height: 1;
  }
  .leading-tight {
    --tw-leading: var(--leading-tight);
    line-height: var(--leading-tight);
  }
  .font-black {
    --tw-font-weight: var(--font-weight-black);
    font-weight: var(--font-weight-black);
  }
  .font-bold {
    --tw-font-weight: var(--font-weight-bold);
    font-weight: var(--font-weight-bold);
  }
  .font-light {
    --tw-font-weight: var(--font-weight-light);
    font-weight: var(--font-weight-light);
  }
  .font-normal {
    --tw-font-weight: var(--font-weight-normal);
    font-weight: var(--font-weight-normal);
  }
  .font-thin {
    --tw-font-weight: var(--font-weight-thin);
    font-weight: var(--font-weight-thin);
  }
  .tracking-wider {
    --tw-tracking: var(--tracking-wider);
    letter-spacing: var(--tracking-wider);
  }
  .whitespace-nowrap {
    white-space: nowrap;
  }
  .\!text-highlight-yellow {
    color: var(--color-highlight-yellow) !important;
  }
  .\!text-light-blue {
    color: var(--color-light-blue) !important;
  }
  .text-dark-blue {
    color: var(--color-dark-blue);
  }
  .text-highlight-yellow {
    color: var(--color-highlight-yellow);
  }
  .text-light-blue {
    color: var(--color-light-blue);
  }
  .text-light-blue\/60 {
    color: color-mix(in srgb, #BBEBE8 60%, transparent);
    @supports (color: color-mix(in lab, red, red)) {
      color: color-mix(in oklab, var(--color-light-blue) 60%, transparent);
    }
  }
  .text-light-blue\/70 {
    color: color-mix(in srgb, #BBEBE8 70%, transparent);
    @supports (color: color-mix(in lab, red, red)) {
      color: color-mix(in oklab, var(--color-light-blue) 70%, transparent);
    }
  }
  .text-light-blue\/80 {
    color: color-mix(in srgb, #BBEBE8 80%, transparent);
    @supports (color: color-mix(in lab, red, red)) {
      color: color-mix(in oklab, var(--color-light-blue) 80%, transparent);
    }
  }
  .text-white {
    color: var(--color-white);
  }
  .text-yellow-400 {
    color: var(--color-yellow-400);
  }
  .uppercase {
    text-transform: uppercase;
  }
  .italic {
    font-style: italic;
  }
  .underline {
    text-decoration-line: underline;
  }
  .underline-offset-auto {
    text-underline-offset: auto;
  }
  .outline {
    outline-style: var(--tw-outline-style);
    outline-width: 1px;
  }
  .filter {
    filter: var(--tw-blur,) var(--tw-brightness,) var(--tw-contrast,) var(--tw-grayscale,) var(--tw-hue-rotate,) var(--tw-invert,) var(--tw-saturate,) var(--tw-sepia,) var(--tw-drop-shadow,);
  }
  .transition {
    transition-property: color, background-color, border-color, outline-color, text-decoration-color, fill, stroke, --tw-gradient-from, --tw-gradient-via, --tw-gradient-to, opacity, box-shadow, transform, translate, scale, rotate, filter, -webkit-backdrop-filter, backdrop-filter, display, visibility, content-visibility, overlay, pointer-events;
    transition-timing-function: var(--tw-ease, var(--default-transition-timing-function));
    transition-duration: var(--tw-duration, var(--default-transition-duration));
  }
  .transition-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-transform {
    transition-property: transform, translate, scale, rotate;
    transition-timing-function: var(--tw-ease, var(--default-transition-timing-function));
    transition-duration: var(--tw-duration, var(--default-transition-duration));
  }
  .duration-100 {
    --tw-duration: 100ms;
    transition-duration: 100ms;
  }
  .duration-300 {
    --tw-duration: 300ms;
    transition-duration: 300ms;
  }
  .ease-in-out {
    --tw-ease: var(--ease-in-out);
    transition-timing-function: var(--ease-in-out);
  }
  .hover\:text-yellow-300 {
    &:hover {
      @media (hover: hover) {
        color: var(--color-yellow-300);
      }
    }
  }
  .max-lg\:hidden {
    @media (width < 1024px) {
      display: none;
    }
  }
  .max-md\:absolute {
    @media (width < 768px) {
      position: absolute;
    }
  }
  .max-md\:bottom-0 {
    @media (width < 768px) {
      bottom: calc(var(--spacing) * 0);
    }
  }
  .max-md\:hidden {
    @media (width < 768px) {
      display: none;
    }
  }
  .xs\:h-\[30vh\] {
    @media (width >= 320px) {
      height: 30vh;
    }
  }
  .md\:sticky {
    @media (width >= 768px) {
      position: sticky;
    }
  }
  .md\:top-0 {
    @media (width >= 768px) {
      top: calc(var(--spacing) * 0);
    }
  }
  .md\:mt-8 {
    @media (width >= 768px) {
      margin-top: calc(var(--spacing) * 8);
    }
  }
  .md\:mb-8 {
    @media (width >= 768px) {
      margin-bottom: calc(var(--spacing) * 8);
    }
  }
  .md\:mb-16 {
    @media (width >= 768px) {
      margin-bottom: calc(var(--spacing) * 16);
    }
  }
  .md\:mb-\[1cqw\] {
    @media (width >= 768px) {
      margin-bottom: 1cqw;
    }
  }
  .md\:block {
    @media (width >= 768px) {
      display: block;
    }
  }
  .md\:grid {
    @media (width >= 768px) {
      display: grid;
    }
  }
  .md\:hidden {
    @media (width >= 768px) {
      display: none;
    }
  }
  .md\:h-\[calc\(100vh-90px\)\] {
    @media (width >= 768px) {
      height: calc(100vh - 90px);
    }
  }
  .md\:h-\[calc\(100vh-95px\)\] {
    @media (width >= 768px) {
      height: calc(100vh - 95px);
    }
  }
  .md\:h-\[calc\(100vh-100px\)\] {
    @media (width >= 768px) {
      height: calc(100vh - 100px);
    }
  }
  .md\:h-\[calc\(100vh-110px\)\] {
    @media (width >= 768px) {
      height: calc(100vh - 110px);
    }
  }
  .md\:h-\[calc\(100vh-135px\)\] {
    @media (width >= 768px) {
      height: calc(100vh - 135px);
    }
  }
  .md\:h-\[calc\(100vh-140px\)\] {
    @media (width >= 768px) {
      height: calc(100vh - 140px);
    }
  }
  .md\:h-\[calc\(100vh-148px\)\] {
    @media (width >= 768px) {
      height: calc(100vh - 148px);
    }
  }
  .md\:h-\[calc\(100vh-149px\)\] {
    @media (width >= 768px) {
      height: calc(100vh - 149px);
    }
  }
  .md\:h-\[calc\(100vh-150px\)\] {
    @media (width >= 768px) {
      height: calc(100vh - 150px);
    }
  }
  .md\:h-\[calc\(100vh-155px\)\] {
    @media (width >= 768px) {
      height: calc(100vh - 155px);
    }
  }
  .md\:h-\[calc\(100vh-160px\)\] {
    @media (width >= 768px) {
      height: calc(100vh - 160px);
    }
  }
  .md\:h-\[calc\(100vh-165px\)\] {
    @media (width >= 768px) {
      height: calc(100vh - 165px);
    }
  }
  .md\:h-\[calc\(100vh-170px\)\] {
    @media (width >= 768px) {
      height: calc(100vh - 170px);
    }
  }
  .md\:h-\[calc\(100vh-175px\)\] {
    @media (width >= 768px) {
      height: calc(100vh - 175px);
    }
  }
  .md\:h-\[calc\(100vh-195px\)\] {
    @media (width >= 768px) {
      height: calc(100vh - 195px);
    }
  }
  .md\:h-\[calc\(100vh-215px\)\] {
    @media (width >= 768px) {
      height: calc(100vh - 215px);
    }
  }
  .md\:h-\[calc\(100vh-225px\)\] {
    @media (width >= 768px) {
      height: calc(100vh - 225px);
    }
  }
  .md\:h-auto {
    @media (width >= 768px) {
      height: auto;
    }
  }
  .md\:max-h-\[calc\(100vh-175px\)\] {
    @media (width >= 768px) {
      max-height: calc(100vh - 175px);
    }
  }
  .md\:min-h-\[100px\] {
    @media (width >= 768px) {
      min-height: 100px;
    }
  }
  .md\:min-h-\[calc\(100vh-175px\)\] {
    @media (width >= 768px) {
      min-height: calc(100vh - 175px);
    }
  }
  .md\:grid-cols-2 {
    @media (width >= 768px) {
      grid-template-columns: repeat(2, minmax(0, 1fr));
    }
  }
  .md\:grid-cols-3 {
    @media (width >= 768px) {
      grid-template-columns: repeat(3, minmax(0, 1fr));
    }
  }
  .md\:grid-cols-\[1fr_auto_1fr\] {
    @media (width >= 768px) {
      grid-template-columns: 1fr auto 1fr;
    }
  }
  .md\:items-center {
    @media (width >= 768px) {
      align-items: center;
    }
  }
  .md\:gap-4 {
    @media (width >= 768px) {
      gap: calc(var(--spacing) * 4);
    }
  }
  .md\:overflow-hidden {
    @media (width >= 768px) {
      overflow: hidden;
    }
  }
  .md\:overflow-y-auto {
    @media (width >= 768px) {
      overflow-y: auto;
    }
  }
  .md\:border-none {
    @media (width >= 768px) {
      --tw-border-style: none;
      border-style: none;
    }
  }
  .md\:bg-none {
    @media (width >= 768px) {
      background-image: none;
    }
  }
  .md\:p-4 {
    @media (width >= 768px) {
      padding: calc(var(--spacing) * 4);
    }
  }
  .md\:text-center {
    @media (width >= 768px) {
      text-align: center;
    }
  }
  .md\:text-\[7\.3rem\] {
    @media (width >= 768px) {
      font-size: 7.3rem;
    }
  }
  .md\:text-\[clamp\(8rem\,20\.8cqw\,12rem\)\] {
    @media (width >= 768px) {
      font-size: clamp(8rem, 20.8cqw, 12rem);
    }
  }
  .md\:font-black {
    @media (width >= 768px) {
      --tw-font-weight: var(--font-weight-black);
      font-weight: var(--font-weight-black);
    }
  }
  .md\:text-light-blue {
    @media (width >= 768px) {
      color: var(--color-light-blue);
    }
  }
  .lg\:block {
    @media (width >= 1024px) {
      display: block;
    }
  }
  .lg\:flex {
    @media (width >= 1024px) {
      display: flex;
    }
  }
  .lg\:hidden {
    @media (width >= 1024px) {
      display: none;
    }
  }
  .lg\:w-\[clamp\(327px\,76vw\,1351px\)\] {
    @media (width >= 1024px) {
      width: clamp(327px, 76vw, 1351px);
    }
  }
  .lg\:grid-cols-3 {
    @media (width >= 1024px) {
      grid-template-columns: repeat(3, minmax(0, 1fr));
    }
  }
  .lg\:pb-2 {
    @media (width >= 1024px) {
      padding-bottom: calc(var(--spacing) * 2);
    }
  }
  .lg\:pb-20 {
    @media (width >= 1024px) {
      padding-bottom: calc(var(--spacing) * 20);
    }
  }
  .lg\:pb-\[20px\] {
    @media (width >= 1024px) {
      padding-bottom: 20px;
    }
  }
  .lg\:text-\[clamp\(1\.5rem\,3\.4cqw\,3\.2rem\)\] {
    @media (width >= 1024px) {
      font-size: clamp(1.5rem, 3.4cqw, 3.2rem);
    }
  }
  .lg\:text-\[clamp\(1rem\,2\.3vw\,2\.8rem\)\] {
    @media (width >= 1024px) {
      font-size: clamp(1rem, 2.3vw, 2.8rem);
    }
  }
  .lg\:text-\[clamp\(12\.1rem\,20\.4cqw\,23rem\)\] {
    @media (width >= 1024px) {
      font-size: clamp(12.1rem, 20.4cqw, 23rem);
    }
  }
  .lg\:text-\[clamp\(12\.2rem\,20\.4cqw\,23rem\)\] {
    @media (width >= 1024px) {
      font-size: clamp(12.2rem, 20.4cqw, 23rem);
    }
  }
}
body {
  background-color: var(--color-dark-blue);
  & *::selection {
    background-color: var(--color-highlight-on-dark);
  }
  &::selection {
    background-color: var(--color-highlight-on-dark);
  }
  & *::selection {
    color: var(--color-highlight-yellow);
  }
  &::selection {
    color: var(--color-highlight-yellow);
  }
}
p {
  font-family: trade-gothic-next-condensed, sans-serif;
  font-weight: 400;
  font-style: normal;
  margin-bottom: calc(var(--spacing) * 2);
  @media (width >= 768px) {
    font-size: clamp(1rem, 1.4cqw, 1.6rem);
  }
}
@layer components {
  .hero-text {
    font-family: var(--font-din);
    --tw-font-weight: var(--font-weight-black);
    font-weight: var(--font-weight-black);
    color: var(--color-light-blue);
    text-transform: uppercase;
  }
  .nav-line {
    position: relative;
  }
  .nav-line--active::before {
    border-color: #E5D900;
  }
  .connecting-line {
    background: repeating-linear-gradient( to right, #BBEBE8 0, #BBEBE8 .5vw, transparent .5vw, transparent 1.5vw );
  }
  .connecting-line-vertical {
    width: .5cqw;
    background: repeating-linear-gradient( to bottom, #BBEBE8 0, #BBEBE8 .5vw, transparent .5vw, transparent 1.5vw );
  }
  .lowlight-marker {
    position: relative;
    display: inline-block;
    color: var(--color-highlight-yellow);
    padding: 0.25em 0.3em;
    z-index: 1;
  }
  .lowlight-marker::before {
    content: '';
    position: absolute;
    background-color: var(--color-highlight-on-dark);
    opacity: 85%;
    top: 0.15em;
    left: -0.1em;
    right: -0.1em;
    bottom: 0.1em;
    z-index: -1;
    transform: var(--highlight-transform, skew(-8deg) rotate(-0.9deg));
    border-radius: var(--highlight-radius, 8px 12px 10px 6px);
  }
  .highlight-marker {
    position: relative;
    display: inline-block;
    color: var(--color-highlight-yellow);
    padding: 0.25em 0.3em;
    z-index: 1;
  }
  .highlight-marker::before {
    content: '';
    position: absolute;
    background-color: var(--color-highlight-yellow);
    opacity: 85%;
    top: 0.15em;
    left: -0.1em;
    right: -0.1em;
    bottom: 0.1em;
    z-index: -1;
    transform: var(--highlight-transform, skew(-8deg) rotate(-0.9deg));
    border-radius: var(--highlight-radius, 8px 12px 10px 6px);
  }
  .nav-hover {
    position: relative;
    display: inline-block;
  }
  .nav-hover::before {
    content: '';
    position: absolute;
    background-color: var(--color-highlight-on-dark);
    opacity: 1;
    top: 0.15em;
    bottom: 0.1em;
    left: -0.1em;
    right: -0.1em;
    z-index: -1;
    transform: var(--highlight-transform, skew(-8deg) rotate(-0.9deg)) scaleX(0);
    transform-origin: left center;
    border-radius: var(--highlight-radius, 8px 12px 10px 6px);
    transition: transform .3s ease;
  }
  .nav-hover::after {
    content: attr(data-text);
    position: absolute;
    top: 0;
    left: 0;
    color: var(--color-highlight-yellow);
    overflow: hidden;
    clip-path: inset(0 100% 0 0);
    transition: clip-path .3s ease;
    pointer-events: none;
  }
  .nav-hover:hover::before {
    transform: var(--highlight-transform, skew(-8deg) rotate(-0.9deg)) scaleX(1);
  }
  .nav-hover:hover::after {
    clip-path: inset(0 0 0 0);
  }
  .menu-btn {
    height: 62px;
    width: 61px;
    cursor: pointer;
    --tw-border-style: none;
    border-style: none;
    background-color: transparent;
    padding: calc(var(--spacing) * 0);
    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));
    --tw-duration: 100ms;
    transition-duration: 100ms;
    --tw-ease: var(--ease-in-out);
    transition-timing-function: var(--ease-in-out);
  }
  .menu-btn:hover .menu-base, .menu-btn:hover .menu-text-border, .menu-btn:hover .menu-arrow-outline {
    fill: var(--color-dark-blue);
    stroke: var(--color-dark-blue);
  }
  .menu-btn:hover .menu-text, .menu-btn:hover .menu-arrow-fill {
    fill: var(--color-light-blue);
  }
  .menu-btn:focus .menu-base, .menu-btn:focus .menu-text-border, .menu-btn:focus .menu-arrow-outline, .menu-btn:active .menu-base, .menu-btn:active .menu-text-border, .menu-btn:active .menu-arrow-outline {
    fill: var(--color-highlight-on-dark);
    stroke: var(--color-highlight-on-dark);
  }
  .menu-btn:focus .menu-text, .menu-btn:focus .menu-arrow-fill, .menu-btn:active .menu-text, .menu-btn:active .menu-arrow-fill {
    fill: var(--color-highlight-yellow);
  }
  .menu-btn.active .arrow-group {
    transform: rotate(180deg);
    transform-origin: 43.83px 25.88px;
    transition: transform 0.1s ease-in-out;
  }
  .strong {
    font-family: urw-din-condensed, sans-serif;
    font-weight: 700;
    font-style: italic;
    font-size: 125%;
    --tw-leading: 1;
    line-height: 1;
  }
}
.scrollbar-hidden::-webkit-scrollbar {
  display: none;
}
.scrollbar-hidden {
  -ms-overflow-style: none;
  scrollbar-width: none;
}
@property --tw-translate-x {
  syntax: "*";
  inherits: false;
  initial-value: 0;
}
@property --tw-translate-y {
  syntax: "*";
  inherits: false;
  initial-value: 0;
}
@property --tw-translate-z {
  syntax: "*";
  inherits: false;
  initial-value: 0;
}
@property --tw-rotate-x {
  syntax: "*";
  inherits: false;
}
@property --tw-rotate-y {
  syntax: "*";
  inherits: false;
}
@property --tw-rotate-z {
  syntax: "*";
  inherits: false;
}
@property --tw-skew-x {
  syntax: "*";
  inherits: false;
}
@property --tw-skew-y {
  syntax: "*";
  inherits: false;
}
@property --tw-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-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-duration {
  syntax: "*";
  inherits: false;
}
@property --tw-ease {
  syntax: "*";
  inherits: false;
}
@layer properties {
  @supports ((-webkit-hyphens: none) and (not (margin-trim: inline))) or ((-moz-orient: inline) and (not (color:rgb(from red r g b)))) {
    *, ::before, ::after, ::backdrop {
      --tw-translate-x: 0;
      --tw-translate-y: 0;
      --tw-translate-z: 0;
      --tw-rotate-x: initial;
      --tw-rotate-y: initial;
      --tw-rotate-z: initial;
      --tw-skew-x: initial;
      --tw-skew-y: initial;
      --tw-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-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-duration: initial;
      --tw-ease: initial;
    }
  }
}
