/*! tailwindcss v4.1.4 | MIT License | https://tailwindcss.com */
html {
    font-size: 62.5%;
}

@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-rotate-x: initial;
        --tw-rotate-y: initial;
        --tw-rotate-z: initial;
        --tw-skew-x: initial;
        --tw-skew-y: initial;
        --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-tracking: initial;
        --tw-shadow: 0 0 #0000;
        --tw-shadow-color: initial;
        --tw-shadow-alpha: 100%;
        --tw-inset-shadow: 0 0 #0000;
        --tw-inset-shadow-color: initial;
        --tw-inset-shadow-alpha: 100%;
        --tw-ring-color: initial;
        --tw-ring-shadow: 0 0 #0000;
        --tw-inset-ring-color: initial;
        --tw-inset-ring-shadow: 0 0 #0000;
        --tw-ring-inset: initial;
        --tw-ring-offset-width: 0px;
        --tw-ring-offset-color: #fff;
        --tw-ring-offset-shadow: 0 0 #0000;
        --tw-content: "";
        --tw-scale-x: 1;
        --tw-scale-y: 1;
        --tw-scale-z: 1;
    }
}


: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: #000;
    --color-white: #fff;
    --spacing: 1rem;
    --font-weight-light: 300;
    --font-weight-semibold: 600;
    --default-transition-duration: 0.15s;
    --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);
    --font-museo-slab: "museo-slab", sans-serif;
    --font-museo-slab-rounded: "museo-slab-rounded", sans-serif;
    --color-vch-blue: #0091b9;
    --color-vch-orange: #f47e4f;
    --color-vch-orange-hover: #d15925;
    --color-gray: #626264;
    --color-light-blue: #e5f4f8;
}

*,
: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: -0.25em;
}

sup {
    top: -0.5em;
}

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

:-moz-focusring {
    outline: auto;
}

progress {
    vertical-align: baseline;
}

summary {
    display: list-item;
}

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

img,
svg,
video,
canvas,
audio,
iframe,
embed,
object {
    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;
}

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

.absolute {
    position: absolute;
}

.fixed {
    position: fixed;
}

.relative {
    position: relative;
}

.static {
    position: static;
}

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

.top-\[calc\(100\%\+0\.4rem\)\] {
    top: calc(100% + 0.4rem);
}

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

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

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

.z-1 {
    z-index: 1;
}

.z-2 {
    z-index: 2;
}

.z-1000 {
    z-index: 1000;
}

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

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

.mx-auto {
    margin-inline: auto;
}

.mt-\[3\.2rem\] {
    margin-top: 3.2rem;
}

.block {
    display: block;
}

.flex {
    display: flex;
}

.hidden {
    display: none;
}

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

.size-\[1\.4rem\] {
    width: 1.4rem;
    height: 1.4rem;
}

.size-\[20rem\] {
    width: 20rem;
    height: 20rem;
}

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

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

.h-\[7\.5rem\] {
    height: 7.5rem;
}

.h-\[11\.3rem\] {
    height: 11.3rem;
}

.h-\[14\.8233rem\] {
    height: 14.8233rem;
}

.h-\[43\.7rem\] {
    height: 43.7rem;
}

.h-full {
    height: 100%;
}

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

.w-\[71rem\] {
    width: 71rem;
}

.w-full {
    width: 100%;
}

.max-w-\[71rem\] {
    max-width: 71rem;
}

.min-w-\[37\.8rem\] {
    min-width: 37.8rem;
}

@media screena and (min-width: 1024px) {
    .md:min-w-\[37\.8rem\] {
        min-width: 37.8rem;
    }
}

.grow {
    flex-grow: 1;
}

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

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

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

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

.items-center {
    align-items: center;
}

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

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

.justify-center {
    justify-content: center;
}

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

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

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

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

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

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

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

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

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

.gap-\[6\.4rem\] {
    gap: 6.4rem;
}

.self-center {
    align-self: center;
}

.rounded-\[0\.4rem\] {
    border-radius: 0.4rem;
}

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

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

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

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

.bg-gradient-to-b {
    --tw-gradient-position: to bottom in oklab;
    background-image: linear-gradient(var(--tw-gradient-stops));
}

.bg-gradient-to-t {
    --tw-gradient-position: to top in oklab;
    background-image: linear-gradient(var(--tw-gradient-stops));
}

.from-\[\#D9D9D900\] {
    --tw-gradient-from: #d9d9d900;
    --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));
}

.from-0\% {
    --tw-gradient-from-position: 0%;
}

.to-\[\#25252580\] {
    --tw-gradient-to: #25252580;
    --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));
}

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

.p-\[0\.8rem\] {
    padding: 0.8rem;
}

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

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

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

.px-\[2\.6rem\] {
    padding-inline: 2.6rem;
}

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

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

.py-\[1\.6rem\] {
    padding-block: 1.6rem;
}

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

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

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

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

.text-center {
    text-align: center;
}

