/*! tailwindcss v4.1.10 | 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);
    --spacing: 0.25rem;
    --container-xs: 20rem;
    --container-sm: 24rem;
    --container-md: 28rem;
    --container-xl: 36rem;
    --container-4xl: 56rem;
    --text-sm: 0.875rem;
    --text-sm--line-height: calc(1.25 / 0.875);
    --text-base: 1rem;
    --text-base--line-height: calc(1.5 / 1);
    --text-2xl: 1.5rem;
    --text-2xl--line-height: calc(2 / 1.5);
    --font-weight-medium: 500;
    --radius-3xl: 1.5rem;
    --ease-in-out: cubic-bezier(0.4, 0, 0.2, 1);
    --animate-bounce: bounce 1s infinite;
    --aspect-video: 16 / 9;
    --default-transition-duration: 150ms;
    --default-transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    --default-font-family: var(--font-sans);
    --default-mono-font-family: var(--font-mono);
  }
}
@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 {
  .collapse {
    visibility: collapse;
  }
  .invisible {
    visibility: hidden;
  }
  .visible {
    visibility: visible;
  }
  .absolute {
    position: absolute;
  }
  .fixed {
    position: fixed;
  }
  .relative {
    position: relative;
  }
  .static {
    position: static;
  }
  .inset-0 {
    inset: calc(var(--spacing) * 0);
  }
  .-top-1\/2 {
    top: calc(calc(1/2 * 100%) * -1);
  }
  .-top-6 {
    top: calc(var(--spacing) * -6);
  }
  .top-0 {
    top: calc(var(--spacing) * 0);
  }
  .top-1\/2 {
    top: calc(1/2 * 100%);
  }
  .top-2 {
    top: calc(var(--spacing) * 2);
  }
  .-right-4 {
    right: calc(var(--spacing) * -4);
  }
  .right-1\/2 {
    right: calc(1/2 * 100%);
  }
  .right-2 {
    right: calc(var(--spacing) * 2);
  }
  .right-\[15\%\] {
    right: 15%;
  }
  .-bottom-1 {
    bottom: calc(var(--spacing) * -1);
  }
  .-bottom-1\/2 {
    bottom: calc(calc(1/2 * 100%) * -1);
  }
  .-bottom-\[5\%\] {
    bottom: calc(5% * -1);
  }
  .-bottom-\[10\%\] {
    bottom: calc(10% * -1);
  }
  .-bottom-\[15\%\] {
    bottom: calc(15% * -1);
  }
  .-bottom-\[20\%\] {
    bottom: calc(20% * -1);
  }
  .-bottom-\[25\%\] {
    bottom: calc(25% * -1);
  }
  .-bottom-\[35\%\] {
    bottom: calc(35% * -1);
  }
  .-bottom-\[40\%\] {
    bottom: calc(40% * -1);
  }
  .bottom-0 {
    bottom: calc(var(--spacing) * 0);
  }
  .left-0 {
    left: calc(var(--spacing) * 0);
  }
  .left-1\/2 {
    left: calc(1/2 * 100%);
  }
  .left-\[15\%\] {
    left: 15%;
  }
  .z-50 {
    z-index: 50;
  }
  .z-\[99\] {
    z-index: 99;
  }
  .\!col-span-7 {
    grid-column: span 7 / span 7 !important;
  }
  .container {
    width: 100%;
    @media (width >= 40rem) {
      max-width: 40rem;
    }
    @media (width >= 48rem) {
      max-width: 48rem;
    }
    @media (width >= 64rem) {
      max-width: 64rem;
    }
    @media (width >= 80rem) {
      max-width: 80rem;
    }
    @media (width >= 96rem) {
      max-width: 96rem;
    }
  }
  .\!m-0 {
    margin: calc(var(--spacing) * 0) !important;
  }
  .m-auto {
    margin: auto;
  }
  .-mx-2 {
    margin-inline: calc(var(--spacing) * -2);
  }
  .-mx-4 {
    margin-inline: calc(var(--spacing) * -4);
  }
  .mx-6 {
    margin-inline: calc(var(--spacing) * 6);
  }
  .mx-auto {
    margin-inline: auto;
  }
  .my-auto {
    margin-block: auto;
  }
  .-mt-2 {
    margin-top: calc(var(--spacing) * -2);
  }
  .-mt-\[0\.25em\] {
    margin-top: calc(0.25em * -1);
  }
  .mt-2 {
    margin-top: calc(var(--spacing) * 2);
  }
  .-mr-3 {
    margin-right: calc(var(--spacing) * -3);
  }
  .mr-auto {
    margin-right: auto;
  }
  .\!mb-1 {
    margin-bottom: calc(var(--spacing) * 1) !important;
  }
  .\!mb-6 {
    margin-bottom: calc(var(--spacing) * 6) !important;
  }
  .-mb-4 {
    margin-bottom: calc(var(--spacing) * -4);
  }
  .-mb-\[0\.1em\] {
    margin-bottom: calc(0.1em * -1);
  }
  .-mb-\[0\.25em\] {
    margin-bottom: calc(0.25em * -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-12 {
    margin-bottom: calc(var(--spacing) * 12);
  }
  .mb-16 {
    margin-bottom: calc(var(--spacing) * 16);
  }
  .mb-\[0\.25em\] {
    margin-bottom: 0.25em;
  }
  .mb-auto {
    margin-bottom: auto;
  }
  .-ml-5 {
    margin-left: calc(var(--spacing) * -5);
  }
  .-ml-6 {
    margin-left: calc(var(--spacing) * -6);
  }
  .ml-auto {
    margin-left: auto;
  }
  .block {
    display: block;
  }
  .flex {
    display: flex;
  }
  .grid {
    display: grid;
  }
  .hidden {
    display: none;
  }
  .inline {
    display: inline;
  }
  .inline-block {
    display: inline-block;
  }
  .inline-flex {
    display: inline-flex;
  }
  .aspect-square {
    aspect-ratio: 1 / 1;
  }
  .size-\[clamp\(1\.875rem\,0\.511rem\+6\.818vw\,4\.875rem\)\] {
    width: clamp(1.875rem, 0.511rem + 6.818vw, 4.875rem);
    height: clamp(1.875rem, 0.511rem + 6.818vw, 4.875rem);
  }
  .size-\[clamp\(2\.125rem\,-0\.188rem\+11\.563vw\,4\.438rem\)\] {
    width: clamp(2.125rem, -0.188rem + 11.563vw, 4.438rem);
    height: clamp(2.125rem, -0.188rem + 11.563vw, 4.438rem);
  }
  .size-\[clamp\(7\.25rem\,5\.261rem\+9\.943vw\,11\.625rem\)\] {
    width: clamp(7.25rem, 5.261rem + 9.943vw, 11.625rem);
    height: clamp(7.25rem, 5.261rem + 9.943vw, 11.625rem);
  }
  .size-full {
    width: 100%;
    height: 100%;
  }
  .\!h-auto {
    height: auto !important;
  }
  .\!h-fit {
    height: fit-content !important;
  }
  .h-1 {
    height: calc(var(--spacing) * 1);
  }
  .h-14 {
    height: calc(var(--spacing) * 14);
  }
  .h-20 {
    height: calc(var(--spacing) * 20);
  }
  .h-fit {
    height: fit-content;
  }
  .h-full {
    height: 100%;
  }
  .max-h-12 {
    max-height: calc(var(--spacing) * 12);
  }
  .min-h-dvh {
    min-height: 100dvh;
  }
  .w-0 {
    width: calc(var(--spacing) * 0);
  }
  .w-14 {
    width: calc(var(--spacing) * 14);
  }
  .w-\[80\%\] {
    width: 80%;
  }
  .w-auto {
    width: auto;
  }
  .w-fit {
    width: fit-content;
  }
  .w-full {
    width: 100%;
  }
  .max-w-4xl {
    max-width: var(--container-4xl);
  }
  .max-w-\[10rem\] {
    max-width: 10rem;
  }
  .max-w-\[430px\] {
    max-width: 430px;
  }
  .max-w-\[1920px\] {
    max-width: 1920px;
  }
  .max-w-md {
    max-width: var(--container-md);
  }
  .max-w-sm {
    max-width: var(--container-sm);
  }
  .max-w-xl {
    max-width: var(--container-xl);
  }
  .flex-1 {
    flex: 1;
  }
  .grow {
    flex-grow: 1;
  }
  .-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\/2 {
    --tw-translate-x: calc(1/2 * 100%);
    translate: var(--tw-translate-x) var(--tw-translate-y);
  }
  .-translate-y-1\/2 {
    --tw-translate-y: calc(calc(1/2 * 100%) * -1);
    translate: var(--tw-translate-x) var(--tw-translate-y);
  }
  .-translate-y-2 {
    --tw-translate-y: calc(var(--spacing) * -2);
    translate: var(--tw-translate-x) var(--tw-translate-y);
  }
  .-translate-y-3 {
    --tw-translate-y: calc(var(--spacing) * -3);
    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,);
  }
  .animate-bounce {
    animation: var(--animate-bounce);
  }
  .cursor-not-allowed {
    cursor: not-allowed;
  }
  .resize {
    resize: both;
  }
  .grid-cols-2 {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  .grid-cols-12 {
    grid-template-columns: repeat(12, minmax(0, 1fr));
  }
  .flex-col {
    flex-direction: column;
  }
  .place-content-center {
    place-content: center;
  }
  .items-center {
    align-items: center;
  }
  .items-end {
    align-items: flex-end;
  }
  .justify-between {
    justify-content: space-between;
  }
  .justify-center {
    justify-content: center;
  }
  .justify-end {
    justify-content: flex-end;
  }
  .gap-2 {
    gap: calc(var(--spacing) * 2);
  }
  .gap-3 {
    gap: calc(var(--spacing) * 3);
  }
  .gap-4 {
    gap: calc(var(--spacing) * 4);
  }
  .gap-5 {
    gap: calc(var(--spacing) * 5);
  }
  .gap-8 {
    gap: calc(var(--spacing) * 8);
  }
  .gap-22 {
    gap: calc(var(--spacing) * 22);
  }
  .space-y-1 {
    :where(& > :not(:last-child)) {
      --tw-space-y-reverse: 0;
      margin-block-start: calc(calc(var(--spacing) * 1) * var(--tw-space-y-reverse));
      margin-block-end: calc(calc(var(--spacing) * 1) * calc(1 - var(--tw-space-y-reverse)));
    }
  }
  .space-y-3 {
    :where(& > :not(:last-child)) {
      --tw-space-y-reverse: 0;
      margin-block-start: calc(calc(var(--spacing) * 3) * var(--tw-space-y-reverse));
      margin-block-end: calc(calc(var(--spacing) * 3) * calc(1 - var(--tw-space-y-reverse)));
    }
  }
  .space-y-4 {
    :where(& > :not(:last-child)) {
      --tw-space-y-reverse: 0;
      margin-block-start: calc(calc(var(--spacing) * 4) * var(--tw-space-y-reverse));
      margin-block-end: calc(calc(var(--spacing) * 4) * calc(1 - var(--tw-space-y-reverse)));
    }
  }
  .space-y-28 {
    :where(& > :not(:last-child)) {
      --tw-space-y-reverse: 0;
      margin-block-start: calc(calc(var(--spacing) * 28) * var(--tw-space-y-reverse));
      margin-block-end: calc(calc(var(--spacing) * 28) * calc(1 - var(--tw-space-y-reverse)));
    }
  }
  .gap-y-6 {
    row-gap: calc(var(--spacing) * 6);
  }
  .\!overflow-visible {
    overflow: visible !important;
  }
  .overflow-hidden {
    overflow: hidden;
  }
  .overflow-visible {
    overflow: visible;
  }
  .overflow-x-hidden {
    overflow-x: hidden;
  }
  .rounded {
    border-radius: 0.25rem;
  }
  .rounded-3xl {
    border-radius: var(--radius-3xl);
  }
  .rounded-full {
    border-radius: calc(infinity * 1px);
  }
  .rounded-b-3xl {
    border-bottom-right-radius: var(--radius-3xl);
    border-bottom-left-radius: var(--radius-3xl);
  }
  .border {
    border-style: var(--tw-border-style);
    border-width: 1px;
  }
  .border-b {
    border-bottom-style: var(--tw-border-style);
    border-bottom-width: 1px;
  }
  .border-\[\#8B8B8B\] {
    border-color: #8B8B8B;
  }
  .border-b-\[\#8B8B8B\] {
    border-bottom-color: #8B8B8B;
  }
  .\!bg-\[\#1f1f1f\] {
    background-color: #1f1f1f !important;
  }
  .bg-\[\#0F0F0F\] {
    background-color: #0F0F0F;
  }
  .bg-\[\#EFEFEF\] {
    background-color: #EFEFEF;
  }
  .bg-\[\#FF4343\] {
    background-color: #FF4343;
  }
  .bg-transparent {
    background-color: transparent;
  }
  .object-contain {
    object-fit: contain;
  }
  .p-4 {
    padding: calc(var(--spacing) * 4);
  }
  .p-\[5svw\] {
    padding: 5svw;
  }
  .\!px-3 {
    padding-inline: calc(var(--spacing) * 3) !important;
  }
  .px-1 {
    padding-inline: calc(var(--spacing) * 1);
  }
  .px-2 {
    padding-inline: calc(var(--spacing) * 2);
  }
  .px-3 {
    padding-inline: calc(var(--spacing) * 3);
  }
  .px-4 {
    padding-inline: calc(var(--spacing) * 4);
  }
  .\!py-2 {
    padding-block: calc(var(--spacing) * 2) !important;
  }
  .py-4 {
    padding-block: calc(var(--spacing) * 4);
  }
  .py-6 {
    padding-block: calc(var(--spacing) * 6);
  }
  .py-8 {
    padding-block: calc(var(--spacing) * 8);
  }
  .pt-6 {
    padding-top: calc(var(--spacing) * 6);
  }
  .pr-3 {
    padding-right: calc(var(--spacing) * 3);
  }
  .pb-28 {
    padding-bottom: calc(var(--spacing) * 28);
  }
  .pl-5 {
    padding-left: calc(var(--spacing) * 5);
  }
  .pl-6 {
    padding-left: calc(var(--spacing) * 6);
  }
  .\!text-start {
    text-align: start !important;
  }
  .text-center {
    text-align: center;
  }
  .text-start {
    text-align: start;
  }
  .\!text-sm {
    font-size: var(--text-sm) !important;
    line-height: var(--tw-leading, var(--text-sm--line-height)) !important;
  }
  .text-2xl {
    font-size: var(--text-2xl);
    line-height: var(--tw-leading, var(--text-2xl--line-height));
  }
  .text-sm {
    font-size: var(--text-sm);
    line-height: var(--tw-leading, var(--text-sm--line-height));
  }
  .text-\[clamp\(1\.25rem\,0\.341rem\+4\.545vw\,1\.563rem\)\] {
    font-size: clamp(1.25rem, 0.341rem + 4.545vw, 1.563rem);
  }
  .text-\[clamp\(1\.25rem\,0\.523rem\+3\.636vw\,1\.5rem\)\] {
    font-size: clamp(1.25rem, 0.523rem + 3.636vw, 1.5rem);
  }
  .text-\[clamp\(1\.125rem\,0\.216rem\+4\.545vw\,1\.438rem\)\] {
    font-size: clamp(1.125rem, 0.216rem + 4.545vw, 1.438rem);
  }
  .text-\[clamp\(2\.125rem\,0rem\+10\.625vw\,4\.25rem\)\] {
    font-size: clamp(2.125rem, 0rem + 10.625vw, 4.25rem);
  }
  .text-\[clamp\(2rem\,0\.545rem\+7\.273vw\,2\.5rem\)\] {
    font-size: clamp(2rem, 0.545rem + 7.273vw, 2.5rem);
  }
  .\!leading-7 {
    --tw-leading: calc(var(--spacing) * 7) !important;
    line-height: calc(var(--spacing) * 7) !important;
  }
  .leading-none {
    --tw-leading: 1;
    line-height: 1;
  }
  .whitespace-pre-line {
    white-space: pre-line;
  }
  .\!text-\[\#8B8B8B\] {
    color: #8B8B8B !important;
  }
  .\!text-\[\#EFEFEF\] {
    color: #EFEFEF !important;
  }
  .text-\[\#EFEFEF\] {
    color: #EFEFEF;
  }
  .text-red-500 {
    color: var(--color-red-500);
  }
  .opacity-0 {
    opacity: 0%;
  }
  .opacity-50 {
    opacity: 50%;
  }
  .opacity-70 {
    opacity: 70%;
  }
  .shadow {
    --tw-shadow: 0 1px 3px 0 var(--tw-shadow-color, rgb(0 0 0 / 0.1)), 0 1px 2px -1px var(--tw-shadow-color, rgb(0 0 0 / 0.1));
    box-shadow: var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
  }
  .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,);
  }
  .invert {
    --tw-invert: invert(100%);
    filter: var(--tw-blur,) var(--tw-brightness,) var(--tw-contrast,) var(--tw-grayscale,) var(--tw-hue-rotate,) var(--tw-invert,) var(--tw-saturate,) var(--tw-sepia,) var(--tw-drop-shadow,);
  }
  .filter {
    filter: var(--tw-blur,) var(--tw-brightness,) var(--tw-contrast,) var(--tw-grayscale,) var(--tw-hue-rotate,) var(--tw-invert,) var(--tw-saturate,) var(--tw-sepia,) var(--tw-drop-shadow,);
  }
  .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-opacity {
    transition-property: opacity;
    transition-timing-function: var(--tw-ease, var(--default-transition-timing-function));
    transition-duration: var(--tw-duration, var(--default-transition-duration));
  }
  .duration-500 {
    --tw-duration: 500ms;
    transition-duration: 500ms;
  }
  .ease-in-out {
    --tw-ease: var(--ease-in-out);
    transition-timing-function: var(--ease-in-out);
  }
  .select-none {
    -webkit-user-select: none;
    user-select: none;
  }
  .max-lg\:bottom-0 {
    @media (width < 64rem) {
      bottom: calc(var(--spacing) * 0);
    }
  }
  .max-lg\:hidden {
    @media (width < 64rem) {
      display: none;
    }
  }
  .max-lg\:w-full {
    @media (width < 64rem) {
      width: 100%;
    }
  }
  .max-lg\:flex-col {
    @media (width < 64rem) {
      flex-direction: column;
    }
  }
  .max-lg\:gap-\[10svw\] {
    @media (width < 64rem) {
      gap: 10svw;
    }
  }
  .sm\:size-\[clamp\(1\.875rem\,0\.511rem\+6\.818vw\,4\.875rem\)\] {
    @media (width >= 40rem) {
      width: clamp(1.875rem, 0.511rem + 6.818vw, 4.875rem);
      height: clamp(1.875rem, 0.511rem + 6.818vw, 4.875rem);
    }
  }
  .sm\:text-\[clamp\(2\.625rem\,1\.148rem\+7\.386vw\,5\.875rem\)\] {
    @media (width >= 40rem) {
      font-size: clamp(2.625rem, 1.148rem + 7.386vw, 5.875rem);
    }
  }
  .md\:hidden {
    @media (width >= 48rem) {
      display: none;
    }
  }
  .md\:inline {
    @media (width >= 48rem) {
      display: inline;
    }
  }
  .md\:inline-block {
    @media (width >= 48rem) {
      display: inline-block;
    }
  }
  .md\:text-center {
    @media (width >= 48rem) {
      text-align: center;
    }
  }
  .lg\:\!my-60 {
    @media (width >= 64rem) {
      margin-block: calc(var(--spacing) * 60) !important;
    }
  }
  .lg\:my-auto {
    @media (width >= 64rem) {
      margin-block: auto;
    }
  }
  .lg\:hidden {
    @media (width >= 64rem) {
      display: none;
    }
  }
  .lg\:aspect-\[8\/3\] {
    @media (width >= 64rem) {
      aspect-ratio: 8/3;
    }
  }
  .lg\:size-\[clamp\(2\.875rem\,0\.018rem\+4\.464vw\,5\.375rem\)\] {
    @media (width >= 64rem) {
      width: clamp(2.875rem, 0.018rem + 4.464vw, 5.375rem);
      height: clamp(2.875rem, 0.018rem + 4.464vw, 5.375rem);
    }
  }
  .lg\:size-\[clamp\(7\.875rem\,3\.589rem\+6\.696vw\,11\.625rem\)\] {
    @media (width >= 64rem) {
      width: clamp(7.875rem, 3.589rem + 6.696vw, 11.625rem);
      height: clamp(7.875rem, 3.589rem + 6.696vw, 11.625rem);
    }
  }
  .lg\:h-full {
    @media (width >= 64rem) {
      height: 100%;
    }
  }
  .lg\:w-\[36\%\] {
    @media (width >= 64rem) {
      width: 36%;
    }
  }
  .lg\:w-\[64\%\] {
    @media (width >= 64rem) {
      width: 64%;
    }
  }
  .lg\:w-fit {
    @media (width >= 64rem) {
      width: fit-content;
    }
  }
  .lg\:max-w-\[18rem\] {
    @media (width >= 64rem) {
      max-width: 18rem;
    }
  }
  .lg\:max-w-\[90\%\] {
    @media (width >= 64rem) {
      max-width: 90%;
    }
  }
  .lg\:max-w-xs {
    @media (width >= 64rem) {
      max-width: var(--container-xs);
    }
  }
  .lg\:min-w-96 {
    @media (width >= 64rem) {
      min-width: calc(var(--spacing) * 96);
    }
  }
  .lg\:flex-row {
    @media (width >= 64rem) {
      flex-direction: row;
    }
  }
  .lg\:items-center {
    @media (width >= 64rem) {
      align-items: center;
    }
  }
  .lg\:items-end {
    @media (width >= 64rem) {
      align-items: flex-end;
    }
  }
  .lg\:justify-end {
    @media (width >= 64rem) {
      justify-content: flex-end;
    }
  }
  .lg\:p-\[3svw\] {
    @media (width >= 64rem) {
      padding: 3svw;
    }
  }
  .lg\:pr-\[10svw\] {
    @media (width >= 64rem) {
      padding-right: 10svw;
    }
  }
  .lg\:text-\[clamp\(2\.875rem\,0\.018rem\+4\.464vw\,5\.375rem\)\] {
    @media (width >= 64rem) {
      font-size: clamp(2.875rem, 0.018rem + 4.464vw, 5.375rem);
    }
  }
  .xl\:w-\[34\%\] {
    @media (width >= 80rem) {
      width: 34%;
    }
  }
  .xl\:w-\[66\%\] {
    @media (width >= 80rem) {
      width: 66%;
    }
  }
  .xl\:max-w-\[80\%\] {
    @media (width >= 80rem) {
      max-width: 80%;
    }
  }
  .xl\:pr-\[12svw\] {
    @media (width >= 80rem) {
      padding-right: 12svw;
    }
  }
  .\32 xl\:w-\[30\%\] {
    @media (width >= 96rem) {
      width: 30%;
    }
  }
  .\32 xl\:w-\[70\%\] {
    @media (width >= 96rem) {
      width: 70%;
    }
  }
  .\32 xl\:max-w-\[70\%\] {
    @media (width >= 96rem) {
      max-width: 70%;
    }
  }
  .\32 xl\:pr-\[18svw\] {
    @media (width >= 96rem) {
      padding-right: 18svw;
    }
  }
}
.logo-size {
  height: clamp(1rem, 0.825rem + 0.875vw, 1.875rem);
}
.logo-size-home {
  height: clamp(1.25rem, 1.125rem + 0.625vw, 1.875rem);
}
.text-title-home {
  font-size: clamp(1.875rem, 0.511rem + 6.818vw, 4.875rem);
  --tw-leading: 1;
  line-height: 1;
  @media (width >= 64rem) {
    font-size: clamp(2.875rem, 0.018rem + 4.464vw, 5.375rem);
  }
}
.text-title-1 {
  font-size: clamp(2.625rem, 1.148rem + 7.386vw, 5.875rem);
  --tw-leading: 1;
  line-height: 1;
  @media (width >= 64rem) {
    font-size: clamp(2.875rem, 0.018rem + 4.464vw, 5.375rem);
  }
}
.text-title-2 {
  font-size: clamp(1.625rem, 0.489rem + 5.682vw, 4.125rem);
  --tw-leading: 1;
  line-height: 1;
  @media (width >= 64rem) {
    font-size: clamp(2rem, 0.143rem + 2.902vw, 3.625rem);
  }
}
.text-subtitle {
  font-size: clamp(0.938rem, 0.057rem + 4.403vw, 2.875rem);
  --tw-leading: 1;
  line-height: 1;
  @media (width >= 64rem) {
    font-size: clamp(1.375rem, 0.589rem + 1.228vw, 2.063rem);
  }
}
.text-paragraph {
  font-size: clamp(0.875rem, 0.364rem + 2.557vw, 2rem);
  --tw-leading: 1.2;
  line-height: 1.2;
  @media (width >= 64rem) {
    font-size: clamp(1rem, 0.5rem + 0.781vw, 1.438rem);
  }
  & a {
    text-decoration-line: underline;
  }
}
.text-title-home-alt {
  font-size: clamp(2.125rem, -0.188rem + 11.563vw, 4.438rem);
  --tw-leading: 1;
  line-height: 1;
  @media (width >= 40rem) {
    font-size: clamp(1.875rem, 0.511rem + 6.818vw, 4.875rem);
  }
  @media (width >= 64rem) {
    font-size: clamp(2.875rem, 0.018rem + 4.464vw, 5.375rem);
  }
}
.text-upper-subtitle {
  font-size: clamp(1rem, 0.273rem + 3.636vw, 1.25rem);
  --tw-leading: 1;
  line-height: 1;
  color: #8B8B8B;
  text-transform: uppercase;
}
.text-paragraph-large {
  font-size: clamp(1.125rem, 0.216rem + 4.545vw, 1.438rem);
  --tw-leading: 1;
  line-height: 1;
  color: #8B8B8B;
}
.text-paragraph-small {
  font-size: var(--text-base);
  line-height: var(--tw-leading, var(--text-base--line-height));
  --tw-leading: 1;
  line-height: 1;
  color: #8B8B8B;
}
#play-loader-text, #confirmation-loader-text {
  font-size: clamp(1.625rem, 0.489rem + 5.682vw, 4.125rem);
  --tw-leading: 1;
  line-height: 1;
  @media (width >= 64rem) {
    font-size: clamp(1.375rem, 0.589rem + 1.228vw, 2.063rem);
  }
}
@keyframes neon-wave {
  0% {
    box-shadow: 0px 0px 0px 0px #ff4343;
  }
  50% {
    box-shadow: 0px 0px 45px 0px #ff4343;
  }
  100% {
    box-shadow: 0px 0px 0px 0px #ff4343;
  }
}
.button-fill-neon {
  display: flex;
  height: clamp(3.375rem, 2.92rem + 2.273vw, 4.375rem);
  align-items: center;
  justify-content: center;
  gap: calc(var(--spacing) * 4);
  border-radius: calc(infinity * 1px);
  border-style: var(--tw-border-style);
  border-width: 2px;
  border-color: #FF4343;
  background-color: #FF4343;
  padding-inline: calc(var(--spacing) * 4);
  text-align: center;
  font-size: clamp(1.375rem, -0.08rem + 7.273vw, 1.875rem);
  --tw-font-weight: var(--font-weight-medium);
  font-weight: var(--font-weight-medium);
  color: #0F0F0F;
  @media (width >= 64rem) {
    height: clamp(3.375rem, 2.232rem + 1.786vw, 4.375rem);
  }
  @media (width >= 64rem) {
    font-size: clamp(1.375rem, 0.804rem + 0.893vw, 1.875rem);
  }
}
.button-neon-wave {
  animation: neon-wave 1.2s infinite linear;
}
.button-fill {
  display: flex;
  height: clamp(3.375rem, 2.92rem + 2.273vw, 4.375rem);
  align-items: center;
  gap: calc(var(--spacing) * 4);
  border-radius: calc(infinity * 1px);
  border-style: var(--tw-border-style);
  border-width: 2px;
  border-color: #FF4343;
  background-color: #FF4343;
  padding-inline: calc(var(--spacing) * 7);
  text-align: start;
  font-size: clamp(1.375rem, 1.148rem + 1.136vw, 1.875rem);
  --tw-font-weight: var(--font-weight-medium);
  font-weight: var(--font-weight-medium);
  color: #0F0F0F;
  @media (width >= 64rem) {
    height: clamp(3.375rem, 2.232rem + 1.786vw, 4.375rem);
  }
  @media (width >= 64rem) {
    font-size: clamp(1.375rem, 0.804rem + 0.893vw, 1.875rem);
  }
}
.button-fill-lg {
  display: flex;
  height: clamp(4rem, 3.545rem + 2.273vw, 5rem);
  align-items: center;
  gap: calc(var(--spacing) * 4);
  border-radius: calc(infinity * 1px);
  border-style: var(--tw-border-style);
  border-width: 2px;
  border-color: #FF4343;
  background-color: #FF4343;
  padding-inline: calc(var(--spacing) * 7);
  text-align: start;
  font-size: clamp(1.375rem, 1.148rem + 1.136vw, 1.875rem);
  --tw-font-weight: var(--font-weight-medium);
  font-weight: var(--font-weight-medium);
  color: #0F0F0F;
  @media (width >= 64rem) {
    height: clamp(3.375rem, 2.232rem + 1.786vw, 4.375rem);
  }
  @media (width >= 64rem) {
    font-size: clamp(1.375rem, 0.804rem + 0.893vw, 1.875rem);
  }
}
.button-fill-alt {
  display: flex;
  height: clamp(3.375rem, 2.92rem + 2.273vw, 4.375rem);
  align-items: center;
  gap: calc(var(--spacing) * 4);
  border-radius: calc(infinity * 1px);
  border-style: var(--tw-border-style);
  border-width: 2px;
  border-color: #D9D9D9;
  background-color: #D9D9D9;
  padding-inline: calc(var(--spacing) * 7);
  text-align: start;
  font-size: clamp(1.375rem, 1.148rem + 1.136vw, 1.875rem);
  --tw-font-weight: var(--font-weight-medium);
  font-weight: var(--font-weight-medium);
  color: #0F0F0F;
  @media (width >= 64rem) {
    height: clamp(3.375rem, 2.232rem + 1.786vw, 4.375rem);
  }
  @media (width >= 64rem) {
    font-size: clamp(1.375rem, 0.804rem + 0.893vw, 1.875rem);
  }
}
.button-outline {
  display: flex;
  height: clamp(3.375rem, 2.92rem + 2.273vw, 4.375rem);
  align-items: center;
  gap: calc(var(--spacing) * 4);
  border-radius: calc(infinity * 1px);
  border-style: var(--tw-border-style);
  border-width: 2px;
  border-color: #FF4343;
  padding-inline: calc(var(--spacing) * 7);
  text-align: start;
  font-size: clamp(1.375rem, 1.148rem + 1.136vw, 1.875rem);
  --tw-font-weight: var(--font-weight-medium);
  font-weight: var(--font-weight-medium);
  color: #FF4343;
  @media (width >= 64rem) {
    height: clamp(3.375rem, 2.232rem + 1.786vw, 4.375rem);
  }
  @media (width >= 64rem) {
    font-size: clamp(1.375rem, 0.804rem + 0.893vw, 1.875rem);
  }
}
.button-outline-arrow {
  display: flex;
  height: clamp(2.375rem, 2.261rem + 0.568vw, 2.625rem);
  align-items: center;
  gap: calc(var(--spacing) * 4);
  border-radius: calc(infinity * 1px);
  border-style: var(--tw-border-style);
  border-width: 2px;
  border-color: #FF4343;
  padding-inline: calc(var(--spacing) * 6);
  text-align: start;
  font-size: clamp(1.375rem, 1.148rem + 1.136vw, 1.875rem);
  --tw-font-weight: var(--font-weight-medium);
  font-weight: var(--font-weight-medium);
  color: #FF4343;
  @media (width >= 64rem) {
    height: clamp(3.375rem, 2.232rem + 1.786vw, 4.375rem);
  }
  @media (width >= 64rem) {
    padding-inline: calc(var(--spacing) * 8);
  }
  @media (width >= 64rem) {
    font-size: clamp(1.375rem, 0.804rem + 0.893vw, 1.875rem);
  }
  @media (width >= 96rem) {
    padding-inline: calc(var(--spacing) * 9);
  }
}
.button-outline-alt {
  display: flex;
  height: clamp(3.375rem, 2.92rem + 2.273vw, 4.375rem);
  align-items: center;
  gap: calc(var(--spacing) * 4);
  border-radius: calc(infinity * 1px);
  border-style: var(--tw-border-style);
  border-width: 2px;
  border-color: #D9D9D9;
  padding-inline: calc(var(--spacing) * 7);
  text-align: start;
  font-size: clamp(1.375rem, 1.148rem + 1.136vw, 1.875rem);
  --tw-font-weight: var(--font-weight-medium);
  font-weight: var(--font-weight-medium);
  color: #D9D9D9;
  @media (width >= 64rem) {
    height: clamp(3.375rem, 2.232rem + 1.786vw, 4.375rem);
  }
  @media (width >= 64rem) {
    font-size: clamp(1.375rem, 0.804rem + 0.893vw, 1.875rem);
  }
}
.text-input {
  display: flex;
  height: clamp(3.375rem, 2.92rem + 2.273vw, 4.375rem);
  align-items: center;
  gap: calc(var(--spacing) * 4);
  border-radius: calc(infinity * 1px);
  border-style: var(--tw-border-style);
  border-width: 2px;
  border-color: #D9D9D9;
  padding-inline: calc(var(--spacing) * 7);
  text-align: start;
  font-size: clamp(1.25rem, 1.193rem + 0.284vw, 1.375rem);
  --tw-font-weight: var(--font-weight-medium);
  font-weight: var(--font-weight-medium);
  color: #D9D9D9;
  &::placeholder {
    color: color-mix(in oklab, #D9D9D9 50%, transparent);
  }
  @media (width >= 64rem) {
    height: clamp(3.375rem, 2.232rem + 1.786vw, 4.375rem);
  }
  @media (width >= 64rem) {
    font-size: clamp(1.125rem, 0.696rem + 0.67vw, 1.5rem);
  }
}
.textarea-input {
  display: flex;
  align-items: center;
  gap: calc(var(--spacing) * 4);
  border-radius: var(--radius-3xl);
  border-style: var(--tw-border-style);
  border-width: 2px;
  border-color: #D9D9D9;
  padding-inline: calc(var(--spacing) * 7);
  padding-block: calc(var(--spacing) * 3);
  text-align: start;
  font-size: clamp(1.25rem, 1.193rem + 0.284vw, 1.375rem);
  --tw-font-weight: var(--font-weight-medium);
  font-weight: var(--font-weight-medium);
  color: #D9D9D9;
  &::placeholder {
    color: color-mix(in oklab, #D9D9D9 50%, transparent);
  }
  @media (width >= 64rem) {
    font-size: clamp(1.125rem, 0.696rem + 0.67vw, 1.5rem);
  }
}
.radio-input {
  display: flex;
  height: clamp(3.375rem, 2.92rem + 2.273vw, 4.375rem);
  align-items: center;
  gap: calc(var(--spacing) * 4);
  border-radius: calc(infinity * 1px);
  border-style: var(--tw-border-style);
  border-width: 2px;
  border-color: #D9D9D9;
  padding-inline: calc(var(--spacing) * 7);
  text-align: start;
  font-size: clamp(1.25rem, 1.193rem + 0.284vw, 1.375rem);
  --tw-font-weight: var(--font-weight-medium);
  font-weight: var(--font-weight-medium);
  color: #D9D9D9;
  @media (width >= 64rem) {
    height: clamp(3.375rem, 2.232rem + 1.786vw, 4.375rem);
  }
  @media (width >= 64rem) {
    font-size: clamp(1.125rem, 0.696rem + 0.67vw, 1.5rem);
  }
}
.radio-input input[type="radio"], .radio-input input[type="checkbox"] {
  display: none;
}
.radio-input:has(input[type="radio"]:checked), .radio-input:has(input[type="checkbox"]:checked) {
  background-color: #D9D9D9;
  color: #0F0F0F;
}
.info-video-media {
  aspect-ratio: var(--aspect-video);
  height: 100%;
  width: auto;
  scale: 1.02;
  object-fit: cover;
  object-position: center;
}
.info-video-media-desk {
  aspect-ratio: 8/3;
  height: 100%;
  width: auto;
  scale: 1.02;
  object-position: center;
}
.hidden-animation {
  display: none;
  opacity: 0%;
}
.choices {
  grid-column: span 5 / span 5 !important;
  margin: calc(var(--spacing) * 0) !important;
  border-radius: calc(infinity * 1px) !important;
  --tw-border-style: none !important;
  border-style: none !important;
  background-color: transparent !important;
}
.choices__inner {
  margin-block: auto !important;
  display: flex !important;
  height: clamp(3.375rem, 2.92rem + 2.273vw, 4.375rem) !important;
  min-height: 3.5rem !important;
  align-items: center !important;
  border-radius: calc(infinity * 1px) !important;
  border-style: var(--tw-border-style) !important;
  border-width: 2px !important;
  border-color: #D9D9D9 !important;
  background-color: transparent !important;
  padding-inline: calc(var(--spacing) * 6) !important;
  padding-block: calc(var(--spacing) * 0) !important;
  font-size: clamp(1rem, 0.83rem + 0.852vw, 1.375rem) !important;
  color: #D9D9D9 !important;
  @media (width >= 64rem) {
    height: clamp(3.375rem, 2.232rem + 1.786vw, 4.375rem) !important;
  }
  @media (width >= 64rem) {
    font-size: clamp(1.125rem, 0.696rem + 0.67vw, 1.5rem) !important;
  }
}
.choices__input {
  height: clamp(3.375rem, 2.92rem + 2.273vw, 4.375rem) !important;
  background-color: #0F0F0F !important;
  padding-inline: calc(var(--spacing) * 6) !important;
  font-size: clamp(1rem, 0.83rem + 0.852vw, 1.375rem) !important;
  color: #D9D9D9 !important;
  @media (width >= 64rem) {
    height: clamp(3.375rem, 2.232rem + 1.786vw, 4.375rem) !important;
  }
  @media (width >= 64rem) {
    font-size: clamp(1.125rem, 0.696rem + 0.67vw, 1.5rem) !important;
  }
}
.choices__list--dropdown {
  margin: calc(var(--spacing) * 0) !important;
  overflow: hidden !important;
  border-radius: 28px !important;
  border-style: var(--tw-border-style) !important;
  border-width: 2px !important;
  border-bottom-style: var(--tw-border-style) !important;
  border-bottom-width: 0px !important;
  border-color: #D9D9D9 !important;
  background-color: #0F0F0F !important;
}
.choices__list--dropdown .choices__item--selectable.is-highlighted {
  background-color: #D9D9D9 !important;
  color: #0F0F0F !important;
}
.choices__list--dropdown .choices__item--selectable {
  padding-inline: calc(var(--spacing) * 6) !important;
  font-size: clamp(1rem, 0.83rem + 0.852vw, 1.375rem) !important;
  @media (width >= 64rem) {
    font-size: clamp(1.125rem, 0.696rem + 0.67vw, 1.5rem) !important;
  }
}
.choices__list--dropdown .choices__list {
  scrollbar-width: thin;
  scrollbar-color: #d9d9d9 #0f0f0f;
}
.choices__list--dropdown .choices__list::-webkit-scrollbar {
  width: 6px;
  background: #0f0f0f;
}
.choices__list--dropdown .choices__list::-webkit-scrollbar-thumb {
  background: #d9d9d9;
  border-radius: 6px;
}
.choices__list--dropdown[aria-expanded="true"] {
  border-bottom-right-radius: 0 !important;
  border-bottom-left-radius: 0 !important;
}
.choices[aria-expanded="true"] .choices__inner {
  border-top-left-radius: 0 !important;
  border-top-right-radius: 0 !important;
  border-bottom-right-radius: 28px !important;
  border-bottom-left-radius: 28px !important;
}
.choices[data-type*="select-one"]::after {
  right: calc(var(--spacing) * 6) !important;
  border-top-color: #D9D9D9 !important;
}
.choices[data-type*="select-one"].is-open::after {
  border-top-color: transparent !important;
  border-bottom-color: #D9D9D9 !important;
}
@property --tw-translate-x {
  syntax: "*";
  inherits: false;
  initial-value: 0;
}
@property --tw-translate-y {
  syntax: "*";
  inherits: false;
  initial-value: 0;
}
@property --tw-translate-z {
  syntax: "*";
  inherits: false;
  initial-value: 0;
}
@property --tw-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-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-font-weight {
  syntax: "*";
  inherits: false;
}
@keyframes bounce {
  0%, 100% {
    transform: translateY(-25%);
    animation-timing-function: cubic-bezier(0.8, 0, 1, 1);
  }
  50% {
    transform: none;
    animation-timing-function: cubic-bezier(0, 0, 0.2, 1);
  }
}
@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-space-y-reverse: 0;
      --tw-border-style: solid;
      --tw-leading: 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-font-weight: initial;
    }
  }
}
