@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}: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)}: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)}:root{--dark-theme-colors:blue,lime,text-slate-blue,light-yellow,orange,red;--total-dark-themes:6;--christmas-challenge-key:"northpole-2021"}@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;will-change:opacity,transform;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;will-change:opacity;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}.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 p{margin-bottom:64px}.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)}@media screen and (max-width:1440px){.iframe-container{border-radius:1rem}}.iframe-container{overflow:auto;margin:2rem 0;display:flex}.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;will-change:opacity;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:3px}.article-progress-bar{height:3px;background:var(--primary-color);width:0;border-radius:0 2px 2px 0;transition:width 50ms linear}.article-progress-label{position:fixed;top:8px;right:16px;font-size:.65rem;font-family:inherit;color:var(--primary-color);opacity:0;pointer-events:none;transition:opacity .2s ease}.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%)}.concentration-break{text-align:center;font-style:italic;color:var(--secondary-color);opacity:.7;padding:.5rem 1rem;font-size:.95rem;margin:0}.TODO{color:var(--orange);font-weight:700}body[data-reduced-motion],body[data-reduced-motion] *,body[data-reduced-motion] :after,body[data-reduced-motion] :before{animation-duration:.01ms!important;animation-iteration-count:1!important;transition-duration:.01ms!important;scroll-behavior:auto!important}body[data-focus-mode]:before{content:"";position:fixed;inset:0;background:rgba(0,0,0,.78);z-index:20;pointer-events:none}body[data-focus-mode] article{position:relative;z-index:25}body[data-focus-mode] #article-sidebar{z-index:25}@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;line-height:1.2;margin:2rem 0;color:var(--primary-color)}@media screen and (min-width:0px)and (max-width:500px){h2{font-size:1.8rem}}h2{transition:color .4s ease-in-out}h2 sup{vertical-align:text-top;font-size:.75rem}h3{font-size:1.6rem;font-weight:700;line-height:1.3;margin:2rem 0;color:var(--secondary-color)}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}}h3{transition:color .4s ease-in-out}h4{font-size:1.5rem;font-weight:700;line-height:1.3;margin:2rem 0;color:var(--pink)}@media screen and (min-width:0px)and (max-width:500px){h4{font-size:1.4rem}}h4{transition:color .4s ease-in-out}h5{font-size:1.4rem;font-weight:700;line-height:1.3;margin:2rem 0;color:var(--pink)}@media screen and (min-width:0px)and (max-width:500px){h5{font-size:1.2rem}}h5{transition:color .4s ease-in-out}p{font-size:1.1rem}@media screen and (min-width:0px)and (max-width:800px){p{font-size:1rem}}p{color:var(--font-color);margin:2rem 0}label{font-size:1.1rem}@media screen and (min-width:0px)and (max-width:800px){label{font-size:1rem}}label{padding:1rem 0}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}@media screen and (min-width:0px)and (max-width:800px){ul{font-size:1rem}}ul{color:var(--font-color)}ul li{margin-bottom:1rem}a{font-size:1.1rem}@media screen and (min-width:0px)and (max-width:800px){a{font-size:1rem}}a{text-decoration:none;color:#00bfff;transition:.4s;font-weight:700}a:hover{filter:brightness(130%)}button{background:none;color:inherit;border:none;padding:0;font:inherit;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}@media screen and (min-width:0px)and (max-width:800px){summary{font-size:1rem}}summary{margin:.5rem 0;transition:.4s;font-size:.9rem}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}@media screen and (min-width:0px)and (max-width:800px){code[class*=language-],pre[class*=language-]{font-size:.8rem}}code[class*=language-],pre[class*=language-]{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}pre[class*=language-]{font-size:1rem}@media screen and (min-width:0px)and (max-width:800px){pre[class*=language-]{font-size:.8rem}}pre[class*=language-]{padding:1em;margin:3em 0;overflow:auto}@media screen and (min-width:0px)and (max-width:800px){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:40;width:300px;left:0}@media screen and (min-width:0px)and (max-width:800px){.primary-nav_container__dSGqU{width:90%}}.primary-nav_button__d0bug{position:relative;z-index:30;background-color:var(--primary-color);border:none;border-radius:16px;margin:1rem;height:60px;width:60px;box-shadow:0 2px 12px rgba(0,0,0,.4),0 0 0 1px rgba(0,0,0,.2);transition:transform .4s,box-shadow .4s;cursor:pointer}@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{transform:scale(1.06);box-shadow:0 4px 20px rgba(0,0,0,.5),0 0 0 1px rgba(0,0,0,.2)}.primary-nav_button__d0bug svg{fill:#000;height:60px;width:60px;position:absolute;top:5px;left:-3px}@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-mix(in srgb,var(--background-color-dark-one) 96%,transparent);backdrop-filter:blur(16px);-webkit-backdrop-filter:blur(16px);border:1px solid hsla(0,0%,100%,.12);border-radius:10px;box-shadow:0 20px 60px rgba(0,0,0,.7),0 0 0 1px hsla(0,0%,100%,.04);left:-10rem;overflow:hidden}.primary-nav_items--closed__gKqZM{display:none}.primary-nav_items--opening__x4dPJ{opacity:0;left:1rem}.primary-nav_items--opened__AYe3d{opacity:1;transition:opacity .4s;left:1rem}.primary-nav_items--closing__c0IXt{opacity:0;left:1rem;transition:opacity .4s}.primary-nav_item__bxnwf{position:relative;max-width:100%;color:var(--font-color);font-size:.9rem;overflow:hidden;padding:.85rem 1.5rem .85rem 2.2rem;transition:color .4s,background .4s;text-align:left;background:none;width:100%}.primary-nav_item__bxnwf:before{content:">";position:absolute;left:.85rem;top:50%;transform:translateY(-50%) translateX(-4px);opacity:0;color:var(--primary-color);font-weight:700;font-size:.85rem;transition:opacity .15s ease,transform .15s ease,color .4s ease-in-out}.primary-nav_item__bxnwf:hover{cursor:pointer;color:var(--primary-color);background-color:hsla(0,0%,100%,.05)}.primary-nav_item__bxnwf:hover:before{opacity:1;transform:translateY(-50%) translateX(0)}.primary-nav_item__bxnwf:focus-visible{outline:2px solid var(--primary-color);outline-offset:-2px}.primary-nav_itemActive__uPel2{color:var(--primary-color);background-color:hsla(0,0%,100%,.05)}.primary-nav_itemActive__uPel2:before{opacity:1;transform:translateY(-50%) translateX(0)}.primary-nav_itemExpandable__nBZNF{display:flex;justify-content:space-between;align-items:center}.primary-nav_chevron__GU_rL{display:inline-block;flex-shrink:0;width:7px;height:7px;border-right:1.5px solid var(--light-grey);border-bottom:1.5px solid var(--light-grey);transform:rotate(-45deg);transition:transform .2s ease,border-color .15s ease}.primary-nav_chevronOpen__XRgbs{transform:rotate(45deg);border-color:var(--primary-color)}.primary-nav_subMenu__pPUj9{overflow:hidden;max-height:0;transition:max-height .28s ease;background:hsla(0,0%,100%,.02);border-left:1px solid hsla(0,0%,100%,.1);margin:0 .75rem 0 2.2rem;border-radius:0 0 4px 4px}.primary-nav_subMenu__pPUj9 .primary-nav_subMenuHeader__b8Zb2{font-size:.86rem!important}.primary-nav_subMenu__pPUj9 .primary-nav_subItem__zn5ih,.primary-nav_subMenu__pPUj9 .primary-nav_subItem__zn5ih span{font-size:.84rem!important}.primary-nav_subMenu__pPUj9 .primary-nav_subItem__zn5ih .primary-nav_count__85Oiv{font-size:.68rem!important}.primary-nav_subMenuOpen__4Pv_K{max-height:500px}.primary-nav_subMenuHeader__b8Zb2{display:block;padding:.6rem 1rem;font-size:.86rem;font-weight:700;color:var(--primary-color);opacity:.8;transition:color .15s ease,background .15s ease,opacity .15s ease;background:none;border:none;width:100%;text-align:left;cursor:pointer;letter-spacing:.02em}.primary-nav_subMenuHeader__b8Zb2:hover{opacity:1;background:hsla(0,0%,100%,.04)}.primary-nav_subMenuHeader__b8Zb2:focus-visible{outline:2px solid var(--primary-color);outline-offset:-2px}.primary-nav_subMenuDivider__EsGSM{height:1px;background:hsla(0,0%,100%,.06);margin:0 .75rem}.primary-nav_subItem__zn5ih{display:flex;justify-content:space-between;align-items:center;padding:.4rem 1rem;font-size:.84rem;font-weight:400;color:var(--light-grey)}.primary-nav_subItem__zn5ih span{font-size:.84rem}.primary-nav_subItem__zn5ih{transition:color .15s ease,background .15s ease;background:none;border:none;width:100%;text-align:left}.primary-nav_subItem__zn5ih:hover{color:var(--primary-color);background:hsla(0,0%,100%,.04);cursor:pointer}.primary-nav_subItem__zn5ih:focus-visible{outline:2px solid var(--primary-color);outline-offset:-2px}.primary-nav_count__85Oiv{font-size:.68rem;color:var(--light-grey);opacity:.5;background:hsla(0,0%,100%,.07);padding:1px 6px;border-radius:8px;font-feature-settings:"tnum";font-variant-numeric:tabular-nums}.primary-nav_aboutPanel__Pphhw{display:flex;align-items:center;gap:12px;padding:.9rem 1.2rem .75rem;cursor:default}.primary-nav_aboutAvatar__9Fylc{width:72px;height:72px;border-radius:50%;object-fit:cover;flex-shrink:0;border:2px solid var(--primary-color);box-shadow:0 0 10px color-mix(in srgb,var(--primary-color) 40%,transparent);cursor:default;transition:border-color .4s ease-in-out,box-shadow .4s ease-in-out}.primary-nav_aboutAvatar__9Fylc:hover{box-shadow:0 0 18px var(--primary-color)}.primary-nav_aboutMeta__MlEBo{display:flex;flex-direction:column;gap:3px;min-width:0}.primary-nav_aboutName__G98Ie{font-size:.88rem;font-weight:600;color:var(--font-color);white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.primary-nav_aboutHandle__ZLw_R{font-size:.75rem;color:var(--primary-color);font-weight:500;transition:color .4s ease-in-out}.primary-nav_bubble__B5IGI{position:absolute;left:calc(100% + 14px);top:126px}@media screen and (min-width:0px)and (max-width:800px){.primary-nav_bubble__B5IGI{display:none}}.primary-nav_bubble__B5IGI{transform:translateX(-10px) translateY(-50%);width:210px;opacity:0;pointer-events:none;transition:opacity .2s ease,transform .2s ease;z-index:50;background:color-mix(in srgb,var(--background-color-dark-one) 97%,transparent);backdrop-filter:blur(16px);-webkit-backdrop-filter:blur(16px);border:1px solid hsla(0,0%,100%,.12);border-radius:10px;box-shadow:0 8px 32px rgba(0,0,0,.6),0 0 0 1px hsla(0,0%,100%,.04);padding:12px 14px}.primary-nav_bubble__B5IGI:before{content:"";position:absolute;right:100%;top:50%;transform:translateY(-50%);border:7px solid rgba(0,0,0,0);border-right-color:hsla(0,0%,100%,.12)}.primary-nav_bubble__B5IGI:after{content:"";position:absolute;right:calc(100% - 1px);top:50%;transform:translateY(-50%);border:6px solid rgba(0,0,0,0);border-right:6px solid var(--background-color-dark-one)}.primary-nav_bubbleVisible__5nfJl{opacity:1;transform:translateX(0) translateY(-50%);pointer-events:auto}.primary-nav_bubbleText__VcNMu{font-size:.9rem;color:var(--light-grey);line-height:1.55;margin:0 0 10px}.primary-nav_bubbleWelcome__Abl55{font-size:.78rem;font-weight:600;color:var(--primary-color);margin:0;transition:color .4s ease-in-out}.primary-nav_aboutDivider__gCCgj{height:1px;background:hsla(0,0%,100%,.08);margin:0 1rem .25rem}@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:42px;max-height:42px;min-width:42px;max-width:42px;display:flex;align-items:center;justify-content:center;box-sizing:border-box;background:hsla(0,0%,100%,.04);border:1px solid hsla(0,0%,100%,.07);border-radius:50%;transition:background .4s,border-color .4s,transform .4s}.home-button_button__TQXto:hover{cursor:pointer;background:hsla(0,0%,100%,.1);border-color:var(--primary-color);transform:scale(1.1)}@media screen and (min-width:0px)and (max-width:800px){.home-button_button__TQXto{min-height:36px;max-height:36px;min-width:36px;max-width:36px}}.home-button_svg__ndmtn{transition:fill .4s ease-in-out;fill:var(--white);min-height:22px;max-height:22px;min-width:22px;max-width:22px}@media screen and (min-width:0px)and (max-width:800px){.home-button_svg__ndmtn{min-height:18px;max-height:18px;min-width:18px;max-width:18px}}.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:42px;max-height:42px;min-width:42px;max-width:42px;display:flex;align-items:center;justify-content:center;box-sizing:border-box;background:hsla(0,0%,100%,.04);border:1px solid hsla(0,0%,100%,.07);border-radius:50%;transition:background .4s,border-color .4s,transform .4s}.scroll-bottom-button_button__Wt3He:hover{cursor:pointer;background:hsla(0,0%,100%,.1);border-color:var(--primary-color);transform:scale(1.1)}@media screen and (min-width:0px)and (max-width:800px){.scroll-bottom-button_button__Wt3He{min-height:36px;max-height:36px;min-width:36px;max-width:36px}}.scroll-bottom-button_svg__5i_QH{transition:fill .4s ease-in-out;fill:var(--white);min-height:22px;max-height:22px;min-width:22px;max-width:22px}@media screen and (min-width:0px)and (max-width:800px){.scroll-bottom-button_svg__5i_QH{min-height:18px;max-height:18px;min-width:18px;max-width:18px}}.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:42px;max-height:42px;min-width:42px;max-width:42px;display:flex;align-items:center;justify-content:center;box-sizing:border-box;background:hsla(0,0%,100%,.04);border:1px solid hsla(0,0%,100%,.07);border-radius:50%;transition:background .4s,border-color .4s,transform .4s}.scroll-top-button_button__ATMNX:hover{cursor:pointer;background:hsla(0,0%,100%,.1);border-color:var(--primary-color);transform:scale(1.1)}@media screen and (min-width:0px)and (max-width:800px){.scroll-top-button_button__ATMNX{min-height:36px;max-height:36px;min-width:36px;max-width:36px}}.scroll-top-button_svg__xR2LG{transition:fill .4s ease-in-out;fill:var(--white);min-height:22px;max-height:22px;min-width:22px;max-width:22px}@media screen and (min-width:0px)and (max-width:800px){.scroll-top-button_svg__xR2LG{min-height:18px;max-height:18px;min-width:18px;max-width:18px}}.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:42px;max-height:42px;min-width:42px;max-width:42px;display:flex;align-items:center;justify-content:center;box-sizing:border-box;background:hsla(0,0%,100%,.04);border:1px solid hsla(0,0%,100%,.07);border-radius:50%;transition:background .4s,border-color .4s,transform .4s}.theme-picker-button_button__mjoQy:hover{cursor:pointer;background:hsla(0,0%,100%,.1);border-color:var(--primary-color);transform:scale(1.1)}@media screen and (min-width:0px)and (max-width:800px){.theme-picker-button_button__mjoQy{min-height:36px;max-height:36px;min-width:36px;max-width:36px}}.theme-picker-button_svg__oFtIB{transition:fill .4s ease-in-out;fill:var(--white);min-height:22px;max-height:22px;min-width:22px;max-width:22px}@media screen and (min-width:0px)and (max-width:800px){.theme-picker-button_svg__oFtIB{min-height:18px;max-height:18px;min-width:18px;max-width:18px}}.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:42px;max-height:42px;min-width:42px;max-width:42px;display:flex;align-items:center;justify-content:center;box-sizing:border-box;background:hsla(0,0%,100%,.04);border:1px solid hsla(0,0%,100%,.07);border-radius:50%;transition:background .4s,border-color .4s,transform .4s}.swap-background-button_button__bRPpr:hover{cursor:pointer;background:hsla(0,0%,100%,.1);border-color:var(--primary-color);transform:scale(1.1)}@media screen and (min-width:0px)and (max-width:800px){.swap-background-button_button__bRPpr{min-height:36px;max-height:36px;min-width:36px;max-width:36px}}.swap-background-button_svg__XLwOq{transition:fill .4s ease-in-out;fill:var(--white);min-height:22px;max-height:22px;min-width:22px;max-width:22px}@media screen and (min-width:0px)and (max-width:800px){.swap-background-button_svg__XLwOq{min-height:18px;max-height:18px;min-width:18px;max-width:18px}}@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}.settings-bar-cog-button_button__Vl6Bk{width:52px;height:52px;box-sizing:border-box;border-radius:50%;display:flex;align-items:center;justify-content:center;background:var(--background-color-dark-two);border:1.5px solid hsla(0,0%,100%,.12);box-shadow:0 4px 20px rgba(0,0,0,.5),0 1px 4px rgba(0,0,0,.4);cursor:pointer;transition:border-color .2s ease,box-shadow .2s ease,transform .15s ease}.settings-bar-cog-button_button__Vl6Bk:hover{border-color:var(--primary-color);transform:scale(1.06)}.settings-bar-cog-button_button__Vl6Bk.settings-bar-cog-button_active___a6Ru{border-color:var(--primary-color);box-shadow:0 0 0 2px var(--primary-color),0 4px 20px rgba(0,0,0,.5)}@media screen and (min-width:0px)and (max-width:800px){.settings-bar-cog-button_button__Vl6Bk{width:44px;height:44px}}.settings-bar-cog-button_svg__ZVfqS{transition:fill .4s ease-in-out;fill:var(--white);min-height:26px;max-height:26px;min-width:26px;max-width:26px}@media screen and (min-width:0px)and (max-width:800px){.settings-bar-cog-button_svg__ZVfqS{min-height:22px;max-height:22px;min-width:22px;max-width:22px}}@keyframes settings-bar-cog-button_cogOpen__qOelV{0%{transform:rotate(0deg)}to{transform:rotate(180deg)}}@keyframes settings-bar-cog-button_cogClose__vSawr{0%{transform:rotate(180deg)}to{transform:rotate(1turn)}}.settings-bar-cog-button_svgShow__i1jLb{animation:settings-bar-cog-button_cogOpen__qOelV .4s cubic-bezier(.34,1.56,.64,1) forwards}.settings-bar-cog-button_svgHide__VEJX0{animation:settings-bar-cog-button_cogClose__vSawr .4s ease forwards}@keyframes font-size-button_cycle-border-color__0oKEp{0%{border:2px solid var(--primary-color)}to{border:2px solid var(--secondary-color)}}@keyframes font-size-button_cycle-colour__3dtn3{0%{color:var(--primary-color)}to{color:var(--secondary-color)}}@keyframes font-size-button_fadeInSlideFromLeft__ISX6C{0%{opacity:0;left:-10rem}to{opacity:1;left:0}}@keyframes font-size-button_fadeOutSlideToLeft__cmfGW{0%{opacity:1;left:0}to{opacity:0;left:-10rem}}@keyframes font-size-button_fadeInKF__Hda7a{0%{opacity:0}to{opacity:1}}@keyframes font-size-button_fadeOutKF__2oFdn{0%{opacity:1}to{opacity:0}}@keyframes font-size-button_fadeInScaleDownKF__CVu9_{0%{opacity:0}to{opacity:1;transform:scale(1)}}@keyframes font-size-button_fadeInSlideUpKF__c_2YS{0%{opacity:0;bottom:-5rem}to{opacity:1;bottom:0}}@keyframes font-size-button_slideDownKF__r8CfC{0%{top:-5rem}to{top:0}}@keyframes font-size-button_fadeInSlideDownKF__U5FRE{0%{opacity:0;top:-5rem}to{opacity:1;top:0}}@keyframes font-size-button_fadeOutSlideUpKF__GjHP1{0%{opacity:1;top:0}to{opacity:0;top:-5rem}}.font-size-button_animation___xXQc{height:100%;display:block}.font-size-button_animation--cycle-border-color__Lc1Cy{padding:.5rem;animation:font-size-button_cycle-border-color__0oKEp 2s linear infinite alternate}.font-size-button_animation--cycle-colors__B88nS{animation:font-size-button_cycle-colour__3dtn3 1s linear infinite alternate}.font-size-button_button___O8bN{min-height:42px;max-height:42px;min-width:42px;max-width:42px;display:flex;align-items:center;justify-content:center;box-sizing:border-box;background:hsla(0,0%,100%,.04);border:1px solid hsla(0,0%,100%,.07);border-radius:50%;transition:background .4s,border-color .4s,transform .4s}.font-size-button_button___O8bN:hover{cursor:pointer;background:hsla(0,0%,100%,.1);border-color:var(--primary-color);transform:scale(1.1)}@media screen and (min-width:0px)and (max-width:800px){.font-size-button_button___O8bN{min-height:36px;max-height:36px;min-width:36px;max-width:36px}}.font-size-button_button___O8bN.font-size-button_active__vzhCe{border-color:var(--primary-color);background:hsla(0,0%,100%,.08)}.font-size-button_svg__P3Quv{width:22px;height:16px;overflow:visible}@keyframes focus-mode-button_cycle-border-color__haGqA{0%{border:2px solid var(--primary-color)}to{border:2px solid var(--secondary-color)}}@keyframes focus-mode-button_cycle-colour__HBpCP{0%{color:var(--primary-color)}to{color:var(--secondary-color)}}@keyframes focus-mode-button_fadeInSlideFromLeft__MybPW{0%{opacity:0;left:-10rem}to{opacity:1;left:0}}@keyframes focus-mode-button_fadeOutSlideToLeft__995ww{0%{opacity:1;left:0}to{opacity:0;left:-10rem}}@keyframes focus-mode-button_fadeInKF__M_Ims{0%{opacity:0}to{opacity:1}}@keyframes focus-mode-button_fadeOutKF__lHmlZ{0%{opacity:1}to{opacity:0}}@keyframes focus-mode-button_fadeInScaleDownKF__MkHLn{0%{opacity:0}to{opacity:1;transform:scale(1)}}@keyframes focus-mode-button_fadeInSlideUpKF__xit3a{0%{opacity:0;bottom:-5rem}to{opacity:1;bottom:0}}@keyframes focus-mode-button_slideDownKF__IWOIz{0%{top:-5rem}to{top:0}}@keyframes focus-mode-button_fadeInSlideDownKF__gvPQS{0%{opacity:0;top:-5rem}to{opacity:1;top:0}}@keyframes focus-mode-button_fadeOutSlideUpKF__7SuHe{0%{opacity:1;top:0}to{opacity:0;top:-5rem}}.focus-mode-button_animation__eZlDX{height:100%;display:block}.focus-mode-button_animation--cycle-border-color__Th8_B{padding:.5rem;animation:focus-mode-button_cycle-border-color__haGqA 2s linear infinite alternate}.focus-mode-button_animation--cycle-colors__90ZjV{animation:focus-mode-button_cycle-colour__HBpCP 1s linear infinite alternate}.focus-mode-button_button__2V8fz{min-height:42px;max-height:42px;min-width:42px;max-width:42px;display:flex;align-items:center;justify-content:center;box-sizing:border-box;background:hsla(0,0%,100%,.04);border:1px solid hsla(0,0%,100%,.07);border-radius:50%;transition:background .4s,border-color .4s,transform .4s}.focus-mode-button_button__2V8fz:hover{cursor:pointer;background:hsla(0,0%,100%,.1);border-color:var(--primary-color);transform:scale(1.1)}@media screen and (min-width:0px)and (max-width:800px){.focus-mode-button_button__2V8fz{min-height:36px;max-height:36px;min-width:36px;max-width:36px}}.focus-mode-button_button__2V8fz.focus-mode-button_active__Rai1e{border-color:var(--primary-color);background:hsla(0,0%,100%,.08)}.focus-mode-button_svg__rppcX{width:22px;height:22px}@keyframes reduced-motion-button_cycle-border-color__DyEnh{0%{border:2px solid var(--primary-color)}to{border:2px solid var(--secondary-color)}}@keyframes reduced-motion-button_cycle-colour__KMQ83{0%{color:var(--primary-color)}to{color:var(--secondary-color)}}@keyframes reduced-motion-button_fadeInSlideFromLeft__wuEh5{0%{opacity:0;left:-10rem}to{opacity:1;left:0}}@keyframes reduced-motion-button_fadeOutSlideToLeft__ZLi_G{0%{opacity:1;left:0}to{opacity:0;left:-10rem}}@keyframes reduced-motion-button_fadeInKF__ufYSG{0%{opacity:0}to{opacity:1}}@keyframes reduced-motion-button_fadeOutKF__S6MW4{0%{opacity:1}to{opacity:0}}@keyframes reduced-motion-button_fadeInScaleDownKF__1GsDl{0%{opacity:0}to{opacity:1;transform:scale(1)}}@keyframes reduced-motion-button_fadeInSlideUpKF__QfZ2C{0%{opacity:0;bottom:-5rem}to{opacity:1;bottom:0}}@keyframes reduced-motion-button_slideDownKF__P10s2{0%{top:-5rem}to{top:0}}@keyframes reduced-motion-button_fadeInSlideDownKF__v9R4w{0%{opacity:0;top:-5rem}to{opacity:1;top:0}}@keyframes reduced-motion-button_fadeOutSlideUpKF__1nS0Q{0%{opacity:1;top:0}to{opacity:0;top:-5rem}}.reduced-motion-button_animation__92z03{height:100%;display:block}.reduced-motion-button_animation--cycle-border-color__EpDsg{padding:.5rem;animation:reduced-motion-button_cycle-border-color__DyEnh 2s linear infinite alternate}.reduced-motion-button_animation--cycle-colors__y15kx{animation:reduced-motion-button_cycle-colour__KMQ83 1s linear infinite alternate}.reduced-motion-button_button__G4gDX{min-height:42px;max-height:42px;min-width:42px;max-width:42px;display:flex;align-items:center;justify-content:center;box-sizing:border-box;background:hsla(0,0%,100%,.04);border:1px solid hsla(0,0%,100%,.07);border-radius:50%;transition:background .4s,border-color .4s,transform .4s}.reduced-motion-button_button__G4gDX:hover{cursor:pointer;background:hsla(0,0%,100%,.1);border-color:var(--primary-color);transform:scale(1.1)}@media screen and (min-width:0px)and (max-width:800px){.reduced-motion-button_button__G4gDX{min-height:36px;max-height:36px;min-width:36px;max-width:36px}}.reduced-motion-button_button__G4gDX.reduced-motion-button_active__Xzjh_{border-color:var(--primary-color);background:hsla(0,0%,100%,.08)}.reduced-motion-button_svg__g6mq4{width:20px;height:20px}@keyframes reading-width-button_cycle-border-color__ZBv1a{0%{border:2px solid var(--primary-color)}to{border:2px solid var(--secondary-color)}}@keyframes reading-width-button_cycle-colour__slhPa{0%{color:var(--primary-color)}to{color:var(--secondary-color)}}@keyframes reading-width-button_fadeInSlideFromLeft__E_cMn{0%{opacity:0;left:-10rem}to{opacity:1;left:0}}@keyframes reading-width-button_fadeOutSlideToLeft__lqTNr{0%{opacity:1;left:0}to{opacity:0;left:-10rem}}@keyframes reading-width-button_fadeInKF__3d1cG{0%{opacity:0}to{opacity:1}}@keyframes reading-width-button_fadeOutKF__i2ULM{0%{opacity:1}to{opacity:0}}@keyframes reading-width-button_fadeInScaleDownKF__pFDHI{0%{opacity:0}to{opacity:1;transform:scale(1)}}@keyframes reading-width-button_fadeInSlideUpKF__RMmnI{0%{opacity:0;bottom:-5rem}to{opacity:1;bottom:0}}@keyframes reading-width-button_slideDownKF__SJR1D{0%{top:-5rem}to{top:0}}@keyframes reading-width-button_fadeInSlideDownKF__0XvLx{0%{opacity:0;top:-5rem}to{opacity:1;top:0}}@keyframes reading-width-button_fadeOutSlideUpKF__eKFCY{0%{opacity:1;top:0}to{opacity:0;top:-5rem}}.reading-width-button_animation__kPrFL{height:100%;display:block}.reading-width-button_animation--cycle-border-color__v8Pl5{padding:.5rem;animation:reading-width-button_cycle-border-color__ZBv1a 2s linear infinite alternate}.reading-width-button_animation--cycle-colors__jzo_F{animation:reading-width-button_cycle-colour__slhPa 1s linear infinite alternate}.reading-width-button_button__X_Cib{min-height:42px;max-height:42px;min-width:42px;max-width:42px;display:flex;align-items:center;justify-content:center;box-sizing:border-box;background:hsla(0,0%,100%,.04);border:1px solid hsla(0,0%,100%,.07);border-radius:50%;transition:background .4s,border-color .4s,transform .4s}.reading-width-button_button__X_Cib:hover{cursor:pointer;background:hsla(0,0%,100%,.1);border-color:var(--primary-color);transform:scale(1.1)}@media screen and (min-width:0px)and (max-width:800px){.reading-width-button_button__X_Cib{min-height:36px;max-height:36px;min-width:36px;max-width:36px}}.reading-width-button_button__X_Cib.reading-width-button_active__5ByA2{border-color:var(--primary-color);background:hsla(0,0%,100%,.08)}.reading-width-button_svg__sGoFJ{width:22px;height:22px}@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}.settings-bar_wrapper__ZCQuj{position:fixed;bottom:24px;right:24px;z-index:50;display:flex;flex-direction:column;align-items:center;gap:10px}.settings-bar_panel__I0SRb{display:flex;flex-direction:column;align-items:center;gap:6px;padding:10px 8px;background:rgba(15,15,15,.92);backdrop-filter:blur(24px);-webkit-backdrop-filter:blur(24px);border:1px solid hsla(0,0%,100%,.07);border-radius:20px;box-shadow:0 8px 32px rgba(0,0,0,.55),0 2px 8px rgba(0,0,0,.3);opacity:0;transform:translateY(8px) scale(.95);transform-origin:bottom center;pointer-events:none;transition:opacity .2s ease,transform .22s cubic-bezier(.34,1.4,.64,1)}.settings-bar_panelOpen__awjxp{opacity:1;transform:translateY(0) scale(1);pointer-events:auto}.settings-bar_divider__sQsHV{width:26px;height:1px;background:hsla(0,0%,100%,.1);flex-shrink:0;margin:2px 0}@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;will-change:opacity;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:color-mix(in srgb,var(--background-color-dark-one) 78%,transparent);backdrop-filter:blur(6px);-webkit-backdrop-filter:blur(6px);z-index:2;will-change:opacity;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}