.tp-footer-container {
    padding: 1rem;
    background-color: var(--color-light-black);
}

    .tp-footer-container .tp-footer-root {
        color: var(--color-white);
        background-color: var(--color-light-black)
    }

        .tp-footer-container .tp-footer-root .tp-footer__overall-links {
            justify-content: space-around;
            gap: 2.5rem;
            padding: 2rem;
            display: none
        }

            .tp-footer-container .tp-footer-root .tp-footer__overall-links .tp-footer__subscribe {
                flex-direction: column;
                gap: 1rem;
                font-size: .625rem;
                display: flex
            }


    .tp-footer-container .tp-footer__logo-sentureOrTpInfinity img {
        max-width: 58%;
        object-fit: contain;
    }

    .tp-footer-container .tp-footer-root .tp-footer__overall-links .tp-footer__subscribe .tp-footer__subscribe-text {
        font-size: .75rem;
        line-height: 1.5
    }

    .tp-footer-container .tp-footer-root .tp-footer__overall-links .tp-footer__subscribe .tp-footer__subscribe-btn {
        min-width: fit-content;
        max-width: 10px;
        padding: 0.35rem 2.1rem;
        font-size: 0.85rem;
        letter-spacing: 0.3px;
    }

    .tp-footer-container .tp-footer-root .tp-footer__overall-links .tp-footer__all-nav-links {
        flex: 1
    }

        .tp-footer-container .tp-footer-root .tp-footer__overall-links .tp-footer__all-nav-links .tp-footer__link-group .tp-footer__title {
            font-size: .875rem;
            font-weight: 700
        }

        .tp-footer-container .tp-footer-root .tp-footer__overall-links .tp-footer__all-nav-links .tp-footer__link-group .tp-footer__divider {
            background-image: var(--color-gradient);
            opacity: 1.25;
            border: none;
            width: 2rem;
            height: .125rem;
            margin: 0
        }

        .tp-footer-container .tp-footer-root .tp-footer__overall-links .tp-footer__all-nav-links .tp-footer__link-group .tp-footer__nav {
            flex-direction: column;
            gap: 1rem;
            margin-top: 1rem;
            display: flex
        }

        .tp-footer-container .tp-footer-root .tp-footer__overall-links .tp-footer__all-nav-links .tp-footer__link-group .tp-footer__link {
            color: var(--color-white);
            font-size: .75rem;
            font-weight: var(--font-weight-light);
        }

    .tp-footer-container .tp-footer-root .tp-footer__other-links {
        flex-direction: column;
        justify-content: center;
        gap: 2rem;
        width: 100%;
        display: flex
    }

        .tp-footer-container .tp-footer-root .tp-footer__other-links .tp-footer__social-title {
            font-family: var(--font-noto);
            font-weight: var(--font-weight-bold);
            font-size: 0.85rem;
            color: var(--color-white);
            display: none;
        }

        .tp-footer-container .tp-footer-root .tp-footer__other-links .tp-footer__social-list {
            justify-content: center;
            gap: 1.5rem;
            padding: 0 1rem;
            display: flex
        }


        .tp-footer-container .tp-footer-root .tp-footer__other-links .tp-footer__social-link {
            --size: 3rem;
            color: var(--color-white);
            width: var(--size);
            height: var(--size);
            display: inline-block
        }

        .tp-footer-container .tp-footer-root .tp-footer__other-links .tp-footer__policies-wrapper {
            flex-direction: column;
            justify-content: center;
            gap: 1rem;
            display: flex
        }

    .tp-footer-container .tp-footer-root .tp-footer__other-links-TP .tp-footer__policies-wrapper {
        align-items: center;
    }

    .tp-footer-container .tp-footer-root .tp-footer__other-links .tp-footer__capta {
        border-radius: 2px;
        align-content: center;
        justify-content: center;
        width: 256px;
        height: 60px;
        transition: right .3s;
        display: grid;
        /*overflow: hidden;*/
        box-shadow: 0 0 5px gray
    }

        .tp-footer-container .tp-footer-root .tp-footer__other-links .tp-footer__capta .grecaptcha-badge {
            filter: grayscale(95%);
            -webkit-filter: grayscale(95%);
            -moz-filter: grayscale(95%);
            -ms-filter: grayscale(95%);
            -o-filter: grayscale(95%);
            position: relative !important;
            left: 0;
            top: 0;
        }

            .tp-footer-container .tp-footer-root .tp-footer__other-links .tp-footer__capta .grecaptcha-badge[data-style="none"] {
                display: none !important;
            }

    .tp-footer-container .tp-footer-root .tp-footer__other-links .tp-footer__policies {
        flex-flow: column wrap;
        justify-content: center;
        align-items: center;
        gap: .5rem;
        max-width: 30rem;
        margin: 0 auto;
        padding: 0;
        display: flex
    }

    .tp-footer-container .tp-footer-root .tp-footer__other-links .tp-footer__policy {
        font-family: var(--font-noto);
        color: var(--color-white);
        background-color: transparent;
        border: none;
        align-items: flex-end;
        justify-items: flex-end;
        padding: 0;
        display: flex;
        text-align: center;
    }

    .tp-footer-container .tp-footer-allianceOne__title {
        font-size: 1.15rem;
        line-height: 2;
        text-align: center;
        color: #fff;
        padding: 2rem 9rem 0 9rem;
        margin: 0;
    }

    .tp-footer-container .tp-footer__logoAllianceOne {
        width: 100%;
        display: block;
        text-align: center;
    }

        .tp-footer-container .tp-footer__logoAllianceOne img {
            max-width: 15rem;
            margin: 0 auto;
        }

    .tp-footer-container .tp-footer-allianceOne__description {
        color: lightgray;
        font-size: 1.1rem;
        text-align: center;
    }

    .tp-footer-container .tp-footerSenture {
        font-size: 1rem;
        font-family: var(--font-noto);
        font-weight: var(--font-weight-light);
        color: white;
        margin: 0;
    }

    .tp-footer-container .tp-footer__other-links-allianceOne .tp-footer__policies-wrapper {
        align-items: center;
    }

    .tp-footer-container .cls-1 {
        fill: #fff;
    }

    .tp-footer-container .cls-2 {
        fill: none;
        stroke: #fff;
        stroke-width: 1.03px;
    }

