/*! tailwindcss v4.1.4 | 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)))) {

        *,
        :before,
        :after,
        ::backdrop {
            --tw-translate-x: 0;
            --tw-translate-y: 0;
            --tw-translate-z: 0;
            --tw-rotate-x: initial;
            --tw-rotate-y: initial;
            --tw-rotate-z: initial;
            --tw-skew-x: initial;
            --tw-skew-y: initial;
            --tw-border-style: solid;
            --tw-leading: initial;
            --tw-font-weight: initial;
            --tw-tracking: initial;
            --tw-blur: initial;
            --tw-brightness: initial;
            --tw-contrast: initial;
            --tw-grayscale: initial;
            --tw-hue-rotate: initial;
            --tw-invert: initial;
            --tw-opacity: initial;
            --tw-saturate: initial;
            --tw-sepia: initial;
            --tw-drop-shadow: initial;
            --tw-drop-shadow-color: initial;
            --tw-drop-shadow-alpha: 100%;
            --tw-drop-shadow-size: initial;
            --tw-duration: initial;
            --tw-ease: initial
        }
    }
}

@layer theme {

    :root,
    :host {
        --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-black: #212121;
        --color-white: #fff;
        --spacing: 1rem;
        --font-weight-medium: 500;
        --font-weight-bold: 700;
        --font-weight-extrabold: 800;
        --ease-out: cubic-bezier(0, 0, .2, 1);
        --ease-in-out: cubic-bezier(.4, 0, .2, 1);
        --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-dark-green: #344c38;
        --color-sand: #eaecda;
        --color-cloud: #f5f7ed;
        --color-olive: #78856e;
        --color-green: #309c42
    }
}

@layer base {

    *,
    :after,
    :before,
    ::backdrop {
        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
    }

    html,
    :host {
        -webkit-text-size-adjust: 100%;
        -moz-tab-size: 4;
        -o-tab-size: 4;
        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,
    samp,
    pre {
        font-family: var(--default-mono-font-family, ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace);
        font-feature-settings: var(--default-mono-font-feature-settings, normal);
        font-variation-settings: var(--default-mono-font-variation-settings, normal);
        font-size: 1em
    }

    small {
        font-size: 80%
    }

    sub,
    sup {
        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
    }

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

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

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

    button,
    input,
    select,
    optgroup,
    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
    }

    ::-moz-placeholder {
        opacity: 1
    }

    ::placeholder {
        opacity: 1
    }

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

        ::placeholder {
            color: currentColor
        }

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

            ::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;
        text-align: inherit
    }

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

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

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

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

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

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

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

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

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

    ::-webkit-datetime-edit-millisecond-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]) {
        -webkit-appearance: button;
        -moz-appearance: button;
        appearance: button
    }

    ::file-selector-button {
        -webkit-appearance: button;
        -moz-appearance: button;
        appearance: button
    }

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

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

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

@layer components;

@layer utilities {
    .absolute {
        position: absolute
    }

    .fixed {
        position: fixed
    }

    .relative {
        position: relative
    }

    .static {
        position: static
    }

    .sticky {
        position: sticky
    }

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

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

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

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

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

    .top-full {
        top: 100%
    }

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

    .right-\[1\.2rem\] {
        right: 1.2rem
    }

    .bottom-\[1\.2rem\] {
        bottom: 1.2rem
    }

    .bottom-full {
        bottom: 100%
    }

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

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

    .z-100 {
        z-index: 100
    }

    .z-\[999\] {
        z-index: 999
    }

    .z-0 {
        z-index: 0
    }

    .z-1 {
        z-index: 1
    }

    .z-\[-1\] {
        z-index: -1
    }

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

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

    .row-span-2 {
        grid-row: span 2/span 2
    }

    .row-span-3 {
        grid-row: span 3/span 3
    }

    .row-span-4 {
        grid-row: span 4/span 4
    }

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

    .mx-auto {
        margin-inline: auto
    }

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

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

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

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

    .mt-\[3\.4rem\] {
        margin-top: 3.4rem
    }

    .mt-\[3\.5rem\] {
        margin-top: 3.5rem
    }

    .section-container {
        width: 100%;
        max-width: 144rem;
        margin-left: auto;
        margin-right: auto
    }

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

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

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

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

    .ml-auto {
        margin-left: auto
    }

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

    .block {
        display: block
    }

    .flex {
        display: flex
    }

    .grid {
        display: grid
    }

    .hidden {
        display: none
    }

    .\!size-\[3\.2rem\] {
        width: 3.2rem !important;
        height: 3.2rem !important
    }

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

    .size-\[1\.2rem\] {
        width: 1.2rem;
        height: 1.2rem
    }

    .size-\[1\.6rem\] {
        width: 1.6rem;
        height: 1.6rem
    }

    .size-\[2\.4rem\] {
        width: 2.4rem;
        height: 2.4rem
    }

    .size-\[3\.2rem\] {
        width: 3.2rem;
        height: 3.2rem
    }

    .size-\[3\.6rem\] {
        width: 3.6rem;
        height: 3.6rem
    }

    .size-\[6\.3rem\] {
        width: 6.3rem;
        height: 6.3rem
    }

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

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

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

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

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

    .h-\[1\.2rem\] {
        height: 1.2rem
    }

    .h-\[1\.6rem\] {
        height: 1.6rem
    }

    .h-\[3\.2rem\] {
        height: 3.2rem
    }

    .h-\[3\.8rem\] {
        height: 3.8rem
    }

    .h-\[8\.6rem\] {
        height: 8.6rem
    }

    .h-\[10\.7rem\] {
        height: 10.7rem
    }

    .h-\[11\.4rem\] {
        height: 11.4rem
    }

    .h-\[16\.6rem\] {
        height: 16.6rem
    }

    .h-\[29\.3rem\] {
        height: 29.3rem
    }

    .h-\[30\.4rem\] {
        height: 30.4rem
    }

    .h-\[42\.6rem\] {
        height: 42.6rem
    }

    .h-\[75\%\] {
        height: 75%
    }

    .h-\[80\%\] {
        height: 80%
    }

    .h-auto {
        height: auto
    }

    .h-fit {
        height: -moz-fit-content;
        height: fit-content
    }

    .h-full {
        height: 100%
    }

    .max-h-\[calc\(100vh-76px\)\] {
        max-height: calc(100vh - 76px)
    }

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

    .min-h-\[14rem\] {
        min-height: 14rem
    }

    .min-h-\[70\.7rem\] {
        min-height: 70.7rem
    }

    .min-h-\[48\.6rem\] {
        min-height: 48.6rem
    }

    .min-h-\[25rem\] {
        min-height: 25rem
    }

    .min-h-max {
        min-height: -moz-max-content;
        min-height: max-content
    }

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

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

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

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

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

    .w-\[1\.6rem\] {
        width: 1.6rem
    }

    .w-\[1\.7rem\] {
        width: 1.7rem
    }

    .w-\[2\.2rem\] {
        width: 2.2rem
    }

    .w-\[2\.4rem\] {
        width: 2.4rem
    }

    .w-\[2rem\] {
        width: 2rem
    }

    .w-\[3\.2rem\] {
        width: 3.2rem
    }

    .w-\[14\.6rem\] {
        width: 14.6rem
    }

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

    .w-\[calc\(100\%-0\.2rem\)\] {
        width: calc(100% - .2rem)
    }

    .w-auto {
        width: auto
    }

    .w-fit {
        width: -moz-fit-content;
        width: fit-content
    }

    .w-full {
        width: 100%
    }

    .w-max {
        width: -moz-max-content;
        width: max-content
    }

    .w-screen {
        width: 100vw
    }

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

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

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

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

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

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

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

    .max-w-\[23\.3rem\] {
        max-width: 23.3rem
    }

    .max-w-\[37\.3rem\] {
        max-width: 37.3rem
    }

    .max-w-\[49\.8rem\] {
        max-width: 49.8rem
    }

    .max-w-\[81\.2rem\] {
        max-width: 81.2rem
    }

    .max-w-\[81\.8rem\] {
        max-width: 81.8rem
    }

    .max-w-\[82\.4rem\] {
        max-width: 82.4rem
    }

    .max-w-\[86\.6rem\] {
        max-width: 86.6rem
    }

    .max-w-\[91\.4rem\] {
        max-width: 91.4rem
    }

    .max-w-\[108\.3rem\] {
        max-width: 108.3rem
    }

    .min-w-\[20rem\] {
        min-width: 20rem
    }

    .flex-1 {
        flex: 1
    }

    .shrink-0 {
        flex-shrink: 0
    }

    .grow {
        flex-grow: 1
    }

    .basis-full {
        flex-basis: 100%
    }

    .-translate-x-\[50\%\] {
        --tw-translate-x: -50%;
        translate: var(--tw-translate-x)var(--tw-translate-y)
    }

    .-translate-y-\[50\%\] {
        --tw-translate-y: -50%;
        translate: var(--tw-translate-x)var(--tw-translate-y)
    }

    .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, )
    }

    .cursor-pointer {
        cursor: pointer
    }

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

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

    .flex-col {
        flex-direction: column
    }

    .flex-col-reverse {
        flex-direction: column-reverse
    }

    .flex-row {
        flex-direction: row
    }

    .flex-row-reverse {
        flex-direction: row-reverse
    }

    .flex-wrap {
        flex-wrap: wrap
    }

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

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

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

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

    .gap-\[0\.2rem\] {
        gap: .2rem
    }

    .gap-\[0\.4rem\] {
        gap: .4rem
    }

    .gap-\[0\.5rem\] {
        gap: .5rem
    }

    .gap-\[0\.8rem\] {
        gap: .8rem
    }

    .gap-\[1\.2rem\] {
        gap: 1.2rem
    }

    .gap-\[1\.4rem\] {
        gap: 1.4rem
    }

    .gap-\[1\.5rem\] {
        gap: 1.5rem
    }

    .gap-\[1\.6rem\] {
        gap: 1.6rem
    }

    .gap-\[2\.4rem\] {
        gap: 2.4rem
    }

    .gap-\[2\.6rem\] {
        gap: 2.6rem
    }

    .gap-\[3\.2rem\] {
        gap: 3.2rem
    }

    .gap-\[3\.8rem\] {
        gap: 3.8rem
    }

    .gap-\[4\.3rem\] {
        gap: 4.3rem
    }

    .gap-\[4\.7rem\] {
        gap: 4.7rem
    }

    .self-stretch {
        align-self: stretch
    }

    .overflow-auto {
        overflow: auto
    }

    .overflow-hidden {
        overflow: hidden
    }

    .rounded-\[0\.6rem\] {
        border-radius: .6rem
    }

    .rounded-\[1\.5rem\] {
        border-radius: 1.5rem
    }

    .rounded-\[1\.6rem\] {
        border-radius: 1.6rem
    }

    .rounded-\[1rem\] {
        border-radius: 1rem
    }

    .rounded-\[2\.2rem\] {
        border-radius: 2.2rem
    }

    .rounded-\[2rem\] {
        border-radius: 2rem
    }

    .rounded-\[3rem\] {
        border-radius: 3rem
    }

    .rounded-\[5rem\] {
        border-radius: 5rem
    }

    .rounded-full {
        border-radius: 3.40282e38px
    }

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

    .border-\[0\.1rem\] {
        border-style: var(--tw-border-style);
        border-width: .1rem
    }

    .border-solid {
        --tw-border-style: solid;
        border-style: solid
    }

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

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

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

    .bg-black\/30 {
        background-color: #2121214d
    }

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

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

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

    .bg-green\/50 {
        background-color: #309c4280
    }

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

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

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

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

    .bg-white\/60 {
        background-color: #fff9
    }

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

    .object-contain {
        -o-object-fit: contain;
        object-fit: contain
    }

    .object-cover {
        -o-object-fit: cover;
        object-fit: cover
    }

    .object-\[30\%_10\%\] {
        -o-object-position: 30% 10%;
        object-position: 30% 10%
    }

    .object-\[70\%_top\] {
        -o-object-position: 70% top;
        object-position: 70% top
    }

    .object-\[80\%_center\] {
        -o-object-position: 80% center;
        object-position: 80% center
    }

    .object-\[center_18\%\] {
        -o-object-position: center 18%;
        object-position: center 18%
    }

    .object-left {
        -o-object-position: left;
        object-position: left
    }

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

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

    .p-\[0\.4rem\] {
        padding: 0.4rem
    }

    .p-\[1\.6rem\] {
        padding: 1.6rem
    }

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

    .px-\[0\.8rem\] {
        padding-inline: .8rem
    }

    .px-\[1\.2rem\] {
        padding-inline: 1.2rem
    }

    .px-\[1\.4rem\] {
        padding-inline: 1.4rem
    }

    .px-\[1\.5rem\] {
        padding-inline: 1.5rem
    }

    .px-\[1\.6rem\] {
        padding-inline: 1.6rem
    }

    .px-\[1\.9rem\] {
        padding-inline: 1.9rem
    }

    .px-\[2\.5rem\] {
        padding-inline: 2.5rem
    }

    .px-\[5rem\] {
        padding-inline: 5rem
    }

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

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

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

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

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

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

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

    .py-\[0\.4rem\] {
        padding-block: .4rem
    }

    .py-\[0\.5rem\] {
        padding-block: .5rem
    }

    .py-\[0\.9rem\] {
        padding-block: .9rem
    }

    .py-\[1\.2rem\] {
        padding-block: 1.2rem
    }

    .py-\[2\.4rem\] {
        padding-block: 2.4rem
    }

    .py-\[2\.5rem\] {
        padding-block: 2.5rem
    }

    .py-\[3\.2rem\] {
        padding-block: 3.2rem
    }

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

    .pt-\[1\.2rem\] {
        padding-top: 1.2rem
    }

    .pt-\[2\.4rem\] {
        padding-top: 2.4rem
    }

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

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

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

    .pb-\[2\.4rem\] {
        padding-bottom: 2.4rem
    }

    .pb-\[4\.8rem\] {
        padding-bottom: 4.8rem
    }

    .pb-\[56\%\] {
        padding-bottom: 56%
    }

    .pb-\[65\%\] {
        padding-bottom: 65%
    }

    .pb-\[75\%\] {
        padding-bottom: 75%
    }

    .pl-\[0\.1rem\] {
        padding-left: .1rem
    }

    .text-center {
        text-align: center
    }

    .body {
        letter-spacing: 0;
        font-family: Inter, sans-serif;
        font-size: 1.8rem;
        font-weight: 400;
        line-height: 1.5
    }

    .body-s {
        letter-spacing: 0;
        font-family: Inter, sans-serif;
        font-size: 1.6rem;
        font-weight: 400;
        line-height: 1.5
    }

    .display {
        letter-spacing: 0;
        font-family: Georgia, serif;
        font-size: 7.2rem;
        font-weight: 400;
        line-height: 1.2
    }

    .h1 {
        letter-spacing: 0;
        font-family: Georgia, serif;
        font-size: 5.2rem;
        font-weight: 400;
        line-height: 1.2
    }

    .h3 {
        letter-spacing: 0;
        font-family: Georgia, serif;
        font-size: 3.6rem;
        font-weight: 400;
        line-height: 1
    }

    .h4 {
        letter-spacing: 0;
        font-family: Inter, sans-serif;
        font-size: 3rem;
        font-weight: 500;
        line-height: 1.5
    }

    .h5 {
        letter-spacing: 0;
        font-family: Inter, sans-serif;
        font-size: 2.4rem;
        font-weight: 500;
        line-height: 1.5
    }

    .text-btn {
        letter-spacing: 0;
        font-family: Inter, sans-serif;
        font-size: 1.6rem;
        font-weight: 500;
        line-height: 1.2
    }

    .font-sans {
        font-family: var(--font-sans)
    }

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

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

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

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

    .leading-\[1\.2\] {
        --tw-leading: 1.2;
        line-height: 1.2
    }

    .leading-\[1\.5\] {
        --tw-leading: 1.5;
        line-height: 1.5
    }

    .leading-\[2\.4rem\] {
        --tw-leading: 2.4rem;
        line-height: 2.4rem
    }

    .leading-\[2\] {
        --tw-leading: 2;
        line-height: 2
    }

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

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

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

    .tracking-\[0\.5px\] {
        --tw-tracking: .5px;
        letter-spacing: .5px
    }

    .whitespace-nowrap {
        white-space: nowrap
    }

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

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

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

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

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

    .uppercase {
        text-transform: uppercase
    }

    .underline {
        text-decoration-line: underline
    }

    .opacity-0 {
        opacity: 0
    }

    .opacity-95 {
        opacity: .95
    }

    .opacity-\[0\.48\] {
        opacity: .48
    }

    .shadow-yellow-green {
        -webkit-backdrop-filter: blur(8px);
        backdrop-filter: blur(8px);
        box-shadow: 0 0 20px #d7fd194d, 5px 2px 4px #309c4226
    }

    .shadow-message-box {
        box-shadow: 0 3px 6px #0000000a, 0 11px 11px #00000008, 0 25px 15px #00000005, 0 45px 18px #00000003, 0 71px 20px #0000
    }

    .filter {
        filter: var(--tw-blur, )var(--tw-brightness, )var(--tw-contrast, )var(--tw-grayscale, )var(--tw-hue-rotate, )var(--tw-invert, )var(--tw-saturate, )var(--tw-sepia, )var(--tw-drop-shadow, )
    }

    .transition-\[top\] {
        transition-property: top;
        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-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-300 {
        transition-delay: .3s
    }

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

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

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

    .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)
    }

    @media (hover:hover) {
        .group-hover\:scale-\[1\.1\]:is(:where(.group):hover *) {
            scale: 1.1
        }

        .group-hover\:rotate-180:is(:where(.group):hover *) {
            rotate: 180deg
        }

        .group-hover\:opacity-0:is(:where(.group):hover *) {
            opacity: 0
        }
    }

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

    .group-stick-top\:block:is(:where(.group).stick-top *) {
        display: block
    }

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

    .group-stick-top\:\!text-black:is(:where(.group).stick-top *) {
        color: var(--color-black) !important
    }

    .group-stick-top\:text-black:is(:where(.group).stick-top *) {
        color: var(--color-black)
    }

    .group-stick-top\:opacity-100:is(:where(.group).stick-top *) {
        opacity: 1
    }

    @media not all and (min-width:64rem) {
        .max-lg\:hidden {
            display: none
        }
    }

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

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

        .md\:block {
            display: block
        }

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

        .md\:h-\[64\.3rem\] {
            height: 64.3rem
        }

        .md\:h-auto {
            height: auto
        }

        .md\:w-2\/5 {
            width: 40%
        }

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

        .md\:w-\[calc\(\(50\%-3rem\)\)\] {
            width: calc(50% - 3rem)
        }

        .md\:w-\[calc\(\(100\%-4rem\)\/3\)\] {
            width: calc(33.3333% - 1.33333rem)
        }

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

        .md\:w-max {
            width: -moz-max-content;
            width: max-content
        }

        .md\:max-w-\[28rem\] {
            max-width: 28rem
        }

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

        .md\:basis-1\/2 {
            flex-basis: 50%
        }

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

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

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

        .md\:justify-center {
            justify-content: center
        }

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

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

        .md\:gap-\[2\.4rem\] {
            gap: 2.4rem
        }

        .md\:rounded-\[1\.2rem\] {
            border-radius: 1.2rem
        }

        .md\:rounded-full {
            border-radius: 3.40282e38px
        }

        .md\:bg-sand {
            background-color: var(--color-sand)
        }

        .md\:p-1 {
            padding: calc(var(--spacing)*1)
        }

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

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

        .md\:px-\[1\.5rem\] {
            padding-inline: 1.5rem
        }

        .md\:px-\[4\.8rem\] {
            padding-inline: 4.8rem
        }

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

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

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

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

        .md\:pb-\[8\.8rem\] {
            padding-bottom: 8.8rem
        }

        .md\:pb-\[89\%\] {
            padding-bottom: 89%
        }

        .md\:pl-0 {
            padding-left: calc(var(--spacing)*0)
        }

        .md\:text-left {
            text-align: left
        }

        .md\:body {
            letter-spacing: 0;
            font-family: Inter, sans-serif;
            font-size: 1.8rem;
            font-weight: 400;
            line-height: 1.5
        }

        .md\:h1 {
            letter-spacing: 0;
            font-family: Georgia, serif;
            font-size: 5.2rem;
            font-weight: 400;
            line-height: 1.2
        }

        .md\:h2 {
            letter-spacing: 0;
            font-family: Georgia, serif;
            font-size: 4.8rem;
            font-weight: 400;
            line-height: 1
        }

        .md\:h5 {
            letter-spacing: 0;
            font-family: Inter, sans-serif;
            font-size: 2.4rem;
            font-weight: 500;
            line-height: 1.5
        }
    }

    @media (min-width:64rem) {
        .lg\:top-12 {
            top: calc(var(--spacing)*12)
        }

        .lg\:block {
            display: block
        }

        .lg\:flex {
            display: flex
        }

        .lg\:hidden {
            display: none
        }

        .lg\:hidden\! {
            display: none !important
        }

        .lg\:h-8 {
            height: calc(var(--spacing)*8)
        }

        .lg\:h-auto {
            height: auto
        }

        .lg\:h-full {
            height: 100%
        }

        .lg\:max-h-\[32rem\] {
            max-height: 32rem
        }

        .lg\:max-h-\[36rem\] {
            max-height: 36rem
        }

        .lg\:\!min-h-\[37\.1rem\] {
            min-height: 37.1rem !important
        }

        .lg\:min-h-\[10\.8rem\] {
            min-height: 10.8rem
        }

        .lg\:min-h-\[76\.7rem\] {
            min-height: 76.7rem
        }

        .lg\:min-h-\[95rem\] {
            min-height: 95rem
        }

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

        .lg\:w-55 {
            width: calc(var(--spacing)*55)
        }

        .lg\:w-\[21\.2rem\] {
            width: 21.2rem
        }

        .lg\:w-\[52\%\] {
            width: 52%
        }

        .lg\:w-\[calc\(\(100\%-12rem\)\/3\)\] {
            width: calc(33.3333% - 4rem)
        }

        .lg\:w-\[calc\(50\%-3rem\)\] {
            width: calc(50% - 3rem)
        }

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

        .lg\:max-w-\[30\.2rem\] {
            max-width: 30.2rem
        }

        .lg\:max-w-\[95\.6rem\] {
            max-width: 95.6rem
        }

        .lg\:flex-none {
            flex: none
        }

        .lg\:basis-\[calc\(\(100\%-4rem\)\/4\)\] {
            flex-basis: calc(25% - 1rem)
        }

        .lg\:basis-full {
            flex-basis: 100%
        }

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

        .lg\:flex-row-reverse {
            flex-direction: row-reverse
        }

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

        .lg\:items-stretch {
            align-items: stretch
        }

        .lg\:justify-center {
            justify-content: center
        }

        .lg\:gap-2 {
            gap: calc(var(--spacing)*2)
        }

        .lg\:gap-6 {
            gap: calc(var(--spacing)*6)
        }

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

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

        .lg\:p-\[3\.2rem\] {
            padding: 3.2rem
        }

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

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

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

        .lg\:px-10 {
            padding-inline: calc(var(--spacing)*10)
        }

        .lg\:px-\[8rem\] {
            padding-inline: 8rem
        }

        .lg\:px-\[9\.6rem\] {
            padding-inline: 9.6rem
        }

        .lg\:py-0 {
            padding-block: calc(var(--spacing)*0)
        }

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

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

        .lg\:py-12 {
            padding-block: calc(var(--spacing)*12)
        }

        .lg\:py-\[11\.5rem\] {
            padding-block: 11.5rem
        }

        .lg\:text-left {
            text-align: left
        }

        .lg\:\!body {
            letter-spacing: 0 !important;
            font-family: Inter, sans-serif !important;
            font-size: 1.8rem !important;
            font-weight: 400 !important;
            line-height: 1.5 !important
        }

        .lg\:display {
            letter-spacing: 0;
            font-family: Georgia, serif;
            font-size: 7.2rem;
            font-weight: 400;
            line-height: 1.2
        }

        .lg\:h1 {
            letter-spacing: 0;
            font-family: Georgia, serif;
            font-size: 5.2rem;
            font-weight: 400;
            line-height: 1.2
        }

        .lg\:h4 {
            letter-spacing: 0;
            font-family: Inter, sans-serif;
            font-size: 3rem;
            font-weight: 500;
            line-height: 1.5
        }

        .lg\:h5 {
            letter-spacing: 0;
            font-family: Inter, sans-serif;
            font-size: 2.4rem;
            font-weight: 500;
            line-height: 1.5
        }

        .lg\:opacity-0 {
            opacity: 0
        }

        .lg\:opacity-100 {
            opacity: 1
        }
    }

    @media (hover:hover) {
        @media (min-width:64rem) {
            .group-hover\:lg\:basis-2\/5:is(:where(.group):hover *) {
                flex-basis: 40%
            }

            .group-hover\:lg\:opacity-100:is(:where(.group):hover *) {
                opacity: 1
            }
        }
    }

    @media (min-width:64rem) {
        .lg\:group-stick-top\:bg-white\/85:is(:where(.group).stick-top *) {
            background-color: #ffffffd9
        }

        @supports (color:color-mix(in lab, red, red)) {
            .lg\:group-stick-top\:bg-white\/85:is(:where(.group).stick-top *) {
                background-color: color-mix(in oklab, var(--color-white)85%, transparent)
            }
        }

        .lg\:group-stick-top\:opacity-85:is(:where(.group).stick-top *) {
            opacity: .85
        }
    }

    @media (hover:hover) {
        @media (min-width:64rem) {
            .hover\:lg\:basis-\[calc\(\(100\%-4rem\)\/2\)\]:hover {
                flex-basis: calc(50% - 2rem)
            }
        }
    }

    .current\:bg-dark-green.current {
        background-color: var(--color-dark-green)
    }

    html {
        -webkit-text-size-adjust: none;
        -webkit-font-smoothing: subpixel-antialiased;
        -webkit-font-smoothing: antialiased;
        scroll-behavior: smooth;
        scroll-padding-top: 10.24rem;
        font-size: 62.5%;
        overflow-x: hidden !important
    }

    *,
    :before,
    :after {
        box-sizing: inherit
    }

    body {
        box-sizing: border-box;
        margin: 0;
        font-size: 1.6rem
    }

    ::-moz-selection {
        color: #fff;
        background: #000
    }

    ::selection {
        color: #fff;
        background: #000
    }

    ::-webkit-selection {
        color: #fff;
        background: #000
    }

    h1,
    h2,
    h3,
    h4,
    h5,
    h6,
    p,
    figure {
        margin: 0
    }

    q:before,
    q:after {
        display: none
    }

    button {
        color: inherit;
        vertical-align: middle;
        text-align: center;
        text-transform: none;
        font: inherit;
        cursor: pointer;
        -webkit-user-select: none;
        -moz-user-select: none;
        user-select: none;
        background: 0 0;
        border: 0;
        outline: 0;
        margin: 0;
        padding: 0;
        line-height: normal;
        text-decoration: none;
        display: inline-block;
        overflow: visible
    }

    blockquote {
        margin-block: 0;
        margin-inline: 0
    }

    #svg-- {
        display: none
    }

    .mfp-wrap {
        overflow: hidden auto;
        position: fixed !important;
        top: 0 !important
    }

    .btn {
        letter-spacing: 0;
        border-radius: 10rem;
        align-items: center;
        gap: .5rem;
        padding: 1.5rem 2rem;
        font-family: Inter, sans-serif;
        font-size: 1.6rem;
        font-weight: 500;
        line-height: 120%;
        transition: all .3s ease-in-out;
        display: flex
    }

    .btn:hover {
        transform: scale(1.05)
    }

    .btn--small {
        padding: 1rem 1.5rem !important
    }

    button {
        display: flex
    }

    .btn-primary {
        color: #fff;
        background-color: #309c42
    }

    .btn-secondary {
        color: #344c38 !important;
        background-color: #fff !important;
        box-shadow: inset 0 0 0 .2rem #eaecda !important
    }

    .btn-sun {
        color: #344c38;
        background-color: #d7fd19
    }

    .btn-outlined {
        color: #fff !important;
        background-color: #344c38 !important;
        box-shadow: inset 0 0 0 .2rem #fff !important
    }

    .hamburger {
        z-index: 999;
        background-color: #fff;
        border: .2rem solid #e5fcfb;
        border-radius: 1.8rem;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        gap: .5rem;
        width: 6.5rem;
        height: 6.5rem;
        display: flex;
        position: relative
    }

    .hamburger.active .hamburger-bar:first-child {
        transform: rotate(-45deg)
    }

    .hamburger.active .hamburger-bar:nth-child(2) {
        opacity: 0
    }

    .hamburger.active .hamburger-bar:nth-child(3) {
        transform: rotate(45deg)
    }

    .hamburger-bar {
        background-color: #191919;
        width: 2.2rem;
        height: .2rem;
        margin: 0 auto;
        transition: all .3s;
        display: block;
        position: absolute
    }

    .hamburger-bar:first-of-type {
        top: 50%;
        transform: translateY(calc(-50% - .6rem))
    }

    .hamburger-bar:nth-of-type(3) {
        top: 50%;
        transform: translateY(calc(.6rem - 50%))
    }
}

@font-face {
    font-family: Georgia;
    src: url(https://d25zu39ynyitwy.cloudfront.net/oms/3549/font/2025/6/CMHNB_Georgia/Georgia.ttf) format("truetype")
}

html {
    font-family: Inter, sans-serif
}

.job-description ul,
.job-description ol {
    list-style-type: initial;
    unicode-bidi: isolate;
    margin-block: 1em;
    margin-inline: 0;
    padding-inline-start: 20px;
    display: block
}

.job-description li {
    text-align: -webkit-match-parent;
    unicode-bidi: isolate;
    display: list-item
}

.job-description p {
    unicode-bidi: isolate;
    /* margin-block: 1em;
    margin-inline: 0; */
    margin-bottom: 1.6rem;
    display: block
}

