
p {
    margin-bottom: 1rem;
}
h1, .h1 {
    font-size: var(--h1-desktop-size);
    line-height: var(--h1-desktop-line-height);
    font-weight: 700;
    letter-spacing: -0.01em;
    margin-bottom: 1.25rem;
}
h2, .h2 {
    font-size: var(--h2-desktop-size);
    line-height: var(--h2-desktop-line-height);
    font-weight: 700;
    letter-spacing: -0.01em;
    margin: 0 0 1rem 0;
}
h3, .h3 {
    font-size: var(--h3-desktop-size);
    line-height: var(--h3-desktop-line-height);
    font-weight: 700;
    letter-spacing: -0.005em;
}
h4, .h4 {
    font-size: var(--h4-desktop-size);
    line-height: var(--h4-desktop-line-height);
    font-weight: 700;
    letter-spacing: -0.005em;
}
h5, .h5 {
    font-size: var(--h5-desktop-size);
    line-height: var(--h5-desktop-line-height);
    font-weight: 700;
    letter-spacing: -0.005em;
}
h6, .h6 {
    font-size: var(--h6-desktop-size);
    line-height: var(--h6-desktop-line-height);
    font-weight: 700;
}
nav {
    background-color: var(--color-bg);
    border-bottom: 1px solid var(--color-border);
}
strong {
    font-weight: 600;
}
.caption-small {
    font-size: var(--caption-small-size);
    line-height: var(--caption-small-line-height);
    color: var(--color-text-subtle-light);
    text-transform: uppercase;
    font-weight: 800;
    margin-bottom: 8px;
    letter-spacing: 0.04em;
    display: block;
}
.caption-extrasmall {
    font-size: var(--caption-extrasmall-size);
    line-height: var(--caption-extrasmall-line-height);
    color: var(--color-text-subtle-light);
    text-transform: uppercase;
    font-weight: 800;
    margin-bottom: 8px;
    letter-spacing: 0.04em;
}
.caption-small.caption-divider {
    text-align: center;
    position: relative;
    margin-bottom: 40px;
}
.caption-small.caption-divider span {
    position: relative;
    padding: 0 1rem;
    background-color: var(--color-bg);
}
.caption-divider:before {
    content: '';
    display: block;
    width: 100%;
    height: 1px;
    background-color: var(--color-border);
    position: absolute;
    top: 50%;
}
.border-bottom {
    border-bottom: 1px solid var(--color-border);
}
.bg-primary-subtle {
    background-color: var(--color-bg-primary-subtle) !important;
}
.bg-dark {
    background-color: var(--color-bg-dark);
}
.bg-highlighted {
    background-color: var(--color-bg-highlighted);
}
.bg-subtle {
    background-color: var(--color-bg-subtle);
}
.py-0 {
    padding-top: 0;
    padding-bottom: 0;
}
.py-80 {
    padding-top: 80px;
    padding-bottom: 80px;
}
.py-128 {
    padding-top: 128px;
    padding-bottom: 128px;
}
.py-128i {
    padding-top: 128px !important;
    padding-bottom: 128px !important;
}
.pt-0 {
    padding-top: 0;
}
.pt-0i {
    padding-top: 0!important;
}
.pt-32 {
    padding-top: 32px;
}
.pt-32i {
    padding-top: 32px !important;
}
.pt-64 {
    padding-top: 64px;
}
.pt-64i {
    padding-top: 64px !important;
}
.pt-128 {
    padding-top: 128px;
}
.pt-128i {
    padding-top: 128px !important;
}
.pt-160 {
    padding-top: 160px;
}
.pb-0 {
    padding-bottom: 0;
}
.pb-32 {
    padding-bottom: 32px;
}
.pb-56 {
    padding-bottom: 56px;
}
.pb-80 {
    padding-bottom: 80px;
}
.pb-112 {
    padding-bottom: 112px;
}
.pb-128 {
    padding-bottom: 128px;
}
.pb-160 {
    padding-bottom: 160px;
}
.pb-0i {
    padding-bottom: 0!important;
}
.px-64 {
    padding-left: 64px;
    padding-right: 64px;
}
.pr-64 {
    padding-right: 64px;
}
.pr-94 {
    padding-right: 94px;
}
.pr-130 {
    padding-right: 130px;
}
.pl-64 {
    padding-left: 64px;
}
.pl-94 {
    padding-left: 94px;
}
.mt-0 {
    margin-top: 0;
}
.mt-4 {
    margin-top: 4px;
}
.mt-32 {
    margin-top: 32px;
}
.mt-48 {
    margin-top: 48px;
}
.mt-64 {
    margin-top: 64px;
}
.mt-104 {
    margin-top: 104px;
}
.mt-160 {
    margin-top: 160px;
}
.mt-164 {
    margin-top: 164px;
}
.mb-0 {
    margin-bottom: 0;
}
.mb-0i {
    margin-bottom: 0 !important;
}
.mb-4 {
    margin-bottom: 4px;
}
.mb-12 {
    margin-bottom: 12px;
}
.mb-16 {
    margin-bottom: 16px;
}
.mb-16i {
    margin-bottom: 16px !important;
}
.mb-24 {
    margin-bottom: 24px;
}
.mb-32 {
    margin-bottom: 32px;
}
.mb-40 {
    margin-bottom: 40px;
}
.mb-48 {
    margin-bottom: 48px;
}
.mb-56 {
    margin-bottom: 56px;
}
.mb-64 {
    margin-bottom: 64px;
}
.mb-80 {
    margin-bottom: 80px;
}
.my-32 {
    margin-top: 32px;
    margin-bottom: 32px;
}
.my-48 {
    margin-top: 48px;
    margin-bottom: 48px;
}
.my-64 {
    margin-top: 64px;
    margin-bottom: 64px;
}
.my-80 {
    margin-top: 80px;
    margin-bottom: 80px;
}
.my-160 {
    margin-top: 160px;
    margin-bottom: 160px;
}
.jc-center {
    justify-content: center;
}
.color-inverse {
    color: var(--color-text-inverse);
}
.text-center {
    text-align: center;
}
.large {
    font-size: var(--body-large-regular-size);
    line-height: var(--body-large-regular-line-height);
}
.regular {
    font-size: var(--body-regular-size);
    line-height: var(--body-regular-line-height);
}
.small {
    font-size: var(--body-small-regular-size);
    line-height: var(--body-small-regular-line-height);
}
.extrasmall {
    font-size: var(--body-extrasmall-regular-size);
    line-height: var(--body-extrasmall-regular-line-height);
}
.subtitle,
.subtle {
    color: var(--color-text-subtle);
    margin-bottom: 24px;
}
.subtle-light {
    color: var(--color-text-subtle-light);
}
.subtitle-inverse,
.subtle-inverse {
    color: var(--color-text-inverse-subtle);
    margin-bottom: 24px;
}
.text-subtitle-inverse,
.text-subtle-inverse {
    color: var(--color-text-inverse-subtle);
}

@media (max-width:992px) {
    h1, .h1 {
        font-size: var(--h1-mobile-size);
        line-height: var(--h1-mobile-line-height);
        font-weight: 700;
        letter-spacing: -0.005em;
        margin-bottom: 1rem;
    }
    h2, .h2 {
        font-size: var(--h2-mobile-size);
        line-height: var(--h2-mobile-line-height);
        font-weight: 700;
        letter-spacing: -0.005em;
        margin: 0 0 1rem 0;
    }
    h3, .h3 {
        font-size: var(--h3-mobile-size);
        line-height: var(--h3-mobile-line-height);
        font-weight: 700;
        letter-spacing: -0.005em;
    }
    h4, .h4 {
        font-size: var(--h4-mobile-size);
        line-height: var(--h4-mobile-line-height);
        font-weight: 700;
        letter-spacing: -0.005em;
    }
    h5, .h5 {
        font-size: var(--h5-mobile-size);
        line-height: var(--h5-mobile-line-height);
        font-weight: 700;
        letter-spacing: normal;
    }
    h6, .h6 {
        font-size: var(--h6-mobile-size);
        line-height: var(--h6-mobile-line-height);
        font-weight: 600;
    }
}