.bw-site-footer {
    width: 100%;
    background: #ffffff;
}

.bw-site-footer__top {
    background: #ffffff;
}

.bw-site-footer__inner {
    #width: min(calc(100% - 60px), calc(100% - 40px));
    #margin: 0 auto;
    #padding: 22px 0 16px;
    padding: 14px 40px;
}

.bw-site-footer__brand-row {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    flex-wrap: wrap;
    gap: 24px;
}

.bw-site-footer__logo {
    display: inline-block;
    max-width: 200px;
    text-decoration: none;
}

.bw-site-footer__logo:hover,
.bw-site-footer__logo:focus {
    text-decoration: none;
}

.bw-site-footer__logo-image {
    display: block;
    width: 200px;
    max-width: 100%;
    height: auto;
}

.bw-site-footer__social {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    flex-wrap: wrap;
    gap: 14px;
}

.bw-site-footer__social-link {
    display: inline-flex;
    width: 38px;
    height: 38px;
    align-items: center;
    justify-content: center;
    border: 1px solid #d7e0ec;
    border-radius: 999px;
    color: #102f63;
    background: #ffffff;
    text-decoration: none;
    transition: color 160ms ease, border-color 160ms ease, background-color 160ms ease;
}

.bw-site-footer__social-link:hover,
.bw-site-footer__social-link:focus {
    border-color: #0d4b93;
    color: #ffffff;
    background: #0d4b93;
    text-decoration: none;
}

.bw-site-footer__social-icon {
    display: block;
    width: 18px;
    height: 18px;
    fill: currentColor;
}

.bw-site-footer__screen-reader-text {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    white-space: nowrap;
    border: 0;
}

.bw-site-footer__bottom {
    background: #003c96;
    color: #ffffff;
    text-align: right;
}

.bw-site-footer__bottom-inner {
    #width: min(1120px, calc(100% - 40px));
    #margin: 0 auto;
    #padding: 18px 0 16px;
    padding: 10px 40px;
}

.bw-site-footer__copyright {
    margin: 0;
    color: #ffffff;
    font-size: 14px;
    line-height: 1.45;
    font-weight: 600;
    letter-spacing: 0;
}

.bw-site-footer__compliance {
    max-width: 980px;
    margin: 6px 0 0 auto;
    color: rgba(255, 255, 255, 0.86);
    font-size: 11px;
    line-height: 1.45;
    font-weight: 400;
    letter-spacing: 0;
}

@media (max-width: 640px) {
    .bw-site-footer__inner {
        #width: min(100% - 32px, 1120px);
        #padding: 34px 0 30px;
        padding: 12px 20px;
    }

    .bw-site-footer__brand-row {
        align-items: center;
        gap: 16px;
    }

    .bw-site-footer__logo {
        max-width: min(170px, 48vw);
    }

    .bw-site-footer__logo-image {
        width: min(170px, 48vw);
    }

    .bw-site-footer__social {
        gap: 10px;
        justify-content: flex-start;
    }

    .bw-site-footer__social-link {
        width: 34px;
        height: 34px;
    }

    .bw-site-footer__bottom-inner {
        #width: min(100% - 32px, 1120px);
        #padding: 16px 0 15px;
	padding: 10px 20px;
    }

    .bw-site-footer__copyright {
        font-size: 13px;
    }

    .bw-site-footer__compliance {
        font-size: 10px;
    }
}
