*{
    -webkit-font-smoothing: antialiased;
}
body {
    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;
    font-family: "DM Sans", sans-serif;
    color: #292c32;
    font-size: 16px;
    line-height: 1.8;
    margin: 0;
}
h1 {
    margin-top: 20px;
    margin-bottom: 10px;
    font-size: 67px;
    line-height: 1.2;
    font-weight: 700;
}
h2 {
    margin-top: 0;
    margin-bottom: 10px;
    font-size: 50px;
    line-height: 1.2;
    font-weight: 700;
}
h3 {
    margin-top: 0;
    margin-bottom: 10px;
    font-size: 37px;
    line-height: 1.2;
    font-weight: 700;
}
h4 {
    margin-top: 0;
    margin-bottom: 10px;
    font-size: 28px;
    line-height: 1.2;
    font-weight: 700;
}
h5 {
    margin-top: 0;
    margin-bottom: 10px;
    font-size: 22px;
    line-height: 1.2;
    font-weight: 700;
}
h6 {
    margin-top: 0;
    margin-bottom: 10px;
    font-size: 16px;
    line-height: 1.2;
    font-weight: 700;
}
a {
    color: #6e61ff;
    text-decoration: none;
}
a:hover {
    text-decoration: underline;
}
.button-secondary-left {
    margin-left: 0;
    padding: 16px 0 16px 23px;
    background-color: transparent;
    background-image: url(../img/primary-arrow-left.svg);
    background-position: 0 50%;
    background-repeat: no-repeat;
    -webkit-transition: all 0.5s cubic-bezier(0.19, 1, 0.22, 1);
    transition: all 0.5s cubic-bezier(0.19, 1, 0.22, 1);
    color: #6e61ff;
    font-size: 16px;
    line-height: 1.1;
    font-weight: 700;
    text-decoration: none;
    text-transform: uppercase;
}
.button-secondary-left:hover {
    margin-left: -7px;
    padding-left: 30px;
    text-decoration: none;
}
.mt-40 {
    margin-top: 40px;
}
.utility-page-wrap {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100vw;
    height: 100vh;
    max-height: 100%;
    max-width: 100%;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}
.utility-page-content {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    padding-right: 30px;
    padding-left: 30px;
    -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;
    text-align: center;
}
.error-code {
    margin-top: 0;
    margin-bottom: 0;
    background-image: linear-gradient(321deg, #b2b4bb 19%, #fff 82%);
    font-size: 156px;
    line-height: 100%;
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
}
.error-code._404 {
    background-image: linear-gradient(321deg, #6e61ff 7%, #ea4c89 71%);
}
.error-code._403 {
    background-image: linear-gradient(321deg, #ea4c4c 7%, #ffc061 71%);
}
.error-code._500 {
    background-image: linear-gradient(321deg, #4c78ea 7%, #535353 71%);
}
@media screen and (max-width: 767px) {
    h1 {
        font-size: 60px;
    }
    h2 {
        font-size: 40px;
    }
    h3 {
        font-size: 30px;
    }
    h4 {
        font-size: 24px;
    }
}
@media screen and (max-width: 479px) {
    h1 {
        font-size: 50px;
    }
    h2 {
        font-size: 36px;
    }
    h4 {
        font-size: 22px;
    }
    h5 {
        font-size: 20px;
    }
    .utility-page-content {
        padding-right: 15px;
        padding-left: 15px;
    }
    .error-code {
        font-size: 110px;
    }
}
