.cookie-consent{position:fixed;bottom:25px;left:6.5rem;max-width:22rem;background-color:#ffffff;color:#333;padding:20px;display:flex;justify-content:center;align-items:center;font-family:'Source Sans Pro',sans-serif;border-radius:.5rem;z-index:99}.cookie-popin .title{font-weight:900;font-size:1.4rem;margin-bottom:15px;color:#333}.cookie-popin .description{font-size:.8rem;margin-bottom:.9rem;color:#999}.user-choice{display:flex;gap:10px}.cookie-consent .cookie-popin .description a{color:#52bab3}.cookie-consent .cookie-popin .user-choice .auth-button{user-select:none;text-align:center;text-transform:uppercase;background-color:#292e49;color:#fff;padding:.4rem 1rem;border-radius:.2rem;display:inline-block;cursor:pointer;box-shadow:0 .18rem .3rem .05rem rgba(0,0,0,.2);font-size:.7rem}.cookie-consent .cookie-popin .user-choice .auth-button-light{background-color:#fff;color:#292e49}.cookie-consent.-deploy .cookie-button{transform:scale(1) rotate(0)}.cookie-consent.-deploy .cookie-popin{transform:scale(1)}.cookie-consent .cookie-button{transition:all 0s cubic-bezier(.65,.05,.36,1);box-shadow:0 0 .5rem rgba(0,0,0,.2);background-size:cover;background-color:#ddaa65;background-image:url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCA2MCA2MCI+PGRlZnM+PHN0eWxlPi5ie2ZpbGw6Izg0M308L3N0eWxlPjwvZGVmcz48Y2lyY2xlIGN4PSIzMCIgY3k9IjMwIiByPSIzMCIgZmlsbD0iI2RkYWE2NSIgR29vZ2w9InRydWUiLz48Y2lyY2xlIGNsYXNzPSJiIiBjeD0iMTUuNSIgY3k9IjIxLjUiIHI9IjMuNSIvPjxjaXJjbGUgY2xhc3M9ImIiIGN4PSIzNC41IiBjeT0iMTIuNSIgcj0iMy41Ii8+PGNpcmNsZSBjbGFzcz0iYiIgY3g9IjIwLjUiIGN5PSI0NS41IiByPSIzLjUiLz48Y2lyY2xlIGNsYXNzPSJiIiBjeD0iMzcuNSIgY3k9IjUzLjUiIHI9IjMuNSIvPjxjaXJjbGUgY2xhc3M9ImIiIGN4PSI0OC41IiBjeT0iMzguNSIgcj0iMy41Ii8+PGNpcmNsZSBjbGFzcz0iYiIgY3g9IjM0IiBjeT0iMzMiIHI9IjYiLz48L3N2Zz4=");border-radius:50%;position:fixed;bottom:100px;left:25px;height:60px;width:60px;animation:rotateButton 5s linear infinite}@keyframes rotateButton{from{transform:rotate(0deg)}to{transform:rotate(360deg)}}