.grecaptcha-badge {
    visibility: hidden;
}

.sp-recaptcha-disclosure {
    background: #f4f4f4;
    color: #606060;
    font-family: var(--sp-font-sans, Montserrat, Arial, sans-serif);
    font-size: 10px;
    line-height: 15px;
    margin: 0;
    padding: 8px 16px;
    text-align: center;
}

.sp-recaptcha-disclosure a {
    color: inherit;
    text-decoration: underline;
    text-underline-offset: 2px;
}

.sp-recaptcha-disclosure a:focus-visible {
    outline: 2px solid rgb(0 130 160 / 45%);
    outline-offset: 2px;
}

.sp-footer {
    --sp-footer-bg: #e5e5ea;
    --sp-footer-blue: #0082a0;
    --sp-footer-text: #232323;
    background: var(--sp-footer-bg);
    border-top: 1px solid #dee2e6;
    color: var(--sp-footer-text);
    font-family: var(--sp-font-sans, Montserrat, Arial, sans-serif);
    margin-top: auto;
    scroll-margin-top: 96px;
}

.sp-footer *,
.sp-footer *::before,
.sp-footer *::after {
    box-sizing: border-box;
}

.sp-footer a {
    color: inherit;
    text-decoration: none;
}

.sp-footer a:focus-visible {
    outline: 3px solid rgb(0 130 160 / 35%);
    outline-offset: 3px;
}

.sp-footer__container {
    display: flex;
    flex-direction: column;
    margin: 0 auto;
    padding: 4px 20px 0;
    width: calc(100% - 8px);
}

.sp-footer__featured-badges {
    align-items: center;
    display: flex;
    flex-direction: column;
    gap: 16px;
    justify-content: center;
    padding-top: 24px;
}

.sp-footer__featured-badge-frame,
.sp-footer__featured-badge-media {
    align-items: center;
    display: flex;
    height: 120px;
    justify-content: center;
    width: 280px;
}

.sp-footer__featured-badge-frame {
    flex: 0 0 120px;
    max-width: 100%;
}

.sp-footer__featured-badge-media {
    max-width: 100%;
}

.sp-footer__featured-badge {
    display: block;
    height: auto;
    max-width: 100%;
    object-fit: contain;
    width: 280px;
}

.sp-footer__top,
.sp-footer__bottom {
    display: flex;
    flex-direction: column;
}

.sp-footer__top {
    align-items: stretch;
}

.sp-footer__link-columns {
    display: contents;
}

.sp-footer__column,
.sp-footer__brand {
    flex: 0 0 auto;
    padding: 16px 8px;
    width: 100%;
}

.sp-footer__title,
.sp-footer__product-label,
.sp-footer__payment-title {
    color: var(--sp-footer-blue);
    font-family: var(--sp-font-display, "Baloo 2", sans-serif);
    font-size: 16px;
    font-weight: 700;
    line-height: 19.2px;
}

.sp-footer__title {
    margin: 0;
    padding-bottom: 16px;
}

.sp-footer__list {
    list-style: none;
    margin: 0 0 16px;
    padding: 0;
}

.sp-footer__list-item {
    color: var(--sp-footer-text);
    font-size: 11px;
    font-weight: 500;
    line-height: 17px;
}

.sp-footer__link {
    color: var(--sp-footer-text);
    font-size: 11px;
    font-weight: 500;
    line-height: 16px;
}

.sp-footer__link--support-email {
    color: #000;
    font-weight: 700;
}

.sp-footer__support-caption {
    line-height: 17px;
}

.sp-footer__link:hover {
    text-decoration: underline;
}

.sp-footer__brand {
    display: flex;
    justify-content: center;
}

.sp-footer__brand-stack {
    align-items: center;
    display: flex;
    flex-direction: column;
    max-width: 100%;
    width: 218px;
}

.sp-footer a.sp-footer__product-label {
    color: var(--sp-footer-blue);
    display: block;
    margin: 0;
    padding-bottom: 16px;
    white-space: nowrap;
}

.sp-footer__brand-stack > a:not(.sp-footer__product-label) {
    display: block;
    line-height: 0;
}

.sp-footer__logo {
    display: block;
    height: 94px;
    max-width: 100%;
    object-fit: contain;
    width: 218px;
}

