@import"https://fonts.googleapis.com/css2?family=Bebas+Neue&display=swap";@charset "UTF-8";/*!
* animate.css - https://animate.style/
* Version - 4.1.1
* Licensed under the MIT license - http://opensource.org/licenses/MIT
*
* Copyright (c) 2020 Animate.css
*/:root{--animate-duration: 1s;--animate-delay: 1s;--animate-repeat: 1}.animate__animated{-webkit-animation-duration:1s;-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 print,(prefers-reduced-motion: reduce){.animate__animated{-webkit-animation-duration:1ms!important;animation-duration:1ms!important;-webkit-transition-duration:1ms!important;transition-duration:1ms!important;-webkit-animation-iteration-count:1!important;animation-iteration-count:1!important}.animate__animated[class*=Out]{opacity:0}}@-webkit-keyframes bounce{0%,20%,53%,to{-webkit-animation-timing-function:cubic-bezier(.215,.61,.355,1);animation-timing-function:cubic-bezier(.215,.61,.355,1);-webkit-transform:translate3d(0,0,0);transform:translateZ(0)}40%,43%{-webkit-animation-timing-function:cubic-bezier(.755,.05,.855,.06);animation-timing-function:cubic-bezier(.755,.05,.855,.06);-webkit-transform:translate3d(0,-30px,0) scaleY(1.1);transform:translate3d(0,-30px,0) scaleY(1.1)}70%{-webkit-animation-timing-function:cubic-bezier(.755,.05,.855,.06);animation-timing-function:cubic-bezier(.755,.05,.855,.06);-webkit-transform:translate3d(0,-15px,0) scaleY(1.05);transform:translate3d(0,-15px,0) scaleY(1.05)}80%{-webkit-transition-timing-function:cubic-bezier(.215,.61,.355,1);transition-timing-function:cubic-bezier(.215,.61,.355,1);-webkit-transform:translate3d(0,0,0) scaleY(.95);transform:translateZ(0) scaleY(.95)}90%{-webkit-transform:translate3d(0,-4px,0) scaleY(1.02);transform:translate3d(0,-4px,0) scaleY(1.02)}}@keyframes bounce{0%,20%,53%,to{-webkit-animation-timing-function:cubic-bezier(.215,.61,.355,1);animation-timing-function:cubic-bezier(.215,.61,.355,1);-webkit-transform:translate3d(0,0,0);transform:translateZ(0)}40%,43%{-webkit-animation-timing-function:cubic-bezier(.755,.05,.855,.06);animation-timing-function:cubic-bezier(.755,.05,.855,.06);-webkit-transform:translate3d(0,-30px,0) scaleY(1.1);transform:translate3d(0,-30px,0) scaleY(1.1)}70%{-webkit-animation-timing-function:cubic-bezier(.755,.05,.855,.06);animation-timing-function:cubic-bezier(.755,.05,.855,.06);-webkit-transform:translate3d(0,-15px,0) scaleY(1.05);transform:translate3d(0,-15px,0) scaleY(1.05)}80%{-webkit-transition-timing-function:cubic-bezier(.215,.61,.355,1);transition-timing-function:cubic-bezier(.215,.61,.355,1);-webkit-transform:translate3d(0,0,0) scaleY(.95);transform:translateZ(0) scaleY(.95)}90%{-webkit-transform:translate3d(0,-4px,0) scaleY(1.02);transform:translate3d(0,-4px,0) scaleY(1.02)}}.animate__bounce{-webkit-animation-name:bounce;animation-name:bounce;-webkit-transform-origin:center bottom;transform-origin:center bottom}@-webkit-keyframes flash{0%,50%,to{opacity:1}25%,75%{opacity:0}}@keyframes flash{0%,50%,to{opacity:1}25%,75%{opacity:0}}.animate__flash{-webkit-animation-name:flash;animation-name:flash}@-webkit-keyframes pulse{0%{-webkit-transform:scale3d(1,1,1);transform:scaleZ(1)}50%{-webkit-transform:scale3d(1.05,1.05,1.05);transform:scale3d(1.05,1.05,1.05)}to{-webkit-transform:scale3d(1,1,1);transform:scaleZ(1)}}@keyframes pulse{0%{-webkit-transform:scale3d(1,1,1);transform:scaleZ(1)}50%{-webkit-transform:scale3d(1.05,1.05,1.05);transform:scale3d(1.05,1.05,1.05)}to{-webkit-transform:scale3d(1,1,1);transform:scaleZ(1)}}.animate__pulse{-webkit-animation-name:pulse;animation-name:pulse;-webkit-animation-timing-function:ease-in-out;animation-timing-function:ease-in-out}@-webkit-keyframes rubberBand{0%{-webkit-transform:scale3d(1,1,1);transform:scaleZ(1)}30%{-webkit-transform:scale3d(1.25,.75,1);transform:scale3d(1.25,.75,1)}40%{-webkit-transform:scale3d(.75,1.25,1);transform:scale3d(.75,1.25,1)}50%{-webkit-transform:scale3d(1.15,.85,1);transform:scale3d(1.15,.85,1)}65%{-webkit-transform:scale3d(.95,1.05,1);transform:scale3d(.95,1.05,1)}75%{-webkit-transform:scale3d(1.05,.95,1);transform:scale3d(1.05,.95,1)}to{-webkit-transform:scale3d(1,1,1);transform:scaleZ(1)}}@keyframes rubberBand{0%{-webkit-transform:scale3d(1,1,1);transform:scaleZ(1)}30%{-webkit-transform:scale3d(1.25,.75,1);transform:scale3d(1.25,.75,1)}40%{-webkit-transform:scale3d(.75,1.25,1);transform:scale3d(.75,1.25,1)}50%{-webkit-transform:scale3d(1.15,.85,1);transform:scale3d(1.15,.85,1)}65%{-webkit-transform:scale3d(.95,1.05,1);transform:scale3d(.95,1.05,1)}75%{-webkit-transform:scale3d(1.05,.95,1);transform:scale3d(1.05,.95,1)}to{-webkit-transform:scale3d(1,1,1);transform:scaleZ(1)}}.animate__rubberBand{-webkit-animation-name:rubberBand;animation-name:rubberBand}@-webkit-keyframes shakeX{0%,to{-webkit-transform:translate3d(0,0,0);transform:translateZ(0)}10%,30%,50%,70%,90%{-webkit-transform:translate3d(-10px,0,0);transform:translate3d(-10px,0,0)}20%,40%,60%,80%{-webkit-transform:translate3d(10px,0,0);transform:translate3d(10px,0,0)}}@keyframes shakeX{0%,to{-webkit-transform:translate3d(0,0,0);transform:translateZ(0)}10%,30%,50%,70%,90%{-webkit-transform:translate3d(-10px,0,0);transform:translate3d(-10px,0,0)}20%,40%,60%,80%{-webkit-transform:translate3d(10px,0,0);transform:translate3d(10px,0,0)}}.animate__shakeX{-webkit-animation-name:shakeX;animation-name:shakeX}@-webkit-keyframes shakeY{0%,to{-webkit-transform:translate3d(0,0,0);transform:translateZ(0)}10%,30%,50%,70%,90%{-webkit-transform:translate3d(0,-10px,0);transform:translate3d(0,-10px,0)}20%,40%,60%,80%{-webkit-transform:translate3d(0,10px,0);transform:translate3d(0,10px,0)}}@keyframes shakeY{0%,to{-webkit-transform:translate3d(0,0,0);transform:translateZ(0)}10%,30%,50%,70%,90%{-webkit-transform:translate3d(0,-10px,0);transform:translate3d(0,-10px,0)}20%,40%,60%,80%{-webkit-transform:translate3d(0,10px,0);transform:translate3d(0,10px,0)}}.animate__shakeY{-webkit-animation-name:shakeY;animation-name:shakeY}@-webkit-keyframes headShake{0%{-webkit-transform:translateX(0);transform:translate(0)}6.5%{-webkit-transform:translateX(-6px) rotateY(-9deg);transform:translate(-6px) rotateY(-9deg)}18.5%{-webkit-transform:translateX(5px) rotateY(7deg);transform:translate(5px) rotateY(7deg)}31.5%{-webkit-transform:translateX(-3px) rotateY(-5deg);transform:translate(-3px) rotateY(-5deg)}43.5%{-webkit-transform:translateX(2px) rotateY(3deg);transform:translate(2px) rotateY(3deg)}50%{-webkit-transform:translateX(0);transform:translate(0)}}@keyframes headShake{0%{-webkit-transform:translateX(0);transform:translate(0)}6.5%{-webkit-transform:translateX(-6px) rotateY(-9deg);transform:translate(-6px) rotateY(-9deg)}18.5%{-webkit-transform:translateX(5px) rotateY(7deg);transform:translate(5px) rotateY(7deg)}31.5%{-webkit-transform:translateX(-3px) rotateY(-5deg);transform:translate(-3px) rotateY(-5deg)}43.5%{-webkit-transform:translateX(2px) rotateY(3deg);transform:translate(2px) rotateY(3deg)}50%{-webkit-transform:translateX(0);transform:translate(0)}}.animate__headShake{-webkit-animation-timing-function:ease-in-out;animation-timing-function:ease-in-out;-webkit-animation-name:headShake;animation-name:headShake}@-webkit-keyframes swing{20%{-webkit-transform:rotate3d(0,0,1,15deg);transform:rotate3d(0,0,1,15deg)}40%{-webkit-transform:rotate3d(0,0,1,-10deg);transform:rotate3d(0,0,1,-10deg)}60%{-webkit-transform:rotate3d(0,0,1,5deg);transform:rotate3d(0,0,1,5deg)}80%{-webkit-transform:rotate3d(0,0,1,-5deg);transform:rotate3d(0,0,1,-5deg)}to{-webkit-transform:rotate3d(0,0,1,0deg);transform:rotate3d(0,0,1,0)}}@keyframes swing{20%{-webkit-transform:rotate3d(0,0,1,15deg);transform:rotate3d(0,0,1,15deg)}40%{-webkit-transform:rotate3d(0,0,1,-10deg);transform:rotate3d(0,0,1,-10deg)}60%{-webkit-transform:rotate3d(0,0,1,5deg);transform:rotate3d(0,0,1,5deg)}80%{-webkit-transform:rotate3d(0,0,1,-5deg);transform:rotate3d(0,0,1,-5deg)}to{-webkit-transform:rotate3d(0,0,1,0deg);transform:rotate3d(0,0,1,0)}}.animate__swing{-webkit-transform-origin:top center;transform-origin:top center;-webkit-animation-name:swing;animation-name:swing}@-webkit-keyframes tada{0%{-webkit-transform:scale3d(1,1,1);transform:scaleZ(1)}10%,20%{-webkit-transform:scale3d(.9,.9,.9) rotate3d(0,0,1,-3deg);transform:scale3d(.9,.9,.9) rotate3d(0,0,1,-3deg)}30%,50%,70%,90%{-webkit-transform:scale3d(1.1,1.1,1.1) rotate3d(0,0,1,3deg);transform:scale3d(1.1,1.1,1.1) rotate3d(0,0,1,3deg)}40%,60%,80%{-webkit-transform:scale3d(1.1,1.1,1.1) rotate3d(0,0,1,-3deg);transform:scale3d(1.1,1.1,1.1) rotate3d(0,0,1,-3deg)}to{-webkit-transform:scale3d(1,1,1);transform:scaleZ(1)}}@keyframes tada{0%{-webkit-transform:scale3d(1,1,1);transform:scaleZ(1)}10%,20%{-webkit-transform:scale3d(.9,.9,.9) rotate3d(0,0,1,-3deg);transform:scale3d(.9,.9,.9) rotate3d(0,0,1,-3deg)}30%,50%,70%,90%{-webkit-transform:scale3d(1.1,1.1,1.1) rotate3d(0,0,1,3deg);transform:scale3d(1.1,1.1,1.1) rotate3d(0,0,1,3deg)}40%,60%,80%{-webkit-transform:scale3d(1.1,1.1,1.1) rotate3d(0,0,1,-3deg);transform:scale3d(1.1,1.1,1.1) rotate3d(0,0,1,-3deg)}to{-webkit-transform:scale3d(1,1,1);transform:scaleZ(1)}}.animate__tada{-webkit-animation-name:tada;animation-name:tada}@-webkit-keyframes wobble{0%{-webkit-transform:translate3d(0,0,0);transform:translateZ(0)}15%{-webkit-transform:translate3d(-25%,0,0) rotate3d(0,0,1,-5deg);transform:translate3d(-25%,0,0) rotate3d(0,0,1,-5deg)}30%{-webkit-transform:translate3d(20%,0,0) rotate3d(0,0,1,3deg);transform:translate3d(20%,0,0) rotate3d(0,0,1,3deg)}45%{-webkit-transform:translate3d(-15%,0,0) rotate3d(0,0,1,-3deg);transform:translate3d(-15%,0,0) rotate3d(0,0,1,-3deg)}60%{-webkit-transform:translate3d(10%,0,0) rotate3d(0,0,1,2deg);transform:translate3d(10%,0,0) rotate3d(0,0,1,2deg)}75%{-webkit-transform:translate3d(-5%,0,0) rotate3d(0,0,1,-1deg);transform:translate3d(-5%,0,0) rotate3d(0,0,1,-1deg)}to{-webkit-transform:translate3d(0,0,0);transform:translateZ(0)}}@keyframes wobble{0%{-webkit-transform:translate3d(0,0,0);transform:translateZ(0)}15%{-webkit-transform:translate3d(-25%,0,0) rotate3d(0,0,1,-5deg);transform:translate3d(-25%,0,0) rotate3d(0,0,1,-5deg)}30%{-webkit-transform:translate3d(20%,0,0) rotate3d(0,0,1,3deg);transform:translate3d(20%,0,0) rotate3d(0,0,1,3deg)}45%{-webkit-transform:translate3d(-15%,0,0) rotate3d(0,0,1,-3deg);transform:translate3d(-15%,0,0) rotate3d(0,0,1,-3deg)}60%{-webkit-transform:translate3d(10%,0,0) rotate3d(0,0,1,2deg);transform:translate3d(10%,0,0) rotate3d(0,0,1,2deg)}75%{-webkit-transform:translate3d(-5%,0,0) rotate3d(0,0,1,-1deg);transform:translate3d(-5%,0,0) rotate3d(0,0,1,-1deg)}to{-webkit-transform:translate3d(0,0,0);transform:translateZ(0)}}.animate__wobble{-webkit-animation-name:wobble;animation-name:wobble}@-webkit-keyframes jello{0%,11.1%,to{-webkit-transform:translate3d(0,0,0);transform:translateZ(0)}22.2%{-webkit-transform:skewX(-12.5deg) skewY(-12.5deg);transform:skew(-12.5deg) skewY(-12.5deg)}33.3%{-webkit-transform:skewX(6.25deg) skewY(6.25deg);transform:skew(6.25deg) skewY(6.25deg)}44.4%{-webkit-transform:skewX(-3.125deg) skewY(-3.125deg);transform:skew(-3.125deg) skewY(-3.125deg)}55.5%{-webkit-transform:skewX(1.5625deg) skewY(1.5625deg);transform:skew(1.5625deg) skewY(1.5625deg)}66.6%{-webkit-transform:skewX(-.78125deg) skewY(-.78125deg);transform:skew(-.78125deg) skewY(-.78125deg)}77.7%{-webkit-transform:skewX(.390625deg) skewY(.390625deg);transform:skew(.390625deg) skewY(.390625deg)}88.8%{-webkit-transform:skewX(-.1953125deg) skewY(-.1953125deg);transform:skew(-.1953125deg) skewY(-.1953125deg)}}@keyframes jello{0%,11.1%,to{-webkit-transform:translate3d(0,0,0);transform:translateZ(0)}22.2%{-webkit-transform:skewX(-12.5deg) skewY(-12.5deg);transform:skew(-12.5deg) skewY(-12.5deg)}33.3%{-webkit-transform:skewX(6.25deg) skewY(6.25deg);transform:skew(6.25deg) skewY(6.25deg)}44.4%{-webkit-transform:skewX(-3.125deg) skewY(-3.125deg);transform:skew(-3.125deg) skewY(-3.125deg)}55.5%{-webkit-transform:skewX(1.5625deg) skewY(1.5625deg);transform:skew(1.5625deg) skewY(1.5625deg)}66.6%{-webkit-transform:skewX(-.78125deg) skewY(-.78125deg);transform:skew(-.78125deg) skewY(-.78125deg)}77.7%{-webkit-transform:skewX(.390625deg) skewY(.390625deg);transform:skew(.390625deg) skewY(.390625deg)}88.8%{-webkit-transform:skewX(-.1953125deg) skewY(-.1953125deg);transform:skew(-.1953125deg) skewY(-.1953125deg)}}.animate__jello{-webkit-animation-name:jello;animation-name:jello;-webkit-transform-origin:center;transform-origin:center}@-webkit-keyframes heartBeat{0%{-webkit-transform:scale(1);transform:scale(1)}14%{-webkit-transform:scale(1.3);transform:scale(1.3)}28%{-webkit-transform:scale(1);transform:scale(1)}42%{-webkit-transform:scale(1.3);transform:scale(1.3)}70%{-webkit-transform:scale(1);transform:scale(1)}}@keyframes heartBeat{0%{-webkit-transform:scale(1);transform:scale(1)}14%{-webkit-transform:scale(1.3);transform:scale(1.3)}28%{-webkit-transform:scale(1);transform:scale(1)}42%{-webkit-transform:scale(1.3);transform:scale(1.3)}70%{-webkit-transform:scale(1);transform:scale(1)}}.animate__heartBeat{-webkit-animation-name:heartBeat;animation-name:heartBeat;-webkit-animation-duration:1.3s;-webkit-animation-duration:calc(var(--animate-duration) * 1.3);animation-duration:1.3s;animation-duration:calc(var(--animate-duration) * 1.3);-webkit-animation-timing-function:ease-in-out;animation-timing-function:ease-in-out}@-webkit-keyframes backInDown{0%{-webkit-transform:translateY(-1200px) scale(.7);transform:translateY(-1200px) scale(.7);opacity:.7}80%{-webkit-transform:translateY(0px) scale(.7);transform:translateY(0) scale(.7);opacity:.7}to{-webkit-transform:scale(1);transform:scale(1);opacity:1}}@keyframes backInDown{0%{-webkit-transform:translateY(-1200px) scale(.7);transform:translateY(-1200px) scale(.7);opacity:.7}80%{-webkit-transform:translateY(0px) scale(.7);transform:translateY(0) scale(.7);opacity:.7}to{-webkit-transform:scale(1);transform:scale(1);opacity:1}}.animate__backInDown{-webkit-animation-name:backInDown;animation-name:backInDown}@-webkit-keyframes backInLeft{0%{-webkit-transform:translateX(-2000px) scale(.7);transform:translate(-2000px) scale(.7);opacity:.7}80%{-webkit-transform:translateX(0px) scale(.7);transform:translate(0) scale(.7);opacity:.7}to{-webkit-transform:scale(1);transform:scale(1);opacity:1}}@keyframes backInLeft{0%{-webkit-transform:translateX(-2000px) scale(.7);transform:translate(-2000px) scale(.7);opacity:.7}80%{-webkit-transform:translateX(0px) scale(.7);transform:translate(0) scale(.7);opacity:.7}to{-webkit-transform:scale(1);transform:scale(1);opacity:1}}.animate__backInLeft{-webkit-animation-name:backInLeft;animation-name:backInLeft}@-webkit-keyframes backInRight{0%{-webkit-transform:translateX(2000px) scale(.7);transform:translate(2000px) scale(.7);opacity:.7}80%{-webkit-transform:translateX(0px) scale(.7);transform:translate(0) scale(.7);opacity:.7}to{-webkit-transform:scale(1);transform:scale(1);opacity:1}}@keyframes backInRight{0%{-webkit-transform:translateX(2000px) scale(.7);transform:translate(2000px) scale(.7);opacity:.7}80%{-webkit-transform:translateX(0px) scale(.7);transform:translate(0) scale(.7);opacity:.7}to{-webkit-transform:scale(1);transform:scale(1);opacity:1}}.animate__backInRight{-webkit-animation-name:backInRight;animation-name:backInRight}@-webkit-keyframes backInUp{0%{-webkit-transform:translateY(1200px) scale(.7);transform:translateY(1200px) scale(.7);opacity:.7}80%{-webkit-transform:translateY(0px) scale(.7);transform:translateY(0) scale(.7);opacity:.7}to{-webkit-transform:scale(1);transform:scale(1);opacity:1}}@keyframes backInUp{0%{-webkit-transform:translateY(1200px) scale(.7);transform:translateY(1200px) scale(.7);opacity:.7}80%{-webkit-transform:translateY(0px) scale(.7);transform:translateY(0) scale(.7);opacity:.7}to{-webkit-transform:scale(1);transform:scale(1);opacity:1}}.animate__backInUp{-webkit-animation-name:backInUp;animation-name:backInUp}@-webkit-keyframes backOutDown{0%{-webkit-transform:scale(1);transform:scale(1);opacity:1}20%{-webkit-transform:translateY(0px) scale(.7);transform:translateY(0) scale(.7);opacity:.7}to{-webkit-transform:translateY(700px) scale(.7);transform:translateY(700px) scale(.7);opacity:.7}}@keyframes backOutDown{0%{-webkit-transform:scale(1);transform:scale(1);opacity:1}20%{-webkit-transform:translateY(0px) scale(.7);transform:translateY(0) scale(.7);opacity:.7}to{-webkit-transform:translateY(700px) scale(.7);transform:translateY(700px) scale(.7);opacity:.7}}.animate__backOutDown{-webkit-animation-name:backOutDown;animation-name:backOutDown}@-webkit-keyframes backOutLeft{0%{-webkit-transform:scale(1);transform:scale(1);opacity:1}20%{-webkit-transform:translateX(0px) scale(.7);transform:translate(0) scale(.7);opacity:.7}to{-webkit-transform:translateX(-2000px) scale(.7);transform:translate(-2000px) scale(.7);opacity:.7}}@keyframes backOutLeft{0%{-webkit-transform:scale(1);transform:scale(1);opacity:1}20%{-webkit-transform:translateX(0px) scale(.7);transform:translate(0) scale(.7);opacity:.7}to{-webkit-transform:translateX(-2000px) scale(.7);transform:translate(-2000px) scale(.7);opacity:.7}}.animate__backOutLeft{-webkit-animation-name:backOutLeft;animation-name:backOutLeft}@-webkit-keyframes backOutRight{0%{-webkit-transform:scale(1);transform:scale(1);opacity:1}20%{-webkit-transform:translateX(0px) scale(.7);transform:translate(0) scale(.7);opacity:.7}to{-webkit-transform:translateX(2000px) scale(.7);transform:translate(2000px) scale(.7);opacity:.7}}@keyframes backOutRight{0%{-webkit-transform:scale(1);transform:scale(1);opacity:1}20%{-webkit-transform:translateX(0px) scale(.7);transform:translate(0) scale(.7);opacity:.7}to{-webkit-transform:translateX(2000px) scale(.7);transform:translate(2000px) scale(.7);opacity:.7}}.animate__backOutRight{-webkit-animation-name:backOutRight;animation-name:backOutRight}@-webkit-keyframes backOutUp{0%{-webkit-transform:scale(1);transform:scale(1);opacity:1}20%{-webkit-transform:translateY(0px) scale(.7);transform:translateY(0) scale(.7);opacity:.7}to{-webkit-transform:translateY(-700px) scale(.7);transform:translateY(-700px) scale(.7);opacity:.7}}@keyframes backOutUp{0%{-webkit-transform:scale(1);transform:scale(1);opacity:1}20%{-webkit-transform:translateY(0px) scale(.7);transform:translateY(0) scale(.7);opacity:.7}to{-webkit-transform:translateY(-700px) scale(.7);transform:translateY(-700px) scale(.7);opacity:.7}}.animate__backOutUp{-webkit-animation-name:backOutUp;animation-name:backOutUp}@-webkit-keyframes bounceIn{0%,20%,40%,60%,80%,to{-webkit-animation-timing-function:cubic-bezier(.215,.61,.355,1);animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;-webkit-transform:scale3d(.3,.3,.3);transform:scale3d(.3,.3,.3)}20%{-webkit-transform:scale3d(1.1,1.1,1.1);transform:scale3d(1.1,1.1,1.1)}40%{-webkit-transform:scale3d(.9,.9,.9);transform:scale3d(.9,.9,.9)}60%{opacity:1;-webkit-transform:scale3d(1.03,1.03,1.03);transform:scale3d(1.03,1.03,1.03)}80%{-webkit-transform:scale3d(.97,.97,.97);transform:scale3d(.97,.97,.97)}to{opacity:1;-webkit-transform:scale3d(1,1,1);transform:scaleZ(1)}}@keyframes bounceIn{0%,20%,40%,60%,80%,to{-webkit-animation-timing-function:cubic-bezier(.215,.61,.355,1);animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;-webkit-transform:scale3d(.3,.3,.3);transform:scale3d(.3,.3,.3)}20%{-webkit-transform:scale3d(1.1,1.1,1.1);transform:scale3d(1.1,1.1,1.1)}40%{-webkit-transform:scale3d(.9,.9,.9);transform:scale3d(.9,.9,.9)}60%{opacity:1;-webkit-transform:scale3d(1.03,1.03,1.03);transform:scale3d(1.03,1.03,1.03)}80%{-webkit-transform:scale3d(.97,.97,.97);transform:scale3d(.97,.97,.97)}to{opacity:1;-webkit-transform:scale3d(1,1,1);transform:scaleZ(1)}}.animate__bounceIn{-webkit-animation-duration:.75s;-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:translate3d(0,0,0);transform:translateZ(0)}}@keyframes bounceInDown{0%,60%,75%,90%,to{-webkit-animation-timing-function:cubic-bezier(.215,.61,.355,1);animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;-webkit-transform:translate3d(0,-3000px,0) scaleY(3);transform:translate3d(0,-3000px,0) scaleY(3)}60%{opacity:1;-webkit-transform:translate3d(0,25px,0) scaleY(.9);transform:translate3d(0,25px,0) scaleY(.9)}75%{-webkit-transform:translate3d(0,-10px,0) scaleY(.95);transform:translate3d(0,-10px,0) scaleY(.95)}90%{-webkit-transform:translate3d(0,5px,0) scaleY(.985);transform:translate3d(0,5px,0) scaleY(.985)}to{-webkit-transform:translate3d(0,0,0);transform:translateZ(0)}}.animate__bounceInDown{-webkit-animation-name:bounceInDown;animation-name:bounceInDown}@-webkit-keyframes bounceInLeft{0%,60%,75%,90%,to{-webkit-animation-timing-function:cubic-bezier(.215,.61,.355,1);animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;-webkit-transform:translate3d(-3000px,0,0) scaleX(3);transform:translate3d(-3000px,0,0) scaleX(3)}60%{opacity:1;-webkit-transform:translate3d(25px,0,0) scaleX(1);transform:translate3d(25px,0,0) scaleX(1)}75%{-webkit-transform:translate3d(-10px,0,0) scaleX(.98);transform:translate3d(-10px,0,0) scaleX(.98)}90%{-webkit-transform:translate3d(5px,0,0) scaleX(.995);transform:translate3d(5px,0,0) scaleX(.995)}to{-webkit-transform:translate3d(0,0,0);transform:translateZ(0)}}@keyframes bounceInLeft{0%,60%,75%,90%,to{-webkit-animation-timing-function:cubic-bezier(.215,.61,.355,1);animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;-webkit-transform:translate3d(-3000px,0,0) scaleX(3);transform:translate3d(-3000px,0,0) scaleX(3)}60%{opacity:1;-webkit-transform:translate3d(25px,0,0) scaleX(1);transform:translate3d(25px,0,0) scaleX(1)}75%{-webkit-transform:translate3d(-10px,0,0) scaleX(.98);transform:translate3d(-10px,0,0) scaleX(.98)}90%{-webkit-transform:translate3d(5px,0,0) scaleX(.995);transform:translate3d(5px,0,0) scaleX(.995)}to{-webkit-transform:translate3d(0,0,0);transform:translateZ(0)}}.animate__bounceInLeft{-webkit-animation-name:bounceInLeft;animation-name:bounceInLeft}@-webkit-keyframes bounceInRight{0%,60%,75%,90%,to{-webkit-animation-timing-function:cubic-bezier(.215,.61,.355,1);animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;-webkit-transform:translate3d(3000px,0,0) scaleX(3);transform:translate3d(3000px,0,0) scaleX(3)}60%{opacity:1;-webkit-transform:translate3d(-25px,0,0) scaleX(1);transform:translate3d(-25px,0,0) scaleX(1)}75%{-webkit-transform:translate3d(10px,0,0) scaleX(.98);transform:translate3d(10px,0,0) scaleX(.98)}90%{-webkit-transform:translate3d(-5px,0,0) scaleX(.995);transform:translate3d(-5px,0,0) scaleX(.995)}to{-webkit-transform:translate3d(0,0,0);transform:translateZ(0)}}@keyframes bounceInRight{0%,60%,75%,90%,to{-webkit-animation-timing-function:cubic-bezier(.215,.61,.355,1);animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;-webkit-transform:translate3d(3000px,0,0) scaleX(3);transform:translate3d(3000px,0,0) scaleX(3)}60%{opacity:1;-webkit-transform:translate3d(-25px,0,0) scaleX(1);transform:translate3d(-25px,0,0) scaleX(1)}75%{-webkit-transform:translate3d(10px,0,0) scaleX(.98);transform:translate3d(10px,0,0) scaleX(.98)}90%{-webkit-transform:translate3d(-5px,0,0) scaleX(.995);transform:translate3d(-5px,0,0) scaleX(.995)}to{-webkit-transform:translate3d(0,0,0);transform:translateZ(0)}}.animate__bounceInRight{-webkit-animation-name:bounceInRight;animation-name:bounceInRight}@-webkit-keyframes bounceInUp{0%,60%,75%,90%,to{-webkit-animation-timing-function:cubic-bezier(.215,.61,.355,1);animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;-webkit-transform:translate3d(0,3000px,0) scaleY(5);transform:translate3d(0,3000px,0) scaleY(5)}60%{opacity:1;-webkit-transform:translate3d(0,-20px,0) scaleY(.9);transform:translate3d(0,-20px,0) scaleY(.9)}75%{-webkit-transform:translate3d(0,10px,0) scaleY(.95);transform:translate3d(0,10px,0) scaleY(.95)}90%{-webkit-transform:translate3d(0,-5px,0) scaleY(.985);transform:translate3d(0,-5px,0) scaleY(.985)}to{-webkit-transform:translate3d(0,0,0);transform:translateZ(0)}}@keyframes bounceInUp{0%,60%,75%,90%,to{-webkit-animation-timing-function:cubic-bezier(.215,.61,.355,1);animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;-webkit-transform:translate3d(0,3000px,0) scaleY(5);transform:translate3d(0,3000px,0) scaleY(5)}60%{opacity:1;-webkit-transform:translate3d(0,-20px,0) scaleY(.9);transform:translate3d(0,-20px,0) scaleY(.9)}75%{-webkit-transform:translate3d(0,10px,0) scaleY(.95);transform:translate3d(0,10px,0) scaleY(.95)}90%{-webkit-transform:translate3d(0,-5px,0) scaleY(.985);transform:translate3d(0,-5px,0) scaleY(.985)}to{-webkit-transform:translate3d(0,0,0);transform:translateZ(0)}}.animate__bounceInUp{-webkit-animation-name:bounceInUp;animation-name:bounceInUp}@-webkit-keyframes bounceOut{20%{-webkit-transform:scale3d(.9,.9,.9);transform:scale3d(.9,.9,.9)}50%,55%{opacity:1;-webkit-transform:scale3d(1.1,1.1,1.1);transform:scale3d(1.1,1.1,1.1)}to{opacity:0;-webkit-transform:scale3d(.3,.3,.3);transform:scale3d(.3,.3,.3)}}@keyframes bounceOut{20%{-webkit-transform:scale3d(.9,.9,.9);transform:scale3d(.9,.9,.9)}50%,55%{opacity:1;-webkit-transform:scale3d(1.1,1.1,1.1);transform:scale3d(1.1,1.1,1.1)}to{opacity:0;-webkit-transform:scale3d(.3,.3,.3);transform:scale3d(.3,.3,.3)}}.animate__bounceOut{-webkit-animation-duration:.75s;-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:translate3d(0,0,0);transform:translateZ(0)}}@keyframes fadeInDown{0%{opacity:0;-webkit-transform:translate3d(0,-100%,0);transform:translate3d(0,-100%,0)}to{opacity:1;-webkit-transform:translate3d(0,0,0);transform:translateZ(0)}}.animate__fadeInDown{-webkit-animation-name:fadeInDown;animation-name:fadeInDown}@-webkit-keyframes fadeInDownBig{0%{opacity:0;-webkit-transform:translate3d(0,-2000px,0);transform:translate3d(0,-2000px,0)}to{opacity:1;-webkit-transform:translate3d(0,0,0);transform:translateZ(0)}}@keyframes fadeInDownBig{0%{opacity:0;-webkit-transform:translate3d(0,-2000px,0);transform:translate3d(0,-2000px,0)}to{opacity:1;-webkit-transform:translate3d(0,0,0);transform:translateZ(0)}}.animate__fadeInDownBig{-webkit-animation-name:fadeInDownBig;animation-name:fadeInDownBig}@-webkit-keyframes fadeInLeft{0%{opacity:0;-webkit-transform:translate3d(-100%,0,0);transform:translate3d(-100%,0,0)}to{opacity:1;-webkit-transform:translate3d(0,0,0);transform:translateZ(0)}}@keyframes fadeInLeft{0%{opacity:0;-webkit-transform:translate3d(-100%,0,0);transform:translate3d(-100%,0,0)}to{opacity:1;-webkit-transform:translate3d(0,0,0);transform:translateZ(0)}}.animate__fadeInLeft{-webkit-animation-name:fadeInLeft;animation-name:fadeInLeft}@-webkit-keyframes fadeInLeftBig{0%{opacity:0;-webkit-transform:translate3d(-2000px,0,0);transform:translate3d(-2000px,0,0)}to{opacity:1;-webkit-transform:translate3d(0,0,0);transform:translateZ(0)}}@keyframes fadeInLeftBig{0%{opacity:0;-webkit-transform:translate3d(-2000px,0,0);transform:translate3d(-2000px,0,0)}to{opacity:1;-webkit-transform:translate3d(0,0,0);transform:translateZ(0)}}.animate__fadeInLeftBig{-webkit-animation-name:fadeInLeftBig;animation-name:fadeInLeftBig}@-webkit-keyframes fadeInRight{0%{opacity:0;-webkit-transform:translate3d(100%,0,0);transform:translate3d(100%,0,0)}to{opacity:1;-webkit-transform:translate3d(0,0,0);transform:translateZ(0)}}@keyframes fadeInRight{0%{opacity:0;-webkit-transform:translate3d(100%,0,0);transform:translate3d(100%,0,0)}to{opacity:1;-webkit-transform:translate3d(0,0,0);transform:translateZ(0)}}.animate__fadeInRight{-webkit-animation-name:fadeInRight;animation-name:fadeInRight}@-webkit-keyframes fadeInRightBig{0%{opacity:0;-webkit-transform:translate3d(2000px,0,0);transform:translate3d(2000px,0,0)}to{opacity:1;-webkit-transform:translate3d(0,0,0);transform:translateZ(0)}}@keyframes fadeInRightBig{0%{opacity:0;-webkit-transform:translate3d(2000px,0,0);transform:translate3d(2000px,0,0)}to{opacity:1;-webkit-transform:translate3d(0,0,0);transform:translateZ(0)}}.animate__fadeInRightBig{-webkit-animation-name:fadeInRightBig;animation-name:fadeInRightBig}@-webkit-keyframes fadeInUp{0%{opacity:0;-webkit-transform:translate3d(0,100%,0);transform:translate3d(0,100%,0)}to{opacity:1;-webkit-transform:translate3d(0,0,0);transform:translateZ(0)}}@keyframes fadeInUp{0%{opacity:0;-webkit-transform:translate3d(0,100%,0);transform:translate3d(0,100%,0)}to{opacity:1;-webkit-transform:translate3d(0,0,0);transform:translateZ(0)}}.animate__fadeInUp{-webkit-animation-name:fadeInUp;animation-name:fadeInUp}@-webkit-keyframes fadeInUpBig{0%{opacity:0;-webkit-transform:translate3d(0,2000px,0);transform:translate3d(0,2000px,0)}to{opacity:1;-webkit-transform:translate3d(0,0,0);transform:translateZ(0)}}@keyframes fadeInUpBig{0%{opacity:0;-webkit-transform:translate3d(0,2000px,0);transform:translate3d(0,2000px,0)}to{opacity:1;-webkit-transform:translate3d(0,0,0);transform:translateZ(0)}}.animate__fadeInUpBig{-webkit-animation-name:fadeInUpBig;animation-name:fadeInUpBig}@-webkit-keyframes fadeInTopLeft{0%{opacity:0;-webkit-transform:translate3d(-100%,-100%,0);transform:translate3d(-100%,-100%,0)}to{opacity:1;-webkit-transform:translate3d(0,0,0);transform:translateZ(0)}}@keyframes fadeInTopLeft{0%{opacity:0;-webkit-transform:translate3d(-100%,-100%,0);transform:translate3d(-100%,-100%,0)}to{opacity:1;-webkit-transform:translate3d(0,0,0);transform:translateZ(0)}}.animate__fadeInTopLeft{-webkit-animation-name:fadeInTopLeft;animation-name:fadeInTopLeft}@-webkit-keyframes fadeInTopRight{0%{opacity:0;-webkit-transform:translate3d(100%,-100%,0);transform:translate3d(100%,-100%,0)}to{opacity:1;-webkit-transform:translate3d(0,0,0);transform:translateZ(0)}}@keyframes fadeInTopRight{0%{opacity:0;-webkit-transform:translate3d(100%,-100%,0);transform:translate3d(100%,-100%,0)}to{opacity:1;-webkit-transform:translate3d(0,0,0);transform:translateZ(0)}}.animate__fadeInTopRight{-webkit-animation-name:fadeInTopRight;animation-name:fadeInTopRight}@-webkit-keyframes fadeInBottomLeft{0%{opacity:0;-webkit-transform:translate3d(-100%,100%,0);transform:translate3d(-100%,100%,0)}to{opacity:1;-webkit-transform:translate3d(0,0,0);transform:translateZ(0)}}@keyframes fadeInBottomLeft{0%{opacity:0;-webkit-transform:translate3d(-100%,100%,0);transform:translate3d(-100%,100%,0)}to{opacity:1;-webkit-transform:translate3d(0,0,0);transform:translateZ(0)}}.animate__fadeInBottomLeft{-webkit-animation-name:fadeInBottomLeft;animation-name:fadeInBottomLeft}@-webkit-keyframes fadeInBottomRight{0%{opacity:0;-webkit-transform:translate3d(100%,100%,0);transform:translate3d(100%,100%,0)}to{opacity:1;-webkit-transform:translate3d(0,0,0);transform:translateZ(0)}}@keyframes fadeInBottomRight{0%{opacity:0;-webkit-transform:translate3d(100%,100%,0);transform:translate3d(100%,100%,0)}to{opacity:1;-webkit-transform:translate3d(0,0,0);transform:translateZ(0)}}.animate__fadeInBottomRight{-webkit-animation-name:fadeInBottomRight;animation-name:fadeInBottomRight}@-webkit-keyframes fadeOut{0%{opacity:1}to{opacity:0}}@keyframes fadeOut{0%{opacity:1}to{opacity:0}}.animate__fadeOut{-webkit-animation-name:fadeOut;animation-name:fadeOut}@-webkit-keyframes fadeOutDown{0%{opacity:1}to{opacity:0;-webkit-transform:translate3d(0,100%,0);transform:translate3d(0,100%,0)}}@keyframes fadeOutDown{0%{opacity:1}to{opacity:0;-webkit-transform:translate3d(0,100%,0);transform:translate3d(0,100%,0)}}.animate__fadeOutDown{-webkit-animation-name:fadeOutDown;animation-name:fadeOutDown}@-webkit-keyframes fadeOutDownBig{0%{opacity:1}to{opacity:0;-webkit-transform:translate3d(0,2000px,0);transform:translate3d(0,2000px,0)}}@keyframes fadeOutDownBig{0%{opacity:1}to{opacity:0;-webkit-transform:translate3d(0,2000px,0);transform:translate3d(0,2000px,0)}}.animate__fadeOutDownBig{-webkit-animation-name:fadeOutDownBig;animation-name:fadeOutDownBig}@-webkit-keyframes fadeOutLeft{0%{opacity:1}to{opacity:0;-webkit-transform:translate3d(-100%,0,0);transform:translate3d(-100%,0,0)}}@keyframes fadeOutLeft{0%{opacity:1}to{opacity:0;-webkit-transform:translate3d(-100%,0,0);transform:translate3d(-100%,0,0)}}.animate__fadeOutLeft{-webkit-animation-name:fadeOutLeft;animation-name:fadeOutLeft}@-webkit-keyframes fadeOutLeftBig{0%{opacity:1}to{opacity:0;-webkit-transform:translate3d(-2000px,0,0);transform:translate3d(-2000px,0,0)}}@keyframes fadeOutLeftBig{0%{opacity:1}to{opacity:0;-webkit-transform:translate3d(-2000px,0,0);transform:translate3d(-2000px,0,0)}}.animate__fadeOutLeftBig{-webkit-animation-name:fadeOutLeftBig;animation-name:fadeOutLeftBig}@-webkit-keyframes fadeOutRight{0%{opacity:1}to{opacity:0;-webkit-transform:translate3d(100%,0,0);transform:translate3d(100%,0,0)}}@keyframes fadeOutRight{0%{opacity:1}to{opacity:0;-webkit-transform:translate3d(100%,0,0);transform:translate3d(100%,0,0)}}.animate__fadeOutRight{-webkit-animation-name:fadeOutRight;animation-name:fadeOutRight}@-webkit-keyframes fadeOutRightBig{0%{opacity:1}to{opacity:0;-webkit-transform:translate3d(2000px,0,0);transform:translate3d(2000px,0,0)}}@keyframes fadeOutRightBig{0%{opacity:1}to{opacity:0;-webkit-transform:translate3d(2000px,0,0);transform:translate3d(2000px,0,0)}}.animate__fadeOutRightBig{-webkit-animation-name:fadeOutRightBig;animation-name:fadeOutRightBig}@-webkit-keyframes fadeOutUp{0%{opacity:1}to{opacity:0;-webkit-transform:translate3d(0,-100%,0);transform:translate3d(0,-100%,0)}}@keyframes fadeOutUp{0%{opacity:1}to{opacity:0;-webkit-transform:translate3d(0,-100%,0);transform:translate3d(0,-100%,0)}}.animate__fadeOutUp{-webkit-animation-name:fadeOutUp;animation-name:fadeOutUp}@-webkit-keyframes fadeOutUpBig{0%{opacity:1}to{opacity:0;-webkit-transform:translate3d(0,-2000px,0);transform:translate3d(0,-2000px,0)}}@keyframes fadeOutUpBig{0%{opacity:1}to{opacity:0;-webkit-transform:translate3d(0,-2000px,0);transform:translate3d(0,-2000px,0)}}.animate__fadeOutUpBig{-webkit-animation-name:fadeOutUpBig;animation-name:fadeOutUpBig}@-webkit-keyframes fadeOutTopLeft{0%{opacity:1;-webkit-transform:translate3d(0,0,0);transform:translateZ(0)}to{opacity:0;-webkit-transform:translate3d(-100%,-100%,0);transform:translate3d(-100%,-100%,0)}}@keyframes fadeOutTopLeft{0%{opacity:1;-webkit-transform:translate3d(0,0,0);transform:translateZ(0)}to{opacity:0;-webkit-transform:translate3d(-100%,-100%,0);transform:translate3d(-100%,-100%,0)}}.animate__fadeOutTopLeft{-webkit-animation-name:fadeOutTopLeft;animation-name:fadeOutTopLeft}@-webkit-keyframes fadeOutTopRight{0%{opacity:1;-webkit-transform:translate3d(0,0,0);transform:translateZ(0)}to{opacity:0;-webkit-transform:translate3d(100%,-100%,0);transform:translate3d(100%,-100%,0)}}@keyframes fadeOutTopRight{0%{opacity:1;-webkit-transform:translate3d(0,0,0);transform:translateZ(0)}to{opacity:0;-webkit-transform:translate3d(100%,-100%,0);transform:translate3d(100%,-100%,0)}}.animate__fadeOutTopRight{-webkit-animation-name:fadeOutTopRight;animation-name:fadeOutTopRight}@-webkit-keyframes fadeOutBottomRight{0%{opacity:1;-webkit-transform:translate3d(0,0,0);transform:translateZ(0)}to{opacity:0;-webkit-transform:translate3d(100%,100%,0);transform:translate3d(100%,100%,0)}}@keyframes fadeOutBottomRight{0%{opacity:1;-webkit-transform:translate3d(0,0,0);transform:translateZ(0)}to{opacity:0;-webkit-transform:translate3d(100%,100%,0);transform:translate3d(100%,100%,0)}}.animate__fadeOutBottomRight{-webkit-animation-name:fadeOutBottomRight;animation-name:fadeOutBottomRight}@-webkit-keyframes fadeOutBottomLeft{0%{opacity:1;-webkit-transform:translate3d(0,0,0);transform:translateZ(0)}to{opacity:0;-webkit-transform:translate3d(-100%,100%,0);transform:translate3d(-100%,100%,0)}}@keyframes fadeOutBottomLeft{0%{opacity:1;-webkit-transform:translate3d(0,0,0);transform:translateZ(0)}to{opacity:0;-webkit-transform:translate3d(-100%,100%,0);transform:translate3d(-100%,100%,0)}}.animate__fadeOutBottomLeft{-webkit-animation-name:fadeOutBottomLeft;animation-name:fadeOutBottomLeft}@-webkit-keyframes flip{0%{-webkit-transform:perspective(400px) scale3d(1,1,1) translate3d(0,0,0) rotate3d(0,1,0,-360deg);transform:perspective(400px) scaleZ(1) translateZ(0) rotateY(-360deg);-webkit-animation-timing-function:ease-out;animation-timing-function:ease-out}40%{-webkit-transform:perspective(400px) scale3d(1,1,1) translate3d(0,0,150px) rotate3d(0,1,0,-190deg);transform:perspective(400px) scaleZ(1) translateZ(150px) rotateY(-190deg);-webkit-animation-timing-function:ease-out;animation-timing-function:ease-out}50%{-webkit-transform:perspective(400px) scale3d(1,1,1) translate3d(0,0,150px) rotate3d(0,1,0,-170deg);transform:perspective(400px) scaleZ(1) translateZ(150px) rotateY(-170deg);-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in}80%{-webkit-transform:perspective(400px) scale3d(.95,.95,.95) translate3d(0,0,0) rotate3d(0,1,0,0deg);transform:perspective(400px) scale3d(.95,.95,.95) translateZ(0) rotateY(0);-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in}to{-webkit-transform:perspective(400px) scale3d(1,1,1) translate3d(0,0,0) rotate3d(0,1,0,0deg);transform:perspective(400px) scaleZ(1) translateZ(0) rotateY(0);-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in}}@keyframes flip{0%{-webkit-transform:perspective(400px) scale3d(1,1,1) translate3d(0,0,0) rotate3d(0,1,0,-360deg);transform:perspective(400px) scaleZ(1) translateZ(0) rotateY(-360deg);-webkit-animation-timing-function:ease-out;animation-timing-function:ease-out}40%{-webkit-transform:perspective(400px) scale3d(1,1,1) translate3d(0,0,150px) rotate3d(0,1,0,-190deg);transform:perspective(400px) scaleZ(1) translateZ(150px) rotateY(-190deg);-webkit-animation-timing-function:ease-out;animation-timing-function:ease-out}50%{-webkit-transform:perspective(400px) scale3d(1,1,1) translate3d(0,0,150px) rotate3d(0,1,0,-170deg);transform:perspective(400px) scaleZ(1) translateZ(150px) rotateY(-170deg);-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in}80%{-webkit-transform:perspective(400px) scale3d(.95,.95,.95) translate3d(0,0,0) rotate3d(0,1,0,0deg);transform:perspective(400px) scale3d(.95,.95,.95) translateZ(0) rotateY(0);-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in}to{-webkit-transform:perspective(400px) scale3d(1,1,1) translate3d(0,0,0) rotate3d(0,1,0,0deg);transform:perspective(400px) scaleZ(1) translateZ(0) rotateY(0);-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in}}.animate__animated.animate__flip{-webkit-backface-visibility:visible;backface-visibility:visible;-webkit-animation-name:flip;animation-name:flip}@-webkit-keyframes flipInX{0%{-webkit-transform:perspective(400px) rotate3d(1,0,0,90deg);transform:perspective(400px) rotateX(90deg);-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in;opacity:0}40%{-webkit-transform:perspective(400px) rotate3d(1,0,0,-20deg);transform:perspective(400px) rotateX(-20deg);-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in}60%{-webkit-transform:perspective(400px) rotate3d(1,0,0,10deg);transform:perspective(400px) rotateX(10deg);opacity:1}80%{-webkit-transform:perspective(400px) rotate3d(1,0,0,-5deg);transform:perspective(400px) rotateX(-5deg)}to{-webkit-transform:perspective(400px);transform:perspective(400px)}}@keyframes flipInX{0%{-webkit-transform:perspective(400px) rotate3d(1,0,0,90deg);transform:perspective(400px) rotateX(90deg);-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in;opacity:0}40%{-webkit-transform:perspective(400px) rotate3d(1,0,0,-20deg);transform:perspective(400px) rotateX(-20deg);-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in}60%{-webkit-transform:perspective(400px) rotate3d(1,0,0,10deg);transform:perspective(400px) rotateX(10deg);opacity:1}80%{-webkit-transform:perspective(400px) rotate3d(1,0,0,-5deg);transform:perspective(400px) rotateX(-5deg)}to{-webkit-transform:perspective(400px);transform:perspective(400px)}}.animate__flipInX{-webkit-backface-visibility:visible!important;backface-visibility:visible!important;-webkit-animation-name:flipInX;animation-name:flipInX}@-webkit-keyframes flipInY{0%{-webkit-transform:perspective(400px) rotate3d(0,1,0,90deg);transform:perspective(400px) rotateY(90deg);-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in;opacity:0}40%{-webkit-transform:perspective(400px) rotate3d(0,1,0,-20deg);transform:perspective(400px) rotateY(-20deg);-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in}60%{-webkit-transform:perspective(400px) rotate3d(0,1,0,10deg);transform:perspective(400px) rotateY(10deg);opacity:1}80%{-webkit-transform:perspective(400px) rotate3d(0,1,0,-5deg);transform:perspective(400px) rotateY(-5deg)}to{-webkit-transform:perspective(400px);transform:perspective(400px)}}@keyframes flipInY{0%{-webkit-transform:perspective(400px) rotate3d(0,1,0,90deg);transform:perspective(400px) rotateY(90deg);-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in;opacity:0}40%{-webkit-transform:perspective(400px) rotate3d(0,1,0,-20deg);transform:perspective(400px) rotateY(-20deg);-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in}60%{-webkit-transform:perspective(400px) rotate3d(0,1,0,10deg);transform:perspective(400px) rotateY(10deg);opacity:1}80%{-webkit-transform:perspective(400px) rotate3d(0,1,0,-5deg);transform:perspective(400px) rotateY(-5deg)}to{-webkit-transform:perspective(400px);transform:perspective(400px)}}.animate__flipInY{-webkit-backface-visibility:visible!important;backface-visibility:visible!important;-webkit-animation-name:flipInY;animation-name:flipInY}@-webkit-keyframes flipOutX{0%{-webkit-transform:perspective(400px);transform:perspective(400px)}30%{-webkit-transform:perspective(400px) rotate3d(1,0,0,-20deg);transform:perspective(400px) rotateX(-20deg);opacity:1}to{-webkit-transform:perspective(400px) rotate3d(1,0,0,90deg);transform:perspective(400px) rotateX(90deg);opacity:0}}@keyframes flipOutX{0%{-webkit-transform:perspective(400px);transform:perspective(400px)}30%{-webkit-transform:perspective(400px) rotate3d(1,0,0,-20deg);transform:perspective(400px) rotateX(-20deg);opacity:1}to{-webkit-transform:perspective(400px) rotate3d(1,0,0,90deg);transform:perspective(400px) rotateX(90deg);opacity:0}}.animate__flipOutX{-webkit-animation-duration:.75s;-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%{-webkit-transform:perspective(400px) rotate3d(0,1,0,-15deg);transform:perspective(400px) rotateY(-15deg);opacity:1}to{-webkit-transform:perspective(400px) rotate3d(0,1,0,90deg);transform:perspective(400px) rotateY(90deg);opacity:0}}@keyframes flipOutY{0%{-webkit-transform:perspective(400px);transform:perspective(400px)}30%{-webkit-transform:perspective(400px) rotate3d(0,1,0,-15deg);transform:perspective(400px) rotateY(-15deg);opacity:1}to{-webkit-transform:perspective(400px) rotate3d(0,1,0,90deg);transform:perspective(400px) rotateY(90deg);opacity:0}}.animate__flipOutY{-webkit-animation-duration:.75s;-webkit-animation-duration:calc(var(--animate-duration) * .75);animation-duration:.75s;animation-duration:calc(var(--animate-duration) * .75);-webkit-backface-visibility:visible!important;backface-visibility:visible!important;-webkit-animation-name:flipOutY;animation-name:flipOutY}@-webkit-keyframes lightSpeedInRight{0%{-webkit-transform:translate3d(100%,0,0) skewX(-30deg);transform:translate3d(100%,0,0) skew(-30deg);opacity:0}60%{-webkit-transform:skewX(20deg);transform:skew(20deg);opacity:1}80%{-webkit-transform:skewX(-5deg);transform:skew(-5deg)}to{-webkit-transform:translate3d(0,0,0);transform:translateZ(0)}}@keyframes lightSpeedInRight{0%{-webkit-transform:translate3d(100%,0,0) skewX(-30deg);transform:translate3d(100%,0,0) skew(-30deg);opacity:0}60%{-webkit-transform:skewX(20deg);transform:skew(20deg);opacity:1}80%{-webkit-transform:skewX(-5deg);transform:skew(-5deg)}to{-webkit-transform:translate3d(0,0,0);transform:translateZ(0)}}.animate__lightSpeedInRight{-webkit-animation-name:lightSpeedInRight;animation-name:lightSpeedInRight;-webkit-animation-timing-function:ease-out;animation-timing-function:ease-out}@-webkit-keyframes lightSpeedInLeft{0%{-webkit-transform:translate3d(-100%,0,0) skewX(30deg);transform:translate3d(-100%,0,0) skew(30deg);opacity:0}60%{-webkit-transform:skewX(-20deg);transform:skew(-20deg);opacity:1}80%{-webkit-transform:skewX(5deg);transform:skew(5deg)}to{-webkit-transform:translate3d(0,0,0);transform:translateZ(0)}}@keyframes lightSpeedInLeft{0%{-webkit-transform:translate3d(-100%,0,0) skewX(30deg);transform:translate3d(-100%,0,0) skew(30deg);opacity:0}60%{-webkit-transform:skewX(-20deg);transform:skew(-20deg);opacity:1}80%{-webkit-transform:skewX(5deg);transform:skew(5deg)}to{-webkit-transform:translate3d(0,0,0);transform:translateZ(0)}}.animate__lightSpeedInLeft{-webkit-animation-name:lightSpeedInLeft;animation-name:lightSpeedInLeft;-webkit-animation-timing-function:ease-out;animation-timing-function:ease-out}@-webkit-keyframes lightSpeedOutRight{0%{opacity:1}to{-webkit-transform:translate3d(100%,0,0) skewX(30deg);transform:translate3d(100%,0,0) skew(30deg);opacity:0}}@keyframes lightSpeedOutRight{0%{opacity:1}to{-webkit-transform:translate3d(100%,0,0) skewX(30deg);transform:translate3d(100%,0,0) skew(30deg);opacity:0}}.animate__lightSpeedOutRight{-webkit-animation-name:lightSpeedOutRight;animation-name:lightSpeedOutRight;-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in}@-webkit-keyframes lightSpeedOutLeft{0%{opacity:1}to{-webkit-transform:translate3d(-100%,0,0) skewX(-30deg);transform:translate3d(-100%,0,0) skew(-30deg);opacity:0}}@keyframes lightSpeedOutLeft{0%{opacity:1}to{-webkit-transform:translate3d(-100%,0,0) skewX(-30deg);transform:translate3d(-100%,0,0) skew(-30deg);opacity:0}}.animate__lightSpeedOutLeft{-webkit-animation-name:lightSpeedOutLeft;animation-name:lightSpeedOutLeft;-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in}@-webkit-keyframes rotateIn{0%{-webkit-transform:rotate3d(0,0,1,-200deg);transform:rotate3d(0,0,1,-200deg);opacity:0}to{-webkit-transform:translate3d(0,0,0);transform:translateZ(0);opacity:1}}@keyframes rotateIn{0%{-webkit-transform:rotate3d(0,0,1,-200deg);transform:rotate3d(0,0,1,-200deg);opacity:0}to{-webkit-transform:translate3d(0,0,0);transform:translateZ(0);opacity:1}}.animate__rotateIn{-webkit-animation-name:rotateIn;animation-name:rotateIn;-webkit-transform-origin:center;transform-origin:center}@-webkit-keyframes rotateInDownLeft{0%{-webkit-transform:rotate3d(0,0,1,-45deg);transform:rotate3d(0,0,1,-45deg);opacity:0}to{-webkit-transform:translate3d(0,0,0);transform:translateZ(0);opacity:1}}@keyframes rotateInDownLeft{0%{-webkit-transform:rotate3d(0,0,1,-45deg);transform:rotate3d(0,0,1,-45deg);opacity:0}to{-webkit-transform:translate3d(0,0,0);transform:translateZ(0);opacity:1}}.animate__rotateInDownLeft{-webkit-animation-name:rotateInDownLeft;animation-name:rotateInDownLeft;-webkit-transform-origin:left bottom;transform-origin:left bottom}@-webkit-keyframes rotateInDownRight{0%{-webkit-transform:rotate3d(0,0,1,45deg);transform:rotate3d(0,0,1,45deg);opacity:0}to{-webkit-transform:translate3d(0,0,0);transform:translateZ(0);opacity:1}}@keyframes rotateInDownRight{0%{-webkit-transform:rotate3d(0,0,1,45deg);transform:rotate3d(0,0,1,45deg);opacity:0}to{-webkit-transform:translate3d(0,0,0);transform:translateZ(0);opacity:1}}.animate__rotateInDownRight{-webkit-animation-name:rotateInDownRight;animation-name:rotateInDownRight;-webkit-transform-origin:right bottom;transform-origin:right bottom}@-webkit-keyframes rotateInUpLeft{0%{-webkit-transform:rotate3d(0,0,1,45deg);transform:rotate3d(0,0,1,45deg);opacity:0}to{-webkit-transform:translate3d(0,0,0);transform:translateZ(0);opacity:1}}@keyframes rotateInUpLeft{0%{-webkit-transform:rotate3d(0,0,1,45deg);transform:rotate3d(0,0,1,45deg);opacity:0}to{-webkit-transform:translate3d(0,0,0);transform:translateZ(0);opacity:1}}.animate__rotateInUpLeft{-webkit-animation-name:rotateInUpLeft;animation-name:rotateInUpLeft;-webkit-transform-origin:left bottom;transform-origin:left bottom}@-webkit-keyframes rotateInUpRight{0%{-webkit-transform:rotate3d(0,0,1,-90deg);transform:rotate3d(0,0,1,-90deg);opacity:0}to{-webkit-transform:translate3d(0,0,0);transform:translateZ(0);opacity:1}}@keyframes rotateInUpRight{0%{-webkit-transform:rotate3d(0,0,1,-90deg);transform:rotate3d(0,0,1,-90deg);opacity:0}to{-webkit-transform:translate3d(0,0,0);transform:translateZ(0);opacity:1}}.animate__rotateInUpRight{-webkit-animation-name:rotateInUpRight;animation-name:rotateInUpRight;-webkit-transform-origin:right bottom;transform-origin:right bottom}@-webkit-keyframes rotateOut{0%{opacity:1}to{-webkit-transform:rotate3d(0,0,1,200deg);transform:rotate3d(0,0,1,200deg);opacity:0}}@keyframes rotateOut{0%{opacity:1}to{-webkit-transform:rotate3d(0,0,1,200deg);transform:rotate3d(0,0,1,200deg);opacity:0}}.animate__rotateOut{-webkit-animation-name:rotateOut;animation-name:rotateOut;-webkit-transform-origin:center;transform-origin:center}@-webkit-keyframes rotateOutDownLeft{0%{opacity:1}to{-webkit-transform:rotate3d(0,0,1,45deg);transform:rotate3d(0,0,1,45deg);opacity:0}}@keyframes rotateOutDownLeft{0%{opacity:1}to{-webkit-transform:rotate3d(0,0,1,45deg);transform:rotate3d(0,0,1,45deg);opacity:0}}.animate__rotateOutDownLeft{-webkit-animation-name:rotateOutDownLeft;animation-name:rotateOutDownLeft;-webkit-transform-origin:left bottom;transform-origin:left bottom}@-webkit-keyframes rotateOutDownRight{0%{opacity:1}to{-webkit-transform:rotate3d(0,0,1,-45deg);transform:rotate3d(0,0,1,-45deg);opacity:0}}@keyframes rotateOutDownRight{0%{opacity:1}to{-webkit-transform:rotate3d(0,0,1,-45deg);transform:rotate3d(0,0,1,-45deg);opacity:0}}.animate__rotateOutDownRight{-webkit-animation-name:rotateOutDownRight;animation-name:rotateOutDownRight;-webkit-transform-origin:right bottom;transform-origin:right bottom}@-webkit-keyframes rotateOutUpLeft{0%{opacity:1}to{-webkit-transform:rotate3d(0,0,1,-45deg);transform:rotate3d(0,0,1,-45deg);opacity:0}}@keyframes rotateOutUpLeft{0%{opacity:1}to{-webkit-transform:rotate3d(0,0,1,-45deg);transform:rotate3d(0,0,1,-45deg);opacity:0}}.animate__rotateOutUpLeft{-webkit-animation-name:rotateOutUpLeft;animation-name:rotateOutUpLeft;-webkit-transform-origin:left bottom;transform-origin:left bottom}@-webkit-keyframes rotateOutUpRight{0%{opacity:1}to{-webkit-transform:rotate3d(0,0,1,90deg);transform:rotate3d(0,0,1,90deg);opacity:0}}@keyframes rotateOutUpRight{0%{opacity:1}to{-webkit-transform:rotate3d(0,0,1,90deg);transform:rotate3d(0,0,1,90deg);opacity:0}}.animate__rotateOutUpRight{-webkit-animation-name:rotateOutUpRight;animation-name:rotateOutUpRight;-webkit-transform-origin:right bottom;transform-origin:right bottom}@-webkit-keyframes hinge{0%{-webkit-animation-timing-function:ease-in-out;animation-timing-function:ease-in-out}20%,60%{-webkit-transform:rotate3d(0,0,1,80deg);transform:rotate3d(0,0,1,80deg);-webkit-animation-timing-function:ease-in-out;animation-timing-function:ease-in-out}40%,80%{-webkit-transform:rotate3d(0,0,1,60deg);transform:rotate3d(0,0,1,60deg);-webkit-animation-timing-function:ease-in-out;animation-timing-function:ease-in-out;opacity:1}to{-webkit-transform:translate3d(0,700px,0);transform:translate3d(0,700px,0);opacity:0}}@keyframes hinge{0%{-webkit-animation-timing-function:ease-in-out;animation-timing-function:ease-in-out}20%,60%{-webkit-transform:rotate3d(0,0,1,80deg);transform:rotate3d(0,0,1,80deg);-webkit-animation-timing-function:ease-in-out;animation-timing-function:ease-in-out}40%,80%{-webkit-transform:rotate3d(0,0,1,60deg);transform:rotate3d(0,0,1,60deg);-webkit-animation-timing-function:ease-in-out;animation-timing-function:ease-in-out;opacity:1}to{-webkit-transform:translate3d(0,700px,0);transform:translate3d(0,700px,0);opacity:0}}.animate__hinge{-webkit-animation-duration:2s;-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) rotate3d(0,0,1,-120deg);transform:translate3d(-100%,0,0) rotate3d(0,0,1,-120deg)}to{opacity:1;-webkit-transform:translate3d(0,0,0);transform:translateZ(0)}}@keyframes rollIn{0%{opacity:0;-webkit-transform:translate3d(-100%,0,0) rotate3d(0,0,1,-120deg);transform:translate3d(-100%,0,0) rotate3d(0,0,1,-120deg)}to{opacity:1;-webkit-transform:translate3d(0,0,0);transform:translateZ(0)}}.animate__rollIn{-webkit-animation-name:rollIn;animation-name:rollIn}@-webkit-keyframes rollOut{0%{opacity:1}to{opacity:0;-webkit-transform:translate3d(100%,0,0) rotate3d(0,0,1,120deg);transform:translate3d(100%,0,0) rotate3d(0,0,1,120deg)}}@keyframes rollOut{0%{opacity:1}to{opacity:0;-webkit-transform:translate3d(100%,0,0) rotate3d(0,0,1,120deg);transform:translate3d(100%,0,0) rotate3d(0,0,1,120deg)}}.animate__rollOut{-webkit-animation-name:rollOut;animation-name:rollOut}@-webkit-keyframes zoomIn{0%{opacity:0;-webkit-transform:scale3d(.3,.3,.3);transform:scale3d(.3,.3,.3)}50%{opacity:1}}@keyframes zoomIn{0%{opacity:0;-webkit-transform:scale3d(.3,.3,.3);transform:scale3d(.3,.3,.3)}50%{opacity:1}}.animate__zoomIn{-webkit-animation-name:zoomIn;animation-name:zoomIn}@-webkit-keyframes zoomInDown{0%{opacity:0;-webkit-transform:scale3d(.1,.1,.1) translate3d(0,-1000px,0);transform:scale3d(.1,.1,.1) translate3d(0,-1000px,0);-webkit-animation-timing-function:cubic-bezier(.55,.055,.675,.19);animation-timing-function:cubic-bezier(.55,.055,.675,.19)}60%{opacity:1;-webkit-transform:scale3d(.475,.475,.475) translate3d(0,60px,0);transform:scale3d(.475,.475,.475) translate3d(0,60px,0);-webkit-animation-timing-function:cubic-bezier(.175,.885,.32,1);animation-timing-function:cubic-bezier(.175,.885,.32,1)}}@keyframes zoomInDown{0%{opacity:0;-webkit-transform:scale3d(.1,.1,.1) translate3d(0,-1000px,0);transform:scale3d(.1,.1,.1) translate3d(0,-1000px,0);-webkit-animation-timing-function:cubic-bezier(.55,.055,.675,.19);animation-timing-function:cubic-bezier(.55,.055,.675,.19)}60%{opacity:1;-webkit-transform:scale3d(.475,.475,.475) translate3d(0,60px,0);transform:scale3d(.475,.475,.475) translate3d(0,60px,0);-webkit-animation-timing-function:cubic-bezier(.175,.885,.32,1);animation-timing-function:cubic-bezier(.175,.885,.32,1)}}.animate__zoomInDown{-webkit-animation-name:zoomInDown;animation-name:zoomInDown}@-webkit-keyframes zoomInLeft{0%{opacity:0;-webkit-transform:scale3d(.1,.1,.1) translate3d(-1000px,0,0);transform:scale3d(.1,.1,.1) translate3d(-1000px,0,0);-webkit-animation-timing-function:cubic-bezier(.55,.055,.675,.19);animation-timing-function:cubic-bezier(.55,.055,.675,.19)}60%{opacity:1;-webkit-transform:scale3d(.475,.475,.475) translate3d(10px,0,0);transform:scale3d(.475,.475,.475) translate3d(10px,0,0);-webkit-animation-timing-function:cubic-bezier(.175,.885,.32,1);animation-timing-function:cubic-bezier(.175,.885,.32,1)}}@keyframes zoomInLeft{0%{opacity:0;-webkit-transform:scale3d(.1,.1,.1) translate3d(-1000px,0,0);transform:scale3d(.1,.1,.1) translate3d(-1000px,0,0);-webkit-animation-timing-function:cubic-bezier(.55,.055,.675,.19);animation-timing-function:cubic-bezier(.55,.055,.675,.19)}60%{opacity:1;-webkit-transform:scale3d(.475,.475,.475) translate3d(10px,0,0);transform:scale3d(.475,.475,.475) translate3d(10px,0,0);-webkit-animation-timing-function:cubic-bezier(.175,.885,.32,1);animation-timing-function:cubic-bezier(.175,.885,.32,1)}}.animate__zoomInLeft{-webkit-animation-name:zoomInLeft;animation-name:zoomInLeft}@-webkit-keyframes zoomInRight{0%{opacity:0;-webkit-transform:scale3d(.1,.1,.1) translate3d(1000px,0,0);transform:scale3d(.1,.1,.1) translate3d(1000px,0,0);-webkit-animation-timing-function:cubic-bezier(.55,.055,.675,.19);animation-timing-function:cubic-bezier(.55,.055,.675,.19)}60%{opacity:1;-webkit-transform:scale3d(.475,.475,.475) translate3d(-10px,0,0);transform:scale3d(.475,.475,.475) translate3d(-10px,0,0);-webkit-animation-timing-function:cubic-bezier(.175,.885,.32,1);animation-timing-function:cubic-bezier(.175,.885,.32,1)}}@keyframes zoomInRight{0%{opacity:0;-webkit-transform:scale3d(.1,.1,.1) translate3d(1000px,0,0);transform:scale3d(.1,.1,.1) translate3d(1000px,0,0);-webkit-animation-timing-function:cubic-bezier(.55,.055,.675,.19);animation-timing-function:cubic-bezier(.55,.055,.675,.19)}60%{opacity:1;-webkit-transform:scale3d(.475,.475,.475) translate3d(-10px,0,0);transform:scale3d(.475,.475,.475) translate3d(-10px,0,0);-webkit-animation-timing-function:cubic-bezier(.175,.885,.32,1);animation-timing-function:cubic-bezier(.175,.885,.32,1)}}.animate__zoomInRight{-webkit-animation-name:zoomInRight;animation-name:zoomInRight}@-webkit-keyframes zoomInUp{0%{opacity:0;-webkit-transform:scale3d(.1,.1,.1) translate3d(0,1000px,0);transform:scale3d(.1,.1,.1) translate3d(0,1000px,0);-webkit-animation-timing-function:cubic-bezier(.55,.055,.675,.19);animation-timing-function:cubic-bezier(.55,.055,.675,.19)}60%{opacity:1;-webkit-transform:scale3d(.475,.475,.475) translate3d(0,-60px,0);transform:scale3d(.475,.475,.475) translate3d(0,-60px,0);-webkit-animation-timing-function:cubic-bezier(.175,.885,.32,1);animation-timing-function:cubic-bezier(.175,.885,.32,1)}}@keyframes zoomInUp{0%{opacity:0;-webkit-transform:scale3d(.1,.1,.1) translate3d(0,1000px,0);transform:scale3d(.1,.1,.1) translate3d(0,1000px,0);-webkit-animation-timing-function:cubic-bezier(.55,.055,.675,.19);animation-timing-function:cubic-bezier(.55,.055,.675,.19)}60%{opacity:1;-webkit-transform:scale3d(.475,.475,.475) translate3d(0,-60px,0);transform:scale3d(.475,.475,.475) translate3d(0,-60px,0);-webkit-animation-timing-function:cubic-bezier(.175,.885,.32,1);animation-timing-function:cubic-bezier(.175,.885,.32,1)}}.animate__zoomInUp{-webkit-animation-name:zoomInUp;animation-name:zoomInUp}@-webkit-keyframes zoomOut{0%{opacity:1}50%{opacity:0;-webkit-transform:scale3d(.3,.3,.3);transform:scale3d(.3,.3,.3)}to{opacity:0}}@keyframes zoomOut{0%{opacity:1}50%{opacity:0;-webkit-transform:scale3d(.3,.3,.3);transform:scale3d(.3,.3,.3)}to{opacity:0}}.animate__zoomOut{-webkit-animation-name:zoomOut;animation-name:zoomOut}@-webkit-keyframes zoomOutDown{40%{opacity:1;-webkit-transform:scale3d(.475,.475,.475) translate3d(0,-60px,0);transform:scale3d(.475,.475,.475) translate3d(0,-60px,0);-webkit-animation-timing-function:cubic-bezier(.55,.055,.675,.19);animation-timing-function:cubic-bezier(.55,.055,.675,.19)}to{opacity:0;-webkit-transform:scale3d(.1,.1,.1) translate3d(0,2000px,0);transform:scale3d(.1,.1,.1) translate3d(0,2000px,0);-webkit-animation-timing-function:cubic-bezier(.175,.885,.32,1);animation-timing-function:cubic-bezier(.175,.885,.32,1)}}@keyframes zoomOutDown{40%{opacity:1;-webkit-transform:scale3d(.475,.475,.475) translate3d(0,-60px,0);transform:scale3d(.475,.475,.475) translate3d(0,-60px,0);-webkit-animation-timing-function:cubic-bezier(.55,.055,.675,.19);animation-timing-function:cubic-bezier(.55,.055,.675,.19)}to{opacity:0;-webkit-transform:scale3d(.1,.1,.1) translate3d(0,2000px,0);transform:scale3d(.1,.1,.1) translate3d(0,2000px,0);-webkit-animation-timing-function:cubic-bezier(.175,.885,.32,1);animation-timing-function:cubic-bezier(.175,.885,.32,1)}}.animate__zoomOutDown{-webkit-animation-name:zoomOutDown;animation-name:zoomOutDown;-webkit-transform-origin:center bottom;transform-origin:center bottom}@-webkit-keyframes zoomOutLeft{40%{opacity:1;-webkit-transform:scale3d(.475,.475,.475) translate3d(42px,0,0);transform:scale3d(.475,.475,.475) translate3d(42px,0,0)}to{opacity:0;-webkit-transform:scale(.1) translate3d(-2000px,0,0);transform:scale(.1) translate3d(-2000px,0,0)}}@keyframes zoomOutLeft{40%{opacity:1;-webkit-transform:scale3d(.475,.475,.475) translate3d(42px,0,0);transform:scale3d(.475,.475,.475) translate3d(42px,0,0)}to{opacity:0;-webkit-transform:scale(.1) translate3d(-2000px,0,0);transform:scale(.1) translate3d(-2000px,0,0)}}.animate__zoomOutLeft{-webkit-animation-name:zoomOutLeft;animation-name:zoomOutLeft;-webkit-transform-origin:left center;transform-origin:left center}@-webkit-keyframes zoomOutRight{40%{opacity:1;-webkit-transform:scale3d(.475,.475,.475) translate3d(-42px,0,0);transform:scale3d(.475,.475,.475) translate3d(-42px,0,0)}to{opacity:0;-webkit-transform:scale(.1) translate3d(2000px,0,0);transform:scale(.1) translate3d(2000px,0,0)}}@keyframes zoomOutRight{40%{opacity:1;-webkit-transform:scale3d(.475,.475,.475) translate3d(-42px,0,0);transform:scale3d(.475,.475,.475) translate3d(-42px,0,0)}to{opacity:0;-webkit-transform:scale(.1) translate3d(2000px,0,0);transform:scale(.1) translate3d(2000px,0,0)}}.animate__zoomOutRight{-webkit-animation-name:zoomOutRight;animation-name:zoomOutRight;-webkit-transform-origin:right center;transform-origin:right center}@-webkit-keyframes zoomOutUp{40%{opacity:1;-webkit-transform:scale3d(.475,.475,.475) translate3d(0,60px,0);transform:scale3d(.475,.475,.475) translate3d(0,60px,0);-webkit-animation-timing-function:cubic-bezier(.55,.055,.675,.19);animation-timing-function:cubic-bezier(.55,.055,.675,.19)}to{opacity:0;-webkit-transform:scale3d(.1,.1,.1) translate3d(0,-2000px,0);transform:scale3d(.1,.1,.1) translate3d(0,-2000px,0);-webkit-animation-timing-function:cubic-bezier(.175,.885,.32,1);animation-timing-function:cubic-bezier(.175,.885,.32,1)}}@keyframes zoomOutUp{40%{opacity:1;-webkit-transform:scale3d(.475,.475,.475) translate3d(0,60px,0);transform:scale3d(.475,.475,.475) translate3d(0,60px,0);-webkit-animation-timing-function:cubic-bezier(.55,.055,.675,.19);animation-timing-function:cubic-bezier(.55,.055,.675,.19)}to{opacity:0;-webkit-transform:scale3d(.1,.1,.1) translate3d(0,-2000px,0);transform:scale3d(.1,.1,.1) translate3d(0,-2000px,0);-webkit-animation-timing-function:cubic-bezier(.175,.885,.32,1);animation-timing-function:cubic-bezier(.175,.885,.32,1)}}.animate__zoomOutUp{-webkit-animation-name:zoomOutUp;animation-name:zoomOutUp;-webkit-transform-origin:center bottom;transform-origin:center bottom}@-webkit-keyframes slideInDown{0%{-webkit-transform:translate3d(0,-100%,0);transform:translate3d(0,-100%,0);visibility:visible}to{-webkit-transform:translate3d(0,0,0);transform:translateZ(0)}}@keyframes slideInDown{0%{-webkit-transform:translate3d(0,-100%,0);transform:translate3d(0,-100%,0);visibility:visible}to{-webkit-transform:translate3d(0,0,0);transform:translateZ(0)}}.animate__slideInDown{-webkit-animation-name:slideInDown;animation-name:slideInDown}@-webkit-keyframes slideInLeft{0%{-webkit-transform:translate3d(-100%,0,0);transform:translate3d(-100%,0,0);visibility:visible}to{-webkit-transform:translate3d(0,0,0);transform:translateZ(0)}}@keyframes slideInLeft{0%{-webkit-transform:translate3d(-100%,0,0);transform:translate3d(-100%,0,0);visibility:visible}to{-webkit-transform:translate3d(0,0,0);transform:translateZ(0)}}.animate__slideInLeft{-webkit-animation-name:slideInLeft;animation-name:slideInLeft}@-webkit-keyframes slideInRight{0%{-webkit-transform:translate3d(100%,0,0);transform:translate3d(100%,0,0);visibility:visible}to{-webkit-transform:translate3d(0,0,0);transform:translateZ(0)}}@keyframes slideInRight{0%{-webkit-transform:translate3d(100%,0,0);transform:translate3d(100%,0,0);visibility:visible}to{-webkit-transform:translate3d(0,0,0);transform:translateZ(0)}}.animate__slideInRight{-webkit-animation-name:slideInRight;animation-name:slideInRight}@-webkit-keyframes slideInUp{0%{-webkit-transform:translate3d(0,100%,0);transform:translate3d(0,100%,0);visibility:visible}to{-webkit-transform:translate3d(0,0,0);transform:translateZ(0)}}@keyframes slideInUp{0%{-webkit-transform:translate3d(0,100%,0);transform:translate3d(0,100%,0);visibility:visible}to{-webkit-transform:translate3d(0,0,0);transform:translateZ(0)}}.animate__slideInUp{-webkit-animation-name:slideInUp;animation-name:slideInUp}@-webkit-keyframes slideOutDown{0%{-webkit-transform:translate3d(0,0,0);transform:translateZ(0)}to{visibility:hidden;-webkit-transform:translate3d(0,100%,0);transform:translate3d(0,100%,0)}}@keyframes slideOutDown{0%{-webkit-transform:translate3d(0,0,0);transform:translateZ(0)}to{visibility:hidden;-webkit-transform:translate3d(0,100%,0);transform:translate3d(0,100%,0)}}.animate__slideOutDown{-webkit-animation-name:slideOutDown;animation-name:slideOutDown}@-webkit-keyframes slideOutLeft{0%{-webkit-transform:translate3d(0,0,0);transform:translateZ(0)}to{visibility:hidden;-webkit-transform:translate3d(-100%,0,0);transform:translate3d(-100%,0,0)}}@keyframes slideOutLeft{0%{-webkit-transform:translate3d(0,0,0);transform:translateZ(0)}to{visibility:hidden;-webkit-transform:translate3d(-100%,0,0);transform:translate3d(-100%,0,0)}}.animate__slideOutLeft{-webkit-animation-name:slideOutLeft;animation-name:slideOutLeft}@-webkit-keyframes slideOutRight{0%{-webkit-transform:translate3d(0,0,0);transform:translateZ(0)}to{visibility:hidden;-webkit-transform:translate3d(100%,0,0);transform:translate3d(100%,0,0)}}@keyframes slideOutRight{0%{-webkit-transform:translate3d(0,0,0);transform:translateZ(0)}to{visibility:hidden;-webkit-transform:translate3d(100%,0,0);transform:translate3d(100%,0,0)}}.animate__slideOutRight{-webkit-animation-name:slideOutRight;animation-name:slideOutRight}@-webkit-keyframes slideOutUp{0%{-webkit-transform:translate3d(0,0,0);transform:translateZ(0)}to{visibility:hidden;-webkit-transform:translate3d(0,-100%,0);transform:translate3d(0,-100%,0)}}@keyframes slideOutUp{0%{-webkit-transform:translate3d(0,0,0);transform:translateZ(0)}to{visibility:hidden;-webkit-transform:translate3d(0,-100%,0);transform:translate3d(0,-100%,0)}}.animate__slideOutUp{-webkit-animation-name:slideOutUp;animation-name:slideOutUp}@font-face{font-family:GFF;font-weight:400;font-display:swap;src:url(https://cdngarenanow-a.akamaihd.net/gstaticid/FF_ID/turnamen/fonts/GFF-Latin-Regular.otf)}@font-face{font-family:GFF;font-weight:200;font-display:swap;src:url(https://cdngarenanow-a.akamaihd.net/gstaticid/FF_ID/turnamen/fonts/GFF-Latin-Light.otf)}@font-face{font-family:GFF;font-weight:100;font-display:swap;src:url(https://cdngarenanow-a.akamaihd.net/gstaticid/FF_ID/turnamen/fonts/GFF-Latin-Thin.otf)}@font-face{font-family:GFF;font-weight:500;font-display:swap;src:url(https://cdngarenanow-a.akamaihd.net/gstaticid/FF_ID/turnamen/fonts/GFF-Latin-Medium.otf)}@font-face{font-family:GFF;font-weight:600;font-display:swap;src:url(https://cdngarenanow-a.akamaihd.net/gstaticid/FF_ID/turnamen/fonts/GFF-Latin-Bold.otf)}@font-face{font-family:GFF;font-weight:700;font-display:swap;src:url(https://cdngarenanow-a.akamaihd.net/gstaticid/FF_ID/turnamen/fonts/GFF-Latin-ExtraBold.otf)}@font-face{font-family:GFF;font-weight:900;font-display:swap;src:url(https://cdngarenanow-a.akamaihd.net/gstaticid/FF_ID/turnamen/fonts/GFF-Latin-Black.otf)}*{box-sizing:border-box}html{-webkit-text-size-adjust:none;touch-action:pan-y}html,body,div,span,applet,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,pre,a,abbr,acronym,address,big,cite,code,del,dfn,em,img,ins,kbd,q,s,samp,small,strike,strong,sub,sup,tt,var,b,u,i,center,dl,dt,dd,ol,ul,li,fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td,article,aside,canvas,details,embed,figure,figcaption,footer,header,hgroup,menu,nav,output,ruby,section,summary,time,mark,audio,video{margin:0;padding:0;border:0;font-size:100%;font:inherit;vertical-align:baseline}article,aside,details,figcaption,figure,footer,header,hgroup,menu,nav,section{display:block}a{text-decoration:none}body{line-height:1}blockquote,q{quotes:none}blockquote:before,blockquote:after,q:before,q:after{content:"";content:none}.inter-font{font-family:Inter,arial,sans-serif}html{width:100%;height:100%;font-family:GFF,arial,sans-serif;background:#000}body{width:100%;height:100%;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;background:#000;overflow:auto}#root{width:100%;height:100%;overflow-x:hidden}#Main{width:100%;height:100%}.btn,.info__pages .content .landing__content .rules__and__support .btn__container .btn_active{padding:0;outline:none;border:none;text-transform:uppercase;font-weight:600;cursor:pointer;-webkit-user-select:none;user-select:none;background-color:transparent}.btn:disabled,.info__pages .content .landing__content .rules__and__support .btn__container .btn_active:disabled,.btn.disabled,.info__pages .content .landing__content .rules__and__support .btn__container .disabled.btn_active{cursor:default;-webkit-filter:grayscale(1)!important;filter:grayscale(1)!important}.header{position:relative;top:0;width:100vw;background-repeat:no-repeat;background-position:center;background-size:100% 100%;background-image:url(https://cdngarenanow-a.akamaihd.net/gstaticid/FF_ID/campgrounds/bg_header.png);padding:1.48148vh 23.14815vh}@media screen and (max-aspect-ratio: 1920 / 1080){.header{padding:.83333vw 13.02083vw}}@media screen and (orientation: portrait){.header{padding:2.96296vh 0;background-position:top left -3vw;background-repeat:repeat-x}}@media screen and (orientation: portrait) and (max-aspect-ratio: 1920 / 1080){.header{padding:1.66667vw 0}}.header .header__wrapper{position:relative;width:131.48148vh;margin:0 auto;height:100%;display:flex;align-items:center}@media screen and (max-aspect-ratio: 1920 / 1080){.header .header__wrapper{width:73.95833vw}}@media screen and (orientation: portrait){.header .header__wrapper{width:100%;justify-content:center}}.header .header__wrapper .campgrounds-logo{width:6.48148vh;height:6.75926vh;background-repeat:no-repeat;background-position:center;background-size:100% 100%;background-image:url(https://cdngarenanow-a.akamaihd.net/gstaticid/FF_ID/campgrounds/img_campground_logo.png);background-size:contain}@media screen and (max-aspect-ratio: 1920 / 1080){.header .header__wrapper .campgrounds-logo{width:3.64583vw}}@media screen and (max-aspect-ratio: 1920 / 1080){.header .header__wrapper .campgrounds-logo{height:3.80208vw}}@media screen and (orientation: portrait){.header .header__wrapper .campgrounds-logo{width:10.80247vh;height:11.26543vh}}@media screen and (orientation: portrait) and (max-aspect-ratio: 1920 / 1080){.header .header__wrapper .campgrounds-logo{width:6.07639vw}}@media screen and (orientation: portrait) and (max-aspect-ratio: 1920 / 1080){.header .header__wrapper .campgrounds-logo{height:6.33681vw}}.header .header__wrapper .menu{margin-left:5.92593vh;display:flex;align-items:center}@media screen and (max-aspect-ratio: 1920 / 1080){.header .header__wrapper .menu{margin-left:3.33333vw}}.header .header__wrapper .menu a{display:inline-block;font-size:2.68519vh;line-height:3.24074vh;color:#fff;padding:.74074vh 0;margin:0 2.22222vh;text-transform:uppercase;position:relative}@media screen and (max-aspect-ratio: 1920 / 1080){.header .header__wrapper .menu a{font-size:1.51042vw}}@media screen and (max-aspect-ratio: 1920 / 1080){.header .header__wrapper .menu a{line-height:1.82292vw}}@media screen and (max-aspect-ratio: 1920 / 1080){.header .header__wrapper .menu a{padding:.41667vw 0}}@media screen and (max-aspect-ratio: 1920 / 1080){.header .header__wrapper .menu a{margin:0 1.25vw}}@media screen and (orientation: portrait){.header .header__wrapper .menu a{padding:2.22222vh 0;font-size:3.88889vh;line-height:4.44444vh}}@media screen and (orientation: portrait) and (max-aspect-ratio: 1920 / 1080){.header .header__wrapper .menu a{padding:1.25vw 0}}@media screen and (orientation: portrait) and (max-aspect-ratio: 1920 / 1080){.header .header__wrapper .menu a{font-size:2.1875vw}}@media screen and (orientation: portrait) and (max-aspect-ratio: 1920 / 1080){.header .header__wrapper .menu a{line-height:2.5vw}}.header .header__wrapper .menu a:before{content:" ";position:absolute;width:100%;height:0;background-color:#df9d2a;bottom:0;left:0;transition:height .15s linear}.header .header__wrapper .menu a.active:before{height:.37037vh}@media screen and (max-aspect-ratio: 1920 / 1080){.header .header__wrapper .menu a.active:before{height:.20833vw}}.footer{position:relative;bottom:0;width:100vw;height:34.16667vh;background-repeat:no-repeat;background-position:center;background-size:100% 100%;background-image:url(https://cdngarenanow-a.akamaihd.net/gstaticid/FF_ID/campgrounds/bg_footer.png)}@media screen and (max-aspect-ratio: 1920 / 1080){.footer{height:19.21875vw}}.footer .footer__wrapper{position:relative;width:131.48148vh;height:100%;display:flex;margin:0 auto;justify-content:space-between;align-items:center}@media screen and (max-aspect-ratio: 1920 / 1080){.footer .footer__wrapper{width:73.95833vw}}@media screen and (orientation: portrait){.footer .footer__wrapper{width:150vh}}@media screen and (orientation: portrait) and (max-aspect-ratio: 1920 / 1080){.footer .footer__wrapper{width:84.375vw}}.footer .footer__wrapper .content__left .ff-logo{width:25.27778vh;height:3.14815vh;background-repeat:no-repeat;background-position:center;background-size:100% 100%;background-image:url(https://cdngarenanow-a.akamaihd.net/gstaticid/FF_ID/campgrounds/img_freefire_logo.png)}@media screen and (max-aspect-ratio: 1920 / 1080){.footer .footer__wrapper .content__left .ff-logo{width:14.21875vw}}@media screen and (max-aspect-ratio: 1920 / 1080){.footer .footer__wrapper .content__left .ff-logo{height:1.77083vw}}@media screen and (orientation: portrait){.footer .footer__wrapper .content__left .ff-logo{width:42.12963vh;height:5.24691vh}}@media screen and (orientation: portrait) and (max-aspect-ratio: 1920 / 1080){.footer .footer__wrapper .content__left .ff-logo{width:23.69792vw}}@media screen and (orientation: portrait) and (max-aspect-ratio: 1920 / 1080){.footer .footer__wrapper .content__left .ff-logo{height:2.95139vw}}.footer .footer__wrapper .content__left .copyright{margin-top:4.44444vh;font-weight:500;font-size:1.85185vh;line-height:2.22222vh;color:#000}@media screen and (max-aspect-ratio: 1920 / 1080){.footer .footer__wrapper .content__left .copyright{margin-top:2.5vw}}@media screen and (max-aspect-ratio: 1920 / 1080){.footer .footer__wrapper .content__left .copyright{font-size:1.04167vw}}@media screen and (max-aspect-ratio: 1920 / 1080){.footer .footer__wrapper .content__left .copyright{line-height:1.25vw}}@media screen and (orientation: portrait){.footer .footer__wrapper .content__left .copyright{font-size:2.59259vh;line-height:3.14815vh}}@media screen and (orientation: portrait) and (max-aspect-ratio: 1920 / 1080){.footer .footer__wrapper .content__left .copyright{font-size:1.45833vw}}@media screen and (orientation: portrait) and (max-aspect-ratio: 1920 / 1080){.footer .footer__wrapper .content__left .copyright{line-height:1.77083vw}}.footer .footer__wrapper .content__right .medsos__list .medsos{margin:1.11111vh 0;display:flex;align-items:center}@media screen and (max-aspect-ratio: 1920 / 1080){.footer .footer__wrapper .content__right .medsos__list .medsos{margin:.625vw 0}}@media screen and (orientation: portrait){.footer .footer__wrapper .content__right .medsos__list .medsos{margin:2.22222vh 0}}@media screen and (orientation: portrait) and (max-aspect-ratio: 1920 / 1080){.footer .footer__wrapper .content__right .medsos__list .medsos{margin:1.25vw 0}}.footer .footer__wrapper .content__right .medsos__list .medsos .ico{width:4.25926vh;height:4.25926vh;background-repeat:no-repeat;background-position:center;background-size:100% 100%}@media screen and (max-aspect-ratio: 1920 / 1080){.footer .footer__wrapper .content__right .medsos__list .medsos .ico{width:2.39583vw}}@media screen and (max-aspect-ratio: 1920 / 1080){.footer .footer__wrapper .content__right .medsos__list .medsos .ico{height:2.39583vw}}.footer .footer__wrapper .content__right .medsos__list .medsos .ico.discord{background-image:url(https://cdngarenanow-a.akamaihd.net/gstaticid/FF_ID/campgrounds/ico_discord.png)}.footer .footer__wrapper .content__right .medsos__list .medsos .ico.whatsapp{background-image:url(https://cdngarenanow-a.akamaihd.net/gstaticid/FF_ID/campgrounds/ico_whatsapp.png)}.footer .footer__wrapper .content__right .medsos__list .medsos .ico.instagram{background-image:url(https://cdngarenanow-a.akamaihd.net/gstaticid/FF_ID/campgrounds/ico_instagram.png)}.footer .footer__wrapper .content__right .medsos__list .medsos span{margin-left:1.48148vh;font-weight:500;font-size:2.22222vh;line-height:2.68519vh;color:#000}@media screen and (max-aspect-ratio: 1920 / 1080){.footer .footer__wrapper .content__right .medsos__list .medsos span{margin-left:.83333vw}}@media screen and (max-aspect-ratio: 1920 / 1080){.footer .footer__wrapper .content__right .medsos__list .medsos span{font-size:1.25vw}}@media screen and (max-aspect-ratio: 1920 / 1080){.footer .footer__wrapper .content__right .medsos__list .medsos span{line-height:1.51042vw}}@media screen and (orientation: portrait){.footer .footer__wrapper .content__right .medsos__list .medsos span{font-size:3.33333vh;line-height:3.7037vh}}@media screen and (orientation: portrait) and (max-aspect-ratio: 1920 / 1080){.footer .footer__wrapper .content__right .medsos__list .medsos span{font-size:1.875vw}}@media screen and (orientation: portrait) and (max-aspect-ratio: 1920 / 1080){.footer .footer__wrapper .content__right .medsos__list .medsos span{line-height:2.08333vw}}.poster-modal{padding:5%;width:100%;margin:auto}.poster-modal img{width:100%;max-height:70vh;margin-top:3vh;object-fit:contain}#modal-close-icon{background-color:#fff;border-radius:25px;padding:1%;-webkit-transform:scale(.65);transform:scale(.65)}.react-responsive-modal-modal{-webkit-animation-fill-mode:forwards!important;animation-fill-mode:forwards!important;background-color:transparent!important}.react-responsive-modal-container{-webkit-animation-fill-mode:forwards!important;animation-fill-mode:forwards!important}.react-responsive-modal-overlay{align-items:center!important;-webkit-animation-fill-mode:forwards!important;animation-fill-mode:forwards!important;top:0!important;width:100%;height:100%}@media screen and (orientation: portrait){.content-container{display:flex;flex-direction:column;min-height:calc(100% - 28.90625vw)}}.home__pages{padding:0 23.14815vh 9.72222vh;background-repeat:no-repeat;background-position:center;background-size:100% 100%;background-image:url(https://cdngarenanow-a.akamaihd.net/gstaticid/FF_ID/campgrounds/bg_home.png);position:relative;flex:1 1;height:100%;width:100vw}@media screen and (max-aspect-ratio: 1920 / 1080){.home__pages{padding:0 13.02083vw 5.46875vw}}@media screen and (orientation: portrait){.home__pages{background-size:cover;padding:0 13.88889vh 9.72222vh}}@media screen and (orientation: portrait) and (max-aspect-ratio: 1920 / 1080){.home__pages{padding:0 7.8125vw 5.46875vw}}.home__pages .content{margin:0 auto;width:131.48148vh}@media screen and (max-aspect-ratio: 1920 / 1080){.home__pages .content{width:73.95833vw}}@media screen and (orientation: portrait){.home__pages .content{width:150vh}}@media screen and (orientation: portrait) and (max-aspect-ratio: 1920 / 1080){.home__pages .content{width:84.375vw}}.home__pages .landing__content{width:100%}.home__pages .landing__content .content__left{position:relative;padding:18.51852vh 0}@media screen and (max-aspect-ratio: 1920 / 1080){.home__pages .landing__content .content__left{padding:10.41667vw 0}}.home__pages .landing__content .content__left .wrapper{z-index:33;width:100%}.home__pages .landing__content .content__left .wrapper h1{font-size:8.88889vh;line-height:9.53704vh;font-weight:700;color:#fff;text-transform:uppercase;text-align:left}@media screen and (max-aspect-ratio: 1920 / 1080){.home__pages .landing__content .content__left .wrapper h1{font-size:5vw}}@media screen and (max-aspect-ratio: 1920 / 1080){.home__pages .landing__content .content__left .wrapper h1{line-height:5.36458vw}}@media screen and (orientation: portrait){.home__pages .landing__content .content__left .wrapper h1{font-size:12.03704vh}}@media screen and (orientation: portrait) and (max-aspect-ratio: 1920 / 1080){.home__pages .landing__content .content__left .wrapper h1{font-size:6.77083vw}}.home__pages .landing__content .content__left .wrapper h1.gold,.home__pages .landing__content .content__left .wrapper h1 span{color:#ffba00}.home__pages .landing__content .content__left .wrapper .description{position:relative;color:#fff;font-size:3.05556vh;text-transform:uppercase}@media screen and (max-aspect-ratio: 1920 / 1080){.home__pages .landing__content .content__left .wrapper .description{font-size:1.71875vw}}@media screen and (orientation: portrait){.home__pages .landing__content .content__left .wrapper .description{font-size:4.44444vh;margin:1.38889vh 0}}@media screen and (orientation: portrait) and (max-aspect-ratio: 1920 / 1080){.home__pages .landing__content .content__left .wrapper .description{font-size:2.5vw}}@media screen and (orientation: portrait) and (max-aspect-ratio: 1920 / 1080){.home__pages .landing__content .content__left .wrapper .description{margin:.78125vw 0}}.home__pages .landing__content .content__left .wrapper .description:before{position:absolute;left:0;top:0;background-repeat:no-repeat;background-position:center;background-size:100% 100%;background-image:url(https://cdngarenanow-a.akamaihd.net/gstaticid/FF_ID/campgrounds/img_ornament.png);width:1.66667vh;height:8.7963vh}@media screen and (max-aspect-ratio: 1920 / 1080){.home__pages .landing__content .content__left .wrapper .description:before{width:.9375vw}}@media screen and (max-aspect-ratio: 1920 / 1080){.home__pages .landing__content .content__left .wrapper .description:before{height:4.94792vw}}.home__pages .landing__content .content__left .wrapper .home-point{width:100%;margin-top:4.62963vh}@media screen and (max-aspect-ratio: 1920 / 1080){.home__pages .landing__content .content__left .wrapper .home-point{margin-top:2.60417vw}}.home__pages .landing__content .content__left .wrapper .home-point ul{display:flex;justify-content:space-between;list-style-type:none}@media screen and (orientation: portrait){.home__pages .landing__content .content__left .wrapper .home-point ul{flex-direction:column}}.home__pages .landing__content .content__left .wrapper .home-point ul li{width:-webkit-fit-content;width:-moz-fit-content;width:fit-content;min-width:26%;color:#fff;font-size:2.59259vh;background-repeat:no-repeat;background-position:center;background-size:100% 100%;background-image:url(https://cdngarenanow-a.akamaihd.net/gstaticid/FF_ID/campgrounds/dot.png);background-size:auto 5.37037vh;background-position:top left;padding-left:7.87037vh}@media screen and (max-aspect-ratio: 1920 / 1080){.home__pages .landing__content .content__left .wrapper .home-point ul li{font-size:1.45833vw}}@media screen and (max-aspect-ratio: 1920 / 1080){.home__pages .landing__content .content__left .wrapper .home-point ul li{background-size:auto 3.02083vw}}@media screen and (max-aspect-ratio: 1920 / 1080){.home__pages .landing__content .content__left .wrapper .home-point ul li{padding-left:4.42708vw}}@media screen and (orientation: portrait){.home__pages .landing__content .content__left .wrapper .home-point ul li{font-size:4.44444vh;height:6.48148vh;margin-bottom:.92593vh}}@media screen and (orientation: portrait) and (max-aspect-ratio: 1920 / 1080){.home__pages .landing__content .content__left .wrapper .home-point ul li{font-size:2.5vw}}@media screen and (orientation: portrait) and (max-aspect-ratio: 1920 / 1080){.home__pages .landing__content .content__left .wrapper .home-point ul li{height:3.64583vw}}@media screen and (orientation: portrait) and (max-aspect-ratio: 1920 / 1080){.home__pages .landing__content .content__left .wrapper .home-point ul li{margin-bottom:.52083vw}}.home__pages .landing__content .content__left .wrapper .group{width:100%;display:flex;flex-wrap:wrap;row-gap:10%;justify-content:flex-start;align-items:center;margin:4.44444vh 0}@media screen and (max-aspect-ratio: 1920 / 1080){.home__pages .landing__content .content__left .wrapper .group{margin:2.5vw 0}}@media screen and (orientation: portrait){.home__pages .landing__content .content__left .wrapper .group{justify-content:space-between}}.home__pages .landing__content .content__left .wrapper .group .btn,.home__pages .info__pages .content .landing__content .content__left .wrapper .group .rules__and__support .btn__container .btn_active,.info__pages .content .home__pages .landing__content .content__left .wrapper .group .rules__and__support .btn__container .btn_active,.home__pages .info__pages .content .landing__content .rules__and__support .btn__container .content__left .wrapper .group .btn_active,.info__pages .content .home__pages .landing__content .rules__and__support .btn__container .content__left .wrapper .group .btn_active{aspect-ratio:4.61/1;width:29.07407vh;background-repeat:no-repeat;background-position:center;background-size:100% 100%;margin:0 .74074vh;background-size:contain}@media screen and (max-aspect-ratio: 1920 / 1080){.home__pages .landing__content .content__left .wrapper .group .btn,.home__pages .info__pages .content .landing__content .content__left .wrapper .group .rules__and__support .btn__container .btn_active,.info__pages .content .home__pages .landing__content .content__left .wrapper .group .rules__and__support .btn__container .btn_active,.home__pages .info__pages .content .landing__content .rules__and__support .btn__container .content__left .wrapper .group .btn_active,.info__pages .content .home__pages .landing__content .rules__and__support .btn__container .content__left .wrapper .group .btn_active{width:16.35417vw}}@media screen and (max-aspect-ratio: 1920 / 1080){.home__pages .landing__content .content__left .wrapper .group .btn,.home__pages .info__pages .content .landing__content .content__left .wrapper .group .rules__and__support .btn__container .btn_active,.info__pages .content .home__pages .landing__content .content__left .wrapper .group .rules__and__support .btn__container .btn_active,.home__pages .info__pages .content .landing__content .rules__and__support .btn__container .content__left .wrapper .group .btn_active,.info__pages .content .home__pages .landing__content .rules__and__support .btn__container .content__left .wrapper .group .btn_active{margin:0 .41667vw}}.home__pages .landing__content .content__left .wrapper .group .btn.btn-regis,.home__pages .info__pages .content .landing__content .content__left .wrapper .group .rules__and__support .btn__container .btn-regis.btn_active,.info__pages .content .home__pages .landing__content .content__left .wrapper .group .rules__and__support .btn__container .btn-regis.btn_active,.home__pages .info__pages .content .landing__content .rules__and__support .btn__container .content__left .wrapper .group .btn-regis.btn_active,.info__pages .content .home__pages .landing__content .rules__and__support .btn__container .content__left .wrapper .group .btn-regis.btn_active{background-image:url(https://cdngarenanow-a.akamaihd.net/gstaticid/FF_ID/campgrounds/btn_daftar.png)}.home__pages .landing__content .content__left .wrapper .group .btn.btn-list,.home__pages .info__pages .content .landing__content .content__left .wrapper .group .rules__and__support .btn__container .btn-list.btn_active,.info__pages .content .home__pages .landing__content .content__left .wrapper .group .rules__and__support .btn__container .btn-list.btn_active,.home__pages .info__pages .content .landing__content .rules__and__support .btn__container .content__left .wrapper .group .btn-list.btn_active,.info__pages .content .home__pages .landing__content .rules__and__support .btn__container .content__left .wrapper .group .btn-list.btn_active{background-image:url(https://cdngarenanow-a.akamaihd.net/gstaticid/FF_ID/campgrounds/btn_list.png)}.home__pages .landing__content .content__left .wrapper .group .btn.btn-join,.home__pages .info__pages .content .landing__content .content__left .wrapper .group .rules__and__support .btn__container .btn-join.btn_active,.info__pages .content .home__pages .landing__content .content__left .wrapper .group .rules__and__support .btn__container .btn-join.btn_active,.home__pages .info__pages .content .landing__content .rules__and__support .btn__container .content__left .wrapper .group .btn-join.btn_active,.info__pages .content .home__pages .landing__content .rules__and__support .btn__container .content__left .wrapper .group .btn-join.btn_active{background-image:url(https://cdngarenanow-a.akamaihd.net/gstaticid/FF_ID/campgrounds/btn_join_discord.png);width:23.24074vh}@media screen and (max-aspect-ratio: 1920 / 1080){.home__pages .landing__content .content__left .wrapper .group .btn.btn-join,.home__pages .info__pages .content .landing__content .content__left .wrapper .group .rules__and__support .btn__container .btn-join.btn_active,.info__pages .content .home__pages .landing__content .content__left .wrapper .group .rules__and__support .btn__container .btn-join.btn_active,.home__pages .info__pages .content .landing__content .rules__and__support .btn__container .content__left .wrapper .group .btn-join.btn_active,.info__pages .content .home__pages .landing__content .rules__and__support .btn__container .content__left .wrapper .group .btn-join.btn_active{width:13.07292vw}}.home__pages .landing__content .content__left .wrapper .group .btn.btn-wa,.home__pages .info__pages .content .landing__content .content__left .wrapper .group .rules__and__support .btn__container .btn-wa.btn_active,.info__pages .content .home__pages .landing__content .content__left .wrapper .group .rules__and__support .btn__container .btn-wa.btn_active,.home__pages .info__pages .content .landing__content .rules__and__support .btn__container .content__left .wrapper .group .btn-wa.btn_active,.info__pages .content .home__pages .landing__content .rules__and__support .btn__container .content__left .wrapper .group .btn-wa.btn_active{aspect-ratio:3.85/1;background-image:url(https://cdngarenanow-a.akamaihd.net/gstaticid/FF_ID/campgrounds/wa_btn.png);width:19.25926vh}@media screen and (max-aspect-ratio: 1920 / 1080){.home__pages .landing__content .content__left .wrapper .group .btn.btn-wa,.home__pages .info__pages .content .landing__content .content__left .wrapper .group .rules__and__support .btn__container .btn-wa.btn_active,.info__pages .content .home__pages .landing__content .content__left .wrapper .group .rules__and__support .btn__container .btn-wa.btn_active,.home__pages .info__pages .content .landing__content .rules__and__support .btn__container .content__left .wrapper .group .btn-wa.btn_active,.info__pages .content .home__pages .landing__content .rules__and__support .btn__container .content__left .wrapper .group .btn-wa.btn_active{width:10.83333vw}}.home__pages .landing__content .content__left .wrapper .group .btn.btn-yl,.home__pages .info__pages .content .landing__content .content__left .wrapper .group .rules__and__support .btn__container .btn-yl.btn_active,.info__pages .content .home__pages .landing__content .content__left .wrapper .group .rules__and__support .btn__container .btn-yl.btn_active,.home__pages .info__pages .content .landing__content .rules__and__support .btn__container .content__left .wrapper .group .btn-yl.btn_active,.info__pages .content .home__pages .landing__content .rules__and__support .btn__container .content__left .wrapper .group .btn-yl.btn_active{background-image:url(https://cdngarenanow-a.akamaihd.net/gstaticid/FF_ID/campgrounds/yl_button.png);width:23.24074vh}@media screen and (max-aspect-ratio: 1920 / 1080){.home__pages .landing__content .content__left .wrapper .group .btn.btn-yl,.home__pages .info__pages .content .landing__content .content__left .wrapper .group .rules__and__support .btn__container .btn-yl.btn_active,.info__pages .content .home__pages .landing__content .content__left .wrapper .group .rules__and__support .btn__container .btn-yl.btn_active,.home__pages .info__pages .content .landing__content .rules__and__support .btn__container .content__left .wrapper .group .btn-yl.btn_active,.info__pages .content .home__pages .landing__content .rules__and__support .btn__container .content__left .wrapper .group .btn-yl.btn_active{width:13.07292vw}}@media screen and (orientation: portrait){.home__pages .landing__content .content__left .wrapper .group .btn.btn-regis,.home__pages .info__pages .content .landing__content .content__left .wrapper .group .rules__and__support .btn__container .btn-regis.btn_active,.info__pages .content .home__pages .landing__content .content__left .wrapper .group .rules__and__support .btn__container .btn-regis.btn_active,.home__pages .info__pages .content .landing__content .rules__and__support .btn__container .content__left .wrapper .group .btn-regis.btn_active,.info__pages .content .home__pages .landing__content .rules__and__support .btn__container .content__left .wrapper .group .btn-regis.btn_active,.home__pages .landing__content .content__left .wrapper .group .btn.btn-list,.home__pages .info__pages .content .landing__content .content__left .wrapper .group .rules__and__support .btn__container .btn-list.btn_active,.info__pages .content .home__pages .landing__content .content__left .wrapper .group .rules__and__support .btn__container .btn-list.btn_active,.home__pages .info__pages .content .landing__content .rules__and__support .btn__container .content__left .wrapper .group .btn-list.btn_active,.info__pages .content .home__pages .landing__content .rules__and__support .btn__container .content__left .wrapper .group .btn-list.btn_active{width:49%;margin:2.77778vh 0}}@media screen and (orientation: portrait) and (max-aspect-ratio: 1920 / 1080){.home__pages .landing__content .content__left .wrapper .group .btn.btn-regis,.home__pages .info__pages .content .landing__content .content__left .wrapper .group .rules__and__support .btn__container .btn-regis.btn_active,.info__pages .content .home__pages .landing__content .content__left .wrapper .group .rules__and__support .btn__container .btn-regis.btn_active,.home__pages .info__pages .content .landing__content .rules__and__support .btn__container .content__left .wrapper .group .btn-regis.btn_active,.info__pages .content .home__pages .landing__content .rules__and__support .btn__container .content__left .wrapper .group .btn-regis.btn_active,.home__pages .landing__content .content__left .wrapper .group .btn.btn-list,.home__pages .info__pages .content .landing__content .content__left .wrapper .group .rules__and__support .btn__container .btn-list.btn_active,.info__pages .content .home__pages .landing__content .content__left .wrapper .group .rules__and__support .btn__container .btn-list.btn_active,.home__pages .info__pages .content .landing__content .rules__and__support .btn__container .content__left .wrapper .group .btn-list.btn_active,.info__pages .content .home__pages .landing__content .rules__and__support .btn__container .content__left .wrapper .group .btn-list.btn_active{margin:1.5625vw 0}}@media screen and (orientation: portrait){.home__pages .landing__content .content__left .wrapper .group .btn.btn-join,.home__pages .info__pages .content .landing__content .content__left .wrapper .group .rules__and__support .btn__container .btn-join.btn_active,.info__pages .content .home__pages .landing__content .content__left .wrapper .group .rules__and__support .btn__container .btn-join.btn_active,.home__pages .info__pages .content .landing__content .rules__and__support .btn__container .content__left .wrapper .group .btn-join.btn_active,.info__pages .content .home__pages .landing__content .rules__and__support .btn__container .content__left .wrapper .group .btn-join.btn_active,.home__pages .landing__content .content__left .wrapper .group .btn.btn-wa,.home__pages .info__pages .content .landing__content .content__left .wrapper .group .rules__and__support .btn__container .btn-wa.btn_active,.info__pages .content .home__pages .landing__content .content__left .wrapper .group .rules__and__support .btn__container .btn-wa.btn_active,.home__pages .info__pages .content .landing__content .rules__and__support .btn__container .content__left .wrapper .group .btn-wa.btn_active,.info__pages .content .home__pages .landing__content .rules__and__support .btn__container .content__left .wrapper .group .btn-wa.btn_active,.home__pages .landing__content .content__left .wrapper .group .btn.btn-yl,.home__pages .info__pages .content .landing__content .content__left .wrapper .group .rules__and__support .btn__container .btn-yl.btn_active,.info__pages .content .home__pages .landing__content .content__left .wrapper .group .rules__and__support .btn__container .btn-yl.btn_active,.home__pages .info__pages .content .landing__content .rules__and__support .btn__container .content__left .wrapper .group .btn-yl.btn_active,.info__pages .content .home__pages .landing__content .rules__and__support .btn__container .content__left .wrapper .group .btn-yl.btn_active{width:32%;height:10.18519vh}}@media screen and (orientation: portrait) and (max-aspect-ratio: 1920 / 1080){.home__pages .landing__content .content__left .wrapper .group .btn.btn-join,.home__pages .info__pages .content .landing__content .content__left .wrapper .group .rules__and__support .btn__container .btn-join.btn_active,.info__pages .content .home__pages .landing__content .content__left .wrapper .group .rules__and__support .btn__container .btn-join.btn_active,.home__pages .info__pages .content .landing__content .rules__and__support .btn__container .content__left .wrapper .group .btn-join.btn_active,.info__pages .content .home__pages .landing__content .rules__and__support .btn__container .content__left .wrapper .group .btn-join.btn_active,.home__pages .landing__content .content__left .wrapper .group .btn.btn-wa,.home__pages .info__pages .content .landing__content .content__left .wrapper .group .rules__and__support .btn__container .btn-wa.btn_active,.info__pages .content .home__pages .landing__content .content__left .wrapper .group .rules__and__support .btn__container .btn-wa.btn_active,.home__pages .info__pages .content .landing__content .rules__and__support .btn__container .content__left .wrapper .group .btn-wa.btn_active,.info__pages .content .home__pages .landing__content .rules__and__support .btn__container .content__left .wrapper .group .btn-wa.btn_active,.home__pages .landing__content .content__left .wrapper .group .btn.btn-yl,.home__pages .info__pages .content .landing__content .content__left .wrapper .group .rules__and__support .btn__container .btn-yl.btn_active,.info__pages .content .home__pages .landing__content .content__left .wrapper .group .rules__and__support .btn__container .btn-yl.btn_active,.home__pages .info__pages .content .landing__content .rules__and__support .btn__container .content__left .wrapper .group .btn-yl.btn_active,.info__pages .content .home__pages .landing__content .rules__and__support .btn__container .content__left .wrapper .group .btn-yl.btn_active{height:5.72917vw}}.home__pages .event__content{margin-top:6.66667vh;width:100%}@media screen and (max-aspect-ratio: 1920 / 1080){.home__pages .event__content{margin-top:3.75vw}}.home__pages .event__content .title,.home__pages .event__content .info__pages .content .landing__content .subtitle,.info__pages .content .landing__content .home__pages .event__content .subtitle,.home__pages .event__content .info__pages .content .landing__content .pengajuan .info__box .content__sublist div h3,.info__pages .content .landing__content .pengajuan .info__box .content__sublist div .home__pages .event__content h3{color:#ffba00;font-size:4.44444vh;line-height:5.37037vh;font-weight:900}@media screen and (max-aspect-ratio: 1920 / 1080){.home__pages .event__content .title,.home__pages .event__content .info__pages .content .landing__content .subtitle,.info__pages .content .landing__content .home__pages .event__content .subtitle,.home__pages .event__content .info__pages .content .landing__content .pengajuan .info__box .content__sublist div h3,.info__pages .content .landing__content .pengajuan .info__box .content__sublist div .home__pages .event__content h3{font-size:2.5vw}}@media screen and (max-aspect-ratio: 1920 / 1080){.home__pages .event__content .title,.home__pages .event__content .info__pages .content .landing__content .subtitle,.info__pages .content .landing__content .home__pages .event__content .subtitle,.home__pages .event__content .info__pages .content .landing__content .pengajuan .info__box .content__sublist div h3,.info__pages .content .landing__content .pengajuan .info__box .content__sublist div .home__pages .event__content h3{line-height:3.02083vw}}@media screen and (orientation: portrait){.home__pages .event__content .title,.home__pages .event__content .info__pages .content .landing__content .subtitle,.info__pages .content .landing__content .home__pages .event__content .subtitle,.home__pages .event__content .info__pages .content .landing__content .pengajuan .info__box .content__sublist div h3,.info__pages .content .landing__content .pengajuan .info__box .content__sublist div .home__pages .event__content h3{text-align:center}}.home__pages .event__content .event__list{display:flex;margin:1.11111vh -1.11111vh 0}@media screen and (max-aspect-ratio: 1920 / 1080){.home__pages .event__content .event__list{margin:.625vw -.625vw 0}}@media screen and (orientation: portrait){.home__pages .event__content .event__list{flex-wrap:wrap;justify-content:center}}.home__pages .event__content .event__list .event__card{width:42.59259vh;height:28.33333vh;background-repeat:no-repeat;background-position:center;background-size:100% 100%;margin:0 1.11111vh;background-size:50.92593vh 28.7963vh}@media screen and (max-aspect-ratio: 1920 / 1080){.home__pages .event__content .event__list .event__card{width:23.95833vw}}@media screen and (max-aspect-ratio: 1920 / 1080){.home__pages .event__content .event__list .event__card{height:15.9375vw}}@media screen and (max-aspect-ratio: 1920 / 1080){.home__pages .event__content .event__list .event__card{margin:0 .625vw}}@media screen and (max-aspect-ratio: 1920 / 1080){.home__pages .event__content .event__list .event__card{background-size:28.64583vw 16.19792vw}}@media screen and (orientation: portrait){.home__pages .event__content .event__list .event__card{width:70.98765vh;height:47.22222vh;margin:0;background-size:cover}}@media screen and (orientation: portrait) and (max-aspect-ratio: 1920 / 1080){.home__pages .event__content .event__list .event__card{width:39.93056vw}}@media screen and (orientation: portrait) and (max-aspect-ratio: 1920 / 1080){.home__pages .event__content .event__list .event__card{height:26.5625vw}}@media screen and (orientation: portrait) and (max-aspect-ratio: 1920 / 1080){.home__pages .event__content .event__list .event__card{margin:0}}.home__pages .event__content .event__list .event__card.gathering{background-image:url(https://cdngarenanow-a.akamaihd.net/gstaticid/FF_ID/campgrounds/img_gathering.png)}.home__pages .event__content .event__list .event__card.nobar{background-image:url(https://cdngarenanow-a.akamaihd.net/gstaticid/FF_ID/campgrounds/img_nobar.png)}.home__pages .event__content .event__list .event__card.turnamen{background-image:url(https://cdngarenanow-a.akamaihd.net/gstaticid/FF_ID/campgrounds/img_turnamen.png)}.home__pages .support__content{margin-top:6.66667vh;width:100%}@media screen and (max-aspect-ratio: 1920 / 1080){.home__pages .support__content{margin-top:3.75vw}}.home__pages .support__content .title,.home__pages .support__content .info__pages .content .landing__content .subtitle,.info__pages .content .landing__content .home__pages .support__content .subtitle,.home__pages .support__content .info__pages .content .landing__content .pengajuan .info__box .content__sublist div h3,.info__pages .content .landing__content .pengajuan .info__box .content__sublist div .home__pages .support__content h3{color:#ffba00;font-size:4.44444vh;line-height:5.37037vh;font-weight:900}@media screen and (max-aspect-ratio: 1920 / 1080){.home__pages .support__content .title,.home__pages .support__content .info__pages .content .landing__content .subtitle,.info__pages .content .landing__content .home__pages .support__content .subtitle,.home__pages .support__content .info__pages .content .landing__content .pengajuan .info__box .content__sublist div h3,.info__pages .content .landing__content .pengajuan .info__box .content__sublist div .home__pages .support__content h3{font-size:2.5vw}}@media screen and (max-aspect-ratio: 1920 / 1080){.home__pages .support__content .title,.home__pages .support__content .info__pages .content .landing__content .subtitle,.info__pages .content .landing__content .home__pages .support__content .subtitle,.home__pages .support__content .info__pages .content .landing__content .pengajuan .info__box .content__sublist div h3,.info__pages .content .landing__content .pengajuan .info__box .content__sublist div .home__pages .support__content h3{line-height:3.02083vw}}@media screen and (orientation: portrait){.home__pages .support__content .title,.home__pages .support__content .info__pages .content .landing__content .subtitle,.info__pages .content .landing__content .home__pages .support__content .subtitle,.home__pages .support__content .info__pages .content .landing__content .pengajuan .info__box .content__sublist div h3,.info__pages .content .landing__content .pengajuan .info__box .content__sublist div .home__pages .support__content h3{text-align:center}}.home__pages .support__content .support__list{display:flex;margin:3.33333vh -1.11111vh 0}@media screen and (max-aspect-ratio: 1920 / 1080){.home__pages .support__content .support__list{margin:1.875vw -.625vw 0}}@media screen and (orientation: portrait){.home__pages .support__content .support__list{flex-wrap:wrap;justify-content:center}}.home__pages .support__content .support__list .support__card{width:31.94444vh;height:24.62963vh;background-repeat:no-repeat;background-position:center;background-size:100% 100%;margin:0 1.11111vh}@media screen and (max-aspect-ratio: 1920 / 1080){.home__pages .support__content .support__list .support__card{width:17.96875vw}}@media screen and (max-aspect-ratio: 1920 / 1080){.home__pages .support__content .support__list .support__card{height:13.85417vw}}@media screen and (max-aspect-ratio: 1920 / 1080){.home__pages .support__content .support__list .support__card{margin:0 .625vw}}@media screen and (orientation: portrait){.home__pages .support__content .support__list .support__card{width:58.7963vh;height:45.29321vh;margin:2.22222vh}}@media screen and (orientation: portrait) and (max-aspect-ratio: 1920 / 1080){.home__pages .support__content .support__list .support__card{width:33.07292vw}}@media screen and (orientation: portrait) and (max-aspect-ratio: 1920 / 1080){.home__pages .support__content .support__list .support__card{height:25.47743vw}}@media screen and (orientation: portrait) and (max-aspect-ratio: 1920 / 1080){.home__pages .support__content .support__list .support__card{margin:1.25vw}}.home__pages .support__content .support__list .support__card.exposure{background-image:url(https://cdngarenanow-a.akamaihd.net/gstaticid/FF_ID/campgrounds/img_exposure.png)}.home__pages .support__content .support__list .support__card.ingame{background-image:url(https://cdngarenanow-a.akamaihd.net/gstaticid/FF_ID/campgrounds/img_ingame_item.png)}.home__pages .support__content .support__list .support__card.merchandise{background-image:url(https://cdngarenanow-a.akamaihd.net/gstaticid/FF_ID/campgrounds/img_merchandise.png)}.home__pages .support__content .support__list .support__card.network{background-image:url(https://cdngarenanow-a.akamaihd.net/gstaticid/FF_ID/campgrounds/img_network.png)}.info__pages{background-repeat:no-repeat;background-position:center;background-size:100% 100%;background-image:url(https://cdngarenanow-a.akamaihd.net/gstaticid/FF_ID/campgrounds/bg_informasi.png);padding:0 23.14815vh;width:100vw;flex:1 1;height:100%;position:relative;line-height:3.7037vh}@media screen and (max-aspect-ratio: 1920 / 1080){.info__pages{padding:0 13.02083vw}}@media screen and (max-aspect-ratio: 1920 / 1080){.info__pages{line-height:2.08333vw}}@media screen and (orientation: portrait){.info__pages{padding:0 13.88889vh}}@media screen and (orientation: portrait) and (max-aspect-ratio: 1920 / 1080){.info__pages{padding:0 7.8125vw}}.info__pages .content{width:131.48148vh;margin:0 auto}@media screen and (max-aspect-ratio: 1920 / 1080){.info__pages .content{width:73.95833vw}}@media screen and (orientation: portrait){.info__pages .content{width:150vh}}@media screen and (orientation: portrait) and (max-aspect-ratio: 1920 / 1080){.info__pages .content{width:84.375vw}}.info__pages .content .landing__content{position:relative;display:flex;flex-direction:column;padding-bottom:9.72222vh}@media screen and (max-aspect-ratio: 1920 / 1080){.info__pages .content .landing__content{padding-bottom:5.46875vw}}.info__pages .content .landing__content hr{width:100%;border:1px solid #ffbb0066;margin:13.05556vh 0 4.72222vh}@media screen and (max-aspect-ratio: 1920 / 1080){.info__pages .content .landing__content hr{margin:7.34375vw 0 2.65625vw}}.info__pages .content .landing__content .title-container,.info__pages .content .landing__content .title-container-subtitle{width:100%;height:5vh;display:flex;align-items:center;margin:3.33333vh 0}@media screen and (max-aspect-ratio: 1920 / 1080){.info__pages .content .landing__content .title-container,.info__pages .content .landing__content .title-container-subtitle{margin:1.875vw 0}}@media screen and (orientation: portrait){.info__pages .content .landing__content .title-container,.info__pages .content .landing__content .title-container-subtitle{margin-bottom:6.66667vh}}@media screen and (orientation: portrait) and (max-aspect-ratio: 1920 / 1080){.info__pages .content .landing__content .title-container,.info__pages .content .landing__content .title-container-subtitle{margin-bottom:3.75vw}}.info__pages .content .landing__content .title-container-subtitle{width:100%;height:4vh;margin-top:5%}.info__pages .content .landing__content .title-container .title-arrow,.info__pages .content .landing__content .title-container-subtitle .title-arrow,.info__pages .content .landing__content .title-container .title-arrow-subtitle,.info__pages .content .landing__content .title-container-subtitle .title-arrow-subtitle{background-repeat:no-repeat;background-position:center;background-size:100% 100%;width:5vh;height:100%;margin-right:2.31481vh;background-image:url(https://cdngarenanow-a.akamaihd.net/gstaticid/FF_ID/campgrounds/img_arrow_info.png)}@media screen and (orientation: portrait){.info__pages .content .landing__content .title-container .title-arrow,.info__pages .content .landing__content .title-container-subtitle .title-arrow,.info__pages .content .landing__content .title-container .title-arrow-subtitle,.info__pages .content .landing__content .title-container-subtitle .title-arrow-subtitle{width:2.5vh;height:50%}}@media screen and (max-aspect-ratio: 1920 / 1080){.info__pages .content .landing__content .title-container .title-arrow,.info__pages .content .landing__content .title-container-subtitle .title-arrow,.info__pages .content .landing__content .title-container .title-arrow-subtitle,.info__pages .content .landing__content .title-container-subtitle .title-arrow-subtitle{margin-right:1.30208vw}}.info__pages .content .landing__content .title-container .title-arrow-subtitle,.info__pages .content .landing__content .title-container-subtitle .title-arrow-subtitle{width:4vh;height:100%}@media screen and (orientation: portrait){.info__pages .content .landing__content .title-container .title-arrow-subtitle,.info__pages .content .landing__content .title-container-subtitle .title-arrow-subtitle{width:2vh;height:50%}}.info__pages .content .landing__content .title,.info__pages .content .landing__content .subtitle,.info__pages .content .landing__content .pengajuan .info__box .content__sublist div h3{font-size:5.92593vh;color:#ffba00;font-weight:700;text-transform:uppercase}@media screen and (max-aspect-ratio: 1920 / 1080){.info__pages .content .landing__content .title,.info__pages .content .landing__content .subtitle,.info__pages .content .landing__content .pengajuan .info__box .content__sublist div h3{font-size:3.33333vw}}@media screen and (orientation: portrait){.info__pages .content .landing__content .title,.info__pages .content .landing__content .subtitle,.info__pages .content .landing__content .pengajuan .info__box .content__sublist div h3{font-size:8.88889vh;line-height:9.25926vh}}@media screen and (orientation: portrait) and (max-aspect-ratio: 1920 / 1080){.info__pages .content .landing__content .title,.info__pages .content .landing__content .subtitle,.info__pages .content .landing__content .pengajuan .info__box .content__sublist div h3{font-size:5vw}}@media screen and (orientation: portrait) and (max-aspect-ratio: 1920 / 1080){.info__pages .content .landing__content .title,.info__pages .content .landing__content .subtitle,.info__pages .content .landing__content .pengajuan .info__box .content__sublist div h3{line-height:5.20833vw}}.info__pages .content .landing__content .subtitle{font-size:4.81481vh}@media screen and (max-aspect-ratio: 1920 / 1080){.info__pages .content .landing__content .subtitle{font-size:2.70833vw}}@media screen and (orientation: portrait){.info__pages .content .landing__content .subtitle{font-size:7.40741vh}}@media screen and (orientation: portrait) and (max-aspect-ratio: 1920 / 1080){.info__pages .content .landing__content .subtitle{font-size:4.16667vw}}.info__pages .content .landing__content .subtitle__white{color:#fff;font-size:3.51852vh;font-weight:700;margin-bottom:1%}@media screen and (max-aspect-ratio: 1920 / 1080){.info__pages .content .landing__content .subtitle__white{font-size:1.97917vw}}.info__pages .content .landing__content .info__box{width:100%;height:auto;color:#fff;margin-bottom:1%;background-color:#100f19;padding:4.44444vh 8.88889vh}@media screen and (max-aspect-ratio: 1920 / 1080){.info__pages .content .landing__content .info__box{padding:2.5vw 5vw}}.info__pages .content .landing__content .info__box .content{width:100%;margin-left:3.14815vh;font-size:2.96296vh;font-weight:400}@media screen and (max-aspect-ratio: 1920 / 1080){.info__pages .content .landing__content .info__box .content{margin-left:1.77083vw}}@media screen and (max-aspect-ratio: 1920 / 1080){.info__pages .content .landing__content .info__box .content{font-size:1.66667vw}}.info__pages .content .landing__content .info__box .content p,.info__pages .content .landing__content .info__box .content ul{font-size:2.59259vh}@media screen and (max-aspect-ratio: 1920 / 1080){.info__pages .content .landing__content .info__box .content p,.info__pages .content .landing__content .info__box .content ul{font-size:1.45833vw}}.info__pages .content .landing__content .dukungan{position:relative}.info__pages .content .landing__content .dukungan .top-ornament{right:0;width:50%;top:-3.25vh;height:5vh;position:absolute;background-size:100% 100%;background-image:url(https://cdngarenanow-a.akamaihd.net/gstaticid/FF_ID/campgrounds/img_border_top_info.png)}@media screen and (orientation: portrait){.info__pages .content .landing__content .dukungan .top-ornament{top:-1.5vh;height:2.5vh}}.info__pages .content .landing__content .dukungan .info__dukungan{gap:5%;display:flex;font-weight:700}.info__pages .content .landing__content .dukungan .info__dukungan .info__dukungan__left{width:80%}.info__pages .content .landing__content .dukungan .info__dukungan h2,.info__pages .content .landing__content .dukungan .info__dukungan .text__bold{color:#ffba00}.info__pages .content .landing__content .dukungan .info__dukungan h2{font-size:3.7037vh;margin-bottom:3.33333vh}@media screen and (max-aspect-ratio: 1920 / 1080){.info__pages .content .landing__content .dukungan .info__dukungan h2{font-size:2.08333vw}}@media screen and (max-aspect-ratio: 1920 / 1080){.info__pages .content .landing__content .dukungan .info__dukungan h2{margin-bottom:1.875vw}}.info__pages .content .landing__content .dukungan .info__dukungan h3{font-weight:600;font-size:2.96296vh;margin-bottom:3.33333vh}@media screen and (max-aspect-ratio: 1920 / 1080){.info__pages .content .landing__content .dukungan .info__dukungan h3{font-size:1.66667vw}}@media screen and (max-aspect-ratio: 1920 / 1080){.info__pages .content .landing__content .dukungan .info__dukungan h3{margin-bottom:1.875vw}}.info__pages .content .landing__content .dukungan .info__dukungan ul{font-size:2.40741vh;margin-bottom:3.33333vh}@media screen and (max-aspect-ratio: 1920 / 1080){.info__pages .content .landing__content .dukungan .info__dukungan ul{font-size:1.35417vw}}@media screen and (max-aspect-ratio: 1920 / 1080){.info__pages .content .landing__content .dukungan .info__dukungan ul{margin-bottom:1.875vw}}.info__pages .content .landing__content .dukungan .info__dukungan ul li{line-height:3.24074vh}@media screen and (max-aspect-ratio: 1920 / 1080){.info__pages .content .landing__content .dukungan .info__dukungan ul li{line-height:1.82292vw}}.info__pages .content .landing__content .dukungan .info__dukungan p{font-weight:600;font-size:2.40741vh}@media screen and (max-aspect-ratio: 1920 / 1080){.info__pages .content .landing__content .dukungan .info__dukungan p{font-size:1.35417vw}}.info__pages .content .landing__content .dukungan .info__disclaimer{width:70%;font-weight:200;margin:1.66667vh 0;font-size:1.85185vh;line-height:2.77778vh}@media screen and (max-aspect-ratio: 1920 / 1080){.info__pages .content .landing__content .dukungan .info__disclaimer{margin:.9375vw 0}}@media screen and (max-aspect-ratio: 1920 / 1080){.info__pages .content .landing__content .dukungan .info__disclaimer{font-size:1.04167vw}}@media screen and (max-aspect-ratio: 1920 / 1080){.info__pages .content .landing__content .dukungan .info__disclaimer{line-height:1.5625vw}}.info__pages .content .landing__content .pengajuan{line-height:3.24074vh}@media screen and (max-aspect-ratio: 1920 / 1080){.info__pages .content .landing__content .pengajuan{line-height:1.82292vw}}.info__pages .content .landing__content .pengajuan .info__box .title,.info__pages .content .landing__content .pengajuan .info__box .subtitle,.info__pages .content .landing__content .pengajuan .info__box .content__sublist div h3{font-size:3.24074vh;line-height:normal;margin-bottom:1%;margin-top:1.5%}@media screen and (max-aspect-ratio: 1920 / 1080){.info__pages .content .landing__content .pengajuan .info__box .title,.info__pages .content .landing__content .pengajuan .info__box .subtitle,.info__pages .content .landing__content .pengajuan .info__box .content__sublist div h3{font-size:1.82292vw}}.info__pages .content .landing__content .pengajuan .info__box .content__sublist{display:flex;gap:3%;position:relative}.info__pages .content .landing__content .pengajuan .info__box .content__sublist div h3{color:#fff;margin-bottom:3%}.info__pages .content .landing__content .pengajuan .info__box .content__sublist div p{font-weight:500;font-size:2.40741vh}@media screen and (max-aspect-ratio: 1920 / 1080){.info__pages .content .landing__content .pengajuan .info__box .content__sublist div p{font-size:1.35417vw}}.info__pages .content .landing__content .pengajuan .info__box .content__sublist div .content__left{width:59.25926vh}@media screen and (max-aspect-ratio: 1920 / 1080){.info__pages .content .landing__content .pengajuan .info__box .content__sublist div .content__left{width:33.33333vw}}.info__pages .content .landing__content .pengajuan .info__box .content__sublist div .content__left,.info__pages .content .landing__content .pengajuan .info__box .content__sublist div .content__left content__right{padding-left:3.14815vh}@media screen and (max-aspect-ratio: 1920 / 1080){.info__pages .content .landing__content .pengajuan .info__box .content__sublist div .content__left,.info__pages .content .landing__content .pengajuan .info__box .content__sublist div .content__left content__right{padding-left:1.77083vw}}.info__pages .content .landing__content .rules__and__support ::-webkit-scrollbar{width:1.38889vh;height:1.38889vh}@media screen and (max-aspect-ratio: 1920 / 1080){.info__pages .content .landing__content .rules__and__support ::-webkit-scrollbar{width:.78125vw}}@media screen and (max-aspect-ratio: 1920 / 1080){.info__pages .content .landing__content .rules__and__support ::-webkit-scrollbar{height:.78125vw}}.info__pages .content .landing__content .rules__and__support ::-webkit-scrollbar-track{background:transparent}.info__pages .content .landing__content .rules__and__support ::-webkit-scrollbar-thumb{background:#ffba00;border-radius:15px}.info__pages .content .landing__content .rules__and__support ::-webkit-scrollbar-thumb:hover{background:#ffba00;border-radius:15px}.info__pages .content .landing__content .rules__and__support .btn__container{width:100%;display:flex;justify-content:center;margin-top:10%;margin-bottom:3%;gap:15%}.info__pages .content .landing__content .rules__and__support .btn__container .btn,.info__pages .content .landing__content .rules__and__support .btn__container .btn_active{color:#ffba00;font-weight:700;background-size:100% 100%;background-image:url(https://cdngarenanow-a.akamaihd.net/gstaticid/FF_ID/campgrounds/bg_btn_info.png);padding:4.07407vh 7.40741vh 3.14815vh;font-size:4.07407vh;-webkit-filter:brightness(.7);filter:brightness(.7)}@media screen and (max-aspect-ratio: 1920 / 1080){.info__pages .content .landing__content .rules__and__support .btn__container .btn,.info__pages .content .landing__content .rules__and__support .btn__container .btn_active{padding:2.29167vw 4.16667vw 1.77083vw}}@media screen and (max-aspect-ratio: 1920 / 1080){.info__pages .content .landing__content .rules__and__support .btn__container .btn,.info__pages .content .landing__content .rules__and__support .btn__container .btn_active{font-size:2.29167vw}}.info__pages .content .landing__content .rules__and__support .btn__container .btn_active{-webkit-filter:none;filter:none}.info__pages .content .landing__content .rules__and__support .content{width:100%;height:100%;padding:0 2.22222vh;margin-left:0;overflow-y:auto}@media screen and (max-aspect-ratio: 1920 / 1080){.info__pages .content .landing__content .rules__and__support .content{padding:0 1.25vw}}.info__pages .content .landing__content .rules__and__support .content h3{font-weight:700;font-size:3.7037vh;margin-bottom:3.24074vh}@media screen and (max-aspect-ratio: 1920 / 1080){.info__pages .content .landing__content .rules__and__support .content h3{font-size:2.08333vw}}@media screen and (max-aspect-ratio: 1920 / 1080){.info__pages .content .landing__content .rules__and__support .content h3{margin-bottom:1.82292vw}}.info__pages .content .landing__content .rules__and__support .content strong{font-weight:700}.info__pages .content .landing__content .rules__and__support .content p{margin-bottom:2.77778vh}@media screen and (max-aspect-ratio: 1920 / 1080){.info__pages .content .landing__content .rules__and__support .content p{margin-bottom:1.5625vw}}.info__pages .content .landing__content .rules__and__support .content tbody,.info__pages .content .landing__content .rules__and__support .content tfoot,.info__pages .content .landing__content .rules__and__support .content thead,.info__pages .content .landing__content .rules__and__support .content tr,.info__pages .content .landing__content .rules__and__support .content th,.info__pages .content .landing__content .rules__and__support .content td{margin:20px 5% 5%;padding:10px;border:1px solid #c3c3c3;font-size:2.40741vh}@media screen and (max-aspect-ratio: 1920 / 1080){.info__pages .content .landing__content .rules__and__support .content tbody,.info__pages .content .landing__content .rules__and__support .content tfoot,.info__pages .content .landing__content .rules__and__support .content thead,.info__pages .content .landing__content .rules__and__support .content tr,.info__pages .content .landing__content .rules__and__support .content th,.info__pages .content .landing__content .rules__and__support .content td{font-size:1.35417vw}}.info__pages .content .landing__content .rules__and__support .content table{margin-bottom:3.24074vh}@media screen and (max-aspect-ratio: 1920 / 1080){.info__pages .content .landing__content .rules__and__support .content table{margin-bottom:1.82292vw}}.info__pages .content .landing__content .rules__and__support .content th{font-weight:700}.info__pages .content .landing__content .rules__and__support .rules_support{height:40vw}.info__pages .content .landing__content .rules__and__support .info__box{background-color:#000;outline:1px solid #ffba00}.info__pages .content__button{display:inline-block;font-size:2.22222vh;margin:4.07407vh 0 4.07407vh 3.14815vh;padding:1.48148vh 2.96296vh;color:#3a3a3a;font-weight:700;background-color:#ffba00;border-radius:1.38889vh}@media screen and (max-aspect-ratio: 1920 / 1080){.info__pages .content__button{font-size:1.25vw}}@media screen and (max-aspect-ratio: 1920 / 1080){.info__pages .content__button{margin:2.29167vw 0 2.29167vw 1.77083vw}}@media screen and (max-aspect-ratio: 1920 / 1080){.info__pages .content__button{padding:.83333vw 1.66667vw}}@media screen and (max-aspect-ratio: 1920 / 1080){.info__pages .content__button{border-radius:.78125vw}}.info__pages .white{background-color:#fff}.info__pages .column1{position:absolute;bottom:0;left:0}.info__pages .column2{margin-left:0}.info__pages .vertical{display:block}.info__pages .content__bottom{font-weight:500;margin-bottom:2%;font-size:2.40741vh;padding-left:3.14815vh}@media screen and (max-aspect-ratio: 1920 / 1080){.info__pages .content__bottom{font-size:1.35417vw}}@media screen and (max-aspect-ratio: 1920 / 1080){.info__pages .content__bottom{padding-left:1.77083vw}}.info__pages ul{margin-left:2vw;font-weight:500}@media screen and (orientation: portrait){.info__pages ul{margin-left:2vh}}.register__pages{flex:1 1;height:100%;position:relative}.register__pages:before{content:" ";position:absolute;inset:0;background-repeat:no-repeat;background-position:center;background-size:100% 100%;background-image:url(https://cdngarenanow-a.akamaihd.net/gstaticid/FF_ID/campgrounds/bg_home.png);z-index:1}.register__pages .landing__content{position:relative;padding:0 23.14815vh 9.72222vh;display:flex;margin:0 auto;background-repeat:no-repeat;background-position:center;background-size:100% 100%;background-image:url(https://cdngarenanow-a.akamaihd.net/gstaticid/FF_ID/campgrounds/bg_register.png);background-size:100vw auto;background-position:top -5.26042vw center;z-index:2}@media screen and (max-aspect-ratio: 1920 / 1080){.register__pages .landing__content{padding:0 13.02083vw 5.46875vw}}@media screen and (orientation: portrait){.register__pages .landing__content{padding:0 13.88889vh 9.72222vh}}@media screen and (orientation: portrait) and (max-aspect-ratio: 1920 / 1080){.register__pages .landing__content{padding:0 7.8125vw 5.46875vw}}.register__pages .landing__content .wrapper{position:relative;margin:16.85185vh auto 0;width:131.48148vh}@media screen and (max-aspect-ratio: 1920 / 1080){.register__pages .landing__content .wrapper{margin:9.47917vw auto 0}}@media screen and (max-aspect-ratio: 1920 / 1080){.register__pages .landing__content .wrapper{width:73.95833vw}}@media screen and (orientation: portrait){.register__pages .landing__content .wrapper{width:150vh}}@media screen and (orientation: portrait) and (max-aspect-ratio: 1920 / 1080){.register__pages .landing__content .wrapper{width:84.375vw}}.register__pages .landing__content .wrapper h1{font-size:8.88889vh;line-height:9.53704vh;font-weight:900;color:#fff;text-transform:uppercase;text-align:left}@media screen and (max-aspect-ratio: 1920 / 1080){.register__pages .landing__content .wrapper h1{font-size:5vw}}@media screen and (max-aspect-ratio: 1920 / 1080){.register__pages .landing__content .wrapper h1{line-height:5.36458vw}}.register__pages .landing__content .wrapper h1.gold{color:#ffba00}.register__pages .landing__content .wrapper h1 span{color:#fff}@media screen and (orientation: portrait){.register__pages .landing__content .wrapper h1{font-size:11.48148vh;line-height:12.03704vh}}@media screen and (orientation: portrait) and (max-aspect-ratio: 1920 / 1080){.register__pages .landing__content .wrapper h1{font-size:6.45833vw}}@media screen and (orientation: portrait) and (max-aspect-ratio: 1920 / 1080){.register__pages .landing__content .wrapper h1{line-height:6.77083vw}}.register__pages .landing__content .wrapper .description{position:relative;color:#fff;font-size:3.33333vh;line-height:3.98148vh;width:111.11111vh;margin-top:2.22222vh}@media screen and (max-aspect-ratio: 1920 / 1080){.register__pages .landing__content .wrapper .description{font-size:1.875vw}}@media screen and (max-aspect-ratio: 1920 / 1080){.register__pages .landing__content .wrapper .description{line-height:2.23958vw}}@media screen and (max-aspect-ratio: 1920 / 1080){.register__pages .landing__content .wrapper .description{width:62.5vw}}@media screen and (max-aspect-ratio: 1920 / 1080){.register__pages .landing__content .wrapper .description{margin-top:1.25vw}}@media screen and (orientation: portrait){.register__pages .landing__content .wrapper .description{width:120.37037vh;font-size:4.07407vh;line-height:4.25926vh}}@media screen and (orientation: portrait) and (max-aspect-ratio: 1920 / 1080){.register__pages .landing__content .wrapper .description{width:67.70833vw}}@media screen and (orientation: portrait) and (max-aspect-ratio: 1920 / 1080){.register__pages .landing__content .wrapper .description{font-size:2.29167vw}}@media screen and (orientation: portrait) and (max-aspect-ratio: 1920 / 1080){.register__pages .landing__content .wrapper .description{line-height:2.39583vw}}.register__pages .landing__content .wrapper .group{display:flex;margin:4.44444vh -.74074vh 0}@media screen and (max-aspect-ratio: 1920 / 1080){.register__pages .landing__content .wrapper .group{margin:2.5vw -.41667vw 0}}@media screen and (orientation: portrait){.register__pages .landing__content .wrapper .group{flex-wrap:wrap;justify-content:center}}.register__pages .landing__content .wrapper .group .btn,.register__pages .info__pages .content .landing__content .wrapper .group .rules__and__support .btn__container .btn_active,.info__pages .content .register__pages .landing__content .wrapper .group .rules__and__support .btn__container .btn_active,.register__pages .info__pages .content .landing__content .rules__and__support .btn__container .wrapper .group .btn_active,.info__pages .content .register__pages .landing__content .rules__and__support .btn__container .wrapper .group .btn_active{width:38.14815vh;height:9.81481vh;background-repeat:no-repeat;background-position:center;background-size:100% 100%;margin:0 .74074vh}@media screen and (max-aspect-ratio: 1920 / 1080){.register__pages .landing__content .wrapper .group .btn,.register__pages .info__pages .content .landing__content .wrapper .group .rules__and__support .btn__container .btn_active,.info__pages .content .register__pages .landing__content .wrapper .group .rules__and__support .btn__container .btn_active,.register__pages .info__pages .content .landing__content .rules__and__support .btn__container .wrapper .group .btn_active,.info__pages .content .register__pages .landing__content .rules__and__support .btn__container .wrapper .group .btn_active{width:21.45833vw}}@media screen and (max-aspect-ratio: 1920 / 1080){.register__pages .landing__content .wrapper .group .btn,.register__pages .info__pages .content .landing__content .wrapper .group .rules__and__support .btn__container .btn_active,.info__pages .content .register__pages .landing__content .wrapper .group .rules__and__support .btn__container .btn_active,.register__pages .info__pages .content .landing__content .rules__and__support .btn__container .wrapper .group .btn_active,.info__pages .content .register__pages .landing__content .rules__and__support .btn__container .wrapper .group .btn_active{height:5.52083vw}}@media screen and (max-aspect-ratio: 1920 / 1080){.register__pages .landing__content .wrapper .group .btn,.register__pages .info__pages .content .landing__content .wrapper .group .rules__and__support .btn__container .btn_active,.info__pages .content .register__pages .landing__content .wrapper .group .rules__and__support .btn__container .btn_active,.register__pages .info__pages .content .landing__content .rules__and__support .btn__container .wrapper .group .btn_active,.info__pages .content .register__pages .landing__content .rules__and__support .btn__container .wrapper .group .btn_active{margin:0 .41667vw}}.register__pages .landing__content .wrapper .group .btn.btn-regis,.register__pages .info__pages .content .landing__content .wrapper .group .rules__and__support .btn__container .btn-regis.btn_active,.info__pages .content .register__pages .landing__content .wrapper .group .rules__and__support .btn__container .btn-regis.btn_active,.register__pages .info__pages .content .landing__content .rules__and__support .btn__container .wrapper .group .btn-regis.btn_active,.info__pages .content .register__pages .landing__content .rules__and__support .btn__container .wrapper .group .btn-regis.btn_active{background-image:url(https://cdngarenanow-a.akamaihd.net/gstaticid/FF_ID/campgrounds/btn_daftar_big.png)}.register__pages .landing__content .wrapper .group .btn.btn-join,.register__pages .info__pages .content .landing__content .wrapper .group .rules__and__support .btn__container .btn-join.btn_active,.info__pages .content .register__pages .landing__content .wrapper .group .rules__and__support .btn__container .btn-join.btn_active,.register__pages .info__pages .content .landing__content .rules__and__support .btn__container .wrapper .group .btn-join.btn_active,.info__pages .content .register__pages .landing__content .rules__and__support .btn__container .wrapper .group .btn-join.btn_active{background-image:url(https://cdngarenanow-a.akamaihd.net/gstaticid/FF_ID/campgrounds/btn_info.png)}@media screen and (orientation: portrait){.register__pages .landing__content .wrapper .group .btn,.register__pages .info__pages .content .landing__content .wrapper .group .rules__and__support .btn__container .btn_active,.info__pages .content .register__pages .landing__content .wrapper .group .rules__and__support .btn__container .btn_active,.register__pages .info__pages .content .landing__content .rules__and__support .btn__container .wrapper .group .btn_active,.info__pages .content .register__pages .landing__content .rules__and__support .btn__container .wrapper .group .btn_active{margin:3.33333vh 2.96296vh 4.25926vh;width:63.58025vh;height:16.35802vh}}@media screen and (orientation: portrait) and (max-aspect-ratio: 1920 / 1080){.register__pages .landing__content .wrapper .group .btn,.register__pages .info__pages .content .landing__content .wrapper .group .rules__and__support .btn__container .btn_active,.info__pages .content .register__pages .landing__content .wrapper .group .rules__and__support .btn__container .btn_active,.register__pages .info__pages .content .landing__content .rules__and__support .btn__container .wrapper .group .btn_active,.info__pages .content .register__pages .landing__content .rules__and__support .btn__container .wrapper .group .btn_active{margin:1.875vw 1.66667vw 2.39583vw}}@media screen and (orientation: portrait) and (max-aspect-ratio: 1920 / 1080){.register__pages .landing__content .wrapper .group .btn,.register__pages .info__pages .content .landing__content .wrapper .group .rules__and__support .btn__container .btn_active,.info__pages .content .register__pages .landing__content .wrapper .group .rules__and__support .btn__container .btn_active,.register__pages .info__pages .content .landing__content .rules__and__support .btn__container .wrapper .group .btn_active,.info__pages .content .register__pages .landing__content .rules__and__support .btn__container .wrapper .group .btn_active{width:35.76389vw}}@media screen and (orientation: portrait) and (max-aspect-ratio: 1920 / 1080){.register__pages .landing__content .wrapper .group .btn,.register__pages .info__pages .content .landing__content .wrapper .group .rules__and__support .btn__container .btn_active,.info__pages .content .register__pages .landing__content .wrapper .group .rules__and__support .btn__container .btn_active,.register__pages .info__pages .content .landing__content .rules__and__support .btn__container .wrapper .group .btn_active,.info__pages .content .register__pages .landing__content .rules__and__support .btn__container .wrapper .group .btn_active{height:9.20139vw}}.register__pages .landing__content .wrapper .group .whatsapp__container{display:flex;flex-direction:column;justify-content:space-between;height:9.81481vh}@media screen and (max-aspect-ratio: 1920 / 1080){.register__pages .landing__content .wrapper .group .whatsapp__container{height:5.52083vw}}@media screen and (orientation: portrait){.register__pages .landing__content .wrapper .group .whatsapp__container{height:19.62963vh}}@media screen and (orientation: portrait) and (max-aspect-ratio: 1920 / 1080){.register__pages .landing__content .wrapper .group .whatsapp__container{height:11.04167vw}}.register__pages .landing__content .wrapper .group .whatsapp__container span{color:#fff;font-size:2.22222vh;line-height:2.68519vh;padding-left:.92593vh}@media screen and (max-aspect-ratio: 1920 / 1080){.register__pages .landing__content .wrapper .group .whatsapp__container span{font-size:1.25vw}}@media screen and (max-aspect-ratio: 1920 / 1080){.register__pages .landing__content .wrapper .group .whatsapp__container span{line-height:1.51042vw}}@media screen and (max-aspect-ratio: 1920 / 1080){.register__pages .landing__content .wrapper .group .whatsapp__container span{padding-left:.52083vw}}@media screen and (orientation: portrait){.register__pages .landing__content .wrapper .group .whatsapp__container span{font-size:4.07407vh;line-height:3.51852vh;text-align:center}}@media screen and (orientation: portrait) and (max-aspect-ratio: 1920 / 1080){.register__pages .landing__content .wrapper .group .whatsapp__container span{font-size:2.29167vw}}@media screen and (orientation: portrait) and (max-aspect-ratio: 1920 / 1080){.register__pages .landing__content .wrapper .group .whatsapp__container span{line-height:1.97917vw}}.register__pages .landing__content .wrapper .group .whatsapp__container .btn-wa{background-repeat:no-repeat;background-position:center;background-size:100% 100%;margin:0;width:26.85185vh;height:6.11111vh;background-image:url(https://cdngarenanow-a.akamaihd.net/gstaticid/FF_ID/campgrounds/btn_info_whastapp.png)}@media screen and (max-aspect-ratio: 1920 / 1080){.register__pages .landing__content .wrapper .group .whatsapp__container .btn-wa{margin:0}}@media screen and (max-aspect-ratio: 1920 / 1080){.register__pages .landing__content .wrapper .group .whatsapp__container .btn-wa{width:15.10417vw}}@media screen and (max-aspect-ratio: 1920 / 1080){.register__pages .landing__content .wrapper .group .whatsapp__container .btn-wa{height:3.4375vw}}@media screen and (orientation: portrait){.register__pages .landing__content .wrapper .group .whatsapp__container .btn-wa{margin:0;width:53.7037vh;height:12.22222vh}}@media screen and (orientation: portrait) and (max-aspect-ratio: 1920 / 1080){.register__pages .landing__content .wrapper .group .whatsapp__container .btn-wa{margin:0}}@media screen and (orientation: portrait) and (max-aspect-ratio: 1920 / 1080){.register__pages .landing__content .wrapper .group .whatsapp__container .btn-wa{width:30.20833vw}}@media screen and (orientation: portrait) and (max-aspect-ratio: 1920 / 1080){.register__pages .landing__content .wrapper .group .whatsapp__container .btn-wa{height:6.875vw}}.support__content__white{margin:-3.14815vh auto 0;padding:0 23.14815vh;position:relative}@media screen and (max-aspect-ratio: 1920 / 1080){.support__content__white{margin:-1.77083vw auto 0}}@media screen and (max-aspect-ratio: 1920 / 1080){.support__content__white{padding:0 13.02083vw}}.support__content__white:before{position:absolute;content:" ";width:100vw;height:100%;top:0;left:0;background:#ffffff;z-index:2}.support__content__white .support__list{position:relative;z-index:3;display:flex;width:131.48148vh;margin:3.33333vh auto 0;padding:5.46296vh 0 5.76389vh}@media screen and (max-aspect-ratio: 1920 / 1080){.support__content__white .support__list{width:73.95833vw}}@media screen and (max-aspect-ratio: 1920 / 1080){.support__content__white .support__list{margin:1.875vw auto 0}}@media screen and (max-aspect-ratio: 1920 / 1080){.support__content__white .support__list{padding:3.07292vw 0 3.24219vw}}@media screen and (orientation: portrait){.support__content__white .support__list{flex-wrap:wrap;justify-content:center}}.support__content__white .support__list .support__card{width:31.94444vh;height:24.62963vh;background-repeat:no-repeat;background-position:center;background-size:100% 100%;margin:0 1.11111vh}@media screen and (max-aspect-ratio: 1920 / 1080){.support__content__white .support__list .support__card{width:17.96875vw}}@media screen and (max-aspect-ratio: 1920 / 1080){.support__content__white .support__list .support__card{height:13.85417vw}}@media screen and (max-aspect-ratio: 1920 / 1080){.support__content__white .support__list .support__card{margin:0 .625vw}}@media screen and (orientation: portrait){.support__content__white .support__list .support__card{width:58.7963vh;height:45.29321vh;margin:2.22222vh}}@media screen and (orientation: portrait) and (max-aspect-ratio: 1920 / 1080){.support__content__white .support__list .support__card{width:33.07292vw}}@media screen and (orientation: portrait) and (max-aspect-ratio: 1920 / 1080){.support__content__white .support__list .support__card{height:25.47743vw}}@media screen and (orientation: portrait) and (max-aspect-ratio: 1920 / 1080){.support__content__white .support__list .support__card{margin:1.25vw}}.support__content__white .support__list .support__card.exposure{background-image:url(https://cdngarenanow-a.akamaihd.net/gstaticid/FF_ID/campgrounds/img_exposure.png)}.support__content__white .support__list .support__card.ingame{background-image:url(https://cdngarenanow-a.akamaihd.net/gstaticid/FF_ID/campgrounds/img_ingame_item.png)}.support__content__white .support__list .support__card.merchandise{background-image:url(https://cdngarenanow-a.akamaihd.net/gstaticid/FF_ID/campgrounds/img_merchandise.png)}.support__content__white .support__list .support__card.network{background-image:url(https://cdngarenanow-a.akamaihd.net/gstaticid/FF_ID/campgrounds/img_network.png)}.listevent__pages{flex:1 1;height:100%;position:relative}.listevent__pages:before{content:" ";position:absolute;inset:0;background-repeat:no-repeat;background-position:center;background-size:100% 100%;background-image:url(https://cdngarenanow-a.akamaihd.net/gstaticid/FF_ID/campgrounds/bg_home.png);z-index:1}.listevent__pages .event__content{position:relative;padding:0 23.14815vh 9.72222vh;display:flex;margin:0 auto;background-repeat:no-repeat;background-position:center;background-size:100% 100%;background-image:url(https://cdngarenanow-a.akamaihd.net/gstaticid/FF_ID/campgrounds/bg_register.png);background-size:100vw auto;background-position:top -5.26042vw center;z-index:2}@media screen and (max-aspect-ratio: 1920 / 1080){.listevent__pages .event__content{padding:0 13.02083vw 5.46875vw}}@media screen and (orientation: portrait){.listevent__pages .event__content{padding:0 13.88889vh 9.72222vh}}@media screen and (orientation: portrait) and (max-aspect-ratio: 1920 / 1080){.listevent__pages .event__content{padding:0 7.8125vw 5.46875vw}}.listevent__pages .event__content .wrapper{position:relative;margin:16.85185vh auto 0;width:131.48148vh}@media screen and (max-aspect-ratio: 1920 / 1080){.listevent__pages .event__content .wrapper{margin:9.47917vw auto 0}}@media screen and (max-aspect-ratio: 1920 / 1080){.listevent__pages .event__content .wrapper{width:73.95833vw}}@media screen and (orientation: portrait){.listevent__pages .event__content .wrapper{width:150vh}}@media screen and (orientation: portrait) and (max-aspect-ratio: 1920 / 1080){.listevent__pages .event__content .wrapper{width:84.375vw}}.listevent__pages .event__content .wrapper h1{font-size:8.88889vh;line-height:9.53704vh;font-weight:900;color:#fff;text-transform:uppercase;text-align:left}@media screen and (max-aspect-ratio: 1920 / 1080){.listevent__pages .event__content .wrapper h1{font-size:5vw}}@media screen and (max-aspect-ratio: 1920 / 1080){.listevent__pages .event__content .wrapper h1{line-height:5.36458vw}}.listevent__pages .event__content .wrapper h1 span{color:#fff}.listevent__pages .event__content .wrapper h1 span.gold{color:#ffba00}@media screen and (orientation: portrait){.listevent__pages .event__content .wrapper h1{font-size:11.48148vh;line-height:12.03704vh}}@media screen and (orientation: portrait) and (max-aspect-ratio: 1920 / 1080){.listevent__pages .event__content .wrapper h1{font-size:6.45833vw}}@media screen and (orientation: portrait) and (max-aspect-ratio: 1920 / 1080){.listevent__pages .event__content .wrapper h1{line-height:6.77083vw}}.listevent__pages .event__content .wrapper .event__group{margin:11.48148vh -.74074vh 0}@media screen and (max-aspect-ratio: 1920 / 1080){.listevent__pages .event__content .wrapper .event__group{margin:6.45833vw -.41667vw 0}}@media screen and (orientation: portrait){.listevent__pages .event__content .wrapper .event__group{display:flex;flex-wrap:wrap;justify-content:space-between}}.listevent__pages .event__content .wrapper .event__group .event__container{margin-left:.5%;margin-bottom:2.5%;width:99%;display:flex;height:32.40741vh}@media screen and (max-aspect-ratio: 1920 / 1080){.listevent__pages .event__content .wrapper .event__group .event__container{height:18.22917vw}}@media screen and (orientation: portrait){.listevent__pages .event__content .wrapper .event__group .event__container{margin-bottom:5.5%;width:72.22222vh;height:134.25926vh;display:block}}@media screen and (orientation: portrait) and (max-aspect-ratio: 1920 / 1080){.listevent__pages .event__content .wrapper .event__group .event__container{width:40.625vw}}@media screen and (orientation: portrait) and (max-aspect-ratio: 1920 / 1080){.listevent__pages .event__content .wrapper .event__group .event__container{height:75.52083vw}}.listevent__pages .event__content .wrapper .event__group .event__container .poster{width:35%;height:100%;position:relative}@media screen and (orientation: portrait){.listevent__pages .event__content .wrapper .event__group .event__container .poster{width:100%;height:45%}}.listevent__pages .event__content .wrapper .event__group .event__container .poster .poster-img{width:100%;height:100%;cursor:zoom-in;background-size:cover;background-position:center;background-repeat:no-repeat;background-image:url(https://cdngarenanow-a.akamaihd.net/gstaticid/FF_ID/campgrounds/btn_daftar_big.png)}.listevent__pages .event__content .wrapper .event__group .event__container .poster .event-type{position:absolute;pointer-events:none;left:0;bottom:0;color:#000;font-weight:700;font-size:2.22222vh;padding:1.48148vh 7.77778vh 1.48148vh 2.22222vh;background-image:url(https://cdngarenanow-a.akamaihd.net/gstaticid/FF_ID/campgrounds/bg_tournament_type.png);background-size:100% 100%}@media screen and (max-aspect-ratio: 1920 / 1080){.listevent__pages .event__content .wrapper .event__group .event__container .poster .event-type{font-size:1.25vw}}@media screen and (max-aspect-ratio: 1920 / 1080){.listevent__pages .event__content .wrapper .event__group .event__container .poster .event-type{padding:.83333vw 4.375vw .83333vw 1.25vw}}.listevent__pages .event__content .wrapper .event__group .event__container .info{width:65%;height:100%;position:relative;outline:1px solid #ffbb0066}@media screen and (orientation: portrait){.listevent__pages .event__content .wrapper .event__group .event__container .info{width:100%;height:55%}}.listevent__pages .event__content .wrapper .event__group .event__container .info .title,.listevent__pages .event__content .wrapper .event__group .event__container .info .info__pages .content .landing__content .subtitle,.info__pages .content .landing__content .listevent__pages .event__content .wrapper .event__group .event__container .info .subtitle,.listevent__pages .event__content .wrapper .event__group .event__container .info .info__pages .content .landing__content .pengajuan .info__box .content__sublist div h3,.info__pages .content .landing__content .pengajuan .info__box .content__sublist div .listevent__pages .event__content .wrapper .event__group .event__container .info h3{padding:3.14815vh 2.96296vh 3.7037vh;font-size:1.35vw;font-weight:900;color:#fff;border-bottom:1px solid #ffbb0066}@media screen and (max-aspect-ratio: 1920 / 1080){.listevent__pages .event__content .wrapper .event__group .event__container .info .title,.listevent__pages .event__content .wrapper .event__group .event__container .info .info__pages .content .landing__content .subtitle,.info__pages .content .landing__content .listevent__pages .event__content .wrapper .event__group .event__container .info .subtitle,.listevent__pages .event__content .wrapper .event__group .event__container .info .info__pages .content .landing__content .pengajuan .info__box .content__sublist div h3,.info__pages .content .landing__content .pengajuan .info__box .content__sublist div .listevent__pages .event__content .wrapper .event__group .event__container .info h3{padding:1.77083vw 1.66667vw 2.08333vw}}@media screen and (orientation: portrait){.listevent__pages .event__content .wrapper .event__group .event__container .info .title,.listevent__pages .event__content .wrapper .event__group .event__container .info .info__pages .content .landing__content .subtitle,.info__pages .content .landing__content .listevent__pages .event__content .wrapper .event__group .event__container .info .subtitle,.listevent__pages .event__content .wrapper .event__group .event__container .info .info__pages .content .landing__content .pengajuan .info__box .content__sublist div h3,.info__pages .content .landing__content .pengajuan .info__box .content__sublist div .listevent__pages .event__content .wrapper .event__group .event__container .info h3{height:18%;display:flex;align-items:center;overflow-y:auto;padding:1.38889vh 2.96296vh;font-size:3.24074vh}}@media screen and (orientation: portrait) and (max-aspect-ratio: 1920 / 1080){.listevent__pages .event__content .wrapper .event__group .event__container .info .title,.listevent__pages .event__content .wrapper .event__group .event__container .info .info__pages .content .landing__content .subtitle,.info__pages .content .landing__content .listevent__pages .event__content .wrapper .event__group .event__container .info .subtitle,.listevent__pages .event__content .wrapper .event__group .event__container .info .info__pages .content .landing__content .pengajuan .info__box .content__sublist div h3,.info__pages .content .landing__content .pengajuan .info__box .content__sublist div .listevent__pages .event__content .wrapper .event__group .event__container .info h3{padding:.78125vw 1.66667vw}}@media screen and (orientation: portrait) and (max-aspect-ratio: 1920 / 1080){.listevent__pages .event__content .wrapper .event__group .event__container .info .title,.listevent__pages .event__content .wrapper .event__group .event__container .info .info__pages .content .landing__content .subtitle,.info__pages .content .landing__content .listevent__pages .event__content .wrapper .event__group .event__container .info .subtitle,.listevent__pages .event__content .wrapper .event__group .event__container .info .info__pages .content .landing__content .pengajuan .info__box .content__sublist div h3,.info__pages .content .landing__content .pengajuan .info__box .content__sublist div .listevent__pages .event__content .wrapper .event__group .event__container .info h3{font-size:1.82292vw}}.listevent__pages .event__content .wrapper .event__group .event__container .info .detail,.listevent__pages .event__content .wrapper .event__group .event__container .info .detail-bottom{width:98%;display:flex;color:#fff;justify-content:space-between;margin:2.22222vh 0 1.2963vh;padding:0 2.96296vh}@media screen and (max-aspect-ratio: 1920 / 1080){.listevent__pages .event__content .wrapper .event__group .event__container .info .detail,.listevent__pages .event__content .wrapper .event__group .event__container .info .detail-bottom{margin:1.25vw 0 .72917vw}}@media screen and (max-aspect-ratio: 1920 / 1080){.listevent__pages .event__content .wrapper .event__group .event__container .info .detail,.listevent__pages .event__content .wrapper .event__group .event__container .info .detail-bottom{padding:0 1.66667vw}}@media screen and (orientation: portrait){.listevent__pages .event__content .wrapper .event__group .event__container .info .detail,.listevent__pages .event__content .wrapper .event__group .event__container .info .detail-bottom{display:block}}.listevent__pages .event__content .wrapper .event__group .event__container .info .detail .desc,.listevent__pages .event__content .wrapper .event__group .event__container .info .detail-bottom .desc{width:70%;font-size:1.85185vh}@media screen and (max-aspect-ratio: 1920 / 1080){.listevent__pages .event__content .wrapper .event__group .event__container .info .detail .desc,.listevent__pages .event__content .wrapper .event__group .event__container .info .detail-bottom .desc{font-size:1.04167vw}}@media screen and (orientation: portrait){.listevent__pages .event__content .wrapper .event__group .event__container .info .detail .desc,.listevent__pages .event__content .wrapper .event__group .event__container .info .detail-bottom .desc{width:100%;font-size:2.77778vh}}@media screen and (orientation: portrait) and (max-aspect-ratio: 1920 / 1080){.listevent__pages .event__content .wrapper .event__group .event__container .info .detail .desc,.listevent__pages .event__content .wrapper .event__group .event__container .info .detail-bottom .desc{font-size:1.5625vw}}.listevent__pages .event__content .wrapper .event__group .event__container .info .detail .desc-value,.listevent__pages .event__content .wrapper .event__group .event__container .info .detail-bottom .desc-value,.listevent__pages .event__content .wrapper .event__group .event__container .info .detail .desc-value-lokasi,.listevent__pages .event__content .wrapper .event__group .event__container .info .detail-bottom .desc-value-lokasi{margin:.74074vh 0;font-weight:600}@media screen and (max-aspect-ratio: 1920 / 1080){.listevent__pages .event__content .wrapper .event__group .event__container .info .detail .desc-value,.listevent__pages .event__content .wrapper .event__group .event__container .info .detail-bottom .desc-value,.listevent__pages .event__content .wrapper .event__group .event__container .info .detail .desc-value-lokasi,.listevent__pages .event__content .wrapper .event__group .event__container .info .detail-bottom .desc-value-lokasi{margin:.41667vw 0}}@media screen and (orientation: portrait){.listevent__pages .event__content .wrapper .event__group .event__container .info .detail .desc-value,.listevent__pages .event__content .wrapper .event__group .event__container .info .detail-bottom .desc-value,.listevent__pages .event__content .wrapper .event__group .event__container .info .detail .desc-value-lokasi,.listevent__pages .event__content .wrapper .event__group .event__container .info .detail-bottom .desc-value-lokasi{margin-top:0;margin-bottom:4%}}.listevent__pages .event__content .wrapper .event__group .event__container .info .detail .desc-value-lokasi,.listevent__pages .event__content .wrapper .event__group .event__container .info .detail-bottom .desc-value-lokasi{padding-right:1%;height:5.55556vh;line-height:150%;overflow-x:hidden;overflow-y:scroll}@media screen and (max-aspect-ratio: 1920 / 1080){.listevent__pages .event__content .wrapper .event__group .event__container .info .detail .desc-value-lokasi,.listevent__pages .event__content .wrapper .event__group .event__container .info .detail-bottom .desc-value-lokasi{height:3.125vw}}@media screen and (orientation: portrait){.listevent__pages .event__content .wrapper .event__group .event__container .info .detail .desc-value-lokasi,.listevent__pages .event__content .wrapper .event__group .event__container .info .detail-bottom .desc-value-lokasi{height:9.25926vh}}@media screen and (orientation: portrait) and (max-aspect-ratio: 1920 / 1080){.listevent__pages .event__content .wrapper .event__group .event__container .info .detail .desc-value-lokasi,.listevent__pages .event__content .wrapper .event__group .event__container .info .detail-bottom .desc-value-lokasi{height:5.20833vw}}.listevent__pages .event__content .wrapper .event__group .event__container .info .detail .penyelenggara,.listevent__pages .event__content .wrapper .event__group .event__container .info .detail-bottom .penyelenggara{color:#ffba00;-webkit-text-decoration:underline solid #ffba00;text-decoration:underline solid #ffba00}.listevent__pages .event__content .wrapper .event__group .event__container .info .detail-bottom{width:100%}@media screen and (orientation: portrait){.listevent__pages .event__content .wrapper .event__group .event__container .info .detail-bottom{margin-top:0}}.listevent__pages .event__content .wrapper .event__group .event__container .info .detail-bottom .btn__regist__event{background-color:#ffba00;position:absolute;right:0;bottom:0;color:#000;font-weight:700;font-size:3.33333vh;padding:1.11111vh 4.44444vh}@media screen and (max-aspect-ratio: 1920 / 1080){.listevent__pages .event__content .wrapper .event__group .event__container .info .detail-bottom .btn__regist__event{font-size:1.875vw}}@media screen and (max-aspect-ratio: 1920 / 1080){.listevent__pages .event__content .wrapper .event__group .event__container .info .detail-bottom .btn__regist__event{padding:.625vw 2.5vw}}@media screen and (orientation: portrait){.listevent__pages .event__content .wrapper .event__group .event__container .info .detail-bottom .btn__regist__event{bottom:-5%;width:100%;text-align:center;font-size:3.7037vh;padding:1.85185vh 0}}@media screen and (orientation: portrait) and (max-aspect-ratio: 1920 / 1080){.listevent__pages .event__content .wrapper .event__group .event__container .info .detail-bottom .btn__regist__event{font-size:2.08333vw}}@media screen and (orientation: portrait) and (max-aspect-ratio: 1920 / 1080){.listevent__pages .event__content .wrapper .event__group .event__container .info .detail-bottom .btn__regist__event{padding:1.04167vw 0}}.listevent__pages a{color:#fff;cursor:pointer}.listevent__pages ul{display:flex;width:70%;margin-left:15%;gap:3%;justify-content:space-between;outline:1px solid #ffbb0066;padding:1.11111vh 1.48148vh;font-size:3.14815vh;margin-top:5.92593vh}@media screen and (max-aspect-ratio: 1920 / 1080){.listevent__pages ul{padding:.625vw .83333vw}}@media screen and (max-aspect-ratio: 1920 / 1080){.listevent__pages ul{font-size:1.77083vw}}@media screen and (max-aspect-ratio: 1920 / 1080){.listevent__pages ul{margin-top:3.33333vw}}.listevent__pages ul .disabled a{color:gray}.listevent__pages ul li{list-style:none}.listevent__pages ::-webkit-scrollbar{width:.74074vh}@media screen and (max-aspect-ratio: 1920 / 1080){.listevent__pages ::-webkit-scrollbar{width:.41667vw}}.listevent__pages ::-webkit-scrollbar-track{background:transparent}.listevent__pages ::-webkit-scrollbar-thumb{background:#ffba00;border-radius:15px}.listevent__pages ::-webkit-scrollbar-thumb:hover{background:#ffba00;border-radius:15px}.community__pages{flex:1 1;height:100%;position:relative}.community__pages:before{content:" ";position:absolute;inset:0;background-repeat:no-repeat;background-position:center;background-size:100% 100%;background-image:url(https://cdngarenanow-a.akamaihd.net/gstaticid/FF_ID/campgrounds/bg_home.png);z-index:1}.community__pages .landing__content{position:relative;padding:0 23.14815vh 9.72222vh;display:flex;margin:0 auto;background-repeat:no-repeat;background-position:center;background-size:100% 100%;background-image:url(https://cdngarenanow-a.akamaihd.net/gstaticid/FF_ID/campgrounds/bg_register.png);background-size:100vw auto;background-position:top -5.26042vw center;z-index:2}@media screen and (max-aspect-ratio: 1920 / 1080){.community__pages .landing__content{padding:0 13.02083vw 5.46875vw}}@media screen and (orientation: portrait){.community__pages .landing__content{padding:0 13.88889vh 9.72222vh}}@media screen and (orientation: portrait) and (max-aspect-ratio: 1920 / 1080){.community__pages .landing__content{padding:0 7.8125vw 5.46875vw}}.community__pages .landing__content .wrapper{position:relative;margin:16.85185vh auto 0;width:131.48148vh}@media screen and (max-aspect-ratio: 1920 / 1080){.community__pages .landing__content .wrapper{margin:9.47917vw auto 0}}@media screen and (max-aspect-ratio: 1920 / 1080){.community__pages .landing__content .wrapper{width:73.95833vw}}@media screen and (orientation: portrait){.community__pages .landing__content .wrapper{width:150vh}}@media screen and (orientation: portrait) and (max-aspect-ratio: 1920 / 1080){.community__pages .landing__content .wrapper{width:84.375vw}}.community__pages .landing__content .wrapper h1{font-size:8.33333vh;font-weight:900;color:#fff;text-transform:uppercase;text-align:left}@media screen and (max-aspect-ratio: 1920 / 1080){.community__pages .landing__content .wrapper h1{font-size:4.6875vw}}.community__pages .landing__content .wrapper h1.gold{color:#ffba00}.community__pages .landing__content .wrapper h1 span{color:#fff}@media screen and (orientation: portrait){.community__pages .landing__content .wrapper h1{font-size:11.48148vh;line-height:12.03704vh}}@media screen and (orientation: portrait) and (max-aspect-ratio: 1920 / 1080){.community__pages .landing__content .wrapper h1{font-size:6.45833vw}}@media screen and (orientation: portrait) and (max-aspect-ratio: 1920 / 1080){.community__pages .landing__content .wrapper h1{line-height:6.77083vw}}.community__pages .landing__content .wrapper .description{position:relative;color:#fff;font-size:3.05556vh;text-transform:uppercase}@media screen and (max-aspect-ratio: 1920 / 1080){.community__pages .landing__content .wrapper .description{font-size:1.71875vw}}@media screen and (orientation: portrait){.community__pages .landing__content .wrapper .description{font-size:3.7037vh;line-height:4.81481vh;width:92.59259vh}}@media screen and (orientation: portrait) and (max-aspect-ratio: 1920 / 1080){.community__pages .landing__content .wrapper .description{font-size:2.08333vw}}@media screen and (orientation: portrait) and (max-aspect-ratio: 1920 / 1080){.community__pages .landing__content .wrapper .description{line-height:2.70833vw}}@media screen and (orientation: portrait) and (max-aspect-ratio: 1920 / 1080){.community__pages .landing__content .wrapper .description{width:52.08333vw}}.community__pages .landing__content .wrapper .description:before{position:absolute;left:0;top:0;background-repeat:no-repeat;background-position:center;background-size:100% 100%;background-image:url(https://cdngarenanow-a.akamaihd.net/gstaticid/FF_ID/campgrounds/img_ornament.png);width:1.66667vh;height:8.7963vh}@media screen and (max-aspect-ratio: 1920 / 1080){.community__pages .landing__content .wrapper .description:before{width:.9375vw}}@media screen and (max-aspect-ratio: 1920 / 1080){.community__pages .landing__content .wrapper .description:before{height:4.94792vw}}.community__pages .community__content{position:relative;z-index:3;padding:0 23.14815vh 9.72222vh}@media screen and (max-aspect-ratio: 1920 / 1080){.community__pages .community__content{padding:0 13.02083vw 5.46875vw}}@media screen and (orientation: portrait){.community__pages .community__content{padding:0 13.88889vh 9.72222vh}}@media screen and (orientation: portrait) and (max-aspect-ratio: 1920 / 1080){.community__pages .community__content{padding:0 7.8125vw 5.46875vw}}.community__pages .community__content>span{display:block;width:-webkit-fit-content;width:-moz-fit-content;width:fit-content;color:#fff;font-size:3.33333vh;position:relative;left:50%;-webkit-transform:translateX(-50%);transform:translate(-50%)}@media screen and (max-aspect-ratio: 1920 / 1080){.community__pages .community__content>span{font-size:1.875vw}}.community__pages .community__content .province-list{width:100%;margin-bottom:3.7037vh}@media screen and (max-aspect-ratio: 1920 / 1080){.community__pages .community__content .province-list{margin-bottom:2.08333vw}}.community__pages .community__content .province-list__input{width:59.72222vh;height:5.62685vh;font-size:2.96296vh;padding-left:1.85185vh;border-radius:.37037vh;text-transform:uppercase;font:inherit;font-weight:700;color:#000}@media screen and (max-aspect-ratio: 1920 / 1080){.community__pages .community__content .province-list__input{width:33.59375vw}}@media screen and (max-aspect-ratio: 1920 / 1080){.community__pages .community__content .province-list__input{height:3.1651vw}}@media screen and (max-aspect-ratio: 1920 / 1080){.community__pages .community__content .province-list__input{font-size:1.66667vw}}@media screen and (max-aspect-ratio: 1920 / 1080){.community__pages .community__content .province-list__input{padding-left:1.04167vw}}@media screen and (max-aspect-ratio: 1920 / 1080){.community__pages .community__content .province-list__input{border-radius:.20833vw}}.community__pages .community__content .province-list__input optgroup{font-size:10px}.community__pages .community__content .card-wrapper{display:grid;grid-gap:2.31481vh;gap:2.31481vh;grid-template-columns:repeat(4,auto);justify-content:flex-start}@media screen and (max-aspect-ratio: 1920 / 1080){.community__pages .community__content .card-wrapper{gap:1.30208vw}}@media screen and (orientation: portrait){.community__pages .community__content .card-wrapper{grid-template-columns:repeat(3,1fr);gap:4.62963vh}}@media screen and (orientation: portrait) and (max-aspect-ratio: 1920 / 1080){.community__pages .community__content .card-wrapper{gap:2.60417vw}}.community__pages .community__content .card-wrapper .card{aspect-ratio:1.7/1;width:30.55556vh;background-repeat:no-repeat;background-position:center;background-size:100% 100%;background-image:url(https://cdngarenanow-a.akamaihd.net/gstaticid/FF_ID/community/Insta_bar.PNG);font-weight:700;font-size:2.68519vh;display:flex;align-items:center;padding-left:3.7037vh;color:#000}@media screen and (max-aspect-ratio: 1920 / 1080){.community__pages .community__content .card-wrapper .card{width:17.1875vw}}@media screen and (max-aspect-ratio: 1920 / 1080){.community__pages .community__content .card-wrapper .card{font-size:1.51042vw}}@media screen and (max-aspect-ratio: 1920 / 1080){.community__pages .community__content .card-wrapper .card{padding-left:2.08333vw}}@media screen and (orientation: portrait){.community__pages .community__content .card-wrapper .card{font-size:3.51852vh;width:100%}}@media screen and (orientation: portrait) and (max-aspect-ratio: 1920 / 1080){.community__pages .community__content .card-wrapper .card{font-size:1.97917vw}}.leaderboard__pages{flex:1 1;height:100%;position:relative}.leaderboard__pages:before{content:" ";position:absolute;inset:0;background-repeat:no-repeat;background-position:center;background-size:100% 100%;background-image:url(https://cdngarenanow-a.akamaihd.net/gstaticid/FF_ID/campgrounds/bg_home.png);background-size:cover;background-position:top;z-index:1}.leaderboard__pages .leaderboard__content{position:relative;z-index:3;padding:0 23.14815vh 9.72222vh}@media screen and (max-aspect-ratio: 1920 / 1080){.leaderboard__pages .leaderboard__content{padding:0 13.02083vw 5.46875vw}}@media screen and (orientation: portrait){.leaderboard__pages .leaderboard__content{padding:0 13.88889vh 9.72222vh}}@media screen and (orientation: portrait) and (max-aspect-ratio: 1920 / 1080){.leaderboard__pages .leaderboard__content{padding:0 7.8125vw 5.46875vw}}.leaderboard__pages .leaderboard__content .title,.leaderboard__pages .leaderboard__content .info__pages .content .landing__content .subtitle,.info__pages .content .landing__content .leaderboard__pages .leaderboard__content .subtitle,.leaderboard__pages .leaderboard__content .info__pages .content .landing__content .pengajuan .info__box .content__sublist div h3,.info__pages .content .landing__content .pengajuan .info__box .content__sublist div .leaderboard__pages .leaderboard__content h3{width:100%;display:flex;flex-direction:column;align-items:center;justify-content:center;text-transform:uppercase;padding-top:9.25926vh}@media screen and (max-aspect-ratio: 1920 / 1080){.leaderboard__pages .leaderboard__content .title,.leaderboard__pages .leaderboard__content .info__pages .content .landing__content .subtitle,.info__pages .content .landing__content .leaderboard__pages .leaderboard__content .subtitle,.leaderboard__pages .leaderboard__content .info__pages .content .landing__content .pengajuan .info__box .content__sublist div h3,.info__pages .content .landing__content .pengajuan .info__box .content__sublist div .leaderboard__pages .leaderboard__content h3{padding-top:5.20833vw}}.leaderboard__pages .leaderboard__content .title-main{font-weight:900;font-size:13.88889vh;color:#fff}@media screen and (max-aspect-ratio: 1920 / 1080){.leaderboard__pages .leaderboard__content .title-main{font-size:7.8125vw}}.leaderboard__pages .leaderboard__content .title-main>span{color:#ffba00}@media screen and (orientation: portrait){.leaderboard__pages .leaderboard__content .title-main{font-size:15.74074vh}}@media screen and (orientation: portrait) and (max-aspect-ratio: 1920 / 1080){.leaderboard__pages .leaderboard__content .title-main{font-size:8.85417vw}}.leaderboard__pages .leaderboard__content .title-sub{font-weight:500;font-size:2.96296vh;color:#fff;margin-top:1.85185vh}@media screen and (max-aspect-ratio: 1920 / 1080){.leaderboard__pages .leaderboard__content .title-sub{font-size:1.66667vw}}@media screen and (max-aspect-ratio: 1920 / 1080){.leaderboard__pages .leaderboard__content .title-sub{margin-top:1.04167vw}}@media screen and (orientation: portrait){.leaderboard__pages .leaderboard__content .title-sub{font-size:4.07407vh}}@media screen and (orientation: portrait) and (max-aspect-ratio: 1920 / 1080){.leaderboard__pages .leaderboard__content .title-sub{font-size:2.29167vw}}.leaderboard__pages .leaderboard__content .tab-wrapper{width:100%;display:flex;justify-content:space-between;align-items:center}.leaderboard__pages .leaderboard__content .tab-wrapper .tabs{aspect-ratio:4.7/1;width:32%;margin:9.25926vh 0;background-repeat:no-repeat;background-position:center;background-size:100% 100%;cursor:pointer}@media screen and (max-aspect-ratio: 1920 / 1080){.leaderboard__pages .leaderboard__content .tab-wrapper .tabs{margin:5.20833vw 0}}.leaderboard__pages .leaderboard__content .tab-wrapper .tabs-Regional{background-image:url(https://cdngarenanow-a.akamaihd.net/gstaticid/FF_ID/campgrounds/reg_inactive.png)}.leaderboard__pages .leaderboard__content .tab-wrapper .tabs-Regional.active{background-image:url(https://cdngarenanow-a.akamaihd.net/gstaticid/FF_ID/campgrounds/reg_active.png)}.leaderboard__pages .leaderboard__content .tab-wrapper .tabs-Guild{background-image:url(https://cdngarenanow-a.akamaihd.net/gstaticid/FF_ID/campgrounds/guild_inactive.png)}.leaderboard__pages .leaderboard__content .tab-wrapper .tabs-Guild.active{background-image:url(https://cdngarenanow-a.akamaihd.net/gstaticid/FF_ID/campgrounds/guild_active.png)}.leaderboard__pages .leaderboard__content .tab-wrapper .tabs-Sekolah{background-image:url(https://cdngarenanow-a.akamaihd.net/gstaticid/FF_ID/campgrounds/sek_inactive.png)}.leaderboard__pages .leaderboard__content .tab-wrapper .tabs-Sekolah.active{background-image:url(https://cdngarenanow-a.akamaihd.net/gstaticid/FF_ID/campgrounds/sek_active.png)}.leaderboard__pages .leaderboard__content .content-wrapper{width:100%;display:grid;grid-template-columns:repeat(5,1fr);grid-gap:2.31481vh;gap:2.31481vh;margin-bottom:37.03704vh}@media screen and (max-aspect-ratio: 1920 / 1080){.leaderboard__pages .leaderboard__content .content-wrapper{gap:1.30208vw}}@media screen and (max-aspect-ratio: 1920 / 1080){.leaderboard__pages .leaderboard__content .content-wrapper{margin-bottom:20.83333vw}}@media screen and (orientation: portrait){.leaderboard__pages .leaderboard__content .content-wrapper{grid-template-columns:repeat(2,1fr);gap:6.94444vh}}@media screen and (orientation: portrait) and (max-aspect-ratio: 1920 / 1080){.leaderboard__pages .leaderboard__content .content-wrapper{gap:3.90625vw}}.leaderboard__pages .leaderboard__content .content-wrapper .community-container{aspect-ratio:1/1;background-color:#d3d3d3;justify-content:space-between;display:flex;flex-direction:column;align-items:center;justify-content:center;border-radius:.46296vh;text-decoration:none}@media screen and (max-aspect-ratio: 1920 / 1080){.leaderboard__pages .leaderboard__content .content-wrapper .community-container{border-radius:.26042vw}}.leaderboard__pages .leaderboard__content .content-wrapper .community-container .community-logo{width:100%;flex-grow:1;background-repeat:no-repeat;background-position:center;background-size:100% 100%;background-image:url(https://cdngarenanow-a.akamaihd.net/gstaticid/FF_ID/campgrounds/logo_default.png);background-size:auto 90%;border-radius:.46296vh .46296vh 0 0}@media screen and (max-aspect-ratio: 1920 / 1080){.leaderboard__pages .leaderboard__content .content-wrapper .community-container .community-logo{border-radius:.26042vw .26042vw 0 0}}.leaderboard__pages .leaderboard__content .content-wrapper .community-container .community-name{display:flex;justify-content:center;height:25%;width:100%;background-color:#fff;border-radius:0 0 .46296vh .46296vh;font-size:2.03704vh;padding:0 2%;font-weight:500;align-items:center;text-align:center;color:#000}@media screen and (max-aspect-ratio: 1920 / 1080){.leaderboard__pages .leaderboard__content .content-wrapper .community-container .community-name{border-radius:0 0 .26042vw .26042vw}}@media screen and (max-aspect-ratio: 1920 / 1080){.leaderboard__pages .leaderboard__content .content-wrapper .community-container .community-name{font-size:1.14583vw}}@media screen and (orientation: portrait){.leaderboard__pages .leaderboard__content .content-wrapper .community-container .community-name{font-size:4.44444vh}}@media screen and (orientation: portrait) and (max-aspect-ratio: 1920 / 1080){.leaderboard__pages .leaderboard__content .content-wrapper .community-container .community-name{font-size:2.5vw}}.wp_pop{position:fixed;left:0;top:0;width:100%;height:100%;z-index:9999;display:none;overflow:hidden}.wp_pop .wp_content{position:absolute;top:50%;left:0;right:0;-webkit-transform:translateY(-50%);transform:translateY(-50%)}.wp_pop .wp_pop_img{width:25vw;height:16vw;margin:auto;background-repeat:no-repeat;background-size:contain;-webkit-animation:rotateA 1.5s ease infinite alternate;animation:rotateA 1.5s ease infinite alternate}.wp_pop .wp_tips{width:60%;font-size:2vw;color:#fff;text-align:center;margin:6vw auto 0}@media screen and (max-width: 820px) and (orientation: portrait){.wp_pop.portrait{display:block}}@media screen and (max-width: 820px) and (orientation: landscape){.wp_pop.landscape{display:block}}@media screen and (min-width: 820px) and (orientation: landscape){.wp_pop.desktop_landscape{display:block}}@-webkit-keyframes rotateA{0%{-webkit-transform:rotate(0deg);transform:rotate(0)}30%{-webkit-transform:rotate(0deg);transform:rotate(0)}70%{-webkit-transform:rotate(-90deg);transform:rotate(-90deg)}to{-webkit-transform:rotate(-90deg);transform:rotate(-90deg)}}@keyframes rotateA{0%{-webkit-transform:rotate(0deg);transform:rotate(0)}30%{-webkit-transform:rotate(0deg);transform:rotate(0)}70%{-webkit-transform:rotate(-90deg);transform:rotate(-90deg)}to{-webkit-transform:rotate(-90deg);transform:rotate(-90deg)}}.overlay{position:fixed;width:100%;height:100%;overflow:hidden;z-index:10000;background:rgba(0,0,0,.6);text-align:center;display:none;top:0;left:0}.overlay.active{display:block}.overlay .img{position:relative;width:33%;top:50%;-webkit-transform:translateY(-50%);transform:translateY(-50%)}.iframe404{position:fixed;width:100%;height:100vh;margin:0;padding:0;overflow:hidden;border:0;z-index:1000}.loading{position:fixed;left:0;top:0;width:100%;height:100%;z-index:9999;overflow:hidden;display:grid;place-items:center}.loading .wp_tips{width:60%;font-size:2vw;color:#fff;text-align:center}.iframe500{position:fixed;width:100vw;height:100vh;margin:0;padding:0;overflow:hidden;border:0;z-index:1000}.react-responsive-modal-overlay{background:rgba(0,0,0,.75);display:flex;align-items:flex-start;position:fixed;inset:0;overflow-y:auto;overflow-x:hidden;z-index:1000;padding:1.2rem}.react-responsive-modal-modal{max-width:800px;position:relative;padding:1.2rem;background:#ffffff;background-clip:padding-box;box-shadow:0 12px 15px #00000040;margin:0 auto}.react-responsive-modal-modalCenter{margin:auto}.react-responsive-modal-closeButton{position:absolute;top:14px;right:14px;border:none;padding:0;cursor:pointer;background-color:transparent;display:flex}@-webkit-keyframes react-responsive-modal-fadeIn{0%{opacity:0}to{opacity:1}}@keyframes react-responsive-modal-fadeIn{0%{opacity:0}to{opacity:1}}@-webkit-keyframes react-responsive-modal-fadeOut{0%{opacity:1}to{opacity:0}}@keyframes react-responsive-modal-fadeOut{0%{opacity:1}to{opacity:0}}

/*# sourceMappingURL=main.6652ac9c.css.map*/