@import url("https://fonts.googleapis.com/css2?family=Anton&family=Montserrat:ital,wght@1,100;1,200;1,400&display=swap");:root{--primary-font:"Montserrat",sans-serif;--secondary-font:"Anton",sans-serif;--bg-primary-color:#1b242f;--bg-secondary-color:#252934;--accent-primary-color:#ff4c7a;--accent-active-primary-color:#922e47;--accent-secondary-color:#141418;--text-primary-color:#cfcece;--text-secondary:#1e1c1b;--mobile-nav-primary:#23232e;--mobile-nav-secondary:#141418}*,:after,:before{box-sizing:inherit}body,html{margin:0;padding:0;overflow-x:hidden;background-color:var(--bg-primary-color)}html{box-sizing:border-box;display:grid;grid-template-columns:1fr}body{font-family:var(--primary-font);display:flex;flex-flow:column nowrap;align-items:center;flex-basis:100%;cursor:url(/website.svg),auto}a,h1,h2,h3,li,p,ul{margin:0;padding:0;list-style:none}a{color:var(--text-primary-color);text-decoration:none}.spinner{background-color:var(--bg-primary-color);width:100vw;height:100vh;display:flex;align-items:center;justify-content:center}@-webkit-keyframes shadowPop{0%{box-shadow:0 0 #3e3e3e,0 0 #3e3e3e,0 0 #3e3e3e,0 0 #3e3e3e,0 0 #3e3e3e,0 0 #3e3e3e,0 0 #3e3e3e,0 0 #3e3e3e;transform:translateX(0) translateY(0)}to{box-shadow:1px -1px #3e3e3e,2px -2px #3e3e3e,3px -3px #3e3e3e,4px -4px #3e3e3e,5px -5px #3e3e3e,6px -6px #3e3e3e,7px -7px #3e3e3e,8px -8px #3e3e3e;transform:translateX(-8px) translateY(8px)}}@keyframes shadowPop{0%{box-shadow:0 0 #3e3e3e,0 0 #3e3e3e,0 0 #3e3e3e,0 0 #3e3e3e,0 0 #3e3e3e,0 0 #3e3e3e,0 0 #3e3e3e,0 0 #3e3e3e;transform:translateX(0) translateY(0)}to{box-shadow:1px -1px #3e3e3e,2px -2px #3e3e3e,3px -3px #3e3e3e,4px -4px #3e3e3e,5px -5px #3e3e3e;transform:translateX(-8px) translateY(8px)}}.shadow-pop{-webkit-animation:shadowPop .8s cubic-bezier(.47,0,.745,.715) both;animation:shadowPop .8s cubic-bezier(.47,0,.745,.715) both}@-webkit-keyframes fadeIn{0%{opacity:0}to{opacity:1}}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}.fade-in{-webkit-animation:fadeIn 3s cubic-bezier(.39,.575,.565,1) both;animation:fadeIn 3s cubic-bezier(.39,.575,.565,1) both}::-webkit-scrollbar{width:1vw}::-webkit-scrollbar-track{background-color:var(--bg-primary-color);border-radius:100vw;margin-block:1vh}::-webkit-scrollbar-thumb{border:.15vw solid var(--bg-primary-color);border-radius:100vw}::-webkit-scrollbar-thumb,::-webkit-scrollbar-thumb:hover{background-color:var(--accent-primary-color)}@media (max-width:992px){::-webkit-scrollbar{width:0}}