﻿@font-face {
    font-family: Glyphicons Halflings;
    src: url(../../../resources/resources/fonts/glyphicons-halflings-regular.eot);
    src: url(../../../resources/resources/fonts/glyphicons-halflings-regular.eot?#iefix) format("embedded-opentype"),url(../../../resources/resources/fonts/glyphicons-halflings-regular.woff2) format("woff2"),url(../../../resources/resources/fonts/glyphicons-halflings-regular.woff) format("woff"),url(../../../resources/resources/fonts/glyphicons-halflings-regular.ttf) format("truetype"),url(../../../resources/resources/fonts/glyphicons-halflings-regular.svg#glyphicons_halflingsregular) format("svg")
}

@font-face {
    font-display: block;
    font-family: Font Awesome\ 6 Free;
    font-style: normal;
    font-weight: 400;
    src: url(../../../resources/resources/webfonts/fa-regular-400.woff2) format("woff2"),url(../../../resources/resources/webfonts/fa-regular-400.ttf) format("truetype")
}

body {
    font-size: 16px;
}

:export {
    belowdesktoptablet: only screen and (max-width:63.938em);
    desktopandabove: only screen and (min-width:992px);
    desktopandbelow: only screen and (max-width:56.18em);
    desktopmin: only screen and (min-width:80em);
    desktoptabletabove: only screen and (min-width:64em);
    ipadabove: only screen and (min-width:48em);
    ipadbelow: only screen and (max-width:47.938em);
    mobile: only screen and (max-width:37.5em);
    tabletandabove: only screen and (min-width:50.0625em);
    tabletandbelow: only screen and (max-width:991px);
    tabletmax: only screen and (max-width:79.938em)
}

.error-400 {
    align-items: center;
    justify-content: center;
    margin: auto;
    max-width: 1360px;
    min-height: 600px;
    padding: 32px;
    position: relative
}

.error-400, .error-400__container {
    display: flex;
    flex-direction: column
}

.error-400__container {
    align-items: flex-start;
    max-width: 575px
}

    .error-400__container .sr-only {
        clip: rect(0, 0, 0, 0);
        border-width: 0;
        height: 1px;
        margin: -1px;
        overflow: hidden;
        padding: 0;
        position: absolute;
        white-space: nowrap;
        width: 1px;
    }

.error-400__container__type {
    text-transform: uppercase;
    color: #212836;
    font-family: Inter;
    font-style: normal;
    font-weight: 500;
    letter-spacing: 1px;
    line-height: .875rem;
    font-size: .6875rem;
}

.error-400__container__title {
    margin-top: 8px;
    color: #212836;
    font-family: Barlow;
    font-size: 3.5rem;
    font-style: normal;
    font-weight: 600;
    line-height: 4rem;
}

.error-400__container__description {
    margin-top: 32px;
    color: #686c7d;
    font-family: Inter;
    font-style: normal;
    font-weight: 400;
    font-size: 1rem;
    letter-spacing: .1px;
    line-height: 1.5rem;
}

.error-400__container__cta {
    align-items: center;
    border: 1px solid #0067b9;
    border-radius: 4px;
    cursor: pointer;
    display: flex;
    margin-top: 32px;
    padding: 8px;
    color: #337ab7;
    text-decoration: none;
    background-color: transparent;
}

    .error-400__container__cta img {
        vertical-align: middle;
        border: 0;
    }

    .error-400__container__cta:hover {
        text-decoration: none
    }

    .error-400__container__cta:focus {
        border: 1px solid #0067b9;
        color: #0067b9;
        outline: auto;
        text-decoration: none
    }

.error-400__container__cta__title {
    margin-left: 8px;
    margin-right: 8px;
    color: #0067b9;
    font-family: Inter;
    font-size: .875rem;
    font-style: normal;
    font-weight: 500;
    line-height: 1.25rem;
}

.error-400 .vertical-gradient {
    background: linear-gradient(95deg,#212836,transparent 64.5%);
    height: 100%;
    left: 56px;
    margin: 0;
    position: absolute;
    width: 1px
}

@media only screen and (max-width: 991px) {
    .error-400 {
        min-height: 0
    }

    .error-400__container {
        height: 100%;
        width: 100%
    }

    .error-400__container__title {
        font-size: 40px;
        line-height: 48px
    }

    .error-400__container__description {
        letter-spacing: .1px;
        line-height: 26px
    }

    .error-400 .vertical-gradient {
        display: none
    }
}
