.footer {
    background-color: var(--theme-footer-background-color);
    padding: q(50) 0 q(24);
    border-top: q(1) solid var(--theme-divider);
}

.footer .brand-logo__logo {
    width: var(--theme-footer__brand-logo-width);
    height: var(--theme-footer__brand-logo-height);
    display: block;
}

.footer .brand-logo__icon {
    margin-top: var(--theme-footer__brand-logo-icon-margin-top);
}

.footer .brand-logo .logo-dark {
    width: 100%;
    height: 100%;
}

.footer .brand-logo__theme path {
    fill: var(--theme-footer-copy-accent);
}

.footer__brand-logo {
    margin-bottom: q(32);
}

.footer__right {
    align-items: center;
    display: flex;
    position: relative;
    margin-bottom: q(7);
}

.footer__user-account-icon {
    margin: 0 0 0 q(16);
    padding: 0;
}

.footer__user-account-nav-mobile {
    display: block;
    margin: 0;
}

.footer__user-account-nav-desktop {
    display: none;
}

.footer
    .footer__user-account-nav-icon
    .user-account-nav.user-account-nav--unauth
    .user-account-nav__icons
    .user-account-nav__text-button.user-account-nav__text-button--unauth {
    line-height: q(24);
    padding-left: q(12);
    padding-right: q(12);
    color: var(--theme-footer__login-button);
    border: none;
}

.footer .footer__inner {
    margin: 0 auto;
    width: 100%;
    max-width: q(1440);
    padding: 0 q(16);
}

.footer .footer__subnav {
    display: flex;
    flex-wrap: wrap;
}

.footer__divider--hide,
.footer__divider-tablet {
    display: none;
}

.footer .footer__subnav .subnav__section-link,
.footer .footer__subnav .subnav__subsection-link {
    color: var(--theme-footer-copy-accent);
}

.footer .footer__subnav .subnav__section-link:active,
.footer .footer__subnav .subnav__section-link:focus,
.footer .footer__subnav .subnav__section-link:hover,
.footer .footer__subnav .subnav__subsection-link:active,
.footer .footer__subnav .subnav__subsection-link:focus,
.footer .footer__subnav .subnav__subsection-link:hover {
    color: var(--theme-footer-copy-accent-hover);
}

.footer .footer__divider {
    background-color: var(--theme-divider);
    height: q(1);
    border: none;
    margin: q(24) auto;
    width: 100%;
}

.footer__divider-mobile {
    display: block;
}

.footer__mobile-only {
    display: contents;
}

.footer__desktop-only {
    display: none;
}

.footer .footer__row {
    display: flex;
    align-items: center;
    flex-direction: column;
}

.footer .footer__links {
    display: flex;
    margin-top: q(24);
    justify-content: center;
    flex-flow: row wrap;
}

.footer .footer__copyright-text,
.footer .footer__disclaimer-text,
.footer .footer__link {
    font-size: q(12);
    display: block;
    text-decoration: none;
    font-family: helveticaneue, Helvetica, Arial, Utkal, sans-serif;
    letter-spacing: 0;
    text-align: center;
    line-height: q(20);
}

.footer .footer__link {
    margin: 0 q(16) q(4) 0;
    color: var(--theme-footer-copy-accent);
}

.footer .footer__copyright-text {
    margin: q(24) auto 0;
    color: var(--theme-footer-copy-accent);
}

.footer .footer__copyright-text > a {
    color: var(--theme-footer-copy-accent);
    text-decoration: none;
}

.footer .footer__disclaimer-text {
    color: var(--theme-footer-disclaimer-color);
    font-weight: var(--theme-footer-disclaimer-weight);
    text-align: center;
    margin: q(32) auto 0;
}

.footer .footer__disclaimer-text > a {
    color: #262626;
    text-decoration: none;
}

.footer .footer__copyright-text > a:hover,
.footer .footer__disclaimer-text > a:hover,
.footer .footer__link:hover {
    text-decoration: underline;
    color: var(--theme-footer-copy-accent-hover);
}

.footer .uclink,
.footer__vertical-divider {
    display: none;
}

.footer__audio-link,
.footer__live-tv-link,
.footer__video-link {
    display: block;
    color: var(--theme-footer-copy-accent);
    font-size: q(15);
    font-weight: 400;
    position: relative;
    text-decoration: none;
    line-height: q(20);
}

.footer__audio-link:active,
.footer__audio-link:focus,
.footer__audio-link:hover,
.footer__live-tv-link:active,
.footer__live-tv-link:focus,
.footer__live-tv-link:hover,
.footer__video-link:active,
.footer__video-link:focus,
.footer__video-link:hover {
    color: var(--theme-footer-copy-accent-hover);
}

.footer__audio-link:hover,
.footer__live-tv-link:hover,
.footer__video-link:hover {
    -webkit-text-decoration: solid underline
        var(--theme-footer-copy-accent-hover) q(2);
    text-decoration: solid underline var(--theme-footer-copy-accent-hover) q(2);
    text-underline-offset: q(4);
}

.footer__audio-link-desktop,
.footer__live-tv-link-desktop,
.footer__video-link-desktop {
    display: none;
}

.footer__audio-link-mobile,
.footer__live-tv-link-mobile,
.footer__video-link-mobile {
    letter-spacing: 0Q (2);
    line-height: q(26);
    font-size: q(16);
    text-align: center;
}

.footer__video-link-mobile,
.footer__audio-link-mobile,
.footer__live-tv-link-mobile {
    margin-bottom: q(12);
}

.footer__audio-link-mobile {
    margin-bottom: 0;
}

.footer .social-links__copy {
    color: var(--theme-footer-copy-accent);
}

.footer .social-links__link .facebook-icon,
.footer .social-links__link .instagram-icon,
.footer .social-links__link .linkedin-icon,
.footer .social-links__link .threads-icon,
.footer .social-links__link .tiktok-icon,
.footer .social-links__link .twitter-icon,
.footer .social-links__link .whatsapp-icon,
.footer .social-links__link .youtube-icon {
    fill: var(--theme-footer-icon-color);
}

.footer .social-links__link .facebook-icon:hover,
.footer .social-links__link .instagram-icon:hover,
.footer .social-links__link .linkedin-icon:hover,
.footer .social-links__link .threads-icon:hover,
.footer .social-links__link .tiktok-icon:hover,
.footer .social-links__link .twitter-icon:hover,
.footer .social-links__link .whatsapp-icon:hover,
.footer .social-links__link .youtube-icon:hover {
    fill: var(--theme-footer-icon-color-hover);
}

.footer__subscribe-button--mobile:not(.subscribe-button--hide) {
    display: block;
    width: 100%;
    margin: 0 0 q(12);
}

.footer__subscribe-button--desktop:not(.subscribe-button--hide) {
    display: none;
}

.footer .footer__subnav .subnav__section-link,
.footer__user-account-nav-mobile .user-account-nav__menu-link {
    font-size: q(16);
}
