body.main-blur{overflow:hidden}.consent-overlay{position:fixed;z-index:2132132131;width:100vw;height:100vh;background:0 0;left:0;top:0;display:none;transform:translateY(-100%)}.consent-overlay>.inner{display:flex;flex-direction:column}.consent-overlay.active{display:block;animation:animatein 1s;animation-fill-mode:forwards;animation-delay:.5s}.consent-overlay>div{margin:0 auto;padding:24px;box-shadow:0 0 5px #aaa;max-width:800px;margin-top:64px;background:#fff;max-height:calc(85vh - 16px);max-height:calc(85vh - 16px - env(safe-area-inset-bottom))}.consent-overlay .inner-content{max-height:calc(85vh - 204px);max-height:calc(85vh - 204px - env(safe-area-inset-bottom));overflow:auto}.consent-overlay h1{margin-bottom:32px}.cookiebar-buttons{text-align:center;margin-top:32px}#cookiebutton-back,#cookiebutton-consent{color:#fff;background-color:#8b2939;display:inline-block;padding:8px 16px;border:1px solid #8b2939;font-size:.875rem}#cookiebutton-noconsent{color:#fff;background-color:#999;display:inline-block;padding:8px 16px;border:1px solid #999;font-size:.875rem;margin-top:24px}.main-blur #wrapper-outer{animation-delay:1s;animation:blurin 2s;animation-fill-mode:forwards}.consented #wrapper-outer{animation:blurout 1s;animation-fill-mode:forwards}.cookie-meta-links{text-align:center}@media (max-width:960px){.consent-overlay>div{margin-top:16px}}.consent-overlay .slide{transition:all .25s;opacity:1}.consent-overlay .hide-slide{overflow:hidden;padding:0;max-height:0;opacity:0;transform:translateY(-100%)}.consented .consent-overlay{animation:animateout 1s;animation-fill-mode:forwards}@keyframes blurin{from{filter:blur(0) grayscale(0)}to{filter:blur(10px) grayscale(.75)}}@keyframes animatein{from{transform:translateY(-100%)}to{transform:translateY(0)}}@keyframes animateout{from{transform:translateY(0);opacity:1}to{transform:translateY(-100%);opacity:0}}@keyframes blurout{from{filter:blur(10px) grayscale(.75)}to{filter:blur(0) grayscale(0)}}