.site-footer[class*="text-white"] a {
    --bs-link-color-rgb: var(--bs-white-rgb);
}

.site-footer[class*="text-white"] a:not(:hover, :focus, :active) {
    --bs-link-opacity: .65;
}

.site-footer .site-logo--footer {
    opacity: 0.9;
    max-height: 54px;
    width: auto;
    height: auto;
    display: block;
}

.site-footer__main-inner {
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
    justify-content: space-between;
    gap: 2rem;
}

.site-footer__brand {
    flex: 0 1 auto;
    max-width: 22rem;
}

.site-footer__brand-link {
    display: inline-block;
    margin-bottom: 1rem;
    text-decoration: none;
}

.site-footer__heading {
    font-size: 0.75rem;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    color: rgba(var(--bs-white-rgb), 0.55);
    margin-bottom: 1rem;
}

.site-footer__heading-link {
    color: inherit;
    text-decoration: none;
}

.site-footer__heading-link:hover,
.site-footer__heading-link:focus {
    color: rgba(var(--bs-white-rgb), 0.85);
}

.site-footer__tagline {
    line-height: 1.6;
}

.site-footer__menus {
    display: flex;
    flex-wrap: wrap;
    gap: 2.5rem 3rem;
    flex: 0 0 auto;
    margin-left: auto;
}

.site-footer__menu-col {
    min-width: 10rem;
}

.site-footer__menu-group + .site-footer__menu-group {
    margin-top: 1.75rem;
}

.site-footer__links {
    --fa-li-margin: 2.25em;
    --fa-li-width: 1.75em;
}

.site-footer__bar {
    border-top: 1px solid rgba(var(--bs-white-rgb), 0.12);
    background-color: rgba(var(--bs-black-rgb), 0.25);
    padding-block: 0.75rem;
    font-size: 0.8125rem;
    color: rgba(var(--bs-white-rgb), 0.55);
}

.site-footer__bar a {
    color: inherit;
}

.site-footer__bar a:hover,
.site-footer__bar a:focus {
    color: rgba(var(--bs-white-rgb), 0.85);
}

@media (max-width: 767.98px) {
    .site-footer__menus {
        margin-left: 0;
        width: 100%;
    }
}
