

[data-namespace="error"] {
    background-color: #006f46
}

[data-namespace="error"] .c-main-error {
    height: 100vh;
    min-height: 900px;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center
}

[data-namespace="error"] .c-main-error__content {
    position: relative;
    z-index: 1;
    color: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    border: 3px solid #fff;
    border-radius: 10px;
    padding: 1rem
}

@media (min-width: 1000px) {
    [data-namespace="error"] .c-main-error__content {
        flex-direction: row
    }
}

[data-namespace="error"] .c-main-error__description {
    display: flex;
    justify-content: center;
    text-align: left;
    flex-direction: column;
    padding: 1.875rem;
    width: 100%;
    -webkit-backdrop-filter: saturate(117%) blur(10px);
    backdrop-filter: saturate(117%) blur(10px);
    background-color: #014f36;
    border-radius: 10px
}

@media (min-width: 1000px) {
    [data-namespace="error"] .c-main-error__description {
        width: auto;
        flex: 0 0 50%
    }
}

[data-namespace="error"] .c-main-error__description-text--light {
    color: #999;
    font-size: 16px;
    margin-bottom: .9375rem
}

[data-namespace="error"] .c-main-error__description-text--strong {
    font-weight: 300;
    font-size: 2.75rem;
    margin-bottom: .625rem
}

[data-namespace="error"] .c-main-error__highlight-code {
    position: relative;
    color: white;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    padding: 5%;
    width: 100%;
    margin-top: 30px
}

@media (min-width: 1000px) {
    [data-namespace="error"] .c-main-error__highlight-code {
        width: auto;
        margin-top: 0;
        flex: 0 0 50%
    }
}

[data-namespace="error"] .c-main-error__highlight-code--text {
    font-weight: bold;
    margin-bottom: .9375rem;
    font-size: 1rem
}

[data-namespace="error"] .c-main-error__highlight-code--status {
    font-weight: 300;
    font-weight: normal;
    font-size: 2.75rem
}

.c-main-error__scene {
    position: absolute;
    vertical-align: middle;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 100%
}

.c-main-error__scene-content {
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    animation: content 0.8s cubic-bezier(1, 0.06, 0.25, 1) backwards
}

.c-main-error__scene-content--piece {
    width: 200px;
    height: 80px;
    display: flex;
    position: absolute;
    border-radius: 80px;
    z-index: 1;
    animation: pieceLeft 8s cubic-bezier(1, 0.06, 0.25, 1) infinite both
}

.c-main-error__scene-one .c-main-error__scene-content--piece {
    background: linear-gradient(90deg, #4d148c 0%, #7d22c3 33%, #ff6200 100%)
}

.c-main-error__scene-one .c-main-error__scene-content--piece:first-of-type {
    right: 15%;
    top: 18%;
    height: 30px;
    width: 120px;
    animation-delay: 0.5s;
    animation-name: pieceRight
}

.c-main-error__scene-one .c-main-error__scene-content--piece:nth-child(2) {
    left: 15%;
    top: 45%;
    width: 150px;
    height: 50px;
    animation-delay: 1s;
    animation-name: pieceLeft
}

.c-main-error__scene-one .c-main-error__scene-content--piece:nth-child(3) {
    left: 10%;
    top: 75%;
    height: 20px;
    width: 70px;
    animation-delay: 1.5s;
    animation-name: pieceLeft
}

.c-main-error__scene-two .c-main-error__scene-content--piece {
    background: #006F46
}

.c-main-error__scene-two .c-main-error__scene-content--piece:first-of-type {
    left: 0%;
    top: 25%;
    height: 40px;
    width: 120px;
    animation-delay: 2s;
    animation-name: pieceLeft
}

.c-main-error__scene-two .c-main-error__scene-content--piece:nth-child(2) {
    right: 15%;
    top: 35%;
    width: 180px;
    height: 30px;
    animation-delay: 2.5s;
    animation-name: pieceRight
}

.c-main-error__scene-two .c-main-error__scene-content--piece:nth-child(3) {
    right: 10%;
    top: 80%;
    height: 20px;
    width: 160px;
    animation-delay: 3s;
    animation-name: pieceRight
}

.c-main-error__scene-three .c-main-error__scene-content--piece {
    background: #fff
}

.c-main-error__scene-three .c-main-error__scene-content--piece:first-of-type {
    left: 25%;
    top: 35%;
    height: 20px;
    width: 80px;
    animation-name: pieceLeft;
    animation-delay: 3.5s
}

.c-main-error__scene-three .c-main-error__scene-content--piece:nth-child(2) {
    right: 10%;
    top: 55%;
    width: 140px;
    height: 40px;
    animation-name: pieceRight;
    animation-delay: 4s
}

.c-main-error__scene-three .c-main-error__scene-content--piece:nth-child(3) {
    left: 40%;
    top: 68%;
    height: 20px;
    width: 80px;
    animation-name: pieceLeft;
    animation-delay: 4.5s
}

@keyframes content {
    0% {
        width: 0;
    }
}


@keyframes pieceLeft {
    50% {
        left: 80%;
        width: 10%;
    }
}

@keyframes pieceRight {
    50% {
        right: 80%;
        width: 10%;
    }
}




@keyframes text {
    0% {
        opacity: 0;
        transform: translateY(40px);
    }
}

@keyframes anime404 {
    0% {
        opacity: 0;
        transform: scale(10) skew(20deg, 20deg);
    }
}