/*! 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
        }
    }
}

: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-red-100: #dc1730;
    --color-black: #000;
    --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: "neue-haas-unica", "Roboto-neue", sans-serif;
    --default-mono-font-family: var(--font-mono);
    --color-red-120: #bb1429;
    --color-granite-20: #dcdcdc;
    --color-granite-90: #707070;
    --color-granite-100: #404040;
    --color-granite-120: #1e1e1e
}

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

.absolute {
    position: absolute
}

.fixed {
    position: fixed
}

.relative {
    position: relative
}

.static {
    position: static
}

.sticky {
    position: sticky
}

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

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

.top-full {
    top: 100%
}

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

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

.right-\[7\.2rem\] {
    right: 7.2rem
}

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

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

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

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

.bottom-full {
    bottom: 100%
}

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

.z-100 {
    z-index: 100
}

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

.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\.4rem\] {
    margin-block: 2.4rem
}

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

.mt-\[0\.8rem\] {
    margin-top: .8rem
}

.mt-\[1\.6rem\] {
    margin-top: 1.6rem
}

.mt-\[2\.4rem\] {
    margin-top: 2.4rem
}

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

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

.mr-\[0\.8rem\] {
    margin-right: .8rem
}

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

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

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

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

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

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

.mb-\[2\.4rem\] {
    margin-bottom: 2.4rem
}

.mb-\[3\.2rem\] {
    margin-bottom: 3.2rem
}

.ml-auto {
    margin-left: auto
}

.block {
    display: block
}

.flex {
    display: flex
}

.hidden {
    display: none
}

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

.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-\[4\.8rem\] {
    width: 4.8rem;
    height: 4.8rem
}

.size-\[29\.3rem\] {
    width: 29.3rem;
    height: 29.3rem
}

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

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

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

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

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

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

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

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

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

.h-\[4\.8rem\] {
    height: 4.8rem
}

.h-\[5\.4rem\] {
    height: 5.4rem
}

.h-\[6\.4rem\] {
    height: 6.4rem
}

.h-\[7\.1rem\] {
    height: 7.1rem
}

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

.h-\[12\.2rem\] {
    height: 12.2rem
}

.h-\[12\.8rem\] {
    height: 12.8rem
}

.h-\[20\.1rem\] {
    height: 20.1rem
}

.h-\[26\.2rem\] {
    height: 26.2rem
}

.h-\[26\.4rem\] {
    height: 26.4rem
}

.h-\[28\.2rem\] {
    height: 28.2rem
}

.h-\[32\.3rem\] {
    height: 32.3rem
}

.h-auto {
    height: auto
}

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

.h-full {
    height: 100%
}

.max-h-\[calc\(100vh-7\.1rem\)\] {
    max-height: calc(100vh - 7.1rem)
}

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

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

.min-h-\[35\.7rem\] {
    min-height: 35.7rem
}

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

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

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

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

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

.w-\[1\.8rem\] {
    width: 1.8rem
}

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

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

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

.w-\[3\.4rem\] {
    width: 3.4rem
}

.w-\[4\.8rem\] {
    width: 4.8rem
}

.w-\[11\.5rem\] {
    width: 11.5rem
}

.w-\[17\.4rem\] {
    width: 17.4rem
}

.w-\[18\.3rem\] {
    width: 18.3rem
}

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

.w-\[22\.4rem\] {
    width: 22.4rem
}

.w-\[23\.5rem\] {
    width: 23.5rem
}

.w-\[35\.3rem\] {
    width: 35.3rem
}

.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-62 {
    max-width: calc(var(--spacing)*62)
}

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

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

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

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

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

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

.flex-1 {
    flex: 1
}

.shrink-0 {
    flex-shrink: 0
}

.grow {
    flex-grow: 1
}

.translate-y-\[3\.2rem\] {
    --tw-translate-y: 3.2rem;
    translate: var(--tw-translate-x)var(--tw-translate-y)
}

.translate-y-\[24rem\] {
    --tw-translate-y: 24rem;
    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
}

.list-outside {
    list-style-position: outside
}

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

.flex-col {
    flex-direction: column
}

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

.flex-row {
    flex-direction: row
}

.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-\[0\.4rem\] {
    gap: .4rem
}

.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-\[3\.2rem\] {
    gap: 3.2rem
}

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

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

.gap-x-\[1\.6rem\] {
    -moz-column-gap: 1.6rem;
    column-gap: 1.6rem
}

.gap-y-\[1\.6rem\] {
    -moz-row-gap: 1.6rem;
    row-gap: 1.6rem
}

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

.self-stretch {
    align-self: stretch
}

.overflow-auto {
    overflow: auto
}

.overflow-hidden {
    overflow: hidden
}

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

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

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

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

.rounded-t-\[1\.6rem\] {
    border-top-left-radius: 1.6rem;
    border-top-right-radius: 1.6rem
}

.rounded-t-\[2\.4rem\] {
    border-top-left-radius: 2.4rem;
    border-top-right-radius: 2.4rem
}

.rounded-b-\[2\.4rem\] {
    border-bottom-right-radius: 2.4rem;
    border-bottom-left-radius: 2.4rem
}

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

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

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

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

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

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

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

.border-granite-20 {
    border-color: var(--color-granite-20)
}

.border-granite-90 {
    border-color: var(--color-granite-90)
}

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

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

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

.bg-granite-90 {
    background-color: var(--color-granite-90)
}

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

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

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

.bg-\[auto_100\%\] {
    background-size: auto 100%
}

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

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

.object-\[center_35\%\] {
    -o-object-position: center 35%;
    object-position: center 35%
}

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

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

.btn--medium {
    padding: 1.2rem 2.4rem
}

.btn--small {
    padding: .9rem 1.6rem
}

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

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

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

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

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

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

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

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

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

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

.px-\[2\.4rem\] {
    padding-inline: 2.4rem
}

.px-\[4\.6rem\] {
    padding-inline: 4.6rem
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.pb-\[66\.667\%\] {
    padding-bottom: 66.667%
}

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

.pb-\[110\.5\%\] {
    padding-bottom: 110.5%
}

.pb-\[111\.2\%\] {
    padding-bottom: 111.2%
}

.pb-\[132\.5\%\] {
    padding-bottom: 132.5%
}

.pl-\[2\.4rem\] {
    padding-left: 2.4rem
}

.text-center {
    text-align: center
}

.body-lg {
    letter-spacing: .02rem;
    font-family: NeueHaasUnicaPro, sans-serif;
    font-size: 1.8rem;
    font-style: normal;
    font-weight: 400;
    line-height: 2.4rem
}

@media (min-width:768px) {
    .body-lg {
        /* font-size: 2rem;
        line-height: 2.8rem */
    }
}

