@import url("https://fonts.googleapis.com/css2?family=Work+Sans:ital,wght@0,100..900;1,100..900&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-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-scale-x: 1;
      --tw-scale-y: 1;
      --tw-scale-z: 1;
    }
  }
}

@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-gray-100: oklch(.967 .003 264.542);
    --color-black: #000;
    --color-white: #fff;
    --spacing: .25rem;
    --container-md: 28rem;
    --container-lg: 32rem;
    --text-sm: .875rem;
    --text-sm--line-height: calc(1.25 / .875);
    --text-lg: 1.125rem;
    --text-lg--line-height: calc(1.75 / 1.125);
    --font-weight-normal: 400;
    --font-weight-medium: 500;
    --font-weight-semibold: 600;
    --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);
    --color-primary: var(--primary);
  }
}

@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);
    font-family: Work Sans, sans-serif;
    font-weight: 300;
  }

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

  :where(:not(:has([class*=" text-"]), :not(:has([class^="text-"])))) h1.title-light {
    font-family: Work Sans, sans-serif;
    font-size: 56px;
    font-weight: 300;
    line-height: 64px;
  }

  :where(:not(:has([class*=" text-"]), :not(:has([class^="text-"])))) h1.title {
    font-family: Work Sans, sans-serif;
    font-size: 56px;
    font-weight: 400;
    line-height: 64px;
  }

  :where(:not(:has([class*=" text-"]), :not(:has([class^="text-"])))) h1.title-semibold {
    font-family: Work Sans, sans-serif;
    font-size: 56px;
    font-weight: 600;
    line-height: 64px;
  }

  :where(:not(:has([class*=" text-"]), :not(:has([class^="text-"])))) h1 {
    font-family: Work Sans, sans-serif;
    font-size: 48px;
    font-weight: 400;
    line-height: 61px;
  }

  :where(:not(:has([class*=" text-"]), :not(:has([class^="text-"])))) h2 {
    font-family: Work Sans, sans-serif;
    font-size: 38px;
    font-weight: 400;
    line-height: 57px;
  }

  :where(:not(:has([class*=" text-"]), :not(:has([class^="text-"])))) h3 {
    font-family: Work Sans, sans-serif;
    font-size: 30px;
    font-weight: 400;
    line-height: 38px;
  }

  :where(:not(:has([class*=" text-"]), :not(:has([class^="text-"])))) h4 {
    font-family: Work Sans, sans-serif;
    font-size: 24px;
    font-weight: 400;
    line-height: 31px;
  }

  :where(:not(:has([class*=" text-"]), :not(:has([class^="text-"])))) h5 {
    font-family: Work Sans, sans-serif;
    font-size: 20px;
    font-weight: 400;
    line-height: 29px;
  }

  :where(:not(:has([class*=" text-"]), :not(:has([class^="text-"])))) h6 {
    font-family: Work Sans, sans-serif;
    font-size: 18px;
    font-weight: 400;
    line-height: 27px;
  }

  :where(:not(:has([class*=" text-"]), :not(:has([class^="text-"])))) p {
    font-family: Work Sans, sans-serif;
    font-size: 17px;
    font-weight: 400;
    line-height: 23px;
  }

  :where(:not(:has([class*=" text-"]), :not(:has([class^="text-"])))) label, :where(:not(:has([class*=" text-"]), :not(:has([class^="text-"])))) small, :where(:not(:has([class*=" text-"]), :not(:has([class^="text-"])))) .caption, :where(:not(:has([class*=" text-"]), :not(:has([class^="text-"])))) button, :where(:not(:has([class*=" text-"]), :not(:has([class^="text-"])))) input, :where(:not(:has([class*=" text-"]), :not(:has([class^="text-"])))) textarea, :where(:not(:has([class*=" text-"]), :not(:has([class^="text-"])))) select {
    font-family: Work Sans, sans-serif;
    font-size: 14px;
    font-weight: 400;
    line-height: 21px;
  }
}

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

  .invisible {
    visibility: hidden;
  }

  .absolute {
    position: absolute;
  }

  .fixed {
    position: fixed;
  }

  .relative {
    position: relative;
  }

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

  .inset-\[8\.333\%\] {
    inset: 8.333%;
  }

  .inset-\[12\.5\%\] {
    inset: 12.5%;
  }

  .inset-\[20\.83\%_4\.17\%\] {
    inset: 20.83% 4.17%;
  }

  .inset-\[25\.32\%_16\.67\%_25\.32\%_19\.38\%\] {
    inset: 25.32% 16.67% 25.32% 19.38%;
  }

  .inset-\[25\.32\%_19\.38\%_25\.32\%_16\.67\%\] {
    inset: 25.32% 19.38% 25.32% 16.67%;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .container {
    width: 100%;
  }

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

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

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

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

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

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

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

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

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

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

  .block {
    display: block;
  }

  .flex {
    display: flex;
  }

  .grid {
    display: grid;
  }

  .hidden {
    display: none;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .h-\[11\.849px\] {
    height: 11.849px;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .h-full {
    height: 100%;
  }

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

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

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

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

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

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

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

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

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

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

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

  .w-\[212\.664px\] {
    width: 212.664px;
  }

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

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

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

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

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

  .w-\[563\.187px\] {
    width: 563.187px;
  }

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

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

  .w-\[min\(1110px\,90vw\)\] {
    width: min(1110px, 90vw);
  }

  .w-\[min\(1334px\,90vw\)\] {
    width: min(1334px, 90vw);
  }

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

  .w-full {
    width: 100%;
  }

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

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

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

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

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

  .max-w-\[calc\(100\%-2rem\)\] {
    max-width: calc(100% - 2rem);
  }

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

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

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

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

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

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

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

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

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

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

  .flex-1 {
    flex: 1;
  }

  .flex-none {
    flex: none;
  }

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

  .grow {
    flex-grow: 1;
  }

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

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

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

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

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

  .cursor-pointer {
    cursor: pointer;
  }

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

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

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

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

  .content-start {
    align-content: flex-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-1\.5 {
    gap: calc(var(--spacing) * 1.5);
  }

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

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

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

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

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

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

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

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

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

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

  .overflow-clip {
    overflow: clip;
  }

  .overflow-hidden {
    overflow: hidden;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .rounded-md {
    border-radius: calc(var(--radius)  - 2px);
  }

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

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

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

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

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

  .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-b {
    border-bottom-style: var(--tw-border-style);
    border-bottom-width: 1px;
  }

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

  .border-\[\#00AC1C\] {
    border-color: #00ac1c;
  }

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

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

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

  .border-\[rgba\(0\,0\,0\,0\)\] {
    border-color: #0000;
  }

  .border-\[rgba\(255\,255\,255\,0\.2\)\] {
    border-color: #fff3;
  }

  .border-\[rgba\(255\,255\,255\,0\.4\)\] {
    border-color: #fff6;
  }

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

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

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

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

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

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

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

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

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

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

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

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

  .bg-\[var\(--correct-answer-bg\)\] {
    background-color: var(--correct-answer-bg);
  }

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

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

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

  .bg-black\/90 {
    background-color: #000000e6;
  }

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

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

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

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

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

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

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

  .from-\[rgba\(124\,252\,129\,0\.25\)\] {
    --tw-gradient-from: #7cfc8140;
    --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-\[rgba\(23\,171\,47\,0\.05\)\] {
    --tw-gradient-to: #17ab2f0d;
    --tw-gradient-stops: var(--tw-gradient-via-stops, var(--tw-gradient-position), var(--tw-gradient-from) var(--tw-gradient-from-position), var(--tw-gradient-to) var(--tw-gradient-to-position));
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .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-\[5px\] {
    padding-inline: 5px;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .py-px {
    padding-block: 1px;
  }

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

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

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

  .pt-px {
    padding-top: 1px;
  }

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

  .pr-px {
    padding-right: 1px;
  }

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

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

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

  .pb-px {
    padding-bottom: 1px;
  }

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

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

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

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

  .font-\[\'Crimson_Pro\'\,serif\] {
    font-family: Crimson Pro, serif;
  }

  .font-\[Work_Sans\] {
    font-family: Work Sans;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .break-words {
    overflow-wrap: break-word;
  }

  .overflow-ellipsis {
    text-overflow: ellipsis;
  }

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

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

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

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

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

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

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

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

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

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

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

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

  .text-\[var\(--correct-answer-text\)\] {
    color: var(--correct-answer-text);
  }

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

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

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

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

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

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

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

  .uppercase {
    text-transform: uppercase;
  }

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

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

  .underline-offset-4 {
    text-underline-offset: 4px;
  }

  .opacity-50 {
    opacity: .5;
  }

  .opacity-80 {
    opacity: .8;
  }

  .shadow-\[0px_4px_16px_0px_inset_rgba\(255\,255\,255\,0\.05\)\] {
    --tw-shadow: 0px 4px 16px 0px inset var(--tw-shadow-color, #ffffff0d);
    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);
  }

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

  .filter {
    filter: var(--tw-blur, ) var(--tw-brightness, ) var(--tw-contrast, ) var(--tw-grayscale, ) var(--tw-hue-rotate, ) var(--tw-invert, ) var(--tw-saturate, ) var(--tw-sepia, ) var(--tw-drop-shadow, );
  }

  .backdrop-blur-\[50px\] {
    --tw-backdrop-blur: blur(50px);
    -webkit-backdrop-filter: var(--tw-backdrop-blur, ) var(--tw-backdrop-brightness, ) var(--tw-backdrop-contrast, ) var(--tw-backdrop-grayscale, ) var(--tw-backdrop-hue-rotate, ) var(--tw-backdrop-invert, ) var(--tw-backdrop-opacity, ) var(--tw-backdrop-saturate, ) var(--tw-backdrop-sepia, );
    backdrop-filter: var(--tw-backdrop-blur, ) var(--tw-backdrop-brightness, ) var(--tw-backdrop-contrast, ) var(--tw-backdrop-grayscale, ) var(--tw-backdrop-hue-rotate, ) var(--tw-backdrop-invert, ) var(--tw-backdrop-opacity, ) var(--tw-backdrop-saturate, ) var(--tw-backdrop-sepia, );
  }

  .backdrop-blur-\[100px\] {
    --tw-backdrop-blur: blur(100px);
    -webkit-backdrop-filter: var(--tw-backdrop-blur, ) var(--tw-backdrop-brightness, ) var(--tw-backdrop-contrast, ) var(--tw-backdrop-grayscale, ) var(--tw-backdrop-hue-rotate, ) var(--tw-backdrop-invert, ) var(--tw-backdrop-opacity, ) var(--tw-backdrop-saturate, ) var(--tw-backdrop-sepia, );
    backdrop-filter: var(--tw-backdrop-blur, ) var(--tw-backdrop-brightness, ) var(--tw-backdrop-contrast, ) var(--tw-backdrop-grayscale, ) var(--tw-backdrop-hue-rotate, ) var(--tw-backdrop-invert, ) var(--tw-backdrop-opacity, ) var(--tw-backdrop-saturate, ) var(--tw-backdrop-sepia, );
  }

  .backdrop-filter {
    -webkit-backdrop-filter: var(--tw-backdrop-blur, ) var(--tw-backdrop-brightness, ) var(--tw-backdrop-contrast, ) var(--tw-backdrop-grayscale, ) var(--tw-backdrop-hue-rotate, ) var(--tw-backdrop-invert, ) var(--tw-backdrop-opacity, ) var(--tw-backdrop-saturate, ) var(--tw-backdrop-sepia, );
    backdrop-filter: var(--tw-backdrop-blur, ) var(--tw-backdrop-brightness, ) var(--tw-backdrop-contrast, ) var(--tw-backdrop-grayscale, ) var(--tw-backdrop-hue-rotate, ) var(--tw-backdrop-invert, ) var(--tw-backdrop-opacity, ) var(--tw-backdrop-saturate, ) var(--tw-backdrop-sepia, );
  }

  .transition-all {
    transition-property: all;
    transition-timing-function: var(--tw-ease, var(--default-transition-timing-function));
    transition-duration: var(--tw-duration, var(--default-transition-duration));
  }

  .transition-colors {
    transition-property: color, background-color, border-color, outline-color, text-decoration-color, fill, stroke, --tw-gradient-from, --tw-gradient-via, --tw-gradient-to;
    transition-timing-function: var(--tw-ease, var(--default-transition-timing-function));
    transition-duration: var(--tw-duration, var(--default-transition-duration));
  }

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

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

  @media (hover: hover) {
    .hover\:bg-\[\#1a2230\]:hover {
      background-color: #1a2230;
    }
  }

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

  @media (hover: hover) {
    .hover\:bg-destructive\/90:hover {
      background-color: var(--destructive);
    }

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

  @media (hover: hover) {
    .hover\:bg-primary\/90:hover {
      background-color: var(--primary);
    }

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

  @media (hover: hover) {
    .hover\:bg-secondary\/80:hover {
      background-color: var(--secondary);
    }

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

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

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

  @media (hover: hover) {
    .hover\:opacity-70:hover {
      opacity: .7;
    }
  }

  @media (hover: hover) {
    .hover\:opacity-90:hover {
      opacity: .9;
    }
  }

  .focus-visible\:border-ring:focus-visible {
    border-color: var(--ring);
  }

  .focus-visible\:ring-\[3px\]:focus-visible {
    --tw-ring-shadow: var(--tw-ring-inset, ) 0 0 0 calc(3px + var(--tw-ring-offset-width)) var(--tw-ring-color, currentcolor);
    box-shadow: var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
  }

  .focus-visible\:ring-destructive\/20:focus-visible {
    --tw-ring-color: var(--destructive);
  }

  @supports (color: color-mix(in lab, red, red)) {
    .focus-visible\:ring-destructive\/20:focus-visible {
      --tw-ring-color: color-mix(in oklab, var(--destructive) 20%, transparent);
    }
  }

  .focus-visible\:ring-ring\/50:focus-visible {
    --tw-ring-color: var(--ring);
  }

  @supports (color: color-mix(in lab, red, red)) {
    .focus-visible\:ring-ring\/50:focus-visible {
      --tw-ring-color: color-mix(in oklab, var(--ring) 50%, transparent);
    }
  }

  .active\:scale-95:active {
    --tw-scale-x: 95%;
    --tw-scale-y: 95%;
    --tw-scale-z: 95%;
    scale: var(--tw-scale-x) var(--tw-scale-y);
  }

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

  .disabled\:opacity-50:disabled {
    opacity: .5;
  }

  .has-\[\>svg\]\:px-2\.5:has( > svg) {
    padding-inline: calc(var(--spacing) * 2.5);
  }

  .has-\[\>svg\]\:px-3:has( > svg) {
    padding-inline: calc(var(--spacing) * 3);
  }

  .has-\[\>svg\]\:px-4:has( > svg) {
    padding-inline: calc(var(--spacing) * 4);
  }

  .aria-invalid\:border-destructive[aria-invalid="true"] {
    border-color: var(--destructive);
  }

  .aria-invalid\:ring-destructive\/20[aria-invalid="true"] {
    --tw-ring-color: var(--destructive);
  }

  @supports (color: color-mix(in lab, red, red)) {
    .aria-invalid\:ring-destructive\/20[aria-invalid="true"] {
      --tw-ring-color: color-mix(in oklab, var(--destructive) 20%, transparent);
    }
  }

  .data-\[state\=closed\]\:animate-out[data-state="closed"] {
    animation: exit var(--tw-duration, .15s) var(--tw-ease, ease);
  }

  .data-\[state\=closed\]\:fade-out-0[data-state="closed"] {
    --tw-exit-opacity: 0;
  }

  .data-\[state\=closed\]\:zoom-out-95[data-state="closed"] {
    --tw-exit-scale: .95;
  }

  .data-\[state\=open\]\:animate-in[data-state="open"] {
    animation: enter var(--tw-duration, .15s) var(--tw-ease, ease);
  }

  .data-\[state\=open\]\:fade-in-0[data-state="open"] {
    --tw-enter-opacity: 0;
  }

  .data-\[state\=open\]\:zoom-in-95[data-state="open"] {
    --tw-enter-scale: .95;
  }

  @media (width >= 40rem) {
    .sm\:max-w-lg {
      max-width: var(--container-lg);
    }
  }

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

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

  @media (width >= 40rem) {
    .sm\:text-left {
      text-align: left;
    }
  }

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

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

  @media (width >= 48rem) {
    .md\:min-w-\[500px\] {
      min-width: 500px;
    }
  }

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

  .dark\:border-input:is(.dark *) {
    border-color: var(--input);
  }

  .dark\:bg-destructive\/60:is(.dark *) {
    background-color: var(--destructive);
  }

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

  .dark\:bg-input\/30:is(.dark *) {
    background-color: var(--input);
  }

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

  @media (hover: hover) {
    .dark\:hover\:bg-accent\/50:is(.dark *):hover {
      background-color: var(--accent);
    }

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

  @media (hover: hover) {
    .dark\:hover\:bg-input\/50:is(.dark *):hover {
      background-color: var(--input);
    }

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

  .dark\:focus-visible\:ring-destructive\/40:is(.dark *):focus-visible {
    --tw-ring-color: var(--destructive);
  }

  @supports (color: color-mix(in lab, red, red)) {
    .dark\:focus-visible\:ring-destructive\/40:is(.dark *):focus-visible {
      --tw-ring-color: color-mix(in oklab, var(--destructive) 40%, transparent);
    }
  }

  .dark\:aria-invalid\:ring-destructive\/40:is(.dark *)[aria-invalid="true"] {
    --tw-ring-color: var(--destructive);
  }

  @supports (color: color-mix(in lab, red, red)) {
    .dark\:aria-invalid\:ring-destructive\/40:is(.dark *)[aria-invalid="true"] {
      --tw-ring-color: color-mix(in oklab, var(--destructive) 40%, transparent);
    }
  }

  .\[\&_svg\]\:pointer-events-none svg {
    pointer-events: none;
  }

  .\[\&_svg\]\:shrink-0 svg {
    flex-shrink: 0;
  }

  .\[\&_svg\:not\(\[class\*\=\'size-\'\]\)\]\:size-4 svg:not([class*="size-"]) {
    width: calc(var(--spacing) * 4);
    height: calc(var(--spacing) * 4);
  }
}


:root {
  --font-size: 14px;
  --main-text: #21211e;
  --error-text: #f11a1a;
  --sec-text: #585552;
  --correct-answer: #255b2e;
  --incorrect-answer: #4e1311;
  --correct-answer-bg: #c6fecf;
  --correct-answer-text: #1f1f1f;
  --input-bg: #fff;
  --input-bg-disabled: #f5f2ed;
  --input-text-icon: #1f1f1f;
  --input-text-icon-disabled: #c6c5c5;
  --input-placeholder: #9d968c;
  --page-bg-color: #ede6d9;
  --card-bg-level-1: #faf6f0;
  --card-bg-level-2: #fbf9f9;
  --card-bg-level-3: #fcf7f7;
  --card-bg-level-4: #fff;
  --card-stroke: #fff;
  --pr-btt-bg: #cdb793;
  --pr-btt-bg-disabled: #d7d3cc;
  --pr-btt-text-icon: #211502;
  --pr-btt-text-icon-disabled: #8f887d;
  --pr-btt-stroke: #c1ab86;
  --sec-btt-bg: #cab4901a;
  --sec-btt-bg-disabled: #eae5e1;
  --sec-btt-stroke-color: #c2b7a5;
  --sec-btt-stroke-disabled: #dcd9d3;
  --sec-btt-text-icon: #a68e69;
  --sec-btt-text-icon-disabled: #9c9897;
  --de-btt-bg: #801c1e;
  --de-btt-bg-disabled: #eae5e1;
  --de-btt-stroke: #701c18;
  --de-btt-stroke-disabled: #e0d8d2;
  --de-btt-text-icon: #f0bab3;
  --de-btt-text-icon-disabled: #9c9897;
  --background: #ede6d9;
  --foreground: #21211e;
  --card: #faf6f0;
  --card-foreground: #21211e;
  --popover: #fff;
  --popover-foreground: #21211e;
  --primary: #cdb793;
  --primary-foreground: #211502;
  --primary-disabled: #d7d3cc;
  --primary-foreground-disabled: #8f887d;
  --secondary: #cab4901a;
  --secondary-foreground: #a68e69;
  --muted: #f5f2ed;
  --muted-foreground: #585552;
  --accent: #cdb793;
  --accent-foreground: #211502;
  --destructive: #801c1e;
  --destructive-foreground: #f0bab3;
  --border: #fff3;
  --input: #fff;
  --input-background: #fff;
  --switch-background: #c2b7a5;
  --font-weight-light: 300;
  --font-weight-normal: 400;
  --font-weight-semibold: 600;
  --ring: #c2b7a5;
  --chart-1: #cdb793;
  --chart-2: #a68e69;
  --chart-3: #801c1e;
  --chart-4: #255b2e;
  --chart-5: #585552;
  --radius: .5rem;
  --sidebar: #faf6f0;
  --sidebar-foreground: #21211e;
  --sidebar-primary: #cdb793;
  --sidebar-primary-foreground: #211502;
  --sidebar-accent: #f5f2ed;
  --sidebar-accent-foreground: #21211e;
  --sidebar-border: #fff3;
  --sidebar-ring: #c2b7a5;
}

.dark {
  --main-text: #b7bcb9;
  --error-text: #ee5454;
  --sec-text: #6d7671;
  --correct-answer: #55b865;
  --incorrect-answer: #8e7171;
  --correct-answer-bg: #16351b;
  --correct-answer-text: #d8dcd9;
  --input-bg: #0b0d0b;
  --input-bg-disabled: #141514;
  --input-text-icon: #d8dcd9;
  --input-text-icon-disabled: #353735;
  --input-placeholder: #5c625d;
  --page-bg-color: #000;
  --card-bg-level-1: #0f100f;
  --card-bg-level-2: #1b1d1c;
  --card-bg-level-3: #0f1616;
  --card-bg-level-4: #1b1b18;
  --card-stroke: #abb2ab33;
  --pr-btt-bg: #9b896b;
  --pr-btt-bg-disabled: #262523;
  --pr-btt-text-icon: #fff;
  --pr-btt-text-icon-disabled: #48453f;
  --pr-btt-stroke: #d0bd9f;
  --sec-btt-bg: #111e15;
  --sec-btt-bg-disabled: #1e1e1e;
  --sec-btt-stroke-color: #313e35;
  --sec-btt-stroke-disabled: #2c322e;
  --sec-btt-text-icon: #84a28e;
  --sec-btt-text-icon-disabled: #4d4e4e;
  --de-btt-bg: #401010;
  --de-btt-bg-disabled: #262523;
  --de-btt-stroke: #4c1e1e;
  --de-btt-stroke-disabled: #262523;
  --de-btt-text-icon: #d5c4c4;
  --de-btt-text-icon-disabled: #494545;
  --background: #000;
  --foreground: #b7bcb9;
  --card: #0f100f;
  --card-foreground: #b7bcb9;
  --popover: #0f100f;
  --popover-foreground: #b7bcb9;
  --primary: #9b896b;
  --primary-foreground: #fff;
  --primary-disabled: #262523;
  --primary-foreground-disabled: #48453f;
  --secondary: #111e15;
  --secondary-foreground: #84a28e;
  --muted: #141514;
  --muted-foreground: #6d7671;
  --accent: #9b896b;
  --accent-foreground: #fff;
  --destructive: #401010;
  --destructive-foreground: #d5c4c4;
  --border: #abb2ab33;
  --input: #0b0d0b;
  --input-background: #0b0d0b;
  --switch-background: #313e35;
  --font-weight-light: 300;
  --font-weight-normal: 400;
  --font-weight-semibold: 600;
  --ring: #313e35;
  --chart-1: #9b896b;
  --chart-2: #84a28e;
  --chart-3: #401010;
  --chart-4: #55b865;
  --chart-5: #6d7671;
  --sidebar: #0f100f;
  --sidebar-foreground: #b7bcb9;
  --sidebar-primary: #9b896b;
  --sidebar-primary-foreground: #fff;
  --sidebar-accent: #141514;
  --sidebar-accent-foreground: #b7bcb9;
  --sidebar-border: #abb2ab33;
  --sidebar-ring: #313e35;
}

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

* {
  font-family: Work Sans, sans-serif;
}

.css-7vtuxk {
  -webkit-box-orient: vertical;
  display: -webkit-box;
  overflow: hidden;
}

.text-title-light {
  font-family: Work Sans, sans-serif;
  font-size: 56px;
  font-weight: 300;
  line-height: 64px;
}

.text-title {
  font-family: Work Sans, sans-serif;
  font-size: 56px;
  font-weight: 400;
  line-height: 64px;
}

.text-title-semibold {
  font-family: Work Sans, sans-serif;
  font-size: 56px;
  font-weight: 600;
  line-height: 64px;
}

.text-h1-light {
  font-family: Work Sans, sans-serif;
  font-size: 48px;
  font-weight: 300;
  line-height: 61px;
}

.text-h1 {
  font-family: Work Sans, sans-serif;
  font-size: 48px;
  font-weight: 400;
  line-height: 61px;
}

.text-h1-semibold {
  font-family: Work Sans, sans-serif;
  font-size: 48px;
  font-weight: 600;
  line-height: 61px;
}

.text-h2-light {
  font-family: Work Sans, sans-serif;
  font-size: 38px;
  font-weight: 300;
  line-height: 57px;
}

.text-h2 {
  font-family: Work Sans, sans-serif;
  font-size: 38px;
  font-weight: 400;
  line-height: 57px;
}

.text-h2-semibold {
  font-family: Work Sans, sans-serif;
  font-size: 38px;
  font-weight: 600;
  line-height: 57px;
}

.text-h3-light {
  font-family: Work Sans, sans-serif;
  font-size: 30px;
  font-weight: 300;
  line-height: 38px;
}

.text-h3 {
  font-family: Work Sans, sans-serif;
  font-size: 30px;
  font-weight: 400;
  line-height: 38px;
}

.text-h3-semibold {
  font-family: Work Sans, sans-serif;
  font-size: 30px;
  font-weight: 600;
  line-height: 38px;
}

.text-h4-light {
  font-family: Work Sans, sans-serif;
  font-size: 24px;
  font-weight: 300;
  line-height: 31px;
}

.text-h4 {
  font-family: Work Sans, sans-serif;
  font-size: 24px;
  font-weight: 400;
  line-height: 31px;
}

.text-h4-semibold {
  font-family: Work Sans, sans-serif;
  font-size: 24px;
  font-weight: 600;
  line-height: 31px;
}

.text-h5-light {
  font-family: Work Sans, sans-serif;
  font-size: 20px;
  font-weight: 300;
  line-height: 29px;
}

.text-h5 {
  font-family: Work Sans, sans-serif;
  font-size: 20px;
  font-weight: 400;
  line-height: 29px;
}

.text-h5-semibold {
  font-family: Work Sans, sans-serif;
  font-size: 20px;
  font-weight: 600;
  line-height: 29px;
}

.text-h6-light {
  font-family: Work Sans, sans-serif;
  font-size: 18px;
  font-weight: 300;
  line-height: 27px;
}

.text-h6 {
  font-family: Work Sans, sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 27px;
}

.text-h6-semibold {
  font-family: Work Sans, sans-serif;
  font-size: 18px;
  font-weight: 600;
  line-height: 27px;
}

.text-paragraph-light {
  font-family: Work Sans, sans-serif;
  font-size: 15px;
  font-weight: 300;
  line-height: 20px;
}

.text-paragraph {
  font-family: Work Sans, sans-serif;
  font-size: 15px;
  font-weight: 400;
  line-height: 20px;
}

.text-paragraph-semibold {
  font-family: Work Sans, sans-serif;
  font-size: 15px;
  font-weight: 600;
  line-height: 20px;
}

.text-caption-light {
  font-family: Work Sans, sans-serif;
  font-size: 14px;
  font-weight: 300;
  line-height: 21px;
}

.text-caption {
  font-family: Work Sans, sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 21px;
}

.text-caption-semibold {
  font-family: Work Sans, sans-serif;
  font-size: 14px;
  font-weight: 600;
  line-height: 21px;
}

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

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

.text-correct {
  color: var(--correct-answer);
}

.text-incorrect {
  color: var(--incorrect-answer);
}

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

.text-correct-answer {
  color: var(--correct-answer-text);
}

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

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

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

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

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

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

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

.input-base {
  background-color: var(--input-bg);
  color: var(--input-text-icon);
}

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

.input-base::placeholder {
  color: var(--input-placeholder);
}

.input-disabled {
  background-color: var(--input-bg-disabled);
  color: var(--input-text-icon-disabled);
}

.btn-primary {
  background-color: var(--pr-btt-bg);
  color: var(--pr-btt-text-icon);
  border: 1px solid var(--pr-btt-stroke);
}

.btn-primary:disabled {
  background-color: var(--pr-btt-bg-disabled);
  color: var(--pr-btt-text-icon-disabled);
  border: 1px solid var(--pr-btt-bg-disabled);
  cursor: not-allowed;
  opacity: 1;
}

.btn-secondary {
  background-color: var(--sec-btt-bg);
  color: var(--sec-btt-text-icon);
  border: 1px solid var(--sec-btt-stroke-color);
}

.btn-secondary:disabled {
  background-color: var(--sec-btt-bg-disabled);
  color: var(--sec-btt-text-icon-disabled);
  border: 1px solid var(--sec-btt-stroke-disabled);
  cursor: not-allowed;
  opacity: 1;
}

.btn-delete {
  background-color: var(--de-btt-bg);
  color: var(--de-btt-text-icon);
  border: 1px solid var(--de-btt-stroke);
}

.btn-delete:disabled {
  background-color: var(--de-btt-bg-disabled);
  color: var(--de-btt-text-icon-disabled);
  border: 1px solid var(--de-btt-stroke-disabled);
  cursor: not-allowed;
  opacity: 1;
}

.btn-primary svg {
  color: var(--pr-btt-text-icon);
  stroke: var(--pr-btt-text-icon);
}

.btn-primary:disabled svg {
  color: var(--pr-btt-text-icon-disabled);
  stroke: var(--pr-btt-text-icon-disabled);
}

.btn-secondary svg {
  color: var(--sec-btt-text-icon);
  stroke: var(--sec-btt-text-icon);
}

.btn-secondary:disabled svg {
  color: var(--sec-btt-text-icon-disabled);
  stroke: var(--sec-btt-text-icon-disabled);
}

.btn-delete svg {
  color: var(--de-btt-text-icon);
  stroke: var(--de-btt-text-icon);
}

.btn-delete:disabled svg {
  color: var(--de-btt-text-icon-disabled);
  stroke: var(--de-btt-text-icon-disabled);
}

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

@keyframes enter {
  from {
    opacity: var(--tw-enter-opacity, 1);
    transform: translate3d(var(--tw-enter-translate-x, 0), var(--tw-enter-translate-y, 0), 0) scale3d(var(--tw-enter-scale, 1), var(--tw-enter-scale, 1), var(--tw-enter-scale, 1)) rotate(var(--tw-enter-rotate, 0));
  }
}

@keyframes exit {
  to {
    opacity: var(--tw-exit-opacity, 1);
    transform: translate3d(var(--tw-exit-translate-x, 0), var(--tw-exit-translate-y, 0), 0) scale3d(var(--tw-exit-scale, 1), var(--tw-exit-scale, 1), var(--tw-exit-scale, 1)) rotate(var(--tw-exit-rotate, 0));
  }
}
