/*! tailwindcss v4.3.0 | MIT License | https://tailwindcss.com */
@layer properties;
@layer theme, base, components, utilities;
@layer theme {
  :root, :host {
    --font-sans: "Manrope", ui-sans-serif, system-ui, sans-serif;
    --font-serif: "Newsreader", Georgia, serif;
    --font-mono: ui-monospace, "SFMono-Regular", Menlo, monospace;
    --color-black: #000;
    --color-white: #fff;
    --spacing: 0.25rem;
    --container-md: 28rem;
    --container-xl: 36rem;
    --container-2xl: 42rem;
    --container-3xl: 48rem;
    --container-4xl: 56rem;
    --container-5xl: 64rem;
    --container-6xl: 72rem;
    --text-xs: 0.75rem;
    --text-xs--line-height: calc(1 / 0.75);
    --text-sm: .875rem;
    --text-sm--line-height: calc(1.25 / 0.875);
    --text-base: 1rem;
    --text-base--line-height: calc(1.5 / 1);
    --text-lg: 1.125rem;
    --text-lg--line-height: calc(1.75 / 1.125);
    --text-xl: 1.25rem;
    --text-xl--line-height: calc(1.75 / 1.25);
    --text-2xl: 1.5rem;
    --text-2xl--line-height: calc(2 / 1.5);
    --text-3xl: 1.875rem;
    --text-3xl--line-height: calc(2.25 / 1.875);
    --text-4xl: 2.25rem;
    --text-4xl--line-height: calc(2.5 / 2.25);
    --text-5xl: 3rem;
    --text-5xl--line-height: 1;
    --text-6xl: 3.75rem;
    --text-6xl--line-height: 1;
    --text-7xl: 4.5rem;
    --text-7xl--line-height: 1;
    --text-8xl: 6rem;
    --text-8xl--line-height: 1;
    --font-weight-normal: 400;
    --font-weight-bold: 700;
    --font-weight-extrabold: 800;
    --font-weight-black: 900;
    --tracking-tight: -0.025em;
    --leading-tight: 1.25;
    --leading-snug: 1.375;
    --leading-relaxed: 1.625;
    --radius-xl: 0.75rem;
    --radius-2xl: 1rem;
    --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: #ce0000;
    --color-primary-50: #fff2f2;
    --color-primary-100: #ffe0e0;
    --color-primary-900: #650000;
    --color-primary-bright: #ff4b4b;
    --color-secondary-50: #f8f8f8;
    --color-secondary-100: #f1f1f1;
    --color-secondary-200: #dedede;
    --color-secondary-300: #c7c7c7;
    --color-secondary-500: #757575;
    --color-secondary-600: #5b5b5b;
    --color-secondary-700: #3d3d3d;
    --color-neutral: #101010;
    --color-background: #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 {
  .sr-only {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip-path: inset(50%);
    white-space: nowrap;
    border-width: 0;
  }
  .absolute {
    position: absolute;
  }
  .relative {
    position: relative;
  }
  .sticky {
    position: sticky;
  }
  .inset-0 {
    inset: calc(var(--spacing) * 0);
  }
  .top-0 {
    top: calc(var(--spacing) * 0);
  }
  .top-auto {
    top: auto;
  }
  .-right-4 {
    right: calc(var(--spacing) * -4);
  }
  .right-0 {
    right: calc(var(--spacing) * 0);
  }
  .-bottom-8 {
    bottom: calc(var(--spacing) * -8);
  }
  .left-\[-9999px\] {
    left: -9999px;
  }
  .z-10 {
    z-index: 10;
  }
  .z-50 {
    z-index: 50;
  }
  .col-span-2 {
    grid-column: span 2 / span 2;
  }
  .mx-2 {
    margin-inline: calc(var(--spacing) * 2);
  }
  .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;
    }
  }
  .mt-1 {
    margin-top: calc(var(--spacing) * 1);
  }
  .mt-2 {
    margin-top: calc(var(--spacing) * 2);
  }
  .mt-3 {
    margin-top: calc(var(--spacing) * 3);
  }
  .mt-4 {
    margin-top: calc(var(--spacing) * 4);
  }
  .mt-5 {
    margin-top: calc(var(--spacing) * 5);
  }
  .mt-6 {
    margin-top: calc(var(--spacing) * 6);
  }
  .mt-7 {
    margin-top: calc(var(--spacing) * 7);
  }
  .mt-8 {
    margin-top: calc(var(--spacing) * 8);
  }
  .mt-9 {
    margin-top: calc(var(--spacing) * 9);
  }
  .mt-10 {
    margin-top: calc(var(--spacing) * 10);
  }
  .mt-12 {
    margin-top: calc(var(--spacing) * 12);
  }
  .mt-auto {
    margin-top: auto;
  }
  .mb-2 {
    margin-bottom: calc(var(--spacing) * 2);
  }
  .mb-3 {
    margin-bottom: calc(var(--spacing) * 3);
  }
  .mb-6 {
    margin-bottom: calc(var(--spacing) * 6);
  }
  .block {
    display: block;
  }
  .flex {
    display: flex;
  }
  .grid {
    display: grid;
  }
  .hidden {
    display: none;
  }
  .inline-block {
    display: inline-block;
  }
  .inline-flex {
    display: inline-flex;
  }
  .inline-grid {
    display: inline-grid;
  }
  .aspect-\[16\/8\] {
    aspect-ratio: 16/8;
  }
  .aspect-\[16\/9\] {
    aspect-ratio: 16/9;
  }
  .aspect-\[16\/10\] {
    aspect-ratio: 16/10;
  }
  .h-4 {
    height: calc(var(--spacing) * 4);
  }
  .h-5 {
    height: calc(var(--spacing) * 5);
  }
  .h-9 {
    height: calc(var(--spacing) * 9);
  }
  .h-10 {
    height: calc(var(--spacing) * 10);
  }
  .h-11 {
    height: calc(var(--spacing) * 11);
  }
  .h-44 {
    height: calc(var(--spacing) * 44);
  }
  .h-\[44px\] {
    height: 44px;
  }
  .h-\[48px\] {
    height: 48px;
  }
  .h-full {
    height: 100%;
  }
  .h-px {
    height: 1px;
  }
  .min-h-\[52px\] {
    min-height: 52px;
  }
  .min-h-\[72px\] {
    min-height: 72px;
  }
  .min-h-\[88vh\] {
    min-height: 88vh;
  }
  .min-h-\[110px\] {
    min-height: 110px;
  }
  .min-h-\[130px\] {
    min-height: 130px;
  }
  .min-h-\[260px\] {
    min-height: 260px;
  }
  .min-h-\[340px\] {
    min-height: 340px;
  }
  .min-h-\[360px\] {
    min-height: 360px;
  }
  .min-h-\[420px\] {
    min-height: 420px;
  }
  .min-h-\[430px\] {
    min-height: 430px;
  }
  .min-h-screen {
    min-height: 100vh;
  }
  .w-4 {
    width: calc(var(--spacing) * 4);
  }
  .w-5 {
    width: calc(var(--spacing) * 5);
  }
  .w-9 {
    width: calc(var(--spacing) * 9);
  }
  .w-10 {
    width: calc(var(--spacing) * 10);
  }
  .w-11 {
    width: calc(var(--spacing) * 11);
  }
  .w-44 {
    width: calc(var(--spacing) * 44);
  }
  .w-60 {
    width: calc(var(--spacing) * 60);
  }
  .w-\[46px\] {
    width: 46px;
  }
  .w-\[50px\] {
    width: 50px;
  }
  .w-fit {
    width: fit-content;
  }
  .w-full {
    width: 100%;
  }
  .w-px {
    width: 1px;
  }
  .max-w-2xl {
    max-width: var(--container-2xl);
  }
  .max-w-3xl {
    max-width: var(--container-3xl);
  }
  .max-w-4xl {
    max-width: var(--container-4xl);
  }
  .max-w-5xl {
    max-width: var(--container-5xl);
  }
  .max-w-6xl {
    max-width: var(--container-6xl);
  }
  .max-w-\[12ch\] {
    max-width: 12ch;
  }
  .max-w-md {
    max-width: var(--container-md);
  }
  .max-w-xl {
    max-width: var(--container-xl);
  }
  .min-w-0 {
    min-width: calc(var(--spacing) * 0);
  }
  .min-w-\[52px\] {
    min-width: 52px;
  }
  .flex-1 {
    flex: 1;
  }
  .shrink-0 {
    flex-shrink: 0;
  }
  .cursor-not-allowed {
    cursor: not-allowed;
  }
  .cursor-pointer {
    cursor: pointer;
  }
  .resize-y {
    resize: vertical;
  }
  .list-disc {
    list-style-type: disc;
  }
  .grid-cols-2 {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  .grid-cols-\[2\.75rem_1fr\] {
    grid-template-columns: 2.75rem 1fr;
  }
  .flex-col {
    flex-direction: column;
  }
  .flex-wrap {
    flex-wrap: wrap;
  }
  .place-items-center {
    place-items: center;
  }
  .items-center {
    align-items: center;
  }
  .items-end {
    align-items: flex-end;
  }
  .items-start {
    align-items: flex-start;
  }
  .justify-between {
    justify-content: space-between;
  }
  .justify-center {
    justify-content: center;
  }
  .gap-1 {
    gap: calc(var(--spacing) * 1);
  }
  .gap-2 {
    gap: calc(var(--spacing) * 2);
  }
  .gap-2\.5 {
    gap: calc(var(--spacing) * 2.5);
  }
  .gap-3 {
    gap: calc(var(--spacing) * 3);
  }
  .gap-4 {
    gap: calc(var(--spacing) * 4);
  }
  .gap-5 {
    gap: calc(var(--spacing) * 5);
  }
  .gap-6 {
    gap: calc(var(--spacing) * 6);
  }
  .gap-8 {
    gap: calc(var(--spacing) * 8);
  }
  .gap-10 {
    gap: calc(var(--spacing) * 10);
  }
  .gap-12 {
    gap: calc(var(--spacing) * 12);
  }
  .gap-14 {
    gap: calc(var(--spacing) * 14);
  }
  .gap-px {
    gap: 1px;
  }
  .truncate {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }
  .overflow-hidden {
    overflow: hidden;
  }
  .rounded-2xl {
    border-radius: var(--radius-2xl);
  }
  .rounded-\[16px\] {
    border-radius: 16px;
  }
  .rounded-\[18px\] {
    border-radius: 18px;
  }
  .rounded-\[20px\] {
    border-radius: 20px;
  }
  .rounded-\[22px\] {
    border-radius: 22px;
  }
  .rounded-\[24px\] {
    border-radius: 24px;
  }
  .rounded-\[26px\] {
    border-radius: 26px;
  }
  .rounded-\[28px\] {
    border-radius: 28px;
  }
  .rounded-full {
    border-radius: calc(infinity * 1px);
  }
  .rounded-xl {
    border-radius: var(--radius-xl);
  }
  .border {
    border-style: var(--tw-border-style);
    border-width: 1px;
  }
  .border-0 {
    border-style: var(--tw-border-style);
    border-width: 0px;
  }
  .border-y {
    border-block-style: var(--tw-border-style);
    border-block-width: 1px;
  }
  .border-t {
    border-top-style: var(--tw-border-style);
    border-top-width: 1px;
  }
  .border-b {
    border-bottom-style: var(--tw-border-style);
    border-bottom-width: 1px;
  }
  .border-black {
    border-color: var(--color-black);
  }
  .border-primary-100 {
    border-color: var(--color-primary-100);
  }
  .border-secondary-200 {
    border-color: var(--color-secondary-200);
  }
  .border-secondary-300 {
    border-color: var(--color-secondary-300);
  }
  .border-white\/10 {
    border-color: color-mix(in srgb, #fff 10%, transparent);
    @supports (color: color-mix(in lab, red, red)) {
      border-color: color-mix(in oklab, var(--color-white) 10%, transparent);
    }
  }
  .border-white\/15 {
    border-color: color-mix(in srgb, #fff 15%, transparent);
    @supports (color: color-mix(in lab, red, red)) {
      border-color: color-mix(in oklab, var(--color-white) 15%, transparent);
    }
  }
  .bg-background {
    background-color: var(--color-background);
  }
  .bg-black {
    background-color: var(--color-black);
  }
  .bg-primary {
    background-color: var(--color-primary);
  }
  .bg-primary-50 {
    background-color: var(--color-primary-50);
  }
  .bg-secondary-50 {
    background-color: var(--color-secondary-50);
  }
  .bg-secondary-100 {
    background-color: var(--color-secondary-100);
  }
  .bg-secondary-200 {
    background-color: var(--color-secondary-200);
  }
  .bg-white {
    background-color: var(--color-white);
  }
  .bg-white\/15 {
    background-color: color-mix(in srgb, #fff 15%, transparent);
    @supports (color: color-mix(in lab, red, red)) {
      background-color: color-mix(in oklab, var(--color-white) 15%, transparent);
    }
  }
  .bg-white\/95 {
    background-color: color-mix(in srgb, #fff 95%, transparent);
    @supports (color: color-mix(in lab, red, red)) {
      background-color: color-mix(in oklab, var(--color-white) 95%, transparent);
    }
  }
  .object-contain {
    object-fit: contain;
  }
  .object-cover {
    object-fit: cover;
  }
  .p-3 {
    padding: calc(var(--spacing) * 3);
  }
  .p-5 {
    padding: calc(var(--spacing) * 5);
  }
  .p-6 {
    padding: calc(var(--spacing) * 6);
  }
  .p-7 {
    padding: calc(var(--spacing) * 7);
  }
  .p-8 {
    padding: calc(var(--spacing) * 8);
  }
  .px-3 {
    padding-inline: calc(var(--spacing) * 3);
  }
  .px-4 {
    padding-inline: calc(var(--spacing) * 4);
  }
  .px-5 {
    padding-inline: calc(var(--spacing) * 5);
  }
  .py-1\.5 {
    padding-block: calc(var(--spacing) * 1.5);
  }
  .py-2 {
    padding-block: calc(var(--spacing) * 2);
  }
  .py-3 {
    padding-block: calc(var(--spacing) * 3);
  }
  .py-3\.5 {
    padding-block: calc(var(--spacing) * 3.5);
  }
  .py-5 {
    padding-block: calc(var(--spacing) * 5);
  }
  .py-14 {
    padding-block: calc(var(--spacing) * 14);
  }
  .py-16 {
    padding-block: calc(var(--spacing) * 16);
  }
  .py-20 {
    padding-block: calc(var(--spacing) * 20);
  }
  .py-24 {
    padding-block: calc(var(--spacing) * 24);
  }
  .pt-5 {
    padding-top: calc(var(--spacing) * 5);
  }
  .pt-6 {
    padding-top: calc(var(--spacing) * 6);
  }
  .pt-8 {
    padding-top: calc(var(--spacing) * 8);
  }
  .pt-10 {
    padding-top: calc(var(--spacing) * 10);
  }
  .pb-16 {
    padding-bottom: calc(var(--spacing) * 16);
  }
  .pl-5 {
    padding-left: calc(var(--spacing) * 5);
  }
  .text-right {
    text-align: right;
  }
  .font-sans {
    font-family: var(--font-sans);
  }
  .font-serif {
    font-family: var(--font-serif);
  }
  .text-2xl {
    font-size: var(--text-2xl);
    line-height: var(--tw-leading, var(--text-2xl--line-height));
  }
  .text-3xl {
    font-size: var(--text-3xl);
    line-height: var(--tw-leading, var(--text-3xl--line-height));
  }
  .text-4xl {
    font-size: var(--text-4xl);
    line-height: var(--tw-leading, var(--text-4xl--line-height));
  }
  .text-5xl {
    font-size: var(--text-5xl);
    line-height: var(--tw-leading, var(--text-5xl--line-height));
  }
  .text-base {
    font-size: var(--text-base);
    line-height: var(--tw-leading, var(--text-base--line-height));
  }
  .text-lg {
    font-size: var(--text-lg);
    line-height: var(--tw-leading, var(--text-lg--line-height));
  }
  .text-sm {
    font-size: var(--text-sm);
    line-height: var(--tw-leading, var(--text-sm--line-height));
  }
  .text-xl {
    font-size: var(--text-xl);
    line-height: var(--tw-leading, var(--text-xl--line-height));
  }
  .text-xs {
    font-size: var(--text-xs);
    line-height: var(--tw-leading, var(--text-xs--line-height));
  }
  .text-\[3\.35rem\] {
    font-size: 3.35rem;
  }
  .text-\[3rem\] {
    font-size: 3rem;
  }
  .text-\[8rem\] {
    font-size: 8rem;
  }
  .text-\[11px\] {
    font-size: 11px;
  }
  .leading-\[\.98\] {
    --tw-leading: .98;
    line-height: .98;
  }
  .leading-none {
    --tw-leading: 1;
    line-height: 1;
  }
  .leading-relaxed {
    --tw-leading: var(--leading-relaxed);
    line-height: var(--leading-relaxed);
  }
  .leading-snug {
    --tw-leading: var(--leading-snug);
    line-height: var(--leading-snug);
  }
  .leading-tight {
    --tw-leading: var(--leading-tight);
    line-height: var(--leading-tight);
  }
  .font-black {
    --tw-font-weight: var(--font-weight-black);
    font-weight: var(--font-weight-black);
  }
  .font-bold {
    --tw-font-weight: var(--font-weight-bold);
    font-weight: var(--font-weight-bold);
  }
  .font-extrabold {
    --tw-font-weight: var(--font-weight-extrabold);
    font-weight: var(--font-weight-extrabold);
  }
  .font-normal {
    --tw-font-weight: var(--font-weight-normal);
    font-weight: var(--font-weight-normal);
  }
  .tracking-\[-\.06em\] {
    --tw-tracking: -.06em;
    letter-spacing: -.06em;
  }
  .tracking-\[\.12em\] {
    --tw-tracking: .12em;
    letter-spacing: .12em;
  }
  .tracking-\[\.14em\] {
    --tw-tracking: .14em;
    letter-spacing: .14em;
  }
  .tracking-\[\.16em\] {
    --tw-tracking: .16em;
    letter-spacing: .16em;
  }
  .tracking-\[\.18em\] {
    --tw-tracking: .18em;
    letter-spacing: .18em;
  }
  .tracking-tight {
    --tw-tracking: var(--tracking-tight);
    letter-spacing: var(--tracking-tight);
  }
  .text-black {
    color: var(--color-black);
  }
  .text-neutral {
    color: var(--color-neutral);
  }
  .text-primary {
    color: var(--color-primary);
  }
  .text-primary-900 {
    color: var(--color-primary-900);
  }
  .text-primary-bright {
    color: var(--color-primary-bright);
  }
  .text-secondary-300 {
    color: var(--color-secondary-300);
  }
  .text-secondary-500 {
    color: var(--color-secondary-500);
  }
  .text-secondary-600 {
    color: var(--color-secondary-600);
  }
  .text-secondary-700 {
    color: var(--color-secondary-700);
  }
  .text-white {
    color: var(--color-white);
  }
  .text-white\/80 {
    color: color-mix(in srgb, #fff 80%, transparent);
    @supports (color: color-mix(in lab, red, red)) {
      color: color-mix(in oklab, var(--color-white) 80%, transparent);
    }
  }
  .text-white\/90 {
    color: color-mix(in srgb, #fff 90%, transparent);
    @supports (color: color-mix(in lab, red, red)) {
      color: color-mix(in oklab, var(--color-white) 90%, transparent);
    }
  }
  .text-white\/92 {
    color: color-mix(in srgb, #fff 92%, transparent);
    @supports (color: color-mix(in lab, red, red)) {
      color: color-mix(in oklab, var(--color-white) 92%, transparent);
    }
  }
  .uppercase {
    text-transform: uppercase;
  }
  .no-underline {
    text-decoration-line: none;
  }
  .underline {
    text-decoration-line: underline;
  }
  .underline-offset-4 {
    text-underline-offset: 4px;
  }
  .accent-\[\#ce0000\] {
    accent-color: #ce0000;
  }
  .opacity-15 {
    opacity: 15%;
  }
  .shadow-\[0_14px_38px_rgba\(0\,0\,0\,\.04\)\] {
    --tw-shadow: 0 14px 38px var(--tw-shadow-color, rgba(0,0,0,.04));
    box-shadow: var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
  }
  .shadow-xl {
    --tw-shadow: 0 20px 25px -5px var(--tw-shadow-color, rgb(0 0 0 / 0.1)), 0 8px 10px -6px var(--tw-shadow-color, rgb(0 0 0 / 0.1));
    box-shadow: var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
  }
  .backdrop-blur {
    --tw-backdrop-blur: blur(8px);
    -webkit-backdrop-filter: var(--tw-backdrop-blur,) var(--tw-backdrop-brightness,) var(--tw-backdrop-contrast,) var(--tw-backdrop-grayscale,) var(--tw-backdrop-hue-rotate,) var(--tw-backdrop-invert,) var(--tw-backdrop-opacity,) var(--tw-backdrop-saturate,) var(--tw-backdrop-sepia,);
    backdrop-filter: var(--tw-backdrop-blur,) var(--tw-backdrop-brightness,) var(--tw-backdrop-contrast,) var(--tw-backdrop-grayscale,) var(--tw-backdrop-hue-rotate,) var(--tw-backdrop-invert,) var(--tw-backdrop-opacity,) var(--tw-backdrop-saturate,) var(--tw-backdrop-sepia,);
  }
  .transition {
    transition-property: color, background-color, border-color, outline-color, text-decoration-color, fill, stroke, --tw-gradient-from, --tw-gradient-via, --tw-gradient-to, opacity, box-shadow, transform, translate, scale, rotate, filter, -webkit-backdrop-filter, backdrop-filter, display, content-visibility, overlay, pointer-events;
    transition-timing-function: var(--tw-ease, var(--default-transition-timing-function));
    transition-duration: var(--tw-duration, var(--default-transition-duration));
  }
  .transition-transform {
    transition-property: transform, translate, scale, rotate;
    transition-timing-function: var(--tw-ease, var(--default-transition-timing-function));
    transition-duration: var(--tw-duration, var(--default-transition-duration));
  }
  .duration-300 {
    --tw-duration: 300ms;
    transition-duration: 300ms;
  }
  .outline-none {
    --tw-outline-style: none;
    outline-style: none;
  }
  .peer-checked\:border-primary {
    &:is(:where(.peer):checked ~ *) {
      border-color: var(--color-primary);
    }
  }
  .peer-checked\:ring-2 {
    &:is(:where(.peer):checked ~ *) {
      --tw-ring-shadow: var(--tw-ring-inset,) 0 0 0 calc(2px + var(--tw-ring-offset-width)) var(--tw-ring-color, currentcolor);
      box-shadow: var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
    }
  }
  .peer-checked\:ring-primary-100 {
    &:is(:where(.peer):checked ~ *) {
      --tw-ring-color: var(--color-primary-100);
    }
  }
  .peer-focus-visible\:outline {
    &:is(:where(.peer):focus-visible ~ *) {
      outline-style: var(--tw-outline-style);
      outline-width: 1px;
    }
  }
  .peer-focus-visible\:outline-2 {
    &:is(:where(.peer):focus-visible ~ *) {
      outline-style: var(--tw-outline-style);
      outline-width: 2px;
    }
  }
  .peer-focus-visible\:outline-offset-2 {
    &:is(:where(.peer):focus-visible ~ *) {
      outline-offset: 2px;
    }
  }
  .peer-focus-visible\:outline-primary {
    &:is(:where(.peer):focus-visible ~ *) {
      outline-color: var(--color-primary);
    }
  }
  .hover\:scale-\[1\.02\] {
    &:hover {
      @media (hover: hover) {
        scale: 1.02;
      }
    }
  }
  .hover\:border-primary {
    &:hover {
      @media (hover: hover) {
        border-color: var(--color-primary);
      }
    }
  }
  .hover\:bg-secondary-50 {
    &:hover {
      @media (hover: hover) {
        background-color: var(--color-secondary-50);
      }
    }
  }
  .hover\:text-primary {
    &:hover {
      @media (hover: hover) {
        color: var(--color-primary);
      }
    }
  }
  .hover\:text-white {
    &:hover {
      @media (hover: hover) {
        color: var(--color-white);
      }
    }
  }
  .hover\:underline {
    &:hover {
      @media (hover: hover) {
        text-decoration-line: underline;
      }
    }
  }
  .focus\:border-primary {
    &:focus {
      border-color: var(--color-primary);
    }
  }
  .focus\:ring-4 {
    &:focus {
      --tw-ring-shadow: var(--tw-ring-inset,) 0 0 0 calc(4px + var(--tw-ring-offset-width)) var(--tw-ring-color, currentcolor);
      box-shadow: var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
    }
  }
  .focus\:ring-primary-50 {
    &:focus {
      --tw-ring-color: var(--color-primary-50);
    }
  }
  .focus-visible\:outline {
    &:focus-visible {
      outline-style: var(--tw-outline-style);
      outline-width: 1px;
    }
  }
  .focus-visible\:outline-2 {
    &:focus-visible {
      outline-style: var(--tw-outline-style);
      outline-width: 2px;
    }
  }
  .focus-visible\:outline-offset-2 {
    &:focus-visible {
      outline-offset: 2px;
    }
  }
  .focus-visible\:outline-primary {
    &:focus-visible {
      outline-color: var(--color-primary);
    }
  }
  .sm\:block {
    @media (width >= 40rem) {
      display: block;
    }
  }
  .sm\:grid-cols-2 {
    @media (width >= 40rem) {
      grid-template-columns: repeat(2, minmax(0, 1fr));
    }
  }
  .sm\:grid-cols-3 {
    @media (width >= 40rem) {
      grid-template-columns: repeat(3, minmax(0, 1fr));
    }
  }
  .sm\:flex-row {
    @media (width >= 40rem) {
      flex-direction: row;
    }
  }
  .sm\:items-center {
    @media (width >= 40rem) {
      align-items: center;
    }
  }
  .sm\:items-end {
    @media (width >= 40rem) {
      align-items: flex-end;
    }
  }
  .sm\:justify-between {
    @media (width >= 40rem) {
      justify-content: space-between;
    }
  }
  .sm\:gap-5 {
    @media (width >= 40rem) {
      gap: calc(var(--spacing) * 5);
    }
  }
  .sm\:text-right {
    @media (width >= 40rem) {
      text-align: right;
    }
  }
  .sm\:text-\[4\.5rem\] {
    @media (width >= 40rem) {
      font-size: 4.5rem;
    }
  }
  .md\:col-span-1 {
    @media (width >= 48rem) {
      grid-column: span 1 / span 1;
    }
  }
  .md\:col-span-2 {
    @media (width >= 48rem) {
      grid-column: span 2 / span 2;
    }
  }
  .md\:inline-flex {
    @media (width >= 48rem) {
      display: inline-flex;
    }
  }
  .md\:min-h-\[480px\] {
    @media (width >= 48rem) {
      min-height: 480px;
    }
  }
  .md\:min-h-\[500px\] {
    @media (width >= 48rem) {
      min-height: 500px;
    }
  }
  .md\:grid-cols-2 {
    @media (width >= 48rem) {
      grid-template-columns: repeat(2, minmax(0, 1fr));
    }
  }
  .md\:grid-cols-3 {
    @media (width >= 48rem) {
      grid-template-columns: repeat(3, minmax(0, 1fr));
    }
  }
  .md\:flex-row {
    @media (width >= 48rem) {
      flex-direction: row;
    }
  }
  .md\:items-center {
    @media (width >= 48rem) {
      align-items: center;
    }
  }
  .md\:items-end {
    @media (width >= 48rem) {
      align-items: flex-end;
    }
  }
  .md\:justify-between {
    @media (width >= 48rem) {
      justify-content: space-between;
    }
  }
  .md\:p-6 {
    @media (width >= 48rem) {
      padding: calc(var(--spacing) * 6);
    }
  }
  .md\:p-7 {
    @media (width >= 48rem) {
      padding: calc(var(--spacing) * 7);
    }
  }
  .md\:p-8 {
    @media (width >= 48rem) {
      padding: calc(var(--spacing) * 8);
    }
  }
  .md\:p-9 {
    @media (width >= 48rem) {
      padding: calc(var(--spacing) * 9);
    }
  }
  .md\:p-10 {
    @media (width >= 48rem) {
      padding: calc(var(--spacing) * 10);
    }
  }
  .md\:py-16 {
    @media (width >= 48rem) {
      padding-block: calc(var(--spacing) * 16);
    }
  }
  .md\:py-18 {
    @media (width >= 48rem) {
      padding-block: calc(var(--spacing) * 18);
    }
  }
  .md\:py-20 {
    @media (width >= 48rem) {
      padding-block: calc(var(--spacing) * 20);
    }
  }
  .md\:py-24 {
    @media (width >= 48rem) {
      padding-block: calc(var(--spacing) * 24);
    }
  }
  .md\:py-28 {
    @media (width >= 48rem) {
      padding-block: calc(var(--spacing) * 28);
    }
  }
  .md\:py-32 {
    @media (width >= 48rem) {
      padding-block: calc(var(--spacing) * 32);
    }
  }
  .md\:pt-10 {
    @media (width >= 48rem) {
      padding-top: calc(var(--spacing) * 10);
    }
  }
  .md\:pt-12 {
    @media (width >= 48rem) {
      padding-top: calc(var(--spacing) * 12);
    }
  }
  .md\:pb-20 {
    @media (width >= 48rem) {
      padding-bottom: calc(var(--spacing) * 20);
    }
  }
  .md\:text-3xl {
    @media (width >= 48rem) {
      font-size: var(--text-3xl);
      line-height: var(--tw-leading, var(--text-3xl--line-height));
    }
  }
  .md\:text-4xl {
    @media (width >= 48rem) {
      font-size: var(--text-4xl);
      line-height: var(--tw-leading, var(--text-4xl--line-height));
    }
  }
  .md\:text-5xl {
    @media (width >= 48rem) {
      font-size: var(--text-5xl);
      line-height: var(--tw-leading, var(--text-5xl--line-height));
    }
  }
  .md\:text-6xl {
    @media (width >= 48rem) {
      font-size: var(--text-6xl);
      line-height: var(--tw-leading, var(--text-6xl--line-height));
    }
  }
  .md\:text-7xl {
    @media (width >= 48rem) {
      font-size: var(--text-7xl);
      line-height: var(--tw-leading, var(--text-7xl--line-height));
    }
  }
  .md\:text-xl {
    @media (width >= 48rem) {
      font-size: var(--text-xl);
      line-height: var(--tw-leading, var(--text-xl--line-height));
    }
  }
  .md\:text-\[3\.8rem\] {
    @media (width >= 48rem) {
      font-size: 3.8rem;
    }
  }
  .md\:text-\[11rem\] {
    @media (width >= 48rem) {
      font-size: 11rem;
    }
  }
  .lg\:sticky {
    @media (width >= 64rem) {
      position: sticky;
    }
  }
  .lg\:top-28 {
    @media (width >= 64rem) {
      top: calc(var(--spacing) * 28);
    }
  }
  .lg\:flex {
    @media (width >= 64rem) {
      display: flex;
    }
  }
  .lg\:hidden {
    @media (width >= 64rem) {
      display: none;
    }
  }
  .lg\:min-h-\[520px\] {
    @media (width >= 64rem) {
      min-height: 520px;
    }
  }
  .lg\:min-h-\[540px\] {
    @media (width >= 64rem) {
      min-height: 540px;
    }
  }
  .lg\:grid-cols-2 {
    @media (width >= 64rem) {
      grid-template-columns: repeat(2, minmax(0, 1fr));
    }
  }
  .lg\:grid-cols-4 {
    @media (width >= 64rem) {
      grid-template-columns: repeat(4, minmax(0, 1fr));
    }
  }
  .lg\:grid-cols-\[\.8fr_1\.2fr\] {
    @media (width >= 64rem) {
      grid-template-columns: .8fr 1.2fr;
    }
  }
  .lg\:grid-cols-\[\.9fr_1\.1fr\] {
    @media (width >= 64rem) {
      grid-template-columns: .9fr 1.1fr;
    }
  }
  .lg\:grid-cols-\[\.72fr_1\.28fr\] {
    @media (width >= 64rem) {
      grid-template-columns: .72fr 1.28fr;
    }
  }
  .lg\:grid-cols-\[\.75fr_1\.25fr\] {
    @media (width >= 64rem) {
      grid-template-columns: .75fr 1.25fr;
    }
  }
  .lg\:grid-cols-\[\.78fr_1\.22fr\] {
    @media (width >= 64rem) {
      grid-template-columns: .78fr 1.22fr;
    }
  }
  .lg\:grid-cols-\[\.85fr_1\.15fr\] {
    @media (width >= 64rem) {
      grid-template-columns: .85fr 1.15fr;
    }
  }
  .lg\:grid-cols-\[1\.3fr_\.7fr\] {
    @media (width >= 64rem) {
      grid-template-columns: 1.3fr .7fr;
    }
  }
  .lg\:grid-cols-\[1\.05fr_\.95fr\] {
    @media (width >= 64rem) {
      grid-template-columns: 1.05fr .95fr;
    }
  }
  .lg\:grid-cols-\[minmax\(0\,\.82fr\)_minmax\(0\,1\.18fr\)\] {
    @media (width >= 64rem) {
      grid-template-columns: minmax(0,.82fr) minmax(0,1.18fr);
    }
  }
  .lg\:grid-cols-\[minmax\(0\,1\.02fr\)_minmax\(0\,\.98fr\)\] {
    @media (width >= 64rem) {
      grid-template-columns: minmax(0,1.02fr) minmax(0,.98fr);
    }
  }
  .lg\:grid-cols-\[minmax\(0\,1fr\)_320px\] {
    @media (width >= 64rem) {
      grid-template-columns: minmax(0,1fr) 320px;
    }
  }
  .lg\:items-center {
    @media (width >= 64rem) {
      align-items: center;
    }
  }
  .lg\:items-end {
    @media (width >= 64rem) {
      align-items: flex-end;
    }
  }
  .lg\:items-start {
    @media (width >= 64rem) {
      align-items: flex-start;
    }
  }
  .lg\:gap-16 {
    @media (width >= 64rem) {
      gap: calc(var(--spacing) * 16);
    }
  }
  .lg\:justify-self-end {
    @media (width >= 64rem) {
      justify-self: flex-end;
    }
  }
  .lg\:text-7xl {
    @media (width >= 64rem) {
      font-size: var(--text-7xl);
      line-height: var(--tw-leading, var(--text-7xl--line-height));
    }
  }
  .lg\:text-8xl {
    @media (width >= 64rem) {
      font-size: var(--text-8xl);
      line-height: var(--tw-leading, var(--text-8xl--line-height));
    }
  }
  .lg\:text-\[5\.6rem\] {
    @media (width >= 64rem) {
      font-size: 5.6rem;
    }
  }
  .xl\:grid-cols-3 {
    @media (width >= 80rem) {
      grid-template-columns: repeat(3, minmax(0, 1fr));
    }
  }
  .xl\:gap-20 {
    @media (width >= 80rem) {
      gap: calc(var(--spacing) * 20);
    }
  }
  .xl\:text-\[4\.4rem\] {
    @media (width >= 80rem) {
      font-size: 4.4rem;
    }
  }
}
@layer base {
  html {
    scroll-behavior: smooth;
  }
  body {
    background: #fff;
    color: #101010;
    font-family: var(--font-sans);
    font-feature-settings: "liga" 1,"kern" 1;
  }
  section[id] {
    scroll-margin-top: 6.25rem;
  }
  a {
    text-underline-offset: 3px;
  }
  ::selection {
    background: #ce0000;
    color: #fff;
  }
}
@layer components {
  .medim-shell {
    width: min(calc(100% - clamp(2rem,6vw,8rem)),clamp(1180px,82vw,1920px));
    margin-inline: auto;
  }
  .medim-kicker {
    letter-spacing: .16em;
    text-transform: uppercase;
    font-size: .75rem;
    font-weight: 800;
    color: var(--color-primary);
  }
  .medim-display {
    font-family: var(--font-serif);
    font-weight: 500;
    letter-spacing: -.035em;
    line-height: .95;
  }
  .medim-section-title {
    font-family: var(--font-serif);
    font-weight: 500;
    letter-spacing: -.025em;
    line-height: 1.02;
    text-wrap: balance;
    max-width: 100%;
    overflow-wrap: anywhere;
  }
  .medim-card {
    background: #fff;
    border: 1px solid #e7e7e7;
    border-radius: 24px;
    box-shadow: 0 18px 50px rgba(0,0,0,.055);
    transition: transform .22s ease, box-shadow .22s ease, border-color .22s ease;
  }
  .medim-card:hover {
    transform: translateY(-4px);
    box-shadow: 0 26px 66px rgba(0,0,0,.09);
    border-color: #d6d6d6;
  }
  .medim-card-no {
    font-size: .76rem;
    font-weight: 900;
    color: #ce0000;
    letter-spacing: .16em;
  }
  .medim-offer-card {
    display: flex;
    flex-direction: column;
    min-height: 300px;
    color: #111;
    text-decoration: none;
  }
  .medim-offer-card p {
    flex: 1;
  }
  .medim-offer-card.medim-black-panel {
    color: #fff;
    border-color: #111;
  }
  .medim-card-link {
    display: inline-block;
    margin-top: 1.4rem;
    font-weight: 850;
    font-size: .9rem;
    color: #111;
  }
  .medim-offer-card:hover .medim-card-link {
    color: #ce0000;
  }
  .medim-offer-card.medim-black-panel:hover .medim-card-link {
    color: #fff;
  }
  .medim-audience-grid {
    display: grid;
    grid-template-columns: 1fr;
    gap: 1rem;
  }
  .medim-audience-card {
    position: relative;
    min-height: 390px;
    overflow: hidden;
    border-radius: 28px;
    text-decoration: none;
    color: #fff;
    background: #111;
    box-shadow: 0 20px 55px rgba(0,0,0,.12);
  }
  .medim-audience-card img {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform .4s ease;
  }
  .medim-audience-card:hover img {
    transform: scale(1.035);
  }
  .medim-audience-shade {
    position: absolute;
    inset: 0;
    background: linear-gradient(0deg,rgba(0,0,0,.84) 0%,rgba(0,0,0,.34) 58%,rgba(0,0,0,.08) 100%);
  }
  .medim-audience-copy {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    padding: 1.6rem;
    z-index: 2;
  }
  .medim-audience-copy > span {
    display: block;
    color: #ff2a2a;
    font-size: .72rem;
    font-weight: 900;
    letter-spacing: .14em;
    margin-bottom: .8rem;
  }
  .medim-audience-copy h3 {
    font-family: var(--font-serif);
    font-size: 2.15rem;
    line-height: 1;
    margin: 0;
    color: #fff;
  }
  .medim-audience-copy p {
    margin: .85rem 0 0;
    max-width: 34rem;
    color: rgba(255,255,255,.84);
    line-height: 1.55;
  }
  .medim-audience-copy strong {
    display: block;
    margin-top: 1.15rem;
    color: #fff;
    font-size: .9rem;
  }
  @media (min-width:768px) {
    .medim-audience-grid {
      grid-template-columns: repeat(2,minmax(0,1fr));
    }
  }
  .medim-delivery-list {
    border-top: 1px solid #d9d9d9;
  }
  .medim-delivery-list > div {
    display: grid;
    grid-template-columns: 3rem 1fr;
    gap: 1rem;
    padding: 1.35rem 0;
    border-bottom: 1px solid #d9d9d9;
  }
  .medim-delivery-list > div > span {
    color: #ce0000;
    font-weight: 900;
    letter-spacing: .12em;
    font-size: .78rem;
    padding-top: .22rem;
  }
  .medim-delivery-list strong {
    display: block;
    font-size: 1.2rem;
    line-height: 1.3;
    color: #111;
  }
  .medim-delivery-list p {
    margin: .45rem 0 0;
    color: #626262;
    line-height: 1.65;
  }
  .medim-pill {
    display: inline-flex;
    align-items: center;
    gap: .55rem;
    border: 1px solid #e5e5e5;
    border-radius: 999px;
    padding: .55rem .9rem;
    background: #fff;
    color: #303030;
    font-size: .82rem;
    font-weight: 800;
  }
  .medim-dot {
    width: .56rem;
    height: .56rem;
    border-radius: 999px;
    background: var(--color-primary);
    display: inline-block;
  }
  .medim-btn-primary {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 999px;
    background: #111;
    color: #fff;
    padding: .95rem 1.4rem;
    font-weight: 800;
    text-decoration: none;
    transition: transform .18s ease, background .18s ease;
  }
  .medim-btn-primary:hover {
    transform: translateY(-2px);
    background: #ce0000;
  }
  .medim-btn-red {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 999px;
    background: #ce0000;
    color: #fff;
    padding: .95rem 1.4rem;
    font-weight: 800;
    text-decoration: none;
    transition: transform .18s ease, background .18s ease;
  }
  .medim-btn-red:hover {
    transform: translateY(-2px);
    background: #9f0000;
  }
  .medim-btn-ghost {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 999px;
    border: 1px solid #d7d7d7;
    color: #111;
    padding: .95rem 1.3rem;
    font-weight: 800;
    text-decoration: none;
    background: #fff;
    transition: transform .18s ease,border-color .18s ease;
  }
  .medim-btn-ghost:hover {
    transform: translateY(-2px);
    border-color: #111;
  }
  .medim-btn-light {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 999px;
    border: 1px solid rgba(255,255,255,.55);
    color: #fff;
    padding: .95rem 1.3rem;
    font-weight: 800;
    text-decoration: none;
    background: rgba(255,255,255,.08);
    backdrop-filter: blur(8px);
    transition: transform .18s ease,background .18s ease,border-color .18s ease,color .18s ease;
  }
  .medim-btn-light:hover {
    transform: translateY(-2px);
    background: #fff;
    color: #111;
    border-color: #fff;
  }
  .medim-nav a {
    text-decoration: none;
    color: #262626;
    font-weight: 800;
  }
  .medim-nav a:hover {
    color: #ce0000;
  }
  .medim-skip-link {
    position: fixed;
    left: 1rem;
    top: 1rem;
    z-index: 9999;
    transform: translateY(-180%);
    background: #fff;
    color: #111;
    border: 2px solid #111;
    border-radius: 999px;
    padding: .7rem 1rem;
    font-weight: 850;
    text-decoration: none;
    box-shadow: 0 10px 30px rgba(0,0,0,.14);
  }
  .medim-skip-link:focus {
    transform: translateY(0);
  }
  .medim-nav a:focus-visible,.medim-btn-primary:focus-visible,.medim-btn-red:focus-visible,.medim-btn-ghost:focus-visible,.medim-btn-light:focus-visible,.medim-mobile-menu summary:focus-visible,.medim-offer-card:focus-visible,.medim-audience-card:focus-visible,.medim-topic-link:focus-visible,.medim-related-card:focus-visible {
    outline: 3px solid rgba(206,0,0,.32);
    outline-offset: 4px;
  }
  .medim-hero-photo {
    object-position: center center;
    transform: scale(1.01);
  }
  .medim-hero-shade {
    background: linear-gradient(90deg,rgba(0,0,0,.78) 0%,rgba(0,0,0,.58) 38%,rgba(0,0,0,.22) 68%,rgba(0,0,0,.05) 100%),linear-gradient(0deg,rgba(0,0,0,.20),transparent 46%);
  }
  .medim-hero-badge {
    display: inline-flex;
    align-items: center;
    border: 1px solid rgba(255,255,255,.34);
    border-radius: 999px;
    padding: .58rem .95rem;
    background: rgba(0,0,0,.22);
    backdrop-filter: blur(8px);
    color: #fff;
    font-size: .8rem;
    font-weight: 800;
    letter-spacing: .02em;
  }
  .medim-hero-accent {
    display: block;
    margin-top: .15em;
    color: #ce0000;
  }
  .medim-hero-fact {
    border-top: 1px solid rgba(255,255,255,.38);
    padding-top: .75rem;
    min-width: 0;
  }
  .medim-hero-fact span {
    display: block;
    font-size: .7rem;
    text-transform: uppercase;
    letter-spacing: .14em;
    color: rgba(255,255,255,.88);
    font-weight: 800;
  }
  .medim-hero-fact strong {
    display: block;
    margin-top: .2rem;
    font-size: .95rem;
    line-height: 1.3;
    color: #fff;
  }
  .medim-principle {
    border-top: 2px solid #111;
    padding-top: 1.15rem;
    display: flex;
    gap: 1rem;
    align-items: flex-start;
  }
  .medim-principle:nth-child(2) {
    border-top-color: #ce0000;
  }
  .medim-principle > span {
    color: #ce0000;
    font-size: .75rem;
    font-weight: 900;
    letter-spacing: .1em;
    padding-top: .2rem;
  }
  .medim-principle p {
    color: #6b6b6b;
    font-size: .8rem;
    margin: 0 0 .25rem;
  }
  .medim-principle strong {
    font-size: 1.28rem;
    line-height: 1.2;
  }
  .medim-format-card {
    position: relative;
    min-height: 325px;
    border: 1px solid #dedede;
    border-radius: 28px;
    padding: 2rem;
    display: flex;
    flex-direction: column;
    background: #fff;
    transition: transform .22s ease,border-color .22s ease,box-shadow .22s ease;
  }
  .medim-format-card:hover {
    transform: translateY(-4px);
    border-color: #bcbcbc;
    box-shadow: 0 22px 55px rgba(0,0,0,.07);
  }
  .medim-format-card h3 {
    font-family: var(--font-serif);
    font-size: 2rem;
    line-height: 1;
    margin-top: 2.2rem;
  }
  .medim-format-card p {
    color: #5b5b5b;
    line-height: 1.7;
    margin-top: 1rem;
  }
  .medim-format-card a {
    margin-top: auto;
    padding-top: 1.75rem;
    text-decoration: none;
    color: #111;
    font-weight: 850;
  }
  .medim-format-index {
    position: absolute;
    top: 1.45rem;
    right: 1.55rem;
    width: 2.5rem;
    height: 2.5rem;
    border-radius: 999px;
    border: 1px solid #d8d8d8;
    display: grid;
    place-items: center;
    font-size: .75rem;
    font-weight: 900;
    color: #ce0000;
  }
  .medim-format-featured {
    background: #111;
    color: #fff;
    border-color: #111;
  }
  .medim-format-featured p {
    color: #cfcfcf;
  }
  .medim-format-featured a {
    color: #fff;
  }
  .medim-format-featured .medim-format-index {
    border-color: rgba(255,255,255,.25);
    color: #fff;
    background: #ce0000;
  }
  .medim-photo {
    width: 100%;
    max-width: 100%;
    min-width: 0;
    border-radius: 28px;
    overflow: hidden;
    background: #111;
    box-shadow: 0 24px 70px rgba(0,0,0,.14);
  }
  .medim-photo img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
    filter: none;
    transition: transform .35s ease;
  }
  .medim-photo:hover img {
    transform: scale(1.02);
  }
  .medim-photo-note {
    position: absolute;
    left: 1rem;
    bottom: 1rem;
    max-width: 340px;
    background: rgba(255,255,255,.95);
    color: #111;
    border-radius: 18px;
    padding: 1rem 1.15rem;
    box-shadow: 0 18px 45px rgba(0,0,0,.12);
    font-size: .9rem;
    line-height: 1.45;
  }
  .medim-detail {
    border-left: 4px solid #ce0000;
    padding-left: 1rem;
  }
  .medim-detail:nth-child(2) {
    border-left-color: #111;
  }
  .medim-detail strong {
    display: block;
    font-size: 1rem;
    line-height: 1.35;
  }
  .medim-detail span {
    display: block;
    margin-top: .45rem;
    color: #6b6b6b;
    font-size: .88rem;
    line-height: 1.55;
  }
  .medim-topic-grid {
    display: grid;
    grid-template-columns: repeat(1,minmax(0,1fr));
    border: 1px solid rgba(255,255,255,.15);
    background: rgba(255,255,255,.12);
    gap: 1px;
  }
  .medim-topic {
    background: #111;
    padding: 1.7rem;
    min-height: 220px;
  }
  .medim-topic span {
    color: #ff4b4b;
    font-size: .72rem;
    font-weight: 900;
    letter-spacing: .14em;
  }
  .medim-topic strong {
    display: block;
    margin-top: 2rem;
    color: #fff;
    font-size: 1.2rem;
    line-height: 1.25;
  }
  .medim-topic p {
    margin-top: .8rem;
    color: #bdbdbd;
    font-size: .92rem;
    line-height: 1.65;
  }
  .medim-topic-link {
    display: block;
    text-decoration: none;
    transition: background .2s ease,transform .2s ease;
  }
  .medim-topic-link:hover {
    background: #1b1b1b;
    transform: translateY(-2px);
  }
  .medim-topic-link em {
    display: block;
    margin-top: 1.2rem;
    color: #fff;
    font-style: normal;
    font-weight: 850;
    font-size: .82rem;
  }
  .medim-inline-link {
    display: inline-block;
    margin-top: .65rem;
    color: #111;
    font-weight: 850;
    text-decoration: none;
  }
  .medim-inline-link:hover {
    color: #ce0000;
  }
  @media (min-width:768px) {
    .medim-topic-grid {
      grid-template-columns: repeat(2,minmax(0,1fr));
    }
  }
  @media (min-width:1024px) {
    .medim-topic-grid {
      grid-template-columns: repeat(3,minmax(0,1fr));
    }
  }
  .medim-standard {
    background: #111;
    min-height: 230px;
    padding: 1.5rem;
  }
  .medim-standard span {
    color: #ff4b4b;
    font-size: .72rem;
    font-weight: 900;
    letter-spacing: .14em;
  }
  .medim-standard strong {
    display: block;
    font-size: 1.12rem;
    margin-top: 1.6rem;
    color: #fff;
  }
  .medim-standard p {
    color: #bdbdbd;
    margin-top: .75rem;
    line-height: 1.6;
    font-size: .9rem;
  }
  .medim-ris {
    display: inline-flex;
    padding: .42rem .72rem;
    border: 1px solid rgba(255,255,255,.25);
    border-radius: 999px;
    color: #fff;
    font-weight: 800;
    letter-spacing: .03em;
  }
  .medim-trust-section {
    background: linear-gradient(180deg,#fafafa 0%,#f3f3f3 100%);
    border-top: 1px solid #e3e3e3;
    border-bottom: 1px solid #dddddd;
    position: relative;
    overflow: hidden;
  }
  .medim-trust-section::before {
    content: "";
    position: absolute;
    inset: 0 auto 0 0;
    width: 5px;
    background: #ce0000;
  }
  .medim-trust-grid {
    display: grid;
    grid-template-columns: repeat(2,minmax(0,1fr));
    gap: .75rem;
    margin-top: 3rem;
  }
  .medim-trust-card {
    min-height: 96px;
    border: 1px solid #dddddd;
    border-radius: 20px;
    background: rgba(255,255,255,.92);
    display: grid;
    place-items: center;
    padding: .85rem 1rem;
    box-shadow: 0 12px 34px rgba(0,0,0,.045);
    transition: transform .2s ease,border-color .2s ease,box-shadow .2s ease;
  }
  .medim-trust-card:hover {
    transform: translateY(-3px);
    border-color: #c4c4c4;
    box-shadow: 0 18px 42px rgba(0,0,0,.07);
  }
  .medim-trust-logo {
    display: block;
    width: auto;
    max-width: 100%;
    max-height: 58px;
    object-fit: contain;
  }
  .medim-trust-placeholder {
    text-transform: uppercase;
    letter-spacing: .16em;
    font-size: .68rem;
    font-weight: 850;
    color: #8a8a8a;
  }
  .medim-trust-more {
    margin-top: 1.2rem;
  }
  .medim-trust-more-trigger {
    display: inline-flex;
    align-items: center;
    gap: .75rem;
    min-height: 2.75rem;
    padding: .68rem 1rem;
    border: 1px solid #cfcfcf;
    border-radius: 999px;
    background: #fff;
    color: #111;
    cursor: pointer;
    list-style: none;
    font-size: .82rem;
    font-weight: 850;
    box-shadow: 0 10px 28px rgba(0,0,0,.04);
    transition: transform .18s ease,border-color .18s ease,box-shadow .18s ease;
  }
  .medim-trust-more-trigger::-webkit-details-marker {
    display: none;
  }
  .medim-trust-more-trigger:hover {
    transform: translateY(-2px);
    border-color: #aaa;
    box-shadow: 0 14px 34px rgba(0,0,0,.065);
  }
  .medim-trust-more-trigger:focus-visible {
    outline: 3px solid rgba(206,0,0,.32);
    outline-offset: 4px;
  }
  .medim-trust-more-icon {
    display: grid;
    place-items: center;
    width: 1.55rem;
    height: 1.55rem;
    border-radius: 999px;
    background: #111;
    color: #fff;
    font-size: 1rem;
    line-height: 1;
    transition: transform .2s ease,background .2s ease;
  }
  .medim-trust-more[open] .medim-trust-more-icon {
    transform: rotate(45deg);
    background: #ce0000;
  }
  .medim-trust-grid-more {
    margin-top: 1rem;
  }
  .medim-trust-tags {
    display: flex;
    flex-wrap: wrap;
    gap: .55rem;
    margin-top: 1.2rem;
  }
  .medim-trust-tags span {
    display: inline-flex;
    align-items: center;
    min-height: 2rem;
    padding: .42rem .72rem;
    border-radius: 999px;
    border: 1px solid #d3d3d3;
    background: #fff;
    color: #4a4a4a;
    font-size: .76rem;
    font-weight: 800;
  }
  @media (min-width:768px) {
    .medim-trust-grid {
      grid-template-columns: repeat(4,minmax(0,1fr));
    }
  }
  @media (min-width:1280px) {
    .medim-trust-grid {
      grid-template-columns: repeat(6,minmax(0,1fr));
    }
  }
  @media (min-width:1600px) {
    .medim-audience-grid {
      grid-template-columns: repeat(4,minmax(0,1fr));
    }
    .medim-audience-card {
      min-height: 440px;
    }
    .medim-trust-grid {
      grid-template-columns: repeat(8,minmax(0,1fr));
    }
    .medim-faq-list {
      width: 100%;
      max-width: 920px;
      justify-self: end;
    }
    #kontakt .medim-card {
      width: 100%;
      max-width: 720px;
      justify-self: end;
    }
    .medim-page-main-grid {
      grid-template-columns: minmax(0,1100px) 360px !important;
      justify-content: space-between;
    }
    .medim-related-grid {
      grid-template-columns: repeat(3,minmax(0,1fr));
    }
  }
  .medim-step {
    display: grid;
    grid-template-columns: 2.4rem 1fr;
    gap: 1rem;
    border-top: 1px solid #dfdfdf;
    padding-top: 1.15rem;
  }
  .medim-step > span {
    color: #ce0000;
    font-weight: 900;
    font-size: .76rem;
    letter-spacing: .1em;
  }
  .medim-step strong {
    display: block;
    font-size: 1.05rem;
  }
  .medim-step p {
    color: #666;
    margin-top: .3rem;
    line-height: 1.55;
    font-size: .9rem;
  }
  .medim-contact-points {
    display: grid;
    gap: .9rem;
  }
  .medim-contact-points > div {
    display: grid;
    grid-template-columns: 2.2rem 1fr;
    gap: .9rem;
    align-items: start;
    border-top: 1px solid #d9d9d9;
    padding-top: .9rem;
  }
  .medim-contact-points span {
    color: #ce0000;
    font-size: .72rem;
    font-weight: 900;
    letter-spacing: .1em;
    padding-top: .12rem;
  }
  .medim-contact-points p {
    margin: 0;
    color: #595959;
    line-height: 1.55;
    font-size: .92rem;
  }
  .medim-contact-points strong {
    color: #111;
  }
  .medim-red-panel {
    background: #ce0000;
    color: #fff;
  }
  .medim-black-panel {
    background: #111;
    color: #fff;
  }
  .medim-logo-img {
    display: block;
    width: 46px;
    height: 42px;
    object-fit: contain;
    mix-blend-mode: multiply;
  }
  .medim-logo-tile {
    background: #fff;
    border-radius: 14px;
    display: grid;
    place-items: center;
    width: 50px;
    height: 48px;
    overflow: hidden;
    flex: 0 0 auto;
  }
  .medim-logo-tile img {
    width: 44px;
    height: 40px;
    object-fit: contain;
    mix-blend-mode: multiply;
  }
  .medim-mobile-menu summary {
    list-style: none;
    cursor: pointer;
  }
  .medim-mobile-menu summary::-webkit-details-marker {
    display: none;
  }
  .medim-mobile-menu[open] summary {
    color: #ce0000;
  }
  .medim-page-content {
    color: #303030;
    font-size: 1.05rem;
    line-height: 1.75;
    min-width: 0;
  }
  .medim-page-content > p:first-child {
    font-size: 1.28rem;
    line-height: 1.65;
    color: #222;
    max-width: 48rem;
    margin-bottom: 2.4rem;
  }
  .medim-page-aside {
    border: 1px solid #e3e3e3;
    border-radius: 24px;
    background: #f7f7f7;
    padding: 1.5rem;
    min-width: 0;
  }
  .medim-page-content h2 {
    font-family: var(--font-serif);
    font-size: clamp(2.2rem,4vw,3.5rem);
    line-height: 1.05;
    letter-spacing: -.025em;
    color: #111;
    margin: 3rem 0 1rem;
  }
  .medim-page-content h3 {
    font-size: 1.35rem;
    line-height: 1.3;
    color: #111;
    margin: 2rem 0 .65rem;
    font-weight: 850;
  }
  .medim-page-content p {
    margin: 0 0 1.15rem;
  }
  .medim-page-content a {
    color: #ce0000;
    font-weight: 750;
  }
  .medim-page-content .wp-block-buttons {
    margin-top: 2rem;
    gap: .7rem;
  }
  .medim-page-content .wp-block-button__link {
    color: #fff;
    font-weight: 850;
    text-decoration: none;
    box-shadow: 0 10px 28px rgba(206,0,0,.14);
    transition: transform .18s ease,box-shadow .18s ease,background .18s ease;
  }
  .medim-page-content .wp-block-button__link:hover {
    color: #fff;
    transform: translateY(-2px);
    box-shadow: 0 15px 34px rgba(206,0,0,.22);
  }
  .medim-page-content ul {
    margin: 1rem 0 1.4rem;
    padding-left: 1.2rem;
  }
  .medim-page-content li {
    margin: .45rem 0;
  }
  .medim-page-hero {
    background: linear-gradient(180deg,#fbfbfb 0%,#f3f3f3 100%);
    position: relative;
    overflow: hidden;
  }
  .medim-page-hero::after {
    content: "";
    position: absolute;
    right: -10rem;
    top: -12rem;
    width: 30rem;
    height: 30rem;
    border-radius: 999px;
    border: 1px solid rgba(206,0,0,.08);
    box-shadow: 0 0 0 4rem rgba(206,0,0,.018),0 0 0 8rem rgba(206,0,0,.012);
    pointer-events: none;
  }
  .medim-page-breadcrumb {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: .55rem;
    color: #777;
    font-size: .75rem;
    font-weight: 800;
    letter-spacing: .04em;
  }
  .medim-page-breadcrumb a {
    color: #111;
    text-decoration: none;
  }
  .medim-page-breadcrumb a:hover {
    color: #ce0000;
  }
  .medim-page-tags {
    display: flex;
    flex-wrap: wrap;
    gap: .55rem;
    align-content: flex-end;
  }
  .medim-page-tags span {
    display: inline-flex;
    min-height: 2.2rem;
    align-items: center;
    padding: .48rem .78rem;
    border-radius: 999px;
    border: 1px solid #d7d7d7;
    background: #fff;
    color: #333;
    font-size: .78rem;
    font-weight: 850;
    box-shadow: 0 8px 24px rgba(0,0,0,.035);
  }
  .medim-page-featured {
    box-shadow: 0 26px 74px rgba(0,0,0,.12);
  }
  .medim-page-featured img {
    object-position: center center;
  }
  .medim-page-aside {
    box-shadow: 0 16px 46px rgba(0,0,0,.045);
  }
  .medim-page-aside-steps {
    display: grid;
    gap: .65rem;
    margin-top: 1.35rem;
    padding-top: 1.15rem;
    border-top: 1px solid #dedede;
  }
  .medim-page-aside-steps > div {
    display: grid;
    grid-template-columns: 2rem 1fr;
    gap: .65rem;
    align-items: start;
  }
  .medim-page-aside-steps span {
    color: #ce0000;
    font-size: .68rem;
    font-weight: 900;
    letter-spacing: .1em;
    padding-top: .12rem;
  }
  .medim-page-aside-steps p {
    margin: 0;
    color: #565656;
    font-size: .8rem;
    line-height: 1.45;
  }
  .medim-page-content .wp-block-buttons {
    margin-top: 2rem;
  }
  .medim-page-content .wp-block-button__link {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 999px !important;
    background: #ce0000 !important;
    color: #fff !important;
    padding: .92rem 1.3rem;
    font-weight: 850;
    text-decoration: none;
    transition: transform .18s ease,background .18s ease;
  }
  .medim-page-content .wp-block-button__link:hover {
    transform: translateY(-2px);
    background: #9f0000 !important;
    color: #fff !important;
  }
  .medim-related-section {
    position: relative;
  }
  .medim-related-grid {
    display: grid;
    gap: .85rem;
    grid-template-columns: 1fr;
  }
  .medim-related-card {
    min-height: 230px;
    display: flex;
    flex-direction: column;
    padding: 1.45rem;
    border: 1px solid #dedede;
    border-radius: 22px;
    background: #fff;
    color: #111;
    text-decoration: none;
    box-shadow: 0 12px 34px rgba(0,0,0,.035);
    transition: transform .2s ease,border-color .2s ease,box-shadow .2s ease;
  }
  .medim-related-card:hover {
    transform: translateY(-3px);
    border-color: #bfbfbf;
    box-shadow: 0 18px 44px rgba(0,0,0,.065);
  }
  .medim-related-card > span {
    color: #ce0000;
    text-transform: uppercase;
    letter-spacing: .13em;
    font-size: .67rem;
    font-weight: 900;
  }
  .medim-related-card strong {
    display: block;
    margin-top: 1.2rem;
    font-family: var(--font-serif);
    font-size: 1.8rem;
    line-height: 1.05;
    font-weight: 600;
  }
  .medim-related-card p {
    color: #606060;
    margin: .75rem 0 0;
    line-height: 1.55;
    font-size: .9rem;
  }
  .medim-related-card em {
    margin-top: auto;
    padding-top: 1.2rem;
    font-style: normal;
    font-weight: 850;
    font-size: .82rem;
    color: #111;
  }
  .medim-related-card:hover em {
    color: #ce0000;
  }
  @media (min-width:768px) {
    .medim-related-grid {
      grid-template-columns: repeat(3,minmax(0,1fr));
    }
  }
  @media (max-width:767px) {
    .medim-page-tags {
      margin-top: .2rem;
    }
    .medim-page-featured {
      min-height: 260px;
    }
    .medim-related-card {
      min-height: 0;
    }
    .medim-page-content .wp-block-button,.medim-page-content .wp-block-button__link {
      width: 100%;
    }
    .medim-page-content .wp-block-button__link {
      text-align: center;
    }
    .medim-page-aside {
      padding: 1.25rem;
    }
  }
  .medim-page-content .wp-block-columns {
    gap: 1rem;
    margin: 1.25rem 0 1.5rem;
  }
  .medim-page-content .wp-block-column {
    border: 1px solid #e3e3e3;
    border-radius: 18px;
    background: #fafafa;
    padding: 1.15rem 1.2rem;
    min-width: 0;
  }
  .medim-page-content .wp-block-column h3 {
    margin-top: 0;
  }
  .medim-page-content > .wp-block-group.has-background {
    border: 1px solid #e1e1e1;
    border-left: 4px solid #ce0000;
    border-radius: 18px;
  }
  .medim-page-content > .wp-block-group.has-background a {
    text-decoration: none;
  }
  .medim-page-content > .wp-block-group.has-background a:hover {
    text-decoration: underline;
  }
  .medim-credit {
    font-size: .72rem;
    line-height: 1.5;
    color: #707070;
  }
  .page-id-113 .medim-page-main-grid,.page-id-114 .medim-page-main-grid {
    grid-template-columns: minmax(0,1fr);
  }
  .page-id-113 .medim-page-aside,.page-id-114 .medim-page-aside,.page-id-113 .medim-related-section,.page-id-114 .medim-related-section,.page-id-113 .medim-page-cta,.page-id-114 .medim-page-cta {
    display: none;
  }
  .page-id-113 .medim-page-content,.page-id-114 .medim-page-content {
    max-width: 56rem;
  }
  .medim-search-form .search-form {
    display: flex;
    gap: .65rem;
  }
  .medim-search-form label {
    flex: 1;
  }
  .medim-search-form .search-field {
    width: 100%;
    border: 1px solid #d8d8d8;
    border-radius: 999px;
    background: #fff;
    padding: .9rem 1.1rem;
    color: #111;
    outline: none;
  }
  .medim-search-form .search-field:focus {
    border-color: #111;
    box-shadow: 0 0 0 3px rgba(206,0,0,.08);
  }
  .medim-search-form .search-submit {
    border: 0;
    border-radius: 999px;
    background: #111;
    color: #fff;
    padding: .9rem 1.25rem;
    font-weight: 850;
    cursor: pointer;
  }
  .medim-search-form .search-submit:hover {
    background: #ce0000;
  }
  .medim-faq-list {
    border-top: 1px solid #dcdcdc;
  }
  .medim-faq {
    border-bottom: 1px solid #dcdcdc;
  }
  .medim-faq summary {
    list-style: none;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 1.5rem;
    padding: 1.35rem 0;
    color: #111;
    font-size: 1.12rem;
    font-weight: 850;
  }
  .medim-faq summary::-webkit-details-marker {
    display: none;
  }
  .medim-faq summary span:first-child {
    max-width: 42rem;
  }
  .medim-faq > div {
    padding: 0 3.6rem 1.45rem 0;
  }
  .medim-faq p {
    color: #606060;
    line-height: 1.7;
    max-width: 46rem;
  }
  .medim-faq-plus {
    width: 1.7rem;
    height: 1.7rem;
    border-radius: 999px;
    border: 1px solid #cfcfcf;
    position: relative;
    flex: 0 0 auto;
    transition: transform .2s ease,border-color .2s ease,background .2s ease;
  }
  .medim-faq-plus::before,.medim-faq-plus::after {
    content: "";
    position: absolute;
    inset: 50% auto auto 50%;
    width: .65rem;
    height: 1px;
    background: #111;
    transform: translate(-50%,-50%);
  }
  .medim-faq-plus::after {
    transform: translate(-50%,-50%) rotate(90deg);
    transition: transform .2s ease;
  }
  .medim-faq[open] .medim-faq-plus {
    background: #ce0000;
    border-color: #ce0000;
    transform: rotate(180deg);
  }
  .medim-faq[open] .medim-faq-plus::before,.medim-faq[open] .medim-faq-plus::after {
    background: #fff;
  }
  .medim-faq[open] .medim-faq-plus::after {
    transform: translate(-50%,-50%) rotate(0);
  }
  .medim-quote-dialog {
    width: min(1180px,calc(100vw - 2rem));
    max-width: none;
    max-height: 92dvh;
    margin: auto;
    padding: 0;
    border: 0;
    border-radius: 28px;
    background: #fff;
    color: #111;
    box-shadow: 0 34px 100px rgba(0,0,0,.3);
    overflow: hidden;
  }
  .medim-quote-dialog::backdrop {
    background: rgba(0,0,0,.68);
    backdrop-filter: blur(4px);
  }
  .medim-quote-dialog-shell {
    max-height: 92dvh;
    overflow-y: auto;
    overscroll-behavior: contain;
    background: #fff;
  }
  .medim-quote-dialog-bar {
    position: sticky;
    top: 0;
    z-index: 20;
    display: flex;
    justify-content: flex-end;
    padding: .75rem .85rem 0;
    background: linear-gradient(180deg,#fff 72%,rgba(255,255,255,0));
  }
  .medim-quote-dialog-close {
    width: 2.75rem;
    height: 2.75rem;
    display: grid;
    place-items: center;
    border: 1px solid #dedede;
    border-radius: 999px;
    background: #fff;
    color: #111;
    cursor: pointer;
    box-shadow: 0 8px 24px rgba(0,0,0,.08);
  }
  .medim-quote-dialog .medim-shell {
    width: min(1100px,calc(100% - 2rem));
  }
  @media (max-width:767px) {
    .medim-quote-dialog {
      width: 100vw;
      height: 100dvh;
      max-height: 100dvh;
      border-radius: 0;
    }
    .medim-quote-dialog-shell {
      max-height: 100dvh;
    }
    .medim-quote-dialog .medim-shell {
      width: min(100% - 1.25rem,1100px);
    }
  }
  .medim-fade-up {
    animation: medimFadeUp .7s ease both;
  }
  .medim-delay-1 {
    animation-delay: .08s;
  }
  .medim-delay-2 {
    animation-delay: .16s;
  }
  .medim-delay-3 {
    animation-delay: .24s;
  }
}
@keyframes medimFadeUp {
  from {
    opacity: 0;
    transform: translateY(16px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
@media (max-width:767px) {
  html,body {
    max-width: 100%;
    overflow-x: clip;
  }
  .medim-shell {
    width: calc(100% - 1.25rem);
    max-width: 100%;
    min-width: 0;
  }
  .medim-hero {
    min-height: 82vh;
  }
  .medim-hero-shade {
    background: linear-gradient(90deg,rgba(0,0,0,.76),rgba(0,0,0,.50)),linear-gradient(0deg,rgba(0,0,0,.34),transparent 54%);
  }
  .medim-hero-photo {
    object-position: center center;
  }
  .medim-hero .medim-display {
    max-width: 100%;
    font-size: clamp(2.45rem,12.5vw,3.35rem) !important;
    line-height: .98;
    overflow-wrap: anywhere;
  }
  .medim-process-section {
    min-width: 0;
    overflow: hidden;
  }
  .medim-process-section > .grid,.medim-process-section > .grid > div {
    min-width: 0;
    max-width: 100%;
  }
  .medim-process-section .medim-section-title {
    max-width: 100%;
    font-size: clamp(2.35rem,11vw,3rem) !important;
    line-height: 1;
    overflow-wrap: anywhere;
  }
  .medim-process-section .medim-photo {
    min-height: 300px !important;
    aspect-ratio: 4/3;
  }
  .medim-hero-badge,.medim-pill,.medim-ris,.medim-page-tags span,.medim-trust-more-trigger {
    max-width: 100%;
    white-space: normal;
    overflow-wrap: anywhere;
  }
  .medim-btn-primary,.medim-btn-red,.medim-btn-ghost,.medim-btn-light {
    max-width: 100%;
    white-space: normal;
    text-align: center;
    line-height: 1.3;
    overflow-wrap: anywhere;
  }
  .medim-format-card,.medim-offer-card {
    min-height: 0;
  }
  .medim-audience-card {
    min-height: 340px;
  }
  .medim-audience-copy {
    padding: 1.25rem;
  }
  .medim-audience-copy h3 {
    font-size: clamp(1.8rem,9vw,2.15rem);
    overflow-wrap: anywhere;
  }
  .medim-step {
    grid-template-columns: 2rem minmax(0,1fr);
    gap: .7rem;
  }
  .medim-step > div {
    min-width: 0;
    max-width: 100%;
  }
  .medim-step strong,.medim-step p {
    max-width: 100%;
    overflow-wrap: anywhere;
    word-break: normal;
  }
  .medim-step strong {
    font-size: 1rem;
    line-height: 1.28;
  }
  .medim-step p {
    font-size: .88rem;
    line-height: 1.5;
  }
  .medim-photo-note {
    position: static;
    max-width: none;
    border-radius: 0 0 18px 18px;
    box-shadow: none;
    margin-top: -1px;
  }
  .medim-page-content,.medim-page-aside,.medim-page-main-grid,.medim-related-grid,.medim-topic-grid,.medim-audience-grid {
    min-width: 0;
    max-width: 100%;
  }
  .medim-page-content a,.medim-contact-points a,.medim-quote-dialog a,#terminy a,#kontakt a,a[href^="mailto:"] {
    overflow-wrap: anywhere;
    word-break: break-word;
  }
  .medim-page-aside .medim-btn-red,.medim-page-aside .medim-btn-ghost {
    width: 100%;
  }
  #kontakt .medim-card {
    padding: 1.5rem;
  }
  .medim-contact-points > div {
    grid-template-columns: 2rem minmax(0,1fr);
    gap: .7rem;
  }
  .medim-faq summary {
    gap: .85rem;
  }
  .medim-faq > div {
    padding-right: 0;
  }
  .medim-mobile-menu > div {
    max-width: calc(100vw - 1.25rem);
  }
  .medim-quote-dialog {
    width: 100%;
    max-width: 100%;
    height: 100dvh;
    max-height: 100dvh;
    margin: 0;
    inset: 0;
    border-radius: 0;
  }
  .medim-quote-dialog-shell {
    width: 100%;
    max-width: 100%;
    max-height: 100dvh;
    overflow-x: hidden;
  }
  .medim-quote-dialog .medim-shell {
    width: calc(100% - 1rem);
    max-width: 100%;
  }
  .medim-quote-dialog form,.medim-quote-dialog fieldset,.medim-quote-dialog label,.medim-quote-dialog .grid,.medim-quote-dialog .flex {
    min-width: 0;
    max-width: 100%;
  }
  .medim-quote-dialog input,.medim-quote-dialog textarea,.medim-quote-dialog select {
    min-width: 0;
    max-width: 100%;
  }
  .medim-quote-dialog legend {
    max-width: 100%;
    overflow-wrap: anywhere;
  }
  #terminy article {
    min-width: 0;
    max-width: 100%;
  }
  #terminy article > div:first-child {
    flex-wrap: wrap;
  }
  #terminy article .grid > div {
    min-width: 0;
  }
  #terminy article strong {
    min-width: 0;
    overflow-wrap: anywhere;
  }
}
@media (max-width:380px) {
  .medim-trust-grid {
    grid-template-columns: 1fr;
  }
  .medim-delivery-list > div {
    grid-template-columns: 2.2rem minmax(0,1fr);
    gap: .7rem;
  }
  .medim-contact-points > div {
    grid-template-columns: 1.7rem minmax(0,1fr);
  }
}
@media (prefers-reduced-motion:reduce) {
  .medim-fade-up {
    animation: none;
  }
  .medim-btn-primary,.medim-btn-red,.medim-btn-ghost,.medim-btn-light,.medim-card,.medim-format-card,.medim-photo img,.medim-audience-card img {
    transition: none;
  }
}
@media (prefers-reduced-motion: reduce) {
  html {
    scroll-behavior: auto;
  }
  *, *::before, *::after {
    animation-duration: .01ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: .01ms !important;
    scroll-behavior: auto !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-border-style {
  syntax: "*";
  inherits: false;
  initial-value: solid;
}
@property --tw-leading {
  syntax: "*";
  inherits: false;
}
@property --tw-font-weight {
  syntax: "*";
  inherits: false;
}
@property --tw-tracking {
  syntax: "*";
  inherits: false;
}
@property --tw-shadow {
  syntax: "*";
  inherits: false;
  initial-value: 0 0 #0000;
}
@property --tw-shadow-color {
  syntax: "*";
  inherits: false;
}
@property --tw-shadow-alpha {
  syntax: "<percentage>";
  inherits: false;
  initial-value: 100%;
}
@property --tw-inset-shadow {
  syntax: "*";
  inherits: false;
  initial-value: 0 0 #0000;
}
@property --tw-inset-shadow-color {
  syntax: "*";
  inherits: false;
}
@property --tw-inset-shadow-alpha {
  syntax: "<percentage>";
  inherits: false;
  initial-value: 100%;
}
@property --tw-ring-color {
  syntax: "*";
  inherits: false;
}
@property --tw-ring-shadow {
  syntax: "*";
  inherits: false;
  initial-value: 0 0 #0000;
}
@property --tw-inset-ring-color {
  syntax: "*";
  inherits: false;
}
@property --tw-inset-ring-shadow {
  syntax: "*";
  inherits: false;
  initial-value: 0 0 #0000;
}
@property --tw-ring-inset {
  syntax: "*";
  inherits: false;
}
@property --tw-ring-offset-width {
  syntax: "<length>";
  inherits: false;
  initial-value: 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-backdrop-blur {
  syntax: "*";
  inherits: false;
}
@property --tw-backdrop-brightness {
  syntax: "*";
  inherits: false;
}
@property --tw-backdrop-contrast {
  syntax: "*";
  inherits: false;
}
@property --tw-backdrop-grayscale {
  syntax: "*";
  inherits: false;
}
@property --tw-backdrop-hue-rotate {
  syntax: "*";
  inherits: false;
}
@property --tw-backdrop-invert {
  syntax: "*";
  inherits: false;
}
@property --tw-backdrop-opacity {
  syntax: "*";
  inherits: false;
}
@property --tw-backdrop-saturate {
  syntax: "*";
  inherits: false;
}
@property --tw-backdrop-sepia {
  syntax: "*";
  inherits: false;
}
@property --tw-duration {
  syntax: "*";
  inherits: false;
}
@property --tw-outline-style {
  syntax: "*";
  inherits: false;
  initial-value: solid;
}
@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-border-style: solid;
      --tw-leading: initial;
      --tw-font-weight: initial;
      --tw-tracking: initial;
      --tw-shadow: 0 0 #0000;
      --tw-shadow-color: initial;
      --tw-shadow-alpha: 100%;
      --tw-inset-shadow: 0 0 #0000;
      --tw-inset-shadow-color: initial;
      --tw-inset-shadow-alpha: 100%;
      --tw-ring-color: initial;
      --tw-ring-shadow: 0 0 #0000;
      --tw-inset-ring-color: initial;
      --tw-inset-ring-shadow: 0 0 #0000;
      --tw-ring-inset: initial;
      --tw-ring-offset-width: 0px;
      --tw-ring-offset-color: #fff;
      --tw-ring-offset-shadow: 0 0 #0000;
      --tw-backdrop-blur: initial;
      --tw-backdrop-brightness: initial;
      --tw-backdrop-contrast: initial;
      --tw-backdrop-grayscale: initial;
      --tw-backdrop-hue-rotate: initial;
      --tw-backdrop-invert: initial;
      --tw-backdrop-opacity: initial;
      --tw-backdrop-saturate: initial;
      --tw-backdrop-sepia: initial;
      --tw-duration: initial;
      --tw-outline-style: solid;
    }
  }
}
