<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.cookie_consent {
    background-color: #544741;
    color: white;
    z-index: 99999999;
    transition: ease all .3s;
    font-size: 14px;
    overflow: hidden;
}

.cookie_consent.bottom {
    position: sticky;
    padding: 15px;
    width: 100%;
    bottom: 0;
    left: 0;
    top: auto;
    transform: none;
    box-shadow: #0000000f 1px -10px 50px;
}

.cookie_consent.center {
    position: fixed;
    padding: 50px;
    top: 50%;
    left: 50%;
    width: 50vw;
    transform: translate(-50%, -50%);
}

@media all and (max-width: 767px){
    .cookie_consent.center {
        width: 90vw;
        max-width: 90vw;
        padding: 25px;
    }
}

.cc_message a:not(.cc_button) {
    color: #CC7218;
    text-decoration: underline;
}

/* .cookie_consent:after {
    content: '';
    width: 100px;
    height: 100px;
    display: block;
    position: absolute;
    right: -15px;
    bottom: -15px;
    opacity: .05;
    background-image: url('/media/assets/cookies.png');
    background-repeat: no-repeat;
    background-size: cover;
    z-index: -1;
} */

.cookie_consent .cc_body {
    padding-right: 0;
    padding-left: 0;
}

@media (min-width: 768px) {
    .cookie_consent .cc_flex.w-flex {
        display: flex;
        /* align-items: center; */
        justify-content: space-between;
    }
}

.cookie_consent.center .buttons {
    display: flex;
    align-items: center;
}

.cookie_consent .cc_href {
    color: white;
    text-decoration: underline;
}

.cookie_consent .cc_button {
    color: white;
    padding: 8px;
    appearance: none;
    border: 1px solid #CC7218;
    background-color: white;
    border-radius: 0px;
    display: block;
    width: auto;
    font-weight: 500;
}

.cookie_consent .cc_button.cc_button_refuse {
    border: 0;
    padding: 0;
    font-weight: 300;
    color: #999999 !important;
    background-color: white !important;
}

.cookie_consent.bottom .cc_button.cc_button_refuse {
    padding: 8px;
    border: 1px solid #999999;
}

.cookie_consent .cc_button.cc_button_settings {
    border: 1px solid #999999;
    color: #999999 !important;
    background-color: white !important;
    margin-left: 5px;
}

.cookie_consent.bottom .cc_button.cc_button_settings {
    margin-left: 0;
}

.mt10 {
    margin-top: 10px;
}

.mt20 {
    margin-top: 20px;
}

@media (max-width: 767px) {
    .mb10-xs {
        margin-bottom: 10px;
    }
}</pre></body></html>