<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">body {
  background-color: black;
  box-sizing: border-box;
  height: auto;
  min-height: none;
  -webkit-transition: height 999999s;
  transition: height 999999s;
  overflow-x: hidden;
}
@media (min-width: 768px) {
  body {
    overflow: hidden !important;
  }
}
canvas {
  position: fixed;
  height: 100vh;
  background: black;
  width: 100%;
  top: 0px !important;
  -webkit-transition: height 999999s;
  transition: height 999999s;
}
.loading {
  height: 100%;
  margin: auto;
  color: white;
  z-index: 10;
  font-size: 100px;
}
.page-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  height: 100vh;
}
.switch-style {
  position: absolute;
  right: 0;
  top: 210px;
  z-index: 10;
}
.marathon {
  z-index: 2;
  width: 100%;
  height: auto;
}
@media (min-width: 768px) {
  .marathon {
    position: absolute;
    top: 70%;
  }
}
.marathon a img {
  display: block;
  margin: auto;
  max-width: 100%;
  margin-top: -10px;
  transform: scale(0.9);
}
.marathon .pause {
  display: block;
  transform: scale(0.4);
  margin: auto;
}
.video-wrapper {
  z-index: -1;
  max-width: 800px;
  width: 100%;
}
footer {
  z-index: 20;
  bottom: 0;
  display: none;
}
html,
body {
  width: 100%;
  height: 100%;
}
</pre></body></html>