.root{position:relative;padding:8px;background:var(--color-darkgreen);color:var(--color-white);line-height:1.3;flex-direction:column;display:flex;justify-content:space-between}@media screen and (--screen-sm-min ){.root{flex-direction:row;height:80px;margin-bottom:0;padding:16px 40px 16px 100px}}.content{font-weight:700;font-family:var(--font-family-variant);font-size:12px;margin-bottom:5px}@media screen and (--screen-sm-min ){.content{font-size:16px;margin-bottom:10px}}.subContent{display:block;font-size:11.8px;margin-bottom:5px}@media screen and (--screen-sm-min ){.subContent{font-size:14px;margin-bottom:10px}}.explainContainer{display:flex;flex-direction:column;justify-content:center;margin-bottom:10px}.actionsContainer,.buttonContainer{display:flex;flex-direction:row}.buttonContainer{justify-content:space-between;margin-bottom:10px}@media screen and (--screen-sm-min ){.buttonContainer{align-items:center;justify-content:center;margin-bottom:0}}.closingButton{border:none;background:none;color:inherit;font:inherit;font-size:36px;line-height:1;cursor:pointer}@media screen and (--screen-sm-min ){.closingButton{margin-left:40px}}.acceptButton{width:auto;background-color:#fff!important;color:var(--color-darkgreen)!important;margin-right:10px}.settingsButton{width:auto}.consent-banner{position:fixed;left:0;right:0;bottom:0;z-index:1001}@keyframes shakeY{0%,60%,to{-webkit-transform:translateZ(0);transform:translateZ(0)}10%,30%,50%{-webkit-transform:translate3d(-5px,0,0);transform:translate3d(-5px,0,0)}20%,40%{-webkit-transform:translate3d(5px,0,0);transform:translate3d(5px,0,0)}}.animate-shakeY{animation:shakeY 1s ease-in-out .3s both;animation-iteration-count:3}@keyframes spinWheel{0%{transform:rotate(0deg)}80%{transform:rotate(10turn)}to{transform:rotate(10turn)}}.animate-spin-wheel{animation:spinWheel 6s cubic-bezier(.33,1,.68,1) infinite;transform-origin:center center}