/*! tailwindcss v4.1.3 | MIT License | https://tailwindcss.com */
@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-gradient-position: initial;
      --tw-gradient-from: #0000;
      --tw-gradient-via: #0000;
      --tw-gradient-to: #0000;
      --tw-gradient-stops: initial;
      --tw-gradient-via-stops: initial;
      --tw-gradient-from-position: 0%;
      --tw-gradient-via-position: 50%;
      --tw-gradient-to-position: 100%;
      --tw-leading: initial;
      --tw-font-weight: initial;
      --tw-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-scale-x: 1;
      --tw-scale-y: 1;
      --tw-scale-z: 1;
    }
  }
}

@layer theme {
  .tailwind, .tailwind :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-white: #fff;
    --spacing: .25rem;
    --font-weight-normal: 400;
    --font-weight-semibold: 600;
    --font-weight-bold: 700;
    --ease-in-out: cubic-bezier(.4, 0, .2, 1);
    --default-transition-duration: .15s;
    --default-transition-timing-function: cubic-bezier(.4, 0, .2, 1);
    --default-font-family: var(--font-sans);
    --default-font-feature-settings: var(--font-sans--font-feature-settings);
    --default-font-variation-settings: var(--font-sans--font-variation-settings);
    --default-mono-font-family: var(--font-mono);
    --default-mono-font-feature-settings: var(--font-mono--font-feature-settings);
    --default-mono-font-variation-settings: var(--font-mono--font-variation-settings);
  }
}

