#consent-drawer-wrapper{position:fixed;background-color:rgba(0,0,0,0.4);left:0px;top:0px;width:100vw;height:100vh;z-index:1300;opacity:1}#disabled-background{position:fixed;left:0px;top:0px;width:100%;height:100%;background-color:rgba(0,0,0,0.4);z-index:1400}#drawer{outline:0px;max-width:42rem;width:100%;position:fixed;display:flex;flex-direction:column;z-index:1400;padding:40px;background-color:white;box-shadow:rgba(0,0,0,0.1) 0px 7px 14px 0px,rgba(0,0,0,0.07) 0px 3px 6px 0px}#drawer-header{position:relative;font-size:1rem;font-weight:600;padding-bottom:0;margin-bottom:8px}.Title{font-weight:600;color:#333;margin-bottom:15px}.List{color:#333;margin-bottom:15px}#accept-btn,#save-btn{padding:6px 12px;border-radius:4px;width:auto}#accept-btn:hover,#save-btn:hover{filter:brightness(85%)}#btn-group{padding-top:1rem}#manage-cookies-btn,#cancel-btn{color:#595959;background-color:#ffffff;border-color:#ffffff;border:1px solid #d9d9d9;padding:6px 12px;border-radius:4px;width:auto}#manage-cookies-btn:hover,#cancel-btn:hover{filter:brightness(85%)}.List{list-style:none;padding-left:0;padding-top:20px}.ListItem{margin-bottom:15px;position:relative;display:flex;justify-content:space-between}.ListItem>.ItemContent{display:inline-block;width:calc(100% - 50px)}#consent-modal-wrapper{position:fixed;left:0px;top:0px;width:100%;height:100%;z-index:1400;overflow:hidden auto}#consent-modal{outline:0px;width:576px;position:relative;display:flex;flex-direction:column;z-index:1400;background-color:white;box-shadow:0 7px 14px 0 rgba(0,0,0,0.1),0 3px 6px 0 rgba(0,0,0,0.07);margin:3.75rem auto;top:0px;padding:0}#consent-modal-header{padding:1rem 1.5rem;position:relative;font-size:1.25rem;font-weight:600}#consent-modal-body{padding-top:0;padding:0.5rem 1.5rem 1.5rem;flex:1 1 0%}#consent-modal-body .ListItem{margin-bottom:20px;padding-bottom:15px;border-bottom:1px solid #ccc}#consent-modal-footer{display:flex;justify-content:flex-start;gap:1rem}.DisableCookies{opacity:.5;cursor:not-allowed}.Switch{position:relative;display:inline-block;width:40px;height:20px}.Switch.disabled{opacity:0.5;cursor:not-allowed}.Switch.disabled .Slider{cursor:not-allowed}.Switch input{opacity:0;width:0;height:0}.Slider{position:absolute;cursor:pointer;top:0;left:0;right:0;bottom:0;background-color:#ccc;transition:0.4s}.Slider:before{position:absolute;content:"";height:14.5px;width:14.5px;left:2px;bottom:3px;background-color:#fff;transition:0.4s}input:checked+.Slider{background-color:#52c41a}input:focus+.Slider{box-shadow:0 0 1px #52c41a}input:checked+.Slider:before{-ms-transform:translateX(20px);transform:translateX(20px)}.Slider.Round{border-radius:20px}.Slider.Round:before{border-radius:50%}.Icon{color:#bfbfbf;font-size:30px;top:10px;right:10px}@media (max-width: 768px){#btn-group{display:flex;flex-direction:column}#manage-cookies-btn,#accept-all{margin-left:0 !important;margin-top:1rem}}#manage-cookies-btn,#accept-all{margin-left:1rem}@media only screen and (max-width: 767px){#consent-modal{width:auto;margin:10px}}input:focus+.Slider{outline:2px solid #2196f3;outline-offset:2px}.CookieHelpText{font-size:15px;margin-bottom:25px}
