@keyframes rotateAnimation{0%{transform:rotate(0deg)}to{transform:rotate(1turn)}}@keyframes translateYAnimation{0%,to{transform:translateY(-25%);animation-timing-function:cubic-bezier(.8,0,1,1)}50%{transform:none;animation-timing-function:cubic-bezier(0,0,.2,1)}}@keyframes scaleAnimation{0%,to{transform:scaleY(1)}12.5%{transform:scaleY(.94)}25%{transform:scaleY(1)}37.5%{transform:scaleY(.94)}50%{transform:scaleY(1)}62.5%{transform:scaleY(.94)}75%{transform:scaleY(1)}87.5%{transform:scaleY(.94)}}@keyframes opacityAnimation{0%,45%,55%,to{opacity:1}50%{opacity:0}}.rotate-animation{animation:rotateAnimation 6s linear infinite}.pig-annimation,.rotate-animation{transform-origin:center;will-change:transform;transform:translateZ(0)}.pig-annimation{animation:scaleAnimation 8s linear infinite}.star-animation{animation:opacityAnimation 2s linear infinite;will-change:opacity}.linear-swiper .swiper-wrapper{transition-timing-function:linear!important}