/* consent.css */
.consent{position:fixed;top:0;left:0;width:100%;height:100%;background-color:#AAA;background-color:rgba(32,32,32,0.8);background-image:url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="4" height="4" fill-opacity=".25"><rect x="2" width="2" height="2" /><rect y="2" width="2" height="2" /></svg>');z-index:200;}.consent .banner{position:absolute;width:calc(100% - 55px);height:15em;bottom:0;background-color:white;padding:2em;text-align:center;display:flex;flex-direction:column;justify-content:center;align-items:center;}.consent .basic{display:flex;}.consent.showoptions .basic,.consent .options{display:none;}.consent.showoptions .options{display:flex;padding-top:1em;}.consent .banner .heading{font-size:2em;margin-bottom:0.5em;font-weight:bold;}.consent .banner .consent-text{font-size:1.25em;margin-bottom:0;}.consent .banner .consent-text a{color:#363636;}.consent .banner .basic{width:100%;justify-content:space-evenly;gap:25px;padding-top:1em;}.consent .banner .basic > button{padding:10px 25px;text-transform:uppercase;width:100%;}.consent .banner .options .accept-container button{padding:10px 25px;text-transform:uppercase;width:50%;}.consent .banner .basic > button.accept-all,.consent .banner .options .accept-container button{background-color:#D1D1D1;}.consent .banner .basic > button.manage{background-color:white;border:2px solid #D1D1D1;}.consent .banner .options{flex-direction:column;width:100%;}.consent .banner .options .options-container{width:100%;justify-content:space-between;padding-bottom:1em;display:flex;}.consent .banner .options .options-container label{justify-content:center;align-items:center;}.consent .banner .options .options-container label span{padding-right:5px;font-size:1.25em;}@media screen and (min-width:960px){.consent .banner .options{width:50%;}.consent .banner .basic{width:50%;}}@media screen and (min-width:1400px){.consent .banner .options{width:25%;}.consent .banner .basic{width:30%;}.consent .banner{height:10em;}}

