body {
    margin: 0;
    font-family: 'Noto Sans', sans-serif;
}

#header-disabled {
    background: #fff;
    display: flex;
    justify-content: space-between;
    gap: 48px;
    align-items: center;
    padding: 0 16px 0 28px;
    min-height: 80px;
    height: 80px;
    background: #fff;
    box-shadow: 0px 1px 5px rgba(0, 0, 0, 0.25);
    z-index: 10011;
}

#header-disabled .js-logo-link {
    display: flex;
    align-items: center;
    margin-bottom: 4px;
    padding-right: 32px;
    min-width: 120px;
}

#unavailable {
    display: flex;
    flex-direction: column;
    margin: 32px 16px;
    gap: 32px;
    align-items: center;
    color: #002838;
}

@media (min-width: 960px) {
    #unavailable {
        margin: 64px 32px;
    }
}

#unavailable .beast-philanthropy {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 24px;
}

@media (min-width: 960px) {
    #unavailable .beast-philanthropy {
        flex-direction: row;
        margin-bottom: 64px;
    }
}

#unavailable .beast-philanthropy .js-logo {
    width: 217px;
}

@media (min-width: 960px) {
    #unavailable .beast-philanthropy .js-logo {
        width: 272px;
        margin-right: 24px;
    }
}

#unavailable .beast-philanthropy .divider {
    height: 2px;
    width: 215px;
    background: #64686c;
}

@media (min-width: 960px) {
    #unavailable .beast-philanthropy .divider {
        width: 2px;
        height: 74px;
    }
}

#unavailable .beast-philanthropy .beast-logo {
    width: 236px;
}

@media (min-width: 960px) {
    #unavailable .beast-philanthropy .beast-logo {
        width: 345px;
    }
}

#unavailable .sorry {
    font-size: 24px;
    font-weight: 700;
    text-align: center;
}

@media (min-width: 960px) {
    #unavailable .sorry {
        font-size: 40px;
        line-height: 50px;
    }
}

#unavailable .servers-maxed {
    font-size: 18px;
    font-weight: 400;
    text-align: center;
    max-width: 686px;
}

@media (min-width: 960px) {
    #unavailable .servers-maxed {
        font-size: 36px;
        font-weight: 300;
    }
}

#unavailable .try-again {
    font-size: 16px;
    font-weight: 400;
    line-height: 180%;
    text-align: center;
}

@media (min-width: 960px) {
    #unavailable .try-again {
        font-size: 18px;
        margin-bottom: 64px;
    }
}

#unavailable .did-you-know {
    color: #0081a0;
    text-align: center;
    font-size: 24px;
    font-weight: 700;
}

#unavailable .infographic {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 52px;
    color: #0081a0;
    margin-bottom: 32px;
}

@media (min-width: 600px) {
    #unavailable .infographic {
        display: grid;
        grid-template-columns: 1fr 1fr 1fr;
        align-items: baseline;
        justify-content: center;
        max-width: 932px;
        align-self: center;
    }
}

#unavailable .infographic .info-container {
    display: flex;
    flex-direction: column;
    align-items: center;
}

#unavailable .infographic .info-container .number {
    font-size: 24px;
    font-weight: 700;
    margin: 16px;
}

#unavailable .infographic .info-container .text {
    font-size: 18px;
    font-weight: 400;
    line-height: 22px;
    text-align: center;
}

#unavailable .people {
    margin-top: 32px;
}

@media (min-width: 960px) {
    #unavailable .people {
        margin-top: 96px;
    }
}

#unavailable .building-unity {
    color: #64686c;
    font-size: 45px;
    font-weight: 300;
    text-align: center;
    margin-bottom: 100px;
    max-width: 490px;
}

@media (min-width: 960px) {
    #unavailable .building-unity {
        margin-bottom: 32px;
    }
}

footer {
    display: flex;
    flex-direction: column;
    background-color: #002838;
    padding: 32px;
    display: flex;
    color: #fff;
    justify-content: space-between;
    font-size: 18px;
    font-weight: 400;
    font-size: 18px;
    line-height: 25px;
}

@media (min-width: 960px) {
    footer {
        display: grid;
        grid-template-areas: 'social service legal';
        gap: 32px;
    }
}

footer .ml {
    cursor: pointer;
}

footer #social {
    grid-area: social;
}

footer #social .icons {
    margin-top: 20px;
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    margin-bottom: 20px;
}

footer #social .circle {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 46px;
    min-width: 46px;
    height: 46px;
    min-height: 46px;
    border-radius: 50%;
    background-color: #264856;
}

footer #social .circle a {
    display: flex;
    align-items: center;
    justify-content: center;
}

footer #social .jsapp {
    margin-bottom: 8px;
}

footer #social .jsappcontainer {
    margin-bottom: 20px;
}

footer #service {
    grid-area: service;
}

footer #service #copy {
    font-weight: 400;
    font-size: 14px;
    line-height: 19px;
    margin-top: 32px;
    color: #b5b5b5;
}

.footer.hc {
    color: #009eb9;
}