@layer base {
  .tailwind *, .tailwind :after, .tailwind :before, .tailwind ::backdrop {
    box-sizing: border-box;
    border: 0 solid;
    margin: 0;
    padding: 0;
  }

  .tailwind ::file-selector-button {
    box-sizing: border-box;
    border: 0 solid;
    margin: 0;
    padding: 0;
  }

  .tailwind html, .tailwind :host {
    -webkit-text-size-adjust: 100%;
    tab-size: 4;
    line-height: 1.5;
    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;
  }

  .tailwind body {
    line-height: inherit;
  }

  .tailwind hr {
    height: 0;
    color: inherit;
    border-top-width: 1px;
  }

  .tailwind abbr:where([title]) {
    -webkit-text-decoration: underline dotted;
    text-decoration: underline dotted;
  }

  .tailwind h1, .tailwind h2, .tailwind h3, .tailwind h4, .tailwind h5, .tailwind h6 {
    font-size: inherit;
    font-weight: inherit;
  }

  .tailwind a {
    color: inherit;
    -webkit-text-decoration: inherit;
    -webkit-text-decoration: inherit;
    text-decoration: inherit;
  }

  .tailwind b, .tailwind strong {
    font-weight: bolder;
  }

  .tailwind code, .tailwind kbd, .tailwind samp, .tailwind 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;
  }

  .tailwind small {
    font-size: 80%;
  }

  .tailwind sub, .tailwind sup {
    vertical-align: baseline;
    font-size: 75%;
    line-height: 0;
    position: relative;
  }

  .tailwind sub {
    bottom: -.25em;
  }

  .tailwind sup {
    top: -.5em;
  }

  .tailwind table {
    text-indent: 0;
    border-color: inherit;
    border-collapse: collapse;
  }

  .tailwind :-moz-focusring {
    outline: auto;
  }

  .tailwind progress {
    vertical-align: baseline;
  }

  .tailwind summary {
    display: list-item;
  }

  .tailwind ol, .tailwind ul, .tailwind menu {
    list-style: none;
  }

  .tailwind img, .tailwind svg, .tailwind video, .tailwind canvas, .tailwind audio, .tailwind iframe, .tailwind embed, .tailwind object {
    vertical-align: middle;
    display: block;
  }

  .tailwind img, .tailwind video {
    max-width: 100%;
    height: auto;
  }

  .tailwind button, .tailwind input, .tailwind select, .tailwind optgroup, .tailwind textarea {
    font: inherit;
    font-feature-settings: inherit;
    font-variation-settings: inherit;
    letter-spacing: inherit;
    color: inherit;
    opacity: 1;
    background-color: #0000;
    border-radius: 0;
  }

  .tailwind ::file-selector-button {
    font: inherit;
    font-feature-settings: inherit;
    font-variation-settings: inherit;
    letter-spacing: inherit;
    color: inherit;
    opacity: 1;
    background-color: #0000;
    border-radius: 0;
  }

  .tailwind :where(select:is([multiple], [size])) optgroup {
    font-weight: bolder;
  }

  .tailwind :where(select:is([multiple], [size])) optgroup option {
    padding-inline-start: 20px;
  }

  .tailwind ::file-selector-button {
    margin-inline-end: 4px;
  }

  .tailwind ::placeholder {
    opacity: 1;
    color: currentColor;
  }

  @supports (color: color-mix(in lab, red, red)) {
    .tailwind ::placeholder {
      color: color-mix(in oklab, currentColor 50%, transparent);
    }
  }

  .tailwind textarea {
    resize: vertical;
  }

  .tailwind ::-webkit-search-decoration {
    -webkit-appearance: none;
  }

  .tailwind ::-webkit-date-and-time-value {
    min-height: 1lh;
    text-align: inherit;
  }

  .tailwind ::-webkit-datetime-edit {
    display: inline-flex;
  }

  .tailwind ::-webkit-datetime-edit-fields-wrapper {
    padding: 0;
  }

  .tailwind ::-webkit-datetime-edit {
    padding-block: 0;
  }

  .tailwind ::-webkit-datetime-edit-year-field {
    padding-block: 0;
  }

  .tailwind ::-webkit-datetime-edit-month-field {
    padding-block: 0;
  }

  .tailwind ::-webkit-datetime-edit-day-field {
    padding-block: 0;
  }

  .tailwind ::-webkit-datetime-edit-hour-field {
    padding-block: 0;
  }

  .tailwind ::-webkit-datetime-edit-minute-field {
    padding-block: 0;
  }

  .tailwind ::-webkit-datetime-edit-second-field {
    padding-block: 0;
  }

  .tailwind ::-webkit-datetime-edit-millisecond-field {
    padding-block: 0;
  }

  .tailwind ::-webkit-datetime-edit-meridiem-field {
    padding-block: 0;
  }

  .tailwind :-moz-ui-invalid {
    box-shadow: none;
  }

  .tailwind button, .tailwind input:where([type="button"], [type="reset"], [type="submit"]) {
    appearance: button;
  }

  .tailwind ::file-selector-button {
    appearance: button;
  }

  .tailwind ::-webkit-inner-spin-button {
    height: auto;
  }

  .tailwind ::-webkit-outer-spin-button {
    height: auto;
  }

  .tailwind [hidden]:where(:not([hidden="until-found"])) {
    display: none !important;
  }
}

