.tp-footer-container {
    padding: 1rem;
    background-color: #848DAE;
}

    .tp-footer-container .tp-footer-root {
        color: var(--color-white);
    }

        .tp-footer-container .tp-footer-root .tp-footer__overall-links {
            justify-content: space-around;
            padding: 2rem 2rem 3rem;
            display: flex;
        }

            .tp-footer-container .tp-footer-root .tp-footer__overall-links .tp-footer__subscribe {
                gap: 1.4rem;
                flex-direction: column;
                font-size: .625rem;
                display: flex;
                justify-content: space-between;
            }

    .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: 18px;
        font-weight: 300;
        font-family: var(--font-tpSans-light);
        max-width: 240px;
    }

    .tp-footer-container .tp-btn {
        position: relative;
        display: flex;
        align-items: center;
        justify-content: center;
        gap: 8px;
        height: 56px;
        width: 154px;
        background: var(--bg-primary-strong);
        color: var(--title-inverse);
        font-size: var(--fs-18);
        line-height: var(--lh-24);
        font-weight: var(--fw-light);
        isolation: isolate;
        font-family: var(--font-tpSans-light);
    }

    .tp-footer-container .site-footer__subscribe {
        background: transparent;
        border: 1px solid var(--border-white);
        color: var(--title-inverse);
        transition: background-color var(--t-base) var(--ease), border-color var(--t-base) var(--ease), color var(--t-base) var(--ease);
    }

        .tp-footer-container .site-footer__subscribe .tp-btn__accent {
            display: none;
        }

        .tp-footer-container .site-footer__subscribe:hover,
        .tp-footer-container .site-footer__subscribe:focus-visible {
            background: var(--bg-default);
            border-color: var(--bg-default);
            color: var(--title-primary-strong);
        }

        .tp-footer-container .site-footer__subscribe:active {
            background: var(--primary-subtle);
            border-color: var(--primary-subtle);
            color: var(--title-primary-strong);
        }

    .tp-footer-container .tp-btn--secondary .tp-btn__accent {
        background: var(--bg-primary-strong);
    }

    .tp-footer-container .tp-btn > * {
        position: relative;
        z-index: 2;
    }

    .tp-footer-container .tp-btn__icon {
        width: 24px;
        height: 24px;
        flex: none;
        transition: transform var(--t-base) var(--ease);
    }

        .tp-footer-container .tp-btn__icon svg {
            width: 100%;
            height: 100%;
            display: block;
        }

    .tp-footer-container .footer-col__link {
        position: relative;
        font-weight: var(--fw-light);
        font-size: var(--fs-18);
        font-family: var(--font-tpSans-light);
        line-height: var(--lh-24);
        color: var(--title-inverse);
        padding-bottom: 5px;
        transition: color var(--t-fast) var(--ease);
    }

        .tp-footer-container .footer-col__link::before {
            content: "";
            position: absolute;
            left: 0;
            bottom: 0;
            height: 1px;
            width: 100%;
            background: var(--border-neutral-subtle);
        }

        .tp-footer-container .footer-col__link::after {
            content: "";
            position: absolute;
            left: 0;
            bottom: 0;
            height: 2px;
            width: 100%;
            background: var(--primary-strong);
            transform: scaleX(0);
            transform-origin: left;
            opacity: 0;
            transition: transform var(--t-base) var(--ease), opacity var(--t-base) var(--ease);
        }

        .tp-footer-container .footer-col__link:hover::after {
            transform: scaleX(1);
            opacity: 1;
        }

    .tp-footer-container .tp-btn:hover .tp-btn__icon,
    .tp-footer-container .tp-btn:focus-visible .tp-btn__icon {
        transform: rotate(-45deg);
    }

    .tp-footer-container .tp-footer-root .tp-footer__overall-links .tp-footer__all-nav-links {
        flex: 1;
        display: none;
    }

        .tp-footer-container .tp-footer-root .tp-footer__overall-links .tp-footer__all-nav-links .tp-footer__link-group .tp-footer__title {
            font-size: 18px;
            font-weight: 700;
            font-family: var(--font-tpSans-bold);
        }

        .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: 24px;
            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 {
        gap: 1.5rem;
        width: 100%;
        display: flex;
        align-items: center;
        justify-content: center;
        background: linear-gradient(90deg, #4D3293 46.69%, #8051FF 100%);
        padding: 1.3rem 2rem;
        flex-wrap: wrap;
    }

        .tp-footer-container .tp-footer-root .tp-footer__other-links .tp-footer__social-title {
            font-family: var(--font-tpSans-light);
            font-weight: 300;
            font-size: 18px;
            color: var(--color-white);
        }

        .tp-footer-container .tp-footer-root .tp-footer__other-links .tp-footer__social-list {
            gap: 24px;
            display: flex;
            align-items: center;
        }

        .tp-footer-container .tp-footer-root .tp-footer__other-links .tp-footer__social-link {
            color: var(--color-white);
            display: inline-block;
            transition: background var(--t-fast) var(--ease);
            border-radius: 50px;
        }

    .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 {
        display: flex;
        align-items: center;
        gap: 1rem;
        margin: 0 auto;
        padding: 0;
        flex-wrap: wrap;
        justify-content: center;
    }

    .tp-footer-container .tp-footer-root .tp-footer__other-links .tp-footer__policy {
        font-family: var(--font-tpSans-light);
        font-weight: 300;
        color: var(--color-white);
        background-color: transparent;
        border: none;
        align-items: flex-end;
        justify-items: flex-end;
        padding: 0;
        display: flex;
        text-align: center;
        font-size: 14px;
    }

    .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;
    }

    /*.tp-footer-container .tp-footer__social-link:hover {
        background: rgba(255, 255, 255, 0.15);
    }*/

@media (min-width:768px) {
    .tp-footer-container .tp-footer-root .tp-footer__other-links {
        justify-content: space-between;
    }

    .tp-footer-container .tp-footer-root .tp-footer__overall-links .tp-footer__subscribe {
        flex-direction: row;
    }

        .tp-footer-container .tp-footer-root .tp-footer__overall-links .tp-footer__subscribe .tp-footer__subscribe-text {
            margin: 0 auto;
        }
}

@media (min-width:992px) {

    .tp-footer-container .tp-footer-root .tp-footer__overall-links .tp-footer__subscribe {
        max-width: 245px;
        flex-direction: column;
        justify-content: start;
    }

        .tp-footer-container .tp-footer-root .tp-footer__overall-links .tp-footer__subscribe .tp-footer__subscribe-text {
            max-width: 100%;
        }

    .tp-footer-container .tp-footer-root .tp-footer__overall-links .tp-footer__all-nav-links {
        display: block;
    }

    .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__social-link {
        --size: 2rem
    }

    .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-allianceOne__description {
        font-size: 0.8rem;
        width: 12rem;
    }
}
