:root{--lightestGray:#dbdcdd;--lighterGray:#d1d2d3;--lightGray:#a7a8aa;--mediumGray:#888b8d;--darkGray:#53565a;--darkerGray:#323740;--darkestGray:#222730;--black:#101820;--blackRGB:16,24,32;--white:#fff;--red:#e4002b;--lightBlue:#aec9d6;--mainOrange:#e94f37;--mainLight:#f0f0f0;--mainLightRGB:240,240,240;--mainGray:#ada3a4;--mainDark:#183958;--radius:4px;--sans:"Goldplay",sans-serif;--paper:var(--mainLight);--paperRGB:var(--mainLightRGB);--ink:var(--mainDark);--blueAccent:var(--lightBlue);--shadowColor:var(--lightBlue);--infoBarHeight:3rem;--keyboardHeight:28vh}@media(min-height:36rem){:root{--keyboardHeight:11rem}}@media(min-height:42rem){:root{--keyboardHeight: calc(11rem + 12px) }}*,:after,:before{box-shadow:0 0 0 0 var(--blueAccent);box-sizing:border-box;color:inherit;margin:0;transition:box-shadow .15s}:focus{box-shadow:0 0 0 2px var(--blueAccent);outline:none}.dark-mode :focus{box-shadow:0 0 0 2px var(--mainLight)}.dark-mode a:focus,.disabled:focus,a:focus{box-shadow:0 0 0 3px var(--mainGray)}:root{background:var(--paper);color:var(--ink);font-size:1.25rem}@media(min-width:51.2rem){:root{font-size:1.375rem}}::-webkit-scrollbar{height:.5rem;width:.5rem}::-webkit-scrollbar,::-webkit-scrollbar-track{background:transparent}::-webkit-scrollbar-thumb{background:var(--mainDark);border-radius:4rem}body{font-family:var(--sans);-moz-osx-font-smoothing:grayscale;-webkit-font-smoothing:antialiased;font-size:1rem;font-weight:400;line-height:1.5;overflow:overlay;scroll-behavior:smooth}body,html{scrollbar-color:var(--mainDark) transparent;scrollbar-width:thin}main>.container{will-change:opacity}@font-face{font-display:swap;font-family:Goldplay;font-style:normal;font-weight:400;src:url(./goldplay-medium-webfont.BRZfI4QN.woff2) format("woff")}@font-face{font-display:swap;font-family:Goldplay;font-style:normal;font-weight:700;src:url(./goldplay-bold-webfont.C2Msmd6m.woff2) format("woff")}@font-face{font-display:swap;font-family:Goldplay;font-style:italic;font-weight:400;src:url(./goldplayalt-mediumit-webfont.D1hI3pym.woff2) format("woff")}b,legend,strong{font-weight:700}.dark-mode b,.dark-mode legend,.dark-mode strong{color:var(--lightBlue)}.modal h2{font-size:1.5rem;margin-bottom:.5rem}.modal__text{font-size:.9rem;font-style:italic}.h1,h1{font-size:2.2rem;margin-bottom:2rem}@media(min-width:38.4rem){.h1,h1{font-size:2.7rem}}.h2,h2{font-size:2rem}.h3,h3{font-size:1.2rem}.h4,h4{font-size:1.1rem}h1,h2,h3,h4,h5,h6{line-height:1.1;margin-bottom:1rem}*+h1,*+h2,*+h3,*+h4,*+h5,*+h6{margin-top:3rem}.dark-mode h1,.dark-mode h2,.dark-mode h3,.dark-mode h4,.dark-mode h5,.dark-mode h6{color:var(--lightBlue)}ul{padding-left:1rem}li,p{font-family:var(--sans)}li li,li+p,p li,p+p{margin-top:1rem}pre{border:1px solid var(--ink);border-radius:4px;color:var(--mainGray);margin:2rem 0;padding:1em;white-space:pre-line}pre strong{color:var(--ink)}a{text-decoration-color:var(--mainOrange)}ol{margin:1rem 0}em,i{font-weight:400!important}p.or{color:var(--mediumGray);font-style:italic;line-height:1em;margin:1.5rem 0;position:relative;text-align:center;text-transform:uppercase}.dark-mode p.or{color:var(--lightGray)}p.or:after,p.or:before{border-top:1px solid;content:"";display:block;left:29%;position:absolute;top:.5em;width:14%}p.or:after{left:unset;right:29%}.dots{background:var(--paper);background-attachment:fixed;background-image:radial-gradient(var(--blueAccent) 25%,transparent 25%),radial-gradient(var(--blueAccent) 25%,transparent 25%);background-position:0 0,.5rem .5rem;background-size:1rem 1rem;min-height:100vh;min-height:100dvh;padding:0}.dots.dark-mode{--paper:var(--black);--paperRGB:var(--blackRGB);--ink:var(--white);--mainLightRGB:var(--blackRGB);--mainGray:var(--mainLight);--blueAccent:var(--mainDark);color:var(--ink)}.dotted-bg{position:relative;z-index:0}.dotted-bg:before{background:linear-gradient(to right,rgba(var(--mainLightRGB),0),rgba(var(--mainLightRGB),.5),var(--paper) calc(50% - 24rem),var(--paper) calc(50% + 24rem),rgba(var(--mainLightRGB),.5),rgba(var(--mainLightRGB),0));bottom:0;content:"";height:calc(100vh + 4rem);position:fixed;top:-2rem;width:100vw;z-index:-2}.dotted-bg.vertical:before{background:linear-gradient(to bottom,var(--paper) 10%,rgba(var(--mainLightRGB),.7) 80%,rgba(var(--mainLightRGB),0));content:"";height:100vh;height:100dvh;position:fixed}button,input,textarea{background:inherit;font-family:inherit;font-size:inherit}input[type=email],input[type=text]{border:none;border-bottom:2px solid}input[type=checkbox],input[type=radio]{height:1rem;line-height:1rem;opacity:0;position:absolute;top:.2em;width:1rem}input[type=checkbox]:focus+strong:before,input[type=radio]:focus+strong:before{box-shadow:0 0 0 2px var(--paper),0 0 0 4px var(--ink)}input[type=checkbox]+strong:before,input[type=radio]+strong:before{border:2px solid var(--ink);content:"";display:inline-block;height:1rem;margin-right:.5rem;position:relative;top:.2em;width:1rem}input[type=checkbox]:checked+strong,input[type=radio]:checked+strong{color:var(--mainOrange)}input[type=checkbox]:checked+strong:before,input[type=radio]:checked+strong:before{background:var(--mainOrange);background:radial-gradient(var(--white),var(--white) 30%,var(--mainOrange) 30%,var(--mainOrange) 100%);border-color:var(--mainOrange)}input[type=checkbox]:disabled+strong,input[type=checkbox]:disabled+strong:before,input[type=radio]:disabled+strong,input[type=radio]:disabled+strong:before{opacity:.35}input[type=radio]~i{display:none}input[type=radio]+strong:before{border-radius:1rem}input[type=radio]:checked~i{display:block}input[type=checkbox]:checked+strong:before{background:var(--mainOrange)}input[type=checkbox]:checked+strong:after{border-bottom:3px solid #fff;border-right:3px solid #fff;content:"";height:.7em;left:.3em;position:absolute;top:.3em;transform:rotate(45deg);width:.4em}.fieldset,fieldset{border:none;margin:2rem auto 0;padding:1rem 1.5rem 0 0;text-align:left}.fieldset h2,fieldset h2{border-bottom:2px solid;border:none!important;display:inline-block;margin-bottom:.75rem}.fieldset h2,fieldset h2,legend{font-size:1.2rem;padding:0;text-align:left}legend{border-bottom:2px solid}legend .h2,legend .h3,legend .h4,legend .h5,legend .h6{display:inline-block;margin:0;padding:inherit;text-align:left}label{align-items:baseline;display:flex;flex-wrap:wrap;line-height:1.4;position:relative}label i{color:var(--mediumGray);display:block;font-size:.75em;line-height:1.2;margin-left:1.5rem;width:100%}label i+i{margin-top:2px}label input{margin-right:.5rem}label+label{margin-top:.25rem}.button-board{align-items:center;display:flex;flex-wrap:wrap;justify-content:space-between;margin-top:2rem;width:100%}.button{--shadowColor:var(--lightBlue);--buttonColor:var(--paper);background:var(--shadowColor);border:2px solid var(--ink);border-radius:var(--radius);box-shadow:inset 2px 2px 0 2px var(--buttonColor),6px 6px 0 0 var(--shadowColor);color:var(--ink);cursor:pointer;display:inline-block;font-family:var(--sans);font-weight:700;line-height:inherit;margin:.5rem 0 0;padding:.5rem 1rem;position:relative;text-decoration:none;transition:all .15s}.button.simple{box-shadow:none;padding:.1rem .75em}.button.simple:hover{color:var(--blueAccent)}.button.simple:focus{box-shadow:0 0 0 2px var(--paper),0 0 0 4px var(--ink)}.button.danger{--shadowColor:var(--mainOrange);color:var(--white)}.button.danger:hover{background:var(--mainOrange);box-shadow:4px 4px 0 0 var(--mainOrange)}.dark-mode .button.danger{--shadowColor:var(--mainOrange);background:var(--mainOrange)}.dark-mode .button.danger:hover{background:var(--mainOrange);box-shadow:4px 4px 0 0 var(--mainOrange)}.button.highlighted,.button.simple,.button:focus,.button:hover{background:var(--ink);box-shadow:4px 4px 0 0 var(--blueAccent);color:var(--paper)}.dark-mode .button.highlighted,.dark-mode .button.simple,.dark-mode .button:focus,.dark-mode .button:hover{background:var(--lightBlue)}.button.highlighted .icon,.button.simple .icon,.button:focus .icon,.button:hover .icon{opacity:1;transform:scale(1.2)}.button.highlighted{box-shadow:6px 6px 0 0 var(--blueAccent)}.button.highlighted:focus,.button.highlighted:hover{box-shadow:4px 4px 0 0 var(--blueAccent);color:var(--lightBlue)}.dark-mode .button.highlighted{border-color:var(--mainOrange);color:var(--ink)}.dark-mode .button.highlighted,.dark-mode .button.highlighted:focus,.dark-mode .button.highlighted:hover{background:linear-gradient(to right,var(--mainDark),var(--mainOrange))}.button.reversed{background:var(--white);border-color:var(--white);box-shadow:none}.button.reversed:focus,.button.reversed:hover{background:var(--blueAccent);border-color:var(--blueAccent)}.button.reversed .icon{top:-.15em}.button__icon{color:currentColor;display:inline-block;height:1em;width:auto}.button .icon,.button .loader__dot-group{display:inline-block;height:1em;margin-left:.25em;margin-right:1.25em;opacity:.5;position:relative;transition:transform .2s;vertical-align:middle;width:1em}.button.disabled,.button[disabled]{background:var(--mainLight);border-color:var(--mainGray);cursor:not-allowed;pointer-events:none}.button.disabled,.button.disabled:focus,.button.disabled:hover,.button[disabled],.button[disabled]:focus,.button[disabled]:hover{box-shadow:none;color:var(--mainGray)}.dark-mode .button{--shadowColor:var(--mainDark);--buttonColor:var(--paper);border-color:var(--lightBlue)}.dark-mode .button.simple{color:var(--ink)}.dark-mode .button.simple,.dark-mode .button.simple:hover{background-color:var(--mainDark);border-color:var(--mainDark);box-shadow:none}.dark-mode .button.simple:hover{filter:brightness(1.2) hue-rotate(2deg)}.dark-mode .button:focus,.dark-mode .button:hover{background:var(--mainDark);box-shadow:inset 0 0 0 var(--mainOrange),4px 4px 0 0 var(--shadowColor);color:var(--white)}.dark-mode .button.reversed:focus,.dark-mode .button.reversed:hover{background:var(--mainOrange);color:var(--white)!important}.dark-mode .button.disabled,.dark-mode .button[disabled]{background:transparent;border-color:var(--darkGray);color:var(--darkGray)}.dark-mode .button.disabled:focus,.dark-mode .button.disabled:hover,.dark-mode .button[disabled]:focus,.dark-mode .button[disabled]:hover{background:transparent;box-shadow:none;color:var(--darkGray)}.button span+.loader__dot-group{margin-left:.5rem}.button-bar{align-items:center;display:flex;justify-content:flex-start;margin-top:1rem;width:100%}.button-bar .button{font-size:calc(.6rem + 1vw);padding:.5em .75em;text-align:center}.button-bar .button+.button{margin-left:10px}@media(min-width:22rem){.button-bar .button{font-size:1rem;padding:.5rem 1rem}}.button-bar .button .icon{margin:-.1em .25em 0 0}::-moz-placeholder{font-style:italic}::placeholder{font-style:italic}.nuxt-content h2,.nuxt-content-container h2{margin-top:4rem}.nuxt-content h3,.nuxt-content-container h3{font-size:1.2rem;line-height:inherit;margin-bottom:1rem}.nuxt-content h4,.nuxt-content-container h4{margin-bottom:1rem}.nuxt-content ol,.nuxt-content ul,.nuxt-content-container ol,.nuxt-content-container ul{margin-top:2em;padding-left:2em}.nuxt-content ol,.nuxt-content-container ol{padding-left:1.5em}.nuxt-content ol li,.nuxt-content-container ol li{padding-left:.5em}.nuxt-content .button,.nuxt-content-container .button{margin-top:4rem}.center-content{align-content:center;align-items:center;display:flex;flex-wrap:wrap;justify-content:center}.display-flex{display:flex!important}.align-center{align-items:center!important}.align-center h1,.align-center h2,.align-center h3{margin:-.5em 1rem 1rem}.fullwidth{width:100%!important}.sr{height:1px;left:-100vw;opacity:0;overflow:hidden;position:absolute;width:1px}.plain-text{font-style:normal;font-weight:400}.title-case{text-transform:uppercase}.orange{color:var(--mainOrange)}.underline{border-bottom:2px solid;display:inline-block;margin:2.25rem 0 1rem;padding-bottom:.25rem}.mb-1{margin-bottom:1rem}.mb-2{margin-bottom:2rem}.mb-3{margin-bottom:3rem}.mb-4{margin-bottom:4rem}.mt-1{margin-top:1rem}.mt-2{margin-top:2rem}.mt-3{margin-top:3rem}.mt-4{margin-top:4rem}.fade-in{animation:fade-in .6s cubic-bezier(0,0,0,1) forwards}.reduce-motion .fade-in{animation:none!important;opacity:1!important}[class*=delay-]{opacity:0}.reduce-motion [class*=delay-]{animation-delay:0s!important;opacity:1!important}.paused{animation-play-state:paused!important}.delay-0{animation-delay:0s}.delay-1{animation-delay:.04s}.delay-2{animation-delay:.08s}.delay-3{animation-delay:.12s}.delay-4{animation-delay:.16s}.delay-5{animation-delay:.2s}.delay-6{animation-delay:.24s}.delay-7{animation-delay:.28s}.delay-8{animation-delay:.32s}.delay-9{animation-delay:.36s}.delay-10{animation-delay:.4s}.delay-11{animation-delay:.44s}.delay-12{animation-delay:.48s}.delay-13{animation-delay:.52s}.delay-14{animation-delay:.56s}.delay-15{animation-delay:.6s}.delay-16{animation-delay:.64s}.delay-17{animation-delay:.68s}.delay-18{animation-delay:.72s}.delay-19{animation-delay:.76s}.delay-20{animation-delay:.8s}@keyframes fade-in{0%{opacity:0;transform:translateY(1rem)}to{opacity:1;transform:translateY(0)}}.burst-enter-active,.burst-leave-active{transform-origin:center;transition:all .85s cubic-bezier(.77,0,.18,1)}.burst-enter-active{transition-delay:.7s}.burst-enter-from,.burst-leave-to{opacity:0;transform:scale(.5);transform-origin:center}.reduce-motion .burst-enter-from,.reduce-motion .burst-leave-to{transform:none!important}.page-slide-enter-active{transition:all .2s cubic-bezier(0,.25,0,.75)}.page-slide-leave-active{transition:all .3s cubic-bezier(.75,0,1,.75)}.page-slide-enter-from,.page-slide-leave-to{opacity:0;transform:translateY(1rem)}.reduce-motion .page-slide-enter-from,.reduce-motion .page-slide-leave-to{transform:none!important}.page-slide-leave-to{transform:translateY(-1rem)}.reduce-motion .page-slide-leave-to{transform:none!important}.page-slide-left-enter-active,.page-slide-right-enter-active{transition:all .2s cubic-bezier(0,.25,0,.75)}.page-slide-left-leave-active,.page-slide-right-leave-active{transition:all .3s cubic-bezier(.75,0,1,.75)}.page-slide-left-enter-from,.page-slide-left-leave-to,.page-slide-right-enter-from,.page-slide-right-leave-to{opacity:0;transform:translate(1rem)}.reduce-motion .page-slide-left-enter-from,.reduce-motion .page-slide-left-leave-to,.reduce-motion .page-slide-right-enter-from,.reduce-motion .page-slide-right-leave-to{transform:none!important}.page-slide-left-enter-from,.page-slide-right-leave-to{transform:translate(-1rem)}.reduce-motion .page-slide-left-enter-from,.reduce-motion .page-slide-right-leave-to{transform:none!important}main{min-height:100vh;min-height:100dvh;z-index:2}hr{border:none;border-top:1px solid;height:0;margin:1rem auto;width:100%}.container{align-content:center;align-items:center;display:flex;flex-wrap:wrap;margin:0 auto;max-width:22rem;min-height:100vh;min-height:100dvh;padding:2rem 1rem;width:100%;z-index:2}@media(min-width:30rem){.container{padding:2rem 1.5rem}}.container.align-top{align-content:flex-start;align-items:flex-start;min-height:100vh;min-height:100dvh}.container.narrow{max-width:20rem}.container.medium{max-width:32rem}.container.wide{max-width:36rem}.container>*{width:100%}@media(min-width:38.4rem){.container{padding:2rem}}.aligned{border-right:1px dashed var(--mainGray);text-align:center;width:1.3em}.dark-mode .aligned{border-color:var(--darkGray)}.subhead{color:var(--mediumGray);font-size:1rem;font-style:italic;margin:.5rem 0 0}.dark-mode .subhead{color:var(--lightGray)}.page-header-container{margin:1rem auto;width:100%}@media(min-width:38.4rem){.page-header-container{margin:2rem auto}}.page-header-container h1{margin:0}.modal__message,.shadow{box-shadow:.25rem .25rem 0 0 var(--blueAccent)}::selection{background:var(--lightBlue)}::-moz-selection{background:var(--lightBlue)}.dark-mode ::selection{background:var(--mainDark)}.dark-mode ::-moz-selection{background:var(--mainDark)}figure{margin:3rem 0;width:100%}figure img{margin-bottom:1rem;width:100%}figure figcaption{font-size:.8rem;font-style:italic}.card>h2:first-of-type,.card>h3:first-of-type{margin-top:0}@media(min-width:38.4rem){.card{border:2px solid;border-radius:.25rem;padding:2.5rem 2rem;position:relative}}.card:after{background:rgba(var(--mainLightRGB),.7);content:"";height:100%;left:0;position:absolute;top:0;width:100%;z-index:-1}@media(min-width:38.4rem){.card:after{height:calc(100% + .5rem);left:.5rem;top:.5rem;width:calc(100% + .5rem)}}.card+.card{margin-top:2rem}.card .button-board{margin-top:4rem}img{max-width:100%}