#nav a,
#nav button {
    transition: color .3s ease-in-out
}

#nav a:hover,
#nav button:hover {
    color: #78856e !important
}

#nav a.current {
    text-decoration: underline; !important
}

.fade-up-item {
    opacity: 0;
    transition: opacity .6s ease-in-out, transform .6s ease-in-out;
    transform: translateY(5rem)
}

.fade-up-item.fade-up {
    opacity: 1;
    transform: translateY(0)
}

.fade-up-with-zoom-item {
    opacity: 0;
    transition: opacity .6s ease-in-out, transform .6s ease-in-out;
    transform: translateY(5rem) scale(1.1)
}

.fade-up-with-zoom-item.fade-up-with-zoom {
    opacity: 1;
    animation: 1s ease-in-out forwards fade-up-with-zoom
}

.fade-down-item {
    opacity: 0;
    transition: opacity .6s ease-in-out, transform .6s ease-in-out;
    transform: translateY(-5rem)
}

.fade-down-item.fade-down {
    opacity: 1;
    transform: translateY(0)
}

.fade-in-item {
    opacity: 0;
    transition: opacity .6s ease-in-out
}

.fade-in-item.fade-in {
    opacity: 1
}

.blur-in-item {
    filter: blur(16px);
    /* transform: translateY(5rem); */
    opacity: 0;
    transition: filter .6s ease-in-out, opacity .6s ease-in-out, transform .6s ease-in-out
}

