:root{--dark-tone:#222831;--darker-tone:#0a131e;--default-color:#e6e6e6;--ink-color:#49423b;--light-tone:#5d6d78;--primary-color:#5b69fc;--red-tone:#5f1f20;--very-large-breakpoint:80rem;--large-breakpoint:64rem;--medium-breakpoint:48rem;--small-breakpoint:40rem;--very-small-breakpoint:30rem}#downloadables,section.article-container{background:var(--darker-tone)}#downloadables{min-height:auto}#downloadables>div{display:flex;gap:2rem;justify-content:center;padding:2rem 0}#downloadables>div>ul{display:flex;flex-direction:column;gap:.5rem}#downloadables>div>ul>li{align-items:center;display:flex;gap:1rem}#downloadables>div>ul>li>a{font-size:18px}#downloadables>div>ul>li>a.button{margin-left:auto;padding:.5rem .75rem}@media (max-width:48rem){#downloadables{padding-top:0}#downloadables>div{flex-direction:column;gap:0}#downloadables>div>nav.filters{top:1rem;z-index:1}#downloadables>div>nav.filters>ul{flex-direction:row;flex-wrap:wrap;justify-content:center;margin:0}#downloadables>div>nav.filters>ul>li>button{box-shadow:0 0 1rem #000}#downloadables>div>nav.filters>ul>li>button.active{box-shadow:0 0 1rem #fff}#downloadables>div>nav.filters>ul>li>button>span:not(.fa-solid){display:none}}#downloadables h2{margin-top:0}#heading{background:var(--dark-tone)}#heading>div>.image-container>img{border-radius:1rem;box-shadow:0 0 1rem #000}@media (max-width:30rem){#heading>div>.image-container>img{border-radius:0;mask-image:linear-gradient(transparent,#000 25%);max-height:100%;object-fit:cover;object-position:bottom;width:100%}}@media (max-width:64rem){#heading>div>.text-container>h1{font-size:18vw!important}}@media (max-width:80rem){#heading{min-height:calc(100vh - 5rem);padding-bottom:0}#heading>div{position:relative}#heading>div>.image-container{bottom:0;left:0;margin:0;position:absolute!important;right:0;top:0}#heading>div>.image-container>img{border-end-end-radius:0;border-end-start-radius:0;filter:drop-shadow(1rem 0 1rem black) brightness(.75)!important}#heading>div>.text-container{max-width:var(--medium-breakpoint)}}#sections{background:var(--light-tone);min-height:auto}#sections>h2{margin-left:auto;margin-right:auto;max-width:calc(100% - 2rem);padding:0 1rem;width:min(var(--large-breakpoint),100%)}#sections>nav{margin:0 auto;max-width:var(--very-large-breakpoint);padding-bottom:4rem}#sections>nav>ul{gap:2rem}#sections>nav>ul>li{align-content:center;border:1px solid #000;border-radius:1rem;box-shadow:inset .125rem .5rem 4rem #000;flex-direction:column;height:12rem;text-shadow:0 0 1rem #000;width:12rem}#sections>nav>ul>li>a{--size:calc(100% - 2rem);display:flex;flex:auto;flex-direction:column;padding:1rem;transition:text-shadow .25s ease,height .325s ease;width:var(--size)}#sections>nav>ul>li>a>img{left:50%;max-height:var(--size);max-width:var(--size);position:absolute;transform:translateX(-50%);z-index:0}#sections>nav>ul>li>a>span{font-size:28px;margin:auto 0 0;position:relative;text-shadow:0 0 .75rem #000;z-index:1}#sections>nav>ul>li>a:hover>span{text-shadow:0 0 1rem red}#sections>nav>ul>li>a:active>span{text-shadow:0 0 .5rem red}