/* EPUP_STAGE81C_CANONICAL_FOOTER */

.epup-shared-footer,

.epup-shared-footer *,

.epup-shared-footer *::before,

.epup-shared-footer *::after {

    box-sizing: border-box;

}

.epup-shared-footer {

    position: relative;

    width: 100%;

    margin: 0;

    padding: 64px 0 34px;

    overflow: hidden;

    background: #17324d;

    color: #ffffff;

    font-family: 'Nunito', sans-serif;

}

.epup-shared-footer::before {

    content: "";

    position: absolute;

    top: 0;

    left: 0;

    width: 100%;

    height: 4px;

    background: linear-gradient(

        90deg,

        #0878ae 0%,

        #0878ae 72%,

        #f47a20 72%,

        #f47a20 100%

    );

}

.epup-shared-footer__inner {

    width: min(1180px, calc(100% - 48px));

    margin: 0 auto;

    display: grid;

    grid-template-columns: 1.35fr repeat(4, 1fr);

    gap: 46px;

    align-items: start;

}

.epup-shared-footer__brand {

    min-width: 0;

}

.epup-shared-footer__brand .epup-code-logo,

.epup-shared-footer__logo.epup-code-logo {

    display: inline-flex !important;

    align-items: center !important;

    justify-content: flex-start !important;

    gap: 2px !important;

    width: auto !important;

    max-width: 100% !important;

    margin: 0 0 22px 0 !important;

    padding: 0 !important;

    transform: none !important;

    left: auto !important;

    right: auto !important;

    position: static !important;

    text-decoration: none !important;

}

.epup-shared-footer__brand .epup-code-logo:hover,

.epup-shared-footer__logo.epup-code-logo:hover {

    transform: none !important;

}

.epup-shared-footer__brand .epup-code-logo__paw {

    width: 34px !important;

    height: 34px !important;

    flex: 0 0 34px !important;

    margin: 0 !important;

}

.epup-shared-footer__brand .epup-code-logo__wordmark {

    font-size: 31px !important;

    line-height: 1 !important;

}

.epup-shared-footer__intro {

    max-width: 310px;

    margin: 0;

    color: #c7d6e3;

    font-size: 15px;

    line-height: 1.75;

    font-weight: 600;

}

.epup-shared-footer__socials {

    display: flex;

    gap: 12px;

    margin-top: 24px;

}

.epup-shared-footer__socials a {

    display: grid;

    place-items: center;

    width: 44px;

    height: 44px;

    flex: 0 0 44px;

    border-radius: 50%;

    background: rgba(255,255,255,.10);

    color: #ffffff;

    font-size: 18px;

    font-weight: 900;

    text-decoration: none;

    transition: transform .2s ease, background .2s ease;

}

.epup-shared-footer__socials a:hover {

    transform: translateY(-2px);

    background: rgba(255,255,255,.16);

}

.epup-shared-footer__column {

    min-width: 0;

}

.epup-shared-footer__column h2 {

    margin: 0 0 18px;

    color: #ffffff;

    font-size: 17px;

    line-height: 1.2;

    font-weight: 900;

}

.epup-shared-footer__column a {

    display: block;

    margin: 0;

    padding: 6px 0;

    color: #b9cada;

    font-size: 14px;

    line-height: 1.45;

    font-weight: 700;

    text-decoration: none;

    transition: color .2s ease;

}

.epup-shared-footer__column a:hover {

    color: #ffffff;

}

.epup-shared-footer__bottom {

    width: min(1180px, calc(100% - 48px));

    margin: 44px auto 0;

    padding-top: 22px;

    border-top: 1px solid rgba(255,255,255,.11);

    display: flex;

    align-items: center;

    justify-content: space-between;

    gap: 26px;

}

.epup-shared-footer__bottom p {

    margin: 0;

    color: #9fb4c7;

    font-size: 13px;

    line-height: 1.55;

    font-weight: 700;

}

@media (max-width: 980px) {

    .epup-shared-footer {

        padding-top: 52px;

    }

    .epup-shared-footer__inner {

        grid-template-columns: repeat(2, minmax(0, 1fr));

        gap: 38px 30px;

    }

    .epup-shared-footer__brand {

        grid-column: 1 / -1;

    }

    .epup-shared-footer__intro {

        max-width: 520px;

    }

}

@media (max-width: 640px) {

    .epup-shared-footer {

        padding:

            42px

            0

            calc(112px + env(safe-area-inset-bottom));

    }

    .epup-shared-footer__inner {

        width: min(100% - 32px, 1180px);

        grid-template-columns: repeat(2, minmax(0, 1fr));

        gap: 34px 22px;

    }

    .epup-shared-footer__brand {

        grid-column: 1 / -1;

    }

    .epup-shared-footer__brand .epup-code-logo,

    .epup-shared-footer__logo.epup-code-logo {

        margin-left: 0 !important;

        margin-right: 0 !important;

        margin-bottom: 18px !important;

    }

    .epup-shared-footer__brand .epup-code-logo__paw {

        width: 32px !important;

        height: 32px !important;

        flex-basis: 32px !important;

    }

    .epup-shared-footer__brand .epup-code-logo__wordmark {

        font-size: 29px !important;

    }

    .epup-shared-footer__intro {

        max-width: 100%;

        font-size: 14px;

        line-height: 1.65;

    }

    .epup-shared-footer__column h2 {

        margin-bottom: 12px;

        font-size: 15px;

    }

    .epup-shared-footer__column a {

        padding: 5px 0;

        font-size: 12.5px;

        line-height: 1.38;

    }

    .epup-shared-footer__socials {

        margin-top: 20px;

    }

    .epup-shared-footer__socials a {

        width: 42px;

        height: 42px;

        flex-basis: 42px;

    }

    .epup-shared-footer__bottom {

        width: min(100% - 32px, 1180px);

        margin-top: 36px;

        display: block;

    }

    .epup-shared-footer__bottom p {

        margin-bottom: 8px;

        font-size: 12px;

    }

    .epup-shared-footer__bottom p:last-child {

        margin-bottom: 0;

    }

}

@media (max-width: 390px) {

    .epup-shared-footer__inner {

        gap: 30px 16px;

    }

    .epup-shared-footer__column h2 {

        font-size: 14px;

    }

    .epup-shared-footer__column a {

        font-size: 12px;

    }

}

