/*! 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-500: oklch(63.7% 0.237 25.331);
    --color-black: #000;
    --color-white: #fff;
    --spacing: 0.25rem;
    --text-xs: 0.75rem;
    --text-xs--line-height: calc(1 / 0.75);
    --text-sm: 0.875rem;
    --text-sm--line-height: calc(1.25 / 0.875);
    --text-lg: 1.125rem;
    --text-lg--line-height: calc(1.75 / 1.125);
    --text-xl: 1.25rem;
    --text-xl--line-height: calc(1.75 / 1.25);
    --text-2xl: 1.5rem;
    --text-2xl--line-height: calc(2 / 1.5);
    --text-3xl: 1.875rem;
    --text-3xl--line-height: calc(2.25 / 1.875);
    --text-4xl: 2.25rem;
    --text-4xl--line-height: calc(2.5 / 2.25);
    --font-weight-normal: 400;
    --font-weight-medium: 500;
    --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-grey: hsl(0, 0%, 85%);
  }
}
@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 {
  .absolute {
    position: absolute;
  }
  .relative {
    position: relative;
  }
  .static {
    position: static;
  }
  .inset-0 {
    inset: calc(var(--spacing) * 0);
  }
  .top-0 {
    top: calc(var(--spacing) * 0);
  }
  .top-\[0\] {
    top: 0;
  }
  .top-\[3\%\] {
    top: 3%;
  }
  .top-\[10px\] {
    top: 10px;
  }
  .right-0 {
    right: calc(var(--spacing) * 0);
  }
  .right-1 {
    right: calc(var(--spacing) * 1);
  }
  .right-1\/2 {
    right: calc(1/2 * 100%);
  }
  .right-1\/3 {
    right: calc(1/3 * 100%);
  }
  .right-1\/4 {
    right: calc(1/4 * 100%);
  }
  .right-1\/5 {
    right: calc(1/5 * 100%);
  }
  .right-1\/6 {
    right: calc(1/6 * 100%);
  }
  .right-\[5\%\] {
    right: 5%;
  }
  .-bottom-\[5\%\] {
    bottom: calc(5% * -1);
  }
  .-bottom-\[10\%\] {
    bottom: calc(10% * -1);
  }
  .bottom-0 {
    bottom: calc(var(--spacing) * 0);
  }
  .bottom-10 {
    bottom: calc(var(--spacing) * 10);
  }
  .bottom-\[0\%\] {
    bottom: 0%;
  }
  .bottom-\[5\%\] {
    bottom: 5%;
  }
  .left-0 {
    left: calc(var(--spacing) * 0);
  }
  .left-1 {
    left: calc(var(--spacing) * 1);
  }
  .left-1\/2 {
    left: calc(1/2 * 100%);
  }
  .left-1\/3 {
    left: calc(1/3 * 100%);
  }
  .left-50 {
    left: calc(var(--spacing) * 50);
  }
  .left-\[calc\(1\/3\*100\%\)\] {
    left: calc(1 / 3 * 100%);
  }
  .z-20 {
    z-index: 20;
  }
  .row-auto {
    grid-row: auto;
  }
  .mx-5 {
    margin-inline: calc(var(--spacing) * 5);
  }
  .mx-10 {
    margin-inline: calc(var(--spacing) * 10);
  }
  .mx-\[10\%\] {
    margin-inline: 10%;
  }
  .mx-auto {
    margin-inline: auto;
  }
  .my-1 {
    margin-block: calc(var(--spacing) * 1);
  }
  .my-3 {
    margin-block: calc(var(--spacing) * 3);
  }
  .my-5 {
    margin-block: calc(var(--spacing) * 5);
  }
  .my-auto {
    margin-block: auto;
  }
  .mt-1 {
    margin-top: calc(var(--spacing) * 1);
  }
  .mt-5 {
    margin-top: calc(var(--spacing) * 5);
  }
  .mt-20 {
    margin-top: calc(var(--spacing) * 20);
  }
  .mt-\[5px\] {
    margin-top: 5px;
  }
  .mt-auto {
    margin-top: auto;
  }
  .mr-auto {
    margin-right: auto;
  }
  .mb-1 {
    margin-bottom: calc(var(--spacing) * 1);
  }
  .mb-2 {
    margin-bottom: calc(var(--spacing) * 2);
  }
  .mb-4 {
    margin-bottom: calc(var(--spacing) * 4);
  }
  .mb-10 {
    margin-bottom: calc(var(--spacing) * 10);
  }
  .ml-5 {
    margin-left: calc(var(--spacing) * 5);
  }
  .ml-6 {
    margin-left: calc(var(--spacing) * 6);
  }
  .ml-10 {
    margin-left: calc(var(--spacing) * 10);
  }
  .ml-\[10\%\] {
    margin-left: 10%;
  }
  .ml-auto {
    margin-left: auto;
  }
  .block {
    display: block;
  }
  .contents {
    display: contents;
  }
  .flex {
    display: flex;
  }
  .grid {
    display: grid;
  }
  .hidden {
    display: none;
  }
  .table {
    display: table;
  }
  .h-1 {
    height: calc(var(--spacing) * 1);
  }
  .h-1\/2 {
    height: calc(1/2 * 100%);
  }
  .h-3 {
    height: calc(var(--spacing) * 3);
  }
  .h-4 {
    height: calc(var(--spacing) * 4);
  }
  .h-4\/5 {
    height: calc(4/5 * 100%);
  }
  .h-5 {
    height: calc(var(--spacing) * 5);
  }
  .h-7 {
    height: calc(var(--spacing) * 7);
  }
  .h-10 {
    height: calc(var(--spacing) * 10);
  }
  .h-\[3\] {
    height: 3;
  }
  .h-\[10\%\] {
    height: 10%;
  }
  .h-\[30p\] {
    height: 30p;
  }
  .h-\[30px\] {
    height: 30px;
  }
  .h-\[300px\] {
    height: 300px;
  }
  .h-\[300vh\] {
    height: 300vh;
  }
  .h-\[400px\] {
    height: 400px;
  }
  .h-full {
    height: 100%;
  }
  .h-max {
    height: max-content;
  }
  .h-screen {
    height: 100vh;
  }
  .min-h-\[300vh\] {
    min-height: 300vh;
  }
  .min-h-screen {
    min-height: 100vh;
  }
  .w-4 {
    width: calc(var(--spacing) * 4);
  }
  .w-5 {
    width: calc(var(--spacing) * 5);
  }
  .w-7 {
    width: calc(var(--spacing) * 7);
  }
  .w-8 {
    width: calc(var(--spacing) * 8);
  }
  .w-10 {
    width: calc(var(--spacing) * 10);
  }
  .w-\[60\%\] {
    width: 60%;
  }
  .w-\[150px\] {
    width: 150px;
  }
  .w-\[180px\] {
    width: 180px;
  }
  .w-\[300px\] {
    width: 300px;
  }
  .w-\[330px\] {
    width: 330px;
  }
  .w-\[350px\] {
    width: 350px;
  }
  .w-full {
    width: 100%;
  }
  .w-max {
    width: max-content;
  }
  .w-screen {
    width: 100vw;
  }
  .min-w-\[150px\] {
    min-width: 150px;
  }
  .min-w-\[160px\] {
    min-width: 160px;
  }
  .min-w-\[180px\] {
    min-width: 180px;
  }
  .min-w-\[200px\] {
    min-width: 200px;
  }
  .min-w-\[220px\] {
    min-width: 220px;
  }
  .min-w-\[250px\] {
    min-width: 250px;
  }
  .min-w-\[300px\] {
    min-width: 300px;
  }
  .min-w-\[1800px\] {
    min-width: 1800px;
  }
  .border-collapse {
    border-collapse: collapse;
  }
  .translate-1 {
    --tw-translate-x: calc(var(--spacing) * 1);
    --tw-translate-y: calc(var(--spacing) * 1);
    translate: var(--tw-translate-x) var(--tw-translate-y);
  }
  .translate-1\/2 {
    --tw-translate-x: calc(1/2 * 100%);
    --tw-translate-y: calc(1/2 * 100%);
    translate: var(--tw-translate-x) var(--tw-translate-y);
  }
  .-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-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(1/2 * 100%);
    translate: var(--tw-translate-x) var(--tw-translate-y);
  }
  .-translate-y-1 {
    --tw-translate-y: calc(var(--spacing) * -1);
    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-1 {
    --tw-translate-y: calc(var(--spacing) * 1);
    translate: var(--tw-translate-x) var(--tw-translate-y);
  }
  .translate-y-1\/2 {
    --tw-translate-y: calc(1/2 * 100%);
    translate: var(--tw-translate-x) var(--tw-translate-y);
  }
  .cursor-pointer {
    cursor: pointer;
  }
  .resize {
    resize: both;
  }
  .flex-col {
    flex-direction: column;
  }
  .flex-wrap {
    flex-wrap: wrap;
  }
  .items-center {
    align-items: center;
  }
  .items-end {
    align-items: flex-end;
  }
  .justify-between {
    justify-content: space-between;
  }
  .justify-center {
    justify-content: center;
  }
  .gap-1 {
    gap: calc(var(--spacing) * 1);
  }
  .gap-2 {
    gap: calc(var(--spacing) * 2);
  }
  .gap-5 {
    gap: calc(var(--spacing) * 5);
  }
  .gap-y-2 {
    row-gap: calc(var(--spacing) * 2);
  }
  .overflow-hidden {
    overflow: hidden;
  }
  .overflow-x-hidden {
    overflow-x: hidden;
  }
  .overflow-y-hidden {
    overflow-y: hidden;
  }
  .border {
    border-style: var(--tw-border-style);
    border-width: 1px;
  }
  .border-\[2px\] {
    border-style: var(--tw-border-style);
    border-width: 2px;
  }
  .border-white {
    border-color: var(--color-white);
  }
  .bg-black {
    background-color: var(--color-black);
  }
  .bg-red-500 {
    background-color: var(--color-red-500);
  }
  .bg-white {
    background-color: var(--color-white);
  }
  .p-5 {
    padding: calc(var(--spacing) * 5);
  }
  .p-10 {
    padding: calc(var(--spacing) * 10);
  }
  .p-\[3\%\] {
    padding: 3%;
  }
  .p-\[10\%\] {
    padding: 10%;
  }
  .px-3 {
    padding-inline: calc(var(--spacing) * 3);
  }
  .px-5 {
    padding-inline: calc(var(--spacing) * 5);
  }
  .px-10 {
    padding-inline: calc(var(--spacing) * 10);
  }
  .px-\[5\%\] {
    padding-inline: 5%;
  }
  .px-\[10\%\] {
    padding-inline: 10%;
  }
  .px-\[10\] {
    padding-inline: 10;
  }
  .py-1 {
    padding-block: calc(var(--spacing) * 1);
  }
  .py-2 {
    padding-block: calc(var(--spacing) * 2);
  }
  .py-3 {
    padding-block: calc(var(--spacing) * 3);
  }
  .py-5 {
    padding-block: calc(var(--spacing) * 5);
  }
  .py-\[3\%\] {
    padding-block: 3%;
  }
  .py-\[5\%\] {
    padding-block: 5%;
  }
  .py-\[7\%\] {
    padding-block: 7%;
  }
  .py-\[8\%\] {
    padding-block: 8%;
  }
  .py-\[10\%\] {
    padding-block: 10%;
  }
  .py-\[20px\] {
    padding-block: 20px;
  }
  .pt-10 {
    padding-top: calc(var(--spacing) * 10);
  }
  .pt-\[3\%\] {
    padding-top: 3%;
  }
  .pt-\[5\%\] {
    padding-top: 5%;
  }
  .pt-\[10\%\] {
    padding-top: 10%;
  }
  .pt-\[10\] {
    padding-top: 10;
  }
  .pb-1 {
    padding-bottom: calc(var(--spacing) * 1);
  }
  .pb-2 {
    padding-bottom: calc(var(--spacing) * 2);
  }
  .pb-\[1\] {
    padding-bottom: 1;
  }
  .pb-\[3px\] {
    padding-bottom: 3px;
  }
  .text-center {
    text-align: center;
  }
  .font-\[\'Josefin\'\] {
    font-family: 'Josefin';
  }
  .font-\[\'Josefin\+Sans\'\] {
    font-family: 'Josefin+Sans';
  }
  .font-\[Alata\] {
    font-family: Alata;
  }
  .font-\[Josef\] {
    font-family: Josef;
  }
  .font-\[Josefin\] {
    font-family: Josefin;
  }
  .font-\[Josefin_Sans\] {
    font-family: Josefin Sans;
  }
  .font-\[medium\] {
    font-family: medium;
  }
  .font-\[normal\] {
    font-family: normal;
  }
  .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-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-\[14px\] {
    font-size: 14px;
  }
  .text-\[16px\] {
    font-size: 16px;
  }
  .text-\[48px\] {
    font-size: 48px;
  }
  .text-\[60px\] {
    font-size: 60px;
  }
  .text-\[600px\] {
    font-size: 600px;
  }
  .font-\[100\] {
    --tw-font-weight: 100;
    font-weight: 100;
  }
  .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);
  }
  .text-\[2xl\] {
    color: 2xl;
  }
  .text-black {
    color: var(--color-black);
  }
  .text-grey {
    color: var(--color-grey);
  }
  .text-white {
    color: var(--color-white);
  }
  .uppercase {
    text-transform: uppercase;
  }
  .underline {
    text-decoration-line: underline;
  }
  .\!opacity-100 {
    opacity: 100% !important;
  }
  .opacity-100 {
    opacity: 100%;
  }
  .outline {
    outline-style: var(--tw-outline-style);
    outline-width: 1px;
  }
  .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));
  }
  .duration-300 {
    --tw-duration: 300ms;
    transition-duration: 300ms;
  }
  .\*\:font-\[\'Josefin\'\] {
    :is(& > *) {
      font-family: 'Josefin';
    }
  }
  .\*\:font-\[Alata\] {
    :is(& > *) {
      font-family: Alata;
    }
  }
  .before\:absolute {
    &::before {
      content: var(--tw-content);
      position: absolute;
    }
  }
  .before\:bottom-0 {
    &::before {
      content: var(--tw-content);
      bottom: calc(var(--spacing) * 0);
    }
  }
  .before\:left-0 {
    &::before {
      content: var(--tw-content);
      left: calc(var(--spacing) * 0);
    }
  }
  .before\:h-2 {
    &::before {
      content: var(--tw-content);
      height: calc(var(--spacing) * 2);
    }
  }
  .before\:w-full {
    &::before {
      content: var(--tw-content);
      width: 100%;
    }
  }
  .before\:rounded-full {
    &::before {
      content: var(--tw-content);
      border-radius: calc(infinity * 1px);
    }
  }
  .before\:bg-black {
    &::before {
      content: var(--tw-content);
      background-color: var(--color-black);
    }
  }
  .before\:bg-white {
    &::before {
      content: var(--tw-content);
      background-color: var(--color-white);
    }
  }
  .before\:transition-all {
    &::before {
      content: var(--tw-content);
      transition-property: all;
      transition-timing-function: var(--tw-ease, var(--default-transition-timing-function));
      transition-duration: var(--tw-duration, var(--default-transition-duration));
    }
  }
  .before\:content-\[\'\'\] {
    &::before {
      content: var(--tw-content);
      --tw-content: '';
      content: var(--tw-content);
    }
  }
  .before\:content-none {
    &::before {
      content: var(--tw-content);
      --tw-content: none;
      content: none;
    }
  }
  .hover\:border {
    &:hover {
      @media (hover: hover) {
        border-style: var(--tw-border-style);
        border-width: 1px;
      }
    }
  }
  .hover\:border-b {
    &:hover {
      @media (hover: hover) {
        border-bottom-style: var(--tw-border-style);
        border-bottom-width: 1px;
      }
    }
  }
  .hover\:bg-black {
    &:hover {
      @media (hover: hover) {
        background-color: var(--color-black);
      }
    }
  }
  .hover\:pb-2 {
    &:hover {
      @media (hover: hover) {
        padding-bottom: calc(var(--spacing) * 2);
      }
    }
  }
  .hover\:pb-3 {
    &:hover {
      @media (hover: hover) {
        padding-bottom: calc(var(--spacing) * 3);
      }
    }
  }
  .hover\:text-grey {
    &:hover {
      @media (hover: hover) {
        color: var(--color-grey);
      }
    }
  }
  .hover\:text-white {
    &:hover {
      @media (hover: hover) {
        color: var(--color-white);
      }
    }
  }
  .hover\:opacity-0 {
    &:hover {
      @media (hover: hover) {
        opacity: 0%;
      }
    }
  }
  .hover\:opacity-70 {
    &:hover {
      @media (hover: hover) {
        opacity: 70%;
      }
    }
  }
  .hover\:\*\:opacity-0 {
    &:hover {
      @media (hover: hover) {
        :is(& > *) {
          opacity: 0%;
        }
      }
    }
  }
  .hover\:\*\:opacity-70 {
    &:hover {
      @media (hover: hover) {
        :is(& > *) {
          opacity: 70%;
        }
      }
    }
  }
  .hover\:before\:w-1\/2 {
    &:hover {
      @media (hover: hover) {
        &::before {
          content: var(--tw-content);
          width: calc(1/2 * 100%);
        }
      }
    }
  }
  .max-\[fa-500px\]\:items-center {
    @media (width < fa-500px) {
      align-items: center;
    }
  }
  .max-\[850px\]\:w-full {
    @media (width < 850px) {
      width: 100%;
    }
  }
  .max-\[800px\]\:absolute {
    @media (width < 800px) {
      position: absolute;
    }
  }
  .max-\[800px\]\:block {
    @media (width < 800px) {
      display: block;
    }
  }
  .max-\[800px\]\:flex {
    @media (width < 800px) {
      display: flex;
    }
  }
  .max-\[800px\]\:hidden {
    @media (width < 800px) {
      display: none;
    }
  }
  .max-\[800px\]\:h-full {
    @media (width < 800px) {
      height: 100%;
    }
  }
  .max-\[800px\]\:w-full {
    @media (width < 800px) {
      width: 100%;
    }
  }
  .max-\[800px\]\:flex-col {
    @media (width < 800px) {
      flex-direction: column;
    }
  }
  .max-\[800px\]\:bg-black {
    @media (width < 800px) {
      background-color: var(--color-black);
    }
  }
  .max-\[750px\]\:block {
    @media (width < 750px) {
      display: block;
    }
  }
  .max-\[750px\]\:hidden {
    @media (width < 750px) {
      display: none;
    }
  }
  .max-\[700px\]\:block {
    @media (width < 700px) {
      display: block;
    }
  }
  .max-\[700px\]\:hidden {
    @media (width < 700px) {
      display: none;
    }
  }
  .max-\[700px\]\:h-max {
    @media (width < 700px) {
      height: max-content;
    }
  }
  .max-\[700px\]\:w-full {
    @media (width < 700px) {
      width: 100%;
    }
  }
  .max-\[700px\]\:text-center {
    @media (width < 700px) {
      text-align: center;
    }
  }
  .max-\[650px\]\:block {
    @media (width < 650px) {
      display: block;
    }
  }
  .max-\[650px\]\:hidden {
    @media (width < 650px) {
      display: none;
    }
  }
  .max-\[650px\]\:h-\[100px\] {
    @media (width < 650px) {
      height: 100px;
    }
  }
  .max-\[600px\]\:block {
    @media (width < 600px) {
      display: block;
    }
  }
  .max-\[600px\]\:flex {
    @media (width < 600px) {
      display: flex;
    }
  }
  .max-\[600px\]\:hidden {
    @media (width < 600px) {
      display: none;
    }
  }
  .max-\[600px\]\:h-max {
    @media (width < 600px) {
      height: max-content;
    }
  }
  .max-\[600px\]\:w-full {
    @media (width < 600px) {
      width: 100%;
    }
  }
  .max-\[600px\]\:text-center {
    @media (width < 600px) {
      text-align: center;
    }
  }
  .max-\[500px\]\:static {
    @media (width < 500px) {
      position: static;
    }
  }
  .max-\[500px\]\:m-0 {
    @media (width < 500px) {
      margin: calc(var(--spacing) * 0);
    }
  }
  .max-\[500px\]\:mx-auto {
    @media (width < 500px) {
      margin-inline: auto;
    }
  }
  .max-\[500px\]\:mb-10 {
    @media (width < 500px) {
      margin-bottom: calc(var(--spacing) * 10);
    }
  }
  .max-\[500px\]\:block {
    @media (width < 500px) {
      display: block;
    }
  }
  .max-\[500px\]\:hidden {
    @media (width < 500px) {
      display: none;
    }
  }
  .max-\[500px\]\:flex-col {
    @media (width < 500px) {
      flex-direction: column;
    }
  }
  .max-\[500px\]\:items-center {
    @media (width < 500px) {
      align-items: center;
    }
  }
  .max-\[500px\]\:justify-center {
    @media (width < 500px) {
      justify-content: center;
    }
  }
  .max-\[500px\]\:text-center {
    @media (width < 500px) {
      text-align: center;
    }
  }
  .max-\[450px\]\:h-\[100px\] {
    @media (width < 450px) {
      height: 100px;
    }
  }
  .max-\[450px\]\:h-\[150px\] {
    @media (width < 450px) {
      height: 150px;
    }
  }
  .max-\[450px\]\:w-full {
    @media (width < 450px) {
      width: 100%;
    }
  }
  .max-\[400px\]\:static {
    @media (width < 400px) {
      position: static;
    }
  }
  .max-\[400px\]\:block {
    @media (width < 400px) {
      display: block;
    }
  }
  .max-\[400px\]\:hidden {
    @media (width < 400px) {
      display: none;
    }
  }
  .max-\[400px\]\:h-max {
    @media (width < 400px) {
      height: max-content;
    }
  }
  .max-\[400px\]\:w-full {
    @media (width < 400px) {
      width: 100%;
    }
  }
  .max-\[400px\]\:text-center {
    @media (width < 400px) {
      text-align: center;
    }
  }
  .min-\[401p\]\:absolute {
    @media (width >= 401p) {
      position: absolute;
    }
  }
  .min-\[401px\]\:absolute {
    @media (width >= 401px) {
      position: absolute;
    }
  }
  .min-\[601px\]\:absolute {
    @media (width >= 601px) {
      position: absolute;
    }
  }
  .min-\[701px\]\:absolute {
    @media (width >= 701px) {
      position: absolute;
    }
  }
}
@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-border-style {
  syntax: "*";
  inherits: false;
  initial-value: solid;
}
@property --tw-font-weight {
  syntax: "*";
  inherits: false;
}
@property --tw-outline-style {
  syntax: "*";
  inherits: false;
  initial-value: solid;
}
@property --tw-duration {
  syntax: "*";
  inherits: false;
}
@property --tw-content {
  syntax: "*";
  initial-value: "";
  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-border-style: solid;
      --tw-font-weight: initial;
      --tw-outline-style: solid;
      --tw-duration: initial;
      --tw-content: "";
    }
  }
}
