.unsupported {
    display: none;
}

@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
    .unsupported {
        position: absolute;
        z-index: 999;
        width: 100vw;
        height: 100vh;
        background: #0E3353;
        display: flex;
        align-items: center;
        justify-content: center;
        display: block;
    }

    .unsupported__content {
        margin: 0 auto;
        max-width: 580px;
        box-shadow: 0px 0px 6rem rgba(0, 0, 0, .4);
        padding: 3rem 3rem 7rem;
        display: flex;
        align-items: center;
        flex-direction: column;
        background: linear-gradient(132.69deg, #0E3353 -9.57%, #385980 68.51%);
    }

    .unsupported__logo {
        margin-bottom: 4rem;
    }

    .unsupported__title {
        font-size: 22px;
        color: white;
        margin: 3rem 0;
    }

    .unsupported__info {
        font-weight: 300;
        color: white;
        text-align: center;
        font-family: proximanova;
    }
}