<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.cookies__wrapper {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 3000;
}

.cookies {
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    padding: 3rem 0;
    background-color: #000;
    color: #fff;
}

    .cookies .container {
        position: relative;
        z-index: 1;
    }

    .cookies .cookies__buttons {
        margin-top: 3rem;
    }

    .cookies .button {
        background-color: #fff !important;
        color: #000 !important;
        margin-right: 2rem;
        background-image: none !important;
    }
</pre></body></html>