.footer {

}

.footer__wrap {

}

.footer__title {
    margin-bottom: 19px;
}

.footer__title .title {
    color: var(--gray-0, #FDFDFD);
    font-family: Lab Grotesque;
    font-size: 22px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
}

.footer__menu {

}

.footer__menu ul {
    list-style-type: none;
    margin-left: 0;
    padding-left: 0;
}

.footer__menu li {
    margin-bottom: 1px !important;
}

.footer__menu a {
    font-family: Lab Grotesque;
    color: #B3B3B3 !important;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    letter-spacing: 0.48px;
}

.footer__contact p {
    color: #B3B3B3;
    font-family: Lab Grotesque;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    letter-spacing: 0.64px;
}

.mfn-footer .footer__contact a {
    color: #B3B3B3;
}

.footer__main {
    padding-top: 44px;
    padding-bottom: 18px;
}


.footer__bottom {

}

.footer__bottom .section_wrapper {
    border-top: 1px solid #484848;
    padding-top: 23px;
    padding-bottom: 45px;
}

.footer__copy p {
    color: #B3B3B3;
    font-family: Lab Grotesque;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 140%;
    margin-bottom: 0;
    margin-left: 54px;
}

.footer__alert p {
    color: #B3B3B3;
    font-family: Lab Grotesque;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 140%;
    margin-bottom: 0;
}

@media (max-width: 959px) {
    .footer__alert {
        margin-top: 24px !important;
    }
}

@media (max-width: 767px) {
    .footer__main {
        padding-top: 26px;
        padding-bottom: 8px;
    }

    .footer__copy p,
    .footer__alert {
        text-align: center;
    }

    .footer__copy p {
        margin-left: 0px;
        margin-top: 10px;
    }

    .footer__title .title {
        font-size: 16px;
        margin-bottom: 14px !important;
    }

    .footer__contact p {
        color: #B3B3B3;
        font-size: 12px;
        letter-spacing: 0.48px;
    }

    .footer__menu a {
        color: #B3B3B3;
        text-align: center;
        font-size: 12px;
        line-height: normal;
        letter-spacing: 0.36px;
    }

    .footer__copy p,
    .footer__alert p {
        text-align: center;
        font-size: 10px;
        line-height: 140%;
    }

    .footer__bottom .section_wrapper {
        padding-bottom: 30px;
    }
}