@import url("https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600;700&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-space-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-text-shadow-color: initial;
      --tw-text-shadow-alpha: 100%;
    }
  }
}

@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-cyan-400: oklch(.789 .154 211.53);
    --color-cyan-500: oklch(.715 .143 215.221);
    --color-gray-100: oklch(.967 .003 264.542);
    --color-gray-600: oklch(.446 .03 256.802);
    --color-gray-900: oklch(.21 .034 264.665);
    --color-black: #000;
    --color-white: #fff;
    --spacing: .25rem;
    --container-2xl: 42rem;
    --container-3xl: 48rem;
    --container-5xl: 64rem;
    --container-7xl: 80rem;
    --text-sm: .875rem;
    --text-base: 1rem;
    --text-lg: 1.125rem;
    --text-xl: 1.25rem;
    --text-2xl: 1.5rem;
    --text-4xl: 2.25rem;
    --font-weight-normal: 400;
    --font-weight-medium: 500;
    --font-weight-semibold: 600;
    --tracking-tight: -.025em;
    --tracking-wide: .025em;
    --tracking-wider: .05em;
    --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: 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);
  }

  * {
    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);
    font-family: Inter, sans-serif;
  }

  :where(:not(:has([class*=" text-"]), :not(:has([class^="text-"])))) h1 {
    font-family: Inter, sans-serif;
    font-size: var(--text-4xl);
    font-weight: 700;
    line-height: 1.5;
  }

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

  :where(:not(:has([class*=" text-"]), :not(:has([class^="text-"])))) h3 {
    font-family: Inter, sans-serif;
    font-size: var(--text-xl);
    font-weight: 600;
    line-height: 1.5;
  }

  :where(:not(:has([class*=" text-"]), :not(:has([class^="text-"])))) h4 {
    font-family: Inter, sans-serif;
    font-size: var(--text-lg);
    font-weight: 500;
    line-height: 1.5;
  }

  :where(:not(:has([class*=" text-"]), :not(:has([class^="text-"])))) p {
    font-family: Inter, sans-serif;
    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 {
    font-family: Inter, sans-serif;
    font-size: var(--text-sm);
    font-weight: var(--font-weight-medium);
    line-height: 1.5;
  }

  :where(:not(:has([class*=" text-"]), :not(:has([class^="text-"])))) button {
    font-family: Inter, sans-serif;
    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-family: Inter, sans-serif;
    font-size: var(--text-base);
    font-weight: var(--font-weight-normal);
    line-height: 1.5;
  }
}

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

  .absolute {
    position: absolute;
  }

  .fixed {
    position: fixed;
  }

  .relative {
    position: relative;
  }

  .static {
    position: static;
  }

  .sticky {
    position: sticky;
  }

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

  .inset-\[-0\.83\%_-1\.12\%_9\.78\%_0\.04\%\] {
    inset: -.83% -1.12% 9.78% .04%;
  }

  .inset-\[-2\.24\%_4\.16\%_16\.92\%_-3\.57\%\] {
    inset: -2.24% 4.16% 16.92% -3.57%;
  }

  .inset-\[-4\.63\%_3\.33\%_-4\.66\%_5\.18\%\] {
    inset: -4.63% 3.33% -4.66% 5.18%;
  }

  .inset-\[-4\.63\%_3\.42\%_-4\.47\%_5\.08\%\] {
    inset: -4.63% 3.42% -4.47% 5.08%;
  }

  .inset-\[-4\.64\%_3\.42\%_-4\.85\%_5\.08\%\] {
    inset: -4.64% 3.42% -4.85% 5.08%;
  }

  .inset-\[-4\.65\%_3\.17\%_-5\.04\%_4\.84\%\] {
    inset: -4.65% 3.17% -5.04% 4.84%;
  }

  .inset-\[-4\.82\%_3\.16\%_-4\.47\%_5\.01\%\] {
    inset: -4.82% 3.16% -4.47% 5.01%;
  }

  .inset-\[-4\.82\%_3\.33\%_-4\.48\%_4\.99\%\] {
    inset: -4.82% 3.33% -4.48% 4.99%;
  }

  .inset-\[-4\.82\%_3\.61\%_-4\.47\%_4\.9\%\] {
    inset: -4.82% 3.61% -4.47% 4.9%;
  }

  .inset-\[-4\.94\%_3\.05\%_30\.14\%_5\.75\%\] {
    inset: -4.94% 3.05% 30.14% 5.75%;
  }

  .inset-\[-10\.76\%_-3\.53\%_9\.99\%_-13\.24\%\] {
    inset: -10.76% -3.53% 9.99% -13.24%;
  }

  .inset-\[-14\.85\%_-19\.88\%_4\.26\%_-27\.67\%\] {
    inset: -14.85% -19.88% 4.26% -27.67%;
  }

  .inset-\[0_14\.12\%_34\.4\%_14\.23\%\] {
    inset: 0 14.12% 34.4% 14.23%;
  }

  .inset-\[0_17\.04\%_34\%_17\.17\%\] {
    inset: 0 17.04% 34% 17.17%;
  }

  .inset-\[0_25\.06\%_34\.01\%_25\.19\%\] {
    inset: 0 25.06% 34.01% 25.19%;
  }

  .inset-\[1\.85px_-0\.46px_-1\.85px_0\.46px\] {
    inset: 1.85px -.46px -1.85px .46px;
  }

  .inset-\[1\.87\%_9\.43\%_1\.87\%_-3\.9\%\] {
    inset: 1.87% 9.43% 1.87% -3.9%;
  }

  .inset-\[1\.98\%_-7\.38\%_6\.59\%_-13\.88\%\] {
    inset: 1.98% -7.38% 6.59% -13.88%;
  }

  .inset-\[2\.5\%_1\.29\%_52\.07\%_65\.99\%\] {
    inset: 2.5% 1.29% 52.07% 65.99%;
  }

  .inset-\[2\.5\%_61\.7\%_52\.07\%_5\.58\%\] {
    inset: 2.5% 61.7% 52.07% 5.58%;
  }

  .inset-\[2\.49\%_26\.05\%_17\.17\%_4\.95\%\] {
    inset: 2.49% 26.05% 17.17% 4.95%;
  }

  .inset-\[2\.52\%_5\.21\%_-1\.1\%_-2\.32\%\] {
    inset: 2.52% 5.21% -1.1% -2.32%;
  }

  .inset-\[3\.72\%_4\.7\%_0\.22\%_-11\.19\%\] {
    inset: 3.72% 4.7% .22% -11.19%;
  }

  .inset-\[4\.13\%_28\.98\%_50\.44\%_38\.3\%\] {
    inset: 4.13% 28.98% 50.44% 38.3%;
  }

  .inset-\[5\.16\%_4\.39\%\] {
    inset: 5.16% 4.39%;
  }

  .inset-\[5\.81\%_0\.31\%_-170\.18\%_5\.9\%\] {
    inset: 5.81% .31% -170.18% 5.9%;
  }

  .inset-\[19\.77\%_29\.68\%_74\.79\%_65\.99\%\] {
    inset: 19.77% 29.68% 74.79% 65.99%;
  }

  .inset-\[19\.77\%_59\.54\%_74\.79\%_36\.13\%\] {
    inset: 19.77% 59.54% 74.79% 36.13%;
  }

  .inset-\[49\.56\%_30\.86\%_5\.02\%_36\.42\%\] {
    inset: 49.56% 30.86% 5.02% 36.42%;
  }

  .inset-\[49\.56\%_62\.42\%_5\.02\%_4\.86\%\] {
    inset: 49.56% 62.42% 5.02% 4.86%;
  }

  .inset-\[53\.36\%_0_0_0\] {
    inset: 53.36% 0 0;
  }

  .inset-\[69\.1\%_59\.74\%_25\.45\%_35\.93\%\] {
    inset: 69.1% 59.74% 25.45% 35.93%;
  }

  .inset-\[69\.1\%_89\.64\%_25\.45\%_6\.03\%\] {
    inset: 69.1% 89.64% 25.45% 6.03%;
  }

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

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

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

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

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

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

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

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

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

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

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

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

  .top-\[-11\.67\%\] {
    top: -11.67%;
  }

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

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

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

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

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

  .top-\[4\.28\%\] {
    top: 4.28%;
  }

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

  .top-\[14\.48px\] {
    top: 14.48px;
  }

  .top-\[14\.92px\] {
    top: 14.92px;
  }

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

  .top-\[25\.6px\] {
    top: 25.6px;
  }

  .top-\[41\.95px\] {
    top: 41.95px;
  }

  .top-\[41\.96px\] {
    top: 41.96px;
  }

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

  .top-\[87\.99px\] {
    top: 87.99px;
  }

  .top-\[94\.28px\] {
    top: 94.28px;
  }

  .top-\[129\.31px\] {
    top: 129.31px;
  }

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

  .top-\[158\.33px\] {
    top: 158.33px;
  }

  .top-\[203\.48px\] {
    top: 203.48px;
  }

  .top-\[264\.59px\] {
    top: 264.59px;
  }

  .top-\[264\.63px\] {
    top: 264.63px;
  }

  .top-\[269\.87px\] {
    top: 269.87px;
  }

  .top-\[270\.93px\] {
    top: 270.93px;
  }

  .top-\[270\.94px\] {
    top: 270.94px;
  }

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

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

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

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

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

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

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

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

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

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

  .right-\[-6\.38\%\] {
    right: -6.38%;
  }

  .right-\[1\.29\%\] {
    right: 1.29%;
  }

  .right-\[3\.12\%\] {
    right: 3.12%;
  }

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

  .bottom-\[-0\.47px\] {
    bottom: -.47px;
  }

  .bottom-\[-1\.62\%\] {
    bottom: -1.62%;
  }

  .bottom-\[-50\.51\%\] {
    bottom: -50.51%;
  }

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

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

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

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

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

  .left-\[-1\.97\%\] {
    left: -1.97%;
  }

  .left-\[-24\.86\%\] {
    left: -24.86%;
  }

  .left-\[-33\.53\%\] {
    left: -33.53%;
  }

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

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

  .left-\[3\.12\%\] {
    left: 3.12%;
  }

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

  .left-\[14\.92px\] {
    left: 14.92px;
  }

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

  .left-\[22\.38px\] {
    left: 22.38px;
  }

  .left-\[22\.39px\] {
    left: 22.39px;
  }

  .left-\[36\.84px\] {
    left: 36.84px;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

  .left-\[79\.49px\] {
    left: 79.49px;
  }

  .left-\[101\.96px\] {
    left: 101.96px;
  }

  .left-\[103\.51px\] {
    left: 103.51px;
  }

  .left-\[143\.32px\] {
    left: 143.32px;
  }

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

  .left-\[204\.91px\] {
    left: 204.91px;
  }

  .left-\[228\.8px\] {
    left: 228.8px;
  }

  .left-\[228\.81px\] {
    left: 228.81px;
  }

  .left-\[256\.01px\] {
    left: 256.01px;
  }

  .left-\[336\.11px\] {
    left: 336.11px;
  }

  .left-\[512\.75px\] {
    left: 512.75px;
  }

  .left-\[544\.01px\] {
    left: 544.01px;
  }

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

  .left-\[623\.99px\] {
    left: 623.99px;
  }

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

  .left-px {
    left: 1px;
  }

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

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

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

  .order-1 {
    order: 1;
  }

  .order-2 {
    order: 2;
  }

  .col-1 {
    grid-column: 1;
  }

  .row-1 {
    grid-row: 1;
  }

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

  .ms-\[24px\] {
    margin-inline-start: 24px;
  }

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

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

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

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

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

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

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

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

  .mt-\[-22\.77px\] {
    margin-top: -22.77px;
  }

  .mt-\[-22\.78px\] {
    margin-top: -22.78px;
  }

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

  .mt-\[40\.26px\] {
    margin-top: 40.26px;
  }

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

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

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

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

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

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

  .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-6 {
    margin-bottom: calc(var(--spacing) * 6);
  }

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

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

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

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

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

  .ml-\[-14\.69px\] {
    margin-left: -14.69px;
  }

  .ml-\[-14\.98px\] {
    margin-left: -14.98px;
  }

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

  .ml-\[40\.26px\] {
    margin-left: 40.26px;
  }

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

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

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

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

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

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

  .aspect-\[3\/4\] {
    aspect-ratio: 3 / 4;
  }

  .aspect-\[4\/3\] {
    aspect-ratio: 4 / 3;
  }

  .aspect-\[1403\/1815\] {
    aspect-ratio: 1403 / 1815;
  }

  .size-\[19\.89px\] {
    width: 19.89px;
    height: 19.89px;
  }

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

  .size-\[99\.471px\] {
    width: 99.471px;
    height: 99.471px;
  }

  .size-\[99\.472px\] {
    width: 99.472px;
    height: 99.472px;
  }

  .size-\[109\.382px\] {
    width: 109.382px;
    height: 109.382px;
  }

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

  .size-\[189\.9px\] {
    width: 189.9px;
    height: 189.9px;
  }

  .size-\[585\.345px\] {
    width: 585.345px;
    height: 585.345px;
  }

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

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

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

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

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

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

  .h-\[9\.945px\] {
    height: 9.945px;
  }

  .h-\[11\.934px\] {
    height: 11.934px;
  }

  .h-\[13\.982px\] {
    height: 13.982px;
  }

  .h-\[14\.918px\] {
    height: 14.918px;
  }

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

  .h-\[23\.993px\] {
    height: 23.993px;
  }

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

  .h-\[27\.998px\] {
    height: 27.998px;
  }

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

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

  .h-\[30\.053px\] {
    height: 30.053px;
  }

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

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

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

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

  .h-\[37\.294px\] {
    height: 37.294px;
  }

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

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

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

  .h-\[51\.181px\] {
    height: 51.181px;
  }

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

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

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

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

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

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

  .h-\[68\.773px\] {
    height: 68.773px;
  }

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

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

  .h-\[108\.161px\] {
    height: 108.161px;
  }

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

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

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

  .h-\[112\.812px\] {
    height: 112.812px;
  }

  .h-\[124\.02\%\] {
    height: 124.02%;
  }

  .h-\[127\.986px\] {
    height: 127.986px;
  }

  .h-\[135\.984px\] {
    height: 135.984px;
  }

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

  .h-\[182\.326px\] {
    height: 182.326px;
  }

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

  .h-\[203\.477px\] {
    height: 203.477px;
  }

  .h-\[206\.811px\] {
    height: 206.811px;
  }

  .h-\[206\.817px\] {
    height: 206.817px;
  }

  .h-\[253\.958px\] {
    height: 253.958px;
  }

  .h-\[254\.317px\] {
    height: 254.317px;
  }

  .h-\[295\.972px\] {
    height: 295.972px;
  }

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

  .h-\[308\.63\%\] {
    height: 308.63%;
  }

  .h-\[341\.991px\] {
    height: 341.991px;
  }

  .h-\[342\.002px\] {
    height: 342.002px;
  }

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

  .h-\[347\.011px\] {
    height: 347.011px;
  }

  .h-\[347\.34px\] {
    height: 347.34px;
  }

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

  .h-\[381\.583px\] {
    height: 381.583px;
  }

  .h-\[392\.307px\] {
    height: 392.307px;
  }

  .h-\[392\.367px\] {
    height: 392.367px;
  }

  .h-\[392\.549px\] {
    height: 392.549px;
  }

  .h-\[392\.609px\] {
    height: 392.609px;
  }

  .h-\[399\.988px\] {
    height: 399.988px;
  }

  .h-\[400\.126px\] {
    height: 400.126px;
  }

  .h-\[400\.373px\] {
    height: 400.373px;
  }

  .h-\[404\.068px\] {
    height: 404.068px;
  }

  .h-\[408\.383px\] {
    height: 408.383px;
  }

  .h-\[410\.527px\] {
    height: 410.527px;
  }

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

  .h-\[437\.038px\] {
    height: 437.038px;
  }

  .h-\[437\.105px\] {
    height: 437.105px;
  }

  .h-\[445\.749px\] {
    height: 445.749px;
  }

  .h-\[455\.954px\] {
    height: 455.954px;
  }

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

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

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

  .h-\[515\.914px\] {
    height: 515.914px;
  }

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

  .h-\[520\.659px\] {
    height: 520.659px;
  }

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

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

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

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

  .h-\[564\.78px\] {
    height: 564.78px;
  }

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

  .h-\[643\.798px\] {
    height: 643.798px;
  }

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

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

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

  .h-\[5028\.994px\] {
    height: 5028.99px;
  }

  .h-\[5049\.341px\] {
    height: 5049.34px;
  }

  .h-\[10110\.325px\] {
    height: 10110.3px;
  }

  .h-auto {
    height: auto;
  }

  .h-full {
    height: 100%;
  }

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

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

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

  .w-4\/5 {
    width: 80%;
  }

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

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

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

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

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

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

  .w-\[19\.89px\] {
    width: 19.89px;
  }

  .w-\[94\.297px\] {
    width: 94.297px;
  }

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

  .w-\[101\.93px\] {
    width: 101.93px;
  }

  .w-\[101\.95px\] {
    width: 101.95px;
  }

  .w-\[112\.536px\] {
    width: 112.536px;
  }

  .w-\[113\.29\%\] {
    width: 113.29%;
  }

  .w-\[118\.753px\] {
    width: 118.753px;
  }

  .w-\[123\.727px\] {
    width: 123.727px;
  }

  .w-\[126\.836px\] {
    width: 126.836px;
  }

  .w-\[132\.431px\] {
    width: 132.431px;
  }

  .w-\[133\.53\%\] {
    width: 133.53%;
  }

  .w-\[133\.675px\] {
    width: 133.675px;
  }

  .w-\[143\.325px\] {
    width: 143.325px;
  }

  .w-\[151\.23\%\] {
    width: 151.23%;
  }

  .w-\[158\.495px\] {
    width: 158.495px;
  }

  .w-\[174\.081px\] {
    width: 174.081px;
  }

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

  .w-\[210\.177px\] {
    width: 210.177px;
  }

  .w-\[239\.667px\] {
    width: 239.667px;
  }

  .w-\[339\.076px\] {
    width: 339.076px;
  }

  .w-\[394\.526px\] {
    width: 394.526px;
  }

  .w-\[409\.828px\] {
    width: 409.828px;
  }

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

  .w-\[414\.902px\] {
    width: 414.902px;
  }

  .w-\[423\.289px\] {
    width: 423.289px;
  }

  .w-\[437\.693px\] {
    width: 437.693px;
  }

  .w-\[455\.928px\] {
    width: 455.928px;
  }

  .w-\[481\.453px\] {
    width: 481.453px;
  }

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

  .w-\[497\.639px\] {
    width: 497.639px;
  }

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

  .w-\[548\.701px\] {
    width: 548.701px;
  }

  .w-\[548\.786px\] {
    width: 548.786px;
  }

  .w-\[549\.87px\] {
    width: 549.87px;
  }

  .w-\[549\.786px\] {
    width: 549.786px;
  }

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

  .w-\[559\.637px\] {
    width: 559.637px;
  }

  .w-\[560\.023px\] {
    width: 560.023px;
  }

  .w-\[560\.032px\] {
    width: 560.032px;
  }

  .w-\[560\.743px\] {
    width: 560.743px;
  }

  .w-\[579\.817px\] {
    width: 579.817px;
  }

  .w-\[579\.906px\] {
    width: 579.906px;
  }

  .w-\[591\.374px\] {
    width: 591.374px;
  }

  .w-\[592\.328px\] {
    width: 592.328px;
  }

  .w-\[599\.989px\] {
    width: 599.989px;
  }

  .w-\[607\.922px\] {
    width: 607.922px;
  }

  .w-\[607\.998px\] {
    width: 607.998px;
  }

  .w-\[608\.009px\] {
    width: 608.009px;
  }

  .w-\[608\.158px\] {
    width: 608.158px;
  }

  .w-\[612\.252px\] {
    width: 612.252px;
  }

  .w-\[627\.65px\] {
    width: 627.65px;
  }

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

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

  .w-\[671\.991px\] {
    width: 671.991px;
  }

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

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

  .w-\[716\.551px\] {
    width: 716.551px;
  }

  .w-\[718\.931px\] {
    width: 718.931px;
  }

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

  .w-\[1021\.019px\] {
    width: 1021.02px;
  }

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

  .w-\[1088\.009px\] {
    width: 1088.01px;
  }

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

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

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

  .w-\[1108\.796px\] {
    width: 1108.8px;
  }

  .w-\[1223\.711px\] {
    width: 1223.71px;
  }

  .w-\[1223\.973px\] {
    width: 1223.97px;
  }

  .w-\[1229\.897px\] {
    width: 1229.9px;
  }

  .w-\[1230\.957px\] {
    width: 1230.96px;
  }

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

  .w-\[1240\.039px\] {
    width: 1240.04px;
  }

  .w-full {
    width: 100%;
  }

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

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

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

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

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

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

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

  .flex-1 {
    flex: 1;
  }

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

  .flex-none {
    flex: none;
  }

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

  .grow {
    flex-grow: 1;
  }

  .basis-0 {
    flex-basis: calc(var(--spacing) * 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-\[-50\%\] {
    --tw-translate-x: -50%;
    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);
  }

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

  .scale-\[0\.8\] {
    scale: .8;
  }

  .rotate-\[49\.931deg\] {
    rotate: 49.931deg;
  }

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

  .rotate-\[182\.15deg\] {
    rotate: 182.15deg;
  }

  .rotate-\[301\.727deg\] {
    rotate: 301.727deg;
  }

  .cursor-pointer {
    cursor: pointer;
  }

  .list-inside {
    list-style-position: inside;
  }

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

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

  .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-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-2 {
    gap: calc(var(--spacing) * 2);
  }

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

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

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

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

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

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

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

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

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

  .gap-\[7\.998px\] {
    gap: 7.998px;
  }

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

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

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

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

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

  .gap-\[23\.993px\] {
    gap: 23.993px;
  }

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

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

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

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

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

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

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

  .gap-\[95\.995px\] {
    gap: 95.995px;
  }

  .gap-\[419\.687px\] {
    gap: 419.687px;
  }

  :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-5 > :not(:last-child)) {
    --tw-space-y-reverse: 0;
    margin-block-start: calc(calc(var(--spacing) * 5) * var(--tw-space-y-reverse));
    margin-block-end: calc(calc(var(--spacing) * 5) * 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(.space-y-8 > :not(:last-child)) {
    --tw-space-y-reverse: 0;
    margin-block-start: calc(calc(var(--spacing) * 8) * var(--tw-space-y-reverse));
    margin-block-end: calc(calc(var(--spacing) * 8) * calc(1 - var(--tw-space-y-reverse)));
  }

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

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

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

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

  .overflow-clip {
    overflow: clip;
  }

  .overflow-hidden {
    overflow: hidden;
  }

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

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

  .rounded-\[7\.804px\] {
    border-radius: 7.804px;
  }

  .rounded-\[7\.898px\] {
    border-radius: 7.898px;
  }

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

  .rounded-\[9\.948px\] {
    border-radius: 9.948px;
  }

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

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

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

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

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

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

  .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-\[0\.461px\] {
    border-style: var(--tw-border-style);
    border-width: .461px;
  }

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

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

  .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-\[\#b0b0b0\] {
    border-color: #b0b0b0;
  }

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

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

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

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

  .border-cyan-500\/30 {
    border-color: color-mix(in srgb, oklch(.715 .143 215.221) 30%, transparent);
  }

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

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

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

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

  .bg-\[\#00d9ff\]\/10 {
    background-color: oklab(81.5968% -.116812 -.0864434 / .1);
  }

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

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

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

  .bg-\[\#f05\], .bg-\[\#ff0055\] {
    background-color: #f05;
  }

  .bg-\[rgba\(0\,0\,0\,0\.8\)\] {
    background-color: #000c;
  }

  .bg-\[rgba\(169\,14\,120\,0\.27\)\] {
    background-color: #a90e7845;
  }

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

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

  .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\/60 {
    background-color: #0009;
  }

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

  .bg-black\/70 {
    background-color: #000000b3;
  }

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

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

  .bg-cyan-500\/20 {
    background-color: color-mix(in srgb, oklch(.715 .143 215.221) 20%, transparent);
  }

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

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

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

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

  @supports (color: color-mix(in lab, red, red)) {
    .bg-white\/10 {
      background-color: color-mix(in oklab, var(--color-white) 10%, 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));
  }

  .from-\[\#759d36\] {
    --tw-gradient-from: #759d36;
    --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-\[\#101828\] {
    --tw-gradient-from: #101828;
    --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-\[\#ff0055\] {
    --tw-gradient-from: #f05;
    --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-\[\#ff0062\]\/0 {
    --tw-gradient-from: oklab(0% 0 0 / 0);
    --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-gray-900 {
    --tw-gradient-from: var(--color-gray-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));
  }

  .via-\[\#ff0062\]\/0 {
    --tw-gradient-via: oklab(0% 0 0 / 0);
    --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-\[\#5d7d2b\] {
    --tw-gradient-to: #5d7d2b;
    --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-\[\#ff0055\]\/50 {
    --tw-gradient-to: oklab(63.5369% .244878 .0677184 / .5);
    --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-\[\#ff0062\]\/0 {
    --tw-gradient-to: oklab(0% 0 0 / 0);
    --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-black {
    --tw-gradient-to: var(--color-black);
    --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-black\/80 {
    --tw-gradient-to: #000c;
    --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-black\/80 {
      --tw-gradient-to: color-mix(in oklab, var(--color-black) 80%, transparent);
    }
  }

  .bg-size-\[32\.34312683343887px_32\.34312683343887px\] {
    background-size: 32.3431px 32.3431px;
  }

  .bg-size-\[32\.34809637069702px_32\.34809637069702px\] {
    background-size: 32.3481px 32.3481px;
  }

  .bg-size-\[32\.98776596784592px_32\.98776596784592px\] {
    background-size: 32.9878px 32.9878px;
  }

  .bg-clip-padding {
    background-clip: padding-box;
  }

  .bg-top-left {
    background-position: 0 0;
  }

  .mask-intersect {
    mask-composite: intersect;
  }

  .mask-alpha {
    mask-mode: alpha;
  }

  .mask-size-\[214\.33px_214\.869px\] {
    mask-size: 214.33px 214.869px;
  }

  .mask-size-\[550\.24px_392\.549px\] {
    mask-size: 550.24px 392.549px;
  }

  .mask-size-\[550\.324px_392\.609px\] {
    mask-size: 550.324px 392.609px;
  }

  .mask-size-\[561\.207px_400\.373px\] {
    mask-size: 561.207px 400.373px;
  }

  .mask-no-clip {
    mask-clip: no-clip;
  }

  .mask-position-\[-6\.688px_0px\] {
    mask-position: -6.688px 0;
  }

  .mask-position-\[4\.23px_-9\.189px\] {
    mask-position: 4.23px -9.189px;
  }

  .mask-position-\[4\.963px_-5\.412px\] {
    mask-position: 4.963px -5.412px;
  }

  .mask-position-\[8\.363px_-4\.018px\] {
    mask-position: 8.363px -4.018px;
  }

  .mask-position-\[14\.691px_22\.771px\] {
    mask-position: 14.691px 22.771px;
  }

  .mask-position-\[14\.693px_22\.775px\] {
    mask-position: 14.693px 22.775px;
  }

  .mask-position-\[14\.984px_23\.227px\] {
    mask-position: 14.984px 23.227px;
  }

  .mask-position-\[29\.758px_-4\.246px\] {
    mask-position: 29.758px -4.246px;
  }

  .mask-no-repeat {
    mask-repeat: no-repeat;
  }

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

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

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

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

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

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

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

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

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

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

  .px-\[4\.973px\] {
    padding-inline: 4.973px;
  }

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

  .px-\[23\.993px\] {
    padding-inline: 23.993px;
  }

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

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

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

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

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

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

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

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

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

  .pt-\[95\.995px\] {
    padding-top: 95.995px;
  }

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

  .pl-\[23\.993px\] {
    padding-left: 23.993px;
  }

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

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

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

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

  .font-\[\'Arial\:Black\'\,sans-serif\] {
    font-family: Arial\:Black, sans-serif;
  }

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

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

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

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

  .font-\[\'Oswald\:SemiBold\'\,sans-serif\] {
    font-family: Oswald\:SemiBold, sans-serif;
  }

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

  .text-\[7\.461px\] {
    font-size: 7.461px;
  }

  .text-\[8\.083px\] {
    font-size: 8.083px;
  }

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

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

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

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

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

  .text-\[23\.25px\] {
    font-size: 23.25px;
  }

  .text-\[23\.253px\] {
    font-size: 23.253px;
  }

  .text-\[23\.713px\] {
    font-size: 23.713px;
  }

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

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

  .text-\[49\.083px\] {
    font-size: 49.083px;
  }

  .text-\[49\.091px\] {
    font-size: 49.091px;
  }

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

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

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

  .leading-\[9\.948px\] {
    --tw-leading: 9.948px;
    line-height: 9.948px;
  }

  .leading-\[13\.134px\] {
    --tw-leading: 13.134px;
    line-height: 13.134px;
  }

  .leading-\[13\.989px\] {
    --tw-leading: 13.989px;
    line-height: 13.989px;
  }

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

  .leading-\[25\.6px\] {
    --tw-leading: 25.6px;
    line-height: 25.6px;
  }

  .leading-\[28\.8px\] {
    --tw-leading: 28.8px;
    line-height: 28.8px;
  }

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

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

  .leading-\[34\.185px\] {
    --tw-leading: 34.185px;
    line-height: 34.185px;
  }

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

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

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

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

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

  .tracking-\[1\.2px\] {
    --tw-tracking: 1.2px;
    letter-spacing: 1.2px;
  }

  .tracking-tight {
    --tw-tracking: var(--tracking-tight);
    letter-spacing: var(--tracking-tight);
  }

  .tracking-wide {
    --tw-tracking: var(--tracking-wide);
    letter-spacing: var(--tracking-wide);
  }

  .tracking-wider {
    --tw-tracking: var(--tracking-wider);
    letter-spacing: var(--tracking-wider);
  }

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

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

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

  .text-\[\#0f172b\] {
    color: #0f172b;
  }

  .text-\[\#00c595\] {
    color: #00c595;
  }

  .text-\[\#00d9ff\] {
    color: #00d9ff;
  }

  .text-\[\#4a5565\] {
    color: #4a5565;
  }

  .text-\[\#0191ff\] {
    color: #0191ff;
  }

  .text-\[\#62748e\] {
    color: #62748e;
  }

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

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

  .text-\[\#ff0055\] {
    color: #f05;
  }

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

  .text-\[\#ff0062\]\/70 {
    color: oklab(63.7894% .249639 .051724 / .7);
  }

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

  .text-\[rgba\(255\,255\,255\,0\.7\)\] {
    color: #ffffffb3;
  }

  .text-\[rgba\(255\,255\,255\,0\.9\)\] {
    color: #ffffffe6;
  }

  .text-\[rgba\(255\,255\,255\,0\.81\)\] {
    color: #ffffffcf;
  }

  .text-card-foreground {
    color: var(--card-foreground);
  }

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

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

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

  .text-muted-foreground {
    color: var(--muted-foreground);
  }

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

  .text-white\/70 {
    color: #ffffffb3;
  }

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

  .text-white\/80 {
    color: #fffc;
  }

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

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

  .capitalize {
    text-transform: capitalize;
  }

  .uppercase {
    text-transform: uppercase;
  }

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

  .underline {
    text-decoration-line: underline;
  }

  .decoration-solid {
    text-decoration-style: solid;
  }

  .opacity-0 {
    opacity: 0;
  }

  .opacity-70 {
    opacity: .7;
  }

  .opacity-90 {
    opacity: .9;
  }

  .opacity-\[0\.34\] {
    opacity: .34;
  }

  .mix-blend-hard-light {
    mix-blend-mode: hard-light;
  }

  .shadow-\[0px_0\.622px_1\.865px_0px_rgba\(0\,0\,0\,0\.1\)\,0px_0\.622px_1\.243px_0px_rgba\(0\,0\,0\,0\.1\)\] {
    --tw-shadow: 0px .622px 1.865px 0px var(--tw-shadow-color, #0000001a), 0px .622px 1.243px 0px 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-\[0px_6\.217px_9\.326px_0px_rgba\(0\,0\,0\,0\.1\)\,0px_2\.487px_3\.73px_0px_rgba\(0\,0\,0\,0\.1\)\] {
    --tw-shadow: 0px 6.217px 9.326px 0px var(--tw-shadow-color, #0000001a), 0px 2.487px 3.73px 0px 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-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-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);
  }

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

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

  .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-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 {
    transition-property: color, background-color, border-color, outline-color, text-decoration-color, fill, stroke, --tw-gradient-from, --tw-gradient-via, --tw-gradient-to, opacity, box-shadow, transform, translate, scale, rotate, filter, -webkit-backdrop-filter, backdrop-filter;
    transition-timing-function: var(--tw-ease, var(--default-transition-timing-function));
    transition-duration: var(--tw-duration, var(--default-transition-duration));
  }

  .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-300 {
    --tw-duration: .3s;
    transition-duration: .3s;
  }

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

  .\[grid-area\:1_\/_1\] {
    grid-area: 1 / 1;
  }

  .text-shadow-\[0px_2\.067px_2\.067px_black\] {
    text-shadow: 0px 2.067px 2.067px var(--tw-text-shadow-color, black);
  }

  .text-shadow-\[0px_2\.108px_2\.108px_black\] {
    text-shadow: 0px 2.108px 2.108px var(--tw-text-shadow-color, black);
  }

  @media (hover: hover) {
    .group-hover\:scale-105:is(:where(.group):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) {
    .group-hover\:scale-110:is(:where(.group):hover *) {
      --tw-scale-x: 110%;
      --tw-scale-y: 110%;
      --tw-scale-z: 110%;
      scale: var(--tw-scale-x) var(--tw-scale-y);
    }
  }

  @media (hover: hover) {
    .group-hover\:from-\[\#ff0062\]\/10:is(:where(.group):hover *) {
      --tw-gradient-from: oklab(63.7894% .249639 .051724 / .1);
      --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));
    }
  }

  @media (hover: hover) {
    .group-hover\:via-\[\#ff0062\]\/5:is(:where(.group):hover *) {
      --tw-gradient-via: oklab(63.7894% .249639 .051724 / .05);
      --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);
    }
  }

  @media (hover: hover) {
    .group-hover\:to-transparent:is(:where(.group):hover *) {
      --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));
    }
  }

  @media (hover: hover) {
    .group-hover\:text-\[\#ff0062\]\/90:is(:where(.group):hover *) {
      color: oklab(63.7894% .249639 .051724 / .9);
    }
  }

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

  @media (hover: hover) {
    .hover\:scale-\[0\.82\]:hover {
      scale: .82;
    }
  }

  @media (hover: hover) {
    .hover\:bg-\[\#ff0055\]\/90:hover {
      background-color: oklab(63.5369% .244878 .0677184 / .9);
    }
  }

  @media (hover: hover) {
    .hover\:bg-\[\#ff0062\]\/5:hover {
      background-color: oklab(63.7894% .249639 .051724 / .05);
    }
  }

  @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\:text-\[\#ff0055\]:hover {
      color: #f05;
    }
  }

  @media (hover: hover) {
    .hover\:underline:hover {
      text-decoration-line: underline;
    }
  }

  @media (width >= 48rem) {
    .md\:grid-cols-2 {
      grid-template-columns: repeat(2, minmax(0, 1fr));
    }
  }

  @media (width >= 48rem) {
    .md\:grid-cols-3 {
      grid-template-columns: repeat(3, minmax(0, 1fr));
    }
  }

  @media (width >= 48rem) {
    .md\:flex-row {
      flex-direction: row;
    }
  }

  @media (width >= 48rem) {
    .md\:flex-row-reverse {
      flex-direction: row-reverse;
    }
  }

  @media (width >= 64rem) {
    .lg\:order-1 {
      order: 1;
    }
  }

  @media (width >= 64rem) {
    .lg\:order-2 {
      order: 2;
    }
  }

  @media (width >= 64rem) {
    .lg\:aspect-square {
      aspect-ratio: 1;
    }
  }

  @media (width >= 64rem) {
    .lg\:grid-cols-2 {
      grid-template-columns: repeat(2, minmax(0, 1fr));
    }
  }

  @media (width >= 64rem) {
    .lg\:grid-cols-3 {
      grid-template-columns: repeat(3, minmax(0, 1fr));
    }
  }

  @media (width >= 64rem) {
    .lg\:grid-cols-4 {
      grid-template-columns: repeat(4, minmax(0, 1fr));
    }
  }

  @media (width >= 64rem) {
    .lg\:justify-end {
      justify-content: flex-end;
    }
  }

  @media (width >= 64rem) {
    .lg\:gap-16 {
      gap: calc(var(--spacing) * 16);
    }
  }

  @media (width >= 64rem) {
    .lg\:py-32 {
      padding-block: calc(var(--spacing) * 32);
    }
  }
}


:root {
  --font-size: 16px;
  --text-4xl: 48px;
  --text-2xl: 32px;
  --text-xl: 24px;
  --text-lg: 20px;
  --text-base: 16px;
  --text-sm: 14px;
  --background: #000;
  --foreground: #ffffffe6;
  --card: #fff;
  --card-foreground: #212121;
  --popover: #fff;
  --popover-foreground: #212121;
  --primary: #1976d2;
  --primary-foreground: #fff;
  --secondary: #f5f5f5;
  --secondary-foreground: #212121;
  --muted: #f5f5f5;
  --muted-foreground: #757575;
  --accent: #f5f5f5;
  --accent-foreground: #212121;
  --destructive: #d32f2f;
  --destructive-foreground: #fff;
  --border: #3c3c3c;
  --input: #fff;
  --input-background: #fff;
  --font-weight-medium: 500;
  --font-weight-normal: 400;
  --ring: #1976d280;
  --elevation-sm: 0 1px 3px #0000001f, 0 1px 2px #0000003d;
  --chart-1: #1976d2;
  --chart-2: #388e3c;
  --chart-3: #fbc02d;
  --chart-4: #7b1fa2;
  --chart-5: #e53935;
  --radius: 0px;
  --sidebar: #fff;
  --sidebar-foreground: #212121;
  --sidebar-primary: #1976d2;
  --sidebar-primary-foreground: #fff;
  --sidebar-accent: #f5f5f5;
  --sidebar-accent-foreground: #212121;
  --sidebar-border: #e0e0e0;
  --sidebar-ring: #1976d280;
}

.dark {
  --background: #121212;
  --foreground: #ffffffde;
  --card: #212121;
  --card-foreground: #ffffffde;
  --popover: #212121;
  --popover-foreground: #ffffffde;
  --primary: #90caf9;
  --primary-foreground: #121212;
  --secondary: #424242;
  --secondary-foreground: #ffffffde;
  --muted: #424242;
  --muted-foreground: #ffffff61;
  --accent: #90caf9;
  --accent-foreground: #121212;
  --destructive: #ef5350;
  --destructive-foreground: #fff;
  --border: #424242;
  --input: #424242;
  --ring: #90caf980;
  --font-weight-medium: 500;
  --font-weight-normal: 400;
  --chart-1: #90caf9;
  --chart-2: #81c784;
  --chart-3: #ffb74d;
  --chart-4: #ba68c8;
  --chart-5: #ef9a9a;
  --sidebar: #212121;
  --sidebar-foreground: #ffffffde;
  --sidebar-primary: #90caf9;
  --sidebar-primary-foreground: #121212;
  --sidebar-accent: #424242;
  --sidebar-accent-foreground: #ffffffde;
  --sidebar-border: #424242;
  --sidebar-ring: #90caf980;
}

html {
  font-size: var(--font-size);
  font-family: Inter, sans-serif;
}

@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-space-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-text-shadow-color {
  syntax: "*";
  inherits: false
}

@property --tw-text-shadow-alpha {
  syntax: "<percentage>";
  inherits: false;
  initial-value: 100%;
}
