/*!
* 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{animation-duration:1s;animation-duration:var(--animate-duration);animation-fill-mode:both}.animate__animated.animate__infinite{animation-iteration-count:infinite}.animate__animated.animate__repeat-1{animation-iteration-count:1;animation-iteration-count:var(--animate-repeat)}.animate__animated.animate__repeat-2{animation-iteration-count:2;animation-iteration-count:calc(var(--animate-repeat)*2)}.animate__animated.animate__repeat-3{animation-iteration-count:3;animation-iteration-count:calc(var(--animate-repeat)*3)}.animate__animated.animate__delay-1s{animation-delay:1s;animation-delay:var(--animate-delay)}.animate__animated.animate__delay-2s{animation-delay:2s;animation-delay:calc(var(--animate-delay)*2)}.animate__animated.animate__delay-3s{animation-delay:3s;animation-delay:calc(var(--animate-delay)*3)}.animate__animated.animate__delay-4s{animation-delay:4s;animation-delay:calc(var(--animate-delay)*4)}.animate__animated.animate__delay-5s{animation-delay:5s;animation-delay:calc(var(--animate-delay)*5)}.animate__animated.animate__faster{animation-duration:.5s;animation-duration:calc(var(--animate-duration)/2)}.animate__animated.animate__fast{animation-duration:.8s;animation-duration:calc(var(--animate-duration)*.8)}.animate__animated.animate__slow{animation-duration:2s;animation-duration:calc(var(--animate-duration)*2)}.animate__animated.animate__slower{animation-duration:3s;animation-duration:calc(var(--animate-duration)*3)}@media (prefers-reduced-motion:reduce),print{.animate__animated{animation-duration:1ms!important;transition-duration:1ms!important;animation-iteration-count:1!important}.animate__animated[class*=Out]{opacity:0}}@keyframes bounce{0%,20%,53%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1);transform:translateZ(0)}40%,43%{animation-timing-function:cubic-bezier(.755,.05,.855,.06);transform:translate3d(0,-30px,0) scaleY(1.1)}70%{animation-timing-function:cubic-bezier(.755,.05,.855,.06);transform:translate3d(0,-15px,0) scaleY(1.05)}80%{transition-timing-function:cubic-bezier(.215,.61,.355,1);transform:translateZ(0) scaleY(.95)}90%{transform:translate3d(0,-4px,0) scaleY(1.02)}}.animate__bounce{animation-name:bounce;transform-origin:center bottom}@keyframes flash{0%,50%,to{opacity:1}25%,75%{opacity:0}}.animate__flash{animation-name:flash}@keyframes pulse{0%{transform:scaleX(1)}50%{transform:scale3d(1.05,1.05,1.05)}to{transform:scaleX(1)}}.animate__pulse{animation-name:pulse;animation-timing-function:ease-in-out}@keyframes rubberBand{0%{transform:scaleX(1)}30%{transform:scale3d(1.25,.75,1)}40%{transform:scale3d(.75,1.25,1)}50%{transform:scale3d(1.15,.85,1)}65%{transform:scale3d(.95,1.05,1)}75%{transform:scale3d(1.05,.95,1)}to{transform:scaleX(1)}}.animate__rubberBand{animation-name:rubberBand}@keyframes shakeX{0%,to{transform:translateZ(0)}10%,30%,50%,70%,90%{transform:translate3d(-10px,0,0)}20%,40%,60%,80%{transform:translate3d(10px,0,0)}}.animate__shakeX{animation-name:shakeX}@keyframes shakeY{0%,to{transform:translateZ(0)}10%,30%,50%,70%,90%{transform:translate3d(0,-10px,0)}20%,40%,60%,80%{transform:translate3d(0,10px,0)}}.animate__shakeY{animation-name:shakeY}@keyframes headShake{0%{transform:translateX(0)}6.5%{transform:translateX(-6px) rotateY(-9deg)}18.5%{transform:translateX(5px) rotateY(7deg)}31.5%{transform:translateX(-3px) rotateY(-5deg)}43.5%{transform:translateX(2px) rotateY(3deg)}50%{transform:translateX(0)}}.animate__headShake{animation-timing-function:ease-in-out;animation-name:headShake}@keyframes swing{20%{transform:rotate(15deg)}40%{transform:rotate(-10deg)}60%{transform:rotate(5deg)}80%{transform:rotate(-5deg)}to{transform:rotate(0deg)}}.animate__swing{transform-origin:top center;animation-name:swing}@keyframes tada{0%{transform:scaleX(1)}10%,20%{transform:scale3d(.9,.9,.9) rotate(-3deg)}30%,50%,70%,90%{transform:scale3d(1.1,1.1,1.1) rotate(3deg)}40%,60%,80%{transform:scale3d(1.1,1.1,1.1) rotate(-3deg)}to{transform:scaleX(1)}}.animate__tada{animation-name:tada}@keyframes wobble{0%{transform:translateZ(0)}15%{transform:translate3d(-25%,0,0) rotate(-5deg)}30%{transform:translate3d(20%,0,0) rotate(3deg)}45%{transform:translate3d(-15%,0,0) rotate(-3deg)}60%{transform:translate3d(10%,0,0) rotate(2deg)}75%{transform:translate3d(-5%,0,0) rotate(-1deg)}to{transform:translateZ(0)}}.animate__wobble{animation-name:wobble}@keyframes jello{0%,11.1%,to{transform:translateZ(0)}22.2%{transform:skewX(-12.5deg) skewY(-12.5deg)}33.3%{transform:skewX(6.25deg) skewY(6.25deg)}44.4%{transform:skewX(-3.125deg) skewY(-3.125deg)}55.5%{transform:skewX(1.5625deg) skewY(1.5625deg)}66.6%{transform:skewX(-.78125deg) skewY(-.78125deg)}77.7%{transform:skewX(.390625deg) skewY(.390625deg)}88.8%{transform:skewX(-.1953125deg) skewY(-.1953125deg)}}.animate__jello{animation-name:jello;transform-origin:center}@keyframes heartBeat{0%{transform:scale(1)}14%{transform:scale(1.3)}28%{transform:scale(1)}42%{transform:scale(1.3)}70%{transform:scale(1)}}.animate__heartBeat{animation-name:heartBeat;animation-duration:1.3s;animation-duration:calc(var(--animate-duration)*1.3);animation-timing-function:ease-in-out}@keyframes backInDown{0%{transform:translateY(-1200px) scale(.7);opacity:.7}80%{transform:translateY(0) scale(.7);opacity:.7}to{transform:scale(1);opacity:1}}.animate__backInDown{animation-name:backInDown}@keyframes backInLeft{0%{transform:translateX(-2000px) scale(.7);opacity:.7}80%{transform:translateX(0) scale(.7);opacity:.7}to{transform:scale(1);opacity:1}}.animate__backInLeft{animation-name:backInLeft}@keyframes backInRight{0%{transform:translateX(2000px) scale(.7);opacity:.7}80%{transform:translateX(0) scale(.7);opacity:.7}to{transform:scale(1);opacity:1}}.animate__backInRight{animation-name:backInRight}@keyframes backInUp{0%{transform:translateY(1200px) scale(.7);opacity:.7}80%{transform:translateY(0) scale(.7);opacity:.7}to{transform:scale(1);opacity:1}}.animate__backInUp{animation-name:backInUp}@keyframes backOutDown{0%{transform:scale(1);opacity:1}20%{transform:translateY(0) scale(.7);opacity:.7}to{transform:translateY(700px) scale(.7);opacity:.7}}.animate__backOutDown{animation-name:backOutDown}@keyframes backOutLeft{0%{transform:scale(1);opacity:1}20%{transform:translateX(0) scale(.7);opacity:.7}to{transform:translateX(-2000px) scale(.7);opacity:.7}}.animate__backOutLeft{animation-name:backOutLeft}@keyframes backOutRight{0%{transform:scale(1);opacity:1}20%{transform:translateX(0) scale(.7);opacity:.7}to{transform:translateX(2000px) scale(.7);opacity:.7}}.animate__backOutRight{animation-name:backOutRight}@keyframes backOutUp{0%{transform:scale(1);opacity:1}20%{transform:translateY(0) scale(.7);opacity:.7}to{transform:translateY(-700px) scale(.7);opacity:.7}}.animate__backOutUp{animation-name:backOutUp}@keyframes bounceIn{0%,20%,40%,60%,80%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:scale3d(.3,.3,.3)}20%{transform:scale3d(1.1,1.1,1.1)}40%{transform:scale3d(.9,.9,.9)}60%{opacity:1;transform:scale3d(1.03,1.03,1.03)}80%{transform:scale3d(.97,.97,.97)}to{opacity:1;transform:scaleX(1)}}.animate__bounceIn{animation-duration:.75s;animation-duration:calc(var(--animate-duration)*.75);animation-name:bounceIn}@keyframes bounceInDown{0%,60%,75%,90%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translate3d(0,-3000px,0) scaleY(3)}60%{opacity:1;transform:translate3d(0,25px,0) scaleY(.9)}75%{transform:translate3d(0,-10px,0) scaleY(.95)}90%{transform:translate3d(0,5px,0) scaleY(.985)}to{transform:translateZ(0)}}.animate__bounceInDown{animation-name:bounceInDown}@keyframes bounceInLeft{0%,60%,75%,90%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translate3d(-3000px,0,0) scaleX(3)}60%{opacity:1;transform:translate3d(25px,0,0) scaleX(1)}75%{transform:translate3d(-10px,0,0) scaleX(.98)}90%{transform:translate3d(5px,0,0) scaleX(.995)}to{transform:translateZ(0)}}.animate__bounceInLeft{animation-name:bounceInLeft}@keyframes bounceInRight{0%,60%,75%,90%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translate3d(3000px,0,0) scaleX(3)}60%{opacity:1;transform:translate3d(-25px,0,0) scaleX(1)}75%{transform:translate3d(10px,0,0) scaleX(.98)}90%{transform:translate3d(-5px,0,0) scaleX(.995)}to{transform:translateZ(0)}}.animate__bounceInRight{animation-name:bounceInRight}@keyframes bounceInUp{0%,60%,75%,90%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translate3d(0,3000px,0) scaleY(5)}60%{opacity:1;transform:translate3d(0,-20px,0) scaleY(.9)}75%{transform:translate3d(0,10px,0) scaleY(.95)}90%{transform:translate3d(0,-5px,0) scaleY(.985)}to{transform:translateZ(0)}}.animate__bounceInUp{animation-name:bounceInUp}@keyframes bounceOut{20%{transform:scale3d(.9,.9,.9)}50%,55%{opacity:1;transform:scale3d(1.1,1.1,1.1)}to{opacity:0;transform:scale3d(.3,.3,.3)}}.animate__bounceOut{animation-duration:.75s;animation-duration:calc(var(--animate-duration)*.75);animation-name:bounceOut}@keyframes bounceOutDown{20%{transform:translate3d(0,10px,0) scaleY(.985)}40%,45%{opacity:1;transform:translate3d(0,-20px,0) scaleY(.9)}to{opacity:0;transform:translate3d(0,2000px,0) scaleY(3)}}.animate__bounceOutDown{animation-name:bounceOutDown}@keyframes bounceOutLeft{20%{opacity:1;transform:translate3d(20px,0,0) scaleX(.9)}to{opacity:0;transform:translate3d(-2000px,0,0) scaleX(2)}}.animate__bounceOutLeft{animation-name:bounceOutLeft}@keyframes bounceOutRight{20%{opacity:1;transform:translate3d(-20px,0,0) scaleX(.9)}to{opacity:0;transform:translate3d(2000px,0,0) scaleX(2)}}.animate__bounceOutRight{animation-name:bounceOutRight}@keyframes bounceOutUp{20%{transform:translate3d(0,-10px,0) scaleY(.985)}40%,45%{opacity:1;transform:translate3d(0,20px,0) scaleY(.9)}to{opacity:0;transform:translate3d(0,-2000px,0) scaleY(3)}}.animate__bounceOutUp{animation-name:bounceOutUp}.animate__fadeIn{animation-name:fadeIn}@keyframes fadeInDown{0%{opacity:0;transform:translate3d(0,-100%,0)}to{opacity:1;transform:translateZ(0)}}.animate__fadeInDown{animation-name:fadeInDown}@keyframes fadeInDownBig{0%{opacity:0;transform:translate3d(0,-2000px,0)}to{opacity:1;transform:translateZ(0)}}.animate__fadeInDownBig{animation-name:fadeInDownBig}@keyframes fadeInLeft{0%{opacity:0;transform:translate3d(-100%,0,0)}to{opacity:1;transform:translateZ(0)}}.animate__fadeInLeft{animation-name:fadeInLeft}@keyframes fadeInLeftBig{0%{opacity:0;transform:translate3d(-2000px,0,0)}to{opacity:1;transform:translateZ(0)}}.animate__fadeInLeftBig{animation-name:fadeInLeftBig}@keyframes fadeInRight{0%{opacity:0;transform:translate3d(100%,0,0)}to{opacity:1;transform:translateZ(0)}}.animate__fadeInRight{animation-name:fadeInRight}@keyframes fadeInRightBig{0%{opacity:0;transform:translate3d(2000px,0,0)}to{opacity:1;transform:translateZ(0)}}.animate__fadeInRightBig{animation-name:fadeInRightBig}@keyframes fadeInUp{0%{opacity:0;transform:translate3d(0,100%,0)}to{opacity:1;transform:translateZ(0)}}.animate__fadeInUp{animation-name:fadeInUp}@keyframes fadeInUpBig{0%{opacity:0;transform:translate3d(0,2000px,0)}to{opacity:1;transform:translateZ(0)}}.animate__fadeInUpBig{animation-name:fadeInUpBig}@keyframes fadeInTopLeft{0%{opacity:0;transform:translate3d(-100%,-100%,0)}to{opacity:1;transform:translateZ(0)}}.animate__fadeInTopLeft{animation-name:fadeInTopLeft}@keyframes fadeInTopRight{0%{opacity:0;transform:translate3d(100%,-100%,0)}to{opacity:1;transform:translateZ(0)}}.animate__fadeInTopRight{animation-name:fadeInTopRight}@keyframes fadeInBottomLeft{0%{opacity:0;transform:translate3d(-100%,100%,0)}to{opacity:1;transform:translateZ(0)}}.animate__fadeInBottomLeft{animation-name:fadeInBottomLeft}@keyframes fadeInBottomRight{0%{opacity:0;transform:translate3d(100%,100%,0)}to{opacity:1;transform:translateZ(0)}}.animate__fadeInBottomRight{animation-name:fadeInBottomRight}.animate__fadeOut{animation-name:fadeOut}@keyframes fadeOutDown{0%{opacity:1}to{opacity:0;transform:translate3d(0,100%,0)}}.animate__fadeOutDown{animation-name:fadeOutDown}@keyframes fadeOutDownBig{0%{opacity:1}to{opacity:0;transform:translate3d(0,2000px,0)}}.animate__fadeOutDownBig{animation-name:fadeOutDownBig}@keyframes fadeOutLeft{0%{opacity:1}to{opacity:0;transform:translate3d(-100%,0,0)}}.animate__fadeOutLeft{animation-name:fadeOutLeft}@keyframes fadeOutLeftBig{0%{opacity:1}to{opacity:0;transform:translate3d(-2000px,0,0)}}.animate__fadeOutLeftBig{animation-name:fadeOutLeftBig}@keyframes fadeOutRight{0%{opacity:1}to{opacity:0;transform:translate3d(100%,0,0)}}.animate__fadeOutRight{animation-name:fadeOutRight}@keyframes fadeOutRightBig{0%{opacity:1}to{opacity:0;transform:translate3d(2000px,0,0)}}.animate__fadeOutRightBig{animation-name:fadeOutRightBig}@keyframes fadeOutUp{0%{opacity:1}to{opacity:0;transform:translate3d(0,-100%,0)}}.animate__fadeOutUp{animation-name:fadeOutUp}@keyframes fadeOutUpBig{0%{opacity:1}to{opacity:0;transform:translate3d(0,-2000px,0)}}.animate__fadeOutUpBig{animation-name:fadeOutUpBig}@keyframes fadeOutTopLeft{0%{opacity:1;transform:translateZ(0)}to{opacity:0;transform:translate3d(-100%,-100%,0)}}.animate__fadeOutTopLeft{animation-name:fadeOutTopLeft}@keyframes fadeOutTopRight{0%{opacity:1;transform:translateZ(0)}to{opacity:0;transform:translate3d(100%,-100%,0)}}.animate__fadeOutTopRight{animation-name:fadeOutTopRight}@keyframes fadeOutBottomRight{0%{opacity:1;transform:translateZ(0)}to{opacity:0;transform:translate3d(100%,100%,0)}}.animate__fadeOutBottomRight{animation-name:fadeOutBottomRight}@keyframes fadeOutBottomLeft{0%{opacity:1;transform:translateZ(0)}to{opacity:0;transform:translate3d(-100%,100%,0)}}.animate__fadeOutBottomLeft{animation-name:fadeOutBottomLeft}@keyframes flip{0%{transform:perspective(400px) scaleX(1) translateZ(0) rotateY(-1turn);animation-timing-function:ease-out}40%{transform:perspective(400px) scaleX(1) translateZ(150px) rotateY(-190deg);animation-timing-function:ease-out}50%{transform:perspective(400px) scaleX(1) translateZ(150px) rotateY(-170deg);animation-timing-function:ease-in}80%{transform:perspective(400px) scale3d(.95,.95,.95) translateZ(0) rotateY(0deg);animation-timing-function:ease-in}to{transform:perspective(400px) scaleX(1) translateZ(0) rotateY(0deg);animation-timing-function:ease-in}}.animate__animated.animate__flip{-webkit-backface-visibility:visible;backface-visibility:visible;animation-name:flip}@keyframes flipInX{0%{transform:perspective(400px) rotateX(90deg);animation-timing-function:ease-in;opacity:0}40%{transform:perspective(400px) rotateX(-20deg);animation-timing-function:ease-in}60%{transform:perspective(400px) rotateX(10deg);opacity:1}80%{transform:perspective(400px) rotateX(-5deg)}to{transform:perspective(400px)}}.animate__flipInX{-webkit-backface-visibility:visible!important;backface-visibility:visible!important;animation-name:flipInX}@keyframes flipInY{0%{transform:perspective(400px) rotateY(90deg);animation-timing-function:ease-in;opacity:0}40%{transform:perspective(400px) rotateY(-20deg);animation-timing-function:ease-in}60%{transform:perspective(400px) rotateY(10deg);opacity:1}80%{transform:perspective(400px) rotateY(-5deg)}to{transform:perspective(400px)}}.animate__flipInY{-webkit-backface-visibility:visible!important;backface-visibility:visible!important;animation-name:flipInY}@keyframes flipOutX{0%{transform:perspective(400px)}30%{transform:perspective(400px) rotateX(-20deg);opacity:1}to{transform:perspective(400px) rotateX(90deg);opacity:0}}.animate__flipOutX{animation-duration:.75s;animation-duration:calc(var(--animate-duration)*.75);animation-name:flipOutX;-webkit-backface-visibility:visible!important;backface-visibility:visible!important}@keyframes flipOutY{0%{transform:perspective(400px)}30%{transform:perspective(400px) rotateY(-15deg);opacity:1}to{transform:perspective(400px) rotateY(90deg);opacity:0}}.animate__flipOutY{animation-duration:.75s;animation-duration:calc(var(--animate-duration)*.75);-webkit-backface-visibility:visible!important;backface-visibility:visible!important;animation-name:flipOutY}@keyframes lightSpeedInRight{0%{transform:translate3d(100%,0,0) skewX(-30deg);opacity:0}60%{transform:skewX(20deg);opacity:1}80%{transform:skewX(-5deg)}to{transform:translateZ(0)}}.animate__lightSpeedInRight{animation-name:lightSpeedInRight;animation-timing-function:ease-out}@keyframes lightSpeedInLeft{0%{transform:translate3d(-100%,0,0) skewX(30deg);opacity:0}60%{transform:skewX(-20deg);opacity:1}80%{transform:skewX(5deg)}to{transform:translateZ(0)}}.animate__lightSpeedInLeft{animation-name:lightSpeedInLeft;animation-timing-function:ease-out}@keyframes lightSpeedOutRight{0%{opacity:1}to{transform:translate3d(100%,0,0) skewX(30deg);opacity:0}}.animate__lightSpeedOutRight{animation-name:lightSpeedOutRight;animation-timing-function:ease-in}@keyframes lightSpeedOutLeft{0%{opacity:1}to{transform:translate3d(-100%,0,0) skewX(-30deg);opacity:0}}.animate__lightSpeedOutLeft{animation-name:lightSpeedOutLeft;animation-timing-function:ease-in}@keyframes rotateIn{0%{transform:rotate(-200deg);opacity:0}to{transform:translateZ(0);opacity:1}}.animate__rotateIn{animation-name:rotateIn;transform-origin:center}@keyframes rotateInDownLeft{0%{transform:rotate(-45deg);opacity:0}to{transform:translateZ(0);opacity:1}}.animate__rotateInDownLeft{animation-name:rotateInDownLeft;transform-origin:left bottom}@keyframes rotateInDownRight{0%{transform:rotate(45deg);opacity:0}to{transform:translateZ(0);opacity:1}}.animate__rotateInDownRight{animation-name:rotateInDownRight;transform-origin:right bottom}@keyframes rotateInUpLeft{0%{transform:rotate(45deg);opacity:0}to{transform:translateZ(0);opacity:1}}.animate__rotateInUpLeft{animation-name:rotateInUpLeft;transform-origin:left bottom}@keyframes rotateInUpRight{0%{transform:rotate(-90deg);opacity:0}to{transform:translateZ(0);opacity:1}}.animate__rotateInUpRight{animation-name:rotateInUpRight;transform-origin:right bottom}@keyframes rotateOut{0%{opacity:1}to{transform:rotate(200deg);opacity:0}}.animate__rotateOut{animation-name:rotateOut;transform-origin:center}@keyframes rotateOutDownLeft{0%{opacity:1}to{transform:rotate(45deg);opacity:0}}.animate__rotateOutDownLeft{animation-name:rotateOutDownLeft;transform-origin:left bottom}@keyframes rotateOutDownRight{0%{opacity:1}to{transform:rotate(-45deg);opacity:0}}.animate__rotateOutDownRight{animation-name:rotateOutDownRight;transform-origin:right bottom}@keyframes rotateOutUpLeft{0%{opacity:1}to{transform:rotate(-45deg);opacity:0}}.animate__rotateOutUpLeft{animation-name:rotateOutUpLeft;transform-origin:left bottom}@keyframes rotateOutUpRight{0%{opacity:1}to{transform:rotate(90deg);opacity:0}}.animate__rotateOutUpRight{animation-name:rotateOutUpRight;transform-origin:right bottom}@keyframes hinge{0%{animation-timing-function:ease-in-out}20%,60%{transform:rotate(80deg);animation-timing-function:ease-in-out}40%,80%{transform:rotate(60deg);animation-timing-function:ease-in-out;opacity:1}to{transform:translate3d(0,700px,0);opacity:0}}.animate__hinge{animation-duration:2s;animation-duration:calc(var(--animate-duration)*2);animation-name:hinge;transform-origin:top left}@keyframes jackInTheBox{0%{opacity:0;transform:scale(.1) rotate(30deg);transform-origin:center bottom}50%{transform:rotate(-10deg)}70%{transform:rotate(3deg)}to{opacity:1;transform:scale(1)}}.animate__jackInTheBox{animation-name:jackInTheBox}@keyframes rollIn{0%{opacity:0;transform:translate3d(-100%,0,0) rotate(-120deg)}to{opacity:1;transform:translateZ(0)}}.animate__rollIn{animation-name:rollIn}@keyframes rollOut{0%{opacity:1}to{opacity:0;transform:translate3d(100%,0,0) rotate(120deg)}}.animate__rollOut{animation-name:rollOut}@keyframes zoomIn{0%{opacity:0;transform:scale3d(.3,.3,.3)}50%{opacity:1}}.animate__zoomIn{animation-name:zoomIn}@keyframes zoomInDown{0%{opacity:0;transform:scale3d(.1,.1,.1) translate3d(0,-1000px,0);animation-timing-function:cubic-bezier(.55,.055,.675,.19)}60%{opacity:1;transform:scale3d(.475,.475,.475) translate3d(0,60px,0);animation-timing-function:cubic-bezier(.175,.885,.32,1)}}.animate__zoomInDown{animation-name:zoomInDown}@keyframes zoomInLeft{0%{opacity:0;transform:scale3d(.1,.1,.1) translate3d(-1000px,0,0);animation-timing-function:cubic-bezier(.55,.055,.675,.19)}60%{opacity:1;transform:scale3d(.475,.475,.475) translate3d(10px,0,0);animation-timing-function:cubic-bezier(.175,.885,.32,1)}}.animate__zoomInLeft{animation-name:zoomInLeft}@keyframes zoomInRight{0%{opacity:0;transform:scale3d(.1,.1,.1) translate3d(1000px,0,0);animation-timing-function:cubic-bezier(.55,.055,.675,.19)}60%{opacity:1;transform:scale3d(.475,.475,.475) translate3d(-10px,0,0);animation-timing-function:cubic-bezier(.175,.885,.32,1)}}.animate__zoomInRight{animation-name:zoomInRight}@keyframes zoomInUp{0%{opacity:0;transform:scale3d(.1,.1,.1) translate3d(0,1000px,0);animation-timing-function:cubic-bezier(.55,.055,.675,.19)}60%{opacity:1;transform:scale3d(.475,.475,.475) translate3d(0,-60px,0);animation-timing-function:cubic-bezier(.175,.885,.32,1)}}.animate__zoomInUp{animation-name:zoomInUp}@keyframes zoomOut{0%{opacity:1}50%{opacity:0;transform:scale3d(.3,.3,.3)}to{opacity:0}}.animate__zoomOut{animation-name:zoomOut}@keyframes zoomOutDown{40%{opacity:1;transform:scale3d(.475,.475,.475) translate3d(0,-60px,0);animation-timing-function:cubic-bezier(.55,.055,.675,.19)}to{opacity:0;transform:scale3d(.1,.1,.1) translate3d(0,2000px,0);animation-timing-function:cubic-bezier(.175,.885,.32,1)}}.animate__zoomOutDown{animation-name:zoomOutDown;transform-origin:center bottom}@keyframes zoomOutLeft{40%{opacity:1;transform:scale3d(.475,.475,.475) translate3d(42px,0,0)}to{opacity:0;transform:scale(.1) translate3d(-2000px,0,0)}}.animate__zoomOutLeft{animation-name:zoomOutLeft;transform-origin:left center}@keyframes zoomOutRight{40%{opacity:1;transform:scale3d(.475,.475,.475) translate3d(-42px,0,0)}to{opacity:0;transform:scale(.1) translate3d(2000px,0,0)}}.animate__zoomOutRight{animation-name:zoomOutRight;transform-origin:right center}@keyframes zoomOutUp{40%{opacity:1;transform:scale3d(.475,.475,.475) translate3d(0,60px,0);animation-timing-function:cubic-bezier(.55,.055,.675,.19)}to{opacity:0;transform:scale3d(.1,.1,.1) translate3d(0,-2000px,0);animation-timing-function:cubic-bezier(.175,.885,.32,1)}}.animate__zoomOutUp{animation-name:zoomOutUp;transform-origin:center bottom}@keyframes slideInDown{0%{transform:translate3d(0,-100%,0);visibility:visible}to{transform:translateZ(0)}}.animate__slideInDown{animation-name:slideInDown}@keyframes slideInLeft{0%{transform:translate3d(-100%,0,0);visibility:visible}to{transform:translateZ(0)}}.animate__slideInLeft{animation-name:slideInLeft}@keyframes slideInRight{0%{transform:translate3d(100%,0,0);visibility:visible}to{transform:translateZ(0)}}.animate__slideInRight{animation-name:slideInRight}@keyframes slideInUp{0%{transform:translate3d(0,100%,0);visibility:visible}to{transform:translateZ(0)}}.animate__slideInUp{animation-name:slideInUp}@keyframes slideOutDown{0%{transform:translateZ(0)}to{visibility:hidden;transform:translate3d(0,100%,0)}}.animate__slideOutDown{animation-name:slideOutDown}@keyframes slideOutLeft{0%{transform:translateZ(0)}to{visibility:hidden;transform:translate3d(-100%,0,0)}}.animate__slideOutLeft{animation-name:slideOutLeft}@keyframes slideOutRight{0%{transform:translateZ(0)}to{visibility:hidden;transform:translate3d(100%,0,0)}}.animate__slideOutRight{animation-name:slideOutRight}@keyframes slideOutUp{0%{transform:translateZ(0)}to{visibility:hidden;transform:translate3d(0,-100%,0)}}.animate__slideOutUp{animation-name:slideOutUp}*,:after,:before{box-sizing:border-box}*{margin:0}body{line-height:1.5;-webkit-font-smoothing:antialiased}canvas,img,picture,svg,video{display:block;max-width:100%}button,input,select,textarea{font:inherit}h1,h2,h3,h4,h5,h6,p{overflow-wrap:break-word}p{text-wrap:pretty}h1,h2,h3,h4,h5,h6{text-wrap:balance}#__next,#root{isolation:isolate}.game__button .game__btn{font-family:Saira,sans-serif;position:relative;padding:1rem 2rem;border-radius:4rem;font-size:2rem;font-weight:800;font-style:italic;background-color:#3a52a7;outline:none;color:#fff;border:6px solid #fff;box-shadow:0 12px 1px #e74d41;transform:translateY(-10px);transition:all .2s}.game__button .game__btn:active{transform:translateY(10px);box-shadow:0 2px 1px #e74d41}@media(max-width:410px){.game__button .game__btn{padding:1rem 2rem;font-size:1.5rem}}.shield__button__wrapper{display:flex;align-items:center;justify-content:space-evenly;gap:1rem;margin-top:2rem;padding:2rem 4rem}.shield__button{display:flex;flex-direction:column;align-items:center;gap:1rem;min-width:160px;font-family:Saira,sans-serif}.shield__button svg{width:100%;max-width:100px}.shield__button .shield__title{color:#133c78;font-size:22px;font-weight:600;text-transform:uppercase}.shield__button .shield__container{position:relative;transition:all .2s}.shield__button .shield__container .shield__icon{color:#fff;position:absolute;top:46%;left:50%;transform:translate(-50%,-50%);font-size:2.6rem}.game__over__button{display:inline-block;outline:0;border:0;cursor:pointer;font-weight:600;color:#484c7a;font-size:14px;height:38px;padding:8px 24px;border-radius:50px;background-image:linear-gradient(180deg,#fff,#f5f5fa);box-shadow:0 4px 11px 0 rgba(37,44,97,.15),0 1px 3px 0 rgba(93,100,148,.2);transition:all .2s ease-out}.game__over__button:hover{box-shadow:0 8px 22px 0 rgba(37,44,97,.15),0 4px 6px 0 rgba(93,100,148,.2)}.hero__title{position:relative}.hero__title img{position:absolute;width:300px;left:50%;top:60px;transform:translateX(-50%)}@media(min-width:600px){.hero__title img{top:120px}}@media(max-width:390px){.hero__title img{width:240px}}@media(min-width:380px){.heroBanner__container{height:400px}}@media(min-width:440px){.heroBanner__container{height:500px}}.heroBanner__container .hero__banner{height:100%;object-fit:cover;object-position:bottom;width:100%}.footer__checker__backdrop{position:absolute;bottom:0;left:0}.footer__checker__backdrop img{max-height:140px;width:100%;min-width:100vw}.intro__game__play{display:flex;align-items:center;justify-content:center;margin-top:3rem}.game__footerContainer .peroni-logo{color:#03337c}.gamePlay__header{display:flex;justify-content:space-between;font-family:Saira,sans-serif;padding:1.5rem 3rem;background-color:#eee;border-bottom:2px solid #cfcfcf;border-bottom-left-radius:3rem;border-bottom-right-radius:3rem}.gamePlay__header .gamePlay__scoreCard{display:flex;position:relative;align-items:center;gap:12px;background:#3a52a7;background:linear-gradient(89deg,#3a52a7,#576dbb);padding:8px 26px 8px 3.6rem;border-radius:1rem;border-top-right-radius:1.8rem;border-bottom-right-radius:1.8rem;box-shadow:5px 3px 0 #333;min-width:120px}.gamePlay__header .gamePlay__scoreCard .score__anim{position:absolute;width:62px;left:-16px}.gamePlay__header .gamePlay__scoreCard .score__display{color:#fff;font-size:32px;font-weight:700;font-style:italic}.gamePlay__header .gameplay__timerCard{display:flex;position:relative;align-items:center;gap:12px;background:#3a52a7;background:linear-gradient(89deg,#3a52a7,#576dbb);padding:8px 3.6rem 8px 26px;border-radius:1rem;border-top-left-radius:1.8rem;border-bottom-left-radius:1.8rem;box-shadow:5px 3px 0 #333;min-width:126px}.gamePlay__header .gameplay__timerCard .timer__card{position:absolute;right:-16px}.gamePlay__header .gameplay__timerCard .timer__card img{width:58px;position:relative;top:-8px}.gamePlay__header .gameplay__timerCard .timer__display{color:#fff;font-size:32px;font-weight:700;font-style:italic}.game__footerContainer{position:absolute;bottom:0;padding-right:2rem;padding-left:2rem;padding-bottom:3rem;width:100%}.game__footerContainer .footer__checker__backdrop img{max-height:108px}.gamePlay__container{height:100%}.gamePlay__container .game__container{width:100%;height:100%;background-image:url(/assets/f1-race-car.svg);background-repeat:no-repeat;background-position:100% 20px;background-size:100%;max-width:640px;margin-left:auto;margin-right:auto}.gamePlay__container .game__container .game__playArea__container{width:100%;max-width:640px;margin:1rem auto auto;padding-top:12px;padding-bottom:16px;background-color:#03337c;border-radius:2rem;border:6px solid #fff;box-shadow:-5px 8px 10px 2px #7dc9f0}.game__progress__container{min-height:120px}.play__area__grid{display:flex;flex-wrap:wrap;gap:1rem;align-items:center;justify-content:center}.play__area__grid .grid-item{position:relative;width:128px}.play__area__grid .grid-item img{width:100%}.play__area__grid .grid-item .bottle__capGlow__wrapper{position:absolute;z-index:1;top:0;left:0;width:140px}.play__area__grid .grid-item .bottle__capGlow__wrapper .peroni__bottle__cap{--positionWidth:12px;position:absolute;top:var(--positionWidth);left:var(--positionWidth);width:76%}.play__area__grid .grid-item .bottle__capGlow__wrapper .glow__dot{width:100%;position:relative;z-index:-1;top:-6px;left:-4px;transform:scale(1.05)}.game__footerProps{display:flex;align-items:center;justify-content:space-between;max-width:700px;margin-left:auto;margin-right:auto;margin-top:1rem;padding:1rem}.game__footerProps img{max-width:280px}.game__countdown{position:fixed;left:0;top:48%;width:100%;background-color:#fe4a44;font-family:Saira,sans-serif;z-index:999;color:#fff;text-align:center;padding:2rem}.game__countdown h2{margin:0}.game__countdown .countdown__time{font-size:5rem;font-weight:700;line-height:1;margin-bottom:1rem}.gamePlayScreen .game__container{background-position:100% -18px;padding-top:2rem}.gamePlayScreen .game__footerProps svg{width:120px}.gamePlayScreen .game__footerProps img{width:240px;margin-right:1rem;margin-bottom:1rem}.game__score__progress__container{max-width:640px;margin-left:auto;margin-right:auto;margin-top:2rem}.game__score__progress__container .progress__wrapper{position:relative;width:100%;height:22px;background-color:#576dbb;border-radius:1rem;box-shadow:inset 1px 0 7px 2px #03337c}.game__score__progress__container .progress__indicator{position:absolute;left:6px;top:4px;width:calc(var(--progress, 100%) - 12px);height:calc(100% - 8px);background-color:#fff;border-radius:1rem}.highScore__wrapper{position:relative;max-width:320px;margin-left:auto;margin-bottom:4rem}.highScore__wrapper .highScore__hat{position:absolute;width:100px;right:-10px;top:-24px}.highScore__wrapper .highScore__hat img{width:100%;height:100%}.gamePlayProgress__wrapper{max-width:640px;margin-left:auto;margin-right:auto;margin-top:2rem}.gamePlayProgress__wrapper .progress__wrapper{position:relative;width:100%;height:14px;background-color:#576dbb;border-radius:1rem;box-shadow:inset 1px 0 7px 2px #03337c}.gamePlayProgress__wrapper .progress__wrapper .maxScoreIndicator{position:absolute;z-index:1;font-size:2rem;right:40%;top:-10px;color:#ffb100}.gamePlayProgress__wrapper .progress__wrapper .maxScoreIndicator .bonus__indicator{font-family:Saira,sans-serif;font-weight:800;color:#fe4a44;position:absolute;top:-40px}.gamePlayProgress__wrapper .progress__indicator{position:absolute;left:4px;top:3px;width:calc(var(--playProgress, 100%) - 9px);height:calc(100% - 6px);background-color:#fe4a44;border-radius:1rem}.loader__container{background-color:#fff;width:100vw;height:100vh;overflow:hidden}.loader__container .loader__wrapper{display:flex;align-items:center;justify-content:center;height:100%}.password__container{display:flex;align-items:center;justify-content:center;flex-direction:column;height:100vh;width:100%;background-color:#fff;font-family:Saira,sans-serif}.password__container .input__pass__wrapper{display:flex;flex-direction:column;align-items:center;gap:1rem}.password__container .input__pass__wrapper input{width:100%;height:36px;border-radius:4px;padding-left:12px;font-size:14px;font-weight:400;border:1px solid #89979b;transition:border-color .15s ease-in-out 0s;outline:none;color:#21313c;background-color:#fff;padding-right:12px}.password__container .input__pass__wrapper input:focus{box-shadow:0 0 0 3px #e7eeec}.password__container .input__pass__wrapper button{display:inline-block;outline:0;border:0;cursor:pointer;font-weight:600;color:#484c7a;font-size:14px;height:38px;padding:8px 24px;border-radius:50px;background-image:linear-gradient(180deg,#fff,#f5f5fa);box-shadow:0 4px 11px 0 rgba(37,44,97,.15),0 1px 3px 0 rgba(93,100,148,.2);transition:all .2s ease-out}.password__container .input__pass__wrapper button:hover{box-shadow:0 8px 22px 0 rgba(37,44,97,.15),0 4px 6px 0 rgba(93,100,148,.2)}.password__container .logo__main{margin-bottom:2rem}.password__container select{padding:.5rem 1rem}.page__loader{display:inline-block;width:48px;height:48px;border-radius:50%;position:relative;border:3px solid #133c78;border-bottom-color:transparent;box-sizing:border-box;animation:rotation 1s linear infinite}.page__loader:after{content:"";box-sizing:border-box;position:absolute;left:0;right:0;top:0;bottom:0;margin:auto;border:3px solid #fe4a44;border-top-color:transparent;width:1em;height:1em;border-radius:50%;animation:rotationBack .5s linear infinite;transform-origin:center center}@keyframes rotation{0%{transform:rotate(0deg)}to{transform:rotate(1turn)}}@keyframes rotationBack{0%{transform:rotate(0deg)}to{transform:rotate(-1turn)}}.otp__container{font-family:Saira,sans-serif;text-align:center}.otp__container .otp__title{font-size:1.6rem;color:#133c78;padding-bottom:1rem;font-style:italic}.otp__container .otp__title span{color:#e74d41;font-weight:800}.otp__container .otp-button{margin-top:1rem;font-size:1.4rem}.otp__container .otp-input{font-size:24px}.margin__reset{margin-top:1.4rem}.otp-container{display:flex;flex-direction:column;align-items:center;gap:8px}.otp-container .otp-inputs{display:flex;gap:10px}.otp-container .otp-inputs .otp-input{width:60px;height:60px;font-weight:700;font-size:38px;text-align:center;border:1px solid #ddd;color:#3a52a7;border-radius:5px;outline:none}.otp-container .otp-inputs .otp-input:focus{border-color:#0070f3}.otp-container .error-message{color:red;font-size:18px}.otp-container .otp-button{cursor:pointer;display:flex;align-items:center;justify-content:center;outline:0;border:0;padding:28px 46px;font-weight:600;color:#484c7a;font-size:18px;height:38px;border-radius:50px;background-image:linear-gradient(180deg,#fff,#f5f5fa);box-shadow:0 4px 11px 0 rgba(37,44,97,.15),0 1px 3px 0 rgba(93,100,148,.2);transition:all .2s ease-out}.otp-container .otp-button:hover{box-shadow:0 8px 22px 0 rgba(37,44,97,.15),0 4px 6px 0 rgba(93,100,148,.2)}.back__to__home{display:flex;position:relative;align-items:center;gap:10px;justify-content:center;margin-top:2rem;font-size:1.4rem;color:#576dbb;z-index:2}.back__to__home a{text-decoration:none;color:#576dbb}.generate-tokens-container{display:flex;flex-direction:column;align-items:center;gap:12px;font-family:Saira,sans-serif}.generate-tokens-container .page__loader{width:32px;height:32px}.generate-tokens-container h2{font-size:24px;color:#333}.generate-tokens-container .token-form{display:flex;flex-direction:column;align-items:center;gap:10px}.generate-tokens-container .token-form label{font-size:16px}.generate-tokens-container .token-form input[type=number]{width:100px;padding:5px;font-size:16px;text-align:center;border:1px solid #ddd;border-radius:4px}.generate-tokens-container .token-form button{display:inline-block;outline:0;border:0;cursor:pointer;font-weight:600;color:#484c7a;font-size:14px;height:38px;padding:8px 24px;border-radius:50px;background-image:linear-gradient(180deg,#fff,#f5f5fa);box-shadow:0 4px 11px 0 rgba(37,44,97,.15),0 1px 3px 0 rgba(93,100,148,.2);transition:all .2s ease-out}.generate-tokens-container .token-form button:hover{box-shadow:0 8px 22px 0 rgba(37,44,97,.15),0 4px 6px 0 rgba(93,100,148,.2)}.generate-tokens-container .token-form button:disabled{background-color:#aaa;cursor:not-allowed}.generate-tokens-container .error-message{color:red;font-size:14px}.generate-tokens-container .export-button{margin-top:4rem;display:inline-block;outline:0;border:0;cursor:pointer;font-weight:400;color:#fff;font-size:14px;height:38px;padding:8px 24px;border-radius:50px;background-image:linear-gradient(180deg,#5fe47e,#28a745);box-shadow:0 4px 11px 0 rgba(37,44,97,.15),0 1px 3px 0 rgba(93,100,148,.2);transition:all .2s ease-out;text-decoration:none}.generate-tokens-container .export-button span{font-weight:700}.generate-tokens-container .export-button:hover{box-shadow:0 8px 22px 0 rgba(37,44,97,.15),0 4px 6px 0 rgba(93,100,148,.2)}.generate-tokens-container .export-button.disabled{background:#929292;cursor:not-allowed}.generate__token__input{display:flex;align-items:center;gap:1rem}.modalOverlay{position:fixed;top:-100px;left:0;right:0;bottom:0;background:transparent;display:flex;justify-content:center;align-items:center;animation:fadeIn .3s ease-in-out;z-index:2}.modalOverlay.fade-out{animation:fadeOut .3s ease-in-out forwards}.modalContent{position:relative;border:4px solid #78c1ee;background:#3a52a7;box-shadow:-9px 10px 1px #e74d41;border-radius:1.3rem;width:100%;height:100%;max-height:800px;max-width:600px;transform:scale(0);animation:scaleIn .3s ease-in-out forwards;color:#fff}.modalContent.scale-out{animation:scaleOut .3s ease-in-out forwards}.modalHeader{display:flex;justify-content:center;align-items:center;padding:1rem;font-family:Saira,sans-serif}.modalHeader h2{font-size:1.8rem;text-transform:uppercase}.closeButton{background:none;border:none;font-size:1.5rem;cursor:pointer}.modalBody{position:relative;font-family:Saira,sans-serif;height:100%;max-height:700px}.modalBody .backdrop__logo{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);opacity:.2;z-index:-1}.modalBody .backdrop__logo svg{width:250px;height:250px}.modalFooter{display:flex;justify-content:center}.footerButton{position:relative;padding:10px 15px;background:transparent;border:none;border-radius:5px;cursor:pointer}.footerButton img{width:120px}.terms__and__conditions .peroni__home__game__container{position:absolute;width:100%;top:0;z-index:0}.popup__overlay{position:relative;width:100%;max-width:95%;margin-left:auto;margin-right:auto;height:80%;padding:1rem;background-color:#fff;border-radius:1rem;box-shadow:0 7px 29px 0 hsla(240,5%,41%,.2);font-family:Saira,sans-serif;margin-top:2rem}.popup__overlay .terms__container{padding:2rem 2rem 6rem;width:100%;max-height:760px;overflow-y:auto}.popup__overlay .terms__title{font-size:1.3rem;text-align:center;font-weight:600;text-transform:uppercase;border-bottom:1px solid #ccc;padding-bottom:6px}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}@keyframes fadeOut{0%{opacity:1}to{opacity:0}}@keyframes scaleIn{0%{transform:scale(0)}to{transform:scale(1)}}@keyframes scaleOut{0%{transform:scale(1)}to{transform:scale(0)}}.table{display:flex;flex-direction:column;width:100%;overflow:hidden;max-height:100%}.tableHeader,.tableRow{display:flex;align-items:center}.tableHeader{background:#133c78;color:#fff;font-weight:600;font-size:1.3rem;position:-webkit-sticky;position:sticky;top:0;z-index:1}.tableBody{overflow-y:auto;max-height:100%}.tableRow{font-size:1.3rem}.tableCell{padding:10px 15px;text-align:left}.user__name__table{flex:1 1}.tableCell:first-child{text-align:center}.tableCell:last-child{text-align:right}.player__name{text-transform:uppercase}.currentPlayerScore{background-color:#133c78;position:absolute;bottom:-20px;left:0;width:100%;border-radius:1rem}.currentPlayerScore .cScore__container{display:flex;align-items:center;justify-content:space-between;font-size:1.6rem;padding:2rem;gap:1rem;font-weight:600;text-transform:uppercase}.user-form{max-width:500px;margin:0 auto;padding:1rem}.user-form .form-group{margin-bottom:6px}.user-form .form-group label{display:block;font-weight:500;margin-bottom:.5rem;color:#fff;font-size:1.4rem}.user-form .form-group input{width:100%;padding:10px .5rem;border:1px solid #ccc;border-radius:4px;transition:border-color .3s;font-size:22px;font-weight:600}.user-form .form-group input:focus{border-color:#e74d41}.user-form .form-group input.error{border-color:#e63946}.user-form .form-group .error-message{color:#ff5e5e;font-weight:500;font-size:.875rem;margin-top:.25rem}.user-form .submit-button{display:flex;align-items:center;justify-content:center;max-width:160px;width:100%;margin-left:auto;margin-right:auto;padding:.75rem;background-color:transparent;border:none;cursor:pointer}.form__footerNote{text-align:center}.form__footerNote .submit__note a{color:#fff}.form__loader{position:absolute;bottom:-100px;left:46%}.terms-container{max-width:800px;margin:30px auto;padding:20px;background-color:#fff;box-shadow:0 0 10px rgba(0,0,0,.1);border-radius:8px}.terms-title{font-size:24px;margin-bottom:20px;text-align:center;color:#0056b3}.terms-table{width:100%;border-collapse:collapse;table-layout:fixed}.terms-table td,.terms-table th{padding:12px 15px;border:1px solid #ddd;color:#333}.terms-table th{text-align:left;vertical-align:top;font-weight:700;color:#0056b3;width:30%}.terms-table td{width:70%}.terms-table ul{list-style-type:disc;padding-left:20px;margin:0}.terms-table p{margin:0}.terms-content{gap:1rem;display:flex;flex-direction:column}@media(max-width:768px){.terms-table td,.terms-table th{padding:10px 12px}.terms-table th{font-size:14px;width:40%}.terms-table td{width:60%}}@media(max-width:480px){.terms-container{padding:15px}.terms-title{font-size:20px}.terms-table{font-size:14px}.terms-table td,.terms-table th{font-size:12px}}body{font-family:Almarai,serif;background-image:repeating-conic-gradient(#fff 0 25%,#f3f3f3 0 50%);background-position:0 0,32px 32px;background-size:64px 64px;background-color:#f3f3f3;touch-action:manipulation}.peroni__game__container{position:relative;max-width:800px;height:100vh;overflow:hidden;width:100%;margin:auto;background-color:#fff;box-shadow:3px 3px 10px 3px #ddd}.my-element{--animate-repeat:2}.admin__container{background-color:#fff;display:flex;align-items:center;justify-content:center;width:100%;height:100vh}.sparkle{position:absolute;width:30px;height:30px;pointer-events:none;animation:sparkleAnimation .5s ease-out forwards}@keyframes sparkleAnimation{0%{opacity:1;transform:scale(1)}to{opacity:0;transform:scale(1.5)}}.tap__to__start_container{display:flex;align-items:center;justify-content:center;background-color:#fff;font-family:Saira,sans-serif;margin-top:3rem}.tap__to__start_container .tap__message{color:#133c78;font-size:2rem;font-style:italic;font-weight:600;text-align:center;text-transform:uppercase}.game__minimum__require{display:none;align-items:center;justify-content:center;position:fixed;width:100%;height:100%;z-index:999999999999;background-color:#fff}@media(max-width:680px){.game__minimum__require{display:flex}}.game__minimum__require .message__container{display:flex;align-items:center;justify-content:center;flex-direction:column;max-width:600px;font-size:1.5rem;font-family:Saira,sans-serif;padding:1rem}.game__minimum__require .message__container svg{font-size:4rem;color:#133c78}