.button-font {
    letter-spacing: -0.028rem;
    text-transform: uppercase;
    font-family: museo-slab, sans-serif;
    font-size: 1.6rem;
    font-style: normal;
    font-weight: 700;
    line-height: 5.5rem;
}

@media screen and (min-width: 1280px) {
    .button-font {
        font-size: 1.8rem;
    }
}

@media screen and (min-width: 1920px) {
    .button-font {
        font-size: 2.8rem;
    }
}

.hd-2 {
    letter-spacing: -0.055rem;
    font-family: museo-slab, sans-serif;
    font-size: 5.5rem;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
}

.hd-2-m {
    letter-spacing: -0.034rem;
    font-family: museo-slab, sans-serif;
    font-size: 3.4rem;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
}

.hd-3-m {
    letter-spacing: -0.022rem;
    font-family: museo-slab, sans-serif;
    font-size: 1.8rem;
    font-weight: 300;
    line-height: 3.1rem;
}

@media screen and (min-width: 1920px) {
    .hd-3-m {
        font-size: 2.2rem;
    }
}

.font-museo-slab {
    font-family: var(--font-museo-slab);
}

.font-museo-slab-rounded {
    font-family: var(--font-museo-slab-rounded);
}

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

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

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

.leading-\[4\.1rem\] {
    --tw-leading: 4.1rem;
    line-height: 4.1rem;
}

.leading-\[9\.4rem\] {
    --tw-leading: 9.4rem;
    line-height: 9.4rem;
}

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

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

.tracking-\[-0\.1rem\] {
    --tw-tracking: -0.1rem;
    letter-spacing: -0.1rem;
}

.tracking-\[-0\.029rem\] {
    --tw-tracking: -0.029rem;
    letter-spacing: -0.029rem;
}

.text-balance {
    text-wrap: balance;
}

.whitespace-nowrap {
    white-space: nowrap;
}

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

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

.text-vch-blue {
    color: var(--color-vch-blue);
}

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

.mix-blend-multiply {
    mix-blend-mode: multiply;
}

.shadow-input {
    --tw-shadow: 0 0.4rem 0.4rem 0 var(--tw-shadow-color, #00000040) inset;
    box-shadow: var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
}

.shadow-nav {
    --tw-shadow: 0 0.2rem 1rem 0 var(--tw-shadow-color, #51515180);
    box-shadow: var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
}

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

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

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

.after\:-bottom-\[0\.4rem\]:after {
    content: var(--tw-content);
    bottom: -0.4rem;
}

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

.after\:block:after {
    content: var(--tw-content);
    display: block;
}

.after\:h-\[0\.4rem\]:after {
    content: var(--tw-content);
    height: 0.4rem;
}

.after\:w-full:after {
    content: var(--tw-content);
    width: 100%;
}

.after\:scale-x-0:after {
    content: var(--tw-content);
    --tw-scale-x: 0%;
    scale: var(--tw-scale-x) var(--tw-scale-y);
}

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

.after\:transition-transform:after {
    content: var(--tw-content);
    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));
}

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

.has-current\:text-vch-orange:has(.current) {
    color: var(--color-vch-orange);
}

.has-current\:after\:scale-x-100:has(.current):after {
    content: var(--tw-content);
    --tw-scale-x: 100%;
    scale: var(--tw-scale-x) var(--tw-scale-y);
}

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

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

    .lg\:hidden {
        display: none;
    }

    .lg\:h-\[21\.1413rem\] {
        height: 21.1413rem;
    }

    .lg\:h-\[23\.3rem\] {
        height: 23.3rem;
    }

    .lg\:h-\[25\.4rem\] {
        height: 25.4rem;
    }

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

    .lg\:max-w-128 {
        max-width: calc(var(--spacing) * 128);
    }

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

    .lg\:flex-wrap {
        flex-wrap: wrap;
    }

    .lg\:items-end {
        align-items: flex-end;
    }

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

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

    .lg\:gap-x-\[7\.8rem\] {
        -moz-column-gap: 7.8rem;
        column-gap: 7.8rem;
    }

    .lg\:self-center {
        align-self: center;
    }

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

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

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

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

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

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

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

    .lg\:text-start {
        text-align: start;
    }

    .lg\:hd-1 {
        letter-spacing: -0.064rem;
        font-family: museo-slab, sans-serif;
        /* font-size: 6.4rem; */
        font-size: 5rem;
        font-weight: 600;
    }
}

@media (min-width: 80rem) {
    .xl\:-mt-10 {
        margin-top: calc(var(--spacing) * -10);
    }
}

