#cookie-consent-banner{display:none;max-width:100%;width:100%;background:rgba(255,255,255,.7);position:fixed;bottom:0;z-index:99}#cookie-consent-banner .close-message{background:0 0;padding:3px;border:1px solid rgba(0,0,0,.4);color:rgba(0,0,0,.4)}#cookie-consent-banner .close-message:hover{text-decoration:none}.consent-updated-message p{display:grid;grid-template-columns:1fr 10px;grid-gap:10px;align-items:center}.consent-updated-message p button{grid-column-start:-1}.consent-banner{display:grid;width:100%;padding:10px 20px 40px;opacity:1}.consent-banner .cookie-preferences{display:grid;grid-template-columns:repeat(4,1fr);grid-template-rows:auto 1fr;grid-gap:10px;align-items:center}.consent-banner .cookie-preferences .apply-cookie-preferences{grid-column-start:-1;z-index:99}.consent-banner .cookie-preferences label{font-size:1em}.consent-banner .cookie-preferences input{margin-right:10px}.consent-banner .button-row{display:grid;grid-template-columns:3fr repeat(3,1fr);grid-gap:10px}.consent-banner .button-row .cookie-consent-message{align-self:center}.consent-banner .button-row button:nth-child(2):nth-last-child(2){grid-column:3/span 1}.consent-banner.hide{z-index:-1;height:0;opacity:0;bottom:-200px;padding:0}.consent-banner .cookie-preferences{height:0;opacity:0}.consent-banner .cookie-preferences.show{height:4em;opacity:1}.consent-banner button{opacity:1}.consent-banner button.give-consent,.consent-banner button.revoke-consent,.consent-banner button.view-preferences{z-index:1}.consent-banner button.hide{z-index:-1;opacity:0}.consent-updated-message{opacity:0;z-index:-1;height:0;position:relative}.consent-updated-message.show{padding:10px 20px 0;opacity:1;z-index:1;height:3em}