.textpage {
    margin-bottom: 160px;
}

.textpage *:not(table, .fullwidth) {
    max-width: 681px;
    margin-left: auto;
    margin-right: auto;
}

.textpage h1 {
    color: var(--Tokens-Text-Text-Hi-Contrast, #010203);
    text-align: center;
    font-family: "Items";
    font-size: var(--font-size-Level-12, 64px);
    font-style: normal;
    font-weight: 325;
    line-height: var(--line-height-Level-12, 64px);
    /* 100% */
    letter-spacing: 1.28px;
    margin-bottom: 100px;
    font-variation-settings: 'wdth' 450;
    margin-top: -20px;
}

.textpage p {
    color: var(--Tokens-Text-Text-Mid-Contrast, #4D565C);
    font-family: "PPNV";
    font-size: 18px;
    font-style: normal;
    font-weight: 375;
    line-height: 26px;
    letter-spacing: 0.36px;
    margin-bottom: 15px;
}

.textpage p a,
.textpage p a:hover {
    text-decoration-line: underline !important;
    text-decoration-style: solid;
    text-decoration-skip-ink: auto;
    text-decoration-thickness: 1px;
    text-underline-offset: 3px;
    text-underline-position: from-font;
    color: var(--Tokens-Text-Text-Mid-Contrast, #4D565C);
}

.textpage h2 {
    margin-top: 30px;
    margin-bottom: 15px;

    color: var(--Tokens-Text-Text-Hi-Contrast, #010203);
    font-family: "PPNV";
    font-size: 24px;
    font-style: normal;
    font-weight: 550;
    line-height: 30px;
    letter-spacing: 0.48px;
}


.textpage h3 {
    margin-top: 30px;
    margin-bottom: 15px;

    color: var(--Tokens-Text-Text-Hi-Contrast, #010203);
    font-family: "PPNV";
    font-size: 18px;
    font-style: normal;
    font-weight: 550;
    line-height: 26px;
    letter-spacing: 0.36px;
}

.textpage ul {
    color: var(--Tokens-Text-Text-Mid-Contrast, #4D565C);

    font-family: "PPNV";
    font-size: 18px;
    font-style: normal;
    font-weight: 375;
    line-height: 26px;
    letter-spacing: 0.36px;

    list-style-type: none;
    padding-left: 26px;
    margin-bottom: 15px;
}

.textpage ul>li {
    position: relative;
}

.textpage ul>li::before {
    content: '';
    display: block;
    width: .22em;
    height: .22em;
    background-color: var(--Tokens-Text-Text-Mid-Contrast, #4D565C);
    position: absolute;
    left: -0.75em;
    top: .6em;
}

.textpage small {
    margin-top: 40px;
    display: block;
    color: var(--Tokens-Text-Text-Low-Contrast, #7E868C);
    font-family: "PPNV";
    font-size: 12px;
    font-style: normal;
    font-weight: 375;
    line-height: 14px;
    letter-spacing: 0.36px;
}

@media (max-width: 992px) {
    .textpage {
        margin-bottom: 80px;
    }
    .textpage h1 {
        color: var(--Tokens-Text-Text-Hi-Contrast, #010203);
        text-align: center;
        font-family: "Items";
        font-size: var(--font-size-Level-12, 40px);
        font-style: normal;
        font-weight: 325;
        line-height: var(--line-height-Level-12, 42px);
        letter-spacing: 0.8px;
        margin-bottom: 40px;
        margin-top: 10px;
    }

    .textpage p {
        color: var(--Tokens-Text-Text-Mid-Contrast, #4D565C);

        font-family: "PPNV";
        font-size: 16px;
        font-style: normal;
        font-weight: 375;
        line-height: 22px;
        letter-spacing: 0.48px;
        margin-bottom: 10px;
    }

    .textpage h2 {
        margin-top: 25px;
        margin-bottom: 10px;
    }

    .textpage h3 {
        color: var(--Tokens-Text-Text-Hi-Contrast, #010203);
        font-family: "PPNV";
        font-size: 16px;
        font-style: normal;
        font-weight: 550;
        line-height: 22px;
        letter-spacing: 0.32px;
        margin-bottom: 10px;
    }

    .textpage ul {
        color: var(--Tokens-Text-Text-Mid-Contrast, #4D565C);

        font-family: "PPNV";
        font-size: 16px;
        font-style: normal;
        font-weight: 375;
        line-height: 22px;
        letter-spacing: 0.48px;

        padding-left: 22px;
        margin-bottom: 10px;
    }
}