footer {
    background-color: rgba(0, 15, 53, 1);
    color: white;
}

footer .footer-content {
    padding: 64px 0 94px;
}

footer .footer-content .container {
    display: flex;
    flex-direction: column;
    gap: 56px;
}

footer .footer-content .container .footer-upper {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: flex-start;
}

footer .footer-content .container .footer-upper .footer-upper-left {}

footer .footer-content .container .footer-upper .footer-upper-left img {
    width: 250px;
    height: auto;
    max-height: 64px;
    object-fit: contain;
}

footer .footer-content .container .footer-upper .footer-upper-right {
    display: flex;
    justify-content: flex-end;
    gap: 64px;
}

footer .footer-content .container .footer-upper .footer-upper-right .footer-column {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    gap: 12px;
}

footer .footer-content .container .footer-upper .footer-upper-right .footer-column {}

footer .footer-content .container .footer-upper .footer-upper-right .footer-column li {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    /* gap: 8px; */
}

footer .footer-content .container .footer-upper .footer-upper-right .footer-column .social-text {
    font-family: CircularXX TT, sans-serif;
    font-weight: 450;
    font-size: 14px;
    line-height: 150%;
    text-align: right;
    vertical-align: middle;
}

footer .footer-content .container .footer-upper .footer-upper-right .footer-column h3 {
    font-family: CircularXX TT, sans-serif;
    font-weight: 500;
    font-size: 16px;
    line-height: 150%;
    text-align: left;
    vertical-align: middle;
}

footer .footer-content .container .footer-upper .footer-upper-right .footer-column .footer-column-links {
    padding: 0;
    list-style: none;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    gap: 12px;
}

footer .footer-content .container .footer-upper .footer-upper-right .footer-column .footer-column-links li {}

footer .footer-content .container .footer-upper .footer-upper-right .footer-column .footer-column-links li a {
    text-decoration: none;
    color: white;
    font-family: CircularXX TT, sans-serif;
    font-weight: 450;
    font-size: 14px;
    line-height: 150%;
    text-align: right;
    vertical-align: middle;
}

footer .footer-content .container .footer-lower {
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
}

footer .footer-content .container .footer-lower .social-links {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    gap: 12px;
}

footer .footer-content .container .footer-lower .social-links .social-links-title {
    font-family: CircularXX TT, sans-serif;
    font-weight: 500;
    font-size: 16px;
    line-height: 150%;
    text-align: left;
}

footer .footer-content .container .footer-lower .social-links .social-links-list {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    gap: 24px;
}
footer .footer-content .container .footer-lower .social-links .social-link {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 28px;
    width: 28px;
}

footer .footer-content .container .footer-lower .social-links .social-link img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

footer .footer-content .container .footer-lower .footer-lower-right {}

footer .footer-content .container .footer-lower .footer-lower-right p {
    font-family: CircularXX TT, sans-serif;
    font-weight: 450;
    font-size: 14px;
    line-height: 150%;
    text-align: center;
    vertical-align: middle;
}

@media (max-width: 992px) {
    footer .footer-content {
        padding: 56px 0 104PX;
    }

    footer .footer-content .container {
        gap: 32px;
    }

    footer .footer-content .container .footer-upper {
        flex-direction: column;
        align-items: center;
        gap: 40px;
    }

    footer .footer-content .container .footer-upper .footer-upper-left img {
        width: 182px;
        height: auto;
        max-height: 48px;
    }

    footer .footer-content .container .footer-upper .footer-upper-right {
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        gap: 32px;
    }

    footer .footer-content .container .footer-upper .footer-upper-right .footer-column {
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
    }

    footer .footer-content .container .footer-upper .footer-upper-right .footer-column .footer-column-links {
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
    }

    footer .footer-content .container .footer-upper .footer-upper-right .footer-column .footer-column-links li {
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
    }

    footer .footer-content .container .footer-upper .footer-upper-right .footer-column .footer-column-links li a {
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
    }

    footer .footer-content .container .footer-lower {
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        gap: 24px;
    }

    footer .footer-content .container .footer-lower .social-links .social-links-title {
        text-align: center;
        width: 100%;
    }
}