/**handles:plover-animation,plover-animation-bounce,plover-animation-flip**/
.plover-animate-playing{overflow-x:hidden!important}.plover-invisible{visibility:hidden}.plover-animated,.plover-entrance-animated{--animate-duration:1.25s;animation-duration:1.25s;animation-fill-mode:both;animation-delay:var(--animation-delay, 0s)}.plover-animated.animated-slow,.plover-entrance-animated.animated-slow{--animate-duration:2s;animation-duration:2s}.plover-animated.animated-fast,.plover-entrance-animated.animated-fast{--animate-duration:.75s;animation-duration:.75s}.plover-animated.infinite,.plover-entrance-animated.infinite{animation-iteration-count:infinite}.plover-animated.reverse,.plover-entrance-animated.reverse{animation-direction:reverse;animation-fill-mode:forwards}@media (prefers-reduced-motion:reduce){.plover-animated{animation:none}}
@keyframes bounce{20%,53%,from,to{animation-timing-function:cubic-bezier(0.215,0.61,0.355,1);transform:translate3d(0,0,0)}40%,43%{animation-timing-function:cubic-bezier(0.755,0.05,0.855,0.06);transform:translate3d(0,-30px,0) scaleY(1.1)}70%{animation-timing-function:cubic-bezier(0.755,0.05,0.855,0.06);transform:translate3d(0,-15px,0) scaleY(1.05)}80%{transition-timing-function:cubic-bezier(0.215,0.61,0.355,1);transform:translate3d(0,0,0) scaleY(.95)}90%{transform:translate3d(0,-4px,0) scaleY(1.02)}}.bounce{animation-name:bounce;transform-origin:center bottom}
@keyframes flip{from{transform:perspective(400px) scale3d(1,1,1) translate3d(0,0,0) rotate3d(0,1,0,-360deg);animation-timing-function:ease-out}40%{transform:perspective(400px) scale3d(1,1,1) translate3d(0,0,150px) rotate3d(0,1,0,-190deg);animation-timing-function:ease-out}50%{transform:perspective(400px) scale3d(1,1,1) translate3d(0,0,150px) rotate3d(0,1,0,-170deg);animation-timing-function:ease-in}80%{transform:perspective(400px) scale3d(.95,.95,.95) translate3d(0,0,0) rotate3d(0,1,0,0deg);animation-timing-function:ease-in}to{transform:perspective(400px) scale3d(1,1,1) translate3d(0,0,0) rotate3d(0,1,0,0deg);animation-timing-function:ease-in}}.plover-animated.flip,.plover-entrance-animated.flip{backface-visibility:visible;animation-name:flip}