#cookieConsentPreferences{position:fixed;display:flex;flex-direction:row;justify-content:flex-start;align-items:center;left:0;right:auto;bottom:0;z-index:1001;padding:5px;background:#ffffff;border-left:none;border-right:1px solid #ffffff;border-top:1px solid #ffffff;color:#000000;font-size:12px;font-style:italic;transition:all 200ms linear}#cookieConsentPreferences>span{display:block}#cookieConsentPreferences>span.title{font-weight:normal;color:#000000;margin-right:5px;margin-left:0;transition:all 200ms linear}@media screen and (max-width:992px){#cookieConsentPreferences>span.title{display:none}}#cookieConsentPreferences>span.icon svg{width:18px;height:18px}#cookieConsentPreferences>span.icon svg .st0{fill:#000000;transition:all 200ms linear}@media screen and (max-width:992px){#cookieConsentPreferences>span.icon svg{width:26px;height:26px}}#cookieConsentPreferences:hover{cursor:pointer;background:#000000;color:#ffffff}#cookieConsentPreferences:hover>span.title{color:#ffffff}#cookieConsentPreferences:hover>span.icon svg .st0{fill:#ffffff}#cookieConsent{position:fixed;left:0;right:auto;bottom:0;z-index:1002;width:50%;padding:20px;box-sizing:border-box;background:#ffffff;border-left:1px solid #cccccc;border-top:1px solid #cccccc}@media (max-width:768px){#cookieConsent{width:100%}}#cookieConsent.closed{display:none}#cookieConsent p{font-size:12px;color:#000000}#cookieConsent p strong{font-weight:bold;font-size:14px;color:#000000}#cookieConsent p strong svg{margin-right:5px;width:26px}#cookieConsent p strong svg .st0{fill:#000000}#cookieConsent form .form-check{display:flex}#cookieConsent form .form-check .form-check-input{width:1px;padding:0 0 0 1px;border:none;z-index:-1}#cookieConsent form .form-check .form-check-input span{display:block;position:relative;width:20px;height:20px;border:2px solid #000000;background:#ffffff;border-radius:4px}#cookieConsent form .form-check .form-check-input span:after{content:'';display:block;position:absolute;left:50%;top:50%;margin-top:-1px;margin-left:-2px;width:9px;height:2px;transform:rotate(-45deg);background:#ffffff}#cookieConsent form .form-check .form-check-input span:before{content:'';display:block;position:absolute;left:50%;top:50%;margin-top:-1px;margin-left:-5px;width:5px;height:2px;transform:rotate(45deg);background:#ffffff}#cookieConsent form .form-check .form-check-input input[type="checkbox"]{display:none}#cookieConsent form .form-check .form-check-input input[type="checkbox"]:checked+span{background:#9ebf44;border-color:#9ebf44}#cookieConsent form .form-check .form-check-input input[type="checkbox"][disabled="disabled"]+span{opacity:.5}#cookieConsent form .form-check .form-check-label label{padding:6px 0 0 25px;font-size:12px;line-height:12px}#cookieConsent form .form-check .form-check-label label:hover{cursor:pointer}#cookieConsent form .form-group.action{display:inline-block;padding:0}#cookieConsent form a.action,#cookieConsent form input[type="submit"]{display:inline-block;background:#ffffff;border:1px solid #000000;border-radius:4px;padding:4px 20px;margin-right:10px;transition:all 200ms linear}@media (max-width:768px){#cookieConsent form a.action,#cookieConsent form input[type="submit"]{margin-bottom:10px}}#cookieConsent form a.action:hover,#cookieConsent form input[type="submit"]:hover{background:#000000;color:#ffffff}