/*! tailwindcss v4.1.16 | MIT License | https://tailwindcss.com */
@layer properties;
@layer theme, base, components, utilities;

@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-blue-50: oklch(97% 0.014 254.604);
        --color-blue-300: oklch(80.9% 0.105 251.813);
        --color-blue-600: oklch(54.6% 0.245 262.881);
        --color-gray-100: oklch(96.7% 0.003 264.542);
        --color-gray-200: oklch(92.8% 0.006 264.531);
        --color-gray-400: oklch(70.7% 0.022 261.325);
        --color-gray-600: oklch(44.6% 0.03 256.802);
        --color-gray-700: oklch(37.3% 0.034 259.733);
        --color-gray-800: oklch(27.8% 0.033 256.848);
        --color-gray-900: oklch(21% 0.034 264.665);
        --color-neutral-100: oklch(97% 0 0);
        --color-black: #000;
        --color-white: #fff;
        --spacing: 0.25rem;
        --container-4xl: 56rem;
        --text-sm: 0.875rem;
        --text-sm--line-height: 1.42857;
        --text-base: 1rem;
        --text-base--line-height: 1.5;
        --text-lg: 1.125rem;
        --text-lg--line-height: 1.55556;
        --text-xl: 1.25rem;
        --text-xl--line-height: 1.4;
        --text-2xl: 1.5rem;
        --text-2xl--line-height: 1.33333;
        --text-3xl: 1.875rem;
        --text-3xl--line-height: 1.2;
        --text-4xl: 2.25rem;
        --text-4xl--line-height: 1.11111;
        --text-5xl: 3rem;
        --text-5xl--line-height: 1;
        --font-weight-medium: 500;
        --font-weight-bold: 700;
        --tracking-tight: -0.025em;
        --tracking-wide: 0.025em;
        --leading-tight: 1.25;
        --radius-lg: 0.5rem;
        --default-transition-duration: 150ms;
        --default-transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
        --default-font-family: var(--font-sans);
        --default-mono-font-family: var(--font-mono)
    }
}

