/*! 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;
    }
  }
}

@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;
    --spacing: .25rem;
    --font-weight-light: 300;
    --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 .visible {
    visibility: visible;
  }

  .tailwind .absolute {
    position: absolute;
  }

  .tailwind .relative {
    position: relative;
  }

  .tailwind .static {
    position: static;
  }

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

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

  .tailwind .top-3\.5 {
    top: calc(var(--spacing) * 3.5);
  }

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

  .tailwind .top-\[-29\.5px\] {
    top: -29.5px;
  }

  .tailwind .top-\[-75\.5px\] {
    top: -75.5px;
  }

  .tailwind .top-\[-78\.4px\] {
    top: -78.4px;
  }

  .tailwind .top-\[-251\.8px\] {
    top: -251.8px;
  }

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

  .tailwind .top-\[2\.542px\] {
    top: 2.542px;
  }

  .tailwind .top-\[9\.673px\] {
    top: 9.673px;
  }

  .tailwind .top-\[11\.4px\] {
    top: 11.4px;
  }

  .tailwind .top-\[15\.462px\] {
    top: 15.462px;
  }

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

  .tailwind .top-\[42\.5px\] {
    top: 42.5px;
  }

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

  .tailwind .top-\[77\.5px\] {
    top: 77.5px;
  }

  .tailwind .top-\[104\.5px\] {
    top: 104.5px;
  }

  .tailwind .top-\[390\.5px\] {
    top: 390.5px;
  }

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

  .tailwind .top-\[526\.5px\] {
    top: 526.5px;
  }

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

  .tailwind .right-\[-0\.356\%\] {
    right: -.356%;
  }

  .tailwind .right-\[-0\.357\%\] {
    right: -.357%;
  }

  .tailwind .right-\[-9\.17px\] {
    right: -9.17px;
  }

  .tailwind .right-\[-26\.103px\] {
    right: -26.103px;
  }

  .tailwind .right-\[-48\.763px\] {
    right: -48.763px;
  }

  .tailwind .right-\[-57\.468px\] {
    right: -57.468px;
  }

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

  .tailwind .right-\[37\.5px\] {
    right: 37.5px;
  }

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

  .tailwind .right-\[50\.5px\] {
    right: 50.5px;
  }

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

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

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

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

  .tailwind .bottom-\[-0\.356\%\] {
    bottom: -.356%;
  }

  .tailwind .bottom-\[-11\.211px\] {
    bottom: -11.211px;
  }

  .tailwind .bottom-\[-18\.5px\] {
    bottom: -18.5px;
  }

  .tailwind .bottom-\[-31px\] {
    bottom: -31px;
  }

  .tailwind .bottom-\[-79\.2px\] {
    bottom: -79.2px;
  }

  .tailwind .bottom-\[-114\.5px\] {
    bottom: -114.5px;
  }

  .tailwind .bottom-\[4\.011px\] {
    bottom: 4.011px;
  }

  .tailwind .bottom-\[7\.717px\] {
    bottom: 7.717px;
  }

  .tailwind .bottom-\[8\.447px\] {
    bottom: 8.447px;
  }

  .tailwind .bottom-\[57px\] {
    bottom: 57px;
  }

  .tailwind .bottom-\[62\.489px\] {
    bottom: 62.489px;
  }

  .tailwind .bottom-\[91\.5px\] {
    bottom: 91.5px;
  }

  .tailwind .bottom-\[156\.5px\] {
    bottom: 156.5px;
  }

  .tailwind .bottom-\[165px\] {
    bottom: 165px;
  }

  .tailwind .bottom-\[190\.853px\] {
    bottom: 190.853px;
  }

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

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

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

  .tailwind .left-\[-8\.684px\] {
    left: -8.684px;
  }

  .tailwind .left-\[-24\.889px\] {
    left: -24.889px;
  }

  .tailwind .left-\[-47\.934px\] {
    left: -47.934px;
  }

  .tailwind .left-\[-56\.492px\] {
    left: -56.492px;
  }

  .tailwind .left-\[-720px\] {
    left: -720px;
  }

  .tailwind .left-\[-757px\] {
    left: -757px;
  }

  .tailwind .left-\[0\.083px\] {
    left: .083px;
  }

  .tailwind .left-\[7\.421px\] {
    left: 7.421px;
  }

  .tailwind .left-\[8\.079px\] {
    left: 8.079px;
  }

  .tailwind .left-\[9\.521px\] {
    left: 9.521px;
  }

  .tailwind .left-\[37\.6px\] {
    left: 37.6px;
  }

  .tailwind .left-\[69px\] {
    left: 69px;
  }

  .tailwind .left-\[86\.6px\] {
    left: 86.6px;
  }

  .tailwind .left-\[107\.4px\] {
    left: 107.4px;
  }

  .tailwind .left-\[302\.2px\] {
    left: 302.2px;
  }

  .tailwind .left-\[334px\] {
    left: 334px;
  }

  .tailwind .left-\[388\.8px\] {
    left: 388.8px;
  }

  .tailwind .z-10 {
    z-index: 10;
  }

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

  .tailwind .block {
    display: block;
  }

  .tailwind .flex {
    display: flex;
  }

  .tailwind .table {
    display: table;
  }

  .tailwind .aspect-\[1254\/1570\] {
    aspect-ratio: 1254 / 1570;
  }

  .tailwind .size-7 {
    width: calc(var(--spacing) * 7);
    height: calc(var(--spacing) * 7);
  }

  .tailwind .size-\[25\.5px\] {
    width: 25.5px;
    height: 25.5px;
  }

  .tailwind .size-\[26\.8px\] {
    width: 26.8px;
    height: 26.8px;
  }

  .tailwind .size-\[37\.2px\] {
    width: 37.2px;
    height: 37.2px;
  }

  .tailwind .size-\[67px\] {
    width: 67px;
    height: 67px;
  }

  .tailwind .size-\[212\.4px\] {
    width: 212.4px;
    height: 212.4px;
  }

  .tailwind .size-\[247\.4px\] {
    width: 247.4px;
    height: 247.4px;
  }

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

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

  .tailwind .h-\[321\.316px\] {
    height: 321.316px;
  }

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

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

  .tailwind .h-\[356\.744px\] {
    height: 356.744px;
  }

  .tailwind .h-\[364\.462px\] {
    height: 364.462px;
  }

  .tailwind .h-\[470\.723px\] {
    height: 470.723px;
  }

  .tailwind .h-\[489\.552px\] {
    height: 489.552px;
  }

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

  .tailwind .h-\[554\.762px\] {
    height: 554.762px;
  }

  .tailwind .h-\[576\.952px\] {
    height: 576.952px;
  }

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

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

  .tailwind .w-\[269\.253px\] {
    width: 269.253px;
  }

  .tailwind .w-\[275\.624px\] {
    width: 275.624px;
  }

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

  .tailwind .w-\[281\.626px\] {
    width: 281.626px;
  }

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

  .tailwind .w-\[350\.08px\] {
    width: 350.08px;
  }

  .tailwind .w-\[364\.083px\] {
    width: 364.083px;
  }

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

  .tailwind .w-\[412\.58px\] {
    width: 412.58px;
  }

  .tailwind .w-\[429\.084px\] {
    width: 429.084px;
  }

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

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

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

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

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

  .tailwind .translate-x-\[-50\%\] {
    --tw-translate-x: -50%;
    translate: var(--tw-translate-x) var(--tw-translate-y);
  }

  .tailwind .translate-y-\[-50\%\] {
    --tw-translate-y: -50%;
    translate: var(--tw-translate-x) var(--tw-translate-y);
  }

  .tailwind .translate-y-\[100\%\] {
    --tw-translate-y: 100%;
    translate: var(--tw-translate-x) var(--tw-translate-y);
  }

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

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

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

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

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

  .tailwind .gap-10 {
    gap: calc(var(--spacing) * 10);
  }

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

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

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

  .tailwind .rounded-tl-\[227\.444px\] {
    border-top-left-radius: 227.444px;
  }

  .tailwind .rounded-tl-\[315\.789px\] {
    border-top-left-radius: 315.789px;
  }

  .tailwind .rounded-tl-\[321\.427px\] {
    border-top-left-radius: 321.427px;
  }

  .tailwind .rounded-tl-\[342\.998px\] {
    border-top-left-radius: 342.998px;
  }

  .tailwind .rounded-tl-\[430\.868px\] {
    border-top-left-radius: 430.868px;
  }

  .tailwind .rounded-tl-\[448\.103px\] {
    border-top-left-radius: 448.103px;
  }

  .tailwind .rounded-tl-\[507\.791px\] {
    border-top-left-radius: 507.791px;
  }

  .tailwind .rounded-tl-\[528\.103px\] {
    border-top-left-radius: 528.103px;
  }

  .tailwind .rounded-tr-\[227\.444px\] {
    border-top-right-radius: 227.444px;
  }

  .tailwind .rounded-tr-\[315\.789px\] {
    border-top-right-radius: 315.789px;
  }

  .tailwind .rounded-tr-\[321\.427px\] {
    border-top-right-radius: 321.427px;
  }

  .tailwind .rounded-tr-\[342\.998px\] {
    border-top-right-radius: 342.998px;
  }

  .tailwind .rounded-tr-\[430\.868px\] {
    border-top-right-radius: 430.868px;
  }

  .tailwind .rounded-tr-\[448\.103px\] {
    border-top-right-radius: 448.103px;
  }

  .tailwind .rounded-tr-\[507\.791px\] {
    border-top-right-radius: 507.791px;
  }

  .tailwind .rounded-tr-\[528\.103px\] {
    border-top-right-radius: 528.103px;
  }

  .tailwind .border-\[0\.789474px\] {
    border-style: var(--tw-border-style);
    border-width: .789474px;
  }

  .tailwind .border-\[0\.857494px\] {
    border-style: var(--tw-border-style);
    border-width: .857494px;
  }

  .tailwind .border-\[1\.12026px\] {
    border-style: var(--tw-border-style);
    border-width: 1.12026px;
  }

  .tailwind .border-\[1\.32026px\] {
    border-style: var(--tw-border-style);
    border-width: 1.32026px;
  }

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

  .tailwind .border-\[\#ffffff\] {
    border-color: #fff;
  }

  .tailwind .bg-\[\#ffffff\] {
    background-color: #fff;
  }

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

  .tailwind .from-\[\#f2c8ec\] {
    --tw-gradient-from: #f2c8ec;
    --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 .via-\[\#ffb890\] {
    --tw-gradient-via: #ffb890;
    --tw-gradient-via-stops: var(--tw-gradient-position), var(--tw-gradient-from) var(--tw-gradient-from-position), var(--tw-gradient-via) var(--tw-gradient-via-position), var(--tw-gradient-to) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-via-stops);
  }

  .tailwind .via-\[54\.327\%\] {
    --tw-gradient-via-position: 54.327%;
  }

  .tailwind .to-\[\#eae0a1\] {
    --tw-gradient-to: #eae0a1;
    --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-cover {
    background-size: cover;
  }

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

  .tailwind .bg-center {
    background-position: center;
  }

  .tailwind .bg-no-repeat {
    background-repeat: no-repeat;
  }

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

  .tailwind .px-0 {
    padding-inline: calc(var(--spacing) * 0);
  }

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

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

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

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

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

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

  .tailwind .font-\[\'Pretendard\:Bold\'\,_sans-serif\] {
    font-family: Pretendard\:Bold, sans-serif;
  }

  .tailwind .font-\[\'Pretendard\:Medium\'\,_sans-serif\] {
    font-family: Pretendard\:Medium, sans-serif;
  }

  .tailwind .font-\[\'Rozha_One\:Regular\'\,_sans-serif\] {
    font-family: Rozha One\:Regular, sans-serif;
  }

  .tailwind .font-\[\\\'Pretendard\:Medium\\\'\,_sans-serif\] {
    font-family: \'Pretendard:Medium\', sans-serif;
  }

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

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

  .tailwind .text-\[138\.853px\] {
    font-size: 138.853px;
  }

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

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

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

  .tailwind .text-nowrap {
    text-wrap: nowrap;
  }

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

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

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

  .tailwind .text-transparent {
    color: #0000;
  }

  .tailwind .capitalize {
    text-transform: capitalize;
  }

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

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

@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
}
