@import"https://fonts.googleapis.com/css2?family=Jura:wght@300..700&display=swap";:root{--pure1: #fff;--transPure1: rgba(255, 255, 255, .9);--pure2: #000;--transPure2: rgba(0, 0, 0, .6);--accent1: #8c00ff;--accent2: #00ff59;--alternateAccent1: #ff8800;--alternateAccent2: #ff0582;--alternateAccent3: #ffcc00;--alternateAccent4: #00ffff;--dark1: #333639FF;--dark2: #0c0021;--bordersmall: 3px;--bordernormal: 6px;--borderWide: 9px;--smallSpacing: 5px;--normalSpacing: 10px;--largeSpacing: 15px}*{scrollbar-color:var(--accent1) transparent;scrollbar-width:thin}*::-webkit-scrollbar{width:.2em}*::-webkit-scrollbar-track{background:transparent}*::-webkit-scrollbar-thumb{border-radius:2px;background:var(--accent1)}*::-webkit-scrollbar-thumb:hover{background:var(--alternateAccent2)}*::-webkit-scrollbar-thumb:active{background:var(--accent2)}html{margin-left:calc(100vw - 100%)}body{min-height:100vh;overflow-y:scroll;margin:0;position:relative;background:#000;font-family:"Helvetica",Sans-serif;color:var(--pure1);overflow-x:hidden;scroll-behavior:smooth}.noScroll{overflow:hidden}body,a,*:active{cursor:crosshair}.wrapCorrection{-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box}a{text-decoration:none}a *{color:var(--pure1)}c{font-size:12px;font-family:Jura,serif;font-weight:700}c.colour{color:var(--accent1)}h1,h2,h3,h4,h5{vertical-align:middle;font-family:Playfair Display,serif;text-transform:capitalize;position:relative;margin:0;padding:0}h1{font-size:2rem;line-height:2rem;text-transform:uppercase}h2{font-size:1.75rem;line-height:1.75rem;text-transform:uppercase}h3{font-size:1.5rem;line-height:1.5rem;text-transform:uppercase}h4{font-size:1.25rem;line-height:1.25rem}h5{font-size:1.1rem;line-height:1.1rem}p{font-size:12px;font-family:"Arial",Sans-serif,serif;white-space:break-spaces;line-height:120%;color:var(--pure1);margin:0}.subtitle{font-weight:600;font-family:Playfair Display,serif}.fancy{font-size:13px;font-family:Playfair Display,serif}.citation{font-size:10px;font-family:"Helvetica",Sans-serif;color:var(--pure1);position:relative;display:block}.citation span{transition:color .3s ease-in-out;color:var(--alternateAccent3)}.citation:hover>span{color:var(--accent1)}title{display:none}ul{padding:0 0 0 15px}ul li{padding:0 0 4px 5px;font-family:"Helvetica",Sans-serif;font-size:12px;line-height:110%}ul li::marker{font-weight:700;vertical-align:middle;font-size:.85em}ul li:last-of-type{padding-bottom:0}.quote{border-left:1px solid var(--dark1);border-right:1px solid var(--dark1);padding:10px;position:relative;white-space:pre-line}.quote:before,.quote:after{position:absolute;font-size:40px}.quote:before{top:0;left:0;margin:7px 0 0 -12px;content:open-quote}.quote:after{bottom:0;right:0;margin:0 -10px -10px 0;content:close-quote}@keyframes colorRotateFadeIn{0%{color:var(--pure1)}to{color:var(--alternateAccent3)}}@keyframes colorRotateFadeout{0%{color:var(--alternateAccent3)}to{color:var(--pure1)}}@keyframes colorRotate{0%{color:var(--alternateAccent3)}10%{color:var(--alternateAccent1)}30%{color:var(--alternateAccent2)}50%{color:var(--accent1)}65%{color:var(--alternateAccent4)}80%{color:var(--accent2)}to{color:var(--alternateAccent3)}}@keyframes spin{0%{transform:translate(-50%,-50%) rotate(360deg)}to{transform:translate(-50%,-50%) rotate(0)}}.searchBar{margin:0 auto 15px;max-width:max-content}.searchBar .input{padding:10px 15px;min-width:50%;max-width:100%;width:500px;border-radius:20px;border:1px solid var(--accent1);outline:none;background:var(--transPure2);font-family:Playfair Display,serif;color:var(--pure1);font-weight:700}.pagingDot{width:24px;height:24px;margin:auto 0;border-radius:50%;border:1px solid var(--accent1);background:var(--transPure2);transition:background .3s ease}.pagingDot:hover{background:var(--accent1)}.pagingDot.active{border:1px solid var(--transPure1);background:var(--pure1);pointer-events:none}.inlineTag{display:inline-flex;margin:0 -2px 0 0;padding:3.5px 3px 2px;border-radius:5px;transition:.3s ease background,.2s ease color}.inlineTag>*{vertical-align:bottom}.externalCitation{width:max-content;padding:3px 10px 3px 3px;background:var(--transPure2);position:relative;display:block;border-right:1px solid var(--alternateAccent3)}.externalCitation.hover:hover{border-right:1px solid var(--accent1)}.shortBorder,.regularBorder,.wideBorder{vertical-align:bottom}.shortBorder{border-radius:var(--bordersmall)}.regularBorder{border-radius:var(--bordernormal)}.wideBorder{border-radius:var(--borderWide)}.imageWrapper{width:100%;height:100%;vertical-align:bottom;display:flex;position:relative;overflow:hidden}.container{position:relative;background:var(--transPure2);border:1px solid var(--accent1);margin-bottom:15px;padding:15px}a .socialIco{background-color:var(--pure1);padding:4px;margin:5px;right:0;bottom:42px;position:absolute;z-index:100}a .imageWrapper img{transition:transform .3s cubic-bezier(.33,1,.68,1)}a:hover .imageWrapper img{transform:scale(1.1)}.enlargedIcon{max-width:70px;max-height:70px;overflow:hidden}.profileIcon{width:42px;height:42px;overflow:hidden}.mediaIcon{width:24px;height:24px;display:flex;margin:auto 0}.inlineIcon{height:12px;width:12px;display:flex;margin:auto 0}.rounded{aspect-ratio:1/1;border-radius:50%;overflow:hidden}.blurred:before,.blurred:after{z-index:10;left:50%;transform:translate(-50%);position:absolute;transition:opacity .6s ease;font-family:Arial,serif;background:var(--transPure2);border-radius:var(--bordernormal)}.blurred:before{content:"Content warning";white-space:nowrap;padding:5px 20px;top:100px}.blurred:after{content:"hover to preview";padding:3px 10px;font-size:80%;top:130px}.blurred img{transition:filter 1s ease;filter:blur(10px)}.blurred:hover:before,.blurred:hover:after{opacity:0}.blurred:hover img{filter:blur(0)}.profileGraphic.svelte-13x634n.svelte-13x634n.svelte-13x634n{display:flex;justify-content:center;position:relative;height:200px}.profileGraphic.svelte-13x634n>.svelte-13x634n.svelte-13x634n{position:absolute;height:200px}.profileGraphic.svelte-13x634n>.planetarySystem.svelte-13x634n.svelte-13x634n{margin-top:30px;width:200px}.planetarySystem.svelte-13x634n.svelte-13x634n.svelte-13x634n{filter:drop-shadow(0px 0px 2px var(--darkAccent1));animation:svelte-13x634n-spin 40s ease-in-out infinite}.planetarySystem.svelte-13x634n .plane.svelte-13x634n.svelte-13x634n{transform:rotateY(-25deg);position:absolute;width:200px;height:200px}.planetarySystem.svelte-13x634n .plane.tilt1.svelte-13x634n.svelte-13x634n{animation:svelte-13x634n-tiltSpin 3s ease-in-out infinite}.planetarySystem.svelte-13x634n .plane.tilt2.svelte-13x634n.svelte-13x634n{animation:svelte-13x634n-tiltSpin 5s ease-in-out infinite}.planetarySystem.svelte-13x634n .circle.svelte-13x634n.svelte-13x634n,.planetarySystem.svelte-13x634n .circle.svelte-13x634n>.dot.svelte-13x634n{position:absolute;border-radius:50%}.planetarySystem.svelte-13x634n .afterDark .circle.decorationRing1.svelte-13x634n.svelte-13x634n{border:15px solid var(--pure1);border-left-color:transparent;border-right-color:transparent;width:250px;height:250px;top:calc((100% - 250px)/2 - 15px);left:calc((100% - 250px)/2 - 15px);animation:svelte-13x634n-spin 3s linear infinite}.planetarySystem.svelte-13x634n .afterDark .circle.decorationRing2.svelte-13x634n.svelte-13x634n{border:10px solid var(--accent1);border-left-color:transparent;border-right-color:transparent;width:320px;height:320px;top:calc((100% - 320px)/2 - 10px);left:calc((100% - 320px)/2 - 10px);animation:svelte-13x634n-spin 3s linear infinite}.planetarySystem.svelte-13x634n .afterDark .circle.ring5.svelte-13x634n.svelte-13x634n{border:2px solid var(--accent1);border-left-color:transparent;border-right-color:transparent;width:190px;height:190px;top:calc((100% - 190px)/2 - 2px);left:calc((100% - 190px)/2 - 2px);animation:svelte-13x634n-spin 3s linear infinite}.planetarySystem.svelte-13x634n .afterDark .circle.ring5.svelte-13x634n>.dot.svelte-13x634n{width:4px;height:4px;background:var(--accent1);margin-top:calc(50% - 64.0701754386px);margin-left:calc(50% - 74.2857142857px)}.planetarySystem.svelte-13x634n .afterDark .circle.ring2.svelte-13x634n.svelte-13x634n{border:2px solid var(--pure1);border-left-color:transparent;border-right-color:transparent;width:300px;height:300px;top:calc((100% - 300px)/2 - 2px);left:calc((100% - 300px)/2 - 2px);animation:svelte-13x634n-spin 8s linear infinite}.planetarySystem.svelte-13x634n .afterDark .circle.ring2.svelte-13x634n>.dot.svelte-13x634n{width:6px;height:6px;background:var(--pure1);margin-top:calc(50% - 103.3684210526px);margin-left:calc(50% - 114.2857142857px)}.planetarySystem.svelte-13x634n .afterDark .circle.ring3.svelte-13x634n.svelte-13x634n{border:2px solid #bb4c92;border-left-color:transparent;border-right-color:transparent;width:350px;height:350px;top:calc((100% - 350px)/2 - 2px);left:calc((100% - 350px)/2 - 2px);animation:svelte-13x634n-spin 12s linear infinite}.planetarySystem.svelte-13x634n .afterDark .circle.ring3.svelte-13x634n>.dot.svelte-13x634n{width:7px;height:7px;background:#bb4c92;margin-top:calc(50% - 121.2631578947px);margin-left:calc(50% - 132.5px)}.planetarySystem.svelte-13x634n .afterDark .circle.ring4.svelte-13x634n.svelte-13x634n{border:1px solid var(--alternateAccent1);border-left-color:transparent;border-right-color:transparent;width:390px;height:390px;top:calc((100% - 390px)/2 - 1px);left:calc((100% - 390px)/2 - 1px);animation:svelte-13x634n-spin 10s linear infinite}.planetarySystem.svelte-13x634n .afterDark .circle.ring4.svelte-13x634n>.dot.svelte-13x634n{width:10px;height:10px;background:var(--alternateAccent1);margin-top:calc(50% - 136.350877193px);margin-left:calc(50% - 147.8571428571px)}.planetarySystem.svelte-13x634n .afterDark .circle.ring1.svelte-13x634n.svelte-13x634n{border:2px solid var(--accent1);border-left-color:transparent;border-right-color:transparent;width:500px;height:500px;top:calc((100% - 500px)/2 - 2px);left:calc((100% - 500px)/2 - 2px);animation:svelte-13x634n-spin 43s linear infinite}.planetarySystem.svelte-13x634n .afterDark .circle.ring1.svelte-13x634n>.dot.svelte-13x634n{width:5px;height:5px;background:var(--accent1);margin-top:calc(50% - 173.1929824561px);margin-left:calc(50% - 185.3571428571px)}.planetarySystem.svelte-13x634n .afterDark .circle.ring6.svelte-13x634n.svelte-13x634n{border:1px solid var(--alternateAccent3);border-left-color:transparent;border-right-color:transparent;width:640px;height:640px;top:calc((100% - 640px)/2 - 1px);left:calc((100% - 640px)/2 - 1px);animation:svelte-13x634n-spin 167s linear infinite}.planetarySystem.svelte-13x634n .afterDark .circle.ring6.svelte-13x634n>.dot.svelte-13x634n{width:4px;height:4px;background:var(--alternateAccent3);margin-top:calc(50% - 221.9649122807px);margin-left:calc(50% - 235px)}.planetarySystem.svelte-13x634n .dayLight .circle.decorationRing1.svelte-13x634n.svelte-13x634n{border:15px solid var(--accent1);border-left-color:transparent;border-right-color:transparent;width:250px;height:250px;top:calc((100% - 250px)/2 - 15px);left:calc((100% - 250px)/2 - 15px);animation:svelte-13x634n-spin 3s linear infinite}.planetarySystem.svelte-13x634n .dayLight .circle.decorationRing2.svelte-13x634n.svelte-13x634n{border:10px solid var(--accent2);border-left-color:transparent;border-right-color:transparent;width:320px;height:320px;top:calc((100% - 320px)/2 - 10px);left:calc((100% - 320px)/2 - 10px);animation:svelte-13x634n-spin 3s linear infinite}.planetarySystem.svelte-13x634n .dayLight .circle.ring5.svelte-13x634n.svelte-13x634n{border:2px solid #a955cb;border-left-color:transparent;border-right-color:transparent;width:190px;height:190px;top:calc((100% - 190px)/2 - 2px);left:calc((100% - 190px)/2 - 2px);animation:svelte-13x634n-spin 3s linear infinite}.planetarySystem.svelte-13x634n .dayLight .circle.ring5.svelte-13x634n>.dot.svelte-13x634n{width:4px;height:4px;background:#a955cb;margin-top:calc(50% - 64.0701754386px);margin-left:calc(50% - 74.2857142857px)}.planetarySystem.svelte-13x634n .dayLight .circle.ring2.svelte-13x634n.svelte-13x634n{border:2px solid #5da4a4;border-left-color:transparent;border-right-color:transparent;width:300px;height:300px;top:calc((100% - 300px)/2 - 2px);left:calc((100% - 300px)/2 - 2px);animation:svelte-13x634n-spin 8s linear infinite}.planetarySystem.svelte-13x634n .dayLight .circle.ring2.svelte-13x634n>.dot.svelte-13x634n{width:6px;height:6px;background:#5da4a4;margin-top:calc(50% - 103.3684210526px);margin-left:calc(50% - 114.2857142857px)}.planetarySystem.svelte-13x634n .dayLight .circle.ring3.svelte-13x634n.svelte-13x634n{border:2px solid #bebe63;border-left-color:transparent;border-right-color:transparent;width:350px;height:350px;top:calc((100% - 350px)/2 - 2px);left:calc((100% - 350px)/2 - 2px);animation:svelte-13x634n-spin 12s linear infinite}.planetarySystem.svelte-13x634n .dayLight .circle.ring3.svelte-13x634n>.dot.svelte-13x634n{width:7px;height:7px;background:#bebe63;margin-top:calc(50% - 121.2631578947px);margin-left:calc(50% - 132.5px)}.planetarySystem.svelte-13x634n .dayLight .circle.ring4.svelte-13x634n.svelte-13x634n{border:1px solid #bb4c92;border-left-color:transparent;border-right-color:transparent;width:390px;height:390px;top:calc((100% - 390px)/2 - 1px);left:calc((100% - 390px)/2 - 1px);animation:svelte-13x634n-spin 10s linear infinite}.planetarySystem.svelte-13x634n .dayLight .circle.ring4.svelte-13x634n>.dot.svelte-13x634n{width:10px;height:10px;background:#bb4c92;margin-top:calc(50% - 136.350877193px);margin-left:calc(50% - 147.8571428571px)}.planetarySystem.svelte-13x634n .dayLight .circle.ring1.svelte-13x634n.svelte-13x634n{border:2px solid #449b61;border-left-color:transparent;border-right-color:transparent;width:500px;height:500px;top:calc((100% - 500px)/2 - 2px);left:calc((100% - 500px)/2 - 2px);animation:svelte-13x634n-spin 43s linear infinite}.planetarySystem.svelte-13x634n .dayLight .circle.ring1.svelte-13x634n>.dot.svelte-13x634n{width:5px;height:5px;background:#449b61;margin-top:calc(50% - 173.1929824561px);margin-left:calc(50% - 185.3571428571px)}.planetarySystem.svelte-13x634n .dayLight .circle.ring6.svelte-13x634n.svelte-13x634n{border:1px solid #5da4a4;border-left-color:transparent;border-right-color:transparent;width:640px;height:640px;top:calc((100% - 640px)/2 - 1px);left:calc((100% - 640px)/2 - 1px);animation:svelte-13x634n-spin 167s linear infinite}.planetarySystem.svelte-13x634n .dayLight .circle.ring6.svelte-13x634n>.dot.svelte-13x634n{width:4px;height:4px;background:#5da4a4;margin-top:calc(50% - 221.9649122807px);margin-left:calc(50% - 235px)}@keyframes svelte-13x634n-rotateAnimation{0%{transform:rotateY(-30deg)}50%{transform:rotateY(30deg)}to{transform:rotateY(-30deg)}}@keyframes svelte-13x634n-spin{0%{transform:rotate(0)}to{transform:rotate(-360deg)}}@keyframes svelte-13x634n-tiltSpin{0%{transform:rotateY(0)}to{transform:rotateY(-1turn)}}.wrapper.svelte-jcrdoo.svelte-jcrdoo{width:100%;height:50px;position:absolute}#splash.svelte-jcrdoo.svelte-jcrdoo{position:relative;z-index:1;margin:0 auto;max-width:220px}#splash.svelte-jcrdoo .transform.svelte-jcrdoo{height:100px;width:100%;display:flex;position:absolute;transform:rotate(10deg)}p.svelte-jcrdoo.svelte-jcrdoo{font-family:"Lucida Console",Monospace;font-weight:800;font-size:20px;color:var(--alternateAccent3);text-align:center;-webkit-user-select:none;user-select:none;margin:auto;min-width:100%;text-shadow:3px 3px 0 rgb(0,0,0),-1px -1px 0 rgb(0,0,0),1px -1px 0 rgb(0,0,0),-1px 1px 0 rgb(0,0,0),1px 1px 0 rgb(0,0,0);transform:scale(1.2);animation:svelte-jcrdoo-float 2.3s ease-in-out infinite}p.animation.svelte-jcrdoo.svelte-jcrdoo{animation:colorRotate 2s linear infinite,svelte-jcrdoo-float 2.3s ease-in-out infinite}@keyframes svelte-jcrdoo-float{0%{transform:scale(1.2)}50%{transform:scale(1)}to{transform:scale(1.2)}}.hoverablitySelector.svelte-710lni.svelte-710lni{width:100%;height:100%}.hoverablitySelector.svelte-710lni:hover .faded.svelte-710lni{opacity:.7}.stripeScan.svelte-710lni.svelte-710lni{position:absolute;display:inline-block;box-sizing:border-box;-webkit-mask-repeat:no-repeat;mask-repeat:no-repeat;overflow:hidden;margin:15px 0 0;width:100%;max-width:calc(100% - 30px);height:calc(100vh - 90px)}.smaller.svelte-710lni.svelte-710lni{background:linear-gradient(0deg,transparent 49%,var(--dark1) 50%,var(--dark1) 50%,transparent 51%,transparent),linear-gradient(-90deg,transparent 49%,var(--dark1) 50%,var(--dark1) 50%,transparent 51%,transparent);background-size:1em 1em;animation:svelte-710lni-barStripe 2s linear infinite;font-size:25px}.faded.svelte-710lni.svelte-710lni{background:linear-gradient(0deg,transparent 49%,var(--accent1) 50%,var(--accent1) 50%,transparent 51%,transparent),linear-gradient(-90deg,transparent 49%,var(--accent1) 50%,var(--accent1) 50%,transparent 51%,transparent);background-size:1em 1em;font-size:75px;border:1px solid var(--accent1);animation:svelte-710lni-barStripe 6s linear infinite;transition:opacity .3s ease}.animated.svelte-710lni.svelte-710lni{background:linear-gradient(0deg,transparent 49%,var(--brightAccent1) 50%,var(--brightAccent1) 50%,transparent 51%,transparent),linear-gradient(-90deg,transparent 49%,var(--brightAccent1) 50%,var(--brightAccent1) 50%,transparent 51%,transparent);background-size:1em 1em;animation:svelte-710lni-gradient 6s linear infinite;-webkit-mask-image:linear-gradient(90deg,rgba(255,255,255,0),black 5%,rgba(255,255,255,0) 90%);mask-image:linear-gradient(90deg,rgba(255,255,255,0),black 5%,rgba(255,255,255,0) 90%)}.blueprintDesign.svelte-710lni.svelte-710lni{-webkit-mask-image:linear-gradient(90deg,rgba(255,255,255,0),black 5%,rgba(255,255,255,.5) 50%,rgba(255,255,255,0) 90%);mask-image:linear-gradient(90deg,rgba(255,255,255,0),black 5%,rgba(255,255,255,.5) 50%,rgba(255,255,255,0) 90%);animation:svelte-710lni-gradient 6s linear infinite;background-size:2em 2em;object-fit:cover;opacity:.5}@keyframes svelte-710lni-zRotation{0%{transform:rotateY(0)}to{transform:rotateY(-1turn)}}@keyframes svelte-710lni-barStripe{0%{background-position:2em 1em}to{background-position:0 0}}@keyframes svelte-710lni-gradient{0%{-webkit-mask-position:100vmin 0;mask-position:100vmin 0;background-position:2em 1em}50%{-webkit-mask-position:-100vmin 0;mask-position:-100vmin 0;background-position:1em .5em}to{-webkit-mask-position:-100vmin 0;mask-position:-100vmin 0;background-position:0em 0em}}.globalWrapper.svelte-710lni.svelte-710lni{position:absolute;display:flex;width:100%;max-width:calc(100% - 30px);height:calc(100vh - 90px)}.globalWrapper.svelte-710lni .centrePosition.svelte-710lni{position:relative;width:max-content;height:max-content;margin:auto}.entryWrapper.svelte-710lni.svelte-710lni{position:relative;top:200px;z-index:10}.entryWrapper.svelte-710lni h3.svelte-710lni{font-family:Jura,sans-serif;color:#000;padding:0 0 1px}#stupidClickOveride.svelte-1yi23p8.svelte-1yi23p8{pointer-events:all}.websiteLoadinProcess.svelte-1yi23p8.svelte-1yi23p8{height:0;width:100%}.websiteLoadinProcess.transitioning.svelte-1yi23p8.svelte-1yi23p8{transition:ease-in-out height .5s}.logoIntialization.svelte-1yi23p8.svelte-1yi23p8{pointer-events:none}.logoIntialization.svelte-1yi23p8 .websiteLoadinProcess.svelte-1yi23p8{height:calc(50vh - 200px)}.mobile.svelte-1yi23p8.svelte-1yi23p8{z-index:1;pointer-events:none;margin:5px auto -10px;width:max-content}.mobile.svelte-1yi23p8 img.svelte-1yi23p8{display:block;object-fit:contain;height:max-content;max-height:20vh;position:relative;width:100%}.desktop.svelte-1yi23p8.svelte-1yi23p8{position:relative;padding:15px 0;margin:0 auto}.desktop.svelte-1yi23p8 .branding.svelte-1yi23p8{position:absolute;height:100%}.branding.svelte-1yi23p8 img.svelte-1yi23p8{transition:.5s transform ease;height:110%}.branding.svelte-1yi23p8 img.svelte-1yi23p8:first-child{position:absolute}.branding.svelte-1yi23p8 img.svelte-1yi23p8:last-child{position:relative}.headerWrapper.hoverDisable.svelte-1yi23p8.svelte-1yi23p8{pointer-events:none;transform:revert}.headerWrapper.svelte-1yi23p8:not(.hoverDisable) img.svelte-1yi23p8:hover{transform:scale(1.1)}.preScreenHover.svelte-1yi23p8 img.svelte-1yi23p8{transform:scale(1.1)!important}#splashAuthor.svelte-1yi23p8.svelte-1yi23p8{width:max-content;margin:0 auto;z-index:10;position:relative}#splashAuthor.svelte-1yi23p8 p.svelte-1yi23p8{position:absolute;white-space:nowrap;margin:-19px 0 0;font-family:"Lucida Console",Monospace;color:var(--alternateAccent3);text-shadow:3px 3px 0 rgb(0,0,0),-1px -1px 0 rgb(0,0,0),1px -1px 0 rgb(0,0,0),-1px 1px 0 rgb(0,0,0),1px 1px 0 rgb(0,0,0)}#splashAuthor.svelte-1yi23p8 p span.svelte-1yi23p8{position:absolute;margin:0 0 0 6px}#splashAuthor.svelte-1yi23p8 p span.svelte-1yi23p8:hover{animation:colorRotate 1s linear infinite}.svelte-1k8brpk.svelte-1k8brpk{transition:ease .3s}.cropped.svelte-1k8brpk.svelte-1k8brpk{width:calc(100% + 30px)!important;margin:0 -15px!important}.mobile.svelte-1k8brpk.svelte-1k8brpk{display:block}.mobile.svelte-1k8brpk>.svelte-1k8brpk{margin:0 auto!important}.mobile.svelte-1k8brpk .right.svelte-1k8brpk{display:none}.footer.svelte-1k8brpk.svelte-1k8brpk{background-color:var(--transPure2);border-top:1px solid var(--accent1);border-top-left-radius:var(--borderWide);border-top-right-radius:var(--borderWide);width:100%;padding:15px 0;display:flex;position:relative;bottom:0;z-index:1}.footer.svelte-1k8brpk a.svelte-1k8brpk{color:#fff;animation:colorRotateFadeout .3s ease}.footer.svelte-1k8brpk a.svelte-1k8brpk:hover{animation:colorRotateFadeIn .3s ease,colorRotate 2s .3s linear infinite}.footer.svelte-1k8brpk .left.svelte-1k8brpk{margin:0 15px;width:max-content}.footer.svelte-1k8brpk .left img.svelte-1k8brpk{padding:4px;margin:auto 0;vertical-align:bottom}.footer.svelte-1k8brpk .right.svelte-1k8brpk{display:flex;gap:15px;margin:0 15px 0 auto;width:max-content}.footer.svelte-1k8brpk .right img.svelte-1k8brpk{filter:invert(1)}.footer.svelte-1k8brpk .right c.svelte-1k8brpk{text-align:right;color:var(--dark1)}.galleryElement.svelte-d32oes.svelte-d32oes{position:fixed;overflow:hidden scroll;z-index:10;width:100%;height:100vh;background:var(--transPure2)}.imageSelectionHolster.svelte-d32oes.svelte-d32oes{display:grid;padding:15px 15px 11px;margin:0 auto;gap:5px;height:min-content;width:min-content;pointer-events:none}.imageSelectionHolster.svelte-d32oes>.svelte-d32oes{display:flex;margin:0 auto}.imageSelectionHolster.svelte-d32oes .selectionDots.svelte-d32oes{pointer-events:all;width:min-content;gap:5px}.imageSelectionHolster.svelte-d32oes .imageCitation.svelte-d32oes{margin:0 auto;width:max-content}.generalImageWrapper.svelte-d32oes.svelte-d32oes,.componentWrapper.svelte-d32oes.svelte-d32oes{pointer-events:none}.generalImageWrapper.svelte-d32oes .component.svelte-d32oes,.componentWrapper.svelte-d32oes .component.svelte-d32oes{pointer-events:all}.generalImageWrapper.svelte-d32oes.svelte-d32oes{justify-content:center;align-items:center;display:grid;height:auto;overflow:initial}.generalImageWrapper.svelte-d32oes .verticalAlignmentHolster.svelte-d32oes{display:flex;margin:0 auto;width:100%;overflow:hidden}.generalImageWrapper.svelte-d32oes .verticalAlignmentHolster.svelte-d32oes img{max-height:80vh;object-fit:contain;pointer-events:all}.componentWrapper.svelte-d32oes.svelte-d32oes{display:flex;margin:0 0 100px}.componentWrapper.svelte-d32oes .component.svelte-d32oes{max-width:500px;width:100%;margin:35px auto 50px}.mobile.svelte-d32oes #StoryCard.svelte-d32oes{margin:0 0 200px}.mobile.svelte-d32oes .componentWrapper.svelte-d32oes{margin:0;width:100%}#spaceShipController.svelte-6f90uw.svelte-6f90uw{pointer-events:none;-webkit-user-select:none;-ms-user-select:none;user-select:none;position:fixed;width:max-content;height:max-content;z-index:99;animation:svelte-6f90uw-yMovement 25s infinite ease-in-out,svelte-6f90uw-xMovement 20s infinite ease-in-out}#laserController.svelte-6f90uw.svelte-6f90uw,#laserController.svelte-6f90uw #laser.svelte-6f90uw{position:absolute}#laserController.svelte-6f90uw #laser img.svelte-6f90uw{margin-top:47px;margin-left:-9px;position:absolute}#laserController.svelte-6f90uw #laser.svelte-6f90uw:last-of-type{display:none}#boosterController.svelte-6f90uw.svelte-6f90uw{position:absolute;z-index:2;margin-top:5px}#boosterController.svelte-6f90uw #booster1.svelte-6f90uw{top:69px;left:-7px;z-index:2;animation:svelte-6f90uw-flicker 12s infinite ease-in-out}#boosterController.svelte-6f90uw #booster2.svelte-6f90uw{top:73px;left:-7px;z-index:1;animation:svelte-6f90uw-flicker 22s infinite ease-in-out}#spaceShip.svelte-6f90uw.svelte-6f90uw{position:absolute;z-index:1}#spaceShip.svelte-6f90uw img.svelte-6f90uw{object-fit:none;position:absolute}#spaceShip.svelte-6f90uw #ship.svelte-6f90uw{top:32px;left:-24px;width:48px;height:49px;object-position:-96px 0}@keyframes svelte-6f90uw-xMovement{0%{margin-left:-10px}50%{margin-left:10px}70%{margin-left:0}80%{margin-left:5px}to{margin-left:-10px}}@keyframes svelte-6f90uw-yMovement{0%{margin-top:15px}20%{margin-top:10px}70%{margin-top:0}to{margin-top:15px}}@keyframes svelte-6f90uw-zMovement{0%{transform:scale(1.02)}20%{transform:scale(1)}50%{transform:scale(.99)}to{transform:scale(1.02)}}@keyframes svelte-6f90uw-flicker{0%{opacity:.1;transform:scale(1)}2%{opacity:1;transform:scaleX(1.1)}8%{opacity:.1;transform:scaleX(.9)}9%{opacity:1;transform:scale(1)}12%{opacity:.1;transform:scaleX(.8)}20%{opacity:1;transform:scale(1)}25%{opacity:.3;transform:scaleX(.8)}30%{opacity:1;transform:scale(1)}70%{opacity:.7;transform:scaleX(.8)}72%{opacity:.2;transform:scaleX(.7)}77%{opacity:.9;transform:scaleX(1.1)}to{opacity:.9;transform:scale(1)}}#cometController.svelte-60ncpa,img.svelte-60ncpa{position:fixed}img.svelte-60ncpa:last-of-type{display:none}parallax.svelte-1v6syxs div.svelte-1v6syxs{width:100%;top:0;position:fixed}.spaceBg1.svelte-1v6syxs.svelte-1v6syxs{-webkit-animation:svelte-1v6syxs-backgroundSpeed1 45s linear infinite;animation:svelte-1v6syxs-backgroundSpeed1 45s linear infinite;background-image:url(../../../branding/stars1.gif);background-position-x:0;height:calc(100vh + 234px);position:fixed;z-index:-3;opacity:.5}.spaceBg2.svelte-1v6syxs.svelte-1v6syxs{-webkit-animation:svelte-1v6syxs-backgroundSpeed2 35s linear infinite;animation:svelte-1v6syxs-backgroundSpeed2 35s linear infinite;background-image:url(../../../branding/stars2.gif);background-position-x:-250px;height:calc(100vh + 400px);position:fixed;z-index:-2;opacity:.7}.spaceBg3.svelte-1v6syxs.svelte-1v6syxs{-webkit-animation:svelte-1v6syxs-backgroundSpeed1 18s linear infinite;animation:svelte-1v6syxs-backgroundSpeed1 18s linear infinite;background-image:url(../../../branding/stars1.gif);background-position-x:-355px;height:calc(100vh + 234px);position:fixed;z-index:-1;opacity:1}@keyframes svelte-1v6syxs-backgroundSpeed1{0%{transform:translateY(-234px)}to{transform:translateY(0)}}@keyframes svelte-1v6syxs-backgroundSpeed2{0%{transform:translateY(-400px)}to{transform:translateY(0)}}.top.svelte-9kmraz,.bottom.svelte-9kmraz{position:fixed;width:100vw}.top.small.svelte-9kmraz,.bottom.small.svelte-9kmraz{background:linear-gradient(0deg,transparent 49%,var(--dark1) 50%,var(--dark1) 50%,transparent 51%,transparent),linear-gradient(-90deg,transparent 49%,var(--dark1) 50%,var(--dark1) 50%,transparent 51%,transparent);font-size:25px;opacity:.7;background-size:1em 1em}.top.large.svelte-9kmraz,.bottom.large.svelte-9kmraz{background:linear-gradient(0deg,transparent 49%,var(--accent1) 50%,var(--accent1) 50%,transparent 51%,transparent),linear-gradient(-90deg,transparent 49%,var(--accent1) 50%,var(--accent1) 50%,transparent 51%,transparent);font-size:75px;background-size:1em 1em}.top.svelte-9kmraz{top:-100px;height:520px;-webkit-mask-image:radial-gradient(ellipse at top,rgba(255,255,255,0),black 0%,rgba(255,255,255,0) 90%);mask-image:radial-gradient(ellipse at top,rgba(255,255,255,0),black 0%,rgba(255,255,255,0) 90%)}.bottom.svelte-9kmraz{bottom:-100px;height:420px;-webkit-mask-image:radial-gradient(ellipse at bottom,rgba(255,255,255,0),black 0%,rgba(255,255,255,0) 90%);mask-image:radial-gradient(ellipse at bottom,rgba(255,255,255,0),black 0%,rgba(255,255,255,0) 90%)}.dumbforceclip.svelte-1lbpxz7{max-height:100vh;overflow:hidden}.enforcedHeight.svelte-1lbpxz7{position:relative;z-index:1;width:100%;margin:0 0 auto}#scrollParent.svelte-1lbpxz7{min-height:100vh;max-height:100vh;margin:0 auto}#layout.svelte-1lbpxz7{min-height:100vh;max-width:820px;width:100%;min-width:300px;padding:0 15px;margin:0 auto;position:relative;display:flex;flex-direction:column;justify-content:space-between}
