/*! 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-scale-x: 1;
      --tw-scale-y: 1;
      --tw-scale-z: 1;
      --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-tracking: 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;
    }
  }
}

@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;
    --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-none {
    pointer-events: none;
  }

  .tailwind .absolute {
    position: absolute;
  }

  .tailwind .relative {
    position: relative;
  }

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

  .tailwind .inset-\[0_-6\.39\%_-16\.83\%_-6\.18\%\] {
    inset: 0 -6.39% -16.83% -6.18%;
  }

  .tailwind .inset-\[0_-10\.02\%_-20\.04\%_-10\.02\%\] {
    inset: 0 -10.02% -20.04%;
  }

  .tailwind .inset-\[0_-11\.32\%_-11\.39\%_-6\.04\%\] {
    inset: 0 -11.32% -11.39% -6.04%;
  }

  .tailwind .inset-\[1\.61\%_0\.42\%_0\.61\%_0\] {
    inset: 1.61% .42% .61% 0;
  }

  .tailwind .inset-\[11\.11\%_7\.65\%_11\.58\%_7\.89\%\] {
    inset: 11.11% 7.65% 11.58% 7.89%;
  }

  .tailwind .inset-\[12\.89\%_27\.43\%_72\.69\%_26\.64\%\] {
    inset: 12.89% 27.43% 72.69% 26.64%;
  }

  .tailwind .inset-\[15\.79\%_37\.28\%_72\.21\%_37\.86\%\] {
    inset: 15.79% 37.28% 72.21% 37.86%;
  }

  .tailwind .inset-\[23\.98\%_33\.21\%_59\.68\%_33\.24\%\] {
    inset: 23.98% 33.21% 59.68% 33.24%;
  }

  .tailwind .inset-\[33\.52\%_28\.21\%_46\.03\%_29\.49\%\] {
    inset: 33.52% 28.21% 46.03% 29.49%;
  }

  .tailwind .inset-\[45\.59\%_25\.83\%_31\.67\%_27\.11\%\] {
    inset: 45.59% 25.83% 31.67% 27.11%;
  }

  .tailwind .inset-\[53\.25\%_9\.14\%_13\.64\%_11\.17\%\] {
    inset: 53.25% 9.14% 13.64% 11.17%;
  }

  .tailwind .top-\[-42\.68px\] {
    top: -42.68px;
  }

  .tailwind .top-\[1\.58px\] {
    top: 1.58px;
  }

  .tailwind .top-\[30\.03px\] {
    top: 30.03px;
  }

  .tailwind .top-\[34\.99px\] {
    top: 34.99px;
  }

  .tailwind .top-\[64\.44px\] {
    top: 64.44px;
  }

  .tailwind .bottom-\[1\.3px\] {
    bottom: 1.3px;
  }

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

  .tailwind .left-\[1\.58px\] {
    left: 1.58px;
  }

  .tailwind .left-\[12\.9px\] {
    left: 12.9px;
  }

  .tailwind .left-\[20\.98px\] {
    left: 20.98px;
  }

  .tailwind .left-\[22\.13px\] {
    left: 22.13px;
  }

  .tailwind .left-\[23\.71px\] {
    left: 23.71px;
  }

  .tailwind .left-\[56\.54px\] {
    left: 56.54px;
  }

  .tailwind .left-\[calc\(50\%-0\.05px\)\] {
    left: calc(50% - .05px);
  }

  .tailwind .left-\[calc\(50\%-0\.5px\)\] {
    left: calc(50% - .5px);
  }

  .tailwind .left-\[calc\(50\%-0\.66px\)\] {
    left: calc(50% - .66px);
  }

  .tailwind .left-\[calc\(50\%-1\.65px\)\] {
    left: calc(50% - 1.65px);
  }

  .tailwind .block {
    display: block;
  }

  .tailwind .contents {
    display: contents;
  }

  .tailwind .flex {
    display: flex;
  }

  .tailwind .size-\[94\.839px\] {
    width: 94.839px;
    height: 94.839px;
  }

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

  .tailwind .h-\[15\.155px\] {
    height: 15.155px;
  }

  .tailwind .h-\[16\.891px\] {
    height: 16.891px;
  }

  .tailwind .h-\[17\.608px\] {
    height: 17.608px;
  }

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

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

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

  .tailwind .h-\[25\.318px\] {
    height: 25.318px;
  }

  .tailwind .h-\[25\.828px\] {
    height: 25.828px;
  }

  .tailwind .h-\[28\.727px\] {
    height: 28.727px;
  }

  .tailwind .h-\[39\.694px\] {
    height: 39.694px;
  }

  .tailwind .h-\[60\%\] {
    height: 60%;
  }

  .tailwind .h-\[92\.43px\] {
    height: 92.43px;
  }

  .tailwind .h-\[128\.252px\] {
    height: 128.252px;
  }

  .tailwind .h-\[233\.935px\] {
    height: 233.935px;
  }

  .tailwind .w-\[27\.834px\] {
    width: 27.834px;
  }

  .tailwind .w-\[33\.834px\] {
    width: 33.834px;
  }

  .tailwind .w-\[46\.594px\] {
    width: 46.594px;
  }

  .tailwind .w-\[47\.419px\] {
    width: 47.419px;
  }

  .tailwind .w-\[55\.668px\] {
    width: 55.668px;
  }

  .tailwind .w-\[57\.568px\] {
    width: 57.568px;
  }

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

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

  .tailwind .w-\[64\.053px\] {
    width: 64.053px;
  }

  .tailwind .w-\[110\.886px\] {
    width: 110.886px;
  }

  .tailwind .w-\[112\.48px\] {
    width: 112.48px;
  }

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

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

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

  .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 .-scale-y-100 {
    --tw-scale-y: calc(100% * -1);
    scale: var(--tw-scale-x) var(--tw-scale-y);
  }

  .tailwind .rotate-\[-179\.93deg\] {
    rotate: -179.93deg;
  }

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

  .tailwind .rotate-\[176\.49deg\] {
    rotate: 176.49deg;
  }

  .tailwind .rotate-\[178\.56deg\] {
    rotate: 178.56deg;
  }

  .tailwind .skew-x-\[-0\.61deg\] {
    --tw-skew-x: skewX(-.61deg);
    transform: var(--tw-rotate-x) var(--tw-rotate-y) var(--tw-rotate-z) var(--tw-skew-x) var(--tw-skew-y);
  }

  .tailwind .skew-x-\[-2\.03deg\] {
    --tw-skew-x: skewX(-2.03deg);
    transform: var(--tw-rotate-x) var(--tw-rotate-y) var(--tw-rotate-z) var(--tw-skew-x) var(--tw-skew-y);
  }

  .tailwind .skew-x-\[-2\.88deg\] {
    --tw-skew-x: skewX(-2.88deg);
    transform: var(--tw-rotate-x) var(--tw-rotate-y) var(--tw-rotate-z) var(--tw-skew-x) var(--tw-skew-y);
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .tailwind .text-\[27\.05px\] {
    font-size: 27.05px;
  }

  .tailwind .text-\[27\.047px\] {
    font-size: 27.047px;
  }

  .tailwind .text-\[33\.47px\] {
    font-size: 33.47px;
  }

  .tailwind .text-\[33\.472px\] {
    font-size: 33.472px;
  }

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

  .tailwind .leading-\[1\.37\] {
    --tw-leading: 1.37;
    line-height: 1.37;
  }

  .tailwind .leading-\[46\.366px\] {
    --tw-leading: 46.366px;
    line-height: 46.366px;
  }

  .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 .tracking-\[3\.12px\] {
    --tw-tracking: 3.12px;
    letter-spacing: 3.12px;
  }

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

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

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

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

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

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

  .tailwind .shadow-\[0px_0px_20px_0px_rgba\(43\,60\,244\,0\.25\)\] {
    --tw-shadow: 0px 0px 20px 0px var(--tw-shadow-color, #2b3cf440);
    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 .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-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;
}

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