/*! 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-rotate-x: rotateX(0);
      --tw-rotate-y: rotateY(0);
      --tw-rotate-z: rotateZ(0);
      --tw-skew-x: skewX(0);
      --tw-skew-y: skewY(0);
      --tw-space-y-reverse: 0;
      --tw-leading: initial;
      --tw-font-weight: initial;
      --tw-duration: initial;
      --tw-ease: initial;
      --tw-translate-x: 0;
      --tw-translate-y: 0;
      --tw-translate-z: 0;
    }
  }
}

@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-black: #000;
    --spacing: .25rem;
    --text-xs: .75rem;
    --text-xs--line-height: calc(1 / .75);
    --font-weight-medium: 500;
    --font-weight-bold: 700;
    --ease-out: cubic-bezier(0, 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;
    --lightningcss-light: initial;
    --lightningcss-dark: ;
    color-scheme: light;
    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;
    --lightningcss-light: initial;
    --lightningcss-dark: ;
    color-scheme: light;
    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-auto {
    pointer-events: auto;
  }

  .tailwind .pointer-events-none {
    pointer-events: none;
  }

  .tailwind .invisible {
    visibility: hidden;
  }

  .tailwind .visible {
    visibility: visible;
  }

  .tailwind .absolute {
    position: absolute;
  }

  .tailwind .fixed {
    position: fixed;
  }

  .tailwind .relative {
    position: relative;
  }

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

  .tailwind .inset-\[0\.26\%_22\.85\%_15\.05\%_73\.33\%\] {
    inset: .26% 22.85% 15.05% 73.33%;
  }

  .tailwind .inset-\[0\.26\%_67\.24\%_15\.05\%_28\.94\%\] {
    inset: .26% 67.24% 15.05% 28.94%;
  }

  .tailwind .inset-\[0\.26\%_87\.9\%_13\.77\%_0\] {
    inset: .26% 87.9% 13.77% 0;
  }

  .tailwind .inset-\[0_0\.02\%_81\.5\%_95\.43\%\] {
    inset: 0 .02% 81.5% 95.43%;
  }

  .tailwind .inset-\[0_46\.69\%_13\.77\%_34\.85\%\] {
    inset: 0 46.69% 13.77% 34.85%;
  }

  .tailwind .inset-\[18\.6\%_73\.1\%_15\.05\%_14\.19\%\] {
    inset: 18.6% 73.1% 15.05% 14.19%;
  }

  .tailwind .inset-\[18\.73\%_28\.76\%_13\.75\%_55\.4\%\] {
    inset: 18.73% 28.76% 13.75% 55.4%;
  }

  .tailwind .inset-\[23\.29\%_3\.22\%_-0\.09\%_78\.55\%\] {
    inset: 23.29% 3.22% -.09% 78.55%;
  }

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

  .tailwind .top-\[-3\.88\%\] {
    top: -3.88%;
  }

  .tailwind .top-\[-5\.13\%\] {
    top: -5.13%;
  }

  .tailwind .top-\[-12\.56\%\] {
    top: -12.56%;
  }

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

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

  .tailwind .right-8 {
    right: calc(var(--spacing) * 8);
  }

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

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

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

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

  .tailwind .left-\[-5\.79\%\] {
    left: -5.79%;
  }

  .tailwind .left-\[-13\.37\%\] {
    left: -13.37%;
  }

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

  .tailwind .isolate {
    isolation: isolate;
  }

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

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

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

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

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

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

  .tailwind .col-1 {
    grid-column: 1;
  }

  .tailwind .row-1 {
    grid-row: 1;
  }

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

  .tailwind .mt-\[17\.85px\] {
    margin-top: 17.85px;
  }

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

  .tailwind .mt-\[42\.63px\] {
    margin-top: 42.63px;
  }

  .tailwind .mt-\[121\.73px\] {
    margin-top: 121.73px;
  }

  .tailwind .mt-\[172\.89px\] {
    margin-top: 172.89px;
  }

  .tailwind .mt-\[350\.3px\] {
    margin-top: 350.3px;
  }

  .tailwind .mt-\[350\.27px\] {
    margin-top: 350.27px;
  }

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

  .tailwind .ml-\[5\.18\%\] {
    margin-left: 5.18%;
  }

  .tailwind .ml-\[10\.06\%\] {
    margin-left: 10.06%;
  }

  .tailwind .ml-\[21\.48\%\] {
    margin-left: 21.48%;
  }

  .tailwind .ml-\[48\.54\%\] {
    margin-left: 48.54%;
  }

  .tailwind .ml-\[57\.86\%\] {
    margin-left: 57.86%;
  }

  .tailwind .ml-\[63\.07\%\] {
    margin-left: 63.07%;
  }

  .tailwind .ml-\[79\.9\%\] {
    margin-left: 79.9%;
  }

  .tailwind .block {
    display: block;
  }

  .tailwind .flex {
    display: flex;
  }

  .tailwind .hidden {
    display: none;
  }

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

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

  .tailwind .aspect-\[227\.3076420827465\/292\.4983053785502\] {
    aspect-ratio: 227.308 / 292.498;
  }

  .tailwind .aspect-\[231\.10781084278824\/317\.2183762905787\] {
    aspect-ratio: 231.108 / 317.218;
  }

  .tailwind .aspect-\[276\.1461126531917\/373\.5487903681932\] {
    aspect-ratio: 276.146 / 373.549;
  }

  .tailwind .aspect-\[284\.2748515089188\/316\.36078437901733\] {
    aspect-ratio: 284.275 / 316.361;
  }

  .tailwind .aspect-\[291\.4603873654588\/377\.31848302158824\] {
    aspect-ratio: 291.46 / 377.318;
  }

  .tailwind .aspect-\[407\.93954476539375\/291\.7818625914374\] {
    aspect-ratio: 407.94 / 291.782;
  }

  .tailwind .aspect-\[440\.65637951398367\/610\.640379514502\] {
    aspect-ratio: 440.656 / 610.64;
  }

  .tailwind .aspect-\[608\/592\] {
    aspect-ratio: 608 / 592;
  }

  .tailwind .aspect-\[785\.8323364257812\/200\.1764373779297\] {
    aspect-ratio: 785.832 / 200.176;
  }

  .tailwind .aspect-\[2598\.705322265625\/1481\.9769287109375\] {
    aspect-ratio: 2598.71 / 1481.98;
  }

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

  .tailwind .h-\[105\.13\%\] {
    height: 105.13%;
  }

  .tailwind .h-\[107\.76\%\] {
    height: 107.76%;
  }

  .tailwind .h-\[108\.59\%\] {
    height: 108.59%;
  }

  .tailwind .h-\[125\.12\%\] {
    height: 125.12%;
  }

  .tailwind .h-\[200vh\] {
    height: 200vh;
  }

  .tailwind .h-\[hypot\(-5\.11991cqw\,97\.0155cqh\)\] {
    height: hypot(-5.11991cqw, 97.0155cqh);
  }

  .tailwind .h-\[hypot\(-5\.59739cqw\,88\.3098cqh\)\] {
    height: hypot(-5.59739cqw, 88.3098cqh);
  }

  .tailwind .h-\[hypot\(-14\.8522cqw\,91\.6741cqh\)\] {
    height: hypot(-14.8522cqw, 91.6741cqh);
  }

  .tailwind .h-\[hypot\(7\.96604cqw\,95\.9422cqh\)\] {
    height: hypot(7.96604cqw, 95.9422cqh);
  }

  .tailwind .h-\[hypot\(8\.71076cqw\,95\.4483cqh\)\] {
    height: hypot(8.71076cqw, 95.4483cqh);
  }

  .tailwind .h-\[hypot\(14\.1963cqw\,86\.9893cqh\)\] {
    height: hypot(14.1963cqw, 86.9893cqh);
  }

  .tailwind .h-\[hypot\(27\.699cqw\,88\.1759cqh\)\] {
    height: hypot(27.699cqw, 88.1759cqh);
  }

  .tailwind .h-\[hypot\(32\.2273cqw\,77\.1421cqh\)\] {
    height: hypot(32.2273cqw, 77.1421cqh);
  }

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

  .tailwind .h-px {
    height: 1px;
  }

  .tailwind .h-screen {
    height: 100vh;
  }

  .tailwind .max-h-\[655\.8163452148438px\] {
    max-height: 655.816px;
  }

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

  .tailwind .w-\[19\.77\%\] {
    width: 19.77%;
  }

  .tailwind .w-\[20\.1\%\] {
    width: 20.1%;
  }

  .tailwind .w-\[23\.79\%\] {
    width: 23.79%;
  }

  .tailwind .w-\[24\.01\%\] {
    width: 24.01%;
  }

  .tailwind .w-\[24\.72\%\] {
    width: 24.72%;
  }

  .tailwind .w-\[25\.34\%\] {
    width: 25.34%;
  }

  .tailwind .w-\[35\.48\%\] {
    width: 35.48%;
  }

  .tailwind .w-\[38\.32\%\] {
    width: 38.32%;
  }

  .tailwind .w-\[100\.93\%\] {
    width: 100.93%;
  }

  .tailwind .w-\[103\.23\%\] {
    width: 103.23%;
  }

  .tailwind .w-\[111\.58\%\] {
    width: 111.58%;
  }

  .tailwind .w-\[126\.73\%\] {
    width: 126.73%;
  }

  .tailwind .w-\[hypot\(67\.7727cqw\,-22\.8579cqh\)\] {
    width: hypot(67.7727cqw, -22.8579cqh);
  }

  .tailwind .w-\[hypot\(72\.301cqw\,-11\.8241cqh\)\] {
    width: hypot(72.301cqw, -11.8241cqh);
  }

  .tailwind .w-\[hypot\(85\.1478cqw\,8\.3259cqh\)\] {
    width: hypot(85.1478cqw, 8.3259cqh);
  }

  .tailwind .w-\[hypot\(85\.8037cqw\,-13\.0107cqh\)\] {
    width: hypot(85.8037cqw, -13.0107cqh);
  }

  .tailwind .w-\[hypot\(91\.2892cqw\,-4\.55171cqh\)\] {
    width: hypot(91.2892cqw, -4.55171cqh);
  }

  .tailwind .w-\[hypot\(92\.034cqw\,-4\.05777cqh\)\] {
    width: hypot(92.034cqw, -4.05777cqh);
  }

  .tailwind .w-\[hypot\(94\.4026cqw\,11\.6902cqh\)\] {
    width: hypot(94.4026cqw, 11.6902cqh);
  }

  .tailwind .w-\[hypot\(94\.8801cqw\,2\.98445cqh\)\] {
    width: hypot(94.8801cqw, 2.98445cqh);
  }

  .tailwind .w-full {
    width: 100%;
  }

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

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

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

  .tailwind .min-w-\[inherit\] {
    min-width: inherit;
  }

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

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

  .tailwind .origin-left {
    transform-origin: 0;
  }

  .tailwind .origin-right {
    transform-origin: 100%;
  }

  .tailwind .rotate-\[-3\.46deg\] {
    rotate: -3.46deg;
  }

  .tailwind .rotate-\[-3\.86deg\] {
    rotate: -3.86deg;
  }

  .tailwind .rotate-\[-8\.94deg\] {
    rotate: -8.94deg;
  }

  .tailwind .rotate-\[-12\.77deg\] {
    rotate: -12.77deg;
  }

  .tailwind .rotate-\[-20\.57deg\] {
    rotate: -20.57deg;
  }

  .tailwind .rotate-\[2\.33deg\] {
    rotate: 2.33deg;
  }

  .tailwind .rotate-\[5\.06deg\] {
    rotate: 5.06deg;
  }

  .tailwind .rotate-\[7\.17deg\] {
    rotate: 7.17deg;
  }

  .tailwind .transform {
    transform: var(--tw-rotate-x) var(--tw-rotate-y) var(--tw-rotate-z) var(--tw-skew-x) var(--tw-skew-y);
  }

  .tailwind .cursor-pointer {
    cursor: pointer;
  }

  .tailwind .resize {
    resize: both;
  }

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

  .tailwind .flex-col {
    flex-direction: column;
  }

  .tailwind .flex-row {
    flex-direction: row;
  }

  .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 .justify-end {
    justify-content: flex-end;
  }

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

  :where(.tailwind .space-y-0\.5 > :not(:last-child)) {
    --tw-space-y-reverse: 0;
    margin-block-start: calc(calc(var(--spacing) * .5) * var(--tw-space-y-reverse));
    margin-block-end: calc(calc(var(--spacing) * .5) * calc(1 - var(--tw-space-y-reverse)));
  }

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

  .tailwind .bg-\[none\] {
    background-color: none;
  }

  .tailwind .bg-transparent {
    background-color: #0000;
  }

  .tailwind .object-cover {
    object-fit: cover;
  }

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

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

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

  .tailwind .pt-\[40px\] {
    padding-top: 40px;
  }

  .tailwind .pt-\[60px\] {
    padding-top: 60px;
  }

  .tailwind .pb-\[30px\] {
    padding-bottom: 30px;
  }

  .tailwind .pb-\[120px\] {
    padding-bottom: 120px;
  }

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

  .tailwind .text-left {
    text-align: left;
  }

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

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

  .tailwind .text-xs {
    font-size: var(--text-xs);
    line-height: var(--tw-leading, var(--text-xs--line-height));
  }

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

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

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

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

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

  .tailwind .\[word-break\:break-word\] {
    word-break: break-word;
  }

  .tailwind .whitespace-nowrap {
    white-space: nowrap;
  }

  .tailwind .text-\[\#8c9eff\] {
    color: #8c9eff;
  }

  .tailwind .text-\[\#221813\] {
    color: #221813;
  }

  .tailwind .text-\[\#F7EFE2\] {
    color: #f7efe2;
  }

  .tailwind .text-\[\#FF5001\] {
    color: #ff5001;
  }

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

  .tailwind .no-underline {
    text-decoration-line: none;
  }

  .tailwind .underline {
    text-decoration-line: underline;
  }

  .tailwind .decoration-solid {
    text-decoration-style: solid;
  }

  .tailwind .decoration-from-font {
    text-decoration-thickness: from-font;
  }

  .tailwind .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;
    transition-timing-function: var(--tw-ease, var(--default-transition-timing-function));
    transition-duration: var(--tw-duration, var(--default-transition-duration));
  }

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

  .tailwind .duration-500 {
    --tw-duration: .5s;
    transition-duration: .5s;
  }

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

  .tailwind .\[text-decoration-skip-ink\:none\] {
    text-decoration-skip-ink: none;
  }

  .tailwind .\[text-underline-position\:from-font\] {
    text-underline-position: from-font;
  }

  .tailwind .paused {
    animation-play-state: paused;
  }

  @media (hover: hover) {
    .tailwind .group-hover\:-translate-x-\[3px\]:is(:where(.group):hover *) {
      --tw-translate-x: calc(3px * -1);
      translate: var(--tw-translate-x) var(--tw-translate-y);
    }
  }

  @media (hover: hover) {
    .tailwind .group-hover\:translate-x-\[3px\]:is(:where(.group):hover *) {
      --tw-translate-x: 3px;
      translate: var(--tw-translate-x) var(--tw-translate-y);
    }
  }

  @media (hover: hover) {
    .tailwind .group-hover\:-translate-y-\[2px\]:is(:where(.group):hover *) {
      --tw-translate-y: calc(2px * -1);
      translate: var(--tw-translate-x) var(--tw-translate-y);
    }
  }

  @media (hover: hover) {
    .tailwind .group-hover\:translate-y-\[2px\]:is(:where(.group):hover *) {
      --tw-translate-y: 2px;
      translate: var(--tw-translate-x) var(--tw-translate-y);
    }
  }

  @media (hover: hover) {
    .tailwind .group-hover\:rotate-\[-2deg\]:is(:where(.group):hover *) {
      rotate: -2deg;
    }
  }

  @media (hover: hover) {
    .tailwind .group-hover\:rotate-\[2deg\]:is(:where(.group):hover *) {
      rotate: 2deg;
    }
  }

  @media (hover: hover) {
    .tailwind .group-hover\:rotate-y-\[-8deg\]:is(:where(.group):hover *) {
      --tw-rotate-y: rotateY(-8deg);
      transform: var(--tw-rotate-x) var(--tw-rotate-y) var(--tw-rotate-z) var(--tw-skew-x) var(--tw-skew-y);
    }
  }

  @media (hover: hover) {
    .tailwind .group-hover\:rotate-y-\[8deg\]:is(:where(.group):hover *) {
      --tw-rotate-y: rotateY(8deg);
      transform: var(--tw-rotate-x) var(--tw-rotate-y) var(--tw-rotate-z) var(--tw-skew-x) var(--tw-skew-y);
    }
  }
}

@property --tw-rotate-x {
  syntax: "*";
  inherits: false;
  initial-value: rotateX(0);
}

@property --tw-rotate-y {
  syntax: "*";
  inherits: false;
  initial-value: rotateY(0);
}

@property --tw-rotate-z {
  syntax: "*";
  inherits: false;
  initial-value: rotateZ(0);
}

@property --tw-skew-x {
  syntax: "*";
  inherits: false;
  initial-value: skewX(0);
}

@property --tw-skew-y {
  syntax: "*";
  inherits: false;
  initial-value: skewY(0);
}

@property --tw-space-y-reverse {
  syntax: "*";
  inherits: false;
  initial-value: 0;
}

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

@property --tw-font-weight {
  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;
}