@layer utilities {
  .tailwind .pointer-events-none {
    pointer-events: none;
  }

  .tailwind .absolute {
    position: absolute;
  }

  .tailwind .relative {
    position: relative;
  }

  .tailwind .inset-0 {
    inset: calc(var(--spacing) * 0);
  }

  .tailwind .top-0 {
    top: calc(var(--spacing) * 0);
  }

  .tailwind .top-1\/2 {
    top: 50%;
  }

  .tailwind .top-\[-0\.03\%\] {
    top: -.03%;
  }

  .tailwind .top-\[-0\.09\%\] {
    top: -.09%;
  }

  .tailwind .top-\[-2\.95\%\] {
    top: -2.95%;
  }

  .tailwind .top-\[-12\.26\%\] {
    top: -12.26%;
  }

  .tailwind .top-\[-20\.62\%\] {
    top: -20.62%;
  }

  .tailwind .right-\[-1\.5px\] {
    right: -1.5px;
  }

  .tailwind .right-\[-2\.5px\] {
    right: -2.5px;
  }

  .tailwind .bottom-0 {
    bottom: calc(var(--spacing) * 0);
  }

  .tailwind .left-0 {
    left: calc(var(--spacing) * 0);
  }

  .tailwind .left-\[-0\.09\%\] {
    left: -.09%;
  }

  .tailwind .left-\[-1\.5px\] {
    left: -1.5px;
  }

  .tailwind .left-\[-2\.5px\] {
    left: -2.5px;
  }

  .tailwind .left-\[-10\.24\%\] {
    left: -10.24%;
  }

  .tailwind .left-\[-21\.64\%\] {
    left: -21.64%;
  }

  .tailwind .left-\[-55\.41\%\] {
    left: -55.41%;
  }

  .tailwind .z-\[50\] {
    z-index: 50;
  }

  .tailwind .mt-0 {
    margin-top: calc(var(--spacing) * 0);
  }

  .tailwind .mt-\[-35px\] {
    margin-top: -35px;
  }

  .tailwind .mt-\[-37px\] {
    margin-top: -37px;
  }

  .tailwind .mt-\[-41px\] {
    margin-top: -41px;
  }

  .tailwind .mt-\[3\.5px\] {
    margin-top: 3.5px;
  }

  .tailwind .mt-\[30px\] {
    margin-top: 30px;
  }

  .tailwind .mt-\[31px\] {
    margin-top: 31px;
  }

  .tailwind .mt-\[33px\] {
    margin-top: 33px;
  }

  .tailwind .mt-\[34px\] {
    margin-top: 34px;
  }

  .tailwind .mt-\[40px\] {
    margin-top: 40px;
  }

  .tailwind .mt-\[41px\] {
    margin-top: 41px;
  }

  .tailwind .mt-\[126px\] {
    margin-top: 126px;
  }

  .tailwind .mt-\[136px\] {
    margin-top: 136px;
  }

  .tailwind .mt-\[143px\] {
    margin-top: 143px;
  }

  .tailwind .mt-\[146px\] {
    margin-top: 146px;
  }

  .tailwind .mt-\[161px\] {
    margin-top: 161px;
  }

  .tailwind .mt-\[169px\] {
    margin-top: 169px;
  }

  .tailwind .mt-\[249px\] {
    margin-top: 249px;
  }

  .tailwind .mt-\[257px\] {
    margin-top: 257px;
  }

  .tailwind .mt-\[258px\] {
    margin-top: 258px;
  }

  .tailwind .mt-\[274px\] {
    margin-top: 274px;
  }

  .tailwind .mt-\[278px\] {
    margin-top: 278px;
  }

  .tailwind .mt-\[281px\] {
    margin-top: 281px;
  }

  .tailwind .mt-\[294px\] {
    margin-top: 294px;
  }

  .tailwind .mt-\[297px\] {
    margin-top: 297px;
  }

  .tailwind .mt-\[314px\] {
    margin-top: 314px;
  }

  .tailwind .mb-0 {
    margin-bottom: calc(var(--spacing) * 0);
  }

  .tailwind .ml-0 {
    margin-left: calc(var(--spacing) * 0);
  }

  .tailwind .ml-\[-64px\] {
    margin-left: -64px;
  }

  .tailwind .ml-\[-127px\] {
    margin-left: -127px;
  }

  .tailwind .ml-\[295\.5px\] {
    margin-left: 295.5px;
  }

  .tailwind .ml-\[323px\] {
    margin-left: 323px;
  }

  .tailwind .ml-\[342px\] {
    margin-left: 342px;
  }

  .tailwind .ml-\[345px\] {
    margin-left: 345px;
  }

  .tailwind .box-border {
    box-sizing: border-box;
  }

  .tailwind .block {
    display: block;
  }

  .tailwind .flex {
    display: flex;
  }

  .tailwind .hidden {
    display: none;
  }

  .tailwind .inline-grid {
    display: inline-grid;
  }

  .tailwind .aspect-\[295\/565\] {
    aspect-ratio: 295 / 565;
  }

  .tailwind .aspect-\[296\/514\] {
    aspect-ratio: 296 / 514;
  }

  .tailwind .aspect-\[360\/558\] {
    aspect-ratio: 360 / 558;
  }

  .tailwind .aspect-\[423\/568\] {
    aspect-ratio: 423 / 568;
  }

  .tailwind .size-full {
    width: 100%;
    height: 100%;
  }

  .tailwind .h-0 {
    height: calc(var(--spacing) * 0);
  }

  .tailwind .h-\[66px\] {
    height: 66px;
  }

  .tailwind .h-\[68px\] {
    height: 68px;
  }

  .tailwind .h-\[78px\] {
    height: 78px;
  }

  .tailwind .h-\[85px\] {
    height: 85px;
  }

  .tailwind .h-\[90px\] {
    height: 90px;
  }

  .tailwind .h-\[94px\] {
    height: 94px;
  }

  .tailwind .h-\[100\.06\%\] {
    height: 100.06%;
  }

  .tailwind .h-\[100\.19\%\] {
    height: 100.19%;
  }

  .tailwind .h-\[104px\] {
    height: 104px;
  }

  .tailwind .h-\[107px\] {
    height: 107px;
  }

  .tailwind .h-\[112\.26\%\] {
    height: 112.26%;
  }

  .tailwind .h-\[115\.24\%\] {
    height: 115.24%;
  }

  .tailwind .h-\[118px\] {
    height: 118px;
  }

  .tailwind .h-\[130\.35\%\] {
    height: 130.35%;
  }

  .tailwind .h-\[196px\] {
    height: 196px;
  }

  .tailwind .h-\[217px\] {
    height: 217px;
  }

  .tailwind .h-\[220px\] {
    height: 220px;
  }

  .tailwind .h-\[359px\] {
    height: 359px;
  }

  .tailwind .h-\[510px\] {
    height: 510px;
  }

  .tailwind .h-\[514px\] {
    height: 514px;
  }

  .tailwind .h-full {
    height: 100%;
  }

  .tailwind .w-0 {
    width: calc(var(--spacing) * 0);
  }

  .tailwind .w-\[68px\] {
    width: 68px;
  }

  .tailwind .w-\[120\.73\%\] {
    width: 120.73%;
  }

  .tailwind .w-\[121\.66\%\] {
    width: 121.66%;
  }

  .tailwind .w-\[130\.02\%\] {
    width: 130.02%;
  }

  .tailwind .w-\[130\.95\%\] {
    width: 130.95%;
  }

  .tailwind .w-\[137\.97\%\] {
    width: 137.97%;
  }

  .tailwind .w-\[139px\] {
    width: 139px;
  }

  .tailwind .w-\[201px\] {
    width: 201px;
  }

  .tailwind .w-\[208px\] {
    width: 208px;
  }

  .tailwind .w-\[211\.82\%\] {
    width: 211.82%;
  }

  .tailwind .w-\[227px\] {
    width: 227px;
  }

  .tailwind .w-\[237px\] {
    width: 237px;
  }

  .tailwind .w-\[240px\] {
    width: 240px;
  }

  .tailwind .w-\[284px\] {
    width: 284px;
  }

  .tailwind .w-\[295px\] {
    width: 295px;
  }

  .tailwind .w-\[296px\] {
    width: 296px;
  }

  .tailwind .w-\[327px\] {
    width: 327px;
  }

  .tailwind .w-\[340px\] {
    width: 340px;
  }

  .tailwind .w-\[356px\] {
    width: 356px;
  }

  .tailwind .w-\[359px\] {
    width: 359px;
  }

  .tailwind .w-\[360px\] {
    width: 360px;
  }

  .tailwind .w-\[423px\] {
    width: 423px;
  }

  .tailwind .w-\[716px\] {
    width: 716px;
  }

  .tailwind .w-\[4446px\] {
    width: 4446px;
  }

  .tailwind .w-px {
    width: 1px;
  }

  .tailwind .max-w-none {
    max-width: none;
  }

  .tailwind .flex-none {
    flex: none;
  }

  .tailwind .shrink-0 {
    flex-shrink: 0;
  }

  .tailwind .-translate-y-1\/2 {
    --tw-translate-y: calc(calc(1 / 2 * 100%) * -1);
    translate: var(--tw-translate-x) var(--tw-translate-y);
  }

  .tailwind .rotate-\[90deg\] {
    rotate: 90deg;
  }

  .tailwind .grid-cols-\[max-content\] {
    grid-template-columns: max-content;
  }

  .tailwind .grid-rows-\[max-content\] {
    grid-template-rows: max-content;
  }

  .tailwind .place-items-start {
    place-items: start;
  }

  .tailwind .content-stretch {
    align-content: stretch;
  }

  .tailwind .items-center {
    align-items: center;
  }

  .tailwind .items-start {
    align-items: flex-start;
  }

  .tailwind .justify-center {
    justify-content: center;
  }

  .tailwind .gap-\[8px\] {
    gap: 8px;
  }

  .tailwind .gap-\[16px\] {
    gap: 16px;
  }

  .tailwind .gap-\[30px\] {
    gap: 30px;
  }

  .tailwind .overflow-hidden {
    overflow: hidden;
  }

  .tailwind .overflow-x-auto {
    overflow-x: auto;
  }

  .tailwind .overflow-y-clip {
    overflow-y: clip;
  }

  .tailwind .rounded-\[22px\] {
    border-radius: 22px;
  }

  .tailwind .rounded-full {
    border-radius: 3.40282e38px;
  }

  .tailwind .border {
    border-style: var(--tw-border-style);
    border-width: 1px;
  }

  .tailwind .border-2 {
    border-style: var(--tw-border-style);
    border-width: 2px;
  }

  .tailwind .border-solid {
    --tw-border-style: solid;
    border-style: solid;
  }

  .tailwind .border-\[\#0088ff\] {
    border-color: #08f;
  }

  .tailwind .border-white\/40 {
    border-color: #fff6;
  }

  @supports (color: color-mix(in lab, red, red)) {
    .tailwind .border-white\/40 {
      border-color: color-mix(in oklab, var(--color-white) 40%, transparent);
    }
  }

  .tailwind .bg-gradient-to-b {
    --tw-gradient-position: to bottom in oklab;
    background-image: linear-gradient(var(--tw-gradient-stops));
  }

  .tailwind .bg-gradient-to-r {
    --tw-gradient-position: to right in oklab;
    background-image: linear-gradient(var(--tw-gradient-stops));
  }

  .tailwind .from-\[\#01e1ff\] {
    --tw-gradient-from: #01e1ff;
    --tw-gradient-stops: var(--tw-gradient-via-stops, var(--tw-gradient-position), var(--tw-gradient-from) var(--tw-gradient-from-position), var(--tw-gradient-to) var(--tw-gradient-to-position));
  }

  .tailwind .from-\[\#00183d\] {
    --tw-gradient-from: #00183d;
    --tw-gradient-stops: var(--tw-gradient-via-stops, var(--tw-gradient-position), var(--tw-gradient-from) var(--tw-gradient-from-position), var(--tw-gradient-to) var(--tw-gradient-to-position));
  }

  .tailwind .to-\[\#02afff\] {
    --tw-gradient-to: #02afff;
    --tw-gradient-stops: var(--tw-gradient-via-stops, var(--tw-gradient-position), var(--tw-gradient-from) var(--tw-gradient-from-position), var(--tw-gradient-to) var(--tw-gradient-to-position));
  }

  .tailwind .to-\[\#00326f\] {
    --tw-gradient-to: #00326f;
    --tw-gradient-stops: var(--tw-gradient-via-stops, var(--tw-gradient-position), var(--tw-gradient-from) var(--tw-gradient-from-position), var(--tw-gradient-to) var(--tw-gradient-to-position));
  }

  .tailwind .bg-clip-text {
    background-clip: text;
  }

  .tailwind .mask-intersect {
    mask-composite: intersect;
  }

  .tailwind .mask-alpha {
    mask-mode: alpha;
  }

  .tailwind .mask-size-\[716px_514px\] {
    mask-size: 716px 514px;
  }

  .tailwind .mask-no-clip {
    mask-clip: no-clip;
  }

  .tailwind .mask-position-\[0px\] {
    mask-position: 0;
  }

  .tailwind .mask-position-\[0px_41px\] {
    mask-position: 0 41px;
  }

  .tailwind .mask-position-\[64px_35px\] {
    mask-position: 64px 35px;
  }

  .tailwind .mask-position-\[127px_37px\] {
    mask-position: 127px 37px;
  }

  .tailwind .mask-no-repeat {
    mask-repeat: no-repeat;
  }

  .tailwind .px-\[225px\] {
    padding-inline: 225px;
  }

  .tailwind .py-\[8px\] {
    padding-block: 8px;
  }

  .tailwind .font-\[\'Albert_Sans\:Regular\'\,sans-serif\] {
    font-family: Albert Sans\:Regular, sans-serif;
  }

  .tailwind .font-\[\'Instrument_Sans\:Bold_Italic\'\,sans-serif\] {
    font-family: Instrument Sans\:Bold Italic, sans-serif;
  }

  .tailwind .font-\[\'REM\:SemiBold_Italic\'\,sans-serif\] {
    font-family: REM\:SemiBold Italic, sans-serif;
  }

  .tailwind .text-\[25px\] {
    font-size: 25px;
  }

  .tailwind .text-\[26px\] {
    font-size: 26px;
  }

  .tailwind .text-\[42px\] {
    font-size: 42px;
  }

  .tailwind .text-\[60px\] {
    font-size: 60px;
  }

  .tailwind .leading-\[0\] {
    --tw-leading: 0;
    line-height: 0;
  }

  .tailwind .leading-\[34px\] {
    --tw-leading: 34px;
    line-height: 34px;
  }

  .tailwind .leading-\[normal\] {
    --tw-leading: normal;
    line-height: normal;
  }

  .tailwind .leading-none {
    --tw-leading: 1;
    line-height: 1;
  }

  .tailwind .font-bold {
    --tw-font-weight: var(--font-weight-bold);
    font-weight: var(--font-weight-bold);
  }

  .tailwind .font-normal {
    --tw-font-weight: var(--font-weight-normal);
    font-weight: var(--font-weight-normal);
  }

  .tailwind .font-semibold {
    --tw-font-weight: var(--font-weight-semibold);
    font-weight: var(--font-weight-semibold);
  }

  .tailwind .text-white {
    color: var(--color-white);
  }

  .tailwind .italic {
    font-style: italic;
  }

  .tailwind .opacity-70 {
    opacity: .7;
  }

  .tailwind .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, );
  }

  .tailwind .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));
  }

  .tailwind .duration-300 {
    --tw-duration: .3s;
    transition-duration: .3s;
  }

  .tailwind .ease-in-out {
    --tw-ease: var(--ease-in-out);
    transition-timing-function: var(--ease-in-out);
  }

  .tailwind .\[grid-area\:1_\/_1\] {
    grid-area: 1 / 1;
  }

  @media (hover: hover) {
    .tailwind .hover\:scale-110:hover {
      --tw-scale-x: 110%;
      --tw-scale-y: 110%;
      --tw-scale-z: 110%;
      scale: var(--tw-scale-x) var(--tw-scale-y);
    }
  }

  @media (hover: hover) {
    .tailwind .hover\:opacity-100:hover {
      opacity: 1;
    }
  }
}

