/*! tailwindcss v4.3.0 | MIT License | https://tailwindcss.com */
@layer properties;
@layer theme, base, components, utilities;
@layer theme {
  :root, :host {
    --font-sans: "Montserrat", sans-serif;
    --font-mono: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, 'Liberation Mono', 'Courier New',
    monospace;
    --spacing: 0.25rem;
    --container-3xl: 48rem;
    --text-sm: 0.8125rem;
    --text-sm--line-height: calc(1.25 / 0.875);
    --text-2xl: 1.5rem;
    --text-2xl--line-height: calc(2 / 1.5);
    --font-weight-bold: 700;
    --default-transition-duration: 150ms;
    --default-transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    --default-font-family: var(--font-sans);
    --default-mono-font-family: var(--font-mono);
    --color-primary: #AE2328;
  }
}
@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 {
  .static {
    position: static;
  }
  .mx-auto {
    margin-inline: auto;
  }
  .prose {
    color: var(--tw-prose-body);
    max-width: 65ch;
    :where(p):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      margin-top: 1.25em;
      margin-bottom: 1.25em;
    }
    :where([class~="lead"]):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      color: var(--tw-prose-lead);
      font-size: 1.25em;
      line-height: 1.6;
      margin-top: 1.2em;
      margin-bottom: 1.2em;
    }
    :where(a):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      color: var(--tw-prose-links);
      text-decoration: underline;
      font-weight: 500;
    }
    :where(strong):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      color: var(--tw-prose-bold);
      font-weight: 600;
    }
    :where(a strong):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      color: inherit;
    }
    :where(blockquote strong):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      color: inherit;
    }
    :where(thead th strong):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      color: inherit;
    }
    :where(ol):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      list-style-type: decimal;
      margin-top: 1.25em;
      margin-bottom: 1.25em;
      padding-inline-start: 1.625em;
    }
    :where(ol[type="A"]):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      list-style-type: upper-alpha;
    }
    :where(ol[type="a"]):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      list-style-type: lower-alpha;
    }
    :where(ol[type="A" s]):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      list-style-type: upper-alpha;
    }
    :where(ol[type="a" s]):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      list-style-type: lower-alpha;
    }
    :where(ol[type="I"]):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      list-style-type: upper-roman;
    }
    :where(ol[type="i"]):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      list-style-type: lower-roman;
    }
    :where(ol[type="I" s]):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      list-style-type: upper-roman;
    }
    :where(ol[type="i" s]):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      list-style-type: lower-roman;
    }
    :where(ol[type="1"]):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      list-style-type: decimal;
    }
    :where(ul):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      list-style-type: disc;
      margin-top: 1.25em;
      margin-bottom: 1.25em;
      padding-inline-start: 1.625em;
    }
    :where(ol > li):not(:where([class~="not-prose"],[class~="not-prose"] *))::marker {
      font-weight: 400;
      color: var(--tw-prose-counters);
    }
    :where(ul > li):not(:where([class~="not-prose"],[class~="not-prose"] *))::marker {
      color: var(--tw-prose-bullets);
    }
    :where(dt):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      color: var(--tw-prose-headings);
      font-weight: 600;
      margin-top: 1.25em;
    }
    :where(hr):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      border-color: var(--tw-prose-hr);
      border-top-width: 1px;
      margin-top: 3em;
      margin-bottom: 3em;
    }
    :where(blockquote):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      font-weight: 500;
      font-style: italic;
      color: var(--tw-prose-quotes);
      border-inline-start-width: 0.25rem;
      border-inline-start-color: var(--tw-prose-quote-borders);
      quotes: "\201C""\201D""\2018""\2019";
      margin-top: 1.6em;
      margin-bottom: 1.6em;
      padding-inline-start: 1em;
    }
    :where(blockquote p:first-of-type):not(:where([class~="not-prose"],[class~="not-prose"] *))::before {
      content: open-quote;
    }
    :where(blockquote p:last-of-type):not(:where([class~="not-prose"],[class~="not-prose"] *))::after {
      content: close-quote;
    }
    :where(h1):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      color: var(--tw-prose-headings);
      font-weight: 800;
      font-size: 2.25em;
      margin-top: 0;
      margin-bottom: 0.8888889em;
      line-height: 1.1111111;
    }
    :where(h1 strong):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      font-weight: 900;
      color: inherit;
    }
    :where(h2):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      color: var(--tw-prose-headings);
      font-weight: 700;
      font-size: 1.5em;
      margin-top: 2em;
      margin-bottom: 1em;
      line-height: 1.3333333;
    }
    :where(h2 strong):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      font-weight: 800;
      color: inherit;
    }
    :where(h3):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      color: var(--tw-prose-headings);
      font-weight: 600;
      font-size: 1.25em;
      margin-top: 1.6em;
      margin-bottom: 0.6em;
      line-height: 1.6;
    }
    :where(h3 strong):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      font-weight: 700;
      color: inherit;
    }
    :where(h4):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      color: var(--tw-prose-headings);
      font-weight: 600;
      margin-top: 1.5em;
      margin-bottom: 0.5em;
      line-height: 1.5;
    }
    :where(h4 strong):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      font-weight: 700;
      color: inherit;
    }
    :where(img):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      margin-top: 2em;
      margin-bottom: 2em;
    }
    :where(picture):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      display: block;
      margin-top: 2em;
      margin-bottom: 2em;
    }
    :where(video):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      margin-top: 2em;
      margin-bottom: 2em;
    }
    :where(kbd):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      font-weight: 500;
      font-family: inherit;
      color: var(--tw-prose-kbd);
      box-shadow: 0 0 0 1px var(--tw-prose-kbd-shadows), 0 3px 0 var(--tw-prose-kbd-shadows);
      font-size: 0.875em;
      border-radius: 0.3125rem;
      padding-top: 0.1875em;
      padding-inline-end: 0.375em;
      padding-bottom: 0.1875em;
      padding-inline-start: 0.375em;
    }
    :where(code):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      color: var(--tw-prose-code);
      font-weight: 600;
      font-size: 0.875em;
    }
    :where(code):not(:where([class~="not-prose"],[class~="not-prose"] *))::before {
      content: "`";
    }
    :where(code):not(:where([class~="not-prose"],[class~="not-prose"] *))::after {
      content: "`";
    }
    :where(a code):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      color: inherit;
    }
    :where(h1 code):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      color: inherit;
    }
    :where(h2 code):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      color: inherit;
      font-size: 0.875em;
    }
    :where(h3 code):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      color: inherit;
      font-size: 0.9em;
    }
    :where(h4 code):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      color: inherit;
    }
    :where(blockquote code):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      color: inherit;
    }
    :where(thead th code):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      color: inherit;
    }
    :where(pre):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      color: var(--tw-prose-pre-code);
      background-color: var(--tw-prose-pre-bg);
      overflow-x: auto;
      font-weight: 400;
      font-size: 0.875em;
      line-height: 1.7142857;
      margin-top: 1.7142857em;
      margin-bottom: 1.7142857em;
      border-radius: 0.375rem;
      padding-top: 0.8571429em;
      padding-inline-end: 1.1428571em;
      padding-bottom: 0.8571429em;
      padding-inline-start: 1.1428571em;
    }
    :where(pre code):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      background-color: transparent;
      border-width: 0;
      border-radius: 0;
      padding: 0;
      font-weight: inherit;
      color: inherit;
      font-size: inherit;
      font-family: inherit;
      line-height: inherit;
    }
    :where(pre code):not(:where([class~="not-prose"],[class~="not-prose"] *))::before {
      content: none;
    }
    :where(pre code):not(:where([class~="not-prose"],[class~="not-prose"] *))::after {
      content: none;
    }
    :where(table):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      width: 100%;
      table-layout: auto;
      margin-top: 2em;
      margin-bottom: 2em;
      font-size: 0.875em;
      line-height: 1.7142857;
    }
    :where(thead):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      border-bottom-width: 1px;
      border-bottom-color: var(--tw-prose-th-borders);
    }
    :where(thead th):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      color: var(--tw-prose-headings);
      font-weight: 600;
      vertical-align: bottom;
      padding-inline-end: 0.5714286em;
      padding-bottom: 0.5714286em;
      padding-inline-start: 0.5714286em;
    }
    :where(tbody tr):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      border-bottom-width: 1px;
      border-bottom-color: var(--tw-prose-td-borders);
    }
    :where(tbody tr:last-child):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      border-bottom-width: 0;
    }
    :where(tbody td):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      vertical-align: baseline;
    }
    :where(tfoot):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      border-top-width: 1px;
      border-top-color: var(--tw-prose-th-borders);
    }
    :where(tfoot td):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      vertical-align: top;
    }
    :where(th, td):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      text-align: start;
    }
    :where(figure > *):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      margin-top: 0;
      margin-bottom: 0;
    }
    :where(figcaption):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      color: var(--tw-prose-captions);
      font-size: 0.875em;
      line-height: 1.4285714;
      margin-top: 0.8571429em;
    }
    --tw-prose-body: oklch(37.3% 0.034 259.733);
    --tw-prose-headings: oklch(21% 0.034 264.665);
    --tw-prose-lead: oklch(44.6% 0.03 256.802);
    --tw-prose-links: oklch(21% 0.034 264.665);
    --tw-prose-bold: oklch(21% 0.034 264.665);
    --tw-prose-counters: oklch(55.1% 0.027 264.364);
    --tw-prose-bullets: oklch(87.2% 0.01 258.338);
    --tw-prose-hr: oklch(92.8% 0.006 264.531);
    --tw-prose-quotes: oklch(21% 0.034 264.665);
    --tw-prose-quote-borders: oklch(92.8% 0.006 264.531);
    --tw-prose-captions: oklch(55.1% 0.027 264.364);
    --tw-prose-kbd: oklch(21% 0.034 264.665);
    --tw-prose-kbd-shadows: color-mix(in oklab, oklch(21% 0.034 264.665) 10%, transparent);
    --tw-prose-code: oklch(21% 0.034 264.665);
    --tw-prose-pre-code: oklch(92.8% 0.006 264.531);
    --tw-prose-pre-bg: oklch(27.8% 0.033 256.848);
    --tw-prose-th-borders: oklch(87.2% 0.01 258.338);
    --tw-prose-td-borders: oklch(92.8% 0.006 264.531);
    --tw-prose-invert-body: oklch(87.2% 0.01 258.338);
    --tw-prose-invert-headings: #fff;
    --tw-prose-invert-lead: oklch(70.7% 0.022 261.325);
    --tw-prose-invert-links: #fff;
    --tw-prose-invert-bold: #fff;
    --tw-prose-invert-counters: oklch(70.7% 0.022 261.325);
    --tw-prose-invert-bullets: oklch(44.6% 0.03 256.802);
    --tw-prose-invert-hr: oklch(37.3% 0.034 259.733);
    --tw-prose-invert-quotes: oklch(96.7% 0.003 264.542);
    --tw-prose-invert-quote-borders: oklch(37.3% 0.034 259.733);
    --tw-prose-invert-captions: oklch(70.7% 0.022 261.325);
    --tw-prose-invert-kbd: #fff;
    --tw-prose-invert-kbd-shadows: rgb(255 255 255 / 10%);
    --tw-prose-invert-code: #fff;
    --tw-prose-invert-pre-code: oklch(87.2% 0.01 258.338);
    --tw-prose-invert-pre-bg: rgb(0 0 0 / 50%);
    --tw-prose-invert-th-borders: oklch(44.6% 0.03 256.802);
    --tw-prose-invert-td-borders: oklch(37.3% 0.034 259.733);
    font-size: 1rem;
    line-height: 1.75;
    :where(picture > img):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      margin-top: 0;
      margin-bottom: 0;
    }
    :where(li):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      margin-top: 0.5em;
      margin-bottom: 0.5em;
    }
    :where(ol > li):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      padding-inline-start: 0.375em;
    }
    :where(ul > li):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      padding-inline-start: 0.375em;
    }
    :where(.prose > ul > li p):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      margin-top: 0.75em;
      margin-bottom: 0.75em;
    }
    :where(.prose > ul > li > p:first-child):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      margin-top: 1.25em;
    }
    :where(.prose > ul > li > p:last-child):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      margin-bottom: 1.25em;
    }
    :where(.prose > ol > li > p:first-child):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      margin-top: 1.25em;
    }
    :where(.prose > ol > li > p:last-child):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      margin-bottom: 1.25em;
    }
    :where(ul ul, ul ol, ol ul, ol ol):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      margin-top: 0.75em;
      margin-bottom: 0.75em;
    }
    :where(dl):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      margin-top: 1.25em;
      margin-bottom: 1.25em;
    }
    :where(dd):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      margin-top: 0.5em;
      padding-inline-start: 1.625em;
    }
    :where(hr + *):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      margin-top: 0;
    }
    :where(h2 + *):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      margin-top: 0;
    }
    :where(h3 + *):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      margin-top: 0;
    }
    :where(h4 + *):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      margin-top: 0;
    }
    :where(thead th:first-child):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      padding-inline-start: 0;
    }
    :where(thead th:last-child):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      padding-inline-end: 0;
    }
    :where(tbody td, tfoot td):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      padding-top: 0.5714286em;
      padding-inline-end: 0.5714286em;
      padding-bottom: 0.5714286em;
      padding-inline-start: 0.5714286em;
    }
    :where(tbody td:first-child, tfoot td:first-child):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      padding-inline-start: 0;
    }
    :where(tbody td:last-child, tfoot td:last-child):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      padding-inline-end: 0;
    }
    :where(figure):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      margin-top: 2em;
      margin-bottom: 2em;
    }
    :where(.prose > :first-child):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      margin-top: 0;
    }
    :where(.prose > :last-child):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      margin-bottom: 0;
    }
  }
  .mb-2 {
    margin-bottom: calc(var(--spacing) * 2);
  }
  .mb-4 {
    margin-bottom: calc(var(--spacing) * 4);
  }
  .mb-12 {
    margin-bottom: calc(var(--spacing) * 12);
  }
  .block {
    display: block;
  }
  .flex {
    display: flex;
  }
  .max-w-3xl {
    max-width: var(--container-3xl);
  }
  .max-w-none {
    max-width: none;
  }
  .flex-1 {
    flex: 1;
  }
  .px-6 {
    padding-inline: calc(var(--spacing) * 6);
  }
  .py-12 {
    padding-block: calc(var(--spacing) * 12);
  }
  .text-2xl {
    font-size: var(--text-2xl);
    line-height: var(--tw-leading, var(--text-2xl--line-height));
  }
  .text-sm {
    font-size: var(--text-sm);
    line-height: var(--tw-leading, var(--text-sm--line-height));
  }
  .font-bold {
    --tw-font-weight: var(--font-weight-bold);
    font-weight: var(--font-weight-bold);
  }
  .no-underline {
    text-decoration-line: none;
  }
  .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));
  }
  .hover\:text-primary {
    &:hover {
      @media (hover: hover) {
        color: var(--color-primary);
      }
    }
  }
}
@layer base {
  :root {
    --sb-red: #AE2328;
    --sb-grey: #F7F7F7;
    --sb-ink: #171717;
    --sb-muted: #66615f;
    --sb-line: #e7e3e0;
    --sb-max: 90rem;
  }
  * {
    box-sizing: border-box;
  }
  html {
    scroll-behavior: smooth;
  }
  body {
    margin: 0;
    color: var(--sb-ink);
    background: #fff;
    font-family: "Montserrat", sans-serif;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.7;
    -webkit-font-smoothing: antialiased;
  }
  h1, h2, h3, h5, h6 {
    margin: 0 0 1.25rem;
    font-family: "Playfair Display", serif;
    font-weight: 400;
    line-height: 1.12;
    letter-spacing: -0.025em;
  }
  h1 {
    font-size: clamp(2.75rem, 5.8vw, 5.75rem);
  }
  h2 {
    font-size: clamp(2.2rem, 4vw, 4rem);
  }
  h3 {
    font-size: clamp(1.75rem, 2.8vw, 2.75rem);
  }
  h4 {
    margin: 0 0 0.75rem;
    color: var(--sb-red);
    font-family: "Montserrat", sans-serif;
    font-size: 0.75rem;
    font-weight: 600;
    line-height: 1.4;
    letter-spacing: 0.12em;
    text-transform: uppercase;
  }
  h5 {
    font-size: 1.5rem;
  }
  h6 {
    font-size: 1.25rem;
  }
  p {
    margin: 0 0 1.25rem;
  }
  a {
    color: inherit;
    text-decoration: none;
  }
  img {
    display: block;
    max-width: 100%;
    height: auto;
  }
  button, input, textarea, select {
    font: inherit;
  }
  ::selection {
    color: #fff;
    background: var(--sb-red);
  }
}
@layer components {
  .sb-shell {
    width: min(calc(100% - 3rem), var(--sb-max));
    margin-inline: auto;
  }
  .sb-narrow {
    width: min(calc(100% - 3rem), 76rem);
    margin-inline: auto;
  }
  .sb-section {
    padding-block: clamp(4.5rem, 8vw, 8.5rem);
  }
  .sb-grey {
    background: var(--sb-grey);
  }
  .sb-kicker {
    display: block;
    margin-bottom: 1rem;
    color: var(--sb-red);
    font-size: 0.75rem;
    font-weight: 600;
    letter-spacing: 0.12em;
    text-transform: uppercase;
  }
  .sb-button,	.wp-block-button__link {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 3rem;
    padding: 0.85rem 1.75rem;
    border: 1px solid var(--sb-red);
    border-radius: 0;
    color: #fff;
    background: var(--sb-red);
    font-size: 0.75rem;
    font-weight: 600;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    transition: background .25s ease, color .25s ease, transform .25s ease;
  }
  .sb-button:hover,	.wp-block-button__link:hover {
    color: var(--sb-red);
    background: #fff;
    transform: translateY(-1px);
  }
  .sb-text-link {
    display: inline-flex;
    gap: 0.7rem;
    align-items: center;
    font-size: 0.75rem;
    font-weight: 600;
    letter-spacing: 0.08em;
    text-transform: uppercase;
  }
  .sb-text-link::after {
    content: "→";
    color: var(--sb-red);
    font-size: 1.15rem;
    transition: transform .2s ease;
  }
  .sb-text-link:hover::after {
    transform: translateX(.25rem);
  }
  .sb-header {
    position: relative;
    z-index: 50;
    border-bottom: 1px solid rgba(0,0,0,.08);
    background: rgba(255,255,255,.96);
  }
  .sb-header-inner {
    display: grid;
    grid-template-columns: 1fr auto 1fr;
    align-items: center;
    min-height: 6.25rem;
  }
  .sb-logo {
    text-align: center;
  }
  .sb-logo img {
    width: clamp(13rem, 20vw, 19rem);
    max-height: 3.75rem;
    object-fit: contain;
  }
  .sb-wordmark {
    font-family: "Playfair Display", serif;
    font-size: 2rem;
    letter-spacing: .04em;
  }
  .sb-tagline {
    display: block;
    margin-top: -.25rem;
    font-size: .68rem;
    letter-spacing: .2em;
    text-transform: uppercase;
  }
  .sb-menu {
    display: flex;
    gap: clamp(1.1rem, 2vw, 2.25rem);
    align-items: center;
    margin: 0;
    padding: 0;
    list-style: none;
  }
  .sb-menu a {
    display: block;
    white-space: nowrap;
    font-size: .7rem;
    font-weight: 600;
    letter-spacing: .065em;
    text-transform: uppercase;
  }
  .sb-menu a:hover {
    color: var(--sb-red);
  }
  .sb-header-tools {
    display: flex;
    justify-content: flex-end;
    gap: 1.2rem;
    align-items: center;
  }
  .sb-language {
    position: relative;
  }
  .sb-language-button {
    border: 0;
    padding: .4rem;
    background: none;
    font-size: .7rem;
    font-weight: 600;
    letter-spacing: .08em;
    cursor: pointer;
  }
  .sb-language-list {
    position: absolute;
    top: 100%;
    right: 0;
    min-width: 9rem;
    margin: 0;
    padding: .6rem;
    border: 1px solid var(--sb-line);
    background: #fff;
    box-shadow: 0 1rem 2.5rem rgba(0,0,0,.08);
    list-style: none;
  }
  .sb-language-list a {
    display: block;
    padding: .45rem .6rem;
    font-size: .75rem;
  }
  .sb-mobile-toggle {
    display: none;
    border: 0;
    padding: .5rem;
    background: transparent;
    cursor: pointer;
  }
  .sb-mobile-menu {
    display: none;
    padding: 1.5rem;
    border-top: 1px solid var(--sb-line);
    background: #fff;
  }
  .sb-hero {
    position: relative;
    min-height: min(48rem, calc(100vh - 6.25rem));
    overflow: hidden;
    background: #faf9f8;
  }
  .sb-hero-media {
    position: absolute;
    inset: 0;
  }
  .sb-hero-media::after {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(90deg,#faf9f8 0%,rgba(250,249,248,.94) 28%,rgba(250,249,248,.2) 53%,rgba(250,249,248,0) 72%);
  }
  .sb-hero-media picture {
    display: flex;
    width: 100%;
    height: 100%;
    justify-content: flex-end;
  }
  .sb-hero-media img {
    width: auto;
    max-width: none;
    height: 100%;
    object-fit: contain;
    object-position: right center;
  }
  .sb-hero-content {
    position: relative;
    z-index: 2;
    display: flex;
    min-height: inherit;
    align-items: center;
  }
  .sb-hero-copy {
    width: min(44rem, 52%);
    padding-block: 5rem;
  }
  .sb-hero h1 span {
    display: block;
    color: var(--sb-red);
  }
  .sb-hero-copy > p {
    max-width: 34rem;
    font-size: 1.02rem;
  }
  .sb-pillars {
    display: grid;
    grid-template-columns: repeat(3,1fr);
    gap: 2rem;
    margin-top: 4rem;
  }
  .sb-pillar svg {
    width: 1.75rem;
    height: 1.75rem;
    color: var(--sb-red);
  }
  .sb-pillar strong {
    display: block;
    margin: .8rem 0 .3rem;
    font-size: .7rem;
    letter-spacing: .08em;
    text-transform: uppercase;
  }
  .sb-pillar p {
    font-size: .75rem;
    line-height: 1.55;
  }
  .sb-editorial-grid {
    display: grid;
    grid-template-columns: 1.1fr 2.1fr;
    gap: clamp(3rem,7vw,8rem);
    align-items: start;
  }
  .sb-science-cards {
    display: grid;
    grid-template-columns: repeat(3,1fr);
    gap: 1.5rem;
  }
  .sb-science-card img {
    width: 100%;
    aspect-ratio: 4/3;
    object-fit: cover;
    filter: saturate(.35);
  }
  .sb-science-card h4 {
    margin-top: 1.2rem;
    color: var(--sb-ink);
  }
  .sb-science-card p {
    font-size: .82rem;
  }
  .sb-results {
    display: grid;
    grid-template-columns: minmax(25rem,1.2fr) repeat(3,.72fr) 1.2fr;
    width: 100%;
    margin: 0;
    gap: 1px;
    background: var(--sb-line);
  }
  .sb-result-intro, .sb-result {
    padding: clamp(2rem,4vw,4.5rem);
    background: #fff;
  }
  .sb-result-intro {
    padding-left: max(1.5rem, calc((100vw - var(--sb-max)) / 2));
  }
  .sb-result-intro h2 {
    font-size: clamp(2rem, 2.8vw, 3.35rem);
    overflow-wrap: normal;
    word-break: normal;
    hyphens: none;
  }
  .sb-result {
    display: flex;
    min-height: 18rem;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
  }
  .sb-result-value {
    display: block;
    font-family: "Playfair Display",serif;
    font-size: clamp(2.5rem,4vw,4.25rem);
    line-height: 1;
  }
  .sb-result p {
    max-width: 10rem;
    margin: 1rem auto 0;
    font-size: .75rem;
  }
  .sb-results-image {
    overflow: hidden;
    background: #fff;
  }
  .sb-results-image img {
    width: 100%;
    height: 100%;
    min-height: 18rem;
    object-fit: cover;
  }
  .sb-products-heading {
    display: flex;
    justify-content: space-between;
    gap: 2rem;
    align-items: end;
    margin-bottom: 3rem;
  }
  .sb-product-grid {
    display: grid;
    grid-template-columns: repeat(4,1fr);
    gap: 2rem;
  }
  .sb-product-card {
    text-align: center;
  }
  .sb-product-visual {
    display: grid;
    place-items: center;
    aspect-ratio: 1/1.04;
    overflow: hidden;
    background: var(--sb-grey);
  }
  .sb-product-visual img {
    width: 86%;
    height: 86%;
    object-fit: contain;
    transition: transform .45s ease;
  }
  .sb-product-card:hover img {
    transform: scale(1.035);
  }
  .sb-product-card h5 {
    margin: 1.2rem 0 .35rem;
    color: var(--sb-red);
    font-family: "Montserrat",sans-serif;
    font-size: 0.95rem;
    font-weight: 500;
    line-height: 1.45;
    letter-spacing: 0;
  }
  .sb-product-card p {
    color: var(--sb-muted);
    font-size: .75rem;
  }
  .sb-philosophy {
    display: grid;
    grid-template-columns: 1fr 1.2fr;
    min-height: 30rem;
  }
  .sb-philosophy-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    filter: saturate(.55);
  }
  .sb-philosophy-copy {
    display: flex;
    align-items: center;
    padding: clamp(3rem,7vw,8rem);
    background: linear-gradient(120deg,#f8f2ec,#fff 62%);
  }
  .sb-values {
    display: grid;
    grid-template-columns: repeat(3,1fr);
    gap: 2rem;
    margin-top: 3rem;
  }
  .sb-value {
    padding-top: 1.2rem;
    border-top: 1px solid var(--sb-line);
  }
  .sb-value strong {
    display: block;
    font-size: .72rem;
    letter-spacing: .08em;
    text-transform: uppercase;
  }
  .sb-value p {
    margin-top: .5rem;
    font-size: .78rem;
  }
  .sb-footer {
    padding-top: 4rem;
    border-top: 1px solid var(--sb-line);
    background: #fff;
  }
  .sb-footer-grid {
    display: grid;
    grid-template-columns: 1.5fr repeat(3,1fr);
    gap: 3rem;
    padding-bottom: 4rem;
  }
  .sb-footer .sb-logo {
    display: block;
    text-align: left;
  }
  .sb-footer .sb-logo img {
    width: min(100%, 18rem);
    margin: 0;
    object-position: left center;
  }
  .sb-footer-brand > p {
    width: min(100%, 18rem);
    margin-top: 1.5rem;
    text-align: left;
  }
  .sb-footer-grid > div, .sb-footer h4, .sb-footer ul, .sb-footer li {
    text-align: left;
  }
  .sb-footer-grid ul {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    margin-left: 0 !important;
    padding-left: 0 !important;
  }
  .sb-footer-grid li {
    display: block;
    width: 100%;
    margin-left: 0 !important;
    padding-left: 0 !important;
  }
  .sb-footer-grid li a {
    display: block;
    width: 100%;
    text-align: left;
  }
  .sb-footer h4 {
    color: var(--sb-ink);
  }
  .sb-footer ul {
    margin: 0;
    padding: 0;
    list-style: none;
  }
  .sb-footer li {
    margin-bottom: .5rem;
  }
  .sb-footer a, .sb-footer p {
    color: var(--sb-muted);
    font-size: .78rem;
  }
  .sb-footer-bottom {
    display: flex;
    justify-content: space-between;
    gap: 1rem;
    padding: 1.25rem 0;
    border-top: 1px solid var(--sb-line);
    font-size: .7rem;
  }
  .sb-page-header {
    padding: 6rem 0 4rem;
    text-align: center;
  }
  .sb-breadcrumbs {
    margin-bottom: 2rem;
    color: var(--sb-muted);
    font-size: .72rem;
  }
  .sb-archive-grid {
    display: grid;
    grid-template-columns: repeat(3,1fr);
    gap: 3rem 2rem;
    padding-bottom: 7rem;
  }
  .sb-product-top {
    display: grid;
    grid-template-columns: 1.08fr .92fr;
    gap: clamp(3rem,6vw,7rem);
    padding: 4rem 0 6rem;
  }
  .sb-product-main-image {
    display: grid;
    place-items: center;
    aspect-ratio: 1/1;
    background: var(--sb-grey);
  }
  .sb-product-main-image img {
    width: 88%;
    height: 88%;
    object-fit: contain;
  }
  .sb-product-summary {
    padding-top: 1rem;
  }
  .sb-product-summary h1 {
    font-size: clamp(2.5rem,4vw,4.35rem);
  }
  .sb-product-promise {
    color: var(--sb-red);
    font-size: 1.05rem;
    font-weight: 500;
  }
  .sb-benefits {
    display: grid;
    grid-template-columns: repeat(3,1fr);
    gap: 1.5rem;
    margin: 3rem 0;
    padding: 2rem 0;
    border-block: 1px solid var(--sb-line);
  }
  .sb-benefit {
    text-align: center;
  }
  .sb-benefit svg {
    width: 1.7rem;
    margin: 0 auto .75rem;
    color: var(--sb-red);
  }
  .sb-benefit strong {
    display: block;
    font-size: .68rem;
    letter-spacing: .08em;
    text-transform: uppercase;
  }
  .sb-benefit p {
    font-size: .7rem;
    line-height: 1.5;
  }
  .sb-size {
    width: min(100%,18rem);
    padding: .9rem 1rem;
    border: 1px solid var(--sb-line);
    background: #fff;
  }
  .sb-tabs {
    position: sticky;
    top: 0;
    z-index: 30;
    display: flex;
    gap: 2.5rem;
    padding: 1.2rem 0;
    border-block: 1px solid var(--sb-line);
    background: rgba(255,255,255,.96);
    overflow-x: auto;
  }
  .sb-tabs a {
    flex: 0 0 auto;
    font-size: .7rem;
    font-weight: 600;
    letter-spacing: .07em;
    text-transform: uppercase;
  }
  .sb-tabs a:hover {
    color: var(--sb-red);
  }
  .sb-product-section {
    scroll-margin-top: 4rem;
  }
  .sb-effect-grid {
    display: grid;
    grid-template-columns: .9fr 1.1fr;
    gap: clamp(3rem,7vw,8rem);
    align-items: center;
  }
  .sb-checks {
    margin: 2rem 0 0;
    padding: 0;
    list-style: none;
  }
  .sb-checks li {
    position: relative;
    margin-bottom: .75rem;
    padding-left: 1.5rem;
    font-size: .85rem;
  }
  .sb-checks li::before {
    content: "✓";
    position: absolute;
    left: 0;
    color: var(--sb-red);
  }
  .sb-ingredient-list {
    display: grid;
    gap: 1rem;
  }
  .sb-ingredient {
    display: grid;
    grid-template-columns: 4rem 1fr;
    gap: 1.2rem;
    align-items: center;
  }
  .sb-ingredient-media {
    width: 4rem;
    height: 4rem;
    overflow: hidden;
    border: 1px solid var(--sb-line);
    border-radius: 50%;
    background: #fff;
  }
  .sb-ingredient-media img {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
  .sb-ingredient strong {
    display: block;
    font-size: .72rem;
    letter-spacing: .06em;
    text-transform: uppercase;
  }
  .sb-ingredient p {
    margin: .3rem 0 0;
    font-size: .75rem;
    line-height: 1.5;
  }
  .sb-study-grid {
    display: grid;
    grid-template-columns: .9fr 1.1fr;
    width: min(calc(100% - 3rem), 76rem);
    gap: clamp(3rem, 7vw, 8rem);
    align-items: center;
    text-align: left;
  }
  .sb-study-grid > div:first-child > h4,	.sb-study-grid > div:first-child > h2 {
    text-align: left;
  }
  .sb-study-results {
    display: grid;
    grid-template-columns: repeat(3,1fr);
    gap: 1px;
    margin-top: 2.5rem;
    background: var(--sb-line);
  }
  .sb-study-result {
    display: flex;
    min-height: 9rem;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 1.5rem;
    background: var(--sb-grey);
    text-align: center;
  }
  .sb-study-result strong {
    display: block;
    font-family: "Playfair Display",serif;
    font-size: 3rem;
    font-weight: 400;
  }
  .sb-study-result span {
    max-width: 9rem;
    font-size: .7rem;
    line-height: 1.45;
  }
  .sb-section-media {
    display: grid;
    width: min(100%, 36rem);
    aspect-ratio: 1 / 1;
    place-items: center;
    overflow: hidden;
    margin-inline: auto;
    padding: clamp(2rem, 5vw, 5rem);
  }
  .sb-section-media img {
    width: 100%;
    height: 100%;
    margin: 0;
    object-fit: cover;
  }
  .sb-before-after {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: .25rem;
  }
  .sb-before-after figure {
    position: relative;
    margin: 0;
  }
  .sb-before-after img {
    width: 100%;
    aspect-ratio: 1/1;
    object-fit: cover;
  }
  .sb-before-after figcaption {
    position: absolute;
    left: 1rem;
    bottom: 1rem;
    color: #fff;
    font-size: .65rem;
    letter-spacing: .08em;
    text-transform: uppercase;
  }
  .sb-faq {
    max-width: 58rem;
    margin-inline: auto;
  }
  .sb-faq-item {
    border-bottom: 1px solid var(--sb-line);
  }
  .sb-faq-button {
    display: flex;
    width: 100%;
    justify-content: space-between;
    padding: 1.4rem 0;
    border: 0;
    background: transparent;
    text-align: left;
    cursor: pointer;
  }
  .sb-faq-answer {
    padding: 0 0 1.5rem;
    color: var(--sb-muted);
    font-size: .9rem;
  }
  .sb-content {
    width: min(calc(100% - 3rem), 52rem);
    margin-inline: auto;
    padding: 4rem 0 7rem;
  }
  .sb-content > * {
    max-width: 100%;
  }
  .sb-content h2 {
    margin-top: 3rem;
  }
  .sb-content img {
    width: 100%;
  }
}
@media (max-width: 1100px) {
  .sb-header-inner {
    grid-template-columns: auto 1fr auto;
    min-height: 5.25rem;
  }
  .sb-desktop-nav {
    display: none;
  }
  .sb-mobile-toggle {
    display: block;
  }
  .sb-logo {
    justify-self: center;
  }
  .sb-header-tools {
    justify-self: end;
  }
  .sb-mobile-menu .sb-menu {
    display: grid;
    gap: 1rem;
  }
  .sb-mobile-menu.is-open {
    display: block;
  }
  .sb-results {
    grid-template-columns: 1fr 1fr;
  }
  .sb-result-intro, .sb-results-image {
    grid-column: 1/-1;
  }
  .sb-results-image img {
    max-height: 28rem;
  }
  .sb-product-grid {
    grid-template-columns: repeat(2,1fr);
  }
  .sb-effect-grid, .sb-study-grid {
    grid-template-columns: 1fr;
    gap: 1.5rem;
    text-align: left;
  }
  .sb-study-results {
    width: min(100%, 42rem);
    margin: 2.5rem auto 0;
  }
  .sb-study-result {
    display: flex;
    min-height: 9rem;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
  }
  .sb-study-grid > div:last-child img {
    width: min(100%, 38rem);
    margin-inline: auto;
  }
}
@media (max-width: 760px) {
  .sb-shell, .sb-narrow {
    width: min(calc(100% - 2rem), var(--sb-max));
  }
  .sb-header-inner {
    min-height: 4.75rem;
  }
  .sb-logo img {
    width: 10.75rem;
  }
  .sb-tagline {
    display: none;
  }
  .sb-search-link {
    display: none;
  }
  .sb-hero {
    min-height: auto;
    padding-bottom: 24rem;
  }
  .sb-hero-media {
    inset: auto 0 0;
    height: 25rem;
  }
  .sb-hero-media::after {
    background: linear-gradient(180deg,#faf9f8 0%,rgba(250,249,248,0) 42%);
  }
  .sb-hero-media picture {
    justify-content: center;
  }
  .sb-hero-media img {
    width: 100%;
    max-width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
  }
  .sb-hero-content {
    min-height: auto;
  }
  .sb-hero-copy {
    width: 100%;
    padding: 4rem 0 2rem;
  }
  .sb-pillars {
    grid-template-columns: 1fr;
    gap: 1rem;
    margin-top: 2.5rem;
  }
  .sb-pillar {
    display: grid;
    grid-template-columns: 2.2rem 1fr;
    column-gap: .6rem;
  }
  .sb-pillar strong, .sb-pillar p {
    grid-column: 2;
  }
  .sb-pillar svg {
    grid-row: 1/3;
  }
  .sb-editorial-grid, .sb-philosophy, .sb-product-top, .sb-effect-grid, .sb-study-grid {
    grid-template-columns: 1fr;
  }
  .sb-science-cards {
    grid-template-columns: 1fr;
  }
  .sb-results {
    grid-template-columns: 1fr;
  }
  .sb-result-intro {
    grid-column: auto;
  }
  .sb-products-heading {
    display: block;
  }
  .sb-product-grid, .sb-archive-grid {
    grid-template-columns: 1fr 1fr;
    gap: 2rem 1rem;
  }
  .sb-philosophy-image {
    min-height: 20rem;
  }
  .sb-philosophy-copy {
    padding: 3rem 1.5rem;
  }
  .sb-values {
    grid-template-columns: 1fr;
  }
  .sb-footer-grid {
    grid-template-columns: 1fr 1fr;
  }
  .sb-footer-bottom {
    display: block;
  }
  .sb-benefits {
    grid-template-columns: 1fr;
    text-align: left;
  }
  .sb-benefit {
    text-align: left;
    display: grid;
    grid-template-columns: 2.5rem 1fr;
  }
  .sb-benefit svg {
    grid-row: 1/3;
  }
  .sb-tabs {
    gap: 1.5rem;
  }
  .sb-study-results {
    grid-template-columns: 1fr;
  }
}
@media (max-width: 480px) {
  body {
    font-size: .9375rem;
  }
  .sb-product-grid, .sb-archive-grid {
    grid-template-columns: 1fr;
  }
  .sb-footer-grid {
    grid-template-columns: 1fr;
  }
}
@media (prefers-reduced-motion: reduce) {
  *, *::before, *::after {
    scroll-behavior: auto !important;
    transition-duration: .01ms !important;
    animation-duration: .01ms !important;
  }
}
@layer base {
  input:where([type='text']),input:where(:not([type])),input:where([type='email']),input:where([type='url']),input:where([type='password']),input:where([type='number']),input:where([type='date']),input:where([type='datetime-local']),input:where([type='month']),input:where([type='search']),input:where([type='tel']),input:where([type='time']),input:where([type='week']),select:where([multiple]),textarea,select {
    appearance: none;
    background-color: #fff;
    border-color: oklch(55.1% 0.027 264.364);
    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: oklch(54.6% 0.245 262.881);
      --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: oklch(54.6% 0.245 262.881);
    }
  }
  input::placeholder,textarea::placeholder {
    color: oklch(55.1% 0.027 264.364);
    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='oklch(55.1%25 0.027 264.364)' 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;
  }
  select:where([multiple]),select:where([size]:not([size="1"])) {
    background-image: initial;
    background-position: initial;
    background-repeat: unset;
    background-size: initial;
    padding-right: 0.75rem;
    print-color-adjust: unset;
  }
  input:where([type='checkbox']),input:where([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: oklch(54.6% 0.245 262.881);
    background-color: #fff;
    border-color: oklch(55.1% 0.027 264.364);
    border-width: 1px;
    --tw-shadow: 0 0 #0000;
  }
  input:where([type='checkbox']) {
    border-radius: 0px;
  }
  input:where([type='radio']) {
    border-radius: 100%;
  }
  input:where([type='checkbox']):focus,input:where([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: oklch(54.6% 0.245 262.881);
    --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);
  }
  input:where([type='checkbox']):checked,input:where([type='radio']):checked {
    border-color: transparent;
    background-color: currentColor;
    background-size: 100% 100%;
    background-position: center;
    background-repeat: no-repeat;
  }
  input:where([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;
    }
  }
  input:where([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;
    }
  }
  input:where([type='checkbox']):checked:hover,input:where([type='checkbox']):checked:focus,input:where([type='radio']):checked:hover,input:where([type='radio']):checked:focus {
    border-color: transparent;
    background-color: currentColor;
  }
  input:where([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;
    }
  }
  input:where([type='checkbox']):indeterminate:hover,input:where([type='checkbox']):indeterminate:focus {
    border-color: transparent;
    background-color: currentColor;
  }
  input:where([type='file']) {
    background: unset;
    border-color: inherit;
    border-width: 0;
    border-radius: 0;
    padding: 0;
    font-size: unset;
    line-height: inherit;
  }
  input:where([type='file']):focus {
    outline: 1px solid ButtonText;
    outline: 1px auto -webkit-focus-ring-color;
  }
}
@property --tw-font-weight {
  syntax: "*";
  inherits: false;
}
@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-font-weight: initial;
    }
  }
}
