@keyframes bounce-scale{0%,to{transform:scale(1)}25%{transform:scale(1.1)}50%{transform:scale(.95)}75%{transform:scale(1.05)}}.animate-bounce-scale{animation:bounce-scale 2s ease-in-out infinite}.animate-bounce-scale-fast{animation:bounce-scale-fast 1s ease-in-out infinite}@keyframes pulse-bounce{0%,to{transform:scale(1)}50%{transform:scale(1.2)}}.animate-pulse-bounce{animation:pulse-bounce 1.5s ease-in-out infinite}#main,main{background:#fff;min-height:100vh;position:relative;z-index:2}#main{padding-bottom:var(--footer-height,0)}
