.site-footer {
    background: #fff;
    border-top: 1px solid #e5eaf0;
    color: #373943;
    margin: 0 !important;
    max-width: none !important;
    padding-block: 48px;
    width: 100% !important;
}

.site-footer .container {
    margin-inline: auto;
    width: min(calc(100% - 40px), 1180px);
}

.site-footer .footer-grid {
    align-items: start;
    display: grid;
    gap: clamp(28px, 5vw, 56px);
    grid-template-columns: 1.2fr .62fr 1.35fr .72fr;
}

.site-footer .footer-grid > * {
    min-width: 0;
}

.site-footer img {
    display: block;
    height: auto;
    margin-bottom: 14px;
    max-width: 330px;
    width: 100%;
}

.site-footer h2 {
    color: #001e60;
    font-family: "Inter", Arial, sans-serif;
    font-size: 1rem;
    font-weight: 600;
    letter-spacing: .04em;
    line-height: 1.2;
    margin: 0 0 14px;
    text-transform: uppercase;
}

.site-footer a {
    color: #001e60;
    display: block;
    font-family: "Inter", Arial, sans-serif;
    font-size: .92rem;
    font-weight: 600;
    margin-bottom: 8px;
    overflow-wrap: anywhere;
    text-decoration: none;
}

.site-footer a:hover {
    color: #1fb4d1;
}

.site-footer a.footer-revocation {
    background: #e8f7fa;
    border: 1px solid #8fd4e1;
    border-radius: 999px;
    color: #001e60;
    display: inline-flex;
    margin-top: 10px;
    padding: 9px 14px;
}

.site-footer a.footer-revocation:hover {
    background: #001e60;
    border-color: #001e60;
    color: #fff;
}

.site-footer p {
    font-family: "Inter", Arial, sans-serif;
    font-size: .92rem;
    line-height: 1.55;
    margin: 0 0 22px;
}

.site-footer p a {
    display: inline;
    margin-bottom: 0;
}

.site-footer .footer-brand p {
    color: #001e60;
    font-size: clamp(1.08rem, 1.7vw, 1.28rem);
    line-height: 1.25;
    max-width: 300px;
}

.site-footer .footer-grid > div:not(.footer-brand) {
    padding-top: 10px;
}

@media (max-width: 1120px) {
    .site-footer .footer-grid {
        grid-template-columns: 1fr 1fr;
    }
}

@media (max-width: 760px) {
    .site-footer .container {
        width: min(calc(100% - 24px), 1180px);
    }

    .site-footer .footer-grid {
        grid-template-columns: 1fr;
    }

    .site-footer .footer-grid > div:not(.footer-brand) {
        border-top: 1px solid #e5eaf0;
        padding-top: 24px;
    }
}
