@font-face{font-family:Quicksand;font-style:normal;font-weight:400;font-display:swap;src:url(https://fonts.gstatic.com/s/quicksand/v19/6xK-dSZaM9iE8KbpRA_LJ3z8mH9BOJvgkP8o58a-xw.ttf) format('truetype')}
.body404{
    font-family: Quicksand;
    overflow: hidden;
    position: absolute;
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center; /*centers items on the line (the x-axis by default)*/
    align-items: center;
}
.body404 .errorPanel {max-width: 80%;}
.body404 .panelBody {
    padding: 30px;
    border-radius: 15px;
    box-shadow: 0px 3px 0px #eee;
    border: 2px solid #eee;
    text-align: center;
}
.body404 h1 {
    font-variant: all-small-caps;
    font-size: 48px;
    margin-bottom: 5px;
    font-weight: 500;
    color: #ddd;
}
.body404 .btn-primary {
    background: #78b4a5;
    color: #fff;
}
.body404 .btn {
    display: inline-block;
    margin-bottom: 0;
    font-weight: 400;
    text-align: center;
    vertical-align: middle;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    cursor: pointer;
    background-image: none;
    border: 1px solid transparent;
    white-space: nowrap;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.42857143;
    border-radius: 4px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    text-decoration: none;
}
.body404 .btn:hover {
    background: #fff;
    border-color: #000;
    color: #000;
}

.dark-logo{
    display: none;
}

.light-logo{
    display: block;
}

html.dark .dark-logo{
    display: block;
}

html.dark .light-logo{
    display: none;
}

.card-offer {
    position: relative;
    overflow: hidden;
    font-size: 15px;
}

.card-offer .offer-link {
    background-color: #f8f9fa;
    position: absolute;
    right: 0px;
    top: 0;
    bottom: 0;
    padding-left: 10px;
    text-align: right;
    padding-right: 12px;
    min-width: 120px;
    border-left: 1px solid #e3e3e3;
}

html.dark .card-offer .offer-link {
    background-color: #444444;
    border-left: 1px solid #424242;
}

.card-offer .offer-link a {
    display: block;
    z-index: 100
}

.card-offer .offer-link a.panel {
    margin-top: 8px
}

.card-offer .offer-link a.direct {
    text-align: right;
    color: #313539;
    margin-top: 4px;
    font-size: 10px
}

html.dark .card-offer .offer-link a.direct {
    color: #e1e1e1;
}

.card-offer.promoted {
    background-color: #dffad2;
    font-weight: bold;
    border: 1px solid #c0f5a6;
    padding-bottom: 4px
}

.card-offer.promoted:after {
    position: absolute;
    left: 0;
    bottom: -1px;
    display: block;
    content: "PROMOTED";
    padding: 1px;
    padding-left: 3px;
    padding-right: 3px;
    background-color: #c0f5a6;
    font-size: 7px;
    color: #333
}

.card-offer.promoted .offer-link {
    background-color: #c0f5a6
}

.card-offer.promoted .offer-link::before {
    padding-top: 12px;
    background-color: #c0f5a6;
    border-left: 5px solid #9ab58d
}

@media screen and (max-width: 980px) {
    .card-offer {
        padding-bottom:30px !important
    }

    .card-offer:after {
        left: 50% !important;
        transform: translateX(-50%);
        bottom: 3px !important
    }

    .card-offer .offer-link {
        position: absolute;
        left: 0px;
        bottom: 0px;
        right: 0px;
        top: auto;
        height: 30px;
        padding: 0;
        text-align: left;
        padding-left: 12px;
        border-left: none!important;
    }

    .card-offer .offer-link a {
        display: inline-block;
        margin-top: 2px !important
    }

    .card-offer .offer-link a.direct {
        float: right;
        margin-right: 12px;
        margin-top: 4px !important
    }

    .card-offer .offer-link::before {
        display: none
    }
}