.parallax{overflow:hidden;display:block;box-sizing:border-box;width:100vw}.parallax>section{background-attachment:fixed;background-position:50%;background-repeat:no-repeat;background-size:contain;perspective:5px;overflow:hidden}@supports (-webkit-overflow-scrolling:touch){.parallax>section{background-attachment:unset;background-size:150%;min-height:100vh}}@keyframes fade-in{0%{opacity:0}to{opacity:1}}@keyframes fade-out{0%{opacity:1}to{opacity:0}}@keyframes streak-out{0%{transform:scale(1);text-shadow:0 0 0 0 hsla(0,0%,100%,0)}5%{text-shadow:0 0 20px #cecece,20px 20px 20px hsla(0,0%,81%,.5),-20px -20px 20px hsla(0,0%,81%,.5),20px -20px 20px hsla(0,0%,81%,.5),-20px 20px 20px hsla(0,0%,81%,.5)}15%{text-shadow:0 0 20px #cecece,20px 20px 20px hsla(0,0%,81%,.5),-20px -20px 20px hsla(0,0%,81%,.5),20px -20px 20px hsla(0,0%,81%,.5),-20px 20px 20px hsla(0,0%,81%,.5)}97%{text-shadow:0 0 20px #cecece,20px 20px 20px hsla(0,0%,81%,.5),-20px -20px 20px hsla(0,0%,81%,.5),20px -20px 20px hsla(0,0%,81%,.5),-20px 20px 20px hsla(0,0%,81%,.5)}to{transform:scale(0);text-shadow:0 0 0 0 hsla(0,0%,100%,0)}}@keyframes header-intro{0%{padding-left:10rem;min-height:100vh;opacity:0}85%{padding-left:5.5rem;opacity:1}to{padding-left:5rem;min-height:1vh}}*{box-sizing:border-box;padding:0}body,html{max-width:100vw;overflow-x:hidden}html{overflow-y:scroll}body{margin:0;padding:0;background-color:var(--background-color)!important;color:hsl(var(--heroui-foreground)/var(--heroui-foreground-opacity,var(--tw-text-opacity)));font-size:var(--heroui-font-size-medium);font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,sans-serif;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;animation-name:fadeIn;animation-duration:2s}h1,h2,h3,h4,h5{font-weight:400}h1{font-size:170%}h2{font-size:150%}h3,h4{font-size:120%}li,p{font-weight:200}a{color:inherit;text-decoration:underline}header{position:fixed;top:0;width:100%;padding:0 var(--gutter);display:flex;justify-content:space-between;align-items:stretch;background-color:var(--background-color);z-index:1}header h1{font-size:200%;font-weight:200}header h1,header h2{margin:0;align-self:center}header h2{cursor:pointer}@media (orientation:landscape){body{padding-top:8vh}header{height:8vh}}@media (orientation:portrait){body{padding-top:6vh}header{height:6vh;padding-right:1rem}header h1{font-size:100%}}ul.list{list-style-type:none;padding:0;display:flex;flex-direction:row}ul.list li{margin-right:1rem;font-size:95%;white-space:nowrap;text-overflow:ellipsis}ul.bullets{list-style-type:disc;padding-left:2rem}ul.bullets li{margin-right:1rem;font-size:95%}