.cookie-consent-container{position:fixed;bottom:0;left:0;right:0;background-color:#fff;border-top:1px solid #ccc;padding:24px;z-index:9999;overflow-y:auto;max-height:90vh}
.no-thanks,.accept-all{align-self:center}
.cookie-preferences{text-align:left;align-self:self-start;flex:1}
.cookie-consent-btn{justify-content:flex-end;display:flex}
.cookie-details{background:0;width:100%;margin-top:var(--f-base-space-9)}
.cookie-details-section{margin-bottom:var(--f-base-space-6)}
.note-text{margin-bottom:var(--f-base-space-6);font:var(--f-brand-type-caption);color:var(--qe-brand-color-black);opacity:1}
.label-text{color:var(--qe-brand-color-black);opacity:1}
.cookie-checkbox{position:absolute;opacity:0;z-index:-1;width:0}
.show-cookie .cookieconsent:before{content:"";position:absolute;height:100%;width:100%;opacity:.5;top:0;z-index:1000;background:#e2e2e2 0 0 no-repeat padding-box}
.show-cookie{overflow:hidden}
.cookie-consent-container label{position:relative;padding-left:var(--f-base-space-9)}
.cookie-consent-container label input[type="checkbox"]+.checkbox-label{width:25px;height:25px;border:1px solid #dbdee8;background-color:#fff;border-radius:4px;transition:background .2s ease;content:"";position:absolute;left:0}
.cookie-consent-container label input[type="checkbox"]:checked+.checkbox-label{background-color:var(--f-button-primary);border-radius:5px}
.cookie-consent-container label input[type="checkbox"]:checked+.checkbox-label:before{content:"";position:absolute;top:5px;left:13px;width:1px;height:12px;background-color:#fff;border-radius:5px;transition:background .2s ease;transform:rotate(45deg);z-index:2}
.cookie-consent-container label input[type="checkbox"]:checked+span:after{content:"";position:absolute;top:9px;left:7px;width:1px;height:7px;background-color:#fff;border-radius:5px;transition:background .2s ease;transform:rotate(328deg);float:none;z-index:2}
@media(max-width:576px){.cookie-content p{font:var(--f-brand-type-caption);margin-bottom:var(--f-base-space-0)}
.cookie-consent-btn{display:flex;gap:24px}
#rejectAll,#cookie-accept-all{width:100%}
}
@media(max-width:768px){.cookie-consent-btn{margin-top:var(--f-base-space-6);margin-bottom:var(--f-base-space-6);flex-direction:column;gap:24px}
.cookie-preferences{text-align:start;width:100%}
.knowmore.cookie-preference-link{font:var(--f-brand-type-caption)}
}
@media(min-width:768px){.accept-all{margin-left:var(--f-base-space-6)}
.knowmore.cookie-preference-link{font:var(--f-brand-type-body)}
}
.knowmore.cookie-preference-link{color:var(--qe-brand-color-black)}