.blur-in-item.blur-in {
    filter: blur();
    /* transform: translateY(0); */
    opacity: 1
}

.list-image-vh-check li {
    align-items: flex-start;
    padding-top: 1rem;
    display: flex
}

.list-image-vh-check li:before {
    content: "";
    background-image: url(https://dokumfe7mps0i.cloudfront.net/oms/4193/image/2024/11/FWJ0F_orange-check-marker/orange-check-marker.svg);
    background-size: cover;
    flex-shrink: 0;
    width: 3.5rem;
    height: 3.5rem;
    margin-top: -.5rem;
    margin-right: 2.4rem
}

.carousel--prev:disabled,
.carousel--next:disabled {
    opacity: .4;
    cursor: not-allowed
}

@keyframes fade-up-with-zoom {
    0% {
        opacity: 0;
        transform: translateY(5rem)scale(1.1)
    }

    50% {
        opacity: 1;
        transform: translateY(0)scale(1.1)
    }

    to {
        opacity: 1;
        transform: translateY(0) scale(1)
    }
}

@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-rotate-x {
    syntax: "*";
    inherits: false
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

@property --tw-drop-shadow-color {
    syntax: "*";
    inherits: false
}

@property --tw-drop-shadow-alpha {
    syntax: "<percentage>";
    inherits: false;
    initial-value: 100%
}

@property --tw-drop-shadow-size {
    syntax: "*";
    inherits: false
}

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

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