:root{--duration-fast: .1s;--duration-normal: .3s;--duration-slow: .5s;--duration-very-slow: .8s;--duration-auto-hover: 5s;--delay-auto-hover-1: 0s;--delay-auto-hover-2: .8s;--delay-auto-hover-3: 1.6s;--delay-auto-hover-4: 2.4s;--delay-auto-hover-5: 3.2s;--delay-floating-1: 0s;--delay-floating-2: 1s;--delay-floating-3: 2s;--ease-in-out-bounce: cubic-bezier(.215, .61, .355, 1);--ease-custom-bounce: cubic-bezier(.34, 1.56, .64, 1);--ease-smooth: cubic-bezier(.175, .885, .32, 1.275)}.animate-auto-hover{animation:autoHoverItem var(--duration-auto-hover) infinite}.animate-auto-hover-1{animation-delay:var(--delay-auto-hover-1)}.animate-auto-hover-2{animation-delay:var(--delay-auto-hover-2)}.animate-auto-hover-3{animation-delay:var(--delay-auto-hover-3)}.animate-auto-hover-4{animation-delay:var(--delay-auto-hover-4)}.animate-auto-hover-5{animation-delay:var(--delay-auto-hover-5)}.animate-floating{animation:autoHoverFloating var(--duration-auto-hover) infinite}.animate-floating-1{animation-delay:var(--delay-floating-1)}.animate-floating-2{animation-delay:var(--delay-floating-2)}.animate-floating-3{animation-delay:var(--delay-floating-3)}