.sp-footer__social {
    align-items: center;
    display: flex;
    flex: 0 0 30px;
    height: 30px;
    justify-content: center;
    width: 100%;
}

.sp-footer__social-list {
    display: flex;
    gap: 0;
    height: 30px;
    justify-content: space-around;
}

.sp-footer__social-link,
.sp-footer__social-icon {
    display: block;
    height: 30px;
    width: 31px;
}

.sp-footer__social-link {
    line-height: 0;
}

.sp-footer__social-icon {
    transition: filter 180ms ease;
}

.sp-footer__social-link:nth-child(1):hover .sp-footer__social-icon {
    filter: brightness(0) saturate(100%) invert(14%) sepia(100%) saturate(4542%) hue-rotate(296deg) brightness(79%) contrast(111%);
}

.sp-footer__social-link:nth-child(2):hover .sp-footer__social-icon {
    filter: brightness(0) saturate(100%) invert(32%) sepia(46%) saturate(728%) hue-rotate(182deg) brightness(92%) contrast(90%);
}

.sp-footer__social-link:nth-child(3):hover .sp-footer__social-icon {
    filter: brightness(0) saturate(100%) invert(59%) sepia(59%) saturate(499%) hue-rotate(129deg) brightness(89%) contrast(93%);
}

.sp-footer__social-link:nth-child(4):hover .sp-footer__social-icon {
    filter: brightness(0) saturate(100%) invert(27%) sepia(72%) saturate(2467%) hue-rotate(343deg) brightness(79%) contrast(93%);
}

.sp-footer__payment {
    align-items: center;
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 16px 0;
}

.sp-footer__payment-title {
    margin: 0;
}

.sp-footer__payment-image {
    display: block;
    height: auto;
    max-width: 100%;
    width: 300px;
}

.sp-footer__trust {
    align-items: center;
    display: flex;
    gap: 4px;
    justify-content: center;
    min-height: 93px;
    padding: 16px 12px;
}

.sp-footer__trust a {
    display: block;
    line-height: 0;
}

.sp-footer__trust-badge {
    display: block;
    height: auto;
    max-width: 90px;
    object-fit: contain;
    width: 90px;
}

.sp-footer__trust a:first-child .sp-footer__trust-badge {
    max-height: 68px;
}

.sp-footer__copyright {
    color: var(--sp-footer-text);
    font-family: var(--sp-font-sans, Montserrat, Arial, sans-serif);
    font-size: 11px;
    font-weight: 500;
    line-height: 16px;
    min-height: 92px;
    padding: 8px 12px 16px;
    text-align: center;
    width: 100%;
}

.sp-footer__copyright small {
    font: inherit;
}

@media (min-width: 768px) {
    .sp-footer__container {
        width: 100%;
    }

    .sp-footer__featured-badges {
        flex-direction: row;
    }

    .sp-footer__featured-badge-frame {
        flex-basis: 280px;
    }

    .sp-footer__top,
    .sp-footer__bottom {
        flex-direction: row;
    }

    .sp-footer__top {
        flex-wrap: nowrap;
        justify-content: center;
    }

    .sp-footer__column--support,
    .sp-footer__link-columns > .sp-footer__column:first-child,
    .sp-footer__brand {
        flex: 0 0 25%;
        width: 25%;
    }

    .sp-footer__link-columns > .sp-footer__column:nth-child(2) {
        flex: 0 0 16.666667%;
        width: 16.666667%;
    }

    .sp-footer__social {
        flex: 0 0 16.666667%;
        height: auto;
    }

    .sp-footer__payment,
    .sp-footer__trust {
        flex: 0 0 41.666667%;
        width: 41.666667%;
    }

    .sp-footer__payment {
        flex-direction: row;
        gap: 15px;
    }

    .sp-footer__copyright {
        min-height: 41px;
    }
}

@media (min-width: 1200px) {
    .sp-footer__container {
        width: 75%;
    }

    .sp-footer__social-list {
        gap: 0.5rem;
    }
}

@media (max-width: 639px) {
    .sp-footer {
        scroll-margin-top: 68px;
    }
}

@media (prefers-reduced-motion: reduce) {
    .sp-footer__social-icon {
        transition: none;
    }
}
