#shortcuts #cookie-toggle{position:fixed;bottom:0;display:block;width:60px;height:60px;transition:background-color .25s ease-in-out;z-index:1002;text-align:center;cursor:pointer}#shortcuts #cookie-toggle span{background-image:url("/v3/images/gear.svg");background-repeat:no-repeat;background-position:center;filter:invert(88%) sepia(64%) saturate(2%) hue-rotate(273deg) brightness(107%) contrast(101%);width:100%;height:100%;display:block}#shortcuts #cookie-toggle:hover,#shortcuts #cookie-toggle.open{background-color:#08a1ba;transition:background-color .25s ease-in-out}#cookie-shade{background:rgba(0,0,0,.4);position:fixed;top:0;bottom:100%;left:0;right:0;z-index:1000;display:none}#cookie-panel{position:fixed;z-index:1001;width:500px;max-width:90%;top:0;bottom:0;background:#482580;color:#fff;left:auto;right:100%}#cookie-panel{overflow-y:auto}#cookie-panel .content{height:100%;padding:24px 24px 100px;box-sizing:border-box}#cookie-panel .switch{float:right}.switch{position:relative;display:inline-block;width:60px;height:34px;padding:0px}.switch input.toggle{opacity:0;width:0;height:0}.slider{position:absolute;cursor:pointer;top:0;left:0;right:0;bottom:0;background-color:#ccc;transition:.4s}.slider:before{position:absolute;content:"";height:26px;width:26px;left:4px;bottom:4px;background-color:#fff;transition:.4s}input.toggle:checked+.slider{background-color:#08a1ba}input.toggle:focus+.slider{box-shadow:0 0 1px #08a1ba}input.toggle:checked+.slider:before{transform:translateX(26px)}.slider.round{border-radius:34px}.slider.round:before{border-radius:50%}#cookie-panel .button{border:0px;line-height:20px;padding:10px 20px;font-family:"metropolis_regular",Arial,sans-serif;color:#fff;font-size:20px;margin-top:20px;cursor:pointer;background:#08a1ba;transition:background .25s ease-in-out;text-align:center;display:inline-block;-webkit-appearance:none;border-radius:0px;margin-bottom:50px}#cookie-panel .button:hover{background:#f5871f;transition:background .25s ease-in-out;text-decoration:none}