@import url(https://fonts.googleapis.com/css2?family=Inter:wght@300;400;500&display=swap);@import url(https://fonts.googleapis.com/css2?family=Poppins&display=swap);@import url(https://fonts.googleapis.com/css2?family=Permanent+Marker&display=swap);@import url(https://fonts.googleapis.com/css2?family=Fredoka:wght@500&display=swap);@import url(https://fonts.googleapis.com/css2?family=Acme&display=swap);@import url(https://fonts.googleapis.com/css2?family=Patrick+Hand&display=swap);@import url(https://fonts.googleapis.com/css2?family=Fira+Sans&display=swap);
/*!
* 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;-webkit-animation-duration:var(--animate-duration);animation-duration:1s;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;-webkit-animation-iteration-count:var(--animate-repeat);animation-iteration-count:1;animation-iteration-count:var(--animate-repeat)}.animate__animated.animate__repeat-2{-webkit-animation-iteration-count:2;-webkit-animation-iteration-count:calc(var(--animate-repeat)*2);animation-iteration-count:2;animation-iteration-count:calc(var(--animate-repeat)*2)}.animate__animated.animate__repeat-3{-webkit-animation-iteration-count:3;-webkit-animation-iteration-count:calc(var(--animate-repeat)*3);animation-iteration-count:3;animation-iteration-count:calc(var(--animate-repeat)*3)}.animate__animated.animate__delay-1s{-webkit-animation-delay:1s;-webkit-animation-delay:var(--animate-delay);animation-delay:1s;animation-delay:var(--animate-delay)}.animate__animated.animate__delay-2s{-webkit-animation-delay:2s;-webkit-animation-delay:calc(var(--animate-delay)*2);animation-delay:2s;animation-delay:calc(var(--animate-delay)*2)}.animate__animated.animate__delay-3s{-webkit-animation-delay:3s;-webkit-animation-delay:calc(var(--animate-delay)*3);animation-delay:3s;animation-delay:calc(var(--animate-delay)*3)}.animate__animated.animate__delay-4s{-webkit-animation-delay:4s;-webkit-animation-delay:calc(var(--animate-delay)*4);animation-delay:4s;animation-delay:calc(var(--animate-delay)*4)}.animate__animated.animate__delay-5s{-webkit-animation-delay:5s;-webkit-animation-delay:calc(var(--animate-delay)*5);animation-delay:5s;animation-delay:calc(var(--animate-delay)*5)}.animate__animated.animate__faster{-webkit-animation-duration:.5s;-webkit-animation-duration:calc(var(--animate-duration)/2);animation-duration:.5s;animation-duration:calc(var(--animate-duration)/2)}.animate__animated.animate__fast{-webkit-animation-duration:.8s;-webkit-animation-duration:calc(var(--animate-duration)*.8);animation-duration:.8s;animation-duration:calc(var(--animate-duration)*.8)}.animate__animated.animate__slow{-webkit-animation-duration:2s;-webkit-animation-duration:calc(var(--animate-duration)*2);animation-duration:2s;animation-duration:calc(var(--animate-duration)*2)}.animate__animated.animate__slower{-webkit-animation-duration:3s;-webkit-animation-duration:calc(var(--animate-duration)*3);animation-duration:3s;animation-duration:calc(var(--animate-duration)*3)}@media(prefers-reduced-motion:reduce),print{.animate__animated{-webkit-animation-duration:1ms!important;animation-duration:1ms!important;-webkit-animation-iteration-count:1!important;animation-iteration-count:1!important;-webkit-transition-duration:1ms!important;transition-duration:1ms!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:translateZ(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-transform:translateZ(0) scaleY(.95);transform:translateZ(0) scaleY(.95);-webkit-transition-timing-function:cubic-bezier(.215,.61,.355,1);transition-timing-function:cubic-bezier(.215,.61,.355,1)}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:translateZ(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-transform:translateZ(0) scaleY(.95);transform:translateZ(0) scaleY(.95);-webkit-transition-timing-function:cubic-bezier(.215,.61,.355,1);transition-timing-function:cubic-bezier(.215,.61,.355,1)}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}}@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:scaleX(1);transform:scaleX(1)}50%{-webkit-transform:scale3d(1.05,1.05,1.05);transform:scale3d(1.05,1.05,1.05)}to{-webkit-transform:scaleX(1);transform:scaleX(1)}}@keyframes pulse{0%{-webkit-transform:scaleX(1);transform:scaleX(1)}50%{-webkit-transform:scale3d(1.05,1.05,1.05);transform:scale3d(1.05,1.05,1.05)}to{-webkit-transform:scaleX(1);transform:scaleX(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:scaleX(1);transform:scaleX(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:scaleX(1);transform:scaleX(1)}}@keyframes rubberBand{0%{-webkit-transform:scaleX(1);transform:scaleX(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:scaleX(1);transform:scaleX(1)}}.animate__rubberBand{-webkit-animation-name:rubberBand;animation-name:rubberBand}@-webkit-keyframes shakeX{0%,to{-webkit-transform:translateZ(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:translateZ(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:translateZ(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:translateZ(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:translateX(0)}6.5%{-webkit-transform:translateX(-6px) rotateY(-9deg);transform:translateX(-6px) rotateY(-9deg)}18.5%{-webkit-transform:translateX(5px) rotateY(7deg);transform:translateX(5px) rotateY(7deg)}31.5%{-webkit-transform:translateX(-3px) rotateY(-5deg);transform:translateX(-3px) rotateY(-5deg)}43.5%{-webkit-transform:translateX(2px) rotateY(3deg);transform:translateX(2px) rotateY(3deg)}50%{-webkit-transform:translateX(0);transform:translateX(0)}}@keyframes headShake{0%{-webkit-transform:translateX(0);transform:translateX(0)}6.5%{-webkit-transform:translateX(-6px) rotateY(-9deg);transform:translateX(-6px) rotateY(-9deg)}18.5%{-webkit-transform:translateX(5px) rotateY(7deg);transform:translateX(5px) rotateY(7deg)}31.5%{-webkit-transform:translateX(-3px) rotateY(-5deg);transform:translateX(-3px) rotateY(-5deg)}43.5%{-webkit-transform:translateX(2px) rotateY(3deg);transform:translateX(2px) rotateY(3deg)}50%{-webkit-transform:translateX(0);transform:translateX(0)}}.animate__headShake{-webkit-animation-name:headShake;animation-name:headShake;-webkit-animation-timing-function:ease-in-out;animation-timing-function:ease-in-out}@-webkit-keyframes swing{20%{-webkit-transform:rotate(15deg);transform:rotate(15deg)}40%{-webkit-transform:rotate(-10deg);transform:rotate(-10deg)}60%{-webkit-transform:rotate(5deg);transform:rotate(5deg)}80%{-webkit-transform:rotate(-5deg);transform:rotate(-5deg)}to{-webkit-transform:rotate(0deg);transform:rotate(0deg)}}@keyframes swing{20%{-webkit-transform:rotate(15deg);transform:rotate(15deg)}40%{-webkit-transform:rotate(-10deg);transform:rotate(-10deg)}60%{-webkit-transform:rotate(5deg);transform:rotate(5deg)}80%{-webkit-transform:rotate(-5deg);transform:rotate(-5deg)}to{-webkit-transform:rotate(0deg);transform:rotate(0deg)}}.animate__swing{-webkit-animation-name:swing;animation-name:swing;-webkit-transform-origin:top center;transform-origin:top center}@-webkit-keyframes tada{0%{-webkit-transform:scaleX(1);transform:scaleX(1)}10%,20%{-webkit-transform:scale3d(.9,.9,.9) rotate(-3deg);transform:scale3d(.9,.9,.9) rotate(-3deg)}30%,50%,70%,90%{-webkit-transform:scale3d(1.1,1.1,1.1) rotate(3deg);transform:scale3d(1.1,1.1,1.1) rotate(3deg)}40%,60%,80%{-webkit-transform:scale3d(1.1,1.1,1.1) rotate(-3deg);transform:scale3d(1.1,1.1,1.1) rotate(-3deg)}to{-webkit-transform:scaleX(1);transform:scaleX(1)}}@keyframes tada{0%{-webkit-transform:scaleX(1);transform:scaleX(1)}10%,20%{-webkit-transform:scale3d(.9,.9,.9) rotate(-3deg);transform:scale3d(.9,.9,.9) rotate(-3deg)}30%,50%,70%,90%{-webkit-transform:scale3d(1.1,1.1,1.1) rotate(3deg);transform:scale3d(1.1,1.1,1.1) rotate(3deg)}40%,60%,80%{-webkit-transform:scale3d(1.1,1.1,1.1) rotate(-3deg);transform:scale3d(1.1,1.1,1.1) rotate(-3deg)}to{-webkit-transform:scaleX(1);transform:scaleX(1)}}.animate__tada{-webkit-animation-name:tada;animation-name:tada}@-webkit-keyframes wobble{0%{-webkit-transform:translateZ(0);transform:translateZ(0)}15%{-webkit-transform:translate3d(-25%,0,0) rotate(-5deg);transform:translate3d(-25%,0,0) rotate(-5deg)}30%{-webkit-transform:translate3d(20%,0,0) rotate(3deg);transform:translate3d(20%,0,0) rotate(3deg)}45%{-webkit-transform:translate3d(-15%,0,0) rotate(-3deg);transform:translate3d(-15%,0,0) rotate(-3deg)}60%{-webkit-transform:translate3d(10%,0,0) rotate(2deg);transform:translate3d(10%,0,0) rotate(2deg)}75%{-webkit-transform:translate3d(-5%,0,0) rotate(-1deg);transform:translate3d(-5%,0,0) rotate(-1deg)}to{-webkit-transform:translateZ(0);transform:translateZ(0)}}@keyframes wobble{0%{-webkit-transform:translateZ(0);transform:translateZ(0)}15%{-webkit-transform:translate3d(-25%,0,0) rotate(-5deg);transform:translate3d(-25%,0,0) rotate(-5deg)}30%{-webkit-transform:translate3d(20%,0,0) rotate(3deg);transform:translate3d(20%,0,0) rotate(3deg)}45%{-webkit-transform:translate3d(-15%,0,0) rotate(-3deg);transform:translate3d(-15%,0,0) rotate(-3deg)}60%{-webkit-transform:translate3d(10%,0,0) rotate(2deg);transform:translate3d(10%,0,0) rotate(2deg)}75%{-webkit-transform:translate3d(-5%,0,0) rotate(-1deg);transform:translate3d(-5%,0,0) rotate(-1deg)}to{-webkit-transform:translateZ(0);transform:translateZ(0)}}.animate__wobble{-webkit-animation-name:wobble;animation-name:wobble}@-webkit-keyframes jello{0%,11.1%,to{-webkit-transform:translateZ(0);transform:translateZ(0)}22.2%{-webkit-transform:skewX(-12.5deg) skewY(-12.5deg);transform:skewX(-12.5deg) skewY(-12.5deg)}33.3%{-webkit-transform:skewX(6.25deg) skewY(6.25deg);transform:skewX(6.25deg) skewY(6.25deg)}44.4%{-webkit-transform:skewX(-3.125deg) skewY(-3.125deg);transform:skewX(-3.125deg) skewY(-3.125deg)}55.5%{-webkit-transform:skewX(1.5625deg) skewY(1.5625deg);transform:skewX(1.5625deg) skewY(1.5625deg)}66.6%{-webkit-transform:skewX(-.78125deg) skewY(-.78125deg);transform:skewX(-.78125deg) skewY(-.78125deg)}77.7%{-webkit-transform:skewX(.390625deg) skewY(.390625deg);transform:skewX(.390625deg) skewY(.390625deg)}88.8%{-webkit-transform:skewX(-.1953125deg) skewY(-.1953125deg);transform:skewX(-.1953125deg) skewY(-.1953125deg)}}@keyframes jello{0%,11.1%,to{-webkit-transform:translateZ(0);transform:translateZ(0)}22.2%{-webkit-transform:skewX(-12.5deg) skewY(-12.5deg);transform:skewX(-12.5deg) skewY(-12.5deg)}33.3%{-webkit-transform:skewX(6.25deg) skewY(6.25deg);transform:skewX(6.25deg) skewY(6.25deg)}44.4%{-webkit-transform:skewX(-3.125deg) skewY(-3.125deg);transform:skewX(-3.125deg) skewY(-3.125deg)}55.5%{-webkit-transform:skewX(1.5625deg) skewY(1.5625deg);transform:skewX(1.5625deg) skewY(1.5625deg)}66.6%{-webkit-transform:skewX(-.78125deg) skewY(-.78125deg);transform:skewX(-.78125deg) skewY(-.78125deg)}77.7%{-webkit-transform:skewX(.390625deg) skewY(.390625deg);transform:skewX(.390625deg) skewY(.390625deg)}88.8%{-webkit-transform:skewX(-.1953125deg) skewY(-.1953125deg);transform:skewX(-.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-duration:1.3s;-webkit-animation-duration:calc(var(--animate-duration)*1.3);animation-duration:1.3s;animation-duration:calc(var(--animate-duration)*1.3);-webkit-animation-name:heartBeat;animation-name:heartBeat;-webkit-animation-timing-function:ease-in-out;animation-timing-function:ease-in-out}@-webkit-keyframes backInDown{0%{opacity:.7;-webkit-transform:translateY(-1200px) scale(.7);transform:translateY(-1200px) scale(.7)}80%{opacity:.7;-webkit-transform:translateY(0) scale(.7);transform:translateY(0) scale(.7)}to{opacity:1;-webkit-transform:scale(1);transform:scale(1)}}@keyframes backInDown{0%{opacity:.7;-webkit-transform:translateY(-1200px) scale(.7);transform:translateY(-1200px) scale(.7)}80%{opacity:.7;-webkit-transform:translateY(0) scale(.7);transform:translateY(0) scale(.7)}to{opacity:1;-webkit-transform:scale(1);transform:scale(1)}}.animate__backInDown{-webkit-animation-name:backInDown;animation-name:backInDown}@-webkit-keyframes backInLeft{0%{opacity:.7;-webkit-transform:translateX(-2000px) scale(.7);transform:translateX(-2000px) scale(.7)}80%{opacity:.7;-webkit-transform:translateX(0) scale(.7);transform:translateX(0) scale(.7)}to{opacity:1;-webkit-transform:scale(1);transform:scale(1)}}@keyframes backInLeft{0%{opacity:.7;-webkit-transform:translateX(-2000px) scale(.7);transform:translateX(-2000px) scale(.7)}80%{opacity:.7;-webkit-transform:translateX(0) scale(.7);transform:translateX(0) scale(.7)}to{opacity:1;-webkit-transform:scale(1);transform:scale(1)}}.animate__backInLeft{-webkit-animation-name:backInLeft;animation-name:backInLeft}@-webkit-keyframes backInRight{0%{opacity:.7;-webkit-transform:translateX(2000px) scale(.7);transform:translateX(2000px) scale(.7)}80%{opacity:.7;-webkit-transform:translateX(0) scale(.7);transform:translateX(0) scale(.7)}to{opacity:1;-webkit-transform:scale(1);transform:scale(1)}}@keyframes backInRight{0%{opacity:.7;-webkit-transform:translateX(2000px) scale(.7);transform:translateX(2000px) scale(.7)}80%{opacity:.7;-webkit-transform:translateX(0) scale(.7);transform:translateX(0) scale(.7)}to{opacity:1;-webkit-transform:scale(1);transform:scale(1)}}.animate__backInRight{-webkit-animation-name:backInRight;animation-name:backInRight}@-webkit-keyframes backInUp{0%{opacity:.7;-webkit-transform:translateY(1200px) scale(.7);transform:translateY(1200px) scale(.7)}80%{opacity:.7;-webkit-transform:translateY(0) scale(.7);transform:translateY(0) scale(.7)}to{opacity:1;-webkit-transform:scale(1);transform:scale(1)}}@keyframes backInUp{0%{opacity:.7;-webkit-transform:translateY(1200px) scale(.7);transform:translateY(1200px) scale(.7)}80%{opacity:.7;-webkit-transform:translateY(0) scale(.7);transform:translateY(0) scale(.7)}to{opacity:1;-webkit-transform:scale(1);transform:scale(1)}}.animate__backInUp{-webkit-animation-name:backInUp;animation-name:backInUp}@-webkit-keyframes backOutDown{0%{opacity:1;-webkit-transform:scale(1);transform:scale(1)}20%{opacity:.7;-webkit-transform:translateY(0) scale(.7);transform:translateY(0) scale(.7)}to{opacity:.7;-webkit-transform:translateY(700px) scale(.7);transform:translateY(700px) scale(.7)}}@keyframes backOutDown{0%{opacity:1;-webkit-transform:scale(1);transform:scale(1)}20%{opacity:.7;-webkit-transform:translateY(0) scale(.7);transform:translateY(0) scale(.7)}to{opacity:.7;-webkit-transform:translateY(700px) scale(.7);transform:translateY(700px) scale(.7)}}.animate__backOutDown{-webkit-animation-name:backOutDown;animation-name:backOutDown}@-webkit-keyframes backOutLeft{0%{opacity:1;-webkit-transform:scale(1);transform:scale(1)}20%{opacity:.7;-webkit-transform:translateX(0) scale(.7);transform:translateX(0) scale(.7)}to{opacity:.7;-webkit-transform:translateX(-2000px) scale(.7);transform:translateX(-2000px) scale(.7)}}@keyframes backOutLeft{0%{opacity:1;-webkit-transform:scale(1);transform:scale(1)}20%{opacity:.7;-webkit-transform:translateX(0) scale(.7);transform:translateX(0) scale(.7)}to{opacity:.7;-webkit-transform:translateX(-2000px) scale(.7);transform:translateX(-2000px) scale(.7)}}.animate__backOutLeft{-webkit-animation-name:backOutLeft;animation-name:backOutLeft}@-webkit-keyframes backOutRight{0%{opacity:1;-webkit-transform:scale(1);transform:scale(1)}20%{opacity:.7;-webkit-transform:translateX(0) scale(.7);transform:translateX(0) scale(.7)}to{opacity:.7;-webkit-transform:translateX(2000px) scale(.7);transform:translateX(2000px) scale(.7)}}@keyframes backOutRight{0%{opacity:1;-webkit-transform:scale(1);transform:scale(1)}20%{opacity:.7;-webkit-transform:translateX(0) scale(.7);transform:translateX(0) scale(.7)}to{opacity:.7;-webkit-transform:translateX(2000px) scale(.7);transform:translateX(2000px) scale(.7)}}.animate__backOutRight{-webkit-animation-name:backOutRight;animation-name:backOutRight}@-webkit-keyframes backOutUp{0%{opacity:1;-webkit-transform:scale(1);transform:scale(1)}20%{opacity:.7;-webkit-transform:translateY(0) scale(.7);transform:translateY(0) scale(.7)}to{opacity:.7;-webkit-transform:translateY(-700px) scale(.7);transform:translateY(-700px) scale(.7)}}@keyframes backOutUp{0%{opacity:1;-webkit-transform:scale(1);transform:scale(1)}20%{opacity:.7;-webkit-transform:translateY(0) scale(.7);transform:translateY(0) scale(.7)}to{opacity:.7;-webkit-transform:translateY(-700px) scale(.7);transform:translateY(-700px) scale(.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:scaleX(1);transform:scaleX(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:scaleX(1);transform:scaleX(1)}}.animate__bounceIn{-webkit-animation-duration:.75s;-webkit-animation-duration:calc(var(--animate-duration)*.75);animation-duration:.75s;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:translateZ(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:translateZ(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:translateZ(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:translateZ(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:translateZ(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:translateZ(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:translateZ(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:translateZ(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;-webkit-animation-duration:calc(var(--animate-duration)*.75);animation-duration:.75s;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}}@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:translateZ(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:translateZ(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:translateZ(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:translateZ(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:translateZ(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:translateZ(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:translateZ(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:translateZ(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:translateZ(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:translateZ(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:translateZ(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:translateZ(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:translateZ(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:translateZ(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:translateZ(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:translateZ(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:translateZ(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:translateZ(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:translateZ(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:translateZ(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:translateZ(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:translateZ(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:translateZ(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:translateZ(0);transform:translateZ(0)}}.animate__fadeInBottomRight{-webkit-animation-name:fadeInBottomRight;animation-name:fadeInBottomRight}@-webkit-keyframes fadeOut{0%{opacity:1}to{opacity:0}}@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:translateZ(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:translateZ(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:translateZ(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:translateZ(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:translateZ(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:translateZ(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:translateZ(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:translateZ(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-animation-timing-function:ease-out;animation-timing-function:ease-out;-webkit-transform:perspective(400px) scaleX(1) translateZ(0) rotateY(-1turn);transform:perspective(400px) scaleX(1) translateZ(0) rotateY(-1turn)}40%{-webkit-animation-timing-function:ease-out;animation-timing-function:ease-out;-webkit-transform:perspective(400px) scaleX(1) translateZ(150px) rotateY(-190deg);transform:perspective(400px) scaleX(1) translateZ(150px) rotateY(-190deg)}50%{-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in;-webkit-transform:perspective(400px) scaleX(1) translateZ(150px) rotateY(-170deg);transform:perspective(400px) scaleX(1) translateZ(150px) rotateY(-170deg)}80%{-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in;-webkit-transform:perspective(400px) scale3d(.95,.95,.95) translateZ(0) rotateY(0deg);transform:perspective(400px) scale3d(.95,.95,.95) translateZ(0) rotateY(0deg)}to{-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in;-webkit-transform:perspective(400px) scaleX(1) translateZ(0) rotateY(0deg);transform:perspective(400px) scaleX(1) translateZ(0) rotateY(0deg)}}@keyframes flip{0%{-webkit-animation-timing-function:ease-out;animation-timing-function:ease-out;-webkit-transform:perspective(400px) scaleX(1) translateZ(0) rotateY(-1turn);transform:perspective(400px) scaleX(1) translateZ(0) rotateY(-1turn)}40%{-webkit-animation-timing-function:ease-out;animation-timing-function:ease-out;-webkit-transform:perspective(400px) scaleX(1) translateZ(150px) rotateY(-190deg);transform:perspective(400px) scaleX(1) translateZ(150px) rotateY(-190deg)}50%{-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in;-webkit-transform:perspective(400px) scaleX(1) translateZ(150px) rotateY(-170deg);transform:perspective(400px) scaleX(1) translateZ(150px) rotateY(-170deg)}80%{-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in;-webkit-transform:perspective(400px) scale3d(.95,.95,.95) translateZ(0) rotateY(0deg);transform:perspective(400px) scale3d(.95,.95,.95) translateZ(0) rotateY(0deg)}to{-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in;-webkit-transform:perspective(400px) scaleX(1) translateZ(0) rotateY(0deg);transform:perspective(400px) scaleX(1) translateZ(0) rotateY(0deg)}}.animate__animated.animate__flip{-webkit-animation-name:flip;animation-name:flip;-webkit-backface-visibility:visible;backface-visibility:visible}@-webkit-keyframes flipInX{0%{-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in;opacity:0;-webkit-transform:perspective(400px) rotateX(90deg);transform:perspective(400px) rotateX(90deg)}40%{-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in;-webkit-transform:perspective(400px) rotateX(-20deg);transform:perspective(400px) rotateX(-20deg)}60%{opacity:1;-webkit-transform:perspective(400px) rotateX(10deg);transform:perspective(400px) rotateX(10deg)}80%{-webkit-transform:perspective(400px) rotateX(-5deg);transform:perspective(400px) rotateX(-5deg)}to{-webkit-transform:perspective(400px);transform:perspective(400px)}}@keyframes flipInX{0%{-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in;opacity:0;-webkit-transform:perspective(400px) rotateX(90deg);transform:perspective(400px) rotateX(90deg)}40%{-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in;-webkit-transform:perspective(400px) rotateX(-20deg);transform:perspective(400px) rotateX(-20deg)}60%{opacity:1;-webkit-transform:perspective(400px) rotateX(10deg);transform:perspective(400px) rotateX(10deg)}80%{-webkit-transform:perspective(400px) rotateX(-5deg);transform:perspective(400px) rotateX(-5deg)}to{-webkit-transform:perspective(400px);transform:perspective(400px)}}.animate__flipInX{-webkit-animation-name:flipInX;animation-name:flipInX;-webkit-backface-visibility:visible!important;backface-visibility:visible!important}@-webkit-keyframes flipInY{0%{-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in;opacity:0;-webkit-transform:perspective(400px) rotateY(90deg);transform:perspective(400px) rotateY(90deg)}40%{-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in;-webkit-transform:perspective(400px) rotateY(-20deg);transform:perspective(400px) rotateY(-20deg)}60%{opacity:1;-webkit-transform:perspective(400px) rotateY(10deg);transform:perspective(400px) rotateY(10deg)}80%{-webkit-transform:perspective(400px) rotateY(-5deg);transform:perspective(400px) rotateY(-5deg)}to{-webkit-transform:perspective(400px);transform:perspective(400px)}}@keyframes flipInY{0%{-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in;opacity:0;-webkit-transform:perspective(400px) rotateY(90deg);transform:perspective(400px) rotateY(90deg)}40%{-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in;-webkit-transform:perspective(400px) rotateY(-20deg);transform:perspective(400px) rotateY(-20deg)}60%{opacity:1;-webkit-transform:perspective(400px) rotateY(10deg);transform:perspective(400px) rotateY(10deg)}80%{-webkit-transform:perspective(400px) rotateY(-5deg);transform:perspective(400px) rotateY(-5deg)}to{-webkit-transform:perspective(400px);transform:perspective(400px)}}.animate__flipInY{-webkit-animation-name:flipInY;animation-name:flipInY;-webkit-backface-visibility:visible!important;backface-visibility:visible!important}@-webkit-keyframes flipOutX{0%{-webkit-transform:perspective(400px);transform:perspective(400px)}30%{opacity:1;-webkit-transform:perspective(400px) rotateX(-20deg);transform:perspective(400px) rotateX(-20deg)}to{opacity:0;-webkit-transform:perspective(400px) rotateX(90deg);transform:perspective(400px) rotateX(90deg)}}@keyframes flipOutX{0%{-webkit-transform:perspective(400px);transform:perspective(400px)}30%{opacity:1;-webkit-transform:perspective(400px) rotateX(-20deg);transform:perspective(400px) rotateX(-20deg)}to{opacity:0;-webkit-transform:perspective(400px) rotateX(90deg);transform:perspective(400px) rotateX(90deg)}}.animate__flipOutX{-webkit-animation-duration:.75s;-webkit-animation-duration:calc(var(--animate-duration)*.75);animation-duration:.75s;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%{opacity:1;-webkit-transform:perspective(400px) rotateY(-15deg);transform:perspective(400px) rotateY(-15deg)}to{opacity:0;-webkit-transform:perspective(400px) rotateY(90deg);transform:perspective(400px) rotateY(90deg)}}@keyframes flipOutY{0%{-webkit-transform:perspective(400px);transform:perspective(400px)}30%{opacity:1;-webkit-transform:perspective(400px) rotateY(-15deg);transform:perspective(400px) rotateY(-15deg)}to{opacity:0;-webkit-transform:perspective(400px) rotateY(90deg);transform:perspective(400px) rotateY(90deg)}}.animate__flipOutY{-webkit-animation-duration:.75s;-webkit-animation-duration:calc(var(--animate-duration)*.75);animation-duration:.75s;animation-duration:calc(var(--animate-duration)*.75);-webkit-animation-name:flipOutY;animation-name:flipOutY;-webkit-backface-visibility:visible!important;backface-visibility:visible!important}@-webkit-keyframes lightSpeedInRight{0%{opacity:0;-webkit-transform:translate3d(100%,0,0) skewX(-30deg);transform:translate3d(100%,0,0) skewX(-30deg)}60%{opacity:1;-webkit-transform:skewX(20deg);transform:skewX(20deg)}80%{-webkit-transform:skewX(-5deg);transform:skewX(-5deg)}to{-webkit-transform:translateZ(0);transform:translateZ(0)}}@keyframes lightSpeedInRight{0%{opacity:0;-webkit-transform:translate3d(100%,0,0) skewX(-30deg);transform:translate3d(100%,0,0) skewX(-30deg)}60%{opacity:1;-webkit-transform:skewX(20deg);transform:skewX(20deg)}80%{-webkit-transform:skewX(-5deg);transform:skewX(-5deg)}to{-webkit-transform:translateZ(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%{opacity:0;-webkit-transform:translate3d(-100%,0,0) skewX(30deg);transform:translate3d(-100%,0,0) skewX(30deg)}60%{opacity:1;-webkit-transform:skewX(-20deg);transform:skewX(-20deg)}80%{-webkit-transform:skewX(5deg);transform:skewX(5deg)}to{-webkit-transform:translateZ(0);transform:translateZ(0)}}@keyframes lightSpeedInLeft{0%{opacity:0;-webkit-transform:translate3d(-100%,0,0) skewX(30deg);transform:translate3d(-100%,0,0) skewX(30deg)}60%{opacity:1;-webkit-transform:skewX(-20deg);transform:skewX(-20deg)}80%{-webkit-transform:skewX(5deg);transform:skewX(5deg)}to{-webkit-transform:translateZ(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{opacity:0;-webkit-transform:translate3d(100%,0,0) skewX(30deg);transform:translate3d(100%,0,0) skewX(30deg)}}@keyframes lightSpeedOutRight{0%{opacity:1}to{opacity:0;-webkit-transform:translate3d(100%,0,0) skewX(30deg);transform:translate3d(100%,0,0) skewX(30deg)}}.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{opacity:0;-webkit-transform:translate3d(-100%,0,0) skewX(-30deg);transform:translate3d(-100%,0,0) skewX(-30deg)}}@keyframes lightSpeedOutLeft{0%{opacity:1}to{opacity:0;-webkit-transform:translate3d(-100%,0,0) skewX(-30deg);transform:translate3d(-100%,0,0) skewX(-30deg)}}.animate__lightSpeedOutLeft{-webkit-animation-name:lightSpeedOutLeft;animation-name:lightSpeedOutLeft;-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in}@-webkit-keyframes rotateIn{0%{opacity:0;-webkit-transform:rotate(-200deg);transform:rotate(-200deg)}to{opacity:1;-webkit-transform:translateZ(0);transform:translateZ(0)}}@keyframes rotateIn{0%{opacity:0;-webkit-transform:rotate(-200deg);transform:rotate(-200deg)}to{opacity:1;-webkit-transform:translateZ(0);transform:translateZ(0)}}.animate__rotateIn{-webkit-animation-name:rotateIn;animation-name:rotateIn;-webkit-transform-origin:center;transform-origin:center}@-webkit-keyframes rotateInDownLeft{0%{opacity:0;-webkit-transform:rotate(-45deg);transform:rotate(-45deg)}to{opacity:1;-webkit-transform:translateZ(0);transform:translateZ(0)}}@keyframes rotateInDownLeft{0%{opacity:0;-webkit-transform:rotate(-45deg);transform:rotate(-45deg)}to{opacity:1;-webkit-transform:translateZ(0);transform:translateZ(0)}}.animate__rotateInDownLeft{-webkit-animation-name:rotateInDownLeft;animation-name:rotateInDownLeft;-webkit-transform-origin:left bottom;transform-origin:left bottom}@-webkit-keyframes rotateInDownRight{0%{opacity:0;-webkit-transform:rotate(45deg);transform:rotate(45deg)}to{opacity:1;-webkit-transform:translateZ(0);transform:translateZ(0)}}@keyframes rotateInDownRight{0%{opacity:0;-webkit-transform:rotate(45deg);transform:rotate(45deg)}to{opacity:1;-webkit-transform:translateZ(0);transform:translateZ(0)}}.animate__rotateInDownRight{-webkit-animation-name:rotateInDownRight;animation-name:rotateInDownRight;-webkit-transform-origin:right bottom;transform-origin:right bottom}@-webkit-keyframes rotateInUpLeft{0%{opacity:0;-webkit-transform:rotate(45deg);transform:rotate(45deg)}to{opacity:1;-webkit-transform:translateZ(0);transform:translateZ(0)}}@keyframes rotateInUpLeft{0%{opacity:0;-webkit-transform:rotate(45deg);transform:rotate(45deg)}to{opacity:1;-webkit-transform:translateZ(0);transform:translateZ(0)}}.animate__rotateInUpLeft{-webkit-animation-name:rotateInUpLeft;animation-name:rotateInUpLeft;-webkit-transform-origin:left bottom;transform-origin:left bottom}@-webkit-keyframes rotateInUpRight{0%{opacity:0;-webkit-transform:rotate(-90deg);transform:rotate(-90deg)}to{opacity:1;-webkit-transform:translateZ(0);transform:translateZ(0)}}@keyframes rotateInUpRight{0%{opacity:0;-webkit-transform:rotate(-90deg);transform:rotate(-90deg)}to{opacity:1;-webkit-transform:translateZ(0);transform:translateZ(0)}}.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{opacity:0;-webkit-transform:rotate(200deg);transform:rotate(200deg)}}@keyframes rotateOut{0%{opacity:1}to{opacity:0;-webkit-transform:rotate(200deg);transform:rotate(200deg)}}.animate__rotateOut{-webkit-animation-name:rotateOut;animation-name:rotateOut;-webkit-transform-origin:center;transform-origin:center}@-webkit-keyframes rotateOutDownLeft{0%{opacity:1}to{opacity:0;-webkit-transform:rotate(45deg);transform:rotate(45deg)}}@keyframes rotateOutDownLeft{0%{opacity:1}to{opacity:0;-webkit-transform:rotate(45deg);transform:rotate(45deg)}}.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{opacity:0;-webkit-transform:rotate(-45deg);transform:rotate(-45deg)}}@keyframes rotateOutDownRight{0%{opacity:1}to{opacity:0;-webkit-transform:rotate(-45deg);transform:rotate(-45deg)}}.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{opacity:0;-webkit-transform:rotate(-45deg);transform:rotate(-45deg)}}@keyframes rotateOutUpLeft{0%{opacity:1}to{opacity:0;-webkit-transform:rotate(-45deg);transform:rotate(-45deg)}}.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{opacity:0;-webkit-transform:rotate(90deg);transform:rotate(90deg)}}@keyframes rotateOutUpRight{0%{opacity:1}to{opacity:0;-webkit-transform:rotate(90deg);transform:rotate(90deg)}}.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-animation-timing-function:ease-in-out;animation-timing-function:ease-in-out;-webkit-transform:rotate(80deg);transform:rotate(80deg)}40%,80%{-webkit-animation-timing-function:ease-in-out;animation-timing-function:ease-in-out;opacity:1;-webkit-transform:rotate(60deg);transform:rotate(60deg)}to{opacity:0;-webkit-transform:translate3d(0,700px,0);transform:translate3d(0,700px,0)}}@keyframes hinge{0%{-webkit-animation-timing-function:ease-in-out;animation-timing-function:ease-in-out}20%,60%{-webkit-animation-timing-function:ease-in-out;animation-timing-function:ease-in-out;-webkit-transform:rotate(80deg);transform:rotate(80deg)}40%,80%{-webkit-animation-timing-function:ease-in-out;animation-timing-function:ease-in-out;opacity:1;-webkit-transform:rotate(60deg);transform:rotate(60deg)}to{opacity:0;-webkit-transform:translate3d(0,700px,0);transform:translate3d(0,700px,0)}}.animate__hinge{-webkit-animation-duration:2s;-webkit-animation-duration:calc(var(--animate-duration)*2);animation-duration:2s;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) rotate(-120deg);transform:translate3d(-100%,0,0) rotate(-120deg)}to{opacity:1;-webkit-transform:translateZ(0);transform:translateZ(0)}}@keyframes rollIn{0%{opacity:0;-webkit-transform:translate3d(-100%,0,0) rotate(-120deg);transform:translate3d(-100%,0,0) rotate(-120deg)}to{opacity:1;-webkit-transform:translateZ(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) rotate(120deg);transform:translate3d(100%,0,0) rotate(120deg)}}@keyframes rollOut{0%{opacity:1}to{opacity:0;-webkit-transform:translate3d(100%,0,0) rotate(120deg);transform:translate3d(100%,0,0) rotate(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%{-webkit-animation-timing-function:cubic-bezier(.55,.055,.675,.19);animation-timing-function:cubic-bezier(.55,.055,.675,.19);opacity:0;-webkit-transform:scale3d(.1,.1,.1) translate3d(0,-1000px,0);transform:scale3d(.1,.1,.1) translate3d(0,-1000px,0)}60%{-webkit-animation-timing-function:cubic-bezier(.175,.885,.32,1);animation-timing-function:cubic-bezier(.175,.885,.32,1);opacity:1;-webkit-transform:scale3d(.475,.475,.475) translate3d(0,60px,0);transform:scale3d(.475,.475,.475) translate3d(0,60px,0)}}@keyframes zoomInDown{0%{-webkit-animation-timing-function:cubic-bezier(.55,.055,.675,.19);animation-timing-function:cubic-bezier(.55,.055,.675,.19);opacity:0;-webkit-transform:scale3d(.1,.1,.1) translate3d(0,-1000px,0);transform:scale3d(.1,.1,.1) translate3d(0,-1000px,0)}60%{-webkit-animation-timing-function:cubic-bezier(.175,.885,.32,1);animation-timing-function:cubic-bezier(.175,.885,.32,1);opacity:1;-webkit-transform:scale3d(.475,.475,.475) translate3d(0,60px,0);transform:scale3d(.475,.475,.475) translate3d(0,60px,0)}}.animate__zoomInDown{-webkit-animation-name:zoomInDown;animation-name:zoomInDown}@-webkit-keyframes zoomInLeft{0%{-webkit-animation-timing-function:cubic-bezier(.55,.055,.675,.19);animation-timing-function:cubic-bezier(.55,.055,.675,.19);opacity:0;-webkit-transform:scale3d(.1,.1,.1) translate3d(-1000px,0,0);transform:scale3d(.1,.1,.1) translate3d(-1000px,0,0)}60%{-webkit-animation-timing-function:cubic-bezier(.175,.885,.32,1);animation-timing-function:cubic-bezier(.175,.885,.32,1);opacity:1;-webkit-transform:scale3d(.475,.475,.475) translate3d(10px,0,0);transform:scale3d(.475,.475,.475) translate3d(10px,0,0)}}@keyframes zoomInLeft{0%{-webkit-animation-timing-function:cubic-bezier(.55,.055,.675,.19);animation-timing-function:cubic-bezier(.55,.055,.675,.19);opacity:0;-webkit-transform:scale3d(.1,.1,.1) translate3d(-1000px,0,0);transform:scale3d(.1,.1,.1) translate3d(-1000px,0,0)}60%{-webkit-animation-timing-function:cubic-bezier(.175,.885,.32,1);animation-timing-function:cubic-bezier(.175,.885,.32,1);opacity:1;-webkit-transform:scale3d(.475,.475,.475) translate3d(10px,0,0);transform:scale3d(.475,.475,.475) translate3d(10px,0,0)}}.animate__zoomInLeft{-webkit-animation-name:zoomInLeft;animation-name:zoomInLeft}@-webkit-keyframes zoomInRight{0%{-webkit-animation-timing-function:cubic-bezier(.55,.055,.675,.19);animation-timing-function:cubic-bezier(.55,.055,.675,.19);opacity:0;-webkit-transform:scale3d(.1,.1,.1) translate3d(1000px,0,0);transform:scale3d(.1,.1,.1) translate3d(1000px,0,0)}60%{-webkit-animation-timing-function:cubic-bezier(.175,.885,.32,1);animation-timing-function:cubic-bezier(.175,.885,.32,1);opacity:1;-webkit-transform:scale3d(.475,.475,.475) translate3d(-10px,0,0);transform:scale3d(.475,.475,.475) translate3d(-10px,0,0)}}@keyframes zoomInRight{0%{-webkit-animation-timing-function:cubic-bezier(.55,.055,.675,.19);animation-timing-function:cubic-bezier(.55,.055,.675,.19);opacity:0;-webkit-transform:scale3d(.1,.1,.1) translate3d(1000px,0,0);transform:scale3d(.1,.1,.1) translate3d(1000px,0,0)}60%{-webkit-animation-timing-function:cubic-bezier(.175,.885,.32,1);animation-timing-function:cubic-bezier(.175,.885,.32,1);opacity:1;-webkit-transform:scale3d(.475,.475,.475) translate3d(-10px,0,0);transform:scale3d(.475,.475,.475) translate3d(-10px,0,0)}}.animate__zoomInRight{-webkit-animation-name:zoomInRight;animation-name:zoomInRight}@-webkit-keyframes zoomInUp{0%{-webkit-animation-timing-function:cubic-bezier(.55,.055,.675,.19);animation-timing-function:cubic-bezier(.55,.055,.675,.19);opacity:0;-webkit-transform:scale3d(.1,.1,.1) translate3d(0,1000px,0);transform:scale3d(.1,.1,.1) translate3d(0,1000px,0)}60%{-webkit-animation-timing-function:cubic-bezier(.175,.885,.32,1);animation-timing-function:cubic-bezier(.175,.885,.32,1);opacity:1;-webkit-transform:scale3d(.475,.475,.475) translate3d(0,-60px,0);transform:scale3d(.475,.475,.475) translate3d(0,-60px,0)}}@keyframes zoomInUp{0%{-webkit-animation-timing-function:cubic-bezier(.55,.055,.675,.19);animation-timing-function:cubic-bezier(.55,.055,.675,.19);opacity:0;-webkit-transform:scale3d(.1,.1,.1) translate3d(0,1000px,0);transform:scale3d(.1,.1,.1) translate3d(0,1000px,0)}60%{-webkit-animation-timing-function:cubic-bezier(.175,.885,.32,1);animation-timing-function:cubic-bezier(.175,.885,.32,1);opacity:1;-webkit-transform:scale3d(.475,.475,.475) translate3d(0,-60px,0);transform:scale3d(.475,.475,.475) translate3d(0,-60px,0)}}.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%{-webkit-animation-timing-function:cubic-bezier(.55,.055,.675,.19);animation-timing-function:cubic-bezier(.55,.055,.675,.19);opacity:1;-webkit-transform:scale3d(.475,.475,.475) translate3d(0,-60px,0);transform:scale3d(.475,.475,.475) translate3d(0,-60px,0)}to{-webkit-animation-timing-function:cubic-bezier(.175,.885,.32,1);animation-timing-function:cubic-bezier(.175,.885,.32,1);opacity:0;-webkit-transform:scale3d(.1,.1,.1) translate3d(0,2000px,0);transform:scale3d(.1,.1,.1) translate3d(0,2000px,0)}}@keyframes zoomOutDown{40%{-webkit-animation-timing-function:cubic-bezier(.55,.055,.675,.19);animation-timing-function:cubic-bezier(.55,.055,.675,.19);opacity:1;-webkit-transform:scale3d(.475,.475,.475) translate3d(0,-60px,0);transform:scale3d(.475,.475,.475) translate3d(0,-60px,0)}to{-webkit-animation-timing-function:cubic-bezier(.175,.885,.32,1);animation-timing-function:cubic-bezier(.175,.885,.32,1);opacity:0;-webkit-transform:scale3d(.1,.1,.1) translate3d(0,2000px,0);transform:scale3d(.1,.1,.1) translate3d(0,2000px,0)}}.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%{-webkit-animation-timing-function:cubic-bezier(.55,.055,.675,.19);animation-timing-function:cubic-bezier(.55,.055,.675,.19);opacity:1;-webkit-transform:scale3d(.475,.475,.475) translate3d(0,60px,0);transform:scale3d(.475,.475,.475) translate3d(0,60px,0)}to{-webkit-animation-timing-function:cubic-bezier(.175,.885,.32,1);animation-timing-function:cubic-bezier(.175,.885,.32,1);opacity:0;-webkit-transform:scale3d(.1,.1,.1) translate3d(0,-2000px,0);transform:scale3d(.1,.1,.1) translate3d(0,-2000px,0)}}@keyframes zoomOutUp{40%{-webkit-animation-timing-function:cubic-bezier(.55,.055,.675,.19);animation-timing-function:cubic-bezier(.55,.055,.675,.19);opacity:1;-webkit-transform:scale3d(.475,.475,.475) translate3d(0,60px,0);transform:scale3d(.475,.475,.475) translate3d(0,60px,0)}to{-webkit-animation-timing-function:cubic-bezier(.175,.885,.32,1);animation-timing-function:cubic-bezier(.175,.885,.32,1);opacity:0;-webkit-transform:scale3d(.1,.1,.1) translate3d(0,-2000px,0);transform:scale3d(.1,.1,.1) translate3d(0,-2000px,0)}}.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:translateZ(0);transform:translateZ(0)}}@keyframes slideInDown{0%{-webkit-transform:translate3d(0,-100%,0);transform:translate3d(0,-100%,0);visibility:visible}to{-webkit-transform:translateZ(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:translateZ(0);transform:translateZ(0)}}@keyframes slideInLeft{0%{-webkit-transform:translate3d(-100%,0,0);transform:translate3d(-100%,0,0);visibility:visible}to{-webkit-transform:translateZ(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:translateZ(0);transform:translateZ(0)}}@keyframes slideInRight{0%{-webkit-transform:translate3d(100%,0,0);transform:translate3d(100%,0,0);visibility:visible}to{-webkit-transform:translateZ(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:translateZ(0);transform:translateZ(0)}}@keyframes slideInUp{0%{-webkit-transform:translate3d(0,100%,0);transform:translate3d(0,100%,0);visibility:visible}to{-webkit-transform:translateZ(0);transform:translateZ(0)}}.animate__slideInUp{-webkit-animation-name:slideInUp;animation-name:slideInUp}@-webkit-keyframes slideOutDown{0%{-webkit-transform:translateZ(0);transform:translateZ(0)}to{-webkit-transform:translate3d(0,100%,0);transform:translate3d(0,100%,0);visibility:hidden}}@keyframes slideOutDown{0%{-webkit-transform:translateZ(0);transform:translateZ(0)}to{-webkit-transform:translate3d(0,100%,0);transform:translate3d(0,100%,0);visibility:hidden}}.animate__slideOutDown{-webkit-animation-name:slideOutDown;animation-name:slideOutDown}@-webkit-keyframes slideOutLeft{0%{-webkit-transform:translateZ(0);transform:translateZ(0)}to{-webkit-transform:translate3d(-100%,0,0);transform:translate3d(-100%,0,0);visibility:hidden}}@keyframes slideOutLeft{0%{-webkit-transform:translateZ(0);transform:translateZ(0)}to{-webkit-transform:translate3d(-100%,0,0);transform:translate3d(-100%,0,0);visibility:hidden}}.animate__slideOutLeft{-webkit-animation-name:slideOutLeft;animation-name:slideOutLeft}@-webkit-keyframes slideOutRight{0%{-webkit-transform:translateZ(0);transform:translateZ(0)}to{-webkit-transform:translate3d(100%,0,0);transform:translate3d(100%,0,0);visibility:hidden}}@keyframes slideOutRight{0%{-webkit-transform:translateZ(0);transform:translateZ(0)}to{-webkit-transform:translate3d(100%,0,0);transform:translate3d(100%,0,0);visibility:hidden}}.animate__slideOutRight{-webkit-animation-name:slideOutRight;animation-name:slideOutRight}@-webkit-keyframes slideOutUp{0%{-webkit-transform:translateZ(0);transform:translateZ(0)}to{-webkit-transform:translate3d(0,-100%,0);transform:translate3d(0,-100%,0);visibility:hidden}}@keyframes slideOutUp{0%{-webkit-transform:translateZ(0);transform:translateZ(0)}to{-webkit-transform:translate3d(0,-100%,0);transform:translate3d(0,-100%,0);visibility:hidden}}.animate__slideOutUp{-webkit-animation-name:slideOutUp;animation-name:slideOutUp}@font-face{fallback:fallback;font-family:revicons;src:url(/static/media/revicons.e8746a624ed098489406.woff) format("woff"),url(/static/media/revicons.57fd05d4ae650374c8de.ttf) format("ttf"),url(/static/media/revicons.a77de540a38981833f9e.eot) format("ttf")}.react-multi-carousel-list{align-items:center;display:flex;overflow:hidden;position:relative}.react-multi-carousel-track{-webkit-backface-visibility:hidden;backface-visibility:hidden;display:flex;flex-direction:row;list-style:none;margin:0;padding:0;position:relative;-webkit-transform-style:preserve-3d;transform-style:preserve-3d;will-change:transform,transition}.react-multiple-carousel__arrow{background:rgba(0,0,0,.5);border:0;border-radius:35px;cursor:pointer;min-height:43px;min-width:43px;opacity:1;outline:0;position:absolute;transition:all .5s;z-index:1000}.react-multiple-carousel__arrow:hover{background:rgba(0,0,0,.8)}.react-multiple-carousel__arrow:before{color:#fff;display:block;font-family:revicons;font-size:20px;position:relative;text-align:center;z-index:2}.react-multiple-carousel__arrow:disabled{background:rgba(0,0,0,.5);cursor:default}.react-multiple-carousel__arrow--left{left:calc(4% + 1px)}.react-multiple-carousel__arrow--left:before{content:""}.react-multiple-carousel__arrow--right{right:calc(4% + 1px)}.react-multiple-carousel__arrow--right:before{content:""}.react-multi-carousel-dot-list{bottom:0;display:flex;justify-content:center;left:0;list-style:none;margin:0;padding:0;position:absolute;right:0;text-align:center}.react-multi-carousel-dot button{border:2px solid gray;border-radius:50%;box-shadow:none;cursor:pointer;display:inline-block;height:12px;margin:0 6px 0 0;opacity:1;outline:0;padding:0;transition:background .5s;width:12px}.react-multi-carousel-dot button:hover:active,.react-multi-carousel-dot--active button{background:#080808}.react-multi-carousel-item{-webkit-backface-visibility:hidden;backface-visibility:hidden;-webkit-transform-style:preserve-3d;transform-style:preserve-3d}@media (-ms-high-contrast:active),(-ms-high-contrast:none){.react-multi-carousel-item{flex-shrink:0!important}.react-multi-carousel-track{overflow:visible!important}}[dir=rtl].react-multi-carousel-list{direction:rtl}.rtl.react-multiple-carousel__arrow--right{left:calc(4% + 1px);right:auto}.rtl.react-multiple-carousel__arrow--right:before{content:""}.rtl.react-multiple-carousel__arrow--left{left:auto;right:calc(4% + 1px)}.rtl.react-multiple-carousel__arrow--left:before{content:""}.swal2-popup{background-color:#161925!important;color:#fff!important}a,abbr,acronym,address,applet,article,aside,audio,b,big,blockquote,body,canvas,caption,center,cite,code,dd,del,details,dfn,div,dl,dt,em,embed,fieldset,figcaption,figure,footer,form,h1,h2,h3,h4,h5,h6,header,hgroup,html,i,iframe,img,ins,kbd,label,legend,li,mark,menu,nav,object,ol,output,p,pre,q,ruby,s,samp,section,small,span,strike,strong,sub,summary,sup,table,tbody,td,tfoot,th,thead,time,tr,tt,u,ul,var,video{border:0;font-size:100%;font:inherit;margin:0;padding:0;vertical-align:initial}article,aside,details,figcaption,figure,footer,header,hgroup,menu,nav,section{display:block}body{line-height:1}ol,ul{list-style:none}blockquote,q{quotes:none}blockquote:after,blockquote:before,q:after,q:before{content:"";content:none}table{border-collapse:collapse;border-spacing:0}.spinner{-webkit-animation:rotator 1.4s linear infinite;animation:rotator 1.4s linear infinite}@-webkit-keyframes rotator{0%{-webkit-transform:rotate(0deg);transform:rotate(0deg)}to{-webkit-transform:rotate(270deg);transform:rotate(270deg)}}@keyframes rotator{0%{-webkit-transform:rotate(0deg);transform:rotate(0deg)}to{-webkit-transform:rotate(270deg);transform:rotate(270deg)}}.path{stroke-dasharray:187;stroke-dashoffset:0;-webkit-animation:dash 1.4s ease-in-out infinite,colors 5.6s ease-in-out infinite;animation:dash 1.4s ease-in-out infinite,colors 5.6s ease-in-out infinite;-webkit-transform-origin:center;transform-origin:center}@-webkit-keyframes colors{0%{stroke:#f39c12}25%{stroke:#fff}50%{stroke:#f39c12}75%{stroke:#fff}to{stroke:#f39c12}}@keyframes colors{0%{stroke:#f39c12}25%{stroke:#fff}50%{stroke:#f39c12}75%{stroke:#fff}to{stroke:#f39c12}}@-webkit-keyframes dash{0%{stroke-dashoffset:187}50%{stroke-dashoffset:46.75;-webkit-transform:rotate(135deg);transform:rotate(135deg)}to{stroke-dashoffset:187;-webkit-transform:rotate(450deg);transform:rotate(450deg)}}@keyframes dash{0%{stroke-dashoffset:187}50%{stroke-dashoffset:46.75;-webkit-transform:rotate(135deg);transform:rotate(135deg)}to{stroke-dashoffset:187;-webkit-transform:rotate(450deg);transform:rotate(450deg)}}*{box-sizing:border-box;outline:none}.hidden{display:none!important}html{-webkit-font-smoothing:antialiased;box-sizing:border-box}img{max-width:100%}body{color:#9b9ca7;font-family:Inter,sans-serif}.app{background:linear-gradient(rgba(0,0,0,.9),rgba(0,0,0,.8)),url(/static/media/background-cryptobee.5543ea910f3f56ae8dee.png);background-repeat:no-repeat;background-size:cover;display:flex;margin:0 auto;min-height:100vh;overflow:hidden}.main-container{display:flex;flex-direction:column;flex-grow:1;height:100vh;overflow:auto;padding-left:0}.EPIC{color:#e74c3c!important;text-shadow:#e74c3c 1px 1px 3px}.LEGENDARY{color:#f39c12!important;text-shadow:#f39c12 1px 1px 2px}.c-orange{color:#f39c12}.y-hidden{overflow-y:hidden!important}.cursor-initial{cursor:auto!important}@media screen and (max-width:1100px){.main-container{height:auto!important}}@media screen and (max-width:550px){.app{padding-bottom:76px!important}}#swal2-html-container{font-family:Acme,sans-serif!important}.swal2-cancel,.swal2-confirm,.swal2-deny{font-family:Poppins,sans-serif!important}.swal2-icon.swal2-info{border-color:#fff!important;color:#fff!important}.swal2-title{font-family:Acme,sans-serif}.swal2-popup{background-color:#0e0e23!important;border:2px solid hsla(0,0%,100%,.47)!important;border-radius:15px!important}.sidebar-container{position:relative;z-index:20}.sidebar,.sidebar-close{background-color:#0e0d0d!important;box-shadow:1px 0 30px -2px hsla(30,11%,93%,.4)}.log-out-sidebar{bottom:2%!important;position:absolute!important}.sidebar{align-items:center;display:flex;flex-direction:column;flex-shrink:0;height:100%;padding:100px 10px 73px;position:relative;transition:all .5s;width:150px;z-index:0!important}.sidebar .honey-coin-sidebar{object-fit:contain;width:20px!important}.sidebar .collapse-open{color:#fff;cursor:pointer;height:25px;left:88%;opacity:.4;position:absolute;top:15%;-webkit-transform:rotate(180deg);transform:rotate(180deg);transition:all .5s;width:25px}.sidebar .collapse-open:hover{opacity:1;transition:opacity .2s}.sidebar a{align-items:center;-webkit-animation:fade-in .8s cubic-bezier(.39,.575,.565,1) both;animation:fade-in .8s cubic-bezier(.39,.575,.565,1) both;color:gray;cursor:pointer;display:flex;margin-top:50px;text-decoration:none;transition:width 1s;width:100%}.sidebar a .svg-sidebar,.sidebar a img,.sidebar a svg{color:hsla(0,0%,100%,.8);height:20px;margin-right:20px;width:25px}.sidebar a p{font-family:Poppins,cursive;font-size:.8rem;font-weight:700;width:auto}.sidebar a:last-child{bottom:5%;left:9%;position:absolute}.sidebar a .sidebar-ico{transition:.2s}.sidebar a .sidebar-ico>path.svg-colored{fill:#fff;fill-rule:evenodd;transition:.2s}.sidebar a .sidebar-ico>path.svg-background{fill:#777}.sidebar a.active{transition:.2s}.sidebar a.active .io-sidebar{color:#f39c12}.sidebar a.active .sidebar-ico{transition:.2s}.sidebar a.active .sidebar-ico>path.svg-colored{fill:#f39c12;fill-rule:evenodd;transition:.2s}.sidebar a.active .sidebar-ico>path.svg-background{fill:#fff}.io-docs{transition:.2s}.io-docs:hover{color:#f39c12;transition:.2s}.sidebar-close{align-items:center;display:flex;flex-direction:column;flex-shrink:0;height:100%;padding:100px 0 73px;position:relative;transition:width .5s;width:80px}.sidebar-close .collapse-close{color:#fff!important;cursor:pointer;height:30px;left:81%;opacity:.4;position:absolute;top:15%;transition:all .5s;width:20px}.sidebar-close .collapse-close:hover{opacity:1;transition:opacity .2s}.sidebar-close a{align-items:center;color:gray;cursor:pointer;display:flex;justify-content:space-around;margin-top:50px;text-decoration:none;width:100%}.sidebar-close a .svg-sidebar,.sidebar-close a img,.sidebar-close a svg{color:hsla(0,0%,100%,.51);width:22px}.sidebar-close a .io-docs,.sidebar-close a .io-sidebar{height:28px}.sidebar-close a p{display:none}.sidebar-close a:last-child{bottom:5%;position:absolute}.sidebar-close a .io-docs,.sidebar-close a .io-sidebar,.sidebar-close a .sidebar-ico{transition:.2s}.sidebar-close a .io-docs>path.svg-colored,.sidebar-close a .io-sidebar>path.svg-colored,.sidebar-close a .sidebar-ico>path.svg-colored{fill:#fff;fill-rule:evenodd;transition:.2s}.sidebar-close a .io-docs>path.svg-background,.sidebar-close a .io-sidebar>path.svg-background,.sidebar-close a .sidebar-ico>path.svg-background{fill:#fff}.sidebar-close a.active .io-sidebar,.sidebar-close a:hover .io-sidebar{color:#f39c12;transition:.2s}.sidebar-close a.active .sidebar-ico>path.svg-colored,.sidebar-close a:hover .sidebar-ico>path.svg-colored{fill:#f39c12;fill-rule:evenodd;transition:.2s}.sidebar-close a.active .sidebar-ico>path.svg-background,.sidebar-close a:hover .sidebar-ico>path.svg-background{fill:#fff;transition:.2s}.log-outBtn{color:gray;transition:.2s;white-space:nowrap}.honey-sidebar{color:#fff;font-weight:700}.sidebar-resp .active,.sidebar-resp .linkSelect{border-bottom:2px solid #f39c12;padding-bottom:5px}.sidebar-resp .active .io-sidebar-resp,.sidebar-resp .linkSelect .io-sidebar-resp{color:#f39c12!important}.sidebar-resp .active .io-docs-resp,.sidebar-resp .linkSelect .io-docs-resp{color:#fff!important}.sidebar-resp .active svg .a,.sidebar-resp .active svg .b,.sidebar-resp .linkSelect svg .a,.sidebar-resp .linkSelect svg .b{fill:#f39c12!important}.sidebar-resp{align-items:center;background-color:#000;display:none;height:100%;justify-content:space-around;width:100%}.sidebar-resp .svg-resp{height:25px}.sidebar-resp .svg-resp .a,.sidebar-resp .svg-resp .b{fill:#fff}.sidebar-resp .io-sidebar-resp{color:#fff;font-size:1.5rem}@media screen and (max-height:900px){.sidebar a,.sidebar-close a{margin-top:40px!important}.collapse-close,.collapse-open{top:15%!important}}@media screen and (max-width:600px){.sidebar-close{width:60px!important}.collapse-close{left:15px!important}}@media screen and (max-width:550px){.sidebar-global{bottom:0;height:70px;position:fixed;width:100%;z-index:1000}.sidebar-resp{display:flex!important}.sidebar,.sidebar-close{display:none!important}}.logo-container-sidebar{position:absolute;top:0}.logo-sidebar{height:100%!important;object-fit:contain!important;transition:.2s;width:100%!important}.logo-sidebar:hover{-webkit-transform:scale(1.1);transform:scale(1.1);transition:.2s}.header{-webkit-animation:top 1s both;animation:top 1s both;display:flex;font-size:15px;justify-content:space-between;left:0;padding:.5%;top:0;white-space:nowrap;width:100%;z-index:0}.header .cryptobee-title{align-items:center;color:#fff;display:flex;font-family:Acme,sans-serif;font-size:2rem;font-weight:700;justify-content:start}.header .logo img{cursor:pointer;height:52px;width:72px}.header .navbar{display:flex}.header .navbar-link{align-items:center;border-bottom:3px solid transparent;color:#9b9ca7;display:flex;padding:23px;text-decoration:none;transition:.3s}.header .navbar-link svg{margin-right:14px;width:20px}.header .navbar-link.active,.header .navbar-link:hover{background:#11132c}.header .profile{align-items:center;display:flex;justify-content:end;margin-left:auto;padding-right:15px;position:absolute;right:5%;width:50%}.header .profile .i18n{cursor:pointer;margin:20px 15px;padding-top:5px;visibility:hidden}.header .profile .i18n svg{height:20px;width:20px}.header .profile .i18n svg path{fill:gray}.header .profile .i18n:hover{transition:1s ease}.header .profile .i18n:hover path{fill:#fff}.header .profile .profile-container{color:#9b9ca7;display:flex}.header .profile .profile-container .profile-card{background-color:hsla(231,7%,63%,.25);border-bottom-left-radius:15px;border-top-left-radius:15px;border-radius:15px;cursor:pointer;display:flex}.header .profile .profile-container .profile-card .avatar{border-radius:15px;height:29px;width:29px}.header .profile .profile-container .profile-card .user-status-wrapper{display:flex;height:60%;margin-bottom:auto;margin-top:auto}.header .profile .profile-container .profile-card .user-status-wrapper .user-status{border-radius:15px;height:10px;margin-bottom:auto;margin-left:12px;margin-top:auto;width:10px}.header .profile .profile-container .profile-card .red{background-color:#e74c3c}.header .profile .profile-container .profile-card .orange{background-color:#f39c12}.header .profile .profile-container .profile-card .green{background-color:#27ae60}.header .profile .profile-container .profile-card .text{color:#fff;font-family:Poppins,sans-serif;font-size:14px;margin:8px 13px 8px 6px}.header .profile .profile-container .profile-dropdown-wrapper{background-color:#161925;height:444px;position:absolute;right:0;top:64px;width:275px}.header .profile .profile-container .profile-dropdown-wrapper .profile-dropdown{display:flex}.header .profile .profile-container .profile-dropdown-wrapper .profile-dropdown .user-profile{border-bottom:1px solid #2b2b40;height:40px;padding:5px;width:100%}.language-dropdown{background-color:#161925;height:200px;position:fixed;right:110px;top:90px;width:100px}.language-dropdown .lang{color:#fff;font-family:Poppins,sans-serif;padding:5px;text-align:center}.language-dropdown .lang:hover{color:#f39c12;transition:1s ease}@media screen and (max-width:600px){.profile{position:static!important}}.page-container{display:flex;flex-direction:column;flex-grow:1;overflow:auto;padding-left:0}.p-initial{position:static!important}.just-start{justify-content:start!important}.just-center{justify-content:center!important}.v-hidden{visibility:hidden!important}.v-visible{visibility:visible!important}.mint{display:flex;flex-direction:column;height:auto;padding:3%}.mint .wallet-reload-shop-container{align-items:center;display:flex;height:100%!important;justify-content:center;width:30%}.mint .wallet-reload-shop-container .wallet-farm{align-items:center;display:flex;height:100%;justify-content:center;position:relative;width:60%}.mint .wallet-reload-shop-container .wallet-farm .wallet-container-farm{align-items:center;display:flex;height:100%;justify-content:center;width:100%}.mint .wallet-reload-shop-container .wallet-farm .circle-wallet-name{border:4px solid #f39c12;border-radius:50%;border-top-color:transparent;height:180px;position:absolute;-webkit-transform:rotate(50deg);transform:rotate(50deg);width:180px}.mint .wallet-reload-shop-container .wallet-farm .honey-farm-circle{color:#fff;font-family:Rubix,sans-serif}.mint .wallet-reload-shop-container .wallet-farm .container-honey-farm{align-items:center;display:flex;flex-direction:column;height:100%;justify-content:center;margin-bottom:3%;width:100%}.mint .wallet-reload-shop-container .wallet-farm .container-honey-farm h3{color:#fff;font-family:Poppins,sans-serif;font-size:1.6rem;font-weight:700;margin-top:2%}.mint .wallet-reload-shop-container .wallet-farm .container-honey-farm div{align-items:center;display:flex;justify-content:center;width:100%}.mint .wallet-reload-shop-container .wallet-farm .container-honey-farm div p{color:hsla(0,0%,100%,.64);font-family:Poppins,sans-serif;font-size:.9rem;font-style:italic;margin-right:10px}.mint .wallet-reload-shop-container .wallet-farm .container-honey-farm div img{height:70%;object-fit:contain;width:10%}.mint .wallet-reload-shop-container .load-container{width:20%}.mint .wallet-reload-shop-container .load-container .reload-btn-farm{color:#fff;cursor:pointer;font-size:2rem;transition:.8s}.mint .container{background-color:transparent;border-radius:6px;display:flex;flex-direction:column;height:100%}.mint .container .info-box-container{display:none;padding:20px}.mint .container .info-box-container .info-box{background-color:rgba(19,22,47,.75);border:2px solid gray;border-radius:6px;display:flex;padding:10px}.mint .container .info-box-container .info-box svg{color:gray}.mint .container .info-box-container .info-box .text{align-items:center;display:flex;padding-left:5px}.mint .container .banner-container{border-radius:6px;height:300px;width:100%}.mint .container .banner-container img{border-top-left-radius:6px;border-top-right-radius:6px;height:100%;object-fit:cover;width:100%}.mint .container .containerTitleShop h2{background-color:#f39c12;color:#fff;font-family:Acme,sans-serif;font-size:2.5rem;padding:1%;text-align:center;text-transform:uppercase}.mint .container .menuMarket{display:flex;height:120px;justify-content:space-between;margin-bottom:2%;margin-top:2%;z-index:30}.mint .container .menuMarket .empty-shop-div{width:33.3%}.mint .container .menuMarket .item-menu-shop{align-items:center;display:flex;justify-content:space-around;width:33.3%}.mint .container .menuMarket .item-menu-shop a{align-items:center;color:#fff;cursor:pointer;display:flex;font-family:Acme,sans-serif;font-size:1.3rem;height:100%;justify-content:center;opacity:.7;padding:1%;text-align:center;text-decoration:none;width:100%}.mint .container .menuMarket .item-menu-shop a.active{background-color:hsla(0,0%,100%,.03);color:#f39c12;transition:.2s}.mint .container .mint-title-nft{flex-direction:column!important}.mint .container .mint-title-nft h3{margin-bottom:20px}.mint .container .mint-title-nft div{align-items:center;display:flex;justify-content:center}.mint .container .mint-title-nft div svg{height:40px;margin-right:20px}.mint .container .mint-title-nft div svg>path.b,.mint .container .mint-title-nft div svg>path.c{fill:#fff}.mint .container .mint-title-nft div p{color:#fff;font-family:Acme,sans-serif;font-size:1.7rem;font-weight:700}.mint .container .genTitle{align-items:center;display:flex;justify-content:center}.mint .container .genTitle h3{color:hsla(0,0%,100%,.97);font-family:Poppins,sans-serif;font-size:1.5rem;margin-top:2%;padding-bottom:.2%;text-align:center;text-transform:uppercase;width:58%}.mint .container .shop-container{display:flex;height:80vh;width:100%}.mint .container .shop-container .shop{align-items:center;display:flex;justify-content:center;width:100%}.mint .container .shop-container .shop .shop-item{align-items:center;background-color:hsla(0,0%,100%,.04);border:1px solid hsla(0,0%,100%,.2);border-radius:10px;color:#0e0e23;display:flex;flex-direction:column;height:85%;justify-content:space-between;margin:100px;opacity:.8;padding:1%;transition:.1s;width:25%}.mint .container .shop-container .shop .shop-item:hover{opacity:1;transition:.1s}.mint .container .shop-container .shop .shop-item .titleCard{align-items:center;display:flex;flex-direction:column;height:20%;justify-content:space-around;width:100%}.mint .container .shop-container .shop .shop-item .titleCard .heal-title{align-items:center;display:flex;font-size:1.5rem;justify-content:center}.mint .container .shop-container .shop .shop-item .titleCard .heal-title .heal-io{color:red;margin-left:15px}.mint .container .shop-container .shop .shop-item .titleCard .heal-title .io-shield{color:#f39c12;margin-left:15px}.mint .container .shop-container .shop .shop-item .titleCard h3{color:#fff;font-family:Acme,sans-serif;font-size:1.5rem;letter-spacing:4px;padding:2%;text-align:center;width:100%}.mint .container .shop-container .shop .shop-item .titleCard p{color:#fff;font-family:Acme,sans-serif;font-size:1rem;font-style:italic;line-height:25px;text-align:center;width:80%}.mint .container .shop-container .shop .shop-item .containerImg{align-items:center;display:flex;flex-direction:column;height:50%;justify-content:center;width:60%}.mint .container .shop-container .shop .shop-item img{height:80%;object-fit:contain;width:100%}.mint .container .shop-container .shop .shop-item .buyBtn{align-items:center;background-position:50%;background-repeat:no-repeat;background-size:contain;cursor:pointer;display:flex;justify-content:center;margin-top:10%;min-height:50px;position:relative;width:100%}.mint .container .shop-container .shop .shop-item .buyBtn p{color:#11132c;font-family:Poppins,sans-serif;font-size:.9rem;font-weight:700;left:50%;position:absolute;top:40%;-webkit-transform:translate(-50%,-50%);transform:translate(-50%,-50%)}.mint .container .shop-container .shop .shop-item .buyContainer{align-items:center;display:flex;justify-content:space-around;width:100%}.mint .container .shop-container .shop .shop-item .buyContainer select option:hover{box-shadow:inset 20px 20px #f39c12;color:#000}.mint .container .shop-container .shop .shop-item .buyContainer .cost{display:flex;flex-direction:column;justify-content:space-between;width:40%}.mint .container .shop-container .shop .shop-item .buyContainer .cost p{color:#fff;margin-top:5px}.mint .container .shop-container .shop .shop-item .buyContainer .cost .f-cost{margin-top:10px}.mint .container .shop-container .shop .shop-item .buyContainer .cost .totalCost{font-size:.9rem}.mint .container .shop-container .shop .shop-item .buyContainer .cost .totalCost .cost-honey{white-space:pre}.mint .container .shop-container .shop .shop-item .buyContainer .btnNumberBeast{align-items:center;color:#fff;display:flex;justify-content:center}.mint .container .shop-container .shop .shop-item .buyContainer select:active,.mint .container .shop-container .shop .shop-item .buyContainer select:hover{outline-color:red}.mint .container .shop-container .shop .shop-item .buyContainer .heal-pay{flex-direction:column!important;height:100%;justify-content:space-between!important}.mint .container .shop-container .shop .shop-item .buyContainer .heal-pay label{color:#fff;font-family:Poppins,sans-serif;font-size:.8rem;text-decoration:underline}.mint .container .shop-container .shop .shop-item .buyContainer .heal-pay #heal-select{background-color:transparent;border:2px solid #f39c12;border-radius:15px;color:#fff;cursor:pointer;font-family:Poppins,sans-serif;height:40px;margin-top:20px;padding:5% 3%;width:150px}.mint .container .shop-container .shop .shop-item .buyContainer .heal-pay #heal-select option{background-color:#0e0e23!important;font-family:Poppins,sans-serif}.item-menu-shop-phone{display:none}.price-net{white-space:pre!important}@media screen and (max-width:1400px){.genTitle{margin-top:2%}.shop-item{opacity:1!important;width:40%!important}.cost-honey,.price-net{white-space:normal!important}}@media screen and (max-width:1200px){.shop-item{margin:30px!important}}@media screen and (max-width:1000px){.shop{justify-content:space-around!important}.cost p{line-height:20px!important}}@media screen and (max-width:600px){.container{height:auto!important}.shop{flex-direction:column}.shop-item{height:100%!important;margin-top:50px!important;width:100%!important}.shop-item img{height:80%!important}}@media screen and (max-width:1000px){.shop-item{margin:0!important}}@media screen and (max-width:800px){.empty-shop-div{display:none!important}.menuMarket{justify-content:space-around!important}.item-menu-shop{height:70%;width:50%!important}.shop-container{height:auto!important;margin-top:4%}.shop{flex-direction:column}.titleCard{height:10%!important}.shop-item{background-color:transparent!important;border:none!important;height:600px!important;justify-content:space-around!important;margin-bottom:50px!important;padding:0!important;width:70%!important}.shop-item .containerImg img{height:80%!important}.titleCard{height:20%!important}}@media screen and (max-width:700px){.item-menu-shop{display:none!important}.item-menu-shop-phone{display:flex;flex-direction:column;height:100px;justify-content:space-around;width:100%!important}.item-menu-shop-phone a{border-radius:0;color:#fff;font-family:Acme,sans-serif;font-size:1.1rem;padding:4% 8%;text-decoration:none}.item-menu-shop-phone a.active{border-radius:10px;color:#f39c12}.item-menu-shop-phone .first-list{display:flex;justify-content:space-around;margin-bottom:5%}.item-menu-shop-phone .second-list{display:flex;justify-content:start;padding-left:2%;padding-right:2%}}@media screen and (max-width:650px){.wallet-reload-shop-container{display:none!important}.menuMarket{height:80px!important}}@media screen and (max-width:640px){.mint-title-nft p{font-size:1.5rem!important;text-align:center}.titleCard{height:auto!important}.titleCard h3{font-size:1.5rem!important}.titleCard p{font-size:.7rem!important}.buyBtn{margin-top:-5px!important;min-height:60px!important}.buyBtn p{font-size:1.2rem!important}.genTitle{height:80px;margin-top:50px}.genTitle h3{display:flex;font-size:2rem!important;justify-content:center;width:100%!important}.containerTitleShop h2{font-size:2rem!important;padding-bottom:4%!important;padding-top:4%!important}}@media screen and (max-width:550px){.menuMarket{height:50px!important}.shop-item{width:100%!important}.titleCard{height:15%!important}.titleCard p{font-size:1rem!important}}@media screen and (max-width:450px){.containerImg{height:40%!important}.containerImg img{height:100%!important}.buyContainer{width:90%!important}}@media screen and (max-width:400px){.shop-item{height:500px!important}}@media screen and (max-width:370px){.mint-title-nft p{font-size:1.2rem!important}.mint-title-nft svg{height:20px!important}.heal-btn,.protect-btn{margin-top:20px!important}.protect-btn{margin-bottom:20px}.shop-item{height:550px!important}.cost-honey{font-size:.8rem;white-space:pre!important}}@media screen and (max-width:330px){.cost-honey{white-space:normal!important}}@-webkit-keyframes jello-horizontal{0%{-webkit-transform:scaleX(1);transform:scaleX(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:scaleX(1);transform:scaleX(1)}}@keyframes jello-horizontal{0%{-webkit-transform:scaleX(1);transform:scaleX(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:scaleX(1);transform:scaleX(1)}}.jello-horizontal{-webkit-animation:jello-horizontal .9s 1.8s both;animation:jello-horizontal .9s 1.8s both}.fade-in{-webkit-animation:fade-in 2.2s cubic-bezier(.39,.575,.565,1) both;animation:fade-in 2.2s cubic-bezier(.39,.575,.565,1) both}.fade-inQuick{-webkit-animation:fade-in .5s cubic-bezier(.39,.575,.565,1) both;animation:fade-in .5s cubic-bezier(.39,.575,.565,1) both}.wallet-connect{height:100vh;width:100%}.wallet-connect .wallet-container{border-radius:6px;box-shadow:0 16px 12px #0e0e23;display:flex;flex-direction:column;height:100%}.wallet-connect .wallet-container .content{background-color:#161925;border-radius:6px;box-shadow:0 6px 30px rgba(0,0,0,.4);display:flex;flex-direction:column;font-family:Poppins,sans-serif;margin:auto;min-width:500px;overflow-y:auto;padding:30px 40px;white-space:normal;z-index:1}.wallet-connect .wallet-container .content .connect-modal{display:flex;flex-direction:column;width:100%}.wallet-connect .wallet-container .content .title{align-items:center;border-bottom:1px solid rgba(113,119,144,.25);color:#f9fafb;display:flex;justify-content:space-between;padding-bottom:20px}.wallet-connect .wallet-container .content .text,.wallet-connect .wallet-container .content .title{font-family:Acme,sans-serif}.wallet-connect .wallet-container .content .text{color:#f9fafb;font-size:15px;font-weight:400;line-height:1.8em;margin:20px 0;white-space:normal}.wallet-connect .wallet-container .content .action-wrapper{margin-left:auto;margin-top:auto}.wallet-connect .wallet-container .content .action-button{background-color:gray;border:none;border-radius:20px;color:#fff;font-family:Poppins,sans-serif;font-size:13px;margin-top:16px;padding:8px 26px;transition:.3s;white-space:nowrap}.wallet-connect .wallet-container .content .action-button-active,.wallet-connect .wallet-container .content .action-button-hover{background-color:#3a6df0;cursor:pointer;transition:.3s}@media screen and (max-width:650px){.wallet-connect .wallet-container{box-shadow:none}.wallet-connect .wallet-container .content{min-width:auto}.wallet-connect .wallet-container .content .text{margin:auto;padding:15px 0 5px}.wallet-connect .wallet-container .content .action-wrapper{margin:auto}}.loading-p{color:#fff}@media screen and (max-width:600px){.wallet-container .content{margin-top:46%!important}}@-webkit-keyframes fadeIt{0%{background-color:rgba(0,0,0,.1)}to{background-color:rgba(0,0,0,.4)}}.reveal-animation{-webkit-animation:fade-in 1s cubic-bezier(.25,.46,.45,.94) .8s both;animation:fade-in 1s cubic-bezier(.25,.46,.45,.94) .8s both}.container-hive-reveal{display:flex;flex-direction:column;height:40%!important}.beast-height-reveal{height:40%!important}.stats-reveal{align-items:center;border-bottom:1px solid hsla(0,0%,100%,.4);color:hsla(0,0%,100%,.93);display:flex;font-family:Poppins,sans-serif;font-weight:700;height:30px;justify-content:space-between;padding-bottom:1.5%;width:70%}.stats-reveal .reveal-img-gem{align-items:center;display:flex;justify-content:center}.stats-reveal .reveal-img-gem img{height:20px;margin-left:15px}.stats-reveal .statistics-title .vitality-svg-reveal>path.b,.stats-reveal .statistics-title .vitality-svg-reveal>path.c{fill:red!important}.stats-reveal .statistics-title svg{height:30px}.stats-reveal .statistics-title svg>path.b{fill:#fff}.stats-reveal .statistics-title svg>path.c{fill:#f39c12!important}.stats-reveal .statistics-title svg>path.d{fill:#fff}.lootbox-popup{-webkit-animation:fadeIt 1s ease-in-out;animation:fadeIt 1s ease-in-out;background-color:rgba(0,0,0,.91);background-image:none!important;display:flex;height:100%;left:0;overflow:auto;position:fixed;top:0;width:100%;z-index:100}.lootbox-popup .content{background:linear-gradient(rgba(0,0,0,.9),rgba(0,0,0,.5)),url(/static/media/bg-crypto-bee.8ab5402f9803b12901ec.png);background-repeat:no-repeat;background-size:cover;border:1px solid hsla(0,0%,100%,.48);border-radius:25px;display:flex;flex-direction:column;height:500px;justify-content:space-between;margin:auto;padding:0 20px 20px;width:500px}.lootbox-popup .content .reveal-title{padding-bottom:2%}.lootbox-popup .content .reveal-title h3{color:#fff;font-family:Acme,sans-serif;font-size:1.5rem;text-align:center;text-transform:uppercase}.lootbox-popup .content-title{align-items:center;border-bottom:1px solid rgba(113,119,144,.25);color:#fff;display:none;font-family:Acme,sans-serif;justify-content:space-between;padding-bottom:10px;text-transform:uppercase}.lootbox-popup .content-title .close{color:#fff;margin-left:auto}.lootbox-popup .content .containerStats{align-items:center;display:flex;flex-direction:column;height:70%;justify-content:center}.lootbox-popup .content .containerStats p{color:#fff;font-family:Acme,sans-serif;font-style:italic;line-height:30px;text-align:center}.lootbox-popup .content .containerStats div{border-bottom:1px solid hsla(0,0%,100%,.11);display:flex;justify-content:space-between;padding-bottom:1%;width:80%}.lootbox-popup .content .containerStats div p{color:#fff;font-family:Poppins,sans-serif;font-size:1rem}.lootbox-popup .content .containerStats .bears-stats{color:#fff}.lootbox-popup .content .receive-nft{display:flex;flex-direction:column;justify-content:space-around!important}.lootbox-popup .content .receive-nft .reveal-img-rarity{align-items:center;display:flex;flex-direction:column;height:90%!important;justify-content:center}.lootbox-popup .content .receive-nft .reveal-img-rarity img{height:80%;object-fit:contain}.lootbox-popup .content .reveal-stats{background-color:#301c14!important;height:35%}.lootbox-popup .content .image{align-items:center;-webkit-animation:fadeIn;animation:fadeIn;-webkit-animation-duration:2s;animation-duration:2s;border-radius:10px;display:flex;height:50%;justify-content:center;z-index:120!important}.lootbox-popup .content .image img{align-items:center;display:flex;height:100%;justify-content:center;object-fit:contain;width:100%}.lootbox-popup .content .image .next-btn{cursor:pointer;margin:auto auto auto 50px}.lootbox-popup .content .image .next-btn svg{background:rgba(113,119,144,.25);border-radius:50%;color:gray;padding:5px;width:32px}.lootbox-popup .content .image .next-btn svg:hover{-webkit-animation:heartBeat;animation:heartBeat;-webkit-animation-duration:2s;animation-duration:2s;color:#fff}.lootbox-popup .content .informations{align-items:center;display:flex;flex-direction:column;flex-wrap:wrap;height:100%;justify-content:space-between;margin:20px}.lootbox-popup .content .informations h5{color:#fff;font-family:Acme,sans-serif;font-style:italic;text-align:center}.lootbox-popup .content .informations .statistics{-webkit-animation:fadeIn;animation:fadeIn;-webkit-animation-duration:2s;animation-duration:2s;padding:5px 0}.lootbox-popup .content .reveal-next{align-items:center;display:flex;height:50px;justify-content:center;width:100%}.lootbox-popup .content .reveal-next .arrow-right{font-size:1.8rem;margin-left:10px}.lootbox-popup .content .reveal-next button{align-items:center;background-color:#f39c12;border:none;border-radius:10px;color:#fff;cursor:pointer;display:flex;font-family:Acme,sans-serif;font-size:1.2rem;height:100%;justify-content:center;width:50%}.lootbox-popup .content .reveal{align-items:center;display:flex;height:50px;justify-content:center;width:100%}.lootbox-popup .content .reveal button{-webkit-animation:heartbeat 2s ease-in-out infinite both;animation:heartbeat 2s ease-in-out infinite both;background-color:#f39c12;border:none;border-radius:10px;color:#fff;cursor:pointer;font-family:Acme,sans-serif;font-size:1rem;height:100%;width:50%}.reveal-page{display:flex;flex-direction:column;height:50%;justify-content:space-around}@-webkit-keyframes heartbeat{0%{-webkit-animation-timing-function:ease-out;animation-timing-function:ease-out;-webkit-transform:scale(1);transform:scale(1);-webkit-transform-origin:center center;transform-origin:center center}10%{-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in;-webkit-transform:scale(.91);transform:scale(.91)}17%{-webkit-animation-timing-function:ease-out;animation-timing-function:ease-out;-webkit-transform:scale(.98);transform:scale(.98)}33%{-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in;-webkit-transform:scale(.87);transform:scale(.87)}45%{-webkit-animation-timing-function:ease-out;animation-timing-function:ease-out;-webkit-transform:scale(1);transform:scale(1)}}@media screen and (max-width:650px){.content{margin-left:5%!important;margin-right:5%!important}}.slide-inS{-webkit-animation:slide-in-bottom 1s cubic-bezier(.25,.46,.45,.94) .5s both;animation:slide-in-bottom 1s cubic-bezier(.25,.46,.45,.94) .5s both}.slide-inM{-webkit-animation:slide-in-left 1s cubic-bezier(.25,.46,.45,.94) .8s both;animation:slide-in-left 1s cubic-bezier(.25,.46,.45,.94) .8s both}.slide-inQ{-webkit-animation:slide-in-right 1s cubic-bezier(.25,.46,.45,.94) 1s both;animation:slide-in-right 1s cubic-bezier(.25,.46,.45,.94) 1s both}.slide-inM-battle{-webkit-animation:slide-in-left 1s cubic-bezier(.25,.46,.45,.94) .3s both;animation:slide-in-left 1s cubic-bezier(.25,.46,.45,.94) .3s both}.slide-inQ-battle{-webkit-animation:slide-in-right 1s cubic-bezier(.25,.46,.45,.94) .2s both;animation:slide-in-right 1s cubic-bezier(.25,.46,.45,.94) .2s both}.slide-in-top{-webkit-animation:slide-in-top .8s cubic-bezier(.25,.46,.45,.94) both;animation:slide-in-top .8s cubic-bezier(.25,.46,.45,.94) both}.COMMUN-reveal,.EPIC-reveal,.LEGENDARY-reveal,.RARE-reveal{font-size:1.3rem}.COMMUN-reveal{color:#fff!important;text-shadow:#fff 0 4px 20px}.RARE-reveal{color:#6dbf41!important;text-shadow:#6dbf41 0 4px 20px!important}.EPIC-reveal{color:#a288e3!important;text-shadow:#a288e3 0 4px 20px!important}.LEGENDARY-reveal{color:#fde74c!important;text-shadow:#fde74c 0 4px 20px!important}.h-40{height:40%!important}.h-100{height:100%!important}.inventory{display:flex;flex-direction:column;height:auto;justify-content:space-between;min-height:120vh;padding-left:3%;padding-right:3%;padding-top:3%;-webkit-user-select:none;-o-user-select:none;user-select:none;width:100%}.inventory-content{width:80%}.inventory-filter-container{display:flex;width:20%}.inventory .banner-container{border-radius:6px;display:flex;height:20%;justify-content:center;width:100%}.inventory .banner-container img{border-top-left-radius:6px;border-top-right-radius:6px;height:100%;object-fit:cover;width:100%}.inventory .title-inventory{align-items:center;background-color:#0e0e23;display:flex;height:auto;justify-content:center}.inventory .title-inventory h2{border-bottom:2px solid hsla(0,0%,100%,.19);border-top:2px solid hsla(0,0%,100%,.19);color:#fff;font-family:Acme,sans-serif;font-size:2.5rem;padding:1%;text-align:center;text-transform:uppercase;width:100%}.inventory .inventory-list{height:100px}.inventory .containerInventory{align-items:center;display:flex;height:50%;justify-content:center;position:relative}.inventory .containerInventory .item-choose{display:flex;height:70%;justify-content:center;width:60%}.inventory .containerInventory .item-filter{display:flex;flex-direction:column;height:85%;justify-content:space-between;left:5%;opacity:.7;padding-top:1%;position:absolute;transition:.2s;width:16%}.inventory .containerInventory .item-filter:hover{opacity:1;transition:.2s}.inventory .containerInventory .item-filter h5{align-items:center;color:#fff;display:flex;font-family:Acme,sans-serif;font-size:1.5rem;height:auto;justify-content:space-around;margin-bottom:20px;padding:4%;text-align:center}.inventory .containerInventory .item-filter .raretyFilter{background-color:transparent;display:flex;flex-direction:column;height:80%;justify-content:space-around;padding:8%}.inventory .containerInventory .item-filter .raretyFilter input[type=checkbox]{cursor:pointer;position:relative}.inventory .containerInventory .item-filter .raretyFilter input[type=checkbox]:before{background-color:#fff;border:2px solid #fff;border-radius:4px;content:"";display:block;height:16px;left:0;position:absolute;top:0;width:16px}.inventory .containerInventory .item-filter .raretyFilter input[type=checkbox]:checked:after{border:1px solid #11132c;border-width:0 2px 2px 0;content:"";display:block;height:10px;left:6px;position:absolute;top:2px;-webkit-transform:rotate(45deg);transform:rotate(45deg);width:7px}.inventory .containerInventory .item-filter .raretyFilter .containerInput{background-color:transparent;border:2px solid rgba(243,156,18,.55);border-radius:5px;box-shadow:0 2px 12px 0 rgba(243,156,18,.82);cursor:pointer;display:flex;flex-direction:column;height:100%;justify-content:space-between;padding:10%;text-align:left;width:100%}.inventory .containerInventory .item-filter .raretyFilter .containerInput label{cursor:pointer;display:flex;font-family:Poppins,sans-serif;font-size:.7rem;font-weight:700;opacity:1;text-shadow:none!important}.inventory .containerInventory .item-filter .raretyFilter .containerInput label input[type=checkbox]{margin-right:30px;margin-top:-3%;padding:5px}.inventory .containerInventory .item-filter .raretyFilter .empty-filter{height:10%!important}.inventory .containerInventory .item-img{align-items:center;display:flex;flex-direction:column;height:100%;justify-content:center;width:50%}.inventory .containerInventory .item-img img{height:210px;object-fit:contain}.inventory .containerInventory .item-img .farm-button-inventory-container{align-items:center;display:flex;flex-direction:column;height:20%;justify-content:space-between;width:100%}.inventory .containerInventory .item-img .farm-button-inventory-container p{align-items:center;color:#fff;display:flex;font-family:Poppins,sans-serif;font-size:.9rem;justify-content:center}.inventory .containerInventory .item-img .farm-button-inventory-container p svg{height:20px;margin-left:10px}.inventory .containerInventory .item-img .farm-button-inventory-container p svg>path.b{fill:#fff}.inventory .containerInventory .item-img .farm-button-inventory-container p svg>path.c{fill:#f39c12}.inventory .containerInventory .item-img .farm-button-inventory-container button{background-color:#f39c12;border:none;border-radius:25px;color:#fff;cursor:pointer;font-family:Acme;font-size:1rem;margin-top:5%;opacity:.8;padding:2% 0;transition:.2s;width:40%}.inventory .containerInventory .item-img .farm-button-inventory-container button:hover{opacity:1;transition:.2s}.inventory .containerInventory .item-img .farm-button-inventory-container p :first-letter{text-transform:uppercase}.inventory .containerInventory .item-img h3{color:#fff;font-family:Acme,sans-serif;height:10%;text-align:left}.inventory .containerInventory .item-img p{align-items:center;color:#fff;display:flex;font-family:Poppins,sans-serif;font-size:1.2rem;font-weight:700;justify-content:center;margin-top:4%;text-align:center;width:100%}.inventory .containerInventory .item-content{align-items:end;color:#fff;display:flex;flex-direction:column;height:100%;justify-content:space-between;width:40%}.inventory .containerInventory .item-content .titleRarity{border-bottom:1px solid hsla(0,0%,100%,.16);display:flex;flex-direction:column;height:20%;justify-content:end;text-align:right;width:60%}.inventory .containerInventory .item-content .titleRarity h4{font-family:Acme,sans-serif;font-size:1rem;padding-bottom:2%}.inventory .containerInventory .item-content .titleRarity h3{color:#fff;font-family:Acme,sans-serif;font-size:2rem;font-weight:700;text-transform:uppercase}.inventory .containerInventory .item-content .boxStats{align-items:center;background-color:hsla(235,6%,63%,.06);border:2px solid rgba(243,156,18,.55);box-shadow:0 2px 12px 0 rgba(243,156,18,.82);display:flex;flex-direction:column;height:50%;justify-content:space-around;width:100%}.inventory .containerInventory .item-content .boxStats .containerPoints{display:flex;justify-content:space-between;padding-left:5%;padding-right:5%;width:100%}.inventory .containerInventory .item-content .boxStats .containerPoints p{color:#fff;font-family:Acme,sans-serif}.inventory .containerInventory .item-content .boxStats .containerPoints .keyStats{color:#fff;font-size:1.1rem;font-style:italic;text-decoration:underline}.inventory .containerInventory .item-content .boxStats .containerPoints .valueStats{font-size:1rem}.inventory .containerInventory .item-content .boxStats .containerPoints .value-product{align-items:center;display:flex;justify-content:center}.inventory .containerInventory .item-content .boxStats .containerPoints .value-product img{height:20px;margin-left:10px}.inventory .container-arrow-inventory{display:flex;justify-content:center;width:100%}.inventory .container-arrow-inventory div{align-items:center;display:flex;justify-content:space-around;width:50%}.inventory .container-arrow-inventory div .arrow-left-inventory{-webkit-transform:rotate(180deg)!important;transform:rotate(180deg)!important}.inventory .container-arrow-inventory svg{background-color:hsla(0,0%,100%,.88);border-radius:40px;cursor:pointer;height:35px;opacity:.8;transition:.2s;width:35px}.inventory .container-arrow-inventory svg:hover{opacity:1;transition:.2s}.inventory .container-arrow-inventory svg>path.b,.inventory .container-arrow-inventory svg>path.c,.inventory .container-arrow-inventory svg>path.d{fill:transparent!important}.inventory .containerInventoryList{display:flex;height:20%}.inventory .containerInventoryList .inventory-list{display:flex;height:auto;padding-left:2%;width:100%}.inventory .containerInventoryList .inventory-list .inventory-small-item{align-items:center;background-color:hsla(0,0%,100%,.01);border:1px solid hsla(0,0%,100%,.09);cursor:pointer;display:flex;flex-direction:column;height:120px;justify-content:space-around;opacity:.8;transition:.2s;width:120px}.inventory .containerInventoryList .inventory-list .inventory-small-item:hover{opacity:1;transition:.2s}.inventory .containerInventoryList .inventory-list .inventory-small-item img{height:60px}.inventory .containerInventoryList .inventory-list .inventory-small-item p{font-family:Acme,sans-serif;font-size:.8rem;font-style:italic;font-weight:700}.inventory .inventory-empty{align-items:center;display:flex;height:100%;justify-content:center}.inventory .inventory-empty div{align-items:center;display:flex;height:50%;justify-content:center}.inventory .inventory-empty div img{height:250px;margin-right:50px;object-fit:contain}.inventory .inventory-empty div p{color:#fff;font-family:Acme,sans-serif;font-size:1.5rem;font-style:italic}.inventory .inventory-empty div div{display:flex;flex-direction:column;height:50%;justify-content:space-around}.inventory .inventory-empty div div button{align-items:center;background-color:#f39c12;border:none;border-radius:25px;color:#fff;cursor:pointer;display:flex;font-family:Poppins,sans-serif;font-size:1rem;height:25%;justify-content:center;width:50%}.inventory .select-beast-container{display:flex;height:10%;justify-content:center;z-index:30}.inventory .select-beast-container .containerBeastChoice{align-items:center;display:flex;justify-content:space-around;width:50%}.inventory .select-beast-container .containerBeastChoice p{opacity:.5;transition:.2s}.inventory .select-beast-container .containerBeastChoice p:hover{opacity:1;transition:.2s}.inventory .select-beast-container .containerBeastChoice .active-title{color:#f39c12;opacity:1!important}.inventory .select-beast-container .containerBeastChoice .beastChoice{align-items:center;border:1px solid #0e0e23;display:flex;flex-direction:column;height:100%;justify-content:center;transition:.2s;width:100%}.inventory .select-beast-container .containerBeastChoice .beastChoice:hover{background-color:hsla(0,0%,100%,.03);transition:.2s}.inventory .select-beast-container .containerBeastChoice p{align-items:center;color:#fff;cursor:pointer;display:flex;font-family:Acme,sans-serif;font-size:1.3rem;height:100%;justify-content:center;opacity:.7;padding:1%;text-align:center;width:100%}.inventory .load-more{align-items:center;cursor:pointer;display:flex;justify-content:center;width:10%}.inventory .load-more p{color:#fff;font-family:Acme,sans-serif;font-size:1rem;text-align:center}.filter-container-phone{align-items:start;display:none;flex-direction:column;height:auto;justify-content:start;padding-left:5%}.filter-container-phone .filter-phone-btn{align-items:center;background-color:#f39c12;border:2px solid hsla(0,0%,100%,.54);border-radius:5px;display:flex;height:auto;justify-content:space-between;min-height:40px;padding:0 1%;width:10%}.filter-container-phone .filter-phone-btn .arrow-down,.filter-container-phone .filter-phone-btn p{color:#fff}.filter-container-phone .filter-phone-btn p{font-family:Acme,sans-serif;font-size:.8rem}.filter-container-phone .filter-phone-content{background-color:#f39c12;border:2px solid hsla(0,0%,100%,.54);border-radius:10px;display:flex;flex-direction:column;height:auto;justify-content:space-around;margin-top:15px;padding:5px 10px;width:60%}.filter-container-phone .filter-phone-content label{align-items:center;color:hsla(0,0%,100%,.89);display:flex;font-family:Acme,sans-serif;font-size:.8rem;justify-content:space-between;margin:0;padding:2%}.filter-container-phone .filter-phone-content label input[type=checkbox]{cursor:pointer;position:relative}.filter-container-phone .filter-phone-content label input[type=checkbox]:before{background-color:#fff;border:2px solid #fff;border-radius:2px;content:"";display:block;height:13px;left:0;position:absolute;top:0;width:13px}.filter-container-phone .filter-phone-content label input[type=checkbox]:checked:after{border:1px solid #11132c;border-width:0 2px 2px 0;content:"";display:block;height:8px;left:5px;position:absolute;top:2px;-webkit-transform:rotate(45deg);transform:rotate(45deg);width:5px}@media screen and (max-width:1600px){.containerInput{padding:15%!important}}@media screen and (max-width:1400px){.item-choose{justify-content:space-around!important;width:100%!important}.item-filter{left:0!important}.container-arrow-right-inventory{display:none!important}}@media screen and (max-width:1230px){.inventory{min-height:150vh}.item-filter{display:none!important}.filter-container-phone{display:flex!important}}@media screen and (max-width:1000px){.inventory{min-height:120vh!important}.filter-phone-btn{width:15%!important}}@media screen and (max-width:900px){.keyStats,.valueStats{font-size:.8rem!important}}@media screen and (max-width:830px){.containerBeastChoice{width:80%!important}.containerInventoryList{flex-direction:column!important;height:200px!important;justify-content:space-around;margin-top:2%}.inventory-small-item{background-color:transparent!important;border:none!important;height:100%!important;width:100%!important}.inventory-small-item img{height:80%!important;width:80%!important}.load-more{margin-top:5%;text-align:center;width:100%!important}.react-multiple-carousel__arrow{background-color:transparent!important;min-width:0!important}}@media screen and (max-width:680px){.inventory-empty div{flex-direction:column!important;height:60%!important}.inventory-empty div div{justify-content:center!important}.inventory-empty div div p{margin-bottom:30px;text-align:center!important}.inventory-empty div div button{height:20%!important}.inventory-empty div img{height:40%!important;margin-right:0!important}.titleRarity{margin-bottom:2%!important}.filter-phone-btn{padding-left:5px!important;padding-right:5px!important;width:100px!important}.inventory{height:auto!important}.item-content{margin:20% 0 10%!important}.select-beast-container{margin-bottom:5%;margin-top:5%}.select-beast-container .containerBeastChoice{width:100%!important}.container-arrow-inventory{margin:4% 0!important}.item-img{margin-top:0!important}.item-img img{height:150px!important;width:70%!important}.item-choose{flex-direction:column;justify-content:space-between}.item-img{justify-content:center;margin-top:5%;padding-left:5%;padding-right:5%;width:100%!important}.containerInventoryList{padding:2% 0!important}.item-content{margin-top:15%;padding-left:5%;padding-right:5%;width:100%!important}.item-content .titleRarity h3{font-size:1.8rem!important}.item-content .titleRarity h4{font-size:.8rem!important}.boxStats{height:150px!important;justify-content:space-around!important;padding-bottom:5%;padding-top:5%}}@media screen and (max-width:550px){.titleRarity{border-bottom:none!important;margin-bottom:2%!important;padding-bottom:2%!important;width:100%!important}}@media screen and (max-width:500px){.farm-button-inventory-container button{margin-bottom:5%!important;padding:3% 0!important;width:60%!important}}@media screen and (max-width:430px){.inventory-empty div p{font-size:1rem!important;text-align:center!important}.inventory-empty div button{font-size:1rem!important;height:20%!important;width:100%!important}}@media screen and (max-width:400px){.filter-phone-btn{justify-content:space-around!important}}.COMMUN{color:#fff!important;text-shadow:#fff 1px 1px 3px}.RARE{color:#27ae60!important;text-shadow:#27ae60 1px 1px 3px}.EPIC{color:#de4bde!important;text-shadow:#de4bde 1px 1px 3px}.LEGENDARY{color:gold!important;text-shadow:gold 1px 1px 2px}.EVENTS{color:#f53f3f!important;text-shadow:#f53f3f 1px 1px 2px}.active-type{background-color:hsla(0,0%,100%,.03);border-bottom:1px solid #f39c12;color:#f39c12!important;font-weight:700;opacity:1!important}.react-multiple-carousel__arrow--right{right:1px}.containerHome{padding:3%}.fContainer{display:flex;height:80%;justify-content:space-between;padding:2%}.fContainer .tokenContainer{background-color:rgba(17,19,44,.24);border:2px solid hsla(0,0%,100%,.13);border-bottom-left-radius:25px;border-bottom-right-radius:25px;display:flex;flex-direction:column;height:80%;width:40%}.fContainer .tokenContainer .exchanges{align-items:center;display:flex;height:20%;justify-content:space-around}.fContainer .tokenContainer .exchanges .pancake{height:60%}.fContainer .tokenContainer .exchanges .binance{height:50%}.fContainer .tokenContainer .tokenomics{align-items:center;border-top:2px solid hsla(0,0%,100%,.13);color:#0e0e23;display:flex;height:80%;justify-content:center}.fContainer .tokenContainer .tokenomics iframe{border-bottom-left-radius:25px;border-bottom-right-radius:25px;height:100%;width:100%}.fContainer .tokenContainer .tokenomics h3{color:hsla(0,0%,100%,.62);font-family:Poppins,sans-serif;font-size:1.5rem;font-style:italic;text-align:center}.fContainer .twitterContainer{display:flex;flex-direction:column;height:100%;width:25%}.fContainer .twitterContainer h2{border-bottom:1px solid hsla(0,0%,100%,.22);color:#55adee;font-family:Poppins,sans-serif;font-size:1.2rem;margin-bottom:5%;padding-bottom:10px;text-align:left}.fContainer .twitterContainer .twitter{display:none!important}.discord-claim-container{display:flex;flex-direction:column;height:100%;justify-content:start;width:25%}.discord-claim-container .claim-container-dash{border-radius:20px;box-shadow:0 2px 10px 0 #f39c12;display:flex;flex-direction:column;height:40%;padding:4%;width:100%}.discord-claim-container .claim-container-dash .token-container{display:flex;height:50%}.discord-claim-container .claim-container-dash .token-container .img-token{align-items:center;display:flex;height:100%;justify-content:center;margin-right:5%;width:30%}.discord-claim-container .claim-container-dash .token-container .img-token img{height:50%;object-fit:contain}.discord-claim-container .claim-container-dash .token-container .nb-token-container{align-items:end;display:flex;flex-direction:column;justify-content:start;padding:3%;width:60%}.discord-claim-container .claim-container-dash .token-container .nb-token-container .name-token{color:#f39c12;display:flex;justify-content:end;margin-bottom:5%;width:100%}.discord-claim-container .claim-container-dash .token-container .nb-token-container .nb-token{border-bottom:1px solid hsla(0,0%,100%,.25);color:#fff;display:flex;font-family:Rubik,sans-serif;font-size:1.2rem;justify-content:end;padding-bottom:2%;width:100%}.discord-claim-container .container-msg-claim{align-items:center;display:flex;height:20%;justify-content:center;width:100%}.discord-claim-container .container-msg-claim svg{height:30px;margin-right:20px}.discord-claim-container .container-msg-claim svg>path.b,.discord-claim-container .container-msg-claim svg>path.c{fill:#fff}.discord-claim-container .container-msg-claim p{color:#fff;font-family:Acme,sans-serif;font-size:1rem;text-decoration:underline}.discord-claim-container .container-btn-claim{align-items:end;display:flex;height:25%;justify-content:center;width:100%}.discord-claim-container .container-btn-claim button{align-items:center;background-color:#f39c12;border:none;border-radius:25px;color:#fff;cursor:pointer;display:flex;font-family:Poppins,sans-serif;font-size:.8rem;height:70%;justify-content:center;width:70%}.discord-claim-container .container-btn-claim button img{height:70%;margin-left:15px;object-fit:contain}.discord-claim-container .discord-container{border-radius:20px;display:flex;flex-direction:column;height:40%;justify-content:space-between;padding:5%;width:100%}.discord-claim-container .discord-container img{height:50%;object-fit:contain}.discord-claim-container .discord-container .text-discord-dash{display:flex;justify-content:center}.discord-claim-container .discord-container .text-discord-dash h3{border-bottom:1px solid hsla(0,0%,100%,.27);color:#fff;font-size:.9rem;padding-bottom:2%;text-align:center;width:80%}.discord-claim-container .discord-container .btn-join-discord{align-items:center;display:flex;height:15%;justify-content:center;width:100%}.discord-claim-container .discord-container .btn-join-discord button{background-color:#4255d4;border:none;border-radius:25px;color:#fff;cursor:pointer;font-family:Poppins,sans-serif;height:100%;width:60%}.fContainer-phone{display:none;flex-direction:column;height:auto;overflow:hidden}.fContainer-phone .tokenomics-twitter-phone{align-items:center;display:flex;height:50%;padding:2%;width:100%}.fContainer-phone .tokenomics-twitter-phone .container-news-phone,.fContainer-phone .tokenomics-twitter-phone .container-twitter-phone{height:100%}.fContainer-phone .tokenomics-twitter-phone .container-news-phone{align-items:center;display:flex;flex-direction:column;width:60%}.fContainer-phone .tokenomics-twitter-phone .container-news-phone .header-news-phone{align-items:center;border-bottom:2px solid hsla(0,0%,100%,.31);display:flex;height:20%;justify-content:space-between;padding:2%;width:80%}.fContainer-phone .tokenomics-twitter-phone .container-news-phone .header-news-phone img{height:80%;object-fit:contain;width:40%}.fContainer-phone .tokenomics-twitter-phone .container-news-phone .container-iframe-phone{height:80%;padding:5%;width:100%}.fContainer-phone .tokenomics-twitter-phone .container-news-phone .container-iframe-phone iframe{border-radius:25px;height:100%;width:100%}.fContainer-phone .tokenomics-twitter-phone .container-twitter-phone{display:flex;flex-direction:column;width:40%}.fContainer-phone .tokenomics-twitter-phone .container-twitter-phone .container-title-twitter-phone{align-items:start;display:flex;flex-direction:column;height:20%;justify-content:center;padding:2%}.fContainer-phone .tokenomics-twitter-phone .container-twitter-phone .container-title-twitter-phone h2{align-items:center;border-bottom:1px solid hsla(0,0%,100%,.22);color:#55adee;display:flex;font-family:Poppins,sans-serif;font-size:1.2rem;justify-content:space-between;margin-bottom:5%;padding-bottom:10px;text-align:left;width:100%}.fContainer-phone .tokenomics-twitter-phone .container-twitter-phone .container-title-twitter-phone .logo-twitter-phone{font-size:1.5rem}.fContainer-phone .tokenomics-twitter-phone .container-twitter-phone .twitter-phone{height:80%}.fContainer-phone .claim-discord-phone{display:flex;height:50%;justify-content:space-around}.fContainer-phone .claim-discord-phone .claim-container-phone{align-items:start;display:flex;justify-content:center;width:60%}.fContainer-phone .claim-discord-phone .claim-container-phone .claim-block-phone{background-color:rgba(43,43,64,.14);border:1px solid hsla(0,0%,100%,.42);border-radius:30px;display:flex;flex-direction:column;height:250px;justify-content:space-between;padding:5%;width:90%}.fContainer-phone .claim-discord-phone .claim-container-phone .claim-block-phone .header-claim-phone{align-items:center;border-bottom:1px solid hsla(0,0%,100%,.3);display:flex;height:20%;justify-content:space-between;padding:2% 2% 3%}.fContainer-phone .claim-discord-phone .claim-container-phone .claim-block-phone .header-claim-phone p{color:#fff;font-family:Acme,sans-serif;font-size:1.3rem;font-style:normal}.fContainer-phone .claim-discord-phone .claim-container-phone .claim-block-phone .header-claim-phone img{height:100%;object-fit:contain;-o-object-fit:contain}.fContainer-phone .claim-discord-phone .claim-container-phone .claim-block-phone .nb-claim-phone{align-items:center;display:flex;flex-direction:column;height:40%;justify-content:space-around}.fContainer-phone .claim-discord-phone .claim-container-phone .claim-block-phone .nb-claim-phone .nb-phone{color:#fff;font-family:Acme,sans-serif;font-size:2rem;letter-spacing:5px}.fContainer-phone .claim-discord-phone .claim-container-phone .claim-block-phone .nb-claim-phone .nb-phone span{color:#f39c12;font-family:Poppins,sans-serif;font-size:1.1rem;letter-spacing:normal}.fContainer-phone .claim-discord-phone .claim-container-phone .claim-block-phone .nb-claim-phone div{align-items:center;display:flex;justify-content:center;width:100%}.fContainer-phone .claim-discord-phone .claim-container-phone .claim-block-phone .nb-claim-phone div svg{height:20px;margin-right:10px}.fContainer-phone .claim-discord-phone .claim-container-phone .claim-block-phone .nb-claim-phone div svg>path.b,.fContainer-phone .claim-discord-phone .claim-container-phone .claim-block-phone .nb-claim-phone div svg>path.c{fill:#fff}.fContainer-phone .claim-discord-phone .claim-container-phone .claim-block-phone .nb-claim-phone div p{color:#fff;font-family:Acme,sans-serif;text-decoration:underline}.fContainer-phone .claim-discord-phone .claim-container-phone .claim-block-phone .claim-btn-phone-container{align-items:center;display:flex;height:20%;justify-content:center}.fContainer-phone .claim-discord-phone .claim-container-phone .claim-block-phone .claim-btn-phone-container button{align-items:center;background-color:#f39c12;border:none;border-radius:25px;color:#fff;display:flex;font-family:Acme,sans-serif;font-size:1rem;height:100%;justify-content:center;width:80%}.fContainer-phone .claim-discord-phone .claim-container-phone .claim-block-phone .claim-btn-phone-container button img{height:50%;margin-left:20px;object-fit:contain;-o-object-fit:contain}.fContainer-phone .claim-discord-phone .discord-container-phone{display:flex;justify-content:center;width:40%}.fContainer-phone .claim-discord-phone .discord-container-phone .discord-phone{align-items:center;display:flex;flex-direction:column;height:100%;width:100%}.fContainer-phone .claim-discord-phone .discord-container-phone .discord-phone .logo-discord-img{align-items:center;display:flex;height:50%;justify-content:center;width:80%}.fContainer-phone .claim-discord-phone .discord-container-phone .discord-phone .logo-discord-img img{height:100%;object-fit:contain;-o-object-fit:contain}.fContainer-phone .claim-discord-phone .discord-container-phone .discord-phone .btn-join-discord-phone{align-items:center;display:flex;flex-direction:column;height:40%;justify-content:space-around;width:100%}.fContainer-phone .claim-discord-phone .discord-container-phone .discord-phone .btn-join-discord-phone p{border-bottom:1px solid hsla(0,0%,100%,.27);color:#fff;font-family:Poppins,sans-serif;padding-bottom:2%;text-align:center}.fContainer-phone .claim-discord-phone .discord-container-phone .discord-phone .btn-join-discord-phone button{background-color:#4255d4;border:none;border-radius:25px;color:#fff;font-family:Poppins,sans-serif;font-size:1rem;height:40%;width:80%}@media screen and (max-width:1230px){.container-btn-claim button,.container-msg-claim p{font-size:.7rem!important}.container-msg-claim p{text-align:center!important}}@media screen and (max-width:1000px){.fContainer{display:none!important}.fContainer-phone{display:flex!important}}@media screen and (max-width:650px){.fContainer{flex-direction:column;height:auto;padding-top:5%}.tokenContainer{border:none!important;height:500px!important;width:100%!important}.tokenContainer h3{color:#fff;font-size:1.1rem!important;padding:2%}.tokenContainer .exchanges{height:30%!important;padding-bottom:5%;padding-top:5%}.tokenContainer .exchanges img{object-fit:contain;-o-object-fit:contain;width:40%}.twitterContainer{background-color:#fff;justify-content:center;margin-top:5%;padding-left:5%;padding-right:5%;width:100%!important}}@media screen and (max-width:600px){.fContainer-phone{height:1600px!important}.tokenomics-twitter-phone{flex-direction:column!important}.container-news-phone,.container-twitter-phone{width:100%!important}.claim-discord-phone{flex-direction:column!important;height:50%!important;justify-content:center!important}.claim-container-phone{height:40%!important;width:100%!important}.discord-container-phone{margin-top:5%;padding:5%;width:100%!important}.claim-block-phone,.discord-phone{height:100%!important}.nb-claim-phone{align-items:start!important}.nb-claim-phone div{justify-content:start!important}}@media screen and (max-width:500px){.nb-phone{font-size:1.3rem!important;letter-spacing:normal!important}.nb-phone span{margin-left:10px}}@media screen and (max-width:400px){.claim-block-phone{border-radius:0!important}.nb-phone{font-size:1.2rem!important}.nb-claim-phone div p{font-size:.8rem!important}.claim-btn-phone-container button{font-size:.9rem!important;width:100%!important}}.farming-page{min-height:100vh;min-width:100%;padding-left:5%;padding-right:5%;padding-top:2%;-webkit-user-select:none;-o-user-select:none;user-select:none;width:100%}.farming-page .container-farm{background-image:none!important;border-radius:6px;display:flex;flex-direction:column;height:auto}.farming-page .container-farm .count-hive-farm{align-items:center;display:flex;height:auto;justify-content:space-between;padding-left:2%;width:100%}.farming-page .container-farm .count-hive-farm .reload-btn-farm-phone{color:#fff;display:none;font-size:1.8rem;margin-right:5%}.farming-page .container-farm .count-hive-farm p{color:#fff;font-family:Acme,sans-serif;font-size:1.1rem}.farming-page .container-farm .content{height:inherit;padding:1% 2%}.farming-page .container-farm .content .farms-container{height:100%}.farming-page .container-farm .content .farms-container .farm-container{background-color:rgba(43,43,64,.14);border:1px solid hsla(0,0%,100%,.21);display:flex;flex-direction:row;margin-bottom:60px;min-height:300px;position:relative}.farming-page .container-farm .content .farms-container .farm-container .farm-content{display:flex;padding-bottom:1%;padding-right:1%;padding-top:1%;width:100%}.farming-page .container-farm .content .farms-container .farm-container .farm-content .farm-stats{align-items:center;display:flex;flex-direction:column;justify-content:space-between;padding-left:1%;padding-right:1%;width:20%}.farming-page .container-farm .content .farms-container .farm-container .farm-content .farm-stats .img-hive-container{height:55%}.farming-page .container-farm .content .farms-container .farm-container .farm-content .farm-stats .claim-container{align-items:center;display:flex;height:10%!important;justify-content:space-around;width:100%}.farming-page .container-farm .content .farms-container .farm-container .farm-content .farm-stats .claim-container div{align-items:center;display:flex;height:100%;justify-content:space-around}.farming-page .container-farm .content .farms-container .farm-container .farm-content .farm-stats .claim-container div p{font-size:.8rem}.farming-page .container-farm .content .farms-container .farm-container .farm-content .farm-stats .claim-container div svg{height:50px;margin-left:10px}.farming-page .container-farm .content .farms-container .farm-container .farm-content .farm-stats .claim-container div svg>path.b,.farming-page .container-farm .content .farms-container .farm-container .farm-content .farm-stats .claim-container div svg>path.d{fill:gold}.farming-page .container-farm .content .farms-container .farm-container .farm-content .farm-stats .claim-container p{color:hsla(0,0%,100%,.85);font-family:Poppins,sans-serif;font-size:.9rem}.farming-page .container-farm .content .farms-container .farm-container .farm-content .farm-stats .claim-container .honey-count{align-items:center;display:flex;font-weight:700;height:100%}.farming-page .container-farm .content .farms-container .farm-container .farm-content .farm-stats .claim-container .honey-count img{height:70%;object-fit:contain;width:40px}.farming-page .container-farm .content .farms-container .farm-container .farm-content .farm-stats .claim-container .countdown{text-decoration:underline;width:40%}.farming-page .container-farm .content .farms-container .farm-container .farm-content .farm-stats img{height:100%;width:100%}.farming-page .container-farm .content .farms-container .farm-container .farm-content .farm-stats .claim-honey{align-items:center;display:flex;height:16%;justify-content:center;width:100%}.farming-page .container-farm .content .farms-container .farm-container .farm-content .farm-stats .claim-honey div{align-items:center;background-color:gold;border:none;border-radius:20px;color:#0e0e23;cursor:pointer;display:flex;font-family:Poppins,sans-serif;font-size:.8rem;font-weight:700;height:100%;justify-content:center;max-width:90%;text-transform:uppercase;width:90%}.farming-page .container-farm .content .farms-container .farm-container .farm-content .farm-stats .claim-honey div .count-down-component{background-color:red;width:50%}.farming-page .container-farm .content .farms-container .farm-container .farm-content .farm-stats .claim-honey div svg{height:40px;margin-left:10px;margin-top:-5px}.farming-page .container-farm .content .farms-container .farm-container .farm-content .farm-stats .claim-honey .disabled{background-color:gray!important;cursor:default}.farming-page .container-farm .content .farms-container .farm-container .farm-content .farm-stats .claim-honey .disabled p{align-items:center;display:flex;justify-content:center;width:20%}.farming-page .container-farm .content .farms-container .farm-container .farm-content .farm-stats .production-details{color:#fff;font-size:12px;margin-left:10px;margin-top:15px}.farming-page .container-farm .content .farms-container .farm-container .farm-content .farm-details{align-items:center;border:1px solid hsla(0,0%,100%,.21);display:flex;justify-content:space-around;width:84%}.farming-page .container-farm .content .farms-container .farm-container .farm-content .farm-details .farm-bees{display:flex;height:100%;justify-content:space-between;width:100%}.farming-page .container-farm .content .farms-container .farm-container .farm-content .farm-details .farm-stats-hive{display:flex;flex-direction:column;height:100%;justify-content:space-between;padding:1%;width:30%}.farming-page .container-farm .content .farms-container .farm-container .farm-content .farm-details .farm-stats-hive h3{align-items:center;border:1px solid #f39c12;border-radius:25px;color:#fff;display:flex;font-family:Poppins,sans-serif;font-size:1.1rem;height:20%;justify-content:center;text-align:center}.farming-page .container-farm .content .farms-container .farm-container .farm-content .farm-details .farm-stats-hive .hive-stats-container{display:flex;flex-direction:column;height:70%;justify-content:space-around;padding:5% 0}.farming-page .container-farm .content .farms-container .farm-container .farm-content .farm-details .farm-stats-hive .hive-stats-container div{align-items:center;display:flex;height:100%;justify-content:space-between;margin:5px;padding-bottom:1.5%}.farming-page .container-farm .content .farms-container .farm-container .farm-content .farm-details .farm-stats-hive .hive-stats-container div svg{height:100%;width:10%}.farming-page .container-farm .content .farms-container .farm-container .farm-content .farm-details .farm-stats-hive .hive-stats-container div .svg-home>path.b,.farming-page .container-farm .content .farms-container .farm-container .farm-content .farm-details .farm-stats-hive .hive-stats-container div .svg-home>path.c{fill:#f39c12!important}.farming-page .container-farm .content .farms-container .farm-container .farm-content .farm-details .farm-stats-hive .hive-stats-container div .svg-boost>path.b{fill:transparent!important}.farming-page .container-farm .content .farms-container .farm-container .farm-content .farm-details .farm-stats-hive .hive-stats-container div .svg-boost>path.c,.farming-page .container-farm .content .farms-container .farm-container .farm-content .farm-details .farm-stats-hive .hive-stats-container div .svg-product>path.b,.farming-page .container-farm .content .farms-container .farm-container .farm-content .farm-details .farm-stats-hive .hive-stats-container div .svg-product>path.c,.farming-page .container-farm .content .farms-container .farm-container .farm-content .farm-details .farm-stats-hive .hive-stats-container div .svg-product>path.d{fill:#f39c12!important}.farming-page .container-farm .content .farms-container .farm-container .farm-content .farm-details .farm-stats-hive .hive-stats-container div p{color:#fff;font-size:.9rem;font-style:italic}.farming-page .container-farm .content .farms-container .farm-container .farm-content .farm-details .empty-farm{align-items:center;color:#fff;display:flex;flex-direction:column;height:70%;justify-content:space-around}.farming-page .container-farm .content .farms-container .farm-container .farm-content .farm-details .empty-farm p{align-items:center;display:flex}.farming-page .container-farm .content .farms-container .farm-container .farm-content .farm-details .empty-farm p span{color:gold}.farming-page .container-farm .content .farms-container .farm-container .farm-content .farm-details .empty-farm p svg{height:30px;margin-right:10px}.farming-page .container-farm .content .farms-container .farm-container .farm-content .farm-details .empty-farm p svg>path.a{fill:#fff!important}.farming-page .container-farm .content .farms-container .farm-container .farm-content .farm-details .empty-farm p svg>path.b,.farming-page .container-farm .content .farms-container .farm-container .farm-content .farm-details .empty-farm p svg>path.c{fill:#fff}.farming-page .container-farm .content .farms-container .farm-container .farm-content .farm-details .empty-farm button{background-color:#f39c12;border:none;border-radius:25px;color:#fff;cursor:pointer;font-family:Poppins,sans-serif;height:20%;width:80%}.farming-page .container-farm .content .farms-container .farm-container .farm-content .farm-details .empty-farm .text{padding-left:5px}.farming-page .container-farm .content .farms-container .farm-container .farm-content .farm-details .empty-farm .hive-msg-empty{background-color:red}.orange-color{color:#f39c12!important}.rotate{-webkit-animation:rotate-in-center 1.6s cubic-bezier(.25,.46,.45,.94) infinite both;animation:rotate-in-center 1.6s cubic-bezier(.25,.46,.45,.94) infinite both}@-webkit-keyframes rotate-in-center{0%{-webkit-transform:rotate(-1turn);transform:rotate(-1turn)}to{-webkit-transform:rotate(0);transform:rotate(0)}}@keyframes rotate-in-center{0%{-webkit-transform:rotate(-1turn);transform:rotate(-1turn)}to{-webkit-transform:rotate(0);transform:rotate(0)}}.border-bottom{border-bottom:1px solid hsla(0,0%,100%,.15)}.count-beast{align-items:center;display:flex;height:100%;width:70%}.count-beast .containerCountBeast{align-items:center;border-left:1px solid hsla(0,0%,100%,.21);border-right:1px solid hsla(0,0%,100%,.21);display:flex;flex-direction:column;height:100%;justify-content:space-around;padding:1%;width:40%}.count-beast .containerCountBeast h3{border-bottom:1px solid hsla(0,0%,100%,.21);color:#fff;font-family:Poppins,sans-serif;font-size:1.1rem;padding-bottom:1%;padding-left:2%;padding-right:2%;text-align:center;width:60%}.count-beast .containerCountBeast .active-beast-farm{align-items:center;display:flex;height:30%;justify-content:space-between;width:100%}.count-beast .containerCountBeast .active-beast-farm p{color:#f39c12;font-size:.9rem;font-weight:700;text-align:center}.count-beast .containerCountBeast .active-beast-farm p span{color:#fff;font-weight:400}.count-beast .containerCountBeast .active-beast-farm svg{height:20px}.count-beast .containerCountBeast .active-beast-farm svg>path.a,.count-beast .containerCountBeast .active-beast-farm svg>path.b,.count-beast .containerCountBeast .active-beast-farm svg>path.c,.count-beast .containerCountBeast .active-beast-farm svg>path.d{fill:#fff}.count-beast .containerCountBeast .add-beast-farm{align-items:center;display:flex;height:15%;justify-content:center;width:100%}.count-beast .containerCountBeast .add-beast-farm button{background-color:#f39c12;border:none;border-radius:20px;color:#fff;cursor:pointer;font-family:Poppins,sans-serif;height:100%;width:80%}.containerCarouselBeast{display:flex;flex-direction:column;height:100%;justify-content:space-around;padding:1%;width:60%}.containerCarouselBeast .bee-farm,.containerCarouselBeast .hive-farm{align-items:center;display:flex;height:50%;z-index:20}.containerCarouselBeast .bee-farm .item-farm,.containerCarouselBeast .hive-farm .item-farm{align-items:center;display:flex;flex-direction:column;height:100%;justify-content:space-around;position:relative}.containerCarouselBeast .bee-farm .item-farm .modal-bee-stats-farm-container,.containerCarouselBeast .hive-farm .item-farm .modal-bee-stats-farm-container{align-items:center;background-color:#0e0f1a;border-radius:5px;display:flex;flex-direction:column;height:200px;justify-content:space-around;left:0;opacity:1!important;padding:6% 0;position:absolute;top:-100px;width:300px;z-index:100!important}.containerCarouselBeast .bee-farm .item-farm .modal-bee-stats-farm-container div,.containerCarouselBeast .hive-farm .item-farm .modal-bee-stats-farm-container div{border-bottom:1px solid hsla(0,0%,100%,.39);display:flex;justify-content:space-between;opacity:1;width:80%}.containerCarouselBeast .bee-farm .item-farm .modal-bee-stats-farm-container div svg,.containerCarouselBeast .hive-farm .item-farm .modal-bee-stats-farm-container div svg{height:15px}.containerCarouselBeast .bee-farm .item-farm .modal-bee-stats-farm-container div svg .a,.containerCarouselBeast .bee-farm .item-farm .modal-bee-stats-farm-container div svg .b,.containerCarouselBeast .bee-farm .item-farm .modal-bee-stats-farm-container div svg .c,.containerCarouselBeast .hive-farm .item-farm .modal-bee-stats-farm-container div svg .a,.containerCarouselBeast .hive-farm .item-farm .modal-bee-stats-farm-container div svg .b,.containerCarouselBeast .hive-farm .item-farm .modal-bee-stats-farm-container div svg .c{fill:#fff}.containerCarouselBeast .bee-farm .item-farm .modal-bee-stats-farm-container p,.containerCarouselBeast .hive-farm .item-farm .modal-bee-stats-farm-container p{color:#fff;font-family:Acme,sans-serif;font-size:.8rem;opacity:1}.containerCarouselBeast .bee-farm .item-farm div,.containerCarouselBeast .hive-farm .item-farm div{align-items:center;cursor:pointer;display:flex;height:15%;justify-content:center;opacity:.5;transition:.2s;width:80%;z-index:2!important}.containerCarouselBeast .bee-farm .item-farm div:hover,.containerCarouselBeast .hive-farm .item-farm div:hover{opacity:1;transition:.2s}.containerCarouselBeast .bee-farm .item-farm div svg,.containerCarouselBeast .hive-farm .item-farm div svg{height:25px;margin-left:5px;margin-top:-5px}.containerCarouselBeast .bee-farm .item-farm img,.containerCarouselBeast .hive-farm .item-farm img{height:60%;margin-bottom:0;object-fit:contain!important;width:90%;z-index:-10!important}.containerCarouselBeast .bee-farm .item-farm p,.containerCarouselBeast .hive-farm .item-farm p{color:hsla(0,0%,100%,.88);font-family:Poppins,sans-serif;font-size:.8rem}.containerCarouselBeast .bee-farm .item-farm .close-btn-farm,.containerCarouselBeast .hive-farm .item-farm .close-btn-farm{color:#f39c12;cursor:pointer;opacity:.7;position:absolute;right:5%;top:5%;transition:.1s}.containerCarouselBeast .bee-farm .item-farm .close-btn-farm:hover,.containerCarouselBeast .hive-farm .item-farm .close-btn-farm:hover{opacity:1;transition:.1s}.containerCarouselBeast .hive-farm svg>path.c{fill:gold}.bee-pic>path.b,.containerCarouselBeast .hive-farm svg>path.b{fill:transparent!important}.bee-pic>path.c{fill:red!important}.queen-pic>path.c{fill:gold!important}.delete-hive-farm{color:#fff;cursor:pointer;font-size:2rem;opacity:.7;position:absolute;right:-.5%;top:-4%;transition:.2s}.delete-hive-farm:hover{opacity:1;transition:.2s}.shield-farm{color:#f39c12;height:90%!important}.loading-rotate{-webkit-animation:rotate-in-center 1s cubic-bezier(.25,.46,.45,.94) infinite both;animation:rotate-in-center 1s cubic-bezier(.25,.46,.45,.94) infinite both}.boost-svg-farm>path.b{fill:transparent!important}.boost-svg-farm>path.c{fill:gold!important}@media screen and (max-width:1400px){.farm-stats{width:25%!important}.farm-details{width:75%!important}.containerCountBeast{padding:3%!important}.containerCountBeast h3{white-space:pre!important}}.container-battle{display:flex;flex-direction:column;height:auto;padding:3%}.container-selected-hive-battle{display:flex;height:25%;justify-content:end;margin-top:2%;padding-left:2%;padding-right:2%;width:100%}.change-hive-battle-container{align-items:center;background-color:rgba(43,43,64,.22);border:1px solid hsla(0,0%,100%,.41);border-radius:5px;cursor:pointer;display:flex;flex-direction:column;font-family:Poppins,sans-serif;height:250px;justify-content:space-around;opacity:.8;padding:2% 5%;transition:.2s;width:auto}.change-hive-battle-container:hover{opacity:1;transition:.2s}.change-hive-battle-container img{height:50%;object-fit:contain}.change-hive-battle-container div{align-items:center;border-bottom:1px solid hsla(0,0%,100%,.41);display:flex;justify-content:center;padding-bottom:3%;width:100%}.change-hive-battle-container div img{height:20px}.change-hive-battle-container div p{margin-right:20px}.change-hive-battle-container .icon-wallet{margin-left:20px}.change-hive-battle-container p{color:#fff;font-family:Poppins,sans-serif}.change-hive-battle-container p svg{height:30px;margin-left:10px}.change-hive-battle-container p svg>path.b{fill:gold}.change-hive-battle-container p span{color:#f39c12;text-transform:uppercase}.change-hive-battle-container button{align-items:center;background-color:#f39c12;border:none;border-radius:20px;cursor:pointer;display:flex;font-family:Poppins,sans-serif;font-size:.8rem;height:15%;justify-content:center;white-space:pre;width:80%}.change-hive-battle-container button svg{height:20px;margin-left:10px}.change-hive-battle-container button svg>path.b,.change-hive-battle-container button svg>path.c{fill:#0e0e23}.container-battle-block{grid-column-gap:20px;grid-row-gap:20px;display:grid;grid-template-columns:repeat(5,1fr);grid-template-rows:repeat(2,1fr);height:100%;margin-top:2%;padding:0 5%;width:auto}.container-shield-hive-battle{align-items:center;color:#fff;display:flex;font-family:Poppins,sans-serif;height:200px;justify-content:space-between;margin:1% 0;padding-left:2%;padding-right:5%}.container-shield-hive-battle .shield{align-items:start;display:flex;flex-direction:column;height:100%;justify-content:space-around;text-align:left;width:40%}.container-shield-hive-battle .shield h3{align-items:center;border-bottom:1px solid hsla(0,0%,100%,.42);display:flex;font-size:1.3rem;font-style:italic;font-weight:700;padding-bottom:1%;width:80%}.container-shield-hive-battle .shield .story-battle{font-style:italic}.container-shield-hive-battle .shield a{color:#f39c12;text-decoration:underline}.container-shield-hive-battle .shield p{align-items:center;display:flex}.container-shield-hive-battle .shield p svg{height:30px;margin-right:10px}.container-shield-hive-battle .shield p svg>path.a,.container-shield-hive-battle .shield p svg>path.b,.container-shield-hive-battle .shield p svg>path.c{fill:#fff}.container-shield-hive-battle .active-hive-battle-container{display:flex;height:100%;justify-content:end;width:20%}.container-shield-hive-battle .active-hive-battle{align-items:center;display:flex;flex-direction:column;height:100%;width:100%}.container-shield-hive-battle .active-hive-battle img{height:65%;object-fit:contain}.container-shield-hive-battle .active-hive-battle .io-shield-battle{color:#f39c12;font-size:1.1rem;margin-right:10px}.container-shield-hive-battle .active-hive-battle p{align-items:center;display:flex;font-size:.8rem;height:10%;margin:10px 0}.container-shield-hive-battle .active-hive-battle button{background-color:#f39c12;border:none;border-radius:20px;color:#fff;cursor:pointer;font-family:Poppins,sans-serif;height:20%;width:60%}@media screen and (max-width:1100px){.active-hive-battle-container{width:35%!important}.shield{height:auto;width:50%!important}.container-battle-block{grid-template-columns:repeat(3,1fr)!important;margin-top:1%}}@media screen and (max-width:800px){.change-hive-battle-container{height:100%!important}.change-hive-battle-container button{font-size:.6rem}.change-hive-battle-container button svg{height:13px!important}.change-hive-battle-container p{font-size:.8rem}}@media screen and (max-width:650px){.active-hive-battle button{font-size:.8rem;height:15%!important;width:100%!important}}.container-shield-hive-battle-phone{display:none;flex-direction:column;height:200px;justify-content:space-around;margin:5% 0}.container-shield-hive-battle-phone .shield-battle-phone{align-items:start;display:flex;flex-direction:column;height:20%;justify-content:space-around;padding:2%;width:100%}.container-shield-hive-battle-phone .shield-battle-phone h3{color:#fff;font-family:Poppins,sans-serif;font-size:1.2rem}.container-shield-hive-battle-phone .shield-battle-phone .reload-battle-phone-container{align-items:center;border-bottom:1px solid hsla(0,0%,100%,.38);color:#fff;display:flex;font-family:Poppins,sans-serif;font-size:.8rem;justify-content:space-between;line-height:30px;padding-bottom:3%;text-align:center;width:90%}.container-shield-hive-battle-phone .shield-battle-phone .reload-battle-phone-container .reload-btn-phone{color:#fff;font-size:1.3rem}.container-shield-hive-battle-phone .change-hive-battle-container-phone{display:flex;height:70%}.container-shield-hive-battle-phone .change-hive-battle-img-phone{align-items:center;display:flex;height:100%;justify-content:center;width:50%}.container-shield-hive-battle-phone .change-hive-battle-img-phone img{height:100%;object-fit:contain}.container-shield-hive-battle-phone .stats-change-hive-battle-phone{align-items:center;display:flex;flex-direction:column;justify-content:space-around;width:50%}.container-shield-hive-battle-phone .stats-change-hive-battle-phone h5{color:#fff;font-family:Poppins,sans-serif}.container-shield-hive-battle-phone .stats-change-hive-battle-phone p{color:#fff;display:flex;font-family:Poppins,sans-serif;font-size:.9em;justify-content:space-around;width:80%}.container-shield-hive-battle-phone .stats-change-hive-battle-phone p .shield-phone-change-hive{color:#f39c12}.container-shield-hive-battle-phone .stats-change-hive-battle-phone button{background-color:#f39c12;border:none;border-radius:25px;color:#fff;font-family:Poppins,sans-serif;font-size:.8rem;padding:5%;width:80%}.refresh-battle-container{align-items:center;display:flex;justify-content:center;width:20%}.refresh-battle-container .reload-btn-battle{color:hsla(0,0%,100%,.63);cursor:pointer;font-size:2rem;transition:.8s}.refresh-battle-container .reload-btn-battle:hover{color:#f39c12;-webkit-transform:rotate(1turn);transform:rotate(1turn);transition:.8s}@media screen and (max-width:500px){.container-shield-hive-battle{display:none!important}.container-shield-hive-battle-phone{display:flex}.container-battle-block{grid-column-gap:10px;grid-template-columns:repeat(2,1fr)!important}}.beta-page{min-height:100vh;min-width:100%;padding-left:5%;padding-right:5%;padding-top:2%;-webkit-user-select:none;-o-user-select:none;user-select:none;width:100%}.beta-page .container-beta{background-image:none!important;border-radius:6px;display:flex;flex-direction:column;height:auto}.beta-page .container-beta .content-beta{height:inherit;padding:0}.beta-page .container-beta .content-beta .hfusd-claim{align-items:center;background-color:hsla(0,0%,100%,.04);border:2px solid hsla(0,0%,100%,.2);border-radius:10px;color:#0e0e23;display:flex;flex-direction:column;height:auto;justify-content:space-around;margin:auto;min-height:600px;padding:2%;width:80%}.beta-page .container-beta .content-beta .hfusd-claim .title-beta{align-items:center;display:flex;flex-direction:column;justify-content:center}.beta-page .container-beta .content-beta .hfusd-claim .title-beta h2{color:gold;font-family:Acme,sans-serif;font-size:1.9rem;margin-bottom:20px}.beta-page .container-beta .content-beta .hfusd-claim .title-beta h3{color:#fff;font-family:Poppins,sans-serif;font-size:1.6rem}.beta-page .container-beta .content-beta .hfusd-claim .title-beta h3 span{color:#fff;font-weight:700}.beta-page .container-beta .content-beta .hfusd-claim img{height:160px;object-fit:contain}.beta-page .container-beta .content-beta .hfusd-claim .hfusd-texts{align-items:center;color:#fff;display:flex;flex-direction:column;height:auto;justify-content:space-between;min-height:200px;padding:10px}.beta-page .container-beta .content-beta .hfusd-claim .hfusd-texts p{color:#fff;font-family:Poppins,sans-serif;text-align:center}.beta-page .container-beta .content-beta .hfusd-claim .hfusd-texts .address-link{color:#fff;cursor:pointer;font-size:.9rem;line-height:30px;padding:5px;text-align:center;transition:.1s}.beta-page .container-beta .content-beta .hfusd-claim .hfusd-texts .address-link:hover strong{color:#f39c12;transition:.1s}.beta-page .container-beta .content-beta .hfusd-claim .beta-welcome{font-family:Acme,sans-serif!important;font-size:1.1rem;font-style:italic;line-height:30px;margin-bottom:5px;padding:5px 40px}.beta-page .container-beta .content-beta .hfusd-claim .beta-welcome a{color:gold;text-decoration:underline}.beta-page .container-beta .content-beta .hfusd-claim .beta-rules{font-size:.9rem;line-height:30px}.beta-page .container-beta .content-beta .hfusd-claim .claimers{display:flex;margin-top:20px;width:50%}.beta-page .container-beta .content-beta .hfusd-claim .claimers button{background-color:#f39c12;border:0 solid #fff;border-radius:25px;color:#fff;cursor:pointer;display:flex;font-family:Poppins,sans-serif;margin:auto;padding:15px 25px}@media screen and (max-width:1200px){.hfusd-claim{min-height:70vh!important;width:100%!important}}@media screen and (max-width:1000px){.beta-welcome{padding:0!important}}@media screen and (max-width:900px){.beta-welcome{font-size:1rem!important}.hfusd-claim{border:none!important}.claimers{width:100%!important}}.container-banner-title{display:flex;flex-direction:column;height:auto;margin:0;padding:0}.container-banner-title .containerBanner{height:200px}.container-banner-title .containerBanner img{height:100%;object-fit:cover;width:100%}.container-banner-title .containerTitle{display:flex;flex-direction:column;height:auto;padding:2%;width:100%}.container-banner-title .containerTitle h2{color:#fff;font-family:Acme,sans-serif;font-size:2rem;font-weight:700;padding-bottom:.5%;text-align:left;text-transform:uppercase}.container-banner-title .containerTitle p{border-bottom:1px solid hsla(0,0%,100%,.38);color:rgba(243,156,18,.7);font-family:Acme,sans-serif;font-size:1.1rem;font-style:italic;line-height:30px;padding-bottom:.5%}@media screen and (max-width:500px){.containerTitle{padding:11% 5%!important}.containerTitle h2{font-size:1.7rem!important;text-align:center!important}.containerTitle p{font-size:1rem!important;margin-top:5%!important;text-align:center!important}}@media screen and (max-width:1000px){.containerTitle{padding:5%!important}}.fade-in{-webkit-animation:fade-in .8s cubic-bezier(.39,.575,.565,1) both;animation:fade-in .8s cubic-bezier(.39,.575,.565,1) both}.fade-in-slowO{-webkit-animation:fade-in .8s cubic-bezier(.39,.575,.565,1) .8s both!important;animation:fade-in .8s cubic-bezier(.39,.575,.565,1) 1.1s both!important}.fade-in-slowT{-webkit-animation:fade-in .8s cubic-bezier(.39,.575,.565,1) 1.2s both!important;animation:fade-in .8s cubic-bezier(.39,.575,.565,1) 1.1s both!important}.fade-in-slowTh{-webkit-animation:fade-in .8s cubic-bezier(.39,.575,.565,1) 1.5s both!important;animation:fade-in .8s cubic-bezier(.39,.575,.565,1) 1.1s both!important}.fade-in-slow-button{-webkit-animation:fade-in .8s cubic-bezier(.39,.575,.565,1) 1.9s both!important;animation:fade-in .8s cubic-bezier(.39,.575,.565,1) 1.4s both!important}.fade-out{-webkit-animation:fade-out .5s cubic-bezier(.39,.575,.565,1) both;animation:fade-out .5s cubic-bezier(.39,.575,.565,1) both}@-webkit-keyframes fade-out{0%{opacity:1}to{opacity:0}}@keyframes fade-out{0%{opacity:1}to{opacity:0}}.rotate-open{-webkit-transform:rotate(0deg);transform:rotate(0deg);transition:.2s}.rotate-close{-webkit-transform:rotate(180deg);transform:rotate(180deg);transition:.2s}@-webkit-keyframes float{0%{-webkit-transform:translatey(0);transform:translatey(0)}50%{-webkit-transform:translatey(-10px);transform:translatey(-10px)}to{-webkit-transform:translatey(0);transform:translatey(0)}}@keyframes float{0%{-webkit-transform:translatey(0);transform:translatey(0)}50%{-webkit-transform:translatey(-10px);transform:translatey(-10px)}to{-webkit-transform:translatey(0);transform:translatey(0)}}@-webkit-keyframes float-bear{0%{-webkit-transform:translatey(0);transform:translatey(0)}50%{-webkit-transform:translatey(-5px);transform:translatey(-5px)}to{-webkit-transform:translatey(0);transform:translatey(0)}}@keyframes float-bear{0%{-webkit-transform:translatey(0);transform:translatey(0)}50%{-webkit-transform:translatey(-5px);transform:translatey(-5px)}to{-webkit-transform:translatey(0);transform:translatey(0)}}.float-anim{-webkit-animation:float 3s ease-in-out infinite;animation:float 3s ease-in-out infinite;will-change:transform!important}.float-anim-bear{-webkit-animation:float-bear 3s ease-in-out infinite;animation:float-bear 3s ease-in-out infinite}.lootbox-container{-webkit-animation:fadeIt 1s ease-in-out;animation:fadeIt 1s ease-in-out;background-image:none!important;display:flex;height:100%;left:0;overflow:auto;position:fixed;top:0;width:100%;z-index:100}.lootbox-container .content{background-color:#0e0e23;border:1px solid #4255d4;border-radius:6px;height:700px;margin:auto;padding:20px;width:400px}.close{color:#aaa;float:right;font-size:28px;font-weight:700}.close:focus,.close:hover{color:#fff;cursor:pointer;text-decoration:none}.page-header{align-items:center;color:#fff;display:flex;height:200px;justify-content:space-between;margin:2% 0;padding-left:2%}.page-header .modal-add-hive{align-items:start;display:flex;flex-direction:column;font-family:Poppins,sans-serif;height:100%;justify-content:space-around;width:50%}.page-header .modal-add-hive .choose-msg{align-items:center;display:flex}.page-header .modal-add-hive .choose-msg svg{height:30px;margin-right:20px}.page-header .modal-add-hive .choose-msg svg>path.b,.page-header .modal-add-hive .choose-msg svg>path.c{fill:#fff}.page-header .modal-add-hive button{background-color:#f39c12;border:none;border-radius:25px;color:#fff;cursor:pointer;font-family:Poppins,sans-serif;margin-top:2%;min-height:20%;padding:2%;width:30%}.page-header .modal-add-hive button.create-farm-disabled{background-color:gray;cursor:default}.add-hive-farm-btn-phone{align-items:center;display:none!important;height:40px;margin-bottom:8%!important;width:100%}.add-hive-farm-btn-phone button{background-color:#f39c12;border:none;border-radius:25px;color:#fff;font-family:Poppins,sans-serif;height:100%;width:40%}.add-hive-farm-btn-phone button.create-farm-disabled{background-color:gray;cursor:default}@media screen and (max-width:800px){.circle-wallet-name{height:120px!important;width:120px!important}.header-farm{padding:4%!important}.container-honey-farm h3{font-size:1.4rem!important}.container-honey-farm div p{font-size:.7rem!important}.modal-add-hive{width:60%!important}.modal-add-hive button{min-height:30%!important;width:60%!important}}.header-farm-phone{display:none;flex-direction:column;height:120px!important}.header-farm-phone .welcome-farm-phone{align-items:center;border-bottom:1px solid hsla(0,0%,100%,.32);color:#fff;display:flex;font-family:Poppins,sans-serif;justify-content:center;margin-left:8%;margin-right:8%;padding-bottom:2%}.header-farm-phone .welcome-farm-phone a{color:#f39c12}.header-farm-phone .welcome-farm-phone svg{fill:gold;height:30px;margin-left:10px}.header-farm-phone .layout-farm-phone{align-items:center;display:flex;height:80%;justify-content:space-around;padding:2%}.header-farm-phone .honey-logo-header-farm-phone{align-items:center;display:flex;flex-direction:column;height:100%;justify-content:center;width:15%}.header-farm-phone .honey-logo-header-farm-phone img{height:100%;object-fit:contain}.header-farm-phone .count-header-honey-farm-phone{align-items:end;color:hsla(0,0%,100%,.86);display:flex;flex-direction:column;font-family:Poppins,sans-serif;height:100%;justify-content:center;width:70%}.header-farm-phone .count-header-honey-farm-phone h3{border-bottom:1px solid hsla(0,0%,100%,.34);color:#fff;font-size:1.6rem;font-weight:700;margin:5% 0;padding-bottom:4%;text-align:right;width:80%}.header-farm-phone .count-header-honey-farm-phone p{font-family:Poppins,sans-serif;text-align:right;width:80%}.header-farm-phone .count-header-honey-farm-phone p span{color:#f39c12;font-size:1.3rem}.wallet-reload-farm-container{align-items:center;display:flex;height:100%!important;justify-content:space-between;width:30%}.wallet-reload-farm-container .wallet-farm{align-items:center;display:flex;height:100%;justify-content:center;position:relative;width:60%}.wallet-reload-farm-container .wallet-farm .wallet-container-farm{align-items:center;display:flex;height:100%;justify-content:center;width:100%}.wallet-reload-farm-container .wallet-farm .circle-wallet-name{border:4px solid #f39c12;border-radius:50%;border-top-color:transparent;height:180px;position:absolute;-webkit-transform:rotate(50deg);transform:rotate(50deg);width:180px}.wallet-reload-farm-container .wallet-farm .honey-farm-circle{color:#fff;font-family:Rubix,sans-serif}.wallet-reload-farm-container .wallet-farm .container-honey-farm{align-items:center;display:flex;flex-direction:column;height:100%;justify-content:center;margin-bottom:3%;width:100%}.wallet-reload-farm-container .wallet-farm .container-honey-farm h3{color:#fff;font-family:Poppins,sans-serif;font-size:1.6rem;font-weight:700;margin-top:2%}.wallet-reload-farm-container .wallet-farm .container-honey-farm div{align-items:center;display:flex;justify-content:center;width:100%}.wallet-reload-farm-container .wallet-farm .container-honey-farm div p{color:hsla(0,0%,100%,.64);font-family:Poppins,sans-serif;font-size:.9rem;font-style:italic;margin-right:10px}.wallet-reload-farm-container .wallet-farm .container-honey-farm div img{height:70%;object-fit:contain;width:10%}.wallet-reload-farm-container .load-container{width:20%}.wallet-reload-farm-container .load-container .reload-btn-farm{color:#fff;cursor:pointer;font-size:2rem;transition:.8s}@media screen and (max-width:650px){.add-hive-farm-btn-phone{display:flex!important}.page-header{display:none!important}.header-farm-phone{display:flex}.reload-btn-farm-phone{display:initial!important}}@media screen and (max-width:470px){.add-hive-farm-btn-phone button{width:60%!important}}@keyframes fadeIt{0%{background-color:rgba(0,0,0,.1)}to{background-color:rgba(0,0,0,.4)}}.mint-popup{-webkit-animation:fadeIt .2s ease-in-out;animation:fadeIt .2s ease-in-out;background-color:rgba(0,0,0,.5);background-image:none!important;display:flex;height:100%;left:0;overflow:auto;position:fixed;top:0;width:100%;z-index:100}.mint-popup .content{background-color:#1a171c;border-radius:6px;display:flex;flex-direction:column;height:70%!important;margin:auto;padding:30px 40px;width:600px}.mint-popup .content .title-popup-farm{align-items:center;border-bottom:1px solid hsla(0,0%,100%,.25);display:flex;justify-content:space-between;margin-bottom:5%;padding:2%}.mint-popup .content .title-popup-farm .title-text{color:#fff;font-family:Poppins,sans-serif;font-size:1.5rem;width:50%}.mint-popup .content .title-popup-farm .close{margin-left:auto;margin-top:-5px;transition:.1s}.mint-popup .content .title-popup-farm .close:hover{color:#fff;transition:.1s}.mint-popup .content .image{height:250px;margin:20px auto;width:200px}.mint-popup .content .image img{margin-top:20px;object-fit:contain}.mint-popup .content .costs{margin-bottom:10px;padding:15px}.mint-popup .content .costs .informations{color:#fff;display:flex;flex-direction:column;font-family:Poppins,sans-serif;padding:8px;width:100%}.mint-popup .content .costs .informations .info-text{margin-left:auto}.mint-popup .content .mint-button{background:#4255d4;color:#fff;cursor:pointer;font-size:13px;justify-content:center;margin-right:0;margin-top:auto;padding:14px;text-align:center}.mint-popup .content .action-wrapper{align-items:center;display:flex;height:50px;justify-content:center;width:100%}.mint-popup .content .action-button{background-color:gray;border:none;color:#fff;font-family:Poppins,sans-serif;font-size:1rem;font-weight:700;height:100%;text-transform:uppercase;transition:.3s;white-space:nowrap;width:100%}.mint-popup .content .action-button-active,.mint-popup .content .action-button-hover{background-color:#f39c12;cursor:pointer;transition:.3s}.mint-popup .content .action-button:last-child{padding:8px 40px}.c-red{color:red!important}.input-number-container{border-bottom:1px solid rgba(113,119,144,.25);display:flex;justify-content:center;padding-bottom:10px}.input-number-container .input-number{background-color:transparent;border-radius:20px;height:40px;margin:2px;overflow:hidden;position:relative;width:100px}.input-number-container .input-number span{background-color:#fff;border-radius:20px;color:#0e0e23;display:inline-block;font-family:Poppins,sans-serif;font-size:16px;height:100%;left:50%;letter-spacing:-1px;line-height:40px;margin-left:-20px;position:absolute;text-align:center;width:40px}.input-number-container .input-number button{background-color:hsla(0,0%,100%,.2);border:none;color:#fff;cursor:pointer;display:inline-block;font-size:20px;height:100%;transition:background-color .2s ease;width:50px}.input-number-container .input-number button:first-of-type{padding-right:20px}.input-number-container .input-number button:nth-of-type(2){padding-left:20px}.input-number-container .input-number button:hover{background-color:hsla(0,0%,100%,.25)}.input-number-phone{align-items:center;background:transparent;border-radius:12px;display:none;height:85%!important;justify-content:center!important;width:100%}.input-number-phone .s-btn-phone{border-bottom-right-radius:10px;border-top-right-radius:10px}.input-number-phone .f-btn-phone{border-bottom-left-radius:10px;border-top-left-radius:10px}.input-number-phone button{background-color:#f39c12;border:none;color:#fff;font-size:1.1rem;height:100%;width:33.3%}.input-number-phone span{align-items:center;background-color:#fff;border:2px solid #fff;color:#000;display:flex;font-family:Acme,sans-serif;height:100%;justify-content:center;width:33.3%}@media screen and (max-width:550px){.btnNumberBeast{height:55px!important}.input-number-container{background-color:transparent!important;height:100%!important;padding-bottom:0!important;width:135px!important}.input-number-container .input-number{display:none}.input-number-phone{display:flex!important}}@media screen and (max-width:380px){.input-number-container{width:110px!important}}.farm-popup{align-items:center;-webkit-animation:fadeIt .2s ease-in-out;animation:fadeIt .2s ease-in-out;background-color:rgba(0,0,0,.85);background-image:none!important;display:flex;flex-direction:column;height:100%;justify-content:center;left:0;position:fixed;top:0;width:100%;z-index:1000}.farm-popup .content-popup-farm{background-color:#1a171c;border-radius:5px;display:flex;flex-direction:column;height:70%!important;overflow-y:scroll;padding:20px 40px;width:50%}.farm-popup .content-popup-farm .title-popup-farm{align-items:center;display:flex;justify-content:center;left:50%;padding:0 2%;position:fixed;top:10%;-webkit-transform:translate(-50%,-50%);transform:translate(-50%,-50%)}.farm-popup .content-popup-farm .title-popup-farm h3{color:#fff;font-family:Acme,sans-serif;font-size:1.7rem}.farm-popup .content-popup-farm .title-popup-farm .title-farm-add-beast{border-radius:25px;padding:1% 3%;position:fixed}.farm-popup .content-popup-farm .title-popup-farm .title-text{align-items:center;color:#fff;display:flex;font-size:1.3rem;text-align:center;top:5%;z-index:120}.farm-popup .content-popup-farm .title-popup-farm .add-hive-modal-title{position:static!important}.farm-popup .content-popup-farm .title-popup-farm .close{margin-left:auto;margin-top:-5px;transition:.1s}.farm-popup .content-popup-farm .title-popup-farm .close:hover{color:#fff;transition:.1s}.farm-popup .content-popup-farm .farm-item-container{display:flex;flex-direction:column;height:auto;justify-content:space-between}.farm-popup .content-popup-farm .farm-popup-item{border-bottom:1px solid hsla(0,0%,100%,.14);display:flex;justify-content:space-between;margin:15px;opacity:1;padding:1%!important;transition:.2s}.farm-popup .content-popup-farm .farm-popup-item:hover{opacity:1}.farm-popup .content-popup-farm .farm-popup-item .farm-popup-stats{align-items:center;display:flex!important;flex-direction:row!important;height:100%;justify-content:space-between;width:50%}.farm-popup .content-popup-farm .farm-popup-item .farm-popup-stats img{height:100%!important;margin-bottom:10px;object-fit:contain;width:30%!important}.farm-popup .content-popup-farm .farm-popup-item .farm-popup-stats .item-farm-stats-modal-container{align-items:center;display:flex;flex-direction:column;height:100%;width:100%}.farm-popup .content-popup-farm .farm-popup-item .farm-popup-stats .item-farm-stats-modal-container div{border-bottom:1px solid hsla(0,0%,100%,.36);display:flex;justify-content:space-between!important;margin-bottom:6%;padding-bottom:1%;width:80%}.farm-popup .content-popup-farm .farm-popup-item .farm-popup-stats .item-farm-stats-modal-container div img{height:20px!important;margin-bottom:0;object-fit:contain!important;width:20px!important}.farm-popup .content-popup-farm .farm-popup-item .farm-popup-stats div{display:flex;justify-content:center!important;width:100%}.farm-popup .content-popup-farm .farm-popup-item .farm-popup-stats div p{color:#fff;font-family:Poppins,sans-serif;font-size:.8rem;font-style:italic;margin-right:10px;margin-top:5px;text-align:center}.farm-popup .content-popup-farm .farm-popup-item .farm-popup-stats div .svg-heal path.b{fill:transparent!important}.farm-popup .content-popup-farm .farm-popup-item .farm-popup-stats div .svg-heal path.c{fill:red}.farm-popup .content-popup-farm .farm-popup-item .farm-popup-stats div svg{height:20px}.farm-popup .content-popup-farm .farm-popup-item .farm-popup-stats div svg>path.b{fill:#fff}.farm-popup .content-popup-farm .farm-popup-item .farm-popup-stats div svg>path.c{fill:#f39c12}.farm-popup .content-popup-farm .farm-popup-item .container-addbee-item-farm{align-items:center;display:flex;justify-content:center;width:20%}.farm-popup .content-popup-farm .farm-popup-item .container-addbee-item-farm button{background-color:#f39c12;border:none;border-radius:15px;color:#fff;cursor:pointer;font-family:Poppins,sans-serif;height:30%;width:100%}.farm-popup .content-popup-farm .farm-popup-item .container-addbee-item-farm .selected{background-color:gray}.farm-popup .content-popup-farm .farm-popup-item .farm-popup-add-bee{background-color:#e74c3c;height:100%}.fill-hive-btn-farm{align-items:center;bottom:5%;display:flex;height:5%;justify-content:center;left:0;position:fixed;width:100%}.fill-hive-btn-farm button{background-color:gold;border:none;border-radius:20px;color:#1a171c;cursor:pointer;font-family:Acme,sans-serif;font-size:1rem;font-weight:700;height:100%;width:25%}.close-title-container-modal{align-items:center;display:flex;justify-content:space-between}.farms-container-phone{display:none;flex-direction:column;min-height:20vh}.farms-container-phone .farm-container-phone{display:flex;flex-direction:column;height:100%;margin-top:2%;width:100%}.farms-container-phone .farm-container-phone .view-farm-container-phone{align-items:center;border-bottom:1px solid hsla(0,0%,100%,.38);display:flex;height:150px;justify-content:space-between;margin-top:20px;padding-bottom:4%;width:100%}.farms-container-phone .farm-container-phone .view-farm-container-phone .rotate-close,.farms-container-phone .farm-container-phone .view-farm-container-phone .rotate-open{border:1px solid #fff;border-radius:50px;color:#fff;height:50px;padding:2%;width:50px}.farms-container-phone .farm-container-phone .view-farm-container-phone .img-hive-farm-phone-collapse{display:flex;flex-direction:column;height:100%;justify-content:start;width:20%}.farms-container-phone .farm-container-phone .view-farm-container-phone .count-phone-coll{align-items:center;display:flex;justify-content:center;width:100%!important}.farms-container-phone .farm-container-phone .view-farm-container-phone .count-phone-coll .gem-phone-farm{height:15px;margin-left:5px;width:15px}.farms-container-phone .farm-container-phone .view-farm-container-phone .count-phone-coll p{color:#fff;font-family:Acme,sans-serif;font-size:.8rem}.farms-container-phone .farm-container-phone .view-farm-container-phone img{object-fit:contain}.farms-container-phone .farm-container-phone .container-item-farm-phone{display:flex;flex-direction:column;height:auto!important;padding:2%;width:100%}.farms-container-phone .farm-container-phone .container-item-farm-phone .collect-container-phone{align-items:center;display:flex;height:100px;justify-content:space-between;margin-top:20px;width:100%}.farms-container-phone .farm-container-phone .container-item-farm-phone .collect-container-phone .close-hive-farm-phone{align-items:end;display:flex;flex-direction:column;height:100%;justify-content:space-around}.farms-container-phone .farm-container-phone .container-item-farm-phone .collect-container-phone .close-hive-farm-phone .delete-hive-farm-phone{color:#f39c12;font-size:1.5rem;margin-top:-15px}.farms-container-phone .farm-container-phone .container-item-farm-phone .collect-container-phone p{color:#fff;font-family:Poppins,sans-serif;text-decoration:underline;white-space:pre}.farms-container-phone .farm-container-phone .container-item-farm-phone .collect-container-phone .collect-farm-phone-btn{align-items:start;display:flex;flex-direction:column;height:100%;justify-content:space-around;width:40%}.farms-container-phone .farm-container-phone .container-item-farm-phone .collect-container-phone .collect-farm-phone-btn p{font-size:.8rem;font-weight:700;padding-bottom:2%;text-align:left;text-decoration:none;width:100%}.farms-container-phone .farm-container-phone .container-item-farm-phone .collect-container-phone .collect-farm-phone-btn p span{color:#f39c12}.farms-container-phone .farm-container-phone .container-item-farm-phone .collect-container-phone .collect-farm-phone-btn button{align-items:center;background-color:gold;border:none;border-radius:25px;color:#1a171c;display:flex;font-family:Poppins,sans-serif;font-size:.8rem;font-weight:700;height:40%;justify-content:center;margin-top:10px;width:80%}.farms-container-phone .farm-container-phone .container-item-farm-phone .collect-container-phone .collect-farm-phone-btn button svg{height:30px;margin-left:10px}.farms-container-phone .farm-container-phone .container-item-farm-phone .hives-stats-farm-phone{align-items:center;display:flex;height:40%;margin-top:20px;width:100%}.farms-container-phone .farm-container-phone .container-item-farm-phone .hives-stats-farm-phone .img-hive-farm-phone{align-items:center;display:none;flex-direction:column;height:100%;justify-content:space-around;margin-right:8%;width:55%}.farms-container-phone .farm-container-phone .container-item-farm-phone .hives-stats-farm-phone .img-hive-farm-phone p{color:#fff;font-family:Poppins,sans-serif;font-size:.8rem;margin-top:15px}.farms-container-phone .farm-container-phone .container-item-farm-phone .hives-stats-farm-phone .img-hive-farm-phone img{height:80%;object-fit:contain;width:100%}.farms-container-phone .farm-container-phone .container-item-farm-phone .hives-stats-farm-phone .stats-hive-farm-phone{display:flex;flex-direction:column;height:100%;justify-content:space-around;padding:2%;width:100%}.farms-container-phone .farm-container-phone .container-item-farm-phone .hives-stats-farm-phone .stats-hive-farm-phone div{align-items:center;border-bottom:1px solid hsla(0,0%,100%,.14);display:flex;justify-content:space-between;margin-bottom:10px;padding-bottom:0}.farms-container-phone .farm-container-phone .container-item-farm-phone .hives-stats-farm-phone .stats-hive-farm-phone div svg{height:20px}.farms-container-phone .farm-container-phone .container-item-farm-phone .hives-stats-farm-phone .stats-hive-farm-phone div svg>path.b{fill:#fff}.farms-container-phone .farm-container-phone .container-item-farm-phone .hives-stats-farm-phone .stats-hive-farm-phone div svg>path.c{fill:#f39c12}.farms-container-phone .farm-container-phone .container-item-farm-phone .hives-stats-farm-phone .stats-hive-farm-phone div .svg-boost-phone>path.b{fill:transparent}.farms-container-phone .farm-container-phone .container-item-farm-phone .hives-stats-farm-phone .stats-hive-farm-phone div .svg-boost-phone>path.c{fill:gold}.farms-container-phone .farm-container-phone .container-item-farm-phone .hives-stats-farm-phone .stats-hive-farm-phone div p{color:#fff;font-family:Acme,sans-serif;font-size:.9rem}.farms-container-phone .farm-container-phone .container-item-farm-phone .hives-stats-farm-phone .stats-hive-farm-phone div .shield-farm-phone{color:#f39c12;height:20px;margin-left:2px}.farms-container-phone .farm-container-phone .container-item-farm-phone .number-beast-farm-phone{align-items:center;border-bottom:1px solid hsla(0,0%,100%,.25);display:flex;height:50px;justify-content:space-around;margin-top:20px;padding-bottom:2%;width:100%}.farms-container-phone .farm-container-phone .container-item-farm-phone .number-beast-farm-phone p{align-items:center;color:#f39c12;display:flex;font-family:Poppins,sans-serif;font-size:.8rem;font-weight:700}.farms-container-phone .farm-container-phone .container-item-farm-phone .number-beast-farm-phone p span{color:#fff;font-weight:400}.farms-container-phone .farm-container-phone .container-item-farm-phone .carousel-beast-phone-farm{display:flex;flex-direction:column;height:auto;justify-content:space-between}.farms-container-phone .farm-container-phone .container-item-farm-phone .carousel-beast-phone-farm .bees-container-farm-phone,.farms-container-phone .farm-container-phone .container-item-farm-phone .carousel-beast-phone-farm .queen-bees-container-farm-phone{display:flex;height:125px;justify-content:start!important;width:100%}.farms-container-phone .farm-container-phone .container-item-farm-phone .carousel-beast-phone-farm .bees-container-farm-phone .react-multi-carousel-item,.farms-container-phone .farm-container-phone .container-item-farm-phone .carousel-beast-phone-farm .bees-container-farm-phone .react-multi-carousel-item--active,.farms-container-phone .farm-container-phone .container-item-farm-phone .carousel-beast-phone-farm .queen-bees-container-farm-phone .react-multi-carousel-item,.farms-container-phone .farm-container-phone .container-item-farm-phone .carousel-beast-phone-farm .queen-bees-container-farm-phone .react-multi-carousel-item--active{display:flex!important;justify-content:center!important}.farms-container-phone .farm-container-phone .container-item-farm-phone .carousel-beast-phone-farm .bees-container-farm-phone .bee-item-farm-phone,.farms-container-phone .farm-container-phone .container-item-farm-phone .carousel-beast-phone-farm .bees-container-farm-phone .queen-bee-item-farm-phone,.farms-container-phone .farm-container-phone .container-item-farm-phone .carousel-beast-phone-farm .queen-bees-container-farm-phone .bee-item-farm-phone,.farms-container-phone .farm-container-phone .container-item-farm-phone .carousel-beast-phone-farm .queen-bees-container-farm-phone .queen-bee-item-farm-phone{align-items:center;display:flex;flex-direction:column;height:100%;justify-content:center;padding:4%;position:relative;width:70px}.farms-container-phone .farm-container-phone .container-item-farm-phone .carousel-beast-phone-farm .bees-container-farm-phone .bee-item-farm-phone img,.farms-container-phone .farm-container-phone .container-item-farm-phone .carousel-beast-phone-farm .bees-container-farm-phone .queen-bee-item-farm-phone img,.farms-container-phone .farm-container-phone .container-item-farm-phone .carousel-beast-phone-farm .queen-bees-container-farm-phone .bee-item-farm-phone img,.farms-container-phone .farm-container-phone .container-item-farm-phone .carousel-beast-phone-farm .queen-bees-container-farm-phone .queen-bee-item-farm-phone img{height:95%;margin-bottom:10px;object-fit:contain;width:100%}.farms-container-phone .farm-container-phone .container-item-farm-phone .carousel-beast-phone-farm .bees-container-farm-phone .bee-item-farm-phone .delete-beast-farm-phone,.farms-container-phone .farm-container-phone .container-item-farm-phone .carousel-beast-phone-farm .bees-container-farm-phone .queen-bee-item-farm-phone .delete-beast-farm-phone,.farms-container-phone .farm-container-phone .container-item-farm-phone .carousel-beast-phone-farm .queen-bees-container-farm-phone .bee-item-farm-phone .delete-beast-farm-phone,.farms-container-phone .farm-container-phone .container-item-farm-phone .carousel-beast-phone-farm .queen-bees-container-farm-phone .queen-bee-item-farm-phone .delete-beast-farm-phone{position:absolute;right:0;top:0}.farms-container-phone .farm-container-phone .container-item-farm-phone .carousel-beast-phone-farm .bees-container-farm-phone .bee-item-farm-phone p,.farms-container-phone .farm-container-phone .container-item-farm-phone .carousel-beast-phone-farm .bees-container-farm-phone .queen-bee-item-farm-phone p,.farms-container-phone .farm-container-phone .container-item-farm-phone .carousel-beast-phone-farm .queen-bees-container-farm-phone .bee-item-farm-phone p,.farms-container-phone .farm-container-phone .container-item-farm-phone .carousel-beast-phone-farm .queen-bees-container-farm-phone .queen-bee-item-farm-phone p{align-items:center;color:#fff;display:flex;font-family:Acme,sans-serif;font-size:.9rem;height:5%;justify-content:space-around;margin-top:-2px}.farms-container-phone .farm-container-phone .container-item-farm-phone .carousel-beast-phone-farm .bees-container-farm-phone .bee-item-farm-phone p svg,.farms-container-phone .farm-container-phone .container-item-farm-phone .carousel-beast-phone-farm .bees-container-farm-phone .queen-bee-item-farm-phone p svg,.farms-container-phone .farm-container-phone .container-item-farm-phone .carousel-beast-phone-farm .queen-bees-container-farm-phone .bee-item-farm-phone p svg,.farms-container-phone .farm-container-phone .container-item-farm-phone .carousel-beast-phone-farm .queen-bees-container-farm-phone .queen-bee-item-farm-phone p svg{height:20px;margin-left:5px;margin-top:-2px}.farms-container-phone .farm-container-phone .container-item-farm-phone .carousel-beast-phone-farm .queen-bees-container-farm-phone .svg-boost>path.b{fill:transparent}.farms-container-phone .farm-container-phone .container-item-farm-phone .carousel-beast-phone-farm .queen-bees-container-farm-phone .svg-boost>path.c{fill:gold}.farms-container-phone .farm-container-phone .container-item-farm-phone .btn-add-beast-phone-farm{align-items:center;display:flex;height:50px;justify-content:center;margin-top:20px;width:100%}.farms-container-phone .farm-container-phone .container-item-farm-phone .btn-add-beast-phone-farm button{background-color:#f39c12;border:none;border-radius:25px;color:#fff;font-family:Poppins,sans-serif;height:100%;width:60%}.farms-container-phone .collapse-farm{align-items:center;display:flex;height:50px;justify-content:space-between;width:50px}@media screen and (max-width:1000px){.farms-container{display:none!important}.farms-container-phone{display:flex}}.title-farm-type-popup{justify-content:start}.title-farm-type-popup svg{height:40px}@media screen and (max-width:650px){.view-farm-container-phone div{width:30%!important}.view-farm-container-phone .img-coll{width:100%!important}}@media screen and (max-width:550px){.farm-popup .fill-hive-btn-farm{bottom:11%!important;height:6%!important;z-index:2050!important}.farm-popup .fill-hive-btn-farm button{width:40%!important}.react-multiple-carousel__arrow{z-index:0!important}}@media screen and (max-width:500px){.farm-popup-stats{width:70%!important}.rotate-close,.rotate-open{height:30px!important;padding:1%!important;width:30px!important}}@media screen and (max-width:473px){.view-farm-container-phone div{width:40%!important}.collect-farm-phone-btn{width:70%!important}}.ReactCollapse--collapse{transition:height .2s;width:100%!important}.notifications-container{background-color:rgba(19,22,47,.75);border:2px solid gray;border-radius:6px;display:flex;margin:10px 0}.notifications-container .icon{padding-left:10px}.notifications-container .notifications-text{align-items:center;color:#fff;display:flex;font-family:Poppins,sans-serif;font-size:10px;padding-left:5px}.state-action-popup{-webkit-animation:fadeIt 1s ease-in-out;animation:fadeIt 1s ease-in-out;background-color:rgba(0,0,0,.9);background-image:none!important;display:flex;height:100%;left:0;overflow:auto;position:fixed;top:0;width:100%;z-index:1000}.state-action-popup .content{background-color:hsla(0,3%,6%,.91);border:1px solid #f39c12;border-radius:16px;display:flex;flex-direction:column;height:auto;justify-content:space-between;margin:auto;padding:30px 40px;width:450px}.state-action-popup .content-title{align-items:center;border-bottom:1px solid rgba(113,119,144,.8);color:#fff;display:flex;font-family:Acme,sans-serif;justify-content:space-between;padding-bottom:10px;text-transform:uppercase}.state-action-popup .content-title .close{margin-left:auto}.state-action-popup .content .modal-content{display:flex;flex-direction:column;justify-content:center}.state-action-popup .content .modal-content .spinner{margin:20px auto}.state-action-popup .content .modal-content .modal-text{align-content:center;color:#fff;display:flex;font-family:Acme,sans-serif;font-size:1.1rem;justify-content:center;line-height:30px;margin:20px 10px 10px;text-align:center}.state-action-popup .content .modal-content .modal-logo{align-items:center;display:flex;height:100px;justify-content:center;margin-top:10px}.state-action-popup .content .modal-content .modal-logo img{height:100%;object-fit:contain;width:100%}@media screen and (max-width:380px){.modal-global{padding:20px!important}.modal-global-title .title-text,.modal-text p{font-size:.9rem!important}}.farm-details-content,.farm-details-content .farm-bees{display:flex;flex-direction:row}.farm-details-content .farm-bees .farm-bee{background-color:#443947;border:2px solid hsla(0,0%,100%,.13);height:80px}.farm-details-content .farm-bees .farm-bee img{height:60px;width:60px}.farm-details-content .farm-bees .farm-bee .footer{color:#fff;font-size:10px;text-align:center;text-transform:uppercase}.farm-details-content .farm-bees .farm-bee:hover{background-color:#504454}.farm-details-content .farm-bees .farm-bee:hover .footer{color:gold}.battle-pop-up-change-hive-container,.farm-popup{align-items:center;-webkit-animation:fade-in .5s cubic-bezier(.39,.575,.565,1) both;animation:fade-in .5s cubic-bezier(.39,.575,.565,1) both;background-color:rgba(0,0,0,.85);background-image:none!important;display:flex;flex-direction:column;height:100%;justify-content:center;left:0;position:fixed;top:0;width:100%;z-index:1000}.battle-pop-up-change-hive-container .content-popup-battle-change,.battle-pop-up-change-hive-container .content-popup-farm,.farm-popup .content-popup-battle-change,.farm-popup .content-popup-farm{background-color:rgba(26,23,28,.71);border-radius:5px;display:flex;flex-direction:column;height:70%!important;justify-content:space-between;overflow-y:scroll;padding:20px 40px;width:50%}.battle-pop-up-change-hive-container .content-popup-battle-change .farm-item-container,.battle-pop-up-change-hive-container .content-popup-farm .farm-item-container,.farm-popup .content-popup-battle-change .farm-item-container,.farm-popup .content-popup-farm .farm-item-container{display:flex;flex-direction:column;height:90%;justify-content:space-between}.battle-pop-up-change-hive-container .content-popup-battle-change .farm-popup-item,.battle-pop-up-change-hive-container .content-popup-farm .farm-popup-item,.farm-popup .content-popup-battle-change .farm-popup-item,.farm-popup .content-popup-farm .farm-popup-item{border-bottom:1px solid hsla(0,0%,100%,.14);display:flex;justify-content:space-between;margin:15px 0;opacity:.7;padding:2%!important;transition:.2s}.battle-pop-up-change-hive-container .content-popup-battle-change .farm-popup-item:hover,.battle-pop-up-change-hive-container .content-popup-farm .farm-popup-item:hover,.farm-popup .content-popup-battle-change .farm-popup-item:hover,.farm-popup .content-popup-farm .farm-popup-item:hover{opacity:1}.battle-pop-up-change-hive-container .content-popup-battle-change .farm-popup-item .farm-popup-stats,.battle-pop-up-change-hive-container .content-popup-farm .farm-popup-item .farm-popup-stats,.farm-popup .content-popup-battle-change .farm-popup-item .farm-popup-stats,.farm-popup .content-popup-farm .farm-popup-item .farm-popup-stats{align-items:center;display:flex;flex-direction:column;height:100%;justify-content:space-between;width:70%}.battle-pop-up-change-hive-container .content-popup-battle-change .farm-popup-item .farm-popup-stats .rarity-popup-farm,.battle-pop-up-change-hive-container .content-popup-farm .farm-popup-item .farm-popup-stats .rarity-popup-farm,.farm-popup .content-popup-battle-change .farm-popup-item .farm-popup-stats .rarity-popup-farm,.farm-popup .content-popup-farm .farm-popup-item .farm-popup-stats .rarity-popup-farm{align-items:center;display:flex;flex-direction:column;height:100%;justify-content:space-around;width:25%}.battle-pop-up-change-hive-container .content-popup-battle-change .farm-popup-item .farm-popup-stats .rarity-popup-farm img,.battle-pop-up-change-hive-container .content-popup-farm .farm-popup-item .farm-popup-stats .rarity-popup-farm img,.farm-popup .content-popup-battle-change .farm-popup-item .farm-popup-stats .rarity-popup-farm img,.farm-popup .content-popup-farm .farm-popup-item .farm-popup-stats .rarity-popup-farm img{height:80%!important;object-fit:contain;width:100%!important}.battle-pop-up-change-hive-container .content-popup-battle-change .farm-popup-item .farm-popup-stats .rarity-popup-farm p,.battle-pop-up-change-hive-container .content-popup-farm .farm-popup-item .farm-popup-stats .rarity-popup-farm p,.farm-popup .content-popup-battle-change .farm-popup-item .farm-popup-stats .rarity-popup-farm p,.farm-popup .content-popup-farm .farm-popup-item .farm-popup-stats .rarity-popup-farm p{color:#fff;font-family:Acme,sans-serif;text-align:center;width:100%}.battle-pop-up-change-hive-container .content-popup-battle-change .farm-popup-item .farm-popup-stats div,.battle-pop-up-change-hive-container .content-popup-farm .farm-popup-item .farm-popup-stats div,.farm-popup .content-popup-battle-change .farm-popup-item .farm-popup-stats div,.farm-popup .content-popup-farm .farm-popup-item .farm-popup-stats div{display:flex;justify-content:space-around;width:100%}.battle-pop-up-change-hive-container .content-popup-battle-change .farm-popup-item .farm-popup-stats div p,.battle-pop-up-change-hive-container .content-popup-farm .farm-popup-item .farm-popup-stats div p,.farm-popup .content-popup-battle-change .farm-popup-item .farm-popup-stats div p,.farm-popup .content-popup-farm .farm-popup-item .farm-popup-stats div p{color:#fff;font-family:Poppins,sans-serif;font-size:.8rem;font-style:italic;margin-top:5px;text-align:center}.battle-pop-up-change-hive-container .content-popup-battle-change .farm-popup-item .farm-popup-stats div .id-farm-modal,.battle-pop-up-change-hive-container .content-popup-farm .farm-popup-item .farm-popup-stats div .id-farm-modal,.farm-popup .content-popup-battle-change .farm-popup-item .farm-popup-stats div .id-farm-modal,.farm-popup .content-popup-farm .farm-popup-item .farm-popup-stats div .id-farm-modal{color:#f39c12}.battle-pop-up-change-hive-container .content-popup-battle-change .farm-popup-item .farm-popup-stats div svg,.battle-pop-up-change-hive-container .content-popup-farm .farm-popup-item .farm-popup-stats div svg,.farm-popup .content-popup-battle-change .farm-popup-item .farm-popup-stats div svg,.farm-popup .content-popup-farm .farm-popup-item .farm-popup-stats div svg{height:20px}.battle-pop-up-change-hive-container .content-popup-battle-change .farm-popup-item .farm-popup-stats div svg>path.b,.battle-pop-up-change-hive-container .content-popup-battle-change .farm-popup-item .farm-popup-stats div svg>path.c,.battle-pop-up-change-hive-container .content-popup-farm .farm-popup-item .farm-popup-stats div svg>path.b,.battle-pop-up-change-hive-container .content-popup-farm .farm-popup-item .farm-popup-stats div svg>path.c,.farm-popup .content-popup-battle-change .farm-popup-item .farm-popup-stats div svg>path.b,.farm-popup .content-popup-battle-change .farm-popup-item .farm-popup-stats div svg>path.c,.farm-popup .content-popup-farm .farm-popup-item .farm-popup-stats div svg>path.b,.farm-popup .content-popup-farm .farm-popup-item .farm-popup-stats div svg>path.c{fill:#fff}.battle-pop-up-change-hive-container .content-popup-battle-change .farm-popup-item .container-addbee-item-farm,.battle-pop-up-change-hive-container .content-popup-farm .farm-popup-item .container-addbee-item-farm,.farm-popup .content-popup-battle-change .farm-popup-item .container-addbee-item-farm,.farm-popup .content-popup-farm .farm-popup-item .container-addbee-item-farm{align-items:center;display:flex;justify-content:center;width:20%}.battle-pop-up-change-hive-container .content-popup-battle-change .farm-popup-item .container-addbee-item-farm button,.battle-pop-up-change-hive-container .content-popup-farm .farm-popup-item .container-addbee-item-farm button,.farm-popup .content-popup-battle-change .farm-popup-item .container-addbee-item-farm button,.farm-popup .content-popup-farm .farm-popup-item .container-addbee-item-farm button{background-color:#f39c12;border:none;border-radius:15px;color:#fff;cursor:pointer;font-family:Poppins,sans-serif;height:30%;width:100%}.battle-pop-up-change-hive-container .content-popup-battle-change .farm-popup-item .farm-popup-add-bee,.battle-pop-up-change-hive-container .content-popup-farm .farm-popup-item .farm-popup-add-bee,.farm-popup .content-popup-battle-change .farm-popup-item .farm-popup-add-bee,.farm-popup .content-popup-farm .farm-popup-item .farm-popup-add-bee{background-color:#e74c3c;height:100%}.title-battle-modal{align-items:center;display:flex;justify-content:space-between!important}.fill-hive-btn{align-items:center;display:flex;height:10%!important;justify-content:center;padding:5%;width:100%}.fill-hive-btn button{background-color:#f39c12;border:none;border-radius:20px;color:#fff;cursor:pointer;font-family:Poppins,sans-serif;font-size:1rem;height:50px;width:60%}.selected-farm-item{background-color:#2b2b40;border:1px solid #fff}@media screen and (max-width:700px){.farm-popup-item{opacity:1}}.not-ready-btn{opacity:.5}.ready-btn{opacity:1}.title-farm-type-popup{align-items:center;border-bottom:1px solid #f39c12;color:#f39c12;display:flex;font-family:Acme,sans-serif;font-size:1.3rem;margin-bottom:2%;margin-top:2%;padding:2%;text-align:left;width:100%}.title-farm-type-popup svg{height:30px}.title-farm-type-popup svg>path.b,.title-farm-type-popup svg>path.c{fill:#f39c12}.battle-fight-popup{align-items:center;-webkit-animation:fadeIt .2s ease-in-out;animation:fadeIt .2s ease-in-out;background:linear-gradient(rgba(0,0,0,.8),rgba(0,0,0,.4)),url(/static/media/battle.ca382c3f845fb1aa847b.jpg);background-repeat:no-repeat;background-size:100% 100%;display:flex;flex-direction:column;height:100%;justify-content:center;left:0;position:fixed;top:0;width:100%;z-index:1000!important}.content-popup-battle{border-radius:10px;display:flex;flex-direction:column;height:80%!important;justify-content:space-between;padding:20px 40px;width:80%}.title-popup-farm{align-items:center;display:flex;height:10%;justify-content:center;padding:2%}.title-popup-farm .title-text,.title-popup-farm .title-text-battle{align-items:center;color:#fff;display:flex;font-family:Poppins,sans-serif;font-size:1.3rem;text-align:center;z-index:120}.title-popup-farm .close{font-size:2rem;margin-left:auto;margin-top:-5px;transition:.1s}.title-popup-farm .close:hover{color:#f39c12;transition:.1s}.container-battle-fight{display:flex;height:80%;justify-content:space-between;padding:3%}@-webkit-keyframes fade-in{0%{opacity:0}to{opacity:1}}@keyframes fade-in{0%{opacity:0}to{opacity:1}}.opponent-hive-container,.own-hive-container{background-color:rgba(14,14,35,.7);border:2px solid hsla(0,0%,100%,.67)}.opponent-hive-container h5,.own-hive-container h5{background-color:#f39c12;color:#fff}.opponent-hive-container{border:2px solid hsla(0,0%,100%,.67)}.opponent-hive-container h5{background-color:red!important}.opponent-hive-container,.own-hive-container{border-radius:10px;display:flex;flex-direction:column;font-family:Poppins,sans-serif;height:100%;justify-content:space-between;padding:1%;width:30%}.opponent-hive-container .hive-popup-battle,.own-hive-container .hive-popup-battle{padding:5%}.opponent-hive-container h5,.own-hive-container h5{border-radius:20px;font-size:1rem;font-weight:700;padding:4%;text-align:center}.opponent-hive-container h5 span:first-letter,.own-hive-container h5 span:first-letter{text-transform:uppercase}.opponent-hive-container img,.own-hive-container img{height:40%;object-fit:contain}.opponent-hive-container .stats-battle,.own-hive-container .stats-battle{align-items:center;border-radius:10px;display:flex;flex-direction:column;height:40%;justify-content:space-between;margin-top:5%;padding:6% 2% 5%}.opponent-hive-container .stats-battle div,.own-hive-container .stats-battle div{border-bottom:1px solid hsla(0,0%,100%,.6);display:flex;justify-content:space-between;padding-bottom:2%;width:80%}.opponent-hive-container .stats-battle div p,.own-hive-container .stats-battle div p{color:#fff;font-weight:700!important}.opponent-hive-container .stats-battle svg,.own-hive-container .stats-battle svg{height:20px}.opponent-hive-container .stats-battle svg>path.b,.opponent-hive-container .stats-battle svg>path.c,.own-hive-container .stats-battle svg>path.b,.own-hive-container .stats-battle svg>path.c{fill:#fff}.opponent-hive-container .stats-battle p,.own-hive-container .stats-battle p{color:#fff;font-family:Poppins,sans-serif;font-size:.8rem}.opponent-hive-container .stats-battle img,.own-hive-container .stats-battle img{height:20px;margin-left:-5px;object-fit:contain;width:35px}.opponent-hive-container p,.own-hive-container p{align-items:center;color:#fff;display:flex;font-family:Poppins,sans-serif}.opponent-hive-container p svg,.own-hive-container p svg{height:40px;margin-right:40px}.opponent-hive-container p svg>path.a,.opponent-hive-container p svg>path.b,.opponent-hive-container p svg>path.c,.own-hive-container p svg>path.a,.own-hive-container p svg>path.b,.own-hive-container p svg>path.c{fill:#f39c12}.animation-battle-container{align-items:center;display:flex;flex-direction:column;justify-content:space-around;width:40%}.animation-battle-container .gem-battle-modal{align-items:center;border:2px solid #fff;border-radius:25px;display:flex;justify-content:space-around;padding:2% 15%}.animation-battle-container .gem-battle-modal img{height:30px;margin-left:25px;object-fit:contain;width:30px}.animation-battle-container .gem-battle-modal p{color:#fff;font-family:Acme,sans-serif;font-size:1.1rem;font-weight:700}.animation-battle-container .btn-fight-container{align-items:center;border-radius:20px;display:flex;flex-direction:column;height:100%;justify-content:space-around;width:100%}.animation-battle-container .btn-fight-container svg{height:50%}.animation-battle-container .btn-fight-container svg>path.b{fill:#fff}.animation-battle-container .btn-fight-container svg>path.c{fill:#f39c12}.animation-battle-container .btn-fight-container button{background-color:#f39c12;border:none;border-radius:25px;color:#fff;cursor:pointer;font-family:Poppins,sans-serif;font-size:1.1rem;font-weight:700;height:13%;width:60%}.heartbeat{-webkit-animation:heartbeat 2s ease-in-out infinite both;animation:heartbeat 2s ease-in-out infinite both}.heartbeat-slow{-webkit-animation:heartbeat 3s ease-in-out infinite both;animation:heartbeat 3s ease-in-out infinite both}@keyframes heartbeat{0%{-webkit-animation-timing-function:ease-out;animation-timing-function:ease-out;-webkit-transform:scale(1);transform:scale(1);-webkit-transform-origin:center center;transform-origin:center center}10%{-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in;-webkit-transform:scale(.91);transform:scale(.91)}17%{-webkit-animation-timing-function:ease-out;animation-timing-function:ease-out;-webkit-transform:scale(.98);transform:scale(.98)}33%{-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in;-webkit-transform:scale(.87);transform:scale(.87)}45%{-webkit-animation-timing-function:ease-out;animation-timing-function:ease-out;-webkit-transform:scale(1);transform:scale(1)}}.close-btn-battle-modal{color:#fff!important}.border-b{border-bottom:1px solid hsla(0,0%,100%,.49)}.alert-battle-modal{align-items:center;display:flex;height:15%;margin:0;padding-left:10px;width:100%}.alert-battle-modal p{align-items:center;color:#fff;display:flex;font-family:Poppins,sans-serif;font-weight:700}.alert-battle-modal p svg{height:40px;margin-right:20px}.alert-battle-modal p svg>path.b,.alert-battle-modal p svg>path.c{fill:#fff}@media screen and (max-width:1350px){.container-battle-fight{padding:0!important}.content-popup-battle{width:100%!important}}@media screen and (max-width:1100px){.content-popup-battle{width:100%!important}.animation-battle-container{width:20%!important}.opponent-hive-container,.own-hive-container{padding:5%!important;width:35%!important}.btn-fight-container svg{height:30%!important}.btn-fight-container button{width:100%!important}}@media screen and (max-width:1000px){.btn-fight-container{height:80%!important}}@media screen and (max-width:950px){.opponent-hive-container h5,.own-hive-container h5{font-size:.8rem!important}}@media screen and (max-width:700px){.battle-fight-popup{background-size:cover!important}.animation-battle-container{width:25%!important}.btn-fight-container button{width:100%!important}.btn-fight-container svg{height:30%!important}.opponent-hive-container,.own-hive-container{width:30%!important}.opponent-hive-container h5,.own-hive-container h5{font-size:1rem;text-align:center}}@media screen and (max-width:600px){.alert-battle-modal,.container-battle-fight{display:none!important}.content-popup-battle{padding:0 10px}.battle-container-phone{display:flex!important}}.battle-container-phone{display:none;flex-direction:column;height:90%;padding-bottom:10px}.battle-container-phone .alert-battle-modal-phone{display:flex;height:10%;justify-content:start;margin:20px 0}.battle-container-phone .alert-battle-modal-phone p{align-items:center;color:#fff;display:flex;font-family:Poppins,sans-serif;font-size:.8rem;justify-content:center}.battle-container-phone .alert-battle-modal-phone svg{height:30px;margin-right:10px}.battle-container-phone .alert-battle-modal-phone svg>path.b,.battle-container-phone .alert-battle-modal-phone svg>path.c{fill:#fff}.battle-container-phone .battle-phone{display:flex;flex-direction:column;height:80%;margin-bottom:10px}.battle-container-phone .battle-phone .opponent-hive-container-phone,.battle-container-phone .battle-phone .own-hive-container-phone{height:32.5%!important}.battle-container-phone .battle-phone .opponent-hive-container-phone{margin-top:30px!important}.battle-container-phone .battle-phone .own-hive-container-phone{margin-bottom:30px}.battle-container-phone .battle-phone .animation-battle-container{height:25%}@-webkit-keyframes slide-in-left{0%{opacity:0;-webkit-transform:translateX(-1000px);transform:translateX(-1000px)}to{opacity:1;-webkit-transform:translateX(0);transform:translateX(0)}}@keyframes slide-in-left{0%{opacity:0;-webkit-transform:translateX(-1000px);transform:translateX(-1000px)}to{opacity:1;-webkit-transform:translateX(0);transform:translateX(0)}}@-webkit-keyframes slide-in-right{0%{opacity:0;-webkit-transform:translateX(1000px);transform:translateX(1000px)}to{opacity:1;-webkit-transform:translateX(0);transform:translateX(0)}}@keyframes slide-in-right{0%{opacity:0;-webkit-transform:translateX(1000px);transform:translateX(1000px)}to{opacity:1;-webkit-transform:translateX(0);transform:translateX(0)}}.battle-container-phone .battle-phone .animation-battle-container{height:20%!important}.battle-container-phone .battle-phone .opponent-hive-container-phone,.battle-container-phone .battle-phone .own-hive-container-phone{display:flex}.battle-container-phone .battle-phone .opponent-hive-container-phone div,.battle-container-phone .battle-phone .own-hive-container-phone div{width:50%!important}.battle-container-phone .battle-phone .opponent-hive-container-phone .hive-battle-phone,.battle-container-phone .battle-phone .own-hive-container-phone .hive-battle-phone{align-items:center;display:flex;height:100%;padding:1%}.battle-container-phone .battle-phone .opponent-hive-container-phone .hive-battle-phone img,.battle-container-phone .battle-phone .own-hive-container-phone .hive-battle-phone img{height:80%;object-fit:contain}.battle-container-phone .battle-phone .opponent-hive-container-phone .stats-battle-phone1,.battle-container-phone .battle-phone .own-hive-container-phone .stats-battle-phone1{-webkit-animation:slide-in-top 1s cubic-bezier(.25,.46,.45,.94) .2s both;animation:slide-in-top 1s cubic-bezier(.25,.46,.45,.94) .2s both}.battle-container-phone .battle-phone .opponent-hive-container-phone .stats-battle-phone2,.battle-container-phone .battle-phone .own-hive-container-phone .stats-battle-phone2{-webkit-animation:slide-in-bottom 1s cubic-bezier(.25,.46,.45,.94) .6s both;animation:slide-in-bottom 1s cubic-bezier(.25,.46,.45,.94) .6s both}.battle-container-phone .battle-phone .opponent-hive-container-phone .stats-battle-phone1,.battle-container-phone .battle-phone .opponent-hive-container-phone .stats-battle-phone2,.battle-container-phone .battle-phone .own-hive-container-phone .stats-battle-phone1,.battle-container-phone .battle-phone .own-hive-container-phone .stats-battle-phone2{display:flex;flex-direction:column;height:100%;justify-content:space-between;padding:5% 2%}.battle-container-phone .battle-phone .opponent-hive-container-phone .stats-battle-phone1 p,.battle-container-phone .battle-phone .opponent-hive-container-phone .stats-battle-phone2 p,.battle-container-phone .battle-phone .own-hive-container-phone .stats-battle-phone1 p,.battle-container-phone .battle-phone .own-hive-container-phone .stats-battle-phone2 p{align-items:center;color:#fff;display:flex;font-family:Poppins,sans-serif;justify-content:space-between;padding-bottom:2%}.battle-container-phone .battle-phone .opponent-hive-container-phone .stats-battle-phone1 p svg,.battle-container-phone .battle-phone .opponent-hive-container-phone .stats-battle-phone2 p svg,.battle-container-phone .battle-phone .own-hive-container-phone .stats-battle-phone1 p svg,.battle-container-phone .battle-phone .own-hive-container-phone .stats-battle-phone2 p svg{height:20px}.battle-container-phone .battle-phone .opponent-hive-container-phone .stats-battle-phone1 p svg>path.b,.battle-container-phone .battle-phone .opponent-hive-container-phone .stats-battle-phone2 p svg>path.b,.battle-container-phone .battle-phone .own-hive-container-phone .stats-battle-phone1 p svg>path.b,.battle-container-phone .battle-phone .own-hive-container-phone .stats-battle-phone2 p svg>path.b{fill:#fff}.battle-container-phone .battle-phone .opponent-hive-container-phone .stats-battle-phone1 p svg>path.c,.battle-container-phone .battle-phone .opponent-hive-container-phone .stats-battle-phone2 p svg>path.c,.battle-container-phone .battle-phone .own-hive-container-phone .stats-battle-phone1 p svg>path.c,.battle-container-phone .battle-phone .own-hive-container-phone .stats-battle-phone2 p svg>path.c{fill:#f39c12}.battle-container-phone .battle-phone .opponent-hive-container-phone .stats-battle-phone1 img,.battle-container-phone .battle-phone .opponent-hive-container-phone .stats-battle-phone2 img,.battle-container-phone .battle-phone .own-hive-container-phone .stats-battle-phone1 img,.battle-container-phone .battle-phone .own-hive-container-phone .stats-battle-phone2 img{height:25px;margin-left:-5px;object-fit:contain}.battle-container-phone .battle-phone .animation-battle-container-phone{align-items:center;background-color:#f39c12;border-radius:25px;display:flex;height:50px!important;justify-content:center}.battle-container-phone .battle-phone .animation-battle-container-phone p{color:#fff;font-family:Acme,sans-serif;font-size:1.1rem;margin-right:10px}.battle-container-phone .battle-phone .animation-battle-container-phone svg{height:65%}.battle-container-phone .battle-phone .animation-battle-container-phone svg>path.b,.battle-container-phone .battle-phone .animation-battle-container-phone svg>path.c{fill:#fff}.battle-container-phone .fight-btn-phone{align-items:center;display:none;height:8%;justify-content:center;margin:5%}.battle-container-phone .fight-btn-phone button{align-items:center;background-color:#f39c12;border:none;border-radius:25px;color:#fff;cursor:pointer;display:flex;font-family:Poppins,sans-serif;height:100%;justify-content:center;padding:5%;width:70%}.hive-battle-phone-1{justify-content:center!important}.hive-battle-phone-1 img{-webkit-animation:slide-in-left 1.5s cubic-bezier(.23,1,.32,1) both;animation:slide-in-left 1s cubic-bezier(.23,1,.32,1) both}.hive-battle-phone-2{flex-direction:column;justify-content:center!important}.hive-battle-phone-2 div{align-items:center;display:flex;justify-content:center;margin-bottom:10px;margin-top:10px;width:100%}.hive-battle-phone-2 div p{color:#fff;font-family:Acme,sans-serif;margin-right:10px}.hive-battle-phone-2 div img{height:25px;width:25px}.hive-battle-phone-2 img{-webkit-animation:slide-in-right 1.5s cubic-bezier(.23,1,.32,1) both;animation:slide-in-right 1s cubic-bezier(.23,1,.32,1) both}.hive-popup-item-battle .battle-pop-up-hive{align-items:start!important;display:flex!important;flex-direction:column;height:160px!important;justify-content:center!important;width:50%!important}.hive-popup-item-battle .battle-pop-up-hive img{height:80%!important;margin-bottom:10px!important;object-fit:contain!important;width:100%!important}.hive-popup-item-battle .battle-pop-up-hive div{align-items:center;display:flex;height:20%;justify-content:space-between!important;width:50%}.hive-popup-item-battle .battle-pop-up-hive div svg{height:30px}.hive-popup-item-battle .battle-pop-up-hive div svg>path.b,.hive-popup-item-battle .battle-pop-up-hive div svg>path.c{fill:#fff}.hive-popup-item-battle .battle-pop-up-hive div p{margin-left:10px}.title-battle-type-popup{margin-top:0!important}.best-bear-msg-battle{align-items:center;display:flex;justify-content:start}.best-bear-msg-battle p{align-items:center;color:#fff;display:flex;font-family:Acme,sans-serif;font-size:.9rem}.best-bear-msg-battle svg{height:30px;margin-right:10px}.best-bear-msg-battle svg>path.b,.best-bear-msg-battle svg>path.c{fill:#fff}::-webkit-scrollbar{height:8px;width:8px}::-webkit-scrollbar-button{height:0;width:0}::-webkit-scrollbar-thumb{background:#f39c12;border:21px #fff;border-radius:50px}::-webkit-scrollbar-track{background:#666;border:0 #fff;border-radius:50px}::-webkit-scrollbar-track:active{background:#333}::-webkit-scrollbar-corner{background:transparent}.item-farm-stats-modal-phone{display:none!important;flex-direction:column;justify-content:space-around;padding-left:5%;padding-right:5%;width:40%!important}.item-farm-stats-modal-phone div{align-items:center;display:flex;justify-content:center}.item-farm-stats-modal-phone div p{color:#fff;font-family:Acme,sans-serif;font-size:.8rem;margin-right:20px;white-space:pre}.item-farm-stats-modal-phone div svg{height:22px}.item-farm-stats-modal-phone div svg>path.b,.item-farm-stats-modal-phone div svg>path.c{fill:#f39c12}.item-farm-stats-modal-phone div .io-modal-phone{color:#fff;font-size:1rem}.item-farm-stats-modal-phone div img{height:20px}@media screen and (max-width:1000px){.content-popup-farm{width:70%!important}}@media screen and (max-width:850px){.hive-popup-battle{padding:15%!important}.opponent-hive-container,.own-hive-container{padding:2%!important}.opponent-hive-container h5,.own-hive-container h5{padding:5%!important}.btn-fight-container button{font-size:.9rem!important;height:12%!important}}@media screen and (max-width:880px){.best-bear-msg-battle p{line-height:20px!important}}@media screen and (max-width:730px){.container-addbee-item-farm{width:30%!important}.item-farm-stats-modal-container{display:none!important}.rarity-popup-farm{width:100%!important}.item-farm-stats-modal-phone{display:flex!important}.farm-popup-stats{width:30%!important}.hive-popup-item-battle .battle-pop-up-hive{width:40%!important}.farm-popup-item,.hive-popup-item-battle{padding-bottom:5%!important}.best-bear-msg-battle{margin:15px 0!important}}@media screen and (max-width:550px){.title-battle-type-popup{font-size:1rem!important;justify-content:start!important}.title-battle-type-popup svg{height:30px!important}.title-popup-farm{justify-content:space-between;padding:3%!important}.title-popup-farm h3{font-size:1.2rem!important;white-space:pre!important}.title-popup-farm .title-text{font-size:1rem!important}.content-popup-farm{padding:2% 10px!important;width:90%!important}.container-addbee-item-farm,.farm-popup-stats{width:30%!important}}@-webkit-keyframes slide-in-top{0%{opacity:0;-webkit-transform:translateY(-1000px);transform:translateY(-1000px)}to{opacity:1;-webkit-transform:translateY(0);transform:translateY(0)}}@keyframes slide-in-top{0%{opacity:0;-webkit-transform:translateY(-1000px);transform:translateY(-1000px)}to{opacity:1;-webkit-transform:translateY(0);transform:translateY(0)}}@-webkit-keyframes slide-in-bottom{0%{opacity:0;-webkit-transform:translateY(1000px);transform:translateY(1000px)}to{opacity:1;-webkit-transform:translateY(0);transform:translateY(0)}}@keyframes slide-in-bottom{0%{opacity:0;-webkit-transform:translateY(1000px);transform:translateY(1000px)}to{opacity:1;-webkit-transform:translateY(0);transform:translateY(0)}}@media screen and (max-height:900px){.content-popup-battle{height:100%!important;padding:5%}}.stats-phone-border{border-bottom:1px solid hsla(0,0%,100%,.48)}.stats-phone-border p{font-size:.8rem}.shield-modal{display:flex;flex-direction:column!important;justify-content:center;width:100%}.shield-modal p{margin-bottom:10px;margin-top:10px;width:50%}@media screen and (max-width:350px){.farm-popup-item{flex-direction:column!important}.farm-popup-stats{align-items:center!important;justify-content:center!important;width:100%!important}.item-farm-stats-modal-phone{margin-top:15px!important;width:100%!important}.item-farm-stats-modal-phone div{justify-content:space-around!important;margin:5px}.shield-modal{display:flex;flex-direction:row!important;justify-content:space-between!important;position:relative!important}.shield-modal p{margin-left:-8%}.shield-modal .shield-io{left:71%;position:absolute!important}.rarity-popup-farm{width:50%!important}.shield-modal-btn-phone{align-items:center;display:flex;justify-content:center;margin:10px 0;width:100%!important}.shield-modal-btn-phone button{height:100%!important;padding:4%;width:100%!important}}.bg-grey{background-color:gray!important}.f-bold{font-weight:700!important}