:root{--animate-duration:0.75s;--animate-delay:1s;--animate-repeat:1}.animate__animated{animation-duration:1s;animation-duration:var(--animate-duration);animation-fill-mode:both}@keyframes center{0%,20%,40%,60%,80%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:scale3d(.3,.3,.3) translateY(-50%)}20%{transform:scale3d(1.1,1.1,1.1) translateY(-50%)}40%{transform:scale3d(.9,.9,.9) translateY(-50%)}60%{opacity:1;transform:scale3d(1.03,1.03,1.03) translateY(-50%)}80%{transform:scale3d(.97,.97,.97) translateY(-50%)}to{opacity:1;transform:scaleX(1) translateY(-50%)}}.widget__center{left:0;margin:0 auto;right:0;top:50%;transform:translateY(-50%)}.widget__center_animation{animation-duration:.75s;animation-duration:calc(var(--animate-duration)*.75);animation-name:center}@keyframes top{0%,60%,75%,90%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translate3d(0,-3000px,0) scaleY(3)}60%{opacity:1;transform:translate3d(0,25px,0) scaleY(.9)}75%{transform:translate3d(0,-10px,0) scaleY(.95)}90%{transform:translate3d(0,5px,0) scaleY(.985)}to{transform:translateZ(0)}}.widget__top{left:0;margin:0 auto;right:0;top:0}.widget__top_animation{animation-name:top}@keyframes left{0%,60%,75%,90%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translate3d(-3000px,0,0) scaleX(3) translateY(-50%)}60%{opacity:1;transform:translate3d(25px,0,0) scaleX(1) translateY(-50%)}75%{transform:translate3d(-10px,0,0) scaleX(.98) translateY(-50%)}90%{transform:translate3d(5px,0,0) scaleX(.995) translateY(-50%)}to{transform:translateZ(0) translateY(-50%)}}.widget__left{left:0;top:50%;transform:translateY(-50%)}.widget__left_animation{animation-name:left}@keyframes right{0%,60%,75%,90%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translate3d(3000px,0,0) scaleX(3) translateY(-50%)}60%{opacity:1;transform:translate3d(-25px,0,0) scaleX(1) translateY(-50%)}75%{transform:translate3d(10px,0,0) scaleX(.98) translateY(-50%)}90%{transform:translate3d(-5px,0,0) scaleX(.995) translateY(-50%)}to{transform:translateZ(0) translateY(-50%)}}.widget__right{right:0;top:50%;transform:translateY(-50%)}.widget__right_animation{animation-name:right}@keyframes bottom{0%,60%,75%,90%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translate3d(0,3000px,0) scaleY(5)}60%{opacity:1;transform:translate3d(0,-20px,0) scaleY(.9)}75%{transform:translate3d(0,10px,0) scaleY(.95)}90%{transform:translate3d(0,-5px,0) scaleY(.985)}to{transform:translateZ(0)}}.widget__bottom{bottom:0;left:0;margin:0 auto;right:0}.widget__bottom_animation{animation-name:bottom}