/**handles:brave-cookie-notice**/
:root{--cookie-banner-background:#111;--cookie-banner-color:#eee;--cookie-banner-z-index:1100;--cookie-banner-mask-z-index:1099}.CookieBanner{background-color:var(--cookie-banner-background,#111);color:var(--cookie-banner-color,#eee);padding:1rem 0;font-size:.9375rem;position:fixed;left:0;right:0;bottom:0;transform:translate3d(0,0,0);transition:.5s cubic-bezier(.22, 1, .36, 1);z-index:var(--cookie-banner-z-index,1100)}.CookieBanner__mask{content:'';display:block;background-color:rgba(0,0,0,.5);position:fixed;width:100%;height:100vh;top:0;right:0;bottom:0;left:0;z-index:var(--cookie-banner-mask-z-index,1099)}.CookieBanner--is-hidden{transform:translate3d(0,100%,0)}.CookieBanner--modal{left:10%;right:10%;bottom:auto;top:10%}.CookieBanner--modal.CookieBanner--is-hidden{transform:translate3d(0,-200%,0)}.CookieBanner--is-hidden+.CookieBanner__mask{display:none}.CookieBanner__inner{margin:0 auto;padding:0 1rem;display:flex;align-items:center;justify-content:space-between;flex-direction:column}.CookieBanner__content{flex:1 1 auto;max-width:41rem;margin-right:2em;margin-bottom:1rem}.CookieBanner__buttonGroup{flex:1 0 100%;width:100%;display:flex;flex-direction:row;align-items:center;column-gap:10px;row-gap:10px;max-width:500px}.CookieBanner__content p{font-size:1em;line-height:1.618;margin-bottom:.5em}.CookieBanner__content .CookieBanner__heading{font-size:1.25rem;margin-bottom:.5rem;font-weight:500}.CookieBanner__button+.CookieBanner__button{margin-top:1rem}.CookieBanner__button--preferences{border:0}@media (min-width:768px){.CookieBanner__inner{max-width:70rem;padding:0 2rem;align-items:center;justify-content:space-between;flex-direction:row}.CookieBanner__content{margin-bottom:0}.CookieBanner__heading{font-size:2rem;margin-bottom:1.5rem}.CookieBanner__buttonGroup{max-width:13.75rem}}