@import url('https://fonts.googleapis.com/css2?family=Jost:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Lora:ital,wght@0,400;0,500;0,600;0,700;1,400;1,500;1,600;1,700&display=swap');
/*! tailwindcss v4.3.2 | MIT License | https://tailwindcss.com */
@layer properties;
@layer theme, base, components, utilities;
@layer theme {
  :root, :host {
    --color-rose-500: #ff2357;
    --color-slate-50: #f8fafc;
    --color-slate-600: #45556c;
    --color-slate-700: #314158;
    --spacing: 0.25rem;
    --tracking-normal: 0em;
    --leading-normal: 1.5;
    --ease-in-out: cubic-bezier(0.4, 0, 0.2, 1);
    --default-transition-duration: 150ms;
    --default-transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    --color-brand-50: #fff5ec;
    --color-brand-200: #ffcca5;
    --color-brand-400: #ff7732;
    --color-brand-500: #ff510a;
    --color-brand-600: #ff3700;
    --color-brand-700: #cc2302;
    --color-surface-50: #f3f6f7;
    --color-surface-100: #e3e6ea;
    --color-surface-200: #cad1d7;
    --color-surface-500: #5d6c7d;
    --color-surface-600: #505c69;
    --color-surface-700: #454e59;
    --color-surface-800: #3e444c;
    --color-surface-900: #33373e;
    --color-surface-950: #20242b;
    --color-text-50: #000000;
    --color-text-100: #3c3c3c;
    --color-text-200: #454545;
    --color-text-600: #888888;
    --color-text-800: #d1d1d1;
    --color-text-900: #e7e7e7;
    --color-white-500: #ffffff;
  }
}
@layer base {
  *, ::after, ::before, ::backdrop, ::file-selector-button {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
    border: 0 solid;
  }
  html, :host {
    line-height: 1.5;
    -webkit-text-size-adjust: 100%;
    tab-size: 4;
    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;
  }
  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;
    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 {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
  }
  sub {
    bottom: -0.25em;
  }
  sup {
    top: -0.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 {
    display: block;
    vertical-align: middle;
  }
  img, video {
    max-width: 100%;
    height: auto;
  }
  button, input, select, optgroup, textarea, ::file-selector-button {
    font: inherit;
    font-feature-settings: inherit;
    font-variation-settings: inherit;
    letter-spacing: inherit;
    color: inherit;
    border-radius: 0;
    background-color: transparent;
    opacity: 1;
  }
  :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;
  }
  @supports (not (-webkit-appearance: -apple-pay-button))  or (contain-intrinsic-size: 1px) {
    ::placeholder {
      color: currentcolor;
      @supports (color: color-mix(in lab, red, red)) {
        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, ::-webkit-datetime-edit-year-field, ::-webkit-datetime-edit-month-field, ::-webkit-datetime-edit-day-field, ::-webkit-datetime-edit-hour-field, ::-webkit-datetime-edit-minute-field, ::-webkit-datetime-edit-second-field, ::-webkit-datetime-edit-millisecond-field, ::-webkit-datetime-edit-meridiem-field {
    padding-block: 0;
  }
  ::-webkit-calendar-picker-indicator {
    line-height: 1;
  }
  :-moz-ui-invalid {
    box-shadow: none;
  }
  button, input:where([type="button"], [type="reset"], [type="submit"]), ::file-selector-button {
    appearance: button;
  }
  ::-webkit-inner-spin-button, ::-webkit-outer-spin-button {
    height: auto;
  }
  [hidden]:where(:not([hidden="until-found"])) {
    display: none !important;
  }
}
@layer utilities {
  .fixed {
    position: fixed;
  }
  .relative {
    position: relative;
  }
  .z-0 {
    z-index: 0;
  }
  .z-30 {
    z-index: 30;
  }
  .z-\[0\] {
    z-index: 0;
  }
  .z-\[5\] {
    z-index: 5;
  }
  .z-\[10\] {
    z-index: 10;
  }
  .order-first {
    order: -9999;
  }
  .col-span-1 {
    grid-column: span 1 / span 1;
  }
  .container {
    width: 100%;
    @media (width >= 640px) {
      max-width: 640px;
    }
    @media (width >= 768px) {
      max-width: 768px;
    }
    @media (width >= 1024px) {
      max-width: 1024px;
    }
  }
  .prose-base {
    :where(blockquote):not(:where([class~="not-prose"], [class~="not-prose"] *)) {
      margin-top: 0;
      margin-right: 0;
      margin-bottom: 0;
      margin-left: 0;
      --tw-leading: 1.0;
      line-height: 1.0;
      a {
        text-decoration-line: none;
        &:hover {
          text-decoration-line: none;
        }
        &:visited {
          text-decoration-line: none;
        }
      }
    }
    :where(code):not(:where([class~="not-prose"], [class~="not-prose"] *)) {
      margin-top: 0;
      margin-right: 0;
      margin-bottom: 0;
      margin-left: 0;
      --tw-leading: 1.0;
      line-height: 1.0;
      a {
        text-decoration-line: none;
        &:hover {
          text-decoration-line: none;
        }
        &:visited {
          text-decoration-line: none;
        }
      }
    }
    :where(h1):not(:where([class~="not-prose"], [class~="not-prose"] *)) {
      margin-top: 0;
      margin-right: 0;
      margin-bottom: 0;
      margin-left: 0;
      font-family: ;
      font-size: 1.88rem;
      line-height: var(--tw-leading, 2.25rem);
      --tw-leading: 1.2000000000000002;
      line-height: 1.2000000000000002;
      color: var(--color-text-50);
      @media (prefers-color-scheme: dark) {
        color: var(--color-text-900);
      }
      a {
        text-decoration-line: none;
        &:hover {
          text-decoration-line: none;
        }
        &:visited {
          text-decoration-line: none;
        }
      }
    }
    :where(h2):not(:where([class~="not-prose"], [class~="not-prose"] *)) {
      margin-top: 0;
      margin-right: 0;
      margin-bottom: 0;
      margin-left: 0;
      font-family: ;
      font-size: 1.50rem;
      line-height: var(--tw-leading, 2.00rem);
      --tw-leading: 1.1;
      line-height: 1.1;
      color: var(--color-text-100);
      @media (prefers-color-scheme: dark) {
        color: var(--color-text-800);
      }
      a {
        text-decoration-line: none;
        &:hover {
          text-decoration-line: none;
        }
        &:visited {
          text-decoration-line: none;
        }
      }
    }
    :where(h3):not(:where([class~="not-prose"], [class~="not-prose"] *)) {
      margin-top: 0;
      margin-right: 0;
      margin-bottom: 0;
      margin-left: 0;
      --tw-leading: 1.0;
      line-height: 1.0;
      a {
        text-decoration-line: none;
        &:hover {
          text-decoration-line: none;
        }
        &:visited {
          text-decoration-line: none;
        }
      }
    }
    :where(h4):not(:where([class~="not-prose"], [class~="not-prose"] *)) {
      margin-top: 0;
      margin-right: 0;
      margin-bottom: 0;
      margin-left: 0;
      --tw-leading: 1.0;
      line-height: 1.0;
      a {
        text-decoration-line: none;
        &:hover {
          text-decoration-line: none;
        }
        &:visited {
          text-decoration-line: none;
        }
      }
    }
    :where(h5):not(:where([class~="not-prose"], [class~="not-prose"] *)) {
      margin-top: 0;
      margin-right: 0;
      margin-bottom: 0;
      margin-left: 0;
      --tw-leading: 1.0;
      line-height: 1.0;
      a {
        text-decoration-line: none;
        &:hover {
          text-decoration-line: none;
        }
        &:visited {
          text-decoration-line: none;
        }
      }
    }
    :where(h6):not(:where([class~="not-prose"], [class~="not-prose"] *)) {
      margin-top: 0;
      margin-right: 0;
      margin-bottom: 0;
      margin-left: 0;
      --tw-leading: 1.0;
      line-height: 1.0;
      a {
        text-decoration-line: none;
        &:hover {
          text-decoration-line: none;
        }
        &:visited {
          text-decoration-line: none;
        }
      }
    }
    :where(li):not(:where([class~="not-prose"], [class~="not-prose"] *)) {
      margin-top: calc(var(--spacing) * 2);
      margin-bottom: calc(var(--spacing) * 2);
    }
    :where(ol):not(:where([class~="not-prose"], [class~="not-prose"] *)) {
      list-style-position: outside;
      list-style-type: decimal;
      padding-left: calc(var(--spacing) * 6);
      font-family: ;
      font-size: 1.00rem;
      line-height: var(--tw-leading, 1.50rem);
      --tw-leading: 1.5;
      line-height: 1.5;
      --tw-font-weight: 300.0;
      font-weight: 300.0;
      color: var(--color-text-200);
      @media (prefers-color-scheme: dark) {
        color: var(--color-text-600);
      }
    }
    :where(p):not(:where([class~="not-prose"], [class~="not-prose"] *)) {
      margin-top: 0;
      margin-right: 0;
      margin-bottom: 0;
      margin-left: 0;
      font-family: ;
      font-size: 1.00rem;
      line-height: var(--tw-leading, 1.50rem);
      --tw-leading: 1.5;
      line-height: 1.5;
      --tw-font-weight: 300.0;
      font-weight: 300.0;
      color: var(--color-text-200);
      @media (prefers-color-scheme: dark) {
        color: var(--color-text-600);
      }
      a {
        color: var(--color-brand-500);
        text-decoration-line: underline;
        &:hover {
          color: var(--color-brand-600);
          text-decoration-line: underline;
        }
        &:visited {
          text-decoration-line: none;
        }
      }
    }
    :where(ul):not(:where([class~="not-prose"], [class~="not-prose"] *)) {
      list-style-position: outside;
      list-style-type: disc;
      padding-left: calc(var(--spacing) * 6);
      font-family: ;
      font-size: 1.00rem;
      line-height: var(--tw-leading, 1.50rem);
      --tw-leading: 1.5;
      line-height: 1.5;
      --tw-font-weight: 300.0;
      font-weight: 300.0;
      color: var(--color-text-200);
      @media (prefers-color-scheme: dark) {
        color: var(--color-text-600);
      }
    }
  }
  .prose-sm {
    :where(blockquote):not(:where([class~="not-prose"], [class~="not-prose"] *)) {
      margin-top: 0;
      margin-right: 0;
      margin-bottom: 0;
      margin-left: 0;
      --tw-leading: 1.0;
      line-height: 1.0;
      a {
        text-decoration-line: none;
        &:hover {
          text-decoration-line: none;
        }
        &:visited {
          text-decoration-line: none;
        }
      }
    }
    :where(code):not(:where([class~="not-prose"], [class~="not-prose"] *)) {
      margin-top: 0;
      margin-right: 0;
      margin-bottom: 0;
      margin-left: 0;
      --tw-leading: 1.0;
      line-height: 1.0;
      a {
        text-decoration-line: none;
        &:hover {
          text-decoration-line: none;
        }
        &:visited {
          text-decoration-line: none;
        }
      }
    }
    :where(h1):not(:where([class~="not-prose"], [class~="not-prose"] *)) {
      margin-top: 0;
      margin-right: 0;
      margin-bottom: 0;
      margin-left: 0;
      font-family: ;
      font-size: 1.88rem;
      line-height: var(--tw-leading, 2.25rem);
      --tw-leading: 1.2000000000000002;
      line-height: 1.2000000000000002;
      color: var(--color-text-50);
      @media (prefers-color-scheme: dark) {
        color: var(--color-text-900);
      }
      a {
        text-decoration-line: none;
        &:hover {
          text-decoration-line: none;
        }
        &:visited {
          text-decoration-line: none;
        }
      }
    }
    :where(h2):not(:where([class~="not-prose"], [class~="not-prose"] *)) {
      margin-top: 0;
      margin-right: 0;
      margin-bottom: 0;
      margin-left: 0;
      font-family: ;
      font-size: 1.50rem;
      line-height: var(--tw-leading, 2.00rem);
      --tw-leading: 1.1;
      line-height: 1.1;
      color: var(--color-text-100);
      @media (prefers-color-scheme: dark) {
        color: var(--color-text-800);
      }
      a {
        text-decoration-line: none;
        &:hover {
          text-decoration-line: none;
        }
        &:visited {
          text-decoration-line: none;
        }
      }
    }
    :where(h3):not(:where([class~="not-prose"], [class~="not-prose"] *)) {
      margin-top: 0;
      margin-right: 0;
      margin-bottom: 0;
      margin-left: 0;
      --tw-leading: 1.0;
      line-height: 1.0;
      a {
        text-decoration-line: none;
        &:hover {
          text-decoration-line: none;
        }
        &:visited {
          text-decoration-line: none;
        }
      }
    }
    :where(h4):not(:where([class~="not-prose"], [class~="not-prose"] *)) {
      margin-top: 0;
      margin-right: 0;
      margin-bottom: 0;
      margin-left: 0;
      --tw-leading: 1.0;
      line-height: 1.0;
      a {
        text-decoration-line: none;
        &:hover {
          text-decoration-line: none;
        }
        &:visited {
          text-decoration-line: none;
        }
      }
    }
    :where(h5):not(:where([class~="not-prose"], [class~="not-prose"] *)) {
      margin-top: 0;
      margin-right: 0;
      margin-bottom: 0;
      margin-left: 0;
      --tw-leading: 1.0;
      line-height: 1.0;
      a {
        text-decoration-line: none;
        &:hover {
          text-decoration-line: none;
        }
        &:visited {
          text-decoration-line: none;
        }
      }
    }
    :where(h6):not(:where([class~="not-prose"], [class~="not-prose"] *)) {
      margin-top: 0;
      margin-right: 0;
      margin-bottom: 0;
      margin-left: 0;
      --tw-leading: 1.0;
      line-height: 1.0;
      a {
        text-decoration-line: none;
        &:hover {
          text-decoration-line: none;
        }
        &:visited {
          text-decoration-line: none;
        }
      }
    }
    :where(li):not(:where([class~="not-prose"], [class~="not-prose"] *)) {
      margin-top: calc(var(--spacing) * 2);
      margin-bottom: calc(var(--spacing) * 2);
    }
    :where(ol):not(:where([class~="not-prose"], [class~="not-prose"] *)) {
      list-style-position: outside;
      list-style-type: decimal;
      padding-left: calc(var(--spacing) * 6);
      font-family: ;
      font-size: 0.88rem;
      line-height: var(--tw-leading, 1.25rem);
      --tw-leading: 1.3;
      line-height: 1.3;
      --tw-font-weight: 300.0;
      font-weight: 300.0;
      color: var(--color-text-200);
      @media (prefers-color-scheme: dark) {
        color: var(--color-text-600);
      }
    }
    :where(p):not(:where([class~="not-prose"], [class~="not-prose"] *)) {
      margin-top: 0;
      margin-right: 0;
      margin-bottom: 0;
      margin-left: 0;
      font-family: ;
      font-size: 0.88rem;
      line-height: var(--tw-leading, 1.25rem);
      --tw-leading: 1.3;
      line-height: 1.3;
      --tw-font-weight: 300.0;
      font-weight: 300.0;
      color: var(--color-text-200);
      @media (prefers-color-scheme: dark) {
        color: var(--color-text-600);
      }
      a {
        color: var(--color-brand-500);
        text-decoration-line: underline;
        &:hover {
          color: var(--color-brand-600);
          text-decoration-line: underline;
        }
        &:visited {
          text-decoration-line: none;
        }
      }
    }
    :where(ul):not(:where([class~="not-prose"], [class~="not-prose"] *)) {
      list-style-position: outside;
      list-style-type: disc;
      padding-left: calc(var(--spacing) * 6);
      font-family: ;
      font-size: 0.88rem;
      line-height: var(--tw-leading, 1.25rem);
      --tw-leading: 1.3;
      line-height: 1.3;
      --tw-font-weight: 300.0;
      font-weight: 300.0;
      color: var(--color-text-200);
      @media (prefers-color-scheme: dark) {
        color: var(--color-text-600);
      }
    }
  }
  .mt-0 {
    margin-top: 0;
  }
  .mt-0\.5 {
    margin-top: calc(var(--spacing) * 0.5);
  }
  .mt-auto {
    margin-top: auto;
  }
  .mr-0 {
    margin-right: 0;
  }
  .mr-auto {
    margin-right: auto;
  }
  .mb-0 {
    margin-bottom: 0;
  }
  .mb-0\.5 {
    margin-bottom: calc(var(--spacing) * 0.5);
  }
  .mb-2 {
    margin-bottom: calc(var(--spacing) * 2);
  }
  .mb-3 {
    margin-bottom: calc(var(--spacing) * 3);
  }
  .mb-16 {
    margin-bottom: calc(var(--spacing) * 16);
  }
  .mb-auto {
    margin-bottom: auto;
  }
  .ml-0 {
    margin-left: 0;
  }
  .ml-auto {
    margin-left: auto;
  }
  .block {
    display: block;
  }
  .flex {
    display: flex;
  }
  .grid {
    display: grid;
  }
  .hidden {
    display: none;
  }
  .aspect-\[0\.9009009003639221\] {
    aspect-ratio: 0.9009009003639221;
  }
  .aspect-\[1\.192893385887146\] {
    aspect-ratio: 1.192893385887146;
  }
  .h-0 {
    height: 0;
  }
  .h-0\.5 {
    height: calc(var(--spacing) * 0.5);
  }
  .h-6 {
    height: calc(var(--spacing) * 6);
  }
  .h-10 {
    height: calc(var(--spacing) * 10);
  }
  .h-auto {
    height: auto;
  }
  .w-5 {
    width: calc(var(--spacing) * 5);
  }
  .w-6 {
    width: calc(var(--spacing) * 6);
  }
  .w-24 {
    width: calc(var(--spacing) * 24);
  }
  .w-36 {
    width: calc(var(--spacing) * 36);
  }
  .w-\[100\%\] {
    width: 100%;
  }
  .w-\[128px\] {
    width: 128px;
  }
  .w-auto {
    width: auto;
  }
  .w-full {
    width: 100%;
  }
  .max-w-\[100\%\] {
    max-width: 100%;
  }
  .origin-center {
    transform-origin: center;
  }
  .origin-left {
    transform-origin: 0;
  }
  .translate-y-\[0px\] {
    --tw-translate-y: 0px;
    translate: var(--tw-translate-x) var(--tw-translate-y);
  }
  .scale-x-\[100\%\] {
    --tw-scale-x: 100%;
    scale: var(--tw-scale-x) var(--tw-scale-y);
  }
  .scale-y-\[100\%\] {
    --tw-scale-y: 100%;
    scale: var(--tw-scale-x) var(--tw-scale-y);
  }
  .rotate-\[0deg\] {
    rotate: 0deg;
  }
  .skew-x-\[0deg\] {
    --tw-skew-x: skewX(0deg);
    transform: var(--tw-rotate-x,) var(--tw-rotate-y,) var(--tw-rotate-z,) var(--tw-skew-x,) var(--tw-skew-y,);
  }
  .skew-y-\[0deg\] {
    --tw-skew-y: skewY(0deg);
    transform: var(--tw-rotate-x,) var(--tw-rotate-y,) var(--tw-rotate-z,) var(--tw-skew-x,) var(--tw-skew-y,);
  }
  .transform {
    transform: var(--tw-rotate-x,) var(--tw-rotate-y,) var(--tw-rotate-z,) var(--tw-skew-x,) var(--tw-skew-y,);
  }
  .transform-gpu {
    transform: translateZ(0) var(--tw-rotate-x,) var(--tw-rotate-y,) var(--tw-rotate-z,) var(--tw-skew-x,) var(--tw-skew-y,);
  }
  .cursor-pointer {
    cursor: pointer;
  }
  .appearance-none {
    appearance: none;
  }
  .grid-flow-row {
    grid-auto-flow: row;
  }
  .grid-cols-1 {
    grid-template-columns: repeat(1, minmax(0, 1fr));
  }
  .flex-col {
    flex-direction: column;
  }
  .flex-row {
    flex-direction: row;
  }
  .flex-nowrap {
    flex-wrap: nowrap;
  }
  .flex-wrap {
    flex-wrap: wrap;
  }
  .content-normal {
    align-content: normal;
  }
  .items-center {
    align-items: center;
  }
  .justify-center {
    justify-content: center;
  }
  .justify-normal {
    justify-content: normal;
  }
  .justify-start {
    justify-content: flex-start;
  }
  .justify-items-normal {
    justify-items: normal;
  }
  .gap-1 {
    gap: var(--spacing);
  }
  .gap-1\.5 {
    gap: calc(var(--spacing) * 1.5);
  }
  .gap-5 {
    gap: calc(var(--spacing) * 5);
  }
  .gap-8 {
    gap: calc(var(--spacing) * 8);
  }
  .gap-x-1 {
    column-gap: var(--spacing);
  }
  .gap-x-2 {
    column-gap: calc(var(--spacing) * 2);
  }
  .gap-x-3 {
    column-gap: calc(var(--spacing) * 3);
  }
  .gap-x-3\.5 {
    column-gap: calc(var(--spacing) * 3.5);
  }
  .gap-y-3 {
    row-gap: calc(var(--spacing) * 3);
  }
  .gap-y-3\.5 {
    row-gap: calc(var(--spacing) * 3.5);
  }
  .self-auto {
    align-self: auto;
  }
  .self-center {
    align-self: center;
  }
  .self-start {
    align-self: flex-start;
  }
  .justify-self-auto {
    justify-self: auto;
  }
  .justify-self-center {
    justify-self: center;
  }
  .justify-self-start {
    justify-self: flex-start;
  }
  .overflow-hidden {
    overflow: hidden;
  }
  .scroll-smooth {
    scroll-behavior: smooth;
  }
  .rounded-tl {
    border-top-left-radius: 0.24rem;
  }
  .rounded-tl-full {
    border-top-left-radius: 36.0rem;
  }
  .rounded-tl-lg {
    border-top-left-radius: 0.5rem;
  }
  .rounded-tl-none {
    border-top-left-radius: 0.0rem;
  }
  .rounded-tl-xl {
    border-top-left-radius: 0.75rem;
  }
  .rounded-tr {
    border-top-right-radius: 0.24rem;
  }
  .rounded-tr-full {
    border-top-right-radius: 36.0rem;
  }
  .rounded-tr-lg {
    border-top-right-radius: 0.5rem;
  }
  .rounded-tr-none {
    border-top-right-radius: 0.0rem;
  }
  .rounded-tr-xl {
    border-top-right-radius: 0.75rem;
  }
  .rounded-br {
    border-bottom-right-radius: 0.24rem;
  }
  .rounded-br-full {
    border-bottom-right-radius: 36.0rem;
  }
  .rounded-br-lg {
    border-bottom-right-radius: 0.5rem;
  }
  .rounded-br-none {
    border-bottom-right-radius: 0.0rem;
  }
  .rounded-br-xl {
    border-bottom-right-radius: 0.75rem;
  }
  .rounded-bl {
    border-bottom-left-radius: 0.24rem;
  }
  .rounded-bl-full {
    border-bottom-left-radius: 36.0rem;
  }
  .rounded-bl-lg {
    border-bottom-left-radius: 0.5rem;
  }
  .rounded-bl-none {
    border-bottom-left-radius: 0.0rem;
  }
  .rounded-bl-xl {
    border-bottom-left-radius: 0.75rem;
  }
  .border-t {
    border-top-style: var(--tw-border-style);
    border-top-width: 0.18rem;
  }
  .border-t-0 {
    border-top-style: var(--tw-border-style);
    border-top-width: 0.0rem;
  }
  .border-t-1 {
    border-top-style: var(--tw-border-style);
    border-top-width: 0.06rem;
  }
  .border-t-\[1px\] {
    border-top-style: var(--tw-border-style);
    border-top-width: 1px;
  }
  .border-r {
    border-right-style: var(--tw-border-style);
    border-right-width: 0.18rem;
  }
  .border-r-0 {
    border-right-style: var(--tw-border-style);
    border-right-width: 0.0rem;
  }
  .border-r-1 {
    border-right-style: var(--tw-border-style);
    border-right-width: 0.06rem;
  }
  .border-r-\[1px\] {
    border-right-style: var(--tw-border-style);
    border-right-width: 1px;
  }
  .border-b {
    border-bottom-style: var(--tw-border-style);
    border-bottom-width: 0.18rem;
  }
  .border-b-0 {
    border-bottom-style: var(--tw-border-style);
    border-bottom-width: 0.0rem;
  }
  .border-b-1 {
    border-bottom-style: var(--tw-border-style);
    border-bottom-width: 0.06rem;
  }
  .border-b-\[1px\] {
    border-bottom-style: var(--tw-border-style);
    border-bottom-width: 1px;
  }
  .border-l {
    border-left-style: var(--tw-border-style);
    border-left-width: 0.18rem;
  }
  .border-l-0 {
    border-left-style: var(--tw-border-style);
    border-left-width: 0.0rem;
  }
  .border-l-1 {
    border-left-style: var(--tw-border-style);
    border-left-width: 0.06rem;
  }
  .border-l-\[1px\] {
    border-left-style: var(--tw-border-style);
    border-left-width: 1px;
  }
  .border-solid {
    --tw-border-style: solid;
    border-style: solid;
  }
  .border-surface-100\/\[100\%\] {
    border-color: var(--color-surface-100);
  }
  .border-surface-500\/\[0\%\] {
    border-color: color-mix(in srgb, #5d6c7d 0%, transparent);
    @supports (color: color-mix(in lab, red, red)) {
      border-color: color-mix(in oklab, var(--color-surface-500) 0%, transparent);
    }
  }
  .border-surface-500\/\[100\%\] {
    border-color: var(--color-surface-500);
  }
  .bg-brand-400\/\(--bgColorOpacity\) {
    background-color: #ff7732;
    @supports (color: color-mix(in lab, red, red)) {
      background-color: color-mix(in oklab, var(--color-brand-400) var(--bgColorOpacity), transparent);
    }
  }
  .bg-brand-500\/\(--bgColorOpacity\) {
    background-color: #ff510a;
    @supports (color: color-mix(in lab, red, red)) {
      background-color: color-mix(in oklab, var(--color-brand-500) var(--bgColorOpacity), transparent);
    }
  }
  .bg-rose-500\/\(--bgColorOpacity\) {
    background-color: #ff2357;
    @supports (color: color-mix(in lab, red, red)) {
      background-color: color-mix(in oklab, var(--color-rose-500) var(--bgColorOpacity), transparent);
    }
  }
  .bg-surface-50 {
    background-color: var(--color-surface-50);
  }
  .bg-surface-50\/\(--bgColorOpacity\) {
    background-color: #f3f6f7;
    @supports (color: color-mix(in lab, red, red)) {
      background-color: color-mix(in oklab, var(--color-surface-50) var(--bgColorOpacity), transparent);
    }
  }
  .bg-surface-100\/\(--bgColorOpacity\) {
    background-color: #e3e6ea;
    @supports (color: color-mix(in lab, red, red)) {
      background-color: color-mix(in oklab, var(--color-surface-100) var(--bgColorOpacity), transparent);
    }
  }
  .bg-surface-200\/\(--bgColorOpacity\) {
    background-color: #cad1d7;
    @supports (color: color-mix(in lab, red, red)) {
      background-color: color-mix(in oklab, var(--color-surface-200) var(--bgColorOpacity), transparent);
    }
  }
  .object-center {
    object-position: center;
  }
  .pt-0 {
    padding-top: 0;
  }
  .pt-1 {
    padding-top: var(--spacing);
  }
  .pt-2 {
    padding-top: calc(var(--spacing) * 2);
  }
  .pt-3 {
    padding-top: calc(var(--spacing) * 3);
  }
  .pt-28 {
    padding-top: calc(var(--spacing) * 28);
  }
  .pr-0 {
    padding-right: 0;
  }
  .pr-1 {
    padding-right: var(--spacing);
  }
  .pr-3 {
    padding-right: calc(var(--spacing) * 3);
  }
  .pr-5 {
    padding-right: calc(var(--spacing) * 5);
  }
  .pb-0 {
    padding-bottom: 0;
  }
  .pb-1 {
    padding-bottom: var(--spacing);
  }
  .pb-2 {
    padding-bottom: calc(var(--spacing) * 2);
  }
  .pb-3 {
    padding-bottom: calc(var(--spacing) * 3);
  }
  .pb-5 {
    padding-bottom: calc(var(--spacing) * 5);
  }
  .pl-0 {
    padding-left: 0;
  }
  .pl-1 {
    padding-left: var(--spacing);
  }
  .pl-3 {
    padding-left: calc(var(--spacing) * 3);
  }
  .pl-3\.5 {
    padding-left: calc(var(--spacing) * 3.5);
  }
  .pl-5 {
    padding-left: calc(var(--spacing) * 5);
  }
  .text-center {
    text-align: center;
  }
  .font-body {
    font-family: Jost;
  }
  .font-lexend {
    font-family: ;
  }
  .text-lg {
    font-size: 1.12rem;
    line-height: var(--tw-leading, 1.75rem);
  }
  .text-sm {
    font-size: 0.88rem;
    line-height: var(--tw-leading, 1.25rem);
  }
  .text-xs {
    font-size: 0.75rem;
    line-height: var(--tw-leading, 1.00rem);
  }
  .leading-normal {
    --tw-leading: var(--leading-normal);
    line-height: var(--leading-normal);
  }
  .font-\[400\] {
    --tw-font-weight: 400;
    font-weight: 400;
  }
  .tracking-normal {
    --tw-tracking: var(--tracking-normal);
    letter-spacing: var(--tracking-normal);
  }
  .text-slate-50\/\(--buttonFontAndTextStylesColorOpacity\) {
    color: #f8fafc;
    @supports (color: color-mix(in lab, red, red)) {
      color: color-mix(in oklab, var(--color-slate-50) var(--buttonFontAndTextStylesColorOpacity), transparent);
    }
  }
  .text-surface-50\/\(--buttonFontAndTextStylesColorOpacity\) {
    color: #f3f6f7;
    @supports (color: color-mix(in lab, red, red)) {
      color: color-mix(in oklab, var(--color-surface-50) var(--buttonFontAndTextStylesColorOpacity), transparent);
    }
  }
  .text-white-500 {
    color: var(--color-white-500);
  }
  .capitalize {
    text-transform: capitalize;
  }
  .normal-case {
    text-transform: none;
  }
  .opacity-\[100\%\] {
    opacity: 100%;
  }
  .shadow {
    --tw-shadow: 3px 3px 5px 0px var(--tw-shadow-color, rgba(0,0,0,0.30));
    box-shadow: var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
  }
  .shadow-hover {
    --tw-shadow: 0px 4px 15px 0px var(--tw-shadow-color, rgba(0,0,0,0.20));
    box-shadow: var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
  }
  .shadow-subtle {
    --tw-shadow: 0px 2px 5px 0px var(--tw-shadow-color, rgba(217,217,217,0.30));
    box-shadow: var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
  }
  .transition-all {
    transition-property: all;
    transition-timing-function: var(--tw-ease, var(--default-transition-timing-function));
    transition-duration: var(--tw-duration, var(--default-transition-duration));
  }
  .delay-\[0ms\] {
    transition-delay: 0ms;
  }
  .duration-\[150ms\] {
    --tw-duration: 150ms;
    transition-duration: 150ms;
  }
  .duration-\[300ms\] {
    --tw-duration: 300ms;
    transition-duration: 300ms;
  }
  .ease-in-out {
    --tw-ease: var(--ease-in-out);
    transition-timing-function: var(--ease-in-out);
  }
  .\[--bgColorOpacity\:0\%\] {
    --bgColorOpacity: 0%;
  }
  .\[--bgColorOpacity\:100\%\] {
    --bgColorOpacity: 100%;
  }
  .\[--box-shadow-opacity\:100\%\] {
    --box-shadow-opacity: 100%;
  }
  .\[--buttonFontAndTextStylesColorOpacity\:100\%\] {
    --buttonFontAndTextStylesColorOpacity: 100%;
  }
  .text-shadow-none {
    text-shadow: none;
  }
  .group-hover\/flex\:translate-x-\[0px\] {
    &:is(:where(.group\/flex):hover *) {
      @media (hover: hover) {
        --tw-translate-x: 0px;
        translate: var(--tw-translate-x) var(--tw-translate-y);
      }
    }
  }
  .group-hover\/flex\:translate-x-\[5px\] {
    &:is(:where(.group\/flex):hover *) {
      @media (hover: hover) {
        --tw-translate-x: 5px;
        translate: var(--tw-translate-x) var(--tw-translate-y);
      }
    }
  }
  .group-hover\/flex\:translate-y-\[0px\] {
    &:is(:where(.group\/flex):hover *) {
      @media (hover: hover) {
        --tw-translate-y: 0px;
        translate: var(--tw-translate-x) var(--tw-translate-y);
      }
    }
  }
  .group-hover\/flex\:scale-x-\[100\%\] {
    &:is(:where(.group\/flex):hover *) {
      @media (hover: hover) {
        --tw-scale-x: 100%;
        scale: var(--tw-scale-x) var(--tw-scale-y);
      }
    }
  }
  .group-hover\/flex\:scale-y-\[100\%\] {
    &:is(:where(.group\/flex):hover *) {
      @media (hover: hover) {
        --tw-scale-y: 100%;
        scale: var(--tw-scale-x) var(--tw-scale-y);
      }
    }
  }
  .group-hover\/flex\:rotate-\[0deg\] {
    &:is(:where(.group\/flex):hover *) {
      @media (hover: hover) {
        rotate: 0deg;
      }
    }
  }
  .group-hover\/flex\:skew-x-\[0deg\] {
    &:is(:where(.group\/flex):hover *) {
      @media (hover: hover) {
        --tw-skew-x: skewX(0deg);
        transform: var(--tw-rotate-x,) var(--tw-rotate-y,) var(--tw-rotate-z,) var(--tw-skew-x,) var(--tw-skew-y,);
      }
    }
  }
  .group-hover\/flex\:skew-y-\[0deg\] {
    &:is(:where(.group\/flex):hover *) {
      @media (hover: hover) {
        --tw-skew-y: skewY(0deg);
        transform: var(--tw-rotate-x,) var(--tw-rotate-y,) var(--tw-rotate-z,) var(--tw-skew-x,) var(--tw-skew-y,);
      }
    }
  }
  .hover\:translate-x-\[0px\] {
    &:hover {
      @media (hover: hover) {
        --tw-translate-x: 0px;
        translate: var(--tw-translate-x) var(--tw-translate-y);
      }
    }
  }
  .hover\:translate-y-\[-2px\] {
    &:hover {
      @media (hover: hover) {
        --tw-translate-y: -2px;
        translate: var(--tw-translate-x) var(--tw-translate-y);
      }
    }
  }
  .hover\:translate-y-\[0px\] {
    &:hover {
      @media (hover: hover) {
        --tw-translate-y: 0px;
        translate: var(--tw-translate-x) var(--tw-translate-y);
      }
    }
  }
  .hover\:scale-x-\[100\%\] {
    &:hover {
      @media (hover: hover) {
        --tw-scale-x: 100%;
        scale: var(--tw-scale-x) var(--tw-scale-y);
      }
    }
  }
  .hover\:scale-x-\[103\%\] {
    &:hover {
      @media (hover: hover) {
        --tw-scale-x: 103%;
        scale: var(--tw-scale-x) var(--tw-scale-y);
      }
    }
  }
  .hover\:scale-y-\[100\%\] {
    &:hover {
      @media (hover: hover) {
        --tw-scale-y: 100%;
        scale: var(--tw-scale-x) var(--tw-scale-y);
      }
    }
  }
  .hover\:scale-y-\[103\%\] {
    &:hover {
      @media (hover: hover) {
        --tw-scale-y: 103%;
        scale: var(--tw-scale-x) var(--tw-scale-y);
      }
    }
  }
  .hover\:rotate-\[0deg\] {
    &:hover {
      @media (hover: hover) {
        rotate: 0deg;
      }
    }
  }
  .hover\:skew-x-\[0deg\] {
    &:hover {
      @media (hover: hover) {
        --tw-skew-x: skewX(0deg);
        transform: var(--tw-rotate-x,) var(--tw-rotate-y,) var(--tw-rotate-z,) var(--tw-skew-x,) var(--tw-skew-y,);
      }
    }
  }
  .hover\:skew-y-\[0deg\] {
    &:hover {
      @media (hover: hover) {
        --tw-skew-y: skewY(0deg);
        transform: var(--tw-rotate-x,) var(--tw-rotate-y,) var(--tw-rotate-z,) var(--tw-skew-x,) var(--tw-skew-y,);
      }
    }
  }
  .hover\:rounded-tl {
    &:hover {
      @media (hover: hover) {
        border-top-left-radius: 0.24rem;
      }
    }
  }
  .hover\:rounded-tr {
    &:hover {
      @media (hover: hover) {
        border-top-right-radius: 0.24rem;
      }
    }
  }
  .hover\:rounded-br {
    &:hover {
      @media (hover: hover) {
        border-bottom-right-radius: 0.24rem;
      }
    }
  }
  .hover\:rounded-bl {
    &:hover {
      @media (hover: hover) {
        border-bottom-left-radius: 0.24rem;
      }
    }
  }
  .hover\:border-solid {
    &:hover {
      @media (hover: hover) {
        --tw-border-style: solid;
        border-style: solid;
      }
    }
  }
  .hover\:border-surface-500\/\[100\%\] {
    &:hover {
      @media (hover: hover) {
        border-color: var(--color-surface-500);
      }
    }
  }
  .hover\:bg-brand-600\/\(--bgColorOpacityEnd\) {
    &:hover {
      @media (hover: hover) {
        background-color: #ff3700;
        @supports (color: color-mix(in lab, red, red)) {
          background-color: color-mix(in oklab, var(--color-brand-600) var(--bgColorOpacityEnd), transparent);
        }
      }
    }
  }
  .hover\:bg-brand-700\/\(--bgColorOpacityEnd\) {
    &:hover {
      @media (hover: hover) {
        background-color: #cc2302;
        @supports (color: color-mix(in lab, red, red)) {
          background-color: color-mix(in oklab, var(--color-brand-700) var(--bgColorOpacityEnd), transparent);
        }
      }
    }
  }
  .hover\:bg-surface-200\/\(--bgColorOpacityEnd\) {
    &:hover {
      @media (hover: hover) {
        background-color: #cad1d7;
        @supports (color: color-mix(in lab, red, red)) {
          background-color: color-mix(in oklab, var(--color-surface-200) var(--bgColorOpacityEnd), transparent);
        }
      }
    }
  }
  .hover\:text-slate-50\/\(--buttonFontAndTextStylesColorOpacityHover\) {
    &:hover {
      @media (hover: hover) {
        color: #f8fafc;
        @supports (color: color-mix(in lab, red, red)) {
          color: color-mix(in oklab, var(--color-slate-50) var(--buttonFontAndTextStylesColorOpacityHover), transparent);
        }
      }
    }
  }
  .hover\:text-surface-50\/\(--buttonFontAndTextStylesColorOpacityHover\) {
    &:hover {
      @media (hover: hover) {
        color: #f3f6f7;
        @supports (color: color-mix(in lab, red, red)) {
          color: color-mix(in oklab, var(--color-surface-50) var(--buttonFontAndTextStylesColorOpacityHover), transparent);
        }
      }
    }
  }
  .hover\:hover\:opacity-\[100\%\] {
    &:hover {
      @media (hover: hover) {
        &:hover {
          @media (hover: hover) {
            opacity: 100%;
          }
        }
      }
    }
  }
  .hover\:\[--bgColorOpacityEnd\:50\%\] {
    &:hover {
      @media (hover: hover) {
        --bgColorOpacityEnd: 50%;
      }
    }
  }
  .hover\:\[--bgColorOpacityEnd\:100\%\] {
    &:hover {
      @media (hover: hover) {
        --bgColorOpacityEnd: 100%;
      }
    }
  }
  .hover\:\[--box-shadow-opacity\:100\%\] {
    &:hover {
      @media (hover: hover) {
        --box-shadow-opacity: 100%;
      }
    }
  }
  .hover\:\[--buttonFontAndTextStylesColorOpacityHover\:100\%\] {
    &:hover {
      @media (hover: hover) {
        --buttonFontAndTextStylesColorOpacityHover: 100%;
      }
    }
  }
  .hover\:text-shadow-none {
    &:hover {
      @media (hover: hover) {
        text-shadow: none;
      }
    }
  }
  .focus\:outline-none {
    &:focus {
      --tw-outline-style: none;
      outline-style: none;
    }
  }
  .data-\[active\=true\]\:border-solid {
    &[data-active="true"] {
      --tw-border-style: solid;
      border-style: solid;
    }
  }
  .data-\[active\=true\]\:border-surface-500\/\[100\%\] {
    &[data-active="true"] {
      border-color: var(--color-surface-500);
    }
  }
  .data-\[active\=true\]\:bg-brand-600\/\(--bgColorOpacityEnd\) {
    &[data-active="true"] {
      background-color: #ff3700;
      @supports (color: color-mix(in lab, red, red)) {
        background-color: color-mix(in oklab, var(--color-brand-600) var(--bgColorOpacityEnd), transparent);
      }
    }
  }
  .data-\[active\=true\]\:text-surface-50\/\(--buttonFontAndTextStylesColorOpacityHover\) {
    &[data-active="true"] {
      color: #f3f6f7;
      @supports (color: color-mix(in lab, red, red)) {
        color: color-mix(in oklab, var(--color-surface-50) var(--buttonFontAndTextStylesColorOpacityHover), transparent);
      }
    }
  }
  .data-\[active\=true\]\:\[--bgColorOpacityEnd\:100\%\] {
    &[data-active="true"] {
      --bgColorOpacityEnd: 100%;
    }
  }
  .data-\[active\=true\]\:\[--buttonFontAndTextStylesColorOpacityHover\:100\%\] {
    &[data-active="true"] {
      --buttonFontAndTextStylesColorOpacityHover: 100%;
    }
  }
  .data-\[active\=true\]\:text-shadow-none {
    &[data-active="true"] {
      text-shadow: none;
    }
  }
  .sm\:prose-base {
    @media (width >= 640px) {
      :where(blockquote):not(:where([class~="not-prose"], [class~="not-prose"] *)) {
        margin-top: 0;
        margin-right: 0;
        margin-bottom: 0;
        margin-left: 0;
        --tw-leading: 1.0;
        line-height: 1.0;
        a {
          text-decoration-line: none;
          &:hover {
            text-decoration-line: none;
          }
          &:visited {
            text-decoration-line: none;
          }
        }
      }
      :where(code):not(:where([class~="not-prose"], [class~="not-prose"] *)) {
        margin-top: 0;
        margin-right: 0;
        margin-bottom: 0;
        margin-left: 0;
        --tw-leading: 1.0;
        line-height: 1.0;
        a {
          text-decoration-line: none;
          &:hover {
            text-decoration-line: none;
          }
          &:visited {
            text-decoration-line: none;
          }
        }
      }
      :where(h1):not(:where([class~="not-prose"], [class~="not-prose"] *)) {
        margin-top: 0;
        margin-right: 0;
        margin-bottom: 0;
        margin-left: 0;
        font-family: ;
        font-size: 1.88rem;
        line-height: var(--tw-leading, 2.25rem);
        --tw-leading: 1.2000000000000002;
        line-height: 1.2000000000000002;
        color: var(--color-text-50);
        @media (prefers-color-scheme: dark) {
          color: var(--color-text-900);
        }
        a {
          text-decoration-line: none;
          &:hover {
            text-decoration-line: none;
          }
          &:visited {
            text-decoration-line: none;
          }
        }
      }
      :where(h2):not(:where([class~="not-prose"], [class~="not-prose"] *)) {
        margin-top: 0;
        margin-right: 0;
        margin-bottom: 0;
        margin-left: 0;
        font-family: ;
        font-size: 1.50rem;
        line-height: var(--tw-leading, 2.00rem);
        --tw-leading: 1.1;
        line-height: 1.1;
        color: var(--color-text-100);
        @media (prefers-color-scheme: dark) {
          color: var(--color-text-800);
        }
        a {
          text-decoration-line: none;
          &:hover {
            text-decoration-line: none;
          }
          &:visited {
            text-decoration-line: none;
          }
        }
      }
      :where(h3):not(:where([class~="not-prose"], [class~="not-prose"] *)) {
        margin-top: 0;
        margin-right: 0;
        margin-bottom: 0;
        margin-left: 0;
        --tw-leading: 1.0;
        line-height: 1.0;
        a {
          text-decoration-line: none;
          &:hover {
            text-decoration-line: none;
          }
          &:visited {
            text-decoration-line: none;
          }
        }
      }
      :where(h4):not(:where([class~="not-prose"], [class~="not-prose"] *)) {
        margin-top: 0;
        margin-right: 0;
        margin-bottom: 0;
        margin-left: 0;
        --tw-leading: 1.0;
        line-height: 1.0;
        a {
          text-decoration-line: none;
          &:hover {
            text-decoration-line: none;
          }
          &:visited {
            text-decoration-line: none;
          }
        }
      }
      :where(h5):not(:where([class~="not-prose"], [class~="not-prose"] *)) {
        margin-top: 0;
        margin-right: 0;
        margin-bottom: 0;
        margin-left: 0;
        --tw-leading: 1.0;
        line-height: 1.0;
        a {
          text-decoration-line: none;
          &:hover {
            text-decoration-line: none;
          }
          &:visited {
            text-decoration-line: none;
          }
        }
      }
      :where(h6):not(:where([class~="not-prose"], [class~="not-prose"] *)) {
        margin-top: 0;
        margin-right: 0;
        margin-bottom: 0;
        margin-left: 0;
        --tw-leading: 1.0;
        line-height: 1.0;
        a {
          text-decoration-line: none;
          &:hover {
            text-decoration-line: none;
          }
          &:visited {
            text-decoration-line: none;
          }
        }
      }
      :where(li):not(:where([class~="not-prose"], [class~="not-prose"] *)) {
        margin-top: calc(var(--spacing) * 2);
        margin-bottom: calc(var(--spacing) * 2);
      }
      :where(ol):not(:where([class~="not-prose"], [class~="not-prose"] *)) {
        list-style-position: outside;
        list-style-type: decimal;
        padding-left: calc(var(--spacing) * 6);
        font-family: ;
        font-size: 1.00rem;
        line-height: var(--tw-leading, 1.50rem);
        --tw-leading: 1.5;
        line-height: 1.5;
        --tw-font-weight: 300.0;
        font-weight: 300.0;
        color: var(--color-text-200);
        @media (prefers-color-scheme: dark) {
          color: var(--color-text-600);
        }
      }
      :where(p):not(:where([class~="not-prose"], [class~="not-prose"] *)) {
        margin-top: 0;
        margin-right: 0;
        margin-bottom: 0;
        margin-left: 0;
        font-family: ;
        font-size: 1.00rem;
        line-height: var(--tw-leading, 1.50rem);
        --tw-leading: 1.5;
        line-height: 1.5;
        --tw-font-weight: 300.0;
        font-weight: 300.0;
        color: var(--color-text-200);
        @media (prefers-color-scheme: dark) {
          color: var(--color-text-600);
        }
        a {
          color: var(--color-brand-500);
          text-decoration-line: underline;
          &:hover {
            color: var(--color-brand-600);
            text-decoration-line: underline;
          }
          &:visited {
            text-decoration-line: none;
          }
        }
      }
      :where(ul):not(:where([class~="not-prose"], [class~="not-prose"] *)) {
        list-style-position: outside;
        list-style-type: disc;
        padding-left: calc(var(--spacing) * 6);
        font-family: ;
        font-size: 1.00rem;
        line-height: var(--tw-leading, 1.50rem);
        --tw-leading: 1.5;
        line-height: 1.5;
        --tw-font-weight: 300.0;
        font-weight: 300.0;
        color: var(--color-text-200);
        @media (prefers-color-scheme: dark) {
          color: var(--color-text-600);
        }
      }
    }
  }
  .sm\:mt-1 {
    @media (width >= 640px) {
      margin-top: var(--spacing);
    }
  }
  .sm\:mr-0 {
    @media (width >= 640px) {
      margin-right: 0;
    }
  }
  .sm\:mb-1 {
    @media (width >= 640px) {
      margin-bottom: var(--spacing);
    }
  }
  .sm\:ml-0 {
    @media (width >= 640px) {
      margin-left: 0;
    }
  }
  .sm\:grid-cols-2 {
    @media (width >= 640px) {
      grid-template-columns: repeat(2, minmax(0, 1fr));
    }
  }
  .sm\:flex-row {
    @media (width >= 640px) {
      flex-direction: row;
    }
  }
  .sm\:pt-16 {
    @media (width >= 640px) {
      padding-top: calc(var(--spacing) * 16);
    }
  }
  .sm\:pr-0 {
    @media (width >= 640px) {
      padding-right: 0;
    }
  }
  .sm\:pb-0 {
    @media (width >= 640px) {
      padding-bottom: 0;
    }
  }
  .sm\:pl-0 {
    @media (width >= 640px) {
      padding-left: 0;
    }
  }
  .dark\:border-surface-50\/\[0\%\] {
    @media (prefers-color-scheme: dark) {
      border-color: color-mix(in srgb, #f3f6f7 0%, transparent);
      @supports (color: color-mix(in lab, red, red)) {
        border-color: color-mix(in oklab, var(--color-surface-50) 0%, transparent);
      }
    }
  }
  .dark\:border-surface-700\/\[100\%\] {
    @media (prefers-color-scheme: dark) {
      border-color: var(--color-surface-700);
    }
  }
  .dark\:bg-brand-50\/\(--bgColorOpacity\) {
    @media (prefers-color-scheme: dark) {
      background-color: #fff5ec;
      @supports (color: color-mix(in lab, red, red)) {
        background-color: color-mix(in oklab, var(--color-brand-50) var(--bgColorOpacity), transparent);
      }
    }
  }
  .dark\:bg-slate-700\/\(--bgColorOpacity\) {
    @media (prefers-color-scheme: dark) {
      background-color: #314158;
      @supports (color: color-mix(in lab, red, red)) {
        background-color: color-mix(in oklab, var(--color-slate-700) var(--bgColorOpacity), transparent);
      }
    }
  }
  .dark\:bg-surface-600\/\(--bgColorOpacity\) {
    @media (prefers-color-scheme: dark) {
      background-color: #505c69;
      @supports (color: color-mix(in lab, red, red)) {
        background-color: color-mix(in oklab, var(--color-surface-600) var(--bgColorOpacity), transparent);
      }
    }
  }
  .dark\:bg-surface-800\/\(--bgColorOpacity\) {
    @media (prefers-color-scheme: dark) {
      background-color: #3e444c;
      @supports (color: color-mix(in lab, red, red)) {
        background-color: color-mix(in oklab, var(--color-surface-800) var(--bgColorOpacity), transparent);
      }
    }
  }
  .dark\:bg-surface-900\/\(--bgColorOpacity\) {
    @media (prefers-color-scheme: dark) {
      background-color: #33373e;
      @supports (color: color-mix(in lab, red, red)) {
        background-color: color-mix(in oklab, var(--color-surface-900) var(--bgColorOpacity), transparent);
      }
    }
  }
  .dark\:bg-surface-950 {
    @media (prefers-color-scheme: dark) {
      background-color: var(--color-surface-950);
    }
  }
  .dark\:text-slate-600\/\(--buttonFontAndTextStylesColorOpacity\) {
    @media (prefers-color-scheme: dark) {
      color: #45556c;
      @supports (color: color-mix(in lab, red, red)) {
        color: color-mix(in oklab, var(--color-slate-600) var(--buttonFontAndTextStylesColorOpacity), transparent);
      }
    }
  }
  .dark\:text-text-50\/\(--buttonFontAndTextStylesColorOpacity\) {
    @media (prefers-color-scheme: dark) {
      color: #000000;
      @supports (color: color-mix(in lab, red, red)) {
        color: color-mix(in oklab, var(--color-text-50) var(--buttonFontAndTextStylesColorOpacity), transparent);
      }
    }
  }
  .dark\:shadow-subtledark {
    @media (prefers-color-scheme: dark) {
      --tw-shadow: 0px 2px 5px 0px var(--tw-shadow-color, rgba(0,0,0,0.47));
      box-shadow: var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
    }
  }
  .dark\:hover\:bg-brand-200\/\(--bgColorOpacityEnd\) {
    @media (prefers-color-scheme: dark) {
      &:hover {
        @media (hover: hover) {
          background-color: #ffcca5;
          @supports (color: color-mix(in lab, red, red)) {
            background-color: color-mix(in oklab, var(--color-brand-200) var(--bgColorOpacityEnd), transparent);
          }
        }
      }
    }
  }
  .dark\:hover\:bg-surface-700\/\(--bgColorOpacityEnd\) {
    @media (prefers-color-scheme: dark) {
      &:hover {
        @media (hover: hover) {
          background-color: #454e59;
          @supports (color: color-mix(in lab, red, red)) {
            background-color: color-mix(in oklab, var(--color-surface-700) var(--bgColorOpacityEnd), transparent);
          }
        }
      }
    }
  }
  .dark\:hover\:text-slate-700\/\(--buttonFontAndTextStylesColorOpacityHover\) {
    @media (prefers-color-scheme: dark) {
      &:hover {
        @media (hover: hover) {
          color: #314158;
          @supports (color: color-mix(in lab, red, red)) {
            color: color-mix(in oklab, var(--color-slate-700) var(--buttonFontAndTextStylesColorOpacityHover), transparent);
          }
        }
      }
    }
  }
  .dark\:hover\:shadow-hoverdark {
    @media (prefers-color-scheme: dark) {
      &:hover {
        @media (hover: hover) {
          --tw-shadow: 0px 4px 15px 0px var(--tw-shadow-color, rgba(0,0,0,0.70));
          box-shadow: var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
        }
      }
    }
  }
  .\[\&\>\*\]\:col-start-1 {
    &>* {
      grid-column-start: 1;
    }
  }
  .\[\&\>\*\]\:row-start-1 {
    &>* {
      grid-row-start: 1;
    }
  }
  .\[\&\>\*\]\:min-w-0 {
    &>* {
      min-width: 0;
    }
  }
}
@layer base {
  [type='text'],input:where(:not([type])),[type='email'],[type='url'],[type='password'],[type='number'],[type='date'],[type='datetime-local'],[type='month'],[type='search'],[type='tel'],[type='time'],[type='week'],[multiple],textarea,select {
    appearance: none;
    background-color: #fff;
    border-color: #6a7282;
    border-width: 1px;
    border-radius: 0px;
    padding-top: 0.5rem;
    padding-right: 0.75rem;
    padding-bottom: 0.5rem;
    padding-left: 0.75rem;
    font-size: 1rem;
    line-height: 1.5rem;
    --tw-shadow: 0 0 #0000;
    &:focus {
      outline: 2px solid transparent;
      outline-offset: 2px;
      --tw-ring-inset: var(--tw-empty,/*!*/ /*!*/);
      --tw-ring-offset-width: 0px;
      --tw-ring-offset-color: #fff;
      --tw-ring-color: #155dfc;
      --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
      --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(1px + var(--tw-ring-offset-width)) var(--tw-ring-color);
      box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
      border-color: #155dfc;
    }
  }
  input::placeholder,textarea::placeholder {
    color: #6a7282;
    opacity: 1;
  }
  ::-webkit-datetime-edit-fields-wrapper {
    padding: 0;
  }
  ::-webkit-date-and-time-value {
    min-height: 1.5em;
  }
  ::-webkit-date-and-time-value {
    text-align: inherit;
  }
  ::-webkit-datetime-edit {
    display: inline-flex;
  }
  ::-webkit-datetime-edit,::-webkit-datetime-edit-year-field,::-webkit-datetime-edit-month-field,::-webkit-datetime-edit-day-field,::-webkit-datetime-edit-hour-field,::-webkit-datetime-edit-minute-field,::-webkit-datetime-edit-second-field,::-webkit-datetime-edit-millisecond-field,::-webkit-datetime-edit-meridiem-field {
    padding-top: 0;
    padding-bottom: 0;
  }
  select {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 20 20'%3e%3cpath stroke='%236a7282' stroke-linecap='round' stroke-linejoin='round' stroke-width='1.5' d='M6 8l4 4 4-4'/%3e%3c/svg%3e");
    background-position: right 0.5rem center;
    background-repeat: no-repeat;
    background-size: 1.5em 1.5em;
    padding-right: 2.5rem;
    print-color-adjust: exact;
  }
  [multiple],[size]:where(select:not([size="1"])) {
    background-image: initial;
    background-position: initial;
    background-repeat: unset;
    background-size: initial;
    padding-right: 0.75rem;
    print-color-adjust: unset;
  }
  [type='checkbox'],[type='radio'] {
    appearance: none;
    padding: 0;
    print-color-adjust: exact;
    display: inline-block;
    vertical-align: middle;
    background-origin: border-box;
    user-select: none;
    flex-shrink: 0;
    height: 1rem;
    width: 1rem;
    color: #155dfc;
    background-color: #fff;
    border-color: #6a7282;
    border-width: 1px;
    --tw-shadow: 0 0 #0000;
  }
  [type='checkbox'] {
    border-radius: 0px;
  }
  [type='radio'] {
    border-radius: 100%;
  }
  [type='checkbox']:focus,[type='radio']:focus {
    outline: 2px solid transparent;
    outline-offset: 2px;
    --tw-ring-inset: var(--tw-empty,/*!*/ /*!*/);
    --tw-ring-offset-width: 2px;
    --tw-ring-offset-color: #fff;
    --tw-ring-color: #155dfc;
    --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
    --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(2px + var(--tw-ring-offset-width)) var(--tw-ring-color);
    box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
  }
  [type='checkbox']:checked,[type='radio']:checked {
    border-color: transparent;
    background-color: currentColor;
    background-size: 100% 100%;
    background-position: center;
    background-repeat: no-repeat;
  }
  [type='checkbox']:checked {
    background-image: url("data:image/svg+xml,%3csvg viewBox='0 0 16 16' fill='white' xmlns='http://www.w3.org/2000/svg'%3e%3cpath d='M12.207 4.793a1 1 0 010 1.414l-5 5a1 1 0 01-1.414 0l-2-2a1 1 0 011.414-1.414L6.5 9.086l4.293-4.293a1 1 0 011.414 0z'/%3e%3c/svg%3e");
    @media (forced-colors: active) {
      appearance: auto;
    }
  }
  [type='radio']:checked {
    background-image: url("data:image/svg+xml,%3csvg viewBox='0 0 16 16' fill='white' xmlns='http://www.w3.org/2000/svg'%3e%3ccircle cx='8' cy='8' r='3'/%3e%3c/svg%3e");
    @media (forced-colors: active) {
      appearance: auto;
    }
  }
  [type='checkbox']:checked:hover,[type='checkbox']:checked:focus,[type='radio']:checked:hover,[type='radio']:checked:focus {
    border-color: transparent;
    background-color: currentColor;
  }
  [type='checkbox']:indeterminate {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 16 16'%3e%3cpath stroke='white' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M4 8h8'/%3e%3c/svg%3e");
    border-color: transparent;
    background-color: currentColor;
    background-size: 100% 100%;
    background-position: center;
    background-repeat: no-repeat;
    @media (forced-colors: active) {
      appearance: auto;
    }
  }
  [type='checkbox']:indeterminate:hover,[type='checkbox']:indeterminate:focus {
    border-color: transparent;
    background-color: currentColor;
  }
  [type='file'] {
    background: unset;
    border-color: inherit;
    border-width: 0;
    border-radius: 0;
    padding: 0;
    font-size: unset;
    line-height: inherit;
  }
  [type='file']:focus {
    outline: 1px solid ButtonText;
    outline: 1px auto -webkit-focus-ring-color;
  }
}
@property --tw-leading {
  syntax: "*";
  inherits: false;
}
@property --tw-font-weight {
  syntax: "*";
  inherits: false;
}
@property --tw-translate-x {
  syntax: "*";
  inherits: false;
  initial-value: 0;
}
@property --tw-translate-y {
  syntax: "*";
  inherits: false;
  initial-value: 0;
}
@property --tw-translate-z {
  syntax: "*";
  inherits: false;
  initial-value: 0;
}
@property --tw-scale-x {
  syntax: "*";
  inherits: false;
  initial-value: 1;
}
@property --tw-scale-y {
  syntax: "*";
  inherits: false;
  initial-value: 1;
}
@property --tw-scale-z {
  syntax: "*";
  inherits: false;
  initial-value: 1;
}
@property --tw-rotate-x {
  syntax: "*";
  inherits: false;
}
@property --tw-rotate-y {
  syntax: "*";
  inherits: false;
}
@property --tw-rotate-z {
  syntax: "*";
  inherits: false;
}
@property --tw-skew-x {
  syntax: "*";
  inherits: false;
}
@property --tw-skew-y {
  syntax: "*";
  inherits: false;
}
@property --tw-border-style {
  syntax: "*";
  inherits: false;
  initial-value: solid;
}
@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: 0px;
}
@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;
}
@property --tw-ease {
  syntax: "*";
  inherits: false;
}
@property --tw-text-shadow-color {
  syntax: "*";
  inherits: false;
}
@property --tw-text-shadow-alpha {
  syntax: "<percentage>";
  inherits: false;
  initial-value: 100%;
}
@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-leading: initial;
      --tw-font-weight: initial;
      --tw-translate-x: 0;
      --tw-translate-y: 0;
      --tw-translate-z: 0;
      --tw-scale-x: 1;
      --tw-scale-y: 1;
      --tw-scale-z: 1;
      --tw-rotate-x: initial;
      --tw-rotate-y: initial;
      --tw-rotate-z: initial;
      --tw-skew-x: initial;
      --tw-skew-y: initial;
      --tw-border-style: solid;
      --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;
      --tw-ease: initial;
      --tw-text-shadow-color: initial;
      --tw-text-shadow-alpha: 100%;
    }
  }
}

.container{max-width:100%;}
@media (min-width: 640px){.container{max-width:640px}}
@media (min-width: 768px){.container{max-width:768px}}
@media (min-width: 1024px){.container{max-width:1024px}}/* [data-rwx-droparea] {
  grid-column: 1 / -1;
  grid-row: 1 / -1;
} */
