.cookie-drawer{position:fixed;bottom:0.625rem;left:0.625rem;margin-left:auto;margin-right:auto;z-index:9999999;background-color:#fff;border-radius:0.5rem;padding:.55rem;box-shadow:rgba(0,0,0,0.07) 0 1px 2px,rgba(0,0,0,0.07) 0 2px 4px,rgba(0,0,0,0.07) 0 4px 8px,rgba(0,0,0,0.07) 0 8px 16px,rgba(0,0,0,0.07) 0 16px 32px,rgba(0,0,0,0.07) 0 32px 64px;display:flex;flex-direction:column;justify-content:center;align-items:flex-start;gap:.4rem;transform:translateY(120%)}.cookie-drawer.show{animation:cookieDrawerShowSlide 1s ease;animation-fill-mode:forwards}.cookie-drawer.closing{animation:cookieDrawerHideSlide 1s ease;animation-fill-mode:forwards}.cookie-drawer-header{width:100%;display:flex;justify-content:space-between;align-items:center;gap:1rem}.cookie-drawer-body p{margin-bottom:0}.cookie-drawer-modal-body a{color:#2a2ada}.cookie-drawer-buttons{display:flex;justify-content:center;align-items:center;gap:1rem;width:100%}@media (max-width: 576px){.cookie-drawer-buttons{display:flex;align-items:flex-start;gap:1rem;width:100%;flex-direction:column}}.cookie-drawer-buttons .cookie-drawer-button{display:flex;justify-content:center;align-items:center;gap:.5rem;background-color:transparent;color:#000;border:1px solid #787777;flex-grow:1;flex-basis:50%;border-radius:0.5rem;height:2.1225rem;cursor:pointer;transition:ease-in-out 275ms all}.cookie-drawer-buttons .cookie-drawer-button svg{fill:#181818 !important;transition:ease-in-out 275ms all}.cookie-drawer-buttons .cookie-drawer-button svg.gear{fill:#fff !important}.cookie-drawer-buttons .cookie-drawer-button svg.gear path{stroke:#000 !important}@media (max-width: 576px){.cookie-drawer-buttons .cookie-drawer-button{width:100%;padding:7px}}.cookie-drawer-buttons .cookie-drawer-button:hover{background-color:#181818;color:#fff}.cookie-drawer-buttons .cookie-drawer-button:hover svg{fill:#fff !important}.cookie-drawer-buttons .cookie-drawer-button:hover svg.gear{fill:#000 !important}.cookie-drawer-buttons .cookie-drawer-button:hover svg.gear path{stroke:#fff !important}.cookie-drawer-modal-content{background-color:white;padding:1rem;border-radius:1rem;pointer-events:auto}.cookie-drawer-modal-title{font-size:22px;font-weight:600;margin-bottom:1rem}.cookie-drawer-modal-accordion{margin-top:1rem}@keyframes cookieDrawerShowSlide{from{transform:translateY(120%)}to{transform:translateY(0)}}@keyframes cookieDrawerHideSlide{from{transform:translateY(0)}to{transform:translateY(120%)}}@media (max-width: 576px){.cookie-drawer-modal-accordion .accordion-button{flex-direction:column;align-items:flex-start;min-height:185px;justify-content:space-between}}.cookie-drawer-modal-accordion input.style1{width:64px !important;height:32px !important;border-radius:32px !important;transition:background-position .4s ease, background-color .4s ease !important;background-color:#ccc !important;background-image:url("data:image/svg+xml,%3Csvg xmlns=%27http://www.w3.org/2000/svg%27 width=%2718%27 height=%2718%27 viewBox=%270 0 18 18%27%3E%3Cpath fill=%27%23FFF%27 fill-rule=%27evenodd%27 d=%27M9 0a9 9 0 1 1 0 18A9 9 0 0 1 9 0zM5.729 5.033a.5.5 0 0 0-.638.058l-.058.07a.5.5 0 0 0 .058.637l3.201 3.201-3.201 3.203a.5.5 0 0 0 .707.707l3.201-3.203 3.203 3.203.07.058a.5.5 0 0 0 .637-.058l.058-.07a.5.5 0 0 0-.058-.637L9.706 8.999l3.203-3.201a.5.5 0 0 0-.707-.707L8.999 8.292 5.798 5.091z%27/%3E%3C/svg%3E") !important;background-repeat:no-repeat !important;background-position:top 4px left 4px !important;background-size:24px 24px !important;appearance:none !important;-webkit-appearance:none !important;padding:0 !important;border:0 !important;cursor:pointer}.cookie-drawer-modal-accordion input.style1[disabled]{opacity:.35}.cookie-drawer-modal-accordion input.style1:checked{background-color:#1cc691 !important;background-position:top 4px left 28px !important;background-image:url("data:image/svg+xml,%3Csvg xmlns=%27http://www.w3.org/2000/svg%27 width=%2718%27 height=%2718%27 viewBox=%270 0 18 18%27%3E%3Cpath fill=%27%23FFF%27 fill-rule=%27evenodd%27 d=%27M9 0a9 9 0 1 1 0 18A9 9 0 0 1 9 0zm4.646 5.646l-6.198 6.2-3.1-3a.5.5 0 1 0-.696.718l3.454 3.342a.5.5 0 0 0 .701-.006l6.547-6.546a.5.5 0 1 0-.708-.708z%27/%3E%3C/svg%3E") !important}.accordion-button:focus{box-shadow:none !important}.accordion-body p{margin-bottom:20px !important}.accordion-body h1,.accordion-body .h1,.accordion-body h2,.accordion-body .h2,.accordion-body h3,.accordion-body .h3,.accordion-body h4,.accordion-body .h4,.accordion-body h5,.accordion-body .h5,.accordion-body h6,.accordion-body .h6{font-weight:bold}.cookie-padding{padding-left:20px}.cookie-image{position:absolute;opacity:0.1;right:20px}.hover-none{border:0 !important;color:#181818 !important;background-color:transparent !important;justify-content:flex-start !important;margin-left:20px !important}.hover-none:hover{color:#8c8686 !important}
var{font-style: normal;}
.cookie-drawer .accordion-button h5 {
        font-size: 20px !important;
}
.cookie-drawer-button span{
    color:#181818
}
.cookie-drawer-button:hover span{
color:#fff;
}
