/*!
 * animate.css - https://animate.style/
 * Version - 4.0.0
 * Licensed under the MIT license - http://opensource.org/licenses/MIT
 *
 * Copyright (c) 2020 Animate.css
 */:root{--animate-duration:1s;--animate-delay:1s;--animate-repeat:1}.animate__animated{animation-duration:1s;animation-duration:var(--animate-duration);animation-fill-mode:both}.animate__animated.animate__infinite{animation-iteration-count:infinite}@keyframes pulse{0%{transform:scaleX(1)}50%{transform:scale3d(1.05,1.05,1.05)}to{transform:scaleX(1)}}.animate__pulse{animation-name:pulse;animation-timing-function:ease-in-out}@keyframes bounce{0%,20%,53%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1);transform:translateZ(0)}40%,43%{animation-timing-function:cubic-bezier(.755,.05,.855,.06);transform:translate3d(0,-30px,0) scaleY(1.1)}70%{animation-timing-function:cubic-bezier(.755,.05,.855,.06);transform:translate3d(0,-15px,0) scaleY(1.05)}80%{transition-timing-function:cubic-bezier(.215,.61,.355,1);transform:translateZ(0) scaleY(.95)}90%{transform:translate3d(0,-4px,0) scaleY(1.02)}}.animate__bounce{animation-name:bounce;transform-origin:center bottom}@keyframes swing{20%{transform:rotate(15deg)}40%{transform:rotate(-10deg)}60%{transform:rotate(5deg)}80%{transform:rotate(-5deg)}to{transform:rotate(0deg)}}.animate__swing{transform-origin:top center;animation-name:swing}@keyframes flash{0%,50%,to{opacity:1}25%,75%{opacity:0}}.animate__flash{animation-name:flash}@keyframes bounce2{0%{transform:scaleX(1)}50%{transform:scale3d(.9,.9,.9)}80%{transform:scaleX(1)}90%{transform:scale3d(.99,.99,.99)}to{transform:scaleX(1)}}.animate__bounce2{animation-name:bounce2}@keyframes flash2{0%{transform:scaleX(1)}50%{transform:scale3d(.9,.9,.9)}80%{transform:scaleX(1)}90%{transform:scale3d(.99,.99,.99)}to{transform:scaleX(1)}}.animate__flash2{animation-name:flash2}@keyframes flash2-after{0%{transform:translateX(-100%)}50%{transform:translateX(700%)}to{transform:translateX(1100%)}}.animate__flash2:after{display:block;content:"";position:absolute;left:0;top:0;width:3.04rem;height:100%;background:linear-gradient(115.58deg,hsla(0,0%,100%,0) 29.41%,hsla(0,0%,100%,.298) 50.51%,hsla(0,0%,100%,.01) 68.36%,hsla(0,0%,100%,0) 0);animation:flash2-after 1s linear infinite}@keyframes ripple{0%{transform:scaleX(1)}50%{transform:scale3d(.9,.9,.9)}80%{transform:scaleX(1)}to{transform:scaleX(1)}}.animate__ripple{animation-name:ripple}