.cookie-wrapper{position:fixed;background-color:#fff;z-index:100000001;width:85vw;overflow-x:scroll;padding:.5rem;display:flex;flex-direction:column;justify-content:space-between;overflow-x:hidden !important;top:50%;left:50%;transform:translate(-50%,-50%);max-height:calc(100vh - 2rem);box-shadow:rgba(100,100,111,.2) 0px 7px 29px 0px;display:none}.cookie-wrapper.active{display:block}.cookie-wrapper a:hover{cursor:pointer}@media(min-width:300px){.cookie-wrapper{padding:1rem}}@media(min-width:700px){.cookie-wrapper{width:70vw;padding:2rem}}@media(min-width:1000px){.cookie-wrapper{width:45vw;height:unset;right:2rem;bottom:20px;animation-name:cookie_slide;animation-duration:1s;top:unset;left:unset;transform:unset}@keyframes cookie_slide{from{bottom:0}to{bottom:1.2rem}}}@media(min-width:1500px){.cookie-wrapper{width:30vw}}.cookie-wrapper .category-head{display:flex;justify-content:space-between;align-items:center}.cookie-wrapper .cookie-category{margin:2rem 0}.cookie-category .cookie-description .single-cookie{border-bottom:.2px solid gray;padding:0 1rem}.cookie-category a:after{content:"+"}.cookie-category a.active:after{content:"-"}.cookie-wrapper .cookie-buttons{display:flex;justify-content:space-between;align-items:stretch;flex-direction:column}@media(min-width:700px){.cookie-wrapper .cookie-buttons{flex-direction:row;margin-top:2rem}}.cookie-wrapper .cookie-buttons button{display:flex;justify-content:space-between;background-color:#a2a2a2;color:#fff;padding:.8rem;margin:.2rem 0;width:100%;border:none;align-items:center;font-weight:700;flex-direction:row-reverse;transition:.3s}@media(min-width:700px){.cookie-wrapper .cookie-buttons button{flex-direction:column;height:auto;padding:1rem;margin:.5rem 0;width:calc((100% / 3) - 0.5rem)}}.cookie-wrapper .cookie-buttons button:hover{cursor:pointer;transition:.3s;background-color:#a2a2a2;filter:none}.cookie-wrapper .cookie-buttons button svg{height:1.3rem}@media(min-width:700px){.cookie-wrapper .cookie-buttons button svg{width:3rem;height:3rem;margin:1rem 0}}#cookie-settings-save button{flex-direction:row;width:100%}#cookie-settings-save button svg{height:2rem;margin:0}.cookie-wrapper .cookie-content p{margin:.5rem 0}.cookie-wrapper .cookie-category h3{font-size:1.1rem;margin:0;line-height:1.2rem;max-width:80%}.cookie-wrapper .cookie-content h2{font-size:2rem;margin:0}.cookie-wrapper .cookie-category p{font-size:1rem;line-height:1.6em;margin:.5rem 0}.cookie-wrapper .cookie-category a{font-size:.94rem;text-decoration:underline;text-underline-offset:3px;transition:.3s}.cookie-wrapper .cookie-page-link svg{height:.8em;margin-left:.1em}