@charset "UTF-8";.tippy-box[data-animation=fade][data-state=hidden]{opacity:0}[data-tippy-root]{max-width:calc(100vw - 10px)}.tippy-box{position:relative;background-color:#333;color:#fff;border-radius:4px;font-size:14px;line-height:1.4;white-space:normal;outline:0;transition-property:transform,visibility,opacity}.tippy-box[data-placement^=top]>.tippy-arrow{bottom:0}.tippy-box[data-placement^=top]>.tippy-arrow:before{bottom:-7px;left:0;border-width:8px 8px 0;border-top-color:initial;transform-origin:center top}.tippy-box[data-placement^=bottom]>.tippy-arrow{top:0}.tippy-box[data-placement^=bottom]>.tippy-arrow:before{top:-7px;left:0;border-width:0 8px 8px;border-bottom-color:initial;transform-origin:center bottom}.tippy-box[data-placement^=left]>.tippy-arrow{right:0}.tippy-box[data-placement^=left]>.tippy-arrow:before{border-width:8px 0 8px 8px;border-left-color:initial;right:-7px;transform-origin:center left}.tippy-box[data-placement^=right]>.tippy-arrow{left:0}.tippy-box[data-placement^=right]>.tippy-arrow:before{left:-7px;border-width:8px 8px 8px 0;border-right-color:initial;transform-origin:center right}.tippy-box[data-inertia][data-state=visible]{transition-timing-function:cubic-bezier(.54,1.5,.38,1.11)}.tippy-arrow{width:16px;height:16px;color:#333}.tippy-arrow:before{content:"";position:absolute;border-color:transparent;border-style:solid}.tippy-content{position:relative;padding:5px 9px;z-index:1}/*!
 * animate.css - https://animate.style/
 * Version - 4.1.1
 * Licensed under the MIT license - http://opensource.org/licenses/MIT
 *
 * Copyright (c) 2020 Animate.css
 */:root{--animate-duration:1s;--animate-delay:1s;--animate-repeat:1}.animate__animated{animation-duration:1s;animation-duration:var(--animate-duration);animation-fill-mode:both}.animate__animated.animate__infinite{animation-iteration-count:infinite}.animate__animated.animate__repeat-1{animation-iteration-count:1;animation-iteration-count:var(--animate-repeat)}.animate__animated.animate__repeat-2{animation-iteration-count:2;animation-iteration-count:calc(var(--animate-repeat)*2)}.animate__animated.animate__repeat-3{animation-iteration-count:3;animation-iteration-count:calc(var(--animate-repeat)*3)}.animate__animated.animate__delay-1s{animation-delay:1s;animation-delay:var(--animate-delay)}.animate__animated.animate__delay-2s{animation-delay:2s;animation-delay:calc(var(--animate-delay)*2)}.animate__animated.animate__delay-3s{animation-delay:3s;animation-delay:calc(var(--animate-delay)*3)}.animate__animated.animate__delay-4s{animation-delay:4s;animation-delay:calc(var(--animate-delay)*4)}.animate__animated.animate__delay-5s{animation-delay:5s;animation-delay:calc(var(--animate-delay)*5)}.animate__animated.animate__faster{animation-duration:.5s;animation-duration:calc(var(--animate-duration)/2)}.animate__animated.animate__fast{animation-duration:.8s;animation-duration:calc(var(--animate-duration)*.8)}.animate__animated.animate__slow{animation-duration:2s;animation-duration:calc(var(--animate-duration)*2)}.animate__animated.animate__slower{animation-duration:3s;animation-duration:calc(var(--animate-duration)*3)}@media (prefers-reduced-motion:reduce),print{.animate__animated{animation-duration:1ms!important;transition-duration:1ms!important;animation-iteration-count:1!important}.animate__animated[class*=Out]{opacity:0}}@keyframes bounce{0%,20%,53%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1);transform:translateZ(0)}40%,43%{animation-timing-function:cubic-bezier(.755,.05,.855,.06);transform:translate3d(0,-30px,0) scaleY(1.1)}70%{animation-timing-function:cubic-bezier(.755,.05,.855,.06);transform:translate3d(0,-15px,0) scaleY(1.05)}80%{transition-timing-function:cubic-bezier(.215,.61,.355,1);transform:translateZ(0) scaleY(.95)}90%{transform:translate3d(0,-4px,0) scaleY(1.02)}}.animate__bounce{animation-name:bounce;transform-origin:center bottom}@keyframes flash{0%,50%,to{opacity:1}25%,75%{opacity:0}}.animate__flash{animation-name:flash}@keyframes pulse{0%{transform:scaleX(1)}50%{transform:scale3d(1.05,1.05,1.05)}to{transform:scaleX(1)}}.animate__pulse{animation-name:pulse;animation-timing-function:ease-in-out}@keyframes rubberBand{0%{transform:scaleX(1)}30%{transform:scale3d(1.25,.75,1)}40%{transform:scale3d(.75,1.25,1)}50%{transform:scale3d(1.15,.85,1)}65%{transform:scale3d(.95,1.05,1)}75%{transform:scale3d(1.05,.95,1)}to{transform:scaleX(1)}}.animate__rubberBand{animation-name:rubberBand}@keyframes shakeX{0%,to{transform:translateZ(0)}10%,30%,50%,70%,90%{transform:translate3d(-10px,0,0)}20%,40%,60%,80%{transform:translate3d(10px,0,0)}}.animate__shakeX{animation-name:shakeX}@keyframes shakeY{0%,to{transform:translateZ(0)}10%,30%,50%,70%,90%{transform:translate3d(0,-10px,0)}20%,40%,60%,80%{transform:translate3d(0,10px,0)}}.animate__shakeY{animation-name:shakeY}@keyframes headShake{0%{transform:translateX(0)}6.5%{transform:translateX(-6px) rotateY(-9deg)}18.5%{transform:translateX(5px) rotateY(7deg)}31.5%{transform:translateX(-3px) rotateY(-5deg)}43.5%{transform:translateX(2px) rotateY(3deg)}50%{transform:translateX(0)}}.animate__headShake{animation-timing-function:ease-in-out;animation-name:headShake}@keyframes swing{20%{transform:rotate(15deg)}40%{transform:rotate(-10deg)}60%{transform:rotate(5deg)}80%{transform:rotate(-5deg)}to{transform:rotate(0deg)}}.animate__swing{transform-origin:top center;animation-name:swing}@keyframes tada{0%{transform:scaleX(1)}10%,20%{transform:scale3d(.9,.9,.9) rotate(-3deg)}30%,50%,70%,90%{transform:scale3d(1.1,1.1,1.1) rotate(3deg)}40%,60%,80%{transform:scale3d(1.1,1.1,1.1) rotate(-3deg)}to{transform:scaleX(1)}}.animate__tada{animation-name:tada}@keyframes wobble{0%{transform:translateZ(0)}15%{transform:translate3d(-25%,0,0) rotate(-5deg)}30%{transform:translate3d(20%,0,0) rotate(3deg)}45%{transform:translate3d(-15%,0,0) rotate(-3deg)}60%{transform:translate3d(10%,0,0) rotate(2deg)}75%{transform:translate3d(-5%,0,0) rotate(-1deg)}to{transform:translateZ(0)}}.animate__wobble{animation-name:wobble}@keyframes jello{0%,11.1%,to{transform:translateZ(0)}22.2%{transform:skewX(-12.5deg) skewY(-12.5deg)}33.3%{transform:skewX(6.25deg) skewY(6.25deg)}44.4%{transform:skewX(-3.125deg) skewY(-3.125deg)}55.5%{transform:skewX(1.5625deg) skewY(1.5625deg)}66.6%{transform:skewX(-.78125deg) skewY(-.78125deg)}77.7%{transform:skewX(.390625deg) skewY(.390625deg)}88.8%{transform:skewX(-.1953125deg) skewY(-.1953125deg)}}.animate__jello{animation-name:jello;transform-origin:center}@keyframes heartBeat{0%{transform:scale(1)}14%{transform:scale(1.3)}28%{transform:scale(1)}42%{transform:scale(1.3)}70%{transform:scale(1)}}.animate__heartBeat{animation-name:heartBeat;animation-duration:1.3s;animation-duration:calc(var(--animate-duration)*1.3);animation-timing-function:ease-in-out}@keyframes backInDown{0%{transform:translateY(-1200px) scale(.7);opacity:.7}80%{transform:translateY(0) scale(.7);opacity:.7}to{transform:scale(1);opacity:1}}.animate__backInDown{animation-name:backInDown}@keyframes backInLeft{0%{transform:translateX(-2000px) scale(.7);opacity:.7}80%{transform:translateX(0) scale(.7);opacity:.7}to{transform:scale(1);opacity:1}}.animate__backInLeft{animation-name:backInLeft}@keyframes backInRight{0%{transform:translateX(2000px) scale(.7);opacity:.7}80%{transform:translateX(0) scale(.7);opacity:.7}to{transform:scale(1);opacity:1}}.animate__backInRight{animation-name:backInRight}@keyframes backInUp{0%{transform:translateY(1200px) scale(.7);opacity:.7}80%{transform:translateY(0) scale(.7);opacity:.7}to{transform:scale(1);opacity:1}}.animate__backInUp{animation-name:backInUp}@keyframes backOutDown{0%{transform:scale(1);opacity:1}20%{transform:translateY(0) scale(.7);opacity:.7}to{transform:translateY(700px) scale(.7);opacity:.7}}.animate__backOutDown{animation-name:backOutDown}@keyframes backOutLeft{0%{transform:scale(1);opacity:1}20%{transform:translateX(0) scale(.7);opacity:.7}to{transform:translateX(-2000px) scale(.7);opacity:.7}}.animate__backOutLeft{animation-name:backOutLeft}@keyframes backOutRight{0%{transform:scale(1);opacity:1}20%{transform:translateX(0) scale(.7);opacity:.7}to{transform:translateX(2000px) scale(.7);opacity:.7}}.animate__backOutRight{animation-name:backOutRight}@keyframes backOutUp{0%{transform:scale(1);opacity:1}20%{transform:translateY(0) scale(.7);opacity:.7}to{transform:translateY(-700px) scale(.7);opacity:.7}}.animate__backOutUp{animation-name:backOutUp}@keyframes bounceIn{0%,20%,40%,60%,80%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:scale3d(.3,.3,.3)}20%{transform:scale3d(1.1,1.1,1.1)}40%{transform:scale3d(.9,.9,.9)}60%{opacity:1;transform:scale3d(1.03,1.03,1.03)}80%{transform:scale3d(.97,.97,.97)}to{opacity:1;transform:scaleX(1)}}.animate__bounceIn{animation-duration:.75s;animation-duration:calc(var(--animate-duration)*.75);animation-name:bounceIn}@keyframes bounceInDown{0%,60%,75%,90%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translate3d(0,-3000px,0) scaleY(3)}60%{opacity:1;transform:translate3d(0,25px,0) scaleY(.9)}75%{transform:translate3d(0,-10px,0) scaleY(.95)}90%{transform:translate3d(0,5px,0) scaleY(.985)}to{transform:translateZ(0)}}.animate__bounceInDown{animation-name:bounceInDown}@keyframes bounceInLeft{0%,60%,75%,90%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translate3d(-3000px,0,0) scaleX(3)}60%{opacity:1;transform:translate3d(25px,0,0) scaleX(1)}75%{transform:translate3d(-10px,0,0) scaleX(.98)}90%{transform:translate3d(5px,0,0) scaleX(.995)}to{transform:translateZ(0)}}.animate__bounceInLeft{animation-name:bounceInLeft}@keyframes bounceInRight{0%,60%,75%,90%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translate3d(3000px,0,0) scaleX(3)}60%{opacity:1;transform:translate3d(-25px,0,0) scaleX(1)}75%{transform:translate3d(10px,0,0) scaleX(.98)}90%{transform:translate3d(-5px,0,0) scaleX(.995)}to{transform:translateZ(0)}}.animate__bounceInRight{animation-name:bounceInRight}@keyframes bounceInUp{0%,60%,75%,90%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translate3d(0,3000px,0) scaleY(5)}60%{opacity:1;transform:translate3d(0,-20px,0) scaleY(.9)}75%{transform:translate3d(0,10px,0) scaleY(.95)}90%{transform:translate3d(0,-5px,0) scaleY(.985)}to{transform:translateZ(0)}}.animate__bounceInUp{animation-name:bounceInUp}@keyframes bounceOut{20%{transform:scale3d(.9,.9,.9)}50%,55%{opacity:1;transform:scale3d(1.1,1.1,1.1)}to{opacity:0;transform:scale3d(.3,.3,.3)}}.animate__bounceOut{animation-duration:.75s;animation-duration:calc(var(--animate-duration)*.75);animation-name:bounceOut}@keyframes bounceOutDown{20%{transform:translate3d(0,10px,0) scaleY(.985)}40%,45%{opacity:1;transform:translate3d(0,-20px,0) scaleY(.9)}to{opacity:0;transform:translate3d(0,2000px,0) scaleY(3)}}.animate__bounceOutDown{animation-name:bounceOutDown}@keyframes bounceOutLeft{20%{opacity:1;transform:translate3d(20px,0,0) scaleX(.9)}to{opacity:0;transform:translate3d(-2000px,0,0) scaleX(2)}}.animate__bounceOutLeft{animation-name:bounceOutLeft}@keyframes bounceOutRight{20%{opacity:1;transform:translate3d(-20px,0,0) scaleX(.9)}to{opacity:0;transform:translate3d(2000px,0,0) scaleX(2)}}.animate__bounceOutRight{animation-name:bounceOutRight}@keyframes bounceOutUp{20%{transform:translate3d(0,-10px,0) scaleY(.985)}40%,45%{opacity:1;transform:translate3d(0,20px,0) scaleY(.9)}to{opacity:0;transform:translate3d(0,-2000px,0) scaleY(3)}}.animate__bounceOutUp{animation-name:bounceOutUp}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}.animate__fadeIn{animation-name:fadeIn}@keyframes fadeInDown{0%{opacity:0;transform:translate3d(0,-100%,0)}to{opacity:1;transform:translateZ(0)}}.animate__fadeInDown{animation-name:fadeInDown}@keyframes fadeInDownBig{0%{opacity:0;transform:translate3d(0,-2000px,0)}to{opacity:1;transform:translateZ(0)}}.animate__fadeInDownBig{animation-name:fadeInDownBig}@keyframes fadeInLeft{0%{opacity:0;transform:translate3d(-100%,0,0)}to{opacity:1;transform:translateZ(0)}}.animate__fadeInLeft{animation-name:fadeInLeft}@keyframes fadeInLeftBig{0%{opacity:0;transform:translate3d(-2000px,0,0)}to{opacity:1;transform:translateZ(0)}}.animate__fadeInLeftBig{animation-name:fadeInLeftBig}@keyframes fadeInRight{0%{opacity:0;transform:translate3d(100%,0,0)}to{opacity:1;transform:translateZ(0)}}.animate__fadeInRight{animation-name:fadeInRight}@keyframes fadeInRightBig{0%{opacity:0;transform:translate3d(2000px,0,0)}to{opacity:1;transform:translateZ(0)}}.animate__fadeInRightBig{animation-name:fadeInRightBig}@keyframes fadeInUp{0%{opacity:0;transform:translate3d(0,100%,0)}to{opacity:1;transform:translateZ(0)}}.animate__fadeInUp{animation-name:fadeInUp}@keyframes fadeInUpBig{0%{opacity:0;transform:translate3d(0,2000px,0)}to{opacity:1;transform:translateZ(0)}}.animate__fadeInUpBig{animation-name:fadeInUpBig}@keyframes fadeInTopLeft{0%{opacity:0;transform:translate3d(-100%,-100%,0)}to{opacity:1;transform:translateZ(0)}}.animate__fadeInTopLeft{animation-name:fadeInTopLeft}@keyframes fadeInTopRight{0%{opacity:0;transform:translate3d(100%,-100%,0)}to{opacity:1;transform:translateZ(0)}}.animate__fadeInTopRight{animation-name:fadeInTopRight}@keyframes fadeInBottomLeft{0%{opacity:0;transform:translate3d(-100%,100%,0)}to{opacity:1;transform:translateZ(0)}}.animate__fadeInBottomLeft{animation-name:fadeInBottomLeft}@keyframes fadeInBottomRight{0%{opacity:0;transform:translate3d(100%,100%,0)}to{opacity:1;transform:translateZ(0)}}.animate__fadeInBottomRight{animation-name:fadeInBottomRight}@keyframes fadeOut{0%{opacity:1}to{opacity:0}}.animate__fadeOut{animation-name:fadeOut}@keyframes fadeOutDown{0%{opacity:1}to{opacity:0;transform:translate3d(0,100%,0)}}.animate__fadeOutDown{animation-name:fadeOutDown}@keyframes fadeOutDownBig{0%{opacity:1}to{opacity:0;transform:translate3d(0,2000px,0)}}.animate__fadeOutDownBig{animation-name:fadeOutDownBig}@keyframes fadeOutLeft{0%{opacity:1}to{opacity:0;transform:translate3d(-100%,0,0)}}.animate__fadeOutLeft{animation-name:fadeOutLeft}@keyframes fadeOutLeftBig{0%{opacity:1}to{opacity:0;transform:translate3d(-2000px,0,0)}}.animate__fadeOutLeftBig{animation-name:fadeOutLeftBig}@keyframes fadeOutRight{0%{opacity:1}to{opacity:0;transform:translate3d(100%,0,0)}}.animate__fadeOutRight{animation-name:fadeOutRight}@keyframes fadeOutRightBig{0%{opacity:1}to{opacity:0;transform:translate3d(2000px,0,0)}}.animate__fadeOutRightBig{animation-name:fadeOutRightBig}@keyframes fadeOutUp{0%{opacity:1}to{opacity:0;transform:translate3d(0,-100%,0)}}.animate__fadeOutUp{animation-name:fadeOutUp}@keyframes fadeOutUpBig{0%{opacity:1}to{opacity:0;transform:translate3d(0,-2000px,0)}}.animate__fadeOutUpBig{animation-name:fadeOutUpBig}@keyframes fadeOutTopLeft{0%{opacity:1;transform:translateZ(0)}to{opacity:0;transform:translate3d(-100%,-100%,0)}}.animate__fadeOutTopLeft{animation-name:fadeOutTopLeft}@keyframes fadeOutTopRight{0%{opacity:1;transform:translateZ(0)}to{opacity:0;transform:translate3d(100%,-100%,0)}}.animate__fadeOutTopRight{animation-name:fadeOutTopRight}@keyframes fadeOutBottomRight{0%{opacity:1;transform:translateZ(0)}to{opacity:0;transform:translate3d(100%,100%,0)}}.animate__fadeOutBottomRight{animation-name:fadeOutBottomRight}@keyframes fadeOutBottomLeft{0%{opacity:1;transform:translateZ(0)}to{opacity:0;transform:translate3d(-100%,100%,0)}}.animate__fadeOutBottomLeft{animation-name:fadeOutBottomLeft}@keyframes flip{0%{transform:perspective(400px) scaleX(1) translateZ(0) rotateY(-1turn);animation-timing-function:ease-out}40%{transform:perspective(400px) scaleX(1) translateZ(150px) rotateY(-190deg);animation-timing-function:ease-out}50%{transform:perspective(400px) scaleX(1) translateZ(150px) rotateY(-170deg);animation-timing-function:ease-in}80%{transform:perspective(400px) scale3d(.95,.95,.95) translateZ(0) rotateY(0deg);animation-timing-function:ease-in}to{transform:perspective(400px) scaleX(1) translateZ(0) rotateY(0deg);animation-timing-function:ease-in}}.animate__animated.animate__flip{-webkit-backface-visibility:visible;backface-visibility:visible;animation-name:flip}@keyframes flipInX{0%{transform:perspective(400px) rotateX(90deg);animation-timing-function:ease-in;opacity:0}40%{transform:perspective(400px) rotateX(-20deg);animation-timing-function:ease-in}60%{transform:perspective(400px) rotateX(10deg);opacity:1}80%{transform:perspective(400px) rotateX(-5deg)}to{transform:perspective(400px)}}.animate__flipInX{-webkit-backface-visibility:visible!important;backface-visibility:visible!important;animation-name:flipInX}@keyframes flipInY{0%{transform:perspective(400px) rotateY(90deg);animation-timing-function:ease-in;opacity:0}40%{transform:perspective(400px) rotateY(-20deg);animation-timing-function:ease-in}60%{transform:perspective(400px) rotateY(10deg);opacity:1}80%{transform:perspective(400px) rotateY(-5deg)}to{transform:perspective(400px)}}.animate__flipInY{-webkit-backface-visibility:visible!important;backface-visibility:visible!important;animation-name:flipInY}@keyframes flipOutX{0%{transform:perspective(400px)}30%{transform:perspective(400px) rotateX(-20deg);opacity:1}to{transform:perspective(400px) rotateX(90deg);opacity:0}}.animate__flipOutX{animation-duration:.75s;animation-duration:calc(var(--animate-duration)*.75);animation-name:flipOutX;-webkit-backface-visibility:visible!important;backface-visibility:visible!important}@keyframes flipOutY{0%{transform:perspective(400px)}30%{transform:perspective(400px) rotateY(-15deg);opacity:1}to{transform:perspective(400px) rotateY(90deg);opacity:0}}.animate__flipOutY{animation-duration:.75s;animation-duration:calc(var(--animate-duration)*.75);-webkit-backface-visibility:visible!important;backface-visibility:visible!important;animation-name:flipOutY}@keyframes lightSpeedInRight{0%{transform:translate3d(100%,0,0) skewX(-30deg);opacity:0}60%{transform:skewX(20deg);opacity:1}80%{transform:skewX(-5deg)}to{transform:translateZ(0)}}.animate__lightSpeedInRight{animation-name:lightSpeedInRight;animation-timing-function:ease-out}@keyframes lightSpeedInLeft{0%{transform:translate3d(-100%,0,0) skewX(30deg);opacity:0}60%{transform:skewX(-20deg);opacity:1}80%{transform:skewX(5deg)}to{transform:translateZ(0)}}.animate__lightSpeedInLeft{animation-name:lightSpeedInLeft;animation-timing-function:ease-out}@keyframes lightSpeedOutRight{0%{opacity:1}to{transform:translate3d(100%,0,0) skewX(30deg);opacity:0}}.animate__lightSpeedOutRight{animation-name:lightSpeedOutRight;animation-timing-function:ease-in}@keyframes lightSpeedOutLeft{0%{opacity:1}to{transform:translate3d(-100%,0,0) skewX(-30deg);opacity:0}}.animate__lightSpeedOutLeft{animation-name:lightSpeedOutLeft;animation-timing-function:ease-in}@keyframes rotateIn{0%{transform:rotate(-200deg);opacity:0}to{transform:translateZ(0);opacity:1}}.animate__rotateIn{animation-name:rotateIn;transform-origin:center}@keyframes rotateInDownLeft{0%{transform:rotate(-45deg);opacity:0}to{transform:translateZ(0);opacity:1}}.animate__rotateInDownLeft{animation-name:rotateInDownLeft;transform-origin:left bottom}@keyframes rotateInDownRight{0%{transform:rotate(45deg);opacity:0}to{transform:translateZ(0);opacity:1}}.animate__rotateInDownRight{animation-name:rotateInDownRight;transform-origin:right bottom}@keyframes rotateInUpLeft{0%{transform:rotate(45deg);opacity:0}to{transform:translateZ(0);opacity:1}}.animate__rotateInUpLeft{animation-name:rotateInUpLeft;transform-origin:left bottom}@keyframes rotateInUpRight{0%{transform:rotate(-90deg);opacity:0}to{transform:translateZ(0);opacity:1}}.animate__rotateInUpRight{animation-name:rotateInUpRight;transform-origin:right bottom}@keyframes rotateOut{0%{opacity:1}to{transform:rotate(200deg);opacity:0}}.animate__rotateOut{animation-name:rotateOut;transform-origin:center}@keyframes rotateOutDownLeft{0%{opacity:1}to{transform:rotate(45deg);opacity:0}}.animate__rotateOutDownLeft{animation-name:rotateOutDownLeft;transform-origin:left bottom}@keyframes rotateOutDownRight{0%{opacity:1}to{transform:rotate(-45deg);opacity:0}}.animate__rotateOutDownRight{animation-name:rotateOutDownRight;transform-origin:right bottom}@keyframes rotateOutUpLeft{0%{opacity:1}to{transform:rotate(-45deg);opacity:0}}.animate__rotateOutUpLeft{animation-name:rotateOutUpLeft;transform-origin:left bottom}@keyframes rotateOutUpRight{0%{opacity:1}to{transform:rotate(90deg);opacity:0}}.animate__rotateOutUpRight{animation-name:rotateOutUpRight;transform-origin:right bottom}@keyframes hinge{0%{animation-timing-function:ease-in-out}20%,60%{transform:rotate(80deg);animation-timing-function:ease-in-out}40%,80%{transform:rotate(60deg);animation-timing-function:ease-in-out;opacity:1}to{transform:translate3d(0,700px,0);opacity:0}}.animate__hinge{animation-duration:2s;animation-duration:calc(var(--animate-duration)*2);animation-name:hinge;transform-origin:top left}@keyframes jackInTheBox{0%{opacity:0;transform:scale(.1) rotate(30deg);transform-origin:center bottom}50%{transform:rotate(-10deg)}70%{transform:rotate(3deg)}to{opacity:1;transform:scale(1)}}.animate__jackInTheBox{animation-name:jackInTheBox}@keyframes rollIn{0%{opacity:0;transform:translate3d(-100%,0,0) rotate(-120deg)}to{opacity:1;transform:translateZ(0)}}.animate__rollIn{animation-name:rollIn}@keyframes rollOut{0%{opacity:1}to{opacity:0;transform:translate3d(100%,0,0) rotate(120deg)}}.animate__rollOut{animation-name:rollOut}@keyframes zoomIn{0%{opacity:0;transform:scale3d(.3,.3,.3)}50%{opacity:1}}.animate__zoomIn{animation-name:zoomIn}@keyframes zoomInDown{0%{opacity:0;transform:scale3d(.1,.1,.1) translate3d(0,-1000px,0);animation-timing-function:cubic-bezier(.55,.055,.675,.19)}60%{opacity:1;transform:scale3d(.475,.475,.475) translate3d(0,60px,0);animation-timing-function:cubic-bezier(.175,.885,.32,1)}}.animate__zoomInDown{animation-name:zoomInDown}@keyframes zoomInLeft{0%{opacity:0;transform:scale3d(.1,.1,.1) translate3d(-1000px,0,0);animation-timing-function:cubic-bezier(.55,.055,.675,.19)}60%{opacity:1;transform:scale3d(.475,.475,.475) translate3d(10px,0,0);animation-timing-function:cubic-bezier(.175,.885,.32,1)}}.animate__zoomInLeft{animation-name:zoomInLeft}@keyframes zoomInRight{0%{opacity:0;transform:scale3d(.1,.1,.1) translate3d(1000px,0,0);animation-timing-function:cubic-bezier(.55,.055,.675,.19)}60%{opacity:1;transform:scale3d(.475,.475,.475) translate3d(-10px,0,0);animation-timing-function:cubic-bezier(.175,.885,.32,1)}}.animate__zoomInRight{animation-name:zoomInRight}@keyframes zoomInUp{0%{opacity:0;transform:scale3d(.1,.1,.1) translate3d(0,1000px,0);animation-timing-function:cubic-bezier(.55,.055,.675,.19)}60%{opacity:1;transform:scale3d(.475,.475,.475) translate3d(0,-60px,0);animation-timing-function:cubic-bezier(.175,.885,.32,1)}}.animate__zoomInUp{animation-name:zoomInUp}@keyframes zoomOut{0%{opacity:1}50%{opacity:0;transform:scale3d(.3,.3,.3)}to{opacity:0}}.animate__zoomOut{animation-name:zoomOut}@keyframes zoomOutDown{40%{opacity:1;transform:scale3d(.475,.475,.475) translate3d(0,-60px,0);animation-timing-function:cubic-bezier(.55,.055,.675,.19)}to{opacity:0;transform:scale3d(.1,.1,.1) translate3d(0,2000px,0);animation-timing-function:cubic-bezier(.175,.885,.32,1)}}.animate__zoomOutDown{animation-name:zoomOutDown;transform-origin:center bottom}@keyframes zoomOutLeft{40%{opacity:1;transform:scale3d(.475,.475,.475) translate3d(42px,0,0)}to{opacity:0;transform:scale(.1) translate3d(-2000px,0,0)}}.animate__zoomOutLeft{animation-name:zoomOutLeft;transform-origin:left center}@keyframes zoomOutRight{40%{opacity:1;transform:scale3d(.475,.475,.475) translate3d(-42px,0,0)}to{opacity:0;transform:scale(.1) translate3d(2000px,0,0)}}.animate__zoomOutRight{animation-name:zoomOutRight;transform-origin:right center}@keyframes zoomOutUp{40%{opacity:1;transform:scale3d(.475,.475,.475) translate3d(0,60px,0);animation-timing-function:cubic-bezier(.55,.055,.675,.19)}to{opacity:0;transform:scale3d(.1,.1,.1) translate3d(0,-2000px,0);animation-timing-function:cubic-bezier(.175,.885,.32,1)}}.animate__zoomOutUp{animation-name:zoomOutUp;transform-origin:center bottom}@keyframes slideInDown{0%{transform:translate3d(0,-100%,0);visibility:visible}to{transform:translateZ(0)}}.animate__slideInDown{animation-name:slideInDown}@keyframes slideInLeft{0%{transform:translate3d(-100%,0,0);visibility:visible}to{transform:translateZ(0)}}.animate__slideInLeft{animation-name:slideInLeft}@keyframes slideInRight{0%{transform:translate3d(100%,0,0);visibility:visible}to{transform:translateZ(0)}}.animate__slideInRight{animation-name:slideInRight}@keyframes slideInUp{0%{transform:translate3d(0,100%,0);visibility:visible}to{transform:translateZ(0)}}.animate__slideInUp{animation-name:slideInUp}@keyframes slideOutDown{0%{transform:translateZ(0)}to{visibility:hidden;transform:translate3d(0,100%,0)}}.animate__slideOutDown{animation-name:slideOutDown}@keyframes slideOutLeft{0%{transform:translateZ(0)}to{visibility:hidden;transform:translate3d(-100%,0,0)}}.animate__slideOutLeft{animation-name:slideOutLeft}@keyframes slideOutRight{0%{transform:translateZ(0)}to{visibility:hidden;transform:translate3d(100%,0,0)}}.animate__slideOutRight{animation-name:slideOutRight}@keyframes slideOutUp{0%{transform:translateZ(0)}to{visibility:hidden;transform:translate3d(0,-100%,0)}}.animate__slideOutUp{animation-name:slideOutUp}@import"https://fonts.googleapis.com/css2?family=Outfit:wght@400;700&display=swap";:root{--spooky-green:#85e21f;--spooky-purple:#be67ff;--spooky-dark-purple:#ba61fe;--spooky-orange:#f75f1c;--spooky-light-orange:#ff9a00;--white:#fff;--orange:#ff9752;--pink:#fc7eca;--purple:#e581fe;--lime:#6effad;--red:#ff4848;--blue:#7aa2ff;--light-yellow:#ffff5e;--black-navy:#131a25;--new-black-navy:#111827;--navy:#182635;--slate-blue:#6a5acd;--dark-slate-blue:#483d8b;--text-slate-blue:#9c8cff;--grey-blue:#4f5966;--light-grey:#d0d7dd;--example:black;--background-color-dark-one:var(--new-black-navy);--background-color-dark-two:var(--navy);--secondary-color:var(--purple);--font-color:var(--white);--dark-theme-colors:blue,lime,text-slate-blue,light-yellow,orange,red;--total-dark-themes:6;--christmas-challenge-key:"northpole-2021"}:root body[dark-theme-color=blue]{--primary-color:var(--blue)}:root body[dark-theme-color=lime]{--primary-color:var(--lime)}:root body[dark-theme-color=text-slate-blue]{--primary-color:var(--text-slate-blue)}:root body[dark-theme-color=light-yellow]{--primary-color:var(--light-yellow)}:root body[dark-theme-color=orange]{--primary-color:var(--orange)}:root body[dark-theme-color=red]{--primary-color:var(--red)}@font-face{font-family:spooky;src:url(/_next/static/media/spooky.d3da0d2b.ttf);font-weight:400;font-style:normal}.page__header{position:relative;display:flex;justify-content:center;opacity:0;animation-name:fadeInSlideDownKF;animation-duration:1s;animation-iteration-count:1;animation-fill-mode:forwards;animation-delay:.5s}.page__header--text-centered{text-align:center}.page__header--underline{display:block;border:2px solid var(--primary-color);position:relative;top:-10px;transform:skewX(45deg) rotate(5deg);transition:border .4s ease-in-out}.page__aside{opacity:0;animation-name:fadeInKF;animation-duration:1.5s;animation-iteration-count:1;animation-fill-mode:forwards;animation-delay:1.3s}.page__aside p{color:var(--light-grey);margin:0 0 64px}.page__aside p,.page__aside p a{font-size:.9rem}@media screen and (min-width:0px)and (max-width:800px){.page__aside p,.page__aside p a{font-size:.75rem}}.page__aside a{font-size:1rem}.page__not-found{padding:5rem}@media screen and (min-width:0px)and (max-width:800px){.page__not-found{padding:1rem}}.color--red{color:var(--red)}.color--pink{color:var(--pink)}.color--purple{color:var(--purple)}.color--lime{color:var(--lime)}.color--orange{color:var(--orange)}.color--light-yellow{color:var(--light-yellow)}.color--blue{color:var(--blue)}.color--primary{color:var(--primary-color)}.color--secondary{color:var(--secondary-color)}.color--white{color:var(--white)}.background--red{background-color:var(--red)}.background--pink{background-color:var(--pink)}.background--purple{background-color:var(--purple)}.background--lime{background-color:var(--lime)}.background--orange{background-color:var(--orange)}.background--light-yellow{background-color:var(--light-yellow)}.background--blue{background-color:var(--blue)}.background--primary{background-color:var(--primary-color)}.background--secondary{background-color:var(--secondary-color)}.background--white{background-color:var(--white)}.hover--red:hover{color:var(--red);cursor:pointer;transition:.4s}.hover--dark-red:hover{color:var(--dark-red);cursor:pointer;transition:.4s}.hover--pink:hover{color:var(--pink);cursor:pointer;transition:.4s}.hover--purple:hover{color:var(--purple);cursor:pointer;transition:.4s}.hover--lime:hover{color:var(--lime);cursor:pointer;transition:.4s}.hover--orange:hover{color:var(--orange);cursor:pointer;transition:.4s}.hover--light-yellow:hover{color:var(--light-yellow);cursor:pointer;transition:.4s}.hover--blue:hover{color:var(--blue);cursor:pointer;transition:.4s}.hover--primary:hover{color:var(--primary-color);cursor:pointer;transition:.4s}.hover--secondary:hover{color:var(--secondary-color);cursor:pointer;transition:.4s}.code{font-size:1rem;background-color:var(--background-color-dark-two);padding:3px;color:var(--primary-color)}@media screen and (min-width:0px)and (max-width:800px){.code{font-size:.9rem}}.code--dark-bg{background-color:var(--background-color-dark-one)}.iframe-container{overflow:scroll;margin:2rem 0;display:flex}@media screen and (max-width:1440px){.iframe-container{border-radius:1rem}}.iframe-container iframe{min-width:95%;border-radius:1rem;min-height:730px;max-height:730px}.gridSmall{grid-gap:32px;grid-template-columns:repeat(auto-fit,minmax(320px,320px))}.gridMedium,.gridSmall{margin:24px auto;display:grid}.gridMedium{grid-gap:32px;grid-template-columns:repeat(auto-fit,minmax(400px,400px))}.gridLarge{margin:24px auto;display:grid;grid-gap:32px;grid-template-columns:repeat(auto-fit,minmax(400px,1fr))}.gridCentered{justify-content:center}.utterances{margin:0;max-width:100%}.list-emoji{list-style:none;padding:0;margin:0}.list-emoji-item{padding-left:2rem;text-indent:-2rem}.list-emoji-item--arcade,.list-emoji-item--highscore{padding-left:1rem;text-indent:-2rem}.list-emoji-item--skateboarding:before{content:"🛹";margin-right:.5rem}.list-emoji-item--gaming:before{content:"🎮";margin-right:.5rem}.list-emoji-item--kickboxing:before{content:"🥋";margin-right:.5rem}.list-emoji-item--dogs:before{content:"🐾";margin-right:.5rem}.list-emoji-item--highscore:before{content:"🏆";margin-right:.5rem}.list-emoji-item--arcade:before{content:"🕹️";margin-right:.5rem}.list-emoji-item--coding:before{content:"‍💻";margin-right:.5rem}.no-margin{margin:0!important}.no-box-shadow{box-shadow:none!important}.with-margin-tb{margin:2rem 0}.without-animation{animation:none!important;transition:none!important}.no-filter{filter:none!important}.fade-in-container{animation-iteration-count:1;animation-fill-mode:forwards;animation-delay:2s}.fade-in-container,.fade-in-container--no-delay{opacity:0;animation-name:fadeInKF;animation-duration:1.5s}.fade-in-container--no-delay{animation-iteration-count:1;animation-fill-mode:forwards;animation-delay:0}.article-progress-container{position:fixed;top:0;z-index:1;width:100%;height:8px}.article-progress-bar{height:5px;background:var(--secondary-color);width:0}.slantedDividerLeftFirst{position:absolute;top:0;width:100vw;height:20vh;background:linear-gradient(to left bottom,var(--background-color-dark-two) 50%,var(--background-color-dark-one) 50.3%)}.slantedDividerRight{width:100vw;height:20vh;background:linear-gradient(to right bottom,var(--background-color-dark-one) 50%,var(--background-color-dark-two) 50.3%)}.slantedDividerLeft{width:100vw;height:20vh;background:linear-gradient(to left bottom,var(--background-color-dark-two) 50%,var(--background-color-dark-one) 50.3%)}.TODO{color:var(--orange);font-weight:700}@keyframes cycle-border-color{0%{border:2px solid var(--primary-color)}to{border:2px solid var(--secondary-color)}}@keyframes cycle-colour{0%{color:var(--primary-color)}to{color:var(--secondary-color)}}@keyframes fadeInSlideFromLeft{0%{opacity:0;left:-10rem}to{opacity:1;left:0}}@keyframes fadeOutSlideToLeft{0%{opacity:1;left:0}to{opacity:0;left:-10rem}}@keyframes fadeInKF{0%{opacity:0}to{opacity:1}}@keyframes fadeOutKF{0%{opacity:1}to{opacity:0}}@keyframes fadeInScaleDownKF{0%{opacity:0}to{opacity:1;transform:scale(1)}}@keyframes fadeInSlideUpKF{0%{opacity:0;bottom:-5rem}to{opacity:1;bottom:0}}@keyframes slideDownKF{0%{top:-5rem}to{top:0}}@keyframes fadeInSlideDownKF{0%{opacity:0;top:-5rem}to{opacity:1;top:0}}@keyframes fadeOutSlideUpKF{0%{opacity:1;top:0}to{opacity:0;top:-5rem}}.animation{height:100%;display:block}.animation--cycle-border-color{padding:.5rem;animation:cycle-border-color 2s linear infinite alternate}.animation--cycle-colors{animation:cycle-colour 1s linear infinite alternate}.font--bold{font-weight:700}.font--italic{font-size:1rem;font-style:italic}.font--strike{text-decoration:line-through}.font--small{font-size:.5rem}.centered{text-align:center}:root{--font-outfit:"Outfit",sans-serif}html{height:100%}body{min-height:100%}body,html{box-sizing:border-box;line-height:1.6;background-color:var(--background-color-dark-one);-webkit-tap-highlight-color:rgba(0,0,0,0);-webkit-text-size-adjust:100%}body{color:var(--font-color);font-family:var(--font-outfit);-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;font-size:1.1rem;letter-spacing:.5px;margin:0}body[dark-theme-type=dark-light]{--background-color-dark-one:var(--new-black-navy);--background-color-dark-two:var(--navy)}body[dark-theme-type=light-dark]{--background-color-dark-two:var(--new-black-navy);--background-color-dark-one:var(--navy)}body.using-mouse :focus{outline:none}body.no-media .page__section--article image,body.no-media .page__section--article video,body.only-code .page__section--article .animation--cycle-border-color,body.only-code .page__section--article .button,body.only-code .page__section--article .case-study,body.only-code .page__section--article .color-palette,body.only-code .page__section--article .divider,body.only-code .page__section--article .spooky,body.only-code .page__section--article .spooky-line,body.only-code .page__section--article button,body.only-code .page__section--article h2,body.only-code .page__section--article h3,body.only-code .page__section--article h4,body.only-code .page__section--article iframe,body.only-code .page__section--article img,body.only-code .page__section--article p,body.only-code .page__section--article ul,body.only-code .page__section--article video{display:none}header h2,header h3{margin:0!important}h1{font-size:4rem;font-weight:700;letter-spacing:-2px;text-align:center;margin-bottom:16px}@media screen and (min-width:0px)and (max-width:500px){h1{font-size:3rem}}h1 sup{vertical-align:text-top;font-size:1rem}h2{font-size:2rem;font-weight:700;margin:2rem 0;color:var(--primary-color);transition:color .4s ease-in-out}@media screen and (min-width:0px)and (max-width:500px){h2{font-size:1.8rem}}h2 sup{vertical-align:text-top;font-size:.75rem}h3{font-size:1.6rem;font-weight:700;margin:2rem 0;color:var(--secondary-color);transition:color .4s ease-in-out}h3 a{font-style:1.3rem}@media screen and (min-width:0px)and (max-width:500px){h3{font-size:1.6rem}h3 a{font-size:1.1rem}}h4{font-size:1.5rem;font-weight:700;margin:2rem 0;color:var(--pink);transition:color .4s ease-in-out}@media screen and (min-width:0px)and (max-width:500px){h4{font-size:1.4rem}}h5{font-size:1.4rem;font-weight:700;margin:2rem 0;color:var(--pink);transition:color .4s ease-in-out}@media screen and (min-width:0px)and (max-width:500px){h5{font-size:1.2rem}}p{font-size:1.1rem;color:var(--font-color);margin:2rem 0}@media screen and (min-width:0px)and (max-width:800px){p{font-size:1rem}}label{font-size:1.1rem;padding:1rem 0}@media screen and (min-width:0px)and (max-width:800px){label{font-size:1rem}}input[type=color]{cursor:pointer;height:30px;width:60px;padding:0;margin:0 .5rem}span{font-size:1.1rem}@media screen and (min-width:0px)and (max-width:800px){span{font-size:1rem}}ul{padding:0;margin:1.5rem 0 1.5rem 1rem;font-size:1.1rem;color:var(--font-color)}@media screen and (min-width:0px)and (max-width:800px){ul{font-size:1rem}}ul li{margin-bottom:1rem}a{font-size:1.1rem;text-decoration:none;color:#00bfff;transition:.4s;font-weight:700}@media screen and (min-width:0px)and (max-width:800px){a{font-size:1rem}}a:hover{filter:brightness(130%)}button{background:none;color:inherit;border:none;padding:0;font:inherit;font-size:1rem;cursor:pointer}button:hover{filter:brightness(130%)}li{margin:.5rem}details{margin:2rem 0}details[open] summary~*{animation:fadeInKF .4s ease-in-out;position:relative}summary{font-size:1.1rem;margin:.5rem 0;transition:.4s;font-size:.9rem}@media screen and (min-width:0px)and (max-width:800px){summary{font-size:1rem}}summary:hover{cursor:pointer}code[class*=language-],pre[class*=language-]{color:#ccc;background-color:none;font-family:Consolas,Monaco,Andale Mono,Ubuntu Mono,monospace;font-size:1rem;text-align:left;white-space:pre;word-spacing:normal;word-break:normal;word-wrap:normal;line-height:1.5;-moz-tab-size:1;tab-size:1;-webkit-hyphens:none;hyphens:none}@media screen and (min-width:0px)and (max-width:800px){code[class*=language-],pre[class*=language-]{font-size:.8rem}}pre[class*=language-]{font-size:1rem;padding:1em;margin:3em 0;overflow:auto}@media screen and (min-width:0px)and (max-width:800px){pre[class*=language-]{font-size:.8rem}pre[class*=language-]:not(.ignore-full-width){margin-left:-50vw;margin-right:-50vw;max-width:100vw;position:relative;width:94vw;left:50%;right:50%}}:not(pre)>code[class*=language-],pre[class*=language-]{background-color:var(--background-color-dark-two)}:not(pre)>code[class*=language-]{padding:.1em;border-radius:.3em;white-space:normal}.token{font-size:1rem}@media screen and (min-width:0px)and (max-width:800px){.token{font-size:.8rem}}.token.block-comment,.token.cdata,.token.comment,.token.doctype,.token.prolog{color:#999}.token.punctuation{color:#ccc}.token.attr-name,.token.deleted,.token.namespace,.token.tag{color:#e2777a}.token.function-name{color:#6196cc}.token.boolean,.token.function,.token.number{color:var(--orange)}.token.class-name,.token.constant,.token.property,.token.symbol{color:#f8c555}.token.atrule,.token.builtin,.token.important,.token.keyword,.token.selector{color:var(--secondary-color)}.token.attr-value,.token.char,.token.regex,.token.string,.token.variable{color:var(--primary-color)}.token.entity,.token.operator,.token.url{color:#67cdcc}.token.bold,.token.important{font-weight:700}.token.italic{font-style:italic}.token.entity{cursor:help}.token.inserted{color:green}div.code-toolbar{position:relative}div.code-toolbar>.toolbar{position:absolute;top:.3em;right:.2em;transition:opacity .3s ease-in-out;opacity:0}div.code-toolbar:hover>.toolbar{opacity:1}div.code-toolbar:focus-within>.toolbar{opacity:1}div.code-toolbar>.toolbar .toolbar-item{display:inline-block}div.code-toolbar>.toolbar a{cursor:pointer}div.code-toolbar>.toolbar button{background-color:none;border:0;color:inherit;font:inherit;line-height:normal;overflow:visible;padding:0;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none}div.code-toolbar>.toolbar a,div.code-toolbar>.toolbar button,div.code-toolbar>.toolbar span{color:#bbb;font-size:.8em;padding:0 .5em;background-color:#f5f2f0;background-color:rgba(224,224,224,.2);box-shadow:0 2px 0 0 rgba(0,0,0,.2);border-radius:.5em}div.code-toolbar>.toolbar a:focus,div.code-toolbar>.toolbar a:hover,div.code-toolbar>.toolbar button:focus,div.code-toolbar>.toolbar button:hover,div.code-toolbar>.toolbar span:focus,div.code-toolbar>.toolbar span:hover{color:inherit;text-decoration:none}.external-link_external-link-svg__6fGHy{min-width:18px;max-width:18px;position:relative;top:3px;margin-left:3px}@keyframes primary-nav_cycle-border-color__c_97z{0%{border:2px solid var(--primary-color)}to{border:2px solid var(--secondary-color)}}@keyframes primary-nav_cycle-colour__zUL_k{0%{color:var(--primary-color)}to{color:var(--secondary-color)}}@keyframes primary-nav_fadeInSlideFromLeft__WQVrK{0%{opacity:0;left:-10rem}to{opacity:1;left:0}}@keyframes primary-nav_fadeOutSlideToLeft__nfGrE{0%{opacity:1;left:0}to{opacity:0;left:-10rem}}@keyframes primary-nav_fadeInKF__ZjoN7{0%{opacity:0}to{opacity:1}}@keyframes primary-nav_fadeOutKF__30Siw{0%{opacity:1}to{opacity:0}}@keyframes primary-nav_fadeInScaleDownKF__9yND1{0%{opacity:0}to{opacity:1;transform:scale(1)}}@keyframes primary-nav_fadeInSlideUpKF__9jZLF{0%{opacity:0;bottom:-5rem}to{opacity:1;bottom:0}}@keyframes primary-nav_slideDownKF__FyMjY{0%{top:-5rem}to{top:0}}@keyframes primary-nav_fadeInSlideDownKF__nwIfI{0%{opacity:0;top:-5rem}to{opacity:1;top:0}}@keyframes primary-nav_fadeOutSlideUpKF__OFf3x{0%{opacity:1;top:0}to{opacity:0;top:-5rem}}.primary-nav_animation__nFjbh{height:100%;display:block}.primary-nav_animation--cycle-border-color__56WXA{padding:.5rem;animation:primary-nav_cycle-border-color__c_97z 2s linear infinite alternate}.primary-nav_animation--cycle-colors__gJr2T{animation:primary-nav_cycle-colour__zUL_k 1s linear infinite alternate}.primary-nav_container__dSGqU{position:absolute;z-index:3;min-width:300px;left:0}@media screen and (min-width:0px)and (max-width:800px){.primary-nav_container__dSGqU{min-width:90%}}.primary-nav_button__d0bug{box-shadow:0 2px 4px #000;transition:.4s;position:relative;z-index:3;background-color:var(--primary-color);border:3px solid var(--background-color-dark-two);border-radius:10px;margin:1rem;height:60px;width:60px}@media screen and (min-width:0px)and (max-width:800px){.primary-nav_button__d0bug{height:50px;width:50px;margin:.5rem}}.primary-nav_button__d0bug:hover{filter:brightness(130%);transform:scale(1.05)}.primary-nav_button__d0bug svg{fill:#000;height:60px;width:60px;position:absolute;top:1px;left:-5px}@media screen and (min-width:0px)and (max-width:800px){.primary-nav_button__d0bug svg{height:50px;width:50px}}.primary-nav_items__1_jxB{display:flex;flex-flow:column;position:relative;width:100%;background-color:var(--background-color-dark-two);border-radius:5px;box-shadow:0 0 3px #000;left:-10rem}.primary-nav_items--closed__gKqZM{display:none}.primary-nav_items--opening__x4dPJ{opacity:0}.primary-nav_items--opened__AYe3d{opacity:1;transition:.4s;left:1rem}.primary-nav_items--closing__c0IXt{opacity:0;transition:.4s}.primary-nav_item__bxnwf{max-width:100%;color:var(--font-color);font-size:.9rem;text-transform:capitalize;letter-spacing:1px;overflow:hidden;padding:1rem 1.5rem;transition:none;text-align:left;border-left:2px solid var(--background-color-dark-two);transition:.4s}.primary-nav_item__bxnwf:hover{cursor:pointer}.primary-nav_item__bxnwf:focus,.primary-nav_item__bxnwf:hover{color:var(--primary-color);filter:none;background-color:var(--background-color-dark-one);border-left:2px solid}.primary-nav_profile-picture__PntDU{border-radius:50%;max-height:50px;max-width:50px}@keyframes home-button_cycle-border-color__ENCyE{0%{border:2px solid var(--primary-color)}to{border:2px solid var(--secondary-color)}}@keyframes home-button_cycle-colour__1Wl3_{0%{color:var(--primary-color)}to{color:var(--secondary-color)}}@keyframes home-button_fadeInSlideFromLeft__GzduO{0%{opacity:0;left:-10rem}to{opacity:1;left:0}}@keyframes home-button_fadeOutSlideToLeft__KnS4J{0%{opacity:1;left:0}to{opacity:0;left:-10rem}}@keyframes home-button_fadeInKF__le6Gn{0%{opacity:0}to{opacity:1}}@keyframes home-button_fadeOutKF__tarjS{0%{opacity:1}to{opacity:0}}@keyframes home-button_fadeInScaleDownKF__GcX_4{0%{opacity:0}to{opacity:1;transform:scale(1)}}@keyframes home-button_fadeInSlideUpKF__2AuLT{0%{opacity:0;bottom:-5rem}to{opacity:1;bottom:0}}@keyframes home-button_slideDownKF__ki_Rc{0%{top:-5rem}to{top:0}}@keyframes home-button_fadeInSlideDownKF__mWiFj{0%{opacity:0;top:-5rem}to{opacity:1;top:0}}@keyframes home-button_fadeOutSlideUpKF__AJIAN{0%{opacity:1;top:0}to{opacity:0;top:-5rem}}.home-button_animation__PZvLt{height:100%;display:block}.home-button_animation--cycle-border-color__MtrCa{padding:.5rem;animation:home-button_cycle-border-color__ENCyE 2s linear infinite alternate}.home-button_animation--cycle-colors__3A9I5{animation:home-button_cycle-colour__1Wl3_ 1s linear infinite alternate}.home-button_button__TQXto{min-height:50px;max-height:50px;min-width:50px;max-width:50px;box-sizing:border-box;margin:10px 1rem;background-color:var(--background-color-dark-two);border-radius:5px;box-shadow:0 1px 3px #0a0a0a;transition:background-color .4s}.home-button_button__TQXto:hover{cursor:pointer}@media screen and (min-width:0px)and (max-width:800px){.home-button_button__TQXto{min-height:40px;max-height:40px;min-width:40px;max-width:40px;font-size:1.5rem}}.home-button_svg__ndmtn{transition:fill .4s ease-in-out;fill:var(--white);min-height:33px;max-height:33px;min-width:33px;max-width:33px;position:relative;top:3px}@media screen and (min-width:0px)and (max-width:800px){.home-button_svg__ndmtn{min-height:25px;max-height:25px;min-width:25px;max-width:25px}}.home-button_path__ABI28{fill:var(--white);stroke-width:5;stroke:var(--white)}@keyframes scroll-bottom-button_cycle-border-color__lKcH4{0%{border:2px solid var(--primary-color)}to{border:2px solid var(--secondary-color)}}@keyframes scroll-bottom-button_cycle-colour__lEmNs{0%{color:var(--primary-color)}to{color:var(--secondary-color)}}@keyframes scroll-bottom-button_fadeInSlideFromLeft__9mEnl{0%{opacity:0;left:-10rem}to{opacity:1;left:0}}@keyframes scroll-bottom-button_fadeOutSlideToLeft__0z3tT{0%{opacity:1;left:0}to{opacity:0;left:-10rem}}@keyframes scroll-bottom-button_fadeInKF__VxPnR{0%{opacity:0}to{opacity:1}}@keyframes scroll-bottom-button_fadeOutKF__8rjET{0%{opacity:1}to{opacity:0}}@keyframes scroll-bottom-button_fadeInScaleDownKF__BsUey{0%{opacity:0}to{opacity:1;transform:scale(1)}}@keyframes scroll-bottom-button_fadeInSlideUpKF__O9lQS{0%{opacity:0;bottom:-5rem}to{opacity:1;bottom:0}}@keyframes scroll-bottom-button_slideDownKF__unIYH{0%{top:-5rem}to{top:0}}@keyframes scroll-bottom-button_fadeInSlideDownKF__4wV8f{0%{opacity:0;top:-5rem}to{opacity:1;top:0}}@keyframes scroll-bottom-button_fadeOutSlideUpKF__nXObc{0%{opacity:1;top:0}to{opacity:0;top:-5rem}}.scroll-bottom-button_animation__yQVnV{height:100%;display:block}.scroll-bottom-button_animation--cycle-border-color__mRA1J{padding:.5rem;animation:scroll-bottom-button_cycle-border-color__lKcH4 2s linear infinite alternate}.scroll-bottom-button_animation--cycle-colors__0x4Qn{animation:scroll-bottom-button_cycle-colour__lEmNs 1s linear infinite alternate}.scroll-bottom-button_button__Wt3He{min-height:50px;max-height:50px;min-width:50px;max-width:50px;box-sizing:border-box;margin:10px 1rem;background-color:var(--background-color-dark-two);border-radius:5px;box-shadow:0 1px 3px #0a0a0a;transition:background-color .4s}.scroll-bottom-button_button__Wt3He:hover{cursor:pointer}@media screen and (min-width:0px)and (max-width:800px){.scroll-bottom-button_button__Wt3He{min-height:40px;max-height:40px;min-width:40px;max-width:40px;font-size:1.5rem}}.scroll-bottom-button_svg__5i_QH{transition:fill .4s ease-in-out;fill:var(--white);min-height:33px;max-height:33px;min-width:33px;max-width:33px;position:relative;top:3px}@media screen and (min-width:0px)and (max-width:800px){.scroll-bottom-button_svg__5i_QH{min-height:25px;max-height:25px;min-width:25px;max-width:25px}}.scroll-bottom-button_path__ij0q5{fill:var(--white);stroke-width:10;stroke:var(--white)}@keyframes scroll-top-button_cycle-border-color__qMH3m{0%{border:2px solid var(--primary-color)}to{border:2px solid var(--secondary-color)}}@keyframes scroll-top-button_cycle-colour__ZK8PB{0%{color:var(--primary-color)}to{color:var(--secondary-color)}}@keyframes scroll-top-button_fadeInSlideFromLeft__A_4un{0%{opacity:0;left:-10rem}to{opacity:1;left:0}}@keyframes scroll-top-button_fadeOutSlideToLeft__l_sdT{0%{opacity:1;left:0}to{opacity:0;left:-10rem}}@keyframes scroll-top-button_fadeInKF__gy7CW{0%{opacity:0}to{opacity:1}}@keyframes scroll-top-button_fadeOutKF__VsZAE{0%{opacity:1}to{opacity:0}}@keyframes scroll-top-button_fadeInScaleDownKF__QDjxX{0%{opacity:0}to{opacity:1;transform:scale(1)}}@keyframes scroll-top-button_fadeInSlideUpKF__CHp6y{0%{opacity:0;bottom:-5rem}to{opacity:1;bottom:0}}@keyframes scroll-top-button_slideDownKF__My1Hy{0%{top:-5rem}to{top:0}}@keyframes scroll-top-button_fadeInSlideDownKF__TIULJ{0%{opacity:0;top:-5rem}to{opacity:1;top:0}}@keyframes scroll-top-button_fadeOutSlideUpKF__l2NMu{0%{opacity:1;top:0}to{opacity:0;top:-5rem}}.scroll-top-button_animation__IMO2C{height:100%;display:block}.scroll-top-button_animation--cycle-border-color__Us5FS{padding:.5rem;animation:scroll-top-button_cycle-border-color__qMH3m 2s linear infinite alternate}.scroll-top-button_animation--cycle-colors__INK9r{animation:scroll-top-button_cycle-colour__ZK8PB 1s linear infinite alternate}.scroll-top-button_button__ATMNX{min-height:50px;max-height:50px;min-width:50px;max-width:50px;box-sizing:border-box;margin:10px 1rem;background-color:var(--background-color-dark-two);border-radius:5px;box-shadow:0 1px 3px #0a0a0a;transition:background-color .4s}.scroll-top-button_button__ATMNX:hover{cursor:pointer}@media screen and (min-width:0px)and (max-width:800px){.scroll-top-button_button__ATMNX{min-height:40px;max-height:40px;min-width:40px;max-width:40px;font-size:1.5rem}}.scroll-top-button_svg__xR2LG{transition:fill .4s ease-in-out;fill:var(--white);min-height:33px;max-height:33px;min-width:33px;max-width:33px;position:relative;top:3px}@media screen and (min-width:0px)and (max-width:800px){.scroll-top-button_svg__xR2LG{min-height:25px;max-height:25px;min-width:25px;max-width:25px}}.scroll-top-button_path__Oc_e9{fill:var(--white);stroke-width:10;stroke:var(--white)}@keyframes theme-picker-button_cycle-border-color__0m87J{0%{border:2px solid var(--primary-color)}to{border:2px solid var(--secondary-color)}}@keyframes theme-picker-button_cycle-colour__XN6J8{0%{color:var(--primary-color)}to{color:var(--secondary-color)}}@keyframes theme-picker-button_fadeInSlideFromLeft__PdW7i{0%{opacity:0;left:-10rem}to{opacity:1;left:0}}@keyframes theme-picker-button_fadeOutSlideToLeft__GQ2CQ{0%{opacity:1;left:0}to{opacity:0;left:-10rem}}@keyframes theme-picker-button_fadeInKF__g_VUu{0%{opacity:0}to{opacity:1}}@keyframes theme-picker-button_fadeOutKF__TwL7A{0%{opacity:1}to{opacity:0}}@keyframes theme-picker-button_fadeInScaleDownKF__zEYs3{0%{opacity:0}to{opacity:1;transform:scale(1)}}@keyframes theme-picker-button_fadeInSlideUpKF__6cAWc{0%{opacity:0;bottom:-5rem}to{opacity:1;bottom:0}}@keyframes theme-picker-button_slideDownKF__sBloE{0%{top:-5rem}to{top:0}}@keyframes theme-picker-button_fadeInSlideDownKF__jovPG{0%{opacity:0;top:-5rem}to{opacity:1;top:0}}@keyframes theme-picker-button_fadeOutSlideUpKF__CunMA{0%{opacity:1;top:0}to{opacity:0;top:-5rem}}.theme-picker-button_animation__Wy8vy{height:100%;display:block}.theme-picker-button_animation--cycle-border-color__gx6UD{padding:.5rem;animation:theme-picker-button_cycle-border-color__0m87J 2s linear infinite alternate}.theme-picker-button_animation--cycle-colors___Kbu8{animation:theme-picker-button_cycle-colour__XN6J8 1s linear infinite alternate}.theme-picker-button_button__mjoQy{min-height:50px;max-height:50px;min-width:50px;max-width:50px;box-sizing:border-box;margin:10px 1rem;background-color:var(--background-color-dark-two);border-radius:5px;box-shadow:0 1px 3px #0a0a0a;transition:background-color .4s}.theme-picker-button_button__mjoQy:hover{cursor:pointer}@media screen and (min-width:0px)and (max-width:800px){.theme-picker-button_button__mjoQy{min-height:40px;max-height:40px;min-width:40px;max-width:40px;font-size:1.5rem}}.theme-picker-button_svg__oFtIB{transition:fill .4s ease-in-out;fill:var(--white);min-height:33px;max-height:33px;min-width:33px;max-width:33px;position:relative;top:3px}@media screen and (min-width:0px)and (max-width:800px){.theme-picker-button_svg__oFtIB{min-height:25px;max-height:25px;min-width:25px;max-width:25px}}.theme-picker-button_path__lMQl5{fill:var(--primary-color)}@keyframes swap-background-button_cycle-border-color__jZaPx{0%{border:2px solid var(--primary-color)}to{border:2px solid var(--secondary-color)}}@keyframes swap-background-button_cycle-colour__znsM1{0%{color:var(--primary-color)}to{color:var(--secondary-color)}}@keyframes swap-background-button_fadeInSlideFromLeft__3voUh{0%{opacity:0;left:-10rem}to{opacity:1;left:0}}@keyframes swap-background-button_fadeOutSlideToLeft__f2I5m{0%{opacity:1;left:0}to{opacity:0;left:-10rem}}@keyframes swap-background-button_fadeInKF__NVwVA{0%{opacity:0}to{opacity:1}}@keyframes swap-background-button_fadeOutKF__a3P0a{0%{opacity:1}to{opacity:0}}@keyframes swap-background-button_fadeInScaleDownKF__uh64S{0%{opacity:0}to{opacity:1;transform:scale(1)}}@keyframes swap-background-button_fadeInSlideUpKF__ODr_4{0%{opacity:0;bottom:-5rem}to{opacity:1;bottom:0}}@keyframes swap-background-button_slideDownKF__hmpHE{0%{top:-5rem}to{top:0}}@keyframes swap-background-button_fadeInSlideDownKF__RZi4E{0%{opacity:0;top:-5rem}to{opacity:1;top:0}}@keyframes swap-background-button_fadeOutSlideUpKF__Qyngs{0%{opacity:1;top:0}to{opacity:0;top:-5rem}}.swap-background-button_animation__3rHdY{height:100%;display:block}.swap-background-button_animation--cycle-border-color__culFz{padding:.5rem;animation:swap-background-button_cycle-border-color__jZaPx 2s linear infinite alternate}.swap-background-button_animation--cycle-colors__plmQz{animation:swap-background-button_cycle-colour__znsM1 1s linear infinite alternate}.swap-background-button_button__bRPpr{min-height:50px;max-height:50px;min-width:50px;max-width:50px;box-sizing:border-box;margin:10px 1rem;background-color:var(--background-color-dark-two);border-radius:5px;box-shadow:0 1px 3px #0a0a0a;transition:background-color .4s}.swap-background-button_button__bRPpr:hover{cursor:pointer}@media screen and (min-width:0px)and (max-width:800px){.swap-background-button_button__bRPpr{min-height:40px;max-height:40px;min-width:40px;max-width:40px;font-size:1.5rem}}.swap-background-button_svg__XLwOq{transition:fill .4s ease-in-out;fill:var(--white);min-height:33px;max-height:33px;min-width:33px;max-width:33px;position:relative;top:3px}@media screen and (min-width:0px)and (max-width:800px){.swap-background-button_svg__XLwOq{min-height:25px;max-height:25px;min-width:25px;max-width:25px}}@keyframes settings-bar-cog-button_cycle-border-color__031aM{0%{border:2px solid var(--primary-color)}to{border:2px solid var(--secondary-color)}}@keyframes settings-bar-cog-button_cycle-colour__PnKEg{0%{color:var(--primary-color)}to{color:var(--secondary-color)}}@keyframes settings-bar-cog-button_fadeInSlideFromLeft__FPbzN{0%{opacity:0;left:-10rem}to{opacity:1;left:0}}@keyframes settings-bar-cog-button_fadeOutSlideToLeft___eUb7{0%{opacity:1;left:0}to{opacity:0;left:-10rem}}@keyframes settings-bar-cog-button_fadeInKF__J5iu9{0%{opacity:0}to{opacity:1}}@keyframes settings-bar-cog-button_fadeOutKF__ESvoz{0%{opacity:1}to{opacity:0}}@keyframes settings-bar-cog-button_fadeInScaleDownKF__e_nQu{0%{opacity:0}to{opacity:1;transform:scale(1)}}@keyframes settings-bar-cog-button_fadeInSlideUpKF__YFyRO{0%{opacity:0;bottom:-5rem}to{opacity:1;bottom:0}}@keyframes settings-bar-cog-button_slideDownKF__Z644Q{0%{top:-5rem}to{top:0}}@keyframes settings-bar-cog-button_fadeInSlideDownKF__2N4rE{0%{opacity:0;top:-5rem}to{opacity:1;top:0}}@keyframes settings-bar-cog-button_fadeOutSlideUpKF__5Jx5U{0%{opacity:1;top:0}to{opacity:0;top:-5rem}}.settings-bar-cog-button_animation__bC5WA{height:100%;display:block}.settings-bar-cog-button_animation--cycle-border-color__l8N1W{padding:.5rem;animation:settings-bar-cog-button_cycle-border-color__031aM 2s linear infinite alternate}.settings-bar-cog-button_animation--cycle-colors__TMu81{animation:settings-bar-cog-button_cycle-colour__PnKEg 1s linear infinite alternate}@keyframes settings-bar-cog-button_rotateSettingsHide__GD_1a{0%{transform:rotate(0deg)}to{transform:rotate(1turn)}}@keyframes settings-bar-cog-button_rotateSettingsShow__1t1SO{0%{transform:rotate(1turn)}to{transform:rotate(0deg)}}.settings-bar-cog-button_button__Vl6Bk{width:50px;height:50px;margin:5px;box-sizing:border-box;background-color:var(--background-color-dark-two);border-radius:5px;box-shadow:0 1px 3px #0a0a0a}@media screen and (min-width:0px)and (max-width:800px){.settings-bar-cog-button_button__Vl6Bk{width:40px;height:40px}}.settings-bar-cog-button_svg__ZVfqS{transition:fill .4s ease-in-out;fill:var(--white);min-height:33px;max-height:33px;min-width:33px;max-width:33px;position:relative;top:3px}@media screen and (min-width:0px)and (max-width:800px){.settings-bar-cog-button_svg__ZVfqS{min-height:25px;max-height:25px;min-width:25px;max-width:25px}}.settings-bar-cog-button_svgShow__i1jLb{animation-name:settings-bar-cog-button_rotateSettingsShow__1t1SO;animation-duration:1s}.settings-bar-cog-button_svgHide__VEJX0{animation-name:settings-bar-cog-button_rotateSettingsHide__GD_1a;animation-duration:1s}@keyframes settings-bar_cycle-border-color__A94fx{0%{border:2px solid var(--primary-color)}to{border:2px solid var(--secondary-color)}}@keyframes settings-bar_cycle-colour__wvg73{0%{color:var(--primary-color)}to{color:var(--secondary-color)}}@keyframes settings-bar_fadeInSlideFromLeft__EbbNq{0%{opacity:0;left:-10rem}to{opacity:1;left:0}}@keyframes settings-bar_fadeOutSlideToLeft__w0WUf{0%{opacity:1;left:0}to{opacity:0;left:-10rem}}@keyframes settings-bar_fadeInKF__AQamD{0%{opacity:0}to{opacity:1}}@keyframes settings-bar_fadeOutKF__r05WH{0%{opacity:1}to{opacity:0}}@keyframes settings-bar_fadeInScaleDownKF__fnZNl{0%{opacity:0}to{opacity:1;transform:scale(1)}}@keyframes settings-bar_fadeInSlideUpKF__XwcfU{0%{opacity:0;bottom:-5rem}to{opacity:1;bottom:0}}@keyframes settings-bar_slideDownKF__xLUcd{0%{top:-5rem}to{top:0}}@keyframes settings-bar_fadeInSlideDownKF__2BuUs{0%{opacity:0;top:-5rem}to{opacity:1;top:0}}@keyframes settings-bar_fadeOutSlideUpKF__eMjmv{0%{opacity:1;top:0}to{opacity:0;top:-5rem}}.settings-bar_animation__YidBV{height:100%;display:block}.settings-bar_animation--cycle-border-color__piOCN{padding:.5rem;animation:settings-bar_cycle-border-color__A94fx 2s linear infinite alternate}.settings-bar_animation--cycle-colors__sPnSA{animation:settings-bar_cycle-colour__wvg73 1s linear infinite alternate}@keyframes settings-bar_settingsBarSlideUp__WBYP_{0%{bottom:-360px}to{bottom:0}}@keyframes settings-bar_settingsBarSlideDown___e3yx{0%{bottom:0}to{bottom:-360px}}@keyframes settings-bar_settingsBarSlideUpMobile__wVQFR{0%{bottom:-310px}to{bottom:0}}@keyframes settings-bar_settingsBarSlideDownMobile__jklHX{0%{bottom:0}to{bottom:-310px}}.settings-bar_settingsBar__mWQ9y{overflow-x:auto;overflow-y:hidden;position:fixed;right:0;z-index:1;display:flex;justify-content:center;align-items:center;flex-direction:column;padding:1rem 0;background-color:none;transition:1s ease-in-out}.settings-bar_settingsBar--initial__STTlZ{bottom:-360px}@media screen and (min-width:0px)and (max-width:800px){.settings-bar_settingsBar--initial__STTlZ{bottom:-310px}}.settings-bar_settingsBar--show__vysbM{animation-name:settings-bar_settingsBarSlideUp__WBYP_;animation-duration:1.5s;animation-iteration-count:1;animation-fill-mode:forwards;background-color:var(--primary-color);border-radius:5px}@media screen and (min-width:0px)and (max-width:800px){.settings-bar_settingsBar--show__vysbM{animation-name:settings-bar_settingsBarSlideUpMobile__wVQFR}}.settings-bar_settingsBar--hide__N8z6F{animation-name:settings-bar_settingsBarSlideDown___e3yx;animation-duration:1.5s;animation-iteration-count:1;animation-fill-mode:forwards}@media screen and (min-width:0px)and (max-width:800px){.settings-bar_settingsBar--hide__N8z6F{animation-name:settings-bar_settingsBarSlideDownMobile__jklHX}}.settings-bar_bounce__PWyc3{animation:settings-bar_bounce__PWyc3 2s;animation-delay:30s}@keyframes settings-bar_bounce__PWyc3{0%,20%,50%,80%,to{transform:translateY(0)}40%{transform:translateY(-50px)}60%{transform:translateY(-25px)}}@keyframes app_cycle-border-color__BtWsM{0%{border:2px solid var(--primary-color)}to{border:2px solid var(--secondary-color)}}@keyframes app_cycle-colour__3_uWR{0%{color:var(--primary-color)}to{color:var(--secondary-color)}}@keyframes app_fadeInSlideFromLeft__5C7Uq{0%{opacity:0;left:-10rem}to{opacity:1;left:0}}@keyframes app_fadeOutSlideToLeft__bMtBs{0%{opacity:1;left:0}to{opacity:0;left:-10rem}}@keyframes app_fadeInKF__4_aX3{0%{opacity:0}to{opacity:1}}@keyframes app_fadeOutKF__96FCF{0%{opacity:1}to{opacity:0}}@keyframes app_fadeInScaleDownKF__Ydclc{0%{opacity:0}to{opacity:1;transform:scale(1)}}@keyframes app_fadeInSlideUpKF__WzEqZ{0%{opacity:0;bottom:-5rem}to{opacity:1;bottom:0}}@keyframes app_slideDownKF__veFmv{0%{top:-5rem}to{top:0}}@keyframes app_fadeInSlideDownKF__F_Ca6{0%{opacity:0;top:-5rem}to{opacity:1;top:0}}@keyframes app_fadeOutSlideUpKF__ucx69{0%{opacity:1;top:0}to{opacity:0;top:-5rem}}.app_animation__FhyXe{height:100%;display:block}.app_animation--cycle-border-color__ovnpE{padding:.5rem;animation:app_cycle-border-color__BtWsM 2s linear infinite alternate}.app_animation--cycle-colors__cjWvy{animation:app_cycle-colour__3_uWR 1s linear infinite alternate}.app_fadeOnScroll__oNGG1{opacity:0;animation-name:app_fadeInKF__4_aX3;animation-duration:1s;animation-iteration-count:1;animation-fill-mode:forwards;animation-delay:.1s}.app_appContainer__GSK5a{position:relative;overflow:hidden;word-break:break-word;box-sizing:border-box;margin-right:auto;margin-left:auto;max-width:2000px;min-height:100vh}.app_appInnerContainer__LPzrs{position:relative}.app_blurShow__rmYvz{opacity:0;animation-name:app_fadeInKF__4_aX3;animation-iteration-count:1;animation-fill-mode:forwards;animation-delay:0}.app_blurHide__4Fq0K,.app_blurShow__rmYvz{position:fixed;height:100vh;width:100vw;background-color:var(--background-color-dark-one);z-index:2;animation-duration:.5s}.app_blurHide__4Fq0K{opacity:1;animation-name:app_fadeOutKF__96FCF;animation-iteration-count:1;animation-fill-mode:forwards;animation-delay:0;pointer-events:none}