@charset "UTF-8";/*!
* animate.css - https://animate.style/
* Version - 4.1.1
* 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{-webkit-animation-duration:1s;animation-duration:1s;-webkit-animation-duration:var(--animate-duration);animation-duration:var(--animate-duration);-webkit-animation-fill-mode:both;animation-fill-mode:both}.animate__animated.animate__infinite{-webkit-animation-iteration-count:infinite;animation-iteration-count:infinite}.animate__animated.animate__repeat-1{-webkit-animation-iteration-count:1;animation-iteration-count:1;-webkit-animation-iteration-count:var(--animate-repeat);animation-iteration-count:var(--animate-repeat)}.animate__animated.animate__repeat-2{-webkit-animation-iteration-count:2;animation-iteration-count:2;-webkit-animation-iteration-count:calc(var(--animate-repeat) * 2);animation-iteration-count:calc(var(--animate-repeat) * 2)}.animate__animated.animate__repeat-3{-webkit-animation-iteration-count:3;animation-iteration-count:3;-webkit-animation-iteration-count:calc(var(--animate-repeat) * 3);animation-iteration-count:calc(var(--animate-repeat) * 3)}.animate__animated.animate__delay-1s{-webkit-animation-delay:1s;animation-delay:1s;-webkit-animation-delay:var(--animate-delay);animation-delay:var(--animate-delay)}.animate__animated.animate__delay-2s{-webkit-animation-delay:2s;animation-delay:2s;-webkit-animation-delay:calc(var(--animate-delay) * 2);animation-delay:calc(var(--animate-delay) * 2)}.animate__animated.animate__delay-3s{-webkit-animation-delay:3s;animation-delay:3s;-webkit-animation-delay:calc(var(--animate-delay) * 3);animation-delay:calc(var(--animate-delay) * 3)}.animate__animated.animate__delay-4s{-webkit-animation-delay:4s;animation-delay:4s;-webkit-animation-delay:calc(var(--animate-delay) * 4);animation-delay:calc(var(--animate-delay) * 4)}.animate__animated.animate__delay-5s{-webkit-animation-delay:5s;animation-delay:5s;-webkit-animation-delay:calc(var(--animate-delay) * 5);animation-delay:calc(var(--animate-delay) * 5)}.animate__animated.animate__faster{-webkit-animation-duration:.5s;animation-duration:.5s;-webkit-animation-duration:calc(var(--animate-duration) / 2);animation-duration:calc(var(--animate-duration) / 2)}.animate__animated.animate__fast{-webkit-animation-duration:.8s;animation-duration:.8s;-webkit-animation-duration:calc(var(--animate-duration) * .8);animation-duration:calc(var(--animate-duration) * .8)}.animate__animated.animate__slow{-webkit-animation-duration:2s;animation-duration:2s;-webkit-animation-duration:calc(var(--animate-duration) * 2);animation-duration:calc(var(--animate-duration) * 2)}.animate__animated.animate__slower{-webkit-animation-duration:3s;animation-duration:3s;-webkit-animation-duration:calc(var(--animate-duration) * 3);animation-duration:calc(var(--animate-duration) * 3)}@media print,(prefers-reduced-motion: reduce){.animate__animated{-webkit-animation-duration:1ms!important;animation-duration:1ms!important;-webkit-transition-duration:1ms!important;transition-duration:1ms!important;-webkit-animation-iteration-count:1!important;animation-iteration-count:1!important}.animate__animated[class*=Out]{opacity:0}}@-webkit-keyframes bounce{0%,20%,53%,to{-webkit-animation-timing-function:cubic-bezier(.215,.61,.355,1);animation-timing-function:cubic-bezier(.215,.61,.355,1);-webkit-transform:translate3d(0,0,0);transform:translateZ(0)}40%,43%{-webkit-animation-timing-function:cubic-bezier(.755,.05,.855,.06);animation-timing-function:cubic-bezier(.755,.05,.855,.06);-webkit-transform:translate3d(0,-30px,0) scaleY(1.1);transform:translate3d(0,-30px,0) scaleY(1.1)}70%{-webkit-animation-timing-function:cubic-bezier(.755,.05,.855,.06);animation-timing-function:cubic-bezier(.755,.05,.855,.06);-webkit-transform:translate3d(0,-15px,0) scaleY(1.05);transform:translate3d(0,-15px,0) scaleY(1.05)}80%{-webkit-transition-timing-function:cubic-bezier(.215,.61,.355,1);transition-timing-function:cubic-bezier(.215,.61,.355,1);-webkit-transform:translate3d(0,0,0) scaleY(.95);transform:translateZ(0) scaleY(.95)}90%{-webkit-transform:translate3d(0,-4px,0) scaleY(1.02);transform:translate3d(0,-4px,0) scaleY(1.02)}}@keyframes bounce{0%,20%,53%,to{-webkit-animation-timing-function:cubic-bezier(.215,.61,.355,1);animation-timing-function:cubic-bezier(.215,.61,.355,1);-webkit-transform:translate3d(0,0,0);transform:translateZ(0)}40%,43%{-webkit-animation-timing-function:cubic-bezier(.755,.05,.855,.06);animation-timing-function:cubic-bezier(.755,.05,.855,.06);-webkit-transform:translate3d(0,-30px,0) scaleY(1.1);transform:translate3d(0,-30px,0) scaleY(1.1)}70%{-webkit-animation-timing-function:cubic-bezier(.755,.05,.855,.06);animation-timing-function:cubic-bezier(.755,.05,.855,.06);-webkit-transform:translate3d(0,-15px,0) scaleY(1.05);transform:translate3d(0,-15px,0) scaleY(1.05)}80%{-webkit-transition-timing-function:cubic-bezier(.215,.61,.355,1);transition-timing-function:cubic-bezier(.215,.61,.355,1);-webkit-transform:translate3d(0,0,0) scaleY(.95);transform:translateZ(0) scaleY(.95)}90%{-webkit-transform:translate3d(0,-4px,0) scaleY(1.02);transform:translate3d(0,-4px,0) scaleY(1.02)}}.animate__bounce{-webkit-animation-name:bounce;animation-name:bounce;-webkit-transform-origin:center bottom;transform-origin:center bottom}@-webkit-keyframes flash{0%,50%,to{opacity:1}25%,75%{opacity:0}}.animate__flash{-webkit-animation-name:flash;animation-name:flash}@-webkit-keyframes pulse{0%{-webkit-transform:scale3d(1,1,1);transform:scaleZ(1)}50%{-webkit-transform:scale3d(1.05,1.05,1.05);transform:scale3d(1.05,1.05,1.05)}to{-webkit-transform:scale3d(1,1,1);transform:scaleZ(1)}}@keyframes pulse{0%{-webkit-transform:scale3d(1,1,1);transform:scaleZ(1)}50%{-webkit-transform:scale3d(1.05,1.05,1.05);transform:scale3d(1.05,1.05,1.05)}to{-webkit-transform:scale3d(1,1,1);transform:scaleZ(1)}}.animate__pulse{-webkit-animation-name:pulse;animation-name:pulse;-webkit-animation-timing-function:ease-in-out;animation-timing-function:ease-in-out}@-webkit-keyframes rubberBand{0%{-webkit-transform:scale3d(1,1,1);transform:scaleZ(1)}30%{-webkit-transform:scale3d(1.25,.75,1);transform:scale3d(1.25,.75,1)}40%{-webkit-transform:scale3d(.75,1.25,1);transform:scale3d(.75,1.25,1)}50%{-webkit-transform:scale3d(1.15,.85,1);transform:scale3d(1.15,.85,1)}65%{-webkit-transform:scale3d(.95,1.05,1);transform:scale3d(.95,1.05,1)}75%{-webkit-transform:scale3d(1.05,.95,1);transform:scale3d(1.05,.95,1)}to{-webkit-transform:scale3d(1,1,1);transform:scaleZ(1)}}@keyframes rubberBand{0%{-webkit-transform:scale3d(1,1,1);transform:scaleZ(1)}30%{-webkit-transform:scale3d(1.25,.75,1);transform:scale3d(1.25,.75,1)}40%{-webkit-transform:scale3d(.75,1.25,1);transform:scale3d(.75,1.25,1)}50%{-webkit-transform:scale3d(1.15,.85,1);transform:scale3d(1.15,.85,1)}65%{-webkit-transform:scale3d(.95,1.05,1);transform:scale3d(.95,1.05,1)}75%{-webkit-transform:scale3d(1.05,.95,1);transform:scale3d(1.05,.95,1)}to{-webkit-transform:scale3d(1,1,1);transform:scaleZ(1)}}.animate__rubberBand{-webkit-animation-name:rubberBand;animation-name:rubberBand}@-webkit-keyframes shakeX{0%,to{-webkit-transform:translate3d(0,0,0);transform:translateZ(0)}10%,30%,50%,70%,90%{-webkit-transform:translate3d(-10px,0,0);transform:translate3d(-10px,0,0)}20%,40%,60%,80%{-webkit-transform:translate3d(10px,0,0);transform:translate3d(10px,0,0)}}@keyframes shakeX{0%,to{-webkit-transform:translate3d(0,0,0);transform:translateZ(0)}10%,30%,50%,70%,90%{-webkit-transform:translate3d(-10px,0,0);transform:translate3d(-10px,0,0)}20%,40%,60%,80%{-webkit-transform:translate3d(10px,0,0);transform:translate3d(10px,0,0)}}.animate__shakeX{-webkit-animation-name:shakeX;animation-name:shakeX}@-webkit-keyframes shakeY{0%,to{-webkit-transform:translate3d(0,0,0);transform:translateZ(0)}10%,30%,50%,70%,90%{-webkit-transform:translate3d(0,-10px,0);transform:translate3d(0,-10px,0)}20%,40%,60%,80%{-webkit-transform:translate3d(0,10px,0);transform:translate3d(0,10px,0)}}@keyframes shakeY{0%,to{-webkit-transform:translate3d(0,0,0);transform:translateZ(0)}10%,30%,50%,70%,90%{-webkit-transform:translate3d(0,-10px,0);transform:translate3d(0,-10px,0)}20%,40%,60%,80%{-webkit-transform:translate3d(0,10px,0);transform:translate3d(0,10px,0)}}.animate__shakeY{-webkit-animation-name:shakeY;animation-name:shakeY}@-webkit-keyframes headShake{0%{-webkit-transform:translateX(0);transform:translate(0)}6.5%{-webkit-transform:translateX(-6px) rotateY(-9deg);transform:translate(-6px) rotateY(-9deg)}18.5%{-webkit-transform:translateX(5px) rotateY(7deg);transform:translate(5px) rotateY(7deg)}31.5%{-webkit-transform:translateX(-3px) rotateY(-5deg);transform:translate(-3px) rotateY(-5deg)}43.5%{-webkit-transform:translateX(2px) rotateY(3deg);transform:translate(2px) rotateY(3deg)}50%{-webkit-transform:translateX(0);transform:translate(0)}}@keyframes headShake{0%{-webkit-transform:translateX(0);transform:translate(0)}6.5%{-webkit-transform:translateX(-6px) rotateY(-9deg);transform:translate(-6px) rotateY(-9deg)}18.5%{-webkit-transform:translateX(5px) rotateY(7deg);transform:translate(5px) rotateY(7deg)}31.5%{-webkit-transform:translateX(-3px) rotateY(-5deg);transform:translate(-3px) rotateY(-5deg)}43.5%{-webkit-transform:translateX(2px) rotateY(3deg);transform:translate(2px) rotateY(3deg)}50%{-webkit-transform:translateX(0);transform:translate(0)}}.animate__headShake{-webkit-animation-timing-function:ease-in-out;animation-timing-function:ease-in-out;-webkit-animation-name:headShake;animation-name:headShake}@-webkit-keyframes swing{20%{-webkit-transform:rotate3d(0,0,1,15deg);transform:rotate3d(0,0,1,15deg)}40%{-webkit-transform:rotate3d(0,0,1,-10deg);transform:rotate3d(0,0,1,-10deg)}60%{-webkit-transform:rotate3d(0,0,1,5deg);transform:rotate3d(0,0,1,5deg)}80%{-webkit-transform:rotate3d(0,0,1,-5deg);transform:rotate3d(0,0,1,-5deg)}to{-webkit-transform:rotate3d(0,0,1,0deg);transform:rotate3d(0,0,1,0)}}@keyframes swing{20%{-webkit-transform:rotate3d(0,0,1,15deg);transform:rotate3d(0,0,1,15deg)}40%{-webkit-transform:rotate3d(0,0,1,-10deg);transform:rotate3d(0,0,1,-10deg)}60%{-webkit-transform:rotate3d(0,0,1,5deg);transform:rotate3d(0,0,1,5deg)}80%{-webkit-transform:rotate3d(0,0,1,-5deg);transform:rotate3d(0,0,1,-5deg)}to{-webkit-transform:rotate3d(0,0,1,0deg);transform:rotate3d(0,0,1,0)}}.animate__swing{-webkit-transform-origin:top center;transform-origin:top center;-webkit-animation-name:swing;animation-name:swing}@-webkit-keyframes tada{0%{-webkit-transform:scale3d(1,1,1);transform:scaleZ(1)}10%,20%{-webkit-transform:scale3d(.9,.9,.9) rotate3d(0,0,1,-3deg);transform:scale3d(.9,.9,.9) rotate3d(0,0,1,-3deg)}30%,50%,70%,90%{-webkit-transform:scale3d(1.1,1.1,1.1) rotate3d(0,0,1,3deg);transform:scale3d(1.1,1.1,1.1) rotate3d(0,0,1,3deg)}40%,60%,80%{-webkit-transform:scale3d(1.1,1.1,1.1) rotate3d(0,0,1,-3deg);transform:scale3d(1.1,1.1,1.1) rotate3d(0,0,1,-3deg)}to{-webkit-transform:scale3d(1,1,1);transform:scaleZ(1)}}@keyframes tada{0%{-webkit-transform:scale3d(1,1,1);transform:scaleZ(1)}10%,20%{-webkit-transform:scale3d(.9,.9,.9) rotate3d(0,0,1,-3deg);transform:scale3d(.9,.9,.9) rotate3d(0,0,1,-3deg)}30%,50%,70%,90%{-webkit-transform:scale3d(1.1,1.1,1.1) rotate3d(0,0,1,3deg);transform:scale3d(1.1,1.1,1.1) rotate3d(0,0,1,3deg)}40%,60%,80%{-webkit-transform:scale3d(1.1,1.1,1.1) rotate3d(0,0,1,-3deg);transform:scale3d(1.1,1.1,1.1) rotate3d(0,0,1,-3deg)}to{-webkit-transform:scale3d(1,1,1);transform:scaleZ(1)}}.animate__tada{-webkit-animation-name:tada;animation-name:tada}@-webkit-keyframes wobble{0%{-webkit-transform:translate3d(0,0,0);transform:translateZ(0)}15%{-webkit-transform:translate3d(-25%,0,0) rotate3d(0,0,1,-5deg);transform:translate3d(-25%,0,0) rotate3d(0,0,1,-5deg)}30%{-webkit-transform:translate3d(20%,0,0) rotate3d(0,0,1,3deg);transform:translate3d(20%,0,0) rotate3d(0,0,1,3deg)}45%{-webkit-transform:translate3d(-15%,0,0) rotate3d(0,0,1,-3deg);transform:translate3d(-15%,0,0) rotate3d(0,0,1,-3deg)}60%{-webkit-transform:translate3d(10%,0,0) rotate3d(0,0,1,2deg);transform:translate3d(10%,0,0) rotate3d(0,0,1,2deg)}75%{-webkit-transform:translate3d(-5%,0,0) rotate3d(0,0,1,-1deg);transform:translate3d(-5%,0,0) rotate3d(0,0,1,-1deg)}to{-webkit-transform:translate3d(0,0,0);transform:translateZ(0)}}@keyframes wobble{0%{-webkit-transform:translate3d(0,0,0);transform:translateZ(0)}15%{-webkit-transform:translate3d(-25%,0,0) rotate3d(0,0,1,-5deg);transform:translate3d(-25%,0,0) rotate3d(0,0,1,-5deg)}30%{-webkit-transform:translate3d(20%,0,0) rotate3d(0,0,1,3deg);transform:translate3d(20%,0,0) rotate3d(0,0,1,3deg)}45%{-webkit-transform:translate3d(-15%,0,0) rotate3d(0,0,1,-3deg);transform:translate3d(-15%,0,0) rotate3d(0,0,1,-3deg)}60%{-webkit-transform:translate3d(10%,0,0) rotate3d(0,0,1,2deg);transform:translate3d(10%,0,0) rotate3d(0,0,1,2deg)}75%{-webkit-transform:translate3d(-5%,0,0) rotate3d(0,0,1,-1deg);transform:translate3d(-5%,0,0) rotate3d(0,0,1,-1deg)}to{-webkit-transform:translate3d(0,0,0);transform:translateZ(0)}}.animate__wobble{-webkit-animation-name:wobble;animation-name:wobble}@-webkit-keyframes jello{0%,11.1%,to{-webkit-transform:translate3d(0,0,0);transform:translateZ(0)}22.2%{-webkit-transform:skewX(-12.5deg) skewY(-12.5deg);transform:skew(-12.5deg) skewY(-12.5deg)}33.3%{-webkit-transform:skewX(6.25deg) skewY(6.25deg);transform:skew(6.25deg) skewY(6.25deg)}44.4%{-webkit-transform:skewX(-3.125deg) skewY(-3.125deg);transform:skew(-3.125deg) skewY(-3.125deg)}55.5%{-webkit-transform:skewX(1.5625deg) skewY(1.5625deg);transform:skew(1.5625deg) skewY(1.5625deg)}66.6%{-webkit-transform:skewX(-.78125deg) skewY(-.78125deg);transform:skew(-.78125deg) skewY(-.78125deg)}77.7%{-webkit-transform:skewX(.390625deg) skewY(.390625deg);transform:skew(.390625deg) skewY(.390625deg)}88.8%{-webkit-transform:skewX(-.1953125deg) skewY(-.1953125deg);transform:skew(-.1953125deg) skewY(-.1953125deg)}}@keyframes jello{0%,11.1%,to{-webkit-transform:translate3d(0,0,0);transform:translateZ(0)}22.2%{-webkit-transform:skewX(-12.5deg) skewY(-12.5deg);transform:skew(-12.5deg) skewY(-12.5deg)}33.3%{-webkit-transform:skewX(6.25deg) skewY(6.25deg);transform:skew(6.25deg) skewY(6.25deg)}44.4%{-webkit-transform:skewX(-3.125deg) skewY(-3.125deg);transform:skew(-3.125deg) skewY(-3.125deg)}55.5%{-webkit-transform:skewX(1.5625deg) skewY(1.5625deg);transform:skew(1.5625deg) skewY(1.5625deg)}66.6%{-webkit-transform:skewX(-.78125deg) skewY(-.78125deg);transform:skew(-.78125deg) skewY(-.78125deg)}77.7%{-webkit-transform:skewX(.390625deg) skewY(.390625deg);transform:skew(.390625deg) skewY(.390625deg)}88.8%{-webkit-transform:skewX(-.1953125deg) skewY(-.1953125deg);transform:skew(-.1953125deg) skewY(-.1953125deg)}}.animate__jello{-webkit-animation-name:jello;animation-name:jello;-webkit-transform-origin:center;transform-origin:center}@-webkit-keyframes heartBeat{0%{-webkit-transform:scale(1);transform:scale(1)}14%{-webkit-transform:scale(1.3);transform:scale(1.3)}28%{-webkit-transform:scale(1);transform:scale(1)}42%{-webkit-transform:scale(1.3);transform:scale(1.3)}70%{-webkit-transform:scale(1);transform:scale(1)}}@keyframes heartBeat{0%{-webkit-transform:scale(1);transform:scale(1)}14%{-webkit-transform:scale(1.3);transform:scale(1.3)}28%{-webkit-transform:scale(1);transform:scale(1)}42%{-webkit-transform:scale(1.3);transform:scale(1.3)}70%{-webkit-transform:scale(1);transform:scale(1)}}.animate__heartBeat{-webkit-animation-name:heartBeat;animation-name:heartBeat;-webkit-animation-duration:1.3s;animation-duration:1.3s;-webkit-animation-duration:calc(var(--animate-duration) * 1.3);animation-duration:calc(var(--animate-duration) * 1.3);-webkit-animation-timing-function:ease-in-out;animation-timing-function:ease-in-out}@-webkit-keyframes backInDown{0%{-webkit-transform:translateY(-1200px) scale(.7);transform:translateY(-1200px) scale(.7);opacity:.7}80%{-webkit-transform:translateY(0px) scale(.7);transform:translateY(0) scale(.7);opacity:.7}to{-webkit-transform:scale(1);transform:scale(1);opacity:1}}@keyframes backInDown{0%{-webkit-transform:translateY(-1200px) scale(.7);transform:translateY(-1200px) scale(.7);opacity:.7}80%{-webkit-transform:translateY(0px) scale(.7);transform:translateY(0) scale(.7);opacity:.7}to{-webkit-transform:scale(1);transform:scale(1);opacity:1}}.animate__backInDown{-webkit-animation-name:backInDown;animation-name:backInDown}@-webkit-keyframes backInLeft{0%{-webkit-transform:translateX(-2000px) scale(.7);transform:translate(-2000px) scale(.7);opacity:.7}80%{-webkit-transform:translateX(0px) scale(.7);transform:translate(0) scale(.7);opacity:.7}to{-webkit-transform:scale(1);transform:scale(1);opacity:1}}@keyframes backInLeft{0%{-webkit-transform:translateX(-2000px) scale(.7);transform:translate(-2000px) scale(.7);opacity:.7}80%{-webkit-transform:translateX(0px) scale(.7);transform:translate(0) scale(.7);opacity:.7}to{-webkit-transform:scale(1);transform:scale(1);opacity:1}}.animate__backInLeft{-webkit-animation-name:backInLeft;animation-name:backInLeft}@-webkit-keyframes backInRight{0%{-webkit-transform:translateX(2000px) scale(.7);transform:translate(2000px) scale(.7);opacity:.7}80%{-webkit-transform:translateX(0px) scale(.7);transform:translate(0) scale(.7);opacity:.7}to{-webkit-transform:scale(1);transform:scale(1);opacity:1}}@keyframes backInRight{0%{-webkit-transform:translateX(2000px) scale(.7);transform:translate(2000px) scale(.7);opacity:.7}80%{-webkit-transform:translateX(0px) scale(.7);transform:translate(0) scale(.7);opacity:.7}to{-webkit-transform:scale(1);transform:scale(1);opacity:1}}.animate__backInRight{-webkit-animation-name:backInRight;animation-name:backInRight}@-webkit-keyframes backInUp{0%{-webkit-transform:translateY(1200px) scale(.7);transform:translateY(1200px) scale(.7);opacity:.7}80%{-webkit-transform:translateY(0px) scale(.7);transform:translateY(0) scale(.7);opacity:.7}to{-webkit-transform:scale(1);transform:scale(1);opacity:1}}@keyframes backInUp{0%{-webkit-transform:translateY(1200px) scale(.7);transform:translateY(1200px) scale(.7);opacity:.7}80%{-webkit-transform:translateY(0px) scale(.7);transform:translateY(0) scale(.7);opacity:.7}to{-webkit-transform:scale(1);transform:scale(1);opacity:1}}.animate__backInUp{-webkit-animation-name:backInUp;animation-name:backInUp}@-webkit-keyframes backOutDown{0%{-webkit-transform:scale(1);transform:scale(1);opacity:1}20%{-webkit-transform:translateY(0px) scale(.7);transform:translateY(0) scale(.7);opacity:.7}to{-webkit-transform:translateY(700px) scale(.7);transform:translateY(700px) scale(.7);opacity:.7}}@keyframes backOutDown{0%{-webkit-transform:scale(1);transform:scale(1);opacity:1}20%{-webkit-transform:translateY(0px) scale(.7);transform:translateY(0) scale(.7);opacity:.7}to{-webkit-transform:translateY(700px) scale(.7);transform:translateY(700px) scale(.7);opacity:.7}}.animate__backOutDown{-webkit-animation-name:backOutDown;animation-name:backOutDown}@-webkit-keyframes backOutLeft{0%{-webkit-transform:scale(1);transform:scale(1);opacity:1}20%{-webkit-transform:translateX(0px) scale(.7);transform:translate(0) scale(.7);opacity:.7}to{-webkit-transform:translateX(-2000px) scale(.7);transform:translate(-2000px) scale(.7);opacity:.7}}@keyframes backOutLeft{0%{-webkit-transform:scale(1);transform:scale(1);opacity:1}20%{-webkit-transform:translateX(0px) scale(.7);transform:translate(0) scale(.7);opacity:.7}to{-webkit-transform:translateX(-2000px) scale(.7);transform:translate(-2000px) scale(.7);opacity:.7}}.animate__backOutLeft{-webkit-animation-name:backOutLeft;animation-name:backOutLeft}@-webkit-keyframes backOutRight{0%{-webkit-transform:scale(1);transform:scale(1);opacity:1}20%{-webkit-transform:translateX(0px) scale(.7);transform:translate(0) scale(.7);opacity:.7}to{-webkit-transform:translateX(2000px) scale(.7);transform:translate(2000px) scale(.7);opacity:.7}}@keyframes backOutRight{0%{-webkit-transform:scale(1);transform:scale(1);opacity:1}20%{-webkit-transform:translateX(0px) scale(.7);transform:translate(0) scale(.7);opacity:.7}to{-webkit-transform:translateX(2000px) scale(.7);transform:translate(2000px) scale(.7);opacity:.7}}.animate__backOutRight{-webkit-animation-name:backOutRight;animation-name:backOutRight}@-webkit-keyframes backOutUp{0%{-webkit-transform:scale(1);transform:scale(1);opacity:1}20%{-webkit-transform:translateY(0px) scale(.7);transform:translateY(0) scale(.7);opacity:.7}to{-webkit-transform:translateY(-700px) scale(.7);transform:translateY(-700px) scale(.7);opacity:.7}}@keyframes backOutUp{0%{-webkit-transform:scale(1);transform:scale(1);opacity:1}20%{-webkit-transform:translateY(0px) scale(.7);transform:translateY(0) scale(.7);opacity:.7}to{-webkit-transform:translateY(-700px) scale(.7);transform:translateY(-700px) scale(.7);opacity:.7}}.animate__backOutUp{-webkit-animation-name:backOutUp;animation-name:backOutUp}@-webkit-keyframes bounceIn{0%,20%,40%,60%,80%,to{-webkit-animation-timing-function:cubic-bezier(.215,.61,.355,1);animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;-webkit-transform:scale3d(.3,.3,.3);transform:scale3d(.3,.3,.3)}20%{-webkit-transform:scale3d(1.1,1.1,1.1);transform:scale3d(1.1,1.1,1.1)}40%{-webkit-transform:scale3d(.9,.9,.9);transform:scale3d(.9,.9,.9)}60%{opacity:1;-webkit-transform:scale3d(1.03,1.03,1.03);transform:scale3d(1.03,1.03,1.03)}80%{-webkit-transform:scale3d(.97,.97,.97);transform:scale3d(.97,.97,.97)}to{opacity:1;-webkit-transform:scale3d(1,1,1);transform:scaleZ(1)}}@keyframes bounceIn{0%,20%,40%,60%,80%,to{-webkit-animation-timing-function:cubic-bezier(.215,.61,.355,1);animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;-webkit-transform:scale3d(.3,.3,.3);transform:scale3d(.3,.3,.3)}20%{-webkit-transform:scale3d(1.1,1.1,1.1);transform:scale3d(1.1,1.1,1.1)}40%{-webkit-transform:scale3d(.9,.9,.9);transform:scale3d(.9,.9,.9)}60%{opacity:1;-webkit-transform:scale3d(1.03,1.03,1.03);transform:scale3d(1.03,1.03,1.03)}80%{-webkit-transform:scale3d(.97,.97,.97);transform:scale3d(.97,.97,.97)}to{opacity:1;-webkit-transform:scale3d(1,1,1);transform:scaleZ(1)}}.animate__bounceIn{-webkit-animation-duration:.75s;animation-duration:.75s;-webkit-animation-duration:calc(var(--animate-duration) * .75);animation-duration:calc(var(--animate-duration) * .75);-webkit-animation-name:bounceIn;animation-name:bounceIn}@-webkit-keyframes bounceInDown{0%,60%,75%,90%,to{-webkit-animation-timing-function:cubic-bezier(.215,.61,.355,1);animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;-webkit-transform:translate3d(0,-3000px,0) scaleY(3);transform:translate3d(0,-3000px,0) scaleY(3)}60%{opacity:1;-webkit-transform:translate3d(0,25px,0) scaleY(.9);transform:translate3d(0,25px,0) scaleY(.9)}75%{-webkit-transform:translate3d(0,-10px,0) scaleY(.95);transform:translate3d(0,-10px,0) scaleY(.95)}90%{-webkit-transform:translate3d(0,5px,0) scaleY(.985);transform:translate3d(0,5px,0) scaleY(.985)}to{-webkit-transform:translate3d(0,0,0);transform:translateZ(0)}}@keyframes bounceInDown{0%,60%,75%,90%,to{-webkit-animation-timing-function:cubic-bezier(.215,.61,.355,1);animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;-webkit-transform:translate3d(0,-3000px,0) scaleY(3);transform:translate3d(0,-3000px,0) scaleY(3)}60%{opacity:1;-webkit-transform:translate3d(0,25px,0) scaleY(.9);transform:translate3d(0,25px,0) scaleY(.9)}75%{-webkit-transform:translate3d(0,-10px,0) scaleY(.95);transform:translate3d(0,-10px,0) scaleY(.95)}90%{-webkit-transform:translate3d(0,5px,0) scaleY(.985);transform:translate3d(0,5px,0) scaleY(.985)}to{-webkit-transform:translate3d(0,0,0);transform:translateZ(0)}}.animate__bounceInDown{-webkit-animation-name:bounceInDown;animation-name:bounceInDown}@-webkit-keyframes bounceInLeft{0%,60%,75%,90%,to{-webkit-animation-timing-function:cubic-bezier(.215,.61,.355,1);animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;-webkit-transform:translate3d(-3000px,0,0) scaleX(3);transform:translate3d(-3000px,0,0) scaleX(3)}60%{opacity:1;-webkit-transform:translate3d(25px,0,0) scaleX(1);transform:translate3d(25px,0,0) scaleX(1)}75%{-webkit-transform:translate3d(-10px,0,0) scaleX(.98);transform:translate3d(-10px,0,0) scaleX(.98)}90%{-webkit-transform:translate3d(5px,0,0) scaleX(.995);transform:translate3d(5px,0,0) scaleX(.995)}to{-webkit-transform:translate3d(0,0,0);transform:translateZ(0)}}@keyframes bounceInLeft{0%,60%,75%,90%,to{-webkit-animation-timing-function:cubic-bezier(.215,.61,.355,1);animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;-webkit-transform:translate3d(-3000px,0,0) scaleX(3);transform:translate3d(-3000px,0,0) scaleX(3)}60%{opacity:1;-webkit-transform:translate3d(25px,0,0) scaleX(1);transform:translate3d(25px,0,0) scaleX(1)}75%{-webkit-transform:translate3d(-10px,0,0) scaleX(.98);transform:translate3d(-10px,0,0) scaleX(.98)}90%{-webkit-transform:translate3d(5px,0,0) scaleX(.995);transform:translate3d(5px,0,0) scaleX(.995)}to{-webkit-transform:translate3d(0,0,0);transform:translateZ(0)}}.animate__bounceInLeft{-webkit-animation-name:bounceInLeft;animation-name:bounceInLeft}@-webkit-keyframes bounceInRight{0%,60%,75%,90%,to{-webkit-animation-timing-function:cubic-bezier(.215,.61,.355,1);animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;-webkit-transform:translate3d(3000px,0,0) scaleX(3);transform:translate3d(3000px,0,0) scaleX(3)}60%{opacity:1;-webkit-transform:translate3d(-25px,0,0) scaleX(1);transform:translate3d(-25px,0,0) scaleX(1)}75%{-webkit-transform:translate3d(10px,0,0) scaleX(.98);transform:translate3d(10px,0,0) scaleX(.98)}90%{-webkit-transform:translate3d(-5px,0,0) scaleX(.995);transform:translate3d(-5px,0,0) scaleX(.995)}to{-webkit-transform:translate3d(0,0,0);transform:translateZ(0)}}@keyframes bounceInRight{0%,60%,75%,90%,to{-webkit-animation-timing-function:cubic-bezier(.215,.61,.355,1);animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;-webkit-transform:translate3d(3000px,0,0) scaleX(3);transform:translate3d(3000px,0,0) scaleX(3)}60%{opacity:1;-webkit-transform:translate3d(-25px,0,0) scaleX(1);transform:translate3d(-25px,0,0) scaleX(1)}75%{-webkit-transform:translate3d(10px,0,0) scaleX(.98);transform:translate3d(10px,0,0) scaleX(.98)}90%{-webkit-transform:translate3d(-5px,0,0) scaleX(.995);transform:translate3d(-5px,0,0) scaleX(.995)}to{-webkit-transform:translate3d(0,0,0);transform:translateZ(0)}}.animate__bounceInRight{-webkit-animation-name:bounceInRight;animation-name:bounceInRight}@-webkit-keyframes bounceInUp{0%,60%,75%,90%,to{-webkit-animation-timing-function:cubic-bezier(.215,.61,.355,1);animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;-webkit-transform:translate3d(0,3000px,0) scaleY(5);transform:translate3d(0,3000px,0) scaleY(5)}60%{opacity:1;-webkit-transform:translate3d(0,-20px,0) scaleY(.9);transform:translate3d(0,-20px,0) scaleY(.9)}75%{-webkit-transform:translate3d(0,10px,0) scaleY(.95);transform:translate3d(0,10px,0) scaleY(.95)}90%{-webkit-transform:translate3d(0,-5px,0) scaleY(.985);transform:translate3d(0,-5px,0) scaleY(.985)}to{-webkit-transform:translate3d(0,0,0);transform:translateZ(0)}}@keyframes bounceInUp{0%,60%,75%,90%,to{-webkit-animation-timing-function:cubic-bezier(.215,.61,.355,1);animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;-webkit-transform:translate3d(0,3000px,0) scaleY(5);transform:translate3d(0,3000px,0) scaleY(5)}60%{opacity:1;-webkit-transform:translate3d(0,-20px,0) scaleY(.9);transform:translate3d(0,-20px,0) scaleY(.9)}75%{-webkit-transform:translate3d(0,10px,0) scaleY(.95);transform:translate3d(0,10px,0) scaleY(.95)}90%{-webkit-transform:translate3d(0,-5px,0) scaleY(.985);transform:translate3d(0,-5px,0) scaleY(.985)}to{-webkit-transform:translate3d(0,0,0);transform:translateZ(0)}}.animate__bounceInUp{-webkit-animation-name:bounceInUp;animation-name:bounceInUp}@-webkit-keyframes bounceOut{20%{-webkit-transform:scale3d(.9,.9,.9);transform:scale3d(.9,.9,.9)}50%,55%{opacity:1;-webkit-transform:scale3d(1.1,1.1,1.1);transform:scale3d(1.1,1.1,1.1)}to{opacity:0;-webkit-transform:scale3d(.3,.3,.3);transform:scale3d(.3,.3,.3)}}@keyframes bounceOut{20%{-webkit-transform:scale3d(.9,.9,.9);transform:scale3d(.9,.9,.9)}50%,55%{opacity:1;-webkit-transform:scale3d(1.1,1.1,1.1);transform:scale3d(1.1,1.1,1.1)}to{opacity:0;-webkit-transform:scale3d(.3,.3,.3);transform:scale3d(.3,.3,.3)}}.animate__bounceOut{-webkit-animation-duration:.75s;animation-duration:.75s;-webkit-animation-duration:calc(var(--animate-duration) * .75);animation-duration:calc(var(--animate-duration) * .75);-webkit-animation-name:bounceOut;animation-name:bounceOut}@-webkit-keyframes bounceOutDown{20%{-webkit-transform:translate3d(0,10px,0) scaleY(.985);transform:translate3d(0,10px,0) scaleY(.985)}40%,45%{opacity:1;-webkit-transform:translate3d(0,-20px,0) scaleY(.9);transform:translate3d(0,-20px,0) scaleY(.9)}to{opacity:0;-webkit-transform:translate3d(0,2000px,0) scaleY(3);transform:translate3d(0,2000px,0) scaleY(3)}}@keyframes bounceOutDown{20%{-webkit-transform:translate3d(0,10px,0) scaleY(.985);transform:translate3d(0,10px,0) scaleY(.985)}40%,45%{opacity:1;-webkit-transform:translate3d(0,-20px,0) scaleY(.9);transform:translate3d(0,-20px,0) scaleY(.9)}to{opacity:0;-webkit-transform:translate3d(0,2000px,0) scaleY(3);transform:translate3d(0,2000px,0) scaleY(3)}}.animate__bounceOutDown{-webkit-animation-name:bounceOutDown;animation-name:bounceOutDown}@-webkit-keyframes bounceOutLeft{20%{opacity:1;-webkit-transform:translate3d(20px,0,0) scaleX(.9);transform:translate3d(20px,0,0) scaleX(.9)}to{opacity:0;-webkit-transform:translate3d(-2000px,0,0) scaleX(2);transform:translate3d(-2000px,0,0) scaleX(2)}}@keyframes bounceOutLeft{20%{opacity:1;-webkit-transform:translate3d(20px,0,0) scaleX(.9);transform:translate3d(20px,0,0) scaleX(.9)}to{opacity:0;-webkit-transform:translate3d(-2000px,0,0) scaleX(2);transform:translate3d(-2000px,0,0) scaleX(2)}}.animate__bounceOutLeft{-webkit-animation-name:bounceOutLeft;animation-name:bounceOutLeft}@-webkit-keyframes bounceOutRight{20%{opacity:1;-webkit-transform:translate3d(-20px,0,0) scaleX(.9);transform:translate3d(-20px,0,0) scaleX(.9)}to{opacity:0;-webkit-transform:translate3d(2000px,0,0) scaleX(2);transform:translate3d(2000px,0,0) scaleX(2)}}@keyframes bounceOutRight{20%{opacity:1;-webkit-transform:translate3d(-20px,0,0) scaleX(.9);transform:translate3d(-20px,0,0) scaleX(.9)}to{opacity:0;-webkit-transform:translate3d(2000px,0,0) scaleX(2);transform:translate3d(2000px,0,0) scaleX(2)}}.animate__bounceOutRight{-webkit-animation-name:bounceOutRight;animation-name:bounceOutRight}@-webkit-keyframes bounceOutUp{20%{-webkit-transform:translate3d(0,-10px,0) scaleY(.985);transform:translate3d(0,-10px,0) scaleY(.985)}40%,45%{opacity:1;-webkit-transform:translate3d(0,20px,0) scaleY(.9);transform:translate3d(0,20px,0) scaleY(.9)}to{opacity:0;-webkit-transform:translate3d(0,-2000px,0) scaleY(3);transform:translate3d(0,-2000px,0) scaleY(3)}}@keyframes bounceOutUp{20%{-webkit-transform:translate3d(0,-10px,0) scaleY(.985);transform:translate3d(0,-10px,0) scaleY(.985)}40%,45%{opacity:1;-webkit-transform:translate3d(0,20px,0) scaleY(.9);transform:translate3d(0,20px,0) scaleY(.9)}to{opacity:0;-webkit-transform:translate3d(0,-2000px,0) scaleY(3);transform:translate3d(0,-2000px,0) scaleY(3)}}.animate__bounceOutUp{-webkit-animation-name:bounceOutUp;animation-name:bounceOutUp}@-webkit-keyframes fadeIn{0%{opacity:0}to{opacity:1}}.animate__fadeIn{-webkit-animation-name:fadeIn;animation-name:fadeIn}@-webkit-keyframes fadeInDown{0%{opacity:0;-webkit-transform:translate3d(0,-100%,0);transform:translate3d(0,-100%,0)}to{opacity:1;-webkit-transform:translate3d(0,0,0);transform:translateZ(0)}}@keyframes fadeInDown{0%{opacity:0;-webkit-transform:translate3d(0,-100%,0);transform:translate3d(0,-100%,0)}to{opacity:1;-webkit-transform:translate3d(0,0,0);transform:translateZ(0)}}.animate__fadeInDown{-webkit-animation-name:fadeInDown;animation-name:fadeInDown}@-webkit-keyframes fadeInDownBig{0%{opacity:0;-webkit-transform:translate3d(0,-2000px,0);transform:translate3d(0,-2000px,0)}to{opacity:1;-webkit-transform:translate3d(0,0,0);transform:translateZ(0)}}@keyframes fadeInDownBig{0%{opacity:0;-webkit-transform:translate3d(0,-2000px,0);transform:translate3d(0,-2000px,0)}to{opacity:1;-webkit-transform:translate3d(0,0,0);transform:translateZ(0)}}.animate__fadeInDownBig{-webkit-animation-name:fadeInDownBig;animation-name:fadeInDownBig}@-webkit-keyframes fadeInLeft{0%{opacity:0;-webkit-transform:translate3d(-100%,0,0);transform:translate3d(-100%,0,0)}to{opacity:1;-webkit-transform:translate3d(0,0,0);transform:translateZ(0)}}@keyframes fadeInLeft{0%{opacity:0;-webkit-transform:translate3d(-100%,0,0);transform:translate3d(-100%,0,0)}to{opacity:1;-webkit-transform:translate3d(0,0,0);transform:translateZ(0)}}.animate__fadeInLeft{-webkit-animation-name:fadeInLeft;animation-name:fadeInLeft}@-webkit-keyframes fadeInLeftBig{0%{opacity:0;-webkit-transform:translate3d(-2000px,0,0);transform:translate3d(-2000px,0,0)}to{opacity:1;-webkit-transform:translate3d(0,0,0);transform:translateZ(0)}}@keyframes fadeInLeftBig{0%{opacity:0;-webkit-transform:translate3d(-2000px,0,0);transform:translate3d(-2000px,0,0)}to{opacity:1;-webkit-transform:translate3d(0,0,0);transform:translateZ(0)}}.animate__fadeInLeftBig{-webkit-animation-name:fadeInLeftBig;animation-name:fadeInLeftBig}@-webkit-keyframes fadeInRight{0%{opacity:0;-webkit-transform:translate3d(100%,0,0);transform:translate3d(100%,0,0)}to{opacity:1;-webkit-transform:translate3d(0,0,0);transform:translateZ(0)}}@keyframes fadeInRight{0%{opacity:0;-webkit-transform:translate3d(100%,0,0);transform:translate3d(100%,0,0)}to{opacity:1;-webkit-transform:translate3d(0,0,0);transform:translateZ(0)}}.animate__fadeInRight{-webkit-animation-name:fadeInRight;animation-name:fadeInRight}@-webkit-keyframes fadeInRightBig{0%{opacity:0;-webkit-transform:translate3d(2000px,0,0);transform:translate3d(2000px,0,0)}to{opacity:1;-webkit-transform:translate3d(0,0,0);transform:translateZ(0)}}@keyframes fadeInRightBig{0%{opacity:0;-webkit-transform:translate3d(2000px,0,0);transform:translate3d(2000px,0,0)}to{opacity:1;-webkit-transform:translate3d(0,0,0);transform:translateZ(0)}}.animate__fadeInRightBig{-webkit-animation-name:fadeInRightBig;animation-name:fadeInRightBig}@-webkit-keyframes fadeInUp{0%{opacity:0;-webkit-transform:translate3d(0,100%,0);transform:translate3d(0,100%,0)}to{opacity:1;-webkit-transform:translate3d(0,0,0);transform:translateZ(0)}}@keyframes fadeInUp{0%{opacity:0;-webkit-transform:translate3d(0,100%,0);transform:translate3d(0,100%,0)}to{opacity:1;-webkit-transform:translate3d(0,0,0);transform:translateZ(0)}}.animate__fadeInUp{-webkit-animation-name:fadeInUp;animation-name:fadeInUp}@-webkit-keyframes fadeInUpBig{0%{opacity:0;-webkit-transform:translate3d(0,2000px,0);transform:translate3d(0,2000px,0)}to{opacity:1;-webkit-transform:translate3d(0,0,0);transform:translateZ(0)}}@keyframes fadeInUpBig{0%{opacity:0;-webkit-transform:translate3d(0,2000px,0);transform:translate3d(0,2000px,0)}to{opacity:1;-webkit-transform:translate3d(0,0,0);transform:translateZ(0)}}.animate__fadeInUpBig{-webkit-animation-name:fadeInUpBig;animation-name:fadeInUpBig}@-webkit-keyframes fadeInTopLeft{0%{opacity:0;-webkit-transform:translate3d(-100%,-100%,0);transform:translate3d(-100%,-100%,0)}to{opacity:1;-webkit-transform:translate3d(0,0,0);transform:translateZ(0)}}@keyframes fadeInTopLeft{0%{opacity:0;-webkit-transform:translate3d(-100%,-100%,0);transform:translate3d(-100%,-100%,0)}to{opacity:1;-webkit-transform:translate3d(0,0,0);transform:translateZ(0)}}.animate__fadeInTopLeft{-webkit-animation-name:fadeInTopLeft;animation-name:fadeInTopLeft}@-webkit-keyframes fadeInTopRight{0%{opacity:0;-webkit-transform:translate3d(100%,-100%,0);transform:translate3d(100%,-100%,0)}to{opacity:1;-webkit-transform:translate3d(0,0,0);transform:translateZ(0)}}@keyframes fadeInTopRight{0%{opacity:0;-webkit-transform:translate3d(100%,-100%,0);transform:translate3d(100%,-100%,0)}to{opacity:1;-webkit-transform:translate3d(0,0,0);transform:translateZ(0)}}.animate__fadeInTopRight{-webkit-animation-name:fadeInTopRight;animation-name:fadeInTopRight}@-webkit-keyframes fadeInBottomLeft{0%{opacity:0;-webkit-transform:translate3d(-100%,100%,0);transform:translate3d(-100%,100%,0)}to{opacity:1;-webkit-transform:translate3d(0,0,0);transform:translateZ(0)}}@keyframes fadeInBottomLeft{0%{opacity:0;-webkit-transform:translate3d(-100%,100%,0);transform:translate3d(-100%,100%,0)}to{opacity:1;-webkit-transform:translate3d(0,0,0);transform:translateZ(0)}}.animate__fadeInBottomLeft{-webkit-animation-name:fadeInBottomLeft;animation-name:fadeInBottomLeft}@-webkit-keyframes fadeInBottomRight{0%{opacity:0;-webkit-transform:translate3d(100%,100%,0);transform:translate3d(100%,100%,0)}to{opacity:1;-webkit-transform:translate3d(0,0,0);transform:translateZ(0)}}@keyframes fadeInBottomRight{0%{opacity:0;-webkit-transform:translate3d(100%,100%,0);transform:translate3d(100%,100%,0)}to{opacity:1;-webkit-transform:translate3d(0,0,0);transform:translateZ(0)}}.animate__fadeInBottomRight{-webkit-animation-name:fadeInBottomRight;animation-name:fadeInBottomRight}@-webkit-keyframes fadeOut{0%{opacity:1}to{opacity:0}}.animate__fadeOut{-webkit-animation-name:fadeOut;animation-name:fadeOut}@-webkit-keyframes fadeOutDown{0%{opacity:1}to{opacity:0;-webkit-transform:translate3d(0,100%,0);transform:translate3d(0,100%,0)}}@keyframes fadeOutDown{0%{opacity:1}to{opacity:0;-webkit-transform:translate3d(0,100%,0);transform:translate3d(0,100%,0)}}.animate__fadeOutDown{-webkit-animation-name:fadeOutDown;animation-name:fadeOutDown}@-webkit-keyframes fadeOutDownBig{0%{opacity:1}to{opacity:0;-webkit-transform:translate3d(0,2000px,0);transform:translate3d(0,2000px,0)}}@keyframes fadeOutDownBig{0%{opacity:1}to{opacity:0;-webkit-transform:translate3d(0,2000px,0);transform:translate3d(0,2000px,0)}}.animate__fadeOutDownBig{-webkit-animation-name:fadeOutDownBig;animation-name:fadeOutDownBig}@-webkit-keyframes fadeOutLeft{0%{opacity:1}to{opacity:0;-webkit-transform:translate3d(-100%,0,0);transform:translate3d(-100%,0,0)}}@keyframes fadeOutLeft{0%{opacity:1}to{opacity:0;-webkit-transform:translate3d(-100%,0,0);transform:translate3d(-100%,0,0)}}.animate__fadeOutLeft{-webkit-animation-name:fadeOutLeft;animation-name:fadeOutLeft}@-webkit-keyframes fadeOutLeftBig{0%{opacity:1}to{opacity:0;-webkit-transform:translate3d(-2000px,0,0);transform:translate3d(-2000px,0,0)}}@keyframes fadeOutLeftBig{0%{opacity:1}to{opacity:0;-webkit-transform:translate3d(-2000px,0,0);transform:translate3d(-2000px,0,0)}}.animate__fadeOutLeftBig{-webkit-animation-name:fadeOutLeftBig;animation-name:fadeOutLeftBig}@-webkit-keyframes fadeOutRight{0%{opacity:1}to{opacity:0;-webkit-transform:translate3d(100%,0,0);transform:translate3d(100%,0,0)}}@keyframes fadeOutRight{0%{opacity:1}to{opacity:0;-webkit-transform:translate3d(100%,0,0);transform:translate3d(100%,0,0)}}.animate__fadeOutRight{-webkit-animation-name:fadeOutRight;animation-name:fadeOutRight}@-webkit-keyframes fadeOutRightBig{0%{opacity:1}to{opacity:0;-webkit-transform:translate3d(2000px,0,0);transform:translate3d(2000px,0,0)}}@keyframes fadeOutRightBig{0%{opacity:1}to{opacity:0;-webkit-transform:translate3d(2000px,0,0);transform:translate3d(2000px,0,0)}}.animate__fadeOutRightBig{-webkit-animation-name:fadeOutRightBig;animation-name:fadeOutRightBig}@-webkit-keyframes fadeOutUp{0%{opacity:1}to{opacity:0;-webkit-transform:translate3d(0,-100%,0);transform:translate3d(0,-100%,0)}}@keyframes fadeOutUp{0%{opacity:1}to{opacity:0;-webkit-transform:translate3d(0,-100%,0);transform:translate3d(0,-100%,0)}}.animate__fadeOutUp{-webkit-animation-name:fadeOutUp;animation-name:fadeOutUp}@-webkit-keyframes fadeOutUpBig{0%{opacity:1}to{opacity:0;-webkit-transform:translate3d(0,-2000px,0);transform:translate3d(0,-2000px,0)}}@keyframes fadeOutUpBig{0%{opacity:1}to{opacity:0;-webkit-transform:translate3d(0,-2000px,0);transform:translate3d(0,-2000px,0)}}.animate__fadeOutUpBig{-webkit-animation-name:fadeOutUpBig;animation-name:fadeOutUpBig}@-webkit-keyframes fadeOutTopLeft{0%{opacity:1;-webkit-transform:translate3d(0,0,0);transform:translateZ(0)}to{opacity:0;-webkit-transform:translate3d(-100%,-100%,0);transform:translate3d(-100%,-100%,0)}}@keyframes fadeOutTopLeft{0%{opacity:1;-webkit-transform:translate3d(0,0,0);transform:translateZ(0)}to{opacity:0;-webkit-transform:translate3d(-100%,-100%,0);transform:translate3d(-100%,-100%,0)}}.animate__fadeOutTopLeft{-webkit-animation-name:fadeOutTopLeft;animation-name:fadeOutTopLeft}@-webkit-keyframes fadeOutTopRight{0%{opacity:1;-webkit-transform:translate3d(0,0,0);transform:translateZ(0)}to{opacity:0;-webkit-transform:translate3d(100%,-100%,0);transform:translate3d(100%,-100%,0)}}@keyframes fadeOutTopRight{0%{opacity:1;-webkit-transform:translate3d(0,0,0);transform:translateZ(0)}to{opacity:0;-webkit-transform:translate3d(100%,-100%,0);transform:translate3d(100%,-100%,0)}}.animate__fadeOutTopRight{-webkit-animation-name:fadeOutTopRight;animation-name:fadeOutTopRight}@-webkit-keyframes fadeOutBottomRight{0%{opacity:1;-webkit-transform:translate3d(0,0,0);transform:translateZ(0)}to{opacity:0;-webkit-transform:translate3d(100%,100%,0);transform:translate3d(100%,100%,0)}}@keyframes fadeOutBottomRight{0%{opacity:1;-webkit-transform:translate3d(0,0,0);transform:translateZ(0)}to{opacity:0;-webkit-transform:translate3d(100%,100%,0);transform:translate3d(100%,100%,0)}}.animate__fadeOutBottomRight{-webkit-animation-name:fadeOutBottomRight;animation-name:fadeOutBottomRight}@-webkit-keyframes fadeOutBottomLeft{0%{opacity:1;-webkit-transform:translate3d(0,0,0);transform:translateZ(0)}to{opacity:0;-webkit-transform:translate3d(-100%,100%,0);transform:translate3d(-100%,100%,0)}}@keyframes fadeOutBottomLeft{0%{opacity:1;-webkit-transform:translate3d(0,0,0);transform:translateZ(0)}to{opacity:0;-webkit-transform:translate3d(-100%,100%,0);transform:translate3d(-100%,100%,0)}}.animate__fadeOutBottomLeft{-webkit-animation-name:fadeOutBottomLeft;animation-name:fadeOutBottomLeft}@-webkit-keyframes flip{0%{-webkit-transform:perspective(400px) scale3d(1,1,1) translate3d(0,0,0) rotate3d(0,1,0,-360deg);transform:perspective(400px) scaleZ(1) translateZ(0) rotateY(-360deg);-webkit-animation-timing-function:ease-out;animation-timing-function:ease-out}40%{-webkit-transform:perspective(400px) scale3d(1,1,1) translate3d(0,0,150px) rotate3d(0,1,0,-190deg);transform:perspective(400px) scaleZ(1) translateZ(150px) rotateY(-190deg);-webkit-animation-timing-function:ease-out;animation-timing-function:ease-out}50%{-webkit-transform:perspective(400px) scale3d(1,1,1) translate3d(0,0,150px) rotate3d(0,1,0,-170deg);transform:perspective(400px) scaleZ(1) translateZ(150px) rotateY(-170deg);-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in}80%{-webkit-transform:perspective(400px) scale3d(.95,.95,.95) translate3d(0,0,0) rotate3d(0,1,0,0deg);transform:perspective(400px) scale3d(.95,.95,.95) translateZ(0) rotateY(0);-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in}to{-webkit-transform:perspective(400px) scale3d(1,1,1) translate3d(0,0,0) rotate3d(0,1,0,0deg);transform:perspective(400px) scaleZ(1) translateZ(0) rotateY(0);-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in}}@keyframes flip{0%{-webkit-transform:perspective(400px) scale3d(1,1,1) translate3d(0,0,0) rotate3d(0,1,0,-360deg);transform:perspective(400px) scaleZ(1) translateZ(0) rotateY(-360deg);-webkit-animation-timing-function:ease-out;animation-timing-function:ease-out}40%{-webkit-transform:perspective(400px) scale3d(1,1,1) translate3d(0,0,150px) rotate3d(0,1,0,-190deg);transform:perspective(400px) scaleZ(1) translateZ(150px) rotateY(-190deg);-webkit-animation-timing-function:ease-out;animation-timing-function:ease-out}50%{-webkit-transform:perspective(400px) scale3d(1,1,1) translate3d(0,0,150px) rotate3d(0,1,0,-170deg);transform:perspective(400px) scaleZ(1) translateZ(150px) rotateY(-170deg);-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in}80%{-webkit-transform:perspective(400px) scale3d(.95,.95,.95) translate3d(0,0,0) rotate3d(0,1,0,0deg);transform:perspective(400px) scale3d(.95,.95,.95) translateZ(0) rotateY(0);-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in}to{-webkit-transform:perspective(400px) scale3d(1,1,1) translate3d(0,0,0) rotate3d(0,1,0,0deg);transform:perspective(400px) scaleZ(1) translateZ(0) rotateY(0);-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in}}.animate__animated.animate__flip{-webkit-backface-visibility:visible;backface-visibility:visible;-webkit-animation-name:flip;animation-name:flip}@-webkit-keyframes flipInX{0%{-webkit-transform:perspective(400px) rotate3d(1,0,0,90deg);transform:perspective(400px) rotateX(90deg);-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in;opacity:0}40%{-webkit-transform:perspective(400px) rotate3d(1,0,0,-20deg);transform:perspective(400px) rotateX(-20deg);-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in}60%{-webkit-transform:perspective(400px) rotate3d(1,0,0,10deg);transform:perspective(400px) rotateX(10deg);opacity:1}80%{-webkit-transform:perspective(400px) rotate3d(1,0,0,-5deg);transform:perspective(400px) rotateX(-5deg)}to{-webkit-transform:perspective(400px);transform:perspective(400px)}}@keyframes flipInX{0%{-webkit-transform:perspective(400px) rotate3d(1,0,0,90deg);transform:perspective(400px) rotateX(90deg);-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in;opacity:0}40%{-webkit-transform:perspective(400px) rotate3d(1,0,0,-20deg);transform:perspective(400px) rotateX(-20deg);-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in}60%{-webkit-transform:perspective(400px) rotate3d(1,0,0,10deg);transform:perspective(400px) rotateX(10deg);opacity:1}80%{-webkit-transform:perspective(400px) rotate3d(1,0,0,-5deg);transform:perspective(400px) rotateX(-5deg)}to{-webkit-transform:perspective(400px);transform:perspective(400px)}}.animate__flipInX{-webkit-backface-visibility:visible!important;backface-visibility:visible!important;-webkit-animation-name:flipInX;animation-name:flipInX}@-webkit-keyframes flipInY{0%{-webkit-transform:perspective(400px) rotate3d(0,1,0,90deg);transform:perspective(400px) rotateY(90deg);-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in;opacity:0}40%{-webkit-transform:perspective(400px) rotate3d(0,1,0,-20deg);transform:perspective(400px) rotateY(-20deg);-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in}60%{-webkit-transform:perspective(400px) rotate3d(0,1,0,10deg);transform:perspective(400px) rotateY(10deg);opacity:1}80%{-webkit-transform:perspective(400px) rotate3d(0,1,0,-5deg);transform:perspective(400px) rotateY(-5deg)}to{-webkit-transform:perspective(400px);transform:perspective(400px)}}@keyframes flipInY{0%{-webkit-transform:perspective(400px) rotate3d(0,1,0,90deg);transform:perspective(400px) rotateY(90deg);-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in;opacity:0}40%{-webkit-transform:perspective(400px) rotate3d(0,1,0,-20deg);transform:perspective(400px) rotateY(-20deg);-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in}60%{-webkit-transform:perspective(400px) rotate3d(0,1,0,10deg);transform:perspective(400px) rotateY(10deg);opacity:1}80%{-webkit-transform:perspective(400px) rotate3d(0,1,0,-5deg);transform:perspective(400px) rotateY(-5deg)}to{-webkit-transform:perspective(400px);transform:perspective(400px)}}.animate__flipInY{-webkit-backface-visibility:visible!important;backface-visibility:visible!important;-webkit-animation-name:flipInY;animation-name:flipInY}@-webkit-keyframes flipOutX{0%{-webkit-transform:perspective(400px);transform:perspective(400px)}30%{-webkit-transform:perspective(400px) rotate3d(1,0,0,-20deg);transform:perspective(400px) rotateX(-20deg);opacity:1}to{-webkit-transform:perspective(400px) rotate3d(1,0,0,90deg);transform:perspective(400px) rotateX(90deg);opacity:0}}@keyframes flipOutX{0%{-webkit-transform:perspective(400px);transform:perspective(400px)}30%{-webkit-transform:perspective(400px) rotate3d(1,0,0,-20deg);transform:perspective(400px) rotateX(-20deg);opacity:1}to{-webkit-transform:perspective(400px) rotate3d(1,0,0,90deg);transform:perspective(400px) rotateX(90deg);opacity:0}}.animate__flipOutX{-webkit-animation-duration:.75s;animation-duration:.75s;-webkit-animation-duration:calc(var(--animate-duration) * .75);animation-duration:calc(var(--animate-duration) * .75);-webkit-animation-name:flipOutX;animation-name:flipOutX;-webkit-backface-visibility:visible!important;backface-visibility:visible!important}@-webkit-keyframes flipOutY{0%{-webkit-transform:perspective(400px);transform:perspective(400px)}30%{-webkit-transform:perspective(400px) rotate3d(0,1,0,-15deg);transform:perspective(400px) rotateY(-15deg);opacity:1}to{-webkit-transform:perspective(400px) rotate3d(0,1,0,90deg);transform:perspective(400px) rotateY(90deg);opacity:0}}@keyframes flipOutY{0%{-webkit-transform:perspective(400px);transform:perspective(400px)}30%{-webkit-transform:perspective(400px) rotate3d(0,1,0,-15deg);transform:perspective(400px) rotateY(-15deg);opacity:1}to{-webkit-transform:perspective(400px) rotate3d(0,1,0,90deg);transform:perspective(400px) rotateY(90deg);opacity:0}}.animate__flipOutY{-webkit-animation-duration:.75s;animation-duration:.75s;-webkit-animation-duration:calc(var(--animate-duration) * .75);animation-duration:calc(var(--animate-duration) * .75);-webkit-backface-visibility:visible!important;backface-visibility:visible!important;-webkit-animation-name:flipOutY;animation-name:flipOutY}@-webkit-keyframes lightSpeedInRight{0%{-webkit-transform:translate3d(100%,0,0) skewX(-30deg);transform:translate3d(100%,0,0) skew(-30deg);opacity:0}60%{-webkit-transform:skewX(20deg);transform:skew(20deg);opacity:1}80%{-webkit-transform:skewX(-5deg);transform:skew(-5deg)}to{-webkit-transform:translate3d(0,0,0);transform:translateZ(0)}}@keyframes lightSpeedInRight{0%{-webkit-transform:translate3d(100%,0,0) skewX(-30deg);transform:translate3d(100%,0,0) skew(-30deg);opacity:0}60%{-webkit-transform:skewX(20deg);transform:skew(20deg);opacity:1}80%{-webkit-transform:skewX(-5deg);transform:skew(-5deg)}to{-webkit-transform:translate3d(0,0,0);transform:translateZ(0)}}.animate__lightSpeedInRight{-webkit-animation-name:lightSpeedInRight;animation-name:lightSpeedInRight;-webkit-animation-timing-function:ease-out;animation-timing-function:ease-out}@-webkit-keyframes lightSpeedInLeft{0%{-webkit-transform:translate3d(-100%,0,0) skewX(30deg);transform:translate3d(-100%,0,0) skew(30deg);opacity:0}60%{-webkit-transform:skewX(-20deg);transform:skew(-20deg);opacity:1}80%{-webkit-transform:skewX(5deg);transform:skew(5deg)}to{-webkit-transform:translate3d(0,0,0);transform:translateZ(0)}}@keyframes lightSpeedInLeft{0%{-webkit-transform:translate3d(-100%,0,0) skewX(30deg);transform:translate3d(-100%,0,0) skew(30deg);opacity:0}60%{-webkit-transform:skewX(-20deg);transform:skew(-20deg);opacity:1}80%{-webkit-transform:skewX(5deg);transform:skew(5deg)}to{-webkit-transform:translate3d(0,0,0);transform:translateZ(0)}}.animate__lightSpeedInLeft{-webkit-animation-name:lightSpeedInLeft;animation-name:lightSpeedInLeft;-webkit-animation-timing-function:ease-out;animation-timing-function:ease-out}@-webkit-keyframes lightSpeedOutRight{0%{opacity:1}to{-webkit-transform:translate3d(100%,0,0) skewX(30deg);transform:translate3d(100%,0,0) skew(30deg);opacity:0}}@keyframes lightSpeedOutRight{0%{opacity:1}to{-webkit-transform:translate3d(100%,0,0) skewX(30deg);transform:translate3d(100%,0,0) skew(30deg);opacity:0}}.animate__lightSpeedOutRight{-webkit-animation-name:lightSpeedOutRight;animation-name:lightSpeedOutRight;-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in}@-webkit-keyframes lightSpeedOutLeft{0%{opacity:1}to{-webkit-transform:translate3d(-100%,0,0) skewX(-30deg);transform:translate3d(-100%,0,0) skew(-30deg);opacity:0}}@keyframes lightSpeedOutLeft{0%{opacity:1}to{-webkit-transform:translate3d(-100%,0,0) skewX(-30deg);transform:translate3d(-100%,0,0) skew(-30deg);opacity:0}}.animate__lightSpeedOutLeft{-webkit-animation-name:lightSpeedOutLeft;animation-name:lightSpeedOutLeft;-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in}@-webkit-keyframes rotateIn{0%{-webkit-transform:rotate3d(0,0,1,-200deg);transform:rotate3d(0,0,1,-200deg);opacity:0}to{-webkit-transform:translate3d(0,0,0);transform:translateZ(0);opacity:1}}@keyframes rotateIn{0%{-webkit-transform:rotate3d(0,0,1,-200deg);transform:rotate3d(0,0,1,-200deg);opacity:0}to{-webkit-transform:translate3d(0,0,0);transform:translateZ(0);opacity:1}}.animate__rotateIn{-webkit-animation-name:rotateIn;animation-name:rotateIn;-webkit-transform-origin:center;transform-origin:center}@-webkit-keyframes rotateInDownLeft{0%{-webkit-transform:rotate3d(0,0,1,-45deg);transform:rotate3d(0,0,1,-45deg);opacity:0}to{-webkit-transform:translate3d(0,0,0);transform:translateZ(0);opacity:1}}@keyframes rotateInDownLeft{0%{-webkit-transform:rotate3d(0,0,1,-45deg);transform:rotate3d(0,0,1,-45deg);opacity:0}to{-webkit-transform:translate3d(0,0,0);transform:translateZ(0);opacity:1}}.animate__rotateInDownLeft{-webkit-animation-name:rotateInDownLeft;animation-name:rotateInDownLeft;-webkit-transform-origin:left bottom;transform-origin:left bottom}@-webkit-keyframes rotateInDownRight{0%{-webkit-transform:rotate3d(0,0,1,45deg);transform:rotate3d(0,0,1,45deg);opacity:0}to{-webkit-transform:translate3d(0,0,0);transform:translateZ(0);opacity:1}}@keyframes rotateInDownRight{0%{-webkit-transform:rotate3d(0,0,1,45deg);transform:rotate3d(0,0,1,45deg);opacity:0}to{-webkit-transform:translate3d(0,0,0);transform:translateZ(0);opacity:1}}.animate__rotateInDownRight{-webkit-animation-name:rotateInDownRight;animation-name:rotateInDownRight;-webkit-transform-origin:right bottom;transform-origin:right bottom}@-webkit-keyframes rotateInUpLeft{0%{-webkit-transform:rotate3d(0,0,1,45deg);transform:rotate3d(0,0,1,45deg);opacity:0}to{-webkit-transform:translate3d(0,0,0);transform:translateZ(0);opacity:1}}@keyframes rotateInUpLeft{0%{-webkit-transform:rotate3d(0,0,1,45deg);transform:rotate3d(0,0,1,45deg);opacity:0}to{-webkit-transform:translate3d(0,0,0);transform:translateZ(0);opacity:1}}.animate__rotateInUpLeft{-webkit-animation-name:rotateInUpLeft;animation-name:rotateInUpLeft;-webkit-transform-origin:left bottom;transform-origin:left bottom}@-webkit-keyframes rotateInUpRight{0%{-webkit-transform:rotate3d(0,0,1,-90deg);transform:rotate3d(0,0,1,-90deg);opacity:0}to{-webkit-transform:translate3d(0,0,0);transform:translateZ(0);opacity:1}}@keyframes rotateInUpRight{0%{-webkit-transform:rotate3d(0,0,1,-90deg);transform:rotate3d(0,0,1,-90deg);opacity:0}to{-webkit-transform:translate3d(0,0,0);transform:translateZ(0);opacity:1}}.animate__rotateInUpRight{-webkit-animation-name:rotateInUpRight;animation-name:rotateInUpRight;-webkit-transform-origin:right bottom;transform-origin:right bottom}@-webkit-keyframes rotateOut{0%{opacity:1}to{-webkit-transform:rotate3d(0,0,1,200deg);transform:rotate3d(0,0,1,200deg);opacity:0}}@keyframes rotateOut{0%{opacity:1}to{-webkit-transform:rotate3d(0,0,1,200deg);transform:rotate3d(0,0,1,200deg);opacity:0}}.animate__rotateOut{-webkit-animation-name:rotateOut;animation-name:rotateOut;-webkit-transform-origin:center;transform-origin:center}@-webkit-keyframes rotateOutDownLeft{0%{opacity:1}to{-webkit-transform:rotate3d(0,0,1,45deg);transform:rotate3d(0,0,1,45deg);opacity:0}}@keyframes rotateOutDownLeft{0%{opacity:1}to{-webkit-transform:rotate3d(0,0,1,45deg);transform:rotate3d(0,0,1,45deg);opacity:0}}.animate__rotateOutDownLeft{-webkit-animation-name:rotateOutDownLeft;animation-name:rotateOutDownLeft;-webkit-transform-origin:left bottom;transform-origin:left bottom}@-webkit-keyframes rotateOutDownRight{0%{opacity:1}to{-webkit-transform:rotate3d(0,0,1,-45deg);transform:rotate3d(0,0,1,-45deg);opacity:0}}@keyframes rotateOutDownRight{0%{opacity:1}to{-webkit-transform:rotate3d(0,0,1,-45deg);transform:rotate3d(0,0,1,-45deg);opacity:0}}.animate__rotateOutDownRight{-webkit-animation-name:rotateOutDownRight;animation-name:rotateOutDownRight;-webkit-transform-origin:right bottom;transform-origin:right bottom}@-webkit-keyframes rotateOutUpLeft{0%{opacity:1}to{-webkit-transform:rotate3d(0,0,1,-45deg);transform:rotate3d(0,0,1,-45deg);opacity:0}}@keyframes rotateOutUpLeft{0%{opacity:1}to{-webkit-transform:rotate3d(0,0,1,-45deg);transform:rotate3d(0,0,1,-45deg);opacity:0}}.animate__rotateOutUpLeft{-webkit-animation-name:rotateOutUpLeft;animation-name:rotateOutUpLeft;-webkit-transform-origin:left bottom;transform-origin:left bottom}@-webkit-keyframes rotateOutUpRight{0%{opacity:1}to{-webkit-transform:rotate3d(0,0,1,90deg);transform:rotate3d(0,0,1,90deg);opacity:0}}@keyframes rotateOutUpRight{0%{opacity:1}to{-webkit-transform:rotate3d(0,0,1,90deg);transform:rotate3d(0,0,1,90deg);opacity:0}}.animate__rotateOutUpRight{-webkit-animation-name:rotateOutUpRight;animation-name:rotateOutUpRight;-webkit-transform-origin:right bottom;transform-origin:right bottom}@-webkit-keyframes hinge{0%{-webkit-animation-timing-function:ease-in-out;animation-timing-function:ease-in-out}20%,60%{-webkit-transform:rotate3d(0,0,1,80deg);transform:rotate3d(0,0,1,80deg);-webkit-animation-timing-function:ease-in-out;animation-timing-function:ease-in-out}40%,80%{-webkit-transform:rotate3d(0,0,1,60deg);transform:rotate3d(0,0,1,60deg);-webkit-animation-timing-function:ease-in-out;animation-timing-function:ease-in-out;opacity:1}to{-webkit-transform:translate3d(0,700px,0);transform:translate3d(0,700px,0);opacity:0}}@keyframes hinge{0%{-webkit-animation-timing-function:ease-in-out;animation-timing-function:ease-in-out}20%,60%{-webkit-transform:rotate3d(0,0,1,80deg);transform:rotate3d(0,0,1,80deg);-webkit-animation-timing-function:ease-in-out;animation-timing-function:ease-in-out}40%,80%{-webkit-transform:rotate3d(0,0,1,60deg);transform:rotate3d(0,0,1,60deg);-webkit-animation-timing-function:ease-in-out;animation-timing-function:ease-in-out;opacity:1}to{-webkit-transform:translate3d(0,700px,0);transform:translate3d(0,700px,0);opacity:0}}.animate__hinge{-webkit-animation-duration:2s;animation-duration:2s;-webkit-animation-duration:calc(var(--animate-duration) * 2);animation-duration:calc(var(--animate-duration) * 2);-webkit-animation-name:hinge;animation-name:hinge;-webkit-transform-origin:top left;transform-origin:top left}@-webkit-keyframes jackInTheBox{0%{opacity:0;-webkit-transform:scale(.1) rotate(30deg);transform:scale(.1) rotate(30deg);-webkit-transform-origin:center bottom;transform-origin:center bottom}50%{-webkit-transform:rotate(-10deg);transform:rotate(-10deg)}70%{-webkit-transform:rotate(3deg);transform:rotate(3deg)}to{opacity:1;-webkit-transform:scale(1);transform:scale(1)}}@keyframes jackInTheBox{0%{opacity:0;-webkit-transform:scale(.1) rotate(30deg);transform:scale(.1) rotate(30deg);-webkit-transform-origin:center bottom;transform-origin:center bottom}50%{-webkit-transform:rotate(-10deg);transform:rotate(-10deg)}70%{-webkit-transform:rotate(3deg);transform:rotate(3deg)}to{opacity:1;-webkit-transform:scale(1);transform:scale(1)}}.animate__jackInTheBox{-webkit-animation-name:jackInTheBox;animation-name:jackInTheBox}@-webkit-keyframes rollIn{0%{opacity:0;-webkit-transform:translate3d(-100%,0,0) rotate3d(0,0,1,-120deg);transform:translate3d(-100%,0,0) rotate3d(0,0,1,-120deg)}to{opacity:1;-webkit-transform:translate3d(0,0,0);transform:translateZ(0)}}@keyframes rollIn{0%{opacity:0;-webkit-transform:translate3d(-100%,0,0) rotate3d(0,0,1,-120deg);transform:translate3d(-100%,0,0) rotate3d(0,0,1,-120deg)}to{opacity:1;-webkit-transform:translate3d(0,0,0);transform:translateZ(0)}}.animate__rollIn{-webkit-animation-name:rollIn;animation-name:rollIn}@-webkit-keyframes rollOut{0%{opacity:1}to{opacity:0;-webkit-transform:translate3d(100%,0,0) rotate3d(0,0,1,120deg);transform:translate3d(100%,0,0) rotate3d(0,0,1,120deg)}}@keyframes rollOut{0%{opacity:1}to{opacity:0;-webkit-transform:translate3d(100%,0,0) rotate3d(0,0,1,120deg);transform:translate3d(100%,0,0) rotate3d(0,0,1,120deg)}}.animate__rollOut{-webkit-animation-name:rollOut;animation-name:rollOut}@-webkit-keyframes zoomIn{0%{opacity:0;-webkit-transform:scale3d(.3,.3,.3);transform:scale3d(.3,.3,.3)}50%{opacity:1}}@keyframes zoomIn{0%{opacity:0;-webkit-transform:scale3d(.3,.3,.3);transform:scale3d(.3,.3,.3)}50%{opacity:1}}.animate__zoomIn{-webkit-animation-name:zoomIn;animation-name:zoomIn}@-webkit-keyframes zoomInDown{0%{opacity:0;-webkit-transform:scale3d(.1,.1,.1) translate3d(0,-1000px,0);transform:scale3d(.1,.1,.1) translate3d(0,-1000px,0);-webkit-animation-timing-function:cubic-bezier(.55,.055,.675,.19);animation-timing-function:cubic-bezier(.55,.055,.675,.19)}60%{opacity:1;-webkit-transform:scale3d(.475,.475,.475) translate3d(0,60px,0);transform:scale3d(.475,.475,.475) translate3d(0,60px,0);-webkit-animation-timing-function:cubic-bezier(.175,.885,.32,1);animation-timing-function:cubic-bezier(.175,.885,.32,1)}}@keyframes zoomInDown{0%{opacity:0;-webkit-transform:scale3d(.1,.1,.1) translate3d(0,-1000px,0);transform:scale3d(.1,.1,.1) translate3d(0,-1000px,0);-webkit-animation-timing-function:cubic-bezier(.55,.055,.675,.19);animation-timing-function:cubic-bezier(.55,.055,.675,.19)}60%{opacity:1;-webkit-transform:scale3d(.475,.475,.475) translate3d(0,60px,0);transform:scale3d(.475,.475,.475) translate3d(0,60px,0);-webkit-animation-timing-function:cubic-bezier(.175,.885,.32,1);animation-timing-function:cubic-bezier(.175,.885,.32,1)}}.animate__zoomInDown{-webkit-animation-name:zoomInDown;animation-name:zoomInDown}@-webkit-keyframes zoomInLeft{0%{opacity:0;-webkit-transform:scale3d(.1,.1,.1) translate3d(-1000px,0,0);transform:scale3d(.1,.1,.1) translate3d(-1000px,0,0);-webkit-animation-timing-function:cubic-bezier(.55,.055,.675,.19);animation-timing-function:cubic-bezier(.55,.055,.675,.19)}60%{opacity:1;-webkit-transform:scale3d(.475,.475,.475) translate3d(10px,0,0);transform:scale3d(.475,.475,.475) translate3d(10px,0,0);-webkit-animation-timing-function:cubic-bezier(.175,.885,.32,1);animation-timing-function:cubic-bezier(.175,.885,.32,1)}}@keyframes zoomInLeft{0%{opacity:0;-webkit-transform:scale3d(.1,.1,.1) translate3d(-1000px,0,0);transform:scale3d(.1,.1,.1) translate3d(-1000px,0,0);-webkit-animation-timing-function:cubic-bezier(.55,.055,.675,.19);animation-timing-function:cubic-bezier(.55,.055,.675,.19)}60%{opacity:1;-webkit-transform:scale3d(.475,.475,.475) translate3d(10px,0,0);transform:scale3d(.475,.475,.475) translate3d(10px,0,0);-webkit-animation-timing-function:cubic-bezier(.175,.885,.32,1);animation-timing-function:cubic-bezier(.175,.885,.32,1)}}.animate__zoomInLeft{-webkit-animation-name:zoomInLeft;animation-name:zoomInLeft}@-webkit-keyframes zoomInRight{0%{opacity:0;-webkit-transform:scale3d(.1,.1,.1) translate3d(1000px,0,0);transform:scale3d(.1,.1,.1) translate3d(1000px,0,0);-webkit-animation-timing-function:cubic-bezier(.55,.055,.675,.19);animation-timing-function:cubic-bezier(.55,.055,.675,.19)}60%{opacity:1;-webkit-transform:scale3d(.475,.475,.475) translate3d(-10px,0,0);transform:scale3d(.475,.475,.475) translate3d(-10px,0,0);-webkit-animation-timing-function:cubic-bezier(.175,.885,.32,1);animation-timing-function:cubic-bezier(.175,.885,.32,1)}}@keyframes zoomInRight{0%{opacity:0;-webkit-transform:scale3d(.1,.1,.1) translate3d(1000px,0,0);transform:scale3d(.1,.1,.1) translate3d(1000px,0,0);-webkit-animation-timing-function:cubic-bezier(.55,.055,.675,.19);animation-timing-function:cubic-bezier(.55,.055,.675,.19)}60%{opacity:1;-webkit-transform:scale3d(.475,.475,.475) translate3d(-10px,0,0);transform:scale3d(.475,.475,.475) translate3d(-10px,0,0);-webkit-animation-timing-function:cubic-bezier(.175,.885,.32,1);animation-timing-function:cubic-bezier(.175,.885,.32,1)}}.animate__zoomInRight{-webkit-animation-name:zoomInRight;animation-name:zoomInRight}@-webkit-keyframes zoomInUp{0%{opacity:0;-webkit-transform:scale3d(.1,.1,.1) translate3d(0,1000px,0);transform:scale3d(.1,.1,.1) translate3d(0,1000px,0);-webkit-animation-timing-function:cubic-bezier(.55,.055,.675,.19);animation-timing-function:cubic-bezier(.55,.055,.675,.19)}60%{opacity:1;-webkit-transform:scale3d(.475,.475,.475) translate3d(0,-60px,0);transform:scale3d(.475,.475,.475) translate3d(0,-60px,0);-webkit-animation-timing-function:cubic-bezier(.175,.885,.32,1);animation-timing-function:cubic-bezier(.175,.885,.32,1)}}@keyframes zoomInUp{0%{opacity:0;-webkit-transform:scale3d(.1,.1,.1) translate3d(0,1000px,0);transform:scale3d(.1,.1,.1) translate3d(0,1000px,0);-webkit-animation-timing-function:cubic-bezier(.55,.055,.675,.19);animation-timing-function:cubic-bezier(.55,.055,.675,.19)}60%{opacity:1;-webkit-transform:scale3d(.475,.475,.475) translate3d(0,-60px,0);transform:scale3d(.475,.475,.475) translate3d(0,-60px,0);-webkit-animation-timing-function:cubic-bezier(.175,.885,.32,1);animation-timing-function:cubic-bezier(.175,.885,.32,1)}}.animate__zoomInUp{-webkit-animation-name:zoomInUp;animation-name:zoomInUp}@-webkit-keyframes zoomOut{0%{opacity:1}50%{opacity:0;-webkit-transform:scale3d(.3,.3,.3);transform:scale3d(.3,.3,.3)}to{opacity:0}}@keyframes zoomOut{0%{opacity:1}50%{opacity:0;-webkit-transform:scale3d(.3,.3,.3);transform:scale3d(.3,.3,.3)}to{opacity:0}}.animate__zoomOut{-webkit-animation-name:zoomOut;animation-name:zoomOut}@-webkit-keyframes zoomOutDown{40%{opacity:1;-webkit-transform:scale3d(.475,.475,.475) translate3d(0,-60px,0);transform:scale3d(.475,.475,.475) translate3d(0,-60px,0);-webkit-animation-timing-function:cubic-bezier(.55,.055,.675,.19);animation-timing-function:cubic-bezier(.55,.055,.675,.19)}to{opacity:0;-webkit-transform:scale3d(.1,.1,.1) translate3d(0,2000px,0);transform:scale3d(.1,.1,.1) translate3d(0,2000px,0);-webkit-animation-timing-function:cubic-bezier(.175,.885,.32,1);animation-timing-function:cubic-bezier(.175,.885,.32,1)}}@keyframes zoomOutDown{40%{opacity:1;-webkit-transform:scale3d(.475,.475,.475) translate3d(0,-60px,0);transform:scale3d(.475,.475,.475) translate3d(0,-60px,0);-webkit-animation-timing-function:cubic-bezier(.55,.055,.675,.19);animation-timing-function:cubic-bezier(.55,.055,.675,.19)}to{opacity:0;-webkit-transform:scale3d(.1,.1,.1) translate3d(0,2000px,0);transform:scale3d(.1,.1,.1) translate3d(0,2000px,0);-webkit-animation-timing-function:cubic-bezier(.175,.885,.32,1);animation-timing-function:cubic-bezier(.175,.885,.32,1)}}.animate__zoomOutDown{-webkit-animation-name:zoomOutDown;animation-name:zoomOutDown;-webkit-transform-origin:center bottom;transform-origin:center bottom}@-webkit-keyframes zoomOutLeft{40%{opacity:1;-webkit-transform:scale3d(.475,.475,.475) translate3d(42px,0,0);transform:scale3d(.475,.475,.475) translate3d(42px,0,0)}to{opacity:0;-webkit-transform:scale(.1) translate3d(-2000px,0,0);transform:scale(.1) translate3d(-2000px,0,0)}}@keyframes zoomOutLeft{40%{opacity:1;-webkit-transform:scale3d(.475,.475,.475) translate3d(42px,0,0);transform:scale3d(.475,.475,.475) translate3d(42px,0,0)}to{opacity:0;-webkit-transform:scale(.1) translate3d(-2000px,0,0);transform:scale(.1) translate3d(-2000px,0,0)}}.animate__zoomOutLeft{-webkit-animation-name:zoomOutLeft;animation-name:zoomOutLeft;-webkit-transform-origin:left center;transform-origin:left center}@-webkit-keyframes zoomOutRight{40%{opacity:1;-webkit-transform:scale3d(.475,.475,.475) translate3d(-42px,0,0);transform:scale3d(.475,.475,.475) translate3d(-42px,0,0)}to{opacity:0;-webkit-transform:scale(.1) translate3d(2000px,0,0);transform:scale(.1) translate3d(2000px,0,0)}}@keyframes zoomOutRight{40%{opacity:1;-webkit-transform:scale3d(.475,.475,.475) translate3d(-42px,0,0);transform:scale3d(.475,.475,.475) translate3d(-42px,0,0)}to{opacity:0;-webkit-transform:scale(.1) translate3d(2000px,0,0);transform:scale(.1) translate3d(2000px,0,0)}}.animate__zoomOutRight{-webkit-animation-name:zoomOutRight;animation-name:zoomOutRight;-webkit-transform-origin:right center;transform-origin:right center}@-webkit-keyframes zoomOutUp{40%{opacity:1;-webkit-transform:scale3d(.475,.475,.475) translate3d(0,60px,0);transform:scale3d(.475,.475,.475) translate3d(0,60px,0);-webkit-animation-timing-function:cubic-bezier(.55,.055,.675,.19);animation-timing-function:cubic-bezier(.55,.055,.675,.19)}to{opacity:0;-webkit-transform:scale3d(.1,.1,.1) translate3d(0,-2000px,0);transform:scale3d(.1,.1,.1) translate3d(0,-2000px,0);-webkit-animation-timing-function:cubic-bezier(.175,.885,.32,1);animation-timing-function:cubic-bezier(.175,.885,.32,1)}}@keyframes zoomOutUp{40%{opacity:1;-webkit-transform:scale3d(.475,.475,.475) translate3d(0,60px,0);transform:scale3d(.475,.475,.475) translate3d(0,60px,0);-webkit-animation-timing-function:cubic-bezier(.55,.055,.675,.19);animation-timing-function:cubic-bezier(.55,.055,.675,.19)}to{opacity:0;-webkit-transform:scale3d(.1,.1,.1) translate3d(0,-2000px,0);transform:scale3d(.1,.1,.1) translate3d(0,-2000px,0);-webkit-animation-timing-function:cubic-bezier(.175,.885,.32,1);animation-timing-function:cubic-bezier(.175,.885,.32,1)}}.animate__zoomOutUp{-webkit-animation-name:zoomOutUp;animation-name:zoomOutUp;-webkit-transform-origin:center bottom;transform-origin:center bottom}@-webkit-keyframes slideInDown{0%{-webkit-transform:translate3d(0,-100%,0);transform:translate3d(0,-100%,0);visibility:visible}to{-webkit-transform:translate3d(0,0,0);transform:translateZ(0)}}@keyframes slideInDown{0%{-webkit-transform:translate3d(0,-100%,0);transform:translate3d(0,-100%,0);visibility:visible}to{-webkit-transform:translate3d(0,0,0);transform:translateZ(0)}}.animate__slideInDown{-webkit-animation-name:slideInDown;animation-name:slideInDown}@-webkit-keyframes slideInLeft{0%{-webkit-transform:translate3d(-100%,0,0);transform:translate3d(-100%,0,0);visibility:visible}to{-webkit-transform:translate3d(0,0,0);transform:translateZ(0)}}@keyframes slideInLeft{0%{-webkit-transform:translate3d(-100%,0,0);transform:translate3d(-100%,0,0);visibility:visible}to{-webkit-transform:translate3d(0,0,0);transform:translateZ(0)}}.animate__slideInLeft{-webkit-animation-name:slideInLeft;animation-name:slideInLeft}@-webkit-keyframes slideInRight{0%{-webkit-transform:translate3d(100%,0,0);transform:translate3d(100%,0,0);visibility:visible}to{-webkit-transform:translate3d(0,0,0);transform:translateZ(0)}}@keyframes slideInRight{0%{-webkit-transform:translate3d(100%,0,0);transform:translate3d(100%,0,0);visibility:visible}to{-webkit-transform:translate3d(0,0,0);transform:translateZ(0)}}.animate__slideInRight{-webkit-animation-name:slideInRight;animation-name:slideInRight}@-webkit-keyframes slideInUp{0%{-webkit-transform:translate3d(0,100%,0);transform:translate3d(0,100%,0);visibility:visible}to{-webkit-transform:translate3d(0,0,0);transform:translateZ(0)}}@keyframes slideInUp{0%{-webkit-transform:translate3d(0,100%,0);transform:translate3d(0,100%,0);visibility:visible}to{-webkit-transform:translate3d(0,0,0);transform:translateZ(0)}}.animate__slideInUp{-webkit-animation-name:slideInUp;animation-name:slideInUp}@-webkit-keyframes slideOutDown{0%{-webkit-transform:translate3d(0,0,0);transform:translateZ(0)}to{visibility:hidden;-webkit-transform:translate3d(0,100%,0);transform:translate3d(0,100%,0)}}@keyframes slideOutDown{0%{-webkit-transform:translate3d(0,0,0);transform:translateZ(0)}to{visibility:hidden;-webkit-transform:translate3d(0,100%,0);transform:translate3d(0,100%,0)}}.animate__slideOutDown{-webkit-animation-name:slideOutDown;animation-name:slideOutDown}@-webkit-keyframes slideOutLeft{0%{-webkit-transform:translate3d(0,0,0);transform:translateZ(0)}to{visibility:hidden;-webkit-transform:translate3d(-100%,0,0);transform:translate3d(-100%,0,0)}}@keyframes slideOutLeft{0%{-webkit-transform:translate3d(0,0,0);transform:translateZ(0)}to{visibility:hidden;-webkit-transform:translate3d(-100%,0,0);transform:translate3d(-100%,0,0)}}.animate__slideOutLeft{-webkit-animation-name:slideOutLeft;animation-name:slideOutLeft}@-webkit-keyframes slideOutRight{0%{-webkit-transform:translate3d(0,0,0);transform:translateZ(0)}to{visibility:hidden;-webkit-transform:translate3d(100%,0,0);transform:translate3d(100%,0,0)}}@keyframes slideOutRight{0%{-webkit-transform:translate3d(0,0,0);transform:translateZ(0)}to{visibility:hidden;-webkit-transform:translate3d(100%,0,0);transform:translate3d(100%,0,0)}}.animate__slideOutRight{-webkit-animation-name:slideOutRight;animation-name:slideOutRight}@-webkit-keyframes slideOutUp{0%{-webkit-transform:translate3d(0,0,0);transform:translateZ(0)}to{visibility:hidden;-webkit-transform:translate3d(0,-100%,0);transform:translate3d(0,-100%,0)}}@keyframes slideOutUp{0%{-webkit-transform:translate3d(0,0,0);transform:translateZ(0)}to{visibility:hidden;-webkit-transform:translate3d(0,-100%,0);transform:translate3d(0,-100%,0)}}.animate__slideOutUp{-webkit-animation-name:slideOutUp;animation-name:slideOutUp}/*!
Animate.css - http://daneden.me/animate
Licensed under the MIT license

Copyright (c) 2013 Daniel Eden

Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:

The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.

THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
*/.animated{animation-duration:1s;animation-fill-mode:both}.animated.hinge{animation-duration:2s}@keyframes bounce{0%,20%,50%,80%,to{transform:translateY(0)}40%{transform:translateY(-30px)}60%{transform:translateY(-15px)}}.bounce{animation-name:bounce}@keyframes flash{0%,50%,to{opacity:1}25%,75%{opacity:0}}.flash{animation-name:flash}@keyframes pulse{0%{transform:scale(1)}50%{transform:scale(1.1)}to{transform:scale(1)}}.pulse{animation-name:pulse}@keyframes shake{0%,to{transform:translate(0)}10%,30%,50%,70%,90%{transform:translate(-10px)}20%,40%,60%,80%{transform:translate(10px)}}.shake{animation-name:shake}@keyframes swing{20%{transform:rotate(15deg)}40%{transform:rotate(-10deg)}60%{transform:rotate(5deg)}80%{transform:rotate(-5deg)}to{transform:rotate(0)}}.swing{transform-origin:top center;animation-name:swing}@keyframes tada{0%{transform:scale(1)}10%,20%{transform:scale(.9) rotate(-3deg)}30%,50%,70%,90%{transform:scale(1.1) rotate(3deg)}40%,60%,80%{transform:scale(1.1) rotate(-3deg)}to{transform:scale(1) rotate(0)}}.tada{animation-name:tada}@keyframes wobble{0%{transform:translate(0)}15%{transform:translate(-25%) rotate(-5deg)}30%{transform:translate(20%) rotate(3deg)}45%{transform:translate(-15%) rotate(-3deg)}60%{transform:translate(10%) rotate(2deg)}75%{transform:translate(-5%) rotate(-1deg)}to{transform:translate(0)}}.wobble{animation-name:wobble}@keyframes bounceIn{0%{opacity:0;transform:scale(.3)}50%{opacity:1;transform:scale(1.05)}70%{transform:scale(.9)}to{transform:scale(1)}}.bounceIn{animation-name:bounceIn}@keyframes bounceInDown{0%{opacity:0;transform:translateY(-2000px)}60%{opacity:1;transform:translateY(30px)}80%{transform:translateY(-10px)}to{transform:translateY(0)}}.bounceInDown{animation-name:bounceInDown}@keyframes bounceInLeft{0%{opacity:0;transform:translate(-2000px)}60%{opacity:1;transform:translate(30px)}80%{transform:translate(-10px)}to{transform:translate(0)}}.bounceInLeft{animation-name:bounceInLeft}@keyframes bounceInRight{0%{opacity:0;transform:translate(2000px)}60%{opacity:1;transform:translate(-30px)}80%{transform:translate(10px)}to{transform:translate(0)}}.bounceInRight{animation-name:bounceInRight}@keyframes bounceInUp{0%{opacity:0;transform:translateY(2000px)}60%{opacity:1;transform:translateY(-30px)}80%{transform:translateY(10px)}to{transform:translateY(0)}}.bounceInUp{animation-name:bounceInUp}@keyframes bounceOut{0%{transform:scale(1)}25%{transform:scale(.95)}50%{opacity:1;transform:scale(1.1)}to{opacity:0;transform:scale(.3)}}.bounceOut{animation-name:bounceOut}@keyframes bounceOutDown{0%{transform:translateY(0)}20%{opacity:1;transform:translateY(-20px)}to{opacity:0;transform:translateY(2000px)}}.bounceOutDown{animation-name:bounceOutDown}@keyframes bounceOutLeft{0%{transform:translate(0)}20%{opacity:1;transform:translate(20px)}to{opacity:0;transform:translate(-2000px)}}.bounceOutLeft{animation-name:bounceOutLeft}@keyframes bounceOutRight{0%{transform:translate(0)}20%{opacity:1;transform:translate(-20px)}to{opacity:0;transform:translate(2000px)}}.bounceOutRight{animation-name:bounceOutRight}@keyframes bounceOutUp{0%{transform:translateY(0)}20%{opacity:1;transform:translateY(20px)}to{opacity:0;transform:translateY(-2000px)}}.bounceOutUp{animation-name:bounceOutUp}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}.fadeIn{animation-name:fadeIn}@keyframes fadeInDown{0%{opacity:0;transform:translateY(-20px)}to{opacity:1;transform:translateY(0)}}.fadeInDown{animation-name:fadeInDown}@keyframes fadeInDownBig{0%{opacity:0;transform:translateY(-2000px)}to{opacity:1;transform:translateY(0)}}.fadeInDownBig{animation-name:fadeInDownBig}@keyframes fadeInLeft{0%{opacity:0;transform:translate(-20px)}to{opacity:1;transform:translate(0)}}.fadeInLeft{animation-name:fadeInLeft}@keyframes fadeInLeftBig{0%{opacity:0;transform:translate(-2000px)}to{opacity:1;transform:translate(0)}}.fadeInLeftBig{animation-name:fadeInLeftBig}@keyframes fadeInRight{0%{opacity:0;transform:translate(20px)}to{opacity:1;transform:translate(0)}}.fadeInRight{animation-name:fadeInRight}@keyframes fadeInRightBig{0%{opacity:0;transform:translate(2000px)}to{opacity:1;transform:translate(0)}}.fadeInRightBig{animation-name:fadeInRightBig}@keyframes fadeInUp{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}.fadeInUp{animation-name:fadeInUp}@keyframes fadeInUpBig{0%{opacity:0;transform:translateY(2000px)}to{opacity:1;transform:translateY(0)}}.fadeInUpBig{animation-name:fadeInUpBig}@keyframes fadeOut{0%{opacity:1}to{opacity:0}}.fadeOut{animation-name:fadeOut}@keyframes fadeOutDown{0%{opacity:1;transform:translateY(0)}to{opacity:0;transform:translateY(20px)}}.fadeOutDown{animation-name:fadeOutDown}@keyframes fadeOutDownBig{0%{opacity:1;transform:translateY(0)}to{opacity:0;transform:translateY(2000px)}}.fadeOutDownBig{animation-name:fadeOutDownBig}@keyframes fadeOutLeft{0%{opacity:1;transform:translate(0)}to{opacity:0;transform:translate(-20px)}}.fadeOutLeft{animation-name:fadeOutLeft}@keyframes fadeOutLeftBig{0%{opacity:1;transform:translate(0)}to{opacity:0;transform:translate(-2000px)}}.fadeOutLeftBig{animation-name:fadeOutLeftBig}@keyframes fadeOutRight{0%{opacity:1;transform:translate(0)}to{opacity:0;transform:translate(20px)}}.fadeOutRight{animation-name:fadeOutRight}@keyframes fadeOutRightBig{0%{opacity:1;transform:translate(0)}to{opacity:0;transform:translate(2000px)}}.fadeOutRightBig{animation-name:fadeOutRightBig}@keyframes fadeOutUp{0%{opacity:1;transform:translateY(0)}to{opacity:0;transform:translateY(-20px)}}.fadeOutUp{animation-name:fadeOutUp}@keyframes fadeOutUpBig{0%{opacity:1;transform:translateY(0)}to{opacity:0;transform:translateY(-2000px)}}.fadeOutUpBig{animation-name:fadeOutUpBig}@keyframes flip{0%{transform:perspective(400px) translateZ(0) rotateY(0) scale(1);animation-timing-function:ease-out}40%{transform:perspective(400px) translateZ(150px) rotateY(170deg) scale(1);animation-timing-function:ease-out}50%{transform:perspective(400px) translateZ(150px) rotateY(190deg) scale(1);animation-timing-function:ease-in}80%{transform:perspective(400px) translateZ(0) rotateY(360deg) scale(.95);animation-timing-function:ease-in}to{transform:perspective(400px) translateZ(0) rotateY(360deg) scale(1);animation-timing-function:ease-in}}.animated.flip{backface-visibility:visible;animation-name:flip}@keyframes flipInX{0%{transform:perspective(400px) rotateX(90deg);opacity:0}40%{transform:perspective(400px) rotateX(-10deg)}70%{transform:perspective(400px) rotateX(10deg)}to{transform:perspective(400px) rotateX(0);opacity:1}}.flipInX{backface-visibility:visible!important;animation-name:flipInX}@keyframes flipInY{0%{transform:perspective(400px) rotateY(90deg);opacity:0}40%{transform:perspective(400px) rotateY(-10deg)}70%{transform:perspective(400px) rotateY(10deg)}to{transform:perspective(400px) rotateY(0);opacity:1}}.flipInY{backface-visibility:visible!important;animation-name:flipInY}@keyframes flipOutX{0%{transform:perspective(400px) rotateX(0);opacity:1}to{transform:perspective(400px) rotateX(90deg);opacity:0}}.flipOutX{animation-name:flipOutX;backface-visibility:visible!important}@keyframes flipOutY{0%{transform:perspective(400px) rotateY(0);opacity:1}to{transform:perspective(400px) rotateY(90deg);opacity:0}}.flipOutY{backface-visibility:visible!important;animation-name:flipOutY}@keyframes lightSpeedIn{0%{transform:translate(100%) skew(-30deg);opacity:0}60%{transform:translate(-20%) skew(30deg);opacity:1}80%{transform:translate(0) skew(-15deg);opacity:1}to{transform:translate(0) skew(0);opacity:1}}.lightSpeedIn{animation-name:lightSpeedIn;animation-timing-function:ease-out}@keyframes lightSpeedOut{0%{transform:translate(0) skew(0);opacity:1}to{transform:translate(100%) skew(-30deg);opacity:0}}.lightSpeedOut{animation-name:lightSpeedOut;animation-timing-function:ease-in}@keyframes rotateIn{0%{transform-origin:center center;transform:rotate(-200deg);opacity:0}to{transform-origin:center center;transform:rotate(0);opacity:1}}.rotateIn{animation-name:rotateIn}@keyframes rotateInDownLeft{0%{transform-origin:left bottom;transform:rotate(-90deg);opacity:0}to{transform-origin:left bottom;transform:rotate(0);opacity:1}}.rotateInDownLeft{animation-name:rotateInDownLeft}@keyframes rotateInDownRight{0%{transform-origin:right bottom;transform:rotate(90deg);opacity:0}to{transform-origin:right bottom;transform:rotate(0);opacity:1}}.rotateInDownRight{animation-name:rotateInDownRight}@keyframes rotateInUpLeft{0%{transform-origin:left bottom;transform:rotate(90deg);opacity:0}to{transform-origin:left bottom;transform:rotate(0);opacity:1}}.rotateInUpLeft{animation-name:rotateInUpLeft}@keyframes rotateInUpRight{0%{transform-origin:right bottom;transform:rotate(-90deg);opacity:0}to{transform-origin:right bottom;transform:rotate(0);opacity:1}}.rotateInUpRight{animation-name:rotateInUpRight}@keyframes rotateOut{0%{transform-origin:center center;transform:rotate(0);opacity:1}to{transform-origin:center center;transform:rotate(200deg);opacity:0}}.rotateOut{animation-name:rotateOut}@keyframes rotateOutDownLeft{0%{transform-origin:left bottom;transform:rotate(0);opacity:1}to{transform-origin:left bottom;transform:rotate(90deg);opacity:0}}.rotateOutDownLeft{animation-name:rotateOutDownLeft}@keyframes rotateOutDownRight{0%{transform-origin:right bottom;transform:rotate(0);opacity:1}to{transform-origin:right bottom;transform:rotate(-90deg);opacity:0}}.rotateOutDownRight{animation-name:rotateOutDownRight}@keyframes rotateOutUpLeft{0%{transform-origin:left bottom;transform:rotate(0);opacity:1}to{transform-origin:left bottom;transform:rotate(-90deg);opacity:0}}.rotateOutUpLeft{animation-name:rotateOutUpLeft}@keyframes rotateOutUpRight{0%{transform-origin:right bottom;transform:rotate(0);opacity:1}to{transform-origin:right bottom;transform:rotate(90deg);opacity:0}}.rotateOutUpRight{animation-name:rotateOutUpRight}@keyframes slideInDown{0%{opacity:0;transform:translateY(-2000px)}to{transform:translateY(0)}}.slideInDown{animation-name:slideInDown}@keyframes slideInLeft{0%{opacity:0;transform:translate(-2000px)}to{transform:translate(0)}}.slideInLeft{animation-name:slideInLeft}@keyframes slideInRight{0%{opacity:0;transform:translate(2000px)}to{transform:translate(0)}}.slideInRight{animation-name:slideInRight}@keyframes slideOutLeft{0%{transform:translate(0)}to{opacity:0;transform:translate(-2000px)}}.slideOutLeft{animation-name:slideOutLeft}@keyframes slideOutRight{0%{transform:translate(0)}to{opacity:0;transform:translate(2000px)}}.slideOutRight{animation-name:slideOutRight}@keyframes slideOutUp{0%{transform:translateY(0)}to{opacity:0;transform:translateY(-2000px)}}.slideOutUp{animation-name:slideOutUp}@keyframes hinge{0%{transform:rotate(0);transform-origin:top left;animation-timing-function:ease-in-out}20%,60%{transform:rotate(80deg);transform-origin:top left;animation-timing-function:ease-in-out}40%{transform:rotate(60deg);transform-origin:top left;animation-timing-function:ease-in-out}80%{transform:rotate(60deg) translateY(0);opacity:1;transform-origin:top left;animation-timing-function:ease-in-out}to{transform:translateY(700px);opacity:0}}.hinge{animation-name:hinge}@keyframes rollIn{0%{opacity:0;transform:translate(-100%) rotate(-120deg)}to{opacity:1;transform:translate(0) rotate(0)}}.rollIn{animation-name:rollIn}@keyframes rollOut{0%{opacity:1;transform:translate(0) rotate(0)}to{opacity:0;transform:translate(100%) rotate(120deg)}}.rollOut{animation-name:rollOut}*,:before,:after{--tw-border-spacing-x: 0;--tw-border-spacing-y: 0;--tw-translate-x: 0;--tw-translate-y: 0;--tw-rotate: 0;--tw-skew-x: 0;--tw-skew-y: 0;--tw-scale-x: 1;--tw-scale-y: 1;--tw-pan-x: ;--tw-pan-y: ;--tw-pinch-zoom: ;--tw-scroll-snap-strictness: proximity;--tw-gradient-from-position: ;--tw-gradient-via-position: ;--tw-gradient-to-position: ;--tw-ordinal: ;--tw-slashed-zero: ;--tw-numeric-figure: ;--tw-numeric-spacing: ;--tw-numeric-fraction: ;--tw-ring-inset: ;--tw-ring-offset-width: 0px;--tw-ring-offset-color: #fff;--tw-ring-color: rgb(59 130 246 / .5);--tw-ring-offset-shadow: 0 0 #0000;--tw-ring-shadow: 0 0 #0000;--tw-shadow: 0 0 #0000;--tw-shadow-colored: 0 0 #0000;--tw-blur: ;--tw-brightness: ;--tw-contrast: ;--tw-grayscale: ;--tw-hue-rotate: ;--tw-invert: ;--tw-saturate: ;--tw-sepia: ;--tw-drop-shadow: ;--tw-backdrop-blur: ;--tw-backdrop-brightness: ;--tw-backdrop-contrast: ;--tw-backdrop-grayscale: ;--tw-backdrop-hue-rotate: ;--tw-backdrop-invert: ;--tw-backdrop-opacity: ;--tw-backdrop-saturate: ;--tw-backdrop-sepia: ;--tw-contain-size: ;--tw-contain-layout: ;--tw-contain-paint: ;--tw-contain-style: }::backdrop{--tw-border-spacing-x: 0;--tw-border-spacing-y: 0;--tw-translate-x: 0;--tw-translate-y: 0;--tw-rotate: 0;--tw-skew-x: 0;--tw-skew-y: 0;--tw-scale-x: 1;--tw-scale-y: 1;--tw-pan-x: ;--tw-pan-y: ;--tw-pinch-zoom: ;--tw-scroll-snap-strictness: proximity;--tw-gradient-from-position: ;--tw-gradient-via-position: ;--tw-gradient-to-position: ;--tw-ordinal: ;--tw-slashed-zero: ;--tw-numeric-figure: ;--tw-numeric-spacing: ;--tw-numeric-fraction: ;--tw-ring-inset: ;--tw-ring-offset-width: 0px;--tw-ring-offset-color: #fff;--tw-ring-color: rgb(59 130 246 / .5);--tw-ring-offset-shadow: 0 0 #0000;--tw-ring-shadow: 0 0 #0000;--tw-shadow: 0 0 #0000;--tw-shadow-colored: 0 0 #0000;--tw-blur: ;--tw-brightness: ;--tw-contrast: ;--tw-grayscale: ;--tw-hue-rotate: ;--tw-invert: ;--tw-saturate: ;--tw-sepia: ;--tw-drop-shadow: ;--tw-backdrop-blur: ;--tw-backdrop-brightness: ;--tw-backdrop-contrast: ;--tw-backdrop-grayscale: ;--tw-backdrop-hue-rotate: ;--tw-backdrop-invert: ;--tw-backdrop-opacity: ;--tw-backdrop-saturate: ;--tw-backdrop-sepia: ;--tw-contain-size: ;--tw-contain-layout: ;--tw-contain-paint: ;--tw-contain-style: }.absolute{position:absolute}.relative{position:relative}.-top-\[0\.8rem\]{top:-.8rem}.bottom-0{bottom:0px}.bottom-\[-2rem\]{bottom:-2rem}.bottom-\[-4rem\]{bottom:-4rem}.bottom-\[0\]{bottom:0}.bottom-\[10\.6875rem\]{bottom:10.6875rem}.bottom-\[11\.97rem\]{bottom:11.97rem}.bottom-\[12\.1rem\]{bottom:12.1rem}.bottom-\[13\.4rem\]{bottom:13.4rem}.bottom-\[13\.97rem\]{bottom:13.97rem}.bottom-\[13\.9rem\]{bottom:13.9rem}.bottom-\[15\.35rem\]{bottom:15.35rem}.bottom-\[16\.2rem\]{bottom:16.2rem}.bottom-\[16\.95rem\]{bottom:16.95rem}.bottom-\[18\.6rem\]{bottom:18.6rem}.bottom-\[2\.1rem\]{bottom:2.1rem}.bottom-\[2\.5rem\]{bottom:2.5rem}.bottom-\[2\.85rem\]{bottom:2.85rem}.bottom-\[20\.8rem\]{bottom:20.8rem}.bottom-\[23\.3rem\]{bottom:23.3rem}.bottom-\[23\.4rem\]{bottom:23.4rem}.bottom-\[24\.5rem\]{bottom:24.5rem}.bottom-\[25\.1rem\]{bottom:25.1rem}.bottom-\[28\.6rem\]{bottom:28.6rem}.bottom-\[28\.75rem\]{bottom:28.75rem}.bottom-\[3\.1rem\]{bottom:3.1rem}.bottom-\[3\.4rem\]{bottom:3.4rem}.bottom-\[3\.5rem\]{bottom:3.5rem}.bottom-\[3\.7rem\]{bottom:3.7rem}.bottom-\[30\.2rem\]{bottom:30.2rem}.bottom-\[31\.8rem\]{bottom:31.8rem}.bottom-\[31rem\]{bottom:31rem}.bottom-\[32\.86rem\]{bottom:32.86rem}.bottom-\[33\.3rem\]{bottom:33.3rem}.bottom-\[33\.4rem\]{bottom:33.4rem}.bottom-\[38\.1rem\]{bottom:38.1rem}.bottom-\[3rem\]{bottom:3rem}.bottom-\[41rem\]{bottom:41rem}.bottom-\[43\.3rem\]{bottom:43.3rem}.bottom-\[43\.4rem\]{bottom:43.4rem}.bottom-\[4rem\]{bottom:4rem}.bottom-\[5\.1rem\]{bottom:5.1rem}.bottom-\[5\.45rem\]{bottom:5.45rem}.bottom-\[50\.9rem\]{bottom:50.9rem}.bottom-\[51rem\]{bottom:51rem}.bottom-\[53\.3rem\]{bottom:53.3rem}.bottom-\[53\.4rem\]{bottom:53.4rem}.bottom-\[54rem\]{bottom:54rem}.bottom-\[6rem\]{bottom:6rem}.bottom-\[7\.9rem\]{bottom:7.9rem}.bottom-\[8\.7rem\]{bottom:8.7rem}.bottom-\[8\.85rem\]{bottom:8.85rem}.bottom-\[8\.9rem\]{bottom:8.9rem}.left-0{left:0px}.left-\[-0\.2rem\]{left:-.2rem}.left-\[0\]{left:0}.left-\[10\.43rem\]{left:10.43rem}.left-\[10\.75rem\]{left:10.75rem}.left-\[10rem\]{left:10rem}.left-\[11rem\]{left:11rem}.left-\[12\.35rem\]{left:12.35rem}.left-\[12\.5rem\]{left:12.5rem}.left-\[12\.9rem\]{left:12.9rem}.left-\[14\.1rem\]{left:14.1rem}.left-\[14\.25rem\]{left:14.25rem}.left-\[16\.7rem\]{left:16.7rem}.left-\[18\.2625rem\]{left:18.2625rem}.left-\[18\.9rem\]{left:18.9rem}.left-\[19\.0625rem\]{left:19.0625rem}.left-\[2\.3rem\]{left:2.3rem}.left-\[22\.375rem\]{left:22.375rem}.left-\[22\.4375rem\]{left:22.4375rem}.left-\[22\.4rem\]{left:22.4rem}.left-\[22\.5rem\]{left:22.5rem}.left-\[22\.7rem\]{left:22.7rem}.left-\[23\.3rem\]{left:23.3rem}.left-\[23rem\]{left:23rem}.left-\[24rem\]{left:24rem}.left-\[29\.45rem\]{left:29.45rem}.left-\[3\.74rem\]{left:3.74rem}.left-\[3\.7rem\]{left:3.7rem}.left-\[30rem\]{left:30rem}.left-\[32\.0125rem\]{left:32.0125rem}.left-\[32\.1rem\]{left:32.1rem}.left-\[32\.5rem\]{left:32.5rem}.left-\[32\.8125rem\]{left:32.8125rem}.left-\[32\.95rem\]{left:32.95rem}.left-\[35\.3rem\]{left:35.3rem}.left-\[36\.9rem\]{left:36.9rem}.left-\[38\.6rem\]{left:38.6rem}.left-\[38rem\]{left:38rem}.left-\[4\.2rem\]{left:4.2rem}.left-\[4\.5125rem\]{left:4.5125rem}.left-\[4\.9rem\]{left:4.9rem}.left-\[41\.3rem\]{left:41.3rem}.left-\[41\.7rem\]{left:41.7rem}.left-\[41\.9rem\]{left:41.9rem}.left-\[45\.25rem\]{left:45.25rem}.left-\[5\.3125rem\]{left:5.3125rem}.left-\[5\.6rem\]{left:5.6rem}.left-\[50\%\]{left:50%}.left-\[50\.75rem\]{left:50.75rem}.left-\[6\.75rem\]{left:6.75rem}.left-\[6\.85rem\]{left:6.85rem}.left-\[7\.9rem\]{left:7.9rem}.left-\[8\.4rem\]{left:8.4rem}.left-\[9\.75rem\]{left:9.75rem}.right-0{right:0px}.right-\[-0\.7rem\]{right:-.7rem}.right-\[1\.95rem\]{right:1.95rem}.right-\[11\.35rem\]{right:11.35rem}.right-\[16rem\]{right:16rem}.right-\[17\.2rem\]{right:17.2rem}.right-\[19\.7rem\]{right:19.7rem}.right-\[2\.1rem\]{right:2.1rem}.right-\[20\.1rem\]{right:20.1rem}.right-\[21\.6875rem\]{right:21.6875rem}.right-\[22\.25rem\]{right:22.25rem}.right-\[22\.4rem\]{right:22.4rem}.right-\[22\.5rem\]{right:22.5rem}.right-\[23\.4rem\]{right:23.4rem}.right-\[25rem\]{right:25rem}.right-\[28\.4rem\]{right:28.4rem}.right-\[28\.8rem\]{right:28.8rem}.right-\[3\.75rem\]{right:3.75rem}.right-\[3\.8rem\]{right:3.8rem}.right-\[30rem\]{right:30rem}.right-\[34\.6rem\]{right:34.6rem}.right-\[35\.5rem\]{right:35.5rem}.right-\[36\.4rem\]{right:36.4rem}.right-\[36\.92rem\]{right:36.92rem}.right-\[36\.9rem\]{right:36.9rem}.right-\[37\.5rem\]{right:37.5rem}.right-\[37\.9rem\]{right:37.9rem}.right-\[4\.85rem\]{right:4.85rem}.right-\[44\.55rem\]{right:44.55rem}.right-\[46\.2rem\]{right:46.2rem}.right-\[5\.3rem\]{right:5.3rem}.right-\[5\.79rem\]{right:5.79rem}.right-\[54\.9rem\]{right:54.9rem}.right-\[7\.8rem\]{right:7.8rem}.right-\[8\.65rem\]{right:8.65rem}.top-0{top:0px}.top-\[-0\.75rem\]{top:-.75rem}.top-\[-11\.45rem\]{top:-11.45rem}.top-\[-23\.45rem\]{top:-23.45rem}.top-\[-26\.7rem\]{top:-26.7rem}.top-\[0\.625rem\]{top:.625rem}.top-\[10\.3rem\]{top:10.3rem}.top-\[10\.6rem\]{top:10.6rem}.top-\[10\.7rem\]{top:10.7rem}.top-\[11\.8rem\]{top:11.8rem}.top-\[13\.125rem\]{top:13.125rem}.top-\[15\.3rem\]{top:15.3rem}.top-\[15rem\]{top:15rem}.top-\[17\.5rem\]{top:17.5rem}.top-\[17\.875rem\]{top:17.875rem}.top-\[18\.25rem\]{top:18.25rem}.top-\[18\.3rem\]{top:18.3rem}.top-\[19\.2rem\]{top:19.2rem}.top-\[19\.4rem\]{top:19.4rem}.top-\[2\.1875rem\]{top:2.1875rem}.top-\[2\.5rem\]{top:2.5rem}.top-\[2\.95rem\]{top:2.95rem}.top-\[20\.375rem\]{top:20.375rem}.top-\[20\.9rem\]{top:20.9rem}.top-\[21\.2rem\]{top:21.2rem}.top-\[22\.4rem\]{top:22.4rem}.top-\[22\.5rem\]{top:22.5rem}.top-\[23rem\]{top:23rem}.top-\[24\.2rem\]{top:24.2rem}.top-\[24rem\]{top:24rem}.top-\[25\.1rem\]{top:25.1rem}.top-\[25\.2rem\]{top:25.2rem}.top-\[28\.5rem\]{top:28.5rem}.top-\[31\.5rem\]{top:31.5rem}.top-\[32\.5rem\]{top:32.5rem}.top-\[33rem\]{top:33rem}.top-\[3rem\]{top:3rem}.top-\[4\.2rem\]{top:4.2rem}.top-\[4\.5rem\]{top:4.5rem}.top-\[40\.8rem\]{top:40.8rem}.top-\[6rem\]{top:6rem}.top-\[7\.25rem\]{top:7.25rem}.top-\[8rem\]{top:8rem}.z-10{z-index:10}.z-20{z-index:20}.z-40{z-index:40}.m-\[0\.66rem\]{margin:.66rem}.m-\[5px\]{margin:5px}.mb-0{margin-bottom:0}.mb-0\.5{margin-bottom:.125rem}.ml-\[-6rem\]{margin-left:-6rem}.ml-\[0\.125rem\]{margin-left:.125rem}.ml-\[0\.1875rem\]{margin-left:.1875rem}.ml-\[0\.1rem\]{margin-left:.1rem}.ml-\[1\.125rem\]{margin-left:1.125rem}.ml-\[1\.25rem\]{margin-left:1.25rem}.ml-\[2\.65rem\]{margin-left:2.65rem}.mr-2{margin-right:.5rem}.mr-\[0\.875rem\]{margin-right:.875rem}.mr-\[0\.8rem\]{margin-right:.8rem}.mr-\[2\.65rem\]{margin-right:2.65rem}.mr-\[3rem\]{margin-right:3rem}.mt-\[0\.25rem\]{margin-top:.25rem}.mt-\[0\.3rem\]{margin-top:.3rem}.mt-\[0\.5rem\]{margin-top:.5rem}.mt-\[0\.625rem\]{margin-top:.625rem}.mt-\[0\.6rem\]{margin-top:.6rem}.mt-\[0\.75rem\]{margin-top:.75rem}.mt-\[0\.9rem\]{margin-top:.9rem}.mt-\[1\.15rem\]{margin-top:1.15rem}.mt-\[1\.25rem\]{margin-top:1.25rem}.mt-\[1\.5rem\]{margin-top:1.5rem}.mt-\[1\.6rem\]{margin-top:1.6rem}.mt-\[10px\]{margin-top:10px}.mt-\[2\.1rem\]{margin-top:2.1rem}.mt-\[3rem\]{margin-top:3rem}.mt-\[4rem\]{margin-top:4rem}.mt-\[7rem\]{margin-top:7rem}.mt-\[8\.5rem\]{margin-top:8.5rem}.box-border{box-sizing:border-box}.flex{display:flex}.h-\[1\.875rem\]{height:1.875rem}.h-\[10rem\]{height:10rem}.h-\[11\.5rem\]{height:11.5rem}.h-\[11\.8rem\]{height:11.8rem}.h-\[12rem\]{height:12rem}.h-\[13\.5rem\]{height:13.5rem}.h-\[14\.55rem\]{height:14.55rem}.h-\[15\.125rem\]{height:15.125rem}.h-\[16\.25rem\]{height:16.25rem}.h-\[16\.9rem\]{height:16.9rem}.h-\[18\.75rem\]{height:18.75rem}.h-\[2\.5rem\]{height:2.5rem}.h-\[28rem\]{height:28rem}.h-\[3\.125rem\]{height:3.125rem}.h-\[4\.375rem\]{height:4.375rem}.h-\[42rem\]{height:42rem}.h-\[4rem\]{height:4rem}.h-\[5\.51rem\]{height:5.51rem}.h-\[5\.5rem\]{height:5.5rem}.h-\[5rem\]{height:5rem}.h-\[6\.25rem\]{height:6.25rem}.h-\[6\.6rem\]{height:6.6rem}.h-\[6\.875rem\]{height:6.875rem}.h-\[68rem\]{height:68rem}.h-\[8\.125rem\]{height:8.125rem}.h-\[8\.75rem\]{height:8.75rem}.h-\[8rem\]{height:8rem}.h-\[9rem\]{height:9rem}.h-\[calc\(\(100\%-8\.5rem\)\/9\)\]{height:calc((100% - 8.5rem) / 9)}.h-\[calc\(100\%-8\.5rem\)\]{height:calc(100% - 8.5rem)}.h-full{height:100%}.w-\[1\.125rem\]{width:1.125rem}.w-\[1\.2rem\]{width:1.2rem}.w-\[1\.35rem\]{width:1.35rem}.w-\[1\.875rem\]{width:1.875rem}.w-\[10rem\]{width:10rem}.w-\[11\.25rem\]{width:11.25rem}.w-\[12\.5rem\]{width:12.5rem}.w-\[12rem\]{width:12rem}.w-\[13\.75rem\]{width:13.75rem}.w-\[14\.875rem\]{width:14.875rem}.w-\[15\.45rem\]{width:15.45rem}.w-\[16\.55rem\]{width:16.55rem}.w-\[18\.65rem\]{width:18.65rem}.w-\[19\.3rem\]{width:19.3rem}.w-\[2\.125rem\]{width:2.125rem}.w-\[2\.3125rem\]{width:2.3125rem}.w-\[2\.5rem\]{width:2.5rem}.w-\[20\.8125rem\]{width:20.8125rem}.w-\[21\.375rem\]{width:21.375rem}.w-\[22\.1rem\]{width:22.1rem}.w-\[22\.5rem\]{width:22.5rem}.w-\[22rem\]{width:22rem}.w-\[23\.4rem\]{width:23.4rem}.w-\[23\.95rem\]{width:23.95rem}.w-\[24\.2rem\]{width:24.2rem}.w-\[24\.4rem\]{width:24.4rem}.w-\[24\.6rem\]{width:24.6rem}.w-\[25\.75rem\]{width:25.75rem}.w-\[26\.15rem\]{width:26.15rem}.w-\[27\.5rem\]{width:27.5rem}.w-\[27\.77rem\]{width:27.77rem}.w-\[27rem\]{width:27rem}.w-\[28rem\]{width:28rem}.w-\[29\.375rem\]{width:29.375rem}.w-\[2rem\]{width:2rem}.w-\[3\.125rem\]{width:3.125rem}.w-\[3\.4rem\]{width:3.4rem}.w-\[3\.75rem\]{width:3.75rem}.w-\[30\.35rem\]{width:30.35rem}.w-\[30\.66rem\]{width:30.66rem}.w-\[30\.85rem\]{width:30.85rem}.w-\[31\.15rem\]{width:31.15rem}.w-\[33\.82rem\]{width:33.82rem}.w-\[33\.85rem\]{width:33.85rem}.w-\[35\.65rem\]{width:35.65rem}.w-\[37\.25rem\]{width:37.25rem}.w-\[37\.55rem\]{width:37.55rem}.w-\[37\.5rem\]{width:37.5rem}.w-\[38\.5rem\]{width:38.5rem}.w-\[39\.45rem\]{width:39.45rem}.w-\[4\.4rem\]{width:4.4rem}.w-\[4\.7rem\]{width:4.7rem}.w-\[4\.8rem\]{width:4.8rem}.w-\[41\.25rem\]{width:41.25rem}.w-\[42\.9rem\]{width:42.9rem}.w-\[42rem\]{width:42rem}.w-\[43\.2rem\]{width:43.2rem}.w-\[46\.5rem\]{width:46.5rem}.w-\[48\.15rem\]{width:48.15rem}.w-\[49\.35rem\]{width:49.35rem}.w-\[52\.45rem\]{width:52.45rem}.w-\[52rem\]{width:52rem}.w-\[58\.2rem\]{width:58.2rem}.w-\[58\.45rem\]{width:58.45rem}.w-\[6\.4375rem\]{width:6.4375rem}.w-\[6\.875rem\]{width:6.875rem}.w-\[6rem\]{width:6rem}.w-\[7\.05rem\]{width:7.05rem}.w-\[75\.7rem\]{width:75.7rem}.w-\[8\.125rem\]{width:8.125rem}.w-\[9\.375rem\]{width:9.375rem}.w-full{width:100%}.scale-105{--tw-scale-x: 1.05;--tw-scale-y: 1.05;transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skew(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))}.scale-125{--tw-scale-x: 1.25;--tw-scale-y: 1.25;transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skew(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))}.scale-75{--tw-scale-x: .75;--tw-scale-y: .75;transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skew(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))}.scale-y-116{--tw-scale-y: 1.16;transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skew(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))}.cursor-pointer{cursor:pointer}.flex-col{flex-direction:column}.flex-wrap{flex-wrap:wrap}.items-start{align-items:flex-start}.items-end{align-items:flex-end}.items-center{align-items:center}.justify-start{justify-content:flex-start}.justify-end{justify-content:flex-end}.justify-center{justify-content:center}.justify-between{justify-content:space-between}.overflow-hidden{overflow:hidden}.whitespace-nowrap{white-space:nowrap}.rounded{border-radius:.25rem}.rounded-full{border-radius:9999px}.rounded-bl-\[4rem\]{border-bottom-left-radius:4rem}.rounded-tl-\[4rem\]{border-top-left-radius:4rem}.border{border-width:1px}.bg-\[\#13151d\]{--tw-bg-opacity: 1;background-color:rgb(19 21 29 / var(--tw-bg-opacity))}.bg-\[\#1A1B2D\]{--tw-bg-opacity: 1;background-color:rgb(26 27 45 / var(--tw-bg-opacity))}.bg-\[\#E54A56\]{--tw-bg-opacity: 1;background-color:rgb(229 74 86 / var(--tw-bg-opacity))}.bg-\[hsla\(0\,0\%\,100\%\,\.2\)\]{background-color:#fff3}.bg-color33{--tw-bg-opacity: 1;background-color:rgb(200 32 45 / var(--tw-bg-opacity))}.bg-colorbg{--tw-bg-opacity: 1;background-color:rgb(37 38 45 / var(--tw-bg-opacity))}.bg-err{--tw-bg-opacity: 1;background-color:rgb(229 74 86 / var(--tw-bg-opacity))}.bg-lightot{--tw-bg-opacity: 1;background-color:rgb(26 28 38 / var(--tw-bg-opacity))}.bg-lightpr{--tw-bg-opacity: 1;background-color:rgb(242 246 254 / var(--tw-bg-opacity))}.bg-oth{--tw-bg-opacity: 1;background-color:rgb(216 34 48 / var(--tw-bg-opacity))}.bg-suc{--tw-bg-opacity: 1;background-color:rgb(31 34 44 / var(--tw-bg-opacity))}.bg-opacity-30{--tw-bg-opacity: .3}.bg-opacity-50{--tw-bg-opacity: .5}.from-\[pink\]{--tw-gradient-from: pink var(--tw-gradient-from-position);--tw-gradient-to: rgb(255 192 203 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.to-err{--tw-gradient-to: #e54a56 var(--tw-gradient-to-position)}.p-\[2rem\]{padding:2rem}.pl-\[0\.65rem\]{padding-left:.65rem}.pl-\[4\.8rem\]{padding-left:4.8rem}.pl-\[5\.25rem\]{padding-left:5.25rem}.pr-0{padding-right:0}.pr-\[1\.25rem\]{padding-right:1.25rem}.pr-\[1\.48rem\]{padding-right:1.48rem}.pr-\[2\.48rem\]{padding-right:2.48rem}.pt-\[5px\]{padding-top:5px}.text-center{text-align:center}.text-\[0\.72rem\]{font-size:.72rem}.text-\[0\.75rem\]{font-size:.75rem}.text-\[0\.854rem\]{font-size:.854rem}.text-\[0\.875rem\]{font-size:.875rem}.text-\[0\.88rem\]{font-size:.88rem}.text-\[0\.95rem\]{font-size:.95rem}.text-\[1\.125rem\]{font-size:1.125rem}.text-\[1\.25rem\]{font-size:1.25rem}.text-\[1\.3rem\]{font-size:1.3rem}.text-\[1\.5rem\]{font-size:1.5rem}.text-\[1\.625rem\]{font-size:1.625rem}.text-\[1\.74rem\]{font-size:1.74rem}.text-\[1\.75rem\]{font-size:1.75rem}.text-\[1\.7rem\]{font-size:1.7rem}.text-\[1\.875rem\]{font-size:1.875rem}.text-\[1rem\]{font-size:1rem}.text-\[2\.1rem\]{font-size:2.1rem}.text-\[3\.375rem\]{font-size:3.375rem}.text-\[3\.75rem\]{font-size:3.75rem}.text-\[3\.9rem\]{font-size:3.9rem}.text-\[5rem\]{font-size:5rem}.font-bold{font-weight:700}.font-semibold{font-weight:600}.italic{font-style:italic}.leading-\[1\.5rem\]{line-height:1.5rem}.leading-\[1\.875rem\]{line-height:1.875rem}.leading-\[2\.7rem\]{line-height:2.7rem}.leading-\[2rem\]{line-height:2rem}.leading-\[4\.4rem\]{line-height:4.4rem}.tracking-\[0\.028rem\]{letter-spacing:.028rem}.tracking-\[0\.038rem\]{letter-spacing:.038rem}.tracking-\[0\.03rem\]{letter-spacing:.03rem}.tracking-\[0\.048rem\]{letter-spacing:.048rem}.tracking-\[0\.04rem\]{letter-spacing:.04rem}.tracking-\[0\.079rem\]{letter-spacing:.079rem}.tracking-\[0\.09rem\]{letter-spacing:.09rem}.tracking-\[0\.11rem\]{letter-spacing:.11rem}.tracking-\[0\.12rem\]{letter-spacing:.12rem}.tracking-\[0\.14rem\]{letter-spacing:.14rem}.tracking-\[0\.18rem\]{letter-spacing:.18rem}.tracking-\[0\.1rem\]{letter-spacing:.1rem}.tracking-\[0\.24rem\]{letter-spacing:.24rem}.tracking-\[0\.2rem\]{letter-spacing:.2rem}.tracking-\[0\.3rem\]{letter-spacing:.3rem}.tracking-\[0\.51rem\]{letter-spacing:.51rem}.tracking-\[0\.6rem\]{letter-spacing:.6rem}.text-\[white\]{--tw-text-opacity: 1;color:rgb(255 255 255 / var(--tw-text-opacity))}.text-color66{--tw-text-opacity: 1;color:rgb(212 212 212 / var(--tw-text-opacity))}.text-color99{--tw-text-opacity: 1;color:rgb(190 200 214 / var(--tw-text-opacity))}.text-err{--tw-text-opacity: 1;color:rgb(229 74 86 / var(--tw-text-opacity))}.text-lighter{--tw-text-opacity: 1;color:rgb(255 174 180 / var(--tw-text-opacity))}.text-lightsu{--tw-text-opacity: 1;color:rgb(112 112 112 / var(--tw-text-opacity))}.opacity-90{opacity:.9}.opacity-95{opacity:.95}.transition{transition-property:color,background-color,border-color,text-decoration-color,fill,stroke,opacity,box-shadow,transform,filter,-webkit-backdrop-filter;transition-property:color,background-color,border-color,text-decoration-color,fill,stroke,opacity,box-shadow,transform,filter,backdrop-filter;transition-property:color,background-color,border-color,text-decoration-color,fill,stroke,opacity,box-shadow,transform,filter,backdrop-filter,-webkit-backdrop-filter;transition-timing-function:cubic-bezier(.4,0,.2,1);transition-duration:.15s}@keyframes isTop{0%{opacity:0;transform:translateY(-6.25rem)}to{opacity:1;transform:translateY(0)}}@keyframes isLeft{0%{opacity:0;transform:translate(-25rem)}to{opacity:1;transform:translate(0)}}@keyframes isRight{0%{opacity:0;transform:translate(25rem)}to{opacity:1;transform:translate(0)}}@keyframes isBottom{0%{opacity:0;transform:translateY(6.25rem)}to{opacity:1;transform:translateY(0)}}@keyframes isShake{0%{transform:translateY(0)}50%{transform:translateY(-50%)}to{transform:translateY(0)}}@keyframes isOpacity{0%{opacity:0}to{opacity:1}}.hr-anim1{animation:isBottom 1s both;animation-delay:.07s}.hr-anim2{animation:isBottom 1s both;animation-delay:.14s}.hr-anim3{animation:isBottom 1s both;animation-delay:.21s}.hr-anim4{animation:isBottom 1s both;animation-delay:.28s}.hr-anim5{animation:isBottom 1s both;animation-delay:.35s}.hr-anim6{animation:isBottom 1s both;animation-delay:.42s}.hr-anim7{animation:isBottom 1s both;animation-delay:.49s}.hr-anim8{animation:isBottom 1s both;animation-delay:.56s}.hr-anim9{animation:isBottom 1s both;animation-delay:.63s}.hr-anim10{animation:isBottom 1s both;animation-delay:.7s}.hr-anim11{animation:isBottom 1s both;animation-delay:.77s}.hr-anim12{animation:isBottom 1s both;animation-delay:.84s}.hr-anim13{animation:isBottom 1s both;animation-delay:.91s}.hr-anim14{animation:isBottom 1s both;animation-delay:.98s}.hr-anim15{animation:isBottom 1s both;animation-delay:1.05s}.hr-anim16{animation:isBottom 1s both;animation-delay:1.12s}.hr-anim17{animation:isBottom 1s both;animation-delay:1.19s}.hr-anim18{animation:isBottom 1s both;animation-delay:1.26s}.hr-anim19{animation:isBottom 1s both;animation-delay:1.33s}.hr-anim20{animation:isBottom 1s both;animation-delay:1.4s}.hr-anim21{animation:isBottom 1s both;animation-delay:1.47s}.hr-anim22{animation:isBottom 1s both;animation-delay:1.54s}.hr-anim23{animation:isBottom 1s both;animation-delay:1.61s}.hr-anim24{animation:isBottom 1s both;animation-delay:1.68s}.hr-anim25{animation:isBottom 1s both;animation-delay:1.75s}.hr-anim26{animation:isBottom 1s both;animation-delay:1.82s}.hr-anim27{animation:isBottom 1s both;animation-delay:1.89s}.hr-anim28{animation:isBottom 1s both;animation-delay:1.96s}.hr-anim29{animation:isBottom 1s both;animation-delay:2.03s}.hr-anim30{animation:isBottom 1s both;animation-delay:2.1s}.hr-anim31{animation:isBottom 1s both;animation-delay:2.17s}.hr-anim32{animation:isBottom 1s both;animation-delay:2.24s}.hr-anim33{animation:isBottom 1s both;animation-delay:2.31s}.hr-anim34{animation:isBottom 1s both;animation-delay:2.38s}.hr-anim35{animation:isBottom 1s both;animation-delay:2.45s}.hr-anim36{animation:isBottom 1s both;animation-delay:2.52s}.hr-anim37{animation:isBottom 1s both;animation-delay:2.59s}.hr-anim38{animation:isBottom 1s both;animation-delay:2.66s}.hr-anim39{animation:isBottom 1s both;animation-delay:2.73s}.hr-anim40{animation:isBottom 1s both;animation-delay:2.8s}.hr-anim41{animation:isBottom 1s both;animation-delay:2.87s}.hr-anim42{animation:isBottom 1s both;animation-delay:2.94s}.hr-anim43{animation:isBottom 1s both;animation-delay:3.01s}.hr-anim44{animation:isBottom 1s both;animation-delay:3.08s}.hr-anim45{animation:isBottom 1s both;animation-delay:3.15s}.hr-anim46{animation:isBottom 1s both;animation-delay:3.22s}.hr-anim47{animation:isBottom 1s both;animation-delay:3.29s}.hr-anim48{animation:isBottom 1s both;animation-delay:3.36s}.hr-anim49{animation:isBottom 1s both;animation-delay:3.43s}.hr-anim50{animation:isBottom 1s both;animation-delay:3.5s}.hr-anim51{animation:isBottom 1s both;animation-delay:3.57s}.hr-anim52{animation:isBottom 1s both;animation-delay:3.64s}.hr-anim53{animation:isBottom 1s both;animation-delay:3.71s}.hr-anim54{animation:isBottom 1s both;animation-delay:3.78s}.hr-anim55{animation:isBottom 1s both;animation-delay:3.85s}.hr-anim56{animation:isBottom 1s both;animation-delay:3.92s}.hr-anim57{animation:isBottom 1s both;animation-delay:3.99s}.hr-anim58{animation:isBottom 1s both;animation-delay:4.06s}.hr-anim59{animation:isBottom 1s both;animation-delay:4.13s}.hr-anim60{animation:isBottom 1s both;animation-delay:4.2s}.hr-anim61{animation:isBottom 1s both;animation-delay:4.27s}.hr-anim62{animation:isBottom 1s both;animation-delay:4.34s}.hr-anim63{animation:isBottom 1s both;animation-delay:4.41s}.hr-anim64{animation:isBottom 1s both;animation-delay:4.48s}.hr-anim65{animation:isBottom 1s both;animation-delay:4.55s}.hr-anim66{animation:isBottom 1s both;animation-delay:4.62s}.hr-anim67{animation:isBottom 1s both;animation-delay:4.69s}.hr-anim68{animation:isBottom 1s both;animation-delay:4.76s}.hr-anim69{animation:isBottom 1s both;animation-delay:4.83s}.hr-anim70{animation:isBottom 1s both;animation-delay:4.9s}.hr-anim71{animation:isBottom 1s both;animation-delay:4.97s}.hr-anim72{animation:isBottom 1s both;animation-delay:5.04s}.hr-anim73{animation:isBottom 1s both;animation-delay:5.11s}.hr-anim74{animation:isBottom 1s both;animation-delay:5.18s}.hr-anim75{animation:isBottom 1s both;animation-delay:5.25s}.hr-anim76{animation:isBottom 1s both;animation-delay:5.32s}.hr-anim77{animation:isBottom 1s both;animation-delay:5.39s}.hr-anim78{animation:isBottom 1s both;animation-delay:5.46s}.hr-anim79{animation:isBottom 1s both;animation-delay:5.53s}.hr-anim80{animation:isBottom 1s both;animation-delay:5.6s}.hr-anim81{animation:isBottom 1s both;animation-delay:5.67s}.hr-anim82{animation:isBottom 1s both;animation-delay:5.74s}.hr-anim83{animation:isBottom 1s both;animation-delay:5.81s}.hr-anim84{animation:isBottom 1s both;animation-delay:5.88s}.hr-anim85{animation:isBottom 1s both;animation-delay:5.95s}.hr-anim86{animation:isBottom 1s both;animation-delay:6.02s}.hr-anim87{animation:isBottom 1s both;animation-delay:6.09s}.hr-anim88{animation:isBottom 1s both;animation-delay:6.16s}.hr-anim89{animation:isBottom 1s both;animation-delay:6.23s}.hr-anim90{animation:isBottom 1s both;animation-delay:6.3s}.hr-anim91{animation:isBottom 1s both;animation-delay:6.37s}.hr-anim92{animation:isBottom 1s both;animation-delay:6.44s}.hr-anim93{animation:isBottom 1s both;animation-delay:6.51s}.hr-anim94{animation:isBottom 1s both;animation-delay:6.58s}.hr-anim95{animation:isBottom 1s both;animation-delay:6.65s}.hr-anim96{animation:isBottom 1s both;animation-delay:6.72s}.hr-anim97{animation:isBottom 1s both;animation-delay:6.79s}.hr-anim98{animation:isBottom 1s both;animation-delay:6.86s}.hr-anim99{animation:isBottom 1s both;animation-delay:6.93s}.hr-anim100{animation:isBottom 1s both;animation-delay:7s}.hr-anim101{animation:isBottom 1s both;animation-delay:7.07s}.hr-anim102{animation:isBottom 1s both;animation-delay:7.14s}.hr-anim103{animation:isBottom 1s both;animation-delay:7.21s}.hr-anim104{animation:isBottom 1s both;animation-delay:7.28s}.hr-anim105{animation:isBottom 1s both;animation-delay:7.35s}.hr-anim106{animation:isBottom 1s both;animation-delay:7.42s}.hr-anim107{animation:isBottom 1s both;animation-delay:7.49s}.hr-anim108{animation:isBottom 1s both;animation-delay:7.56s}.hr-anim109{animation:isBottom 1s both;animation-delay:7.63s}.hr-anim110{animation:isBottom 1s both;animation-delay:7.7s}.hr-anim111{animation:isBottom 1s both;animation-delay:7.77s}.hr-anim112{animation:isBottom 1s both;animation-delay:7.84s}.hr-anim113{animation:isBottom 1s both;animation-delay:7.91s}.hr-anim114{animation:isBottom 1s both;animation-delay:7.98s}.hr-anim115{animation:isBottom 1s both;animation-delay:8.05s}.hr-anim116{animation:isBottom 1s both;animation-delay:8.12s}.hr-anim117{animation:isBottom 1s both;animation-delay:8.19s}.hr-anim118{animation:isBottom 1s both;animation-delay:8.26s}.hr-anim119{animation:isBottom 1s both;animation-delay:8.33s}.hr-anim120{animation:isBottom 1s both;animation-delay:8.4s}.hr-anim121{animation:isBottom 1s both;animation-delay:8.47s}.hr-anim122{animation:isBottom 1s both;animation-delay:8.54s}.hr-anim123{animation:isBottom 1s both;animation-delay:8.61s}.hr-anim124{animation:isBottom 1s both;animation-delay:8.68s}.hr-anim125{animation:isBottom 1s both;animation-delay:8.75s}.hr-anim126{animation:isBottom 1s both;animation-delay:8.82s}.hr-anim127{animation:isBottom 1s both;animation-delay:8.89s}.hr-anim128{animation:isBottom 1s both;animation-delay:8.96s}.hr-anim129{animation:isBottom 1s both;animation-delay:9.03s}.hr-anim130{animation:isBottom 1s both;animation-delay:9.1s}.hr-anim131{animation:isBottom 1s both;animation-delay:9.17s}.hr-anim132{animation:isBottom 1s both;animation-delay:9.24s}.hr-anim133{animation:isBottom 1s both;animation-delay:9.31s}.hr-anim134{animation:isBottom 1s both;animation-delay:9.38s}.hr-anim135{animation:isBottom 1s both;animation-delay:9.45s}.hr-anim136{animation:isBottom 1s both;animation-delay:9.52s}.hr-anim137{animation:isBottom 1s both;animation-delay:9.59s}.hr-anim138{animation:isBottom 1s both;animation-delay:9.66s}.hr-anim139{animation:isBottom 1s both;animation-delay:9.73s}.hr-anim140{animation:isBottom 1s both;animation-delay:9.8s}.hr-anim141{animation:isBottom 1s both;animation-delay:9.87s}.hr-anim142{animation:isBottom 1s both;animation-delay:9.94s}.hr-anim143{animation:isBottom 1s both;animation-delay:10.01s}.hr-anim144{animation:isBottom 1s both;animation-delay:10.08s}.hr-anim145{animation:isBottom 1s both;animation-delay:10.15s}.hr-anim146{animation:isBottom 1s both;animation-delay:10.22s}.hr-anim147{animation:isBottom 1s both;animation-delay:10.29s}.hr-anim148{animation:isBottom 1s both;animation-delay:10.36s}.hr-anim149{animation:isBottom 1s both;animation-delay:10.43s}.hr-anim150{animation:isBottom 1s both;animation-delay:10.5s}.hr-anim151{animation:isBottom 1s both;animation-delay:10.57s}.hr-anim152{animation:isBottom 1s both;animation-delay:10.64s}.hr-anim153{animation:isBottom 1s both;animation-delay:10.71s}.hr-anim154{animation:isBottom 1s both;animation-delay:10.78s}.hr-anim155{animation:isBottom 1s both;animation-delay:10.85s}.hr-anim156{animation:isBottom 1s both;animation-delay:10.92s}.hr-anim157{animation:isBottom 1s both;animation-delay:10.99s}.hr-anim158{animation:isBottom 1s both;animation-delay:11.06s}.hr-anim159{animation:isBottom 1s both;animation-delay:11.13s}.hr-anim160{animation:isBottom 1s both;animation-delay:11.2s}.hr-anim161{animation:isBottom 1s both;animation-delay:11.27s}.hr-anim162{animation:isBottom 1s both;animation-delay:11.34s}.hr-anim163{animation:isBottom 1s both;animation-delay:11.41s}.hr-anim164{animation:isBottom 1s both;animation-delay:11.48s}.hr-anim165{animation:isBottom 1s both;animation-delay:11.55s}.hr-anim166{animation:isBottom 1s both;animation-delay:11.62s}.hr-anim167{animation:isBottom 1s both;animation-delay:11.69s}.hr-anim168{animation:isBottom 1s both;animation-delay:11.76s}.hr-anim169{animation:isBottom 1s both;animation-delay:11.83s}.hr-anim170{animation:isBottom 1s both;animation-delay:11.9s}.hr-anim171{animation:isBottom 1s both;animation-delay:11.97s}.hr-anim172{animation:isBottom 1s both;animation-delay:12.04s}.hr-anim173{animation:isBottom 1s both;animation-delay:12.11s}.hr-anim174{animation:isBottom 1s both;animation-delay:12.18s}.hr-anim175{animation:isBottom 1s both;animation-delay:12.25s}.hr-anim176{animation:isBottom 1s both;animation-delay:12.32s}.hr-anim177{animation:isBottom 1s both;animation-delay:12.39s}.hr-anim178{animation:isBottom 1s both;animation-delay:12.46s}.hr-anim179{animation:isBottom 1s both;animation-delay:12.53s}.hr-anim180{animation:isBottom 1s both;animation-delay:12.6s}.hr-anim181{animation:isBottom 1s both;animation-delay:12.67s}.hr-anim182{animation:isBottom 1s both;animation-delay:12.74s}.hr-anim183{animation:isBottom 1s both;animation-delay:12.81s}.hr-anim184{animation:isBottom 1s both;animation-delay:12.88s}.hr-anim185{animation:isBottom 1s both;animation-delay:12.95s}.hr-anim186{animation:isBottom 1s both;animation-delay:13.02s}.hr-anim187{animation:isBottom 1s both;animation-delay:13.09s}.hr-anim188{animation:isBottom 1s both;animation-delay:13.16s}.hr-anim189{animation:isBottom 1s both;animation-delay:13.23s}.hr-anim190{animation:isBottom 1s both;animation-delay:13.3s}.hr-anim191{animation:isBottom 1s both;animation-delay:13.37s}.hr-anim192{animation:isBottom 1s both;animation-delay:13.44s}.hr-anim193{animation:isBottom 1s both;animation-delay:13.51s}.hr-anim194{animation:isBottom 1s both;animation-delay:13.58s}.hr-anim195{animation:isBottom 1s both;animation-delay:13.65s}.hr-anim196{animation:isBottom 1s both;animation-delay:13.72s}.hr-anim197{animation:isBottom 1s both;animation-delay:13.79s}.hr-anim198{animation:isBottom 1s both;animation-delay:13.86s}.hr-anim199{animation:isBottom 1s both;animation-delay:13.93s}.hr-anim200{animation:isBottom 1s both;animation-delay:14s}.hr-anim201{animation:isBottom 1s both;animation-delay:14.07s}.hr-anim202{animation:isBottom 1s both;animation-delay:14.14s}.hr-anim203{animation:isBottom 1s both;animation-delay:14.21s}.hr-anim204{animation:isBottom 1s both;animation-delay:14.28s}.hr-anim205{animation:isBottom 1s both;animation-delay:14.35s}.hr-anim206{animation:isBottom 1s both;animation-delay:14.42s}.hr-anim207{animation:isBottom 1s both;animation-delay:14.49s}.hr-anim208{animation:isBottom 1s both;animation-delay:14.56s}.hr-anim209{animation:isBottom 1s both;animation-delay:14.63s}.hr-anim210{animation:isBottom 1s both;animation-delay:14.7s}.hr-anim211{animation:isBottom 1s both;animation-delay:14.77s}.hr-anim212{animation:isBottom 1s both;animation-delay:14.84s}.hr-anim213{animation:isBottom 1s both;animation-delay:14.91s}.hr-anim214{animation:isBottom 1s both;animation-delay:14.98s}.hr-anim215{animation:isBottom 1s both;animation-delay:15.05s}.hr-anim216{animation:isBottom 1s both;animation-delay:15.12s}.hr-anim217{animation:isBottom 1s both;animation-delay:15.19s}.hr-anim218{animation:isBottom 1s both;animation-delay:15.26s}.hr-anim219{animation:isBottom 1s both;animation-delay:15.33s}.hr-anim220{animation:isBottom 1s both;animation-delay:15.4s}.hr-anim221{animation:isBottom 1s both;animation-delay:15.47s}.hr-anim222{animation:isBottom 1s both;animation-delay:15.54s}.hr-anim223{animation:isBottom 1s both;animation-delay:15.61s}.hr-anim224{animation:isBottom 1s both;animation-delay:15.68s}.hr-anim225{animation:isBottom 1s both;animation-delay:15.75s}.hr-anim226{animation:isBottom 1s both;animation-delay:15.82s}.hr-anim227{animation:isBottom 1s both;animation-delay:15.89s}.hr-anim228{animation:isBottom 1s both;animation-delay:15.96s}.hr-anim229{animation:isBottom 1s both;animation-delay:16.03s}.hr-anim230{animation:isBottom 1s both;animation-delay:16.1s}.hr-anim231{animation:isBottom 1s both;animation-delay:16.17s}.hr-anim232{animation:isBottom 1s both;animation-delay:16.24s}.hr-anim233{animation:isBottom 1s both;animation-delay:16.31s}.hr-anim234{animation:isBottom 1s both;animation-delay:16.38s}.hr-anim235{animation:isBottom 1s both;animation-delay:16.45s}.hr-anim236{animation:isBottom 1s both;animation-delay:16.52s}.hr-anim237{animation:isBottom 1s both;animation-delay:16.59s}.hr-anim238{animation:isBottom 1s both;animation-delay:16.66s}.hr-anim239{animation:isBottom 1s both;animation-delay:16.73s}.hr-anim240{animation:isBottom 1s both;animation-delay:16.8s}.hr-anim241{animation:isBottom 1s both;animation-delay:16.87s}.hr-anim242{animation:isBottom 1s both;animation-delay:16.94s}.hr-anim243{animation:isBottom 1s both;animation-delay:17.01s}.hr-anim244{animation:isBottom 1s both;animation-delay:17.08s}.hr-anim245{animation:isBottom 1s both;animation-delay:17.15s}.hr-anim246{animation:isBottom 1s both;animation-delay:17.22s}.hr-anim247{animation:isBottom 1s both;animation-delay:17.29s}.hr-anim248{animation:isBottom 1s both;animation-delay:17.36s}.hr-anim249{animation:isBottom 1s both;animation-delay:17.43s}.hr-anim250{animation:isBottom 1s both;animation-delay:17.5s}.hr-anim251{animation:isBottom 1s both;animation-delay:17.57s}.hr-anim252{animation:isBottom 1s both;animation-delay:17.64s}.hr-anim253{animation:isBottom 1s both;animation-delay:17.71s}.hr-anim254{animation:isBottom 1s both;animation-delay:17.78s}.hr-anim255{animation:isBottom 1s both;animation-delay:17.85s}.hr-anim256{animation:isBottom 1s both;animation-delay:17.92s}.hr-anim257{animation:isBottom 1s both;animation-delay:17.99s}.hr-anim258{animation:isBottom 1s both;animation-delay:18.06s}.hr-anim259{animation:isBottom 1s both;animation-delay:18.13s}.hr-anim260{animation:isBottom 1s both;animation-delay:18.2s}.hr-anim261{animation:isBottom 1s both;animation-delay:18.27s}.hr-anim262{animation:isBottom 1s both;animation-delay:18.34s}.hr-anim263{animation:isBottom 1s both;animation-delay:18.41s}.hr-anim264{animation:isBottom 1s both;animation-delay:18.48s}.hr-anim265{animation:isBottom 1s both;animation-delay:18.55s}.hr-anim266{animation:isBottom 1s both;animation-delay:18.62s}.hr-anim267{animation:isBottom 1s both;animation-delay:18.69s}.hr-anim268{animation:isBottom 1s both;animation-delay:18.76s}.hr-anim269{animation:isBottom 1s both;animation-delay:18.83s}.hr-anim270{animation:isBottom 1s both;animation-delay:18.9s}.hr-anim271{animation:isBottom 1s both;animation-delay:18.97s}.hr-anim272{animation:isBottom 1s both;animation-delay:19.04s}.hr-anim273{animation:isBottom 1s both;animation-delay:19.11s}.hr-anim274{animation:isBottom 1s both;animation-delay:19.18s}.hr-anim275{animation:isBottom 1s both;animation-delay:19.25s}.hr-anim276{animation:isBottom 1s both;animation-delay:19.32s}.hr-anim277{animation:isBottom 1s both;animation-delay:19.39s}.hr-anim278{animation:isBottom 1s both;animation-delay:19.46s}.hr-anim279{animation:isBottom 1s both;animation-delay:19.53s}.hr-anim280{animation:isBottom 1s both;animation-delay:19.6s}.hr-anim281{animation:isBottom 1s both;animation-delay:19.67s}.hr-anim282{animation:isBottom 1s both;animation-delay:19.74s}.hr-anim283{animation:isBottom 1s both;animation-delay:19.81s}.hr-anim284{animation:isBottom 1s both;animation-delay:19.88s}.hr-anim285{animation:isBottom 1s both;animation-delay:19.95s}.hr-anim286{animation:isBottom 1s both;animation-delay:20.02s}.hr-anim287{animation:isBottom 1s both;animation-delay:20.09s}.hr-anim288{animation:isBottom 1s both;animation-delay:20.16s}.hr-anim289{animation:isBottom 1s both;animation-delay:20.23s}.hr-anim290{animation:isBottom 1s both;animation-delay:20.3s}.hr-anim291{animation:isBottom 1s both;animation-delay:20.37s}.hr-anim292{animation:isBottom 1s both;animation-delay:20.44s}.hr-anim293{animation:isBottom 1s both;animation-delay:20.51s}.hr-anim294{animation:isBottom 1s both;animation-delay:20.58s}.hr-anim295{animation:isBottom 1s both;animation-delay:20.65s}.hr-anim296{animation:isBottom 1s both;animation-delay:20.72s}.hr-anim297{animation:isBottom 1s both;animation-delay:20.79s}.hr-anim298{animation:isBottom 1s both;animation-delay:20.86s}.hr-anim299{animation:isBottom 1s both;animation-delay:20.93s}.hr-anim300{animation:isBottom 1s both;animation-delay:21s}.hr-anim301{animation:isBottom 1s both;animation-delay:21.07s}.hr-anim302{animation:isBottom 1s both;animation-delay:21.14s}.hr-anim303{animation:isBottom 1s both;animation-delay:21.21s}.hr-anim304{animation:isBottom 1s both;animation-delay:21.28s}.hr-anim305{animation:isBottom 1s both;animation-delay:21.35s}.hr-anim306{animation:isBottom 1s both;animation-delay:21.42s}.hr-anim307{animation:isBottom 1s both;animation-delay:21.49s}.hr-anim308{animation:isBottom 1s both;animation-delay:21.56s}.hr-anim309{animation:isBottom 1s both;animation-delay:21.63s}.hr-anim310{animation:isBottom 1s both;animation-delay:21.7s}.hr-anim311{animation:isBottom 1s both;animation-delay:21.77s}.hr-anim312{animation:isBottom 1s both;animation-delay:21.84s}.hr-anim313{animation:isBottom 1s both;animation-delay:21.91s}.hr-anim314{animation:isBottom 1s both;animation-delay:21.98s}.hr-anim315{animation:isBottom 1s both;animation-delay:22.05s}.hr-anim316{animation:isBottom 1s both;animation-delay:22.12s}.hr-anim317{animation:isBottom 1s both;animation-delay:22.19s}.hr-anim318{animation:isBottom 1s both;animation-delay:22.26s}.hr-anim319{animation:isBottom 1s both;animation-delay:22.33s}.hr-anim320{animation:isBottom 1s both;animation-delay:22.4s}.hr-anim321{animation:isBottom 1s both;animation-delay:22.47s}.hr-anim322{animation:isBottom 1s both;animation-delay:22.54s}.hr-anim323{animation:isBottom 1s both;animation-delay:22.61s}.hr-anim324{animation:isBottom 1s both;animation-delay:22.68s}.hr-anim325{animation:isBottom 1s both;animation-delay:22.75s}.hr-anim326{animation:isBottom 1s both;animation-delay:22.82s}.hr-anim327{animation:isBottom 1s both;animation-delay:22.89s}.hr-anim328{animation:isBottom 1s both;animation-delay:22.96s}.hr-anim329{animation:isBottom 1s both;animation-delay:23.03s}.hr-anim330{animation:isBottom 1s both;animation-delay:23.1s}.hr-anim331{animation:isBottom 1s both;animation-delay:23.17s}.hr-anim332{animation:isBottom 1s both;animation-delay:23.24s}.hr-anim333{animation:isBottom 1s both;animation-delay:23.31s}.hr-anim334{animation:isBottom 1s both;animation-delay:23.38s}.hr-anim335{animation:isBottom 1s both;animation-delay:23.45s}.hr-anim336{animation:isBottom 1s both;animation-delay:23.52s}.hr-anim337{animation:isBottom 1s both;animation-delay:23.59s}.hr-anim338{animation:isBottom 1s both;animation-delay:23.66s}.hr-anim339{animation:isBottom 1s both;animation-delay:23.73s}.hr-anim340{animation:isBottom 1s both;animation-delay:23.8s}.hr-anim341{animation:isBottom 1s both;animation-delay:23.87s}.hr-anim342{animation:isBottom 1s both;animation-delay:23.94s}.hr-anim343{animation:isBottom 1s both;animation-delay:24.01s}.hr-anim344{animation:isBottom 1s both;animation-delay:24.08s}.hr-anim345{animation:isBottom 1s both;animation-delay:24.15s}.hr-anim346{animation:isBottom 1s both;animation-delay:24.22s}.hr-anim347{animation:isBottom 1s both;animation-delay:24.29s}.hr-anim348{animation:isBottom 1s both;animation-delay:24.36s}.hr-anim349{animation:isBottom 1s both;animation-delay:24.43s}.hr-anim350{animation:isBottom 1s both;animation-delay:24.5s}.hr-anim351{animation:isBottom 1s both;animation-delay:24.57s}.hr-anim352{animation:isBottom 1s both;animation-delay:24.64s}.hr-anim353{animation:isBottom 1s both;animation-delay:24.71s}.hr-anim354{animation:isBottom 1s both;animation-delay:24.78s}.hr-anim355{animation:isBottom 1s both;animation-delay:24.85s}.hr-anim356{animation:isBottom 1s both;animation-delay:24.92s}.hr-anim357{animation:isBottom 1s both;animation-delay:24.99s}.hr-anim358{animation:isBottom 1s both;animation-delay:25.06s}.hr-anim359{animation:isBottom 1s both;animation-delay:25.13s}.hr-anim360{animation:isBottom 1s both;animation-delay:25.2s}.hr-anim361{animation:isBottom 1s both;animation-delay:25.27s}.hr-anim362{animation:isBottom 1s both;animation-delay:25.34s}.hr-anim363{animation:isBottom 1s both;animation-delay:25.41s}.hr-anim364{animation:isBottom 1s both;animation-delay:25.48s}.hr-anim365{animation:isBottom 1s both;animation-delay:25.55s}.hr-anim366{animation:isBottom 1s both;animation-delay:25.62s}.hr-anim367{animation:isBottom 1s both;animation-delay:25.69s}.hr-anim368{animation:isBottom 1s both;animation-delay:25.76s}.hr-anim369{animation:isBottom 1s both;animation-delay:25.83s}.hr-anim370{animation:isBottom 1s both;animation-delay:25.9s}.hr-anim371{animation:isBottom 1s both;animation-delay:25.97s}.hr-anim372{animation:isBottom 1s both;animation-delay:26.04s}.hr-anim373{animation:isBottom 1s both;animation-delay:26.11s}.hr-anim374{animation:isBottom 1s both;animation-delay:26.18s}.hr-anim375{animation:isBottom 1s both;animation-delay:26.25s}.hr-anim376{animation:isBottom 1s both;animation-delay:26.32s}.hr-anim377{animation:isBottom 1s both;animation-delay:26.39s}.hr-anim378{animation:isBottom 1s both;animation-delay:26.46s}.hr-anim379{animation:isBottom 1s both;animation-delay:26.53s}.hr-anim380{animation:isBottom 1s both;animation-delay:26.6s}.hr-anim381{animation:isBottom 1s both;animation-delay:26.67s}.hr-anim382{animation:isBottom 1s both;animation-delay:26.74s}.hr-anim383{animation:isBottom 1s both;animation-delay:26.81s}.hr-anim384{animation:isBottom 1s both;animation-delay:26.88s}.hr-anim385{animation:isBottom 1s both;animation-delay:26.95s}.hr-anim386{animation:isBottom 1s both;animation-delay:27.02s}.hr-anim387{animation:isBottom 1s both;animation-delay:27.09s}.hr-anim388{animation:isBottom 1s both;animation-delay:27.16s}.hr-anim389{animation:isBottom 1s both;animation-delay:27.23s}.hr-anim390{animation:isBottom 1s both;animation-delay:27.3s}.hr-anim391{animation:isBottom 1s both;animation-delay:27.37s}.hr-anim392{animation:isBottom 1s both;animation-delay:27.44s}.hr-anim393{animation:isBottom 1s both;animation-delay:27.51s}.hr-anim394{animation:isBottom 1s both;animation-delay:27.58s}.hr-anim395{animation:isBottom 1s both;animation-delay:27.65s}.hr-anim396{animation:isBottom 1s both;animation-delay:27.72s}.hr-anim397{animation:isBottom 1s both;animation-delay:27.79s}.hr-anim398{animation:isBottom 1s both;animation-delay:27.86s}.hr-anim399{animation:isBottom 1s both;animation-delay:27.93s}.hr-anim400{animation:isBottom 1s both;animation-delay:28s}.hr-anim401{animation:isBottom 1s both;animation-delay:28.07s}.hr-anim402{animation:isBottom 1s both;animation-delay:28.14s}.hr-anim403{animation:isBottom 1s both;animation-delay:28.21s}.hr-anim404{animation:isBottom 1s both;animation-delay:28.28s}.hr-anim405{animation:isBottom 1s both;animation-delay:28.35s}.hr-anim406{animation:isBottom 1s both;animation-delay:28.42s}.hr-anim407{animation:isBottom 1s both;animation-delay:28.49s}.hr-anim408{animation:isBottom 1s both;animation-delay:28.56s}.hr-anim409{animation:isBottom 1s both;animation-delay:28.63s}.hr-anim410{animation:isBottom 1s both;animation-delay:28.7s}.hr-anim411{animation:isBottom 1s both;animation-delay:28.77s}.hr-anim412{animation:isBottom 1s both;animation-delay:28.84s}.hr-anim413{animation:isBottom 1s both;animation-delay:28.91s}.hr-anim414{animation:isBottom 1s both;animation-delay:28.98s}.hr-anim415{animation:isBottom 1s both;animation-delay:29.05s}.hr-anim416{animation:isBottom 1s both;animation-delay:29.12s}.hr-anim417{animation:isBottom 1s both;animation-delay:29.19s}.hr-anim418{animation:isBottom 1s both;animation-delay:29.26s}.hr-anim419{animation:isBottom 1s both;animation-delay:29.33s}.hr-anim420{animation:isBottom 1s both;animation-delay:29.4s}.hr-anim421{animation:isBottom 1s both;animation-delay:29.47s}.hr-anim422{animation:isBottom 1s both;animation-delay:29.54s}.hr-anim423{animation:isBottom 1s both;animation-delay:29.61s}.hr-anim424{animation:isBottom 1s both;animation-delay:29.68s}.hr-anim425{animation:isBottom 1s both;animation-delay:29.75s}.hr-anim426{animation:isBottom 1s both;animation-delay:29.82s}.hr-anim427{animation:isBottom 1s both;animation-delay:29.89s}.hr-anim428{animation:isBottom 1s both;animation-delay:29.96s}.hr-anim429{animation:isBottom 1s both;animation-delay:30.03s}.hr-anim430{animation:isBottom 1s both;animation-delay:30.1s}.hr-anim431{animation:isBottom 1s both;animation-delay:30.17s}.hr-anim432{animation:isBottom 1s both;animation-delay:30.24s}.hr-anim433{animation:isBottom 1s both;animation-delay:30.31s}.hr-anim434{animation:isBottom 1s both;animation-delay:30.38s}.hr-anim435{animation:isBottom 1s both;animation-delay:30.45s}.hr-anim436{animation:isBottom 1s both;animation-delay:30.52s}.hr-anim437{animation:isBottom 1s both;animation-delay:30.59s}.hr-anim438{animation:isBottom 1s both;animation-delay:30.66s}.hr-anim439{animation:isBottom 1s both;animation-delay:30.73s}.hr-anim440{animation:isBottom 1s both;animation-delay:30.8s}.hr-anim441{animation:isBottom 1s both;animation-delay:30.87s}.hr-anim442{animation:isBottom 1s both;animation-delay:30.94s}.hr-anim443{animation:isBottom 1s both;animation-delay:31.01s}.hr-anim444{animation:isBottom 1s both;animation-delay:31.08s}.hr-anim445{animation:isBottom 1s both;animation-delay:31.15s}.hr-anim446{animation:isBottom 1s both;animation-delay:31.22s}.hr-anim447{animation:isBottom 1s both;animation-delay:31.29s}.hr-anim448{animation:isBottom 1s both;animation-delay:31.36s}.hr-anim449{animation:isBottom 1s both;animation-delay:31.43s}.hr-anim450{animation:isBottom 1s both;animation-delay:31.5s}.hr-anim451{animation:isBottom 1s both;animation-delay:31.57s}.hr-anim452{animation:isBottom 1s both;animation-delay:31.64s}.hr-anim453{animation:isBottom 1s both;animation-delay:31.71s}.hr-anim454{animation:isBottom 1s both;animation-delay:31.78s}.hr-anim455{animation:isBottom 1s both;animation-delay:31.85s}.hr-anim456{animation:isBottom 1s both;animation-delay:31.92s}.hr-anim457{animation:isBottom 1s both;animation-delay:31.99s}.hr-anim458{animation:isBottom 1s both;animation-delay:32.06s}.hr-anim459{animation:isBottom 1s both;animation-delay:32.13s}.hr-anim460{animation:isBottom 1s both;animation-delay:32.2s}.hr-anim461{animation:isBottom 1s both;animation-delay:32.27s}.hr-anim462{animation:isBottom 1s both;animation-delay:32.34s}.hr-anim463{animation:isBottom 1s both;animation-delay:32.41s}.hr-anim464{animation:isBottom 1s both;animation-delay:32.48s}.hr-anim465{animation:isBottom 1s both;animation-delay:32.55s}.hr-anim466{animation:isBottom 1s both;animation-delay:32.62s}.hr-anim467{animation:isBottom 1s both;animation-delay:32.69s}.hr-anim468{animation:isBottom 1s both;animation-delay:32.76s}.hr-anim469{animation:isBottom 1s both;animation-delay:32.83s}.hr-anim470{animation:isBottom 1s both;animation-delay:32.9s}.hr-anim471{animation:isBottom 1s both;animation-delay:32.97s}.hr-anim472{animation:isBottom 1s both;animation-delay:33.04s}.hr-anim473{animation:isBottom 1s both;animation-delay:33.11s}.hr-anim474{animation:isBottom 1s both;animation-delay:33.18s}.hr-anim475{animation:isBottom 1s both;animation-delay:33.25s}.hr-anim476{animation:isBottom 1s both;animation-delay:33.32s}.hr-anim477{animation:isBottom 1s both;animation-delay:33.39s}.hr-anim478{animation:isBottom 1s both;animation-delay:33.46s}.hr-anim479{animation:isBottom 1s both;animation-delay:33.53s}.hr-anim480{animation:isBottom 1s both;animation-delay:33.6s}.hr-anim481{animation:isBottom 1s both;animation-delay:33.67s}.hr-anim482{animation:isBottom 1s both;animation-delay:33.74s}.hr-anim483{animation:isBottom 1s both;animation-delay:33.81s}.hr-anim484{animation:isBottom 1s both;animation-delay:33.88s}.hr-anim485{animation:isBottom 1s both;animation-delay:33.95s}.hr-anim486{animation:isBottom 1s both;animation-delay:34.02s}.hr-anim487{animation:isBottom 1s both;animation-delay:34.09s}.hr-anim488{animation:isBottom 1s both;animation-delay:34.16s}.hr-anim489{animation:isBottom 1s both;animation-delay:34.23s}.hr-anim490{animation:isBottom 1s both;animation-delay:34.3s}.hr-anim491{animation:isBottom 1s both;animation-delay:34.37s}.hr-anim492{animation:isBottom 1s both;animation-delay:34.44s}.hr-anim493{animation:isBottom 1s both;animation-delay:34.51s}.hr-anim494{animation:isBottom 1s both;animation-delay:34.58s}.hr-anim495{animation:isBottom 1s both;animation-delay:34.65s}.hr-anim496{animation:isBottom 1s both;animation-delay:34.72s}.hr-anim497{animation:isBottom 1s both;animation-delay:34.79s}.hr-anim498{animation:isBottom 1s both;animation-delay:34.86s}.hr-anim499{animation:isBottom 1s both;animation-delay:34.93s}.hr-anim500{animation:isBottom 1s both;animation-delay:35s}.hr-anim501{animation:isBottom 1s both;animation-delay:35.07s}.hr-anim502{animation:isBottom 1s both;animation-delay:35.14s}.hr-anim503{animation:isBottom 1s both;animation-delay:35.21s}.hr-anim504{animation:isBottom 1s both;animation-delay:35.28s}.hr-anim505{animation:isBottom 1s both;animation-delay:35.35s}.hr-anim506{animation:isBottom 1s both;animation-delay:35.42s}.hr-anim507{animation:isBottom 1s both;animation-delay:35.49s}.hr-anim508{animation:isBottom 1s both;animation-delay:35.56s}.hr-anim509{animation:isBottom 1s both;animation-delay:35.63s}.hr-anim510{animation:isBottom 1s both;animation-delay:35.7s}.hr-anim511{animation:isBottom 1s both;animation-delay:35.77s}.hr-anim512{animation:isBottom 1s both;animation-delay:35.84s}.hr-anim513{animation:isBottom 1s both;animation-delay:35.91s}.hr-anim514{animation:isBottom 1s both;animation-delay:35.98s}.hr-anim515{animation:isBottom 1s both;animation-delay:36.05s}.hr-anim516{animation:isBottom 1s both;animation-delay:36.12s}.hr-anim517{animation:isBottom 1s both;animation-delay:36.19s}.hr-anim518{animation:isBottom 1s both;animation-delay:36.26s}.hr-anim519{animation:isBottom 1s both;animation-delay:36.33s}.hr-anim520{animation:isBottom 1s both;animation-delay:36.4s}.hr-anim521{animation:isBottom 1s both;animation-delay:36.47s}.hr-anim522{animation:isBottom 1s both;animation-delay:36.54s}.hr-anim523{animation:isBottom 1s both;animation-delay:36.61s}.hr-anim524{animation:isBottom 1s both;animation-delay:36.68s}.hr-anim525{animation:isBottom 1s both;animation-delay:36.75s}.hr-anim526{animation:isBottom 1s both;animation-delay:36.82s}.hr-anim527{animation:isBottom 1s both;animation-delay:36.89s}.hr-anim528{animation:isBottom 1s both;animation-delay:36.96s}.hr-anim529{animation:isBottom 1s both;animation-delay:37.03s}.hr-anim530{animation:isBottom 1s both;animation-delay:37.1s}.hr-anim531{animation:isBottom 1s both;animation-delay:37.17s}.hr-anim532{animation:isBottom 1s both;animation-delay:37.24s}.hr-anim533{animation:isBottom 1s both;animation-delay:37.31s}.hr-anim534{animation:isBottom 1s both;animation-delay:37.38s}.hr-anim535{animation:isBottom 1s both;animation-delay:37.45s}.hr-anim536{animation:isBottom 1s both;animation-delay:37.52s}.hr-anim537{animation:isBottom 1s both;animation-delay:37.59s}.hr-anim538{animation:isBottom 1s both;animation-delay:37.66s}.hr-anim539{animation:isBottom 1s both;animation-delay:37.73s}.hr-anim540{animation:isBottom 1s both;animation-delay:37.8s}.hr-anim541{animation:isBottom 1s both;animation-delay:37.87s}.hr-anim542{animation:isBottom 1s both;animation-delay:37.94s}.hr-anim543{animation:isBottom 1s both;animation-delay:38.01s}.hr-anim544{animation:isBottom 1s both;animation-delay:38.08s}.hr-anim545{animation:isBottom 1s both;animation-delay:38.15s}.hr-anim546{animation:isBottom 1s both;animation-delay:38.22s}.hr-anim547{animation:isBottom 1s both;animation-delay:38.29s}.hr-anim548{animation:isBottom 1s both;animation-delay:38.36s}.hr-anim549{animation:isBottom 1s both;animation-delay:38.43s}.hr-anim550{animation:isBottom 1s both;animation-delay:38.5s}.hr-anim551{animation:isBottom 1s both;animation-delay:38.57s}.hr-anim552{animation:isBottom 1s both;animation-delay:38.64s}.hr-anim553{animation:isBottom 1s both;animation-delay:38.71s}.hr-anim554{animation:isBottom 1s both;animation-delay:38.78s}.hr-anim555{animation:isBottom 1s both;animation-delay:38.85s}.hr-anim556{animation:isBottom 1s both;animation-delay:38.92s}.hr-anim557{animation:isBottom 1s both;animation-delay:38.99s}.hr-anim558{animation:isBottom 1s both;animation-delay:39.06s}.hr-anim559{animation:isBottom 1s both;animation-delay:39.13s}.hr-anim560{animation:isBottom 1s both;animation-delay:39.2s}.hr-anim561{animation:isBottom 1s both;animation-delay:39.27s}.hr-anim562{animation:isBottom 1s both;animation-delay:39.34s}.hr-anim563{animation:isBottom 1s both;animation-delay:39.41s}.hr-anim564{animation:isBottom 1s both;animation-delay:39.48s}.hr-anim565{animation:isBottom 1s both;animation-delay:39.55s}.hr-anim566{animation:isBottom 1s both;animation-delay:39.62s}.hr-anim567{animation:isBottom 1s both;animation-delay:39.69s}.hr-anim568{animation:isBottom 1s both;animation-delay:39.76s}.hr-anim569{animation:isBottom 1s both;animation-delay:39.83s}.hr-anim570{animation:isBottom 1s both;animation-delay:39.9s}.hr-anim571{animation:isBottom 1s both;animation-delay:39.97s}.hr-anim572{animation:isBottom 1s both;animation-delay:40.04s}.hr-anim573{animation:isBottom 1s both;animation-delay:40.11s}.hr-anim574{animation:isBottom 1s both;animation-delay:40.18s}.hr-anim575{animation:isBottom 1s both;animation-delay:40.25s}.hr-anim576{animation:isBottom 1s both;animation-delay:40.32s}.hr-anim577{animation:isBottom 1s both;animation-delay:40.39s}.hr-anim578{animation:isBottom 1s both;animation-delay:40.46s}.hr-anim579{animation:isBottom 1s both;animation-delay:40.53s}.hr-anim580{animation:isBottom 1s both;animation-delay:40.6s}.hr-anim581{animation:isBottom 1s both;animation-delay:40.67s}.hr-anim582{animation:isBottom 1s both;animation-delay:40.74s}.hr-anim583{animation:isBottom 1s both;animation-delay:40.81s}.hr-anim584{animation:isBottom 1s both;animation-delay:40.88s}.hr-anim585{animation:isBottom 1s both;animation-delay:40.95s}.hr-anim586{animation:isBottom 1s both;animation-delay:41.02s}.hr-anim587{animation:isBottom 1s both;animation-delay:41.09s}.hr-anim588{animation:isBottom 1s both;animation-delay:41.16s}.hr-anim589{animation:isBottom 1s both;animation-delay:41.23s}.hr-anim590{animation:isBottom 1s both;animation-delay:41.3s}.hr-anim591{animation:isBottom 1s both;animation-delay:41.37s}.hr-anim592{animation:isBottom 1s both;animation-delay:41.44s}.hr-anim593{animation:isBottom 1s both;animation-delay:41.51s}.hr-anim594{animation:isBottom 1s both;animation-delay:41.58s}.hr-anim595{animation:isBottom 1s both;animation-delay:41.65s}.hr-anim596{animation:isBottom 1s both;animation-delay:41.72s}.hr-anim597{animation:isBottom 1s both;animation-delay:41.79s}.hr-anim598{animation:isBottom 1s both;animation-delay:41.86s}.hr-anim599{animation:isBottom 1s both;animation-delay:41.93s}.hr-anim600{animation:isBottom 1s both;animation-delay:42s}.hr-anim601{animation:isBottom 1s both;animation-delay:42.07s}.hr-anim602{animation:isBottom 1s both;animation-delay:42.14s}.hr-anim603{animation:isBottom 1s both;animation-delay:42.21s}.hr-anim604{animation:isBottom 1s both;animation-delay:42.28s}.hr-anim605{animation:isBottom 1s both;animation-delay:42.35s}.hr-anim606{animation:isBottom 1s both;animation-delay:42.42s}.hr-anim607{animation:isBottom 1s both;animation-delay:42.49s}.hr-anim608{animation:isBottom 1s both;animation-delay:42.56s}.hr-anim609{animation:isBottom 1s both;animation-delay:42.63s}.hr-anim610{animation:isBottom 1s both;animation-delay:42.7s}.hr-anim611{animation:isBottom 1s both;animation-delay:42.77s}.hr-anim612{animation:isBottom 1s both;animation-delay:42.84s}.hr-anim613{animation:isBottom 1s both;animation-delay:42.91s}.hr-anim614{animation:isBottom 1s both;animation-delay:42.98s}.hr-anim615{animation:isBottom 1s both;animation-delay:43.05s}.hr-anim616{animation:isBottom 1s both;animation-delay:43.12s}.hr-anim617{animation:isBottom 1s both;animation-delay:43.19s}.hr-anim618{animation:isBottom 1s both;animation-delay:43.26s}.hr-anim619{animation:isBottom 1s both;animation-delay:43.33s}.hr-anim620{animation:isBottom 1s both;animation-delay:43.4s}.hr-anim621{animation:isBottom 1s both;animation-delay:43.47s}.hr-anim622{animation:isBottom 1s both;animation-delay:43.54s}.hr-anim623{animation:isBottom 1s both;animation-delay:43.61s}.hr-anim624{animation:isBottom 1s both;animation-delay:43.68s}.hr-anim625{animation:isBottom 1s both;animation-delay:43.75s}.hr-anim626{animation:isBottom 1s both;animation-delay:43.82s}.hr-anim627{animation:isBottom 1s both;animation-delay:43.89s}.hr-anim628{animation:isBottom 1s both;animation-delay:43.96s}.hr-anim629{animation:isBottom 1s both;animation-delay:44.03s}.hr-anim630{animation:isBottom 1s both;animation-delay:44.1s}.hr-anim631{animation:isBottom 1s both;animation-delay:44.17s}.hr-anim632{animation:isBottom 1s both;animation-delay:44.24s}.hr-anim633{animation:isBottom 1s both;animation-delay:44.31s}.hr-anim634{animation:isBottom 1s both;animation-delay:44.38s}.hr-anim635{animation:isBottom 1s both;animation-delay:44.45s}.hr-anim636{animation:isBottom 1s both;animation-delay:44.52s}.hr-anim637{animation:isBottom 1s both;animation-delay:44.59s}.hr-anim638{animation:isBottom 1s both;animation-delay:44.66s}.hr-anim639{animation:isBottom 1s both;animation-delay:44.73s}.hr-anim640{animation:isBottom 1s both;animation-delay:44.8s}.hr-anim641{animation:isBottom 1s both;animation-delay:44.87s}.hr-anim642{animation:isBottom 1s both;animation-delay:44.94s}.hr-anim643{animation:isBottom 1s both;animation-delay:45.01s}.hr-anim644{animation:isBottom 1s both;animation-delay:45.08s}.hr-anim645{animation:isBottom 1s both;animation-delay:45.15s}.hr-anim646{animation:isBottom 1s both;animation-delay:45.22s}.hr-anim647{animation:isBottom 1s both;animation-delay:45.29s}.hr-anim648{animation:isBottom 1s both;animation-delay:45.36s}.hr-anim649{animation:isBottom 1s both;animation-delay:45.43s}.hr-anim650{animation:isBottom 1s both;animation-delay:45.5s}.hr-anim651{animation:isBottom 1s both;animation-delay:45.57s}.hr-anim652{animation:isBottom 1s both;animation-delay:45.64s}.hr-anim653{animation:isBottom 1s both;animation-delay:45.71s}.hr-anim654{animation:isBottom 1s both;animation-delay:45.78s}.hr-anim655{animation:isBottom 1s both;animation-delay:45.85s}.hr-anim656{animation:isBottom 1s both;animation-delay:45.92s}.hr-anim657{animation:isBottom 1s both;animation-delay:45.99s}.hr-anim658{animation:isBottom 1s both;animation-delay:46.06s}.hr-anim659{animation:isBottom 1s both;animation-delay:46.13s}.hr-anim660{animation:isBottom 1s both;animation-delay:46.2s}.hr-anim661{animation:isBottom 1s both;animation-delay:46.27s}.hr-anim662{animation:isBottom 1s both;animation-delay:46.34s}.hr-anim663{animation:isBottom 1s both;animation-delay:46.41s}.hr-anim664{animation:isBottom 1s both;animation-delay:46.48s}.hr-anim665{animation:isBottom 1s both;animation-delay:46.55s}.hr-anim666{animation:isBottom 1s both;animation-delay:46.62s}.hr-anim667{animation:isBottom 1s both;animation-delay:46.69s}.hr-anim668{animation:isBottom 1s both;animation-delay:46.76s}.hr-anim669{animation:isBottom 1s both;animation-delay:46.83s}.hr-anim670{animation:isBottom 1s both;animation-delay:46.9s}.hr-anim671{animation:isBottom 1s both;animation-delay:46.97s}.hr-anim672{animation:isBottom 1s both;animation-delay:47.04s}.hr-anim673{animation:isBottom 1s both;animation-delay:47.11s}.hr-anim674{animation:isBottom 1s both;animation-delay:47.18s}.hr-anim675{animation:isBottom 1s both;animation-delay:47.25s}.hr-anim676{animation:isBottom 1s both;animation-delay:47.32s}.hr-anim677{animation:isBottom 1s both;animation-delay:47.39s}.hr-anim678{animation:isBottom 1s both;animation-delay:47.46s}.hr-anim679{animation:isBottom 1s both;animation-delay:47.53s}.hr-anim680{animation:isBottom 1s both;animation-delay:47.6s}.hr-anim681{animation:isBottom 1s both;animation-delay:47.67s}.hr-anim682{animation:isBottom 1s both;animation-delay:47.74s}.hr-anim683{animation:isBottom 1s both;animation-delay:47.81s}.hr-anim684{animation:isBottom 1s both;animation-delay:47.88s}.hr-anim685{animation:isBottom 1s both;animation-delay:47.95s}.hr-anim686{animation:isBottom 1s both;animation-delay:48.02s}.hr-anim687{animation:isBottom 1s both;animation-delay:48.09s}.hr-anim688{animation:isBottom 1s both;animation-delay:48.16s}.hr-anim689{animation:isBottom 1s both;animation-delay:48.23s}.hr-anim690{animation:isBottom 1s both;animation-delay:48.3s}.hr-anim691{animation:isBottom 1s both;animation-delay:48.37s}.hr-anim692{animation:isBottom 1s both;animation-delay:48.44s}.hr-anim693{animation:isBottom 1s both;animation-delay:48.51s}.hr-anim694{animation:isBottom 1s both;animation-delay:48.58s}.hr-anim695{animation:isBottom 1s both;animation-delay:48.65s}.hr-anim696{animation:isBottom 1s both;animation-delay:48.72s}.hr-anim697{animation:isBottom 1s both;animation-delay:48.79s}.hr-anim698{animation:isBottom 1s both;animation-delay:48.86s}.hr-anim699{animation:isBottom 1s both;animation-delay:48.93s}.hr-anim700{animation:isBottom 1s both;animation-delay:49s}.hr-anim701{animation:isBottom 1s both;animation-delay:49.07s}.hr-anim702{animation:isBottom 1s both;animation-delay:49.14s}.hr-anim703{animation:isBottom 1s both;animation-delay:49.21s}.hr-anim704{animation:isBottom 1s both;animation-delay:49.28s}.hr-anim705{animation:isBottom 1s both;animation-delay:49.35s}.hr-anim706{animation:isBottom 1s both;animation-delay:49.42s}.hr-anim707{animation:isBottom 1s both;animation-delay:49.49s}.hr-anim708{animation:isBottom 1s both;animation-delay:49.56s}.hr-anim709{animation:isBottom 1s both;animation-delay:49.63s}.hr-anim710{animation:isBottom 1s both;animation-delay:49.7s}.hr-anim711{animation:isBottom 1s both;animation-delay:49.77s}.hr-anim712{animation:isBottom 1s both;animation-delay:49.84s}.hr-anim713{animation:isBottom 1s both;animation-delay:49.91s}.hr-anim714{animation:isBottom 1s both;animation-delay:49.98s}.hr-anim715{animation:isBottom 1s both;animation-delay:50.05s}.hr-anim716{animation:isBottom 1s both;animation-delay:50.12s}.hr-anim717{animation:isBottom 1s both;animation-delay:50.19s}.hr-anim718{animation:isBottom 1s both;animation-delay:50.26s}.hr-anim719{animation:isBottom 1s both;animation-delay:50.33s}.hr-anim720{animation:isBottom 1s both;animation-delay:50.4s}.hr-anim721{animation:isBottom 1s both;animation-delay:50.47s}.hr-anim722{animation:isBottom 1s both;animation-delay:50.54s}.hr-anim723{animation:isBottom 1s both;animation-delay:50.61s}.hr-anim724{animation:isBottom 1s both;animation-delay:50.68s}.hr-anim725{animation:isBottom 1s both;animation-delay:50.75s}.hr-anim726{animation:isBottom 1s both;animation-delay:50.82s}.hr-anim727{animation:isBottom 1s both;animation-delay:50.89s}.hr-anim728{animation:isBottom 1s both;animation-delay:50.96s}.hr-anim729{animation:isBottom 1s both;animation-delay:51.03s}.hr-anim730{animation:isBottom 1s both;animation-delay:51.1s}.hr-anim731{animation:isBottom 1s both;animation-delay:51.17s}.hr-anim732{animation:isBottom 1s both;animation-delay:51.24s}.hr-anim733{animation:isBottom 1s both;animation-delay:51.31s}.hr-anim734{animation:isBottom 1s both;animation-delay:51.38s}.hr-anim735{animation:isBottom 1s both;animation-delay:51.45s}.hr-anim736{animation:isBottom 1s both;animation-delay:51.52s}.hr-anim737{animation:isBottom 1s both;animation-delay:51.59s}.hr-anim738{animation:isBottom 1s both;animation-delay:51.66s}.hr-anim739{animation:isBottom 1s both;animation-delay:51.73s}.hr-anim740{animation:isBottom 1s both;animation-delay:51.8s}.hr-anim741{animation:isBottom 1s both;animation-delay:51.87s}.hr-anim742{animation:isBottom 1s both;animation-delay:51.94s}.hr-anim743{animation:isBottom 1s both;animation-delay:52.01s}.hr-anim744{animation:isBottom 1s both;animation-delay:52.08s}.hr-anim745{animation:isBottom 1s both;animation-delay:52.15s}.hr-anim746{animation:isBottom 1s both;animation-delay:52.22s}.hr-anim747{animation:isBottom 1s both;animation-delay:52.29s}.hr-anim748{animation:isBottom 1s both;animation-delay:52.36s}.hr-anim749{animation:isBottom 1s both;animation-delay:52.43s}.hr-anim750{animation:isBottom 1s both;animation-delay:52.5s}.hr-anim751{animation:isBottom 1s both;animation-delay:52.57s}.hr-anim752{animation:isBottom 1s both;animation-delay:52.64s}.hr-anim753{animation:isBottom 1s both;animation-delay:52.71s}.hr-anim754{animation:isBottom 1s both;animation-delay:52.78s}.hr-anim755{animation:isBottom 1s both;animation-delay:52.85s}.hr-anim756{animation:isBottom 1s both;animation-delay:52.92s}.hr-anim757{animation:isBottom 1s both;animation-delay:52.99s}.hr-anim758{animation:isBottom 1s both;animation-delay:53.06s}.hr-anim759{animation:isBottom 1s both;animation-delay:53.13s}.hr-anim760{animation:isBottom 1s both;animation-delay:53.2s}.hr-anim761{animation:isBottom 1s both;animation-delay:53.27s}.hr-anim762{animation:isBottom 1s both;animation-delay:53.34s}.hr-anim763{animation:isBottom 1s both;animation-delay:53.41s}.hr-anim764{animation:isBottom 1s both;animation-delay:53.48s}.hr-anim765{animation:isBottom 1s both;animation-delay:53.55s}.hr-anim766{animation:isBottom 1s both;animation-delay:53.62s}.hr-anim767{animation:isBottom 1s both;animation-delay:53.69s}.hr-anim768{animation:isBottom 1s both;animation-delay:53.76s}.hr-anim769{animation:isBottom 1s both;animation-delay:53.83s}.hr-anim770{animation:isBottom 1s both;animation-delay:53.9s}.hr-anim771{animation:isBottom 1s both;animation-delay:53.97s}.hr-anim772{animation:isBottom 1s both;animation-delay:54.04s}.hr-anim773{animation:isBottom 1s both;animation-delay:54.11s}.hr-anim774{animation:isBottom 1s both;animation-delay:54.18s}.hr-anim775{animation:isBottom 1s both;animation-delay:54.25s}.hr-anim776{animation:isBottom 1s both;animation-delay:54.32s}.hr-anim777{animation:isBottom 1s both;animation-delay:54.39s}.hr-anim778{animation:isBottom 1s both;animation-delay:54.46s}.hr-anim779{animation:isBottom 1s both;animation-delay:54.53s}.hr-anim780{animation:isBottom 1s both;animation-delay:54.6s}.hr-anim781{animation:isBottom 1s both;animation-delay:54.67s}.hr-anim782{animation:isBottom 1s both;animation-delay:54.74s}.hr-anim783{animation:isBottom 1s both;animation-delay:54.81s}.hr-anim784{animation:isBottom 1s both;animation-delay:54.88s}.hr-anim785{animation:isBottom 1s both;animation-delay:54.95s}.hr-anim786{animation:isBottom 1s both;animation-delay:55.02s}.hr-anim787{animation:isBottom 1s both;animation-delay:55.09s}.hr-anim788{animation:isBottom 1s both;animation-delay:55.16s}.hr-anim789{animation:isBottom 1s both;animation-delay:55.23s}.hr-anim790{animation:isBottom 1s both;animation-delay:55.3s}.hr-anim791{animation:isBottom 1s both;animation-delay:55.37s}.hr-anim792{animation:isBottom 1s both;animation-delay:55.44s}.hr-anim793{animation:isBottom 1s both;animation-delay:55.51s}.hr-anim794{animation:isBottom 1s both;animation-delay:55.58s}.hr-anim795{animation:isBottom 1s both;animation-delay:55.65s}.hr-anim796{animation:isBottom 1s both;animation-delay:55.72s}.hr-anim797{animation:isBottom 1s both;animation-delay:55.79s}.hr-anim798{animation:isBottom 1s both;animation-delay:55.86s}.hr-anim799{animation:isBottom 1s both;animation-delay:55.93s}.hr-anim800{animation:isBottom 1s both;animation-delay:56s}.hr-anim801{animation:isBottom 1s both;animation-delay:56.07s}.hr-anim802{animation:isBottom 1s both;animation-delay:56.14s}.hr-anim803{animation:isBottom 1s both;animation-delay:56.21s}.hr-anim804{animation:isBottom 1s both;animation-delay:56.28s}.hr-anim805{animation:isBottom 1s both;animation-delay:56.35s}.hr-anim806{animation:isBottom 1s both;animation-delay:56.42s}.hr-anim807{animation:isBottom 1s both;animation-delay:56.49s}.hr-anim808{animation:isBottom 1s both;animation-delay:56.56s}.hr-anim809{animation:isBottom 1s both;animation-delay:56.63s}.hr-anim810{animation:isBottom 1s both;animation-delay:56.7s}.hr-anim811{animation:isBottom 1s both;animation-delay:56.77s}.hr-anim812{animation:isBottom 1s both;animation-delay:56.84s}.hr-anim813{animation:isBottom 1s both;animation-delay:56.91s}.hr-anim814{animation:isBottom 1s both;animation-delay:56.98s}.hr-anim815{animation:isBottom 1s both;animation-delay:57.05s}.hr-anim816{animation:isBottom 1s both;animation-delay:57.12s}.hr-anim817{animation:isBottom 1s both;animation-delay:57.19s}.hr-anim818{animation:isBottom 1s both;animation-delay:57.26s}.hr-anim819{animation:isBottom 1s both;animation-delay:57.33s}.hr-anim820{animation:isBottom 1s both;animation-delay:57.4s}.hr-anim821{animation:isBottom 1s both;animation-delay:57.47s}.hr-anim822{animation:isBottom 1s both;animation-delay:57.54s}.hr-anim823{animation:isBottom 1s both;animation-delay:57.61s}.hr-anim824{animation:isBottom 1s both;animation-delay:57.68s}.hr-anim825{animation:isBottom 1s both;animation-delay:57.75s}.hr-anim826{animation:isBottom 1s both;animation-delay:57.82s}.hr-anim827{animation:isBottom 1s both;animation-delay:57.89s}.hr-anim828{animation:isBottom 1s both;animation-delay:57.96s}.hr-anim829{animation:isBottom 1s both;animation-delay:58.03s}.hr-anim830{animation:isBottom 1s both;animation-delay:58.1s}.hr-anim831{animation:isBottom 1s both;animation-delay:58.17s}.hr-anim832{animation:isBottom 1s both;animation-delay:58.24s}.hr-anim833{animation:isBottom 1s both;animation-delay:58.31s}.hr-anim834{animation:isBottom 1s both;animation-delay:58.38s}.hr-anim835{animation:isBottom 1s both;animation-delay:58.45s}.hr-anim836{animation:isBottom 1s both;animation-delay:58.52s}.hr-anim837{animation:isBottom 1s both;animation-delay:58.59s}.hr-anim838{animation:isBottom 1s both;animation-delay:58.66s}.hr-anim839{animation:isBottom 1s both;animation-delay:58.73s}.hr-anim840{animation:isBottom 1s both;animation-delay:58.8s}.hr-anim841{animation:isBottom 1s both;animation-delay:58.87s}.hr-anim842{animation:isBottom 1s both;animation-delay:58.94s}.hr-anim843{animation:isBottom 1s both;animation-delay:59.01s}.hr-anim844{animation:isBottom 1s both;animation-delay:59.08s}.hr-anim845{animation:isBottom 1s both;animation-delay:59.15s}.hr-anim846{animation:isBottom 1s both;animation-delay:59.22s}.hr-anim847{animation:isBottom 1s both;animation-delay:59.29s}.hr-anim848{animation:isBottom 1s both;animation-delay:59.36s}.hr-anim849{animation:isBottom 1s both;animation-delay:59.43s}.hr-anim850{animation:isBottom 1s both;animation-delay:59.5s}.hr-anim851{animation:isBottom 1s both;animation-delay:59.57s}.hr-anim852{animation:isBottom 1s both;animation-delay:59.64s}.hr-anim853{animation:isBottom 1s both;animation-delay:59.71s}.hr-anim854{animation:isBottom 1s both;animation-delay:59.78s}.hr-anim855{animation:isBottom 1s both;animation-delay:59.85s}.hr-anim856{animation:isBottom 1s both;animation-delay:59.92s}.hr-anim857{animation:isBottom 1s both;animation-delay:59.99s}.hr-anim858{animation:isBottom 1s both;animation-delay:60.06s}.hr-anim859{animation:isBottom 1s both;animation-delay:60.13s}.hr-anim860{animation:isBottom 1s both;animation-delay:60.2s}.hr-anim861{animation:isBottom 1s both;animation-delay:60.27s}.hr-anim862{animation:isBottom 1s both;animation-delay:60.34s}.hr-anim863{animation:isBottom 1s both;animation-delay:60.41s}.hr-anim864{animation:isBottom 1s both;animation-delay:60.48s}.hr-anim865{animation:isBottom 1s both;animation-delay:60.55s}.hr-anim866{animation:isBottom 1s both;animation-delay:60.62s}.hr-anim867{animation:isBottom 1s both;animation-delay:60.69s}.hr-anim868{animation:isBottom 1s both;animation-delay:60.76s}.hr-anim869{animation:isBottom 1s both;animation-delay:60.83s}.hr-anim870{animation:isBottom 1s both;animation-delay:60.9s}.hr-anim871{animation:isBottom 1s both;animation-delay:60.97s}.hr-anim872{animation:isBottom 1s both;animation-delay:61.04s}.hr-anim873{animation:isBottom 1s both;animation-delay:61.11s}.hr-anim874{animation:isBottom 1s both;animation-delay:61.18s}.hr-anim875{animation:isBottom 1s both;animation-delay:61.25s}.hr-anim876{animation:isBottom 1s both;animation-delay:61.32s}.hr-anim877{animation:isBottom 1s both;animation-delay:61.39s}.hr-anim878{animation:isBottom 1s both;animation-delay:61.46s}.hr-anim879{animation:isBottom 1s both;animation-delay:61.53s}.hr-anim880{animation:isBottom 1s both;animation-delay:61.6s}.hr-anim881{animation:isBottom 1s both;animation-delay:61.67s}.hr-anim882{animation:isBottom 1s both;animation-delay:61.74s}.hr-anim883{animation:isBottom 1s both;animation-delay:61.81s}.hr-anim884{animation:isBottom 1s both;animation-delay:61.88s}.hr-anim885{animation:isBottom 1s both;animation-delay:61.95s}.hr-anim886{animation:isBottom 1s both;animation-delay:62.02s}.hr-anim887{animation:isBottom 1s both;animation-delay:62.09s}.hr-anim888{animation:isBottom 1s both;animation-delay:62.16s}.hr-anim889{animation:isBottom 1s both;animation-delay:62.23s}.hr-anim890{animation:isBottom 1s both;animation-delay:62.3s}.hr-anim891{animation:isBottom 1s both;animation-delay:62.37s}.hr-anim892{animation:isBottom 1s both;animation-delay:62.44s}.hr-anim893{animation:isBottom 1s both;animation-delay:62.51s}.hr-anim894{animation:isBottom 1s both;animation-delay:62.58s}.hr-anim895{animation:isBottom 1s both;animation-delay:62.65s}.hr-anim896{animation:isBottom 1s both;animation-delay:62.72s}.hr-anim897{animation:isBottom 1s both;animation-delay:62.79s}.hr-anim898{animation:isBottom 1s both;animation-delay:62.86s}.hr-anim899{animation:isBottom 1s both;animation-delay:62.93s}.hr-anim900{animation:isBottom 1s both;animation-delay:63s}.hr-anim901{animation:isBottom 1s both;animation-delay:63.07s}.hr-anim902{animation:isBottom 1s both;animation-delay:63.14s}.hr-anim903{animation:isBottom 1s both;animation-delay:63.21s}.hr-anim904{animation:isBottom 1s both;animation-delay:63.28s}.hr-anim905{animation:isBottom 1s both;animation-delay:63.35s}.hr-anim906{animation:isBottom 1s both;animation-delay:63.42s}.hr-anim907{animation:isBottom 1s both;animation-delay:63.49s}.hr-anim908{animation:isBottom 1s both;animation-delay:63.56s}.hr-anim909{animation:isBottom 1s both;animation-delay:63.63s}.hr-anim910{animation:isBottom 1s both;animation-delay:63.7s}.hr-anim911{animation:isBottom 1s both;animation-delay:63.77s}.hr-anim912{animation:isBottom 1s both;animation-delay:63.84s}.hr-anim913{animation:isBottom 1s both;animation-delay:63.91s}.hr-anim914{animation:isBottom 1s both;animation-delay:63.98s}.hr-anim915{animation:isBottom 1s both;animation-delay:64.05s}.hr-anim916{animation:isBottom 1s both;animation-delay:64.12s}.hr-anim917{animation:isBottom 1s both;animation-delay:64.19s}.hr-anim918{animation:isBottom 1s both;animation-delay:64.26s}.hr-anim919{animation:isBottom 1s both;animation-delay:64.33s}.hr-anim920{animation:isBottom 1s both;animation-delay:64.4s}.hr-anim921{animation:isBottom 1s both;animation-delay:64.47s}.hr-anim922{animation:isBottom 1s both;animation-delay:64.54s}.hr-anim923{animation:isBottom 1s both;animation-delay:64.61s}.hr-anim924{animation:isBottom 1s both;animation-delay:64.68s}.hr-anim925{animation:isBottom 1s both;animation-delay:64.75s}.hr-anim926{animation:isBottom 1s both;animation-delay:64.82s}.hr-anim927{animation:isBottom 1s both;animation-delay:64.89s}.hr-anim928{animation:isBottom 1s both;animation-delay:64.96s}.hr-anim929{animation:isBottom 1s both;animation-delay:65.03s}.hr-anim930{animation:isBottom 1s both;animation-delay:65.1s}.hr-anim931{animation:isBottom 1s both;animation-delay:65.17s}.hr-anim932{animation:isBottom 1s both;animation-delay:65.24s}.hr-anim933{animation:isBottom 1s both;animation-delay:65.31s}.hr-anim934{animation:isBottom 1s both;animation-delay:65.38s}.hr-anim935{animation:isBottom 1s both;animation-delay:65.45s}.hr-anim936{animation:isBottom 1s both;animation-delay:65.52s}.hr-anim937{animation:isBottom 1s both;animation-delay:65.59s}.hr-anim938{animation:isBottom 1s both;animation-delay:65.66s}.hr-anim939{animation:isBottom 1s both;animation-delay:65.73s}.hr-anim940{animation:isBottom 1s both;animation-delay:65.8s}.hr-anim941{animation:isBottom 1s both;animation-delay:65.87s}.hr-anim942{animation:isBottom 1s both;animation-delay:65.94s}.hr-anim943{animation:isBottom 1s both;animation-delay:66.01s}.hr-anim944{animation:isBottom 1s both;animation-delay:66.08s}.hr-anim945{animation:isBottom 1s both;animation-delay:66.15s}.hr-anim946{animation:isBottom 1s both;animation-delay:66.22s}.hr-anim947{animation:isBottom 1s both;animation-delay:66.29s}.hr-anim948{animation:isBottom 1s both;animation-delay:66.36s}.hr-anim949{animation:isBottom 1s both;animation-delay:66.43s}.hr-anim950{animation:isBottom 1s both;animation-delay:66.5s}.hr-anim951{animation:isBottom 1s both;animation-delay:66.57s}.hr-anim952{animation:isBottom 1s both;animation-delay:66.64s}.hr-anim953{animation:isBottom 1s both;animation-delay:66.71s}.hr-anim954{animation:isBottom 1s both;animation-delay:66.78s}.hr-anim955{animation:isBottom 1s both;animation-delay:66.85s}.hr-anim956{animation:isBottom 1s both;animation-delay:66.92s}.hr-anim957{animation:isBottom 1s both;animation-delay:66.99s}.hr-anim958{animation:isBottom 1s both;animation-delay:67.06s}.hr-anim959{animation:isBottom 1s both;animation-delay:67.13s}.hr-anim960{animation:isBottom 1s both;animation-delay:67.2s}.hr-anim961{animation:isBottom 1s both;animation-delay:67.27s}.hr-anim962{animation:isBottom 1s both;animation-delay:67.34s}.hr-anim963{animation:isBottom 1s both;animation-delay:67.41s}.hr-anim964{animation:isBottom 1s both;animation-delay:67.48s}.hr-anim965{animation:isBottom 1s both;animation-delay:67.55s}.hr-anim966{animation:isBottom 1s both;animation-delay:67.62s}.hr-anim967{animation:isBottom 1s both;animation-delay:67.69s}.hr-anim968{animation:isBottom 1s both;animation-delay:67.76s}.hr-anim969{animation:isBottom 1s both;animation-delay:67.83s}.hr-anim970{animation:isBottom 1s both;animation-delay:67.9s}.hr-anim971{animation:isBottom 1s both;animation-delay:67.97s}.hr-anim972{animation:isBottom 1s both;animation-delay:68.04s}.hr-anim973{animation:isBottom 1s both;animation-delay:68.11s}.hr-anim974{animation:isBottom 1s both;animation-delay:68.18s}.hr-anim975{animation:isBottom 1s both;animation-delay:68.25s}.hr-anim976{animation:isBottom 1s both;animation-delay:68.32s}.hr-anim977{animation:isBottom 1s both;animation-delay:68.39s}.hr-anim978{animation:isBottom 1s both;animation-delay:68.46s}.hr-anim979{animation:isBottom 1s both;animation-delay:68.53s}.hr-anim980{animation:isBottom 1s both;animation-delay:68.6s}.hr-anim981{animation:isBottom 1s both;animation-delay:68.67s}.hr-anim982{animation:isBottom 1s both;animation-delay:68.74s}.hr-anim983{animation:isBottom 1s both;animation-delay:68.81s}.hr-anim984{animation:isBottom 1s both;animation-delay:68.88s}.hr-anim985{animation:isBottom 1s both;animation-delay:68.95s}.hr-anim986{animation:isBottom 1s both;animation-delay:69.02s}.hr-anim987{animation:isBottom 1s both;animation-delay:69.09s}.hr-anim988{animation:isBottom 1s both;animation-delay:69.16s}.hr-anim989{animation:isBottom 1s both;animation-delay:69.23s}.hr-anim990{animation:isBottom 1s both;animation-delay:69.3s}.hr-anim991{animation:isBottom 1s both;animation-delay:69.37s}.hr-anim992{animation:isBottom 1s both;animation-delay:69.44s}.hr-anim993{animation:isBottom 1s both;animation-delay:69.51s}.hr-anim994{animation:isBottom 1s both;animation-delay:69.58s}.hr-anim995{animation:isBottom 1s both;animation-delay:69.65s}.hr-anim996{animation:isBottom 1s both;animation-delay:69.72s}.hr-anim997{animation:isBottom 1s both;animation-delay:69.79s}.hr-anim998{animation:isBottom 1s both;animation-delay:69.86s}.hr-anim999{animation:isBottom 1s both;animation-delay:69.93s}.hr-anim1000{animation:isBottom 1s both;animation-delay:70s}.hr-anim1001{animation:isBottom 1s both;animation-delay:70.07s}.hr-anim1002{animation:isBottom 1s both;animation-delay:70.14s}.hr-anim1003{animation:isBottom 1s both;animation-delay:70.21s}.hr-anim1004{animation:isBottom 1s both;animation-delay:70.28s}.hr-anim1005{animation:isBottom 1s both;animation-delay:70.35s}.hr-anim1006{animation:isBottom 1s both;animation-delay:70.42s}.hr-anim1007{animation:isBottom 1s both;animation-delay:70.49s}.hr-anim1008{animation:isBottom 1s both;animation-delay:70.56s}.hr-anim1009{animation:isBottom 1s both;animation-delay:70.63s}.hr-anim1010{animation:isBottom 1s both;animation-delay:70.7s}.hr-anim1011{animation:isBottom 1s both;animation-delay:70.77s}.hr-anim1012{animation:isBottom 1s both;animation-delay:70.84s}.hr-anim1013{animation:isBottom 1s both;animation-delay:70.91s}.hr-anim1014{animation:isBottom 1s both;animation-delay:70.98s}.hr-anim1015{animation:isBottom 1s both;animation-delay:71.05s}.hr-anim1016{animation:isBottom 1s both;animation-delay:71.12s}.hr-anim1017{animation:isBottom 1s both;animation-delay:71.19s}.hr-anim1018{animation:isBottom 1s both;animation-delay:71.26s}.hr-anim1019{animation:isBottom 1s both;animation-delay:71.33s}.hr-anim1020{animation:isBottom 1s both;animation-delay:71.4s}.hr-anim1021{animation:isBottom 1s both;animation-delay:71.47s}.hr-anim1022{animation:isBottom 1s both;animation-delay:71.54s}.hr-anim1023{animation:isBottom 1s both;animation-delay:71.61s}.hr-anim1024{animation:isBottom 1s both;animation-delay:71.68s}.hr-anim1025{animation:isBottom 1s both;animation-delay:71.75s}.hr-anim1026{animation:isBottom 1s both;animation-delay:71.82s}.hr-anim1027{animation:isBottom 1s both;animation-delay:71.89s}.hr-anim1028{animation:isBottom 1s both;animation-delay:71.96s}.hr-anim1029{animation:isBottom 1s both;animation-delay:72.03s}.hr-anim1030{animation:isBottom 1s both;animation-delay:72.1s}.hr-anim1031{animation:isBottom 1s both;animation-delay:72.17s}.hr-anim1032{animation:isBottom 1s both;animation-delay:72.24s}.hr-anim1033{animation:isBottom 1s both;animation-delay:72.31s}.hr-anim1034{animation:isBottom 1s both;animation-delay:72.38s}.hr-anim1035{animation:isBottom 1s both;animation-delay:72.45s}.hr-anim1036{animation:isBottom 1s both;animation-delay:72.52s}.hr-anim1037{animation:isBottom 1s both;animation-delay:72.59s}.hr-anim1038{animation:isBottom 1s both;animation-delay:72.66s}.hr-anim1039{animation:isBottom 1s both;animation-delay:72.73s}.hr-anim1040{animation:isBottom 1s both;animation-delay:72.8s}.hr-anim1041{animation:isBottom 1s both;animation-delay:72.87s}.hr-anim1042{animation:isBottom 1s both;animation-delay:72.94s}.hr-anim1043{animation:isBottom 1s both;animation-delay:73.01s}.hr-anim1044{animation:isBottom 1s both;animation-delay:73.08s}.hr-anim1045{animation:isBottom 1s both;animation-delay:73.15s}.hr-anim1046{animation:isBottom 1s both;animation-delay:73.22s}.hr-anim1047{animation:isBottom 1s both;animation-delay:73.29s}.hr-anim1048{animation:isBottom 1s both;animation-delay:73.36s}.hr-anim1049{animation:isBottom 1s both;animation-delay:73.43s}.hr-anim1050{animation:isBottom 1s both;animation-delay:73.5s}.hr-anim1051{animation:isBottom 1s both;animation-delay:73.57s}.hr-anim1052{animation:isBottom 1s both;animation-delay:73.64s}.hr-anim1053{animation:isBottom 1s both;animation-delay:73.71s}.hr-anim1054{animation:isBottom 1s both;animation-delay:73.78s}.hr-anim1055{animation:isBottom 1s both;animation-delay:73.85s}.hr-anim1056{animation:isBottom 1s both;animation-delay:73.92s}.hr-anim1057{animation:isBottom 1s both;animation-delay:73.99s}.hr-anim1058{animation:isBottom 1s both;animation-delay:74.06s}.hr-anim1059{animation:isBottom 1s both;animation-delay:74.13s}.hr-anim1060{animation:isBottom 1s both;animation-delay:74.2s}.hr-anim1061{animation:isBottom 1s both;animation-delay:74.27s}.hr-anim1062{animation:isBottom 1s both;animation-delay:74.34s}.hr-anim1063{animation:isBottom 1s both;animation-delay:74.41s}.hr-anim1064{animation:isBottom 1s both;animation-delay:74.48s}.hr-anim1065{animation:isBottom 1s both;animation-delay:74.55s}.hr-anim1066{animation:isBottom 1s both;animation-delay:74.62s}.hr-anim1067{animation:isBottom 1s both;animation-delay:74.69s}.hr-anim1068{animation:isBottom 1s both;animation-delay:74.76s}.hr-anim1069{animation:isBottom 1s both;animation-delay:74.83s}.hr-anim1070{animation:isBottom 1s both;animation-delay:74.9s}.hr-anim1071{animation:isBottom 1s both;animation-delay:74.97s}.hr-anim1072{animation:isBottom 1s both;animation-delay:75.04s}.hr-anim1073{animation:isBottom 1s both;animation-delay:75.11s}.hr-anim1074{animation:isBottom 1s both;animation-delay:75.18s}.hr-anim1075{animation:isBottom 1s both;animation-delay:75.25s}.hr-anim1076{animation:isBottom 1s both;animation-delay:75.32s}.hr-anim1077{animation:isBottom 1s both;animation-delay:75.39s}.hr-anim1078{animation:isBottom 1s both;animation-delay:75.46s}.hr-anim1079{animation:isBottom 1s both;animation-delay:75.53s}.hr-anim1080{animation:isBottom 1s both;animation-delay:75.6s}.hr-anim1081{animation:isBottom 1s both;animation-delay:75.67s}.hr-anim1082{animation:isBottom 1s both;animation-delay:75.74s}.hr-anim1083{animation:isBottom 1s both;animation-delay:75.81s}.hr-anim1084{animation:isBottom 1s both;animation-delay:75.88s}.hr-anim1085{animation:isBottom 1s both;animation-delay:75.95s}.hr-anim1086{animation:isBottom 1s both;animation-delay:76.02s}.hr-anim1087{animation:isBottom 1s both;animation-delay:76.09s}.hr-anim1088{animation:isBottom 1s both;animation-delay:76.16s}.hr-anim1089{animation:isBottom 1s both;animation-delay:76.23s}.hr-anim1090{animation:isBottom 1s both;animation-delay:76.3s}.hr-anim1091{animation:isBottom 1s both;animation-delay:76.37s}.hr-anim1092{animation:isBottom 1s both;animation-delay:76.44s}.hr-anim1093{animation:isBottom 1s both;animation-delay:76.51s}.hr-anim1094{animation:isBottom 1s both;animation-delay:76.58s}.hr-anim1095{animation:isBottom 1s both;animation-delay:76.65s}.hr-anim1096{animation:isBottom 1s both;animation-delay:76.72s}.hr-anim1097{animation:isBottom 1s both;animation-delay:76.79s}.hr-anim1098{animation:isBottom 1s both;animation-delay:76.86s}.hr-anim1099{animation:isBottom 1s both;animation-delay:76.93s}.hr-anim1100{animation:isBottom 1s both;animation-delay:77s}.hr-anim1101{animation:isBottom 1s both;animation-delay:77.07s}.hr-anim1102{animation:isBottom 1s both;animation-delay:77.14s}.hr-anim1103{animation:isBottom 1s both;animation-delay:77.21s}.hr-anim1104{animation:isBottom 1s both;animation-delay:77.28s}.hr-anim1105{animation:isBottom 1s both;animation-delay:77.35s}.hr-anim1106{animation:isBottom 1s both;animation-delay:77.42s}.hr-anim1107{animation:isBottom 1s both;animation-delay:77.49s}.hr-anim1108{animation:isBottom 1s both;animation-delay:77.56s}.hr-anim1109{animation:isBottom 1s both;animation-delay:77.63s}.hr-anim1110{animation:isBottom 1s both;animation-delay:77.7s}.hr-anim1111{animation:isBottom 1s both;animation-delay:77.77s}.hr-anim1112{animation:isBottom 1s both;animation-delay:77.84s}.hr-anim1113{animation:isBottom 1s both;animation-delay:77.91s}.hr-anim1114{animation:isBottom 1s both;animation-delay:77.98s}.hr-animLeft1{animation:isLeft 1s both;animation-delay:.07s}.hr-animLeft2{animation:isLeft 1s both;animation-delay:.14s}.hr-animLeft3{animation:isLeft 1s both;animation-delay:.21s}.hr-animLeft4{animation:isLeft 1s both;animation-delay:.28s}.hr-animLeft5{animation:isLeft 1s both;animation-delay:.35s}.hr-animLeft6{animation:isLeft 1s both;animation-delay:.42s}.hr-animLeft7{animation:isLeft 1s both;animation-delay:.49s}.hr-animLeft8{animation:isLeft 1s both;animation-delay:.56s}.hr-animLeft9{animation:isLeft 1s both;animation-delay:.63s}.hr-animLeft10{animation:isLeft 1s both;animation-delay:.7s}.hr-animLeft11{animation:isLeft 1s both;animation-delay:.77s}.hr-animLeft12{animation:isLeft 1s both;animation-delay:.84s}.hr-animLeft13{animation:isLeft 1s both;animation-delay:.91s}.hr-animLeft14{animation:isLeft 1s both;animation-delay:.98s}.hr-animLeft15{animation:isLeft 1s both;animation-delay:1.05s}.hr-animLeft16{animation:isLeft 1s both;animation-delay:1.12s}.hr-animLeft17{animation:isLeft 1s both;animation-delay:1.19s}.hr-animLeft18{animation:isLeft 1s both;animation-delay:1.26s}.hr-animLeft19{animation:isLeft 1s both;animation-delay:1.33s}.hr-animLeft20{animation:isLeft 1s both;animation-delay:1.4s}.hr-animLeft21{animation:isLeft 1s both;animation-delay:1.47s}.hr-animLeft22{animation:isLeft 1s both;animation-delay:1.54s}.hr-animLeft23{animation:isLeft 1s both;animation-delay:1.61s}.hr-animLeft24{animation:isLeft 1s both;animation-delay:1.68s}.hr-animLeft25{animation:isLeft 1s both;animation-delay:1.75s}.hr-animLeft26{animation:isLeft 1s both;animation-delay:1.82s}.hr-animLeft27{animation:isLeft 1s both;animation-delay:1.89s}.hr-animLeft28{animation:isLeft 1s both;animation-delay:1.96s}.hr-animLeft29{animation:isLeft 1s both;animation-delay:2.03s}.hr-animLeft30{animation:isLeft 1s both;animation-delay:2.1s}.hr-animLeft31{animation:isLeft 1s both;animation-delay:2.17s}.hr-animLeft32{animation:isLeft 1s both;animation-delay:2.24s}.hr-animLeft33{animation:isLeft 1s both;animation-delay:2.31s}.hr-animLeft34{animation:isLeft 1s both;animation-delay:2.38s}.hr-animLeft35{animation:isLeft 1s both;animation-delay:2.45s}.hr-animLeft36{animation:isLeft 1s both;animation-delay:2.52s}.hr-animLeft37{animation:isLeft 1s both;animation-delay:2.59s}.hr-animLeft38{animation:isLeft 1s both;animation-delay:2.66s}.hr-animLeft39{animation:isLeft 1s both;animation-delay:2.73s}.hr-animLeft40{animation:isLeft 1s both;animation-delay:2.8s}.hr-animLeft41{animation:isLeft 1s both;animation-delay:2.87s}.hr-animLeft42{animation:isLeft 1s both;animation-delay:2.94s}.hr-animLeft43{animation:isLeft 1s both;animation-delay:3.01s}.hr-animLeft44{animation:isLeft 1s both;animation-delay:3.08s}.hr-animLeft45{animation:isLeft 1s both;animation-delay:3.15s}.hr-animLeft46{animation:isLeft 1s both;animation-delay:3.22s}.hr-animLeft47{animation:isLeft 1s both;animation-delay:3.29s}.hr-animLeft48{animation:isLeft 1s both;animation-delay:3.36s}.hr-animLeft49{animation:isLeft 1s both;animation-delay:3.43s}.hr-animLeft50{animation:isLeft 1s both;animation-delay:3.5s}.hr-animLeft51{animation:isLeft 1s both;animation-delay:3.57s}.hr-animLeft52{animation:isLeft 1s both;animation-delay:3.64s}.hr-animLeft53{animation:isLeft 1s both;animation-delay:3.71s}.hr-animLeft54{animation:isLeft 1s both;animation-delay:3.78s}.hr-animLeft55{animation:isLeft 1s both;animation-delay:3.85s}.hr-animLeft56{animation:isLeft 1s both;animation-delay:3.92s}.hr-animLeft57{animation:isLeft 1s both;animation-delay:3.99s}.hr-animLeft58{animation:isLeft 1s both;animation-delay:4.06s}.hr-animLeft59{animation:isLeft 1s both;animation-delay:4.13s}.hr-animLeft60{animation:isLeft 1s both;animation-delay:4.2s}.hr-animLeft61{animation:isLeft 1s both;animation-delay:4.27s}.hr-animLeft62{animation:isLeft 1s both;animation-delay:4.34s}.hr-animLeft63{animation:isLeft 1s both;animation-delay:4.41s}.hr-animLeft64{animation:isLeft 1s both;animation-delay:4.48s}.hr-animLeft65{animation:isLeft 1s both;animation-delay:4.55s}.hr-animLeft66{animation:isLeft 1s both;animation-delay:4.62s}.hr-animLeft67{animation:isLeft 1s both;animation-delay:4.69s}.hr-animLeft68{animation:isLeft 1s both;animation-delay:4.76s}.hr-animLeft69{animation:isLeft 1s both;animation-delay:4.83s}.hr-animLeft70{animation:isLeft 1s both;animation-delay:4.9s}.hr-animLeft71{animation:isLeft 1s both;animation-delay:4.97s}.hr-animLeft72{animation:isLeft 1s both;animation-delay:5.04s}.hr-animLeft73{animation:isLeft 1s both;animation-delay:5.11s}.hr-animLeft74{animation:isLeft 1s both;animation-delay:5.18s}.hr-animLeft75{animation:isLeft 1s both;animation-delay:5.25s}.hr-animLeft76{animation:isLeft 1s both;animation-delay:5.32s}.hr-animLeft77{animation:isLeft 1s both;animation-delay:5.39s}.hr-animLeft78{animation:isLeft 1s both;animation-delay:5.46s}.hr-animLeft79{animation:isLeft 1s both;animation-delay:5.53s}.hr-animLeft80{animation:isLeft 1s both;animation-delay:5.6s}.hr-animLeft81{animation:isLeft 1s both;animation-delay:5.67s}.hr-animLeft82{animation:isLeft 1s both;animation-delay:5.74s}.hr-animLeft83{animation:isLeft 1s both;animation-delay:5.81s}.hr-animLeft84{animation:isLeft 1s both;animation-delay:5.88s}.hr-animLeft85{animation:isLeft 1s both;animation-delay:5.95s}.hr-animLeft86{animation:isLeft 1s both;animation-delay:6.02s}.hr-animLeft87{animation:isLeft 1s both;animation-delay:6.09s}.hr-animLeft88{animation:isLeft 1s both;animation-delay:6.16s}.hr-animLeft89{animation:isLeft 1s both;animation-delay:6.23s}.hr-animLeft90{animation:isLeft 1s both;animation-delay:6.3s}.hr-animLeft91{animation:isLeft 1s both;animation-delay:6.37s}.hr-animLeft92{animation:isLeft 1s both;animation-delay:6.44s}.hr-animLeft93{animation:isLeft 1s both;animation-delay:6.51s}.hr-animLeft94{animation:isLeft 1s both;animation-delay:6.58s}.hr-animLeft95{animation:isLeft 1s both;animation-delay:6.65s}.hr-animLeft96{animation:isLeft 1s both;animation-delay:6.72s}.hr-animLeft97{animation:isLeft 1s both;animation-delay:6.79s}.hr-animLeft98{animation:isLeft 1s both;animation-delay:6.86s}.hr-animLeft99{animation:isLeft 1s both;animation-delay:6.93s}.hr-animLeft100{animation:isLeft 1s both;animation-delay:7s}.hr-animLeft101{animation:isLeft 1s both;animation-delay:7.07s}.hr-animLeft102{animation:isLeft 1s both;animation-delay:7.14s}.hr-animLeft103{animation:isLeft 1s both;animation-delay:7.21s}.hr-animLeft104{animation:isLeft 1s both;animation-delay:7.28s}.hr-animLeft105{animation:isLeft 1s both;animation-delay:7.35s}.hr-animLeft106{animation:isLeft 1s both;animation-delay:7.42s}.hr-animLeft107{animation:isLeft 1s both;animation-delay:7.49s}.hr-animLeft108{animation:isLeft 1s both;animation-delay:7.56s}.hr-animLeft109{animation:isLeft 1s both;animation-delay:7.63s}.hr-animLeft110{animation:isLeft 1s both;animation-delay:7.7s}.hr-animLeft111{animation:isLeft 1s both;animation-delay:7.77s}.hr-animLeft112{animation:isLeft 1s both;animation-delay:7.84s}.hr-animLeft113{animation:isLeft 1s both;animation-delay:7.91s}.hr-animLeft114{animation:isLeft 1s both;animation-delay:7.98s}.hr-animLeft115{animation:isLeft 1s both;animation-delay:8.05s}.hr-animLeft116{animation:isLeft 1s both;animation-delay:8.12s}.hr-animLeft117{animation:isLeft 1s both;animation-delay:8.19s}.hr-animLeft118{animation:isLeft 1s both;animation-delay:8.26s}.hr-animLeft119{animation:isLeft 1s both;animation-delay:8.33s}.hr-animLeft120{animation:isLeft 1s both;animation-delay:8.4s}.hr-animLeft121{animation:isLeft 1s both;animation-delay:8.47s}.hr-animLeft122{animation:isLeft 1s both;animation-delay:8.54s}.hr-animLeft123{animation:isLeft 1s both;animation-delay:8.61s}.hr-animLeft124{animation:isLeft 1s both;animation-delay:8.68s}.hr-animLeft125{animation:isLeft 1s both;animation-delay:8.75s}.hr-animLeft126{animation:isLeft 1s both;animation-delay:8.82s}.hr-animLeft127{animation:isLeft 1s both;animation-delay:8.89s}.hr-animLeft128{animation:isLeft 1s both;animation-delay:8.96s}.hr-animLeft129{animation:isLeft 1s both;animation-delay:9.03s}.hr-animLeft130{animation:isLeft 1s both;animation-delay:9.1s}.hr-animLeft131{animation:isLeft 1s both;animation-delay:9.17s}.hr-animLeft132{animation:isLeft 1s both;animation-delay:9.24s}.hr-animLeft133{animation:isLeft 1s both;animation-delay:9.31s}.hr-animLeft134{animation:isLeft 1s both;animation-delay:9.38s}.hr-animLeft135{animation:isLeft 1s both;animation-delay:9.45s}.hr-animLeft136{animation:isLeft 1s both;animation-delay:9.52s}.hr-animLeft137{animation:isLeft 1s both;animation-delay:9.59s}.hr-animLeft138{animation:isLeft 1s both;animation-delay:9.66s}.hr-animLeft139{animation:isLeft 1s both;animation-delay:9.73s}.hr-animLeft140{animation:isLeft 1s both;animation-delay:9.8s}.hr-animLeft141{animation:isLeft 1s both;animation-delay:9.87s}.hr-animLeft142{animation:isLeft 1s both;animation-delay:9.94s}.hr-animLeft143{animation:isLeft 1s both;animation-delay:10.01s}.hr-animLeft144{animation:isLeft 1s both;animation-delay:10.08s}.hr-animLeft145{animation:isLeft 1s both;animation-delay:10.15s}.hr-animLeft146{animation:isLeft 1s both;animation-delay:10.22s}.hr-animLeft147{animation:isLeft 1s both;animation-delay:10.29s}.hr-animLeft148{animation:isLeft 1s both;animation-delay:10.36s}.hr-animLeft149{animation:isLeft 1s both;animation-delay:10.43s}.hr-animLeft150{animation:isLeft 1s both;animation-delay:10.5s}.hr-animLeft151{animation:isLeft 1s both;animation-delay:10.57s}.hr-animLeft152{animation:isLeft 1s both;animation-delay:10.64s}.hr-animLeft153{animation:isLeft 1s both;animation-delay:10.71s}.hr-animLeft154{animation:isLeft 1s both;animation-delay:10.78s}.hr-animLeft155{animation:isLeft 1s both;animation-delay:10.85s}.hr-animLeft156{animation:isLeft 1s both;animation-delay:10.92s}.hr-animLeft157{animation:isLeft 1s both;animation-delay:10.99s}.hr-animLeft158{animation:isLeft 1s both;animation-delay:11.06s}.hr-animLeft159{animation:isLeft 1s both;animation-delay:11.13s}.hr-animLeft160{animation:isLeft 1s both;animation-delay:11.2s}.hr-animLeft161{animation:isLeft 1s both;animation-delay:11.27s}.hr-animLeft162{animation:isLeft 1s both;animation-delay:11.34s}.hr-animLeft163{animation:isLeft 1s both;animation-delay:11.41s}.hr-animLeft164{animation:isLeft 1s both;animation-delay:11.48s}.hr-animLeft165{animation:isLeft 1s both;animation-delay:11.55s}.hr-animLeft166{animation:isLeft 1s both;animation-delay:11.62s}.hr-animLeft167{animation:isLeft 1s both;animation-delay:11.69s}.hr-animLeft168{animation:isLeft 1s both;animation-delay:11.76s}.hr-animLeft169{animation:isLeft 1s both;animation-delay:11.83s}.hr-animLeft170{animation:isLeft 1s both;animation-delay:11.9s}.hr-animLeft171{animation:isLeft 1s both;animation-delay:11.97s}.hr-animLeft172{animation:isLeft 1s both;animation-delay:12.04s}.hr-animLeft173{animation:isLeft 1s both;animation-delay:12.11s}.hr-animLeft174{animation:isLeft 1s both;animation-delay:12.18s}.hr-animLeft175{animation:isLeft 1s both;animation-delay:12.25s}.hr-animLeft176{animation:isLeft 1s both;animation-delay:12.32s}.hr-animLeft177{animation:isLeft 1s both;animation-delay:12.39s}.hr-animLeft178{animation:isLeft 1s both;animation-delay:12.46s}.hr-animLeft179{animation:isLeft 1s both;animation-delay:12.53s}.hr-animLeft180{animation:isLeft 1s both;animation-delay:12.6s}.hr-animLeft181{animation:isLeft 1s both;animation-delay:12.67s}.hr-animLeft182{animation:isLeft 1s both;animation-delay:12.74s}.hr-animLeft183{animation:isLeft 1s both;animation-delay:12.81s}.hr-animLeft184{animation:isLeft 1s both;animation-delay:12.88s}.hr-animLeft185{animation:isLeft 1s both;animation-delay:12.95s}.hr-animLeft186{animation:isLeft 1s both;animation-delay:13.02s}.hr-animLeft187{animation:isLeft 1s both;animation-delay:13.09s}.hr-animLeft188{animation:isLeft 1s both;animation-delay:13.16s}.hr-animLeft189{animation:isLeft 1s both;animation-delay:13.23s}.hr-animLeft190{animation:isLeft 1s both;animation-delay:13.3s}.hr-animLeft191{animation:isLeft 1s both;animation-delay:13.37s}.hr-animLeft192{animation:isLeft 1s both;animation-delay:13.44s}.hr-animLeft193{animation:isLeft 1s both;animation-delay:13.51s}.hr-animLeft194{animation:isLeft 1s both;animation-delay:13.58s}.hr-animLeft195{animation:isLeft 1s both;animation-delay:13.65s}.hr-animLeft196{animation:isLeft 1s both;animation-delay:13.72s}.hr-animLeft197{animation:isLeft 1s both;animation-delay:13.79s}.hr-animLeft198{animation:isLeft 1s both;animation-delay:13.86s}.hr-animLeft199{animation:isLeft 1s both;animation-delay:13.93s}.hr-animLeft200{animation:isLeft 1s both;animation-delay:14s}.hr-animLeft201{animation:isLeft 1s both;animation-delay:14.07s}.hr-animLeft202{animation:isLeft 1s both;animation-delay:14.14s}.hr-animLeft203{animation:isLeft 1s both;animation-delay:14.21s}.hr-animLeft204{animation:isLeft 1s both;animation-delay:14.28s}.hr-animLeft205{animation:isLeft 1s both;animation-delay:14.35s}.hr-animLeft206{animation:isLeft 1s both;animation-delay:14.42s}.hr-animLeft207{animation:isLeft 1s both;animation-delay:14.49s}.hr-animLeft208{animation:isLeft 1s both;animation-delay:14.56s}.hr-animLeft209{animation:isLeft 1s both;animation-delay:14.63s}.hr-animLeft210{animation:isLeft 1s both;animation-delay:14.7s}.hr-animLeft211{animation:isLeft 1s both;animation-delay:14.77s}.hr-animLeft212{animation:isLeft 1s both;animation-delay:14.84s}.hr-animLeft213{animation:isLeft 1s both;animation-delay:14.91s}.hr-animLeft214{animation:isLeft 1s both;animation-delay:14.98s}.hr-animLeft215{animation:isLeft 1s both;animation-delay:15.05s}.hr-animLeft216{animation:isLeft 1s both;animation-delay:15.12s}.hr-animLeft217{animation:isLeft 1s both;animation-delay:15.19s}.hr-animLeft218{animation:isLeft 1s both;animation-delay:15.26s}.hr-animLeft219{animation:isLeft 1s both;animation-delay:15.33s}.hr-animLeft220{animation:isLeft 1s both;animation-delay:15.4s}.hr-animLeft221{animation:isLeft 1s both;animation-delay:15.47s}.hr-animLeft222{animation:isLeft 1s both;animation-delay:15.54s}.hr-animLeft223{animation:isLeft 1s both;animation-delay:15.61s}.hr-animLeft224{animation:isLeft 1s both;animation-delay:15.68s}.hr-animLeft225{animation:isLeft 1s both;animation-delay:15.75s}.hr-animLeft226{animation:isLeft 1s both;animation-delay:15.82s}.hr-animLeft227{animation:isLeft 1s both;animation-delay:15.89s}.hr-animLeft228{animation:isLeft 1s both;animation-delay:15.96s}.hr-animLeft229{animation:isLeft 1s both;animation-delay:16.03s}.hr-animLeft230{animation:isLeft 1s both;animation-delay:16.1s}.hr-animLeft231{animation:isLeft 1s both;animation-delay:16.17s}.hr-animLeft232{animation:isLeft 1s both;animation-delay:16.24s}.hr-animLeft233{animation:isLeft 1s both;animation-delay:16.31s}.hr-animLeft234{animation:isLeft 1s both;animation-delay:16.38s}.hr-animLeft235{animation:isLeft 1s both;animation-delay:16.45s}.hr-animLeft236{animation:isLeft 1s both;animation-delay:16.52s}.hr-animLeft237{animation:isLeft 1s both;animation-delay:16.59s}.hr-animLeft238{animation:isLeft 1s both;animation-delay:16.66s}.hr-animLeft239{animation:isLeft 1s both;animation-delay:16.73s}.hr-animLeft240{animation:isLeft 1s both;animation-delay:16.8s}.hr-animLeft241{animation:isLeft 1s both;animation-delay:16.87s}.hr-animLeft242{animation:isLeft 1s both;animation-delay:16.94s}.hr-animLeft243{animation:isLeft 1s both;animation-delay:17.01s}.hr-animLeft244{animation:isLeft 1s both;animation-delay:17.08s}.hr-animLeft245{animation:isLeft 1s both;animation-delay:17.15s}.hr-animLeft246{animation:isLeft 1s both;animation-delay:17.22s}.hr-animLeft247{animation:isLeft 1s both;animation-delay:17.29s}.hr-animLeft248{animation:isLeft 1s both;animation-delay:17.36s}.hr-animLeft249{animation:isLeft 1s both;animation-delay:17.43s}.hr-animLeft250{animation:isLeft 1s both;animation-delay:17.5s}.hr-animLeft251{animation:isLeft 1s both;animation-delay:17.57s}.hr-animLeft252{animation:isLeft 1s both;animation-delay:17.64s}.hr-animLeft253{animation:isLeft 1s both;animation-delay:17.71s}.hr-animLeft254{animation:isLeft 1s both;animation-delay:17.78s}.hr-animLeft255{animation:isLeft 1s both;animation-delay:17.85s}.hr-animLeft256{animation:isLeft 1s both;animation-delay:17.92s}.hr-animLeft257{animation:isLeft 1s both;animation-delay:17.99s}.hr-animLeft258{animation:isLeft 1s both;animation-delay:18.06s}.hr-animLeft259{animation:isLeft 1s both;animation-delay:18.13s}.hr-animLeft260{animation:isLeft 1s both;animation-delay:18.2s}.hr-animLeft261{animation:isLeft 1s both;animation-delay:18.27s}.hr-animLeft262{animation:isLeft 1s both;animation-delay:18.34s}.hr-animLeft263{animation:isLeft 1s both;animation-delay:18.41s}.hr-animLeft264{animation:isLeft 1s both;animation-delay:18.48s}.hr-animLeft265{animation:isLeft 1s both;animation-delay:18.55s}.hr-animLeft266{animation:isLeft 1s both;animation-delay:18.62s}.hr-animLeft267{animation:isLeft 1s both;animation-delay:18.69s}.hr-animLeft268{animation:isLeft 1s both;animation-delay:18.76s}.hr-animLeft269{animation:isLeft 1s both;animation-delay:18.83s}.hr-animLeft270{animation:isLeft 1s both;animation-delay:18.9s}.hr-animLeft271{animation:isLeft 1s both;animation-delay:18.97s}.hr-animLeft272{animation:isLeft 1s both;animation-delay:19.04s}.hr-animLeft273{animation:isLeft 1s both;animation-delay:19.11s}.hr-animLeft274{animation:isLeft 1s both;animation-delay:19.18s}.hr-animLeft275{animation:isLeft 1s both;animation-delay:19.25s}.hr-animLeft276{animation:isLeft 1s both;animation-delay:19.32s}.hr-animLeft277{animation:isLeft 1s both;animation-delay:19.39s}.hr-animLeft278{animation:isLeft 1s both;animation-delay:19.46s}.hr-animLeft279{animation:isLeft 1s both;animation-delay:19.53s}.hr-animLeft280{animation:isLeft 1s both;animation-delay:19.6s}.hr-animLeft281{animation:isLeft 1s both;animation-delay:19.67s}.hr-animLeft282{animation:isLeft 1s both;animation-delay:19.74s}.hr-animLeft283{animation:isLeft 1s both;animation-delay:19.81s}.hr-animLeft284{animation:isLeft 1s both;animation-delay:19.88s}.hr-animLeft285{animation:isLeft 1s both;animation-delay:19.95s}.hr-animLeft286{animation:isLeft 1s both;animation-delay:20.02s}.hr-animLeft287{animation:isLeft 1s both;animation-delay:20.09s}.hr-animLeft288{animation:isLeft 1s both;animation-delay:20.16s}.hr-animLeft289{animation:isLeft 1s both;animation-delay:20.23s}.hr-animLeft290{animation:isLeft 1s both;animation-delay:20.3s}.hr-animLeft291{animation:isLeft 1s both;animation-delay:20.37s}.hr-animLeft292{animation:isLeft 1s both;animation-delay:20.44s}.hr-animLeft293{animation:isLeft 1s both;animation-delay:20.51s}.hr-animLeft294{animation:isLeft 1s both;animation-delay:20.58s}.hr-animLeft295{animation:isLeft 1s both;animation-delay:20.65s}.hr-animLeft296{animation:isLeft 1s both;animation-delay:20.72s}.hr-animLeft297{animation:isLeft 1s both;animation-delay:20.79s}.hr-animLeft298{animation:isLeft 1s both;animation-delay:20.86s}.hr-animLeft299{animation:isLeft 1s both;animation-delay:20.93s}.hr-animLeft300{animation:isLeft 1s both;animation-delay:21s}.hr-animLeft301{animation:isLeft 1s both;animation-delay:21.07s}.hr-animLeft302{animation:isLeft 1s both;animation-delay:21.14s}.hr-animLeft303{animation:isLeft 1s both;animation-delay:21.21s}.hr-animLeft304{animation:isLeft 1s both;animation-delay:21.28s}.hr-animLeft305{animation:isLeft 1s both;animation-delay:21.35s}.hr-animLeft306{animation:isLeft 1s both;animation-delay:21.42s}.hr-animLeft307{animation:isLeft 1s both;animation-delay:21.49s}.hr-animLeft308{animation:isLeft 1s both;animation-delay:21.56s}.hr-animLeft309{animation:isLeft 1s both;animation-delay:21.63s}.hr-animLeft310{animation:isLeft 1s both;animation-delay:21.7s}.hr-animLeft311{animation:isLeft 1s both;animation-delay:21.77s}.hr-animLeft312{animation:isLeft 1s both;animation-delay:21.84s}.hr-animLeft313{animation:isLeft 1s both;animation-delay:21.91s}.hr-animLeft314{animation:isLeft 1s both;animation-delay:21.98s}.hr-animLeft315{animation:isLeft 1s both;animation-delay:22.05s}.hr-animLeft316{animation:isLeft 1s both;animation-delay:22.12s}.hr-animLeft317{animation:isLeft 1s both;animation-delay:22.19s}.hr-animLeft318{animation:isLeft 1s both;animation-delay:22.26s}.hr-animLeft319{animation:isLeft 1s both;animation-delay:22.33s}.hr-animLeft320{animation:isLeft 1s both;animation-delay:22.4s}.hr-animLeft321{animation:isLeft 1s both;animation-delay:22.47s}.hr-animLeft322{animation:isLeft 1s both;animation-delay:22.54s}.hr-animLeft323{animation:isLeft 1s both;animation-delay:22.61s}.hr-animLeft324{animation:isLeft 1s both;animation-delay:22.68s}.hr-animLeft325{animation:isLeft 1s both;animation-delay:22.75s}.hr-animLeft326{animation:isLeft 1s both;animation-delay:22.82s}.hr-animLeft327{animation:isLeft 1s both;animation-delay:22.89s}.hr-animLeft328{animation:isLeft 1s both;animation-delay:22.96s}.hr-animLeft329{animation:isLeft 1s both;animation-delay:23.03s}.hr-animLeft330{animation:isLeft 1s both;animation-delay:23.1s}.hr-animLeft331{animation:isLeft 1s both;animation-delay:23.17s}.hr-animLeft332{animation:isLeft 1s both;animation-delay:23.24s}.hr-animLeft333{animation:isLeft 1s both;animation-delay:23.31s}.hr-animLeft334{animation:isLeft 1s both;animation-delay:23.38s}.hr-animLeft335{animation:isLeft 1s both;animation-delay:23.45s}.hr-animLeft336{animation:isLeft 1s both;animation-delay:23.52s}.hr-animLeft337{animation:isLeft 1s both;animation-delay:23.59s}.hr-animLeft338{animation:isLeft 1s both;animation-delay:23.66s}.hr-animLeft339{animation:isLeft 1s both;animation-delay:23.73s}.hr-animLeft340{animation:isLeft 1s both;animation-delay:23.8s}.hr-animLeft341{animation:isLeft 1s both;animation-delay:23.87s}.hr-animLeft342{animation:isLeft 1s both;animation-delay:23.94s}.hr-animLeft343{animation:isLeft 1s both;animation-delay:24.01s}.hr-animLeft344{animation:isLeft 1s both;animation-delay:24.08s}.hr-animLeft345{animation:isLeft 1s both;animation-delay:24.15s}.hr-animLeft346{animation:isLeft 1s both;animation-delay:24.22s}.hr-animLeft347{animation:isLeft 1s both;animation-delay:24.29s}.hr-animLeft348{animation:isLeft 1s both;animation-delay:24.36s}.hr-animLeft349{animation:isLeft 1s both;animation-delay:24.43s}.hr-animLeft350{animation:isLeft 1s both;animation-delay:24.5s}.hr-animLeft351{animation:isLeft 1s both;animation-delay:24.57s}.hr-animLeft352{animation:isLeft 1s both;animation-delay:24.64s}.hr-animLeft353{animation:isLeft 1s both;animation-delay:24.71s}.hr-animLeft354{animation:isLeft 1s both;animation-delay:24.78s}.hr-animLeft355{animation:isLeft 1s both;animation-delay:24.85s}.hr-animLeft356{animation:isLeft 1s both;animation-delay:24.92s}.hr-animLeft357{animation:isLeft 1s both;animation-delay:24.99s}.hr-animLeft358{animation:isLeft 1s both;animation-delay:25.06s}.hr-animLeft359{animation:isLeft 1s both;animation-delay:25.13s}.hr-animLeft360{animation:isLeft 1s both;animation-delay:25.2s}.hr-animLeft361{animation:isLeft 1s both;animation-delay:25.27s}.hr-animLeft362{animation:isLeft 1s both;animation-delay:25.34s}.hr-animLeft363{animation:isLeft 1s both;animation-delay:25.41s}.hr-animLeft364{animation:isLeft 1s both;animation-delay:25.48s}.hr-animLeft365{animation:isLeft 1s both;animation-delay:25.55s}.hr-animLeft366{animation:isLeft 1s both;animation-delay:25.62s}.hr-animLeft367{animation:isLeft 1s both;animation-delay:25.69s}.hr-animLeft368{animation:isLeft 1s both;animation-delay:25.76s}.hr-animLeft369{animation:isLeft 1s both;animation-delay:25.83s}.hr-animLeft370{animation:isLeft 1s both;animation-delay:25.9s}.hr-animLeft371{animation:isLeft 1s both;animation-delay:25.97s}.hr-animLeft372{animation:isLeft 1s both;animation-delay:26.04s}.hr-animLeft373{animation:isLeft 1s both;animation-delay:26.11s}.hr-animLeft374{animation:isLeft 1s both;animation-delay:26.18s}.hr-animLeft375{animation:isLeft 1s both;animation-delay:26.25s}.hr-animLeft376{animation:isLeft 1s both;animation-delay:26.32s}.hr-animLeft377{animation:isLeft 1s both;animation-delay:26.39s}.hr-animLeft378{animation:isLeft 1s both;animation-delay:26.46s}.hr-animLeft379{animation:isLeft 1s both;animation-delay:26.53s}.hr-animLeft380{animation:isLeft 1s both;animation-delay:26.6s}.hr-animLeft381{animation:isLeft 1s both;animation-delay:26.67s}.hr-animLeft382{animation:isLeft 1s both;animation-delay:26.74s}.hr-animLeft383{animation:isLeft 1s both;animation-delay:26.81s}.hr-animLeft384{animation:isLeft 1s both;animation-delay:26.88s}.hr-animLeft385{animation:isLeft 1s both;animation-delay:26.95s}.hr-animLeft386{animation:isLeft 1s both;animation-delay:27.02s}.hr-animLeft387{animation:isLeft 1s both;animation-delay:27.09s}.hr-animLeft388{animation:isLeft 1s both;animation-delay:27.16s}.hr-animLeft389{animation:isLeft 1s both;animation-delay:27.23s}.hr-animLeft390{animation:isLeft 1s both;animation-delay:27.3s}.hr-animLeft391{animation:isLeft 1s both;animation-delay:27.37s}.hr-animLeft392{animation:isLeft 1s both;animation-delay:27.44s}.hr-animLeft393{animation:isLeft 1s both;animation-delay:27.51s}.hr-animLeft394{animation:isLeft 1s both;animation-delay:27.58s}.hr-animLeft395{animation:isLeft 1s both;animation-delay:27.65s}.hr-animLeft396{animation:isLeft 1s both;animation-delay:27.72s}.hr-animLeft397{animation:isLeft 1s both;animation-delay:27.79s}.hr-animLeft398{animation:isLeft 1s both;animation-delay:27.86s}.hr-animLeft399{animation:isLeft 1s both;animation-delay:27.93s}.hr-animLeft400{animation:isLeft 1s both;animation-delay:28s}.hr-animLeft401{animation:isLeft 1s both;animation-delay:28.07s}.hr-animLeft402{animation:isLeft 1s both;animation-delay:28.14s}.hr-animLeft403{animation:isLeft 1s both;animation-delay:28.21s}.hr-animLeft404{animation:isLeft 1s both;animation-delay:28.28s}.hr-animLeft405{animation:isLeft 1s both;animation-delay:28.35s}.hr-animLeft406{animation:isLeft 1s both;animation-delay:28.42s}.hr-animLeft407{animation:isLeft 1s both;animation-delay:28.49s}.hr-animLeft408{animation:isLeft 1s both;animation-delay:28.56s}.hr-animLeft409{animation:isLeft 1s both;animation-delay:28.63s}.hr-animLeft410{animation:isLeft 1s both;animation-delay:28.7s}.hr-animLeft411{animation:isLeft 1s both;animation-delay:28.77s}.hr-animLeft412{animation:isLeft 1s both;animation-delay:28.84s}.hr-animLeft413{animation:isLeft 1s both;animation-delay:28.91s}.hr-animLeft414{animation:isLeft 1s both;animation-delay:28.98s}.hr-animLeft415{animation:isLeft 1s both;animation-delay:29.05s}.hr-animLeft416{animation:isLeft 1s both;animation-delay:29.12s}.hr-animLeft417{animation:isLeft 1s both;animation-delay:29.19s}.hr-animLeft418{animation:isLeft 1s both;animation-delay:29.26s}.hr-animLeft419{animation:isLeft 1s both;animation-delay:29.33s}.hr-animLeft420{animation:isLeft 1s both;animation-delay:29.4s}.hr-animLeft421{animation:isLeft 1s both;animation-delay:29.47s}.hr-animLeft422{animation:isLeft 1s both;animation-delay:29.54s}.hr-animLeft423{animation:isLeft 1s both;animation-delay:29.61s}.hr-animLeft424{animation:isLeft 1s both;animation-delay:29.68s}.hr-animLeft425{animation:isLeft 1s both;animation-delay:29.75s}.hr-animLeft426{animation:isLeft 1s both;animation-delay:29.82s}.hr-animLeft427{animation:isLeft 1s both;animation-delay:29.89s}.hr-animLeft428{animation:isLeft 1s both;animation-delay:29.96s}.hr-animLeft429{animation:isLeft 1s both;animation-delay:30.03s}.hr-animLeft430{animation:isLeft 1s both;animation-delay:30.1s}.hr-animLeft431{animation:isLeft 1s both;animation-delay:30.17s}.hr-animLeft432{animation:isLeft 1s both;animation-delay:30.24s}.hr-animLeft433{animation:isLeft 1s both;animation-delay:30.31s}.hr-animLeft434{animation:isLeft 1s both;animation-delay:30.38s}.hr-animLeft435{animation:isLeft 1s both;animation-delay:30.45s}.hr-animLeft436{animation:isLeft 1s both;animation-delay:30.52s}.hr-animLeft437{animation:isLeft 1s both;animation-delay:30.59s}.hr-animLeft438{animation:isLeft 1s both;animation-delay:30.66s}.hr-animLeft439{animation:isLeft 1s both;animation-delay:30.73s}.hr-animLeft440{animation:isLeft 1s both;animation-delay:30.8s}.hr-animLeft441{animation:isLeft 1s both;animation-delay:30.87s}.hr-animLeft442{animation:isLeft 1s both;animation-delay:30.94s}.hr-animLeft443{animation:isLeft 1s both;animation-delay:31.01s}.hr-animLeft444{animation:isLeft 1s both;animation-delay:31.08s}.hr-animLeft445{animation:isLeft 1s both;animation-delay:31.15s}.hr-animLeft446{animation:isLeft 1s both;animation-delay:31.22s}.hr-animLeft447{animation:isLeft 1s both;animation-delay:31.29s}.hr-animLeft448{animation:isLeft 1s both;animation-delay:31.36s}.hr-animLeft449{animation:isLeft 1s both;animation-delay:31.43s}.hr-animLeft450{animation:isLeft 1s both;animation-delay:31.5s}.hr-animLeft451{animation:isLeft 1s both;animation-delay:31.57s}.hr-animLeft452{animation:isLeft 1s both;animation-delay:31.64s}.hr-animLeft453{animation:isLeft 1s both;animation-delay:31.71s}.hr-animLeft454{animation:isLeft 1s both;animation-delay:31.78s}.hr-animLeft455{animation:isLeft 1s both;animation-delay:31.85s}.hr-animLeft456{animation:isLeft 1s both;animation-delay:31.92s}.hr-animLeft457{animation:isLeft 1s both;animation-delay:31.99s}.hr-animLeft458{animation:isLeft 1s both;animation-delay:32.06s}.hr-animLeft459{animation:isLeft 1s both;animation-delay:32.13s}.hr-animLeft460{animation:isLeft 1s both;animation-delay:32.2s}.hr-animLeft461{animation:isLeft 1s both;animation-delay:32.27s}.hr-animLeft462{animation:isLeft 1s both;animation-delay:32.34s}.hr-animLeft463{animation:isLeft 1s both;animation-delay:32.41s}.hr-animLeft464{animation:isLeft 1s both;animation-delay:32.48s}.hr-animLeft465{animation:isLeft 1s both;animation-delay:32.55s}.hr-animLeft466{animation:isLeft 1s both;animation-delay:32.62s}.hr-animLeft467{animation:isLeft 1s both;animation-delay:32.69s}.hr-animLeft468{animation:isLeft 1s both;animation-delay:32.76s}.hr-animLeft469{animation:isLeft 1s both;animation-delay:32.83s}.hr-animLeft470{animation:isLeft 1s both;animation-delay:32.9s}.hr-animLeft471{animation:isLeft 1s both;animation-delay:32.97s}.hr-animLeft472{animation:isLeft 1s both;animation-delay:33.04s}.hr-animLeft473{animation:isLeft 1s both;animation-delay:33.11s}.hr-animLeft474{animation:isLeft 1s both;animation-delay:33.18s}.hr-animLeft475{animation:isLeft 1s both;animation-delay:33.25s}.hr-animLeft476{animation:isLeft 1s both;animation-delay:33.32s}.hr-animLeft477{animation:isLeft 1s both;animation-delay:33.39s}.hr-animLeft478{animation:isLeft 1s both;animation-delay:33.46s}.hr-animLeft479{animation:isLeft 1s both;animation-delay:33.53s}.hr-animLeft480{animation:isLeft 1s both;animation-delay:33.6s}.hr-animLeft481{animation:isLeft 1s both;animation-delay:33.67s}.hr-animLeft482{animation:isLeft 1s both;animation-delay:33.74s}.hr-animLeft483{animation:isLeft 1s both;animation-delay:33.81s}.hr-animLeft484{animation:isLeft 1s both;animation-delay:33.88s}.hr-animLeft485{animation:isLeft 1s both;animation-delay:33.95s}.hr-animLeft486{animation:isLeft 1s both;animation-delay:34.02s}.hr-animLeft487{animation:isLeft 1s both;animation-delay:34.09s}.hr-animLeft488{animation:isLeft 1s both;animation-delay:34.16s}.hr-animLeft489{animation:isLeft 1s both;animation-delay:34.23s}.hr-animLeft490{animation:isLeft 1s both;animation-delay:34.3s}.hr-animLeft491{animation:isLeft 1s both;animation-delay:34.37s}.hr-animLeft492{animation:isLeft 1s both;animation-delay:34.44s}.hr-animLeft493{animation:isLeft 1s both;animation-delay:34.51s}.hr-animLeft494{animation:isLeft 1s both;animation-delay:34.58s}.hr-animLeft495{animation:isLeft 1s both;animation-delay:34.65s}.hr-animLeft496{animation:isLeft 1s both;animation-delay:34.72s}.hr-animLeft497{animation:isLeft 1s both;animation-delay:34.79s}.hr-animLeft498{animation:isLeft 1s both;animation-delay:34.86s}.hr-animLeft499{animation:isLeft 1s both;animation-delay:34.93s}.hr-animLeft500{animation:isLeft 1s both;animation-delay:35s}.hr-animLeft501{animation:isLeft 1s both;animation-delay:35.07s}.hr-animLeft502{animation:isLeft 1s both;animation-delay:35.14s}.hr-animLeft503{animation:isLeft 1s both;animation-delay:35.21s}.hr-animLeft504{animation:isLeft 1s both;animation-delay:35.28s}.hr-animLeft505{animation:isLeft 1s both;animation-delay:35.35s}.hr-animLeft506{animation:isLeft 1s both;animation-delay:35.42s}.hr-animLeft507{animation:isLeft 1s both;animation-delay:35.49s}.hr-animLeft508{animation:isLeft 1s both;animation-delay:35.56s}.hr-animLeft509{animation:isLeft 1s both;animation-delay:35.63s}.hr-animLeft510{animation:isLeft 1s both;animation-delay:35.7s}.hr-animLeft511{animation:isLeft 1s both;animation-delay:35.77s}.hr-animLeft512{animation:isLeft 1s both;animation-delay:35.84s}.hr-animLeft513{animation:isLeft 1s both;animation-delay:35.91s}.hr-animLeft514{animation:isLeft 1s both;animation-delay:35.98s}.hr-animLeft515{animation:isLeft 1s both;animation-delay:36.05s}.hr-animLeft516{animation:isLeft 1s both;animation-delay:36.12s}.hr-animLeft517{animation:isLeft 1s both;animation-delay:36.19s}.hr-animLeft518{animation:isLeft 1s both;animation-delay:36.26s}.hr-animLeft519{animation:isLeft 1s both;animation-delay:36.33s}.hr-animLeft520{animation:isLeft 1s both;animation-delay:36.4s}.hr-animLeft521{animation:isLeft 1s both;animation-delay:36.47s}.hr-animLeft522{animation:isLeft 1s both;animation-delay:36.54s}.hr-animLeft523{animation:isLeft 1s both;animation-delay:36.61s}.hr-animLeft524{animation:isLeft 1s both;animation-delay:36.68s}.hr-animLeft525{animation:isLeft 1s both;animation-delay:36.75s}.hr-animLeft526{animation:isLeft 1s both;animation-delay:36.82s}.hr-animLeft527{animation:isLeft 1s both;animation-delay:36.89s}.hr-animLeft528{animation:isLeft 1s both;animation-delay:36.96s}.hr-animLeft529{animation:isLeft 1s both;animation-delay:37.03s}.hr-animLeft530{animation:isLeft 1s both;animation-delay:37.1s}.hr-animLeft531{animation:isLeft 1s both;animation-delay:37.17s}.hr-animLeft532{animation:isLeft 1s both;animation-delay:37.24s}.hr-animLeft533{animation:isLeft 1s both;animation-delay:37.31s}.hr-animLeft534{animation:isLeft 1s both;animation-delay:37.38s}.hr-animLeft535{animation:isLeft 1s both;animation-delay:37.45s}.hr-animLeft536{animation:isLeft 1s both;animation-delay:37.52s}.hr-animLeft537{animation:isLeft 1s both;animation-delay:37.59s}.hr-animLeft538{animation:isLeft 1s both;animation-delay:37.66s}.hr-animLeft539{animation:isLeft 1s both;animation-delay:37.73s}.hr-animLeft540{animation:isLeft 1s both;animation-delay:37.8s}.hr-animLeft541{animation:isLeft 1s both;animation-delay:37.87s}.hr-animLeft542{animation:isLeft 1s both;animation-delay:37.94s}.hr-animLeft543{animation:isLeft 1s both;animation-delay:38.01s}.hr-animLeft544{animation:isLeft 1s both;animation-delay:38.08s}.hr-animLeft545{animation:isLeft 1s both;animation-delay:38.15s}.hr-animLeft546{animation:isLeft 1s both;animation-delay:38.22s}.hr-animLeft547{animation:isLeft 1s both;animation-delay:38.29s}.hr-animLeft548{animation:isLeft 1s both;animation-delay:38.36s}.hr-animLeft549{animation:isLeft 1s both;animation-delay:38.43s}.hr-animLeft550{animation:isLeft 1s both;animation-delay:38.5s}.hr-animLeft551{animation:isLeft 1s both;animation-delay:38.57s}.hr-animLeft552{animation:isLeft 1s both;animation-delay:38.64s}.hr-animLeft553{animation:isLeft 1s both;animation-delay:38.71s}.hr-animLeft554{animation:isLeft 1s both;animation-delay:38.78s}.hr-animLeft555{animation:isLeft 1s both;animation-delay:38.85s}.hr-animLeft556{animation:isLeft 1s both;animation-delay:38.92s}.hr-animLeft557{animation:isLeft 1s both;animation-delay:38.99s}.hr-animLeft558{animation:isLeft 1s both;animation-delay:39.06s}.hr-animLeft559{animation:isLeft 1s both;animation-delay:39.13s}.hr-animLeft560{animation:isLeft 1s both;animation-delay:39.2s}.hr-animLeft561{animation:isLeft 1s both;animation-delay:39.27s}.hr-animLeft562{animation:isLeft 1s both;animation-delay:39.34s}.hr-animLeft563{animation:isLeft 1s both;animation-delay:39.41s}.hr-animLeft564{animation:isLeft 1s both;animation-delay:39.48s}.hr-animLeft565{animation:isLeft 1s both;animation-delay:39.55s}.hr-animLeft566{animation:isLeft 1s both;animation-delay:39.62s}.hr-animLeft567{animation:isLeft 1s both;animation-delay:39.69s}.hr-animLeft568{animation:isLeft 1s both;animation-delay:39.76s}.hr-animLeft569{animation:isLeft 1s both;animation-delay:39.83s}.hr-animLeft570{animation:isLeft 1s both;animation-delay:39.9s}.hr-animLeft571{animation:isLeft 1s both;animation-delay:39.97s}.hr-animLeft572{animation:isLeft 1s both;animation-delay:40.04s}.hr-animLeft573{animation:isLeft 1s both;animation-delay:40.11s}.hr-animLeft574{animation:isLeft 1s both;animation-delay:40.18s}.hr-animLeft575{animation:isLeft 1s both;animation-delay:40.25s}.hr-animLeft576{animation:isLeft 1s both;animation-delay:40.32s}.hr-animLeft577{animation:isLeft 1s both;animation-delay:40.39s}.hr-animLeft578{animation:isLeft 1s both;animation-delay:40.46s}.hr-animLeft579{animation:isLeft 1s both;animation-delay:40.53s}.hr-animLeft580{animation:isLeft 1s both;animation-delay:40.6s}.hr-animLeft581{animation:isLeft 1s both;animation-delay:40.67s}.hr-animLeft582{animation:isLeft 1s both;animation-delay:40.74s}.hr-animLeft583{animation:isLeft 1s both;animation-delay:40.81s}.hr-animLeft584{animation:isLeft 1s both;animation-delay:40.88s}.hr-animLeft585{animation:isLeft 1s both;animation-delay:40.95s}.hr-animLeft586{animation:isLeft 1s both;animation-delay:41.02s}.hr-animLeft587{animation:isLeft 1s both;animation-delay:41.09s}.hr-animLeft588{animation:isLeft 1s both;animation-delay:41.16s}.hr-animLeft589{animation:isLeft 1s both;animation-delay:41.23s}.hr-animLeft590{animation:isLeft 1s both;animation-delay:41.3s}.hr-animLeft591{animation:isLeft 1s both;animation-delay:41.37s}.hr-animLeft592{animation:isLeft 1s both;animation-delay:41.44s}.hr-animLeft593{animation:isLeft 1s both;animation-delay:41.51s}.hr-animLeft594{animation:isLeft 1s both;animation-delay:41.58s}.hr-animLeft595{animation:isLeft 1s both;animation-delay:41.65s}.hr-animLeft596{animation:isLeft 1s both;animation-delay:41.72s}.hr-animLeft597{animation:isLeft 1s both;animation-delay:41.79s}.hr-animLeft598{animation:isLeft 1s both;animation-delay:41.86s}.hr-animLeft599{animation:isLeft 1s both;animation-delay:41.93s}.hr-animLeft600{animation:isLeft 1s both;animation-delay:42s}.hr-animLeft601{animation:isLeft 1s both;animation-delay:42.07s}.hr-animLeft602{animation:isLeft 1s both;animation-delay:42.14s}.hr-animLeft603{animation:isLeft 1s both;animation-delay:42.21s}.hr-animLeft604{animation:isLeft 1s both;animation-delay:42.28s}.hr-animLeft605{animation:isLeft 1s both;animation-delay:42.35s}.hr-animLeft606{animation:isLeft 1s both;animation-delay:42.42s}.hr-animLeft607{animation:isLeft 1s both;animation-delay:42.49s}.hr-animLeft608{animation:isLeft 1s both;animation-delay:42.56s}.hr-animLeft609{animation:isLeft 1s both;animation-delay:42.63s}.hr-animLeft610{animation:isLeft 1s both;animation-delay:42.7s}.hr-animLeft611{animation:isLeft 1s both;animation-delay:42.77s}.hr-animLeft612{animation:isLeft 1s both;animation-delay:42.84s}.hr-animLeft613{animation:isLeft 1s both;animation-delay:42.91s}.hr-animLeft614{animation:isLeft 1s both;animation-delay:42.98s}.hr-animLeft615{animation:isLeft 1s both;animation-delay:43.05s}.hr-animLeft616{animation:isLeft 1s both;animation-delay:43.12s}.hr-animLeft617{animation:isLeft 1s both;animation-delay:43.19s}.hr-animLeft618{animation:isLeft 1s both;animation-delay:43.26s}.hr-animLeft619{animation:isLeft 1s both;animation-delay:43.33s}.hr-animLeft620{animation:isLeft 1s both;animation-delay:43.4s}.hr-animLeft621{animation:isLeft 1s both;animation-delay:43.47s}.hr-animLeft622{animation:isLeft 1s both;animation-delay:43.54s}.hr-animLeft623{animation:isLeft 1s both;animation-delay:43.61s}.hr-animLeft624{animation:isLeft 1s both;animation-delay:43.68s}.hr-animLeft625{animation:isLeft 1s both;animation-delay:43.75s}.hr-animLeft626{animation:isLeft 1s both;animation-delay:43.82s}.hr-animLeft627{animation:isLeft 1s both;animation-delay:43.89s}.hr-animLeft628{animation:isLeft 1s both;animation-delay:43.96s}.hr-animLeft629{animation:isLeft 1s both;animation-delay:44.03s}.hr-animLeft630{animation:isLeft 1s both;animation-delay:44.1s}.hr-animLeft631{animation:isLeft 1s both;animation-delay:44.17s}.hr-animLeft632{animation:isLeft 1s both;animation-delay:44.24s}.hr-animLeft633{animation:isLeft 1s both;animation-delay:44.31s}.hr-animLeft634{animation:isLeft 1s both;animation-delay:44.38s}.hr-animLeft635{animation:isLeft 1s both;animation-delay:44.45s}.hr-animLeft636{animation:isLeft 1s both;animation-delay:44.52s}.hr-animLeft637{animation:isLeft 1s both;animation-delay:44.59s}.hr-animLeft638{animation:isLeft 1s both;animation-delay:44.66s}.hr-animLeft639{animation:isLeft 1s both;animation-delay:44.73s}.hr-animLeft640{animation:isLeft 1s both;animation-delay:44.8s}.hr-animLeft641{animation:isLeft 1s both;animation-delay:44.87s}.hr-animLeft642{animation:isLeft 1s both;animation-delay:44.94s}.hr-animLeft643{animation:isLeft 1s both;animation-delay:45.01s}.hr-animLeft644{animation:isLeft 1s both;animation-delay:45.08s}.hr-animLeft645{animation:isLeft 1s both;animation-delay:45.15s}.hr-animLeft646{animation:isLeft 1s both;animation-delay:45.22s}.hr-animLeft647{animation:isLeft 1s both;animation-delay:45.29s}.hr-animLeft648{animation:isLeft 1s both;animation-delay:45.36s}.hr-animLeft649{animation:isLeft 1s both;animation-delay:45.43s}.hr-animLeft650{animation:isLeft 1s both;animation-delay:45.5s}.hr-animLeft651{animation:isLeft 1s both;animation-delay:45.57s}.hr-animLeft652{animation:isLeft 1s both;animation-delay:45.64s}.hr-animLeft653{animation:isLeft 1s both;animation-delay:45.71s}.hr-animLeft654{animation:isLeft 1s both;animation-delay:45.78s}.hr-animLeft655{animation:isLeft 1s both;animation-delay:45.85s}.hr-animLeft656{animation:isLeft 1s both;animation-delay:45.92s}.hr-animLeft657{animation:isLeft 1s both;animation-delay:45.99s}.hr-animLeft658{animation:isLeft 1s both;animation-delay:46.06s}.hr-animLeft659{animation:isLeft 1s both;animation-delay:46.13s}.hr-animLeft660{animation:isLeft 1s both;animation-delay:46.2s}.hr-animLeft661{animation:isLeft 1s both;animation-delay:46.27s}.hr-animLeft662{animation:isLeft 1s both;animation-delay:46.34s}.hr-animLeft663{animation:isLeft 1s both;animation-delay:46.41s}.hr-animLeft664{animation:isLeft 1s both;animation-delay:46.48s}.hr-animLeft665{animation:isLeft 1s both;animation-delay:46.55s}.hr-animLeft666{animation:isLeft 1s both;animation-delay:46.62s}.hr-animLeft667{animation:isLeft 1s both;animation-delay:46.69s}.hr-animLeft668{animation:isLeft 1s both;animation-delay:46.76s}.hr-animLeft669{animation:isLeft 1s both;animation-delay:46.83s}.hr-animLeft670{animation:isLeft 1s both;animation-delay:46.9s}.hr-animLeft671{animation:isLeft 1s both;animation-delay:46.97s}.hr-animLeft672{animation:isLeft 1s both;animation-delay:47.04s}.hr-animLeft673{animation:isLeft 1s both;animation-delay:47.11s}.hr-animLeft674{animation:isLeft 1s both;animation-delay:47.18s}.hr-animLeft675{animation:isLeft 1s both;animation-delay:47.25s}.hr-animLeft676{animation:isLeft 1s both;animation-delay:47.32s}.hr-animLeft677{animation:isLeft 1s both;animation-delay:47.39s}.hr-animLeft678{animation:isLeft 1s both;animation-delay:47.46s}.hr-animLeft679{animation:isLeft 1s both;animation-delay:47.53s}.hr-animLeft680{animation:isLeft 1s both;animation-delay:47.6s}.hr-animLeft681{animation:isLeft 1s both;animation-delay:47.67s}.hr-animLeft682{animation:isLeft 1s both;animation-delay:47.74s}.hr-animLeft683{animation:isLeft 1s both;animation-delay:47.81s}.hr-animLeft684{animation:isLeft 1s both;animation-delay:47.88s}.hr-animLeft685{animation:isLeft 1s both;animation-delay:47.95s}.hr-animLeft686{animation:isLeft 1s both;animation-delay:48.02s}.hr-animLeft687{animation:isLeft 1s both;animation-delay:48.09s}.hr-animLeft688{animation:isLeft 1s both;animation-delay:48.16s}.hr-animLeft689{animation:isLeft 1s both;animation-delay:48.23s}.hr-animLeft690{animation:isLeft 1s both;animation-delay:48.3s}.hr-animLeft691{animation:isLeft 1s both;animation-delay:48.37s}.hr-animLeft692{animation:isLeft 1s both;animation-delay:48.44s}.hr-animLeft693{animation:isLeft 1s both;animation-delay:48.51s}.hr-animLeft694{animation:isLeft 1s both;animation-delay:48.58s}.hr-animLeft695{animation:isLeft 1s both;animation-delay:48.65s}.hr-animLeft696{animation:isLeft 1s both;animation-delay:48.72s}.hr-animLeft697{animation:isLeft 1s both;animation-delay:48.79s}.hr-animLeft698{animation:isLeft 1s both;animation-delay:48.86s}.hr-animLeft699{animation:isLeft 1s both;animation-delay:48.93s}.hr-animLeft700{animation:isLeft 1s both;animation-delay:49s}.hr-animLeft701{animation:isLeft 1s both;animation-delay:49.07s}.hr-animLeft702{animation:isLeft 1s both;animation-delay:49.14s}.hr-animLeft703{animation:isLeft 1s both;animation-delay:49.21s}.hr-animLeft704{animation:isLeft 1s both;animation-delay:49.28s}.hr-animLeft705{animation:isLeft 1s both;animation-delay:49.35s}.hr-animLeft706{animation:isLeft 1s both;animation-delay:49.42s}.hr-animLeft707{animation:isLeft 1s both;animation-delay:49.49s}.hr-animLeft708{animation:isLeft 1s both;animation-delay:49.56s}.hr-animLeft709{animation:isLeft 1s both;animation-delay:49.63s}.hr-animLeft710{animation:isLeft 1s both;animation-delay:49.7s}.hr-animLeft711{animation:isLeft 1s both;animation-delay:49.77s}.hr-animLeft712{animation:isLeft 1s both;animation-delay:49.84s}.hr-animLeft713{animation:isLeft 1s both;animation-delay:49.91s}.hr-animLeft714{animation:isLeft 1s both;animation-delay:49.98s}.hr-animLeft715{animation:isLeft 1s both;animation-delay:50.05s}.hr-animLeft716{animation:isLeft 1s both;animation-delay:50.12s}.hr-animLeft717{animation:isLeft 1s both;animation-delay:50.19s}.hr-animLeft718{animation:isLeft 1s both;animation-delay:50.26s}.hr-animLeft719{animation:isLeft 1s both;animation-delay:50.33s}.hr-animLeft720{animation:isLeft 1s both;animation-delay:50.4s}.hr-animLeft721{animation:isLeft 1s both;animation-delay:50.47s}.hr-animLeft722{animation:isLeft 1s both;animation-delay:50.54s}.hr-animLeft723{animation:isLeft 1s both;animation-delay:50.61s}.hr-animLeft724{animation:isLeft 1s both;animation-delay:50.68s}.hr-animLeft725{animation:isLeft 1s both;animation-delay:50.75s}.hr-animLeft726{animation:isLeft 1s both;animation-delay:50.82s}.hr-animLeft727{animation:isLeft 1s both;animation-delay:50.89s}.hr-animLeft728{animation:isLeft 1s both;animation-delay:50.96s}.hr-animLeft729{animation:isLeft 1s both;animation-delay:51.03s}.hr-animLeft730{animation:isLeft 1s both;animation-delay:51.1s}.hr-animLeft731{animation:isLeft 1s both;animation-delay:51.17s}.hr-animLeft732{animation:isLeft 1s both;animation-delay:51.24s}.hr-animLeft733{animation:isLeft 1s both;animation-delay:51.31s}.hr-animLeft734{animation:isLeft 1s both;animation-delay:51.38s}.hr-animLeft735{animation:isLeft 1s both;animation-delay:51.45s}.hr-animLeft736{animation:isLeft 1s both;animation-delay:51.52s}.hr-animLeft737{animation:isLeft 1s both;animation-delay:51.59s}.hr-animLeft738{animation:isLeft 1s both;animation-delay:51.66s}.hr-animLeft739{animation:isLeft 1s both;animation-delay:51.73s}.hr-animLeft740{animation:isLeft 1s both;animation-delay:51.8s}.hr-animLeft741{animation:isLeft 1s both;animation-delay:51.87s}.hr-animLeft742{animation:isLeft 1s both;animation-delay:51.94s}.hr-animLeft743{animation:isLeft 1s both;animation-delay:52.01s}.hr-animLeft744{animation:isLeft 1s both;animation-delay:52.08s}.hr-animLeft745{animation:isLeft 1s both;animation-delay:52.15s}.hr-animLeft746{animation:isLeft 1s both;animation-delay:52.22s}.hr-animLeft747{animation:isLeft 1s both;animation-delay:52.29s}.hr-animLeft748{animation:isLeft 1s both;animation-delay:52.36s}.hr-animLeft749{animation:isLeft 1s both;animation-delay:52.43s}.hr-animLeft750{animation:isLeft 1s both;animation-delay:52.5s}.hr-animLeft751{animation:isLeft 1s both;animation-delay:52.57s}.hr-animLeft752{animation:isLeft 1s both;animation-delay:52.64s}.hr-animLeft753{animation:isLeft 1s both;animation-delay:52.71s}.hr-animLeft754{animation:isLeft 1s both;animation-delay:52.78s}.hr-animLeft755{animation:isLeft 1s both;animation-delay:52.85s}.hr-animLeft756{animation:isLeft 1s both;animation-delay:52.92s}.hr-animLeft757{animation:isLeft 1s both;animation-delay:52.99s}.hr-animLeft758{animation:isLeft 1s both;animation-delay:53.06s}.hr-animLeft759{animation:isLeft 1s both;animation-delay:53.13s}.hr-animLeft760{animation:isLeft 1s both;animation-delay:53.2s}.hr-animLeft761{animation:isLeft 1s both;animation-delay:53.27s}.hr-animLeft762{animation:isLeft 1s both;animation-delay:53.34s}.hr-animLeft763{animation:isLeft 1s both;animation-delay:53.41s}.hr-animLeft764{animation:isLeft 1s both;animation-delay:53.48s}.hr-animLeft765{animation:isLeft 1s both;animation-delay:53.55s}.hr-animLeft766{animation:isLeft 1s both;animation-delay:53.62s}.hr-animLeft767{animation:isLeft 1s both;animation-delay:53.69s}.hr-animLeft768{animation:isLeft 1s both;animation-delay:53.76s}.hr-animLeft769{animation:isLeft 1s both;animation-delay:53.83s}.hr-animLeft770{animation:isLeft 1s both;animation-delay:53.9s}.hr-animLeft771{animation:isLeft 1s both;animation-delay:53.97s}.hr-animLeft772{animation:isLeft 1s both;animation-delay:54.04s}.hr-animLeft773{animation:isLeft 1s both;animation-delay:54.11s}.hr-animLeft774{animation:isLeft 1s both;animation-delay:54.18s}.hr-animLeft775{animation:isLeft 1s both;animation-delay:54.25s}.hr-animLeft776{animation:isLeft 1s both;animation-delay:54.32s}.hr-animLeft777{animation:isLeft 1s both;animation-delay:54.39s}.hr-animLeft778{animation:isLeft 1s both;animation-delay:54.46s}.hr-animLeft779{animation:isLeft 1s both;animation-delay:54.53s}.hr-animLeft780{animation:isLeft 1s both;animation-delay:54.6s}.hr-animLeft781{animation:isLeft 1s both;animation-delay:54.67s}.hr-animLeft782{animation:isLeft 1s both;animation-delay:54.74s}.hr-animLeft783{animation:isLeft 1s both;animation-delay:54.81s}.hr-animLeft784{animation:isLeft 1s both;animation-delay:54.88s}.hr-animLeft785{animation:isLeft 1s both;animation-delay:54.95s}.hr-animLeft786{animation:isLeft 1s both;animation-delay:55.02s}.hr-animLeft787{animation:isLeft 1s both;animation-delay:55.09s}.hr-animLeft788{animation:isLeft 1s both;animation-delay:55.16s}.hr-animLeft789{animation:isLeft 1s both;animation-delay:55.23s}.hr-animLeft790{animation:isLeft 1s both;animation-delay:55.3s}.hr-animLeft791{animation:isLeft 1s both;animation-delay:55.37s}.hr-animLeft792{animation:isLeft 1s both;animation-delay:55.44s}.hr-animLeft793{animation:isLeft 1s both;animation-delay:55.51s}.hr-animLeft794{animation:isLeft 1s both;animation-delay:55.58s}.hr-animLeft795{animation:isLeft 1s both;animation-delay:55.65s}.hr-animLeft796{animation:isLeft 1s both;animation-delay:55.72s}.hr-animLeft797{animation:isLeft 1s both;animation-delay:55.79s}.hr-animLeft798{animation:isLeft 1s both;animation-delay:55.86s}.hr-animLeft799{animation:isLeft 1s both;animation-delay:55.93s}.hr-animLeft800{animation:isLeft 1s both;animation-delay:56s}.hr-animLeft801{animation:isLeft 1s both;animation-delay:56.07s}.hr-animLeft802{animation:isLeft 1s both;animation-delay:56.14s}.hr-animLeft803{animation:isLeft 1s both;animation-delay:56.21s}.hr-animLeft804{animation:isLeft 1s both;animation-delay:56.28s}.hr-animLeft805{animation:isLeft 1s both;animation-delay:56.35s}.hr-animLeft806{animation:isLeft 1s both;animation-delay:56.42s}.hr-animLeft807{animation:isLeft 1s both;animation-delay:56.49s}.hr-animLeft808{animation:isLeft 1s both;animation-delay:56.56s}.hr-animLeft809{animation:isLeft 1s both;animation-delay:56.63s}.hr-animLeft810{animation:isLeft 1s both;animation-delay:56.7s}.hr-animLeft811{animation:isLeft 1s both;animation-delay:56.77s}.hr-animLeft812{animation:isLeft 1s both;animation-delay:56.84s}.hr-animLeft813{animation:isLeft 1s both;animation-delay:56.91s}.hr-animLeft814{animation:isLeft 1s both;animation-delay:56.98s}.hr-animLeft815{animation:isLeft 1s both;animation-delay:57.05s}.hr-animLeft816{animation:isLeft 1s both;animation-delay:57.12s}.hr-animLeft817{animation:isLeft 1s both;animation-delay:57.19s}.hr-animLeft818{animation:isLeft 1s both;animation-delay:57.26s}.hr-animLeft819{animation:isLeft 1s both;animation-delay:57.33s}.hr-animLeft820{animation:isLeft 1s both;animation-delay:57.4s}.hr-animLeft821{animation:isLeft 1s both;animation-delay:57.47s}.hr-animLeft822{animation:isLeft 1s both;animation-delay:57.54s}.hr-animLeft823{animation:isLeft 1s both;animation-delay:57.61s}.hr-animLeft824{animation:isLeft 1s both;animation-delay:57.68s}.hr-animLeft825{animation:isLeft 1s both;animation-delay:57.75s}.hr-animLeft826{animation:isLeft 1s both;animation-delay:57.82s}.hr-animLeft827{animation:isLeft 1s both;animation-delay:57.89s}.hr-animLeft828{animation:isLeft 1s both;animation-delay:57.96s}.hr-animLeft829{animation:isLeft 1s both;animation-delay:58.03s}.hr-animLeft830{animation:isLeft 1s both;animation-delay:58.1s}.hr-animLeft831{animation:isLeft 1s both;animation-delay:58.17s}.hr-animLeft832{animation:isLeft 1s both;animation-delay:58.24s}.hr-animLeft833{animation:isLeft 1s both;animation-delay:58.31s}.hr-animLeft834{animation:isLeft 1s both;animation-delay:58.38s}.hr-animLeft835{animation:isLeft 1s both;animation-delay:58.45s}.hr-animLeft836{animation:isLeft 1s both;animation-delay:58.52s}.hr-animLeft837{animation:isLeft 1s both;animation-delay:58.59s}.hr-animLeft838{animation:isLeft 1s both;animation-delay:58.66s}.hr-animLeft839{animation:isLeft 1s both;animation-delay:58.73s}.hr-animLeft840{animation:isLeft 1s both;animation-delay:58.8s}.hr-animLeft841{animation:isLeft 1s both;animation-delay:58.87s}.hr-animLeft842{animation:isLeft 1s both;animation-delay:58.94s}.hr-animLeft843{animation:isLeft 1s both;animation-delay:59.01s}.hr-animLeft844{animation:isLeft 1s both;animation-delay:59.08s}.hr-animLeft845{animation:isLeft 1s both;animation-delay:59.15s}.hr-animLeft846{animation:isLeft 1s both;animation-delay:59.22s}.hr-animLeft847{animation:isLeft 1s both;animation-delay:59.29s}.hr-animLeft848{animation:isLeft 1s both;animation-delay:59.36s}.hr-animLeft849{animation:isLeft 1s both;animation-delay:59.43s}.hr-animLeft850{animation:isLeft 1s both;animation-delay:59.5s}.hr-animLeft851{animation:isLeft 1s both;animation-delay:59.57s}.hr-animLeft852{animation:isLeft 1s both;animation-delay:59.64s}.hr-animLeft853{animation:isLeft 1s both;animation-delay:59.71s}.hr-animLeft854{animation:isLeft 1s both;animation-delay:59.78s}.hr-animLeft855{animation:isLeft 1s both;animation-delay:59.85s}.hr-animLeft856{animation:isLeft 1s both;animation-delay:59.92s}.hr-animLeft857{animation:isLeft 1s both;animation-delay:59.99s}.hr-animLeft858{animation:isLeft 1s both;animation-delay:60.06s}.hr-animLeft859{animation:isLeft 1s both;animation-delay:60.13s}.hr-animLeft860{animation:isLeft 1s both;animation-delay:60.2s}.hr-animLeft861{animation:isLeft 1s both;animation-delay:60.27s}.hr-animLeft862{animation:isLeft 1s both;animation-delay:60.34s}.hr-animLeft863{animation:isLeft 1s both;animation-delay:60.41s}.hr-animLeft864{animation:isLeft 1s both;animation-delay:60.48s}.hr-animLeft865{animation:isLeft 1s both;animation-delay:60.55s}.hr-animLeft866{animation:isLeft 1s both;animation-delay:60.62s}.hr-animLeft867{animation:isLeft 1s both;animation-delay:60.69s}.hr-animLeft868{animation:isLeft 1s both;animation-delay:60.76s}.hr-animLeft869{animation:isLeft 1s both;animation-delay:60.83s}.hr-animLeft870{animation:isLeft 1s both;animation-delay:60.9s}.hr-animLeft871{animation:isLeft 1s both;animation-delay:60.97s}.hr-animLeft872{animation:isLeft 1s both;animation-delay:61.04s}.hr-animLeft873{animation:isLeft 1s both;animation-delay:61.11s}.hr-animLeft874{animation:isLeft 1s both;animation-delay:61.18s}.hr-animLeft875{animation:isLeft 1s both;animation-delay:61.25s}.hr-animLeft876{animation:isLeft 1s both;animation-delay:61.32s}.hr-animLeft877{animation:isLeft 1s both;animation-delay:61.39s}.hr-animLeft878{animation:isLeft 1s both;animation-delay:61.46s}.hr-animLeft879{animation:isLeft 1s both;animation-delay:61.53s}.hr-animLeft880{animation:isLeft 1s both;animation-delay:61.6s}.hr-animLeft881{animation:isLeft 1s both;animation-delay:61.67s}.hr-animLeft882{animation:isLeft 1s both;animation-delay:61.74s}.hr-animLeft883{animation:isLeft 1s both;animation-delay:61.81s}.hr-animLeft884{animation:isLeft 1s both;animation-delay:61.88s}.hr-animLeft885{animation:isLeft 1s both;animation-delay:61.95s}.hr-animLeft886{animation:isLeft 1s both;animation-delay:62.02s}.hr-animLeft887{animation:isLeft 1s both;animation-delay:62.09s}.hr-animLeft888{animation:isLeft 1s both;animation-delay:62.16s}.hr-animLeft889{animation:isLeft 1s both;animation-delay:62.23s}.hr-animLeft890{animation:isLeft 1s both;animation-delay:62.3s}.hr-animLeft891{animation:isLeft 1s both;animation-delay:62.37s}.hr-animLeft892{animation:isLeft 1s both;animation-delay:62.44s}.hr-animLeft893{animation:isLeft 1s both;animation-delay:62.51s}.hr-animLeft894{animation:isLeft 1s both;animation-delay:62.58s}.hr-animLeft895{animation:isLeft 1s both;animation-delay:62.65s}.hr-animLeft896{animation:isLeft 1s both;animation-delay:62.72s}.hr-animLeft897{animation:isLeft 1s both;animation-delay:62.79s}.hr-animLeft898{animation:isLeft 1s both;animation-delay:62.86s}.hr-animLeft899{animation:isLeft 1s both;animation-delay:62.93s}.hr-animLeft900{animation:isLeft 1s both;animation-delay:63s}.hr-animLeft901{animation:isLeft 1s both;animation-delay:63.07s}.hr-animLeft902{animation:isLeft 1s both;animation-delay:63.14s}.hr-animLeft903{animation:isLeft 1s both;animation-delay:63.21s}.hr-animLeft904{animation:isLeft 1s both;animation-delay:63.28s}.hr-animLeft905{animation:isLeft 1s both;animation-delay:63.35s}.hr-animLeft906{animation:isLeft 1s both;animation-delay:63.42s}.hr-animLeft907{animation:isLeft 1s both;animation-delay:63.49s}.hr-animLeft908{animation:isLeft 1s both;animation-delay:63.56s}.hr-animLeft909{animation:isLeft 1s both;animation-delay:63.63s}.hr-animLeft910{animation:isLeft 1s both;animation-delay:63.7s}.hr-animLeft911{animation:isLeft 1s both;animation-delay:63.77s}.hr-animLeft912{animation:isLeft 1s both;animation-delay:63.84s}.hr-animLeft913{animation:isLeft 1s both;animation-delay:63.91s}.hr-animLeft914{animation:isLeft 1s both;animation-delay:63.98s}.hr-animLeft915{animation:isLeft 1s both;animation-delay:64.05s}.hr-animLeft916{animation:isLeft 1s both;animation-delay:64.12s}.hr-animLeft917{animation:isLeft 1s both;animation-delay:64.19s}.hr-animLeft918{animation:isLeft 1s both;animation-delay:64.26s}.hr-animLeft919{animation:isLeft 1s both;animation-delay:64.33s}.hr-animLeft920{animation:isLeft 1s both;animation-delay:64.4s}.hr-animLeft921{animation:isLeft 1s both;animation-delay:64.47s}.hr-animLeft922{animation:isLeft 1s both;animation-delay:64.54s}.hr-animLeft923{animation:isLeft 1s both;animation-delay:64.61s}.hr-animLeft924{animation:isLeft 1s both;animation-delay:64.68s}.hr-animLeft925{animation:isLeft 1s both;animation-delay:64.75s}.hr-animLeft926{animation:isLeft 1s both;animation-delay:64.82s}.hr-animLeft927{animation:isLeft 1s both;animation-delay:64.89s}.hr-animLeft928{animation:isLeft 1s both;animation-delay:64.96s}.hr-animLeft929{animation:isLeft 1s both;animation-delay:65.03s}.hr-animLeft930{animation:isLeft 1s both;animation-delay:65.1s}.hr-animLeft931{animation:isLeft 1s both;animation-delay:65.17s}.hr-animLeft932{animation:isLeft 1s both;animation-delay:65.24s}.hr-animLeft933{animation:isLeft 1s both;animation-delay:65.31s}.hr-animLeft934{animation:isLeft 1s both;animation-delay:65.38s}.hr-animLeft935{animation:isLeft 1s both;animation-delay:65.45s}.hr-animLeft936{animation:isLeft 1s both;animation-delay:65.52s}.hr-animLeft937{animation:isLeft 1s both;animation-delay:65.59s}.hr-animLeft938{animation:isLeft 1s both;animation-delay:65.66s}.hr-animLeft939{animation:isLeft 1s both;animation-delay:65.73s}.hr-animLeft940{animation:isLeft 1s both;animation-delay:65.8s}.hr-animLeft941{animation:isLeft 1s both;animation-delay:65.87s}.hr-animLeft942{animation:isLeft 1s both;animation-delay:65.94s}.hr-animLeft943{animation:isLeft 1s both;animation-delay:66.01s}.hr-animLeft944{animation:isLeft 1s both;animation-delay:66.08s}.hr-animLeft945{animation:isLeft 1s both;animation-delay:66.15s}.hr-animLeft946{animation:isLeft 1s both;animation-delay:66.22s}.hr-animLeft947{animation:isLeft 1s both;animation-delay:66.29s}.hr-animLeft948{animation:isLeft 1s both;animation-delay:66.36s}.hr-animLeft949{animation:isLeft 1s both;animation-delay:66.43s}.hr-animLeft950{animation:isLeft 1s both;animation-delay:66.5s}.hr-animLeft951{animation:isLeft 1s both;animation-delay:66.57s}.hr-animLeft952{animation:isLeft 1s both;animation-delay:66.64s}.hr-animLeft953{animation:isLeft 1s both;animation-delay:66.71s}.hr-animLeft954{animation:isLeft 1s both;animation-delay:66.78s}.hr-animLeft955{animation:isLeft 1s both;animation-delay:66.85s}.hr-animLeft956{animation:isLeft 1s both;animation-delay:66.92s}.hr-animLeft957{animation:isLeft 1s both;animation-delay:66.99s}.hr-animLeft958{animation:isLeft 1s both;animation-delay:67.06s}.hr-animLeft959{animation:isLeft 1s both;animation-delay:67.13s}.hr-animLeft960{animation:isLeft 1s both;animation-delay:67.2s}.hr-animLeft961{animation:isLeft 1s both;animation-delay:67.27s}.hr-animLeft962{animation:isLeft 1s both;animation-delay:67.34s}.hr-animLeft963{animation:isLeft 1s both;animation-delay:67.41s}.hr-animLeft964{animation:isLeft 1s both;animation-delay:67.48s}.hr-animLeft965{animation:isLeft 1s both;animation-delay:67.55s}.hr-animLeft966{animation:isLeft 1s both;animation-delay:67.62s}.hr-animLeft967{animation:isLeft 1s both;animation-delay:67.69s}.hr-animLeft968{animation:isLeft 1s both;animation-delay:67.76s}.hr-animLeft969{animation:isLeft 1s both;animation-delay:67.83s}.hr-animLeft970{animation:isLeft 1s both;animation-delay:67.9s}.hr-animLeft971{animation:isLeft 1s both;animation-delay:67.97s}.hr-animLeft972{animation:isLeft 1s both;animation-delay:68.04s}.hr-animLeft973{animation:isLeft 1s both;animation-delay:68.11s}.hr-animLeft974{animation:isLeft 1s both;animation-delay:68.18s}.hr-animLeft975{animation:isLeft 1s both;animation-delay:68.25s}.hr-animLeft976{animation:isLeft 1s both;animation-delay:68.32s}.hr-animLeft977{animation:isLeft 1s both;animation-delay:68.39s}.hr-animLeft978{animation:isLeft 1s both;animation-delay:68.46s}.hr-animLeft979{animation:isLeft 1s both;animation-delay:68.53s}.hr-animLeft980{animation:isLeft 1s both;animation-delay:68.6s}.hr-animLeft981{animation:isLeft 1s both;animation-delay:68.67s}.hr-animLeft982{animation:isLeft 1s both;animation-delay:68.74s}.hr-animLeft983{animation:isLeft 1s both;animation-delay:68.81s}.hr-animLeft984{animation:isLeft 1s both;animation-delay:68.88s}.hr-animLeft985{animation:isLeft 1s both;animation-delay:68.95s}.hr-animLeft986{animation:isLeft 1s both;animation-delay:69.02s}.hr-animLeft987{animation:isLeft 1s both;animation-delay:69.09s}.hr-animLeft988{animation:isLeft 1s both;animation-delay:69.16s}.hr-animLeft989{animation:isLeft 1s both;animation-delay:69.23s}.hr-animLeft990{animation:isLeft 1s both;animation-delay:69.3s}.hr-animLeft991{animation:isLeft 1s both;animation-delay:69.37s}.hr-animLeft992{animation:isLeft 1s both;animation-delay:69.44s}.hr-animLeft993{animation:isLeft 1s both;animation-delay:69.51s}.hr-animLeft994{animation:isLeft 1s both;animation-delay:69.58s}.hr-animLeft995{animation:isLeft 1s both;animation-delay:69.65s}.hr-animLeft996{animation:isLeft 1s both;animation-delay:69.72s}.hr-animLeft997{animation:isLeft 1s both;animation-delay:69.79s}.hr-animLeft998{animation:isLeft 1s both;animation-delay:69.86s}.hr-animLeft999{animation:isLeft 1s both;animation-delay:69.93s}.hr-animLeft1000{animation:isLeft 1s both;animation-delay:70s}.hr-animLeft1001{animation:isLeft 1s both;animation-delay:70.07s}.hr-animLeft1002{animation:isLeft 1s both;animation-delay:70.14s}.hr-animLeft1003{animation:isLeft 1s both;animation-delay:70.21s}.hr-animLeft1004{animation:isLeft 1s both;animation-delay:70.28s}.hr-animLeft1005{animation:isLeft 1s both;animation-delay:70.35s}.hr-animLeft1006{animation:isLeft 1s both;animation-delay:70.42s}.hr-animLeft1007{animation:isLeft 1s both;animation-delay:70.49s}.hr-animLeft1008{animation:isLeft 1s both;animation-delay:70.56s}.hr-animLeft1009{animation:isLeft 1s both;animation-delay:70.63s}.hr-animLeft1010{animation:isLeft 1s both;animation-delay:70.7s}.hr-animLeft1011{animation:isLeft 1s both;animation-delay:70.77s}.hr-animLeft1012{animation:isLeft 1s both;animation-delay:70.84s}.hr-animLeft1013{animation:isLeft 1s both;animation-delay:70.91s}.hr-animLeft1014{animation:isLeft 1s both;animation-delay:70.98s}.hr-animLeft1015{animation:isLeft 1s both;animation-delay:71.05s}.hr-animLeft1016{animation:isLeft 1s both;animation-delay:71.12s}.hr-animLeft1017{animation:isLeft 1s both;animation-delay:71.19s}.hr-animLeft1018{animation:isLeft 1s both;animation-delay:71.26s}.hr-animLeft1019{animation:isLeft 1s both;animation-delay:71.33s}.hr-animLeft1020{animation:isLeft 1s both;animation-delay:71.4s}.hr-animLeft1021{animation:isLeft 1s both;animation-delay:71.47s}.hr-animLeft1022{animation:isLeft 1s both;animation-delay:71.54s}.hr-animLeft1023{animation:isLeft 1s both;animation-delay:71.61s}.hr-animLeft1024{animation:isLeft 1s both;animation-delay:71.68s}.hr-animLeft1025{animation:isLeft 1s both;animation-delay:71.75s}.hr-animLeft1026{animation:isLeft 1s both;animation-delay:71.82s}.hr-animLeft1027{animation:isLeft 1s both;animation-delay:71.89s}.hr-animLeft1028{animation:isLeft 1s both;animation-delay:71.96s}.hr-animLeft1029{animation:isLeft 1s both;animation-delay:72.03s}.hr-animLeft1030{animation:isLeft 1s both;animation-delay:72.1s}.hr-animLeft1031{animation:isLeft 1s both;animation-delay:72.17s}.hr-animLeft1032{animation:isLeft 1s both;animation-delay:72.24s}.hr-animLeft1033{animation:isLeft 1s both;animation-delay:72.31s}.hr-animLeft1034{animation:isLeft 1s both;animation-delay:72.38s}.hr-animLeft1035{animation:isLeft 1s both;animation-delay:72.45s}.hr-animLeft1036{animation:isLeft 1s both;animation-delay:72.52s}.hr-animLeft1037{animation:isLeft 1s both;animation-delay:72.59s}.hr-animLeft1038{animation:isLeft 1s both;animation-delay:72.66s}.hr-animLeft1039{animation:isLeft 1s both;animation-delay:72.73s}.hr-animLeft1040{animation:isLeft 1s both;animation-delay:72.8s}.hr-animLeft1041{animation:isLeft 1s both;animation-delay:72.87s}.hr-animLeft1042{animation:isLeft 1s both;animation-delay:72.94s}.hr-animLeft1043{animation:isLeft 1s both;animation-delay:73.01s}.hr-animLeft1044{animation:isLeft 1s both;animation-delay:73.08s}.hr-animLeft1045{animation:isLeft 1s both;animation-delay:73.15s}.hr-animLeft1046{animation:isLeft 1s both;animation-delay:73.22s}.hr-animLeft1047{animation:isLeft 1s both;animation-delay:73.29s}.hr-animLeft1048{animation:isLeft 1s both;animation-delay:73.36s}.hr-animLeft1049{animation:isLeft 1s both;animation-delay:73.43s}.hr-animLeft1050{animation:isLeft 1s both;animation-delay:73.5s}.hr-animLeft1051{animation:isLeft 1s both;animation-delay:73.57s}.hr-animLeft1052{animation:isLeft 1s both;animation-delay:73.64s}.hr-animLeft1053{animation:isLeft 1s both;animation-delay:73.71s}.hr-animLeft1054{animation:isLeft 1s both;animation-delay:73.78s}.hr-animLeft1055{animation:isLeft 1s both;animation-delay:73.85s}.hr-animLeft1056{animation:isLeft 1s both;animation-delay:73.92s}.hr-animLeft1057{animation:isLeft 1s both;animation-delay:73.99s}.hr-animLeft1058{animation:isLeft 1s both;animation-delay:74.06s}.hr-animLeft1059{animation:isLeft 1s both;animation-delay:74.13s}.hr-animLeft1060{animation:isLeft 1s both;animation-delay:74.2s}.hr-animLeft1061{animation:isLeft 1s both;animation-delay:74.27s}.hr-animLeft1062{animation:isLeft 1s both;animation-delay:74.34s}.hr-animLeft1063{animation:isLeft 1s both;animation-delay:74.41s}.hr-animLeft1064{animation:isLeft 1s both;animation-delay:74.48s}.hr-animLeft1065{animation:isLeft 1s both;animation-delay:74.55s}.hr-animLeft1066{animation:isLeft 1s both;animation-delay:74.62s}.hr-animLeft1067{animation:isLeft 1s both;animation-delay:74.69s}.hr-animLeft1068{animation:isLeft 1s both;animation-delay:74.76s}.hr-animLeft1069{animation:isLeft 1s both;animation-delay:74.83s}.hr-animLeft1070{animation:isLeft 1s both;animation-delay:74.9s}.hr-animLeft1071{animation:isLeft 1s both;animation-delay:74.97s}.hr-animLeft1072{animation:isLeft 1s both;animation-delay:75.04s}.hr-animLeft1073{animation:isLeft 1s both;animation-delay:75.11s}.hr-animLeft1074{animation:isLeft 1s both;animation-delay:75.18s}.hr-animLeft1075{animation:isLeft 1s both;animation-delay:75.25s}.hr-animLeft1076{animation:isLeft 1s both;animation-delay:75.32s}.hr-animLeft1077{animation:isLeft 1s both;animation-delay:75.39s}.hr-animLeft1078{animation:isLeft 1s both;animation-delay:75.46s}.hr-animLeft1079{animation:isLeft 1s both;animation-delay:75.53s}.hr-animLeft1080{animation:isLeft 1s both;animation-delay:75.6s}.hr-animLeft1081{animation:isLeft 1s both;animation-delay:75.67s}.hr-animLeft1082{animation:isLeft 1s both;animation-delay:75.74s}.hr-animLeft1083{animation:isLeft 1s both;animation-delay:75.81s}.hr-animLeft1084{animation:isLeft 1s both;animation-delay:75.88s}.hr-animLeft1085{animation:isLeft 1s both;animation-delay:75.95s}.hr-animLeft1086{animation:isLeft 1s both;animation-delay:76.02s}.hr-animLeft1087{animation:isLeft 1s both;animation-delay:76.09s}.hr-animLeft1088{animation:isLeft 1s both;animation-delay:76.16s}.hr-animLeft1089{animation:isLeft 1s both;animation-delay:76.23s}.hr-animLeft1090{animation:isLeft 1s both;animation-delay:76.3s}.hr-animLeft1091{animation:isLeft 1s both;animation-delay:76.37s}.hr-animLeft1092{animation:isLeft 1s both;animation-delay:76.44s}.hr-animLeft1093{animation:isLeft 1s both;animation-delay:76.51s}.hr-animLeft1094{animation:isLeft 1s both;animation-delay:76.58s}.hr-animLeft1095{animation:isLeft 1s both;animation-delay:76.65s}.hr-animLeft1096{animation:isLeft 1s both;animation-delay:76.72s}.hr-animLeft1097{animation:isLeft 1s both;animation-delay:76.79s}.hr-animLeft1098{animation:isLeft 1s both;animation-delay:76.86s}.hr-animLeft1099{animation:isLeft 1s both;animation-delay:76.93s}.hr-animLeft1100{animation:isLeft 1s both;animation-delay:77s}.hr-animLeft1101{animation:isLeft 1s both;animation-delay:77.07s}.hr-animLeft1102{animation:isLeft 1s both;animation-delay:77.14s}.hr-animLeft1103{animation:isLeft 1s both;animation-delay:77.21s}.hr-animLeft1104{animation:isLeft 1s both;animation-delay:77.28s}.hr-animLeft1105{animation:isLeft 1s both;animation-delay:77.35s}.hr-animLeft1106{animation:isLeft 1s both;animation-delay:77.42s}.hr-animLeft1107{animation:isLeft 1s both;animation-delay:77.49s}.hr-animLeft1108{animation:isLeft 1s both;animation-delay:77.56s}.hr-animLeft1109{animation:isLeft 1s both;animation-delay:77.63s}.hr-animLeft1110{animation:isLeft 1s both;animation-delay:77.7s}.hr-animLeft1111{animation:isLeft 1s both;animation-delay:77.77s}.hr-animLeft1112{animation:isLeft 1s both;animation-delay:77.84s}.hr-animLeft1113{animation:isLeft 1s both;animation-delay:77.91s}.hr-animLeft1114{animation:isLeft 1s both;animation-delay:77.98s}.hr-animRight1{animation:isRight 1s both;animation-delay:.07s}.hr-animRight2{animation:isRight 1s both;animation-delay:.14s}.hr-animRight3{animation:isRight 1s both;animation-delay:.21s}.hr-animRight4{animation:isRight 1s both;animation-delay:.28s}.hr-animRight5{animation:isRight 1s both;animation-delay:.35s}.hr-animRight6{animation:isRight 1s both;animation-delay:.42s}.hr-animRight7{animation:isRight 1s both;animation-delay:.49s}.hr-animRight8{animation:isRight 1s both;animation-delay:.56s}.hr-animRight9{animation:isRight 1s both;animation-delay:.63s}.hr-animRight10{animation:isRight 1s both;animation-delay:.7s}.hr-animRight11{animation:isRight 1s both;animation-delay:.77s}.hr-animRight12{animation:isRight 1s both;animation-delay:.84s}.hr-animRight13{animation:isRight 1s both;animation-delay:.91s}.hr-animRight14{animation:isRight 1s both;animation-delay:.98s}.hr-animRight15{animation:isRight 1s both;animation-delay:1.05s}.hr-animRight16{animation:isRight 1s both;animation-delay:1.12s}.hr-animRight17{animation:isRight 1s both;animation-delay:1.19s}.hr-animRight18{animation:isRight 1s both;animation-delay:1.26s}.hr-animRight19{animation:isRight 1s both;animation-delay:1.33s}.hr-animRight20{animation:isRight 1s both;animation-delay:1.4s}.hr-animRight21{animation:isRight 1s both;animation-delay:1.47s}.hr-animRight22{animation:isRight 1s both;animation-delay:1.54s}.hr-animRight23{animation:isRight 1s both;animation-delay:1.61s}.hr-animRight24{animation:isRight 1s both;animation-delay:1.68s}.hr-animRight25{animation:isRight 1s both;animation-delay:1.75s}.hr-animRight26{animation:isRight 1s both;animation-delay:1.82s}.hr-animRight27{animation:isRight 1s both;animation-delay:1.89s}.hr-animRight28{animation:isRight 1s both;animation-delay:1.96s}.hr-animRight29{animation:isRight 1s both;animation-delay:2.03s}.hr-animRight30{animation:isRight 1s both;animation-delay:2.1s}.hr-animRight31{animation:isRight 1s both;animation-delay:2.17s}.hr-animRight32{animation:isRight 1s both;animation-delay:2.24s}.hr-animRight33{animation:isRight 1s both;animation-delay:2.31s}.hr-animRight34{animation:isRight 1s both;animation-delay:2.38s}.hr-animRight35{animation:isRight 1s both;animation-delay:2.45s}.hr-animRight36{animation:isRight 1s both;animation-delay:2.52s}.hr-animRight37{animation:isRight 1s both;animation-delay:2.59s}.hr-animRight38{animation:isRight 1s both;animation-delay:2.66s}.hr-animRight39{animation:isRight 1s both;animation-delay:2.73s}.hr-animRight40{animation:isRight 1s both;animation-delay:2.8s}.hr-animRight41{animation:isRight 1s both;animation-delay:2.87s}.hr-animRight42{animation:isRight 1s both;animation-delay:2.94s}.hr-animRight43{animation:isRight 1s both;animation-delay:3.01s}.hr-animRight44{animation:isRight 1s both;animation-delay:3.08s}.hr-animRight45{animation:isRight 1s both;animation-delay:3.15s}.hr-animRight46{animation:isRight 1s both;animation-delay:3.22s}.hr-animRight47{animation:isRight 1s both;animation-delay:3.29s}.hr-animRight48{animation:isRight 1s both;animation-delay:3.36s}.hr-animRight49{animation:isRight 1s both;animation-delay:3.43s}.hr-animRight50{animation:isRight 1s both;animation-delay:3.5s}.hr-animRight51{animation:isRight 1s both;animation-delay:3.57s}.hr-animRight52{animation:isRight 1s both;animation-delay:3.64s}.hr-animRight53{animation:isRight 1s both;animation-delay:3.71s}.hr-animRight54{animation:isRight 1s both;animation-delay:3.78s}.hr-animRight55{animation:isRight 1s both;animation-delay:3.85s}.hr-animRight56{animation:isRight 1s both;animation-delay:3.92s}.hr-animRight57{animation:isRight 1s both;animation-delay:3.99s}.hr-animRight58{animation:isRight 1s both;animation-delay:4.06s}.hr-animRight59{animation:isRight 1s both;animation-delay:4.13s}.hr-animRight60{animation:isRight 1s both;animation-delay:4.2s}.hr-animRight61{animation:isRight 1s both;animation-delay:4.27s}.hr-animRight62{animation:isRight 1s both;animation-delay:4.34s}.hr-animRight63{animation:isRight 1s both;animation-delay:4.41s}.hr-animRight64{animation:isRight 1s both;animation-delay:4.48s}.hr-animRight65{animation:isRight 1s both;animation-delay:4.55s}.hr-animRight66{animation:isRight 1s both;animation-delay:4.62s}.hr-animRight67{animation:isRight 1s both;animation-delay:4.69s}.hr-animRight68{animation:isRight 1s both;animation-delay:4.76s}.hr-animRight69{animation:isRight 1s both;animation-delay:4.83s}.hr-animRight70{animation:isRight 1s both;animation-delay:4.9s}.hr-animRight71{animation:isRight 1s both;animation-delay:4.97s}.hr-animRight72{animation:isRight 1s both;animation-delay:5.04s}.hr-animRight73{animation:isRight 1s both;animation-delay:5.11s}.hr-animRight74{animation:isRight 1s both;animation-delay:5.18s}.hr-animRight75{animation:isRight 1s both;animation-delay:5.25s}.hr-animRight76{animation:isRight 1s both;animation-delay:5.32s}.hr-animRight77{animation:isRight 1s both;animation-delay:5.39s}.hr-animRight78{animation:isRight 1s both;animation-delay:5.46s}.hr-animRight79{animation:isRight 1s both;animation-delay:5.53s}.hr-animRight80{animation:isRight 1s both;animation-delay:5.6s}.hr-animRight81{animation:isRight 1s both;animation-delay:5.67s}.hr-animRight82{animation:isRight 1s both;animation-delay:5.74s}.hr-animRight83{animation:isRight 1s both;animation-delay:5.81s}.hr-animRight84{animation:isRight 1s both;animation-delay:5.88s}.hr-animRight85{animation:isRight 1s both;animation-delay:5.95s}.hr-animRight86{animation:isRight 1s both;animation-delay:6.02s}.hr-animRight87{animation:isRight 1s both;animation-delay:6.09s}.hr-animRight88{animation:isRight 1s both;animation-delay:6.16s}.hr-animRight89{animation:isRight 1s both;animation-delay:6.23s}.hr-animRight90{animation:isRight 1s both;animation-delay:6.3s}.hr-animRight91{animation:isRight 1s both;animation-delay:6.37s}.hr-animRight92{animation:isRight 1s both;animation-delay:6.44s}.hr-animRight93{animation:isRight 1s both;animation-delay:6.51s}.hr-animRight94{animation:isRight 1s both;animation-delay:6.58s}.hr-animRight95{animation:isRight 1s both;animation-delay:6.65s}.hr-animRight96{animation:isRight 1s both;animation-delay:6.72s}.hr-animRight97{animation:isRight 1s both;animation-delay:6.79s}.hr-animRight98{animation:isRight 1s both;animation-delay:6.86s}.hr-animRight99{animation:isRight 1s both;animation-delay:6.93s}.hr-animRight100{animation:isRight 1s both;animation-delay:7s}.hr-animRight101{animation:isRight 1s both;animation-delay:7.07s}.hr-animRight102{animation:isRight 1s both;animation-delay:7.14s}.hr-animRight103{animation:isRight 1s both;animation-delay:7.21s}.hr-animRight104{animation:isRight 1s both;animation-delay:7.28s}.hr-animRight105{animation:isRight 1s both;animation-delay:7.35s}.hr-animRight106{animation:isRight 1s both;animation-delay:7.42s}.hr-animRight107{animation:isRight 1s both;animation-delay:7.49s}.hr-animRight108{animation:isRight 1s both;animation-delay:7.56s}.hr-animRight109{animation:isRight 1s both;animation-delay:7.63s}.hr-animRight110{animation:isRight 1s both;animation-delay:7.7s}.hr-animRight111{animation:isRight 1s both;animation-delay:7.77s}.hr-animRight112{animation:isRight 1s both;animation-delay:7.84s}.hr-animRight113{animation:isRight 1s both;animation-delay:7.91s}.hr-animRight114{animation:isRight 1s both;animation-delay:7.98s}.hr-animRight115{animation:isRight 1s both;animation-delay:8.05s}.hr-animRight116{animation:isRight 1s both;animation-delay:8.12s}.hr-animRight117{animation:isRight 1s both;animation-delay:8.19s}.hr-animRight118{animation:isRight 1s both;animation-delay:8.26s}.hr-animRight119{animation:isRight 1s both;animation-delay:8.33s}.hr-animRight120{animation:isRight 1s both;animation-delay:8.4s}.hr-animRight121{animation:isRight 1s both;animation-delay:8.47s}.hr-animRight122{animation:isRight 1s both;animation-delay:8.54s}.hr-animRight123{animation:isRight 1s both;animation-delay:8.61s}.hr-animRight124{animation:isRight 1s both;animation-delay:8.68s}.hr-animRight125{animation:isRight 1s both;animation-delay:8.75s}.hr-animRight126{animation:isRight 1s both;animation-delay:8.82s}.hr-animRight127{animation:isRight 1s both;animation-delay:8.89s}.hr-animRight128{animation:isRight 1s both;animation-delay:8.96s}.hr-animRight129{animation:isRight 1s both;animation-delay:9.03s}.hr-animRight130{animation:isRight 1s both;animation-delay:9.1s}.hr-animRight131{animation:isRight 1s both;animation-delay:9.17s}.hr-animRight132{animation:isRight 1s both;animation-delay:9.24s}.hr-animRight133{animation:isRight 1s both;animation-delay:9.31s}.hr-animRight134{animation:isRight 1s both;animation-delay:9.38s}.hr-animRight135{animation:isRight 1s both;animation-delay:9.45s}.hr-animRight136{animation:isRight 1s both;animation-delay:9.52s}.hr-animRight137{animation:isRight 1s both;animation-delay:9.59s}.hr-animRight138{animation:isRight 1s both;animation-delay:9.66s}.hr-animRight139{animation:isRight 1s both;animation-delay:9.73s}.hr-animRight140{animation:isRight 1s both;animation-delay:9.8s}.hr-animRight141{animation:isRight 1s both;animation-delay:9.87s}.hr-animRight142{animation:isRight 1s both;animation-delay:9.94s}.hr-animRight143{animation:isRight 1s both;animation-delay:10.01s}.hr-animRight144{animation:isRight 1s both;animation-delay:10.08s}.hr-animRight145{animation:isRight 1s both;animation-delay:10.15s}.hr-animRight146{animation:isRight 1s both;animation-delay:10.22s}.hr-animRight147{animation:isRight 1s both;animation-delay:10.29s}.hr-animRight148{animation:isRight 1s both;animation-delay:10.36s}.hr-animRight149{animation:isRight 1s both;animation-delay:10.43s}.hr-animRight150{animation:isRight 1s both;animation-delay:10.5s}.hr-animRight151{animation:isRight 1s both;animation-delay:10.57s}.hr-animRight152{animation:isRight 1s both;animation-delay:10.64s}.hr-animRight153{animation:isRight 1s both;animation-delay:10.71s}.hr-animRight154{animation:isRight 1s both;animation-delay:10.78s}.hr-animRight155{animation:isRight 1s both;animation-delay:10.85s}.hr-animRight156{animation:isRight 1s both;animation-delay:10.92s}.hr-animRight157{animation:isRight 1s both;animation-delay:10.99s}.hr-animRight158{animation:isRight 1s both;animation-delay:11.06s}.hr-animRight159{animation:isRight 1s both;animation-delay:11.13s}.hr-animRight160{animation:isRight 1s both;animation-delay:11.2s}.hr-animRight161{animation:isRight 1s both;animation-delay:11.27s}.hr-animRight162{animation:isRight 1s both;animation-delay:11.34s}.hr-animRight163{animation:isRight 1s both;animation-delay:11.41s}.hr-animRight164{animation:isRight 1s both;animation-delay:11.48s}.hr-animRight165{animation:isRight 1s both;animation-delay:11.55s}.hr-animRight166{animation:isRight 1s both;animation-delay:11.62s}.hr-animRight167{animation:isRight 1s both;animation-delay:11.69s}.hr-animRight168{animation:isRight 1s both;animation-delay:11.76s}.hr-animRight169{animation:isRight 1s both;animation-delay:11.83s}.hr-animRight170{animation:isRight 1s both;animation-delay:11.9s}.hr-animRight171{animation:isRight 1s both;animation-delay:11.97s}.hr-animRight172{animation:isRight 1s both;animation-delay:12.04s}.hr-animRight173{animation:isRight 1s both;animation-delay:12.11s}.hr-animRight174{animation:isRight 1s both;animation-delay:12.18s}.hr-animRight175{animation:isRight 1s both;animation-delay:12.25s}.hr-animRight176{animation:isRight 1s both;animation-delay:12.32s}.hr-animRight177{animation:isRight 1s both;animation-delay:12.39s}.hr-animRight178{animation:isRight 1s both;animation-delay:12.46s}.hr-animRight179{animation:isRight 1s both;animation-delay:12.53s}.hr-animRight180{animation:isRight 1s both;animation-delay:12.6s}.hr-animRight181{animation:isRight 1s both;animation-delay:12.67s}.hr-animRight182{animation:isRight 1s both;animation-delay:12.74s}.hr-animRight183{animation:isRight 1s both;animation-delay:12.81s}.hr-animRight184{animation:isRight 1s both;animation-delay:12.88s}.hr-animRight185{animation:isRight 1s both;animation-delay:12.95s}.hr-animRight186{animation:isRight 1s both;animation-delay:13.02s}.hr-animRight187{animation:isRight 1s both;animation-delay:13.09s}.hr-animRight188{animation:isRight 1s both;animation-delay:13.16s}.hr-animRight189{animation:isRight 1s both;animation-delay:13.23s}.hr-animRight190{animation:isRight 1s both;animation-delay:13.3s}.hr-animRight191{animation:isRight 1s both;animation-delay:13.37s}.hr-animRight192{animation:isRight 1s both;animation-delay:13.44s}.hr-animRight193{animation:isRight 1s both;animation-delay:13.51s}.hr-animRight194{animation:isRight 1s both;animation-delay:13.58s}.hr-animRight195{animation:isRight 1s both;animation-delay:13.65s}.hr-animRight196{animation:isRight 1s both;animation-delay:13.72s}.hr-animRight197{animation:isRight 1s both;animation-delay:13.79s}.hr-animRight198{animation:isRight 1s both;animation-delay:13.86s}.hr-animRight199{animation:isRight 1s both;animation-delay:13.93s}.hr-animRight200{animation:isRight 1s both;animation-delay:14s}.hr-animRight201{animation:isRight 1s both;animation-delay:14.07s}.hr-animRight202{animation:isRight 1s both;animation-delay:14.14s}.hr-animRight203{animation:isRight 1s both;animation-delay:14.21s}.hr-animRight204{animation:isRight 1s both;animation-delay:14.28s}.hr-animRight205{animation:isRight 1s both;animation-delay:14.35s}.hr-animRight206{animation:isRight 1s both;animation-delay:14.42s}.hr-animRight207{animation:isRight 1s both;animation-delay:14.49s}.hr-animRight208{animation:isRight 1s both;animation-delay:14.56s}.hr-animRight209{animation:isRight 1s both;animation-delay:14.63s}.hr-animRight210{animation:isRight 1s both;animation-delay:14.7s}.hr-animRight211{animation:isRight 1s both;animation-delay:14.77s}.hr-animRight212{animation:isRight 1s both;animation-delay:14.84s}.hr-animRight213{animation:isRight 1s both;animation-delay:14.91s}.hr-animRight214{animation:isRight 1s both;animation-delay:14.98s}.hr-animRight215{animation:isRight 1s both;animation-delay:15.05s}.hr-animRight216{animation:isRight 1s both;animation-delay:15.12s}.hr-animRight217{animation:isRight 1s both;animation-delay:15.19s}.hr-animRight218{animation:isRight 1s both;animation-delay:15.26s}.hr-animRight219{animation:isRight 1s both;animation-delay:15.33s}.hr-animRight220{animation:isRight 1s both;animation-delay:15.4s}.hr-animRight221{animation:isRight 1s both;animation-delay:15.47s}.hr-animRight222{animation:isRight 1s both;animation-delay:15.54s}.hr-animRight223{animation:isRight 1s both;animation-delay:15.61s}.hr-animRight224{animation:isRight 1s both;animation-delay:15.68s}.hr-animRight225{animation:isRight 1s both;animation-delay:15.75s}.hr-animRight226{animation:isRight 1s both;animation-delay:15.82s}.hr-animRight227{animation:isRight 1s both;animation-delay:15.89s}.hr-animRight228{animation:isRight 1s both;animation-delay:15.96s}.hr-animRight229{animation:isRight 1s both;animation-delay:16.03s}.hr-animRight230{animation:isRight 1s both;animation-delay:16.1s}.hr-animRight231{animation:isRight 1s both;animation-delay:16.17s}.hr-animRight232{animation:isRight 1s both;animation-delay:16.24s}.hr-animRight233{animation:isRight 1s both;animation-delay:16.31s}.hr-animRight234{animation:isRight 1s both;animation-delay:16.38s}.hr-animRight235{animation:isRight 1s both;animation-delay:16.45s}.hr-animRight236{animation:isRight 1s both;animation-delay:16.52s}.hr-animRight237{animation:isRight 1s both;animation-delay:16.59s}.hr-animRight238{animation:isRight 1s both;animation-delay:16.66s}.hr-animRight239{animation:isRight 1s both;animation-delay:16.73s}.hr-animRight240{animation:isRight 1s both;animation-delay:16.8s}.hr-animRight241{animation:isRight 1s both;animation-delay:16.87s}.hr-animRight242{animation:isRight 1s both;animation-delay:16.94s}.hr-animRight243{animation:isRight 1s both;animation-delay:17.01s}.hr-animRight244{animation:isRight 1s both;animation-delay:17.08s}.hr-animRight245{animation:isRight 1s both;animation-delay:17.15s}.hr-animRight246{animation:isRight 1s both;animation-delay:17.22s}.hr-animRight247{animation:isRight 1s both;animation-delay:17.29s}.hr-animRight248{animation:isRight 1s both;animation-delay:17.36s}.hr-animRight249{animation:isRight 1s both;animation-delay:17.43s}.hr-animRight250{animation:isRight 1s both;animation-delay:17.5s}.hr-animRight251{animation:isRight 1s both;animation-delay:17.57s}.hr-animRight252{animation:isRight 1s both;animation-delay:17.64s}.hr-animRight253{animation:isRight 1s both;animation-delay:17.71s}.hr-animRight254{animation:isRight 1s both;animation-delay:17.78s}.hr-animRight255{animation:isRight 1s both;animation-delay:17.85s}.hr-animRight256{animation:isRight 1s both;animation-delay:17.92s}.hr-animRight257{animation:isRight 1s both;animation-delay:17.99s}.hr-animRight258{animation:isRight 1s both;animation-delay:18.06s}.hr-animRight259{animation:isRight 1s both;animation-delay:18.13s}.hr-animRight260{animation:isRight 1s both;animation-delay:18.2s}.hr-animRight261{animation:isRight 1s both;animation-delay:18.27s}.hr-animRight262{animation:isRight 1s both;animation-delay:18.34s}.hr-animRight263{animation:isRight 1s both;animation-delay:18.41s}.hr-animRight264{animation:isRight 1s both;animation-delay:18.48s}.hr-animRight265{animation:isRight 1s both;animation-delay:18.55s}.hr-animRight266{animation:isRight 1s both;animation-delay:18.62s}.hr-animRight267{animation:isRight 1s both;animation-delay:18.69s}.hr-animRight268{animation:isRight 1s both;animation-delay:18.76s}.hr-animRight269{animation:isRight 1s both;animation-delay:18.83s}.hr-animRight270{animation:isRight 1s both;animation-delay:18.9s}.hr-animRight271{animation:isRight 1s both;animation-delay:18.97s}.hr-animRight272{animation:isRight 1s both;animation-delay:19.04s}.hr-animRight273{animation:isRight 1s both;animation-delay:19.11s}.hr-animRight274{animation:isRight 1s both;animation-delay:19.18s}.hr-animRight275{animation:isRight 1s both;animation-delay:19.25s}.hr-animRight276{animation:isRight 1s both;animation-delay:19.32s}.hr-animRight277{animation:isRight 1s both;animation-delay:19.39s}.hr-animRight278{animation:isRight 1s both;animation-delay:19.46s}.hr-animRight279{animation:isRight 1s both;animation-delay:19.53s}.hr-animRight280{animation:isRight 1s both;animation-delay:19.6s}.hr-animRight281{animation:isRight 1s both;animation-delay:19.67s}.hr-animRight282{animation:isRight 1s both;animation-delay:19.74s}.hr-animRight283{animation:isRight 1s both;animation-delay:19.81s}.hr-animRight284{animation:isRight 1s both;animation-delay:19.88s}.hr-animRight285{animation:isRight 1s both;animation-delay:19.95s}.hr-animRight286{animation:isRight 1s both;animation-delay:20.02s}.hr-animRight287{animation:isRight 1s both;animation-delay:20.09s}.hr-animRight288{animation:isRight 1s both;animation-delay:20.16s}.hr-animRight289{animation:isRight 1s both;animation-delay:20.23s}.hr-animRight290{animation:isRight 1s both;animation-delay:20.3s}.hr-animRight291{animation:isRight 1s both;animation-delay:20.37s}.hr-animRight292{animation:isRight 1s both;animation-delay:20.44s}.hr-animRight293{animation:isRight 1s both;animation-delay:20.51s}.hr-animRight294{animation:isRight 1s both;animation-delay:20.58s}.hr-animRight295{animation:isRight 1s both;animation-delay:20.65s}.hr-animRight296{animation:isRight 1s both;animation-delay:20.72s}.hr-animRight297{animation:isRight 1s both;animation-delay:20.79s}.hr-animRight298{animation:isRight 1s both;animation-delay:20.86s}.hr-animRight299{animation:isRight 1s both;animation-delay:20.93s}.hr-animRight300{animation:isRight 1s both;animation-delay:21s}.hr-animRight301{animation:isRight 1s both;animation-delay:21.07s}.hr-animRight302{animation:isRight 1s both;animation-delay:21.14s}.hr-animRight303{animation:isRight 1s both;animation-delay:21.21s}.hr-animRight304{animation:isRight 1s both;animation-delay:21.28s}.hr-animRight305{animation:isRight 1s both;animation-delay:21.35s}.hr-animRight306{animation:isRight 1s both;animation-delay:21.42s}.hr-animRight307{animation:isRight 1s both;animation-delay:21.49s}.hr-animRight308{animation:isRight 1s both;animation-delay:21.56s}.hr-animRight309{animation:isRight 1s both;animation-delay:21.63s}.hr-animRight310{animation:isRight 1s both;animation-delay:21.7s}.hr-animRight311{animation:isRight 1s both;animation-delay:21.77s}.hr-animRight312{animation:isRight 1s both;animation-delay:21.84s}.hr-animRight313{animation:isRight 1s both;animation-delay:21.91s}.hr-animRight314{animation:isRight 1s both;animation-delay:21.98s}.hr-animRight315{animation:isRight 1s both;animation-delay:22.05s}.hr-animRight316{animation:isRight 1s both;animation-delay:22.12s}.hr-animRight317{animation:isRight 1s both;animation-delay:22.19s}.hr-animRight318{animation:isRight 1s both;animation-delay:22.26s}.hr-animRight319{animation:isRight 1s both;animation-delay:22.33s}.hr-animRight320{animation:isRight 1s both;animation-delay:22.4s}.hr-animRight321{animation:isRight 1s both;animation-delay:22.47s}.hr-animRight322{animation:isRight 1s both;animation-delay:22.54s}.hr-animRight323{animation:isRight 1s both;animation-delay:22.61s}.hr-animRight324{animation:isRight 1s both;animation-delay:22.68s}.hr-animRight325{animation:isRight 1s both;animation-delay:22.75s}.hr-animRight326{animation:isRight 1s both;animation-delay:22.82s}.hr-animRight327{animation:isRight 1s both;animation-delay:22.89s}.hr-animRight328{animation:isRight 1s both;animation-delay:22.96s}.hr-animRight329{animation:isRight 1s both;animation-delay:23.03s}.hr-animRight330{animation:isRight 1s both;animation-delay:23.1s}.hr-animRight331{animation:isRight 1s both;animation-delay:23.17s}.hr-animRight332{animation:isRight 1s both;animation-delay:23.24s}.hr-animRight333{animation:isRight 1s both;animation-delay:23.31s}.hr-animRight334{animation:isRight 1s both;animation-delay:23.38s}.hr-animRight335{animation:isRight 1s both;animation-delay:23.45s}.hr-animRight336{animation:isRight 1s both;animation-delay:23.52s}.hr-animRight337{animation:isRight 1s both;animation-delay:23.59s}.hr-animRight338{animation:isRight 1s both;animation-delay:23.66s}.hr-animRight339{animation:isRight 1s both;animation-delay:23.73s}.hr-animRight340{animation:isRight 1s both;animation-delay:23.8s}.hr-animRight341{animation:isRight 1s both;animation-delay:23.87s}.hr-animRight342{animation:isRight 1s both;animation-delay:23.94s}.hr-animRight343{animation:isRight 1s both;animation-delay:24.01s}.hr-animRight344{animation:isRight 1s both;animation-delay:24.08s}.hr-animRight345{animation:isRight 1s both;animation-delay:24.15s}.hr-animRight346{animation:isRight 1s both;animation-delay:24.22s}.hr-animRight347{animation:isRight 1s both;animation-delay:24.29s}.hr-animRight348{animation:isRight 1s both;animation-delay:24.36s}.hr-animRight349{animation:isRight 1s both;animation-delay:24.43s}.hr-animRight350{animation:isRight 1s both;animation-delay:24.5s}.hr-animRight351{animation:isRight 1s both;animation-delay:24.57s}.hr-animRight352{animation:isRight 1s both;animation-delay:24.64s}.hr-animRight353{animation:isRight 1s both;animation-delay:24.71s}.hr-animRight354{animation:isRight 1s both;animation-delay:24.78s}.hr-animRight355{animation:isRight 1s both;animation-delay:24.85s}.hr-animRight356{animation:isRight 1s both;animation-delay:24.92s}.hr-animRight357{animation:isRight 1s both;animation-delay:24.99s}.hr-animRight358{animation:isRight 1s both;animation-delay:25.06s}.hr-animRight359{animation:isRight 1s both;animation-delay:25.13s}.hr-animRight360{animation:isRight 1s both;animation-delay:25.2s}.hr-animRight361{animation:isRight 1s both;animation-delay:25.27s}.hr-animRight362{animation:isRight 1s both;animation-delay:25.34s}.hr-animRight363{animation:isRight 1s both;animation-delay:25.41s}.hr-animRight364{animation:isRight 1s both;animation-delay:25.48s}.hr-animRight365{animation:isRight 1s both;animation-delay:25.55s}.hr-animRight366{animation:isRight 1s both;animation-delay:25.62s}.hr-animRight367{animation:isRight 1s both;animation-delay:25.69s}.hr-animRight368{animation:isRight 1s both;animation-delay:25.76s}.hr-animRight369{animation:isRight 1s both;animation-delay:25.83s}.hr-animRight370{animation:isRight 1s both;animation-delay:25.9s}.hr-animRight371{animation:isRight 1s both;animation-delay:25.97s}.hr-animRight372{animation:isRight 1s both;animation-delay:26.04s}.hr-animRight373{animation:isRight 1s both;animation-delay:26.11s}.hr-animRight374{animation:isRight 1s both;animation-delay:26.18s}.hr-animRight375{animation:isRight 1s both;animation-delay:26.25s}.hr-animRight376{animation:isRight 1s both;animation-delay:26.32s}.hr-animRight377{animation:isRight 1s both;animation-delay:26.39s}.hr-animRight378{animation:isRight 1s both;animation-delay:26.46s}.hr-animRight379{animation:isRight 1s both;animation-delay:26.53s}.hr-animRight380{animation:isRight 1s both;animation-delay:26.6s}.hr-animRight381{animation:isRight 1s both;animation-delay:26.67s}.hr-animRight382{animation:isRight 1s both;animation-delay:26.74s}.hr-animRight383{animation:isRight 1s both;animation-delay:26.81s}.hr-animRight384{animation:isRight 1s both;animation-delay:26.88s}.hr-animRight385{animation:isRight 1s both;animation-delay:26.95s}.hr-animRight386{animation:isRight 1s both;animation-delay:27.02s}.hr-animRight387{animation:isRight 1s both;animation-delay:27.09s}.hr-animRight388{animation:isRight 1s both;animation-delay:27.16s}.hr-animRight389{animation:isRight 1s both;animation-delay:27.23s}.hr-animRight390{animation:isRight 1s both;animation-delay:27.3s}.hr-animRight391{animation:isRight 1s both;animation-delay:27.37s}.hr-animRight392{animation:isRight 1s both;animation-delay:27.44s}.hr-animRight393{animation:isRight 1s both;animation-delay:27.51s}.hr-animRight394{animation:isRight 1s both;animation-delay:27.58s}.hr-animRight395{animation:isRight 1s both;animation-delay:27.65s}.hr-animRight396{animation:isRight 1s both;animation-delay:27.72s}.hr-animRight397{animation:isRight 1s both;animation-delay:27.79s}.hr-animRight398{animation:isRight 1s both;animation-delay:27.86s}.hr-animRight399{animation:isRight 1s both;animation-delay:27.93s}.hr-animRight400{animation:isRight 1s both;animation-delay:28s}.hr-animRight401{animation:isRight 1s both;animation-delay:28.07s}.hr-animRight402{animation:isRight 1s both;animation-delay:28.14s}.hr-animRight403{animation:isRight 1s both;animation-delay:28.21s}.hr-animRight404{animation:isRight 1s both;animation-delay:28.28s}.hr-animRight405{animation:isRight 1s both;animation-delay:28.35s}.hr-animRight406{animation:isRight 1s both;animation-delay:28.42s}.hr-animRight407{animation:isRight 1s both;animation-delay:28.49s}.hr-animRight408{animation:isRight 1s both;animation-delay:28.56s}.hr-animRight409{animation:isRight 1s both;animation-delay:28.63s}.hr-animRight410{animation:isRight 1s both;animation-delay:28.7s}.hr-animRight411{animation:isRight 1s both;animation-delay:28.77s}.hr-animRight412{animation:isRight 1s both;animation-delay:28.84s}.hr-animRight413{animation:isRight 1s both;animation-delay:28.91s}.hr-animRight414{animation:isRight 1s both;animation-delay:28.98s}.hr-animRight415{animation:isRight 1s both;animation-delay:29.05s}.hr-animRight416{animation:isRight 1s both;animation-delay:29.12s}.hr-animRight417{animation:isRight 1s both;animation-delay:29.19s}.hr-animRight418{animation:isRight 1s both;animation-delay:29.26s}.hr-animRight419{animation:isRight 1s both;animation-delay:29.33s}.hr-animRight420{animation:isRight 1s both;animation-delay:29.4s}.hr-animRight421{animation:isRight 1s both;animation-delay:29.47s}.hr-animRight422{animation:isRight 1s both;animation-delay:29.54s}.hr-animRight423{animation:isRight 1s both;animation-delay:29.61s}.hr-animRight424{animation:isRight 1s both;animation-delay:29.68s}.hr-animRight425{animation:isRight 1s both;animation-delay:29.75s}.hr-animRight426{animation:isRight 1s both;animation-delay:29.82s}.hr-animRight427{animation:isRight 1s both;animation-delay:29.89s}.hr-animRight428{animation:isRight 1s both;animation-delay:29.96s}.hr-animRight429{animation:isRight 1s both;animation-delay:30.03s}.hr-animRight430{animation:isRight 1s both;animation-delay:30.1s}.hr-animRight431{animation:isRight 1s both;animation-delay:30.17s}.hr-animRight432{animation:isRight 1s both;animation-delay:30.24s}.hr-animRight433{animation:isRight 1s both;animation-delay:30.31s}.hr-animRight434{animation:isRight 1s both;animation-delay:30.38s}.hr-animRight435{animation:isRight 1s both;animation-delay:30.45s}.hr-animRight436{animation:isRight 1s both;animation-delay:30.52s}.hr-animRight437{animation:isRight 1s both;animation-delay:30.59s}.hr-animRight438{animation:isRight 1s both;animation-delay:30.66s}.hr-animRight439{animation:isRight 1s both;animation-delay:30.73s}.hr-animRight440{animation:isRight 1s both;animation-delay:30.8s}.hr-animRight441{animation:isRight 1s both;animation-delay:30.87s}.hr-animRight442{animation:isRight 1s both;animation-delay:30.94s}.hr-animRight443{animation:isRight 1s both;animation-delay:31.01s}.hr-animRight444{animation:isRight 1s both;animation-delay:31.08s}.hr-animRight445{animation:isRight 1s both;animation-delay:31.15s}.hr-animRight446{animation:isRight 1s both;animation-delay:31.22s}.hr-animRight447{animation:isRight 1s both;animation-delay:31.29s}.hr-animRight448{animation:isRight 1s both;animation-delay:31.36s}.hr-animRight449{animation:isRight 1s both;animation-delay:31.43s}.hr-animRight450{animation:isRight 1s both;animation-delay:31.5s}.hr-animRight451{animation:isRight 1s both;animation-delay:31.57s}.hr-animRight452{animation:isRight 1s both;animation-delay:31.64s}.hr-animRight453{animation:isRight 1s both;animation-delay:31.71s}.hr-animRight454{animation:isRight 1s both;animation-delay:31.78s}.hr-animRight455{animation:isRight 1s both;animation-delay:31.85s}.hr-animRight456{animation:isRight 1s both;animation-delay:31.92s}.hr-animRight457{animation:isRight 1s both;animation-delay:31.99s}.hr-animRight458{animation:isRight 1s both;animation-delay:32.06s}.hr-animRight459{animation:isRight 1s both;animation-delay:32.13s}.hr-animRight460{animation:isRight 1s both;animation-delay:32.2s}.hr-animRight461{animation:isRight 1s both;animation-delay:32.27s}.hr-animRight462{animation:isRight 1s both;animation-delay:32.34s}.hr-animRight463{animation:isRight 1s both;animation-delay:32.41s}.hr-animRight464{animation:isRight 1s both;animation-delay:32.48s}.hr-animRight465{animation:isRight 1s both;animation-delay:32.55s}.hr-animRight466{animation:isRight 1s both;animation-delay:32.62s}.hr-animRight467{animation:isRight 1s both;animation-delay:32.69s}.hr-animRight468{animation:isRight 1s both;animation-delay:32.76s}.hr-animRight469{animation:isRight 1s both;animation-delay:32.83s}.hr-animRight470{animation:isRight 1s both;animation-delay:32.9s}.hr-animRight471{animation:isRight 1s both;animation-delay:32.97s}.hr-animRight472{animation:isRight 1s both;animation-delay:33.04s}.hr-animRight473{animation:isRight 1s both;animation-delay:33.11s}.hr-animRight474{animation:isRight 1s both;animation-delay:33.18s}.hr-animRight475{animation:isRight 1s both;animation-delay:33.25s}.hr-animRight476{animation:isRight 1s both;animation-delay:33.32s}.hr-animRight477{animation:isRight 1s both;animation-delay:33.39s}.hr-animRight478{animation:isRight 1s both;animation-delay:33.46s}.hr-animRight479{animation:isRight 1s both;animation-delay:33.53s}.hr-animRight480{animation:isRight 1s both;animation-delay:33.6s}.hr-animRight481{animation:isRight 1s both;animation-delay:33.67s}.hr-animRight482{animation:isRight 1s both;animation-delay:33.74s}.hr-animRight483{animation:isRight 1s both;animation-delay:33.81s}.hr-animRight484{animation:isRight 1s both;animation-delay:33.88s}.hr-animRight485{animation:isRight 1s both;animation-delay:33.95s}.hr-animRight486{animation:isRight 1s both;animation-delay:34.02s}.hr-animRight487{animation:isRight 1s both;animation-delay:34.09s}.hr-animRight488{animation:isRight 1s both;animation-delay:34.16s}.hr-animRight489{animation:isRight 1s both;animation-delay:34.23s}.hr-animRight490{animation:isRight 1s both;animation-delay:34.3s}.hr-animRight491{animation:isRight 1s both;animation-delay:34.37s}.hr-animRight492{animation:isRight 1s both;animation-delay:34.44s}.hr-animRight493{animation:isRight 1s both;animation-delay:34.51s}.hr-animRight494{animation:isRight 1s both;animation-delay:34.58s}.hr-animRight495{animation:isRight 1s both;animation-delay:34.65s}.hr-animRight496{animation:isRight 1s both;animation-delay:34.72s}.hr-animRight497{animation:isRight 1s both;animation-delay:34.79s}.hr-animRight498{animation:isRight 1s both;animation-delay:34.86s}.hr-animRight499{animation:isRight 1s both;animation-delay:34.93s}.hr-animRight500{animation:isRight 1s both;animation-delay:35s}.hr-animRight501{animation:isRight 1s both;animation-delay:35.07s}.hr-animRight502{animation:isRight 1s both;animation-delay:35.14s}.hr-animRight503{animation:isRight 1s both;animation-delay:35.21s}.hr-animRight504{animation:isRight 1s both;animation-delay:35.28s}.hr-animRight505{animation:isRight 1s both;animation-delay:35.35s}.hr-animRight506{animation:isRight 1s both;animation-delay:35.42s}.hr-animRight507{animation:isRight 1s both;animation-delay:35.49s}.hr-animRight508{animation:isRight 1s both;animation-delay:35.56s}.hr-animRight509{animation:isRight 1s both;animation-delay:35.63s}.hr-animRight510{animation:isRight 1s both;animation-delay:35.7s}.hr-animRight511{animation:isRight 1s both;animation-delay:35.77s}.hr-animRight512{animation:isRight 1s both;animation-delay:35.84s}.hr-animRight513{animation:isRight 1s both;animation-delay:35.91s}.hr-animRight514{animation:isRight 1s both;animation-delay:35.98s}.hr-animRight515{animation:isRight 1s both;animation-delay:36.05s}.hr-animRight516{animation:isRight 1s both;animation-delay:36.12s}.hr-animRight517{animation:isRight 1s both;animation-delay:36.19s}.hr-animRight518{animation:isRight 1s both;animation-delay:36.26s}.hr-animRight519{animation:isRight 1s both;animation-delay:36.33s}.hr-animRight520{animation:isRight 1s both;animation-delay:36.4s}.hr-animRight521{animation:isRight 1s both;animation-delay:36.47s}.hr-animRight522{animation:isRight 1s both;animation-delay:36.54s}.hr-animRight523{animation:isRight 1s both;animation-delay:36.61s}.hr-animRight524{animation:isRight 1s both;animation-delay:36.68s}.hr-animRight525{animation:isRight 1s both;animation-delay:36.75s}.hr-animRight526{animation:isRight 1s both;animation-delay:36.82s}.hr-animRight527{animation:isRight 1s both;animation-delay:36.89s}.hr-animRight528{animation:isRight 1s both;animation-delay:36.96s}.hr-animRight529{animation:isRight 1s both;animation-delay:37.03s}.hr-animRight530{animation:isRight 1s both;animation-delay:37.1s}.hr-animRight531{animation:isRight 1s both;animation-delay:37.17s}.hr-animRight532{animation:isRight 1s both;animation-delay:37.24s}.hr-animRight533{animation:isRight 1s both;animation-delay:37.31s}.hr-animRight534{animation:isRight 1s both;animation-delay:37.38s}.hr-animRight535{animation:isRight 1s both;animation-delay:37.45s}.hr-animRight536{animation:isRight 1s both;animation-delay:37.52s}.hr-animRight537{animation:isRight 1s both;animation-delay:37.59s}.hr-animRight538{animation:isRight 1s both;animation-delay:37.66s}.hr-animRight539{animation:isRight 1s both;animation-delay:37.73s}.hr-animRight540{animation:isRight 1s both;animation-delay:37.8s}.hr-animRight541{animation:isRight 1s both;animation-delay:37.87s}.hr-animRight542{animation:isRight 1s both;animation-delay:37.94s}.hr-animRight543{animation:isRight 1s both;animation-delay:38.01s}.hr-animRight544{animation:isRight 1s both;animation-delay:38.08s}.hr-animRight545{animation:isRight 1s both;animation-delay:38.15s}.hr-animRight546{animation:isRight 1s both;animation-delay:38.22s}.hr-animRight547{animation:isRight 1s both;animation-delay:38.29s}.hr-animRight548{animation:isRight 1s both;animation-delay:38.36s}.hr-animRight549{animation:isRight 1s both;animation-delay:38.43s}.hr-animRight550{animation:isRight 1s both;animation-delay:38.5s}.hr-animRight551{animation:isRight 1s both;animation-delay:38.57s}.hr-animRight552{animation:isRight 1s both;animation-delay:38.64s}.hr-animRight553{animation:isRight 1s both;animation-delay:38.71s}.hr-animRight554{animation:isRight 1s both;animation-delay:38.78s}.hr-animRight555{animation:isRight 1s both;animation-delay:38.85s}.hr-animRight556{animation:isRight 1s both;animation-delay:38.92s}.hr-animRight557{animation:isRight 1s both;animation-delay:38.99s}.hr-animRight558{animation:isRight 1s both;animation-delay:39.06s}.hr-animRight559{animation:isRight 1s both;animation-delay:39.13s}.hr-animRight560{animation:isRight 1s both;animation-delay:39.2s}.hr-animRight561{animation:isRight 1s both;animation-delay:39.27s}.hr-animRight562{animation:isRight 1s both;animation-delay:39.34s}.hr-animRight563{animation:isRight 1s both;animation-delay:39.41s}.hr-animRight564{animation:isRight 1s both;animation-delay:39.48s}.hr-animRight565{animation:isRight 1s both;animation-delay:39.55s}.hr-animRight566{animation:isRight 1s both;animation-delay:39.62s}.hr-animRight567{animation:isRight 1s both;animation-delay:39.69s}.hr-animRight568{animation:isRight 1s both;animation-delay:39.76s}.hr-animRight569{animation:isRight 1s both;animation-delay:39.83s}.hr-animRight570{animation:isRight 1s both;animation-delay:39.9s}.hr-animRight571{animation:isRight 1s both;animation-delay:39.97s}.hr-animRight572{animation:isRight 1s both;animation-delay:40.04s}.hr-animRight573{animation:isRight 1s both;animation-delay:40.11s}.hr-animRight574{animation:isRight 1s both;animation-delay:40.18s}.hr-animRight575{animation:isRight 1s both;animation-delay:40.25s}.hr-animRight576{animation:isRight 1s both;animation-delay:40.32s}.hr-animRight577{animation:isRight 1s both;animation-delay:40.39s}.hr-animRight578{animation:isRight 1s both;animation-delay:40.46s}.hr-animRight579{animation:isRight 1s both;animation-delay:40.53s}.hr-animRight580{animation:isRight 1s both;animation-delay:40.6s}.hr-animRight581{animation:isRight 1s both;animation-delay:40.67s}.hr-animRight582{animation:isRight 1s both;animation-delay:40.74s}.hr-animRight583{animation:isRight 1s both;animation-delay:40.81s}.hr-animRight584{animation:isRight 1s both;animation-delay:40.88s}.hr-animRight585{animation:isRight 1s both;animation-delay:40.95s}.hr-animRight586{animation:isRight 1s both;animation-delay:41.02s}.hr-animRight587{animation:isRight 1s both;animation-delay:41.09s}.hr-animRight588{animation:isRight 1s both;animation-delay:41.16s}.hr-animRight589{animation:isRight 1s both;animation-delay:41.23s}.hr-animRight590{animation:isRight 1s both;animation-delay:41.3s}.hr-animRight591{animation:isRight 1s both;animation-delay:41.37s}.hr-animRight592{animation:isRight 1s both;animation-delay:41.44s}.hr-animRight593{animation:isRight 1s both;animation-delay:41.51s}.hr-animRight594{animation:isRight 1s both;animation-delay:41.58s}.hr-animRight595{animation:isRight 1s both;animation-delay:41.65s}.hr-animRight596{animation:isRight 1s both;animation-delay:41.72s}.hr-animRight597{animation:isRight 1s both;animation-delay:41.79s}.hr-animRight598{animation:isRight 1s both;animation-delay:41.86s}.hr-animRight599{animation:isRight 1s both;animation-delay:41.93s}.hr-animRight600{animation:isRight 1s both;animation-delay:42s}.hr-animRight601{animation:isRight 1s both;animation-delay:42.07s}.hr-animRight602{animation:isRight 1s both;animation-delay:42.14s}.hr-animRight603{animation:isRight 1s both;animation-delay:42.21s}.hr-animRight604{animation:isRight 1s both;animation-delay:42.28s}.hr-animRight605{animation:isRight 1s both;animation-delay:42.35s}.hr-animRight606{animation:isRight 1s both;animation-delay:42.42s}.hr-animRight607{animation:isRight 1s both;animation-delay:42.49s}.hr-animRight608{animation:isRight 1s both;animation-delay:42.56s}.hr-animRight609{animation:isRight 1s both;animation-delay:42.63s}.hr-animRight610{animation:isRight 1s both;animation-delay:42.7s}.hr-animRight611{animation:isRight 1s both;animation-delay:42.77s}.hr-animRight612{animation:isRight 1s both;animation-delay:42.84s}.hr-animRight613{animation:isRight 1s both;animation-delay:42.91s}.hr-animRight614{animation:isRight 1s both;animation-delay:42.98s}.hr-animRight615{animation:isRight 1s both;animation-delay:43.05s}.hr-animRight616{animation:isRight 1s both;animation-delay:43.12s}.hr-animRight617{animation:isRight 1s both;animation-delay:43.19s}.hr-animRight618{animation:isRight 1s both;animation-delay:43.26s}.hr-animRight619{animation:isRight 1s both;animation-delay:43.33s}.hr-animRight620{animation:isRight 1s both;animation-delay:43.4s}.hr-animRight621{animation:isRight 1s both;animation-delay:43.47s}.hr-animRight622{animation:isRight 1s both;animation-delay:43.54s}.hr-animRight623{animation:isRight 1s both;animation-delay:43.61s}.hr-animRight624{animation:isRight 1s both;animation-delay:43.68s}.hr-animRight625{animation:isRight 1s both;animation-delay:43.75s}.hr-animRight626{animation:isRight 1s both;animation-delay:43.82s}.hr-animRight627{animation:isRight 1s both;animation-delay:43.89s}.hr-animRight628{animation:isRight 1s both;animation-delay:43.96s}.hr-animRight629{animation:isRight 1s both;animation-delay:44.03s}.hr-animRight630{animation:isRight 1s both;animation-delay:44.1s}.hr-animRight631{animation:isRight 1s both;animation-delay:44.17s}.hr-animRight632{animation:isRight 1s both;animation-delay:44.24s}.hr-animRight633{animation:isRight 1s both;animation-delay:44.31s}.hr-animRight634{animation:isRight 1s both;animation-delay:44.38s}.hr-animRight635{animation:isRight 1s both;animation-delay:44.45s}.hr-animRight636{animation:isRight 1s both;animation-delay:44.52s}.hr-animRight637{animation:isRight 1s both;animation-delay:44.59s}.hr-animRight638{animation:isRight 1s both;animation-delay:44.66s}.hr-animRight639{animation:isRight 1s both;animation-delay:44.73s}.hr-animRight640{animation:isRight 1s both;animation-delay:44.8s}.hr-animRight641{animation:isRight 1s both;animation-delay:44.87s}.hr-animRight642{animation:isRight 1s both;animation-delay:44.94s}.hr-animRight643{animation:isRight 1s both;animation-delay:45.01s}.hr-animRight644{animation:isRight 1s both;animation-delay:45.08s}.hr-animRight645{animation:isRight 1s both;animation-delay:45.15s}.hr-animRight646{animation:isRight 1s both;animation-delay:45.22s}.hr-animRight647{animation:isRight 1s both;animation-delay:45.29s}.hr-animRight648{animation:isRight 1s both;animation-delay:45.36s}.hr-animRight649{animation:isRight 1s both;animation-delay:45.43s}.hr-animRight650{animation:isRight 1s both;animation-delay:45.5s}.hr-animRight651{animation:isRight 1s both;animation-delay:45.57s}.hr-animRight652{animation:isRight 1s both;animation-delay:45.64s}.hr-animRight653{animation:isRight 1s both;animation-delay:45.71s}.hr-animRight654{animation:isRight 1s both;animation-delay:45.78s}.hr-animRight655{animation:isRight 1s both;animation-delay:45.85s}.hr-animRight656{animation:isRight 1s both;animation-delay:45.92s}.hr-animRight657{animation:isRight 1s both;animation-delay:45.99s}.hr-animRight658{animation:isRight 1s both;animation-delay:46.06s}.hr-animRight659{animation:isRight 1s both;animation-delay:46.13s}.hr-animRight660{animation:isRight 1s both;animation-delay:46.2s}.hr-animRight661{animation:isRight 1s both;animation-delay:46.27s}.hr-animRight662{animation:isRight 1s both;animation-delay:46.34s}.hr-animRight663{animation:isRight 1s both;animation-delay:46.41s}.hr-animRight664{animation:isRight 1s both;animation-delay:46.48s}.hr-animRight665{animation:isRight 1s both;animation-delay:46.55s}.hr-animRight666{animation:isRight 1s both;animation-delay:46.62s}.hr-animRight667{animation:isRight 1s both;animation-delay:46.69s}.hr-animRight668{animation:isRight 1s both;animation-delay:46.76s}.hr-animRight669{animation:isRight 1s both;animation-delay:46.83s}.hr-animRight670{animation:isRight 1s both;animation-delay:46.9s}.hr-animRight671{animation:isRight 1s both;animation-delay:46.97s}.hr-animRight672{animation:isRight 1s both;animation-delay:47.04s}.hr-animRight673{animation:isRight 1s both;animation-delay:47.11s}.hr-animRight674{animation:isRight 1s both;animation-delay:47.18s}.hr-animRight675{animation:isRight 1s both;animation-delay:47.25s}.hr-animRight676{animation:isRight 1s both;animation-delay:47.32s}.hr-animRight677{animation:isRight 1s both;animation-delay:47.39s}.hr-animRight678{animation:isRight 1s both;animation-delay:47.46s}.hr-animRight679{animation:isRight 1s both;animation-delay:47.53s}.hr-animRight680{animation:isRight 1s both;animation-delay:47.6s}.hr-animRight681{animation:isRight 1s both;animation-delay:47.67s}.hr-animRight682{animation:isRight 1s both;animation-delay:47.74s}.hr-animRight683{animation:isRight 1s both;animation-delay:47.81s}.hr-animRight684{animation:isRight 1s both;animation-delay:47.88s}.hr-animRight685{animation:isRight 1s both;animation-delay:47.95s}.hr-animRight686{animation:isRight 1s both;animation-delay:48.02s}.hr-animRight687{animation:isRight 1s both;animation-delay:48.09s}.hr-animRight688{animation:isRight 1s both;animation-delay:48.16s}.hr-animRight689{animation:isRight 1s both;animation-delay:48.23s}.hr-animRight690{animation:isRight 1s both;animation-delay:48.3s}.hr-animRight691{animation:isRight 1s both;animation-delay:48.37s}.hr-animRight692{animation:isRight 1s both;animation-delay:48.44s}.hr-animRight693{animation:isRight 1s both;animation-delay:48.51s}.hr-animRight694{animation:isRight 1s both;animation-delay:48.58s}.hr-animRight695{animation:isRight 1s both;animation-delay:48.65s}.hr-animRight696{animation:isRight 1s both;animation-delay:48.72s}.hr-animRight697{animation:isRight 1s both;animation-delay:48.79s}.hr-animRight698{animation:isRight 1s both;animation-delay:48.86s}.hr-animRight699{animation:isRight 1s both;animation-delay:48.93s}.hr-animRight700{animation:isRight 1s both;animation-delay:49s}.hr-animRight701{animation:isRight 1s both;animation-delay:49.07s}.hr-animRight702{animation:isRight 1s both;animation-delay:49.14s}.hr-animRight703{animation:isRight 1s both;animation-delay:49.21s}.hr-animRight704{animation:isRight 1s both;animation-delay:49.28s}.hr-animRight705{animation:isRight 1s both;animation-delay:49.35s}.hr-animRight706{animation:isRight 1s both;animation-delay:49.42s}.hr-animRight707{animation:isRight 1s both;animation-delay:49.49s}.hr-animRight708{animation:isRight 1s both;animation-delay:49.56s}.hr-animRight709{animation:isRight 1s both;animation-delay:49.63s}.hr-animRight710{animation:isRight 1s both;animation-delay:49.7s}.hr-animRight711{animation:isRight 1s both;animation-delay:49.77s}.hr-animRight712{animation:isRight 1s both;animation-delay:49.84s}.hr-animRight713{animation:isRight 1s both;animation-delay:49.91s}.hr-animRight714{animation:isRight 1s both;animation-delay:49.98s}.hr-animRight715{animation:isRight 1s both;animation-delay:50.05s}.hr-animRight716{animation:isRight 1s both;animation-delay:50.12s}.hr-animRight717{animation:isRight 1s both;animation-delay:50.19s}.hr-animRight718{animation:isRight 1s both;animation-delay:50.26s}.hr-animRight719{animation:isRight 1s both;animation-delay:50.33s}.hr-animRight720{animation:isRight 1s both;animation-delay:50.4s}.hr-animRight721{animation:isRight 1s both;animation-delay:50.47s}.hr-animRight722{animation:isRight 1s both;animation-delay:50.54s}.hr-animRight723{animation:isRight 1s both;animation-delay:50.61s}.hr-animRight724{animation:isRight 1s both;animation-delay:50.68s}.hr-animRight725{animation:isRight 1s both;animation-delay:50.75s}.hr-animRight726{animation:isRight 1s both;animation-delay:50.82s}.hr-animRight727{animation:isRight 1s both;animation-delay:50.89s}.hr-animRight728{animation:isRight 1s both;animation-delay:50.96s}.hr-animRight729{animation:isRight 1s both;animation-delay:51.03s}.hr-animRight730{animation:isRight 1s both;animation-delay:51.1s}.hr-animRight731{animation:isRight 1s both;animation-delay:51.17s}.hr-animRight732{animation:isRight 1s both;animation-delay:51.24s}.hr-animRight733{animation:isRight 1s both;animation-delay:51.31s}.hr-animRight734{animation:isRight 1s both;animation-delay:51.38s}.hr-animRight735{animation:isRight 1s both;animation-delay:51.45s}.hr-animRight736{animation:isRight 1s both;animation-delay:51.52s}.hr-animRight737{animation:isRight 1s both;animation-delay:51.59s}.hr-animRight738{animation:isRight 1s both;animation-delay:51.66s}.hr-animRight739{animation:isRight 1s both;animation-delay:51.73s}.hr-animRight740{animation:isRight 1s both;animation-delay:51.8s}.hr-animRight741{animation:isRight 1s both;animation-delay:51.87s}.hr-animRight742{animation:isRight 1s both;animation-delay:51.94s}.hr-animRight743{animation:isRight 1s both;animation-delay:52.01s}.hr-animRight744{animation:isRight 1s both;animation-delay:52.08s}.hr-animRight745{animation:isRight 1s both;animation-delay:52.15s}.hr-animRight746{animation:isRight 1s both;animation-delay:52.22s}.hr-animRight747{animation:isRight 1s both;animation-delay:52.29s}.hr-animRight748{animation:isRight 1s both;animation-delay:52.36s}.hr-animRight749{animation:isRight 1s both;animation-delay:52.43s}.hr-animRight750{animation:isRight 1s both;animation-delay:52.5s}.hr-animRight751{animation:isRight 1s both;animation-delay:52.57s}.hr-animRight752{animation:isRight 1s both;animation-delay:52.64s}.hr-animRight753{animation:isRight 1s both;animation-delay:52.71s}.hr-animRight754{animation:isRight 1s both;animation-delay:52.78s}.hr-animRight755{animation:isRight 1s both;animation-delay:52.85s}.hr-animRight756{animation:isRight 1s both;animation-delay:52.92s}.hr-animRight757{animation:isRight 1s both;animation-delay:52.99s}.hr-animRight758{animation:isRight 1s both;animation-delay:53.06s}.hr-animRight759{animation:isRight 1s both;animation-delay:53.13s}.hr-animRight760{animation:isRight 1s both;animation-delay:53.2s}.hr-animRight761{animation:isRight 1s both;animation-delay:53.27s}.hr-animRight762{animation:isRight 1s both;animation-delay:53.34s}.hr-animRight763{animation:isRight 1s both;animation-delay:53.41s}.hr-animRight764{animation:isRight 1s both;animation-delay:53.48s}.hr-animRight765{animation:isRight 1s both;animation-delay:53.55s}.hr-animRight766{animation:isRight 1s both;animation-delay:53.62s}.hr-animRight767{animation:isRight 1s both;animation-delay:53.69s}.hr-animRight768{animation:isRight 1s both;animation-delay:53.76s}.hr-animRight769{animation:isRight 1s both;animation-delay:53.83s}.hr-animRight770{animation:isRight 1s both;animation-delay:53.9s}.hr-animRight771{animation:isRight 1s both;animation-delay:53.97s}.hr-animRight772{animation:isRight 1s both;animation-delay:54.04s}.hr-animRight773{animation:isRight 1s both;animation-delay:54.11s}.hr-animRight774{animation:isRight 1s both;animation-delay:54.18s}.hr-animRight775{animation:isRight 1s both;animation-delay:54.25s}.hr-animRight776{animation:isRight 1s both;animation-delay:54.32s}.hr-animRight777{animation:isRight 1s both;animation-delay:54.39s}.hr-animRight778{animation:isRight 1s both;animation-delay:54.46s}.hr-animRight779{animation:isRight 1s both;animation-delay:54.53s}.hr-animRight780{animation:isRight 1s both;animation-delay:54.6s}.hr-animRight781{animation:isRight 1s both;animation-delay:54.67s}.hr-animRight782{animation:isRight 1s both;animation-delay:54.74s}.hr-animRight783{animation:isRight 1s both;animation-delay:54.81s}.hr-animRight784{animation:isRight 1s both;animation-delay:54.88s}.hr-animRight785{animation:isRight 1s both;animation-delay:54.95s}.hr-animRight786{animation:isRight 1s both;animation-delay:55.02s}.hr-animRight787{animation:isRight 1s both;animation-delay:55.09s}.hr-animRight788{animation:isRight 1s both;animation-delay:55.16s}.hr-animRight789{animation:isRight 1s both;animation-delay:55.23s}.hr-animRight790{animation:isRight 1s both;animation-delay:55.3s}.hr-animRight791{animation:isRight 1s both;animation-delay:55.37s}.hr-animRight792{animation:isRight 1s both;animation-delay:55.44s}.hr-animRight793{animation:isRight 1s both;animation-delay:55.51s}.hr-animRight794{animation:isRight 1s both;animation-delay:55.58s}.hr-animRight795{animation:isRight 1s both;animation-delay:55.65s}.hr-animRight796{animation:isRight 1s both;animation-delay:55.72s}.hr-animRight797{animation:isRight 1s both;animation-delay:55.79s}.hr-animRight798{animation:isRight 1s both;animation-delay:55.86s}.hr-animRight799{animation:isRight 1s both;animation-delay:55.93s}.hr-animRight800{animation:isRight 1s both;animation-delay:56s}.hr-animRight801{animation:isRight 1s both;animation-delay:56.07s}.hr-animRight802{animation:isRight 1s both;animation-delay:56.14s}.hr-animRight803{animation:isRight 1s both;animation-delay:56.21s}.hr-animRight804{animation:isRight 1s both;animation-delay:56.28s}.hr-animRight805{animation:isRight 1s both;animation-delay:56.35s}.hr-animRight806{animation:isRight 1s both;animation-delay:56.42s}.hr-animRight807{animation:isRight 1s both;animation-delay:56.49s}.hr-animRight808{animation:isRight 1s both;animation-delay:56.56s}.hr-animRight809{animation:isRight 1s both;animation-delay:56.63s}.hr-animRight810{animation:isRight 1s both;animation-delay:56.7s}.hr-animRight811{animation:isRight 1s both;animation-delay:56.77s}.hr-animRight812{animation:isRight 1s both;animation-delay:56.84s}.hr-animRight813{animation:isRight 1s both;animation-delay:56.91s}.hr-animRight814{animation:isRight 1s both;animation-delay:56.98s}.hr-animRight815{animation:isRight 1s both;animation-delay:57.05s}.hr-animRight816{animation:isRight 1s both;animation-delay:57.12s}.hr-animRight817{animation:isRight 1s both;animation-delay:57.19s}.hr-animRight818{animation:isRight 1s both;animation-delay:57.26s}.hr-animRight819{animation:isRight 1s both;animation-delay:57.33s}.hr-animRight820{animation:isRight 1s both;animation-delay:57.4s}.hr-animRight821{animation:isRight 1s both;animation-delay:57.47s}.hr-animRight822{animation:isRight 1s both;animation-delay:57.54s}.hr-animRight823{animation:isRight 1s both;animation-delay:57.61s}.hr-animRight824{animation:isRight 1s both;animation-delay:57.68s}.hr-animRight825{animation:isRight 1s both;animation-delay:57.75s}.hr-animRight826{animation:isRight 1s both;animation-delay:57.82s}.hr-animRight827{animation:isRight 1s both;animation-delay:57.89s}.hr-animRight828{animation:isRight 1s both;animation-delay:57.96s}.hr-animRight829{animation:isRight 1s both;animation-delay:58.03s}.hr-animRight830{animation:isRight 1s both;animation-delay:58.1s}.hr-animRight831{animation:isRight 1s both;animation-delay:58.17s}.hr-animRight832{animation:isRight 1s both;animation-delay:58.24s}.hr-animRight833{animation:isRight 1s both;animation-delay:58.31s}.hr-animRight834{animation:isRight 1s both;animation-delay:58.38s}.hr-animRight835{animation:isRight 1s both;animation-delay:58.45s}.hr-animRight836{animation:isRight 1s both;animation-delay:58.52s}.hr-animRight837{animation:isRight 1s both;animation-delay:58.59s}.hr-animRight838{animation:isRight 1s both;animation-delay:58.66s}.hr-animRight839{animation:isRight 1s both;animation-delay:58.73s}.hr-animRight840{animation:isRight 1s both;animation-delay:58.8s}.hr-animRight841{animation:isRight 1s both;animation-delay:58.87s}.hr-animRight842{animation:isRight 1s both;animation-delay:58.94s}.hr-animRight843{animation:isRight 1s both;animation-delay:59.01s}.hr-animRight844{animation:isRight 1s both;animation-delay:59.08s}.hr-animRight845{animation:isRight 1s both;animation-delay:59.15s}.hr-animRight846{animation:isRight 1s both;animation-delay:59.22s}.hr-animRight847{animation:isRight 1s both;animation-delay:59.29s}.hr-animRight848{animation:isRight 1s both;animation-delay:59.36s}.hr-animRight849{animation:isRight 1s both;animation-delay:59.43s}.hr-animRight850{animation:isRight 1s both;animation-delay:59.5s}.hr-animRight851{animation:isRight 1s both;animation-delay:59.57s}.hr-animRight852{animation:isRight 1s both;animation-delay:59.64s}.hr-animRight853{animation:isRight 1s both;animation-delay:59.71s}.hr-animRight854{animation:isRight 1s both;animation-delay:59.78s}.hr-animRight855{animation:isRight 1s both;animation-delay:59.85s}.hr-animRight856{animation:isRight 1s both;animation-delay:59.92s}.hr-animRight857{animation:isRight 1s both;animation-delay:59.99s}.hr-animRight858{animation:isRight 1s both;animation-delay:60.06s}.hr-animRight859{animation:isRight 1s both;animation-delay:60.13s}.hr-animRight860{animation:isRight 1s both;animation-delay:60.2s}.hr-animRight861{animation:isRight 1s both;animation-delay:60.27s}.hr-animRight862{animation:isRight 1s both;animation-delay:60.34s}.hr-animRight863{animation:isRight 1s both;animation-delay:60.41s}.hr-animRight864{animation:isRight 1s both;animation-delay:60.48s}.hr-animRight865{animation:isRight 1s both;animation-delay:60.55s}.hr-animRight866{animation:isRight 1s both;animation-delay:60.62s}.hr-animRight867{animation:isRight 1s both;animation-delay:60.69s}.hr-animRight868{animation:isRight 1s both;animation-delay:60.76s}.hr-animRight869{animation:isRight 1s both;animation-delay:60.83s}.hr-animRight870{animation:isRight 1s both;animation-delay:60.9s}.hr-animRight871{animation:isRight 1s both;animation-delay:60.97s}.hr-animRight872{animation:isRight 1s both;animation-delay:61.04s}.hr-animRight873{animation:isRight 1s both;animation-delay:61.11s}.hr-animRight874{animation:isRight 1s both;animation-delay:61.18s}.hr-animRight875{animation:isRight 1s both;animation-delay:61.25s}.hr-animRight876{animation:isRight 1s both;animation-delay:61.32s}.hr-animRight877{animation:isRight 1s both;animation-delay:61.39s}.hr-animRight878{animation:isRight 1s both;animation-delay:61.46s}.hr-animRight879{animation:isRight 1s both;animation-delay:61.53s}.hr-animRight880{animation:isRight 1s both;animation-delay:61.6s}.hr-animRight881{animation:isRight 1s both;animation-delay:61.67s}.hr-animRight882{animation:isRight 1s both;animation-delay:61.74s}.hr-animRight883{animation:isRight 1s both;animation-delay:61.81s}.hr-animRight884{animation:isRight 1s both;animation-delay:61.88s}.hr-animRight885{animation:isRight 1s both;animation-delay:61.95s}.hr-animRight886{animation:isRight 1s both;animation-delay:62.02s}.hr-animRight887{animation:isRight 1s both;animation-delay:62.09s}.hr-animRight888{animation:isRight 1s both;animation-delay:62.16s}.hr-animRight889{animation:isRight 1s both;animation-delay:62.23s}.hr-animRight890{animation:isRight 1s both;animation-delay:62.3s}.hr-animRight891{animation:isRight 1s both;animation-delay:62.37s}.hr-animRight892{animation:isRight 1s both;animation-delay:62.44s}.hr-animRight893{animation:isRight 1s both;animation-delay:62.51s}.hr-animRight894{animation:isRight 1s both;animation-delay:62.58s}.hr-animRight895{animation:isRight 1s both;animation-delay:62.65s}.hr-animRight896{animation:isRight 1s both;animation-delay:62.72s}.hr-animRight897{animation:isRight 1s both;animation-delay:62.79s}.hr-animRight898{animation:isRight 1s both;animation-delay:62.86s}.hr-animRight899{animation:isRight 1s both;animation-delay:62.93s}.hr-animRight900{animation:isRight 1s both;animation-delay:63s}.hr-animRight901{animation:isRight 1s both;animation-delay:63.07s}.hr-animRight902{animation:isRight 1s both;animation-delay:63.14s}.hr-animRight903{animation:isRight 1s both;animation-delay:63.21s}.hr-animRight904{animation:isRight 1s both;animation-delay:63.28s}.hr-animRight905{animation:isRight 1s both;animation-delay:63.35s}.hr-animRight906{animation:isRight 1s both;animation-delay:63.42s}.hr-animRight907{animation:isRight 1s both;animation-delay:63.49s}.hr-animRight908{animation:isRight 1s both;animation-delay:63.56s}.hr-animRight909{animation:isRight 1s both;animation-delay:63.63s}.hr-animRight910{animation:isRight 1s both;animation-delay:63.7s}.hr-animRight911{animation:isRight 1s both;animation-delay:63.77s}.hr-animRight912{animation:isRight 1s both;animation-delay:63.84s}.hr-animRight913{animation:isRight 1s both;animation-delay:63.91s}.hr-animRight914{animation:isRight 1s both;animation-delay:63.98s}.hr-animRight915{animation:isRight 1s both;animation-delay:64.05s}.hr-animRight916{animation:isRight 1s both;animation-delay:64.12s}.hr-animRight917{animation:isRight 1s both;animation-delay:64.19s}.hr-animRight918{animation:isRight 1s both;animation-delay:64.26s}.hr-animRight919{animation:isRight 1s both;animation-delay:64.33s}.hr-animRight920{animation:isRight 1s both;animation-delay:64.4s}.hr-animRight921{animation:isRight 1s both;animation-delay:64.47s}.hr-animRight922{animation:isRight 1s both;animation-delay:64.54s}.hr-animRight923{animation:isRight 1s both;animation-delay:64.61s}.hr-animRight924{animation:isRight 1s both;animation-delay:64.68s}.hr-animRight925{animation:isRight 1s both;animation-delay:64.75s}.hr-animRight926{animation:isRight 1s both;animation-delay:64.82s}.hr-animRight927{animation:isRight 1s both;animation-delay:64.89s}.hr-animRight928{animation:isRight 1s both;animation-delay:64.96s}.hr-animRight929{animation:isRight 1s both;animation-delay:65.03s}.hr-animRight930{animation:isRight 1s both;animation-delay:65.1s}.hr-animRight931{animation:isRight 1s both;animation-delay:65.17s}.hr-animRight932{animation:isRight 1s both;animation-delay:65.24s}.hr-animRight933{animation:isRight 1s both;animation-delay:65.31s}.hr-animRight934{animation:isRight 1s both;animation-delay:65.38s}.hr-animRight935{animation:isRight 1s both;animation-delay:65.45s}.hr-animRight936{animation:isRight 1s both;animation-delay:65.52s}.hr-animRight937{animation:isRight 1s both;animation-delay:65.59s}.hr-animRight938{animation:isRight 1s both;animation-delay:65.66s}.hr-animRight939{animation:isRight 1s both;animation-delay:65.73s}.hr-animRight940{animation:isRight 1s both;animation-delay:65.8s}.hr-animRight941{animation:isRight 1s both;animation-delay:65.87s}.hr-animRight942{animation:isRight 1s both;animation-delay:65.94s}.hr-animRight943{animation:isRight 1s both;animation-delay:66.01s}.hr-animRight944{animation:isRight 1s both;animation-delay:66.08s}.hr-animRight945{animation:isRight 1s both;animation-delay:66.15s}.hr-animRight946{animation:isRight 1s both;animation-delay:66.22s}.hr-animRight947{animation:isRight 1s both;animation-delay:66.29s}.hr-animRight948{animation:isRight 1s both;animation-delay:66.36s}.hr-animRight949{animation:isRight 1s both;animation-delay:66.43s}.hr-animRight950{animation:isRight 1s both;animation-delay:66.5s}.hr-animRight951{animation:isRight 1s both;animation-delay:66.57s}.hr-animRight952{animation:isRight 1s both;animation-delay:66.64s}.hr-animRight953{animation:isRight 1s both;animation-delay:66.71s}.hr-animRight954{animation:isRight 1s both;animation-delay:66.78s}.hr-animRight955{animation:isRight 1s both;animation-delay:66.85s}.hr-animRight956{animation:isRight 1s both;animation-delay:66.92s}.hr-animRight957{animation:isRight 1s both;animation-delay:66.99s}.hr-animRight958{animation:isRight 1s both;animation-delay:67.06s}.hr-animRight959{animation:isRight 1s both;animation-delay:67.13s}.hr-animRight960{animation:isRight 1s both;animation-delay:67.2s}.hr-animRight961{animation:isRight 1s both;animation-delay:67.27s}.hr-animRight962{animation:isRight 1s both;animation-delay:67.34s}.hr-animRight963{animation:isRight 1s both;animation-delay:67.41s}.hr-animRight964{animation:isRight 1s both;animation-delay:67.48s}.hr-animRight965{animation:isRight 1s both;animation-delay:67.55s}.hr-animRight966{animation:isRight 1s both;animation-delay:67.62s}.hr-animRight967{animation:isRight 1s both;animation-delay:67.69s}.hr-animRight968{animation:isRight 1s both;animation-delay:67.76s}.hr-animRight969{animation:isRight 1s both;animation-delay:67.83s}.hr-animRight970{animation:isRight 1s both;animation-delay:67.9s}.hr-animRight971{animation:isRight 1s both;animation-delay:67.97s}.hr-animRight972{animation:isRight 1s both;animation-delay:68.04s}.hr-animRight973{animation:isRight 1s both;animation-delay:68.11s}.hr-animRight974{animation:isRight 1s both;animation-delay:68.18s}.hr-animRight975{animation:isRight 1s both;animation-delay:68.25s}.hr-animRight976{animation:isRight 1s both;animation-delay:68.32s}.hr-animRight977{animation:isRight 1s both;animation-delay:68.39s}.hr-animRight978{animation:isRight 1s both;animation-delay:68.46s}.hr-animRight979{animation:isRight 1s both;animation-delay:68.53s}.hr-animRight980{animation:isRight 1s both;animation-delay:68.6s}.hr-animRight981{animation:isRight 1s both;animation-delay:68.67s}.hr-animRight982{animation:isRight 1s both;animation-delay:68.74s}.hr-animRight983{animation:isRight 1s both;animation-delay:68.81s}.hr-animRight984{animation:isRight 1s both;animation-delay:68.88s}.hr-animRight985{animation:isRight 1s both;animation-delay:68.95s}.hr-animRight986{animation:isRight 1s both;animation-delay:69.02s}.hr-animRight987{animation:isRight 1s both;animation-delay:69.09s}.hr-animRight988{animation:isRight 1s both;animation-delay:69.16s}.hr-animRight989{animation:isRight 1s both;animation-delay:69.23s}.hr-animRight990{animation:isRight 1s both;animation-delay:69.3s}.hr-animRight991{animation:isRight 1s both;animation-delay:69.37s}.hr-animRight992{animation:isRight 1s both;animation-delay:69.44s}.hr-animRight993{animation:isRight 1s both;animation-delay:69.51s}.hr-animRight994{animation:isRight 1s both;animation-delay:69.58s}.hr-animRight995{animation:isRight 1s both;animation-delay:69.65s}.hr-animRight996{animation:isRight 1s both;animation-delay:69.72s}.hr-animRight997{animation:isRight 1s both;animation-delay:69.79s}.hr-animRight998{animation:isRight 1s both;animation-delay:69.86s}.hr-animRight999{animation:isRight 1s both;animation-delay:69.93s}.hr-animRight1000{animation:isRight 1s both;animation-delay:70s}.hr-animRight1001{animation:isRight 1s both;animation-delay:70.07s}.hr-animRight1002{animation:isRight 1s both;animation-delay:70.14s}.hr-animRight1003{animation:isRight 1s both;animation-delay:70.21s}.hr-animRight1004{animation:isRight 1s both;animation-delay:70.28s}.hr-animRight1005{animation:isRight 1s both;animation-delay:70.35s}.hr-animRight1006{animation:isRight 1s both;animation-delay:70.42s}.hr-animRight1007{animation:isRight 1s both;animation-delay:70.49s}.hr-animRight1008{animation:isRight 1s both;animation-delay:70.56s}.hr-animRight1009{animation:isRight 1s both;animation-delay:70.63s}.hr-animRight1010{animation:isRight 1s both;animation-delay:70.7s}.hr-animRight1011{animation:isRight 1s both;animation-delay:70.77s}.hr-animRight1012{animation:isRight 1s both;animation-delay:70.84s}.hr-animRight1013{animation:isRight 1s both;animation-delay:70.91s}.hr-animRight1014{animation:isRight 1s both;animation-delay:70.98s}.hr-animRight1015{animation:isRight 1s both;animation-delay:71.05s}.hr-animRight1016{animation:isRight 1s both;animation-delay:71.12s}.hr-animRight1017{animation:isRight 1s both;animation-delay:71.19s}.hr-animRight1018{animation:isRight 1s both;animation-delay:71.26s}.hr-animRight1019{animation:isRight 1s both;animation-delay:71.33s}.hr-animRight1020{animation:isRight 1s both;animation-delay:71.4s}.hr-animRight1021{animation:isRight 1s both;animation-delay:71.47s}.hr-animRight1022{animation:isRight 1s both;animation-delay:71.54s}.hr-animRight1023{animation:isRight 1s both;animation-delay:71.61s}.hr-animRight1024{animation:isRight 1s both;animation-delay:71.68s}.hr-animRight1025{animation:isRight 1s both;animation-delay:71.75s}.hr-animRight1026{animation:isRight 1s both;animation-delay:71.82s}.hr-animRight1027{animation:isRight 1s both;animation-delay:71.89s}.hr-animRight1028{animation:isRight 1s both;animation-delay:71.96s}.hr-animRight1029{animation:isRight 1s both;animation-delay:72.03s}.hr-animRight1030{animation:isRight 1s both;animation-delay:72.1s}.hr-animRight1031{animation:isRight 1s both;animation-delay:72.17s}.hr-animRight1032{animation:isRight 1s both;animation-delay:72.24s}.hr-animRight1033{animation:isRight 1s both;animation-delay:72.31s}.hr-animRight1034{animation:isRight 1s both;animation-delay:72.38s}.hr-animRight1035{animation:isRight 1s both;animation-delay:72.45s}.hr-animRight1036{animation:isRight 1s both;animation-delay:72.52s}.hr-animRight1037{animation:isRight 1s both;animation-delay:72.59s}.hr-animRight1038{animation:isRight 1s both;animation-delay:72.66s}.hr-animRight1039{animation:isRight 1s both;animation-delay:72.73s}.hr-animRight1040{animation:isRight 1s both;animation-delay:72.8s}.hr-animRight1041{animation:isRight 1s both;animation-delay:72.87s}.hr-animRight1042{animation:isRight 1s both;animation-delay:72.94s}.hr-animRight1043{animation:isRight 1s both;animation-delay:73.01s}.hr-animRight1044{animation:isRight 1s both;animation-delay:73.08s}.hr-animRight1045{animation:isRight 1s both;animation-delay:73.15s}.hr-animRight1046{animation:isRight 1s both;animation-delay:73.22s}.hr-animRight1047{animation:isRight 1s both;animation-delay:73.29s}.hr-animRight1048{animation:isRight 1s both;animation-delay:73.36s}.hr-animRight1049{animation:isRight 1s both;animation-delay:73.43s}.hr-animRight1050{animation:isRight 1s both;animation-delay:73.5s}.hr-animRight1051{animation:isRight 1s both;animation-delay:73.57s}.hr-animRight1052{animation:isRight 1s both;animation-delay:73.64s}.hr-animRight1053{animation:isRight 1s both;animation-delay:73.71s}.hr-animRight1054{animation:isRight 1s both;animation-delay:73.78s}.hr-animRight1055{animation:isRight 1s both;animation-delay:73.85s}.hr-animRight1056{animation:isRight 1s both;animation-delay:73.92s}.hr-animRight1057{animation:isRight 1s both;animation-delay:73.99s}.hr-animRight1058{animation:isRight 1s both;animation-delay:74.06s}.hr-animRight1059{animation:isRight 1s both;animation-delay:74.13s}.hr-animRight1060{animation:isRight 1s both;animation-delay:74.2s}.hr-animRight1061{animation:isRight 1s both;animation-delay:74.27s}.hr-animRight1062{animation:isRight 1s both;animation-delay:74.34s}.hr-animRight1063{animation:isRight 1s both;animation-delay:74.41s}.hr-animRight1064{animation:isRight 1s both;animation-delay:74.48s}.hr-animRight1065{animation:isRight 1s both;animation-delay:74.55s}.hr-animRight1066{animation:isRight 1s both;animation-delay:74.62s}.hr-animRight1067{animation:isRight 1s both;animation-delay:74.69s}.hr-animRight1068{animation:isRight 1s both;animation-delay:74.76s}.hr-animRight1069{animation:isRight 1s both;animation-delay:74.83s}.hr-animRight1070{animation:isRight 1s both;animation-delay:74.9s}.hr-animRight1071{animation:isRight 1s both;animation-delay:74.97s}.hr-animRight1072{animation:isRight 1s both;animation-delay:75.04s}.hr-animRight1073{animation:isRight 1s both;animation-delay:75.11s}.hr-animRight1074{animation:isRight 1s both;animation-delay:75.18s}.hr-animRight1075{animation:isRight 1s both;animation-delay:75.25s}.hr-animRight1076{animation:isRight 1s both;animation-delay:75.32s}.hr-animRight1077{animation:isRight 1s both;animation-delay:75.39s}.hr-animRight1078{animation:isRight 1s both;animation-delay:75.46s}.hr-animRight1079{animation:isRight 1s both;animation-delay:75.53s}.hr-animRight1080{animation:isRight 1s both;animation-delay:75.6s}.hr-animRight1081{animation:isRight 1s both;animation-delay:75.67s}.hr-animRight1082{animation:isRight 1s both;animation-delay:75.74s}.hr-animRight1083{animation:isRight 1s both;animation-delay:75.81s}.hr-animRight1084{animation:isRight 1s both;animation-delay:75.88s}.hr-animRight1085{animation:isRight 1s both;animation-delay:75.95s}.hr-animRight1086{animation:isRight 1s both;animation-delay:76.02s}.hr-animRight1087{animation:isRight 1s both;animation-delay:76.09s}.hr-animRight1088{animation:isRight 1s both;animation-delay:76.16s}.hr-animRight1089{animation:isRight 1s both;animation-delay:76.23s}.hr-animRight1090{animation:isRight 1s both;animation-delay:76.3s}.hr-animRight1091{animation:isRight 1s both;animation-delay:76.37s}.hr-animRight1092{animation:isRight 1s both;animation-delay:76.44s}.hr-animRight1093{animation:isRight 1s both;animation-delay:76.51s}.hr-animRight1094{animation:isRight 1s both;animation-delay:76.58s}.hr-animRight1095{animation:isRight 1s both;animation-delay:76.65s}.hr-animRight1096{animation:isRight 1s both;animation-delay:76.72s}.hr-animRight1097{animation:isRight 1s both;animation-delay:76.79s}.hr-animRight1098{animation:isRight 1s both;animation-delay:76.86s}.hr-animRight1099{animation:isRight 1s both;animation-delay:76.93s}.hr-animRight1100{animation:isRight 1s both;animation-delay:77s}.hr-animRight1101{animation:isRight 1s both;animation-delay:77.07s}.hr-animRight1102{animation:isRight 1s both;animation-delay:77.14s}.hr-animRight1103{animation:isRight 1s both;animation-delay:77.21s}.hr-animRight1104{animation:isRight 1s both;animation-delay:77.28s}.hr-animRight1105{animation:isRight 1s both;animation-delay:77.35s}.hr-animRight1106{animation:isRight 1s both;animation-delay:77.42s}.hr-animRight1107{animation:isRight 1s both;animation-delay:77.49s}.hr-animRight1108{animation:isRight 1s both;animation-delay:77.56s}.hr-animRight1109{animation:isRight 1s both;animation-delay:77.63s}.hr-animRight1110{animation:isRight 1s both;animation-delay:77.7s}.hr-animRight1111{animation:isRight 1s both;animation-delay:77.77s}.hr-animRight1112{animation:isRight 1s both;animation-delay:77.84s}.hr-animRight1113{animation:isRight 1s both;animation-delay:77.91s}.hr-animRight1114{animation:isRight 1s both;animation-delay:77.98s}.isTop{animation:isTop 1s both}.isLeft{animation:isLeft 1s both}.isRight{animation:isRight 1s both}.isBottom{animation:isBottom 1s both}.isCenter{animation:isBottom 1s both;animation-delay:.4s}.isShake{animation:isShake 1s infinite}.isOpacity{animation:isOpacity 1s both}@media screen and (max-width: 1023px) and (min-aspect-ratio: 9/16){.box-h5{margin-bottom:-13rem}}@keyframes loading-rotate{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.hover\:bg-\[\#E54A56\]:hover{--tw-bg-opacity: 1;background-color:rgb(229 74 86 / var(--tw-bg-opacity))}.hover\:bg-gradient-to-br:hover{background-image:linear-gradient(to bottom right,var(--tw-gradient-stops))}.group:hover .group-hover\:scale-116{--tw-scale-x: 1.16;--tw-scale-y: 1.16;transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skew(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))}.group:hover .group-hover\:scale-125{--tw-scale-x: 1.25;--tw-scale-y: 1.25;transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skew(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))}.group:hover .group-hover\:font-bold{font-weight:700}.group:hover .group-hover\:text-\[white\]{--tw-text-opacity: 1;color:rgb(255 255 255 / var(--tw-text-opacity))}.group:hover .group-hover\:text-err{--tw-text-opacity: 1;color:rgb(229 74 86 / var(--tw-text-opacity))}@media (max-width: 1023px){.md\:hidden{display:none}}@media (min-width: 1024px){.lg\:hidden{display:none}}