.body-md {
    letter-spacing: .02rem;
    font-family: NeueHaasUnicaPro, sans-serif;
    font-size: 1.6rem;
    font-style: normal;
    font-weight: 400;
    line-height: 2rem
}

@media (min-width:768px) {
    .body-md {
        font-size: 1.8rem;
        line-height: 2.4rem
    }
}

.body-xs {
    letter-spacing: .02rem;
    font-family: NeueHaasUnicaPro, sans-serif;
    font-size: 1.2rem;
    font-style: normal;
    font-weight: 400;
    line-height: 1.6rem
}

@media (min-width:768px) {
    .body-xs {
        font-size: 1.4rem;
        line-height: 2rem
    }
}

.display-36-md {
    letter-spacing: 0;
    font-family: MidnightSansRDPro-36, sans-serif;
    font-size: 4.8rem;
    font-style: normal;
    font-weight: 700;
    line-height: 110%
}

@media (min-width:768px) {
    .display-36-md {
        font-size: 8.4rem;
        line-height: 100%
    }
}

.display-36-sm {
    letter-spacing: 0;
    font-family: MidnightSansRDPro-36, sans-serif;
    font-size: 4rem;
    font-style: normal;
    font-weight: 700;
    line-height: 110%
}

@media (min-width:768px) {
    .display-36-sm {
        font-size: 7.2rem;
        line-height: 100%
    }
}

.heading-md {
    letter-spacing: 0;
    font-family: MidnightSansRDPro-36, sans-serif;
    font-size: 2.8rem;
    font-style: normal;
    font-weight: 700;
    line-height: 110%
}

@media (min-width:768px) {
    .heading-md {
        font-size: 4.8rem
    }
}

.heading-xs {
    letter-spacing: 0;
    font-family: MidnightSansRDPro-36, sans-serif;
    font-size: 2rem;
    font-style: normal;
    font-weight: 700;
    line-height: 110%
}

@media (min-width:768px) {
    .heading-xs {
        font-size: 3.2rem
    }
}

.label-overline-lg {
    letter-spacing: .02rem;
    font-family: NeueHaasUnicaPro, sans-serif;
    font-size: 1.4rem;
    font-style: normal;
    font-weight: 700;
    line-height: 100%
}

@media (min-width:768px) {
    .label-overline-lg {
        font-size: 1.8rem
    }
}