@layer base {

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

    :host,
    html {
        line-height: 1.5;
        -webkit-text-size-adjust: 100%;
        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);
        -moz-tab-size: 4;
        -o-tab-size: 4;
        tab-size: 4;
        -webkit-tap-highlight-color: transparent
    }

    hr {
        border-top-width: 1px;
        color: inherit;
        height: 0
    }

    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-size: 1em;
        font-variation-settings: var(--default-mono-font-variation-settings, normal)
    }

    small {
        font-size: 80%
    }

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

    sub {
        bottom: -.25em
    }

    sup {
        top: -.5em
    }

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

    :-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 {
        display: block;
        vertical-align: middle
    }

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

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

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

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

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

    ::-moz-placeholder {
        opacity: 1
    }

    ::placeholder {
        opacity: 1
    }

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

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

        ::placeholder {
            color: currentcolor;

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

    textarea {
        resize: vertical
    }

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

    ::-webkit-date-and-time-value {
        min-height: 1lh;
        text-align: inherit
    }

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

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

    ::-webkit-datetime-edit,
    ::-webkit-datetime-edit-day-field,
    ::-webkit-datetime-edit-hour-field,
    ::-webkit-datetime-edit-meridiem-field,
    ::-webkit-datetime-edit-millisecond-field,
    ::-webkit-datetime-edit-minute-field,
    ::-webkit-datetime-edit-month-field,
    ::-webkit-datetime-edit-second-field,
    ::-webkit-datetime-edit-year-field {
        padding-block: 0
    }

    ::-webkit-calendar-picker-indicator {
        line-height: 1
    }

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

    ::file-selector-button,
    button,
    input:where([type=button], [type=reset], [type=submit]) {
        -webkit-appearance: button;
        -moz-appearance: button;
        appearance: button
    }

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

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

@layer utilities {
    .absolute {
        position: absolute
    }

    .relative {
        position: relative
    }

    .sticky {
        position: sticky
    }

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

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

    .top-\[100vh\] {
        top: 100vh
    }

    .z-50 {
        z-index: 50
    }

    .container {
        width: 100%;

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

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

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

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

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

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

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

    .mx-auto {
        margin-inline: auto
    }

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

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

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

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

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

    .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-10 {
        margin-bottom: calc(var(--spacing)*10)
    }

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

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

    .mb-\[1rem\] {
        margin-bottom: 1rem
    }

    .mb-\[32px\] {
        margin-bottom: 32px
    }

    .mb-\[40px\] {
        margin-bottom: 40px
    }

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

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

    .block {
        display: block
    }

    .flex {
        display: flex
    }

    .grid {
        display: grid
    }

    .hidden {
        display: none
    }

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

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

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

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

    .h-auto {
        height: auto
    }

    .h-full {
        height: 100%
    }

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

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

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

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

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

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

    .w-\[100\%\],
    .w-full {
        width: 100%
    }

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

    .flex-1 {
        flex: 1
    }

    .shrink-0 {
        flex-shrink: 0
    }

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

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

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

    .flex-col {
        flex-direction: column
    }

    .flex-wrap {
        flex-wrap: wrap
    }

    .items-center {
        align-items: center
    }

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

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

    .justify-center {
        justify-content: center
    }

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

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

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

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

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

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

    .overflow-hidden {
        overflow: hidden
    }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

    .text-center {
        text-align: center
    }

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

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

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

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

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

    .text-\[0\.875rem\] {
        font-size: .875rem
    }

    .text-\[1\.2rem\] {
        font-size: 1.2rem
    }

    .text-\[1\.5rem\] {
        font-size: 1.5rem
    }

    .text-\[1rem\] {
        font-size: 1rem
    }

    .text-\[3rem\] {
        font-size: 3rem
    }

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

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

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

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

    .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-medium {
        --tw-font-weight: var(--font-weight-medium);
        font-weight: var(--font-weight-medium)
    }

    .tracking-tight {
        --tw-tracking: var(--tracking-tight);
        letter-spacing: var(--tracking-tight)
    }

    .tracking-wide {
        --tw-tracking: var(--tracking-wide);
        letter-spacing: var(--tracking-wide)
    }

    .text-wrap {
        text-wrap: wrap
    }

    .whitespace-nowrap {
        white-space: nowrap
    }

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

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

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

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

    .underline {
        text-decoration-line: underline
    }

    .opacity-10 {
        opacity: 10%
    }

    .transition {
        transition-duration: var(--tw-duration, var(--default-transition-duration));
        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, backdrop-filter, display, content-visibility, overlay, pointer-events;
        transition-timing-function: var(--tw-ease, var(--default-transition-timing-function))
    }

    .transition-colors {
        transition-duration: var(--tw-duration, var(--default-transition-duration));
        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))
    }

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

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

        &::marker {
            --tw-content: "●";
            content: var(--tw-content)
        }

        & ::-webkit-details-marker,
        &::-webkit-details-marker {
            --tw-content: "●";
            content: var(--tw-content)
        }
    }

    .hover\:bg-blue-50 {
        &:hover {
            @media (hover:hover) {
                background-color: var(--color-blue-50)
            }
        }
    }

    .hover\:text-blue-300 {
        &:hover {
            @media (hover:hover) {
                color: var(--color-blue-300)
            }
        }
    }

    .hover\:text-blue-600 {
        &:hover {
            @media (hover:hover) {
                color: var(--color-blue-600)
            }
        }
    }

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

    .hover\:opacity-60 {
        &:hover {
            @media (hover:hover) {
                opacity: 60%
            }
        }
    }

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

    .sm\:px-6 {
        @media (width >=40rem) {
            padding-inline: calc(var(--spacing)*6)
        }
    }

    .md\:mx-0 {
        @media (width >=48rem) {
            margin-inline: calc(var(--spacing)*0)
        }
    }

    .md\:mb-0 {
        @media (width >=48rem) {
            margin-bottom: calc(var(--spacing)*0)
        }
    }

    .md\:mb-\[2rem\] {
        @media (width >=48rem) {
            margin-bottom: 2rem
        }
    }

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

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

    .md\:w-20 {
        @media (width >=48rem) {
            width: calc(var(--spacing)*20)
        }
    }

    .md\:w-32 {
        @media (width >=48rem) {
            width: calc(var(--spacing)*32)
        }
    }

    .md\:w-40 {
        @media (width >=48rem) {
            width: calc(var(--spacing)*40)
        }
    }

    .md\:w-\[20\%\] {
        @media (width >=48rem) {
            width: 20%
        }
    }

    .md\:w-\[40\%\] {
        @media (width >=48rem) {
            width: 40%
        }
    }

    .md\:w-\[58\%\] {
        @media (width >=48rem) {
            width: 58%
        }
    }

    .md\:w-\[78\%\] {
        @media (width >=48rem) {
            width: 78%
        }
    }

    .md\:w-full {
        @media (width >=48rem) {
            width: 100%
        }
    }

    .md\:grid-cols-2 {
        @media (width >=48rem) {
            grid-template-columns: repeat(2, minmax(0, 1fr))
        }
    }

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

    .md\:flex-nowrap {
        @media (width >=48rem) {
            flex-wrap: nowrap
        }
    }

    .md\:gap-8 {
        @media (width >=48rem) {
            gap: calc(var(--spacing)*8)
        }
    }

    .md\:text-left {
        @media (width >=48rem) {
            text-align: left
        }
    }

    .md\:text-5xl {
        @media (width >=48rem) {
            font-size: var(--text-5xl);
            line-height: var(--tw-leading, var(--text-5xl--line-height))
        }
    }

    .md\:text-\[1\.5rem\] {
        @media (width >=48rem) {
            font-size: 1.5rem
        }
    }

    .md\:text-\[1rem\] {
        @media (width >=48rem) {
            font-size: 1rem
        }
    }

    .md\:text-\[5rem\] {
        @media (width >=48rem) {
            font-size: 5rem
        }
    }

    .md\:leading-8 {
        @media (width >=48rem) {
            --tw-leading: calc(var(--spacing)*8);
            line-height: calc(var(--spacing)*8)
        }
    }

    .lg\:mr-5 {
        @media (width >=64rem) {
            margin-right: calc(var(--spacing)*5)
        }
    }

    .lg\:mb-\[4rem\] {
        @media (width >=64rem) {
            margin-bottom: 4rem
        }
    }

    .lg\:space-x-4 {
        @media (width >=64rem) {
            :where(&>:not(:last-child)) {
                --tw-space-x-reverse: 0;
                margin-inline-end: calc(var(--spacing)*4*(1 - var(--tw-space-x-reverse)));
                margin-inline-start: calc(var(--spacing)*4*var(--tw-space-x-reverse))
            }
        }
    }

    .lg\:space-x-10 {
        @media (width >=64rem) {
            :where(&>:not(:last-child)) {
                --tw-space-x-reverse: 0;
                margin-inline-end: calc(var(--spacing)*10*(1 - var(--tw-space-x-reverse)));
                margin-inline-start: calc(var(--spacing)*10*var(--tw-space-x-reverse))
            }
        }
    }

    .lg\:px-8 {
        @media (width >=64rem) {
            padding-inline: calc(var(--spacing)*8)
        }
    }

    .lg\:text-\[2rem\] {
        @media (width >=64rem) {
            font-size: 2rem
        }
    }

    .lg\:text-\[8rem\] {
        @media (width >=64rem) {
            font-size: 8rem
        }
    }
}

@property --tw-space-x-reverse {
    syntax: "*";
    inherits: false;
    initial-value: 0
}

@property --tw-border-style {
    syntax: "*";
    inherits: false;
    initial-value: solid
}

@property --tw-leading {
    syntax: "*";
    inherits: false
}

@property --tw-font-weight {
    syntax: "*";
    inherits: false
}

@property --tw-tracking {
    syntax: "*";
    inherits: false
}

@property --tw-duration {
    syntax: "*";
    inherits: false
}

@property --tw-content {
    syntax: "*";
    inherits: false;
    initial-value: ""
}

@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-space-x-reverse: 0;
            --tw-border-style: solid;
            --tw-leading: initial;
            --tw-font-weight: initial;
            --tw-tracking: initial;
            --tw-duration: initial;
            --tw-content: ""
        }
    }
}