@media (min-width:576px) {
    .tp-footer-container .tp-footer-root .tp-footer__other-links .tp-footer__policies {
        flex-direction: row;
        gap: 1rem
    }

    .tp-footer-container .tp-footer-root .tp-footer__other-links .tp-footer__social-link {
        --size: 4.5rem
    }
}

@media (min-width:992px) {
    .tp-footer-container .tp-footer__other-links-allianceOne .tp-footer__policies-wrapper {
        align-items: normal;
    }

    .tp-footer-container .tp-footer-root .tp-footer__other-links .tp-footer__policy {
        font-size: .625rem
    }

    .tp-footer-container .tp-footer-root .tp-footer__other-links .tp-footer__policies {
        justify-content: flex-start;
        align-items: baseline;
        gap: 1rem;
        max-width: none
    }

    .tp-footer-container .tp-footer-root .tp-footer__other-links .tp-footer__policies-wrapper {
        flex-direction: row
    }

    .tp-footer-container .tp-footer-root .tp-footer__other-links .tp-footer__social-link {
        --size: 2rem
    }

    .tp-footer-container .tp-footer-root .tp-footer__other-links .tp-footer__social-list {
        justify-content: flex-start;
        padding: 0;
        gap: .5rem
    }

    .tp-footer-container .tp-footer-root .tp-footer__other-links .tp-footer__social-title {
        margin-bottom: .25rem;
        display: block
    }

    .tp-footer-container .tp-footer-root .tp-footer__other-links.tp-footer__other-links-TP {
        justify-content: space-between;
        gap: 1rem;
        padding: 1.4rem 2rem;
    }

    .tp-footer-container .tp-footer-root .tp-footer__other-links {
        flex-direction: row-reverse;
    }

    .tp-footer-container .tp-footer-root .tp-footer__overall-links {
        display: flex;
        padding-bottom: 2.5rem;
    }

    .tp-footer-container .tp-footer-allianceOne__description {
        font-size: 0.8rem;
        width: 12rem;
    }
}

@media (min-width:1200px) {
    .tp-footer-container .tp-footer-root .tp-footer__other-links .tp-footer__policy {
        font-size: .875rem
    }

    .tp-footer-container .tp-footer-root .tp-footer__overall-links .tp-footer__all-nav-links .tp-footer__link-group .tp-footer__link {
        font-size: .875rem
    }

    .tp-footer-container .tp-footer-root .tp-footer__overall-links .tp-footer__subscribe .tp-footer__subscribe-text {
        font-size: .875rem
    }
}

@media (min-width:1920px) {

    .tp-footer-container .tp-footer-root .tp-footer__other-links.tp-footer__other-links-TP {
        padding: 5.8rem 2rem 4rem;
    }
}
