﻿.footer {
    background: #000000;
}

    .footer .mobile {
        display: none !important;
    }

    .footer .level_1 {
        padding: 20px 0px 20px 0px;
    }

    .footer .level_2 img {
        display: none;
    }

    .footer .btn {
        color: #FFFFFF;
        font-family: Atrament;
        font-size: 18px;
        font-weight: 700;
        line-height: 27px;
        text-align: center;
        background: #A7D500;
        padding: 5px 20px 5px 20px;
        border-radius: 3px;
    }

    .footer span, .footer a {
        font-family: Neue Haas Grotesk Display;
        display: block;
        color: #FFFFFF;
        text-align: left;
        letter-spacing: 0.07em;
    }

    .footer .links {
        padding: 10px 0px 20px 0px;
    }

        .footer .links.end {
            padding: 10px 0px 20px 0px;
        }

        .footer .links a {
            text-decoration: none;
        }

        .footer .links .logo {
            width: 140px;
        }

    .footer span.u {
        border-bottom: 1px solid;
    }

    .footer span.l, .footer a.l {
        font-size: 15px;
        font-weight: 800;
        line-height: 18px;
    }

    .footer span.m, .footer a.m {
        font-size: 13px;
        font-weight: 400;
    }

    .footer span.s, .footer a.s {
        font-size: 22px;
        font-weight: 500;
        line-height: 26.25px;
        letter-spacing: 0.04em;
    }