@media (min-width: 1280px) {
    .\33xl\:absolute {
        position: absolute;
    }

    .\33xl\:top-0 {
        top: calc(var(--spacing) * 0);
    }

    .\33xl\:left-0 {
        left: calc(var(--spacing) * 0);
    }

    .\33xl\:z-2 {
        z-index: 2;
    }

    .\33xl\:mt-0 {
        margin-top: calc(var(--spacing) * 0);
    }

    .\33xl\:-ml-\[50vw\] {
        margin-left: -50vw;
    }

    .\33xl\:h-\[24\.1rem\] {
        height: 24.1rem;
    }

    .\33xl\:h-full {
        height: 100%;
    }

    .\33xl\:min-h-\[calc\(100vw\*964\/1529\)\] {
        min-height: 63.0477vw;
    }

    .\33xl\:min-h-\[calc\(100vw\*1147\/1529\)\] {
        min-height: 55vw;
    }

    .\33xl\:w-148 {
        width: calc(var(--spacing) * 148);
    }

    .\33xl\:max-w-148 {
        max-width: calc(var(--spacing) * 148);
    }

    .\33xl\:max-w-\[93\.4rem\] {
        max-width: 93.4rem;
    }

    .\33xl\:flex-col {
        flex-direction: column;
    }

    .\33xl\:flex-row {
        flex-direction: row;
    }

    .\33xl\:flex-row-reverse {
        flex-direction: row-reverse;
    }

    .\33xl\:flex-wrap {
        flex-wrap: wrap;
    }

    .\33xl\:items-start {
        align-items: flex-start;
    }

    .\33xl\:justify-between {
        justify-content: space-between;
    }

    .\33xl\:justify-center {
        justify-content: center;
    }

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

    .\33xl\:gap-x-\[6\.4rem\] {
        -moz-column-gap: 6.4rem;
        column-gap: 6.4rem;
    }

    .\33xl\:object-contain {
        -o-object-fit: contain;
        object-fit: contain;
    }

    .\33xl\:px-0 {
        padding-inline: calc(var(--spacing) * 0);
    }

    .\33xl\:px-20 {
        padding-inline: calc(var(--spacing) * 20);
    }

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

    .\33xl\:pr-4\.5 {
        padding-right: calc(var(--spacing) * 4.5);
    }

    .\33xl\:pr-20 {
        padding-right: calc(var(--spacing) * 20);
    }

    .\33xl\:pb-18 {
        padding-bottom: calc(var(--spacing) * 18);
    }

    .\33xl\:pl-4\.5 {
        padding-left: calc(var(--spacing) * 4.5);
    }

    .\33xl\:pl-20 {
        padding-left: calc(var(--spacing) * 20);
    }

    .\33xl\:text-end {
        text-align: end;
    }

    :is(.\33xl\:\*\:basis-1\/2 > *) {
        flex-basis: 50%;
    }

    :is(.\33xl\:\*\:basis-\[calc\(\(100\%-6\.4rem\)\/2\)\] > *) {
        flex-basis: calc(50% - 3.2rem);
    }
}

@media screen and (min-width: 1920px) {
    .lg\:hd-1 {
        font-size: 6.4rem;
    }
    .\33xl\:hd-2 {
        letter-spacing: -0.055rem;
        font-family: museo-slab, sans-serif;
        font-size: 5.5rem;
        font-style: normal;
        font-weight: 600;
        line-height: normal;
    }

    .\33xl\:hd-3 {
        letter-spacing: -0.029rem;
        font-family: museo-slab, sans-serif;
        font-size: 2.4rem;
        font-style: normal;
        font-weight: 300;
        line-height: 4.1rem;
    }
}

.hocus\:bg-light-blue:hover,
.hocus\:bg-light-blue:focus,
.hocus\:bg-light-blue:focus-within {
    background-color: var(--color-light-blue);
}

.hocus\:bg-vch-orange-hover:hover,
.hocus\:bg-vch-orange-hover:focus,
.hocus\:bg-vch-orange-hover:focus-within {
    background-color: var(--color-vch-orange-hover);
}

.hocus\:text-vch-orange:hover,
.hocus\:text-vch-orange:focus,
.hocus\:text-vch-orange:focus-within {
    color: var(--color-vch-orange);
}

:is(.hocus\:after\:scale-x-100:hover, .hocus\:after\:scale-x-100:focus, .hocus\:after\:scale-x-100:focus-within):after {
    content: var(--tw-content);
    --tw-scale-x: 100%;
    scale: var(--tw-scale-x) var(--tw-scale-y);
}

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

@property --tw-shadow {
    syntax: "*";
    inherits: false;
    initial-value: 0 0 #0000;
}

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

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

@property --tw-inset-shadow {
    syntax: "*";
    inherits: false;
    initial-value: 0 0 #0000;
}

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

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

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

@property --tw-ring-shadow {
    syntax: "*";
    inherits: false;
    initial-value: 0 0 #0000;
}

@property --tw-inset-ring-color {
    syntax: "*";
    inherits: false;
}

@property --tw-inset-ring-shadow {
    syntax: "*";
    inherits: false;
    initial-value: 0 0 #0000;
}

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

@property --tw-ring-offset-width {
    syntax: "<length>";
    inherits: false;
    initial-value: 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-content {
    syntax: "*";
    inherits: false;
    initial-value: "";
}

@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;
}

#physiciansVideo {
    width: 100%;
    height: auto;
    max-height: 336px;
    aspect-ratio: 16 / 9;
}

.text-shadow {
    text-shadow: 1px 1px 2px #fff;
}