/*! tailwindcss v4.1.11 | MIT License | https://tailwindcss.com */
@layer properties;
@font-face {
  font-family: 'Piraeus Open Sans';
  src: url('../admin/assets/fonts/piraeus/PiraeusOpenSans-Light.woff2') format('woff2');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Piraeus Open Sans';
  src: url('../admin/assets/fonts/piraeus/PiraeusOpenSans-LightItalic.woff2') format('woff2');
  font-weight: 300;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Piraeus Open Sans';
  src: url('../admin/assets/fonts/piraeus/PiraeusOpenSans-Regular.woff2') format('woff2');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Piraeus Open Sans';
  src: url('../admin/assets/fonts/piraeus/PiraeusOpenSans-Italic.woff2') format('woff2');
  font-weight: 400;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Piraeus Open Sans';
  src: url('../admin/assets/fonts/piraeus/PiraeusOpenSans-Bold.woff2') format('woff2');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Piraeus Open Sans';
  src: url('../admin/assets/fonts/piraeus/PiraeusOpenSans-BoldItalic.woff2') format('woff2');
  font-weight: 700;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Piraeus Open Serif';
  src: url('../admin/assets/fonts/piraeus/PiraeusOpenSerif-Regular.woff2') format('woff2');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Piraeus Open Serif';
  src: url('../admin/assets/fonts/piraeus/PiraeusOpenSerif-Italic.woff2') format('woff2');
  font-weight: 400;
  font-style: italic;
  font-display: swap;
}
@layer theme, base, components, utilities;
@layer theme {
  :root, :host {
    --font-sans: ui-sans-serif, system-ui, sans-serif, "Apple Color Emoji",
      "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
    --font-mono: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono",
      "Courier New", monospace;
    --color-red-50: oklch(97.1% 0.013 17.38);
    --color-red-400: oklch(70.4% 0.191 22.216);
    --color-red-500: oklch(63.7% 0.237 25.331);
    --color-red-800: oklch(44.4% 0.177 26.899);
    --color-orange-500: oklch(70.5% 0.213 47.604);
    --color-orange-700: oklch(55.3% 0.195 38.402);
    --color-sky-500: oklch(68.5% 0.169 237.323);
    --color-sky-700: oklch(50% 0.134 242.749);
    --color-rose-700: oklch(51.4% 0.222 16.935);
    --color-slate-900: oklch(20.8% 0.042 265.755);
    --color-zinc-100: oklch(96.7% 0.001 286.375);
    --color-zinc-300: oklch(87.1% 0.006 286.286);
    --color-zinc-400: oklch(70.5% 0.015 286.067);
    --color-black: #000;
    --color-white: #fff;
    --spacing: 0.25rem;
    --breakpoint-md: 48rem;
    --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-2xl: 1.5rem;
    --text-2xl--line-height: calc(2 / 1.5);
    --text-3xl: 1.875rem;
    --text-3xl--line-height: calc(2.25 / 1.875);
    --font-weight-light: 300;
    --font-weight-normal: 400;
    --font-weight-medium: 500;
    --font-weight-semibold: 600;
    --font-weight-bold: 700;
    --leading-relaxed: 1.625;
    --radius-sm: 0.25rem;
    --radius-md: 0.375rem;
    --radius-xl: 0.75rem;
    --radius-3xl: 1.5rem;
    --ease-in: cubic-bezier(0.4, 0, 1, 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);
    --color-secondary-400: #ffe80d;
    --color-secondary-500: #ffd900;
  }
}
@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;
  }
  .absolute {
    position: absolute;
  }
  .relative {
    position: relative;
  }
  .static {
    position: static;
  }
  .-top-\[3px\] {
    top: calc(3px * -1);
  }
  .top-\[0\.5em\] {
    top: 0.5em;
  }
  .top-\[10px\] {
    top: 10px;
  }
  .top-\[38px\] {
    top: 38px;
  }
  .-right-\[4px\] {
    right: calc(4px * -1);
  }
  .right-0 {
    right: calc(var(--spacing) * 0);
  }
  .right-\[16px\] {
    right: 16px;
  }
  .bottom-0 {
    bottom: calc(var(--spacing) * 0);
  }
  .left-\[16px\] {
    left: 16px;
  }
  .left-\[54px\] {
    left: 54px;
  }
  .z-10 {
    z-index: 10;
  }
  .z-50 {
    z-index: 50;
  }
  .container {
    width: 100%;
    @media (width >= 40rem) {
      max-width: 40rem;
    }
    @media (width >= 48rem) {
      max-width: 48rem;
    }
    @media (width >= 64rem) {
      max-width: 64rem;
    }
    @media (width >= 80rem) {
      max-width: 80rem;
    }
    @media (width >= 96rem) {
      max-width: 96rem;
    }
  }
  .mx-20 {
    margin-inline: calc(var(--spacing) * 20);
  }
  .my-2 {
    margin-block: calc(var(--spacing) * 2);
  }
  .my-4 {
    margin-block: calc(var(--spacing) * 4);
  }
  .my-5 {
    margin-block: calc(var(--spacing) * 5);
  }
  .my-6 {
    margin-block: calc(var(--spacing) * 6);
  }
  .my-8 {
    margin-block: calc(var(--spacing) * 8);
  }
  .my-10 {
    margin-block: calc(var(--spacing) * 10);
  }
  .my-16 {
    margin-block: calc(var(--spacing) * 16);
  }
  .-mt-1 {
    margin-top: calc(var(--spacing) * -1);
  }
  .-mt-2 {
    margin-top: calc(var(--spacing) * -2);
  }
  .-mt-6 {
    margin-top: calc(var(--spacing) * -6);
  }
  .mt-2 {
    margin-top: calc(var(--spacing) * 2);
  }
  .mt-4 {
    margin-top: calc(var(--spacing) * 4);
  }
  .mt-5 {
    margin-top: calc(var(--spacing) * 5);
  }
  .mt-6 {
    margin-top: calc(var(--spacing) * 6);
  }
  .mt-8 {
    margin-top: calc(var(--spacing) * 8);
  }
  .mt-20 {
    margin-top: calc(var(--spacing) * 20);
  }
  .mt-\[4px\] {
    margin-top: 4px;
  }
  .mt-\[8px\] {
    margin-top: 8px;
  }
  .mt-\[16px\] {
    margin-top: 16px;
  }
  .mt-\[24px\] {
    margin-top: 24px;
  }
  .mt-\[36px\] {
    margin-top: 36px;
  }
  .mt-\[40px\] {
    margin-top: 40px;
  }
  .mt-auto {
    margin-top: auto;
  }
  .mr-6 {
    margin-right: calc(var(--spacing) * 6);
  }
  .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-6 {
    margin-bottom: calc(var(--spacing) * 6);
  }
  .mb-8 {
    margin-bottom: calc(var(--spacing) * 8);
  }
  .mb-\[1\.53846rem\] {
    margin-bottom: 1.53846rem;
  }
  .mb-\[24px\] {
    margin-bottom: 24px;
  }
  .mb-\[40px\] {
    margin-bottom: 40px;
  }
  .ml-2 {
    margin-left: calc(var(--spacing) * 2);
  }
  .ml-auto {
    margin-left: auto;
  }
  .flex {
    display: flex;
  }
  .hidden {
    display: none;
  }
  .inline-block {
    display: inline-block;
  }
  .aspect-square {
    aspect-ratio: 1 / 1;
  }
  .h-2 {
    height: calc(var(--spacing) * 2);
  }
  .h-4 {
    height: calc(var(--spacing) * 4);
  }
  .h-5 {
    height: calc(var(--spacing) * 5);
  }
  .h-6 {
    height: calc(var(--spacing) * 6);
  }
  .h-10 {
    height: calc(var(--spacing) * 10);
  }
  .h-40 {
    height: calc(var(--spacing) * 40);
  }
  .h-48 {
    height: calc(var(--spacing) * 48);
  }
  .h-64 {
    height: calc(var(--spacing) * 64);
  }
  .h-\[1px\] {
    height: 1px;
  }
  .h-\[2px\] {
    height: 2px;
  }
  .h-\[4px\] {
    height: 4px;
  }
  .h-\[12px\] {
    height: 12px;
  }
  .h-\[16\.6px\] {
    height: 16.6px;
  }
  .h-\[16px\] {
    height: 16px;
  }
  .h-\[24px\] {
    height: 24px;
  }
  .h-\[32px\] {
    height: 32px;
  }
  .h-\[40px\] {
    height: 40px;
  }
  .h-\[42px\] {
    height: 42px;
  }
  .h-\[44px\] {
    height: 44px;
  }
  .h-\[48px\] {
    height: 48px;
  }
  .h-\[60px\] {
    height: 60px;
  }
  .h-\[95dvh\] {
    height: 95dvh;
  }
  .h-full {
    height: 100%;
  }
  .h-screen {
    height: 100vh;
  }
  .max-h-\[21px\] {
    max-height: 21px;
  }
  .max-h-\[24px\] {
    max-height: 24px;
  }
  .min-h-0 {
    min-height: calc(var(--spacing) * 0);
  }
  .min-h-\[20px\] {
    min-height: 20px;
  }
  .min-h-\[21px\] {
    min-height: 21px;
  }
  .min-h-\[24px\] {
    min-height: 24px;
  }
  .min-h-\[32px\] {
    min-height: 32px;
  }
  .min-h-screen {
    min-height: 100vh;
  }
  .w-1\/2 {
    width: calc(1/2 * 100%);
  }
  .w-1\/3 {
    width: calc(1/3 * 100%);
  }
  .w-2 {
    width: calc(var(--spacing) * 2);
  }
  .w-2\/3 {
    width: calc(2/3 * 100%);
  }
  .w-4 {
    width: calc(var(--spacing) * 4);
  }
  .w-5 {
    width: calc(var(--spacing) * 5);
  }
  .w-6 {
    width: calc(var(--spacing) * 6);
  }
  .w-10 {
    width: calc(var(--spacing) * 10);
  }
  .w-40 {
    width: calc(var(--spacing) * 40);
  }
  .w-48 {
    width: calc(var(--spacing) * 48);
  }
  .w-52 {
    width: calc(var(--spacing) * 52);
  }
  .w-60 {
    width: calc(var(--spacing) * 60);
  }
  .w-64 {
    width: calc(var(--spacing) * 64);
  }
  .w-\[1px\] {
    width: 1px;
  }
  .w-\[12px\] {
    width: 12px;
  }
  .w-\[16\.6px\] {
    width: 16.6px;
  }
  .w-\[16px\] {
    width: 16px;
  }
  .w-\[24px\] {
    width: 24px;
  }
  .w-\[30ch\] {
    width: 30ch;
  }
  .w-\[32px\] {
    width: 32px;
  }
  .w-\[44px\] {
    width: 44px;
  }
  .w-\[186px\] {
    width: 186px;
  }
  .w-\[238px\] {
    width: 238px;
  }
  .w-\[300px\] {
    width: 300px;
  }
  .w-\[480px\] {
    width: 480px;
  }
  .w-\[500px\] {
    width: 500px;
  }
  .w-\[640px\] {
    width: 640px;
  }
  .w-full {
    width: 100%;
  }
  .w-screen {
    width: 100vw;
  }
  .max-w-\[21px\] {
    max-width: 21px;
  }
  .max-w-\[24px\] {
    max-width: 24px;
  }
  .max-w-\[40px\] {
    max-width: 40px;
  }
  .max-w-\[600px\] {
    max-width: 600px;
  }
  .max-w-\[640px\] {
    max-width: 640px;
  }
  .max-w-\[1280px\] {
    max-width: 1280px;
  }
  .max-w-screen-md {
    max-width: var(--breakpoint-md);
  }
  .min-w-\[21px\] {
    min-width: 21px;
  }
  .min-w-\[24px\] {
    min-width: 24px;
  }
  .min-w-\[30px\] {
    min-width: 30px;
  }
  .min-w-\[32px\] {
    min-width: 32px;
  }
  .min-w-\[40px\] {
    min-width: 40px;
  }
  .min-w-\[110px\] {
    min-width: 110px;
  }
  .min-w-\[160px\] {
    min-width: 160px;
  }
  .flex-1 {
    flex: 1;
  }
  .flex-shrink-0 {
    flex-shrink: 0;
  }
  .grow {
    flex-grow: 1;
  }
  .border-collapse {
    border-collapse: collapse;
  }
  .transform {
    transform: var(--tw-rotate-x,) var(--tw-rotate-y,) var(--tw-rotate-z,) var(--tw-skew-x,) var(--tw-skew-y,);
  }
  .cursor-not-allowed {
    cursor: not-allowed;
  }
  .cursor-pointer {
    cursor: pointer;
  }
  .list-inside {
    list-style-position: inside;
  }
  .list-disc {
    list-style-type: disc;
  }
  .appearance-none {
    appearance: none;
  }
  .flex-col {
    flex-direction: column;
  }
  .flex-row {
    flex-direction: row;
  }
  .flex-wrap {
    flex-wrap: wrap;
  }
  .items-center {
    align-items: center;
  }
  .items-start {
    align-items: flex-start;
  }
  .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;
  }
  .justify-start {
    justify-content: flex-start;
  }
  .gap-0\.5 {
    gap: calc(var(--spacing) * 0.5);
  }
  .gap-1 {
    gap: calc(var(--spacing) * 1);
  }
  .gap-2 {
    gap: calc(var(--spacing) * 2);
  }
  .gap-3 {
    gap: calc(var(--spacing) * 3);
  }
  .gap-4 {
    gap: calc(var(--spacing) * 4);
  }
  .gap-6 {
    gap: calc(var(--spacing) * 6);
  }
  .gap-10 {
    gap: calc(var(--spacing) * 10);
  }
  .gap-12 {
    gap: calc(var(--spacing) * 12);
  }
  .gap-\[4px\] {
    gap: 4px;
  }
  .gap-\[8px\] {
    gap: 8px;
  }
  .gap-\[24px\] {
    gap: 24px;
  }
  .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-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)));
    }
  }
  .overflow-y-auto {
    overflow-y: auto;
  }
  .overflow-y-hidden {
    overflow-y: hidden;
  }
  .overflow-y-scroll {
    overflow-y: scroll;
  }
  .rounded {
    border-radius: 0.25rem;
  }
  .rounded-3xl {
    border-radius: var(--radius-3xl);
  }
  .rounded-\[4px\] {
    border-radius: 4px;
  }
  .rounded-\[16px\] {
    border-radius: 16px;
  }
  .rounded-\[56px\] {
    border-radius: 56px;
  }
  .rounded-md {
    border-radius: var(--radius-md);
  }
  .rounded-sm {
    border-radius: var(--radius-sm);
  }
  .rounded-xl {
    border-radius: var(--radius-xl);
  }
  .border {
    border-style: var(--tw-border-style);
    border-width: 1px;
  }
  .border-1 {
    border-style: var(--tw-border-style);
    border-width: 1px;
  }
  .border-b-1 {
    border-bottom-style: var(--tw-border-style);
    border-bottom-width: 1px;
  }
  .border-gray-300 {
    border-color: #b9bbb6;
  }
  .border-green-600 {
    border-color: #002f30;
  }
  .border-primary-02 {
    border-color: rgba(0, 47, 47, 0.2);
  }
  .border-primary-950 {
    border-color: #002f2f;
  }
  .border-red-400 {
    border-color: var(--color-red-400);
  }
  .border-warm-gray-400 {
    border-color: #d7d2c3;
  }
  .border-zinc-300 {
    border-color: var(--color-zinc-300);
  }
  .bg-\[\#CBCCC9\] {
    background-color: #CBCCC9;
  }
  .bg-almost-white {
    background-color: #F8F8FF;
  }
  .bg-green-400 {
    background-color: #406364;
  }
  .bg-green-600 {
    background-color: #002f30;
  }
  .bg-primary-01\/30 {
    background-color: color-mix(in oklab, rgba(0, 47, 47, 0.1) 30%, transparent);
  }
  .bg-primary-02 {
    background-color: rgba(0, 47, 47, 0.2);
  }
  .bg-primary-950 {
    background-color: #002f2f;
  }
  .bg-red-50 {
    background-color: var(--color-red-50);
  }
  .bg-warm-gray-50 {
    background-color: #f2f0eb;
  }
  .bg-warm-gray-400 {
    background-color: #d7d2c3;
  }
  .bg-warm-gray-500 {
    background-color: #cac3af;
  }
  .bg-white {
    background-color: var(--color-white);
  }
  .fill-primary-950 {
    fill: #002f2f;
  }
  .stroke-primary-950 {
    stroke: #002f2f;
  }
  .stroke-\[2px\] {
    stroke-width: 2px;
  }
  .object-cover {
    object-fit: cover;
  }
  .p-2 {
    padding: calc(var(--spacing) * 2);
  }
  .p-4 {
    padding: calc(var(--spacing) * 4);
  }
  .p-5 {
    padding: calc(var(--spacing) * 5);
  }
  .p-6 {
    padding: calc(var(--spacing) * 6);
  }
  .p-16 {
    padding: calc(var(--spacing) * 16);
  }
  .px-3 {
    padding-inline: calc(var(--spacing) * 3);
  }
  .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-10 {
    padding-inline: calc(var(--spacing) * 10);
  }
  .px-\[12px\] {
    padding-inline: 12px;
  }
  .px-\[16px\] {
    padding-inline: 16px;
  }
  .px-\[24px\] {
    padding-inline: 24px;
  }
  .py-2 {
    padding-block: calc(var(--spacing) * 2);
  }
  .py-3 {
    padding-block: calc(var(--spacing) * 3);
  }
  .py-10 {
    padding-block: calc(var(--spacing) * 10);
  }
  .py-16 {
    padding-block: calc(var(--spacing) * 16);
  }
  .py-\[0\] {
    padding-block: 0;
  }
  .py-\[4px\] {
    padding-block: 4px;
  }
  .py-\[8px\] {
    padding-block: 8px;
  }
  .pt-5 {
    padding-top: calc(var(--spacing) * 5);
  }
  .pt-6 {
    padding-top: calc(var(--spacing) * 6);
  }
  .pt-16 {
    padding-top: calc(var(--spacing) * 16);
  }
  .pt-28 {
    padding-top: calc(var(--spacing) * 28);
  }
  .pt-\[10px\] {
    padding-top: 10px;
  }
  .pt-\[64px\] {
    padding-top: 64px;
  }
  .pr-\[4px\] {
    padding-right: 4px;
  }
  .pr-\[40px\] {
    padding-right: 40px;
  }
  .pb-\[10px\] {
    padding-bottom: 10px;
  }
  .pb-\[40px\] {
    padding-bottom: 40px;
  }
  .pl-\[4px\] {
    padding-left: 4px;
  }
  .pl-\[40px\] {
    padding-left: 40px;
  }
  .pl-\[62px\] {
    padding-left: 62px;
  }
  .text-center {
    text-align: center;
  }
  .text-justify {
    text-align: justify;
  }
  .text-left {
    text-align: left;
  }
  .font-geologica {
    font-family: "Geologica", 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-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-\[14px\] {
    font-size: 14px;
  }
  .text-\[16px\] {
    font-size: 16px;
  }
  .text-\[20px\] {
    font-size: 20px;
  }
  .text-\[32px\] {
    font-size: 32px;
  }
  .leading-\[120\%\] {
    --tw-leading: 120%;
    line-height: 120%;
  }
  .leading-\[130\%\] {
    --tw-leading: 130%;
    line-height: 130%;
  }
  .leading-\[140\%\] {
    --tw-leading: 140%;
    line-height: 140%;
  }
  .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-light {
    --tw-font-weight: var(--font-weight-light);
    font-weight: var(--font-weight-light);
  }
  .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\.64px\] {
    --tw-tracking: -0.64px;
    letter-spacing: -0.64px;
  }
  .whitespace-nowrap {
    white-space: nowrap;
  }
  .text-\[\#409938\] {
    color: #409938;
  }
  .text-\[\#DF4822\] {
    color: #DF4822;
  }
  .text-\[\#E99F00\] {
    color: #E99F00;
  }
  .text-black {
    color: var(--color-black);
  }
  .text-gray-600 {
    color: #7d7e78;
  }
  .text-gray-800 {
    color: #585854;
  }
  .text-gray-950 {
    color: #252624;
  }
  .text-green-600 {
    color: #002f30;
  }
  .text-primary-04 {
    color: rgba(0, 47, 47, 0.4);
  }
  .text-primary-06 {
    color: rgba(0, 47, 47, 0.6);
  }
  .text-primary-08 {
    color: rgba(0, 47, 47, 0.8);
  }
  .text-primary-950 {
    color: #002f2f;
  }
  .text-red-500 {
    color: var(--color-red-500);
  }
  .text-red-800 {
    color: var(--color-red-800);
  }
  .text-slate-900 {
    color: var(--color-slate-900);
  }
  .text-tiber-08 {
    color: #002F2FCC;
  }
  .text-tiber-950 {
    color: #002F2F;
  }
  .text-warm-gray-600 {
    color: #a8a392;
  }
  .text-warm-gray-800 {
    color: #656258;
  }
  .text-warm-gray-900 {
    color: #43413a;
  }
  .text-white {
    color: var(--color-white);
  }
  .lowercase {
    text-transform: lowercase;
  }
  .uppercase {
    text-transform: uppercase;
  }
  .not-italic {
    font-style: normal;
  }
  .\[text-decoration-line\:underline\] {
    text-decoration-line: underline;
  }
  .no-underline {
    text-decoration-line: none;
  }
  .underline {
    text-decoration-line: underline;
  }
  .\[text-decoration-style\:solid\] {
    text-decoration-style: solid;
  }
  .\[text-underline-offset\:auto\] {
    text-underline-offset: auto;
  }
  .placeholder-gray-600 {
    &::placeholder {
      color: #7d7e78;
    }
  }
  .opacity-0 {
    opacity: 0%;
  }
  .opacity-50 {
    opacity: 50%;
  }
  .opacity-100 {
    opacity: 100%;
  }
  .shadow-lg {
    --tw-shadow: 0 10px 15px -3px var(--tw-shadow-color, rgb(0 0 0 / 0.1)), 0 4px 6px -4px var(--tw-shadow-color, rgb(0 0 0 / 0.1));
    box-shadow: var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
  }
  .shadow-xl {
    --tw-shadow: 0 20px 25px -5px var(--tw-shadow-color, rgb(0 0 0 / 0.1)), 0 8px 10px -6px var(--tw-shadow-color, rgb(0 0 0 / 0.1));
    box-shadow: var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
  }
  .shadow-zinc-400 {
    --tw-shadow-color: oklch(70.5% 0.015 286.067);
    @supports (color: color-mix(in lab, red, red)) {
      --tw-shadow-color: color-mix(in oklab, var(--color-zinc-400) var(--tw-shadow-alpha), transparent);
    }
  }
  .blur {
    --tw-blur: blur(8px);
    filter: var(--tw-blur,) var(--tw-brightness,) var(--tw-contrast,) var(--tw-grayscale,) var(--tw-hue-rotate,) var(--tw-invert,) var(--tw-saturate,) var(--tw-sepia,) var(--tw-drop-shadow,);
  }
  .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));
  }
  .delay-\[1200ms\] {
    transition-delay: 1200ms;
  }
  .duration-200 {
    --tw-duration: 200ms;
    transition-duration: 200ms;
  }
  .duration-300 {
    --tw-duration: 300ms;
    transition-duration: 300ms;
  }
  .ease-in {
    --tw-ease: var(--ease-in);
    transition-timing-function: var(--ease-in);
  }
  .outline-none {
    --tw-outline-style: none;
    outline-style: none;
  }
  .select-none {
    -webkit-user-select: none;
    user-select: none;
  }
  .\[text-decoration-skip-ink\:none\] {
    text-decoration-skip-ink: none;
  }
  .\[text-underline-position\:from-font\] {
    text-underline-position: from-font;
  }
  .peer-focus\:visible {
    &:is(:where(.peer):focus ~ *) {
      visibility: visible;
    }
  }
  .peer-focus\:-translate-y-\[6px\] {
    &:is(:where(.peer):focus ~ *) {
      --tw-translate-y: calc(6px * -1);
      translate: var(--tw-translate-x) var(--tw-translate-y);
    }
  }
  .placeholder\:text-gray-800 {
    &::placeholder {
      color: #585854;
    }
  }
  .empty\:hidden {
    &:empty {
      display: none;
    }
  }
  .hover\:border-primary-03 {
    &:hover {
      @media (hover: hover) {
        border-color: rgba(0, 47, 47, 0.3);
      }
    }
  }
  .hover\:bg-zinc-100 {
    &:hover {
      @media (hover: hover) {
        background-color: var(--color-zinc-100);
      }
    }
  }
  .hover\:text-green-700 {
    &:hover {
      @media (hover: hover) {
        color: #002728;
      }
    }
  }
  .focus\:border-primary-02 {
    &:focus {
      border-color: rgba(0, 47, 47, 0.2);
    }
  }
  .focus\:bg-white {
    &:focus {
      background-color: var(--color-white);
    }
  }
  .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-primary-01 {
    &:focus {
      --tw-ring-color: rgba(0, 47, 47, 0.1);
    }
  }
  .disabled\:cursor-not-allowed {
    &:disabled {
      cursor: not-allowed;
    }
  }
  .disabled\:bg-primary-02 {
    &:disabled {
      background-color: rgba(0, 47, 47, 0.2);
    }
  }
  .disabled\:text-primary-04 {
    &:disabled {
      color: rgba(0, 47, 47, 0.4);
    }
  }
  .data-\[status\=active\]\:block {
    &[data-status="active"] {
      display: block;
    }
  }
  .data-\[status\=active\]\:flex {
    &[data-status="active"] {
      display: flex;
    }
  }
  .data-\[status\=disabled\]\:hidden {
    &[data-status="disabled"] {
      display: none;
    }
  }
  .sm\:mt-20 {
    @media (width >= 40rem) {
      margin-top: calc(var(--spacing) * 20);
    }
  }
  .sm\:block {
    @media (width >= 40rem) {
      display: block;
    }
  }
  .sm\:h-14 {
    @media (width >= 40rem) {
      height: calc(var(--spacing) * 14);
    }
  }
  .sm\:w-1\/2 {
    @media (width >= 40rem) {
      width: calc(1/2 * 100%);
    }
  }
  .sm\:w-2\/3 {
    @media (width >= 40rem) {
      width: calc(2/3 * 100%);
    }
  }
  .sm\:w-14 {
    @media (width >= 40rem) {
      width: calc(var(--spacing) * 14);
    }
  }
  .sm\:flex-row {
    @media (width >= 40rem) {
      flex-direction: row;
    }
  }
  .sm\:p-4 {
    @media (width >= 40rem) {
      padding: calc(var(--spacing) * 4);
    }
  }
  .sm\:px-0 {
    @media (width >= 40rem) {
      padding-inline: calc(var(--spacing) * 0);
    }
  }
  .sm\:px-20 {
    @media (width >= 40rem) {
      padding-inline: calc(var(--spacing) * 20);
    }
  }
  .sm\:py-\[0\] {
    @media (width >= 40rem) {
      padding-block: 0;
    }
  }
  .sm\:text-2xl {
    @media (width >= 40rem) {
      font-size: var(--text-2xl);
      line-height: var(--tw-leading, var(--text-2xl--line-height));
    }
  }
  .md\:w-2\/3 {
    @media (width >= 48rem) {
      width: calc(2/3 * 100%);
    }
  }
  .md\:gap-10 {
    @media (width >= 48rem) {
      gap: calc(var(--spacing) * 10);
    }
  }
  .md\:px-16 {
    @media (width >= 48rem) {
      padding-inline: calc(var(--spacing) * 16);
    }
  }
  .lg\:flex {
    @media (width >= 64rem) {
      display: flex;
    }
  }
  .lg\:px-20 {
    @media (width >= 64rem) {
      padding-inline: calc(var(--spacing) * 20);
    }
  }
  .lg\:whitespace-nowrap {
    @media (width >= 64rem) {
      white-space: nowrap;
    }
  }
  .xl\:mx-40 {
    @media (width >= 80rem) {
      margin-inline: calc(var(--spacing) * 40);
    }
  }
  .\32 xl\:mx-52 {
    @media (width >= 96rem) {
      margin-inline: calc(var(--spacing) * 52);
    }
  }
}
@layer base {
  * {
    font-family: 'Piraeus Open Sans', sans-serif;
  }
}
@layer components {
  .title-xl-regular {
    font-family: 'Piraeus Open Serif', serif;
    font-size: 60px;
    --tw-leading: normal;
    line-height: normal;
    --tw-font-weight: var(--font-weight-normal);
    font-weight: var(--font-weight-normal);
    font-style: normal;
  }
  .h1-regular {
    font-family: 'Piraeus Open Serif', serif;
    font-size: 40px;
    --tw-leading: 120%;
    line-height: 120%;
    --tw-font-weight: var(--font-weight-normal);
    font-weight: var(--font-weight-normal);
    font-style: normal;
  }
  .h2-regular {
    font-family: 'Piraeus Open Serif', serif;
    font-size: 32px;
    --tw-leading: 120%;
    line-height: 120%;
    --tw-font-weight: var(--font-weight-normal);
    font-weight: var(--font-weight-normal);
    font-style: normal;
  }
  .h3-regular {
    font-family: 'Piraeus Open Serif', serif;
    font-size: 28px;
    --tw-leading: 120%;
    line-height: 120%;
    --tw-font-weight: var(--font-weight-normal);
    font-weight: var(--font-weight-normal);
    font-style: normal;
  }
  .h4-regular {
    font-family: 'Piraeus Open Serif', serif;
    font-size: 24px;
    --tw-leading: 120%;
    line-height: 120%;
    --tw-font-weight: var(--font-weight-normal);
    font-weight: var(--font-weight-normal);
    font-style: normal;
  }
  .h5-regular {
    font-family: 'Piraeus Open Sans', sans-serif;
    font-size: 20px;
    --tw-leading: 120%;
    line-height: 120%;
    --tw-font-weight: var(--font-weight-normal);
    font-weight: var(--font-weight-normal);
    font-style: normal;
  }
  .h5-bold {
    font-family: 'Piraeus Open Sans', sans-serif;
    font-size: 20px;
    --tw-leading: 120%;
    line-height: 120%;
    --tw-font-weight: var(--font-weight-bold);
    font-weight: var(--font-weight-bold);
    font-style: normal;
  }
  .h5-semibold {
    font-family: 'Piraeus Open Sans', sans-serif;
    font-size: 20px;
    --tw-leading: 120%;
    line-height: 120%;
    --tw-font-weight: var(--font-weight-semibold);
    font-weight: var(--font-weight-semibold);
    font-style: normal;
  }
  .text-regular {
    font-family: 'Piraeus Open Sans', sans-serif;
    font-size: 16px;
    --tw-leading: 140%;
    line-height: 140%;
    --tw-font-weight: var(--font-weight-normal);
    font-weight: var(--font-weight-normal);
    font-style: normal;
  }
  .text-bold {
    font-family: 'Piraeus Open Sans', sans-serif;
    font-size: 16px;
    --tw-leading: 140%;
    line-height: 140%;
    --tw-font-weight: var(--font-weight-bold);
    font-weight: var(--font-weight-bold);
    font-style: normal;
  }
  .text-semibold {
    font-family: 'Piraeus Open Sans', sans-serif;
    font-size: 18px;
    --tw-leading: 130%;
    line-height: 130%;
    --tw-font-weight: var(--font-weight-bold);
    font-weight: var(--font-weight-bold);
    font-style: normal;
  }
  .text-lg-light {
    font-family: 'Piraeus Open Sans', sans-serif;
    font-size: 18px;
    --tw-leading: 140%;
    line-height: 140%;
    --tw-font-weight: var(--font-weight-light);
    font-weight: var(--font-weight-light);
    font-style: normal;
  }
  .text-sm-bold {
    font-family: 'Piraeus Open Sans', sans-serif;
    font-size: 14px;
    --tw-leading: 130%;
    line-height: 130%;
    --tw-font-weight: var(--font-weight-bold);
    font-weight: var(--font-weight-bold);
    font-style: normal;
  }
  .text-xs-regular {
    font-family: 'Piraeus Open Sans', sans-serif;
    font-size: 12px;
    --tw-leading: 130%;
    line-height: 130%;
    --tw-font-weight: var(--font-weight-normal);
    font-weight: var(--font-weight-normal);
    font-style: normal;
  }
  .text-xs-bold {
    font-family: 'Piraeus Open Sans', sans-serif;
    font-size: 12px;
    --tw-leading: 130%;
    line-height: 130%;
    --tw-font-weight: var(--font-weight-bold);
    font-weight: var(--font-weight-bold);
    font-style: normal;
  }
  .text-sm-semibold {
    font-family: 'Piraeus Open Sans', sans-serif;
    font-size: 14px;
    --tw-leading: 130%;
    line-height: 130%;
    --tw-font-weight: var(--font-weight-semibold);
    font-weight: var(--font-weight-semibold);
    font-style: normal;
  }
  .text-sm-italic {
    font-family: 'Piraeus Open Sans', sans-serif;
    font-size: 14px;
    --tw-leading: 130%;
    line-height: 130%;
    --tw-font-weight: var(--font-weight-normal);
    font-weight: var(--font-weight-normal);
    font-style: italic;
  }
  .text-sm-regular {
    font-family: 'Piraeus Open Sans', sans-serif;
    font-size: 14px;
    --tw-leading: 130%;
    line-height: 130%;
    --tw-font-weight: var(--font-weight-normal);
    font-weight: var(--font-weight-normal);
    font-style: normal;
  }
  .text-lg-bold {
    font-family: 'Piraeus Open Sans', sans-serif;
    font-size: 18px;
    --tw-leading: 130%;
    line-height: 130%;
    --tw-font-weight: var(--font-weight-bold);
    font-weight: var(--font-weight-bold);
    font-style: normal;
  }
  .text-lg-regular {
    font-family: 'Piraeus Open Sans', sans-serif;
    font-size: 18px;
    --tw-leading: 130%;
    line-height: 130%;
    --tw-font-weight: var(--font-weight-normal);
    font-weight: var(--font-weight-normal);
    font-style: normal;
  }
  .btn-primary {
    cursor: pointer;
    background-color: #ffd900;
    padding-inline: calc(var(--spacing) * 6);
    padding-block: calc(var(--spacing) * 3);
    color: #002f30;
    &:hover {
      @media (hover: hover) {
        background-color: #ffe340;
      }
    }
    &:disabled {
      cursor: not-allowed;
    }
    &:disabled {
      opacity: 50%;
    }
  }
  .idp-microsoft {
    cursor: pointer;
    background-color: var(--color-white);
    padding-block: calc(var(--spacing) * 3);
    color: #002f30;
    &:hover {
      @media (hover: hover) {
        background-color: #9d9e99;
      }
    }
    &:disabled {
      cursor: not-allowed;
    }
    &:disabled {
      opacity: 50%;
    }
  }
  .idp-google {
    cursor: pointer;
    background-color: var(--color-white);
    padding-block: calc(var(--spacing) * 3);
    color: #002f30;
    &:hover {
      @media (hover: hover) {
        background-color: #9d9e99;
      }
    }
    &:disabled {
      cursor: not-allowed;
    }
    &:disabled {
      opacity: 50%;
    }
  }
  .idp-apple {
    cursor: pointer;
    background-color: var(--color-white);
    padding-block: calc(var(--spacing) * 3);
    color: #002f30;
    &:hover {
      @media (hover: hover) {
        background-color: #9d9e99;
      }
    }
    &:disabled {
      cursor: not-allowed;
    }
    &:disabled {
      opacity: 50%;
    }
  }
  .idp-piraeus {
    cursor: pointer;
    background-color: #ffd900;
    padding-block: calc(var(--spacing) * 3);
    color: #002f30;
    &:hover {
      @media (hover: hover) {
        background-color: #ffe340;
      }
    }
    &:disabled {
      cursor: not-allowed;
    }
    &:disabled {
      opacity: 50%;
    }
  }
  .idp-primary {
    cursor: pointer;
    border-style: var(--tw-border-style);
    border-width: 1px;
    border-color: #002f30;
    padding-inline: calc(var(--spacing) * 6);
    padding-block: calc(var(--spacing) * 3);
    color: #002f30;
    &:disabled {
      cursor: not-allowed;
    }
    &:disabled {
      opacity: 50%;
    }
  }
  .btn-secondary {
    display: flex;
    cursor: pointer;
    align-items: center;
    justify-content: center;
    background-color: #002f30;
    padding-inline: calc(var(--spacing) * 6);
    padding-block: calc(var(--spacing) * 3);
    color: var(--color-white);
    &:hover {
      @media (hover: hover) {
        background-color: #406364;
      }
    }
    &:disabled {
      cursor: not-allowed;
    }
    &:disabled {
      border-style: var(--tw-border-style);
      border-width: 1px;
    }
    &:disabled {
      border-color: #494945;
    }
    &:disabled {
      background-color: #cbccc9;
    }
    &:disabled {
      color: #494945;
    }
    &:disabled {
      opacity: 50%;
    }
  }
  .btn-secondary-outline {
    display: flex;
    cursor: pointer;
    align-items: center;
    justify-content: center;
    border-style: var(--tw-border-style);
    border-width: 1px;
    border-color: #002f30;
    padding-inline: calc(var(--spacing) * 6);
    padding-block: calc(var(--spacing) * 3);
    color: #002f30;
    &:hover {
      @media (hover: hover) {
        background-color: #fff2aa;
      }
    }
    &:focus {
      --tw-outline-style: none;
      outline-style: none;
    }
    &:disabled {
      cursor: not-allowed;
    }
    &:disabled {
      border-style: var(--tw-border-style);
      border-width: 1px;
    }
    &:disabled {
      border-color: #494945;
    }
    &:disabled {
      background-color: #cbccc9;
    }
    &:disabled {
      color: #494945;
    }
    &:disabled {
      opacity: 50%;
    }
  }
  .menu-item {
    display: flex;
    cursor: pointer;
    justify-content: space-between;
    background-color: #f2f0eb;
    padding-inline: calc(var(--spacing) * 4);
    padding-block: calc(var(--spacing) * 2);
    text-align: center;
    font-size: 16px;
    --tw-leading: 140%;
    line-height: 140%;
    --tw-font-weight: var(--font-weight-bold);
    font-weight: var(--font-weight-bold);
    color: #002f30;
    font-style: normal;
  }
  .pill-primary {
    display: flex;
    cursor: pointer;
    align-items: center;
    justify-content: center;
    border-radius: calc(infinity * 1px);
    background-color: #f2f0eb;
    padding-inline: calc(var(--spacing) * 4);
    padding-block: calc(var(--spacing) * 2);
    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));
    &:hover {
      @media (hover: hover) {
        background-color: #ffd900;
      }
    }
  }
}
@property --tw-rotate-x {
  syntax: "*";
  inherits: false;
}
@property --tw-rotate-y {
  syntax: "*";
  inherits: false;
}
@property --tw-rotate-z {
  syntax: "*";
  inherits: false;
}
@property --tw-skew-x {
  syntax: "*";
  inherits: false;
}
@property --tw-skew-y {
  syntax: "*";
  inherits: false;
}
@property --tw-space-y-reverse {
  syntax: "*";
  inherits: false;
  initial-value: 0;
}
@property --tw-border-style {
  syntax: "*";
  inherits: false;
  initial-value: solid;
}
@property --tw-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-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;
}
@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;
}
@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-rotate-x: initial;
      --tw-rotate-y: initial;
      --tw-rotate-z: initial;
      --tw-skew-x: initial;
      --tw-skew-y: initial;
      --tw-space-y-reverse: 0;
      --tw-border-style: solid;
      --tw-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-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;
      --tw-translate-x: 0;
      --tw-translate-y: 0;
      --tw-translate-z: 0;
    }
  }
}