.subheading-lg {
    letter-spacing: 0;
    font-family: MidnightSansRDPro-36, sans-serif;
    font-size: 1.8rem;
    font-style: normal;
    font-weight: 500;
    line-height: 110%
}

@media (min-width:768px) {
    .subheading-lg {
        font-size: 2.4rem
    }
}

.button-lg,
.button-md {
    letter-spacing: 0;
    font-family: MidnightSansRDPro-36, sans-serif;
    font-size: 1.6rem;
    font-style: normal;
    font-weight: 500;
    line-height: 100%
}

.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) !important;
    font-weight: var(--font-weight-bold) !important
}

.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-granite-90 {
    color: var(--color-granite-90)
}

.text-granite-100 {
    color: var(--color-granite-100)
}

.text-granite-120 {
    color: var(--color-granite-120)
}

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

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

.uppercase {
    text-transform: uppercase
}

.decoration-red-100 {
    text-decoration-color: var(--color-red-100)
}

.underline-offset-\[0\.4rem\] {
    text-underline-offset: .4rem
}

.opacity-90 {
    opacity: .9
}

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

.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-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-transform {
    transition-property: transform, translate, scale, rotate;
    transition-timing-function: var(--tw-ease, var(--default-transition-timing-function));
    transition-duration: var(--tw-duration, var(--default-transition-duration))
}

.duration-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\:rotate-180:is(:where(.group):hover *) {
        rotate: 180deg
    }
}

.group-\[\.current\]\:max-w-\[1\.8rem\]:is(:where(.group).current *) {
    max-width: 1.8rem
}

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

    .hover\:opacity-80:hover {
        opacity: .8
    }

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

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

@media (min-width:48rem) {
    .md\:top-\[7\.1rem\] {
        top: 7.1rem
    }

    .md\:my-4 {
        margin-block: calc(var(--spacing)*4)
    }

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

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

    .md\:mb-\[0\.8rem\] {
        margin-bottom: .8rem
    }

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

    .md\:mb-\[2\.4rem\] {
        margin-bottom: 2.4rem
    }

    .md\:block {
        display: block
    }

    .md\:flex {
        display: flex
    }

    .md\:hidden {
        display: none
    }

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

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

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

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

    .md\:h-\[6\.4rem\] {
        height: 6.4rem
    }

    .md\:h-\[40\.1rem\] {
        height: 40.1rem
    }

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

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

    .md\:min-h-\[46\.8rem\] {
        min-height: 46.8rem
    }

    .md\:min-h-\[56\.5rem\] {
        min-height: 56.5rem
    }

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

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

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

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

    .md\:w-\[6\.4rem\] {
        width: 6.4rem
    }

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

    .md\:w-\[25\.8rem\] {
        width: 25.8rem
    }

    .md\:w-\[29\.1rem\] {
        width: 29.1rem
    }

    .md\:w-\[32\.9rem\] {
        width: 32.9rem
    }

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

    .md\:w-\[49\.3rem\] {
        width: 49.3rem
    }

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

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

    .md\:w-\[calc\(100\%-20\.4rem\)\] {
        width: calc(100% - 20.4rem)
    }

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

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

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

    .md\:flex-col {
        flex-direction: column
    }

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

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

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

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

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

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

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

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

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

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

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

    .md\:rounded-t-\[2\.4rem\] {
        border-top-left-radius: 2.4rem;
        border-top-right-radius: 2.4rem
    }

    .md\:rounded-b-\[2\.4rem\] {
        border-bottom-right-radius: 2.4rem;
        border-bottom-left-radius: 2.4rem
    }

    .md\:border-8 {
        border-style: var(--tw-border-style);
        border-width: 8px
    }

    .md\:btn--large {
        padding: 1.6rem 2.4rem
    }

    .md\:btn--medium {
        padding: 1.2rem 2.4rem
    }

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

    .md\:p-\[5\.6rem\] {
        padding: 5.6rem
    }

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

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

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

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

    .md\:px-\[2\.4rem\] {
        padding-inline: 2.4rem
    }

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

    .md\:px-\[7\.2rem\] {
        padding-inline: 7.2rem
    }

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

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

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

    .md\:py-\[4\.8rem\] {
        padding-block: 4.8rem
    }

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

    .md\:py-\[5\.6rem\] {
        padding-block: 5.6rem
    }

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

    .md\:pb-\[5\.6rem\] {
        padding-bottom: 5.6rem
    }

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

    .md\:heading-sm {
        letter-spacing: 0;
        font-family: MidnightSansRDPro-36, sans-serif;
        font-size: 2.4rem;
        font-style: normal;
        font-weight: 700;
        line-height: 110%
    }

    @media (min-width:768px) {
        .md\:heading-sm {
            font-size: 4rem
        }
    }

    .md\:subheading-sm {
        letter-spacing: 0;
        font-family: MidnightSansRDPro-36, sans-serif;
        font-size: 1.4rem;
        font-style: normal;
        font-weight: 500;
        line-height: 110%
    }

    @media (min-width:768px) {
        .md\:subheading-sm {
            font-size: 1.8rem
        }
    }
}

