@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;
}
#thank-you-modal {
    display: none; 
    position: fixed;
    top: 0; left: 0; right: 0; bottom: 0;
    background: rgba(0, 0, 0, 0.6);
    align-items: center;
    justify-content: center;
    z-index: 1000;
}

@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 */
.contact-us-style-0 { display:none; position:fixed; top:0; left:0; width:100%; height:100%; background:rgba(0,0,0,0.6); z-index:9998; }
.contact-us-style-1 { display:none; position:fixed; top:50%; left:50%; transform:translate(-50%, -50%); background:#1e1e1e; color:#fff; padding:20px 30px; border-radius:0 0 14px 14px; z-index:9999; box-shadow:0 4px 12px rgba(0,0,0,0.6); font-family:'Segoe UI', sans-serif; min-width:300px; text-align:center; }
.contact-us-style-2 { font-size:15px; margin-bottom:20px; }
.contact-us-style-3 { padding:8px 22px; background:#2f2f2f; color:#dcdcdc; border:2px solid #555; border-radius:10px; font-weight:500; cursor:pointer; box-shadow:inset 0 0 5px #444; }
.contact-us-style-4 { height: 398.8px; }
/* .contact-us-style-5 for style="" will be empty or omitted */
.contact-us-style-6 { padding-top: 30px; }
.contact-us-style-7 { animation-delay: 0ms; }
.contact-us-style-8 { animation-delay: 1600ms; }
.contact-us-style-9 { animation-delay: 300ms; }
.contact-us-style-10 { display: none; }
.contact-us-style-11 { font-size: 4rem; }
.contact-us-style-12 { animation-delay: 1800ms; }
.contact-us-style-13 { border:0; }
.contact-us-style-14 { animation-delay: 0ms; }

/* Styles from modal.css - these were in a <style> tag in contact-us.html */
.modal {
    position: fixed;
    z-index: 1050;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: hidden;
    background-color: rgba(0, 0, 0, 0.5);
    display: flex;
    align-items: center;
    justify-content: center;
}

.modal-dialog {
    max-width: 400px;
    margin: auto;
}

.modal-content {
    background-color: #fff;
    border-radius: 0.5rem;
    overflow: hidden;
}

.text-success {
    color: #28a745;
}
