@charset "UTF-8";section#terms{width:100vw;height:100vh;max-height:100vh;background:linear-gradient(180deg,#0e0e0e 0%,var(--Background_Secondary) 100%);display:flex;flex-direction:row;align-items:stretch;justify-content:space-between}section#terms nav#header{position:fixed;top:1rem;left:50%;transform:translate(-50%);margin:0!important}@keyframes gradientMove{0%{background-position:0% center}to{background-position:200% center}}section#terms nav#sidebar{display:flex;flex-direction:column;align-items:flex-start;justify-content:flex-start;width:20vw;min-width:250px;overflow-x:auto;padding:2rem 1.5rem;background-color:var(--Background_Primary);border-right:1px solid #333}section#terms nav#sidebar a.back-home{color:var(--Light_Gray);font-weight:700;margin-bottom:2rem;display:flex;align-items:center;gap:.5rem;font-size:.9rem;transition:color .2s ease}section#terms nav#sidebar a.back-home:hover{color:var(--White)}section#terms nav#sidebar a.back-home:before{content:"←"}section#terms nav#sidebar h2{font-family:Mulish,sans-serif;font-weight:800;margin:.5rem 0;font-size:1.2rem;color:var(--Off_White)}section#terms nav#sidebar a:hover,section#terms nav#sidebar a.active{color:var(--Off_White);transition:.15s ease}section#terms nav#sidebar>ul{list-style:none;padding:0;margin:0;width:100%}section#terms nav#sidebar>ul li{text-align:left;padding:.15rem 0}section#terms nav#sidebar>ul li>ul{list-style:none;padding:.25rem 0 .25rem 1.5rem}section#terms nav#sidebar>ul li>ul a{color:#6b6b6b}section#terms nav#sidebar>ul li a{color:#828282}section#terms div#content{box-sizing:border-box;width:80vw;max-height:calc(100vh - 6rem);position:relative;overflow-y:auto;scroll-behavior:smooth;padding:2rem 5vw}section#terms div#content p.license-text{color:var(--Darker_Grey);font-size:.7rem}section#terms div#content p{padding:0}section#terms div#content p,section#terms div#content li{font-size:.9rem}section#terms div#content p#last-updated,section#terms div#content li#last-updated{color:var(--Off_White)}section#terms div#content h1{font-family:Mulish,sans-serif;font-weight:800;margin:3rem 0 .5rem;font-size:1.5rem;background:linear-gradient(120deg,#ffffff,var(--Light_Gray),#ffffff);background-size:200% auto;background-clip:text;-webkit-background-clip:text;color:transparent;animation:gradientMove 3s linear infinite;text-shadow:2px 2px 2px rgba(0,0,0,.3)}section#terms div#content h2{font-weight:600;margin:0;font-size:1.1rem}section#terms div#content h3{font-weight:600;margin:0;font-size:1rem}section#terms #menu-toggle-icon{display:none}section#terms .hidden{display:none!important}@media (max-width: 800px){section#terms{flex-direction:column;align-items:flex-start;justify-content:flex-start;width:100vw;height:100vh}section#terms #menu-toggle-icon{display:block;position:fixed;top:1rem;right:1rem;z-index:9999;color:var(--Off_White)}section#terms #menu-toggle-icon:hover{color:var(--Primary);transition:.15s ease}section#terms nav#sidebar{width:100vw;min-width:unset;height:auto;padding:calc(5vh + .5rem) 1.5rem}section#terms div#content{width:100vw;max-height:90vh;padding:5vh 2vw}}