@media (min-width:64rem) {
    .lg\:top-\[13\.1rem\] {
        top: 13.1rem
    }

    .lg\:right-14 {
        right: calc(var(--spacing)*14)
    }

    .lg\:my-\[5\.6rem\] {
        margin-block: 5.6rem
    }

    .lg\:mt-\[5\.6rem\] {
        margin-top: 5.6rem
    }

    .lg\:mb-\[4\.8rem\] {
        margin-bottom: 4.8rem
    }

    .lg\:mb-\[5\.6rem\] {
        margin-bottom: 5.6rem
    }

    .lg\:block {
        display: block
    }

    .lg\:flex {
        display: flex
    }

    .lg\:hidden {
        display: none
    }

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

    .lg\:size-\[39\.2rem\] {
        width: 39.2rem;
        height: 39.2rem
    }

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

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

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

    .lg\:h-\[8\.2rem\] {
        height: 8.2rem
    }

    .lg\:h-\[13\.1rem\] {
        height: 13.1rem
    }

    .lg\:h-\[75\.8rem\] {
        height: 75.8rem
    }

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

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

    .lg\:min-h-\[44\.5rem\] {
        min-height: 44.5rem
    }

    .lg\:min-h-\[56\.8rem\] {
        min-height: 56.8rem
    }

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

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

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

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

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

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

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

    .lg\:w-\[19\.8rem\] {
        width: 19.8rem
    }

    .lg\:w-\[29\.5rem\] {
        width: 29.5rem
    }

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

    .lg\:w-\[35\.4rem\] {
        width: 35.4rem
    }

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

    .lg\:w-\[50\.4rem\] {
        width: 50.4rem
    }

    .lg\:w-\[70\.5rem\] {
        width: 70.5rem
    }

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

    .lg\:w-\[calc\(\(100\%-16\.8rem\)\/4\)\] {
        width: calc(25% - 4.2rem)
    }

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

    .lg\:w-full {
        width: 100%
    }

    .lg\:max-w-44 {
        max-width: 44rem
    }

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

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

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

    .lg\:flex-col {
        flex-direction: column
    }

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

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

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

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

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

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

    .lg\:gap-\[5\.6rem\] {
        gap: 5.6rem
    }

    .lg\:btn--large {
        padding: 1.6rem 2.4rem
    }

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

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

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

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

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

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

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

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

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

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

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

    .lg\:py-\[5\.6rem\] {
        padding-block: 5.6rem
    }

    .lg\:pb-\[5\.6rem\] {
        padding-bottom: 5.6rem
    }

    .lg\:heading-md {
        letter-spacing: 0;
        font-family: MidnightSansRDPro-36, sans-serif;
        font-size: 2.8rem;
        font-style: normal;
        font-weight: 700;
        line-height: 110%
    }

    @media (min-width:768px) {
        .lg\:heading-md {
            font-size: 4.8rem
        }
    }

    .lg\:subheading-lg {
        letter-spacing: 0;
        font-family: MidnightSansRDPro-36, sans-serif;
        font-size: 1.8rem;
        font-style: normal;
        font-weight: 500;
        line-height: 110%
    }

    @media (min-width:768px) {
        .lg\:subheading-lg {
            font-size: 2.4rem
        }
    }
}

@media (min-width:80rem) {
    .xl\:w-\[calc\(\(100\%-12rem\)\/4\)\] {
        width: calc(25% - 3rem)
    }
}

.\[\&\.active\]\:\!bg-granite-120.active {
    background-color: var(--color-granite-120) !important
}

.\[\&\.active\]\:\!text-white.active {
    color: var(--color-white) !important
}

.bg-overview-find {
    background-image: linear-gradient(#fff 75%, #dc1730 75%)
}

.bg-life-at-testimonials {
    background-image: linear-gradient(#dc1730 50%, #fff 50%)
}

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

@media screen and (max-width: 500px) {
    .max\:sm-h-\[75\] {
        height: 75%;
    }

        .max\:sm-object-\[-80px\] {
            object-position: -80px;
        }
}