body {
    height: 100vh;
}

#masthead {
    width: 100%!important;
    background-color: #31216b!important;
}

#page {
    height: 100%;
    background-color: #fff;
}

#content {
    align-items: center;
    justify-content: center;
    height: 100%;
}

.locked-inner {
    width: 638px;
}

.locked-image {
    line-height: 0;
}

.locked-image img {
    width: 100%;
}

.locked-information {
    padding-top: 20px;
}

.locked-information-title {
    font-size: 24px;
    line-height: 30px;
    font-weight: 800;
    color: #323856;
    text-align: center;
}

.locked-information-description {
    margin-top: 20px;
}

.locked-information-description p {
    font-size: 16px;
    line-height: 22px;
    font-weight: 400;
    color: #5C627C;
    text-align: center;
    margin: 0px 0px 15px;
}

.locked-information-description p a {
    color: #1ebbf0;
    text-decoration: none;
    font-weight: 600;
}

.locked-information-description p a:hover {
    color: #323856;
}

.locked-information-description p:last-child {
    margin: 0px;
}

@media screen and (max-width: 1070px) {
    #content {
        align-items: flex-start;
        padding-top: 180px;
    }
    .hamburger_menu {
        display: none!important;
    }
    .locked-inner {
        width: 500px;
    }
}

@media screen and (max-width:767px) {
    #content {
        padding-top: 140px;
    }
}

@media screen and (max-width:560px) {
    .locked-inner {
        width: 100%;
        padding: 0px 30px;
        box-sizing: border-box;
    }
    .locked-image {
        width: 400px;
        margin: 0 auto;
    }
}

@media screen and (max-width:480px) {
    .locked-image {
        width: 300px;
    }
    .locked-information-description p {
        font-size: 14px;
        line-height: 20px;
    }
    .locked-information-title {
        font-size: 20px;
        line-height: 28px;
    }
    .locked-information-description {
        margin-top: 15px;
    }
    #content {
        padding-top: 100px;
    }
}