html{overflow-y:auto!important}#home{flex-direction:column;align-self:center;align-items:center;width:100%;margin-top:6rem;display:flex}#home-nav{z-index:5;flex-direction:row;justify-content:center;align-items:center;width:calc(100% - 2rem);height:4rem;margin:0 1rem;display:flex;position:fixed;top:1rem;left:0}#home-nav-container{box-sizing:border-box;-webkit-backdrop-filter:blur(1rem);backdrop-filter:blur(1rem);background-color:var(--bg-trans);border-radius:.5rem;outline:1px solid #0000;flex-direction:row;justify-content:space-between;align-items:center;width:1250px;height:100%;padding:0 1rem;transition:outline .125s ease-in-out,background-color .125s ease-in-out,box-shadow .125s ease-in-out;display:flex}#home-nav-container.scrolled{outline:1px solid #80808040;box-shadow:0 0 1rem #80808020}#home-nav-logo{flex-direction:row;justify-content:center;align-items:center;gap:1rem;display:flex}#home-nav-logo svg{width:24px;height:24px;fill:var(--text);margin-left:.25rem}#home-nav-logo-text{font-size:1rem;font-weight:600;font-family:var(--header-font)}#home-nav-buttons{flex-direction:row;align-items:center;gap:1rem;display:flex}.home-nav-icon-button{cursor:pointer;min-width:2rem;height:2rem;color:var(--text);border-radius:.5rem;outline:1px solid #80808040;flex-direction:row;justify-content:center;align-items:center;gap:.5rem;display:flex}.home-nav-icon-button svg{width:1rem;height:1rem;padding:.5rem}.home-nav-icon-button select{cursor:pointer;color:var(--text);background:0 0;border:none;margin-left:-.5rem;margin-right:.25rem;padding:.5rem}.home-nav-icon-button select option{background:var(--bg);color:var(--text)}.home-nav-button{cursor:pointer;padding:.5rem;color:var(--text)!important}#home-content{flex-direction:column;align-items:center;gap:4rem;width:100%;max-width:1500px;display:flex}#home-carousel{box-sizing:border-box;flex-direction:row;width:100%;height:fit-content;display:flex;overflow-x:hidden}.home-carousel-image{filter:drop-shadow(0px 0px .25rem var(--secondary));padding:2rem}#home-carousel .gradient{background:linear-gradient(90deg,var(--bg)0%,#0000 50%,var(--bg)100%);z-index:1;width:1500px;height:8rem;position:absolute}@media screen and (max-width:1500px){#home-carousel .gradient{width:100%}}@keyframes marquee{0%{transform:translate(0)}to{transform:translate(-33.3333%)}}.inner{animation:20s linear infinite marquee;display:flex}#home-carousel img:last-child{border-right:none!important}.download-counter{color:var(--tertiary);text-align:center;width:100%;height:fit-content;min-height:2rem;font-size:1.5rem}.home-links-buttons{flex-flow:wrap;justify-content:center;align-items:center;gap:1rem;display:flex}.home-link{border:1px solid var(--accent);background-color:var(--bg-accent);cursor:pointer;-webkit-user-select:none;user-select:none;border-radius:.5rem;flex-direction:row;justify-content:center;align-items:center;gap:1rem;width:15rem;padding:1rem;display:flex;color:var(--text)!important;text-decoration:none!important}.home-link.primary{background-color:var(--text);border:1px solid #0000;color:var(--bg)!important}.home-link.disabled{cursor:not-allowed}.home-link:hover{border:1px solid var(--secondary);background-color:var(--accent);color:var(--text)}.home-link:active{border:1px solid var(--accent);background-color:var(--bg-accent);color:var(--text)}.home-link.primary:hover{background-color:var(--quarternary);border:1px solid #0000}.home-link.primary:active{background-color:var(--text);border:1px solid #0000}#home-features{flex-direction:column;justify-content:center;align-items:center;gap:3rem;width:100%;display:flex}#home-features h2{font-family:var(--body-font);text-align:center;margin:0;font-size:3rem}.feature-list{flex-direction:column;justify-content:flex-start;align-items:flex-start;gap:2rem;width:fit-content;padding:0;display:flex}.feature-list li{width:100%;color:var(--quarternary);border-radius:.5rem;flex-direction:row;justify-content:flex-start;align-items:center;gap:1rem;font-size:1.25rem;display:flex}.feature-list li svg{border-right:1px solid var(--secondary);color:var(--text);min-width:1rem;padding-right:1rem}#home-credits{box-sizing:border-box;justify-content:center;align-items:center;padding:5rem 1rem;display:flex}#home-copyright{box-sizing:border-box;color:var(--tertiary);text-align:center;justify-content:center;align-items:center;padding:1rem;font-size:.7rem}#home-copyright a{color:var(--tertiary);text-decoration:underline}@media screen and (max-width:1280px){#home-features h2{text-align:center;text-align:center;justify-content:center;width:100%;margin-right:0;font-size:2.5rem}.download-counter{font-size:1rem}#home{margin-top:0}#home-header{height:100vh}#home-title{font-size:2rem!important}.feature-list li{width:calc(100% - 4rem);margin:0 2rem;font-size:1rem!important}#credits{justify-content:space-between;padding:1rem}.home-nav-button,#home-nav-logo-text{display:none}}
