/*! 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-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-border-style: solid;
      --tw-leading: initial;
      --tw-font-weight: 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-backdrop-blur: initial;
      --tw-backdrop-brightness: initial;
      --tw-backdrop-contrast: initial;
      --tw-backdrop-grayscale: initial;
      --tw-backdrop-hue-rotate: initial;
      --tw-backdrop-invert: initial;
      --tw-backdrop-opacity: initial;
      --tw-backdrop-saturate: initial;
      --tw-backdrop-sepia: 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-blue-100: oklch(93.2% .032 255.585);
    --color-blue-200: oklch(88.2% .059 254.128);
    --color-gray-100: oklch(96.7% .003 264.542);
    --color-gray-200: oklch(92.8% .006 264.531);
    --color-gray-500: oklch(55.1% .027 264.364);
    --color-gray-600: oklch(44.6% .03 256.802);
    --color-gray-700: oklch(37.3% .034 259.733);
    --color-gray-800: oklch(27.8% .033 256.848);
    --color-black: #000;
    --color-white: #fff;
    --spacing: .25rem;
    --container-xs: 20rem;
    --text-xs: .75rem;
    --text-xs--line-height: calc(1 / .75);
    --text-sm: .875rem;
    --text-sm--line-height: calc(1.25 / .875);
    --text-lg: 1.125rem;
    --text-lg--line-height: calc(1.75 / 1.125);
    --font-weight-normal: 400;
    --font-weight-medium: 500;
    --font-weight-semibold: 600;
    --font-weight-bold: 700;
    --leading-normal: 1.5;
    --radius-md: .375rem;
    --radius-lg: .5rem;
    --ease-out: cubic-bezier(0, 0, .2, 1);
    --ease-in-out: cubic-bezier(.4, 0, .2, 1);
    --animate-spin: spin 1s linear infinite;
    --animate-pulse: pulse 2s cubic-bezier(.4, 0, .6, 1) infinite;
    --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 .visible {
    visibility: visible;
  }

  .tailwind .absolute {
    position: absolute;
  }

  .tailwind .fixed {
    position: fixed;
  }

  .tailwind .relative {
    position: relative;
  }

  .tailwind .sticky {
    position: sticky;
  }

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

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

  .tailwind .inset-\[9\.09\%_9\.09\%_5\.97\%_7\.53\%\] {
    inset: 9.09% 9.09% 5.97% 7.53%;
  }

  .tailwind .inset-\[9\.09\%_12\.22\%\] {
    inset: 9.09% 12.22%;
  }

  .tailwind .inset-\[9\.38\%_15\.62\%\] {
    inset: 9.38% 15.62%;
  }

  .tailwind .inset-\[9\.38\%_18\.75\%_9\.37\%_18\.75\%\] {
    inset: 9.38% 18.75% 9.37%;
  }

  .tailwind .-top-\[3\.6px\] {
    top: -3.6px;
  }

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

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

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

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

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

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

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

  .tailwind .right-\[11\.54\%\] {
    right: 11.54%;
  }

  .tailwind .right-\[14\.4px\] {
    right: 14.4px;
  }

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

  .tailwind .bottom-\[14\.4px\] {
    bottom: 14.4px;
  }

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

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

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

  .tailwind .left-\[11\.54\%\] {
    left: 11.54%;
  }

  .tailwind .isolate {
    isolation: isolate;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .tailwind .container {
    width: 100%;
  }

  @media (width >= 40rem) {
    .tailwind .container {
      max-width: 40rem;
    }
  }

  @media (width >= 48rem) {
    .tailwind .container {
      max-width: 48rem;
    }
  }

  @media (width >= 64rem) {
    .tailwind .container {
      max-width: 64rem;
    }
  }

  @media (width >= 80rem) {
    .tailwind .container {
      max-width: 80rem;
    }
  }

  @media (width >= 96rem) {
    .tailwind .container {
      max-width: 96rem;
    }
  }

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

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

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

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

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

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

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

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

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

  .tailwind .mt-auto {
    margin-top: auto;
  }

  .tailwind .-mb-\[7\.2px\] {
    margin-bottom: -7.2px;
  }

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

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

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

  .tailwind .mb-\[4px\] {
    margin-bottom: 4px;
  }

  .tailwind .mb-\[6px\] {
    margin-bottom: 6px;
  }

  .tailwind .mb-\[8px\] {
    margin-bottom: 8px;
  }

  .tailwind .mb-\[10px\] {
    margin-bottom: 10px;
  }

  .tailwind .mb-\[12px\] {
    margin-bottom: 12px;
  }

  .tailwind .mb-\[14\.4px\] {
    margin-bottom: 14.4px;
  }

  .tailwind .mb-\[16px\] {
    margin-bottom: 16px;
  }

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

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

  .tailwind .line-clamp-2 {
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    display: -webkit-box;
    overflow: hidden;
  }

  .tailwind .block {
    display: block;
  }

  .tailwind .flex {
    display: flex;
  }

  .tailwind .grid {
    display: grid;
  }

  .tailwind .hidden {
    display: none;
  }

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

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

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

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

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

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

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

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

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

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

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

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

  .tailwind .h-\[7\.2px\] {
    height: 7.2px;
  }

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

  .tailwind .h-\[19\.8px\] {
    height: 19.8px;
  }

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

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

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

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

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

  .tailwind .h-auto {
    height: auto;
  }

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

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

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

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

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

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

  .tailwind .w-3\/5 {
    width: 60%;
  }

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

  .tailwind .w-\[7\.2px\] {
    width: 7.2px;
  }

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

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

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

  .tailwind .w-\[19\.8px\] {
    width: 19.8px;
  }

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

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

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

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

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

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

  .tailwind .w-\[80\%\] {
    width: 80%;
  }

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

  .tailwind .w-auto {
    width: auto;
  }

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

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

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

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

  .tailwind .max-w-xs {
    max-width: var(--container-xs);
  }

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

  .tailwind .min-w-max {
    min-width: max-content;
  }

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

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

  .tailwind .flex-\[1_0_0\] {
    flex: 1 0 0;
  }

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

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

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

  .tailwind .-translate-x-\[25\%\] {
    --tw-translate-x: calc(25% * -1);
    translate: var(--tw-translate-x) var(--tw-translate-y);
  }

  .tailwind .translate-x-0 {
    --tw-translate-x: calc(var(--spacing) * 0);
    translate: var(--tw-translate-x) var(--tw-translate-y);
  }

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

  .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-45 {
    rotate: 45deg;
  }

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

  .tailwind .animate-in {
    animation: enter var(--tw-duration, .15s) var(--tw-ease, ease);
  }

  .tailwind .animate-pulse {
    animation: var(--animate-pulse);
  }

  .tailwind .animate-spin {
    animation: var(--animate-spin);
  }

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

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

  .tailwind .resize {
    resize: both;
  }

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

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

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

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

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

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

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

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

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

  .tailwind .justify-between {
    justify-content: space-between;
  }

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

  .tailwind .justify-start {
    justify-content: flex-start;
  }

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

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

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

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

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

  .tailwind .gap-\[7\.2px\] {
    gap: 7.2px;
  }

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

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

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

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

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

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

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

  .tailwind .truncate {
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
  }

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

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

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

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

  .tailwind .rounded {
    border-radius: .25rem;
  }

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

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

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

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

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

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

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

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

  .tailwind .rounded-lg {
    border-radius: var(--radius-lg);
  }

  .tailwind .rounded-md {
    border-radius: var(--radius-md);
  }

  .tailwind .rounded-t-\[6px\] {
    border-top-left-radius: 6px;
    border-top-right-radius: 6px;
  }

  .tailwind .rounded-t-\[12\.5px\] {
    border-top-left-radius: 12.5px;
    border-top-right-radius: 12.5px;
  }

  .tailwind .rounded-t-\[12px\] {
    border-top-left-radius: 12px;
    border-top-right-radius: 12px;
  }

  .tailwind .rounded-t-full {
    border-top-left-radius: 3.40282e38px;
    border-top-right-radius: 3.40282e38px;
  }

  .tailwind .rounded-tl-\[12\.5px\] {
    border-top-left-radius: 12.5px;
  }

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

  .tailwind .rounded-tr-\[12\.5px\] {
    border-top-right-radius: 12.5px;
  }

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

  .tailwind .rounded-b-\[12\.5px\] {
    border-bottom-right-radius: 12.5px;
    border-bottom-left-radius: 12.5px;
  }

  .tailwind .rounded-b-\[12px\] {
    border-bottom-right-radius: 12px;
    border-bottom-left-radius: 12px;
  }

  .tailwind .rounded-br-\[12\.5px\] {
    border-bottom-right-radius: 12.5px;
  }

  .tailwind .rounded-br-\[12px\] {
    border-bottom-right-radius: 12px;
  }

  .tailwind .rounded-bl-\[12\.5px\] {
    border-bottom-left-radius: 12.5px;
  }

  .tailwind .rounded-bl-\[12px\] {
    border-bottom-left-radius: 12px;
  }

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

  .tailwind .border-y-\[4px\] {
    border-block-style: var(--tw-border-style);
    border-block-width: 4px;
  }

  .tailwind .border-t-0 {
    border-top-style: var(--tw-border-style);
    border-top-width: 0;
  }

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

  .tailwind .border-l-\[4px\] {
    border-left-style: var(--tw-border-style);
    border-left-width: 4px;
  }

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

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

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

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

  .tailwind .border-\[rgba\(174\,174\,174\,0\.2\)\] {
    border-color: #aeaeae33;
  }

  .tailwind .border-gray-100 {
    border-color: var(--color-gray-100);
  }

  .tailwind .border-gray-200 {
    border-color: var(--color-gray-200);
  }

  .tailwind .border-y-transparent {
    border-block-color: #0000;
  }

  .tailwind .border-l-\[\#1c1c1c\] {
    border-left-color: #1c1c1c;
  }

  .tailwind .bg-\[\#1c1c1c\] {
    background-color: #1c1c1c;
  }

  .tailwind .bg-\[\#1c1c1c\]\/20 {
    background-color: oklab(22.645% 2.23517e-8 0 / .2);
  }

  .tailwind .bg-\[\#7CA1B4\] {
    background-color: #7ca1b4;
  }

  .tailwind .bg-\[\#68a3b7\] {
    background-color: #68a3b7;
  }

  .tailwind .bg-\[\#648CE9\] {
    background-color: #648ce9;
  }

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

  .tailwind .bg-\[\#D86262\] {
    background-color: #d86262;
  }

  .tailwind .bg-\[\#EFEFEF\] {
    background-color: #efefef;
  }

  .tailwind .bg-\[\#F8F8F8\] {
    background-color: #f8f8f8;
  }

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

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

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

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

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

  .tailwind .bg-blue-100 {
    background-color: var(--color-blue-100);
  }

  .tailwind .bg-gray-100 {
    background-color: var(--color-gray-100);
  }

  .tailwind .bg-gray-200 {
    background-color: var(--color-gray-200);
  }

  .tailwind .bg-gray-800 {
    background-color: var(--color-gray-800);
  }

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

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

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

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

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

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

  .tailwind .p-\[5px\] {
    padding: 5px;
  }

  .tailwind .p-\[7\.2px\] {
    padding: 7.2px;
  }

  .tailwind .p-\[12px\] {
    padding: 12px;
  }

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

  .tailwind .p-\[20px\] {
    padding: 20px;
  }

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

  .tailwind .p-\[28\.8px\] {
    padding: 28.8px;
  }

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

  .tailwind .px-\[7\.2px\] {
    padding-inline: 7.2px;
  }

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

  .tailwind .px-\[10\.8px\] {
    padding-inline: 10.8px;
  }

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

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

  .tailwind .px-\[14\.4px\] {
    padding-inline: 14.4px;
  }

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

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

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

  .tailwind .py-\[3\.6px\] {
    padding-block: 3.6px;
  }

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

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

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

  .tailwind .py-\[7\.2px\] {
    padding-block: 7.2px;
  }

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

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

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

  .tailwind .py-\[14\.4px\] {
    padding-block: 14.4px;
  }

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

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

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

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

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

  .tailwind .pr-\[8px\] {
    padding-right: 8px;
  }

  .tailwind .pr-\[10px\] {
    padding-right: 10px;
  }

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

  .tailwind .pb-\[7\.2px\] {
    padding-bottom: 7.2px;
  }

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

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

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

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

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

  .tailwind .pl-\[20px\] {
    padding-left: 20px;
  }

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

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

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

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

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

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

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

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

  .tailwind .text-\[10\.8px\] {
    font-size: 10.8px;
  }

  .tailwind .text-\[12\.6px\] {
    font-size: 12.6px;
  }

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

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

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

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

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

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

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

  .tailwind .leading-\[1\.4\] {
    --tw-leading: 1.4;
    line-height: 1.4;
  }

  .tailwind .leading-\[1\.6\] {
    --tw-leading: 1.6;
    line-height: 1.6;
  }

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

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

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

  .tailwind .leading-normal {
    --tw-leading: var(--leading-normal);
    line-height: var(--leading-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 .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 .\[word-break\:break-word\] {
    word-break: break-word;
  }

  .tailwind .text-ellipsis {
    text-overflow: ellipsis;
  }

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

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

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

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

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

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

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

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

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

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

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

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

  .tailwind .opacity-0 {
    opacity: 0;
  }

  .tailwind .opacity-10 {
    opacity: .1;
  }

  .tailwind .opacity-25 {
    opacity: .25;
  }

  .tailwind .opacity-30 {
    opacity: .3;
  }

  .tailwind .opacity-40 {
    opacity: .4;
  }

  .tailwind .opacity-60 {
    opacity: .6;
  }

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

  .tailwind .opacity-75 {
    opacity: .75;
  }

  .tailwind .opacity-80 {
    opacity: .8;
  }

  .tailwind .opacity-100 {
    opacity: 1;
  }

  .tailwind .shadow-\[-5px_0_15px_rgba\(0\,0\,0\,0\.05\)\] {
    --tw-shadow: -5px 0 15px var(--tw-shadow-color, #0000000d);
    box-shadow: var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
  }

  .tailwind .shadow-\[0_4px_10px_-4px_rgba\(0\,0\,0\,0\.08\)\] {
    --tw-shadow: 0 4px 10px -4px var(--tw-shadow-color, #00000014);
    box-shadow: var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
  }

  .tailwind .shadow-\[0_10px_40px_-10px_rgba\(0\,0\,0\,0\.15\)\] {
    --tw-shadow: 0 10px 40px -10px var(--tw-shadow-color, #00000026);
    box-shadow: var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
  }

  .tailwind .shadow-lg {
    --tw-shadow: 0 10px 15px -3px var(--tw-shadow-color, #0000001a), 0 4px 6px -4px var(--tw-shadow-color, #0000001a);
    box-shadow: var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
  }

  .tailwind .shadow-md {
    --tw-shadow: 0 4px 6px -1px var(--tw-shadow-color, #0000001a), 0 2px 4px -2px var(--tw-shadow-color, #0000001a);
    box-shadow: var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
  }

  .tailwind .shadow-sm {
    --tw-shadow: 0 1px 3px 0 var(--tw-shadow-color, #0000001a), 0 1px 2px -1px var(--tw-shadow-color, #0000001a);
    box-shadow: var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
  }

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

  .tailwind .backdrop-blur-\[2px\] {
    --tw-backdrop-blur: blur(2px);
    -webkit-backdrop-filter: var(--tw-backdrop-blur, ) var(--tw-backdrop-brightness, ) var(--tw-backdrop-contrast, ) var(--tw-backdrop-grayscale, ) var(--tw-backdrop-hue-rotate, ) var(--tw-backdrop-invert, ) var(--tw-backdrop-opacity, ) var(--tw-backdrop-saturate, ) var(--tw-backdrop-sepia, );
    backdrop-filter: var(--tw-backdrop-blur, ) var(--tw-backdrop-brightness, ) var(--tw-backdrop-contrast, ) var(--tw-backdrop-grayscale, ) var(--tw-backdrop-hue-rotate, ) var(--tw-backdrop-invert, ) var(--tw-backdrop-opacity, ) var(--tw-backdrop-saturate, ) var(--tw-backdrop-sepia, );
  }

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

  .tailwind .transition-transform {
    transition-property: transform, translate, scale, rotate;
    transition-timing-function: var(--tw-ease, var(--default-transition-timing-function));
    transition-duration: var(--tw-duration, var(--default-transition-duration));
  }

  .tailwind .duration-150 {
    --tw-duration: .15s;
    transition-duration: .15s;
  }

  .tailwind .duration-200 {
    --tw-duration: .2s;
    transition-duration: .2s;
  }

  .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 .ease-out {
    --tw-ease: var(--ease-out);
    transition-timing-function: var(--ease-out);
  }

  .tailwind .outline-none {
    --tw-outline-style: none;
    outline-style: none;
  }

  .tailwind .\[-ms-overflow-style\:none\] {
    -ms-overflow-style: none;
  }

  .tailwind .\[scrollbar-width\:none\] {
    scrollbar-width: none;
  }

  .tailwind .fade-in {
    --tw-enter-opacity: 0;
  }

  .tailwind .zoom-in-95 {
    --tw-enter-scale: .95;
  }

  @media (hover: hover) {
    .tailwind .group-hover\:flex:is(:where(.group):hover *) {
      display: flex;
    }
  }

  @media (hover: hover) {
    .tailwind .group-hover\:hidden:is(:where(.group):hover *) {
      display: none;
    }
  }

  @media (hover: hover) {
    .tailwind .group-hover\:w-\[10px\]:is(:where(.group):hover *) {
      width: 10px;
    }
  }

  @media (hover: hover) {
    .tailwind .group-hover\:scale-110:is(:where(.group):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 .group-hover\:fill-\[\#e0e0e0\]:is(:where(.group):hover *) {
      fill: #e0e0e0;
    }
  }

  @media (hover: hover) {
    .tailwind .group-hover\:opacity-60:is(:where(.group):hover *) {
      opacity: .6;
    }
  }

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

  .tailwind .placeholder\:text-\[\#1c1c1c\]::placeholder {
    color: #1c1c1c;
  }

  .tailwind .placeholder\:opacity-40::placeholder {
    opacity: .4;
  }

  @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\:bg-\[\#6b90a3\]:hover {
      background-color: #6b90a3;
    }
  }

  @media (hover: hover) {
    .tailwind .hover\:bg-\[\#5893a7\]:hover {
      background-color: #5893a7;
    }
  }

  @media (hover: hover) {
    .tailwind .hover\:bg-\[\#e0e0e0\]:hover {
      background-color: #e0e0e0;
    }
  }

  @media (hover: hover) {
    .tailwind .hover\:bg-\[\#ececec\]:hover {
      background-color: #ececec;
    }
  }

  @media (hover: hover) {
    .tailwind .hover\:bg-\[\#efefef\]:hover {
      background-color: #efefef;
    }
  }

  @media (hover: hover) {
    .tailwind .hover\:bg-blue-200:hover {
      background-color: var(--color-blue-200);
    }
  }

  @media (hover: hover) {
    .tailwind .hover\:bg-gray-100:hover {
      background-color: var(--color-gray-100);
    }
  }

  @media (hover: hover) {
    .tailwind .hover\:bg-gray-200:hover {
      background-color: var(--color-gray-200);
    }
  }

  @media (hover: hover) {
    .tailwind .hover\:text-\[\#648CE9\]:hover {
      color: #648ce9;
    }
  }

  @media (hover: hover) {
    .tailwind .hover\:text-\[\#D86262\]:hover {
      color: #d86262;
    }
  }

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

  .tailwind .active\:scale-\[0\.98\]:active {
    scale: .98;
  }

  .tailwind .\[\&\:\:-webkit-scrollbar\]\:hidden::-webkit-scrollbar {
    display: none;
  }
}

@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;
  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-border-style {
  syntax: "*";
  inherits: false;
  initial-value: solid;
}

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

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

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

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

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

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

@property --tw-backdrop-hue-rotate {
  syntax: "*";
  inherits: false
}

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

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

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

@property --tw-backdrop-sepia {
  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;
}

@keyframes spin {
  to {
    transform: rotate(360deg);
  }
}

@keyframes pulse {
  50% {
    opacity: .5;
  }
}

@keyframes enter {
  from {
    opacity: var(--tw-enter-opacity, 1);
    transform: translate3d(var(--tw-enter-translate-x, 0), var(--tw-enter-translate-y, 0), 0) scale3d(var(--tw-enter-scale, 1), var(--tw-enter-scale, 1), var(--tw-enter-scale, 1)) rotate(var(--tw-enter-rotate, 0));
  }
}
