body {
    background-color: #18181b;
    font-family: Roboto, sans-serif;
}

.error-container {
    position: fixed;
    top: 0px;
    right: 0px;
    bottom: 0px;
    left: 0px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
}

.error-inner {
    position: relative;
    display: flex;
    flex-direction: column;
    row-gap: 32px;
}

.error-inner:before {
    content: '';
    display: block;
    position: absolute;
    left: 50%;
    top: 50%;
    right: auto;
    bottom: auto;
    transform: translate(-50%, -50%);
    width: 1244px;
    height: 600px;
    z-index: -1;
    background-position-x: 50%;
    background-position-y: 50%;
    /* webpackIgnore: true */
    /* webpackIgnore: true */
    background-image: url('https://ssl.gg-global-cdn.com/bd/front/img/web/error_bg_red.png');
    background-repeat: no-repeat;
}

.error-inner.purple:before {
    /* webpackIgnore: true */
    background-image: url('https://ssl.gg-global-cdn.com/bd/front/img/web/error_bg_purple.png');
}

.error-inner.blue:before {
    /* webpackIgnore: true */
    background-image: url('https://ssl.gg-global-cdn.com/bd/front/img/web/error_bg_blue.png');
}

.error-inner .message {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    row-gap: 28px;
}

.error-inner .message h2 {
    margin: 0px;
    font-size: 22px;
    line-height: 28px;
    letter-spacing: 0.66px;
    font-weight: 400;
}

.error-inner .message h1 {
    margin-top: 52px;
    margin-right: 0px;
    margin-bottom: 52px;
    margin-left: 0px;
    font-size: 100px;
    line-height: 110px;
    letter-spacing: 3px;
    font-weight: 700;
}

.error-inner .message p {
    margin: 0px;
    color: #d4d4d4;
    font-size: 14px;
    line-height: 20px;
    letter-spacing: 0.42px;
    font-weight: 400;
}

.error-inner .buttons {
    text-align: center;
}

.error-inner .buttons a.btn-back {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    font-weight: 500;
    color: #fff;
    width: 240px;
    height: 40px;
    padding-top: 12px;
    padding-right: 24px;
    padding-bottom: 12px;
    padding-left: 24px;
    border-radius: 79px;
    background-color: #d30000;
    text-decoration: none;
    line-height: 1;
}

.oops .error-inner .message {
    gap: 0px;
}

.oops .error-inner .message h2 {
    font-size: 28px;
    line-height: 36px;
    letter-spacing: 0.84px;
    margin: 0px;
    font-weight: 400;
}

.oops .error-inner .message h1 {
    margin: 0px;
    padding-top: 28px;
    padding-bottom: 28px;
    font-size: inherit;
    line-height: 1;
}

.oops .error-inner .message p {
    font-size: 14.22 0.42;
    margin: 0px;
}

@media (min-width: 768px) {
    .error-inner .message h2 {
        font-size: 24px;
    }

    .error-inner .message h1 {
        font-size: 148px;
    }
}

@media (min-width: 1244px) {
    .error-inner .message h2 {
        font-size: 28px;
    }

    .error-inner .message h1 {
        font-size: 160px;
    }
}

/*# sourceMappingURL=error.css.map */
