
.page-404 {
    background-color: #111419;
    padding: 40px 0;
    text-align: center;
    overflow: hidden;
}

@media screen and (min-width: 100em) {
    .page-404 {
        padding: 80px 0;
    }
}

.page-404-cont {
    max-width: 1164px;
    margin: auto;
}

.title-404 {
    font-size: 48px;
    font-weight: 800;
    font-style: italic;
    color: #ffffff;
    margin-bottom: 117px;
}

@media screen and (min-width: 100em) {
    .title-404 {
        margin-bottom: 103px;
    }
}

.illustration-404 {
    border-top: 1px dashed rgba(255, 255, 255, 0.2);
    padding: 72px 0 0 0;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    position: relative;
}

@media screen and (min-width: 100em) {
    .illustration-404 {
        border-bottom: 1px dashed rgba(255, 255, 255, 0.2);
        padding-bottom: 72px;
    }
}

.illustration-404-cont {
    height: 182px;
    width: 100%;
    max-width: 588px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    position: relative;
}

.illustration-404-cont:before {
    content: '';
    width: 100%;
    height: 0;
    border-bottom: 4px solid rgba(255, 255, 255, 0.3);
    position: absolute;
    left: 0;
    top: 50%;
}

.illustration-404-n {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    height: 182px;
    width: 245px;
    font-size: 144px;
    font-weight: 900;
    font-style: italic;
    line-height: 1;
    color: #ffffff;
    position: relative;
    z-index: 1;
}

.illustration-404-n span {
    position: relative;
}

.illustration-404-n span:before {
    content: '4';
    position: absolute;
    top: 0;
    left: 0;
    -webkit-text-stroke: 30px #111419;
    -webkit-text-fill-color: #ffffff;
    z-index: -1;
}

.illustration-404-n:before {
    content: '';
    width: 182px;
    height: 182px;
    background-color: #111419;
    border: 10px solid #1DB954;
    border-radius: 100%;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -46%);
    -ms-transform: translate(-50%, -46%);
    transform: translate(-50%, -46%);
    z-index: -1;
}

.illustration-404-bg-top,
.illustration-404-bg-bottom {
    position: absolute;
    max-width: none;
}

.illustration-404-bg-top {
    top: 0;
    left: 50%;
    -webkit-transform: translate(-500px, -120px);
    -ms-transform: translate(-500px, -120px);
    transform: translate(-500px, -120px);
}

.illustration-404-bg-bottom {
    display: none;
}

@media screen and (min-width: 100em) {
    .illustration-404-bg-bottom {
        display: block;
        bottom: 0;
        left: 50%;
        -webkit-transform: translate(-42%, 60%);
        -ms-transform: translate(-42%, 60%);
        transform: translate(-42%, 60%);
    }
}

.page-404-footer {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding: 0 20px;
    max-width: 780px;
    margin: 40px auto 0 auto;
}

@media screen and (min-width: 100em) {
    .page-404-footer {
        margin-top: 80px;
    }
}

#go-home-404 {
    width: 100%;
    max-width: 350px;
    margin-bottom: 30px;
    min-height: 60px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    text-align: center;
}

@media screen and (min-width: 100em) {
    #go-home-404 {
        margin-bottom: 45px;
    }
}

.page-404-footer-text {
    font-size: 18px;
    font-weight: 600;
    font-style: italic;
    color: #626273;
}

.page-404-footer-text a {
    color: #1DB954;
    text-decoration: none;
    display: inline-block;
}

@media screen and (min-width: 992px) {
    .page-404-footer-text a:hover {
        text-decoration: underline;
    }
}