@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-gradient-position {
  syntax: "*";
  inherits: false
}

@property --tw-gradient-from {
  syntax: "<color>";
  inherits: false;
  initial-value: #0000;
}

@property --tw-gradient-via {
  syntax: "<color>";
  inherits: false;
  initial-value: #0000;
}

@property --tw-gradient-to {
  syntax: "<color>";
  inherits: false;
  initial-value: #0000;
}

@property --tw-gradient-stops {
  syntax: "*";
  inherits: false
}

@property --tw-gradient-via-stops {
  syntax: "*";
  inherits: false
}

@property --tw-gradient-from-position {
  syntax: "<length-percentage>";
  inherits: false;
  initial-value: 0%;
}

@property --tw-gradient-via-position {
  syntax: "<length-percentage>";
  inherits: false;
  initial-value: 50%;
}

@property --tw-gradient-to-position {
  syntax: "<length-percentage>";
  inherits: false;
  initial-value: 100%;
}

@property --tw-leading {
  syntax: "*";
  inherits: false
}

@property --tw-font-weight {
  syntax: "*";
  inherits: false
}

@property --tw-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-scale-x {
  syntax: "*";
  inherits: false;
  initial-value: 1;
}

@property --tw-scale-y {
  syntax: "*";
  inherits: false;
  initial-value: 1;
}

@property --tw-scale-z {
  syntax: "*";
  inherits: false;
  initial-value: 1;
}
