.top-disclaimer__inner {
    justify-content: center;
    text-align: center;
    flex-wrap: wrap;
}

.top-disclaimer__text {
    text-align: center;
}

@media (max-width: 767px) {
    .top-disclaimer__inner {
        align-items: center;
        justify-content: center;
        text-align: center;
    }
}
@media (max-width: 767px) {
    .top-disclaimer__inner {
        flex-direction: row;
        align-items: center;
        justify-content: center;
        text-align: center;
        gap: 8px;
    }
}
.site-logo__image {
    display: block;
    width: auto;
    height: 42px;
    max-width: 180px;
    object-fit: contain;
}

.site-logo--footer .site-logo__image {
    height: 46px;
    max-width: 190px;
}

@media (max-width: 767px) {
    .site-logo__image {
        height: 36px;
        max-width: 150px;
    }

    .site-logo--footer .site-logo__image {
        height: 40px;
        max-width: 160px;
    }
}
/*  */
.bottom-ad-disclosure {
    background: #f3f6fb;
    color: #14263d;
    border-top: 1px solid rgba(15, 39, 71, 0.14);
    border-bottom: 1px solid rgba(15, 39, 71, 0.12);
    padding: 32px 0;
}

.bottom-ad-disclosure__inner {
    max-width: 1120px;
    margin: 0 auto;
}

.bottom-ad-disclosure p {
    margin: 0 0 12px;
    font-size: 1rem;
    line-height: 1.65;
    text-align: center;
    color: #243852;
}

.bottom-ad-disclosure__headline {
    margin-bottom: 16px;
    padding: 16px 18px;
    border-radius: 16px;
    background: #0b1d36;
    color: #ffffff !important;
    font-size: 1.08rem !important;
    line-height: 1.45 !important;
    font-weight: 900;
    letter-spacing: 0.02em;
    text-transform: uppercase;
}

.bottom-ad-disclosure p:last-child {
    margin-bottom: 0;
}

@media (max-width: 767px) {
    .bottom-ad-disclosure {
        padding: 24px 0;
    }

    .bottom-ad-disclosure p {
        font-size: 0.94rem;
        line-height: 1.6;
        text-align: left;
    }

    .bottom-ad-disclosure__headline {
        font-size: 0.98rem !important;
        line-height: 1.45 !important;
        padding: 14px 15px;
        text-align: left;
    }
}
/*  */
.bottom-ad-disclosure {
    background: #f3f6fb;
    color: #14263d;
    border-top: 1px solid rgba(15, 39, 71, 0.14);
    border-bottom: 1px solid rgba(15, 39, 71, 0.12);
    padding: 34px 0;
}

.bottom-ad-disclosure__inner {
    max-width: 1120px;
    margin: 0 auto;
}

.bottom-ad-disclosure p {
    margin: 0 0 14px;
    font-size: 1rem;
    line-height: 1.65;
    text-align: left;
    color: #243852;
}

.bottom-ad-disclosure strong {
    color: #0b1d36;
    font-weight: 900;
}

.bottom-ad-disclosure__headline {
    margin-bottom: 18px;
    padding: 16px 18px;
    border-radius: 16px;
    background: #0b1d36;
    color: #ffffff !important;
    font-size: 1.08rem !important;
    line-height: 1.45 !important;
    font-weight: 900;
    letter-spacing: 0.02em;
    text-transform: uppercase;
    text-align: center !important;
}

.bottom-ad-disclosure p:last-child {
    margin-bottom: 0;
}

@media (max-width: 767px) {
    .bottom-ad-disclosure {
        padding: 26px 0;
    }

    .bottom-ad-disclosure p {
        font-size: 0.94rem;
        line-height: 1.6;
    }

    .bottom-ad-disclosure__headline {
        font-size: 0.98rem !important;
        line-height: 1.45 !important;
        padding: 14px 15px;
        text-align: left !important;
    }
}