@import url("https://fonts.googleapis.com/css2?family=Rethink+Sans:ital,wght@0,400;0,500;0,600;0,700;1,400;1,500;1,600;1,700&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Phaser&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-scroll-snap-strictness: proximity;
      --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-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-white: #fff;
    --spacing: .25rem;
    --text-base: 1rem;
    --font-weight-normal: 400;
    --font-weight-medium: 500;
    --font-weight-bold: 700;
    --default-transition-duration: .15s;
    --default-transition-timing-function: cubic-bezier(.4, 0, .2, 1);
    --default-font-family: var(--font-sans);
    --default-font-feature-settings: var(--font-sans--font-feature-settings);
    --default-font-variation-settings: var(--font-sans--font-variation-settings);
    --default-mono-font-family: var(--font-mono);
    --default-mono-font-feature-settings: var(--font-mono--font-feature-settings);
    --default-mono-font-variation-settings: var(--font-mono--font-variation-settings);
  }
}

@layer base {
  *, :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);
    }
  }

  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: Rethink Sans, sans-serif;
  }

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

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

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

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

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

  :where(:not(:has([class*=" text-"]), :not(:has([class^="text-"])))) label {
    font-family: Rethink Sans, sans-serif;
    font-size: var(--text-label);
    font-weight: var(--font-weight-medium);
    line-height: 1.2;
  }

  :where(:not(:has([class*=" text-"]), :not(:has([class^="text-"])))) button {
    font-family: Rethink Sans, 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: Rethink Sans, 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-"])))) .caption {
    font-family: Rethink Sans, sans-serif;
    font-size: var(--text-caption);
    font-weight: var(--font-weight-medium);
    line-height: 1;
  }

  :where(:not(:has([class*=" text-"]), :not(:has([class^="text-"])))) .body-large {
    font-family: Phaser, serif;
    font-size: var(--text-body-large);
    font-weight: var(--font-weight-medium);
    line-height: 1.2;
  }
}

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

  .visible {
    visibility: visible;
  }

  .absolute {
    position: absolute;
  }

  .fixed {
    position: fixed;
  }

  .relative {
    position: relative;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .mb-auto {
    margin-bottom: auto;
  }

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

  .block {
    display: block;
  }

  .flex {
    display: flex;
  }

  .grid {
    display: grid;
  }

  .hidden {
    display: none;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .h-\[9\.758px\] {
    height: 9.758px;
  }

  .h-\[11\.936px\] {
    height: 11.936px;
  }

  .h-\[26\.902px\] {
    height: 26.902px;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .h-\[487\.109px\] {
    height: 487.109px;
  }

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

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

  .h-full {
    height: 100%;
  }

  .min-h-\[calc\(100vh-94px\)\] {
    min-height: calc(100vh - 94px);
  }

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

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

  .w-\[11\.818px\] {
    width: 11.818px;
  }

  .w-\[12\.571px\] {
    width: 12.571px;
  }

  .w-\[39\.843px\] {
    width: 39.843px;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .w-full {
    width: 100%;
  }

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

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

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

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

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

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

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

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

  .flex-1 {
    flex: 1;
  }

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

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

  .rotate-180 {
    rotate: 180deg;
  }

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

  .cursor-pointer {
    cursor: pointer;
  }

  .resize {
    resize: both;
  }

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

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

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

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

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

  .grid-cols-3 {
    grid-template-columns: repeat(3, 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;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .gap-x-\[33px\] {
    column-gap: 33px;
  }

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

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

  .gap-y-\[60px\] {
    row-gap: 60px;
  }

  .overflow-clip {
    overflow: clip;
  }

  .overflow-hidden {
    overflow: hidden;
  }

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

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

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

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

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

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

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

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

  .rounded-\[29\.143px\] {
    border-radius: 29.143px;
  }

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

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

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

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

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

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

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

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

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

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

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

  .bg-\[\#8DD7FF\] {
    background-color: #8dd7ff;
  }

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

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

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

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

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

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

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

  .bg-\[rgba\(22\,22\,22\,0\.1\)\] {
    background-color: #1616161a;
  }

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

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

  .from-\[rgba\(249\,249\,245\,0\)\] {
    --tw-gradient-from: #f9f9f500;
    --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-\[\#f9f9f5\] {
    --tw-gradient-to: #f9f9f5;
    --tw-gradient-stops: var(--tw-gradient-via-stops, var(--tw-gradient-position), var(--tw-gradient-from) var(--tw-gradient-from-position), var(--tw-gradient-to) var(--tw-gradient-to-position));
  }

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

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

  .object-center {
    object-position: center;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .font-\[\'Acid_Grotesk\:Medium\'\,_sans-serif\] {
    font-family: Acid Grotesk\:Medium, sans-serif;
  }

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

  .font-\[\'Rethink_Sans\:Bold\'\,_sans-serif\] {
    font-family: Rethink Sans\:Bold, sans-serif;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .tracking-\[-1\.08px\] {
    --tw-tracking: -1.08px;
    letter-spacing: -1.08px;
  }

  .tracking-\[-1\.44px\] {
    --tw-tracking: -1.44px;
    letter-spacing: -1.44px;
  }

  .tracking-\[-1\.92px\] {
    --tw-tracking: -1.92px;
    letter-spacing: -1.92px;
  }

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

  .tracking-\[-2\.08px\] {
    --tw-tracking: -2.08px;
    letter-spacing: -2.08px;
  }

  .tracking-\[-2\.25px\] {
    --tw-tracking: -2.25px;
    letter-spacing: -2.25px;
  }

  .tracking-\[-2\.88px\] {
    --tw-tracking: -2.88px;
    letter-spacing: -2.88px;
  }

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

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

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

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

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

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

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

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

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

  .opacity-20 {
    opacity: .2;
  }

  .opacity-30 {
    opacity: .3;
  }

  .opacity-70 {
    opacity: .7;
  }

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

  .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-opacity {
    transition-property: opacity;
    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;
  }

  @media (width >= 40rem) {
    .sm\:h-\[127px\] {
      height: 127px;
    }
  }

  @media (width >= 40rem) {
    .sm\:text-\[16px\] {
      font-size: 16px;
    }
  }

  @media (width >= 48rem) {
    .md\:right-12 {
      right: calc(var(--spacing) * 12);
    }
  }

  @media (width >= 48rem) {
    .md\:bottom-12 {
      bottom: calc(var(--spacing) * 12);
    }
  }

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

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

  @media (width >= 48rem) {
    .md\:rounded-\[1000px\] {
      border-radius: 1000px;
    }
  }

  @media (width >= 48rem) {
    .md\:px-\[25px\] {
      padding-inline: 25px;
    }
  }

  @media (width >= 48rem) {
    .md\:py-\[17px\] {
      padding-block: 17px;
    }
  }

  @media (width >= 48rem) {
    .md\:text-\[18px\] {
      font-size: 18px;
    }
  }

  @media (width >= 48rem) {
    .md\:text-\[20px\] {
      font-size: 20px;
    }
  }

  @media (width >= 48rem) {
    .md\:text-\[23px\] {
      font-size: 23px;
    }
  }

  @media (width >= 48rem) {
    .md\:text-\[60px\] {
      font-size: 60px;
    }
  }

  @media (width >= 48rem) {
    .md\:text-\[64px\] {
      font-size: 64px;
    }
  }

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

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

  @media (width >= 64rem) {
    .lg\:mx-9 {
      margin-inline: calc(var(--spacing) * 9);
    }
  }

  @media (width >= 64rem) {
    .lg\:mb-\[40px\] {
      margin-bottom: 40px;
    }
  }

  @media (width >= 64rem) {
    .lg\:mb-\[80px\] {
      margin-bottom: 80px;
    }
  }

  @media (width >= 64rem) {
    .lg\:h-\[694px\] {
      height: 694px;
    }
  }

  @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\:gap-\[32px\] {
      gap: 32px;
    }
  }

  @media (width >= 64rem) {
    .lg\:gap-x-\[32px\] {
      column-gap: 32px;
    }
  }

  @media (width >= 64rem) {
    .lg\:gap-y-\[80px\] {
      row-gap: 80px;
    }
  }

  @media (width >= 64rem) {
    .lg\:px-9 {
      padding-inline: calc(var(--spacing) * 9);
    }
  }

  @media (width >= 64rem) {
    .lg\:py-\[120px\] {
      padding-block: 120px;
    }
  }

  @media (width >= 64rem) {
    .lg\:text-\[23px\] {
      font-size: 23px;
    }
  }

  @media (width >= 64rem) {
    .lg\:text-\[28px\] {
      font-size: 28px;
    }
  }

  @media (width >= 64rem) {
    .lg\:text-\[72px\] {
      font-size: 72px;
    }
  }

  @media (width >= 64rem) {
    .lg\:text-\[80px\] {
      font-size: 80px;
    }
  }

  @media (width >= 80rem) {
    .xl\:flex {
      display: flex;
    }
  }

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



:root {
  --font-size: 16px;
  --text-h1: 56px;
  --text-h2: 48px;
  --text-h3: 40px;
  --text-h4: 20px;
  --text-base: 16px;
  --text-label: 14px;
  --text-caption: 12px;
  --text-body-large: 18px;
  --background: #ededdf;
  --foreground: #161616;
  --card: #fff;
  --card-foreground: #161616;
  --popover: #fff;
  --popover-foreground: #161616;
  --primary: #161616;
  --primary-foreground: #fff;
  --secondary: #0000;
  --secondary-foreground: #161616;
  --muted: #bfbfbf;
  --muted-foreground: #fff;
  --accent: #b7ec42;
  --accent-foreground: #161616;
  --destructive: #e76821;
  --destructive-foreground: #fff;
  --border: #bfbfbf;
  --input: #fff;
  --input-background: #fff;
  --ring: #161616;
  --elevation-sm: 0px 1px 2px 0px #0000000d;
  --chart-1: #b7ec42;
  --chart-2: #e76821;
  --chart-3: #79c4fb;
  --chart-4: #7e7d7d;
  --chart-5: #161616;
  --radius: 8px;
  --radius-button: 12px;
  --radius-card: 12px;
  --radius-pill: 64px;
  --sidebar: #ededdf;
  --sidebar-foreground: #161616;
  --sidebar-primary: #161616;
  --sidebar-primary-foreground: #fff;
  --sidebar-accent: #e76821;
  --sidebar-accent-foreground: #fff;
  --sidebar-border: #bfbfbf;
  --sidebar-ring: #161616;
  --font-weight-medium: 500;
  --font-weight-normal: 400;
  --font-weight-bold: 700;
}

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

@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-scroll-snap-strictness {
  syntax: "*";
  inherits: false;
  initial-value: proximity;
}

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