.rdp-root {
    --rdp-accent-color: blue;
    --rdp-accent-background-color: #f0f0ff;
    --rdp-day-height: 44px;
    --rdp-day-width: 44px;
    --rdp-day_button-border-radius: 100%;
    --rdp-day_button-border: 2px solid transparent;
    --rdp-day_button-height: 42px;
    --rdp-day_button-width: 42px;
    --rdp-selected-border: 2px solid var(--rdp-accent-color);
    --rdp-disabled-opacity: 0.5;
    --rdp-outside-opacity: 0.75;
    --rdp-today-color: var(--rdp-accent-color);
    --rdp-dropdown-gap: 0.5rem;
    --rdp-months-gap: 2rem;
    --rdp-nav_button-disabled-opacity: 0.5;
    --rdp-nav_button-height: 2.25rem;
    --rdp-nav_button-width: 2.25rem;
    --rdp-nav-height: 2.75rem;
    --rdp-range_middle-background-color: var(--rdp-accent-background-color);
    --rdp-range_middle-color: inherit;
    --rdp-range_start-color: white;
    --rdp-range_start-background: linear-gradient(var(--rdp-gradient-direction), transparent 50%, var(--rdp-range_middle-background-color) 50%);
    --rdp-range_start-date-background-color: var(--rdp-accent-color);
    --rdp-range_end-background: linear-gradient(var(--rdp-gradient-direction), var(--rdp-range_middle-background-color) 50%, transparent 50%);
    --rdp-range_end-color: white;
    --rdp-range_end-date-background-color: var(--rdp-accent-color);
    --rdp-week_number-border-radius: 100%;
    --rdp-week_number-border: 2px solid transparent;
    --rdp-week_number-height: var(--rdp-day-height);
    --rdp-week_number-opacity: 0.75;
    --rdp-week_number-width: var(--rdp-day-width);
    --rdp-weeknumber-text-align: center;
    --rdp-weekday-opacity: 0.75;
    --rdp-weekday-padding: 0.5rem 0rem;
    --rdp-weekday-text-align: center;
    --rdp-gradient-direction: 90deg;
    --rdp-animation_duration: 0.3s;
    --rdp-animation_timing: cubic-bezier(0.4, 0, 0.2, 1)
}
.group-data-open\:-rotate-180:is(:where(.group)[data-open] *) {
    rotate: -180deg;
}
.rdp-root[dir=rtl] {
    --rdp-gradient-direction: -90deg
}

.rdp-root[data-broadcast-calendar=true] {
    --rdp-outside-opacity: unset
}

.rdp-root {
    position: relative
}

.rdp-root,
.rdp-root * {
    box-sizing: border-box
}

.rdp-day {
    width: var(--rdp-day-width);
    height: var(--rdp-day-height);
    text-align: center
}

.rdp-day_button {
    background: none;
    padding: 0;
    margin: 0;
    cursor: pointer;
    font: inherit;
    color: inherit;
    justify-content: center;
    align-items: center;
    display: flex;
    width: var(--rdp-day_button-width);
    height: var(--rdp-day_button-height);
    border: var(--rdp-day_button-border);
    border-radius: var(--rdp-day_button-border-radius)
}

.rdp-day_button:disabled {
    cursor: revert
}

.rdp-caption_label {
    z-index: 1;
    position: relative;
    display: inline-flex;
    align-items: center;
    white-space: nowrap;
    border: 0
}

.rdp-dropdown:focus-visible~.rdp-caption_label {
    outline: 5px auto Highlight;
    outline: 5px auto -webkit-focus-ring-color
}

.rdp-button_next,
.rdp-button_previous {
    border: none;
    background: none;
    padding: 0;
    margin: 0;
    cursor: pointer;
    font: inherit;
    color: inherit;
    -moz-appearance: none;
    -webkit-appearance: none;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    position: relative;
    appearance: none;
    width: var(--rdp-nav_button-width);
    height: var(--rdp-nav_button-height)
}

.rdp-button_next:disabled,
.rdp-button_next[aria-disabled=true],
.rdp-button_previous:disabled,
.rdp-button_previous[aria-disabled=true] {
    cursor: revert;
    opacity: var(--rdp-nav_button-disabled-opacity)
}

.rdp-chevron {
    display: inline-block;
    fill: var(--rdp-accent-color)
}

.rdp-root[dir=rtl] .rdp-nav .rdp-chevron {
    transform: rotate(180deg);
    transform-origin: 50%
}

.rdp-dropdowns {
    position: relative;
    display: inline-flex;
    align-items: center;
    gap: var(--rdp-dropdown-gap)
}

.rdp-dropdown {
    z-index: 2;
    opacity: 0;
    appearance: none;
    position: absolute;
    inset-block-start: 0;
    inset-block-end: 0;
    inset-inline-start: 0;
    width: 100%;
    margin: 0;
    padding: 0;
    cursor: inherit;
    border: none;
    line-height: inherit
}

.rdp-dropdown_root {
    position: relative;
    display: inline-flex;
    align-items: center
}

.rdp-dropdown_root[data-disabled=true] .rdp-chevron {
    opacity: var(--rdp-disabled-opacity)
}

.rdp-month_caption {
    display: flex;
    align-content: center;
    height: var(--rdp-nav-height);
    font-weight: 700;
    font-size: large
}

.rdp-root[data-nav-layout=after] .rdp-month,
.rdp-root[data-nav-layout=around] .rdp-month {
    position: relative
}

.rdp-root[data-nav-layout=around] .rdp-month_caption {
    justify-content: center;
    margin-inline-start: var(--rdp-nav_button-width);
    margin-inline-end: var(--rdp-nav_button-width);
    position: relative
}

.rdp-root[data-nav-layout=around] .rdp-button_previous {
    position: absolute;
    inset-inline-start: 0;
    top: 0;
    height: var(--rdp-nav-height);
    display: inline-flex
}

.rdp-root[data-nav-layout=around] .rdp-button_next {
    position: absolute;
    inset-inline-end: 0;
    top: 0;
    height: var(--rdp-nav-height);
    display: inline-flex;
    justify-content: center
}

.rdp-months {
    position: relative;
    display: flex;
    flex-wrap: wrap;
    gap: var(--rdp-months-gap);
    max-width: fit-content
}

.rdp-month_grid {
    border-collapse: collapse
}

.rdp-nav {
    position: absolute;
    inset-block-start: 0;
    inset-inline-end: 0;
    display: flex;
    align-items: center;
    height: var(--rdp-nav-height)
}

.rdp-weekday {
    opacity: var(--rdp-weekday-opacity);
    padding: var(--rdp-weekday-padding);
    font-weight: 500;
    font-size: smaller;
    text-align: var(--rdp-weekday-text-align);
    text-transform: var(--rdp-weekday-text-transform)
}

.rdp-week_number {
    opacity: var(--rdp-week_number-opacity);
    font-weight: 400;
    font-size: small;
    height: var(--rdp-week_number-height);
    width: var(--rdp-week_number-width);
    border: var(--rdp-week_number-border);
    border-radius: var(--rdp-week_number-border-radius);
    text-align: var(--rdp-weeknumber-text-align)
}

.rdp-today:not(.rdp-outside) {
    color: var(--rdp-today-color)
}

.rdp-selected {
    font-weight: 700;
    font-size: large
}

.rdp-selected .rdp-day_button {
    border: var(--rdp-selected-border)
}

.rdp-outside {
    opacity: var(--rdp-outside-opacity)
}

.rdp-disabled {
    opacity: var(--rdp-disabled-opacity)
}

.rdp-hidden {
    visibility: hidden;
    color: var(--rdp-range_start-color)
}

.rdp-range_start {
    background: var(--rdp-range_start-background)
}

.rdp-range_start .rdp-day_button {
    background-color: var(--rdp-range_start-date-background-color);
    color: var(--rdp-range_start-color)
}

.rdp-range_middle {
    background-color: var(--rdp-range_middle-background-color)
}

.rdp-range_middle .rdp-day_button {
    border: unset;
    border-radius: unset;
    color: var(--rdp-range_middle-color)
}

.rdp-range_end {
    background: var(--rdp-range_end-background);
    color: var(--rdp-range_end-color)
}

.rdp-range_end .rdp-day_button {
    color: var(--rdp-range_start-color);
    background-color: var(--rdp-range_end-date-background-color)
}

.rdp-range_start.rdp-range_end {
    background: revert
}

.rdp-focusable {
    cursor: pointer
}

@keyframes rdp-slide_in_left {
    0% {
        transform: translateX(-100%)
    }

    to {
        transform: translateX(0)
    }
}

@keyframes rdp-slide_in_right {
    0% {
        transform: translateX(100%)
    }

    to {
        transform: translateX(0)
    }
}

@keyframes rdp-slide_out_left {
    0% {
        transform: translateX(0)
    }

    to {
        transform: translateX(-100%)
    }
}

@keyframes rdp-slide_out_right {
    0% {
        transform: translateX(0)
    }

    to {
        transform: translateX(100%)
    }
}

.rdp-weeks_before_enter {
    animation: rdp-slide_in_left var(--rdp-animation_duration) var(--rdp-animation_timing) forwards
}

.rdp-weeks_before_exit {
    animation: rdp-slide_out_left var(--rdp-animation_duration) var(--rdp-animation_timing) forwards
}

.rdp-weeks_after_enter {
    animation: rdp-slide_in_right var(--rdp-animation_duration) var(--rdp-animation_timing) forwards
}

.rdp-weeks_after_exit {
    animation: rdp-slide_out_right var(--rdp-animation_duration) var(--rdp-animation_timing) forwards
}

.rdp-root[dir=rtl] .rdp-weeks_after_enter {
    animation: rdp-slide_in_left var(--rdp-animation_duration) var(--rdp-animation_timing) forwards
}

.rdp-root[dir=rtl] .rdp-weeks_before_exit {
    animation: rdp-slide_out_right var(--rdp-animation_duration) var(--rdp-animation_timing) forwards
}

.rdp-root[dir=rtl] .rdp-weeks_before_enter {
    animation: rdp-slide_in_right var(--rdp-animation_duration) var(--rdp-animation_timing) forwards
}

.rdp-root[dir=rtl] .rdp-weeks_after_exit {
    animation: rdp-slide_out_left var(--rdp-animation_duration) var(--rdp-animation_timing) forwards
}

@keyframes rdp-fade_in {
    0% {
        opacity: 0
    }

    to {
        opacity: 1
    }
}

@keyframes rdp-fade_out {
    0% {
        opacity: 1
    }

    to {
        opacity: 0
    }
}

.rdp-caption_after_enter {
    animation: rdp-fade_in var(--rdp-animation_duration) var(--rdp-animation_timing) forwards
}

.rdp-caption_after_exit {
    animation: rdp-fade_out var(--rdp-animation_duration) var(--rdp-animation_timing) forwards
}

.rdp-caption_before_enter {
    animation: rdp-fade_in var(--rdp-animation_duration) var(--rdp-animation_timing) forwards
}

.rdp-caption_before_exit {
    animation: rdp-fade_out var(--rdp-animation_duration) var(--rdp-animation_timing) forwards
}

/*! tailwindcss v4.1.7 | MIT License | https://tailwindcss.com */
@layer properties {
    @supports (((-webkit-hyphens: none)) and (not (margin-trim:inline))) or ((-moz-orient:inline) and (not (color:rgb(from red r g b)))) {

        *,
        ::backdrop,
        :after,
        :before {
            --tw-translate-x: 0;
            --tw-translate-y: 0;
            --tw-translate-z: 0;
            --tw-scale-x: 1;
            --tw-scale-y: 1;
            --tw-scale-z: 1;
            --tw-rotate-x: initial;
            --tw-rotate-y: initial;
            --tw-rotate-z: initial;
            --tw-skew-x: initial;
            --tw-skew-y: initial;
            --tw-pan-x: initial;
            --tw-pan-y: initial;
            --tw-pinch-zoom: initial;
            --tw-space-y-reverse: 0;
            --tw-space-x-reverse: 0;
            --tw-border-style: solid;
            --tw-gradient-position: initial;
            --tw-gradient-from: #0000;
            --tw-gradient-via: #0000;
            --tw-gradient-to: #0000;
            --tw-gradient-stops: initial;
            --tw-gradient-via-stops: initial;
            --tw-gradient-from-position: 0%;
            --tw-gradient-via-position: 50%;
            --tw-gradient-to-position: 100%;
            --tw-leading: initial;
            --tw-font-weight: initial;
            --tw-shadow: 0 0 #0000;
            --tw-shadow-color: initial;
            --tw-shadow-alpha: 100%;
            --tw-inset-shadow: 0 0 #0000;
            --tw-inset-shadow-color: initial;
            --tw-inset-shadow-alpha: 100%;
            --tw-ring-color: initial;
            --tw-ring-shadow: 0 0 #0000;
            --tw-inset-ring-color: initial;
            --tw-inset-ring-shadow: 0 0 #0000;
            --tw-ring-inset: initial;
            --tw-ring-offset-width: 0px;
            --tw-ring-offset-color: #fff;
            --tw-ring-offset-shadow: 0 0 #0000;
            --tw-duration: initial;
            --tw-ease: initial;
            --tw-content: "";
            --tw-divide-y-reverse: 0
        }
    }
}

@layer theme {

    :host,
    :root {
        --font-sans: ui-sans-serif, system-ui, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
        --font-mono: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
        --color-red-100: oklch(93.6% .032 17.717);
        --color-red-400: oklch(70.4% .191 22.216);
        --color-red-500: oklch(63.7% .237 25.331);
        --color-red-700: oklch(50.5% .213 27.518);
        --color-green-400: oklch(79.2% .209 151.711);
        --color-green-500: oklch(72.3% .219 149.579);
        --color-green-700: oklch(52.7% .154 150.069);
        --color-emerald-700: oklch(50.8% .118 165.612);
        --color-blue-400: oklch(70.7% .165 254.624);
        --color-blue-700: oklch(48.8% .243 264.376);
        --color-gray-100: oklch(96.7% .003 264.542);
        --color-gray-200: oklch(92.8% .006 264.531);
        --color-gray-300: oklch(87.2% .01 258.338);
        --color-gray-400: oklch(70.7% .022 261.325);
        --color-gray-500: oklch(55.1% .027 264.364);
        --color-gray-600: oklch(44.6% .03 256.802);
        --color-gray-700: oklch(37.3% .034 259.733);
        --color-gray-900: oklch(21% .034 264.665);
        --color-black: #000;
        --color-white: #fff;
        --spacing: .25rem;
        --breakpoint-xl: 80rem;
        --container-sm: 24rem;
        --container-md: 28rem;
        --container-3xl: 48rem;
        --container-5xl: 64rem;
        --text-xs: .75rem;
        --text-xs--line-height: calc(1/.75);
        --text-sm: .875rem;
        --text-sm--line-height: calc(1.25/.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);
        --font-weight-light: 300;
        --font-weight-normal: 400;
        --font-weight-medium: 500;
        --font-weight-semibold: 600;
        --font-weight-bold: 700;
        --leading-tight: 1.25;
        --radius-lg: .5rem;
        --radius-xl: .75rem;
        --radius-2xl: 1rem;
        --ease-in: cubic-bezier(.4, 0, 1, 1);
        --ease-out: cubic-bezier(0, 0, .2, 1);
        --ease-in-out: cubic-bezier(.4, 0, .2, 1);
        --animate-spin: spin 1s linear infinite;
        --animate-pulse: pulse 2s cubic-bezier(.4, 0, .6, 1)infinite;
        --default-transition-duration: .15s;
        --default-transition-timing-function: cubic-bezier(.4, 0, .2, 1);
        --default-font-family: var(--font-sans);
        --default-mono-font-family: var(--font-mono);
        --color-brand-orange: #f34a23;
        --color-brand-yellow: #fff555;
        --color-brand-dark: #181818;
        --color-brand-gray-300: #f7f7f3;
        --color-brand-gray-500: #f8f8f8;
        --color-manhattan: #f4d18f;
        --spacing-container-2xl: 1536px;
        --text-fluid-xs: clamp(1rem, .9848rem + .0647vw, 1.0625rem);
        --text-fluid-xs--line-height: clamp(1.25rem, .129vw + 1.22rem, 1.375rem);
        --text-fluid-xs--font-weight: var(--font-weight-regular);
        --text-fluid: clamp(1.125rem, 1.0947rem + .1294vw, 1.25rem);
        --text-fluid--line-height: clamp(1.438rem, .194vw + 1.392rem, 1.625rem);
        --text-fluid--font-weight: var(--font-weight-regular);
        --text-fluid-lg: clamp(1.125rem, 1.0643rem + .2589vw, 1.375rem);
        --text-fluid-lg--line-height: clamp(1.438rem, .324vw + 1.362rem, 1.75rem);
        --text-fluid-lg--font-weight: var(--font-weight-semibold);
        --text-fluid-xl: clamp(1.125rem, 1.0643rem + .2589vw, 1.375rem);
        --text-fluid-xl--line-height: clamp(1.438rem, .324vw + 1.362rem, 1.75rem);
        --text-fluid-xl--font-weight: var(--font-weight-semibold);
        --text-fluid-2xl: clamp(1.375rem, 1.3295rem + .1942vw, 1.5625rem);
        --text-fluid-2xl--line-height: clamp(1.75rem, .259vw + 1.689rem, 2rem);
        --text-fluid-2xl--font-weight: var(--font-weight-semibold);
        --text-fluid-3xl: clamp(1.625rem, 1.4126rem + .9061vw, 2.5rem);
        --text-fluid-3xl--line-height: clamp(1.75rem, .259vw + 1.689rem, 2rem);
        --text-fluid-3xl--font-weight: var(--font-weight-medium);
        --text-fluid-4xl: clamp(2.25rem, 1.8404rem + 1.7476vw, 3.9375rem);
        --text-fluid-4xl--line-height: clamp(2.875rem, 2.265vw + 2.344rem, 5.063rem);
        --text-fluid-4xl--font-weight: var(--font-weight-medium);
        --text-fluid-5xl: clamp(2.25rem, 1.2336rem + 4.3366vw, 6.4375rem);
        --text-fluid-5xl--line-height: clamp(2.875rem, 5.631vw + 1.555rem, 8.313rem);
        --text-fluid-5xl--font-weight: var(--font-weight-medium);
        --background-image-gradient-brand-yellow: radial-gradient(91.08% 95.79% at 53.56% 12.5%, var(--color-brand-yellow)53.03%, var(--color-manhattan)100%)
    }
}

@layer base {

    *,
    ::backdrop,
    :after,
    :before {
        box-sizing: border-box;
        border: 0 solid;
        margin: 0;
        padding: 0
    }

    ::file-selector-button {
        box-sizing: border-box;
        border: 0 solid;
        margin: 0;
        padding: 0
    }

    :host,
    html {
        -webkit-text-size-adjust: 100%;
        tab-size: 4;
        line-height: 1.5;
        font-family: var(--default-font-family, ui-sans-serif, system-ui, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji");
        font-feature-settings: var(--default-font-feature-settings, normal);
        font-variation-settings: var(--default-font-variation-settings, normal);
        -webkit-tap-highlight-color: transparent
    }

    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,
    pre,
    samp {
        font-family: var(--default-mono-font-family, ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace);
        font-feature-settings: var(--default-mono-font-feature-settings, normal);
        font-variation-settings: var(--default-mono-font-variation-settings, normal);
        font-size: 1em
    }

    small {
        font-size: 80%
    }

    sub,
    sup {
        vertical-align: baseline;
        font-size: 75%;
        line-height: 0;
        position: relative
    }

    sub {
        bottom: -.25em
    }

    sup {
        top: -.5em
    }

    table {
        text-indent: 0;
        border-color: inherit;
        border-collapse: collapse
    }

    :-moz-focusring {
        outline: auto
    }

    progress {
        vertical-align: baseline
    }

    summary {
        display: list-item
    }

    menu,
    ol,
    ul {
        list-style: none
    }

    audio,
    canvas,
    embed,
    iframe,
    img,
    object,
    svg,
    video {
        vertical-align: middle;
        display: block
    }

    img,
    video {
        max-width: 100%;
        height: auto
    }

    button,
    input,
    optgroup,
    select,
    textarea {
        font: inherit;
        font-feature-settings: inherit;
        font-variation-settings: inherit;
        letter-spacing: inherit;
        color: inherit;
        opacity: 1;
        background-color: #0000;
        border-radius: 0
    }

    ::file-selector-button {
        font: inherit;
        font-feature-settings: inherit;
        font-variation-settings: inherit;
        letter-spacing: inherit;
        color: inherit;
        opacity: 1;
        background-color: #0000;
        border-radius: 0
    }

    :where(select: is([multiple], [size])) optgroup {
        font-weight: bolder
    }

    :where(select: is([multiple], [size])) optgroup option {
        padding-inline-start: 20px
    }

    ::file-selector-button {
        margin-inline-end: 4px
    }

    ::placeholder {
        opacity: 1
    }

    @supports (not ((-webkit-appearance: -apple-pay-button))) or (contain-intrinsic-size:1px) {
        ::placeholder {
            color: currentColor
        }

        @supports (color: color-mix(in lab, red, red)) {
            ::placeholder {
                color: color-mix(in oklab, currentcolor 50%, transparent)
            }
        }
    }

    textarea {
        resize: vertical
    }

    ::-webkit-search-decoration {
        -webkit-appearance: none
    }

    ::-webkit-date-and-time-value {
        min-height: 1lh
    }

    ::-webkit-datetime-edit,
    ::-webkit-datetime-edit-year-field {
        padding-block: 0
    }

    ::-webkit-datetime-edit-day-field,
    ::-webkit-datetime-edit-month-field {
        padding-block: 0
    }

    ::-webkit-datetime-edit-hour-field,
    ::-webkit-datetime-edit-minute-field {
        padding-block: 0
    }

    ::-webkit-datetime-edit-millisecond-field,
    ::-webkit-datetime-edit-second-field {
        padding-block: 0
    }

    ::-webkit-datetime-edit-meridiem-field {
        padding-block: 0
    }

    :-moz-ui-invalid {
        box-shadow: none
    }

    button,
    input: where([type=button], [type=reset], [type=submit]) {
        appearance: button
    }

    ::file-selector-button {
        appearance: button
    }

    ::-webkit-inner-spin-button,
    ::-webkit-outer-spin-button {
        height: auto
    }

    [hidden]: where(:not([hidden=until-found])) {
        display: none !important
    }

    ol>li p,
    ul>li,
    ul>li p {
        margin-top: 0 !important;
        margin-bottom: 0 !important
    }

    h1 {
        font-size: var(--text-fluid-5xl);
        line-height: var(--tw-leading, var(--text-fluid-5xl--line-height));
        font-weight: var(--tw-font-weight, var(--text-fluid-5xl--font-weight))
    }

    h1,
    h2 {
        font-family: var(--reddit-sans);
        color: var(--color-brand-dark)
    }

    h2 {
        font-size: var(--text-fluid-4xl);
        line-height: var(--tw-leading, var(--text-fluid-4xl--line-height));
        font-weight: var(--tw-font-weight, var(--text-fluid-4xl--font-weight))
    }

    h3 {
        font-size: var(--text-fluid-3xl);
        line-height: var(--tw-leading, var(--text-fluid-3xl--line-height));
        font-weight: var(--tw-font-weight, var(--text-fluid-3xl--font-weight))
    }

    h3,
    h4 {
        font-family: var(--reddit-sans);
        color: var(--color-brand-dark)
    }

    h4 {
        font-size: var(--text-fluid-2xl);
        line-height: var(--tw-leading, var(--text-fluid-2xl--line-height));
        font-weight: var(--tw-font-weight, var(--text-fluid-2xl--font-weight))
    }

    h5 {
        font-size: var(--text-fluid-xl);
        line-height: var(--tw-leading, var(--text-fluid-xl--line-height));
        font-weight: var(--tw-font-weight, var(--text-fluid-xl--font-weight))
    }

    h5,
    h6 {
        font-family: var(--reddit-sans);
        color: var(--color-brand-dark)
    }

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

    p {
        font-family: var(--reddit-sans);
        font-size: var(--text-fluid);
        line-height: var(--tw-leading, var(--text-fluid--line-height));
        font-weight: var(--tw-font-weight, var(--text-fluid--font-weight));
        color: #181818b3
    }

    @supports (color: color-mix(in lab, red, red)) {
        p {
            color: color-mix(in oklab, var(--color-brand-dark)70%, transparent)
        }
    }

    p.small {
        font-family: var(--reddit-sans);
        font-size: var(--text-fluid-xs);
        line-height: var(--tw-leading, var(--text-fluid-xs--line-height));
        font-weight: var(--tw-font-weight, var(--text-fluid-xs--font-weight));
        color: var(--color-brand-dark)
    }

    *,
    ::backdrop,
    :after,
    :before {
        border-color: var(--color-gray-200, currentColor)
    }

    ::file-selector-button {
        border-color: var(--color-gray-200, currentColor)
    }

    [multiple],
    [type=date],
    [type=datetime-local],
    [type=email],
    [type=month],
    [type=number],
    [type=password],
    [type=search],
    [type=tel],
    [type=text],
    [type=time],
    [type=url],
    [type=week],
    input: where(:not([type])),
    select,
    textarea {
        appearance: none;
        --tw-shadow: 0 0 #0000;
        background-color: #fff;
        border-width: 1px;
        border-color: oklch(55.1% .027 264.364);
        border-radius: 0;
        padding: .5rem .75rem;
        font-size: 1rem;
        line-height: 1.5rem
    }

    :is([type=text], input: where(:not([type])), [type=email], [type=url], [type=password], [type=number], [type=date], [type=datetime-local], [type=month], [type=search], [type=tel], [type=time], [type=week], [multiple], textarea, select):focus {
        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% .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% .245 262.881);
        outline: 2px solid #0000
    }

    input: :placeholder,
    textarea::placeholder {
        color: oklch(55.1% .027 264.364);
        opacity: 1
    }

    ::-webkit-datetime-edit-fields-wrapper {
        padding: 0
    }

    ::-webkit-date-and-time-value {
        min-height: 1.5em;
        text-align: inherit
    }

    ::-webkit-datetime-edit {
        display: inline-flex
    }

    ::-webkit-datetime-edit,
    ::-webkit-datetime-edit-year-field {
        padding-top: 0;
        padding-bottom: 0
    }

    ::-webkit-datetime-edit-day-field,
    ::-webkit-datetime-edit-month-field {
        padding-top: 0;
        padding-bottom: 0
    }

    ::-webkit-datetime-edit-hour-field,
    ::-webkit-datetime-edit-minute-field {
        padding-top: 0;
        padding-bottom: 0
    }

    ::-webkit-datetime-edit-millisecond-field,
    ::-webkit-datetime-edit-second-field {
        padding-top: 0;
        padding-bottom: 0
    }

    ::-webkit-datetime-edit-meridiem-field {
        padding-top: 0;
        padding-bottom: 0
    }

    select {
        print-color-adjust: exact;
        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 .5rem center;
        background-repeat: no-repeat;
        background-size: 1.5em 1.5em;
        padding-right: 2.5rem
    }

    [multiple],
    [size]: where(select:not([size="1"])) {
        background-image: none;
        background-position: 0 0;
        background-repeat: unset;
        background-size: initial;
        print-color-adjust: unset;
        padding-right: .75rem
    }

    [type=checkbox],
    [type=radio] {
        appearance: none;
        print-color-adjust: exact;
        vertical-align: middle;
        -webkit-user-select: none;
        user-select: none;
        color: oklch(54.6% .245 262.881);
        --tw-shadow: 0 0 #0000;
        background-color: #fff;
        background-origin: border-box;
        border-width: 1px;
        border-color: oklch(55.1% .027 264.364);
        flex-shrink: 0;
        width: 1rem;
        height: 1rem;
        padding: 0;
        display: inline-block
    }

    [type=checkbox] {
        border-radius: 0
    }

    [type=radio] {
        border-radius: 100%
    }

    [type=checkbox]: focus,
    [type=radio]:focus {
        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% .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);
        outline: 2px solid #0000
    }

    [type=checkbox]: checked,
    [type=radio]:checked {
        background-color: currentColor;
        background-position: 50%;
        background-repeat: no-repeat;
        background-size: 100% 100%;
        border-color: #0000
    }

    [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) {
        [type=checkbox]:checked {
            appearance: auto
        }
    }

    [type=radio]: checked {
        background-image: url("data:image/svg+xml,%3csvg viewBox='0 0 16 16' fill='white' xmlns='http://www.w3.org/2000/svg'%3e%3ccircle cx='8' cy='8' r='3'/%3e%3c/svg%3e")
    }

    @media (forced-colors:active) {
        [type=radio]:checked {
            appearance: auto
        }
    }

    [type=checkbox]: checked:focus,
    [type=checkbox]:checked:hover,
    [type=radio]:checked:focus,
    [type=radio]:checked:hover {
        background-color: currentColor;
        border-color: #0000
    }

    [type=checkbox]: indeterminate {
        background-color: currentColor;
        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");
        background-position: 50%;
        background-repeat: no-repeat;
        background-size: 100% 100%;
        border-color: #0000
    }

    @media (forced-colors:active) {
        [type=checkbox]:indeterminate {
            appearance: auto
        }
    }

    [type=checkbox]: indeterminate:focus,
    [type=checkbox]:indeterminate:hover {
        background-color: currentColor;
        border-color: #0000
    }

    [type=file] {
        background: unset;
        border-color: inherit;
        font-size: unset;
        line-height: inherit;
        border-width: 0;
        border-radius: 0;
        padding: 0
    }

    [type=file]: focus {
        outline: 1px solid buttontext;
        outline: 1px auto -webkit-focus-ring-color
    }
}

@layer components;

@layer utilities {
    .pointer-events-auto {
        pointer-events: auto
    }

    .pointer-events-none {
        pointer-events: none
    }

    .sr-only {
        clip: rect(0, 0, 0, 0);
        white-space: nowrap;
        border-width: 0;
        width: 1px;
        height: 1px;
        margin: -1px;
        padding: 0;
        overflow: hidden
    }

    .absolute,
    .sr-only {
        position: absolute
    }

    .fixed {
        position: fixed
    }

    .relative {
        position: relative
    }

    .static {
        position: static
    }

    .sticky {
        position: sticky
    }

    .-inset-px {
        inset: -1px
    }

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

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

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

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

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

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

    .top-\[148px\] {
        top: 148px
    }

    .-right-full {
        right: -100%
    }

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

    .-bottom-3\.5 {
        bottom: calc(var(--spacing)*-3.5)
    }

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

    .bottom-2\.5 {
        bottom: calc(var(--spacing)*2.5)
    }

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

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

    .left-3\.5 {
        left: calc(var(--spacing)*3.5)
    }

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

    .isolate {
        isolation: isolate
    }

    .-z-10 {
        z-index: calc(10*-1)
    }

    .z-0 {
        z-index: 0
    }

    .z-10 {
        z-index: 10
    }

    .z-20 {
        z-index: 20
    }

    .z-30 {
        z-index: 30
    }

    .z-40 {
        z-index: 40
    }

    .z-50 {
        z-index: 50
    }

    .z-60 {
        z-index: 60
    }

    .order-1 {
        order: 1
    }

    .order-2 {
        order: 2
    }

    .order-3 {
        order: 3
    }

    .col-span-2 {
        grid-column: span 2/span 2
    }

    .col-span-3 {
        grid-column: span 3/span 3
    }

    .col-span-4 {
        grid-column: span 4/span 4
    }

    .col-span-6 {
        grid-column: span 6/span 6
    }

    .col-span-7 {
        grid-column: span 7/span 7
    }

    .col-span-11 {
        grid-column: span 11/span 11
    }

    .col-span-12 {
        grid-column: span 12/span 12
    }

    .col-span-full {
        grid-column: 1/-1
    }

    .col-start-1 {
        grid-column-start: 1
    }

    .col-start-5 {
        grid-column-start: 5
    }

    .col-start-6 {
        grid-column-start: 6
    }

    .col-end-5 {
        grid-column-end: 5
    }

    .container {
        width: 100%
    }

    @media (min-width: 40rem) {
        .container {
            max-width: 40rem
        }
    }

    @media (min-width: 48rem) {
        .container {
            max-width: 48rem
        }
    }

    @media (min-width: 64rem) {
        .container {
            max-width: 64rem
        }
    }

    @media (min-width: 80rem) {
        .container {
            max-width: 80rem
        }
    }

    @media (min-width: 96rem) {
        .container {
            max-width: 96rem
        }
    }

    .m-0 {
        margin: calc(var(--spacing)*0)
    }

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

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

    .mx-auto {
        margin-inline: auto
    }

    .my-16 {
        margin-block: calc(var(--spacing)*16)
    }

    .me-3 {
        margin-inline-end: calc(var(--spacing)*3)
    }

    .prose {
        color: var(--tw-prose-body);
        max-width: 65ch
    }

    .prose :where(p): not(:where([class~=not-prose], [class~=not-prose] *)) {
        margin-top: 1.25em;
        margin-bottom: 1.25em
    }

    .prose :where([class~=lead]): not(:where([class~=not-prose], [class~=not-prose] *)) {
        color: var(--tw-prose-lead);
        margin-top: 1.2em;
        margin-bottom: 1.2em;
        font-size: 1.25em;
        line-height: 1.6
    }

    .prose :where(a): not(:where([class~=not-prose], [class~=not-prose] *)) {
        color: var(--tw-prose-links);
        font-weight: 500;
        text-decoration: underline
    }

    .prose :where(strong): not(:where([class~=not-prose], [class~=not-prose] *)) {
        color: var(--tw-prose-bold);
        font-weight: 600
    }

    .prose :where(a strong): not(:where([class~=not-prose], [class~=not-prose] *)),
    .prose :where(blockquote strong):not(:where([class~=not-prose], [class~=not-prose] *)),
    .prose :where(thead th strong):not(:where([class~=not-prose], [class~=not-prose] *)) {
        color: inherit
    }

    .prose :where(ol): not(:where([class~=not-prose], [class~=not-prose] *)) {
        margin-top: 1.25em;
        margin-bottom: 1.25em;
        padding-inline-start: 1.625em;
        list-style-type: decimal
    }

    .prose :where(ol[type=A]): not(:where([class~=not-prose], [class~=not-prose] *)) {
        list-style-type: upper-alpha
    }

    .prose :where(ol[type=a]): not(:where([class~=not-prose], [class~=not-prose] *)) {
        list-style-type: lower-alpha
    }

    .prose :where(ol[type=A s]): not(:where([class~=not-prose], [class~=not-prose] *)) {
        list-style-type: upper-alpha
    }

    .prose :where(ol[type=a s]): not(:where([class~=not-prose], [class~=not-prose] *)) {
        list-style-type: lower-alpha
    }

    .prose :where(ol[type=I]): not(:where([class~=not-prose], [class~=not-prose] *)) {
        list-style-type: upper-roman
    }

    .prose :where(ol[type=i]): not(:where([class~=not-prose], [class~=not-prose] *)) {
        list-style-type: lower-roman
    }

    .prose :where(ol[type=I s]): not(:where([class~=not-prose], [class~=not-prose] *)) {
        list-style-type: upper-roman
    }

    .prose :where(ol[type=i s]): not(:where([class~=not-prose], [class~=not-prose] *)) {
        list-style-type: lower-roman
    }

    .prose :where(ol[type="1"]): not(:where([class~=not-prose], [class~=not-prose] *)) {
        list-style-type: decimal
    }

    .prose :where(ul): not(:where([class~=not-prose], [class~=not-prose] *)) {
        margin-top: 1.25em;
        margin-bottom: 1.25em;
        padding-inline-start: 1.625em;
        list-style-type: disc
    }

    .prose :where(ol>li): not(:where([class~=not-prose], [class~=not-prose] *))::marker {
        color: var(--tw-prose-counters);
        font-weight: 400
    }

    .prose :where(ul>li): not(:where([class~=not-prose], [class~=not-prose] *))::marker {
        color: var(--tw-prose-bullets)
    }

    .prose :where(dt): not(:where([class~=not-prose], [class~=not-prose] *)) {
        color: var(--tw-prose-headings);
        margin-top: 1.25em;
        font-weight: 600
    }

    .prose :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
    }

    .prose :where(blockquote): not(:where([class~=not-prose], [class~=not-prose] *)) {
        color: var(--tw-prose-quotes);
        border-inline-start-width: .25rem;
        border-inline-start-color: var(--tw-prose-quote-borders);
        quotes: "“" "”" "‘" "’";
        margin-top: 1.6em;
        margin-bottom: 1.6em;
        padding-inline-start: 1em;
        font-style: italic;
        font-weight: 500
    }

    .prose :where(blockquote p: first-of-type):not(:where([class~=not-prose], [class~=not-prose] *)):before {
        content: open-quote
    }

    .prose :where(blockquote p: last-of-type):not(:where([class~=not-prose], [class~=not-prose] *)):after {
        content: close-quote
    }

    .prose :where(h1): not(:where([class~=not-prose], [class~=not-prose] *)) {
        color: var(--tw-prose-headings);
        margin-top: 0;
        margin-bottom: .888889em;
        font-size: 2.25em;
        font-weight: 800;
        line-height: 1.11111
    }

    .prose :where(h1 strong): not(:where([class~=not-prose], [class~=not-prose] *)) {
        color: inherit;
        font-weight: 900
    }

    .prose :where(h2): not(:where([class~=not-prose], [class~=not-prose] *)) {
        color: var(--tw-prose-headings);
        margin-top: 2em;
        margin-bottom: 1em;
        font-size: 1.5em;
        font-weight: 700;
        line-height: 1.33333
    }

    .prose :where(h2 strong): not(:where([class~=not-prose], [class~=not-prose] *)) {
        color: inherit;
        font-weight: 800
    }

    .prose :where(h3): not(:where([class~=not-prose], [class~=not-prose] *)) {
        color: var(--tw-prose-headings);
        margin-top: 1.6em;
        margin-bottom: .6em;
        font-size: 1.25em;
        font-weight: 600;
        line-height: 1.6
    }

    .prose :where(h3 strong): not(:where([class~=not-prose], [class~=not-prose] *)) {
        color: inherit;
        font-weight: 700
    }

    .prose :where(h4): not(:where([class~=not-prose], [class~=not-prose] *)) {
        color: var(--tw-prose-headings);
        margin-top: 1.5em;
        margin-bottom: .5em;
        font-weight: 600;
        line-height: 1.5
    }

    .prose :where(h4 strong): not(:where([class~=not-prose], [class~=not-prose] *)) {
        color: inherit;
        font-weight: 700
    }

    .prose :where(img): not(:where([class~=not-prose], [class~=not-prose] *)) {
        margin-top: 2em;
        margin-bottom: 2em
    }

    .prose :where(picture): not(:where([class~=not-prose], [class~=not-prose] *)) {
        margin-top: 2em;
        margin-bottom: 2em;
        display: block
    }

    .prose :where(video): not(:where([class~=not-prose], [class~=not-prose] *)) {
        margin-top: 2em;
        margin-bottom: 2em
    }

    .prose :where(kbd): not(:where([class~=not-prose], [class~=not-prose] *)) {
        color: var(--tw-prose-kbd);
        box-shadow: 0 0 0 1px rgb(var(--tw-prose-kbd-shadows)/10%), 0 3px 0 rgb(var(--tw-prose-kbd-shadows)/10%);
        padding-top: .1875em;
        padding-inline-end: .375em;
        padding-bottom: .1875em;
        border-radius: .3125rem;
        padding-inline-start: .375em;
        font-family: inherit;
        font-size: .875em;
        font-weight: 500
    }

    .prose :where(code): not(:where([class~=not-prose], [class~=not-prose] *)) {
        color: var(--tw-prose-code);
        font-size: .875em;
        font-weight: 600
    }

    .prose :where(code): not(:where([class~=not-prose], [class~=not-prose] *)):after,
    .prose :where(code):not(:where([class~=not-prose], [class~=not-prose] *)):before {
        content: "`"
    }

    .prose :where(a code): not(:where([class~=not-prose], [class~=not-prose] *)),
    .prose :where(h1 code):not(:where([class~=not-prose], [class~=not-prose] *)) {
        color: inherit
    }

    .prose :where(h2 code): not(:where([class~=not-prose], [class~=not-prose] *)) {
        color: inherit;
        font-size: .875em
    }

    .prose :where(h3 code): not(:where([class~=not-prose], [class~=not-prose] *)) {
        color: inherit;
        font-size: .9em
    }

    .prose :where(blockquote code): not(:where([class~=not-prose], [class~=not-prose] *)),
    .prose :where(h4 code):not(:where([class~=not-prose], [class~=not-prose] *)),
    .prose :where(thead th code):not(:where([class~=not-prose], [class~=not-prose] *)) {
        color: inherit
    }

    .prose :where(pre): not(:where([class~=not-prose], [class~=not-prose] *)) {
        color: var(--tw-prose-pre-code);
        background-color: var(--tw-prose-pre-bg);
        padding-top: .857143em;
        padding-inline-end: 1.14286em;
        padding-bottom: .857143em;
        border-radius: .375rem;
        margin-top: 1.71429em;
        margin-bottom: 1.71429em;
        padding-inline-start: 1.14286em;
        font-size: .875em;
        font-weight: 400;
        line-height: 1.71429;
        overflow-x: auto
    }

    .prose :where(pre code): not(:where([class~=not-prose], [class~=not-prose] *)) {
        font-weight: inherit;
        color: inherit;
        font-size: inherit;
        font-family: inherit;
        line-height: inherit;
        background-color: #0000;
        border-width: 0;
        border-radius: 0;
        padding: 0
    }

    .prose :where(pre code): not(:where([class~=not-prose], [class~=not-prose] *)):after,
    .prose :where(pre code):not(:where([class~=not-prose], [class~=not-prose] *)):before {
        content: none
    }

    .prose :where(table): not(:where([class~=not-prose], [class~=not-prose] *)) {
        table-layout: auto;
        width: 100%;
        margin-top: 2em;
        margin-bottom: 2em;
        font-size: .875em;
        line-height: 1.71429
    }

    .prose :where(thead): not(:where([class~=not-prose], [class~=not-prose] *)) {
        border-bottom-width: 1px;
        border-bottom-color: var(--tw-prose-th-borders)
    }

    .prose :where(thead th): not(:where([class~=not-prose], [class~=not-prose] *)) {
        color: var(--tw-prose-headings);
        vertical-align: bottom;
        padding-inline-end: .571429em;
        padding-bottom: .571429em;
        padding-inline-start: .571429em;
        font-weight: 600
    }

    .prose :where(tbody tr): not(:where([class~=not-prose], [class~=not-prose] *)) {
        border-bottom-width: 1px;
        border-bottom-color: var(--tw-prose-td-borders)
    }

    .prose :where(tbody tr: last-child):not(:where([class~=not-prose], [class~=not-prose] *)) {
        border-bottom-width: 0
    }

    .prose :where(tbody td): not(:where([class~=not-prose], [class~=not-prose] *)) {
        vertical-align: baseline
    }

    .prose :where(tfoot): not(:where([class~=not-prose], [class~=not-prose] *)) {
        border-top-width: 1px;
        border-top-color: var(--tw-prose-th-borders)
    }

    .prose :where(tfoot td): not(:where([class~=not-prose], [class~=not-prose] *)) {
        vertical-align: top
    }

    .prose :where(th, td): not(:where([class~=not-prose], [class~=not-prose] *)) {
        text-align: start
    }

    .prose :where(figure>*): not(:where([class~=not-prose], [class~=not-prose] *)) {
        margin-top: 0;
        margin-bottom: 0
    }

    .prose :where(figcaption): not(:where([class~=not-prose], [class~=not-prose] *)) {
        color: var(--tw-prose-captions);
        margin-top: .857143em;
        font-size: .875em;
        line-height: 1.42857
    }

    .prose {
        --tw-prose-body: oklch(37.3% .034 259.733);
        --tw-prose-headings: oklch(21% .034 264.665);
        --tw-prose-lead: oklch(44.6% .03 256.802);
        --tw-prose-links: oklch(21% .034 264.665);
        --tw-prose-bold: oklch(21% .034 264.665);
        --tw-prose-counters: oklch(55.1% .027 264.364);
        --tw-prose-bullets: oklch(87.2% .01 258.338);
        --tw-prose-hr: oklch(92.8% .006 264.531);
        --tw-prose-quotes: oklch(21% .034 264.665);
        --tw-prose-quote-borders: oklch(92.8% .006 264.531);
        --tw-prose-captions: oklch(55.1% .027 264.364);
        --tw-prose-kbd: oklch(21% .034 264.665);
        --tw-prose-kbd-shadows: NaN NaN NaN;
        --tw-prose-code: oklch(21% .034 264.665);
        --tw-prose-pre-code: oklch(92.8% .006 264.531);
        --tw-prose-pre-bg: oklch(27.8% .033 256.848);
        --tw-prose-th-borders: oklch(87.2% .01 258.338);
        --tw-prose-td-borders: oklch(92.8% .006 264.531);
        --tw-prose-invert-body: oklch(87.2% .01 258.338);
        --tw-prose-invert-headings: #fff;
        --tw-prose-invert-lead: oklch(70.7% .022 261.325);
        --tw-prose-invert-links: #fff;
        --tw-prose-invert-bold: #fff;
        --tw-prose-invert-counters: oklch(70.7% .022 261.325);
        --tw-prose-invert-bullets: oklch(44.6% .03 256.802);
        --tw-prose-invert-hr: oklch(37.3% .034 259.733);
        --tw-prose-invert-quotes: oklch(96.7% .003 264.542);
        --tw-prose-invert-quote-borders: oklch(37.3% .034 259.733);
        --tw-prose-invert-captions: oklch(70.7% .022 261.325);
        --tw-prose-invert-kbd: #fff;
        --tw-prose-invert-kbd-shadows: 255 255 255;
        --tw-prose-invert-code: #fff;
        --tw-prose-invert-pre-code: oklch(87.2% .01 258.338);
        --tw-prose-invert-pre-bg: #00000080;
        --tw-prose-invert-th-borders: oklch(44.6% .03 256.802);
        --tw-prose-invert-td-borders: oklch(37.3% .034 259.733);
        font-size: 1rem;
        line-height: 1.75
    }

    .prose :where(picture>img): not(:where([class~=not-prose], [class~=not-prose] *)) {
        margin-top: 0;
        margin-bottom: 0
    }

    .prose :where(li): not(:where([class~=not-prose], [class~=not-prose] *)) {
        margin-top: .5em;
        margin-bottom: .5em
    }

    .prose :where(ol>li): not(:where([class~=not-prose], [class~=not-prose] *)),
    .prose :where(ul>li):not(:where([class~=not-prose], [class~=not-prose] *)) {
        padding-inline-start: .375em
    }

    .prose :where(.prose>ul>li p): not(:where([class~=not-prose], [class~=not-prose] *)) {
        margin-top: .75em;
        margin-bottom: .75em
    }

    .prose :where(.prose>ul>li>p: first-child):not(:where([class~=not-prose], [class~=not-prose] *)) {
        margin-top: 1.25em
    }

    .prose :where(.prose>ul>li>p: last-child):not(:where([class~=not-prose], [class~=not-prose] *)) {
        margin-bottom: 1.25em
    }

    .prose :where(.prose>ol>li>p: first-child):not(:where([class~=not-prose], [class~=not-prose] *)) {
        margin-top: 1.25em
    }

    .prose :where(.prose>ol>li>p: last-child):not(:where([class~=not-prose], [class~=not-prose] *)) {
        margin-bottom: 1.25em
    }

    .prose :where(ul ul, ul ol, ol ul, ol ol): not(:where([class~=not-prose], [class~=not-prose] *)) {
        margin-top: .75em;
        margin-bottom: .75em
    }

    .prose :where(dl): not(:where([class~=not-prose], [class~=not-prose] *)) {
        margin-top: 1.25em;
        margin-bottom: 1.25em
    }

    .prose :where(dd): not(:where([class~=not-prose], [class~=not-prose] *)) {
        margin-top: .5em;
        padding-inline-start: 1.625em
    }

    .prose :where(h2+*): not(:where([class~=not-prose], [class~=not-prose] *)),
    .prose :where(h3+*):not(:where([class~=not-prose], [class~=not-prose] *)),
    .prose :where(h4+*):not(:where([class~=not-prose], [class~=not-prose] *)),
    .prose :where(hr+*):not(:where([class~=not-prose], [class~=not-prose] *)) {
        margin-top: 0
    }

    .prose :where(thead th: first-child):not(:where([class~=not-prose], [class~=not-prose] *)) {
        padding-inline-start: 0
    }

    .prose :where(thead th: last-child):not(:where([class~=not-prose], [class~=not-prose] *)) {
        padding-inline-end: 0
    }

    .prose :where(tbody td, tfoot td): not(:where([class~=not-prose], [class~=not-prose] *)) {
        padding-top: .571429em;
        padding-inline-end: .571429em;
        padding-bottom: .571429em;
        padding-inline-start: .571429em
    }

    .prose :where(tbody td: first-child, tfoot td:first-child):not(:where([class~=not-prose], [class~=not-prose] *)) {
        padding-inline-start: 0
    }

    .prose :where(tbody td: last-child, tfoot td:last-child):not(:where([class~=not-prose], [class~=not-prose] *)) {
        padding-inline-end: 0
    }

    .prose :where(figure): not(:where([class~=not-prose], [class~=not-prose] *)) {
        margin-top: 2em;
        margin-bottom: 2em
    }

    .prose :where(.prose>:first-child):not(:where([class~=not-prose], [class~=not-prose] *)) {
        margin-top: 0
    }

    .prose :where(.prose>:last-child):not(:where([class~=not-prose], [class~=not-prose] *)) {
        margin-bottom: 0
    }

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

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

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

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

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

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

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

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

    .mt-auto {
        margin-top: auto
    }

    .mr-1 {
        margin-right: calc(var(--spacing)*1)
    }

    .mr-3 {
        margin-right: calc(var(--spacing)*3)
    }

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

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

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

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

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

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

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

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

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

    .ml-1 {
        margin-left: calc(var(--spacing)*1)
    }

    .ml-2 {
        margin-left: calc(var(--spacing)*2)
    }

    .ml-3 {
        margin-left: calc(var(--spacing)*3)
    }

    .ml-4 {
        margin-left: calc(var(--spacing)*4)
    }

    .ml-6 {
        margin-left: calc(var(--spacing)*6)
    }

    .ml-auto {
        margin-left: auto
    }

    .box-content {
        box-sizing: content-box
    }

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

    .block {
        display: block
    }

    .contents {
        display: contents
    }

    .flex {
        display: flex
    }

    .grid {
        display: grid
    }

    .hidden {
        display: none
    }

    .inline {
        display: inline
    }

    .inline-block {
        display: inline-block
    }

    .inline-flex {
        display: inline-flex
    }

    .table {
        display: table
    }

    .table-row {
        display: table-row
    }

    .aspect-\[190\/24\] {
        aspect-ratio: 190/24
    }

    .aspect-\[300\/200\] {
        aspect-ratio: 300/200
    }

    .aspect-\[360\/240\] {
        aspect-ratio: 360/240
    }

    .aspect-\[500\/300\] {
        aspect-ratio: 500/300
    }

    .aspect-square {
        aspect-ratio: 1
    }

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

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

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

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

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

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

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

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

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

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

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

    .h-\(--anchor-max-height\) {
        height: var(--anchor-max-height)
    }

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

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

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

    .h-3\/4 {
        height: 75%
    }

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

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

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

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

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

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

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

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

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

    .h-\[30px\] {
        height: 30px
    }

    .h-\[35px\] {
        height: 35px
    }

    .h-\[50px\] {
        height: 50px
    }

    .h-\[60px\] {
        height: 60px
    }

    .h-\[70px\] {
        height: 70px
    }

    .h-\[150vh\] {
        height: 150vh
    }

    .h-\[240px\] {
        height: 240px
    }

    .h-\[450px\] {
        height: 450px
    }

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

    .h-auto {
        height: auto
    }

    .h-auto\! {
        height: auto !important
    }

    .h-fit {
        height: fit-content
    }

    .h-full {
        height: 100%
    }

    .h-px {
        height: 1px
    }

    .h-screen {
        height: 100vh
    }

    .max-h-60 {
        max-height: calc(var(--spacing)*60)
    }

    .max-h-80 {
        max-height: calc(var(--spacing)*80)
    }

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

    .min-h-16 {
        min-height: calc(var(--spacing)*16)
    }

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

    .min-h-full {
        min-height: 100%
    }

    .w-\(--button-width\) {
        width: var(--button-width)
    }

    .w-1\/2 {
        width: 50%
    }

    .w-1\/3 {
        width: 33.3333%
    }

    .w-1\/4 {
        width: 25%
    }

    .w-2\.5 {
        width: calc(var(--spacing)*2.5)
    }

    .w-2\/3 {
        width: 66.6667%
    }

    .w-2\/6 {
        width: 33.3333%
    }

    .w-3\/4 {
        width: 75%
    }

    .w-4 {
        width: calc(var(--spacing)*4)
    }

    .w-4\/5 {
        width: 80%
    }

    .w-5 {
        width: calc(var(--spacing)*5)
    }

    .w-6 {
        width: calc(var(--spacing)*6)
    }

    .w-8 {
        width: calc(var(--spacing)*8)
    }

    .w-9 {
        width: calc(var(--spacing)*9)
    }

    .w-10 {
        width: calc(var(--spacing)*10)
    }

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

    .w-\[200px\] {
        width: 200px
    }

    .w-\[360px\] {
        width: 360px
    }

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

    .w-\[450px\] {
        width: 450px
    }

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

    .w-auto {
        width: auto
    }

    .w-fit {
        width: fit-content
    }

    .w-full {
        width: 100%
    }

    .w-screen {
        width: 100vw
    }

    .max-w-\(--breakpoint-xl\) {
        max-width: var(--breakpoint-xl)
    }

    .max-w-3\/4 {
        max-width: 75%
    }

    .max-w-3xl {
        max-width: var(--container-3xl)
    }

    .max-w-5xl {
        max-width: var(--container-5xl)
    }

    .max-w-\[75\%\] {
        max-width: 75%
    }

    .max-w-\[80\%\] {
        max-width: 80%
    }

    .max-w-container-2xl {
        max-width: var(--spacing-container-2xl)
    }

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

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

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

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

    .min-w-0 {
        min-width: calc(var(--spacing)*0)
    }

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

    .flex-1 {
        flex: 1
    }

    .flex-none {
        flex: none
    }

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

    .shrink {
        flex-shrink: 1
    }

    .shrink-0 {
        flex-shrink: 0
    }

    .grow {
        flex-grow: 1
    }

    .table-auto {
        table-layout: auto
    }

    .origin-bottom {
        transform-origin: bottom
    }

    .origin-top {
        transform-origin: top
    }

    .-translate-x-1 {
        --tw-translate-x: calc(var(--spacing)*-1)
    }

    .-translate-x-1,
    .-translate-x-1\/2 {
        translate: var(--tw-translate-x)var(--tw-translate-y)
    }

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

    .translate-x-full {
        --tw-translate-x: 100%
    }

    .-translate-y-1\/2,
    .translate-x-full {
        translate: var(--tw-translate-x)var(--tw-translate-y)
    }

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

    .-translate-y-5 {
        --tw-translate-y: calc(var(--spacing)*-5)
    }

    .-translate-y-5,
    .-translate-y-full {
        translate: var(--tw-translate-x)var(--tw-translate-y)
    }

    .-translate-y-full {
        --tw-translate-y: -100%
    }

    .translate-y-0 {
        --tw-translate-y: calc(var(--spacing)*0);
        translate: var(--tw-translate-x)var(--tw-translate-y)
    }

    .scale-95 {
        --tw-scale-x: 95%;
        --tw-scale-y: 95%;
        --tw-scale-z: 95%
    }

    .scale-100,
    .scale-95 {
        scale: var(--tw-scale-x)var(--tw-scale-y)
    }

    .scale-100 {
        --tw-scale-x: 100%;
        --tw-scale-y: 100%;
        --tw-scale-z: 100%
    }

    .rotate-180 {
        rotate: 180deg
    }

    .transform {
        transform: var(--tw-rotate-x, )var(--tw-rotate-y, )var(--tw-rotate-z, )var(--tw-skew-x, )var(--tw-skew-y, )
    }

    .animate-pulse {
        animation: var(--animate-pulse)
    }

    .animate-spin {
        animation: var(--animate-spin)
    }

    .cursor-grab {
        cursor: grab
    }

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

    .cursor-pointer {
        cursor: pointer
    }

    .touch-pan-x {
        --tw-pan-x: pan-x;
        touch-action: var(--tw-pan-x, )var(--tw-pan-y, )var(--tw-pinch-zoom, )
    }

    .resize {
        resize: both
    }

    .list-none {
        list-style-type: none
    }

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

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

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

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

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

    .grid-rows-\[0fr\] {
        grid-template-rows: 0fr
    }

    .grid-rows-\[1fr\] {
        grid-template-rows: 1fr
    }

    .flex-col {
        flex-direction: column
    }

    .flex-row {
        flex-direction: row
    }

    .flex-nowrap {
        flex-wrap: nowrap
    }

    .flex-wrap {
        flex-wrap: wrap
    }

    .place-items-center {
        place-items: center
    }

    .items-baseline {
        align-items: baseline
    }

    .items-center {
        align-items: center
    }

    .items-end {
        align-items: flex-end
    }

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

    .items-stretch {
        align-items: stretch
    }

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

    .justify-center {
        justify-content: center
    }

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

    .justify-start {
        justify-content: flex-start
    }

    .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-6 {
        gap: calc(var(--spacing)*6)
    }

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

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

    :where(.space-y-1>:not(:last-child)) {
        --tw-space-y-reverse: 0;
        margin-block-start: calc(calc(var(--spacing)*1)*var(--tw-space-y-reverse));
        margin-block-end: calc(calc(var(--spacing)*1)*calc(1 - var(--tw-space-y-reverse)))
    }

    :where(.space-y-2>:not(:last-child)) {
        --tw-space-y-reverse: 0;
        margin-block-start: calc(calc(var(--spacing)*2)*var(--tw-space-y-reverse));
        margin-block-end: calc(calc(var(--spacing)*2)*calc(1 - var(--tw-space-y-reverse)))
    }

    :where(.space-y-3>:not(:last-child)) {
        --tw-space-y-reverse: 0;
        margin-block-start: calc(calc(var(--spacing)*3)*var(--tw-space-y-reverse));
        margin-block-end: calc(calc(var(--spacing)*3)*calc(1 - var(--tw-space-y-reverse)))
    }

    :where(.space-y-6>:not(:last-child)) {
        --tw-space-y-reverse: 0;
        margin-block-start: calc(calc(var(--spacing)*6)*var(--tw-space-y-reverse));
        margin-block-end: calc(calc(var(--spacing)*6)*calc(1 - var(--tw-space-y-reverse)))
    }

    :where(.space-y-10>:not(:last-child)) {
        --tw-space-y-reverse: 0;
        margin-block-start: calc(calc(var(--spacing)*10)*var(--tw-space-y-reverse));
        margin-block-end: calc(calc(var(--spacing)*10)*calc(1 - var(--tw-space-y-reverse)))
    }

    :where(.space-y-14>:not(:last-child)) {
        --tw-space-y-reverse: 0;
        margin-block-start: calc(calc(var(--spacing)*14)*var(--tw-space-y-reverse));
        margin-block-end: calc(calc(var(--spacing)*14)*calc(1 - var(--tw-space-y-reverse)))
    }

    :where(.space-y-20>:not(:last-child)) {
        --tw-space-y-reverse: 0;
        margin-block-start: calc(calc(var(--spacing)*20)*var(--tw-space-y-reverse));
        margin-block-end: calc(calc(var(--spacing)*20)*calc(1 - var(--tw-space-y-reverse)))
    }

    .gap-x-1 {
        column-gap: calc(var(--spacing)*1)
    }

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

    .gap-x-2\.5 {
        column-gap: calc(var(--spacing)*2.5)
    }

    .gap-x-3 {
        column-gap: calc(var(--spacing)*3)
    }

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

    .gap-x-6 {
        column-gap: calc(var(--spacing)*6)
    }

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

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

    .gap-x-11 {
        column-gap: calc(var(--spacing)*11)
    }

    .gap-x-12 {
        column-gap: calc(var(--spacing)*12)
    }

    .gap-x-32 {
        column-gap: calc(var(--spacing)*32)
    }

    :where(.space-x-1>:not(:last-child)) {
        --tw-space-x-reverse: 0;
        margin-inline-start: calc(calc(var(--spacing)*1)*var(--tw-space-x-reverse));
        margin-inline-end: calc(calc(var(--spacing)*1)*calc(1 - var(--tw-space-x-reverse)))
    }

    :where(.space-x-1\.5>: not(:last-child)) {
        --tw-space-x-reverse: 0;
        margin-inline-start: calc(calc(var(--spacing)*1.5)*var(--tw-space-x-reverse));
        margin-inline-end: calc(calc(var(--spacing)*1.5)*calc(1 - var(--tw-space-x-reverse)))
    }

    :where(.space-x-3>:not(:last-child)) {
        --tw-space-x-reverse: 0;
        margin-inline-start: calc(calc(var(--spacing)*3)*var(--tw-space-x-reverse));
        margin-inline-end: calc(calc(var(--spacing)*3)*calc(1 - var(--tw-space-x-reverse)))
    }

    :where(.space-x-6>:not(:last-child)) {
        --tw-space-x-reverse: 0;
        margin-inline-start: calc(calc(var(--spacing)*6)*var(--tw-space-x-reverse));
        margin-inline-end: calc(calc(var(--spacing)*6)*calc(1 - var(--tw-space-x-reverse)))
    }

    .\!gap-y-10 {
        row-gap: calc(var(--spacing)*10) !important
    }

    .\!gap-y-20 {
        row-gap: calc(var(--spacing)*20) !important
    }

    .gap-y-1 {
        row-gap: calc(var(--spacing)*1)
    }

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

    .gap-y-2\.5 {
        row-gap: calc(var(--spacing)*2.5)
    }

    .gap-y-3 {
        row-gap: calc(var(--spacing)*3)
    }

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

    .gap-y-6 {
        row-gap: calc(var(--spacing)*6)
    }

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

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

    .gap-y-16 {
        row-gap: calc(var(--spacing)*16)
    }

    .gap-y-20 {
        row-gap: calc(var(--spacing)*20)
    }

    .self-center {
        align-self: center
    }

    .self-end {
        align-self: flex-end
    }

    .justify-self-center {
        justify-self: center
    }

    .justify-self-end {
        justify-self: flex-end
    }

    .justify-self-stretch {
        justify-self: stretch
    }

    .overflow-auto {
        overflow: auto
    }

    .overflow-hidden {
        overflow: hidden
    }

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

    .overflow-y-scroll {
        overflow-y: scroll
    }

    .rounded {
        border-radius: .25rem
    }

    .rounded-2xl {
        border-radius: var(--radius-2xl)
    }

    .rounded-full {
        border-radius: 3.40282e+38px
    }

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

    .rounded-t-xl {
        border-top-left-radius: var(--radius-xl);
        border-top-right-radius: var(--radius-xl)
    }

    .rounded-l-full {
        border-top-left-radius: 3.40282e+38px;
        border-bottom-left-radius: 3.40282e+38px
    }

    .rounded-l-lg {
        border-top-left-radius: var(--radius-lg);
        border-bottom-left-radius: var(--radius-lg)
    }

    .rounded-br-lg {
        border-bottom-right-radius: var(--radius-lg)
    }

    .rounded-bl-lg {
        border-bottom-left-radius: var(--radius-lg)
    }

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

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

    .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-none {
        --tw-border-style: none;
        border-style: none
    }

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

    .border-blue-700\/20 {
        border-color: #1447e633
    }

    @supports (color: color-mix(in lab, red, red)) {
        .border-blue-700\/20 {
            border-color: color-mix(in oklab, var(--color-blue-700)20%, transparent)
        }
    }

    .border-brand-dark {
        border-color: var(--color-brand-dark)
    }

    .border-brand-dark\/10 {
        border-color: #1818181a
    }

    @supports (color: color-mix(in lab, red, red)) {
        .border-brand-dark\/10 {
            border-color: color-mix(in oklab, var(--color-brand-dark)10%, transparent)
        }
    }

    .border-brand-orange {
        border-color: var(--color-brand-orange)
    }

    .border-emerald-700\/20 {
        border-color: #00795633
    }

    @supports (color: color-mix(in lab, red, red)) {
        .border-emerald-700\/20 {
            border-color: color-mix(in oklab, var(--color-emerald-700)20%, transparent)
        }
    }

    .border-gray-200 {
        border-color: var(--color-gray-200)
    }

    .border-gray-300 {
        border-color: var(--color-gray-300)
    }

    .border-green-700\/20 {
        border-color: #00813833
    }

    @supports (color: color-mix(in lab, red, red)) {
        .border-green-700\/20 {
            border-color: color-mix(in oklab, var(--color-green-700)20%, transparent)
        }
    }

    .border-red-400 {
        border-color: var(--color-red-400)
    }

    .border-red-700\/20 {
        border-color: #bf000f33
    }

    @supports (color: color-mix(in lab, red, red)) {
        .border-red-700\/20 {
            border-color: color-mix(in oklab, var(--color-red-700)20%, transparent)
        }
    }

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

    .border-b-white\/20 {
        border-bottom-color: #fff3
    }

    @supports (color: color-mix(in lab, red, red)) {
        .border-b-white\/20 {
            border-bottom-color: color-mix(in oklab, var(--color-white)20%, transparent)
        }
    }

    .bg-\[\#00309A\] {
        background-color: #00309a
    }

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

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

    .bg-\[\#F0F0EC\] {
        background-color: #f0f0ec
    }

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

    .bg-\[rgba\(24\,24\,24\,0\.03\)\] {
        background-color: #18181808
    }

    .bg-blue-400 {
        background-color: var(--color-blue-400)
    }

    .bg-brand-dark {
        background-color: var(--color-brand-dark)
    }

    .bg-brand-dark\/3 {
        background-color: #18181808
    }

    @supports (color: color-mix(in lab, red, red)) {
        .bg-brand-dark\/3 {
            background-color: color-mix(in oklab, var(--color-brand-dark)3%, transparent)
        }
    }

    .bg-brand-dark\/5 {
        background-color: #1818180d
    }

    @supports (color: color-mix(in lab, red, red)) {
        .bg-brand-dark\/5 {
            background-color: color-mix(in oklab, var(--color-brand-dark)5%, transparent)
        }
    }

    .bg-brand-dark\/50 {
        background-color: #18181880
    }

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

    .bg-brand-dark\/75 {
        background-color: #181818bf
    }

    @supports (color: color-mix(in lab, red, red)) {
        .bg-brand-dark\/75 {
            background-color: color-mix(in oklab, var(--color-brand-dark)75%, transparent)
        }
    }

    .bg-brand-dark\/85 {
        background-color: #181818d9
    }

    @supports (color: color-mix(in lab, red, red)) {
        .bg-brand-dark\/85 {
            background-color: color-mix(in oklab, var(--color-brand-dark)85%, transparent)
        }
    }

    .bg-brand-dark\/90 {
        background-color: #181818e6
    }

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

    .bg-brand-dark\/95 {
        background-color: #181818f2
    }

    @supports (color: color-mix(in lab, red, red)) {
        .bg-brand-dark\/95 {
            background-color: color-mix(in oklab, var(--color-brand-dark)95%, transparent)
        }
    }

    .bg-brand-gray-300 {
        background-color: var(--color-brand-gray-300)
    }

    .bg-brand-gray-500 {
        background-color: var(--color-brand-gray-500)
    }

    .bg-brand-orange {
        background-color: var(--color-brand-orange)
    }

    .bg-brand-yellow {
        background-color: var(--color-brand-yellow)
    }

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

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

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

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

    .bg-green-400 {
        background-color: var(--color-green-400)
    }

    .bg-green-500 {
        background-color: var(--color-green-500)
    }

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

    .bg-red-400 {
        background-color: var(--color-red-400)
    }

    .bg-red-500 {
        background-color: var(--color-red-500)
    }

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

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

    .bg-white\/5 {
        background-color: #ffffff0d
    }

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

    .bg-white\/20 {
        background-color: #fff3
    }

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

    .bg-gradient-to-l {
        --tw-gradient-position: to left in oklab
    }

    .bg-gradient-to-l,
    .bg-gradient-to-r {
        background-image: linear-gradient(var(--tw-gradient-stops))
    }

    .bg-gradient-to-r {
        --tw-gradient-position: to right in oklab
    }

    .bg-\[linear-gradient\(180deg\,rgba\(24\,24\,24\,0\.36\)_18\.06\%\,rgba\(24\,24\,24\,0\)_37\.33\%\)\] {
        background-image: linear-gradient(#1818185c 18.06%, #18181800 37.33%)
    }

    .bg-gradient-brand-yellow {
        background-image: var(--background-image-gradient-brand-yellow)
    }

    .from-gray-300 {
        --tw-gradient-from: var(--color-gray-300);
        --tw-gradient-stops: var(--tw-gradient-via-stops, var(--tw-gradient-position), var(--tw-gradient-from)var(--tw-gradient-from-position), var(--tw-gradient-to)var(--tw-gradient-to-position))
    }

    .via-gray-100 {
        --tw-gradient-via: var(--color-gray-100);
        --tw-gradient-via-stops: var(--tw-gradient-position), var(--tw-gradient-from)var(--tw-gradient-from-position), var(--tw-gradient-via)var(--tw-gradient-via-position), var(--tw-gradient-to)var(--tw-gradient-to-position);
        --tw-gradient-stops: var(--tw-gradient-via-stops)
    }

    .to-white {
        --tw-gradient-to: var(--color-white);
        --tw-gradient-stops: var(--tw-gradient-via-stops, var(--tw-gradient-position), var(--tw-gradient-from)var(--tw-gradient-from-position), var(--tw-gradient-to)var(--tw-gradient-to-position))
    }

    .bg-cover {
        background-size: cover
    }

    .bg-fixed {
        background-attachment: fixed
    }

    .bg-center {
        background-position: 50%
    }

    .bg-no-repeat {
        background-repeat: no-repeat
    }

    .object-contain {
        object-fit: contain
    }

    .object-cover {
        object-fit: cover
    }

    .object-center {
        object-position: center
    }

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

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

    .p-2\.5 {
        padding: calc(var(--spacing)*2.5)
    }

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

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

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

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

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

    .p-\[11\.5px_20px\] {
        padding: 11.5px 20px
    }

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

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

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

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

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

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

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

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

    .px-px {
        padding-inline: 1px
    }

    .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-4 {
        padding-block: calc(var(--spacing)*4)
    }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

    .pl-2 {
        padding-left: calc(var(--spacing)*2)
    }

    .pl-6 {
        padding-left: calc(var(--spacing)*6)
    }

    .pl-10 {
        padding-left: calc(var(--spacing)*10)
    }

    .pl-14 {
        padding-left: calc(var(--spacing)*14)
    }

    .text-center {
        text-align: center
    }

    .text-left {
        text-align: left
    }

    .text-right {
        text-align: right
    }

    .align-baseline {
        vertical-align: baseline
    }

    .align-middle {
        vertical-align: middle
    }

    .h1 {
        font-size: var(--text-fluid-5xl);
        line-height: var(--tw-leading, var(--text-fluid-5xl--line-height));
        font-weight: var(--tw-font-weight, var(--text-fluid-5xl--font-weight))
    }

    .h1,
    .h2 {
        font-family: var(--reddit-sans);
        color: var(--color-brand-dark)
    }

    .h2 {
        font-size: var(--text-fluid-4xl);
        line-height: var(--tw-leading, var(--text-fluid-4xl--line-height));
        font-weight: var(--tw-font-weight, var(--text-fluid-4xl--font-weight))
    }

    .h3 {
        font-size: var(--text-fluid-3xl);
        line-height: var(--tw-leading, var(--text-fluid-3xl--line-height));
        font-weight: var(--tw-font-weight, var(--text-fluid-3xl--font-weight))
    }

    .h3,
    .h4 {
        font-family: var(--reddit-sans);
        color: var(--color-brand-dark)
    }

    .h4 {
        font-size: var(--text-fluid-2xl);
        line-height: var(--tw-leading, var(--text-fluid-2xl--line-height));
        font-weight: var(--tw-font-weight, var(--text-fluid-2xl--font-weight))
    }

    .h5 {
        font-size: var(--text-fluid-xl);
        line-height: var(--tw-leading, var(--text-fluid-xl--line-height));
        font-weight: var(--tw-font-weight, var(--text-fluid-xl--font-weight))
    }

    .h5,
    .h6 {
        font-family: var(--reddit-sans);
        color: var(--color-brand-dark)
    }

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

    .p {
        font-size: var(--text-fluid);
        line-height: var(--tw-leading, var(--text-fluid--line-height));
        font-weight: var(--tw-font-weight, var(--text-fluid--font-weight));
        color: var(--color-brand-dark)
    }

    .p,
    .p-small {
        font-family: var(--reddit-sans)
    }

    .p-small {
        font-size: var(--text-fluid-xs);
        line-height: var(--tw-leading, var(--text-fluid-xs--line-height));
        font-weight: var(--tw-font-weight, var(--text-fluid-xs--font-weight))
    }

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

    .text-fluid-2xl {
        font-size: var(--text-fluid-2xl);
        line-height: var(--tw-leading, var(--text-fluid-2xl--line-height));
        font-weight: var(--tw-font-weight, var(--text-fluid-2xl--font-weight))
    }

    .text-fluid-5xl {
        font-size: var(--text-fluid-5xl);
        line-height: var(--tw-leading, var(--text-fluid-5xl--line-height));
        font-weight: var(--tw-font-weight, var(--text-fluid-5xl--font-weight))
    }

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

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

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

    .text-2xl {
        font-size: var(--text-2xl);
        line-height: var(--tw-leading, var(--text-2xl--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-\[10px\] {
        font-size: 10px
    }

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

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

    .leading-5 {
        --tw-leading: calc(var(--spacing)*5);
        line-height: calc(var(--spacing)*5)
    }

    .leading-6 {
        --tw-leading: calc(var(--spacing)*6);
        line-height: calc(var(--spacing)*6)
    }

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

    .leading-tight {
        --tw-leading: var(--leading-tight);
        line-height: var(--leading-tight)
    }

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

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

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

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

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

    .text-balance {
        text-wrap: balance
    }

    .\!text-white {
        color: var(--color-white) !important
    }

    .text-\[\#ebece7\] {
        color: #ebece7
    }

    .text-black {
        color: var(--color-black)
    }

    .text-brand-dark {
        color: var(--color-brand-dark)
    }

    .text-brand-dark\/30 {
        color: #1818184d
    }

    @supports (color: color-mix(in lab, red, red)) {
        .text-brand-dark\/30 {
            color: color-mix(in oklab, var(--color-brand-dark)30%, transparent)
        }
    }

    .text-brand-dark\/50 {
        color: #18181880
    }

    @supports (color: color-mix(in lab, red, red)) {
        .text-brand-dark\/50 {
            color: color-mix(in oklab, var(--color-brand-dark)50%, transparent)
        }
    }

    .text-brand-dark\/60 {
        color: #18181899
    }

    @supports (color: color-mix(in lab, red, red)) {
        .text-brand-dark\/60 {
            color: color-mix(in oklab, var(--color-brand-dark)60%, transparent)
        }
    }

    .text-brand-dark\/70 {
        color: #181818b3
    }

    @supports (color: color-mix(in lab, red, red)) {
        .text-brand-dark\/70 {
            color: color-mix(in oklab, var(--color-brand-dark)70%, transparent)
        }
    }

    .text-brand-dark\/90 {
        color: #181818e6
    }

    @supports (color: color-mix(in lab, red, red)) {
        .text-brand-dark\/90 {
            color: color-mix(in oklab, var(--color-brand-dark)90%, transparent)
        }
    }

    .text-brand-orange {
        color: var(--color-brand-orange)
    }

    .text-current {
        color: currentColor
    }

    .text-gray-400 {
        color: var(--color-gray-400)
    }

    .text-gray-500 {
        color: var(--color-gray-500)
    }

    .text-gray-600 {
        color: var(--color-gray-600)
    }

    .text-gray-700 {
        color: var(--color-gray-700)
    }

    .text-gray-900 {
        color: var(--color-gray-900)
    }



    .text-red-500 {
        color: var(--color-red-500)
    }

    .text-red-700 {
        color: var(--color-red-700)
    }

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

    .capitalize {
        text-transform: capitalize
    }

    .lowercase {
        text-transform: lowercase
    }

    .uppercase {
        text-transform: uppercase
    }

    .italic {
        font-style: italic
    }

    .line-through {
        text-decoration-line: line-through
    }

    .underline {
        text-decoration-line: underline
    }

    .placeholder-transparent::placeholder {
        color: #0000
    }

    .opacity-0 {
        opacity: 0
    }

    .opacity-25 {
        opacity: .25
    }

    .opacity-50 {
        opacity: .5
    }

    .opacity-75 {
        opacity: .75
    }

    .opacity-100 {
        opacity: 1
    }

    .shadow-lg {
        --tw-shadow: 0 10px 15px -3px var(--tw-shadow-color, #0000001a), 0 4px 6px -4px var(--tw-shadow-color, #0000001a)
    }

    .shadow-lg,
    .shadow-sm {
        box-shadow: var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow)
    }

    .shadow-sm {
        --tw-shadow: 0 1px 3px 0 var(--tw-shadow-color, #0000001a), 0 1px 2px -1px var(--tw-shadow-color, #0000001a)
    }

    .shadow-xl {
        --tw-shadow: 0 20px 25px -5px var(--tw-shadow-color, #0000001a), 0 8px 10px -6px var(--tw-shadow-color, #0000001a)
    }

    .ring,
    .shadow-xl {
        box-shadow: var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow)
    }

    .ring {
        --tw-ring-shadow: var(--tw-ring-inset, )0 0 0 calc(1px + var(--tw-ring-offset-width))var(--tw-ring-color, currentcolor)
    }

    .ring-white {
        --tw-ring-color: var(--color-white)
    }

    .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, visibility, 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-\[clip-path\,transform\] {
        transition-property: clip-path, transform;
        transition-timing-function: var(--tw-ease, var(--default-transition-timing-function));
        transition-duration: var(--tw-duration, var(--default-transition-duration))
    }

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

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

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

    .transition-shadow {
        transition-property: box-shadow;
        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))
    }

    .delay-100 {
        transition-delay: .1s
    }

    .duration-75 {
        --tw-duration: 75ms;
        transition-duration: 75ms
    }

    .duration-100 {
        --tw-duration: .1s;
        transition-duration: .1s
    }

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

    .duration-300 {
        --tw-duration: .3s;
        transition-duration: .3s
    }

    .duration-400 {
        --tw-duration: .4s;
        transition-duration: .4s
    }

    .duration-500 {
        --tw-duration: .5s;
        transition-duration: .5s
    }

    .duration-650 {
        --tw-duration: .65s;
        transition-duration: .65s
    }

    .ease-\[cubic-bezier\(0\.785\,0\.135\,0\.15\,0\.86\)\] {
        --tw-ease: cubic-bezier(.785, .135, .15, .86);
        transition-timing-function: cubic-bezier(.785, .135, .15, .86)
    }

    .ease-in-out {
        --tw-ease: var(--ease-in-out);
        transition-timing-function: var(--ease-in-out)
    }

    .ease-out {
        --tw-ease: var(--ease-out);
        transition-timing-function: var(--ease-out)
    }

    .will-change-transform {
        will-change: transform
    }

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

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

    .\[--anchor-max-height\: 15rem\] {
        --anchor-max-height: 15rem
    }

    .\[--anchor-max-height\: 20rem\] {
        --anchor-max-height: 20rem
    }

    .\[clip-path\: inset\(0\.75rem_1rem_0\.75rem_calc\(100\%-4\.25rem\)_round_4\.25rem\)\] {
        clip-path: inset(.75rem 1rem .75rem calc(100% - 4.25rem) round 4.25rem)
    }

    @media (hover: hover) {
        .group-hover\:top-1\/2:is(:where(.group):hover *) {
            top: 50%
        }

        .group-hover\:left-1\/2:is(:where(.group):hover *) {
            left: 50%
        }

        .group-hover\:h-\[200\%\]:is(:where(.group):hover *) {
            height: 200%
        }

        .group-hover\:w-\[200\%\]:is(:where(.group):hover *) {
            width: 200%
        }

        .group-hover\:-translate-x-full:is(:where(.group):hover *) {
            --tw-translate-x: -100%;
            translate: var(--tw-translate-x)var(--tw-translate-y)
        }

        .group-hover\:translate-x-0:is(:where(.group):hover *) {
            --tw-translate-x: calc(var(--spacing)*0);
            translate: var(--tw-translate-x)var(--tw-translate-y)
        }

        .group-hover\:translate-x-1:is(:where(.group):hover *) {
            --tw-translate-x: calc(var(--spacing)*1);
            translate: var(--tw-translate-x)var(--tw-translate-y)
        }

        .group-hover\:translate-x-2:is(:where(.group):hover *) {
            --tw-translate-x: calc(var(--spacing)*2);
            translate: var(--tw-translate-x)var(--tw-translate-y)
        }

        .group-hover\:translate-x-\[-50\%\]:is(:where(.group):hover *) {
            --tw-translate-x: -50%;
            translate: var(--tw-translate-x)var(--tw-translate-y)
        }

        .group-hover\:translate-y-\[-50\%\]:is(:where(.group):hover *) {
            --tw-translate-y: -50%;
            translate: var(--tw-translate-x)var(--tw-translate-y)
        }

        .group-hover\:text-white:is(:where(.group):hover *) {
            color: var(--color-white)
        }

        .group-hover\:delay-0:is(:where(.group):hover *) {
            transition-delay: 0s
        }

        .group-hover\:\[clip-path\:inset\(0_round_4\.25rem\)\]:is(:where(.group):hover *) {
            clip-path: inset(0 round 4.25rem)
        }
    }

    .group-disabled\: bg-white:is(:where(.group):disabled *) {
        background-color: var(--color-white)
    }

    .group-disabled\: text-brand-dark\/20:is(:where(.group):disabled *) {
        color: #18181833
    }

    @supports (color: color-mix(in lab, red, red)) {
        .group-disabled\:text-brand-dark\/20:is(:where(.group):disabled *) {
            color: color-mix(in oklab, var(--color-brand-dark)20%, transparent)
        }
    }

    .group-has-checked\: font-semibold:is(:where(.group):has(:checked) *) {
        --tw-font-weight: var(--font-weight-semibold);
        font-weight: var(--font-weight-semibold)
    }

    .group-data-open\: -rotate-180:is(:where(.group)[data-open] *) {
        rotate: -180deg
    }

    .group-data-open\: rotate-180:is(:where(.group)[data-open] *) {
        rotate: 180deg
    }

    .peer-not-placeholder-shown\: -translate-y-5:is(:where(.peer):not(:placeholder-shown)~*) {
        --tw-translate-y: calc(var(--spacing)*-5);
        translate: var(--tw-translate-x)var(--tw-translate-y)
    }

    .peer-not-placeholder-shown\: text-xs:is(:where(.peer):not(:placeholder-shown)~*) {
        font-size: var(--text-xs);
        line-height: var(--tw-leading, var(--text-xs--line-height))
    }

    .peer-placeholder-shown\: translate-y-0:is(:where(.peer):placeholder-shown~*) {
        --tw-translate-y: calc(var(--spacing)*0);
        translate: var(--tw-translate-x)var(--tw-translate-y)
    }

    .peer-placeholder-shown\: text-base:is(:where(.peer):placeholder-shown~*) {
        font-size: var(--text-base);
        line-height: var(--tw-leading, var(--text-base--line-height))
    }

    .peer-placeholder-shown\: text-brand-dark:is(:where(.peer):placeholder-shown~*) {
        color: var(--color-brand-dark)
    }

    .peer-placeholder-shown\: text-brand-orange:is(:where(.peer):placeholder-shown~*) {
        color: var(--color-brand-orange)
    }

    .peer-focus\: -translate-y-5:is(:where(.peer):focus~*) {
        --tw-translate-y: calc(var(--spacing)*-5);
        translate: var(--tw-translate-x)var(--tw-translate-y)
    }

    .peer-focus\: text-xs:is(:where(.peer):focus~*) {
        font-size: var(--text-xs);
        line-height: var(--tw-leading, var(--text-xs--line-height))
    }

    .peer-focus\: text-brand-dark\/50:is(:where(.peer):focus~*) {
        color: #18181880
    }

    @supports (color: color-mix(in lab, red, red)) {
        .peer-focus\:text-brand-dark\/50:is(:where(.peer):focus~*) {
            color: color-mix(in oklab, var(--color-brand-dark)50%, transparent)
        }
    }

    .peer-focus\: text-brand-orange:is(:where(.peer):focus~*) {
        color: var(--color-brand-orange)
    }

    .peer-disabled\: text-brand-dark\/50:is(:where(.peer):disabled~*) {
        color: #18181880
    }

    @supports (color: color-mix(in lab, red, red)) {
        .peer-disabled\:text-brand-dark\/50:is(:where(.peer):disabled~*) {
            color: color-mix(in oklab, var(--color-brand-dark)50%, transparent)
        }
    }

    .placeholder\: text-fluid::placeholder {
        font-size: var(--text-fluid);
        line-height: var(--tw-leading, var(--text-fluid--line-height));
        font-weight: var(--tw-font-weight, var(--text-fluid--font-weight))
    }

    .placeholder\: text-brand-dark\/30::placeholder {
        color: #1818184d
    }

    @supports (color: color-mix(in lab, red, red)) {
        .placeholder\:text-brand-dark\/30::placeholder {
            color: color-mix(in oklab, var(--color-brand-dark)30%, transparent)
        }
    }

    .after\: absolute:after {
        content: var(--tw-content);
        position: absolute
    }

    .after\: inset-0:after {
        content: var(--tw-content);
        inset: calc(var(--spacing)*0)
    }

    .after\: z-10:after {
        content: var(--tw-content);
        z-index: 10
    }

    .after\: h-80:after {
        content: var(--tw-content);
        height: calc(var(--spacing)*80)
    }

    .after\: bg-black:after {
        content: var(--tw-content);
        background-color: var(--color-black)
    }

    .after\: bg-gray-100:after {
        content: var(--tw-content);
        background-color: var(--color-gray-100)
    }

    .after\: opacity-25:after {
        content: var(--tw-content);
        opacity: .25
    }

    .after\: content-\[\'\'\]:after {
        --tw-content: "";
        content: var(--tw-content)
    }

    .last\:border-none:last-child {
        --tw-border-style: none;
        border-style: none
    }

    @media (hover:hover) {
        .hover\:cursor-pointer:hover {
            cursor: pointer
        }

        .hover\:bg-brand-dark:hover {
            background-color: var(--color-brand-dark)
        }

        .hover\:bg-gray-300:hover {
            background-color: var(--color-gray-300)
        }

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

        .hover\:text-brand-dark\/80:hover {
            color: #181818cc
        }

        @supports (color:color-mix(in lab, red, red)) {
            .hover\:text-brand-dark\/80:hover {
                color: color-mix(in oklab, var(--color-brand-dark)80%, transparent)
            }
        }

        .hover\:text-gray-600:hover {
            color: var(--color-gray-600)
        }

        .hover\:shadow-md:hover {
            --tw-shadow: 0 4px 6px -1px var(--tw-shadow-color, #0000001a), 0 2px 4px -2px var(--tw-shadow-color, #0000001a);
            box-shadow: var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow)
        }
    }

    .focus\:bg-brand-dark:focus {
        background-color: var(--color-brand-dark)
    }

    .focus\:placeholder-brand-dark\/50:focus::placeholder {
        color: #18181880
    }

    @supports (color:color-mix(in lab, red, red)) {
        .focus\:placeholder-brand-dark\/50:focus::placeholder {
            color: color-mix(in oklab, var(--color-brand-dark)50%, transparent)
        }
    }

    .focus\:ring-0:focus {
        --tw-ring-shadow: var(--tw-ring-inset, )0 0 0 calc(0px + var(--tw-ring-offset-width))var(--tw-ring-color, currentcolor)
    }

    .focus\:ring-0:focus,
    .focus\:ring-2:focus {
        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-2:focus {
        --tw-ring-shadow: var(--tw-ring-inset, )0 0 0 calc(2px + var(--tw-ring-offset-width))var(--tw-ring-color, currentcolor)
    }

    .focus\:ring-brand-dark:focus {
        --tw-ring-color: var(--color-brand-dark)
    }

    .focus\:ring-brand-dark\/20:focus {
        --tw-ring-color: #18181833
    }

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

    .focus\:outline-hidden:focus {
        --tw-outline-style: none;
        outline-style: none
    }

    @media (forced-colors:active) {
        .focus\:outline-hidden:focus {
            outline-offset: 2px;
            outline: 2px solid #0000
        }
    }

    .focus\:outline-white:focus {
        outline-color: var(--color-white)
    }

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

    .active\:cursor-grabbing:active {
        cursor: grabbing
    }

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

    .disabled\:cursor-not-allowed:disabled {
        cursor: not-allowed
    }

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

    .disabled\:border-brand-dark\/10:disabled {
        border-color: #1818181a
    }

    @supports (color:color-mix(in lab, red, red)) {
        .disabled\:border-brand-dark\/10:disabled {
            border-color: color-mix(in oklab, var(--color-brand-dark)10%, transparent)
        }
    }

    .disabled\:bg-brand-dark\/5:disabled {
        background-color: #1818180d
    }

    @supports (color:color-mix(in lab, red, red)) {
        .disabled\:bg-brand-dark\/5:disabled {
            background-color: color-mix(in oklab, var(--color-brand-dark)5%, transparent)
        }
    }

    .disabled\:bg-white:disabled {
        background-color: var(--color-white)
    }

    .disabled\:text-brand-dark\/20:disabled {
        color: #18181833
    }

    @supports (color:color-mix(in lab, red, red)) {
        .disabled\:text-brand-dark\/20:disabled {
            color: color-mix(in oklab, var(--color-brand-dark)20%, transparent)
        }
    }

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

    .has-checked\:relative:has(:checked) {
        position: relative
    }

    .has-checked\:rounded-lg:has(:checked) {
        border-radius: var(--radius-lg)
    }

    .has-checked\:bg-brand-dark\/3:has(:checked) {
        background-color: #18181808
    }

    @supports (color:color-mix(in lab, red, red)) {
        .has-checked\:bg-brand-dark\/3:has(:checked) {
            background-color: color-mix(in oklab, var(--color-brand-dark)3%, transparent)
        }
    }

    .data-closed\:-translate-x-full[data-closed] {
        --tw-translate-x: -100%;
        translate: var(--tw-translate-x)var(--tw-translate-y)
    }

    .data-closed\:translate-x-full[data-closed] {
        --tw-translate-x: 100%;
        translate: var(--tw-translate-x)var(--tw-translate-y)
    }

    .data-closed\:-translate-y-full[data-closed] {
        --tw-translate-y: -100%;
        translate: var(--tw-translate-x)var(--tw-translate-y)
    }

    .data-closed\:translate-y-4[data-closed] {
        --tw-translate-y: calc(var(--spacing)*4);
        translate: var(--tw-translate-x)var(--tw-translate-y)
    }

    .data-closed\:scale-95[data-closed] {
        --tw-scale-x: 95%;
        --tw-scale-y: 95%;
        --tw-scale-z: 95%;
        scale: var(--tw-scale-x)var(--tw-scale-y)
    }

    .data-closed\:opacity-0[data-closed] {
        opacity: 0
    }

    .data-disabled\:cursor-not-allowed[data-disabled] {
        cursor: not-allowed
    }

    .data-disabled\:text-brand-dark\/30[data-disabled] {
        color: #1818184d
    }

    @supports (color:color-mix(in lab, red, red)) {
        .data-disabled\:text-brand-dark\/30[data-disabled] {
            color: color-mix(in oklab, var(--color-brand-dark)30%, transparent)
        }
    }

    .data-enter\:duration-300[data-enter] {
        --tw-duration: .3s;
        transition-duration: .3s
    }

    .data-enter\:ease-out[data-enter] {
        --tw-ease: var(--ease-out);
        transition-timing-function: var(--ease-out)
    }

    .data-focus\:bg-brand-dark\/\[0\.03\][data-focus] {
        background-color: #18181808
    }

    @supports (color:color-mix(in lab, red, red)) {
        .data-focus\:bg-brand-dark\/\[0\.03\][data-focus] {
            background-color: color-mix(in oklab, var(--color-brand-dark)3%, transparent)
        }
    }

    .data-focus\:font-bold[data-focus] {
        --tw-font-weight: var(--font-weight-bold);
        font-weight: var(--font-weight-bold)
    }

    .data-focus\:ring-0[data-focus] {
        --tw-ring-shadow: var(--tw-ring-inset, )0 0 0 calc(0px + 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)
    }

    .data-leave\:duration-200[data-leave] {
        --tw-duration: .2s;
        transition-duration: .2s
    }

    .data-leave\:ease-in[data-leave] {
        --tw-ease: var(--ease-in);
        transition-timing-function: var(--ease-in)
    }

    .data-open\:underline[data-open] {
        text-decoration-line: underline
    }

    .data-selected\:bg-brand-dark\/\[0\.03\][data-selected] {
        background-color: #18181808
    }

    @supports (color:color-mix(in lab, red, red)) {
        .data-selected\:bg-brand-dark\/\[0\.03\][data-selected] {
            background-color: color-mix(in oklab, var(--color-brand-dark)3%, transparent)
        }
    }

    .data-selected\:font-bold[data-selected] {
        --tw-font-weight: var(--font-weight-bold);
        font-weight: var(--font-weight-bold)
    }

    @media (min-width:40rem) {
        .sm\:grid-cols-2 {
            grid-template-columns: repeat(2, minmax(0, 1fr))
        }

        .sm\:flex-row {
            flex-direction: row
        }

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

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

        .sm\:duration-700 {
            --tw-duration: .7s;
            transition-duration: .7s
        }

        .data-closed\:sm\:translate-y-0[data-closed] {
            --tw-translate-y: calc(var(--spacing)*0);
            translate: var(--tw-translate-x)var(--tw-translate-y)
        }
    }

    @media (min-width:48rem) {
        .md\:-top-8 {
            top: calc(var(--spacing)*-8)
        }

        .md\:left-7\/12 {
            left: 58.3333%
        }

        .md\:col-span-1 {
            grid-column: span 1/span 1
        }

        .md\:col-span-2 {
            grid-column: span 2/span 2
        }

        .md\:col-span-3 {
            grid-column: span 3/span 3
        }

        .md\:col-span-4 {
            grid-column: span 4/span 4
        }

        .md\:col-span-6 {
            grid-column: span 6/span 6
        }

        .md\:col-span-8 {
            grid-column: span 8/span 8
        }

        .md\:col-span-full {
            grid-column: 1/-1
        }

        .md\:col-start-2 {
            grid-column-start: 2
        }

        .md\:col-start-5 {
            grid-column-start: 5
        }

        .md\:col-start-7 {
            grid-column-start: 7
        }

        .md\:col-end-12 {
            grid-column-end: 12
        }

        .md\:mx-3 {
            margin-inline: calc(var(--spacing)*3)
        }

        .md\:mx-16 {
            margin-inline: calc(var(--spacing)*16)
        }

        .md\:ml-5 {
            margin-left: calc(var(--spacing)*5)
        }

        .md\:block {
            display: block
        }

        .md\:flex {
            display: flex
        }

        .md\:hidden {
            display: none
        }

        .md\:inline {
            display: inline
        }

        .md\:size-6 {
            width: calc(var(--spacing)*6);
            height: calc(var(--spacing)*6)
        }

        .md\:size-8 {
            width: calc(var(--spacing)*8);
            height: calc(var(--spacing)*8)
        }

        .md\:h-6 {
            height: calc(var(--spacing)*6)
        }

        .md\:h-20 {
            height: calc(var(--spacing)*20)
        }

        .md\:min-h-\[420px\] {
            min-height: 420px
        }

        .md\:w-1\/2 {
            width: 50%
        }

        .md\:w-1\/3 {
            width: 33.3333%
        }

        .md\:w-1\/5 {
            width: 20%
        }

        .md\:w-8 {
            width: calc(var(--spacing)*8)
        }

        .md\:w-18 {
            width: calc(var(--spacing)*18)
        }

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

        .md\:w-\[320px\] {
            width: 320px
        }

        .md\:w-auto {
            width: auto
        }

        .md\:w-fit {
            width: fit-content
        }

        .md\:max-w-5xl {
            max-width: var(--container-5xl)
        }

        .md\:max-w-\[40\%\] {
            max-width: 40%
        }

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

        .md\:shrink-0 {
            flex-shrink: 0
        }

        .md\:grow-0 {
            flex-grow: 0
        }

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

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

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

        .md\:grid-cols-\[auto_auto\] {
            grid-template-columns: auto auto
        }

        .md\:flex-row {
            flex-direction: row
        }

        .md\:items-center {
            align-items: center
        }

        .md\:items-start {
            align-items: flex-start
        }

        .md\:justify-between {
            justify-content: space-between
        }

        .md\:justify-end {
            justify-content: flex-end
        }

        .md\:justify-start {
            justify-content: flex-start
        }

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

        .md\:gap-x-9 {
            column-gap: calc(var(--spacing)*9)
        }

        :where(.md\:space-x-1\.5>:not(:last-child)) {
            --tw-space-x-reverse: 0;
            margin-inline-start: calc(calc(var(--spacing)*1.5)*var(--tw-space-x-reverse));
            margin-inline-end: calc(calc(var(--spacing)*1.5)*calc(1 - var(--tw-space-x-reverse)))
        }

        :where(.md\:space-x-10>:not(:last-child)) {
            --tw-space-x-reverse: 0;
            margin-inline-start: calc(calc(var(--spacing)*10)*var(--tw-space-x-reverse));
            margin-inline-end: calc(calc(var(--spacing)*10)*calc(1 - var(--tw-space-x-reverse)))
        }

        .md\:\!gap-y-28 {
            row-gap: calc(var(--spacing)*28) !important
        }

        .md\:self-center {
            align-self: center
        }

        .md\:border-b {
            border-bottom-style: var(--tw-border-style);
            border-bottom-width: 1px
        }

        .md\:border-none {
            --tw-border-style: none;
            border-style: none
        }

        .md\:p-16 {
            padding: calc(var(--spacing)*16)
        }

        .md\:px-5 {
            padding-inline: calc(var(--spacing)*5)
        }

        .md\:px-6 {
            padding-inline: calc(var(--spacing)*6)
        }

        .md\:px-16 {
            padding-inline: calc(var(--spacing)*16)
        }

        .md\:py-4 {
            padding-block: calc(var(--spacing)*4)
        }

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

        .md\:py-16 {
            padding-block: calc(var(--spacing)*16)
        }

        .md\:py-20 {
            padding-block: calc(var(--spacing)*20)
        }

        .md\:py-40 {
            padding-block: calc(var(--spacing)*40)
        }

        .md\:pt-8 {
            padding-top: calc(var(--spacing)*8)
        }

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

        .md\:pb-6 {
            padding-bottom: calc(var(--spacing)*6)
        }

        .md\:text-center {
            text-align: center
        }

        .md\:text-left {
            text-align: left
        }

        .md\:h2 {
            font-family: var(--reddit-sans);
            font-size: var(--text-fluid-4xl);
            line-height: var(--tw-leading, var(--text-fluid-4xl--line-height));
            font-weight: var(--tw-font-weight, var(--text-fluid-4xl--font-weight));
            color: var(--color-brand-dark)
        }

        .md\:text-fluid {
            font-size: var(--text-fluid);
            line-height: var(--tw-leading, var(--text-fluid--line-height));
            font-weight: var(--tw-font-weight, var(--text-fluid--font-weight))
        }

        .md\:text-fluid-xs {
            font-size: var(--text-fluid-xs);
            line-height: var(--tw-leading, var(--text-fluid-xs--line-height));
            font-weight: var(--tw-font-weight, var(--text-fluid-xs--font-weight))
        }

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

    @media (min-width:64rem) {
        .lg\:right-1\/2 {
            right: 50%
        }

        .lg\:-bottom-full {
            bottom: -100%
        }

        .lg\:bottom-2\.5 {
            bottom: calc(var(--spacing)*2.5)
        }

        .lg\:col-span-6 {
            grid-column: span 6/span 6
        }

        .lg\:col-start-7 {
            grid-column-start: 7
        }

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

        .lg\:block {
            display: block
        }

        .lg\:flex {
            display: flex
        }

        .lg\:hidden {
            display: none
        }

        .lg\:h-\[600px\] {
            height: 600px
        }

        .lg\:h-fit {
            height: fit-content
        }

        .lg\:w-1\/6 {
            width: 16.6667%
        }

        .lg\:w-1\/10 {
            width: 10%
        }

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

        .lg\:w-\[800px\] {
            width: 800px
        }

        .lg\:w-max {
            width: max-content
        }

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

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

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

        .lg\:flex-row {
            flex-direction: row
        }

        .lg\:gap-x-19 {
            column-gap: calc(var(--spacing)*19)
        }

        :where(.lg\:divide-y>:not(:last-child)) {
            --tw-divide-y-reverse: 0;
            border-bottom-style: var(--tw-border-style);
            border-top-style: var(--tw-border-style);
            border-top-width: calc(1px*var(--tw-divide-y-reverse));
            border-bottom-width: calc(1px*calc(1 - var(--tw-divide-y-reverse)))
        }

        .lg\:place-self-center {
            place-self: center
        }

        .lg\:rounded-full {
            border-radius: 3.40282e+38px
        }

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

        .lg\:px-8 {
            padding-inline: calc(var(--spacing)*8)
        }

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

        .lg\:py-10 {
            padding-block: calc(var(--spacing)*10)
        }

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

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

    @media (hover:hover) {
        @media (min-width:64rem) {
            .group-hover\:lg\:text-brand-dark:is(:where(.group):hover *) {
                color: var(--color-brand-dark)
            }
        }
    }

    @media (min-width:80rem) {
        .xl\:h-\[800px\] {
            height: 800px
        }

        .xl\:pb-32 {
            padding-bottom: calc(var(--spacing)*32)
        }

        .xl\:text-fluid {
            font-size: var(--text-fluid);
            line-height: var(--tw-leading, var(--text-fluid--line-height));
            font-weight: var(--tw-font-weight, var(--text-fluid--font-weight))
        }

        .xl\:text-fluid-4xl {
            font-size: var(--text-fluid-4xl);
            line-height: var(--tw-leading, var(--text-fluid-4xl--line-height));
            font-weight: var(--tw-font-weight, var(--text-fluid-4xl--font-weight))
        }
    }

    @media (min-width:96rem) {
        .\32 xl\:col-span-4 {
            grid-column: span 4/span 4
        }
    }

    .prose-p\:\!m-0 :where(p):not(:where([class~=not-prose], [class~=not-prose] *)) {
        margin: calc(var(--spacing)*0) !important
    }

    .prose-p\:text-brand-dark\/70 :where(p):not(:where([class~=not-prose], [class~=not-prose] *)) {
        color: #181818b3
    }

    @supports (color:color-mix(in lab, red, red)) {
        .prose-p\:text-brand-dark\/70 :where(p):not(:where([class~=not-prose], [class~=not-prose] *)) {
            color: color-mix(in oklab, var(--color-brand-dark)70%, transparent)
        }
    }

    .scrollbar-hide {
        -ms-overflow-style: none;
        scrollbar-width: none
    }

    .scrollbar-hide::-webkit-scrollbar {
        display: none
    }
}

.bg-checkout-header {
    background-image: url(/static/product-background.webp)
}

.rdp-root {
    --rdp-accent-color: var(--color-brand-orange)
}

.sfcModal-dialog {
    justify-content: center;
    align-items: center;
    display: flex;
    top: 0;
    left: 0;
    z-index: 9999 !important;
    width: 100vw !important;
    max-width: none !important;
    height: 100vh !important;
    margin: 0 !important;
    position: fixed !important
}

.sfcModal-dialog .sfcModal-content {
    background-color: #fff !important;
    border-radius: 0 !important;
    width: 100% !important;
    height: 100% !important
}

.sfcModal-dialog .sfcModal-content [name=NuveiIrame] {
    height: 100% !important
}

@keyframes pulse-scale {

    0%,
    to {
        opacity: 1;
        transform: scale(1)
    }

    50% {
        opacity: .7;
        transform: scale(1.05)
    }
}

.pulse-scale {
    animation: pulse-scale 2s ease-in-out infinite
}

@property --tw-translate-x {
    syntax: "*";
    inherits: false;
    initial-value: 0
}

@property --tw-translate-y {
    syntax: "*";
    inherits: false;
    initial-value: 0
}

@property --tw-translate-z {
    syntax: "*";
    inherits: false;
    initial-value: 0
}

@property --tw-scale-x {
    syntax: "*";
    inherits: false;
    initial-value: 1
}

@property --tw-scale-y {
    syntax: "*";
    inherits: false;
    initial-value: 1
}

@property --tw-scale-z {
    syntax: "*";
    inherits: false;
    initial-value: 1
}

@property --tw-rotate-x {
    syntax: "*";
    inherits: false
}

@property --tw-rotate-y {
    syntax: "*";
    inherits: false
}

@property --tw-rotate-z {
    syntax: "*";
    inherits: false
}

@property --tw-skew-x {
    syntax: "*";
    inherits: false
}

@property --tw-skew-y {
    syntax: "*";
    inherits: false
}

@property --tw-pan-x {
    syntax: "*";
    inherits: false
}

@property --tw-pan-y {
    syntax: "*";
    inherits: false
}

@property --tw-pinch-zoom {
    syntax: "*";
    inherits: false
}

@property --tw-space-y-reverse {
    syntax: "*";
    inherits: false;
    initial-value: 0
}

@property --tw-space-x-reverse {
    syntax: "*";
    inherits: false;
    initial-value: 0
}

@property --tw-border-style {
    syntax: "*";
    inherits: false;
    initial-value: solid
}

@property --tw-gradient-position {
    syntax: "*";
    inherits: false
}

@property --tw-gradient-from {
    syntax: "<color>";
    inherits: false;
    initial-value: #0000
}

@property --tw-gradient-via {
    syntax: "<color>";
    inherits: false;
    initial-value: #0000
}

@property --tw-gradient-to {
    syntax: "<color>";
    inherits: false;
    initial-value: #0000
}

@property --tw-gradient-stops {
    syntax: "*";
    inherits: false
}

@property --tw-gradient-via-stops {
    syntax: "*";
    inherits: false
}

@property --tw-gradient-from-position {
    syntax: "<length-percentage>";
    inherits: false;
    initial-value: 0
}

@property --tw-gradient-via-position {
    syntax: "<length-percentage>";
    inherits: false;
    initial-value: 50%
}

@property --tw-gradient-to-position {
    syntax: "<length-percentage>";
    inherits: false;
    initial-value: 100%
}

@property --tw-leading {
    syntax: "*";
    inherits: false
}

@property --tw-font-weight {
    syntax: "*";
    inherits: false
}

@property --tw-shadow {
    syntax: "*";
    inherits: false;
    initial-value: 0 0 #0000
}

@property --tw-shadow-color {
    syntax: "*";
    inherits: false
}

@property --tw-shadow-alpha {
    syntax: "<percentage>";
    inherits: false;
    initial-value: 100%
}

@property --tw-inset-shadow {
    syntax: "*";
    inherits: false;
    initial-value: 0 0 #0000
}

@property --tw-inset-shadow-color {
    syntax: "*";
    inherits: false
}

@property --tw-inset-shadow-alpha {
    syntax: "<percentage>";
    inherits: false;
    initial-value: 100%
}

@property --tw-ring-color {
    syntax: "*";
    inherits: false
}

@property --tw-ring-shadow {
    syntax: "*";
    inherits: false;
    initial-value: 0 0 #0000
}

@property --tw-inset-ring-color {
    syntax: "*";
    inherits: false
}

@property --tw-inset-ring-shadow {
    syntax: "*";
    inherits: false;
    initial-value: 0 0 #0000
}

@property --tw-ring-inset {
    syntax: "*";
    inherits: false
}

@property --tw-ring-offset-width {
    syntax: "<length>";
    inherits: false;
    initial-value: 0
}

@property --tw-ring-offset-color {
    syntax: "*";
    inherits: false;
    initial-value: #fff
}

@property --tw-ring-offset-shadow {
    syntax: "*";
    inherits: false;
    initial-value: 0 0 #0000
}

@property --tw-duration {
    syntax: "*";
    inherits: false
}

@property --tw-ease {
    syntax: "*";
    inherits: false
}

@property --tw-content {
    syntax: "*";
    inherits: false;
    initial-value: ""
}

@property --tw-divide-y-reverse {
    syntax: "*";
    inherits: false;
    initial-value: 0
}

@keyframes spin {
    to {
        transform: rotate(1turn)
    }
}

@keyframes pulse {
    50% {
        opacity: .5
    }
}


.rdp-root {
    --rdp-accent-color: blue;
    --rdp-accent-background-color: #f0f0ff;
    --rdp-day-height: 44px;
    --rdp-day-width: 44px;
    --rdp-day_button-border-radius: 100%;
    --rdp-day_button-border: 2px solid transparent;
    --rdp-day_button-height: 42px;
    --rdp-day_button-width: 42px;
    --rdp-selected-border: 2px solid var(--rdp-accent-color);
    --rdp-disabled-opacity: 0.5;
    --rdp-outside-opacity: 0.75;
    --rdp-today-color: var(--rdp-accent-color);
    --rdp-dropdown-gap: 0.5rem;
    --rdp-months-gap: 2rem;
    --rdp-nav_button-disabled-opacity: 0.5;
    --rdp-nav_button-height: 2.25rem;
    --rdp-nav_button-width: 2.25rem;
    --rdp-nav-height: 2.75rem;
    --rdp-range_middle-background-color: var(--rdp-accent-background-color);
    --rdp-range_middle-color: inherit;
    --rdp-range_start-color: white;
    --rdp-range_start-background: linear-gradient(var(--rdp-gradient-direction), transparent 50%, var(--rdp-range_middle-background-color) 50%);
    --rdp-range_start-date-background-color: var(--rdp-accent-color);
    --rdp-range_end-background: linear-gradient(var(--rdp-gradient-direction), var(--rdp-range_middle-background-color) 50%, transparent 50%);
    --rdp-range_end-color: white;
    --rdp-range_end-date-background-color: var(--rdp-accent-color);
    --rdp-week_number-border-radius: 100%;
    --rdp-week_number-border: 2px solid transparent;
    --rdp-week_number-height: var(--rdp-day-height);
    --rdp-week_number-opacity: 0.75;
    --rdp-week_number-width: var(--rdp-day-width);
    --rdp-weeknumber-text-align: center;
    --rdp-weekday-opacity: 0.75;
    --rdp-weekday-padding: 0.5rem 0rem;
    --rdp-weekday-text-align: center;
    --rdp-gradient-direction: 90deg;
    --rdp-animation_duration: 0.3s;
    --rdp-animation_timing: cubic-bezier(0.4, 0, 0.2, 1)
}

.rdp-root[dir=rtl] {
    --rdp-gradient-direction: -90deg
}

.rdp-root[data-broadcast-calendar=true] {
    --rdp-outside-opacity: unset
}

.rdp-root {
    position: relative
}

.rdp-root,
.rdp-root * {
    box-sizing: border-box
}

.rdp-day {
    width: var(--rdp-day-width);
    height: var(--rdp-day-height);
    text-align: center
}

.rdp-day_button {
    background: none;
    padding: 0;
    margin: 0;
    cursor: pointer;
    font: inherit;
    color: inherit;
    justify-content: center;
    align-items: center;
    display: flex;
    width: var(--rdp-day_button-width);
    height: var(--rdp-day_button-height);
    border: var(--rdp-day_button-border);
    border-radius: var(--rdp-day_button-border-radius)
}

.rdp-day_button:disabled {
    cursor: revert
}

.rdp-caption_label {
    z-index: 1;
    position: relative;
    display: inline-flex;
    align-items: center;
    white-space: nowrap;
    border: 0
}

.rdp-dropdown:focus-visible~.rdp-caption_label {
    outline: 5px auto Highlight;
    outline: 5px auto -webkit-focus-ring-color
}

.rdp-button_next,
.rdp-button_previous {
    border: none;
    background: none;
    padding: 0;
    margin: 0;
    cursor: pointer;
    font: inherit;
    color: inherit;
    -moz-appearance: none;
    -webkit-appearance: none;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    position: relative;
    appearance: none;
    width: var(--rdp-nav_button-width);
    height: var(--rdp-nav_button-height)
}

.rdp-button_next:disabled,
.rdp-button_next[aria-disabled=true],
.rdp-button_previous:disabled,
.rdp-button_previous[aria-disabled=true] {
    cursor: revert;
    opacity: var(--rdp-nav_button-disabled-opacity)
}

.rdp-chevron {
    display: inline-block;
    fill: var(--rdp-accent-color)
}

.rdp-root[dir=rtl] .rdp-nav .rdp-chevron {
    transform: rotate(180deg);
    transform-origin: 50%
}

.rdp-dropdowns {
    position: relative;
    display: inline-flex;
    align-items: center;
    gap: var(--rdp-dropdown-gap)
}

.rdp-dropdown {
    z-index: 2;
    opacity: 0;
    appearance: none;
    position: absolute;
    inset-block-start: 0;
    inset-block-end: 0;
    inset-inline-start: 0;
    width: 100%;
    margin: 0;
    padding: 0;
    cursor: inherit;
    border: none;
    line-height: inherit
}

.rdp-dropdown_root {
    position: relative;
    display: inline-flex;
    align-items: center
}

.rdp-dropdown_root[data-disabled=true] .rdp-chevron {
    opacity: var(--rdp-disabled-opacity)
}

.rdp-month_caption {
    display: flex;
    align-content: center;
    height: var(--rdp-nav-height);
    font-weight: 700;
    font-size: large
}

.rdp-root[data-nav-layout=after] .rdp-month,
.rdp-root[data-nav-layout=around] .rdp-month {
    position: relative
}

.rdp-root[data-nav-layout=around] .rdp-month_caption {
    justify-content: center;
    margin-inline-start: var(--rdp-nav_button-width);
    margin-inline-end: var(--rdp-nav_button-width);
    position: relative
}

.rdp-root[data-nav-layout=around] .rdp-button_previous {
    position: absolute;
    inset-inline-start: 0;
    top: 0;
    height: var(--rdp-nav-height);
    display: inline-flex
}

.rdp-root[data-nav-layout=around] .rdp-button_next {
    position: absolute;
    inset-inline-end: 0;
    top: 0;
    height: var(--rdp-nav-height);
    display: inline-flex;
    justify-content: center
}

.rdp-months {
    position: relative;
    display: flex;
    flex-wrap: wrap;
    gap: var(--rdp-months-gap);
    max-width: fit-content
}

.rdp-month_grid {
    border-collapse: collapse
}

.rdp-nav {
    position: absolute;
    inset-block-start: 0;
    inset-inline-end: 0;
    display: flex;
    align-items: center;
    height: var(--rdp-nav-height)
}

.rdp-weekday {
    opacity: var(--rdp-weekday-opacity);
    padding: var(--rdp-weekday-padding);
    font-weight: 500;
    font-size: smaller;
    text-align: var(--rdp-weekday-text-align);
    text-transform: var(--rdp-weekday-text-transform)
}

.rdp-week_number {
    opacity: var(--rdp-week_number-opacity);
    font-weight: 400;
    font-size: small;
    height: var(--rdp-week_number-height);
    width: var(--rdp-week_number-width);
    border: var(--rdp-week_number-border);
    border-radius: var(--rdp-week_number-border-radius);
    text-align: var(--rdp-weeknumber-text-align)
}

.rdp-today:not(.rdp-outside) {
    color: var(--rdp-today-color)
}

.rdp-selected {
    font-weight: 700;
    font-size: large
}

.rdp-selected .rdp-day_button {
    border: var(--rdp-selected-border)
}

.rdp-outside {
    opacity: var(--rdp-outside-opacity)
}

.rdp-disabled {
    opacity: var(--rdp-disabled-opacity)
}

.rdp-hidden {
    visibility: hidden;
    color: var(--rdp-range_start-color)
}

.rdp-range_start {
    background: var(--rdp-range_start-background)
}

.rdp-range_start .rdp-day_button {
    background-color: var(--rdp-range_start-date-background-color);
    color: var(--rdp-range_start-color)
}

.rdp-range_middle {
    background-color: var(--rdp-range_middle-background-color)
}

.rdp-range_middle .rdp-day_button {
    border: unset;
    border-radius: unset;
    color: var(--rdp-range_middle-color)
}

.rdp-range_end {
    background: var(--rdp-range_end-background);
    color: var(--rdp-range_end-color)
}

.rdp-range_end .rdp-day_button {
    color: var(--rdp-range_start-color);
    background-color: var(--rdp-range_end-date-background-color)
}

.rdp-range_start.rdp-range_end {
    background: revert
}

.rdp-focusable {
    cursor: pointer
}

@keyframes rdp-slide_in_left {
    0% {
        transform: translateX(-100%)
    }

    to {
        transform: translateX(0)
    }
}

@keyframes rdp-slide_in_right {
    0% {
        transform: translateX(100%)
    }

    to {
        transform: translateX(0)
    }
}

@keyframes rdp-slide_out_left {
    0% {
        transform: translateX(0)
    }

    to {
        transform: translateX(-100%)
    }
}

@keyframes rdp-slide_out_right {
    0% {
        transform: translateX(0)
    }

    to {
        transform: translateX(100%)
    }
}

.rdp-weeks_before_enter {
    animation: rdp-slide_in_left var(--rdp-animation_duration) var(--rdp-animation_timing) forwards
}

.rdp-weeks_before_exit {
    animation: rdp-slide_out_left var(--rdp-animation_duration) var(--rdp-animation_timing) forwards
}

.rdp-weeks_after_enter {
    animation: rdp-slide_in_right var(--rdp-animation_duration) var(--rdp-animation_timing) forwards
}

.rdp-weeks_after_exit {
    animation: rdp-slide_out_right var(--rdp-animation_duration) var(--rdp-animation_timing) forwards
}

.rdp-root[dir=rtl] .rdp-weeks_after_enter {
    animation: rdp-slide_in_left var(--rdp-animation_duration) var(--rdp-animation_timing) forwards
}

.rdp-root[dir=rtl] .rdp-weeks_before_exit {
    animation: rdp-slide_out_right var(--rdp-animation_duration) var(--rdp-animation_timing) forwards
}

.rdp-root[dir=rtl] .rdp-weeks_before_enter {
    animation: rdp-slide_in_right var(--rdp-animation_duration) var(--rdp-animation_timing) forwards
}

.rdp-root[dir=rtl] .rdp-weeks_after_exit {
    animation: rdp-slide_out_left var(--rdp-animation_duration) var(--rdp-animation_timing) forwards
}

@keyframes rdp-fade_in {
    0% {
        opacity: 0
    }

    to {
        opacity: 1
    }
}

@keyframes rdp-fade_out {
    0% {
        opacity: 1
    }

    to {
        opacity: 0
    }
}

.rdp-caption_after_enter {
    animation: rdp-fade_in var(--rdp-animation_duration) var(--rdp-animation_timing) forwards
}

.rdp-caption_after_exit {
    animation: rdp-fade_out var(--rdp-animation_duration) var(--rdp-animation_timing) forwards
}

.rdp-caption_before_enter {
    animation: rdp-fade_in var(--rdp-animation_duration) var(--rdp-animation_timing) forwards
}

.rdp-caption_before_exit {
    animation: rdp-fade_out var(--rdp-animation_duration) var(--rdp-animation_timing) forwards
}

/*! tailwindcss v4.1.7 | MIT License | https://tailwindcss.com */
@layer properties {
    @supports (((-webkit-hyphens: none)) and (not (margin-trim:inline))) or ((-moz-orient:inline) and (not (color:rgb(from red r g b)))) {

        *,
        ::backdrop,
        :after,
        :before {
            --tw-translate-x: 0;
            --tw-translate-y: 0;
            --tw-translate-z: 0;
            --tw-scale-x: 1;
            --tw-scale-y: 1;
            --tw-scale-z: 1;
            --tw-rotate-x: initial;
            --tw-rotate-y: initial;
            --tw-rotate-z: initial;
            --tw-skew-x: initial;
            --tw-skew-y: initial;
            --tw-pan-x: initial;
            --tw-pan-y: initial;
            --tw-pinch-zoom: initial;
            --tw-space-y-reverse: 0;
            --tw-space-x-reverse: 0;
            --tw-border-style: solid;
            --tw-gradient-position: initial;
            --tw-gradient-from: #0000;
            --tw-gradient-via: #0000;
            --tw-gradient-to: #0000;
            --tw-gradient-stops: initial;
            --tw-gradient-via-stops: initial;
            --tw-gradient-from-position: 0%;
            --tw-gradient-via-position: 50%;
            --tw-gradient-to-position: 100%;
            --tw-leading: initial;
            --tw-font-weight: initial;
            --tw-shadow: 0 0 #0000;
            --tw-shadow-color: initial;
            --tw-shadow-alpha: 100%;
            --tw-inset-shadow: 0 0 #0000;
            --tw-inset-shadow-color: initial;
            --tw-inset-shadow-alpha: 100%;
            --tw-ring-color: initial;
            --tw-ring-shadow: 0 0 #0000;
            --tw-inset-ring-color: initial;
            --tw-inset-ring-shadow: 0 0 #0000;
            --tw-ring-inset: initial;
            --tw-ring-offset-width: 0px;
            --tw-ring-offset-color: #fff;
            --tw-ring-offset-shadow: 0 0 #0000;
            --tw-duration: initial;
            --tw-ease: initial;
            --tw-content: "";
            --tw-divide-y-reverse: 0
        }
    }
}

@layer theme {

    :host,
    :root {
        --font-sans: ui-sans-serif, system-ui, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
        --font-mono: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
        --color-red-100: oklch(93.6% .032 17.717);
        --color-red-400: oklch(70.4% .191 22.216);
        --color-red-500: oklch(63.7% .237 25.331);
        --color-red-700: oklch(50.5% .213 27.518);
        --color-green-400: oklch(79.2% .209 151.711);
        --color-green-500: oklch(72.3% .219 149.579);
        --color-green-700: oklch(52.7% .154 150.069);
        --color-emerald-700: oklch(50.8% .118 165.612);
        --color-blue-400: oklch(70.7% .165 254.624);
        --color-blue-700: oklch(48.8% .243 264.376);
        --color-gray-100: oklch(96.7% .003 264.542);
        --color-gray-200: oklch(92.8% .006 264.531);
        --color-gray-300: oklch(87.2% .01 258.338);
        --color-gray-400: oklch(70.7% .022 261.325);
        --color-gray-500: oklch(55.1% .027 264.364);
        --color-gray-600: oklch(44.6% .03 256.802);
        --color-gray-700: oklch(37.3% .034 259.733);
        --color-gray-900: oklch(21% .034 264.665);
        --color-black: #000;
        --color-white: #fff;
        --spacing: .25rem;
        --breakpoint-xl: 80rem;
        --container-sm: 24rem;
        --container-md: 28rem;
        --container-3xl: 48rem;
        --container-5xl: 64rem;
        --text-xs: .75rem;
        --text-xs--line-height: calc(1/.75);
        --text-sm: .875rem;
        --text-sm--line-height: calc(1.25/.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);
        --font-weight-light: 300;
        --font-weight-normal: 400;
        --font-weight-medium: 500;
        --font-weight-semibold: 600;
        --font-weight-bold: 700;
        --leading-tight: 1.25;
        --radius-lg: .5rem;
        --radius-xl: .75rem;
        --radius-2xl: 1rem;
        --ease-in: cubic-bezier(.4, 0, 1, 1);
        --ease-out: cubic-bezier(0, 0, .2, 1);
        --ease-in-out: cubic-bezier(.4, 0, .2, 1);
        --animate-spin: spin 1s linear infinite;
        --animate-pulse: pulse 2s cubic-bezier(.4, 0, .6, 1)infinite;
        --default-transition-duration: .15s;
        --default-transition-timing-function: cubic-bezier(.4, 0, .2, 1);
        --default-font-family: var(--font-sans);
        --default-mono-font-family: var(--font-mono);
        --color-brand-orange: #f34a23;
        --color-brand-yellow: #fff555;
        --color-brand-dark: #181818;
        --color-brand-gray-300: #f7f7f3;
        --color-brand-gray-500: #f8f8f8;
        --color-manhattan: #f4d18f;
        --spacing-container-2xl: 1536px;
        --text-fluid-xs: clamp(1rem, .9848rem + .0647vw, 1.0625rem);
        --text-fluid-xs--line-height: clamp(1.25rem, .129vw + 1.22rem, 1.375rem);
        --text-fluid-xs--font-weight: var(--font-weight-regular);
        --text-fluid: clamp(1.125rem, 1.0947rem + .1294vw, 1.25rem);
        --text-fluid--line-height: clamp(1.438rem, .194vw + 1.392rem, 1.625rem);
        --text-fluid--font-weight: var(--font-weight-regular);
        --text-fluid-lg: clamp(1.125rem, 1.0643rem + .2589vw, 1.375rem);
        --text-fluid-lg--line-height: clamp(1.438rem, .324vw + 1.362rem, 1.75rem);
        --text-fluid-lg--font-weight: var(--font-weight-semibold);
        --text-fluid-xl: clamp(1.125rem, 1.0643rem + .2589vw, 1.375rem);
        --text-fluid-xl--line-height: clamp(1.438rem, .324vw + 1.362rem, 1.75rem);
        --text-fluid-xl--font-weight: var(--font-weight-semibold);
        --text-fluid-2xl: clamp(1.375rem, 1.3295rem + .1942vw, 1.5625rem);
        --text-fluid-2xl--line-height: clamp(1.75rem, .259vw + 1.689rem, 2rem);
        --text-fluid-2xl--font-weight: var(--font-weight-semibold);
        --text-fluid-3xl: clamp(1.625rem, 1.4126rem + .9061vw, 2.5rem);
        --text-fluid-3xl--line-height: clamp(1.75rem, .259vw + 1.689rem, 2rem);
        --text-fluid-3xl--font-weight: var(--font-weight-medium);
        --text-fluid-4xl: clamp(2.25rem, 1.8404rem + 1.7476vw, 3.9375rem);
        --text-fluid-4xl--line-height: clamp(2.875rem, 2.265vw + 2.344rem, 5.063rem);
        --text-fluid-4xl--font-weight: var(--font-weight-medium);
        --text-fluid-5xl: clamp(2.25rem, 1.2336rem + 4.3366vw, 6.4375rem);
        --text-fluid-5xl--line-height: clamp(2.875rem, 5.631vw + 1.555rem, 8.313rem);
        --text-fluid-5xl--font-weight: var(--font-weight-medium);
        --background-image-gradient-brand-yellow: radial-gradient(91.08% 95.79% at 53.56% 12.5%, var(--color-brand-yellow)53.03%, var(--color-manhattan)100%)
    }
}

@layer base {

    *,
    ::backdrop,
    :after,
    :before {
        box-sizing: border-box;
        border: 0 solid;
        margin: 0;
        padding: 0
    }

    ::file-selector-button {
        box-sizing: border-box;
        border: 0 solid;
        margin: 0;
        padding: 0
    }

    :host,
    html {
        -webkit-text-size-adjust: 100%;
        tab-size: 4;
        line-height: 1.5;
        font-family: var(--default-font-family, ui-sans-serif, system-ui, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji");
        font-feature-settings: var(--default-font-feature-settings, normal);
        font-variation-settings: var(--default-font-variation-settings, normal);
        -webkit-tap-highlight-color: transparent
    }

    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,
    pre,
    samp {
        font-family: var(--default-mono-font-family, ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace);
        font-feature-settings: var(--default-mono-font-feature-settings, normal);
        font-variation-settings: var(--default-mono-font-variation-settings, normal);
        font-size: 1em
    }

    small {
        font-size: 80%
    }

    sub,
    sup {
        vertical-align: baseline;
        font-size: 75%;
        line-height: 0;
        position: relative
    }

    sub {
        bottom: -.25em
    }

    sup {
        top: -.5em
    }

    table {
        text-indent: 0;
        border-color: inherit;
        border-collapse: collapse
    }

    :-moz-focusring {
        outline: auto
    }

    progress {
        vertical-align: baseline
    }

    summary {
        display: list-item
    }

    menu,
    ol,
    ul {
        list-style: none
    }

    audio,
    canvas,
    embed,
    iframe,
    img,
    object,
    svg,
    video {
        vertical-align: middle;
        display: block
    }

    img,
    video {
        max-width: 100%;
        height: auto
    }

    button,
    input,
    optgroup,
    select,
    textarea {
        font: inherit;
        font-feature-settings: inherit;
        font-variation-settings: inherit;
        letter-spacing: inherit;
        color: inherit;
        opacity: 1;
        background-color: #0000;
        border-radius: 0
    }

    ::file-selector-button {
        font: inherit;
        font-feature-settings: inherit;
        font-variation-settings: inherit;
        letter-spacing: inherit;
        color: inherit;
        opacity: 1;
        background-color: #0000;
        border-radius: 0
    }

    :where(select: is([multiple], [size])) optgroup {
        font-weight: bolder
    }

    :where(select: is([multiple], [size])) optgroup option {
        padding-inline-start: 20px
    }

    ::file-selector-button {
        margin-inline-end: 4px
    }

    ::placeholder {
        opacity: 1
    }

    @supports (not ((-webkit-appearance: -apple-pay-button))) or (contain-intrinsic-size:1px) {
        ::placeholder {
            color: currentColor
        }

        @supports (color: color-mix(in lab, red, red)) {
            ::placeholder {
                color: color-mix(in oklab, currentcolor 50%, transparent)
            }
        }
    }

    textarea {
        resize: vertical
    }

    ::-webkit-search-decoration {
        -webkit-appearance: none
    }

    ::-webkit-date-and-time-value {
        min-height: 1lh
    }

    ::-webkit-datetime-edit,
    ::-webkit-datetime-edit-year-field {
        padding-block: 0
    }

    ::-webkit-datetime-edit-day-field,
    ::-webkit-datetime-edit-month-field {
        padding-block: 0
    }

    ::-webkit-datetime-edit-hour-field,
    ::-webkit-datetime-edit-minute-field {
        padding-block: 0
    }

    ::-webkit-datetime-edit-millisecond-field,
    ::-webkit-datetime-edit-second-field {
        padding-block: 0
    }

    ::-webkit-datetime-edit-meridiem-field {
        padding-block: 0
    }

    :-moz-ui-invalid {
        box-shadow: none
    }

    button,
    input: where([type=button], [type=reset], [type=submit]) {
        appearance: button
    }

    ::file-selector-button {
        appearance: button
    }

    ::-webkit-inner-spin-button,
    ::-webkit-outer-spin-button {
        height: auto
    }

    [hidden]: where(:not([hidden=until-found])) {
        display: none !important
    }

    ol>li p,
    ul>li,
    ul>li p {
        margin-top: 0 !important;
        margin-bottom: 0 !important
    }

    h1 {
        font-size: var(--text-fluid-5xl);
        line-height: var(--tw-leading, var(--text-fluid-5xl--line-height));
        font-weight: var(--tw-font-weight, var(--text-fluid-5xl--font-weight))
    }

    h1,
    h2 {
        font-family: var(--reddit-sans);
        color: var(--color-brand-dark)
    }

    h2 {
        font-size: var(--text-fluid-4xl);
        line-height: var(--tw-leading, var(--text-fluid-4xl--line-height));
        font-weight: var(--tw-font-weight, var(--text-fluid-4xl--font-weight))
    }

    h3 {
        font-size: var(--text-fluid-3xl);
        line-height: var(--tw-leading, var(--text-fluid-3xl--line-height));
        font-weight: var(--tw-font-weight, var(--text-fluid-3xl--font-weight))
    }

    h3,
    h4 {
        font-family: var(--reddit-sans);
        color: var(--color-brand-dark)
    }

    h4 {
        font-size: var(--text-fluid-2xl);
        line-height: var(--tw-leading, var(--text-fluid-2xl--line-height));
        font-weight: var(--tw-font-weight, var(--text-fluid-2xl--font-weight))
    }

    h5 {
        font-size: var(--text-fluid-xl);
        line-height: var(--tw-leading, var(--text-fluid-xl--line-height));
        font-weight: var(--tw-font-weight, var(--text-fluid-xl--font-weight))
    }

    h5,
    h6 {
        font-family: var(--reddit-sans);
        color: var(--color-brand-dark)
    }

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

    p {
        font-family: var(--reddit-sans);
        font-size: var(--text-fluid);
        line-height: var(--tw-leading, var(--text-fluid--line-height));
        font-weight: var(--tw-font-weight, var(--text-fluid--font-weight));
        color: #181818b3
    }

    @supports (color: color-mix(in lab, red, red)) {
        p {
            color: color-mix(in oklab, var(--color-brand-dark)70%, transparent)
        }
    }

    p.small {
        font-family: var(--reddit-sans);
        font-size: var(--text-fluid-xs);
        line-height: var(--tw-leading, var(--text-fluid-xs--line-height));
        font-weight: var(--tw-font-weight, var(--text-fluid-xs--font-weight));
        color: var(--color-brand-dark)
    }

    *,
    ::backdrop,
    :after,
    :before {
        border-color: var(--color-gray-200, currentColor)
    }

    ::file-selector-button {
        border-color: var(--color-gray-200, currentColor)
    }

    [multiple],
    [type=date],
    [type=datetime-local],
    [type=email],
    [type=month],
    [type=number],
    [type=password],
    [type=search],
    [type=tel],
    [type=text],
    [type=time],
    [type=url],
    [type=week],
    input: where(:not([type])),
    select,
    textarea {
        appearance: none;
        --tw-shadow: 0 0 #0000;
        background-color: #fff;
        border-width: 1px;
        border-color: oklch(55.1% .027 264.364);
        border-radius: 0;
        padding: .5rem .75rem;
        font-size: 1rem;
        line-height: 1.5rem
    }

    :is([type=text], input: where(:not([type])), [type=email], [type=url], [type=password], [type=number], [type=date], [type=datetime-local], [type=month], [type=search], [type=tel], [type=time], [type=week], [multiple], textarea, select):focus {
        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% .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% .245 262.881);
        outline: 2px solid #0000
    }

    input: :placeholder,
    textarea::placeholder {
        color: oklch(55.1% .027 264.364);
        opacity: 1
    }

    ::-webkit-datetime-edit-fields-wrapper {
        padding: 0
    }

    ::-webkit-date-and-time-value {
        min-height: 1.5em;
        text-align: inherit
    }

    ::-webkit-datetime-edit {
        display: inline-flex
    }

    ::-webkit-datetime-edit,
    ::-webkit-datetime-edit-year-field {
        padding-top: 0;
        padding-bottom: 0
    }

    ::-webkit-datetime-edit-day-field,
    ::-webkit-datetime-edit-month-field {
        padding-top: 0;
        padding-bottom: 0
    }

    ::-webkit-datetime-edit-hour-field,
    ::-webkit-datetime-edit-minute-field {
        padding-top: 0;
        padding-bottom: 0
    }

    ::-webkit-datetime-edit-millisecond-field,
    ::-webkit-datetime-edit-second-field {
        padding-top: 0;
        padding-bottom: 0
    }

    ::-webkit-datetime-edit-meridiem-field {
        padding-top: 0;
        padding-bottom: 0
    }

    select {
        print-color-adjust: exact;
        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 .5rem center;
        background-repeat: no-repeat;
        background-size: 1.5em 1.5em;
        padding-right: 2.5rem
    }

    [multiple],
    [size]: where(select:not([size="1"])) {
        background-image: none;
        background-position: 0 0;
        background-repeat: unset;
        background-size: initial;
        print-color-adjust: unset;
        padding-right: .75rem
    }

    [type=checkbox],
    [type=radio] {
        appearance: none;
        print-color-adjust: exact;
        vertical-align: middle;
        -webkit-user-select: none;
        user-select: none;
        color: oklch(54.6% .245 262.881);
        --tw-shadow: 0 0 #0000;
        background-color: #fff;
        background-origin: border-box;
        border-width: 1px;
        border-color: oklch(55.1% .027 264.364);
        flex-shrink: 0;
        width: 1rem;
        height: 1rem;
        padding: 0;
        display: inline-block
    }

    [type=checkbox] {
        border-radius: 0
    }

    [type=radio] {
        border-radius: 100%
    }

    [type=checkbox]: focus,
    [type=radio]:focus {
        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% .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);
        outline: 2px solid #0000
    }

    [type=checkbox]: checked,
    [type=radio]:checked {
        background-color: currentColor;
        background-position: 50%;
        background-repeat: no-repeat;
        background-size: 100% 100%;
        border-color: #0000
    }

    [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) {
        [type=checkbox]:checked {
            appearance: auto
        }
    }

    [type=radio]: checked {
        background-image: url("data:image/svg+xml,%3csvg viewBox='0 0 16 16' fill='white' xmlns='http://www.w3.org/2000/svg'%3e%3ccircle cx='8' cy='8' r='3'/%3e%3c/svg%3e")
    }

    @media (forced-colors:active) {
        [type=radio]:checked {
            appearance: auto
        }
    }

    [type=checkbox]: checked:focus,
    [type=checkbox]:checked:hover,
    [type=radio]:checked:focus,
    [type=radio]:checked:hover {
        background-color: currentColor;
        border-color: #0000
    }

    [type=checkbox]: indeterminate {
        background-color: currentColor;
        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");
        background-position: 50%;
        background-repeat: no-repeat;
        background-size: 100% 100%;
        border-color: #0000
    }

    @media (forced-colors:active) {
        [type=checkbox]:indeterminate {
            appearance: auto
        }
    }

    [type=checkbox]: indeterminate:focus,
    [type=checkbox]:indeterminate:hover {
        background-color: currentColor;
        border-color: #0000
    }

    [type=file] {
        background: unset;
        border-color: inherit;
        font-size: unset;
        line-height: inherit;
        border-width: 0;
        border-radius: 0;
        padding: 0
    }

    [type=file]: focus {
        outline: 1px solid buttontext;
        outline: 1px auto -webkit-focus-ring-color
    }
}

@layer components;

@layer utilities {
    .pointer-events-auto {
        pointer-events: auto
    }

    .pointer-events-none {
        pointer-events: none
    }

    .sr-only {
        clip: rect(0, 0, 0, 0);
        white-space: nowrap;
        border-width: 0;
        width: 1px;
        height: 1px;
        margin: -1px;
        padding: 0;
        overflow: hidden
    }

    .absolute,
    .sr-only {
        position: absolute
    }

    .fixed {
        position: fixed
    }

    .relative {
        position: relative
    }

    .static {
        position: static
    }

    .sticky {
        position: sticky
    }

    .-inset-px {
        inset: -1px
    }

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

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

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

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

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

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

    .top-\[148px\] {
        top: 148px
    }

    .-right-full {
        right: -100%
    }

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

    .-bottom-3\.5 {
        bottom: calc(var(--spacing)*-3.5)
    }

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

    .bottom-2\.5 {
        bottom: calc(var(--spacing)*2.5)
    }

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

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

    .left-3\.5 {
        left: calc(var(--spacing)*3.5)
    }

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

    .isolate {
        isolation: isolate
    }

    .-z-10 {
        z-index: calc(10*-1)
    }

    .z-0 {
        z-index: 0
    }

    .z-10 {
        z-index: 10
    }

    .z-20 {
        z-index: 20
    }

    .z-30 {
        z-index: 30
    }

    .z-40 {
        z-index: 40
    }

    .z-50 {
        z-index: 50
    }

    .z-60 {
        z-index: 60
    }

    .order-1 {
        order: 1
    }

    .order-2 {
        order: 2
    }

    .order-3 {
        order: 3
    }

    .col-span-2 {
        grid-column: span 2/span 2
    }

    .col-span-3 {
        grid-column: span 3/span 3
    }

    .col-span-4 {
        grid-column: span 4/span 4
    }

    .col-span-6 {
        grid-column: span 6/span 6
    }

    .col-span-7 {
        grid-column: span 7/span 7
    }

    .col-span-11 {
        grid-column: span 11/span 11
    }

    .col-span-12 {
        grid-column: span 12/span 12
    }

    .col-span-full {
        grid-column: 1/-1
    }

    .col-start-1 {
        grid-column-start: 1
    }

    .col-start-5 {
        grid-column-start: 5
    }

    .col-start-6 {
        grid-column-start: 6
    }

    .col-end-5 {
        grid-column-end: 5
    }

    .container {
        width: 100%
    }

    @media (min-width: 40rem) {
        .container {
            max-width: 40rem
        }
    }

    @media (min-width: 48rem) {
        .container {
            max-width: 48rem
        }
    }

    @media (min-width: 64rem) {
        .container {
            max-width: 64rem
        }
    }

    @media (min-width: 80rem) {
        .container {
            max-width: 80rem
        }
    }

    @media (min-width: 96rem) {
        .container {
            max-width: 96rem
        }
    }

    .m-0 {
        margin: calc(var(--spacing)*0)
    }

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

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

    .mx-auto {
        margin-inline: auto
    }

    .my-16 {
        margin-block: calc(var(--spacing)*16)
    }

    .me-3 {
        margin-inline-end: calc(var(--spacing)*3)
    }

    .prose {
        color: var(--tw-prose-body);
        max-width: 65ch
    }

    .prose :where(p): not(:where([class~=not-prose], [class~=not-prose] *)) {
        margin-top: 1.25em;
        margin-bottom: 1.25em
    }

    .prose :where([class~=lead]): not(:where([class~=not-prose], [class~=not-prose] *)) {
        color: var(--tw-prose-lead);
        margin-top: 1.2em;
        margin-bottom: 1.2em;
        font-size: 1.25em;
        line-height: 1.6
    }

    .prose :where(a): not(:where([class~=not-prose], [class~=not-prose] *)) {
        color: var(--tw-prose-links);
        font-weight: 500;
        text-decoration: underline
    }

    .prose :where(strong): not(:where([class~=not-prose], [class~=not-prose] *)) {
        color: var(--tw-prose-bold);
        font-weight: 600
    }

    .prose :where(a strong): not(:where([class~=not-prose], [class~=not-prose] *)),
    .prose :where(blockquote strong):not(:where([class~=not-prose], [class~=not-prose] *)),
    .prose :where(thead th strong):not(:where([class~=not-prose], [class~=not-prose] *)) {
        color: inherit
    }

    .prose :where(ol): not(:where([class~=not-prose], [class~=not-prose] *)) {
        margin-top: 1.25em;
        margin-bottom: 1.25em;
        padding-inline-start: 1.625em;
        list-style-type: decimal
    }

    .prose :where(ol[type=A]): not(:where([class~=not-prose], [class~=not-prose] *)) {
        list-style-type: upper-alpha
    }

    .prose :where(ol[type=a]): not(:where([class~=not-prose], [class~=not-prose] *)) {
        list-style-type: lower-alpha
    }

    .prose :where(ol[type=A s]): not(:where([class~=not-prose], [class~=not-prose] *)) {
        list-style-type: upper-alpha
    }

    .prose :where(ol[type=a s]): not(:where([class~=not-prose], [class~=not-prose] *)) {
        list-style-type: lower-alpha
    }

    .prose :where(ol[type=I]): not(:where([class~=not-prose], [class~=not-prose] *)) {
        list-style-type: upper-roman
    }

    .prose :where(ol[type=i]): not(:where([class~=not-prose], [class~=not-prose] *)) {
        list-style-type: lower-roman
    }

    .prose :where(ol[type=I s]): not(:where([class~=not-prose], [class~=not-prose] *)) {
        list-style-type: upper-roman
    }

    .prose :where(ol[type=i s]): not(:where([class~=not-prose], [class~=not-prose] *)) {
        list-style-type: lower-roman
    }

    .prose :where(ol[type="1"]): not(:where([class~=not-prose], [class~=not-prose] *)) {
        list-style-type: decimal
    }

    .prose :where(ul): not(:where([class~=not-prose], [class~=not-prose] *)) {
        margin-top: 1.25em;
        margin-bottom: 1.25em;
        padding-inline-start: 1.625em;
        list-style-type: disc
    }

    .prose :where(ol>li): not(:where([class~=not-prose], [class~=not-prose] *))::marker {
        color: var(--tw-prose-counters);
        font-weight: 400
    }

    .prose :where(ul>li): not(:where([class~=not-prose], [class~=not-prose] *))::marker {
        color: var(--tw-prose-bullets)
    }

    .prose :where(dt): not(:where([class~=not-prose], [class~=not-prose] *)) {
        color: var(--tw-prose-headings);
        margin-top: 1.25em;
        font-weight: 600
    }

    .prose :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
    }

    .prose :where(blockquote): not(:where([class~=not-prose], [class~=not-prose] *)) {
        color: var(--tw-prose-quotes);
        border-inline-start-width: .25rem;
        border-inline-start-color: var(--tw-prose-quote-borders);
        quotes: "“" "”" "‘" "’";
        margin-top: 1.6em;
        margin-bottom: 1.6em;
        padding-inline-start: 1em;
        font-style: italic;
        font-weight: 500
    }

    .prose :where(blockquote p: first-of-type):not(:where([class~=not-prose], [class~=not-prose] *)):before {
        content: open-quote
    }

    .prose :where(blockquote p: last-of-type):not(:where([class~=not-prose], [class~=not-prose] *)):after {
        content: close-quote
    }

    .prose :where(h1): not(:where([class~=not-prose], [class~=not-prose] *)) {
        color: var(--tw-prose-headings);
        margin-top: 0;
        margin-bottom: .888889em;
        font-size: 2.25em;
        font-weight: 800;
        line-height: 1.11111
    }

    .prose :where(h1 strong): not(:where([class~=not-prose], [class~=not-prose] *)) {
        color: inherit;
        font-weight: 900
    }

    .prose :where(h2): not(:where([class~=not-prose], [class~=not-prose] *)) {
        color: var(--tw-prose-headings);
        margin-top: 2em;
        margin-bottom: 1em;
        font-size: 1.5em;
        font-weight: 700;
        line-height: 1.33333
    }

    .prose :where(h2 strong): not(:where([class~=not-prose], [class~=not-prose] *)) {
        color: inherit;
        font-weight: 800
    }

    .prose :where(h3): not(:where([class~=not-prose], [class~=not-prose] *)) {
        color: var(--tw-prose-headings);
        margin-top: 1.6em;
        margin-bottom: .6em;
        font-size: 1.25em;
        font-weight: 600;
        line-height: 1.6
    }

    .prose :where(h3 strong): not(:where([class~=not-prose], [class~=not-prose] *)) {
        color: inherit;
        font-weight: 700
    }

    .prose :where(h4): not(:where([class~=not-prose], [class~=not-prose] *)) {
        color: var(--tw-prose-headings);
        margin-top: 1.5em;
        margin-bottom: .5em;
        font-weight: 600;
        line-height: 1.5
    }

    .prose :where(h4 strong): not(:where([class~=not-prose], [class~=not-prose] *)) {
        color: inherit;
        font-weight: 700
    }

    .prose :where(img): not(:where([class~=not-prose], [class~=not-prose] *)) {
        margin-top: 2em;
        margin-bottom: 2em
    }

    .prose :where(picture): not(:where([class~=not-prose], [class~=not-prose] *)) {
        margin-top: 2em;
        margin-bottom: 2em;
        display: block
    }

    .prose :where(video): not(:where([class~=not-prose], [class~=not-prose] *)) {
        margin-top: 2em;
        margin-bottom: 2em
    }

    .prose :where(kbd): not(:where([class~=not-prose], [class~=not-prose] *)) {
        color: var(--tw-prose-kbd);
        box-shadow: 0 0 0 1px rgb(var(--tw-prose-kbd-shadows)/10%), 0 3px 0 rgb(var(--tw-prose-kbd-shadows)/10%);
        padding-top: .1875em;
        padding-inline-end: .375em;
        padding-bottom: .1875em;
        border-radius: .3125rem;
        padding-inline-start: .375em;
        font-family: inherit;
        font-size: .875em;
        font-weight: 500
    }

    .prose :where(code): not(:where([class~=not-prose], [class~=not-prose] *)) {
        color: var(--tw-prose-code);
        font-size: .875em;
        font-weight: 600
    }

    .prose :where(code): not(:where([class~=not-prose], [class~=not-prose] *)):after,
    .prose :where(code):not(:where([class~=not-prose], [class~=not-prose] *)):before {
        content: "`"
    }

    .prose :where(a code): not(:where([class~=not-prose], [class~=not-prose] *)),
    .prose :where(h1 code):not(:where([class~=not-prose], [class~=not-prose] *)) {
        color: inherit
    }

    .prose :where(h2 code): not(:where([class~=not-prose], [class~=not-prose] *)) {
        color: inherit;
        font-size: .875em
    }

    .prose :where(h3 code): not(:where([class~=not-prose], [class~=not-prose] *)) {
        color: inherit;
        font-size: .9em
    }

    .prose :where(blockquote code): not(:where([class~=not-prose], [class~=not-prose] *)),
    .prose :where(h4 code):not(:where([class~=not-prose], [class~=not-prose] *)),
    .prose :where(thead th code):not(:where([class~=not-prose], [class~=not-prose] *)) {
        color: inherit
    }

    .prose :where(pre): not(:where([class~=not-prose], [class~=not-prose] *)) {
        color: var(--tw-prose-pre-code);
        background-color: var(--tw-prose-pre-bg);
        padding-top: .857143em;
        padding-inline-end: 1.14286em;
        padding-bottom: .857143em;
        border-radius: .375rem;
        margin-top: 1.71429em;
        margin-bottom: 1.71429em;
        padding-inline-start: 1.14286em;
        font-size: .875em;
        font-weight: 400;
        line-height: 1.71429;
        overflow-x: auto
    }

    .prose :where(pre code): not(:where([class~=not-prose], [class~=not-prose] *)) {
        font-weight: inherit;
        color: inherit;
        font-size: inherit;
        font-family: inherit;
        line-height: inherit;
        background-color: #0000;
        border-width: 0;
        border-radius: 0;
        padding: 0
    }

    .prose :where(pre code): not(:where([class~=not-prose], [class~=not-prose] *)):after,
    .prose :where(pre code):not(:where([class~=not-prose], [class~=not-prose] *)):before {
        content: none
    }

    .prose :where(table): not(:where([class~=not-prose], [class~=not-prose] *)) {
        table-layout: auto;
        width: 100%;
        margin-top: 2em;
        margin-bottom: 2em;
        font-size: .875em;
        line-height: 1.71429
    }

    .prose :where(thead): not(:where([class~=not-prose], [class~=not-prose] *)) {
        border-bottom-width: 1px;
        border-bottom-color: var(--tw-prose-th-borders)
    }

    .prose :where(thead th): not(:where([class~=not-prose], [class~=not-prose] *)) {
        color: var(--tw-prose-headings);
        vertical-align: bottom;
        padding-inline-end: .571429em;
        padding-bottom: .571429em;
        padding-inline-start: .571429em;
        font-weight: 600
    }

    .prose :where(tbody tr): not(:where([class~=not-prose], [class~=not-prose] *)) {
        border-bottom-width: 1px;
        border-bottom-color: var(--tw-prose-td-borders)
    }

    .prose :where(tbody tr: last-child):not(:where([class~=not-prose], [class~=not-prose] *)) {
        border-bottom-width: 0
    }

    .prose :where(tbody td): not(:where([class~=not-prose], [class~=not-prose] *)) {
        vertical-align: baseline
    }

    .prose :where(tfoot): not(:where([class~=not-prose], [class~=not-prose] *)) {
        border-top-width: 1px;
        border-top-color: var(--tw-prose-th-borders)
    }

    .prose :where(tfoot td): not(:where([class~=not-prose], [class~=not-prose] *)) {
        vertical-align: top
    }

    .prose :where(th, td): not(:where([class~=not-prose], [class~=not-prose] *)) {
        text-align: start
    }

    .prose :where(figure>*): not(:where([class~=not-prose], [class~=not-prose] *)) {
        margin-top: 0;
        margin-bottom: 0
    }

    .prose :where(figcaption): not(:where([class~=not-prose], [class~=not-prose] *)) {
        color: var(--tw-prose-captions);
        margin-top: .857143em;
        font-size: .875em;
        line-height: 1.42857
    }

    .prose {
        --tw-prose-body: oklch(37.3% .034 259.733);
        --tw-prose-headings: oklch(21% .034 264.665);
        --tw-prose-lead: oklch(44.6% .03 256.802);
        --tw-prose-links: oklch(21% .034 264.665);
        --tw-prose-bold: oklch(21% .034 264.665);
        --tw-prose-counters: oklch(55.1% .027 264.364);
        --tw-prose-bullets: oklch(87.2% .01 258.338);
        --tw-prose-hr: oklch(92.8% .006 264.531);
        --tw-prose-quotes: oklch(21% .034 264.665);
        --tw-prose-quote-borders: oklch(92.8% .006 264.531);
        --tw-prose-captions: oklch(55.1% .027 264.364);
        --tw-prose-kbd: oklch(21% .034 264.665);
        --tw-prose-kbd-shadows: NaN NaN NaN;
        --tw-prose-code: oklch(21% .034 264.665);
        --tw-prose-pre-code: oklch(92.8% .006 264.531);
        --tw-prose-pre-bg: oklch(27.8% .033 256.848);
        --tw-prose-th-borders: oklch(87.2% .01 258.338);
        --tw-prose-td-borders: oklch(92.8% .006 264.531);
        --tw-prose-invert-body: oklch(87.2% .01 258.338);
        --tw-prose-invert-headings: #fff;
        --tw-prose-invert-lead: oklch(70.7% .022 261.325);
        --tw-prose-invert-links: #fff;
        --tw-prose-invert-bold: #fff;
        --tw-prose-invert-counters: oklch(70.7% .022 261.325);
        --tw-prose-invert-bullets: oklch(44.6% .03 256.802);
        --tw-prose-invert-hr: oklch(37.3% .034 259.733);
        --tw-prose-invert-quotes: oklch(96.7% .003 264.542);
        --tw-prose-invert-quote-borders: oklch(37.3% .034 259.733);
        --tw-prose-invert-captions: oklch(70.7% .022 261.325);
        --tw-prose-invert-kbd: #fff;
        --tw-prose-invert-kbd-shadows: 255 255 255;
        --tw-prose-invert-code: #fff;
        --tw-prose-invert-pre-code: oklch(87.2% .01 258.338);
        --tw-prose-invert-pre-bg: #00000080;
        --tw-prose-invert-th-borders: oklch(44.6% .03 256.802);
        --tw-prose-invert-td-borders: oklch(37.3% .034 259.733);
        font-size: 1rem;
        line-height: 1.75
    }

    .prose :where(picture>img): not(:where([class~=not-prose], [class~=not-prose] *)) {
        margin-top: 0;
        margin-bottom: 0
    }

    .prose :where(li): not(:where([class~=not-prose], [class~=not-prose] *)) {
        margin-top: .5em;
        margin-bottom: .5em
    }

    .prose :where(ol>li): not(:where([class~=not-prose], [class~=not-prose] *)),
    .prose :where(ul>li):not(:where([class~=not-prose], [class~=not-prose] *)) {
        padding-inline-start: .375em
    }

    .prose :where(.prose>ul>li p): not(:where([class~=not-prose], [class~=not-prose] *)) {
        margin-top: .75em;
        margin-bottom: .75em
    }

    .prose :where(.prose>ul>li>p: first-child):not(:where([class~=not-prose], [class~=not-prose] *)) {
        margin-top: 1.25em
    }

    .prose :where(.prose>ul>li>p: last-child):not(:where([class~=not-prose], [class~=not-prose] *)) {
        margin-bottom: 1.25em
    }

    .prose :where(.prose>ol>li>p: first-child):not(:where([class~=not-prose], [class~=not-prose] *)) {
        margin-top: 1.25em
    }

    .prose :where(.prose>ol>li>p: last-child):not(:where([class~=not-prose], [class~=not-prose] *)) {
        margin-bottom: 1.25em
    }

    .prose :where(ul ul, ul ol, ol ul, ol ol): not(:where([class~=not-prose], [class~=not-prose] *)) {
        margin-top: .75em;
        margin-bottom: .75em
    }

    .prose :where(dl): not(:where([class~=not-prose], [class~=not-prose] *)) {
        margin-top: 1.25em;
        margin-bottom: 1.25em
    }

    .prose :where(dd): not(:where([class~=not-prose], [class~=not-prose] *)) {
        margin-top: .5em;
        padding-inline-start: 1.625em
    }

    .prose :where(h2+*): not(:where([class~=not-prose], [class~=not-prose] *)),
    .prose :where(h3+*):not(:where([class~=not-prose], [class~=not-prose] *)),
    .prose :where(h4+*):not(:where([class~=not-prose], [class~=not-prose] *)),
    .prose :where(hr+*):not(:where([class~=not-prose], [class~=not-prose] *)) {
        margin-top: 0
    }

    .prose :where(thead th: first-child):not(:where([class~=not-prose], [class~=not-prose] *)) {
        padding-inline-start: 0
    }

    .prose :where(thead th: last-child):not(:where([class~=not-prose], [class~=not-prose] *)) {
        padding-inline-end: 0
    }

    .prose :where(tbody td, tfoot td): not(:where([class~=not-prose], [class~=not-prose] *)) {
        padding-top: .571429em;
        padding-inline-end: .571429em;
        padding-bottom: .571429em;
        padding-inline-start: .571429em
    }

    .prose :where(tbody td: first-child, tfoot td:first-child):not(:where([class~=not-prose], [class~=not-prose] *)) {
        padding-inline-start: 0
    }

    .prose :where(tbody td: last-child, tfoot td:last-child):not(:where([class~=not-prose], [class~=not-prose] *)) {
        padding-inline-end: 0
    }

    .prose :where(figure): not(:where([class~=not-prose], [class~=not-prose] *)) {
        margin-top: 2em;
        margin-bottom: 2em
    }

    .prose :where(.prose>:first-child):not(:where([class~=not-prose], [class~=not-prose] *)) {
        margin-top: 0
    }

    .prose :where(.prose>:last-child):not(:where([class~=not-prose], [class~=not-prose] *)) {
        margin-bottom: 0
    }

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

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

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

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

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

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

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

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

    .mt-auto {
        margin-top: auto
    }

    .mr-1 {
        margin-right: calc(var(--spacing)*1)
    }

    .mr-3 {
        margin-right: calc(var(--spacing)*3)
    }

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

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

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

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

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

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

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

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

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

    .ml-1 {
        margin-left: calc(var(--spacing)*1)
    }

    .ml-2 {
        margin-left: calc(var(--spacing)*2)
    }

    .ml-3 {
        margin-left: calc(var(--spacing)*3)
    }

    .ml-4 {
        margin-left: calc(var(--spacing)*4)
    }

    .ml-6 {
        margin-left: calc(var(--spacing)*6)
    }

    .ml-auto {
        margin-left: auto
    }

    .box-content {
        box-sizing: content-box
    }

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

    .block {
        display: block
    }

    .contents {
        display: contents
    }

    .flex {
        display: flex
    }

    .grid {
        display: grid
    }

    .hidden {
        display: none
    }

    .inline {
        display: inline
    }

    .inline-block {
        display: inline-block
    }

    .inline-flex {
        display: inline-flex
    }

    .table {
        display: table
    }

    .table-row {
        display: table-row
    }

    .aspect-\[190\/24\] {
        aspect-ratio: 190/24
    }

    .aspect-\[300\/200\] {
        aspect-ratio: 300/200
    }

    .aspect-\[360\/240\] {
        aspect-ratio: 360/240
    }

    .aspect-\[500\/300\] {
        aspect-ratio: 500/300
    }

    .aspect-square {
        aspect-ratio: 1
    }

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

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

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

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

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

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

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

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

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

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

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

    .h-\(--anchor-max-height\) {
        height: var(--anchor-max-height)
    }

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

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

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

    .h-3\/4 {
        height: 75%
    }

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

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

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

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

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

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

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

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

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

    .h-\[30px\] {
        height: 30px
    }

    .h-\[35px\] {
        height: 35px
    }

    .h-\[50px\] {
        height: 50px
    }

    .h-\[60px\] {
        height: 60px
    }

    .h-\[70px\] {
        height: 70px
    }

    .h-\[150vh\] {
        height: 150vh
    }

    .h-\[240px\] {
        height: 240px
    }

    .h-\[450px\] {
        height: 450px
    }

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

    .h-auto {
        height: auto
    }

    .h-auto\! {
        height: auto !important
    }

    .h-fit {
        height: fit-content
    }

    .h-full {
        height: 100%
    }

    .h-px {
        height: 1px
    }

    .h-screen {
        height: 100vh
    }

    .max-h-60 {
        max-height: calc(var(--spacing)*60)
    }

    .max-h-80 {
        max-height: calc(var(--spacing)*80)
    }

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

    .min-h-16 {
        min-height: calc(var(--spacing)*16)
    }

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

    .min-h-full {
        min-height: 100%
    }

    .w-\(--button-width\) {
        width: var(--button-width)
    }

    .w-1\/2 {
        width: 50%
    }

    .w-1\/3 {
        width: 33.3333%
    }

    .w-1\/4 {
        width: 25%
    }

    .w-2\.5 {
        width: calc(var(--spacing)*2.5)
    }

    .w-2\/3 {
        width: 66.6667%
    }

    .w-2\/6 {
        width: 33.3333%
    }

    .w-3\/4 {
        width: 75%
    }

    .w-4 {
        width: calc(var(--spacing)*4)
    }

    .w-4\/5 {
        width: 80%
    }

    .w-5 {
        width: calc(var(--spacing)*5)
    }

    .w-6 {
        width: calc(var(--spacing)*6)
    }

    .w-8 {
        width: calc(var(--spacing)*8)
    }

    .w-9 {
        width: calc(var(--spacing)*9)
    }

    .w-10 {
        width: calc(var(--spacing)*10)
    }

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

    .w-\[200px\] {
        width: 200px
    }

    .w-\[360px\] {
        width: 360px
    }

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

    .w-\[450px\] {
        width: 450px
    }

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

    .w-auto {
        width: auto
    }

    .w-fit {
        width: fit-content
    }

    .w-full {
        width: 100%
    }

    .w-screen {
        width: 100vw
    }

    .max-w-\(--breakpoint-xl\) {
        max-width: var(--breakpoint-xl)
    }

    .max-w-3\/4 {
        max-width: 75%
    }

    .max-w-3xl {
        max-width: var(--container-3xl)
    }

    .max-w-5xl {
        max-width: var(--container-5xl)
    }

    .max-w-\[75\%\] {
        max-width: 75%
    }

    .max-w-\[80\%\] {
        max-width: 80%
    }

    .max-w-container-2xl {
        max-width: var(--spacing-container-2xl)
    }

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

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

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

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

    .min-w-0 {
        min-width: calc(var(--spacing)*0)
    }

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

    .flex-1 {
        flex: 1
    }

    .flex-none {
        flex: none
    }

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

    .shrink {
        flex-shrink: 1
    }

    .shrink-0 {
        flex-shrink: 0
    }

    .grow {
        flex-grow: 1
    }

    .table-auto {
        table-layout: auto
    }

    .origin-bottom {
        transform-origin: bottom
    }

    .origin-top {
        transform-origin: top
    }

    .-translate-x-1 {
        --tw-translate-x: calc(var(--spacing)*-1)
    }

    .-translate-x-1,
    .-translate-x-1\/2 {
        translate: var(--tw-translate-x)var(--tw-translate-y)
    }

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

    .translate-x-full {
        --tw-translate-x: 100%
    }

    .-translate-y-1\/2,
    .translate-x-full {
        translate: var(--tw-translate-x)var(--tw-translate-y)
    }

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

    .-translate-y-5 {
        --tw-translate-y: calc(var(--spacing)*-5)
    }

    .-translate-y-5,
    .-translate-y-full {
        translate: var(--tw-translate-x)var(--tw-translate-y)
    }

    .-translate-y-full {
        --tw-translate-y: -100%
    }

    .translate-y-0 {
        --tw-translate-y: calc(var(--spacing)*0);
        translate: var(--tw-translate-x)var(--tw-translate-y)
    }

    .scale-95 {
        --tw-scale-x: 95%;
        --tw-scale-y: 95%;
        --tw-scale-z: 95%
    }

    .scale-100,
    .scale-95 {
        scale: var(--tw-scale-x)var(--tw-scale-y)
    }

    .scale-100 {
        --tw-scale-x: 100%;
        --tw-scale-y: 100%;
        --tw-scale-z: 100%
    }

    .rotate-180 {
        rotate: 180deg
    }

    .transform {
        transform: var(--tw-rotate-x, )var(--tw-rotate-y, )var(--tw-rotate-z, )var(--tw-skew-x, )var(--tw-skew-y, )
    }

    .animate-pulse {
        animation: var(--animate-pulse)
    }

    .animate-spin {
        animation: var(--animate-spin)
    }

    .cursor-grab {
        cursor: grab
    }

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

    .cursor-pointer {
        cursor: pointer
    }

    .touch-pan-x {
        --tw-pan-x: pan-x;
        touch-action: var(--tw-pan-x, )var(--tw-pan-y, )var(--tw-pinch-zoom, )
    }

    .resize {
        resize: both
    }

    .list-none {
        list-style-type: none
    }

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

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

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

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

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

    .grid-rows-\[0fr\] {
        grid-template-rows: 0fr
    }

    .grid-rows-\[1fr\] {
        grid-template-rows: 1fr
    }

    .flex-col {
        flex-direction: column
    }

    .flex-row {
        flex-direction: row
    }

    .flex-nowrap {
        flex-wrap: nowrap
    }

    .flex-wrap {
        flex-wrap: wrap
    }

    .place-items-center {
        place-items: center
    }

    .items-baseline {
        align-items: baseline
    }

    .items-center {
        align-items: center
    }

    .items-end {
        align-items: flex-end
    }

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

    .items-stretch {
        align-items: stretch
    }

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

    .justify-center {
        justify-content: center
    }

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

    .justify-start {
        justify-content: flex-start
    }

    .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-6 {
        gap: calc(var(--spacing)*6)
    }

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

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

    :where(.space-y-1>:not(:last-child)) {
        --tw-space-y-reverse: 0;
        margin-block-start: calc(calc(var(--spacing)*1)*var(--tw-space-y-reverse));
        margin-block-end: calc(calc(var(--spacing)*1)*calc(1 - var(--tw-space-y-reverse)))
    }

    :where(.space-y-2>:not(:last-child)) {
        --tw-space-y-reverse: 0;
        margin-block-start: calc(calc(var(--spacing)*2)*var(--tw-space-y-reverse));
        margin-block-end: calc(calc(var(--spacing)*2)*calc(1 - var(--tw-space-y-reverse)))
    }

    :where(.space-y-3>:not(:last-child)) {
        --tw-space-y-reverse: 0;
        margin-block-start: calc(calc(var(--spacing)*3)*var(--tw-space-y-reverse));
        margin-block-end: calc(calc(var(--spacing)*3)*calc(1 - var(--tw-space-y-reverse)))
    }

    :where(.space-y-6>:not(:last-child)) {
        --tw-space-y-reverse: 0;
        margin-block-start: calc(calc(var(--spacing)*6)*var(--tw-space-y-reverse));
        margin-block-end: calc(calc(var(--spacing)*6)*calc(1 - var(--tw-space-y-reverse)))
    }

    :where(.space-y-10>:not(:last-child)) {
        --tw-space-y-reverse: 0;
        margin-block-start: calc(calc(var(--spacing)*10)*var(--tw-space-y-reverse));
        margin-block-end: calc(calc(var(--spacing)*10)*calc(1 - var(--tw-space-y-reverse)))
    }

    :where(.space-y-14>:not(:last-child)) {
        --tw-space-y-reverse: 0;
        margin-block-start: calc(calc(var(--spacing)*14)*var(--tw-space-y-reverse));
        margin-block-end: calc(calc(var(--spacing)*14)*calc(1 - var(--tw-space-y-reverse)))
    }

    :where(.space-y-20>:not(:last-child)) {
        --tw-space-y-reverse: 0;
        margin-block-start: calc(calc(var(--spacing)*20)*var(--tw-space-y-reverse));
        margin-block-end: calc(calc(var(--spacing)*20)*calc(1 - var(--tw-space-y-reverse)))
    }

    .gap-x-1 {
        column-gap: calc(var(--spacing)*1)
    }

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

    .gap-x-2\.5 {
        column-gap: calc(var(--spacing)*2.5)
    }

    .gap-x-3 {
        column-gap: calc(var(--spacing)*3)
    }

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

    .gap-x-6 {
        column-gap: calc(var(--spacing)*6)
    }

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

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

    .gap-x-11 {
        column-gap: calc(var(--spacing)*11)
    }

    .gap-x-12 {
        column-gap: calc(var(--spacing)*12)
    }

    .gap-x-32 {
        column-gap: calc(var(--spacing)*32)
    }

    :where(.space-x-1>:not(:last-child)) {
        --tw-space-x-reverse: 0;
        margin-inline-start: calc(calc(var(--spacing)*1)*var(--tw-space-x-reverse));
        margin-inline-end: calc(calc(var(--spacing)*1)*calc(1 - var(--tw-space-x-reverse)))
    }

    :where(.space-x-1\.5>: not(:last-child)) {
        --tw-space-x-reverse: 0;
        margin-inline-start: calc(calc(var(--spacing)*1.5)*var(--tw-space-x-reverse));
        margin-inline-end: calc(calc(var(--spacing)*1.5)*calc(1 - var(--tw-space-x-reverse)))
    }

    :where(.space-x-3>:not(:last-child)) {
        --tw-space-x-reverse: 0;
        margin-inline-start: calc(calc(var(--spacing)*3)*var(--tw-space-x-reverse));
        margin-inline-end: calc(calc(var(--spacing)*3)*calc(1 - var(--tw-space-x-reverse)))
    }

    :where(.space-x-6>:not(:last-child)) {
        --tw-space-x-reverse: 0;
        margin-inline-start: calc(calc(var(--spacing)*6)*var(--tw-space-x-reverse));
        margin-inline-end: calc(calc(var(--spacing)*6)*calc(1 - var(--tw-space-x-reverse)))
    }

    .\!gap-y-10 {
        row-gap: calc(var(--spacing)*10) !important
    }

    .\!gap-y-20 {
        row-gap: calc(var(--spacing)*20) !important
    }

    .gap-y-1 {
        row-gap: calc(var(--spacing)*1)
    }

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

    .gap-y-2\.5 {
        row-gap: calc(var(--spacing)*2.5)
    }

    .gap-y-3 {
        row-gap: calc(var(--spacing)*3)
    }

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

    .gap-y-6 {
        row-gap: calc(var(--spacing)*6)
    }

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

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

    .gap-y-16 {
        row-gap: calc(var(--spacing)*16)
    }

    .gap-y-20 {
        row-gap: calc(var(--spacing)*20)
    }

    .self-center {
        align-self: center
    }

    .self-end {
        align-self: flex-end
    }

    .justify-self-center {
        justify-self: center
    }

    .justify-self-end {
        justify-self: flex-end
    }

    .justify-self-stretch {
        justify-self: stretch
    }

    .overflow-auto {
        overflow: auto
    }

    .overflow-hidden {
        overflow: hidden
    }

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

    .overflow-y-scroll {
        overflow-y: scroll
    }

    .rounded {
        border-radius: .25rem
    }

    .rounded-2xl {
        border-radius: var(--radius-2xl)
    }

    .rounded-full {
        border-radius: 3.40282e+38px
    }

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

    .rounded-t-xl {
        border-top-left-radius: var(--radius-xl);
        border-top-right-radius: var(--radius-xl)
    }

    .rounded-l-full {
        border-top-left-radius: 3.40282e+38px;
        border-bottom-left-radius: 3.40282e+38px
    }

    .rounded-l-lg {
        border-top-left-radius: var(--radius-lg);
        border-bottom-left-radius: var(--radius-lg)
    }

    .rounded-br-lg {
        border-bottom-right-radius: var(--radius-lg)
    }

    .rounded-bl-lg {
        border-bottom-left-radius: var(--radius-lg)
    }

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

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

    .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-none {
        --tw-border-style: none;
        border-style: none
    }

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

    .border-blue-700\/20 {
        border-color: #1447e633
    }

    @supports (color: color-mix(in lab, red, red)) {
        .border-blue-700\/20 {
            border-color: color-mix(in oklab, var(--color-blue-700)20%, transparent)
        }
    }

    .border-brand-dark {
        border-color: var(--color-brand-dark)
    }

    .border-brand-dark\/10 {
        border-color: #1818181a
    }

    @supports (color: color-mix(in lab, red, red)) {
        .border-brand-dark\/10 {
            border-color: color-mix(in oklab, var(--color-brand-dark)10%, transparent)
        }
    }

    .border-brand-orange {
        border-color: var(--color-brand-orange)
    }

    .border-emerald-700\/20 {
        border-color: #00795633
    }

    @supports (color: color-mix(in lab, red, red)) {
        .border-emerald-700\/20 {
            border-color: color-mix(in oklab, var(--color-emerald-700)20%, transparent)
        }
    }

    .border-gray-200 {
        border-color: var(--color-gray-200)
    }

    .border-gray-300 {
        border-color: var(--color-gray-300)
    }

    .border-green-700\/20 {
        border-color: #00813833
    }

    @supports (color: color-mix(in lab, red, red)) {
        .border-green-700\/20 {
            border-color: color-mix(in oklab, var(--color-green-700)20%, transparent)
        }
    }

    .border-red-400 {
        border-color: var(--color-red-400)
    }

    .border-red-700\/20 {
        border-color: #bf000f33
    }

    @supports (color: color-mix(in lab, red, red)) {
        .border-red-700\/20 {
            border-color: color-mix(in oklab, var(--color-red-700)20%, transparent)
        }
    }

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

    .border-b-white\/20 {
        border-bottom-color: #fff3
    }

    @supports (color: color-mix(in lab, red, red)) {
        .border-b-white\/20 {
            border-bottom-color: color-mix(in oklab, var(--color-white)20%, transparent)
        }
    }

    .bg-\[\#00309A\] {
        background-color: #00309a
    }

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

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

    .bg-\[\#F0F0EC\] {
        background-color: #f0f0ec
    }

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

    .bg-\[rgba\(24\,24\,24\,0\.03\)\] {
        background-color: #18181808
    }

    .bg-blue-400 {
        background-color: var(--color-blue-400)
    }

    .bg-brand-dark {
        background-color: var(--color-brand-dark)
    }

    .bg-brand-dark\/3 {
        background-color: #18181808
    }

    @supports (color: color-mix(in lab, red, red)) {
        .bg-brand-dark\/3 {
            background-color: color-mix(in oklab, var(--color-brand-dark)3%, transparent)
        }
    }

    .bg-brand-dark\/5 {
        background-color: #1818180d
    }

    @supports (color: color-mix(in lab, red, red)) {
        .bg-brand-dark\/5 {
            background-color: color-mix(in oklab, var(--color-brand-dark)5%, transparent)
        }
    }

    .bg-brand-dark\/50 {
        background-color: #18181880
    }

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

    .bg-brand-dark\/75 {
        background-color: #181818bf
    }

    @supports (color: color-mix(in lab, red, red)) {
        .bg-brand-dark\/75 {
            background-color: color-mix(in oklab, var(--color-brand-dark)75%, transparent)
        }
    }

    .bg-brand-dark\/85 {
        background-color: #181818d9
    }

    @supports (color: color-mix(in lab, red, red)) {
        .bg-brand-dark\/85 {
            background-color: color-mix(in oklab, var(--color-brand-dark)85%, transparent)
        }
    }

    .bg-brand-dark\/90 {
        background-color: #181818e6
    }

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

    .bg-brand-dark\/95 {
        background-color: #181818f2
    }

    @supports (color: color-mix(in lab, red, red)) {
        .bg-brand-dark\/95 {
            background-color: color-mix(in oklab, var(--color-brand-dark)95%, transparent)
        }
    }

    .bg-brand-gray-300 {
        background-color: var(--color-brand-gray-300)
    }

    .bg-brand-gray-500 {
        background-color: var(--color-brand-gray-500)
    }

    .bg-brand-orange {
        background-color: var(--color-brand-orange)
    }

    .bg-brand-yellow {
        background-color: var(--color-brand-yellow)
    }

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

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

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

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

    .bg-green-400 {
        background-color: var(--color-green-400)
    }

    .bg-green-500 {
        background-color: var(--color-green-500)
    }

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

    .bg-red-400 {
        background-color: var(--color-red-400)
    }

    .bg-red-500 {
        background-color: var(--color-red-500)
    }

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

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

    .bg-white\/5 {
        background-color: #ffffff0d
    }

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

    .bg-white\/20 {
        background-color: #fff3
    }

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

    .bg-gradient-to-l {
        --tw-gradient-position: to left in oklab
    }

    .bg-gradient-to-l,
    .bg-gradient-to-r {
        background-image: linear-gradient(var(--tw-gradient-stops))
    }

    .bg-gradient-to-r {
        --tw-gradient-position: to right in oklab
    }

    .bg-\[linear-gradient\(180deg\,rgba\(24\,24\,24\,0\.36\)_18\.06\%\,rgba\(24\,24\,24\,0\)_37\.33\%\)\] {
        background-image: linear-gradient(#1818185c 18.06%, #18181800 37.33%)
    }

    .bg-gradient-brand-yellow {
        background-image: var(--background-image-gradient-brand-yellow)
    }

    .from-gray-300 {
        --tw-gradient-from: var(--color-gray-300);
        --tw-gradient-stops: var(--tw-gradient-via-stops, var(--tw-gradient-position), var(--tw-gradient-from)var(--tw-gradient-from-position), var(--tw-gradient-to)var(--tw-gradient-to-position))
    }

    .via-gray-100 {
        --tw-gradient-via: var(--color-gray-100);
        --tw-gradient-via-stops: var(--tw-gradient-position), var(--tw-gradient-from)var(--tw-gradient-from-position), var(--tw-gradient-via)var(--tw-gradient-via-position), var(--tw-gradient-to)var(--tw-gradient-to-position);
        --tw-gradient-stops: var(--tw-gradient-via-stops)
    }

    .to-white {
        --tw-gradient-to: var(--color-white);
        --tw-gradient-stops: var(--tw-gradient-via-stops, var(--tw-gradient-position), var(--tw-gradient-from)var(--tw-gradient-from-position), var(--tw-gradient-to)var(--tw-gradient-to-position))
    }

    .bg-cover {
        background-size: cover
    }

    .bg-fixed {
        background-attachment: fixed
    }

    .bg-center {
        background-position: 50%
    }

    .bg-no-repeat {
        background-repeat: no-repeat
    }

    .object-contain {
        object-fit: contain
    }

    .object-cover {
        object-fit: cover
    }

    .object-center {
        object-position: center
    }

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

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

    .p-2\.5 {
        padding: calc(var(--spacing)*2.5)
    }

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

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

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

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

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

    .p-\[11\.5px_20px\] {
        padding: 11.5px 20px
    }

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

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

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

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

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

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

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

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

    .px-px {
        padding-inline: 1px
    }

    .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-4 {
        padding-block: calc(var(--spacing)*4)
    }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

    .pl-2 {
        padding-left: calc(var(--spacing)*2)
    }

    .pl-6 {
        padding-left: calc(var(--spacing)*6)
    }

    .pl-10 {
        padding-left: calc(var(--spacing)*10)
    }

    .pl-14 {
        padding-left: calc(var(--spacing)*14)
    }

    .text-center {
        text-align: center
    }

    .text-left {
        text-align: left
    }

    .text-right {
        text-align: right
    }

    .align-baseline {
        vertical-align: baseline
    }

    .align-middle {
        vertical-align: middle
    }

    .h1 {
        font-size: var(--text-fluid-5xl);
        line-height: var(--tw-leading, var(--text-fluid-5xl--line-height));
        font-weight: var(--tw-font-weight, var(--text-fluid-5xl--font-weight))
    }

    .h1,
    .h2 {
        font-family: var(--reddit-sans);
        color: var(--color-brand-dark)
    }

    .h2 {
        font-size: var(--text-fluid-4xl);
        line-height: var(--tw-leading, var(--text-fluid-4xl--line-height));
        font-weight: var(--tw-font-weight, var(--text-fluid-4xl--font-weight))
    }

    .h3 {
        font-size: var(--text-fluid-3xl);
        line-height: var(--tw-leading, var(--text-fluid-3xl--line-height));
        font-weight: var(--tw-font-weight, var(--text-fluid-3xl--font-weight))
    }

    .h3,
    .h4 {
        font-family: var(--reddit-sans);
        color: var(--color-brand-dark)
    }

    .h4 {
        font-size: var(--text-fluid-2xl);
        line-height: var(--tw-leading, var(--text-fluid-2xl--line-height));
        font-weight: var(--tw-font-weight, var(--text-fluid-2xl--font-weight))
    }

    .h5 {
        font-size: var(--text-fluid-xl);
        line-height: var(--tw-leading, var(--text-fluid-xl--line-height));
        font-weight: var(--tw-font-weight, var(--text-fluid-xl--font-weight))
    }

    .h5,
    .h6 {
        font-family: var(--reddit-sans);
        color: var(--color-brand-dark)
    }

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

    .p {
        font-size: var(--text-fluid);
        line-height: var(--tw-leading, var(--text-fluid--line-height));
        font-weight: var(--tw-font-weight, var(--text-fluid--font-weight));
        color: var(--color-brand-dark)
    }

    .p,
    .p-small {
        font-family: var(--reddit-sans)
    }

    .p-small {
        font-size: var(--text-fluid-xs);
        line-height: var(--tw-leading, var(--text-fluid-xs--line-height));
        font-weight: var(--tw-font-weight, var(--text-fluid-xs--font-weight))
    }

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

    .text-fluid-2xl {
        font-size: var(--text-fluid-2xl);
        line-height: var(--tw-leading, var(--text-fluid-2xl--line-height));
        font-weight: var(--tw-font-weight, var(--text-fluid-2xl--font-weight))
    }

    .text-fluid-5xl {
        font-size: var(--text-fluid-5xl);
        line-height: var(--tw-leading, var(--text-fluid-5xl--line-height));
        font-weight: var(--tw-font-weight, var(--text-fluid-5xl--font-weight))
    }

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

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

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

    .text-2xl {
        font-size: var(--text-2xl);
        line-height: var(--tw-leading, var(--text-2xl--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-\[10px\] {
        font-size: 10px
    }

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

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

    .leading-5 {
        --tw-leading: calc(var(--spacing)*5);
        line-height: calc(var(--spacing)*5)
    }

    .leading-6 {
        --tw-leading: calc(var(--spacing)*6);
        line-height: calc(var(--spacing)*6)
    }

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

    .leading-tight {
        --tw-leading: var(--leading-tight);
        line-height: var(--leading-tight)
    }

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

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

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

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

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

    .text-balance {
        text-wrap: balance
    }

    .\!text-white {
        color: var(--color-white) !important
    }

    .text-\[\#ebece7\] {
        color: #ebece7
    }

    .text-black {
        color: var(--color-black)
    }

    .text-brand-dark {
        color: var(--color-brand-dark)
    }

    .text-brand-dark\/30 {
        color: #1818184d
    }

    @supports (color: color-mix(in lab, red, red)) {
        .text-brand-dark\/30 {
            color: color-mix(in oklab, var(--color-brand-dark)30%, transparent)
        }
    }

    .text-brand-dark\/50 {
        color: #18181880
    }

    @supports (color: color-mix(in lab, red, red)) {
        .text-brand-dark\/50 {
            color: color-mix(in oklab, var(--color-brand-dark)50%, transparent)
        }
    }

    .text-brand-dark\/60 {
        color: #18181899
    }

    @supports (color: color-mix(in lab, red, red)) {
        .text-brand-dark\/60 {
            color: color-mix(in oklab, var(--color-brand-dark)60%, transparent)
        }
    }

    .text-brand-dark\/70 {
        color: #181818b3
    }

    @supports (color: color-mix(in lab, red, red)) {
        .text-brand-dark\/70 {
            color: color-mix(in oklab, var(--color-brand-dark)70%, transparent)
        }
    }

    .text-brand-dark\/90 {
        color: #181818e6
    }

    @supports (color: color-mix(in lab, red, red)) {
        .text-brand-dark\/90 {
            color: color-mix(in oklab, var(--color-brand-dark)90%, transparent)
        }
    }

    .text-brand-orange {
        color: var(--color-brand-orange)
    }

    .text-current {
        color: currentColor
    }

    .text-gray-400 {
        color: var(--color-gray-400)
    }

    .text-gray-500 {
        color: var(--color-gray-500)
    }

    .text-gray-600 {
        color: var(--color-gray-600)
    }

    .text-gray-700 {
        color: var(--color-gray-700)
    }

    .text-gray-900 {
        color: var(--color-gray-900)
    }

    .text-red-500 {
        color: var(--color-red-500)
    }

    .text-red-700 {
        color: var(--color-red-700)
    }

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

    .capitalize {
        text-transform: capitalize
    }

    .lowercase {
        text-transform: lowercase
    }

    .uppercase {
        text-transform: uppercase
    }

    .italic {
        font-style: italic
    }

    .line-through {
        text-decoration-line: line-through
    }

    .underline {
        text-decoration-line: underline
    }

    .placeholder-transparent::placeholder {
        color: #0000
    }

    .opacity-0 {
        opacity: 0
    }

    .opacity-25 {
        opacity: .25
    }

    .opacity-50 {
        opacity: .5
    }

    .opacity-75 {
        opacity: .75
    }

    .opacity-100 {
        opacity: 1
    }

    .shadow-lg {
        --tw-shadow: 0 10px 15px -3px var(--tw-shadow-color, #0000001a), 0 4px 6px -4px var(--tw-shadow-color, #0000001a)
    }

    .shadow-lg,
    .shadow-sm {
        box-shadow: var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow)
    }

    .shadow-sm {
        --tw-shadow: 0 1px 3px 0 var(--tw-shadow-color, #0000001a), 0 1px 2px -1px var(--tw-shadow-color, #0000001a)
    }

    .shadow-xl {
        --tw-shadow: 0 20px 25px -5px var(--tw-shadow-color, #0000001a), 0 8px 10px -6px var(--tw-shadow-color, #0000001a)
    }

    .ring,
    .shadow-xl {
        box-shadow: var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow)
    }

    .ring {
        --tw-ring-shadow: var(--tw-ring-inset, )0 0 0 calc(1px + var(--tw-ring-offset-width))var(--tw-ring-color, currentcolor)
    }

    .ring-white {
        --tw-ring-color: var(--color-white)
    }

    .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, visibility, 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-\[clip-path\,transform\] {
        transition-property: clip-path, transform;
        transition-timing-function: var(--tw-ease, var(--default-transition-timing-function));
        transition-duration: var(--tw-duration, var(--default-transition-duration))
    }

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

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

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

    .transition-shadow {
        transition-property: box-shadow;
        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))
    }

    .delay-100 {
        transition-delay: .1s
    }

    .duration-75 {
        --tw-duration: 75ms;
        transition-duration: 75ms
    }

    .duration-100 {
        --tw-duration: .1s;
        transition-duration: .1s
    }

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

    .duration-300 {
        --tw-duration: .3s;
        transition-duration: .3s
    }

    .duration-400 {
        --tw-duration: .4s;
        transition-duration: .4s
    }

    .duration-500 {
        --tw-duration: .5s;
        transition-duration: .5s
    }

    .duration-650 {
        --tw-duration: .65s;
        transition-duration: .65s
    }

    .ease-\[cubic-bezier\(0\.785\,0\.135\,0\.15\,0\.86\)\] {
        --tw-ease: cubic-bezier(.785, .135, .15, .86);
        transition-timing-function: cubic-bezier(.785, .135, .15, .86)
    }

    .ease-in-out {
        --tw-ease: var(--ease-in-out);
        transition-timing-function: var(--ease-in-out)
    }

    .ease-out {
        --tw-ease: var(--ease-out);
        transition-timing-function: var(--ease-out)
    }

    .will-change-transform {
        will-change: transform
    }

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

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

    .\[--anchor-max-height\: 15rem\] {
        --anchor-max-height: 15rem
    }

    .\[--anchor-max-height\: 20rem\] {
        --anchor-max-height: 20rem
    }

    .\[clip-path\: inset\(0\.75rem_1rem_0\.75rem_calc\(100\%-4\.25rem\)_round_4\.25rem\)\] {
        clip-path: inset(.75rem 1rem .75rem calc(100% - 4.25rem) round 4.25rem)
    }

    @media (hover: hover) {
        .group-hover\:top-1\/2:is(:where(.group):hover *) {
            top: 50%
        }

        .group-hover\:left-1\/2:is(:where(.group):hover *) {
            left: 50%
        }

        .group-hover\:h-\[200\%\]:is(:where(.group):hover *) {
            height: 200%
        }

        .group-hover\:w-\[200\%\]:is(:where(.group):hover *) {
            width: 200%
        }

        .group-hover\:-translate-x-full:is(:where(.group):hover *) {
            --tw-translate-x: -100%;
            translate: var(--tw-translate-x)var(--tw-translate-y)
        }

        .group-hover\:translate-x-0:is(:where(.group):hover *) {
            --tw-translate-x: calc(var(--spacing)*0);
            translate: var(--tw-translate-x)var(--tw-translate-y)
        }

        .group-hover\:translate-x-1:is(:where(.group):hover *) {
            --tw-translate-x: calc(var(--spacing)*1);
            translate: var(--tw-translate-x)var(--tw-translate-y)
        }

        .group-hover\:translate-x-2:is(:where(.group):hover *) {
            --tw-translate-x: calc(var(--spacing)*2);
            translate: var(--tw-translate-x)var(--tw-translate-y)
        }

        .group-hover\:translate-x-\[-50\%\]:is(:where(.group):hover *) {
            --tw-translate-x: -50%;
            translate: var(--tw-translate-x)var(--tw-translate-y)
        }

        .group-hover\:translate-y-\[-50\%\]:is(:where(.group):hover *) {
            --tw-translate-y: -50%;
            translate: var(--tw-translate-x)var(--tw-translate-y)
        }

        .group-hover\:text-white:is(:where(.group):hover *) {
            color: var(--color-white)
        }

        .group-hover\:delay-0:is(:where(.group):hover *) {
            transition-delay: 0s
        }

        .group-hover\:\[clip-path\:inset\(0_round_4\.25rem\)\]:is(:where(.group):hover *) {
            clip-path: inset(0 round 4.25rem)
        }
    }

    .group-disabled\: bg-white:is(:where(.group):disabled *) {
        background-color: var(--color-white)
    }

    .group-disabled\: text-brand-dark\/20:is(:where(.group):disabled *) {
        color: #18181833
    }

    @supports (color: color-mix(in lab, red, red)) {
        .group-disabled\:text-brand-dark\/20:is(:where(.group):disabled *) {
            color: color-mix(in oklab, var(--color-brand-dark)20%, transparent)
        }
    }

    .group-has-checked\: font-semibold:is(:where(.group):has(:checked) *) {
        --tw-font-weight: var(--font-weight-semibold);
        font-weight: var(--font-weight-semibold)
    }

    .group-data-open\: -rotate-180:is(:where(.group)[data-open] *) {
        rotate: -180deg;
    }

    .group-data-open\: rotate-180:is(:where(.group)[data-open] *) {
        rotate: 180deg
    }

    .peer-not-placeholder-shown\: -translate-y-5:is(:where(.peer):not(:placeholder-shown)~*) {
        --tw-translate-y: calc(var(--spacing)*-5);
        translate: var(--tw-translate-x)var(--tw-translate-y)
    }

    .peer-not-placeholder-shown\: text-xs:is(:where(.peer):not(:placeholder-shown)~*) {
        font-size: var(--text-xs);
        line-height: var(--tw-leading, var(--text-xs--line-height))
    }

    .peer-placeholder-shown\: translate-y-0:is(:where(.peer):placeholder-shown~*) {
        --tw-translate-y: calc(var(--spacing)*0);
        translate: var(--tw-translate-x)var(--tw-translate-y)
    }

    .peer-placeholder-shown\: text-base:is(:where(.peer):placeholder-shown~*) {
        font-size: var(--text-base);
        line-height: var(--tw-leading, var(--text-base--line-height))
    }

    .peer-placeholder-shown\: text-brand-dark:is(:where(.peer):placeholder-shown~*) {
        color: var(--color-brand-dark)
    }

    .peer-placeholder-shown\: text-brand-orange:is(:where(.peer):placeholder-shown~*) {
        color: var(--color-brand-orange)
    }

    .peer-focus\: -translate-y-5:is(:where(.peer):focus~*) {
        --tw-translate-y: calc(var(--spacing)*-5);
        translate: var(--tw-translate-x)var(--tw-translate-y)
    }

    .peer-focus\: text-xs:is(:where(.peer):focus~*) {
        font-size: var(--text-xs);
        line-height: var(--tw-leading, var(--text-xs--line-height))
    }

    .peer-focus\: text-brand-dark\/50:is(:where(.peer):focus~*) {
        color: #18181880
    }

    @supports (color: color-mix(in lab, red, red)) {
        .peer-focus\:text-brand-dark\/50:is(:where(.peer):focus~*) {
            color: color-mix(in oklab, var(--color-brand-dark)50%, transparent)
        }
    }

    .peer-focus\: text-brand-orange:is(:where(.peer):focus~*) {
        color: var(--color-brand-orange)
    }

    .peer-disabled\: text-brand-dark\/50:is(:where(.peer):disabled~*) {
        color: #18181880
    }

    @supports (color: color-mix(in lab, red, red)) {
        .peer-disabled\:text-brand-dark\/50:is(:where(.peer):disabled~*) {
            color: color-mix(in oklab, var(--color-brand-dark)50%, transparent)
        }
    }

    .placeholder\: text-fluid::placeholder {
        font-size: var(--text-fluid);
        line-height: var(--tw-leading, var(--text-fluid--line-height));
        font-weight: var(--tw-font-weight, var(--text-fluid--font-weight))
    }

    .placeholder\: text-brand-dark\/30::placeholder {
        color: #1818184d
    }

    @supports (color: color-mix(in lab, red, red)) {
        .placeholder\:text-brand-dark\/30::placeholder {
            color: color-mix(in oklab, var(--color-brand-dark)30%, transparent)
        }
    }

    .after\: absolute:after {
        content: var(--tw-content);
        position: absolute
    }

    .after\: inset-0:after {
        content: var(--tw-content);
        inset: calc(var(--spacing)*0)
    }

    .after\: z-10:after {
        content: var(--tw-content);
        z-index: 10
    }

    .after\: h-80:after {
        content: var(--tw-content);
        height: calc(var(--spacing)*80)
    }

    .after\: bg-black:after {
        content: var(--tw-content);
        background-color: var(--color-black)
    }

    .after\: bg-gray-100:after {
        content: var(--tw-content);
        background-color: var(--color-gray-100)
    }

    .after\: opacity-25:after {
        content: var(--tw-content);
        opacity: .25
    }

    .after\: content-\[\'\'\]:after {
        --tw-content: "";
        content: var(--tw-content)
    }

    .last\:border-none:last-child {
        --tw-border-style: none;
        border-style: none
    }

    @media (hover:hover) {
        .hover\:cursor-pointer:hover {
            cursor: pointer
        }

        .hover\:bg-brand-dark:hover {
            background-color: var(--color-brand-dark)
        }

        .hover\:bg-gray-300:hover {
            background-color: var(--color-gray-300)
        }

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

        .hover\:text-brand-dark\/80:hover {
            color: #181818cc
        }

        @supports (color:color-mix(in lab, red, red)) {
            .hover\:text-brand-dark\/80:hover {
                color: color-mix(in oklab, var(--color-brand-dark)80%, transparent)
            }
        }

        .hover\:text-gray-600:hover {
            color: var(--color-gray-600)
        }

        .hover\:shadow-md:hover {
            --tw-shadow: 0 4px 6px -1px var(--tw-shadow-color, #0000001a), 0 2px 4px -2px var(--tw-shadow-color, #0000001a);
            box-shadow: var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow)
        }
    }

    .focus\:bg-brand-dark:focus {
        background-color: var(--color-brand-dark)
    }

    .focus\:placeholder-brand-dark\/50:focus::placeholder {
        color: #18181880
    }

    @supports (color:color-mix(in lab, red, red)) {
        .focus\:placeholder-brand-dark\/50:focus::placeholder {
            color: color-mix(in oklab, var(--color-brand-dark)50%, transparent)
        }
    }

    .focus\:ring-0:focus {
        --tw-ring-shadow: var(--tw-ring-inset, )0 0 0 calc(0px + var(--tw-ring-offset-width))var(--tw-ring-color, currentcolor)
    }

    .focus\:ring-0:focus,
    .focus\:ring-2:focus {
        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-2:focus {
        --tw-ring-shadow: var(--tw-ring-inset, )0 0 0 calc(2px + var(--tw-ring-offset-width))var(--tw-ring-color, currentcolor)
    }

    .focus\:ring-brand-dark:focus {
        --tw-ring-color: var(--color-brand-dark)
    }

    .focus\:ring-brand-dark\/20:focus {
        --tw-ring-color: #18181833
    }

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

    .focus\:outline-hidden:focus {
        --tw-outline-style: none;
        outline-style: none
    }

    @media (forced-colors:active) {
        .focus\:outline-hidden:focus {
            outline-offset: 2px;
            outline: 2px solid #0000
        }
    }

    .focus\:outline-white:focus {
        outline-color: var(--color-white)
    }

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

    .active\:cursor-grabbing:active {
        cursor: grabbing
    }

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

    .disabled\:cursor-not-allowed:disabled {
        cursor: not-allowed
    }

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

    .disabled\:border-brand-dark\/10:disabled {
        border-color: #1818181a
    }

    @supports (color:color-mix(in lab, red, red)) {
        .disabled\:border-brand-dark\/10:disabled {
            border-color: color-mix(in oklab, var(--color-brand-dark)10%, transparent)
        }
    }

    .disabled\:bg-brand-dark\/5:disabled {
        background-color: #1818180d
    }

    @supports (color:color-mix(in lab, red, red)) {
        .disabled\:bg-brand-dark\/5:disabled {
            background-color: color-mix(in oklab, var(--color-brand-dark)5%, transparent)
        }
    }

    .disabled\:bg-white:disabled {
        background-color: var(--color-white)
    }

    .disabled\:text-brand-dark\/20:disabled {
        color: #18181833
    }

    @supports (color:color-mix(in lab, red, red)) {
        .disabled\:text-brand-dark\/20:disabled {
            color: color-mix(in oklab, var(--color-brand-dark)20%, transparent)
        }
    }

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

    .has-checked\:relative:has(:checked) {
        position: relative
    }

    .has-checked\:rounded-lg:has(:checked) {
        border-radius: var(--radius-lg)
    }

    .has-checked\:bg-brand-dark\/3:has(:checked) {
        background-color: #18181808
    }

    @supports (color:color-mix(in lab, red, red)) {
        .has-checked\:bg-brand-dark\/3:has(:checked) {
            background-color: color-mix(in oklab, var(--color-brand-dark)3%, transparent)
        }
    }

    .data-closed\:-translate-x-full[data-closed] {
        --tw-translate-x: -100%;
        translate: var(--tw-translate-x)var(--tw-translate-y)
    }

    .data-closed\:translate-x-full[data-closed] {
        --tw-translate-x: 100%;
        translate: var(--tw-translate-x)var(--tw-translate-y)
    }

    .data-closed\:-translate-y-full[data-closed] {
        --tw-translate-y: -100%;
        translate: var(--tw-translate-x)var(--tw-translate-y)
    }

    .data-closed\:translate-y-4[data-closed] {
        --tw-translate-y: calc(var(--spacing)*4);
        translate: var(--tw-translate-x)var(--tw-translate-y)
    }

    .data-closed\:scale-95[data-closed] {
        --tw-scale-x: 95%;
        --tw-scale-y: 95%;
        --tw-scale-z: 95%;
        scale: var(--tw-scale-x)var(--tw-scale-y)
    }

    .data-closed\:opacity-0[data-closed] {
        opacity: 0
    }

    .data-disabled\:cursor-not-allowed[data-disabled] {
        cursor: not-allowed
    }

    .data-disabled\:text-brand-dark\/30[data-disabled] {
        color: #1818184d
    }

    @supports (color:color-mix(in lab, red, red)) {
        .data-disabled\:text-brand-dark\/30[data-disabled] {
            color: color-mix(in oklab, var(--color-brand-dark)30%, transparent)
        }
    }

    .data-enter\:duration-300[data-enter] {
        --tw-duration: .3s;
        transition-duration: .3s
    }

    .data-enter\:ease-out[data-enter] {
        --tw-ease: var(--ease-out);
        transition-timing-function: var(--ease-out)
    }

    .data-focus\:bg-brand-dark\/\[0\.03\][data-focus] {
        background-color: #18181808
    }

    @supports (color:color-mix(in lab, red, red)) {
        .data-focus\:bg-brand-dark\/\[0\.03\][data-focus] {
            background-color: color-mix(in oklab, var(--color-brand-dark)3%, transparent)
        }
    }

    .data-focus\:font-bold[data-focus] {
        --tw-font-weight: var(--font-weight-bold);
        font-weight: var(--font-weight-bold)
    }

    .data-focus\:ring-0[data-focus] {
        --tw-ring-shadow: var(--tw-ring-inset, )0 0 0 calc(0px + 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)
    }

    .data-leave\:duration-200[data-leave] {
        --tw-duration: .2s;
        transition-duration: .2s
    }

    .data-leave\:ease-in[data-leave] {
        --tw-ease: var(--ease-in);
        transition-timing-function: var(--ease-in)
    }

    .data-open\:underline[data-open] {
        text-decoration-line: underline
    }

    .data-selected\:bg-brand-dark\/\[0\.03\][data-selected] {
        background-color: #18181808
    }

    @supports (color:color-mix(in lab, red, red)) {
        .data-selected\:bg-brand-dark\/\[0\.03\][data-selected] {
            background-color: color-mix(in oklab, var(--color-brand-dark)3%, transparent)
        }
    }

    .data-selected\:font-bold[data-selected] {
        --tw-font-weight: var(--font-weight-bold);
        font-weight: var(--font-weight-bold)
    }

    @media (min-width:40rem) {
        .sm\:grid-cols-2 {
            grid-template-columns: repeat(2, minmax(0, 1fr))
        }

        .sm\:flex-row {
            flex-direction: row
        }

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

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

        .sm\:duration-700 {
            --tw-duration: .7s;
            transition-duration: .7s
        }

        .data-closed\:sm\:translate-y-0[data-closed] {
            --tw-translate-y: calc(var(--spacing)*0);
            translate: var(--tw-translate-x)var(--tw-translate-y)
        }
    }

    @media (min-width:48rem) {
        .md\:-top-8 {
            top: calc(var(--spacing)*-8)
        }

        .md\:left-7\/12 {
            left: 58.3333%
        }

        .md\:col-span-1 {
            grid-column: span 1/span 1
        }

        .md\:col-span-2 {
            grid-column: span 2/span 2
        }

        .md\:col-span-3 {
            grid-column: span 3/span 3
        }

        .md\:col-span-4 {
            grid-column: span 4/span 4
        }

        .md\:col-span-6 {
            grid-column: span 6/span 6
        }

        .md\:col-span-8 {
            grid-column: span 8/span 8
        }

        .md\:col-span-full {
            grid-column: 1/-1
        }

        .md\:col-start-2 {
            grid-column-start: 2
        }

        .md\:col-start-5 {
            grid-column-start: 5
        }

        .md\:col-start-7 {
            grid-column-start: 7
        }

        .md\:col-end-12 {
            grid-column-end: 12
        }

        .md\:mx-3 {
            margin-inline: calc(var(--spacing)*3)
        }

        .md\:mx-16 {
            margin-inline: calc(var(--spacing)*16)
        }

        .md\:ml-5 {
            margin-left: calc(var(--spacing)*5)
        }

        .md\:block {
            display: block
        }

        .md\:flex {
            display: flex
        }

        .md\:hidden {
            display: none
        }

        .md\:inline {
            display: inline
        }

        .md\:size-6 {
            width: calc(var(--spacing)*6);
            height: calc(var(--spacing)*6)
        }

        .md\:size-8 {
            width: calc(var(--spacing)*8);
            height: calc(var(--spacing)*8)
        }

        .md\:h-6 {
            height: calc(var(--spacing)*6)
        }

        .md\:h-20 {
            height: calc(var(--spacing)*20)
        }

        .md\:min-h-\[420px\] {
            min-height: 420px
        }

        .md\:w-1\/2 {
            width: 50%
        }

        .md\:w-1\/3 {
            width: 33.3333%
        }

        .md\:w-1\/5 {
            width: 20%
        }

        .md\:w-8 {
            width: calc(var(--spacing)*8)
        }

        .md\:w-18 {
            width: calc(var(--spacing)*18)
        }

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

        .md\:w-\[320px\] {
            width: 320px
        }

        .md\:w-auto {
            width: auto
        }

        .md\:w-fit {
            width: fit-content
        }

        .md\:max-w-5xl {
            max-width: var(--container-5xl)
        }

        .md\:max-w-\[40\%\] {
            max-width: 40%
        }

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

        .md\:shrink-0 {
            flex-shrink: 0
        }

        .md\:grow-0 {
            flex-grow: 0
        }

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

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

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

        .md\:grid-cols-\[auto_auto\] {
            grid-template-columns: auto auto
        }

        .md\:flex-row {
            flex-direction: row
        }

        .md\:items-center {
            align-items: center
        }

        .md\:items-start {
            align-items: flex-start
        }

        .md\:justify-between {
            justify-content: space-between
        }

        .md\:justify-end {
            justify-content: flex-end
        }

        .md\:justify-start {
            justify-content: flex-start
        }

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

        .md\:gap-x-9 {
            column-gap: calc(var(--spacing)*9)
        }

        :where(.md\:space-x-1\.5>:not(:last-child)) {
            --tw-space-x-reverse: 0;
            margin-inline-start: calc(calc(var(--spacing)*1.5)*var(--tw-space-x-reverse));
            margin-inline-end: calc(calc(var(--spacing)*1.5)*calc(1 - var(--tw-space-x-reverse)))
        }

        :where(.md\:space-x-10>:not(:last-child)) {
            --tw-space-x-reverse: 0;
            margin-inline-start: calc(calc(var(--spacing)*10)*var(--tw-space-x-reverse));
            margin-inline-end: calc(calc(var(--spacing)*10)*calc(1 - var(--tw-space-x-reverse)))
        }

        .md\:\!gap-y-28 {
            row-gap: calc(var(--spacing)*28) !important
        }

        .md\:self-center {
            align-self: center
        }

        .md\:border-b {
            border-bottom-style: var(--tw-border-style);
            border-bottom-width: 1px
        }

        .md\:border-none {
            --tw-border-style: none;
            border-style: none
        }

        .md\:p-16 {
            padding: calc(var(--spacing)*16)
        }

        .md\:px-5 {
            padding-inline: calc(var(--spacing)*5)
        }

        .md\:px-6 {
            padding-inline: calc(var(--spacing)*6)
        }

        .md\:px-16 {
            padding-inline: calc(var(--spacing)*16)
        }

        .md\:py-4 {
            padding-block: calc(var(--spacing)*4)
        }

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

        .md\:py-16 {
            padding-block: calc(var(--spacing)*16)
        }

        .md\:py-20 {
            padding-block: calc(var(--spacing)*20)
        }

        .md\:py-40 {
            padding-block: calc(var(--spacing)*40)
        }

        .md\:pt-8 {
            padding-top: calc(var(--spacing)*8)
        }

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

        .md\:pb-6 {
            padding-bottom: calc(var(--spacing)*6)
        }

        .md\:text-center {
            text-align: center
        }

        .md\:text-left {
            text-align: left
        }

        .md\:h2 {
            font-family: var(--reddit-sans);
            font-size: var(--text-fluid-4xl);
            line-height: var(--tw-leading, var(--text-fluid-4xl--line-height));
            font-weight: var(--tw-font-weight, var(--text-fluid-4xl--font-weight));
            color: var(--color-brand-dark)
        }

        .md\:text-fluid {
            font-size: var(--text-fluid);
            line-height: var(--tw-leading, var(--text-fluid--line-height));
            font-weight: var(--tw-font-weight, var(--text-fluid--font-weight))
        }

        .md\:text-fluid-xs {
            font-size: var(--text-fluid-xs);
            line-height: var(--tw-leading, var(--text-fluid-xs--line-height));
            font-weight: var(--tw-font-weight, var(--text-fluid-xs--font-weight))
        }

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

    @media (min-width:64rem) {
        .lg\:right-1\/2 {
            right: 50%
        }

        .lg\:-bottom-full {
            bottom: -100%
        }

        .lg\:bottom-2\.5 {
            bottom: calc(var(--spacing)*2.5)
        }

        .lg\:col-span-6 {
            grid-column: span 6/span 6
        }

        .lg\:col-start-7 {
            grid-column-start: 7
        }

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

        .lg\:block {
            display: block
        }

        .lg\:flex {
            display: flex
        }

        .lg\:hidden {
            display: none
        }

        .lg\:h-\[600px\] {
            height: 600px
        }

        .lg\:h-fit {
            height: fit-content
        }

        .lg\:w-1\/6 {
            width: 16.6667%
        }

        .lg\:w-1\/10 {
            width: 10%
        }

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

        .lg\:w-\[800px\] {
            width: 800px
        }

        .lg\:w-max {
            width: max-content
        }

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

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

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

        .lg\:flex-row {
            flex-direction: row
        }

        .lg\:gap-x-19 {
            column-gap: calc(var(--spacing)*19)
        }

        :where(.lg\:divide-y>:not(:last-child)) {
            --tw-divide-y-reverse: 0;
            border-bottom-style: var(--tw-border-style);
            border-top-style: var(--tw-border-style);
            border-top-width: calc(1px*var(--tw-divide-y-reverse));
            border-bottom-width: calc(1px*calc(1 - var(--tw-divide-y-reverse)))
        }

        .lg\:place-self-center {
            place-self: center
        }

        .lg\:rounded-full {
            border-radius: 3.40282e+38px
        }

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

        .lg\:px-8 {
            padding-inline: calc(var(--spacing)*8)
        }

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

        .lg\:py-10 {
            padding-block: calc(var(--spacing)*10)
        }

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

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

    @media (hover:hover) {
        @media (min-width:64rem) {
            .group-hover\:lg\:text-brand-dark:is(:where(.group):hover *) {
                color: var(--color-brand-dark)
            }
        }
    }

    @media (min-width:80rem) {
        .xl\:h-\[800px\] {
            height: 800px
        }

        .xl\:pb-32 {
            padding-bottom: calc(var(--spacing)*32)
        }

        .xl\:text-fluid {
            font-size: var(--text-fluid);
            line-height: var(--tw-leading, var(--text-fluid--line-height));
            font-weight: var(--tw-font-weight, var(--text-fluid--font-weight))
        }

        .xl\:text-fluid-4xl {
            font-size: var(--text-fluid-4xl);
            line-height: var(--tw-leading, var(--text-fluid-4xl--line-height));
            font-weight: var(--tw-font-weight, var(--text-fluid-4xl--font-weight))
        }
    }

    @media (min-width:96rem) {
        .\32 xl\:col-span-4 {
            grid-column: span 4/span 4
        }
    }

    .prose-p\:\!m-0 :where(p):not(:where([class~=not-prose], [class~=not-prose] *)) {
        margin: calc(var(--spacing)*0) !important
    }

    .prose-p\:text-brand-dark\/70 :where(p):not(:where([class~=not-prose], [class~=not-prose] *)) {
        color: #181818b3
    }

    @supports (color:color-mix(in lab, red, red)) {
        .prose-p\:text-brand-dark\/70 :where(p):not(:where([class~=not-prose], [class~=not-prose] *)) {
            color: color-mix(in oklab, var(--color-brand-dark)70%, transparent)
        }
    }

    .scrollbar-hide {
        -ms-overflow-style: none;
        scrollbar-width: none
    }

    .scrollbar-hide::-webkit-scrollbar {
        display: none
    }
}

.bg-checkout-header {
    background-image: url(/static/product-background.webp)
}

.rdp-root {
    --rdp-accent-color: var(--color-brand-orange)
}

.sfcModal-dialog {
    justify-content: center;
    align-items: center;
    display: flex;
    top: 0;
    left: 0;
    z-index: 9999 !important;
    width: 100vw !important;
    max-width: none !important;
    height: 100vh !important;
    margin: 0 !important;
    position: fixed !important
}

.sfcModal-dialog .sfcModal-content {
    background-color: #fff !important;
    border-radius: 0 !important;
    width: 100% !important;
    height: 100% !important
}

.sfcModal-dialog .sfcModal-content [name=NuveiIrame] {
    height: 100% !important
}

@keyframes pulse-scale {

    0%,
    to {
        opacity: 1;
        transform: scale(1)
    }

    50% {
        opacity: .7;
        transform: scale(1.05)
    }
}

.pulse-scale {
    animation: pulse-scale 2s ease-in-out infinite
}

@property --tw-translate-x {
    syntax: "*";
    inherits: false;
    initial-value: 0
}

@property --tw-translate-y {
    syntax: "*";
    inherits: false;
    initial-value: 0
}

@property --tw-translate-z {
    syntax: "*";
    inherits: false;
    initial-value: 0
}

@property --tw-scale-x {
    syntax: "*";
    inherits: false;
    initial-value: 1
}

@property --tw-scale-y {
    syntax: "*";
    inherits: false;
    initial-value: 1
}

@property --tw-scale-z {
    syntax: "*";
    inherits: false;
    initial-value: 1
}

@property --tw-rotate-x {
    syntax: "*";
    inherits: false
}

@property --tw-rotate-y {
    syntax: "*";
    inherits: false
}

@property --tw-rotate-z {
    syntax: "*";
    inherits: false
}

@property --tw-skew-x {
    syntax: "*";
    inherits: false
}

@property --tw-skew-y {
    syntax: "*";
    inherits: false
}

@property --tw-pan-x {
    syntax: "*";
    inherits: false
}

@property --tw-pan-y {
    syntax: "*";
    inherits: false
}

@property --tw-pinch-zoom {
    syntax: "*";
    inherits: false
}

@property --tw-space-y-reverse {
    syntax: "*";
    inherits: false;
    initial-value: 0
}

@property --tw-space-x-reverse {
    syntax: "*";
    inherits: false;
    initial-value: 0
}

@property --tw-border-style {
    syntax: "*";
    inherits: false;
    initial-value: solid
}

@property --tw-gradient-position {
    syntax: "*";
    inherits: false
}

@property --tw-gradient-from {
    syntax: "<color>";
    inherits: false;
    initial-value: #0000
}

@property --tw-gradient-via {
    syntax: "<color>";
    inherits: false;
    initial-value: #0000
}

@property --tw-gradient-to {
    syntax: "<color>";
    inherits: false;
    initial-value: #0000
}

@property --tw-gradient-stops {
    syntax: "*";
    inherits: false
}

@property --tw-gradient-via-stops {
    syntax: "*";
    inherits: false
}

@property --tw-gradient-from-position {
    syntax: "<length-percentage>";
    inherits: false;
    initial-value: 0
}

@property --tw-gradient-via-position {
    syntax: "<length-percentage>";
    inherits: false;
    initial-value: 50%
}

@property --tw-gradient-to-position {
    syntax: "<length-percentage>";
    inherits: false;
    initial-value: 100%
}

@property --tw-leading {
    syntax: "*";
    inherits: false
}

@property --tw-font-weight {
    syntax: "*";
    inherits: false
}

@property --tw-shadow {
    syntax: "*";
    inherits: false;
    initial-value: 0 0 #0000
}

@property --tw-shadow-color {
    syntax: "*";
    inherits: false
}

@property --tw-shadow-alpha {
    syntax: "<percentage>";
    inherits: false;
    initial-value: 100%
}

@property --tw-inset-shadow {
    syntax: "*";
    inherits: false;
    initial-value: 0 0 #0000
}

@property --tw-inset-shadow-color {
    syntax: "*";
    inherits: false
}

@property --tw-inset-shadow-alpha {
    syntax: "<percentage>";
    inherits: false;
    initial-value: 100%
}

@property --tw-ring-color {
    syntax: "*";
    inherits: false
}

@property --tw-ring-shadow {
    syntax: "*";
    inherits: false;
    initial-value: 0 0 #0000
}

@property --tw-inset-ring-color {
    syntax: "*";
    inherits: false
}

@property --tw-inset-ring-shadow {
    syntax: "*";
    inherits: false;
    initial-value: 0 0 #0000
}

@property --tw-ring-inset {
    syntax: "*";
    inherits: false
}

@property --tw-ring-offset-width {
    syntax: "<length>";
    inherits: false;
    initial-value: 0
}

@property --tw-ring-offset-color {
    syntax: "*";
    inherits: false;
    initial-value: #fff
}

@property --tw-ring-offset-shadow {
    syntax: "*";
    inherits: false;
    initial-value: 0 0 #0000
}

@property --tw-duration {
    syntax: "*";
    inherits: false
}

@property --tw-ease {
    syntax: "*";
    inherits: false
}

@property --tw-content {
    syntax: "*";
    inherits: false;
    initial-value: ""
}

@property --tw-divide-y-reverse {
    syntax: "*";
    inherits: false;
    initial-value: 0
}

@keyframes spin {
    to {
        transform: rotate(1turn)
    }
}

@keyframes pulse {
    50% {
        opacity: .5
    }
}


.rdp-root {
    --rdp-accent-color: blue;
    --rdp-accent-background-color: #f0f0ff;
    --rdp-day-height: 44px;
    --rdp-day-width: 44px;
    --rdp-day_button-border-radius: 100%;
    --rdp-day_button-border: 2px solid transparent;
    --rdp-day_button-height: 42px;
    --rdp-day_button-width: 42px;
    --rdp-selected-border: 2px solid var(--rdp-accent-color);
    --rdp-disabled-opacity: 0.5;
    --rdp-outside-opacity: 0.75;
    --rdp-today-color: var(--rdp-accent-color);
    --rdp-dropdown-gap: 0.5rem;
    --rdp-months-gap: 2rem;
    --rdp-nav_button-disabled-opacity: 0.5;
    --rdp-nav_button-height: 2.25rem;
    --rdp-nav_button-width: 2.25rem;
    --rdp-nav-height: 2.75rem;
    --rdp-range_middle-background-color: var(--rdp-accent-background-color);
    --rdp-range_middle-color: inherit;
    --rdp-range_start-color: white;
    --rdp-range_start-background: linear-gradient(var(--rdp-gradient-direction),transparent 50%,var(--rdp-range_middle-background-color) 50%);
    --rdp-range_start-date-background-color: var(--rdp-accent-color);
    --rdp-range_end-background: linear-gradient(var(--rdp-gradient-direction),var(--rdp-range_middle-background-color) 50%,transparent 50%);
    --rdp-range_end-color: white;
    --rdp-range_end-date-background-color: var(--rdp-accent-color);
    --rdp-week_number-border-radius: 100%;
    --rdp-week_number-border: 2px solid transparent;
    --rdp-week_number-height: var(--rdp-day-height);
    --rdp-week_number-opacity: 0.75;
    --rdp-week_number-width: var(--rdp-day-width);
    --rdp-weeknumber-text-align: center;
    --rdp-weekday-opacity: 0.75;
    --rdp-weekday-padding: 0.5rem 0rem;
    --rdp-weekday-text-align: center;
    --rdp-gradient-direction: 90deg;
    --rdp-animation_duration: 0.3s;
    --rdp-animation_timing: cubic-bezier(0.4,0,0.2,1)
}

.rdp-root[dir=rtl] {
    --rdp-gradient-direction: -90deg
}

.rdp-root[data-broadcast-calendar=true] {
    --rdp-outside-opacity: unset
}

.rdp-root {
    position: relative
}

.rdp-root,.rdp-root * {
    box-sizing: border-box
}

.rdp-day {
    width: var(--rdp-day-width);
    height: var(--rdp-day-height);
    text-align: center
}

.rdp-day_button {
    background: none;
    padding: 0;
    margin: 0;
    cursor: pointer;
    font: inherit;
    color: inherit;
    justify-content: center;
    align-items: center;
    display: flex;
    width: var(--rdp-day_button-width);
    height: var(--rdp-day_button-height);
    border: var(--rdp-day_button-border);
    border-radius: var(--rdp-day_button-border-radius)
}

.rdp-day_button:disabled {
    cursor: revert
}

.rdp-caption_label {
    z-index: 1;
    position: relative;
    display: inline-flex;
    align-items: center;
    white-space: nowrap;
    border: 0
}

.rdp-dropdown:focus-visible~.rdp-caption_label {
    outline: 5px auto Highlight;
    outline: 5px auto -webkit-focus-ring-color
}

.rdp-button_next,.rdp-button_previous {
    border: none;
    background: none;
    padding: 0;
    margin: 0;
    cursor: pointer;
    font: inherit;
    color: inherit;
    -moz-appearance: none;
    -webkit-appearance: none;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    position: relative;
    appearance: none;
    width: var(--rdp-nav_button-width);
    height: var(--rdp-nav_button-height)
}

.rdp-button_next:disabled,.rdp-button_next[aria-disabled=true],.rdp-button_previous:disabled,.rdp-button_previous[aria-disabled=true] {
    cursor: revert;
    opacity: var(--rdp-nav_button-disabled-opacity)
}

.rdp-chevron {
    display: inline-block;
    fill: var(--rdp-accent-color)
}

.rdp-root[dir=rtl] .rdp-nav .rdp-chevron {
    transform: rotate(180deg);
    transform-origin: 50%
}

.rdp-dropdowns {
    position: relative;
    display: inline-flex;
    align-items: center;
    gap: var(--rdp-dropdown-gap)
}

.rdp-dropdown {
    z-index: 2;
    opacity: 0;
    appearance: none;
    position: absolute;
    inset-block-start: 0;
    inset-block-end: 0;
    inset-inline-start: 0;
    width: 100%;
    margin: 0;
    padding: 0;
    cursor: inherit;
    border: none;
    line-height: inherit
}

.rdp-dropdown_root {
    position: relative;
    display: inline-flex;
    align-items: center
}

.rdp-dropdown_root[data-disabled=true] .rdp-chevron {
    opacity: var(--rdp-disabled-opacity)
}

.rdp-month_caption {
    display: flex;
    align-content: center;
    height: var(--rdp-nav-height);
    font-weight: 700;
    font-size: large
}

.rdp-root[data-nav-layout=after] .rdp-month,.rdp-root[data-nav-layout=around] .rdp-month {
    position: relative
}

.rdp-root[data-nav-layout=around] .rdp-month_caption {
    justify-content: center;
    margin-inline-start:var(--rdp-nav_button-width);margin-inline-end: var(--rdp-nav_button-width);
    position: relative
}

.rdp-root[data-nav-layout=around] .rdp-button_previous {
    position: absolute;
    inset-inline-start: 0;
    top: 0;
    height: var(--rdp-nav-height);
    display: inline-flex
}

.rdp-root[data-nav-layout=around] .rdp-button_next {
    position: absolute;
    inset-inline-end: 0;
    top: 0;
    height: var(--rdp-nav-height);
    display: inline-flex;
    justify-content: center
}

.rdp-months {
    position: relative;
    display: flex;
    flex-wrap: wrap;
    gap: var(--rdp-months-gap);
    max-width: fit-content
}

.rdp-month_grid {
    border-collapse: collapse
}

.rdp-nav {
    position: absolute;
    inset-block-start: 0;
    inset-inline-end: 0;
    display: flex;
    align-items: center;
    height: var(--rdp-nav-height)
}

.rdp-weekday {
    opacity: var(--rdp-weekday-opacity);
    padding: var(--rdp-weekday-padding);
    font-weight: 500;
    font-size: smaller;
    text-align: var(--rdp-weekday-text-align);
    text-transform: var(--rdp-weekday-text-transform)
}

.rdp-week_number {
    opacity: var(--rdp-week_number-opacity);
    font-weight: 400;
    font-size: small;
    height: var(--rdp-week_number-height);
    width: var(--rdp-week_number-width);
    border: var(--rdp-week_number-border);
    border-radius: var(--rdp-week_number-border-radius);
    text-align: var(--rdp-weeknumber-text-align)
}

.rdp-today:not(.rdp-outside) {
    color: var(--rdp-today-color)
}

.rdp-selected {
    font-weight: 700;
    font-size: large
}

.rdp-selected .rdp-day_button {
    border: var(--rdp-selected-border)
}

.rdp-outside {
    opacity: var(--rdp-outside-opacity)
}

.rdp-disabled {
    opacity: var(--rdp-disabled-opacity)
}

.rdp-hidden {
    visibility: hidden;
    color: var(--rdp-range_start-color)
}

.rdp-range_start {
    background: var(--rdp-range_start-background)
}

.rdp-range_start .rdp-day_button {
    background-color: var(--rdp-range_start-date-background-color);
    color: var(--rdp-range_start-color)
}

.rdp-range_middle {
    background-color: var(--rdp-range_middle-background-color)
}

.rdp-range_middle .rdp-day_button {
    border: unset;
    border-radius: unset;
    color: var(--rdp-range_middle-color)
}

.rdp-range_end {
    background: var(--rdp-range_end-background);
    color: var(--rdp-range_end-color)
}

.rdp-range_end .rdp-day_button {
    color: var(--rdp-range_start-color);
    background-color: var(--rdp-range_end-date-background-color)
}

.rdp-range_start.rdp-range_end {
    background: revert
}

.rdp-focusable {
    cursor: pointer
}

@keyframes rdp-slide_in_left {
    0% {
        transform: translateX(-100%)
    }

    to {
        transform: translateX(0)
    }
}

@keyframes rdp-slide_in_right {
    0% {
        transform: translateX(100%)
    }

    to {
        transform: translateX(0)
    }
}

@keyframes rdp-slide_out_left {
    0% {
        transform: translateX(0)
    }

    to {
        transform: translateX(-100%)
    }
}

@keyframes rdp-slide_out_right {
    0% {
        transform: translateX(0)
    }

    to {
        transform: translateX(100%)
    }
}

.rdp-weeks_before_enter {
    animation: rdp-slide_in_left var(--rdp-animation_duration) var(--rdp-animation_timing) forwards
}

.rdp-weeks_before_exit {
    animation: rdp-slide_out_left var(--rdp-animation_duration) var(--rdp-animation_timing) forwards
}

.rdp-weeks_after_enter {
    animation: rdp-slide_in_right var(--rdp-animation_duration) var(--rdp-animation_timing) forwards
}

.rdp-weeks_after_exit {
    animation: rdp-slide_out_right var(--rdp-animation_duration) var(--rdp-animation_timing) forwards
}

.rdp-root[dir=rtl] .rdp-weeks_after_enter {
    animation: rdp-slide_in_left var(--rdp-animation_duration) var(--rdp-animation_timing) forwards
}

.rdp-root[dir=rtl] .rdp-weeks_before_exit {
    animation: rdp-slide_out_right var(--rdp-animation_duration) var(--rdp-animation_timing) forwards
}

.rdp-root[dir=rtl] .rdp-weeks_before_enter {
    animation: rdp-slide_in_right var(--rdp-animation_duration) var(--rdp-animation_timing) forwards
}

.rdp-root[dir=rtl] .rdp-weeks_after_exit {
    animation: rdp-slide_out_left var(--rdp-animation_duration) var(--rdp-animation_timing) forwards
}

@keyframes rdp-fade_in {
    0% {
        opacity: 0
    }

    to {
        opacity: 1
    }
}

@keyframes rdp-fade_out {
    0% {
        opacity: 1
    }

    to {
        opacity: 0
    }
}

.rdp-caption_after_enter {
    animation: rdp-fade_in var(--rdp-animation_duration) var(--rdp-animation_timing) forwards
}

.rdp-caption_after_exit {
    animation: rdp-fade_out var(--rdp-animation_duration) var(--rdp-animation_timing) forwards
}

.rdp-caption_before_enter {
    animation: rdp-fade_in var(--rdp-animation_duration) var(--rdp-animation_timing) forwards
}

.rdp-caption_before_exit {
    animation: rdp-fade_out var(--rdp-animation_duration) var(--rdp-animation_timing) forwards
}

/*! tailwindcss v4.1.7 | MIT License | https://tailwindcss.com */
@layer properties {
    @supports (((-webkit-hyphens: none)) and (not (margin-trim:inline))) or ((-moz-orient:inline) and (not (color:rgb(from red r g b)))) {
        *,::backdrop,:after,:before {
            --tw-translate-x:0;
            --tw-translate-y: 0;
            --tw-translate-z: 0;
            --tw-scale-x: 1;
            --tw-scale-y: 1;
            --tw-scale-z: 1;
            --tw-rotate-x: initial;
            --tw-rotate-y: initial;
            --tw-rotate-z: initial;
            --tw-skew-x: initial;
            --tw-skew-y: initial;
            --tw-pan-x: initial;
            --tw-pan-y: initial;
            --tw-pinch-zoom: initial;
            --tw-space-y-reverse: 0;
            --tw-space-x-reverse: 0;
            --tw-border-style: solid;
            --tw-gradient-position: initial;
            --tw-gradient-from: #0000;
            --tw-gradient-via: #0000;
            --tw-gradient-to: #0000;
            --tw-gradient-stops: initial;
            --tw-gradient-via-stops: initial;
            --tw-gradient-from-position: 0%;
            --tw-gradient-via-position: 50%;
            --tw-gradient-to-position: 100%;
            --tw-leading: initial;
            --tw-font-weight: initial;
            --tw-shadow: 0 0 #0000;
            --tw-shadow-color: initial;
            --tw-shadow-alpha: 100%;
            --tw-inset-shadow: 0 0 #0000;
            --tw-inset-shadow-color: initial;
            --tw-inset-shadow-alpha: 100%;
            --tw-ring-color: initial;
            --tw-ring-shadow: 0 0 #0000;
            --tw-inset-ring-color: initial;
            --tw-inset-ring-shadow: 0 0 #0000;
            --tw-ring-inset: initial;
            --tw-ring-offset-width: 0px;
            --tw-ring-offset-color: #fff;
            --tw-ring-offset-shadow: 0 0 #0000;
            --tw-duration: initial;
            --tw-ease: initial;
            --tw-content: "";
            --tw-divide-y-reverse: 0
        }
    }
}

@layer theme {
    :host,:root {
        --font-sans: ui-sans-serif,system-ui,sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol","Noto Color Emoji";
        --font-mono: ui-monospace,SFMono-Regular,Menlo,Monaco,Consolas,"Liberation Mono","Courier New",monospace;
        --color-red-100: oklch(93.6% .032 17.717);
        --color-red-400: oklch(70.4% .191 22.216);
        --color-red-500: oklch(63.7% .237 25.331);
        --color-red-700: oklch(50.5% .213 27.518);
        --color-green-400: oklch(79.2% .209 151.711);
        --color-green-500: oklch(72.3% .219 149.579);
        --color-green-700: oklch(52.7% .154 150.069);
        --color-emerald-700: oklch(50.8% .118 165.612);
        --color-blue-400: oklch(70.7% .165 254.624);
        --color-blue-700: oklch(48.8% .243 264.376);
        --color-gray-100: oklch(96.7% .003 264.542);
        --color-gray-200: oklch(92.8% .006 264.531);
        --color-gray-300: oklch(87.2% .01 258.338);
        --color-gray-400: oklch(70.7% .022 261.325);
        --color-gray-500: oklch(55.1% .027 264.364);
        --color-gray-600: oklch(44.6% .03 256.802);
        --color-gray-700: oklch(37.3% .034 259.733);
        --color-gray-900: oklch(21% .034 264.665);
        --color-black: #000;
        --color-white: #fff;
        --spacing: .25rem;
        --breakpoint-xl: 80rem;
        --container-sm: 24rem;
        --container-md: 28rem;
        --container-3xl: 48rem;
        --container-5xl: 64rem;
        --text-xs: .75rem;
        --text-xs--line-height: calc(1/.75);
        --text-sm: .875rem;
        --text-sm--line-height: calc(1.25/.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);
        --font-weight-light: 300;
        --font-weight-normal: 400;
        --font-weight-medium: 500;
        --font-weight-semibold: 600;
        --font-weight-bold: 700;
        --leading-tight: 1.25;
        --radius-lg: .5rem;
        --radius-xl: .75rem;
        --radius-2xl: 1rem;
        --ease-in: cubic-bezier(.4,0,1,1);
        --ease-out: cubic-bezier(0,0,.2,1);
        --ease-in-out: cubic-bezier(.4,0,.2,1);
        --animate-spin: spin 1s linear infinite;
        --animate-pulse: pulse 2s cubic-bezier(.4,0,.6,1)infinite;
        --default-transition-duration: .15s;
        --default-transition-timing-function: cubic-bezier(.4,0,.2,1);
        --default-font-family: var(--font-sans);
        --default-mono-font-family: var(--font-mono);
        --color-brand-orange: #f34a23;
        --color-brand-yellow: #fff555;
        --color-brand-dark: #181818;
        --color-brand-gray-300: #f7f7f3;
        --color-brand-gray-500: #f8f8f8;
        --color-manhattan: #f4d18f;
        --spacing-container-2xl: 1536px;
        --text-fluid-xs: clamp(1rem,.9848rem + .0647vw,1.0625rem);
        --text-fluid-xs--line-height: clamp(1.25rem,.129vw + 1.22rem,1.375rem);
        --text-fluid-xs--font-weight: var(--font-weight-regular);
        --text-fluid: clamp(1.125rem,1.0947rem + .1294vw,1.25rem);
        --text-fluid--line-height: clamp(1.438rem,.194vw + 1.392rem,1.625rem);
        --text-fluid--font-weight: var(--font-weight-regular);
        --text-fluid-lg: clamp(1.125rem,1.0643rem + .2589vw,1.375rem);
        --text-fluid-lg--line-height: clamp(1.438rem,.324vw + 1.362rem,1.75rem);
        --text-fluid-lg--font-weight: var(--font-weight-semibold);
        --text-fluid-xl: clamp(1.125rem,1.0643rem + .2589vw,1.375rem);
        --text-fluid-xl--line-height: clamp(1.438rem,.324vw + 1.362rem,1.75rem);
        --text-fluid-xl--font-weight: var(--font-weight-semibold);
        --text-fluid-2xl: clamp(1.375rem,1.3295rem + .1942vw,1.5625rem);
        --text-fluid-2xl--line-height: clamp(1.75rem,.259vw + 1.689rem,2rem);
        --text-fluid-2xl--font-weight: var(--font-weight-semibold);
        --text-fluid-3xl: clamp(1.625rem,1.4126rem + .9061vw,2.5rem);
        --text-fluid-3xl--line-height: clamp(1.75rem,.259vw + 1.689rem,2rem);
        --text-fluid-3xl--font-weight: var(--font-weight-medium);
        --text-fluid-4xl: clamp(2.25rem,1.8404rem + 1.7476vw,3.9375rem);
        --text-fluid-4xl--line-height: clamp(2.875rem,2.265vw + 2.344rem,5.063rem);
        --text-fluid-4xl--font-weight: var(--font-weight-medium);
        --text-fluid-5xl: clamp(2.25rem,1.2336rem + 4.3366vw,6.4375rem);
        --text-fluid-5xl--line-height: clamp(2.875rem,5.631vw + 1.555rem,8.313rem);
        --text-fluid-5xl--font-weight: var(--font-weight-medium);
        --background-image-gradient-brand-yellow: radial-gradient(91.08% 95.79% at 53.56% 12.5%,var(--color-brand-yellow)53.03%,var(--color-manhattan)100%)
    }
}

@layer base {
    *,::backdrop,:after,:before {
        box-sizing: border-box;
        border: 0 solid;
        margin: 0;
        padding: 0
    }

    ::file-selector-button {
        box-sizing: border-box;
        border: 0 solid;
        margin: 0;
        padding: 0
    }

    :host,html {
        -webkit-text-size-adjust: 100%;
        tab-size: 4;
        line-height: 1.5;
        font-family: var(--default-font-family,ui-sans-serif,system-ui,sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol","Noto Color Emoji");
        font-feature-settings: var(--default-font-feature-settings,normal);
        font-variation-settings: var(--default-font-variation-settings,normal);
        -webkit-tap-highlight-color: transparent
    }

    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,pre,samp {
        font-family: var(--default-mono-font-family,ui-monospace,SFMono-Regular,Menlo,Monaco,Consolas,"Liberation Mono","Courier New",monospace);
        font-feature-settings: var(--default-mono-font-feature-settings,normal);
        font-variation-settings: var(--default-mono-font-variation-settings,normal);
        font-size: 1em
    }

    small {
        font-size: 80%
    }

    sub,sup {
        vertical-align: baseline;
        font-size: 75%;
        line-height: 0;
        position: relative
    }

    sub {
        bottom: -.25em
    }

    sup {
        top: -.5em
    }

    table {
        text-indent: 0;
        border-color: inherit;
        border-collapse: collapse
    }

    :-moz-focusring {
        outline: auto
    }

    progress {
        vertical-align: baseline
    }

    summary {
        display: list-item
    }

    menu,ol,ul {
        list-style: none
    }

    audio,canvas,embed,iframe,img,object,svg,video {
        vertical-align: middle;
        display: block
    }

    img,video {
        max-width: 100%;
        height: auto
    }

    button,input,optgroup,select,textarea {
        font: inherit;
        font-feature-settings: inherit;
        font-variation-settings: inherit;
        letter-spacing: inherit;
        color: inherit;
        opacity: 1;
        background-color: #0000;
        border-radius: 0
    }

    ::file-selector-button {
        font: inherit;
        font-feature-settings: inherit;
        font-variation-settings: inherit;
        letter-spacing: inherit;
        color: inherit;
        opacity: 1;
        background-color: #0000;
        border-radius: 0
    }

    :where(select: is([multiple],[size])) optgroup {
        font-weight:bolder
    }

    :where(select: is([multiple],[size])) optgroup option {
        padding-inline-start:20px
    }

    ::file-selector-button {
        margin-inline-end:4px}

    ::placeholder {
        opacity: 1
    }

    @supports (not ((-webkit-appearance: -apple-pay-button))) or (contain-intrinsic-size:1px) {
        ::placeholder {
            color:currentColor
        }

        @supports (color: color-mix(in lab,red,red)) {
            ::placeholder {
                color:color-mix(in oklab,currentcolor 50%,transparent)
            }
        }
    }

    textarea {
        resize: vertical
    }

    ::-webkit-search-decoration {
        -webkit-appearance: none
    }

    ::-webkit-date-and-time-value {
        min-height: 1lh
    }

    ::-webkit-datetime-edit,::-webkit-datetime-edit-year-field {
        padding-block:0}

    ::-webkit-datetime-edit-day-field,::-webkit-datetime-edit-month-field {
        padding-block:0}

    ::-webkit-datetime-edit-hour-field,::-webkit-datetime-edit-minute-field {
        padding-block:0}

    ::-webkit-datetime-edit-millisecond-field,::-webkit-datetime-edit-second-field {
        padding-block:0}

    ::-webkit-datetime-edit-meridiem-field {
        padding-block:0}

    :-moz-ui-invalid {
        box-shadow: none
    }

    button,input: where([type=button],[type=reset],[type=submit]) {
        appearance:button
    }

    ::file-selector-button {
        appearance: button
    }

    ::-webkit-inner-spin-button,::-webkit-outer-spin-button {
        height: auto
    }

    [hidden]: where(:not([hidden=until-found])) {
        display:none!important
    }

    ol>li p,ul>li,ul>li p {
        margin-top: 0!important;
        margin-bottom: 0!important
    }

    h1 {
        font-size: var(--text-fluid-5xl);
        line-height: var(--tw-leading,var(--text-fluid-5xl--line-height));
        font-weight: var(--tw-font-weight,var(--text-fluid-5xl--font-weight))
    }

    h1,h2 {
        font-family: var(--reddit-sans);
        color: var(--color-brand-dark)
    }

    h2 {
        font-size: var(--text-fluid-4xl);
        line-height: var(--tw-leading,var(--text-fluid-4xl--line-height));
        font-weight: var(--tw-font-weight,var(--text-fluid-4xl--font-weight))
    }

    h3 {
        font-size: var(--text-fluid-3xl);
        line-height: var(--tw-leading,var(--text-fluid-3xl--line-height));
        font-weight: var(--tw-font-weight,var(--text-fluid-3xl--font-weight))
    }

    h3,h4 {
        font-family: var(--reddit-sans);
        color: var(--color-brand-dark)
    }

    h4 {
        font-size: var(--text-fluid-2xl);
        line-height: var(--tw-leading,var(--text-fluid-2xl--line-height));
        font-weight: var(--tw-font-weight,var(--text-fluid-2xl--font-weight))
    }

    h5 {
        font-size: var(--text-fluid-xl);
        line-height: var(--tw-leading,var(--text-fluid-xl--line-height));
        font-weight: var(--tw-font-weight,var(--text-fluid-xl--font-weight))
    }

    h5,h6 {
        font-family: var(--reddit-sans);
        color: var(--color-brand-dark)
    }

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

    p {
        font-family: var(--reddit-sans);
        font-size: var(--text-fluid);
        line-height: var(--tw-leading,var(--text-fluid--line-height));
        font-weight: var(--tw-font-weight,var(--text-fluid--font-weight));
        color: #181818b3
    }

    @supports (color: color-mix(in lab,red,red)) {
        p {
            color:color-mix(in oklab,var(--color-brand-dark)70%,transparent)
        }
    }

    p.small {
        font-family: var(--reddit-sans);
        font-size: var(--text-fluid-xs);
        line-height: var(--tw-leading,var(--text-fluid-xs--line-height));
        font-weight: var(--tw-font-weight,var(--text-fluid-xs--font-weight));
        color: var(--color-brand-dark)
    }

    *,::backdrop,:after,:before {
        border-color: var(--color-gray-200,currentColor)
    }

    ::file-selector-button {
        border-color: var(--color-gray-200,currentColor)
    }

    [multiple],[type=date],[type=datetime-local],[type=email],[type=month],[type=number],[type=password],[type=search],[type=tel],[type=text],[type=time],[type=url],[type=week],input: where(:not([type])),select,textarea {
        appearance:none;
        --tw-shadow: 0 0 #0000;
        background-color: #fff;
        border-width: 1px;
        border-color: oklch(55.1% .027 264.364);
        border-radius: 0;
        padding: .5rem .75rem;
        font-size: 1rem;
        line-height: 1.5rem
    }

    :is([type=text],input: where(:not([type])),[type=email],[type=url],[type=password],[type=number],[type=date],[type=datetime-local],[type=month],[type=search],[type=tel],[type=time],[type=week],[multiple],textarea,select):focus {
        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% .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% .245 262.881);
        outline: 2px solid #0000
    }

    input: :placeholder,textarea::placeholder {
        color:oklch(55.1% .027 264.364);
        opacity: 1
    }

    ::-webkit-datetime-edit-fields-wrapper {
        padding: 0
    }

    ::-webkit-date-and-time-value {
        min-height: 1.5em;
        text-align: inherit
    }

    ::-webkit-datetime-edit {
        display: inline-flex
    }

    ::-webkit-datetime-edit,::-webkit-datetime-edit-year-field {
        padding-top: 0;
        padding-bottom: 0
    }

    ::-webkit-datetime-edit-day-field,::-webkit-datetime-edit-month-field {
        padding-top: 0;
        padding-bottom: 0
    }

    ::-webkit-datetime-edit-hour-field,::-webkit-datetime-edit-minute-field {
        padding-top: 0;
        padding-bottom: 0
    }

    ::-webkit-datetime-edit-millisecond-field,::-webkit-datetime-edit-second-field {
        padding-top: 0;
        padding-bottom: 0
    }

    ::-webkit-datetime-edit-meridiem-field {
        padding-top: 0;
        padding-bottom: 0
    }

    select {
        print-color-adjust: exact;
        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 .5rem center;
        background-repeat: no-repeat;
        background-size: 1.5em 1.5em;
        padding-right: 2.5rem
    }

    [multiple],[size]: where(select:not([size="1"])) {
        background-image:none;
        background-position: 0 0;
        background-repeat: unset;
        background-size: initial;
        print-color-adjust: unset;
        padding-right: .75rem
    }

    [type=checkbox],[type=radio] {
        appearance: none;
        print-color-adjust: exact;
        vertical-align: middle;
        -webkit-user-select: none;
        user-select: none;
        color: oklch(54.6% .245 262.881);
        --tw-shadow: 0 0 #0000;
        background-color: #fff;
        background-origin: border-box;
        border-width: 1px;
        border-color: oklch(55.1% .027 264.364);
        flex-shrink: 0;
        width: 1rem;
        height: 1rem;
        padding: 0;
        display: inline-block
    }

    [type=checkbox] {
        border-radius: 0
    }

    [type=radio] {
        border-radius: 100%
    }

    [type=checkbox]: focus,[type=radio]:focus {
        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% .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);
        outline: 2px solid #0000
    }

    [type=checkbox]: checked,[type=radio]:checked {
        background-color:currentColor;
        background-position: 50%;
        background-repeat: no-repeat;
        background-size: 100% 100%;
        border-color: #0000
    }

    [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) {
        [type=checkbox]:checked {
            appearance: auto
        }
    }

    [type=radio]: checked {
        background-image:url("data:image/svg+xml,%3csvg viewBox='0 0 16 16' fill='white' xmlns='http://www.w3.org/2000/svg'%3e%3ccircle cx='8' cy='8' r='3'/%3e%3c/svg%3e")
    }

    @media (forced-colors:active) {
        [type=radio]:checked {
            appearance: auto
        }
    }

    [type=checkbox]: checked:focus,[type=checkbox]:checked:hover,[type=radio]:checked:focus,[type=radio]:checked:hover {
        background-color:currentColor;
        border-color: #0000
    }

    [type=checkbox]: indeterminate {
        background-color:currentColor;
        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");
        background-position: 50%;
        background-repeat: no-repeat;
        background-size: 100% 100%;
        border-color: #0000
    }

    @media (forced-colors:active) {
        [type=checkbox]:indeterminate {
            appearance: auto
        }
    }

    [type=checkbox]: indeterminate:focus,[type=checkbox]:indeterminate:hover {
        background-color:currentColor;
        border-color: #0000
    }

    [type=file] {
        background: unset;
        border-color: inherit;
        font-size: unset;
        line-height: inherit;
        border-width: 0;
        border-radius: 0;
        padding: 0
    }

    [type=file]: focus {
        outline:1px solid buttontext;
        outline: 1px auto -webkit-focus-ring-color
    }
}

@layer components;@layer utilities {
    .pointer-events-auto {
        pointer-events: auto
    }

    .pointer-events-none {
        pointer-events: none
    }

    .sr-only {
        clip: rect(0,0,0,0);
        white-space: nowrap;
        border-width: 0;
        width: 1px;
        height: 1px;
        margin: -1px;
        padding: 0;
        overflow: hidden
    }

    .absolute,.sr-only {
        position: absolute
    }

    .fixed {
        position: fixed
    }

    .relative {
        position: relative
    }

    .static {
        position: static
    }

    .sticky {
        position: sticky
    }

    .-inset-px {
        inset: -1px
    }

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

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

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

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

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

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

    .top-\[148px\] {
        top: 148px
    }

    .-right-full {
        right: -100%
    }

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

    .-bottom-3\.5 {
        bottom: calc(var(--spacing)*-3.5)
    }

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

    .bottom-2\.5 {
        bottom: calc(var(--spacing)*2.5)
    }

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

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

    .left-3\.5 {
        left: calc(var(--spacing)*3.5)
    }

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

    .isolate {
        isolation: isolate
    }

    .-z-10 {
        z-index: calc(10*-1)
    }

    .z-0 {
        z-index: 0
    }

    .z-10 {
        z-index: 10
    }

    .z-20 {
        z-index: 20
    }

    .z-30 {
        z-index: 30
    }

    .z-40 {
        z-index: 40
    }

    .z-50 {
        z-index: 50
    }

    .z-60 {
        z-index: 60
    }

    .order-1 {
        order: 1
    }

    .order-2 {
        order: 2
    }

    .order-3 {
        order: 3
    }

    .col-span-2 {
        grid-column: span 2/span 2
    }

    .col-span-3 {
        grid-column: span 3/span 3
    }

    .col-span-4 {
        grid-column: span 4/span 4
    }

    .col-span-6 {
        grid-column: span 6/span 6
    }

    .col-span-7 {
        grid-column: span 7/span 7
    }

    .col-span-11 {
        grid-column: span 11/span 11
    }

    .col-span-12 {
        grid-column: span 12/span 12
    }

    .col-span-full {
        grid-column: 1/-1
    }

    .col-start-1 {
        grid-column-start: 1
    }

    .col-start-5 {
        grid-column-start: 5
    }

    .col-start-6 {
        grid-column-start: 6
    }

    .col-end-5 {
        grid-column-end: 5
    }

    .container {
        width: 100%
    }

    @media (min-width: 40rem) {
        .container {
            max-width:40rem
        }
    }

    @media (min-width: 48rem) {
        .container {
            max-width:48rem
        }
    }

    @media (min-width: 64rem) {
        .container {
            max-width:64rem
        }
    }

    @media (min-width: 80rem) {
        .container {
            max-width:80rem
        }
    }

    @media (min-width: 96rem) {
        .container {
            max-width:96rem
        }
    }

    .m-0 {
        margin: calc(var(--spacing)*0)
    }

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

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

    .mx-auto {
        margin-inline:auto}

    .my-16 {
        margin-block:calc(var(--spacing)*16)}

    .me-3 {
        margin-inline-end: calc(var(--spacing)*3)
    }

    .prose {
        color: var(--tw-prose-body);
        max-width: 65ch
    }

    .prose :where(p): not(:where([class~=not-prose],[class~=not-prose] *)) {
        margin-top:1.25em;
        margin-bottom: 1.25em
    }

    .prose :where([class~=lead]): not(:where([class~=not-prose],[class~=not-prose] *)) {
        color:var(--tw-prose-lead);
        margin-top: 1.2em;
        margin-bottom: 1.2em;
        font-size: 1.25em;
        line-height: 1.6
    }

    .prose :where(a): not(:where([class~=not-prose],[class~=not-prose] *)) {
        color:var(--tw-prose-links);
        font-weight: 500;
        text-decoration: underline
    }

    .prose :where(strong): not(:where([class~=not-prose],[class~=not-prose] *)) {
        color:var(--tw-prose-bold);
        font-weight: 600
    }

    .prose :where(a strong): not(:where([class~=not-prose],[class~=not-prose] *)),.prose :where(blockquote strong):not(:where([class~=not-prose],[class~=not-prose] *)),.prose :where(thead th strong):not(:where([class~=not-prose],[class~=not-prose] *)) {
        color:inherit
    }

    .prose :where(ol): not(:where([class~=not-prose],[class~=not-prose] *)) {
        margin-top:1.25em;
        margin-bottom: 1.25em;
        padding-inline-start:1.625em;list-style-type: decimal
    }

    .prose :where(ol[type=A]): not(:where([class~=not-prose],[class~=not-prose] *)) {
        list-style-type:upper-alpha
    }

    .prose :where(ol[type=a]): not(:where([class~=not-prose],[class~=not-prose] *)) {
        list-style-type:lower-alpha
    }

    .prose :where(ol[type=A s]): not(:where([class~=not-prose],[class~=not-prose] *)) {
        list-style-type:upper-alpha
    }

    .prose :where(ol[type=a s]): not(:where([class~=not-prose],[class~=not-prose] *)) {
        list-style-type:lower-alpha
    }

    .prose :where(ol[type=I]): not(:where([class~=not-prose],[class~=not-prose] *)) {
        list-style-type:upper-roman
    }

    .prose :where(ol[type=i]): not(:where([class~=not-prose],[class~=not-prose] *)) {
        list-style-type:lower-roman
    }

    .prose :where(ol[type=I s]): not(:where([class~=not-prose],[class~=not-prose] *)) {
        list-style-type:upper-roman
    }

    .prose :where(ol[type=i s]): not(:where([class~=not-prose],[class~=not-prose] *)) {
        list-style-type:lower-roman
    }

    .prose :where(ol[type="1"]): not(:where([class~=not-prose],[class~=not-prose] *)) {
        list-style-type:decimal
    }

    .prose :where(ul): not(:where([class~=not-prose],[class~=not-prose] *)) {
        margin-top:1.25em;
        margin-bottom: 1.25em;
        padding-inline-start:1.625em;list-style-type: disc
    }

    .prose :where(ol>li): not(:where([class~=not-prose],[class~=not-prose] *))::marker {
        color:var(--tw-prose-counters);
        font-weight: 400
    }

    .prose :where(ul>li): not(:where([class~=not-prose],[class~=not-prose] *))::marker {
        color:var(--tw-prose-bullets)
    }

    .prose :where(dt): not(:where([class~=not-prose],[class~=not-prose] *)) {
        color:var(--tw-prose-headings);
        margin-top: 1.25em;
        font-weight: 600
    }

    .prose :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
    }

    .prose :where(blockquote): not(:where([class~=not-prose],[class~=not-prose] *)) {
        color:var(--tw-prose-quotes);
        border-inline-start-width:.25rem;border-inline-start-color:var(--tw-prose-quote-borders);quotes: "“""”""‘""’";
        margin-top: 1.6em;
        margin-bottom: 1.6em;
        padding-inline-start:1em;font-style: italic;
        font-weight: 500
    }

    .prose :where(blockquote p: first-of-type):not(:where([class~=not-prose],[class~=not-prose] *)):before {
        content:open-quote
    }

    .prose :where(blockquote p: last-of-type):not(:where([class~=not-prose],[class~=not-prose] *)):after {
        content:close-quote
    }

    .prose :where(h1): not(:where([class~=not-prose],[class~=not-prose] *)) {
        color:var(--tw-prose-headings);
        margin-top: 0;
        margin-bottom: .888889em;
        font-size: 2.25em;
        font-weight: 800;
        line-height: 1.11111
    }

    .prose :where(h1 strong): not(:where([class~=not-prose],[class~=not-prose] *)) {
        color:inherit;
        font-weight: 900
    }

    .prose :where(h2): not(:where([class~=not-prose],[class~=not-prose] *)) {
        color:var(--tw-prose-headings);
        margin-top: 2em;
        margin-bottom: 1em;
        font-size: 1.5em;
        font-weight: 700;
        line-height: 1.33333
    }

    .prose :where(h2 strong): not(:where([class~=not-prose],[class~=not-prose] *)) {
        color:inherit;
        font-weight: 800
    }

    .prose :where(h3): not(:where([class~=not-prose],[class~=not-prose] *)) {
        color:var(--tw-prose-headings);
        margin-top: 1.6em;
        margin-bottom: .6em;
        font-size: 1.25em;
        font-weight: 600;
        line-height: 1.6
    }

    .prose :where(h3 strong): not(:where([class~=not-prose],[class~=not-prose] *)) {
        color:inherit;
        font-weight: 700
    }

    .prose :where(h4): not(:where([class~=not-prose],[class~=not-prose] *)) {
        color:var(--tw-prose-headings);
        margin-top: 1.5em;
        margin-bottom: .5em;
        font-weight: 600;
        line-height: 1.5
    }

    .prose :where(h4 strong): not(:where([class~=not-prose],[class~=not-prose] *)) {
        color:inherit;
        font-weight: 700
    }

    .prose :where(img): not(:where([class~=not-prose],[class~=not-prose] *)) {
        margin-top:2em;
        margin-bottom: 2em
    }

    .prose :where(picture): not(:where([class~=not-prose],[class~=not-prose] *)) {
        margin-top:2em;
        margin-bottom: 2em;
        display: block
    }

    .prose :where(video): not(:where([class~=not-prose],[class~=not-prose] *)) {
        margin-top:2em;
        margin-bottom: 2em
    }

    .prose :where(kbd): not(:where([class~=not-prose],[class~=not-prose] *)) {
        color:var(--tw-prose-kbd);
        box-shadow: 0 0 0 1px rgb(var(--tw-prose-kbd-shadows)/10%),0 3px 0 rgb(var(--tw-prose-kbd-shadows)/10%);
        padding-top: .1875em;
        padding-inline-end:.375em;padding-bottom: .1875em;
        border-radius: .3125rem;
        padding-inline-start:.375em;font-family: inherit;
        font-size: .875em;
        font-weight: 500
    }

    .prose :where(code): not(:where([class~=not-prose],[class~=not-prose] *)) {
        color:var(--tw-prose-code);
        font-size: .875em;
        font-weight: 600
    }

    .prose :where(code): not(:where([class~=not-prose],[class~=not-prose] *)):after,.prose :where(code):not(:where([class~=not-prose],[class~=not-prose] *)):before {
        content:"`"
    }

    .prose :where(a code): not(:where([class~=not-prose],[class~=not-prose] *)),.prose :where(h1 code):not(:where([class~=not-prose],[class~=not-prose] *)) {
        color:inherit
    }

    .prose :where(h2 code): not(:where([class~=not-prose],[class~=not-prose] *)) {
        color:inherit;
        font-size: .875em
    }

    .prose :where(h3 code): not(:where([class~=not-prose],[class~=not-prose] *)) {
        color:inherit;
        font-size: .9em
    }

    .prose :where(blockquote code): not(:where([class~=not-prose],[class~=not-prose] *)),.prose :where(h4 code):not(:where([class~=not-prose],[class~=not-prose] *)),.prose :where(thead th code):not(:where([class~=not-prose],[class~=not-prose] *)) {
        color:inherit
    }

    .prose :where(pre): not(:where([class~=not-prose],[class~=not-prose] *)) {
        color:var(--tw-prose-pre-code);
        background-color: var(--tw-prose-pre-bg);
        padding-top: .857143em;
        padding-inline-end:1.14286em;padding-bottom: .857143em;
        border-radius: .375rem;
        margin-top: 1.71429em;
        margin-bottom: 1.71429em;
        padding-inline-start:1.14286em;font-size: .875em;
        font-weight: 400;
        line-height: 1.71429;
        overflow-x: auto
    }

    .prose :where(pre code): not(:where([class~=not-prose],[class~=not-prose] *)) {
        font-weight:inherit;
        color: inherit;
        font-size: inherit;
        font-family: inherit;
        line-height: inherit;
        background-color: #0000;
        border-width: 0;
        border-radius: 0;
        padding: 0
    }

    .prose :where(pre code): not(:where([class~=not-prose],[class~=not-prose] *)):after,.prose :where(pre code):not(:where([class~=not-prose],[class~=not-prose] *)):before {
        content:none
    }

    .prose :where(table): not(:where([class~=not-prose],[class~=not-prose] *)) {
        table-layout:auto;
        width: 100%;
        margin-top: 2em;
        margin-bottom: 2em;
        font-size: .875em;
        line-height: 1.71429
    }

    .prose :where(thead): not(:where([class~=not-prose],[class~=not-prose] *)) {
        border-bottom-width:1px;
        border-bottom-color: var(--tw-prose-th-borders)
    }

    .prose :where(thead th): not(:where([class~=not-prose],[class~=not-prose] *)) {
        color:var(--tw-prose-headings);
        vertical-align: bottom;
        padding-inline-end:.571429em;padding-bottom: .571429em;
        padding-inline-start:.571429em;font-weight: 600
    }

    .prose :where(tbody tr): not(:where([class~=not-prose],[class~=not-prose] *)) {
        border-bottom-width:1px;
        border-bottom-color: var(--tw-prose-td-borders)
    }

    .prose :where(tbody tr: last-child):not(:where([class~=not-prose],[class~=not-prose] *)) {
        border-bottom-width:0
    }

    .prose :where(tbody td): not(:where([class~=not-prose],[class~=not-prose] *)) {
        vertical-align:baseline
    }

    .prose :where(tfoot): not(:where([class~=not-prose],[class~=not-prose] *)) {
        border-top-width:1px;
        border-top-color: var(--tw-prose-th-borders)
    }

    .prose :where(tfoot td): not(:where([class~=not-prose],[class~=not-prose] *)) {
        vertical-align:top
    }

    .prose :where(th,td): not(:where([class~=not-prose],[class~=not-prose] *)) {
        text-align:start
    }

    .prose :where(figure>*): not(:where([class~=not-prose],[class~=not-prose] *)) {
        margin-top:0;
        margin-bottom: 0
    }

    .prose :where(figcaption): not(:where([class~=not-prose],[class~=not-prose] *)) {
        color:var(--tw-prose-captions);
        margin-top: .857143em;
        font-size: .875em;
        line-height: 1.42857
    }

    .prose {
        --tw-prose-body: oklch(37.3% .034 259.733);
        --tw-prose-headings: oklch(21% .034 264.665);
        --tw-prose-lead: oklch(44.6% .03 256.802);
        --tw-prose-links: oklch(21% .034 264.665);
        --tw-prose-bold: oklch(21% .034 264.665);
        --tw-prose-counters: oklch(55.1% .027 264.364);
        --tw-prose-bullets: oklch(87.2% .01 258.338);
        --tw-prose-hr: oklch(92.8% .006 264.531);
        --tw-prose-quotes: oklch(21% .034 264.665);
        --tw-prose-quote-borders: oklch(92.8% .006 264.531);
        --tw-prose-captions: oklch(55.1% .027 264.364);
        --tw-prose-kbd: oklch(21% .034 264.665);
        --tw-prose-kbd-shadows: NaN NaN NaN;
        --tw-prose-code: oklch(21% .034 264.665);
        --tw-prose-pre-code: oklch(92.8% .006 264.531);
        --tw-prose-pre-bg: oklch(27.8% .033 256.848);
        --tw-prose-th-borders: oklch(87.2% .01 258.338);
        --tw-prose-td-borders: oklch(92.8% .006 264.531);
        --tw-prose-invert-body: oklch(87.2% .01 258.338);
        --tw-prose-invert-headings: #fff;
        --tw-prose-invert-lead: oklch(70.7% .022 261.325);
        --tw-prose-invert-links: #fff;
        --tw-prose-invert-bold: #fff;
        --tw-prose-invert-counters: oklch(70.7% .022 261.325);
        --tw-prose-invert-bullets: oklch(44.6% .03 256.802);
        --tw-prose-invert-hr: oklch(37.3% .034 259.733);
        --tw-prose-invert-quotes: oklch(96.7% .003 264.542);
        --tw-prose-invert-quote-borders: oklch(37.3% .034 259.733);
        --tw-prose-invert-captions: oklch(70.7% .022 261.325);
        --tw-prose-invert-kbd: #fff;
        --tw-prose-invert-kbd-shadows: 255 255 255;
        --tw-prose-invert-code: #fff;
        --tw-prose-invert-pre-code: oklch(87.2% .01 258.338);
        --tw-prose-invert-pre-bg: #00000080;
        --tw-prose-invert-th-borders: oklch(44.6% .03 256.802);
        --tw-prose-invert-td-borders: oklch(37.3% .034 259.733);
        font-size: 1rem;
        line-height: 1.75
    }

    .prose :where(picture>img): not(:where([class~=not-prose],[class~=not-prose] *)) {
        margin-top:0;
        margin-bottom: 0
    }

    .prose :where(li): not(:where([class~=not-prose],[class~=not-prose] *)) {
        margin-top:.5em;
        margin-bottom: .5em
    }

    .prose :where(ol>li): not(:where([class~=not-prose],[class~=not-prose] *)),.prose :where(ul>li):not(:where([class~=not-prose],[class~=not-prose] *)) {
        padding-inline-start:.375em
    }

    .prose :where(.prose>ul>li p): not(:where([class~=not-prose],[class~=not-prose] *)) {
        margin-top:.75em;
        margin-bottom: .75em
    }

    .prose :where(.prose>ul>li>p: first-child):not(:where([class~=not-prose],[class~=not-prose] *)) {
        margin-top:1.25em
    }

    .prose :where(.prose>ul>li>p: last-child):not(:where([class~=not-prose],[class~=not-prose] *)) {
        margin-bottom:1.25em
    }

    .prose :where(.prose>ol>li>p: first-child):not(:where([class~=not-prose],[class~=not-prose] *)) {
        margin-top:1.25em
    }

    .prose :where(.prose>ol>li>p: last-child):not(:where([class~=not-prose],[class~=not-prose] *)) {
        margin-bottom:1.25em
    }

    .prose :where(ul ul,ul ol,ol ul,ol ol): not(:where([class~=not-prose],[class~=not-prose] *)) {
        margin-top:.75em;
        margin-bottom: .75em
    }

    .prose :where(dl): not(:where([class~=not-prose],[class~=not-prose] *)) {
        margin-top:1.25em;
        margin-bottom: 1.25em
    }

    .prose :where(dd): not(:where([class~=not-prose],[class~=not-prose] *)) {
        margin-top:.5em;
        padding-inline-start:1.625em}

    .prose :where(h2+*): not(:where([class~=not-prose],[class~=not-prose] *)),.prose :where(h3+*):not(:where([class~=not-prose],[class~=not-prose] *)),.prose :where(h4+*):not(:where([class~=not-prose],[class~=not-prose] *)),.prose :where(hr+*):not(:where([class~=not-prose],[class~=not-prose] *)) {
        margin-top:0
    }

    .prose :where(thead th: first-child):not(:where([class~=not-prose],[class~=not-prose] *)) {
        padding-inline-start:0
    }

    .prose :where(thead th: last-child):not(:where([class~=not-prose],[class~=not-prose] *)) {
        padding-inline-end:0
    }

    .prose :where(tbody td,tfoot td): not(:where([class~=not-prose],[class~=not-prose] *)) {
        padding-top:.571429em;
        padding-inline-end:.571429em;padding-bottom: .571429em;
        padding-inline-start:.571429em}

    .prose :where(tbody td: first-child,tfoot td:first-child):not(:where([class~=not-prose],[class~=not-prose] *)) {
        padding-inline-start:0
    }

    .prose :where(tbody td: last-child,tfoot td:last-child):not(:where([class~=not-prose],[class~=not-prose] *)) {
        padding-inline-end:0
    }

    .prose :where(figure): not(:where([class~=not-prose],[class~=not-prose] *)) {
        margin-top:2em;
        margin-bottom: 2em
    }

    .prose :where(.prose>:first-child):not(:where([class~=not-prose],[class~=not-prose] *)) {
        margin-top: 0
    }

    .prose :where(.prose>:last-child):not(:where([class~=not-prose],[class~=not-prose] *)) {
        margin-bottom: 0
    }

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

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

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

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

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

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

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

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

    .mt-auto {
        margin-top: auto
    }

    .mr-1 {
        margin-right: calc(var(--spacing)*1)
    }

    .mr-3 {
        margin-right: calc(var(--spacing)*3)
    }

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

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

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

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

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

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

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

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

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

    .ml-1 {
        margin-left: calc(var(--spacing)*1)
    }

    .ml-2 {
        margin-left: calc(var(--spacing)*2)
    }

    .ml-3 {
        margin-left: calc(var(--spacing)*3)
    }

    .ml-4 {
        margin-left: calc(var(--spacing)*4)
    }

    .ml-6 {
        margin-left: calc(var(--spacing)*6)
    }

    .ml-auto {
        margin-left: auto
    }

    .box-content {
        box-sizing: content-box
    }

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

    .block {
        display: block
    }

    .contents {
        display: contents
    }

    .flex {
        display: flex
    }

    .grid {
        display: grid
    }

    .hidden {
        display: none
    }

    .inline {
        display: inline
    }

    .inline-block {
        display: inline-block
    }

    .inline-flex {
        display: inline-flex
    }

    .table {
        display: table
    }

    .table-row {
        display: table-row
    }

    .aspect-\[190\/24\] {
        aspect-ratio: 190/24
    }

    .aspect-\[300\/200\] {
        aspect-ratio: 300/200
    }

    .aspect-\[360\/240\] {
        aspect-ratio: 360/240
    }

    .aspect-\[500\/300\] {
        aspect-ratio: 500/300
    }

    .aspect-square {
        aspect-ratio: 1
    }

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

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

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

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

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

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

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

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

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

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

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

    .h-\(--anchor-max-height\) {
        height: var(--anchor-max-height)
    }

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

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

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

    .h-3\/4 {
        height: 75%
    }

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

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

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

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

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

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

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

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

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

    .h-\[30px\] {
        height: 30px
    }

    .h-\[35px\] {
        height: 35px
    }

    .h-\[50px\] {
        height: 50px
    }

    .h-\[60px\] {
        height: 60px
    }

    .h-\[70px\] {
        height: 70px
    }

    .h-\[150vh\] {
        height: 150vh
    }

    .h-\[240px\] {
        height: 240px
    }

    .h-\[450px\] {
        height: 450px
    }

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

    .h-auto {
        height: auto
    }

    .h-auto\! {
        height: auto!important
    }

    .h-fit {
        height: fit-content
    }

    .h-full {
        height: 100%
    }

    .h-px {
        height: 1px
    }

    .h-screen {
        height: 100vh
    }

    .max-h-60 {
        max-height: calc(var(--spacing)*60)
    }

    .max-h-80 {
        max-height: calc(var(--spacing)*80)
    }

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

    .min-h-16 {
        min-height: calc(var(--spacing)*16)
    }

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

    .min-h-full {
        min-height: 100%
    }

    .w-\(--button-width\) {
        width: var(--button-width)
    }

    .w-1\/2 {
        width: 50%
    }

    .w-1\/3 {
        width: 33.3333%
    }

    .w-1\/4 {
        width: 25%
    }

    .w-2\.5 {
        width: calc(var(--spacing)*2.5)
    }

    .w-2\/3 {
        width: 66.6667%
    }

    .w-2\/6 {
        width: 33.3333%
    }

    .w-3\/4 {
        width: 75%
    }

    .w-4 {
        width: calc(var(--spacing)*4)
    }

    .w-4\/5 {
        width: 80%
    }

    .w-5 {
        width: calc(var(--spacing)*5)
    }

    .w-6 {
        width: calc(var(--spacing)*6)
    }

    .w-8 {
        width: calc(var(--spacing)*8)
    }

    .w-9 {
        width: calc(var(--spacing)*9)
    }

    .w-10 {
        width: calc(var(--spacing)*10)
    }

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

    .w-\[200px\] {
        width: 200px
    }

    .w-\[360px\] {
        width: 360px
    }

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

    .w-\[450px\] {
        width: 450px
    }

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

    .w-auto {
        width: auto
    }

    .w-fit {
        width: fit-content
    }

    .w-full {
        width: 100%
    }

    .w-screen {
        width: 100vw
    }

    .max-w-\(--breakpoint-xl\) {
        max-width: var(--breakpoint-xl)
    }

    .max-w-3\/4 {
        max-width: 75%
    }

    .max-w-3xl {
        max-width: var(--container-3xl)
    }

    .max-w-5xl {
        max-width: var(--container-5xl)
    }

    .max-w-\[75\%\] {
        max-width: 75%
    }

    .max-w-\[80\%\] {
        max-width: 80%
    }

    .max-w-container-2xl {
        max-width: var(--spacing-container-2xl)
    }

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

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

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

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

    .min-w-0 {
        min-width: calc(var(--spacing)*0)
    }

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

    .flex-1 {
        flex: 1
    }

    .flex-none {
        flex: none
    }

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

    .shrink {
        flex-shrink: 1
    }

    .shrink-0 {
        flex-shrink: 0
    }

    .grow {
        flex-grow: 1
    }

    .table-auto {
        table-layout: auto
    }

    .origin-bottom {
        transform-origin: bottom
    }

    .origin-top {
        transform-origin: top
    }

    .-translate-x-1 {
        --tw-translate-x: calc(var(--spacing)*-1)
    }

    .-translate-x-1,.-translate-x-1\/2 {
        translate: var(--tw-translate-x)var(--tw-translate-y)
    }

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

    .translate-x-full {
        --tw-translate-x: 100%
    }

    .-translate-y-1\/2,.translate-x-full {
        translate: var(--tw-translate-x)var(--tw-translate-y)
    }

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

    .-translate-y-5 {
        --tw-translate-y: calc(var(--spacing)*-5)
    }

    .-translate-y-5,.-translate-y-full {
        translate: var(--tw-translate-x)var(--tw-translate-y)
    }

    .-translate-y-full {
        --tw-translate-y: -100%
    }

    .translate-y-0 {
        --tw-translate-y: calc(var(--spacing)*0);
        translate: var(--tw-translate-x)var(--tw-translate-y)
    }

    .scale-95 {
        --tw-scale-x: 95%;
        --tw-scale-y: 95%;
        --tw-scale-z: 95%
    }

    .scale-100,.scale-95 {
        scale: var(--tw-scale-x)var(--tw-scale-y)
    }

    .scale-100 {
        --tw-scale-x: 100%;
        --tw-scale-y: 100%;
        --tw-scale-z: 100%
    }

    .rotate-180 {
        rotate: 180deg
    }

    .transform {
        transform: var(--tw-rotate-x,)var(--tw-rotate-y,)var(--tw-rotate-z,)var(--tw-skew-x,)var(--tw-skew-y,)
    }

    .animate-pulse {
        animation: var(--animate-pulse)
    }

    .animate-spin {
        animation: var(--animate-spin)
    }

    .cursor-grab {
        cursor: grab
    }

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

    .cursor-pointer {
        cursor: pointer
    }

    .touch-pan-x {
        --tw-pan-x: pan-x;
        touch-action: var(--tw-pan-x,)var(--tw-pan-y,)var(--tw-pinch-zoom,)
    }

    .resize {
        resize: both
    }

    .list-none {
        list-style-type: none
    }

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

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

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

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

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

    .grid-rows-\[0fr\] {
        grid-template-rows: 0fr
    }

    .grid-rows-\[1fr\] {
        grid-template-rows: 1fr
    }

    .flex-col {
        flex-direction: column
    }

    .flex-row {
        flex-direction: row
    }

    .flex-nowrap {
        flex-wrap: nowrap
    }

    .flex-wrap {
        flex-wrap: wrap
    }

    .place-items-center {
        place-items: center
    }

    .items-baseline {
        align-items: baseline
    }

    .items-center {
        align-items: center
    }

    .items-end {
        align-items: flex-end
    }

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

    .items-stretch {
        align-items: stretch
    }

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

    .justify-center {
        justify-content: center
    }

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

    .justify-start {
        justify-content: flex-start
    }

    .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-6 {
        gap: calc(var(--spacing)*6)
    }

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

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

    :where(.space-y-1>:not(:last-child)) {
        --tw-space-y-reverse: 0;
        margin-block-start:calc(calc(var(--spacing)*1)*var(--tw-space-y-reverse));margin-block-end: calc(calc(var(--spacing)*1)*calc(1 - var(--tw-space-y-reverse)))
    }

    :where(.space-y-2>:not(:last-child)) {
        --tw-space-y-reverse: 0;
        margin-block-start:calc(calc(var(--spacing)*2)*var(--tw-space-y-reverse));margin-block-end: calc(calc(var(--spacing)*2)*calc(1 - var(--tw-space-y-reverse)))
    }

    :where(.space-y-3>:not(:last-child)) {
        --tw-space-y-reverse: 0;
        margin-block-start:calc(calc(var(--spacing)*3)*var(--tw-space-y-reverse));margin-block-end: calc(calc(var(--spacing)*3)*calc(1 - var(--tw-space-y-reverse)))
    }

    :where(.space-y-6>:not(:last-child)) {
        --tw-space-y-reverse: 0;
        margin-block-start:calc(calc(var(--spacing)*6)*var(--tw-space-y-reverse));margin-block-end: calc(calc(var(--spacing)*6)*calc(1 - var(--tw-space-y-reverse)))
    }

    :where(.space-y-10>:not(:last-child)) {
        --tw-space-y-reverse: 0;
        margin-block-start:calc(calc(var(--spacing)*10)*var(--tw-space-y-reverse));margin-block-end: calc(calc(var(--spacing)*10)*calc(1 - var(--tw-space-y-reverse)))
    }

    :where(.space-y-14>:not(:last-child)) {
        --tw-space-y-reverse: 0;
        margin-block-start:calc(calc(var(--spacing)*14)*var(--tw-space-y-reverse));margin-block-end: calc(calc(var(--spacing)*14)*calc(1 - var(--tw-space-y-reverse)))
    }

    :where(.space-y-20>:not(:last-child)) {
        --tw-space-y-reverse: 0;
        margin-block-start:calc(calc(var(--spacing)*20)*var(--tw-space-y-reverse));margin-block-end: calc(calc(var(--spacing)*20)*calc(1 - var(--tw-space-y-reverse)))
    }

    .gap-x-1 {
        column-gap: calc(var(--spacing)*1)
    }

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

    .gap-x-2\.5 {
        column-gap: calc(var(--spacing)*2.5)
    }

    .gap-x-3 {
        column-gap: calc(var(--spacing)*3)
    }

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

    .gap-x-6 {
        column-gap: calc(var(--spacing)*6)
    }

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

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

    .gap-x-11 {
        column-gap: calc(var(--spacing)*11)
    }

    .gap-x-12 {
        column-gap: calc(var(--spacing)*12)
    }

    .gap-x-32 {
        column-gap: calc(var(--spacing)*32)
    }

    :where(.space-x-1>:not(:last-child)) {
        --tw-space-x-reverse: 0;
        margin-inline-start:calc(calc(var(--spacing)*1)*var(--tw-space-x-reverse));margin-inline-end: calc(calc(var(--spacing)*1)*calc(1 - var(--tw-space-x-reverse)))
    }

    :where(.space-x-1\.5>: not(:last-child)) {
        --tw-space-x-reverse:0;
        margin-inline-start:calc(calc(var(--spacing)*1.5)*var(--tw-space-x-reverse));margin-inline-end: calc(calc(var(--spacing)*1.5)*calc(1 - var(--tw-space-x-reverse)))
    }

    :where(.space-x-3>:not(:last-child)) {
        --tw-space-x-reverse: 0;
        margin-inline-start:calc(calc(var(--spacing)*3)*var(--tw-space-x-reverse));margin-inline-end: calc(calc(var(--spacing)*3)*calc(1 - var(--tw-space-x-reverse)))
    }

    :where(.space-x-6>:not(:last-child)) {
        --tw-space-x-reverse: 0;
        margin-inline-start:calc(calc(var(--spacing)*6)*var(--tw-space-x-reverse));margin-inline-end: calc(calc(var(--spacing)*6)*calc(1 - var(--tw-space-x-reverse)))
    }

    .\!gap-y-10 {
        row-gap: calc(var(--spacing)*10)!important
    }

    .\!gap-y-20 {
        row-gap: calc(var(--spacing)*20)!important
    }

    .gap-y-1 {
        row-gap: calc(var(--spacing)*1)
    }

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

    .gap-y-2\.5 {
        row-gap: calc(var(--spacing)*2.5)
    }

    .gap-y-3 {
        row-gap: calc(var(--spacing)*3)
    }

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

    .gap-y-6 {
        row-gap: calc(var(--spacing)*6)
    }

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

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

    .gap-y-16 {
        row-gap: calc(var(--spacing)*16)
    }

    .gap-y-20 {
        row-gap: calc(var(--spacing)*20)
    }

    .self-center {
        align-self: center
    }

    .self-end {
        align-self: flex-end
    }

    .justify-self-center {
        justify-self: center
    }

    .justify-self-end {
        justify-self: flex-end
    }

    .justify-self-stretch {
        justify-self: stretch
    }

    .overflow-auto {
        overflow: auto
    }

    .overflow-hidden {
        overflow: hidden
    }

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

    .overflow-y-scroll {
        overflow-y: scroll
    }

    .rounded {
        border-radius: .25rem
    }

    .rounded-2xl {
        border-radius: var(--radius-2xl)
    }

    .rounded-full {
        border-radius: 3.40282e+38px
    }

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

    .rounded-t-xl {
        border-top-left-radius: var(--radius-xl);
        border-top-right-radius: var(--radius-xl)
    }

    .rounded-l-full {
        border-top-left-radius: 3.40282e+38px;
        border-bottom-left-radius: 3.40282e+38px
    }

    .rounded-l-lg {
        border-top-left-radius: var(--radius-lg);
        border-bottom-left-radius: var(--radius-lg)
    }

    .rounded-br-lg {
        border-bottom-right-radius: var(--radius-lg)
    }

    .rounded-bl-lg {
        border-bottom-left-radius: var(--radius-lg)
    }

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

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

    .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-none {
        --tw-border-style: none;
        border-style: none
    }

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

    .border-blue-700\/20 {
        border-color: #1447e633
    }

    @supports (color: color-mix(in lab,red,red)) {
        .border-blue-700\/20 {
            border-color:color-mix(in oklab,var(--color-blue-700)20%,transparent)
        }
    }

    .border-brand-dark {
        border-color: var(--color-brand-dark)
    }

    .border-brand-dark\/10 {
        border-color: #1818181a
    }

    @supports (color: color-mix(in lab,red,red)) {
        .border-brand-dark\/10 {
            border-color:color-mix(in oklab,var(--color-brand-dark)10%,transparent)
        }
    }

    .border-brand-orange {
        border-color: var(--color-brand-orange)
    }

    .border-emerald-700\/20 {
        border-color: #00795633
    }

    @supports (color: color-mix(in lab,red,red)) {
        .border-emerald-700\/20 {
            border-color:color-mix(in oklab,var(--color-emerald-700)20%,transparent)
        }
    }

    .border-gray-200 {
        border-color: var(--color-gray-200)
    }

    .border-gray-300 {
        border-color: var(--color-gray-300)
    }

    .border-green-700\/20 {
        border-color: #00813833
    }

    @supports (color: color-mix(in lab,red,red)) {
        .border-green-700\/20 {
            border-color:color-mix(in oklab,var(--color-green-700)20%,transparent)
        }
    }

    .border-red-400 {
        border-color: var(--color-red-400)
    }

    .border-red-700\/20 {
        border-color: #bf000f33
    }

    @supports (color: color-mix(in lab,red,red)) {
        .border-red-700\/20 {
            border-color:color-mix(in oklab,var(--color-red-700)20%,transparent)
        }
    }

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

    .border-b-white\/20 {
        border-bottom-color: #fff3
    }

    @supports (color: color-mix(in lab,red,red)) {
        .border-b-white\/20 {
            border-bottom-color:color-mix(in oklab,var(--color-white)20%,transparent)
        }
    }

    .bg-\[\#00309A\] {
        background-color: #00309a
    }

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

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

    .bg-\[\#F0F0EC\] {
        background-color: #f0f0ec
    }

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

    .bg-\[rgba\(24\,24\,24\,0\.03\)\] {
        background-color: #18181808
    }

    .bg-blue-400 {
        background-color: var(--color-blue-400)
    }

    .bg-brand-dark {
        background-color: var(--color-brand-dark)
    }

    .bg-brand-dark\/3 {
        background-color: #18181808
    }

    @supports (color: color-mix(in lab,red,red)) {
        .bg-brand-dark\/3 {
            background-color:color-mix(in oklab,var(--color-brand-dark)3%,transparent)
        }
    }

    .bg-brand-dark\/5 {
        background-color: #1818180d
    }

    @supports (color: color-mix(in lab,red,red)) {
        .bg-brand-dark\/5 {
            background-color:color-mix(in oklab,var(--color-brand-dark)5%,transparent)
        }
    }

    .bg-brand-dark\/50 {
        background-color: #18181880
    }

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

    .bg-brand-dark\/75 {
        background-color: #181818bf
    }

    @supports (color: color-mix(in lab,red,red)) {
        .bg-brand-dark\/75 {
            background-color:color-mix(in oklab,var(--color-brand-dark)75%,transparent)
        }
    }

    .bg-brand-dark\/85 {
        background-color: #181818d9
    }

    @supports (color: color-mix(in lab,red,red)) {
        .bg-brand-dark\/85 {
            background-color:color-mix(in oklab,var(--color-brand-dark)85%,transparent)
        }
    }

    .bg-brand-dark\/90 {
        background-color: #181818e6
    }

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

    .bg-brand-dark\/95 {
        background-color: #181818f2
    }

    @supports (color: color-mix(in lab,red,red)) {
        .bg-brand-dark\/95 {
            background-color:color-mix(in oklab,var(--color-brand-dark)95%,transparent)
        }
    }

    .bg-brand-gray-300 {
        background-color: var(--color-brand-gray-300)
    }

    .bg-brand-gray-500 {
        background-color: var(--color-brand-gray-500)
    }

    .bg-brand-orange {
        background-color: var(--color-brand-orange)
    }

    .bg-brand-yellow {
        background-color: var(--color-brand-yellow)
    }

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

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

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

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

    .bg-green-400 {
        background-color: var(--color-green-400)
    }

    .bg-green-500 {
        background-color: var(--color-green-500)
    }

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

    .bg-red-400 {
        background-color: var(--color-red-400)
    }

    .bg-red-500 {
        background-color: var(--color-red-500)
    }

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

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

    .bg-white\/5 {
        background-color: #ffffff0d
    }

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

    .bg-white\/20 {
        background-color: #fff3
    }

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

    .bg-gradient-to-l {
        --tw-gradient-position: to left in oklab
    }

    .bg-gradient-to-l,.bg-gradient-to-r {
        background-image: linear-gradient(var(--tw-gradient-stops))
    }

    .bg-gradient-to-r {
        --tw-gradient-position: to right in oklab
    }

    .bg-\[linear-gradient\(180deg\,rgba\(24\,24\,24\,0\.36\)_18\.06\%\,rgba\(24\,24\,24\,0\)_37\.33\%\)\] {
        background-image: linear-gradient(#1818185c 18.06%,#18181800 37.33%)
    }

    .bg-gradient-brand-yellow {
        background-image: var(--background-image-gradient-brand-yellow)
    }

    .from-gray-300 {
        --tw-gradient-from: var(--color-gray-300);
        --tw-gradient-stops: var(--tw-gradient-via-stops,var(--tw-gradient-position),var(--tw-gradient-from)var(--tw-gradient-from-position),var(--tw-gradient-to)var(--tw-gradient-to-position))
    }

    .via-gray-100 {
        --tw-gradient-via: var(--color-gray-100);
        --tw-gradient-via-stops: var(--tw-gradient-position),var(--tw-gradient-from)var(--tw-gradient-from-position),var(--tw-gradient-via)var(--tw-gradient-via-position),var(--tw-gradient-to)var(--tw-gradient-to-position);
        --tw-gradient-stops: var(--tw-gradient-via-stops)
    }

    .to-white {
        --tw-gradient-to: var(--color-white);
        --tw-gradient-stops: var(--tw-gradient-via-stops,var(--tw-gradient-position),var(--tw-gradient-from)var(--tw-gradient-from-position),var(--tw-gradient-to)var(--tw-gradient-to-position))
    }

    .bg-cover {
        background-size: cover
    }

    .bg-fixed {
        background-attachment: fixed
    }

    .bg-center {
        background-position: 50%
    }

    .bg-no-repeat {
        background-repeat: no-repeat
    }

    .object-contain {
        object-fit: contain
    }

    .object-cover {
        object-fit: cover
    }

    .object-center {
        object-position: center
    }

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

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

    .p-2\.5 {
        padding: calc(var(--spacing)*2.5)
    }

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

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

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

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

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

    .p-\[11\.5px_20px\] {
        padding: 11.5px 20px
    }

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

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

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

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

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

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

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

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

    .px-px {
        padding-inline:1px}

    .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-4 {
        padding-block:calc(var(--spacing)*4)}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

    .pl-2 {
        padding-left: calc(var(--spacing)*2)
    }

    .pl-6 {
        padding-left: calc(var(--spacing)*6)
    }

    .pl-10 {
        padding-left: calc(var(--spacing)*10)
    }

    .pl-14 {
        padding-left: calc(var(--spacing)*14)
    }

    .text-center {
        text-align: center
    }

    .text-left {
        text-align: left
    }

    .text-right {
        text-align: right
    }

    .align-baseline {
        vertical-align: baseline
    }

    .align-middle {
        vertical-align: middle
    }

    .h1 {
        font-size: var(--text-fluid-5xl);
        line-height: var(--tw-leading,var(--text-fluid-5xl--line-height));
        font-weight: var(--tw-font-weight,var(--text-fluid-5xl--font-weight))
    }

    .h1,.h2 {
        font-family: var(--reddit-sans);
        color: var(--color-brand-dark)
    }

    .h2 {
        font-size: var(--text-fluid-4xl);
        line-height: var(--tw-leading,var(--text-fluid-4xl--line-height));
        font-weight: var(--tw-font-weight,var(--text-fluid-4xl--font-weight))
    }

    .h3 {
        font-size: var(--text-fluid-3xl);
        line-height: var(--tw-leading,var(--text-fluid-3xl--line-height));
        font-weight: var(--tw-font-weight,var(--text-fluid-3xl--font-weight))
    }

    .h3,.h4 {
        font-family: var(--reddit-sans);
        color: var(--color-brand-dark)
    }

    .h4 {
        font-size: var(--text-fluid-2xl);
        line-height: var(--tw-leading,var(--text-fluid-2xl--line-height));
        font-weight: var(--tw-font-weight,var(--text-fluid-2xl--font-weight))
    }

    .h5 {
        font-size: var(--text-fluid-xl);
        line-height: var(--tw-leading,var(--text-fluid-xl--line-height));
        font-weight: var(--tw-font-weight,var(--text-fluid-xl--font-weight))
    }

    .h5,.h6 {
        font-family: var(--reddit-sans);
        color: var(--color-brand-dark)
    }

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

    .p {
        font-size: var(--text-fluid);
        line-height: var(--tw-leading,var(--text-fluid--line-height));
        font-weight: var(--tw-font-weight,var(--text-fluid--font-weight));
        color: var(--color-brand-dark)
    }

    .p,.p-small {
        font-family: var(--reddit-sans)
    }

    .p-small {
        font-size: var(--text-fluid-xs);
        line-height: var(--tw-leading,var(--text-fluid-xs--line-height));
        font-weight: var(--tw-font-weight,var(--text-fluid-xs--font-weight))
    }

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

    .text-fluid-2xl {
        font-size: var(--text-fluid-2xl);
        line-height: var(--tw-leading,var(--text-fluid-2xl--line-height));
        font-weight: var(--tw-font-weight,var(--text-fluid-2xl--font-weight))
    }

    .text-fluid-5xl {
        font-size: var(--text-fluid-5xl);
        line-height: var(--tw-leading,var(--text-fluid-5xl--line-height));
        font-weight: var(--tw-font-weight,var(--text-fluid-5xl--font-weight))
    }

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

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

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

    .text-2xl {
        font-size: var(--text-2xl);
        line-height: var(--tw-leading,var(--text-2xl--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-\[10px\] {
        font-size: 10px
    }

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

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

    .leading-5 {
        --tw-leading: calc(var(--spacing)*5);
        line-height: calc(var(--spacing)*5)
    }

    .leading-6 {
        --tw-leading: calc(var(--spacing)*6);
        line-height: calc(var(--spacing)*6)
    }

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

    .leading-tight {
        --tw-leading: var(--leading-tight);
        line-height: var(--leading-tight)
    }

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

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

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

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

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

    .text-balance {
        text-wrap: balance
    }

    .\!text-white {
        color: var(--color-white)!important
    }

    .text-\[\#ebece7\] {
        color: #ebece7
    }

    .text-black {
        color: var(--color-black)
    }

    .text-brand-dark {
        color: var(--color-brand-dark)
    }

    .text-brand-dark\/30 {
        color: #1818184d
    }

    @supports (color: color-mix(in lab,red,red)) {
        .text-brand-dark\/30 {
            color:color-mix(in oklab,var(--color-brand-dark)30%,transparent)
        }
    }

    .text-brand-dark\/50 {
        color: #18181880
    }

    @supports (color: color-mix(in lab,red,red)) {
        .text-brand-dark\/50 {
            color:color-mix(in oklab,var(--color-brand-dark)50%,transparent)
        }
    }

    .text-brand-dark\/60 {
        color: #18181899
    }

    @supports (color: color-mix(in lab,red,red)) {
        .text-brand-dark\/60 {
            color:color-mix(in oklab,var(--color-brand-dark)60%,transparent)
        }
    }

    .text-brand-dark\/70 {
        color: #181818b3
    }

    @supports (color: color-mix(in lab,red,red)) {
        .text-brand-dark\/70 {
            color:color-mix(in oklab,var(--color-brand-dark)70%,transparent)
        }
    }

    .text-brand-dark\/90 {
        color: #181818e6
    }

    @supports (color: color-mix(in lab,red,red)) {
        .text-brand-dark\/90 {
            color:color-mix(in oklab,var(--color-brand-dark)90%,transparent)
        }
    }

    .text-brand-orange {
        color: var(--color-brand-orange)
    }

    .text-current {
        color: currentColor
    }

    .text-gray-400 {
        color: var(--color-gray-400)
    }

    .text-gray-500 {
        color: var(--color-gray-500)
    }

    .text-gray-600 {
        color: var(--color-gray-600)
    }

    .text-gray-700 {
        color: var(--color-gray-700)
    }

    .text-gray-900 {
        color: var(--color-gray-900)
    }

    .text-red-500 {
        color: var(--color-red-500)
    }

    .text-red-700 {
        color: var(--color-red-700)
    }

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

    .capitalize {
        text-transform: capitalize
    }

    .lowercase {
        text-transform: lowercase
    }

    .uppercase {
        text-transform: uppercase
    }

    .italic {
        font-style: italic
    }

    .line-through {
        text-decoration-line: line-through
    }

    .underline {
        text-decoration-line: underline
    }

    .placeholder-transparent::placeholder {
        color: #0000
    }

    .opacity-0 {
        opacity: 0
    }

    .opacity-25 {
        opacity: .25
    }

    .opacity-50 {
        opacity: .5
    }

    .opacity-75 {
        opacity: .75
    }

    .opacity-100 {
        opacity: 1
    }

    .shadow-lg {
        --tw-shadow: 0 10px 15px -3px var(--tw-shadow-color,#0000001a),0 4px 6px -4px var(--tw-shadow-color,#0000001a)
    }

    .shadow-lg,.shadow-sm {
        box-shadow: var(--tw-inset-shadow),var(--tw-inset-ring-shadow),var(--tw-ring-offset-shadow),var(--tw-ring-shadow),var(--tw-shadow)
    }

    .shadow-sm {
        --tw-shadow: 0 1px 3px 0 var(--tw-shadow-color,#0000001a),0 1px 2px -1px var(--tw-shadow-color,#0000001a)
    }

    .shadow-xl {
        --tw-shadow: 0 20px 25px -5px var(--tw-shadow-color,#0000001a),0 8px 10px -6px var(--tw-shadow-color,#0000001a)
    }

    .ring,.shadow-xl {
        box-shadow: var(--tw-inset-shadow),var(--tw-inset-ring-shadow),var(--tw-ring-offset-shadow),var(--tw-ring-shadow),var(--tw-shadow)
    }

    .ring {
        --tw-ring-shadow: var(--tw-ring-inset,)0 0 0 calc(1px + var(--tw-ring-offset-width))var(--tw-ring-color,currentcolor)
    }

    .ring-white {
        --tw-ring-color: var(--color-white)
    }

    .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,visibility,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-\[clip-path\,transform\] {
        transition-property: clip-path,transform;
        transition-timing-function: var(--tw-ease,var(--default-transition-timing-function));
        transition-duration: var(--tw-duration,var(--default-transition-duration))
    }

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

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

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

    .transition-shadow {
        transition-property: box-shadow;
        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))
    }

    .delay-100 {
        transition-delay: .1s
    }

    .duration-75 {
        --tw-duration: 75ms;
        transition-duration: 75ms
    }

    .duration-100 {
        --tw-duration: .1s;
        transition-duration: .1s
    }

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

    .duration-300 {
        --tw-duration: .3s;
        transition-duration: .3s
    }

    .duration-400 {
        --tw-duration: .4s;
        transition-duration: .4s
    }

    .duration-500 {
        --tw-duration: .5s;
        transition-duration: .5s
    }

    .duration-650 {
        --tw-duration: .65s;
        transition-duration: .65s
    }

    .ease-\[cubic-bezier\(0\.785\,0\.135\,0\.15\,0\.86\)\] {
        --tw-ease: cubic-bezier(.785,.135,.15,.86);
        transition-timing-function: cubic-bezier(.785,.135,.15,.86)
    }

    .ease-in-out {
        --tw-ease: var(--ease-in-out);
        transition-timing-function: var(--ease-in-out)
    }

    .ease-out {
        --tw-ease: var(--ease-out);
        transition-timing-function: var(--ease-out)
    }

    .will-change-transform {
        will-change: transform
    }

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

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

    .\[--anchor-max-height\: 15rem\] {
        --anchor-max-height:15rem
    }

    .\[--anchor-max-height\: 20rem\] {
        --anchor-max-height:20rem
    }

    .\[clip-path\: inset\(0\.75rem_1rem_0\.75rem_calc\(100\%-4\.25rem\)_round_4\.25rem\)\] {
        clip-path:inset(.75rem 1rem .75rem calc(100% - 4.25rem) round 4.25rem)
    }

    @media (hover: hover) {
        .group-hover\:top-1\/2:is(:where(.group):hover *) {
            top:50%
        }

        .group-hover\:left-1\/2:is(:where(.group):hover *) {
            left: 50%
        }

        .group-hover\:h-\[200\%\]:is(:where(.group):hover *) {
            height: 200%
        }

        .group-hover\:w-\[200\%\]:is(:where(.group):hover *) {
            width: 200%
        }

        .group-hover\:-translate-x-full:is(:where(.group):hover *) {
            --tw-translate-x: -100%;
            translate: var(--tw-translate-x)var(--tw-translate-y)
        }

        .group-hover\:translate-x-0:is(:where(.group):hover *) {
            --tw-translate-x: calc(var(--spacing)*0);
            translate: var(--tw-translate-x)var(--tw-translate-y)
        }

        .group-hover\:translate-x-1:is(:where(.group):hover *) {
            --tw-translate-x: calc(var(--spacing)*1);
            translate: var(--tw-translate-x)var(--tw-translate-y)
        }

        .group-hover\:translate-x-2:is(:where(.group):hover *) {
            --tw-translate-x: calc(var(--spacing)*2);
            translate: var(--tw-translate-x)var(--tw-translate-y)
        }

        .group-hover\:translate-x-\[-50\%\]:is(:where(.group):hover *) {
            --tw-translate-x: -50%;
            translate: var(--tw-translate-x)var(--tw-translate-y)
        }

        .group-hover\:translate-y-\[-50\%\]:is(:where(.group):hover *) {
            --tw-translate-y: -50%;
            translate: var(--tw-translate-x)var(--tw-translate-y)
        }

        .group-hover\:text-white:is(:where(.group):hover *) {
            color: var(--color-white)
        }

        .group-hover\:delay-0:is(:where(.group):hover *) {
            transition-delay: 0s
        }

        .group-hover\:\[clip-path\:inset\(0_round_4\.25rem\)\]:is(:where(.group):hover *) {
            clip-path: inset(0 round 4.25rem)
        }
    }

    .group-disabled\: bg-white:is(:where(.group):disabled *) {
        background-color:var(--color-white)
    }

    .group-disabled\: text-brand-dark\/20:is(:where(.group):disabled *) {
        color:#18181833
    }

    @supports (color: color-mix(in lab,red,red)) {
        .group-disabled\:text-brand-dark\/20:is(:where(.group):disabled *) {
            color:color-mix(in oklab,var(--color-brand-dark)20%,transparent)
        }
    }

    .group-has-checked\: font-semibold:is(:where(.group):has(:checked) *) {
        --tw-font-weight:var(--font-weight-semibold);
        font-weight: var(--font-weight-semibold)
    }

    .group-data-open\: -rotate-180:is(:where(.group)[data-open] *) {
        rotate:-180deg;
    }

    .group-data-open\: rotate-180:is(:where(.group)[data-open] *) {
        rotate:180deg
    }

    .peer-not-placeholder-shown\: -translate-y-5:is(:where(.peer):not(:placeholder-shown)~*) {
        --tw-translate-y:calc(var(--spacing)*-5);
        translate: var(--tw-translate-x)var(--tw-translate-y)
    }

    .peer-not-placeholder-shown\: text-xs:is(:where(.peer):not(:placeholder-shown)~*) {
        font-size:var(--text-xs);
        line-height: var(--tw-leading,var(--text-xs--line-height))
    }

    .peer-placeholder-shown\: translate-y-0:is(:where(.peer):placeholder-shown~*) {
        --tw-translate-y:calc(var(--spacing)*0);
        translate: var(--tw-translate-x)var(--tw-translate-y)
    }

    .peer-placeholder-shown\: text-base:is(:where(.peer):placeholder-shown~*) {
        font-size:var(--text-base);
        line-height: var(--tw-leading,var(--text-base--line-height))
    }

    .peer-placeholder-shown\: text-brand-dark:is(:where(.peer):placeholder-shown~*) {
        color:var(--color-brand-dark)
    }

    .peer-placeholder-shown\: text-brand-orange:is(:where(.peer):placeholder-shown~*) {
        color:var(--color-brand-orange)
    }

    .peer-focus\: -translate-y-5:is(:where(.peer):focus~*) {
        --tw-translate-y:calc(var(--spacing)*-5);
        translate: var(--tw-translate-x)var(--tw-translate-y)
    }

    .peer-focus\: text-xs:is(:where(.peer):focus~*) {
        font-size:var(--text-xs);
        line-height: var(--tw-leading,var(--text-xs--line-height))
    }

    .peer-focus\: text-brand-dark\/50:is(:where(.peer):focus~*) {
        color:#18181880
    }

    @supports (color: color-mix(in lab,red,red)) {
        .peer-focus\:text-brand-dark\/50:is(:where(.peer):focus~*) {
            color:color-mix(in oklab,var(--color-brand-dark)50%,transparent)
        }
    }

    .peer-focus\: text-brand-orange:is(:where(.peer):focus~*) {
        color:var(--color-brand-orange)
    }

    .peer-disabled\: text-brand-dark\/50:is(:where(.peer):disabled~*) {
        color:#18181880
    }

    @supports (color: color-mix(in lab,red,red)) {
        .peer-disabled\:text-brand-dark\/50:is(:where(.peer):disabled~*) {
            color:color-mix(in oklab,var(--color-brand-dark)50%,transparent)
        }
    }

    .placeholder\: text-fluid::placeholder {
        font-size:var(--text-fluid);
        line-height: var(--tw-leading,var(--text-fluid--line-height));
        font-weight: var(--tw-font-weight,var(--text-fluid--font-weight))
    }

    .placeholder\: text-brand-dark\/30::placeholder {
        color:#1818184d
    }

    @supports (color: color-mix(in lab,red,red)) {
        .placeholder\:text-brand-dark\/30::placeholder {
            color:color-mix(in oklab,var(--color-brand-dark)30%,transparent)
        }
    }

    .after\: absolute:after {
        content:var(--tw-content);
        position: absolute
    }

    .after\: inset-0:after {
        content:var(--tw-content);
        inset: calc(var(--spacing)*0)
    }

    .after\: z-10:after {
        content:var(--tw-content);
        z-index: 10
    }

    .after\: h-80:after {
        content:var(--tw-content);
        height: calc(var(--spacing)*80)
    }

    .after\: bg-black:after {
        content:var(--tw-content);
        background-color: var(--color-black)
    }

    .after\: bg-gray-100:after {
        content:var(--tw-content);
        background-color: var(--color-gray-100)
    }

    .after\: opacity-25:after {
        content:var(--tw-content);
        opacity: .25
    }

    .after\: content-\[\'\'\]:after{--tw-content:"";content:var(--tw-content)}.last\:border-none:last-child{--tw-border-style:none;border-style:none}@media (hover:hover){.hover\:cursor-pointer:hover{cursor:pointer}.hover\:bg-brand-dark:hover{background-color:var(--color-brand-dark)}.hover\:bg-gray-300:hover{background-color:var(--color-gray-300)}.hover\:font-bold:hover{--tw-font-weight:var(--font-weight-bold);font-weight:var(--font-weight-bold)}.hover\:text-brand-dark\/80:hover{color:#181818cc}@supports (color:color-mix(in lab,red,red)){.hover\:text-brand-dark\/80:hover{color:color-mix(in oklab,var(--color-brand-dark)80%,transparent)}}.hover\:text-gray-600:hover{color:var(--color-gray-600)}.hover\:shadow-md:hover{--tw-shadow:0 4px 6px -1px var(--tw-shadow-color,#0000001a),0 2px 4px -2px var(--tw-shadow-color,#0000001a);box-shadow:var(--tw-inset-shadow),var(--tw-inset-ring-shadow),var(--tw-ring-offset-shadow),var(--tw-ring-shadow),var(--tw-shadow)}}.focus\:bg-brand-dark:focus{background-color:var(--color-brand-dark)}.focus\:placeholder-brand-dark\/50:focus::placeholder{color:#18181880}@supports (color:color-mix(in lab,red,red)){.focus\:placeholder-brand-dark\/50:focus::placeholder{color:color-mix(in oklab,var(--color-brand-dark)50%,transparent)}}.focus\:ring-0:focus{--tw-ring-shadow:var(--tw-ring-inset,)0 0 0 calc(0px + var(--tw-ring-offset-width))var(--tw-ring-color,currentcolor)}.focus\:ring-0:focus,.focus\:ring-2:focus{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-2:focus{--tw-ring-shadow:var(--tw-ring-inset,)0 0 0 calc(2px + var(--tw-ring-offset-width))var(--tw-ring-color,currentcolor)}.focus\:ring-brand-dark:focus{--tw-ring-color:var(--color-brand-dark)}.focus\:ring-brand-dark\/20:focus{--tw-ring-color:#18181833}@supports (color:color-mix(in lab,red,red)){.focus\:ring-brand-dark\/20:focus{--tw-ring-color:color-mix(in oklab,var(--color-brand-dark)20%,transparent)}}.focus\:outline-hidden:focus{--tw-outline-style:none;outline-style:none}@media (forced-colors:active){.focus\:outline-hidden:focus{outline-offset:2px;outline:2px solid #0000}}.focus\:outline-white:focus{outline-color:var(--color-white)}.focus\:outline-none:focus{--tw-outline-style:none;outline-style:none}.active\:cursor-grabbing:active{cursor:grabbing}.disabled\:pointer-events-none:disabled{pointer-events:none}.disabled\:cursor-not-allowed:disabled{cursor:not-allowed}.disabled\:border:disabled{border-style:var(--tw-border-style);border-width:1px}.disabled\:border-brand-dark\/10:disabled{border-color:#1818181a}@supports (color:color-mix(in lab,red,red)){.disabled\:border-brand-dark\/10:disabled{border-color:color-mix(in oklab,var(--color-brand-dark)10%,transparent)}}.disabled\:bg-brand-dark\/5:disabled{background-color:#1818180d}@supports (color:color-mix(in lab,red,red)){.disabled\:bg-brand-dark\/5:disabled{background-color:color-mix(in oklab,var(--color-brand-dark)5%,transparent)}}.disabled\:bg-white:disabled{background-color:var(--color-white)}.disabled\:text-brand-dark\/20:disabled{color:#18181833}@supports (color:color-mix(in lab,red,red)){.disabled\:text-brand-dark\/20:disabled{color:color-mix(in oklab,var(--color-brand-dark)20%,transparent)}}.disabled\:opacity-50:disabled{opacity:.5}.has-checked\:relative:has(:checked){position:relative}.has-checked\:rounded-lg:has(:checked){border-radius:var(--radius-lg)}.has-checked\:bg-brand-dark\/3:has(:checked){background-color:#18181808}@supports (color:color-mix(in lab,red,red)){.has-checked\:bg-brand-dark\/3:has(:checked){background-color:color-mix(in oklab,var(--color-brand-dark)3%,transparent)}}.data-closed\:-translate-x-full[data-closed]{--tw-translate-x:-100%;translate:var(--tw-translate-x)var(--tw-translate-y)}.data-closed\:translate-x-full[data-closed]{--tw-translate-x:100%;translate:var(--tw-translate-x)var(--tw-translate-y)}.data-closed\:-translate-y-full[data-closed]{--tw-translate-y:-100%;translate:var(--tw-translate-x)var(--tw-translate-y)}.data-closed\:translate-y-4[data-closed]{--tw-translate-y:calc(var(--spacing)*4);translate:var(--tw-translate-x)var(--tw-translate-y)}.data-closed\:scale-95[data-closed]{--tw-scale-x:95%;--tw-scale-y:95%;--tw-scale-z:95%;scale:var(--tw-scale-x)var(--tw-scale-y)}.data-closed\:opacity-0[data-closed]{opacity:0}.data-disabled\:cursor-not-allowed[data-disabled]{cursor:not-allowed}.data-disabled\:text-brand-dark\/30[data-disabled]{color:#1818184d}@supports (color:color-mix(in lab,red,red)){.data-disabled\:text-brand-dark\/30[data-disabled]{color:color-mix(in oklab,var(--color-brand-dark)30%,transparent)}}.data-enter\:duration-300[data-enter]{--tw-duration:.3s;transition-duration:.3s}.data-enter\:ease-out[data-enter]{--tw-ease:var(--ease-out);transition-timing-function:var(--ease-out)}.data-focus\:bg-brand-dark\/\[0\.03\][data-focus]{background-color:#18181808}@supports (color:color-mix(in lab,red,red)){.data-focus\:bg-brand-dark\/\[0\.03\][data-focus]{background-color:color-mix(in oklab,var(--color-brand-dark)3%,transparent)}}.data-focus\:font-bold[data-focus]{--tw-font-weight:var(--font-weight-bold);font-weight:var(--font-weight-bold)}.data-focus\:ring-0[data-focus]{--tw-ring-shadow:var(--tw-ring-inset,)0 0 0 calc(0px + 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)}.data-leave\:duration-200[data-leave]{--tw-duration:.2s;transition-duration:.2s}.data-leave\:ease-in[data-leave]{--tw-ease:var(--ease-in);transition-timing-function:var(--ease-in)}.data-open\:underline[data-open]{text-decoration-line:underline}.data-selected\:bg-brand-dark\/\[0\.03\][data-selected]{background-color:#18181808}@supports (color:color-mix(in lab,red,red)){.data-selected\:bg-brand-dark\/\[0\.03\][data-selected]{background-color:color-mix(in oklab,var(--color-brand-dark)3%,transparent)}}.data-selected\:font-bold[data-selected]{--tw-font-weight:var(--font-weight-bold);font-weight:var(--font-weight-bold)}@media (min-width:40rem){.sm\:grid-cols-2{grid-template-columns:repeat(2,minmax(0,1fr))}.sm\:flex-row{flex-direction:row}.sm\:text-fluid-xs{font-size:var(--text-fluid-xs);line-height:var(--tw-leading,var(--text-fluid-xs--line-height));font-weight:var(--tw-font-weight,var(--text-fluid-xs--font-weight))}.sm\:text-sm{font-size:var(--text-sm);line-height:var(--tw-leading,var(--text-sm--line-height))}.sm\:duration-700{--tw-duration:.7s;transition-duration:.7s}.data-closed\:sm\:translate-y-0[data-closed]{--tw-translate-y:calc(var(--spacing)*0);translate:var(--tw-translate-x)var(--tw-translate-y)}}@media (min-width:48rem){.md\:-top-8{top:calc(var(--spacing)*-8)}.md\:left-7\/12{left:58.3333%}.md\:col-span-1{grid-column:span 1/span 1}.md\:col-span-2{grid-column:span 2/span 2}.md\:col-span-3{grid-column:span 3/span 3}.md\:col-span-4{grid-column:span 4/span 4}.md\:col-span-6{grid-column:span 6/span 6}.md\:col-span-8{grid-column:span 8/span 8}.md\:col-span-full{grid-column:1/-1}.md\:col-start-2{grid-column-start:2}.md\:col-start-5{grid-column-start:5}.md\:col-start-7{grid-column-start:7}.md\:col-end-12{grid-column-end:12}.md\:mx-3{margin-inline:calc(var(--spacing)*3)}.md\:mx-16{margin-inline:calc(var(--spacing)*16)}.md\:ml-5{margin-left:calc(var(--spacing)*5)}.md\:block{display:block}.md\:flex{display:flex}.md\:hidden{display:none}.md\:inline{display:inline}.md\:size-6{width:calc(var(--spacing)*6);height:calc(var(--spacing)*6)}.md\:size-8{width:calc(var(--spacing)*8);height:calc(var(--spacing)*8)}.md\:h-6{height:calc(var(--spacing)*6)}.md\:h-20{height:calc(var(--spacing)*20)}.md\:min-h-\[420px\]{min-height:420px}.md\:w-1\/2{width:50%}.md\:w-1\/3{width:33.3333%}.md\:w-1\/5{width:20%}.md\:w-8{width:calc(var(--spacing)*8)}.md\:w-18{width:calc(var(--spacing)*18)}.md\:w-\[300px\]{width:300px}.md\:w-\[320px\]{width:320px}.md\:w-auto{width:auto}.md\:w-fit{width:fit-content}.md\:max-w-5xl{max-width:var(--container-5xl)}.md\:max-w-\[40\%\]{max-width:40%}.md\:max-w-md{max-width:var(--container-md)}.md\:shrink-0{flex-shrink:0}.md\:grow-0{flex-grow:0}.md\:grid-cols-2{grid-template-columns:repeat(2,minmax(0,1fr))}.md\:grid-cols-3{grid-template-columns:repeat(3,minmax(0,1fr))}.md\:grid-cols-12{grid-template-columns:repeat(12,minmax(0,1fr))}.md\:grid-cols-\[auto_auto\]{grid-template-columns:auto auto}.md\:flex-row{flex-direction:row}.md\:items-center{align-items:center}.md\:items-start{align-items:flex-start}.md\:justify-between{justify-content:space-between}.md\:justify-end{justify-content:flex-end}.md\:justify-start{justify-content:flex-start}.md\:gap-8{gap:calc(var(--spacing)*8)}.md\:gap-x-9{column-gap:calc(var(--spacing)*9)}:where(.md\:space-x-1\.5>:not(:last-child)){--tw-space-x-reverse:0;margin-inline-start:calc(calc(var(--spacing)*1.5)*var(--tw-space-x-reverse));margin-inline-end:calc(calc(var(--spacing)*1.5)*calc(1 - var(--tw-space-x-reverse)))}:where(.md\:space-x-10>:not(:last-child)){--tw-space-x-reverse:0;margin-inline-start:calc(calc(var(--spacing)*10)*var(--tw-space-x-reverse));margin-inline-end:calc(calc(var(--spacing)*10)*calc(1 - var(--tw-space-x-reverse)))}.md\:\!gap-y-28{row-gap:calc(var(--spacing)*28)!important}.md\:self-center{align-self:center}.md\:border-b{border-bottom-style:var(--tw-border-style);border-bottom-width:1px}.md\:border-none{--tw-border-style:none;border-style:none}.md\:p-16{padding:calc(var(--spacing)*16)}.md\:px-5{padding-inline:calc(var(--spacing)*5)}.md\:px-6{padding-inline:calc(var(--spacing)*6)}.md\:px-16{padding-inline:calc(var(--spacing)*16)}.md\:py-4{padding-block:calc(var(--spacing)*4)}.md\:py-8{padding-block:calc(var(--spacing)*8)}.md\:py-16{padding-block:calc(var(--spacing)*16)}.md\:py-20{padding-block:calc(var(--spacing)*20)}.md\:py-40{padding-block:calc(var(--spacing)*40)}.md\:pt-8{padding-top:calc(var(--spacing)*8)}.md\:pb-0{padding-bottom:calc(var(--spacing)*0)}.md\:pb-6{padding-bottom:calc(var(--spacing)*6)}.md\:text-center{text-align:center}.md\:text-left{text-align:left}.md\:h2{font-family:var(--reddit-sans);font-size:var(--text-fluid-4xl);line-height:var(--tw-leading,var(--text-fluid-4xl--line-height));font-weight:var(--tw-font-weight,var(--text-fluid-4xl--font-weight));color:var(--color-brand-dark)}.md\:text-fluid{font-size:var(--text-fluid);line-height:var(--tw-leading,var(--text-fluid--line-height));font-weight:var(--tw-font-weight,var(--text-fluid--font-weight))}.md\:text-fluid-xs{font-size:var(--text-fluid-xs);line-height:var(--tw-leading,var(--text-fluid-xs--line-height));font-weight:var(--tw-font-weight,var(--text-fluid-xs--font-weight))}.md\:text-xl{font-size:var(--text-xl);line-height:var(--tw-leading,var(--text-xl--line-height))}}@media (min-width:64rem){.lg\:right-1\/2{right:50%}.lg\:-bottom-full{bottom:-100%}.lg\:bottom-2\.5{bottom:calc(var(--spacing)*2.5)}.lg\:col-span-6{grid-column:span 6/span 6}.lg\:col-start-7{grid-column-start:7}.lg\:mb-0{margin-bottom:calc(var(--spacing)*0)}.lg\:block{display:block}.lg\:flex{display:flex}.lg\:hidden{display:none}.lg\:h-\[600px\]{height:600px}.lg\:h-fit{height:fit-content}.lg\:w-1\/6{width:16.6667%}.lg\:w-1\/10{width:10%}.lg\:w-\[660px\]{width:660px}.lg\:w-\[800px\]{width:800px}.lg\:w-max{width:max-content}.lg\:translate-x-1\/2{--tw-translate-x:calc(1/2*100%);translate:var(--tw-translate-x)var(--tw-translate-y)}.lg\:grid-cols-4{grid-template-columns:repeat(4,minmax(0,1fr))}.lg\:grid-cols-12{grid-template-columns:repeat(12,minmax(0,1fr))}.lg\:flex-row{flex-direction:row}.lg\:gap-x-19{column-gap:calc(var(--spacing)*19)}:where(.lg\:divide-y>:not(:last-child)){--tw-divide-y-reverse:0;border-bottom-style:var(--tw-border-style);border-top-style:var(--tw-border-style);border-top-width:calc(1px*var(--tw-divide-y-reverse));border-bottom-width:calc(1px*calc(1 - var(--tw-divide-y-reverse)))}.lg\:place-self-center{place-self:center}.lg\:rounded-full{border-radius:3.40282e+38px}.lg\:px-4{padding-inline:calc(var(--spacing)*4)}.lg\:px-8{padding-inline:calc(var(--spacing)*8)}.lg\:py-8{padding-block:calc(var(--spacing)*8)}.lg\:py-10{padding-block:calc(var(--spacing)*10)}.lg\:pt-0{padding-top:calc(var(--spacing)*0)}.lg\:text-2xl{font-size:var(--text-2xl);line-height:var(--tw-leading,var(--text-2xl--line-height))}}@media (hover:hover){@media (min-width:64rem){.group-hover\:lg\:text-brand-dark:is(:where(.group):hover *){color:var(--color-brand-dark)}}}@media (min-width:80rem){.xl\:h-\[800px\]{height:800px}.xl\:pb-32{padding-bottom:calc(var(--spacing)*32)}.xl\:text-fluid{font-size:var(--text-fluid);line-height:var(--tw-leading,var(--text-fluid--line-height));font-weight:var(--tw-font-weight,var(--text-fluid--font-weight))}.xl\:text-fluid-4xl{font-size:var(--text-fluid-4xl);line-height:var(--tw-leading,var(--text-fluid-4xl--line-height));font-weight:var(--tw-font-weight,var(--text-fluid-4xl--font-weight))}}@media (min-width:96rem){.\32 xl\:col-span-4{grid-column:span 4/span 4}}.prose-p\:\!m-0 :where(p):not(:where([class~=not-prose],[class~=not-prose] *)){margin:calc(var(--spacing)*0)!important}.prose-p\:text-brand-dark\/70 :where(p):not(:where([class~=not-prose],[class~=not-prose] *)){color:#181818b3}@supports (color:color-mix(in lab,red,red)){.prose-p\:text-brand-dark\/70 :where(p):not(:where([class~=not-prose],[class~=not-prose] *)){color:color-mix(in oklab,var(--color-brand-dark)70%,transparent)}}.scrollbar-hide{-ms-overflow-style:none;scrollbar-width:none}.scrollbar-hide::-webkit-scrollbar{display:none}}.bg-checkout-header{background-image:url(/static/product-background.webp)}.rdp-root{--rdp-accent-color:var(--color-brand-orange)}.sfcModal-dialog{justify-content:center;align-items:center;display:flex;top:0;left:0;z-index:9999!important;width:100vw!important;max-width:none!important;height:100vh!important;margin:0!important;position:fixed!important}.sfcModal-dialog .sfcModal-content{background-color:#fff!important;border-radius:0!important;width:100%!important;height:100%!important}.sfcModal-dialog .sfcModal-content [name=NuveiIrame]{height:100%!important}@keyframes pulse-scale{0%,to{opacity:1;transform:scale(1)}50%{opacity:.7;transform:scale(1.05)}}.pulse-scale{animation:pulse-scale 2s ease-in-out infinite}@property --tw-translate-x{syntax:"*";inherits:false;initial-value:0}@property --tw-translate-y{syntax:"*";inherits:false;initial-value:0}@property --tw-translate-z{syntax:"*";inherits:false;initial-value:0}@property --tw-scale-x{syntax:"*";inherits:false;initial-value:1}@property --tw-scale-y{syntax:"*";inherits:false;initial-value:1}@property --tw-scale-z{syntax:"*";inherits:false;initial-value:1}@property --tw-rotate-x{syntax:"*";inherits:false}@property --tw-rotate-y{syntax:"*";inherits:false}@property --tw-rotate-z{syntax:"*";inherits:false}@property --tw-skew-x{syntax:"*";inherits:false}@property --tw-skew-y{syntax:"*";inherits:false}@property --tw-pan-x{syntax:"*";inherits:false}@property --tw-pan-y{syntax:"*";inherits:false}@property --tw-pinch-zoom{syntax:"*";inherits:false}@property --tw-space-y-reverse{syntax:"*";inherits:false;initial-value:0}@property --tw-space-x-reverse{syntax:"*";inherits:false;initial-value:0}@property --tw-border-style{syntax:"*";inherits:false;initial-value:solid}@property --tw-gradient-position{syntax:"*";inherits:false}@property --tw-gradient-from{syntax:"<color>";inherits:false;initial-value:#0000}@property --tw-gradient-via{syntax:"<color>";inherits:false;initial-value:#0000}@property --tw-gradient-to{syntax:"<color>";inherits:false;initial-value:#0000}@property --tw-gradient-stops{syntax:"*";inherits:false}@property --tw-gradient-via-stops{syntax:"*";inherits:false}@property --tw-gradient-from-position{syntax:"<length-percentage>";inherits:false;initial-value:0}@property --tw-gradient-via-position{syntax:"<length-percentage>";inherits:false;initial-value:50%}@property --tw-gradient-to-position{syntax:"<length-percentage>";inherits:false;initial-value:100%}@property --tw-leading{syntax:"*";inherits:false}@property --tw-font-weight{syntax:"*";inherits:false}@property --tw-shadow{syntax:"*";inherits:false;initial-value:0 0 #0000}@property --tw-shadow-color{syntax:"*";inherits:false}@property --tw-shadow-alpha{syntax:"<percentage>";inherits:false;initial-value:100%}@property --tw-inset-shadow{syntax:"*";inherits:false;initial-value:0 0 #0000}@property --tw-inset-shadow-color{syntax:"*";inherits:false}@property --tw-inset-shadow-alpha{syntax:"<percentage>";inherits:false;initial-value:100%}@property --tw-ring-color{syntax:"*";inherits:false}@property --tw-ring-shadow{syntax:"*";inherits:false;initial-value:0 0 #0000}@property --tw-inset-ring-color{syntax:"*";inherits:false}@property --tw-inset-ring-shadow{syntax:"*";inherits:false;initial-value:0 0 #0000}@property --tw-ring-inset{syntax:"*";inherits:false}@property --tw-ring-offset-width{syntax:"<length>";inherits:false;initial-value:0}@property --tw-ring-offset-color{syntax:"*";inherits:false;initial-value:#fff}@property --tw-ring-offset-shadow{syntax:"*";inherits:false;initial-value:0 0 #0000}@property --tw-duration{syntax:"*";inherits:false}@property --tw-ease{syntax:"*";inherits:false}@property --tw-content{syntax:"*";inherits:false;initial-value:""}@property --tw-divide-y-reverse{syntax:"*";inherits:false;initial-value:0}@keyframes spin{to{transform:rotate(1turn)}}@keyframes pulse{50%{opacity:.5}}