.page-container {
    display: flex;
    position: relative;
    flex-flow: column;
    flex-grow: 1;
    background-image: url('../img/page-bg.jpg');
    width: 100%;
}

.page-container::before {
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    opacity: 0.8;
    margin: 0 auto;
    background: linear-gradient(to left, #c8c3b3, #e6e1d2 22%, #e7e2d3 50%, #e6e1d2 87%, #c4beae);
    width: 92.68%;
    height: 100%;
    content: '';
    filter: blur(6.9px);
}

.page-header {
    width: 100%;
    font-size: inherit;
    padding-right: 1rem;
    padding-left: 1rem;
    background-color: red;
    background-repeat: no-repeat;
    background-size: cover;
    display: flex;
    position: relative;
    align-items: center;
    justify-content: space-between;
}

.page-header__logo {
    background-repeat: no-repeat;
    background-size: contain;
    background-image: url('../img/320/keyforge-master-vault-logo-h90.png');
}

@media (resolution: 2dppx) {
    .page-header__logo {
        background-image: url('../img/320/keyforge-master-vault-logo-h90@2x.png');
    }
}

.section-lead {
    display: flex;
    align-items: center;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}

.section-lead__content {
    display: inline-block;
    border-width: 0.2rem;
    border-style: solid;
    background: linear-gradient(to right, rgba(0, 0, 0, 0.56), rgba(0, 0, 0, 0));
    padding: 0.9rem 3.4rem 0.9rem 1rem;
    text-shadow: 0.1rem 0.1rem 0.4rem #201f1f;
    color: #fff;
    background-origin: border-box;
    border-image-source: linear-gradient(to left, rgba(147, 137, 123, 0), #767676);
    border-image-slice: 1;
}

.page-content {
    position: relative;
    flex-grow: 1;
    width: 100%;
}

.server-error-page__heading-text {
    display: inline-block;
    margin: 0 auto;
}

.server-error-page__content {
    padding: 112px 40px;
    display: flex;
    position: relative;
    align-items: center;
    flex-flow: column;
}

.btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border: 0;
    background-color: transparent;
    background-repeat: no-repeat;
    background-size: 100% 100%;
    padding: 0;
    color: #fff;
    font-weight: bold;
}

.server-error-page__refresh__link {
    margin-top: 66px;
}

.page-footer {
    display: flex;
    position: relative;
    flex-flow: column nowrap;
    align-items: center;
    z-index: 50;
    background-repeat: no-repeat;
    background-size: cover;
    width: 100%;
    overflow: hidden;
    text-align: center;
    color: #fff;
    pointer-events: none;
}

.page-footer > * {
    pointer-events: auto;
}

.page-footer__social-links {
    display: inline-flex;
}

.page-footer__social-link:last-child  {
    margin-right: 0;
}

.page-footer__site-links {
    display: flex;
    flex-flow: row wrap;
    justify-content: center;
    padding: 0 2rem;
    width: 100%;
}

.page-footer__site-link {
    line-height: 2.21;
    letter-spacing: -0.03rem;
    white-space: nowrap;
}

.page-footer__mobile-app {
    display: inline-block;
    margin-right: 2rem;
}

.page-footer__mobile-app:last-child {
    margin-right: 0;
}

.page-footer__mobile-app-image {
    height: 5rem;
}

.page-footer__gg {
    display: flex;
    flex-flow: column;
    align-items: center;
}

.page-footer__gg-logo {
    margin-bottom: 1.6rem;
    height: 7.4rem;
}

.page-footer__copyright {
    margin-bottom: 2rem;
    width: 100%;
    line-height: 1.6;
    letter-spacing: 0.02rem;
    font-size: 1.4rem;
}

@media (min-width: 0) {
    .page-header {
        height: 5.5rem;
        background-image: url('../img/320/header-bg.jpg');
    }

    .page-header__logo {
        width: 19.1rem;
        height: 4.5rem;
    }

    .section-lead {
        background-image: url('../img/320/helmet.jpg');
        padding-left: 3.125vw;
        height: 19.4rem;
    }

    .scalable-heading-text {
        font-size: 3.4rem;
        letter-spacing: -0.06rem;
    }

    .server-error-page__refresh__link {
        width: 20.7rem;
        height: 4.2rem;
        text-shadow: 0.1rem 0.1rem #322c2c;
        letter-spacing: 0.05rem;
        font-size: 1.6rem;
        background-image: url('../img/320/button-yellow.png');
    }

    .page-footer {
        background-image: url('../img/320/footer-bg.png');
        padding-top: 18.75vw;
        font-size: 1.5rem;
    }

    .page-footer__social-links {
        margin-bottom: 4.3rem;
    }

    .page-footer__social-link {
        margin-right: 3.8rem;
    }

    .page-footer__social-link-image {
        margin-bottom: 2rem;
        height: 5.2rem;
    }

    .page-footer__site-links {
        max-width: 46rem;
        margin-bottom: 3.5rem;
    }

    .page-footer__site-link {
        margin: 0 0.8rem;
    }

    .page-footer__gg {
        margin-bottom: 3.5rem;
    }

    .page-footer__copyright {
        padding: 0 6.25vw;
    }
}

@media (min-width: 768px) {
    .page-header {
        height: 7.7rem;
        background-image: url('../img/768/header-bg.jpg');
    }

    .section-lead {
        background-image: url('../img/768/helmet.jpg');
        padding-left: 3.25521vw;
        height: 17.5rem;
    }

    .section-lead__content {
        padding: 1.4rem 5.2rem 1.4rem 1.6rem;
    }

    .scalable-heading-text {
        font-size: 3rem;
        letter-spacing: -0.05rem;
    }

    .server-error-page__refresh__link {
        font-size: 2rem;
    }

    .page-footer {
        background-image: url('../img/768/footer-bg.png');
        padding-top: 14.32292vw;
    }

    .page-footer__social-link {
        margin-right: 6rem;
    }

    .page-footer__site-links {
        max-width: initial;
    }

    .page-footer__site-link {
        margin: 0 2.4rem;
    }

    .page-footer__copyright {
        padding: 0;
        max-width: 45rem;
    }
}

@media (min-width: 1366px) {
    .page-header {
        height: 8.3rem;
        padding-right: 3rem;
        padding-left: 2rem;
        background-image: url('../img/1366/header-bg.jpg');
    }

    .page-header__logo {
        width: 26.3rem;
        height: 6.2rem;
    }

    .section-lead {
        background-image: url('../img/1366/helmet.jpg');
        padding-left: 5.49048vw;
        height: 24.9rem;
    }

    .section-lead__content {
        padding: 2.2rem 9.3rem 2.1rem 2rem;
    }

    .scalable-heading-text {
        font-size: 4.8rem;
        letter-spacing: -0.09rem;
    }

    .server-error-page__refresh__link {
        width: 24.8rem;
        height: 5rem;
        font-size: 2.4rem;
        background-image: url('../img/1366/button-yellow.png');
    }

    .page-footer {
        background-image: url('../img/1366/footer-bg.png');
        padding-top: 11.71303vw;
        font-size: 1.8rem;
    }

    .page-footer__social-links {
        margin-bottom: 2.2rem;
    }

    .page-footer__social-link {
        margin-right: 10rem;
    }

    .page-footer__social-link-image {
        height: 5.7rem;
    }

    .page-footer__site-links {
        margin-bottom: 1.8rem;
    }

    .page-footer__site-link {
        margin: 0 2.8rem;
    }

    .page-footer__gg {
        margin-bottom: 2.2rem;
    }

    .page-footer__copyright {
        margin-bottom: 3rem;
        max-width: initial;
        letter-spacing: -0.02rem;
    }
}

@media (min-width: 1920px) {
    .page-content {
        margin: 0 auto;
        max-width: 1920px;
    }

    .page-header {
        height: 12.0rem;
        padding-right: 4rem;
        padding-left: 3rem;
        background-image: url('../img/1922/header-bg.jpg');
    }

    .page-header__logo {
        width: 37.9rem;
        height: 9rem;
    }

    .section-lead {
        background-image: url('../img/1922/helmet.jpg');
        padding-left: 8.75vw;
        height: 33.2rem;
    }

    .section-lead__content {
        padding: 2.4rem 9.3rem 2.2rem 2rem;
    }

    .scalable-heading-text {
        font-size: 6.4rem;
        letter-spacing: -0.12rem;
    }

    .server-error-page__refresh__link {
        width: 29.8rem;
        height: 6rem;
    }

    .page-footer {
        background-image: url('../img/1366/footer-bg.png');
    }
}
