/*! 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-scroll-snap-strictness: proximity;
      --tw-space-y-reverse: 0;
      --tw-divide-y-reverse: 0;
      --tw-border-style: solid;
      --tw-gradient-position: initial;
      --tw-gradient-from: #0000;
      --tw-gradient-via: #0000;
      --tw-gradient-to: #0000;
      --tw-gradient-stops: initial;
      --tw-gradient-via-stops: initial;
      --tw-gradient-from-position: 0%;
      --tw-gradient-via-position: 50%;
      --tw-gradient-to-position: 100%;
      --tw-leading: initial;
      --tw-font-weight: initial;
      --tw-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-outline-style: solid;
      --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;
    }
  }
}

@layer theme {
  :root, :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-red-500: oklch(.637 .237 25.331);
    --color-gray-100: oklch(.967 .003 264.542);
    --color-black: #000;
    --color-white: #fff;
    --spacing: .25rem;
    --container-xs: 20rem;
    --container-md: 28rem;
    --text-xs: .75rem;
    --text-xs--line-height: calc(1 / .75);
    --text-2xl: 1.5rem;
    --text-2xl--line-height: calc(2 / 1.5);
    --font-weight-medium: 500;
    --font-weight-semibold: 600;
    --font-weight-bold: 700;
    --leading-tight: 1.25;
    --leading-snug: 1.375;
    --leading-normal: 1.5;
    --leading-relaxed: 1.625;
    --radius-2xl: 1rem;
    --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;
    --blur-sm: 8px;
    --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 {
  *, :after, :before, ::backdrop {
    box-sizing: border-box;
    border: 0 solid;
    margin: 0;
    padding: 0;
  }

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

  html, :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;
  }

  body {
    line-height: inherit;
  }

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

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

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

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

  b, strong {
    font-weight: bolder;
  }

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

  small {
    font-size: 80%;
  }

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

  sub {
    bottom: -.25em;
  }

  sup {
    top: -.5em;
  }

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

  :-moz-focusring {
    outline: auto;
  }

  progress {
    vertical-align: baseline;
  }

  summary {
    display: list-item;
  }

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

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

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

  button, input, select, optgroup, 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;
  }

  ::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;
  }

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

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

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

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

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

  textarea {
    resize: vertical;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  * {
    border-color: oklch(.922 0 0);
    outline-color: color-mix(in oklab, oklch(.708 0 0) 50%, transparent);
  }

  body {
    background-color: oklch(1 0 0);
    color: oklch(.145 0 0);
  }

  html, body, #root {
    width: 100%;
    height: 100%;
  }

  body {
    margin: 0;
    padding: 0;
    overflow: hidden;
  }

  #root {
    background: #fff;
    justify-content: center;
    align-items: center;
    display: flex;
    overflow: hidden;
  }

  #root > * {
    width: 393px;
    max-width: 100%;
    height: 852px;
    max-height: 100%;
    overflow: hidden;
  }
}

@layer utilities {
  .pointer-events-auto {
    pointer-events: auto;
  }

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

  .absolute {
    position: absolute;
  }

  .fixed {
    position: fixed;
  }

  .relative {
    position: relative;
  }

  .sticky {
    position: sticky;
  }

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

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

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

  .inset-\[-1\.63\%_-1\.44\%\] {
    inset: -1.63% -1.44%;
  }

  .inset-\[-1\.83\%_-3\.93\%_-9\.46\%_-2\.16\%\] {
    inset: -1.83% -3.93% -9.46% -2.16%;
  }

  .inset-\[-5\.56\%_-7\.14\%\] {
    inset: -5.56% -7.14%;
  }

  .inset-\[-9\.52\%_-6\.48\%\] {
    inset: -9.52% -6.48%;
  }

  .inset-\[0_-2\.38\%_-2\.08\%_-2\.38\%\] {
    inset: 0 -2.38% -2.08%;
  }

  .inset-\[0_0_7\.19\%_0\] {
    inset: 0 0 7.19%;
  }

  .inset-\[0_73\.05\%_82\.56\%_6\.21\%\] {
    inset: 0 73.05% 82.56% 6.21%;
  }

  .inset-\[8\.33\%_14\.16\%_0\.78\%_12\.5\%\] {
    inset: 8.33% 14.16% .78% 12.5%;
  }

  .inset-\[8\.65\%_0_0_0\] {
    inset: 8.65% 0 0;
  }

  .inset-\[12\.5\%_14\.21\%_0\.78\%_14\.21\%\] {
    inset: 12.5% 14.21% .78%;
  }

  .inset-\[13\.79\%_6\.9\%_11\.76\%_10\.34\%\] {
    inset: 13.79% 6.9% 11.76% 10.34%;
  }

  .inset-\[14\.58\%_20\.83\%_10\.42\%_20\.83\%\] {
    inset: 14.58% 20.83% 10.42%;
  }

  .inset-\[16\.67\%_12\.5\%\] {
    inset: 16.67% 12.5%;
  }

  .inset-\[50\.32\%_27\.89\%_18\.05\%_23\.07\%\] {
    inset: 50.32% 27.89% 18.05% 23.07%;
  }

  .inset-\[96\.15\%_31\.93\%_-13\.59\%_47\.34\%\] {
    inset: 96.15% 31.93% -13.59% 47.34%;
  }

  .-top-\[29\.76\%\] {
    top: -29.76%;
  }

  .-top-\[50\.31\%\] {
    top: -50.31%;
  }

  .-top-\[77\.43\%\] {
    top: -77.43%;
  }

  .-top-\[89\.83\%\] {
    top: -89.83%;
  }

  .-top-\[97\.6\%\] {
    top: -97.6%;
  }

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

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

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

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

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

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

  .top-\[-1\.88\%\] {
    top: -1.88%;
  }

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

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

  .top-\[-10\.82\%\] {
    top: -10.82%;
  }

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

  .top-\[7px\] {
    top: 7px;
  }

  .top-\[12px\] {
    top: 12px;
  }

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

  .top-\[21\.78px\] {
    top: 21.78px;
  }

  .top-\[27px\] {
    top: 27px;
  }

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

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

  .top-\[53px\] {
    top: 53px;
  }

  .top-\[54px\] {
    top: 54px;
  }

  .top-\[82px\] {
    top: 82px;
  }

  .top-\[88px\] {
    top: 88px;
  }

  .top-\[97px\] {
    top: 97px;
  }

  .top-\[106px\] {
    top: 106px;
  }

  .top-\[118px\] {
    top: 118px;
  }

  .top-\[128px\] {
    top: 128px;
  }

  .top-\[139px\] {
    top: 139px;
  }

  .top-\[140px\] {
    top: 140px;
  }

  .top-\[145px\] {
    top: 145px;
  }

  .top-\[151px\] {
    top: 151px;
  }

  .top-\[171px\] {
    top: 171px;
  }

  .top-\[181px\] {
    top: 181px;
  }

  .top-\[198px\] {
    top: 198px;
  }

  .top-\[218px\] {
    top: 218px;
  }

  .top-\[219px\] {
    top: 219px;
  }

  .top-\[226px\] {
    top: 226px;
  }

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

  .top-\[300px\] {
    top: 300px;
  }

  .top-\[303px\] {
    top: 303px;
  }

  .top-\[330px\] {
    top: 330px;
  }

  .top-\[341px\] {
    top: 341px;
  }

  .top-\[342px\] {
    top: 342px;
  }

  .top-\[356px\] {
    top: 356px;
  }

  .top-\[366px\] {
    top: 366px;
  }

  .top-\[367px\] {
    top: 367px;
  }

  .top-\[377px\] {
    top: 377px;
  }

  .top-\[385px\] {
    top: 385px;
  }

  .top-\[392px\] {
    top: 392px;
  }

  .top-\[420px\] {
    top: 420px;
  }

  .top-\[449px\] {
    top: 449px;
  }

  .top-\[505px\] {
    top: 505px;
  }

  .top-\[509\.02px\] {
    top: 509.02px;
  }

  .top-\[509px\] {
    top: 509px;
  }

  .top-\[568px\] {
    top: 568px;
  }

  .top-\[610px\] {
    top: 610px;
  }

  .top-\[662px\] {
    top: 662px;
  }

  .top-\[724px\] {
    top: 724px;
  }

  .top-\[729px\] {
    top: 729px;
  }

  .top-\[738px\] {
    top: 738px;
  }

  .top-\[838px\] {
    top: 838px;
  }

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

  .top-\[calc\(50\%-27px\)\] {
    top: calc(50% - 27px);
  }

  .top-\[calc\(50\%-40px\)\] {
    top: calc(50% - 40px);
  }

  .top-\[calc\(50\%-147\.75px\)\] {
    top: calc(50% - 147.75px);
  }

  .top-\[calc\(100\%\+4px\)\] {
    top: calc(100% + 4px);
  }

  .top-full {
    top: 100%;
  }

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

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

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

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

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

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

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

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

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

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

  .bottom-\[38px\] {
    bottom: 38px;
  }

  .bottom-full {
    bottom: 100%;
  }

  .-left-\[4\.24\%\] {
    left: -4.24%;
  }

  .-left-\[53\.66\%\] {
    left: -53.66%;
  }

  .-left-\[65\.44\%\] {
    left: -65.44%;
  }

  .-left-\[190\.48\%\] {
    left: -190.48%;
  }

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

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

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

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

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

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

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

  .left-\[-8\.23\%\] {
    left: -8.23%;
  }

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

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

  .left-\[3px\] {
    left: 3px;
  }

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

  .left-\[15px\] {
    left: 15px;
  }

  .left-\[19px\] {
    left: 19px;
  }

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

  .left-\[21px\] {
    left: 21px;
  }

  .left-\[23\.19px\] {
    left: 23.19px;
  }

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

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

  .left-\[25px\] {
    left: 25px;
  }

  .left-\[30px\] {
    left: 30px;
  }

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

  .left-\[42px\] {
    left: 42px;
  }

  .left-\[50px\] {
    left: 50px;
  }

  .left-\[54\.5px\] {
    left: 54.5px;
  }

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

  .left-\[55px\] {
    left: 55px;
  }

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

  .left-\[66px\] {
    left: 66px;
  }

  .left-\[67px\] {
    left: 67px;
  }

  .left-\[88px\] {
    left: 88px;
  }

  .left-\[104px\] {
    left: 104px;
  }

  .left-\[105px\] {
    left: 105px;
  }

  .left-\[126\.5px\] {
    left: 126.5px;
  }

  .left-\[130px\] {
    left: 130px;
  }

  .left-\[132px\] {
    left: 132px;
  }

  .left-\[142\.18\%\] {
    left: 142.18%;
  }

  .left-\[162px\] {
    left: 162px;
  }

  .left-\[196px\] {
    left: 196px;
  }

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

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

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

  .z-5 {
    z-index: 5;
  }

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

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

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

  .z-40 {
    z-index: 40;
  }

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

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

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

  .z-\[60\] {
    z-index: 60;
  }

  .z-\[61\] {
    z-index: 61;
  }

  .z-\[70\] {
    z-index: 70;
  }

  .z-\[80\] {
    z-index: 80;
  }

  .z-\[90\] {
    z-index: 90;
  }

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

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

  .col-span-2 {
    grid-column: span 2 / span 2;
  }

  .\!container {
    width: 100% !important;
  }

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

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

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

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

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

  .container {
    width: 100%;
  }

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

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

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

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

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

  .-mx-4 {
    margin-inline: calc(var(--spacing) * -4);
  }

  .-mx-6 {
    margin-inline: calc(var(--spacing) * -6);
  }

  .mx-\[20px\] {
    margin-inline: 20px;
  }

  .mx-auto {
    margin-inline: auto;
  }

  .my-2 {
    margin-block: calc(var(--spacing) * 2);
  }

  .my-auto {
    margin-block: auto;
  }

  .ms-\[19\.5px\] {
    margin-inline-start: 19.5px;
  }

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

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

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

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

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

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

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

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

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

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

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

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

  .-mr-2 {
    margin-right: calc(var(--spacing) * -2);
  }

  .mr-2 {
    margin-right: calc(var(--spacing) * 2);
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .block {
    display: block;
  }

  .contents {
    display: contents;
  }

  .flex {
    display: flex;
  }

  .grid {
    display: grid;
  }

  .hidden {
    display: none;
  }

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

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

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

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

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

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

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

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

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

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

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

  .size-\[78\.492px\] {
    width: 78.492px;
    height: 78.492px;
  }

  .size-\[79\.059px\] {
    width: 79.059px;
    height: 79.059px;
  }

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

  .size-\[120\.5px\] {
    width: 120.5px;
    height: 120.5px;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .h-\[12\.378px\] {
    height: 12.378px;
  }

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

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

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

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

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

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

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

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

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

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

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

  .h-\[48\.233px\] {
    height: 48.233px;
  }

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

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

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

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

  .h-\[72\.469px\] {
    height: 72.469px;
  }

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

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

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

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

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

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

  .h-\[102\.14\%\] {
    height: 102.14%;
  }

  .h-\[102\.34\%\] {
    height: 102.34%;
  }

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

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

  .h-\[132\.01\%\] {
    height: 132.01%;
  }

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

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

  .h-\[140\.26\%\] {
    height: 140.26%;
  }

  .h-\[147\.99px\] {
    height: 147.99px;
  }

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

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

  .h-\[184\.32\%\] {
    height: 184.32%;
  }

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

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

  .h-\[205\.95\%\] {
    height: 205.95%;
  }

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

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

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

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

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

  .h-\[311\.91\%\] {
    height: 311.91%;
  }

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

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

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

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

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

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

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

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

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

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

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

  .h-auto {
    height: auto;
  }

  .h-full {
    height: 100%;
  }

  .h-screen {
    height: 100vh;
  }

  .max-h-\[90vh\] {
    max-height: 90vh;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .w-\[30\.872px\] {
    width: 30.872px;
  }

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

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

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

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

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

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

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

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

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

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

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

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

  .w-\[65\.699px\] {
    width: 65.699px;
  }

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

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

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

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

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

  .w-\[110\.38\%\] {
    width: 110.38%;
  }

  .w-\[115\.35\%\] {
    width: 115.35%;
  }

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

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

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

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

  .w-\[147\.44\%\] {
    width: 147.44%;
  }

  .w-\[155\.86\%\] {
    width: 155.86%;
  }

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

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

  .w-\[167\.38\%\] {
    width: 167.38%;
  }

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

  .w-\[188\.995px\] {
    width: 188.995px;
  }

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

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

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

  .w-\[216\.46px\] {
    width: 216.46px;
  }

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

  .w-\[225\.009px\] {
    width: 225.009px;
  }

  .w-\[225\.751px\] {
    width: 225.751px;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .w-\[302\.328px\] {
    width: 302.328px;
  }

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

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

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

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

  .w-\[320\.875px\] {
    width: 320.875px;
  }

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

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

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

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

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

  .w-\[341\.706px\] {
    width: 341.706px;
  }

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

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

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

  .w-\[350\.5px\] {
    width: 350.5px;
  }

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

  .w-\[352\.59\%\] {
    width: 352.59%;
  }

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

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

  .w-\[621\.866px\] {
    width: 621.866px;
  }

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

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

  .w-\[calc\(100\%-48px\)\] {
    width: calc(100% - 48px);
  }

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

  .w-full {
    width: 100%;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .flex-1 {
    flex: 1;
  }

  .flex-none {
    flex: none;
  }

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

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

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

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

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

  .translate-x-\[20px\] {
    --tw-translate-x: 20px;
    translate: var(--tw-translate-x) var(--tw-translate-y);
  }

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

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

  .scale-125 {
    --tw-scale-x: 125%;
    --tw-scale-y: 125%;
    --tw-scale-z: 125%;
    scale: var(--tw-scale-x) var(--tw-scale-y);
  }

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

  .rotate-90 {
    rotate: 90deg;
  }

  .rotate-180 {
    rotate: 180deg;
  }

  .rotate-\[-174\.41deg\] {
    rotate: -174.41deg;
  }

  .rotate-\[174\.41deg\] {
    rotate: 174.41deg;
  }

  .rotate-\[270deg\] {
    rotate: 270deg;
  }

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

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

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

  .cursor-grab {
    cursor: grab;
  }

  .cursor-grabbing {
    cursor: grabbing;
  }

  .cursor-not-allowed {
    cursor: not-allowed;
  }

  .cursor-pointer {
    cursor: pointer;
  }

  .resize-none {
    resize: none;
  }

  .snap-x {
    scroll-snap-type: x var(--tw-scroll-snap-strictness);
  }

  .snap-mandatory {
    --tw-scroll-snap-strictness: mandatory;
  }

  .snap-center {
    scroll-snap-align: center;
  }

  .list-decimal {
    list-style-type: decimal;
  }

  .appearance-none {
    appearance: none;
  }

  .grid-cols-2 {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

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

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

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

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

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

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

  .content-center {
    align-content: center;
  }

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

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

  .items-end {
    align-items: flex-end;
  }

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

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

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

  .justify-end {
    justify-content: flex-end;
  }

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

  .gap-0\.5 {
    gap: calc(var(--spacing) * .5);
  }

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

  .gap-1\.5 {
    gap: calc(var(--spacing) * 1.5);
  }

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

  .gap-2\.5 {
    gap: calc(var(--spacing) * 2.5);
  }

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

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

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

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

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

  .gap-\[3px\] {
    gap: 3px;
  }

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

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

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

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

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

  .gap-\[11px\] {
    gap: 11px;
  }

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

  .gap-\[14px\] {
    gap: 14px;
  }

  .gap-\[15px\] {
    gap: 15px;
  }

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

  .gap-\[17px\] {
    gap: 17px;
  }

  .gap-\[19px\] {
    gap: 19px;
  }

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

  .gap-\[22px\] {
    gap: 22px;
  }

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

  .gap-\[25px\] {
    gap: 25px;
  }

  .gap-\[29px\] {
    gap: 29px;
  }

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

  .gap-\[31px\] {
    gap: 31px;
  }

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

  .gap-\[40px\] {
    gap: 40px;
  }

  .gap-\[45px\] {
    gap: 45px;
  }

  .gap-\[47px\] {
    gap: 47px;
  }

  .gap-\[48px\] {
    gap: 48px;
  }

  .gap-\[77px\] {
    gap: 77px;
  }

  .gap-\[83px\] {
    gap: 83px;
  }

  .gap-\[125px\] {
    gap: 125px;
  }

  .gap-\[159px\] {
    gap: 159px;
  }

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

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

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

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

  :where(.divide-y > :not(:last-child)) {
    --tw-divide-y-reverse: 0;
    border-bottom-style: var(--tw-border-style);
    border-top-style: var(--tw-border-style);
    border-top-width: calc(1px * var(--tw-divide-y-reverse));
    border-bottom-width: calc(1px * calc(1 - var(--tw-divide-y-reverse)));
  }

  :where(.divide-\[\#E8E8E8\]\/50 > :not(:last-child)) {
    border-color: oklab(93.0999% -1.19209e-7 0 / .5);
  }

  .overflow-auto {
    overflow: auto;
  }

  .overflow-clip {
    overflow: clip;
  }

  .overflow-hidden {
    overflow: hidden;
  }

  .overflow-visible {
    overflow: visible;
  }

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

  .overflow-x-scroll {
    overflow-x: scroll;
  }

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

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

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

  .rounded-2xl {
    border-radius: var(--radius-2xl);
  }

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

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

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

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

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

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

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

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

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

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

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

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

  .rounded-lg {
    border-radius: .625rem;
  }

  .rounded-md {
    border-radius: .425rem;
  }

  .rounded-xl {
    border-radius: 1.025rem;
  }

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

  .rounded-l-\[8px\] {
    border-top-left-radius: 8px;
    border-bottom-left-radius: 8px;
  }

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

  .rounded-tl-lg {
    border-top-left-radius: .625rem;
  }

  .rounded-r-\[8px\] {
    border-top-right-radius: 8px;
    border-bottom-right-radius: 8px;
  }

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

  .rounded-tr-lg {
    border-top-right-radius: .625rem;
  }

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

  .rounded-br-lg {
    border-bottom-right-radius: .625rem;
  }

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

  .rounded-bl-lg {
    border-bottom-left-radius: .625rem;
  }

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

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

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

  .border-\[1\.377px\] {
    border-style: var(--tw-border-style);
    border-width: 1.377px;
  }

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

  .border-t-4 {
    border-top-style: var(--tw-border-style);
    border-top-width: 4px;
  }

  .border-r-4 {
    border-right-style: var(--tw-border-style);
    border-right-width: 4px;
  }

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

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

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

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

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

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

  .border-\[\#4C4C4C\], .border-\[\#4c4c4c\] {
    border-color: #4c4c4c;
  }

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

  .border-\[\#181818\]\/10 {
    border-color: oklab(20.9036% 7.45058e-9 0 / .1);
  }

  .border-\[\#C2D0AC\] {
    border-color: #c2d0ac;
  }

  .border-\[\#E8E8E8\] {
    border-color: #e8e8e8;
  }

  .border-\[\#EAEAEA\] {
    border-color: #eaeaea;
  }

  .border-\[\#F7F8F5\] {
    border-color: #f7f8f5;
  }

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

  .border-\[rgba\(194\,208\,172\,0\.2\)\] {
    border-color: #c2d0ac33;
  }

  .border-white\/10 {
    border-color: #ffffff1a;
  }

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

  .bg-\[\#4c4c4c\] {
    background-color: #4c4c4c;
  }

  .bg-\[\#8A8A8A\] {
    background-color: #8a8a8a;
  }

  .bg-\[\#50603C\], .bg-\[\#50603c\] {
    background-color: #50603c;
  }

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

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

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

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

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

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

  .bg-\[\#C2D0AC\] {
    background-color: #c2d0ac;
  }

  .bg-\[\#C2D0AC\]\/30 {
    background-color: oklab(83.7364% -.0291386 .0419414 / .3);
  }

  .bg-\[\#DC2626\] {
    background-color: #dc2626;
  }

  .bg-\[\#E2E1DF\] {
    background-color: #e2e1df;
  }

  .bg-\[\#E8E8E8\] {
    background-color: #e8e8e8;
  }

  .bg-\[\#E74C3C\] {
    background-color: #e74c3c;
  }

  .bg-\[\#F7F8F5\] {
    background-color: #f7f8f5;
  }

  .bg-\[\#FF6B35\] {
    background-color: #ff6b35;
  }

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

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

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

  .bg-\[rgba\(0\,0\,0\,0\.2\)\] {
    background-color: #0003;
  }

  .bg-\[rgba\(0\,0\,0\,0\.3\)\] {
    background-color: #0000004d;
  }

  .bg-\[rgba\(0\,0\,0\,0\.4\)\] {
    background-color: #0006;
  }

  .bg-\[rgba\(24\,24\,24\,0\.4\)\] {
    background-color: #18181866;
  }

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

  .bg-black\/30 {
    background-color: #0000004d;
  }

  @supports (color: color-mix(in lab, red, red)) {
    .bg-black\/30 {
      background-color: color-mix(in oklab, var(--color-black) 30%, transparent);
    }
  }

  .bg-black\/40 {
    background-color: #0006;
  }

  @supports (color: color-mix(in lab, red, red)) {
    .bg-black\/40 {
      background-color: color-mix(in oklab, var(--color-black) 40%, transparent);
    }
  }

  .bg-black\/50 {
    background-color: #00000080;
  }

  @supports (color: color-mix(in lab, red, red)) {
    .bg-black\/50 {
      background-color: color-mix(in oklab, var(--color-black) 50%, transparent);
    }
  }

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

  .bg-red-500\/90 {
    background-color: color-mix(in srgb, oklch(.637 .237 25.331) 90%, transparent);
  }

  @supports (color: color-mix(in lab, red, red)) {
    .bg-red-500\/90 {
      background-color: color-mix(in oklab, var(--color-red-500) 90%, transparent);
    }
  }

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

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

  .bg-white\/5 {
    background-color: #ffffff0d;
  }

  @supports (color: color-mix(in lab, red, red)) {
    .bg-white\/5 {
      background-color: color-mix(in oklab, var(--color-white) 5%, transparent);
    }
  }

  .bg-white\/20 {
    background-color: #fff3;
  }

  @supports (color: color-mix(in lab, red, red)) {
    .bg-white\/20 {
      background-color: color-mix(in oklab, var(--color-white) 20%, transparent);
    }
  }

  .bg-white\/90 {
    background-color: #ffffffe6;
  }

  @supports (color: color-mix(in lab, red, red)) {
    .bg-white\/90 {
      background-color: color-mix(in oklab, var(--color-white) 90%, transparent);
    }
  }

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

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

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

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

  .from-\[\#C2D0AC\] {
    --tw-gradient-from: #c2d0ac;
    --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));
  }

  .from-\[\#FFE8D6\] {
    --tw-gradient-from: #ffe8d6;
    --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));
  }

  .from-black\/60 {
    --tw-gradient-from: #0009;
    --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));
  }

  @supports (color: color-mix(in lab, red, red)) {
    .from-black\/60 {
      --tw-gradient-from: color-mix(in oklab, var(--color-black) 60%, transparent);
    }
  }

  .from-transparent {
    --tw-gradient-from: transparent;
    --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));
  }

  .via-white\/20 {
    --tw-gradient-via: #fff3;
    --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);
  }

  @supports (color: color-mix(in lab, red, red)) {
    .via-white\/20 {
      --tw-gradient-via: color-mix(in oklab, var(--color-white) 20%, transparent);
    }
  }

  .to-\[\#A8BC8F\] {
    --tw-gradient-to: #a8bc8f;
    --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));
  }

  .to-\[\#FFD4B3\] {
    --tw-gradient-to: #ffd4b3;
    --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));
  }

  .to-transparent {
    --tw-gradient-to: transparent;
    --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));
  }

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

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

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

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

  .p-1\.5 {
    padding: calc(var(--spacing) * 1.5);
  }

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

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

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

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

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

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

  .p-\[2\.754px\] {
    padding: 2.754px;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .py-1\.5 {
    padding-block: calc(var(--spacing) * 1.5);
  }

  .py-2\.5 {
    padding-block: calc(var(--spacing) * 2.5);
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

  .pt-3 {
    padding-top: calc(var(--spacing) * 3);
  }

  .pt-6 {
    padding-top: calc(var(--spacing) * 6);
  }

  .pt-8 {
    padding-top: calc(var(--spacing) * 8);
  }

  .pt-12 {
    padding-top: calc(var(--spacing) * 12);
  }

  .pr-2 {
    padding-right: calc(var(--spacing) * 2);
  }

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

  .pr-11 {
    padding-right: calc(var(--spacing) * 11);
  }

  .pr-14 {
    padding-right: calc(var(--spacing) * 14);
  }

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

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

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

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

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

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

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

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

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

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

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

  .pl-2 {
    padding-left: calc(var(--spacing) * 2);
  }

  .pl-11 {
    padding-left: calc(var(--spacing) * 11);
  }

  .pl-12 {
    padding-left: calc(var(--spacing) * 12);
  }

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

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

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

  .align-middle {
    vertical-align: middle;
  }

  .font-\[\'TT_Fors_Trial\:Bold\'\,sans-serif\] {
    font-family: TT Fors Trial\:Bold, sans-serif;
  }

  .font-\[\'TT_Fors_Trial\:DemiBold\'\,sans-serif\] {
    font-family: TT Fors Trial\:DemiBold, sans-serif;
  }

  .font-\[\'TT_Fors_Trial\:Light\'\,sans-serif\] {
    font-family: TT Fors Trial\:Light, sans-serif;
  }

  .font-\[\'TT_Fors_Trial\:Medium\'\,sans-serif\] {
    font-family: TT Fors Trial\:Medium, sans-serif;
  }

  .font-\[\'TT_Fors_Trial\:Regular\'\,sans-serif\] {
    font-family: TT Fors Trial\:Regular, sans-serif;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .text-\[34\.353px\] {
    font-size: 34.353px;
  }

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

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

  .text-\[48\.266px\] {
    font-size: 48.266px;
  }

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

  .leading-\[1\.1\] {
    --tw-leading: 1.1;
    line-height: 1.1;
  }

  .leading-\[1\.2\] {
    --tw-leading: 1.2;
    line-height: 1.2;
  }

  .leading-\[1\.3\] {
    --tw-leading: 1.3;
    line-height: 1.3;
  }

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

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

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

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

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

  .leading-\[26\.25px\] {
    --tw-leading: 26.25px;
    line-height: 26.25px;
  }

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

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

  .leading-normal {
    --tw-leading: var(--leading-normal);
    line-height: var(--leading-normal);
  }

  .leading-relaxed {
    --tw-leading: var(--leading-relaxed);
    line-height: var(--leading-relaxed);
  }

  .leading-snug {
    --tw-leading: var(--leading-snug);
    line-height: var(--leading-snug);
  }

  .leading-tight {
    --tw-leading: var(--leading-tight);
    line-height: var(--leading-tight);
  }

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

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

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

  .tracking-\[-0\.4px\] {
    --tw-tracking: -.4px;
    letter-spacing: -.4px;
  }

  .tracking-\[-0\.6px\] {
    --tw-tracking: -.6px;
    letter-spacing: -.6px;
  }

  .tracking-\[-0\.48px\] {
    --tw-tracking: -.48px;
    letter-spacing: -.48px;
  }

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

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

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

  .text-\[\#4C4C4C\], .text-\[\#4c4c4c\] {
    color: #4c4c4c;
  }

  .text-\[\#6B6B6B\] {
    color: #6b6b6b;
  }

  .text-\[\#6B9E6B\] {
    color: #6b9e6b;
  }

  .text-\[\#8A8A8A\] {
    color: #8a8a8a;
  }

  .text-\[\#8B4513\] {
    color: #8b4513;
  }

  .text-\[\#8B4513\]\/70 {
    color: oklab(47.0784% .0708088 .0869601 / .7);
  }

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

  .text-\[\#50603C\] {
    color: #50603c;
  }

  .text-\[\#50603C\]\/60 {
    color: oklab(46.557% -.0360527 .0461695 / .6);
  }

  .text-\[\#50603C\]\/80 {
    color: oklab(46.557% -.0360527 .0461695 / .8);
  }

  .text-\[\#50603c\] {
    color: #50603c;
  }

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

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

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

  .text-\[\#C2C2C2\] {
    color: #c2c2c2;
  }

  .text-\[\#C2D0AC\] {
    color: #c2d0ac;
  }

  .text-\[\#D0796C\] {
    color: #d0796c;
  }

  .text-\[\#DC2626\] {
    color: #dc2626;
  }

  .text-\[\#E8E8E8\] {
    color: #e8e8e8;
  }

  .text-\[\#F7F8F5\] {
    color: #f7f8f5;
  }

  .text-\[\#FF6B35\] {
    color: #ff6b35;
  }

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

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

  .text-\[rgba\(80\,96\,60\,0\.6\)\] {
    color: #50603c99;
  }

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

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

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

  .uppercase {
    text-transform: uppercase;
  }

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

  .line-through {
    text-decoration-line: line-through;
  }

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

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

  .opacity-0 {
    opacity: 0;
  }

  .opacity-50 {
    opacity: .5;
  }

  .opacity-80 {
    opacity: .8;
  }

  .opacity-90 {
    opacity: .9;
  }

  .opacity-100 {
    opacity: 1;
  }

  .mix-blend-multiply {
    mix-blend-mode: multiply;
  }

  .shadow-2xl {
    --tw-shadow: 0 25px 50px -12px var(--tw-shadow-color, #00000040);
    box-shadow: var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
  }

  .shadow-\[0_0_10px_\#C2D0AC\] {
    --tw-shadow: 0 0 10px var(--tw-shadow-color, #c2d0ac);
    box-shadow: var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
  }

  .shadow-\[0px_-3px_12px_0px_rgba\(0\,0\,0\,0\.25\)\] {
    --tw-shadow: 0px -3px 12px 0px var(--tw-shadow-color, #00000040);
    box-shadow: var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
  }

  .shadow-\[0px_1px_3px_0px_rgba\(0\,0\,0\,0\.15\)\,0px_1px_2px_0px_rgba\(0\,0\,0\,0\.3\)\] {
    --tw-shadow: 0px 1px 3px 0px var(--tw-shadow-color, #00000026), 0px 1px 2px 0px var(--tw-shadow-color, #0000004d);
    box-shadow: var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
  }

  .shadow-\[0px_4px_4px_0px_rgba\(0\,0\,0\,0\.15\)\] {
    --tw-shadow: 0px 4px 4px 0px 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);
  }

  .shadow-\[0px_6px_10px_4px_rgba\(0\,0\,0\,0\.15\)\,0px_2px_3px_0px_rgba\(0\,0\,0\,0\.2\)\] {
    --tw-shadow: 0px 6px 10px 4px var(--tw-shadow-color, #00000026), 0px 2px 3px 0px var(--tw-shadow-color, #0003);
    box-shadow: var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
  }

  .shadow-\[3px_3px_10\.3px_0px_black\] {
    --tw-shadow: 3px 3px 10.3px 0px var(--tw-shadow-color, black);
    box-shadow: var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
  }

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

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

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

  .shadow-xl {
    --tw-shadow: 0 20px 25px -5px var(--tw-shadow-color, #0000001a), 0 8px 10px -6px 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);
  }

  .ring {
    --tw-ring-shadow: var(--tw-ring-inset, ) 0 0 0 calc(1px + var(--tw-ring-offset-width)) var(--tw-ring-color, currentcolor);
    box-shadow: var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
  }

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

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

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

  .backdrop-blur-sm {
    --tw-backdrop-blur: blur(var(--blur-sm));
    -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, );
  }

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

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

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

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

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

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

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

  .duration-1000 {
    --tw-duration: 1s;
    transition-duration: 1s;
  }

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

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

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

  .select-none {
    -webkit-user-select: none;
    user-select: none;
  }

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

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

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

  @media (hover: hover) {
    .group-hover\:translate-x-full:is(:where(.group):hover *) {
      --tw-translate-x: 100%;
      translate: var(--tw-translate-x) var(--tw-translate-y);
    }
  }

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

  @media (hover: hover) {
    .group-hover\:text-\[\#F7F8F5\]:is(:where(.group):hover *) {
      color: #f7f8f5;
    }
  }

  .placeholder\:text-\[\#8A8A8A\]::placeholder {
    color: #8a8a8a;
  }

  .placeholder\:text-\[\#8a8a8a\]::placeholder {
    color: #8a8a8a;
  }

  .placeholder\:text-\[\#B8B8B8\]::placeholder {
    color: #b8b8b8;
  }

  .last\:border-b-0:last-child {
    border-bottom-style: var(--tw-border-style);
    border-bottom-width: 0;
  }

  .checked\:border-\[\#C2D0AC\]:checked {
    border-color: #c2d0ac;
  }

  .checked\:bg-\[\#C2D0AC\]:checked {
    background-color: #c2d0ac;
  }

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

  @media (hover: hover) {
    .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) {
    .hover\:scale-\[1\.02\]:hover {
      scale: 1.02;
    }
  }

  @media (hover: hover) {
    .hover\:scale-\[1\.04\]:hover {
      scale: 1.04;
    }
  }

  @media (hover: hover) {
    .hover\:border-\[\#C2D0AC\]:hover {
      border-color: #c2d0ac;
    }
  }

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

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

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

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

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

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

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

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

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

  @media (hover: hover) {
    .hover\:bg-\[\#E8E8E8\]\/30:hover {
      background-color: oklab(93.0999% -1.19209e-7 0 / .3);
    }
  }

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

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

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

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

  @media (hover: hover) {
    .hover\:bg-white\/10:hover {
      background-color: #ffffff1a;
    }

    @supports (color: color-mix(in lab, red, red)) {
      .hover\:bg-white\/10:hover {
        background-color: color-mix(in oklab, var(--color-white) 10%, transparent);
      }
    }
  }

  @media (hover: hover) {
    .hover\:bg-white\/50:hover {
      background-color: #ffffff80;
    }

    @supports (color: color-mix(in lab, red, red)) {
      .hover\:bg-white\/50:hover {
        background-color: color-mix(in oklab, var(--color-white) 50%, transparent);
      }
    }
  }

  @media (hover: hover) {
    .hover\:text-\[\#50603C\]:hover {
      color: #50603c;
    }
  }

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

  @media (hover: hover) {
    .hover\:opacity-70:hover {
      opacity: .7;
    }
  }

  @media (hover: hover) {
    .hover\:opacity-80:hover {
      opacity: .8;
    }
  }

  @media (hover: hover) {
    .hover\:opacity-90:hover {
      opacity: .9;
    }
  }

  @media (hover: hover) {
    .hover\:shadow-lg:hover {
      --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);
    }
  }

  @media (hover: hover) {
    .hover\:shadow-xl:hover {
      --tw-shadow: 0 20px 25px -5px var(--tw-shadow-color, #0000001a), 0 8px 10px -6px 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);
    }
  }

  .focus\:ring-2:focus {
    --tw-ring-shadow: var(--tw-ring-inset, ) 0 0 0 calc(2px + var(--tw-ring-offset-width)) var(--tw-ring-color, currentcolor);
    box-shadow: var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
  }

  .focus\:ring-\[\#C2D0AC\]:focus {
    --tw-ring-color: #c2d0ac;
  }

  .focus\:outline-none:focus {
    --tw-outline-style: none;
    outline-style: none;
  }

  .active\:scale-95:active {
    --tw-scale-x: 95%;
    --tw-scale-y: 95%;
    --tw-scale-z: 95%;
    scale: var(--tw-scale-x) var(--tw-scale-y);
  }

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

  .active\:cursor-grabbing:active {
    cursor: grabbing;
  }

  .active\:opacity-80:active {
    opacity: .8;
  }

  .disabled\:cursor-not-allowed:disabled {
    cursor: not-allowed;
  }

  .disabled\:opacity-50:disabled {
    opacity: .5;
  }

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

  @media (width >= 48rem) {
    .md\:mx-auto {
      margin-inline: auto;
    }
  }

  @media (width >= 48rem) {
    .md\:block {
      display: block;
    }
  }

  @media (width >= 48rem) {
    .md\:flex {
      display: flex;
    }
  }

  @media (width >= 48rem) {
    .md\:hidden {
      display: none;
    }
  }

  @media (width >= 48rem) {
    .md\:h-\[852px\] {
      height: 852px;
    }
  }

  @media (width >= 48rem) {
    .md\:max-w-\[393px\] {
      max-width: 393px;
    }
  }

  @media (width >= 48rem) {
    .md\:justify-center {
      justify-content: center;
    }
  }

  .\[\&\:\:-webkit-slider-thumb\]\:h-\[14px\]::-webkit-slider-thumb {
    height: 14px;
  }

  .\[\&\:\:-webkit-slider-thumb\]\:w-\[14px\]::-webkit-slider-thumb {
    width: 14px;
  }

  .\[\&\:\:-webkit-slider-thumb\]\:cursor-pointer::-webkit-slider-thumb {
    cursor: pointer;
  }

  .\[\&\:\:-webkit-slider-thumb\]\:appearance-none::-webkit-slider-thumb {
    appearance: none;
  }

  .\[\&\:\:-webkit-slider-thumb\]\:rounded-full::-webkit-slider-thumb {
    border-radius: 3.40282e38px;
  }

  .\[\&\:\:-webkit-slider-thumb\]\:bg-\[\#c2d0ac\]::-webkit-slider-thumb {
    background-color: #c2d0ac;
  }
}

@keyframes fadeIn {
  from {
    opacity: .4;
  }

  to {
    opacity: 1;
  }
}

@keyframes fadeOut {
  from {
    opacity: 1;
  }

  to {
    opacity: .4;
  }
}

@keyframes fadeInSoft {
  from {
    opacity: .4;
    transform: scale(.98)translateY(4px);
  }

  to {
    opacity: 1;
    transform: scale(1)translateY(0);
  }
}

@keyframes fadeInUp {
  from {
    opacity: .4;
    transform: translateY(8px);
  }

  to {
    opacity: 1;
    transform: translateY(0);
  }
}

@keyframes scaleIn {
  from {
    opacity: .4;
    transform: scale(.96);
  }

  to {
    opacity: 1;
    transform: scale(1);
  }
}

@keyframes slideDown {
  from {
    opacity: .4;
    transform: translate(-50%, -6px);
  }

  to {
    opacity: 1;
    transform: translate(-50%);
  }
}

@keyframes slideUp {
  from {
    opacity: .4;
    transform: translateY(10px);
  }

  to {
    opacity: 1;
    transform: translateY(0);
  }
}

@keyframes slideFromTop {
  from {
    opacity: .4;
    transform: translateY(-12px);
  }

  to {
    opacity: 1;
    transform: translateY(0);
  }
}

@keyframes slideFromBottom {
  from {
    opacity: .4;
    transform: translateY(50%);
  }

  to {
    opacity: 1;
    transform: translateY(0);
  }
}

@keyframes shimmer {
  0% {
    background-position: -1000px 0;
  }

  100% {
    background-position: 1000px 0;
  }
}

@keyframes shake {
  0%, 100% {
    transform: translateX(0);
  }

  10%, 30%, 50%, 70%, 90% {
    transform: translateX(-4px);
  }

  20%, 40%, 60%, 80% {
    transform: translateX(4px);
  }
}

.animate-fadeIn {
  animation: .8s cubic-bezier(.16, 1, .3, 1) fadeIn;
}

.animate-fadeOut {
  animation: .6s cubic-bezier(.4, 0, .2, 1) fadeOut;
}

.animate-fadeInSoft {
  animation: .9s cubic-bezier(.16, 1, .3, 1) fadeInSoft;
}

.animate-fadeInUp {
  animation: .8s cubic-bezier(.16, 1, .3, 1) fadeInUp;
}

.animate-scaleIn {
  animation: .7s cubic-bezier(.16, 1, .3, 1) scaleIn;
}

.animate-slideDown {
  animation: .5s cubic-bezier(.16, 1, .3, 1) slideDown;
}

.animate-slideUp {
  animation: .6s cubic-bezier(.16, 1, .3, 1) slideUp;
}

.animate-slideFromTop {
  animation: .6s cubic-bezier(.16, 1, .3, 1) slideFromTop;
}

.animate-slideFromBottom {
  animation: .6s cubic-bezier(.16, 1, .3, 1) slideFromBottom;
}

.animate-shake {
  animation: .5s cubic-bezier(.36, .07, .19, .97) shake;
}

.transition-micro {
  transition: all .15s cubic-bezier(.4, 0, .2, 1);
}

.transition-smooth {
  transition: all .3s cubic-bezier(.4, 0, .2, 1);
}

.hover-lift:hover {
  transform: translateY(-2px);
  box-shadow: 0 4px 12px #00000026;
}

.hover-scale:hover {
  transform: scale(1.02);
}

.hover-glow:hover {
  box-shadow: 0 0 20px #c2d0ac4d;
}

.scrollbar-hide {
  -ms-overflow-style: none;
  scrollbar-width: none;
}

.scrollbar-hide::-webkit-scrollbar {
  display: none;
}

.custom-scrollbar {
  scrollbar-width: thin;
  scrollbar-color: #c2d0ac80 transparent;
}

.custom-scrollbar::-webkit-scrollbar {
  height: 4px;
}

.custom-scrollbar::-webkit-scrollbar-track {
  background: none;
}

.custom-scrollbar::-webkit-scrollbar-thumb {
  background-color: #c2d0ac80;
  border-radius: 2px;
}

.custom-scrollbar::-webkit-scrollbar-thumb:hover {
  background-color: #c2d0accc;
}

.scrollbar-thin {
  scrollbar-width: thin;
  scrollbar-color: #626262 #4c4c4c;
}

.banner-carousel .slick-slider {
  position: relative;
}

.banner-carousel .slick-list {
  margin: 0 -4px;
  overflow: hidden;
}

.banner-carousel .slick-track {
  align-items: center;
  display: flex;
}

.banner-carousel .slick-slide {
  opacity: 1;
  transition: opacity .3s;
}

.banner-carousel .slick-slide > div {
  padding: 0 4px;
}

.banner-carousel .custom-dots {
  gap: 6px;
  margin: 0;
  padding: 0;
  list-style: none;
  position: absolute;
  bottom: -24px;
  left: 50%;
  transform: translateX(-50%);
  display: flex !important;
}

.banner-carousel .custom-dots li {
  justify-content: center;
  align-items: center;
  width: 8px;
  height: 8px;
  margin: 0;
  padding: 0;
  display: flex;
}

.banner-carousel .custom-dots li.slick-active div {
  background: #c2d0ac;
  transform: scale(1.2);
}

.banner-carousel .custom-dots li button {
  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-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-scroll-snap-strictness {
  syntax: "*";
  inherits: false;
  initial-value: proximity;
}

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

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

@property --tw-border-style {
  syntax: "*";
  inherits: false;
  initial-value: solid;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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