@import url("https://fonts.googleapis.com/css2?family=Inter:wght@400;500&family=Roboto:wght@400;500&family=Poppins:wght@400;500&family=Pacifico&family=Pixelify+Sans:wght@400;500&family=Annie+Use+Your+Telescope&family=Uncial+Antiqua&display=swap");
/*! 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-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-duration: 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-green-400: oklch(.792 .209 151.711);
    --color-green-500: oklch(.723 .219 149.579);
    --color-indigo-500: oklch(.585 .233 277.117);
    --color-indigo-600: oklch(.511 .262 276.966);
    --color-indigo-900: oklch(.359 .144 278.697);
    --color-purple-500: oklch(.627 .265 303.9);
    --color-purple-600: oklch(.558 .288 302.321);
    --color-purple-800: oklch(.438 .218 303.724);
    --color-purple-900: oklch(.381 .176 304.987);
    --color-gray-100: oklch(.967 .003 264.542);
    --color-gray-200: oklch(.928 .006 264.531);
    --color-gray-300: oklch(.872 .01 258.338);
    --color-gray-400: oklch(.707 .022 261.325);
    --color-gray-500: oklch(.551 .027 264.364);
    --color-neutral-800: oklch(.269 0 0);
    --color-black: #000;
    --color-white: #fff;
    --spacing: .25rem;
    --container-2xl: 42rem;
    --container-4xl: 56rem;
    --text-base: 1rem;
    --text-lg: 1.125rem;
    --text-xl: 1.25rem;
    --text-2xl: 1.5rem;
    --font-weight-normal: 400;
    --font-weight-medium: 500;
    --leading-relaxed: 1.625;
    --drop-shadow-lg: 0 4px 4px #00000026;
    --animate-spin: spin 1s linear infinite;
    --animate-ping: ping 1s cubic-bezier(0, 0, .2, 1) infinite;
    --animate-pulse: pulse 2s cubic-bezier(.4, 0, .6, 1) infinite;
    --blur-xl: 24px;
    --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;
    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;
    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: var(--border);
    outline-color: var(--ring);
  }

  @supports (color: color-mix(in lab, red, red)) {
    * {
      outline-color: color-mix(in oklab, var(--ring) 50%, transparent);
    }
  }

  * {
    border-color: var(--border);
    outline-color: var(--ring);
  }

  @supports (color: color-mix(in lab, red, red)) {
    * {
      outline-color: color-mix(in oklab, var(--ring) 50%, transparent);
    }
  }

  body {
    background-color: var(--background);
    color: var(--foreground);
  }

  :where(:not(:has([class*=" text-"]), :not(:has([class^="text-"])))) h1 {
    font-size: var(--text-2xl);
    font-weight: var(--font-weight-medium);
    line-height: 1.5;
  }

  :where(:not(:has([class*=" text-"]), :not(:has([class^="text-"])))) h2 {
    font-size: var(--text-xl);
    font-weight: var(--font-weight-medium);
    line-height: 1.5;
  }

  :where(:not(:has([class*=" text-"]), :not(:has([class^="text-"])))) h3 {
    font-size: var(--text-lg);
    font-weight: var(--font-weight-medium);
    line-height: 1.5;
  }

  :where(:not(:has([class*=" text-"]), :not(:has([class^="text-"])))) h4 {
    font-size: var(--text-base);
    font-weight: var(--font-weight-medium);
    line-height: 1.5;
  }

  :where(:not(:has([class*=" text-"]), :not(:has([class^="text-"])))) p {
    font-size: var(--text-base);
    font-weight: var(--font-weight-normal);
    line-height: 1.5;
  }

  :where(:not(:has([class*=" text-"]), :not(:has([class^="text-"])))) label, :where(:not(:has([class*=" text-"]), :not(:has([class^="text-"])))) button {
    font-size: var(--text-base);
    font-weight: var(--font-weight-medium);
    line-height: 1.5;
  }

  :where(:not(:has([class*=" text-"]), :not(:has([class^="text-"])))) input {
    font-size: var(--text-base);
    font-weight: var(--font-weight-normal);
    line-height: 1.5;
  }
}

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

  .visible {
    visibility: visible;
  }

  .absolute {
    position: absolute;
  }

  .relative {
    position: relative;
  }

  .sticky {
    position: sticky;
  }

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

  .inset-\[-0\.95\%_-0\.21\%\] {
    inset: -.95% -.21%;
  }

  .inset-\[-2\.035px\] {
    inset: -2.035px;
  }

  .inset-\[-2\.075px\] {
    inset: -2.075px;
  }

  .inset-\[-3\.74\%_-2\.93\%\] {
    inset: -3.74% -2.93%;
  }

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

  .inset-\[-6\.83\%_-6\.03\%_-6\.83\%_-6\.02\%\] {
    inset: -6.83% -6.03% -6.83% -6.02%;
  }

  .inset-\[-8\.18\%_-7\.03\%_-8\.11\%_-7\.03\%\] {
    inset: -8.18% -7.03% -8.11%;
  }

  .inset-\[-8\.27\%_-6\.57\%_-8\.29\%_-6\.57\%\] {
    inset: -8.27% -6.57% -8.29%;
  }

  .inset-\[-9\.06\%_-7\.17\%\] {
    inset: -9.06% -7.17%;
  }

  .inset-\[-19\.75\%_-6\.4\%\] {
    inset: -19.75% -6.4%;
  }

  .inset-\[-45\.25\%_-678\.76\%_-45\.25\%_-678\.75\%\] {
    inset: -45.25% -678.76% -45.25% -678.75%;
  }

  .inset-\[-48\.48\%_-370\.91\%_-48\.48\%_-373\.5\%\] {
    inset: -48.48% -370.91% -48.48% -373.5%;
  }

  .inset-\[0\.26\%_16\.67\%_-0\.26\%_16\.67\%\] {
    inset: .26% 16.67% -.26%;
  }

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

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

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

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

  .top-\[-9\.52\%\] {
    top: -9.52%;
  }

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

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

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

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

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

  .top-\[6\.22px\] {
    top: 6.22px;
  }

  .top-\[7\.69\%\] {
    top: 7.69%;
  }

  .top-\[23\.08\%\] {
    top: 23.08%;
  }

  .top-\[23\.52px\] {
    top: 23.52px;
  }

  .top-\[33\.33\%\] {
    top: 33.33%;
  }

  .top-\[34\.59px\] {
    top: 34.59px;
  }

  .top-\[38\.46\%\] {
    top: 38.46%;
  }

  .top-\[39\.02px\] {
    top: 39.02px;
  }

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

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

  .top-\[41\.33px\] {
    top: 41.33px;
  }

  .top-\[42\.34px\] {
    top: 42.34px;
  }

  .top-\[53\.85\%\] {
    top: 53.85%;
  }

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

  .top-\[69\.23\%\] {
    top: 69.23%;
  }

  .top-\[69\.81px\] {
    top: 69.81px;
  }

  .top-\[78\.5px\] {
    top: 78.5px;
  }

  .top-\[84\.61\%\] {
    top: 84.61%;
  }

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

  .top-\[134\.87px\] {
    top: 134.87px;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .top-\[866\.59px\] {
    top: 866.59px;
  }

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

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

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

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

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

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

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

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

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

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

  .right-\[0\.24px\] {
    right: .24px;
  }

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

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

  .right-\[2\.17px\] {
    right: 2.17px;
  }

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

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

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

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

  .bottom-\[-9\.52\%\] {
    bottom: -9.52%;
  }

  .bottom-\[2\.17px\] {
    bottom: 2.17px;
  }

  .bottom-\[2\.58px\] {
    bottom: 2.58px;
  }

  .bottom-\[7\.69\%\] {
    bottom: 7.69%;
  }

  .bottom-\[23\.08\%\] {
    bottom: 23.08%;
  }

  .bottom-\[33\.33\%\] {
    bottom: 33.33%;
  }

  .bottom-\[38\.46\%\] {
    bottom: 38.46%;
  }

  .bottom-\[53\.85\%\] {
    bottom: 53.85%;
  }

  .bottom-\[69\.23\%\] {
    bottom: 69.23%;
  }

  .bottom-\[84\.61\%\] {
    bottom: 84.61%;
  }

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

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

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

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

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

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

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

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

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

  .left-\[4\.1px\] {
    left: 4.1px;
  }

  .left-\[6\.1px\] {
    left: 6.1px;
  }

  .left-\[6\.22px\] {
    left: 6.22px;
  }

  .left-\[22\.86px\] {
    left: 22.86px;
  }

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

  .left-\[44\.7px\] {
    left: 44.7px;
  }

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

  .left-\[59\.01px\] {
    left: 59.01px;
  }

  .left-\[62\.1px\] {
    left: 62.1px;
  }

  .left-\[63\.08px\] {
    left: 63.08px;
  }

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

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

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

  .left-\[293\.7px\] {
    left: 293.7px;
  }

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

  .left-\[455\.27px\] {
    left: 455.27px;
  }

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

  .left-\[548\.7px\] {
    left: 548.7px;
  }

  .left-\[654\.77px\] {
    left: 654.77px;
  }

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

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

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

  .left-\[2668\.97px\] {
    left: 2668.97px;
  }

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

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

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

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

  .left-\[2747\.78px\] {
    left: 2747.78px;
  }

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

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

  .left-\[3137\.49px\] {
    left: 3137.49px;
  }

  .left-\[3138\.27px\] {
    left: 3138.27px;
  }

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

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

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

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

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

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

  .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-auto {
    margin-inline: auto;
  }

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

  .mt-\[1\.088px\] {
    margin-top: 1.088px;
  }

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

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

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

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

  .mt-\[6\.526px\] {
    margin-top: 6.526px;
  }

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

  .mt-\[9\.157px\] {
    margin-top: 9.157px;
  }

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

  .mt-\[36\.626px\] {
    margin-top: 36.626px;
  }

  .mt-\[38\.661px\] {
    margin-top: 38.661px;
  }

  .mt-\[43\.506px\] {
    margin-top: 43.506px;
  }

  .mt-\[45\.681px\] {
    margin-top: 45.681px;
  }

  .mt-\[47\.857px\] {
    margin-top: 47.857px;
  }

  .mt-\[50\.032px\] {
    margin-top: 50.032px;
  }

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

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

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

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

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

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

  .ml-\[2\.035px\] {
    margin-left: 2.035px;
  }

  .ml-\[2\.175px\] {
    margin-left: 2.175px;
  }

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

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

  .ml-\[6\.104px\] {
    margin-left: 6.104px;
  }

  .ml-\[6\.494px\] {
    margin-left: 6.494px;
  }

  .ml-\[6\.526px\] {
    margin-left: 6.526px;
  }

  .ml-\[8\.658px\] {
    margin-left: 8.658px;
  }

  .ml-\[8\.701px\] {
    margin-left: 8.701px;
  }

  .ml-\[10\.877px\] {
    margin-left: 10.877px;
  }

  .ml-\[14\.244px\] {
    margin-left: 14.244px;
  }

  .ml-\[38\.661px\] {
    margin-left: 38.661px;
  }

  .ml-\[40\.696px\] {
    margin-left: 40.696px;
  }

  .ml-\[42\.73px\] {
    margin-left: 42.73px;
  }

  .ml-\[43\.506px\] {
    margin-left: 43.506px;
  }

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

  .block {
    display: block;
  }

  .contents {
    display: contents;
  }

  .flex {
    display: flex;
  }

  .hidden {
    display: none;
  }

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

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

  .size-\[2\.035px\] {
    width: 2.035px;
    height: 2.035px;
  }

  .size-\[2\.175px\] {
    width: 2.175px;
    height: 2.175px;
  }

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

  .size-\[16\.41px\] {
    width: 16.41px;
    height: 16.41px;
  }

  .size-\[16\.278px\] {
    width: 16.278px;
    height: 16.278px;
  }

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

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

  .size-\[69\.61px\] {
    width: 69.61px;
    height: 69.61px;
  }

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

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

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

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

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

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

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

  .h-\[1\.088px\] {
    height: 1.088px;
  }

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

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

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

  .h-\[4\.07px\] {
    height: 4.07px;
  }

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

  .h-\[4\.103px\] {
    height: 4.103px;
  }

  .h-\[4\.125px\] {
    height: 4.125px;
  }

  .h-\[4\.351px\] {
    height: 4.351px;
  }

  .h-\[8\.139px\] {
    height: 8.139px;
  }

  .h-\[8\.205px\] {
    height: 8.205px;
  }

  .h-\[8\.301px\] {
    height: 8.301px;
  }

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

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

  .h-\[14\.568px\] {
    height: 14.568px;
  }

  .h-\[16\.558px\] {
    height: 16.558px;
  }

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

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

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

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

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

  .h-\[26\.452px\] {
    height: 26.452px;
  }

  .h-\[26\.775px\] {
    height: 26.775px;
  }

  .h-\[26\.977px\] {
    height: 26.977px;
  }

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

  .h-\[32\.556px\] {
    height: 32.556px;
  }

  .h-\[32\.821px\] {
    height: 32.821px;
  }

  .h-\[34\.592px\] {
    height: 34.592px;
  }

  .h-\[34\.805px\] {
    height: 34.805px;
  }

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

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

  .h-\[38\.661px\] {
    height: 38.661px;
  }

  .h-\[39\.141px\] {
    height: 39.141px;
  }

  .h-\[39\.155px\] {
    height: 39.155px;
  }

  .h-\[39\.156px\] {
    height: 39.156px;
  }

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

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

  .h-\[41\.328px\] {
    height: 41.328px;
  }

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

  .h-\[43\.506px\] {
    height: 43.506px;
  }

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

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

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

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

  .h-\[53\.437px\] {
    height: 53.437px;
  }

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

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

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

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

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

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

  .h-\[212\.001px\] {
    height: 212.001px;
  }

  .h-\[228\.407px\] {
    height: 228.407px;
  }

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

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

  .h-\[437\.478px\] {
    height: 437.478px;
  }

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

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

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

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

  .h-auto {
    height: auto;
  }

  .h-full {
    height: 100%;
  }

  .h-screen {
    height: 100vh;
  }

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

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

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

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

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

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

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

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

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

  .w-\[1\.078px\] {
    width: 1.078px;
  }

  .w-\[2\.035px\] {
    width: 2.035px;
  }

  .w-\[2\.075px\] {
    width: 2.075px;
  }

  .w-\[2\.165px\] {
    width: 2.165px;
  }

  .w-\[2\.172px\] {
    width: 2.172px;
  }

  .w-\[2\.175px\] {
    width: 2.175px;
  }

  .w-\[6\.526px\] {
    width: 6.526px;
  }

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

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

  .w-\[10\.174px\] {
    width: 10.174px;
  }

  .w-\[10\.823px\] {
    width: 10.823px;
  }

  .w-\[10\.877px\] {
    width: 10.877px;
  }

  .w-\[12\.209px\] {
    width: 12.209px;
  }

  .w-\[13\.03px\] {
    width: 13.03px;
  }

  .w-\[13\.052px\] {
    width: 13.052px;
  }

  .w-\[16\.41px\] {
    width: 16.41px;
  }

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

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

  .w-\[17\.85px\] {
    width: 17.85px;
  }

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

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

  .w-\[22\.832px\] {
    width: 22.832px;
  }

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

  .w-\[31\.234px\] {
    width: 31.234px;
  }

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

  .w-\[32\.361px\] {
    width: 32.361px;
  }

  .w-\[32\.556px\] {
    width: 32.556px;
  }

  .w-\[34\.591px\] {
    width: 34.591px;
  }

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

  .w-\[39\.156px\] {
    width: 39.156px;
  }

  .w-\[41\.331px\] {
    width: 41.331px;
  }

  .w-\[43\.506px\] {
    width: 43.506px;
  }

  .w-\[68\.335px\] {
    width: 68.335px;
  }

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

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

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

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

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

  .w-\[191\.241px\] {
    width: 191.241px;
  }

  .w-\[205\.513px\] {
    width: 205.513px;
  }

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

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

  .w-\[264\.522px\] {
    width: 264.522px;
  }

  .w-\[305\.217px\] {
    width: 305.217px;
  }

  .w-\[313\.846px\] {
    width: 313.846px;
  }

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

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

  .w-\[360\.157px\] {
    width: 360.157px;
  }

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

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

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

  .w-\[551\.426px\] {
    width: 551.426px;
  }

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

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

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

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

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

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

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

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

  .w-full {
    width: 100%;
  }

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

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

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

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

  .flex-none {
    flex: none;
  }

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

  .grow {
    flex-grow: 1;
  }

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

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

  .translate-x-\[-50\%\] {
    --tw-translate-x: -50%;
    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-95 {
    --tw-scale-x: 95%;
    --tw-scale-y: 95%;
    --tw-scale-z: 95%;
    scale: var(--tw-scale-x) var(--tw-scale-y);
  }

  .scale-110 {
    --tw-scale-x: 110%;
    --tw-scale-y: 110%;
    --tw-scale-z: 110%;
    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-1 {
    rotate: -1deg;
  }

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

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

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

  .rotate-\[351\.618deg\] {
    rotate: 351.618deg;
  }

  .rotate-\[353\.854deg\] {
    rotate: 353.854deg;
  }

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

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

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

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

  .cursor-grab {
    cursor: grab;
  }

  .cursor-move {
    cursor: move;
  }

  .cursor-pointer {
    cursor: pointer;
  }

  .resize {
    resize: both;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .overflow-clip {
    overflow: clip;
  }

  .overflow-hidden {
    overflow: hidden;
  }

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

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

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

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

  .rounded-sm {
    border-radius: calc(var(--radius)  - 4px);
  }

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

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

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

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

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

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

  .border-\[2\.035px\] {
    border-style: var(--tw-border-style);
    border-width: 2.035px;
  }

  .border-\[2\.051px\] {
    border-style: var(--tw-border-style);
    border-width: 2.051px;
  }

  .border-\[2\.075px\] {
    border-style: var(--tw-border-style);
    border-width: 2.075px;
  }

  .border-\[2\.175px\] {
    border-style: var(--tw-border-style);
    border-width: 2.175px;
  }

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

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

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

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

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

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

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

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

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

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

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

  .border-green-400 {
    border-color: var(--color-green-400);
  }

  .border-neutral-800 {
    border-color: var(--color-neutral-800);
  }

  .border-white {
    border-color: var(--color-white);
  }

  .border-t-white {
    border-top-color: var(--color-white);
  }

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

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

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

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

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

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

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

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

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

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

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

  .bg-\[grey\] {
    background-color: gray;
  }

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

  .bg-\[rgba\(255\,255\,255\,0\.6\)\] {
    background-color: #fff9;
  }

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

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

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

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

  .bg-indigo-500\/20 {
    background-color: color-mix(in srgb, oklch(.585 .233 277.117) 20%, transparent);
  }

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

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

  .bg-purple-500\/20 {
    background-color: color-mix(in srgb, oklch(.627 .265 303.9) 20%, transparent);
  }

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

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

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

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

  .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-\[\#2e2e2e\] {
    --tw-gradient-from: #2e2e2e;
    --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-purple-600\/10 {
    --tw-gradient-from: color-mix(in srgb, oklch(.558 .288 302.321) 10%, 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));
  }

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

  .from-purple-900 {
    --tw-gradient-from: var(--color-purple-900);
    --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-purple-900\/20 {
    --tw-gradient-from: color-mix(in srgb, oklch(.381 .176 304.987) 20%, 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));
  }

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

  .via-purple-800 {
    --tw-gradient-via: var(--color-purple-800);
    --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);
  }

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

  .to-\[\#5d6769\] {
    --tw-gradient-to: #5d6769;
    --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-indigo-600\/10 {
    --tw-gradient-to: color-mix(in srgb, oklch(.511 .262 276.966) 10%, 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));
  }

  @supports (color: color-mix(in lab, red, red)) {
    .to-indigo-600\/10 {
      --tw-gradient-to: color-mix(in oklab, var(--color-indigo-600) 10%, transparent);
    }
  }

  .to-indigo-900 {
    --tw-gradient-to: var(--color-indigo-900);
    --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));
  }

  .bg-cover {
    background-size: cover;
  }

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

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

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

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

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

  .px-\[4\.103px\] {
    padding-inline: 4.103px;
  }

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

  .px-\[35\.277px\] {
    padding-inline: 35.277px;
  }

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

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

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

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

  .pt-\[4\.103px\] {
    padding-top: 4.103px;
  }

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

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

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

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

  .pl-\[34\.591px\] {
    padding-left: 34.591px;
  }

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

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

  .font-\[\'Geneva_9\.1\:Regular\'\,_sans-serif\] {
    font-family: "Geneva 9.1:Regular", sans-serif;
  }

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

  .font-\[Annie_Use_Your_Telescope\] {
    font-family: Annie Use Your Telescope;
  }

  .font-\[Pixelify_Sans\] {
    font-family: Pixelify Sans;
  }

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

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

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

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

  .text-\[26\.104px\] {
    font-size: 26.104px;
  }

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

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

  .text-\[41\.5px\] {
    font-size: 41.5px;
  }

  .text-\[41\.503px\] {
    font-size: 41.503px;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .tracking-\[1\.47px\] {
    --tw-tracking: 1.47px;
    letter-spacing: 1.47px;
  }

  .tracking-\[1\.4525px\] {
    --tw-tracking: 1.4525px;
    letter-spacing: 1.4525px;
  }

  .tracking-\[1\.4526px\] {
    --tw-tracking: 1.4526px;
    letter-spacing: 1.4526px;
  }

  .tracking-\[3\.28px\] {
    --tw-tracking: 3.28px;
    letter-spacing: 3.28px;
  }

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

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

  .text-\[\#3b666e\] {
    color: #3b666e;
  }

  .text-\[\#dddddd\] {
    color: #ddd;
  }

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

  .text-green-400 {
    color: var(--color-green-400);
  }

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

  .text-purple-900 {
    color: var(--color-purple-900);
  }

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

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

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

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

  .opacity-0 {
    opacity: 0;
  }

  .opacity-20 {
    opacity: .2;
  }

  .opacity-50 {
    opacity: .5;
  }

  .opacity-60 {
    opacity: .6;
  }

  .opacity-90 {
    opacity: .9;
  }

  .opacity-100 {
    opacity: 1;
  }

  .shadow {
    --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-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-\[-2\.035px_-2\.035px_0px_0px_rgba\(38\,38\,38\,0\.4\)\] {
    --tw-shadow: -2.035px -2.035px 0px 0px var(--tw-shadow-color, #26262666);
    box-shadow: var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
  }

  .shadow-\[-2\.075px_-2\.075px_0px_0px_rgba\(38\,38\,38\,0\.4\)\] {
    --tw-shadow: -2.075px -2.075px 0px 0px var(--tw-shadow-color, #26262666);
    box-shadow: var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
  }

  .shadow-\[-2\.175px_-2\.175px_0px_2\.175px_inset_\#f44b4b\,2\.175px_2\.175px_0px_2\.175px_inset_\#f44b4b\] {
    --tw-shadow: -2.175px -2.175px 0px 2.175px inset var(--tw-shadow-color, #f44b4b), 2.175px 2.175px 0px 2.175px inset var(--tw-shadow-color, #f44b4b);
    box-shadow: var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
  }

  .shadow-\[-4\.103px_0px_0px_0px_inset_\#808080\,0px_-4\.103px_0px_0px_inset_\#808080\,4\.103px_0px_0px_0px_inset_\#ffffff\,0px_4\.103px_0px_0px_inset_\#ffffff\] {
    --tw-shadow: -4.103px 0px 0px 0px inset var(--tw-shadow-color, gray), 0px -4.103px 0px 0px inset var(--tw-shadow-color, gray), 4.103px 0px 0px 0px inset var(--tw-shadow-color, #fff), 0px 4.103px 0px 0px inset var(--tw-shadow-color, #fff);
    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_-2\.035px_0px_0px_rgba\(128\,128\,128\,0\.5\)\] {
    --tw-shadow: 0px -2.035px 0px 0px var(--tw-shadow-color, #80808080);
    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_-2\.175px_0px_0px_rgba\(128\,128\,128\,0\.5\)\] {
    --tw-shadow: 0px -2.175px 0px 0px var(--tw-shadow-color, #80808080);
    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_2\.035px_0px_0px_rgba\(255\,255\,255\,0\.6\)\] {
    --tw-shadow: 0px 2.035px 0px 0px var(--tw-shadow-color, #fff9);
    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_2\.175px_0px_0px_rgba\(255\,255\,255\,0\.6\)\] {
    --tw-shadow: 0px 2.175px 0px 0px var(--tw-shadow-color, #fff9);
    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_8\.701px_8\.701px_0px_rgba\(0\,0\,0\,0\.25\)\] {
    --tw-shadow: 0px 8.701px 8.701px 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-\[2\.051px_2\.051px_0px_0px_\#262626\] {
    --tw-shadow: 2.051px 2.051px 0px 0px var(--tw-shadow-color, #262626);
    box-shadow: var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
  }

  .shadow-\[2\.075px_0px_0px_0px_inset_\#262626\] {
    --tw-shadow: 2.075px 0px 0px 0px inset var(--tw-shadow-color, #262626);
    box-shadow: var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
  }

  .shadow-\[4\.07px_4\.07px_0px_0px_inset_rgba\(38\,38\,38\,0\.4\)\] {
    --tw-shadow: 4.07px 4.07px 0px 0px inset var(--tw-shadow-color, #26262666);
    box-shadow: var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
  }

  .shadow-\[4\.15px_4\.15px_0px_0px_inset_rgba\(38\,38\,38\,0\.1\)\,-4\.15px_-4\.15px_0px_0px_inset_rgba\(38\,38\,38\,0\.4\)\] {
    --tw-shadow: 4.15px 4.15px 0px 0px inset var(--tw-shadow-color, #2626261a), -4.15px -4.15px 0px 0px inset var(--tw-shadow-color, #26262666);
    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-none {
    --tw-shadow: 0 0 #0000;
    box-shadow: var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
  }

  .shadow\/highlight {
    --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);
  }

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

  .blur-xl {
    --tw-blur: blur(var(--blur-xl));
    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, );
  }

  .drop-shadow {
    --tw-drop-shadow-size: drop-shadow(0 1px 2px var(--tw-drop-shadow-color, #0000001a)) drop-shadow(0 1px 1px var(--tw-drop-shadow-color, #0000000f));
    --tw-drop-shadow: drop-shadow(0 1px 2px #0000001a) drop-shadow(0 1px 1px #0000000f);
    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, );
  }

  .drop-shadow-lg {
    --tw-drop-shadow-size: drop-shadow(0 4px 4px var(--tw-drop-shadow-color, #00000026));
    --tw-drop-shadow: drop-shadow(var(--drop-shadow-lg));
    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, );
  }

  .sepia {
    --tw-sepia: sepia(100%);
    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, );
  }

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

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

  .delay-500 {
    transition-delay: .5s;
  }

  .delay-1000 {
    transition-delay: 1s;
  }

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

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

  .duration-300 {
    --tw-duration: .3s;
    transition-duration: .3s;
  }

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

  .delay-500 {
    animation-delay: .5s;
  }

  .delay-1000 {
    animation-delay: 1s;
  }

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

  @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\:border-gray-200:hover {
      border-color: var(--color-gray-200);
    }
  }

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

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

  @media (hover: hover) {
    .hover\:bg-green-400:hover {
      background-color: var(--color-green-400);
    }
  }

  @media (hover: hover) {
    .hover\:text-white:hover {
      color: var(--color-white);
    }
  }

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

  .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\:cursor-grabbing:active {
    cursor: grabbing;
  }
}

:root {
  --font-size: 16px;
  --background: #fff;
  --foreground: oklch(.145 0 0);
  --card: #fff;
  --card-foreground: oklch(.145 0 0);
  --popover: oklch(1 0 0);
  --popover-foreground: oklch(.145 0 0);
  --primary: #030213;
  --primary-foreground: oklch(1 0 0);
  --secondary: oklch(.95 .0058 264.53);
  --secondary-foreground: #030213;
  --muted: #ececf0;
  --muted-foreground: #717182;
  --accent: #e9ebef;
  --accent-foreground: #030213;
  --destructive: #d4183d;
  --destructive-foreground: #fff;
  --border: #0000001a;
  --input: transparent;
  --input-background: #f3f3f5;
  --switch-background: #cbced4;
  --font-weight-medium: 500;
  --font-weight-normal: 400;
  --ring: oklch(.708 0 0);
  --chart-1: oklch(.646 .222 41.116);
  --chart-2: oklch(.6 .118 184.704);
  --chart-3: oklch(.398 .07 227.392);
  --chart-4: oklch(.828 .189 84.429);
  --chart-5: oklch(.769 .188 70.08);
  --radius: .625rem;
  --sidebar: oklch(.985 0 0);
  --sidebar-foreground: oklch(.145 0 0);
  --sidebar-primary: #030213;
  --sidebar-primary-foreground: oklch(.985 0 0);
  --sidebar-accent: oklch(.97 0 0);
  --sidebar-accent-foreground: oklch(.205 0 0);
  --sidebar-border: oklch(.922 0 0);
  --sidebar-ring: oklch(.708 0 0);
}

.dark {
  --background: oklch(.145 0 0);
  --foreground: oklch(.985 0 0);
  --card: oklch(.145 0 0);
  --card-foreground: oklch(.985 0 0);
  --popover: oklch(.145 0 0);
  --popover-foreground: oklch(.985 0 0);
  --primary: oklch(.985 0 0);
  --primary-foreground: oklch(.205 0 0);
  --secondary: oklch(.269 0 0);
  --secondary-foreground: oklch(.985 0 0);
  --muted: oklch(.269 0 0);
  --muted-foreground: oklch(.708 0 0);
  --accent: oklch(.269 0 0);
  --accent-foreground: oklch(.985 0 0);
  --destructive: oklch(.396 .141 25.723);
  --destructive-foreground: oklch(.637 .237 25.331);
  --border: oklch(.269 0 0);
  --input: oklch(.269 0 0);
  --ring: oklch(.439 0 0);
  --font-weight-medium: 500;
  --font-weight-normal: 400;
  --chart-1: oklch(.488 .243 264.376);
  --chart-2: oklch(.696 .17 162.48);
  --chart-3: oklch(.769 .188 70.08);
  --chart-4: oklch(.627 .265 303.9);
  --chart-5: oklch(.645 .246 16.439);
  --sidebar: oklch(.205 0 0);
  --sidebar-foreground: oklch(.985 0 0);
  --sidebar-primary: oklch(.488 .243 264.376);
  --sidebar-primary-foreground: oklch(.985 0 0);
  --sidebar-accent: oklch(.269 0 0);
  --sidebar-accent-foreground: oklch(.985 0 0);
  --sidebar-border: oklch(.269 0 0);
  --sidebar-ring: oklch(.439 0 0);
}


@font-face {
  font-family: "Geneva 9.1:Regular";
  src: local("Geneva"), local("Arial"), local("Helvetica Neue"), local("Helvetica"), local("system-ui"), sans-serif;
  font-weight: 400;
  font-style: normal;
}

@font-face {
  font-family: Quisas\:Regular;
  src: local(Quisas), local(Quisas Regular);
  font-weight: 400;
  font-style: normal;
}

html {
  font-size: var(--font-size);
}

html, body {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  overflow: hidden;
}

@media (width <= 768px) {
  html, body {
    height: 100dvh;
    overflow: hidden;
  }

  * {
    -webkit-overflow-scrolling: touch;
  }

  ::-webkit-scrollbar {
    display: none;
  }

  * {
    -ms-overflow-style: none;
    scrollbar-width: none;
  }
}

@media (hover: none) and (pointer: coarse) {
  button {
    min-width: 44px;
    min-height: 44px;
  }

  button:hover {
    transform: none;
  }

  button:active {
    transform: scale(.95);
  }
}

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

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

@keyframes ping {
  75%, 100% {
    opacity: 0;
    transform: scale(2);
  }
}

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