@keyframes marqueeAnimation-9702849 {
    100% {
        transform: translateX(-4832.38px)
    }
}
@keyframes marqueeAnimation-3327609 {
    100% {
        transform: translateX(-4832.38px)
    }
}
@keyframes marqueeAnimation-7303198 {
    100% {
        transform: translateX(-100010px)
    }
}
@keyframes marqueeAnimation-1068347 {
    100% {
        transform: translateX(-100010px)
    }
}
@keyframes marqueeAnimation-9135969 {
    100% {
        transform: translateX(-100010px)
    }
}
@keyframes marqueeAnimation-4798303 {
    100% {
        transform: translateX(-100010px)
    }
}
@keyframes marqueeAnimation-9012131 {
    100% {
        transform: translateX(-100010px)
    }
}
@keyframes marqueeAnimation-7169409 {
    100% {
        transform: translateX(-100010px)
    }
}
@keyframes marqueeAnimation-6093969 {
    100% {
        transform: translateX(-100000px)
    }
}
@keyframes marqueeAnimation-8000156 {
    100% {
        transform: translateX(-100000px)
    }
}
@keyframes marqueeAnimation-5765354 {
    100% {
        transform: translateX(-100000px)
    }
}
@keyframes marqueeAnimation-1357184 {
    100% {
        transform: translateX(-100000px)
    }
}
@keyframes marqueeAnimation-8565704 {
    100% {
        transform: translateX(-100000px)
    }
}
@keyframes marqueeAnimation-593181 {
    100% {
        transform: translateX(-100000px)
    }
}

.cookie-banner {
    position: fixed;
    bottom: 20px;
    left: 20px;
    right: 20px;
    background: rgba(0, 0, 0, 0.9);
    color: white;
    padding: 15px;
    font-size: 14px;
    border-radius: 5px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    z-index: 1000;
}
.cookie-banner p {
    margin: 0;
    flex: 1;
    text-align: left;
}
.cookie-buttons {
    display: flex;
    gap: 10px;
    justify-content: flex-end;
    flex-wrap: wrap;
}
#accept-cookies, #reject-cookies {
    color: white;
    border: none;
    padding: 10px 20px;
    cursor: pointer;
    border-radius: 50px;
    min-width: 120px;
    max-width: 150px;
    text-align: center;
}
@media (max-width: 768px) {
    .cookie-banner {
        flex-direction: column;
        text-align: center;
        padding: 20px;
    }
    .cookie-buttons {
        flex-direction: column;
        align-items: center;
        justify-content: center;
        width: 100%;
        margin-top: 10px;
    }
    #accept-cookies, #reject-cookies {
        width: 100%;
        margin-top: 5px;
    }
    .cookie-banner p {
        text-align: center;
    }
}

/* Styles from inline attributes for privacy.html */
.privacy-style-0 { height: 398.8px; }
/* .privacy-style-1 for style="" will be empty or omitted */
.privacy-style-2 { translate: none; rotate: none; scale: none; transform: translate(0px); }
.privacy-style-3 { animation-delay: 0ms; }
.privacy-style-4 { animation-delay: 800ms; }
.privacy-style-5 { perspective: 1000px; transform-style: preserve-3d; }
.privacy-style-6 { max-width: 400px; margin: 0 auto; }
/* Note: animation-delay: 0ms is repeated, will map to .privacy-style-3 */
