@charset "UTF-8";
html {
  font-size: 10px; }

body {
  font-size: 2rem;
  line-height: 1.2;
  color: #BCBCBC;
  width: 100vw;
  overflow-x: hidden; }
  @media only screen and (max-width: 900px) {
    body {
      font-size: 1.5rem; } }

.tux {
  background: #1c0d76; }

.riot {
  background: #553815; }

/*Marquee stile*/
.marquee {
  width: 100%;
  overflow: hidden;
  padding: 1rem;
  text-transform: uppercase; }

.marquee .scroll {
  width: 100%;
  display: flex; }

.marquee .scroll div {
  white-space: nowrap;
  animation: animate-marquee 40s linear infinite;
  animation-delay: -20s; }

.marquee .scroll div:nth-child(2) {
  animation: animate-marquee-2 40s linear infinite;
  animation-delay: -40s; }

.marquee .scroll div .info {
  padding: 0 1rem; }

.info {
  clear: both;
  display: inline-block;
  overflow: hidden;
  white-space: nowrap; }

/*Responsive marquee*/
@keyframes animate-marquee {
  0% {
    -moz-transform: translateX(100%);
    -webkit-transform: translateX(100%);
    transform: translateX(100%); }
  100% {
    -moz-transform: translateX(-100%);
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%); } }
@keyframes animate-marquee-2 {
  0% {
    -moz-transform: translateX(0%);
    -webkit-transform: translateX(0%);
    transform: translateX(0%); }
  100% {
    -moz-transform: translateX(-200%);
    -webkit-transform: translateX(-200%);
    transform: translateX(-200%); } }
nav.main_nav {
  display: flex;
  flex-direction: row;
  position: sticky;
  top: 0;
  z-index: 100;
  text-transform: uppercase;
  font-size: .75em; }
  nav.main_nav .game {
    display: block;
    margin: 1rem; }
    nav.main_nav .game:last-child {
      margin-left: 0; }
    nav.main_nav .game a {
      background-color: rgba(255, 255, 255, 0.5);
      text-decoration: none;
      border-radius: 3em;
      padding: .75rem 2rem;
      display: inline-block; }
      nav.main_nav .game a.active {
        background-color: white; }
      nav.main_nav .game a:hover {
        background-color: #9078B3; }

.hero {
  width: 100vw;
  height: 100vh;
  width: 100%;
  min-height: 100vh;
  position: relative; }
  .hero .marquee {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    color: #9078B3; }
  .hero .wordmark {
    min-width: 100%;
    position: absolute;
    bottom: 2.5em;
    left: 0;
    right: 0;
    padding: 0 1em; }
    .hero .wordmark svg {
      width: 100%; }
  .hero .graphic {
    position: relative; }
    .hero .graphic svg {
      position: relative;
      display: block;
      height: 95%;
      left: 50%;
      top: 52%;
      transform: translate(-50%, -52%);
      max-width: 100vw; }
  .hero.tux {
    color: #9078B3; }
  .hero.riot {
    color: #9078B3; }

canvas {
  z-index: 0; }

.slideshow {
  position: relative;
  z-index: 10; }
  .slideshow .flexslider {
    position: relative;
    width: 100%; }
    .slideshow .flexslider .flex-direction-nav {
      top: 0;
      bottom: 0;
      left: 0;
      right: 0;
      font-size: 3em;
      width: 100%; }
      .slideshow .flexslider .flex-direction-nav .flex-nav-prev, .slideshow .flexslider .flex-direction-nav .flex-nav-next {
        position: absolute;
        top: 0;
        bottom: 0;
        background-color: rgba(0, 0, 0, 0.5);
        width: 5rem; }
        .slideshow .flexslider .flex-direction-nav .flex-nav-prev a, .slideshow .flexslider .flex-direction-nav .flex-nav-next a {
          position: absolute;
          top: 50%;
          left: 50%;
          transform: translate(-50%, -50%);
          text-decoration: none;
          padding: 0 1rem; }
      .slideshow .flexslider .flex-direction-nav .flex-nav-prev {
        left: 0;
        right: auto; }
      .slideshow .flexslider .flex-direction-nav .flex-nav-next {
        right: 0;
        left: auto; }
  .slideshow .container img {
    max-width: 100vw;
    width: 100%;
    display: block; }

.carousel {
  position: absolute;
  bottom: 1rem;
  left: 1rem; }
  .carousel li {
    border: 2px solid #FFF; }
    .carousel li img {
      width: 100%;
      max-width: 100px; }
  .carousel .flex-nav-prev, .carousel .flex-nav-next {
    display: none; }

.tux .slideshow, .tux .content, .tux .footer {
  background-color: rgba(28, 13, 118, 0.9); }

.riot .slideshow, .riot .content, .riot .footer {
  background-color: rgba(85, 56, 21, 0.8); }

.content {
  position: relative;
  padding-bottom: 20rem; }
  .content .title {
    display: flex;
    flex-direction: row;
    padding: 1rem;
    text-decoration: underline;
    text-decoration-color: red;
    text-underline-offset: .4em;
    text-decoration-thickness: .1em; }
  .content .container {
    display: flex; }
    @media only screen and (max-width: 900px) {
      .content .container {
        display: block; } }
    .content .container .desc {
      font-size: 1.25em; }
    .content .container .col {
      display: flex;
      flex-direction: column;
      flex-basis: 100%;
      flex: 1;
      padding: 1rem; }

.footer {
  color: #9078B3;
  padding: 1rem; }
  .footer .logo {
    width: 30rem; }

ul, li, ol {
  list-style: none;
  margin: 0;
  padding: 0; }

@font-face {
  font-family: "means-neue-f";
  src: url("/assets/fonts/means-neue-f.woff2") format("woff2");
  font-style: normal;
  font-weight: 400;
  font-display: swap; }
body, html {
  font-family: "means-neue-f", helvetica, arial, sans-serif; }

h1, h2, h3, h4 {
  font-family: "means-neue-f", helvetica, arial, sans-serif; }

body {
  font-variant-ligatures: none; }

/* DON'T DELETE THIS */
html {
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box; }

*, *:before, *:after {
  box-sizing: inherit;
  -moz-box-sizing: inherit;
  -webkit-box-sizing: inherit; }

body {
  margin: 0; }

/* Clear Float */
.cf:before, .cf:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */ }

.cf:after {
  clear: both; }

.cf {
  *zoom: 1; }

a {
  color: #1c0d76;
  text-decoration: underline;
  text-decoration-color: #9078b3;
  text-underline-offset: .1em;
  text-decoration-thickness: .1em; }
  a:hover {
    color: #FFF;
    text-decoration: none; }

.content a {
  color: inherit; }

a:focus-visible {
  outline: 3px solid #fff;
  outline-offset: 3px; }

canvas {
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  width: 100%;
  object-fit: contain;
  max-height: 100vh;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  pointer-events: none; }

.distortion > img {
  position: fixed;
  width: min(100%, 1100px);
  max-height: 100vh;
  object-fit: contain;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  pointer-events: none; }

.cursor {
  position: fixed; }

@media only screen and (max-width: 420px) {
  nav.main_nav .game a {
    padding: .65rem 1.4rem; } }

@media (prefers-reduced-motion: reduce) {
  .marquee .scroll div,
  .marquee .scroll div:nth-child(2) {
    animation: none;
    transform: none; }

  .marquee .scroll div:nth-child(2) {
    display: none; } }

/*!
	By André Rinas, www.andrerinas.de
	Documentation, www.simplelightbox.de
	Available for use under the MIT License
	Version 2.10.3
*/
body.hidden-scroll {
  overflow: hidden; }

.sl-overlay {
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background: #fff;
  display: none;
  z-index: 1035; }

.sl-wrapper {
  z-index: 1040;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  position: fixed; }

.sl-wrapper * {
  box-sizing: border-box; }

.sl-wrapper button {
  border: 0 none;
  background: transparent;
  font-size: 28px;
  padding: 0;
  cursor: pointer; }

.sl-wrapper button:hover {
  opacity: 0.7; }

.sl-wrapper .sl-close {
  display: none;
  position: fixed;
  right: 30px;
  top: 30px;
  z-index: 10060;
  margin-top: -14px;
  margin-right: -14px;
  height: 44px;
  width: 44px;
  line-height: 44px;
  font-family: Arial, Baskerville, monospace;
  color: #000;
  font-size: 3rem; }

.sl-wrapper .sl-counter {
  display: none;
  position: fixed;
  top: 30px;
  left: 30px;
  z-index: 1060;
  color: #000;
  font-size: 1rem; }

.sl-wrapper .sl-navigation {
  width: 100%;
  display: none; }

.sl-wrapper .sl-navigation button {
  position: fixed;
  top: 50%;
  margin-top: -22px;
  height: 44px;
  width: 22px;
  line-height: 44px;
  text-align: center;
  display: block;
  z-index: 10060;
  font-family: Arial, Baskerville, monospace;
  color: #000; }

.sl-wrapper .sl-navigation button.sl-next {
  right: 5px;
  font-size: 2rem; }

.sl-wrapper .sl-navigation button.sl-prev {
  left: 5px;
  font-size: 2rem; }

@media (min-width: 35.5em) {
  .sl-wrapper .sl-navigation button {
    width: 44px; }

  .sl-wrapper .sl-navigation button.sl-next {
    right: 10px;
    font-size: 3rem; }

  .sl-wrapper .sl-navigation button.sl-prev {
    left: 10px;
    font-size: 3rem; } }
@media (min-width: 50em) {
  .sl-wrapper .sl-navigation button {
    width: 44px; }

  .sl-wrapper .sl-navigation button.sl-next {
    right: 20px;
    font-size: 3rem; }

  .sl-wrapper .sl-navigation button.sl-prev {
    left: 20px;
    font-size: 3rem; } }
.sl-wrapper.sl-dir-rtl .sl-navigation {
  direction: ltr; }

.sl-wrapper .sl-image {
  position: fixed;
  -ms-touch-action: none;
  touch-action: none;
  z-index: 10000; }

.sl-wrapper .sl-image img {
  margin: 0;
  padding: 0;
  display: block;
  border: 0 none;
  width: 100%;
  height: auto; }

@media (min-width: 35.5em) {
  .sl-wrapper .sl-image img {
    border: 0 none; } }
@media (min-width: 50em) {
  .sl-wrapper .sl-image img {
    border: 0 none; } }
.sl-wrapper .sl-image iframe {
  background: #000;
  border: 0 none; }

@media (min-width: 35.5em) {
  .sl-wrapper .sl-image iframe {
    border: 0 none; } }
@media (min-width: 50em) {
  .sl-wrapper .sl-image iframe {
    border: 0 none; } }
.sl-wrapper .sl-image .sl-caption {
  display: none;
  padding: 10px;
  color: #fff;
  background: rgba(0, 0, 0, 0.8);
  font-size: 1rem;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0; }

.sl-wrapper .sl-image .sl-caption.pos-top {
  bottom: auto;
  top: 0; }

.sl-wrapper .sl-image .sl-caption.pos-outside {
  bottom: auto; }

.sl-wrapper .sl-image .sl-download {
  display: none;
  position: absolute;
  bottom: 5px;
  right: 5px;
  color: #000;
  z-index: 1060; }

.sl-spinner {
  display: none;
  border: 5px solid #333;
  border-radius: 40px;
  height: 40px;
  left: 50%;
  margin: -20px 0 0 -20px;
  opacity: 0;
  position: fixed;
  top: 50%;
  width: 40px;
  z-index: 1007;
  -webkit-animation: pulsate 1s ease-out infinite;
  -moz-animation: pulsate 1s ease-out infinite;
  -ms-animation: pulsate 1s ease-out infinite;
  -o-animation: pulsate 1s ease-out infinite;
  animation: pulsate 1s ease-out infinite; }

.sl-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll; }

.sl-transition {
  transition: -moz-transform ease 200ms;
  transition: -ms-transform ease 200ms;
  transition: -o-transform ease 200ms;
  transition: -webkit-transform ease 200ms;
  transition: transform ease 200ms; }

@-webkit-keyframes pulsate {
  0% {
    transform: scale(0.1);
    opacity: 0.0; }
  50% {
    opacity: 1; }
  100% {
    transform: scale(1.2);
    opacity: 0; } }
@keyframes pulsate {
  0% {
    transform: scale(0.1);
    opacity: 0.0; }
  50% {
    opacity: 1; }
  100% {
    transform: scale(1.2);
    opacity: 0; } }
@-moz-keyframes pulsate {
  0% {
    transform: scale(0.1);
    opacity: 0.0; }
  50% {
    opacity: 1; }
  100% {
    transform: scale(1.2);
    opacity: 0; } }
@-o-keyframes pulsate {
  0% {
    transform: scale(0.1);
    opacity: 0.0; }
  50% {
    opacity: 1; }
  100% {
    transform: scale(1.2);
    opacity: 0; } }
@-ms-keyframes pulsate {
  0% {
    transform: scale(0.1);
    opacity: 0.0; }
  50% {
    opacity: 1; }
  100% {
    transform: scale(1.2);
    opacity: 0; } }

/*# sourceMappingURL=style.css.map */
