@font-face {
  font-family: "Roboto";
  src: url("../fonts/Roboto-Regular.woff") format("woff");
}
/* HTML5 display-role reset rules */
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
  display: block;
}

body {
  line-height: 1;
  overflow: hidden;
}

ol, ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after, q:before, q:after {
  content: "";
  content: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

html {
  background-color: #000;
}

html, body {
  height: 100%;
  font-family: "Roboto", "Segoe UI", sans-serif;
}

#debug {
  position: absolute;
  width: 1px;
  height: 1px;
  top: -20px;
  left: -20px;
}
@media only screen and (min-device-width: 320px) and (min-device-width: 480px) and (orientation: portrait) {
  #debug {
    z-index: 0;
  }
}
@media only screen and (min-device-width: 320px) and (min-device-width: 480px) and (orientation: landscape) {
  #debug {
    z-index: 1;
  }
}
@media only screen and (min-device-width: 768px) and (min-device-width: 1366px), only screen and (min-width: 768px) and (min-height: 768px) {
  #debug {
    z-index: 2;
  }
}
@media only screen and (min-device-width: 768px) and (min-device-width: 1366px) and (orientation: portrait), screen and (min-width: 768px) and (min-height: 768px) {
  #debug {
    z-index: 3;
  }
}
@media only screen and (min-device-width: 768px) and (min-device-width: 1366px) and (orientation: landscape), screen and (min-width: 1024px) {
  #debug {
    z-index: 4;
  }
}
@media only screen and (min-device-width: 1920px), only screen and (min-width: 1080px) and (min-height: 1080px) {
  #debug {
    z-index: 5;
  }
}
@media only screen and (min-device-width: 1920px) and (orientation: portrait), only screen and (min-width: 1080px) and (min-height: 1920px) {
  #debug {
    z-index: 6;
  }
}
@media only screen and (min-device-width: 1920px) and (orientation: landscape), only screen and (min-width: 1920px) and (min-height: 1080px) {
  #debug {
    z-index: 7;
  }
}
#debug.show {
  top: 20px;
  left: 20px;
  width: 800px;
  height: auto;
  font-size: 22px;
  background-color: rgba(255, 255, 255, 0.8);
  padding: 10px;
  max-height: 1020px;
  overflow-y: auto;
  z-index: 200;
}
#debug div {
  margin-bottom: 5px;
}

#version {
  position: absolute;
  width: 1px;
  height: 1px;
  top: -20px;
  left: -20px;
}
#version.show {
  top: auto;
  left: auto;
  right: 20px;
  bottom: 20px;
  width: auto;
  height: auto;
  font-size: 30px;
  background-color: rgba(255, 255, 255, 0.8);
  padding: 10px;
  z-index: 200;
}

.first-load-wrapper {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}

.first-load {
  position: absolute;
  width: 300px;
  height: 150px;
  top: 20%;
  left: 50%;
  transform: translateX(-50%);
}
@media only screen and (min-device-width: 320px) and (min-device-width: 480px) and (orientation: landscape) {
  .first-load {
    top: 60%;
    transform: translate(-50%, -50%);
  }
}
@media only screen and (min-device-width: 768px) and (min-device-width: 1366px), only screen and (min-width: 768px) and (min-height: 768px) {
  .first-load {
    width: 450px;
    height: 225px;
  }
}
@media only screen and (min-device-width: 1920px), only screen and (min-width: 1080px) and (min-height: 1080px) {
  .first-load {
    width: 630px;
    height: 315px;
  }
}
.first-load.ping {
  height: auto;
}
.first-load .logo {
  position: absolute;
  top: 0;
  left: 0px;
  width: 300px;
  height: 60px;
  background-image: url("../images/logo-full.svg");
  background-position: center, center;
  background-repeat: no-repeat;
  background-size: contain;
}
@media only screen and (min-device-width: 768px) and (min-device-width: 1366px), only screen and (min-width: 768px) and (min-height: 768px) {
  .first-load .logo {
    width: 450px;
    height: 90px;
  }
}
@media only screen and (min-device-width: 1920px), only screen and (min-width: 1080px) and (min-height: 1080px) {
  .first-load .logo {
    width: 630px;
    height: 126px;
  }
}

.spinner {
  margin: 100px auto;
  width: 40px;
  height: 40px;
  position: absolute;
  bottom: 0;
  left: calc(50% - 20px);
  text-align: center;
  -webkit-animation: sk-rotate 2s infinite linear;
  animation: sk-rotate 2s infinite linear;
}

.dot1, .dot2 {
  width: 60%;
  height: 60%;
  display: inline-block;
  position: absolute;
  top: 0;
  background-color: #fff;
  border-radius: 100%;
  -webkit-animation: sk-bounce 2s infinite ease-in-out;
  animation: sk-bounce 2s infinite ease-in-out;
}

.dot2 {
  top: auto;
  bottom: 0;
  -webkit-animation-delay: -1s;
  animation-delay: -1s;
}

@-webkit-keyframes sk-rotate {
  100% {
    -webkit-transform: rotate(360deg);
  }
}
@keyframes sk-rotate {
  100% {
    transform: rotate(360deg);
    -webkit-transform: rotate(360deg);
  }
}
@-webkit-keyframes sk-bounce {
  0%, 100% {
    -webkit-transform: scale(0);
  }
  50% {
    -webkit-transform: scale(1);
  }
}
@keyframes sk-bounce {
  0%, 100% {
    transform: scale(0);
    -webkit-transform: scale(0);
  }
  50% {
    transform: scale(1);
    -webkit-transform: scale(1);
  }
}
.player .full-screen {
  width: 100%;
  height: 100%;
}

saturn-layout {
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  transition: opacity 0.5s;
  opacity: 0;
  z-index: 1;
  overflow: hidden;
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
saturn-layout.show-layout {
  opacity: 1;
}

saturn-area {
  display: block;
  position: absolute;
  overflow: hidden;
}
saturn-area > .item {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  opacity: 0;
}
saturn-area > .is-image {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}
saturn-area > .is-video {
  min-width: 100%;
  min-height: 100%;
  object-fit: unset;
}
saturn-area > .is-iframe {
  min-width: 100%;
  min-height: 100%;
  height: 100%;
  width: 100%;
}
saturn-area > .show-item {
  opacity: 1;
}
saturn-area.has-fade > .item {
  transition: opacity 0.5s;
  /*  This is so we can override the fade on the initial item we render as we fade in the layout */
}
saturn-area.has-fade > .item.initial-item {
  transition: none;
}

saturn-infoscreen {
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  overflow: hidden;
  transition: opacity 0.5s;
  opacity: 0;
  background-color: #000;
}
saturn-infoscreen.show {
  opacity: 1;
}
saturn-infoscreen .video {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  min-width: 100%;
  min-height: 100%;
}
saturn-infoscreen .head {
  top: 0;
  left: 0;
  right: 0;
  height: 70px;
  position: absolute;
}
@media only screen and (min-device-width: 768px) and (min-device-width: 1366px), only screen and (min-width: 768px) and (min-height: 768px) {
  saturn-infoscreen .head {
    height: 80px;
  }
}
@media only screen and (min-device-width: 1920px), only screen and (min-width: 1080px) and (min-height: 1080px) {
  saturn-infoscreen .head {
    height: 120px;
  }
}
saturn-infoscreen .head ::after {
  content: "";
  clear: both;
  display: table;
}
saturn-infoscreen .head .logo {
  height: 40px;
  width: 40px;
  margin: 15px;
  background-image: url("../images/logo-icon.svg");
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  float: left;
}
@media only screen and (min-device-width: 320px) and (min-device-width: 480px) and (orientation: landscape) {
  saturn-infoscreen .head .logo {
    width: 200px;
    background-image: url("../images/logo-full.svg");
    background-position: left center;
    background-size: contain;
  }
}
@media only screen and (min-device-width: 768px) and (min-device-width: 1366px), only screen and (min-width: 768px) and (min-height: 768px) {
  saturn-infoscreen .head .logo {
    height: 50px;
    width: 200px;
    margin: 15px;
    background-image: url("../images/logo-full.svg");
    background-position: left center;
    background-size: contain;
  }
}
@media only screen and (min-device-width: 1920px), only screen and (min-width: 1080px) and (min-height: 1080px) {
  saturn-infoscreen .head .logo {
    height: 60px;
    width: 500px;
    margin: 30px;
  }
}
saturn-infoscreen .head .registration-box {
  height: 40px;
  width: 230px;
  margin: 15px;
  float: right;
  color: #fff;
  text-align: right;
}
@media only screen and (min-device-width: 768px) and (min-device-width: 1366px), only screen and (min-width: 768px) and (min-height: 768px) {
  saturn-infoscreen .head .registration-box {
    height: 50px;
    width: 230px;
    margin: 15px;
  }
}
@media only screen and (min-device-width: 1920px), only screen and (min-width: 1080px) and (min-height: 1080px) {
  saturn-infoscreen .head .registration-box {
    height: 60px;
    width: 360px;
    margin: 30px;
  }
}
@media only screen and (min-device-width: 320px) and (min-device-width: 480px) and (orientation: landscape) {
  saturn-infoscreen .head .registration-box ::after {
    content: "";
    clear: both;
    display: table;
  }
}
@media only screen and (min-device-width: 768px) and (min-device-width: 1366px), only screen and (min-width: 768px) and (min-height: 768px) {
  saturn-infoscreen .head .registration-box ::after {
    content: "";
    clear: both;
    display: table;
  }
}
saturn-infoscreen .head .registration-title {
  height: 20px;
  line-height: 20px;
  color: #fff;
  float: left;
  margin-top: 18px;
}
@media only screen and (min-device-width: 768px) and (min-device-width: 1366px), only screen and (min-width: 768px) and (min-height: 768px) {
  saturn-infoscreen .head .registration-title {
    margin-top: 22px;
  }
}
@media only screen and (min-device-width: 1920px), only screen and (min-width: 1080px) and (min-height: 1080px) {
  saturn-infoscreen .head .registration-title {
    margin-top: 29px;
    font-size: 28px;
  }
}
saturn-infoscreen .head .registration-code {
  font-size: 36px;
  float: right;
  height: 40px;
  line-height: 40px;
}
@media only screen and (min-device-width: 768px) and (min-device-width: 1366px), only screen and (min-width: 768px) and (min-height: 768px) {
  saturn-infoscreen .head .registration-code {
    height: 50px;
    line-height: 50px;
  }
}
@media only screen and (min-device-width: 1920px), only screen and (min-width: 1080px) and (min-height: 1080px) {
  saturn-infoscreen .head .registration-code {
    height: 60px;
    line-height: 60px;
    font-size: 52px;
  }
}
saturn-infoscreen .body {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
}
saturn-infoscreen .spinner {
  top: 114px;
  bottom: auto;
}
@media only screen and (min-device-width: 768px) and (min-device-width: 1366px), only screen and (min-width: 768px) and (min-height: 768px) {
  saturn-infoscreen .spinner {
    top: 171px;
  }
}
@media only screen and (min-device-width: 1920px), only screen and (min-width: 1080px) and (min-height: 1080px) {
  saturn-infoscreen .spinner {
    top: 250.8px;
  }
}
saturn-infoscreen .loading-text {
  position: absolute;
  left: 0;
  right: 0;
  text-align: center;
  color: #fff;
  font-size: 24px;
  top: 120px;
}
@media only screen and (min-device-width: 768px) and (min-device-width: 1366px), only screen and (min-width: 768px) and (min-height: 768px) {
  saturn-infoscreen .loading-text {
    top: 180px;
    font-size: 36px;
  }
}
@media only screen and (min-device-width: 1920px), only screen and (min-width: 1080px) and (min-height: 1080px) {
  saturn-infoscreen .loading-text {
    top: 264px;
    font-size: 52.8px;
  }
}
saturn-infoscreen .message-box {
  width: 300px;
  height: 440px;
  transition: left 0.3s ease-in-out;
  position: absolute;
  top: 54%;
  transform: translate(-50%, -50%);
}
@media only screen and (min-device-width: 320px) and (min-device-width: 480px) and (orientation: landscape) {
  saturn-infoscreen .message-box {
    width: 460px;
    height: 250px;
  }
}
@media only screen and (min-device-width: 768px) and (min-device-width: 1366px), only screen and (min-width: 768px) and (min-height: 768px) {
  saturn-infoscreen .message-box {
    width: 440px;
    height: 600px;
  }
}
@media only screen and (min-device-width: 768px) and (min-device-width: 1366px) and (orientation: landscape), screen and (min-width: 1024px) {
  saturn-infoscreen .message-box {
    width: 740px;
    height: 390px;
  }
}
@media only screen and (min-device-width: 1920px), only screen and (min-width: 1080px) and (min-height: 1080px) {
  saturn-infoscreen .message-box {
    width: 700px;
    height: 1000px;
  }
}
@media only screen and (min-device-width: 1920px) and (orientation: landscape), only screen and (min-width: 1920px) and (min-height: 1080px) {
  saturn-infoscreen .message-box {
    width: 1152px;
    height: 648px;
  }
}
saturn-infoscreen .message-box.off-right {
  left: 150%;
}
saturn-infoscreen .message-box.on {
  left: 50%;
}
saturn-infoscreen .message-box.off-left {
  left: -150%;
}
saturn-infoscreen .message-box-image {
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.4);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: -150px center;
  position: relative;
}
@media only screen and (min-device-width: 320px) and (min-device-width: 480px) and (orientation: landscape) {
  saturn-infoscreen .message-box-image {
    background-position: center center;
  }
}
@media only screen and (min-device-width: 768px) and (min-device-width: 1366px), only screen and (min-width: 768px) and (min-height: 768px) {
  saturn-infoscreen .message-box-image {
    background-position: -150px center;
  }
}
@media only screen and (min-device-width: 768px) and (min-device-width: 1366px) and (orientation: landscape), screen and (min-width: 1024px) {
  saturn-infoscreen .message-box-image {
    background-position: center center;
  }
}
@media only screen and (min-device-width: 1920px), only screen and (min-width: 1080px) and (min-height: 1080px) {
  saturn-infoscreen .message-box-image {
    background-position: -150px center;
  }
}
@media only screen and (min-device-width: 1920px) and (orientation: landscape), only screen and (min-width: 1920px) and (min-height: 1080px) {
  saturn-infoscreen .message-box-image {
    background-position: center center;
  }
}
saturn-infoscreen .message-box-image.registration {
  background-image: url("../images/registration.jpg");
}
saturn-infoscreen .message-box-image.error {
  background-image: url("../images/error.jpg");
}
saturn-infoscreen .message-box-image.marketing-0 {
  background-image: url("../images/marketing-0.png");
}
saturn-infoscreen .message-box-image.marketing-1 {
  background-image: url("../images/marketing-1.png");
}
saturn-infoscreen .message-box-image.marketing-2 {
  background-image: url("../images/marketing-2.png");
}
saturn-infoscreen .message-box-image.marketing-3 {
  background-image: url("../images/marketing-3.png");
}
saturn-infoscreen .message-box-image.marketing-4 {
  background-image: url("../images/marketing-4.png");
}
saturn-infoscreen .message-box-text {
  width: 150px;
  height: 150px;
  color: #fff;
  position: absolute;
  bottom: 20px;
  left: 20px;
}
saturn-infoscreen .message-box-text > h1 {
  font-size: 24px;
  line-height: 28px;
}
@media only screen and (min-device-width: 768px) and (min-device-width: 1366px), only screen and (min-width: 768px) and (min-height: 768px) {
  saturn-infoscreen .message-box-text > h1 {
    font-size: 36px;
    line-height: 42px;
  }
}
@media only screen and (min-device-width: 1920px), only screen and (min-width: 1080px) and (min-height: 1080px) {
  saturn-infoscreen .message-box-text > h1 {
    font-size: 52.8px;
    line-height: 61.6px;
  }
}
saturn-infoscreen .message-box-text > p {
  font-size: 12px;
  margin-top: 8px;
  line-height: 16px;
  font-weight: 300;
}
@media only screen and (min-device-width: 768px) and (min-device-width: 1366px), only screen and (min-width: 768px) and (min-height: 768px) {
  saturn-infoscreen .message-box-text > p {
    line-height: 24px;
    font-size: 18px;
    margin-top: 12px;
  }
}
@media only screen and (min-device-width: 1920px), only screen and (min-width: 1080px) and (min-height: 1080px) {
  saturn-infoscreen .message-box-text > p {
    line-height: 35.2px;
    font-size: 26.4px;
    margin-top: 17.6px;
  }
}
@media only screen and (min-device-width: 768px) and (min-device-width: 1366px), only screen and (min-width: 768px) and (min-height: 768px) {
  saturn-infoscreen .message-box-text {
    bottom: 30px;
    left: 30px;
    width: 200px;
    height: 250px;
  }
}
@media only screen and (min-device-width: 1920px), only screen and (min-width: 1080px) and (min-height: 1080px) {
  saturn-infoscreen .message-box-text {
    bottom: 40px;
    left: 40px;
    width: 384px;
    height: 300px;
  }
}

.debug-panel {
  position: absolute;
  width: 1820px;
  height: 150px;
  text-align: center;
  left: 50%;
  transform: translateX(-50%);
  box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.5);
  color: #fff;
  display: none;
  z-index: 100;
  background: linear-gradient(35deg, #d61d5c 0%, #fcaf17 100%);
  background: -webkit-linear-gradient(56deg, #d61d5c 0%, #fcaf17 100%);
}
@media screen and (max-width: 1100px) {
  .debug-panel {
    width: 1060px;
    height: 270px;
  }
}
.debug-panel.debug-top {
  top: 0;
  border-bottom-left-radius: 20px;
  border-bottom-right-radius: 20px;
}
.debug-panel.debug-top .info-col {
  float: left;
  width: 484px;
  margin-top: 14px;
}
.debug-panel.debug-top .info-col.first {
  margin-left: 50px;
}
.debug-panel.debug-top .info-col .label {
  width: 210px;
}
.debug-panel.debug-top .info-col .value {
  width: 200px;
}
.debug-panel.debug-top .primary-col {
  margin-top: 4px;
  float: left;
  width: 390px;
}
.debug-panel.debug-bottom {
  bottom: 0;
  border-top-left-radius: 20px;
  border-top-right-radius: 20px;
}
.debug-panel.debug-bottom .info {
  float: left;
  width: 450px;
  margin-left: 50px;
  margin-top: 14px;
}
@media screen and (max-width: 1100px) {
  .debug-panel.debug-bottom .info {
    margin-left: 20px;
    width: 250px;
  }
}
.debug-panel.debug-bottom .delta {
  float: left;
  width: 272px;
  margin-top: 9px;
}
@media screen and (max-width: 1100px) {
  .debug-panel.debug-bottom .delta {
    width: 450px;
    overflow: hidden;
  }
}
.debug-panel.debug-bottom .speed {
  float: left;
  width: 452px;
  margin-top: 9px;
  overflow: hidden;
}
@media screen and (max-width: 1100px) {
  .debug-panel.debug-bottom .speed {
    width: 300px;
  }
}
.debug-panel.debug-bottom .label {
  width: 210px;
}
.debug-panel.debug-bottom .value {
  width: 200px;
}
.debug-panel.debug-bottom .clock {
  float: left;
  width: 545px;
  margin-right: 50px;
}
@media screen and (max-width: 1100px) {
  .debug-panel.debug-bottom .clock {
    width: 750px;
    margin-right: 0;
  }
}
.debug-panel.debug-bottom .time {
  opacity: 0.7;
  height: 100px;
  line-height: 100px;
  font-size: 85px;
  text-align: left;
  padding-left: 25px;
  padding-top: 26px;
}
@media screen and (max-width: 1100px) {
  .debug-panel.debug-bottom .time {
    text-align: center;
  }
}
.debug-panel.debug-bottom #epoch {
  background-color: rgba(255, 255, 255, 0.2);
  height: 40px;
  line-height: 40px;
  font-size: 30px;
}
.debug-panel.debug-bottom #epoch:after {
  content: " ms";
  opacity: 0.5;
}
.debug-panel.show {
  display: block;
}
.debug-panel.row:after {
  content: "";
  display: table;
  clear: both;
}
.debug-panel .info-row {
  margin-bottom: 10px;
  height: 34px;
  line-height: 34px;
  font-size: 20px;
}
@media screen and (max-width: 1100px) {
  .debug-panel .info-row {
    margin-bottom: 50px;
  }
}
.debug-panel .info-row:after {
  content: "";
  display: table;
  clear: both;
}
.debug-panel .info-row .label {
  opacity: 0.7;
}
.debug-panel .info-row .value {
  margin-left: 10px;
  padding-left: 10px;
  background-color: rgba(255, 255, 255, 0.2);
}
@media screen and (max-width: 1100px) {
  .debug-panel .info-row .value {
    margin-left: 0;
  }
}
.debug-panel .info-row div {
  float: left;
  text-align: left;
}
.debug-panel .primary-label {
  height: 34px;
  line-height: 34px;
  font-size: 20px;
  opacity: 0.7;
}
.debug-panel .primary-value {
  height: 100px;
  line-height: 100px;
  font-size: 100px;
  font-weight: 700;
}
.debug-panel .secondary-value {
  height: 65px;
  line-height: 60px;
  font-size: 61px;
  font-weight: 500;
}
.debug-panel .third-value {
  height: 34px;
  line-height: 34px;
  background-color: rgba(255, 255, 255, 0.2);
  margin: 0 30px;
  font-size: 20px;
}
.debug-panel .addX:before {
  content: "x ";
  font-size: 70px;
  font-weight: 400;
  opacity: 0.2;
}
.debug-panel .addMs:after {
  content: " ms";
  opacity: 0.5;
}
.debug-panel .addPMs:after {
  content: " ms";
  font-size: 70px;
  font-weight: 400;
  opacity: 0.2;
}
.debug-panel .addS:after {
  content: " s";
  opacity: 0.5;
}

.status-panel {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 1000;
}
.status-panel .icon {
  width: 30px;
  height: 30px;
  background-color: rgba(0, 0, 0, 0.2);
  background-repeat: no-repeat;
  display: none;
}
.status-panel .icon.show {
  display: block;
}
.status-panel .download-icon {
  background-image: url("../images/download-icon.svg");
}
.status-panel .download-error-icon {
  background-image: url("../images/download-error-icon.svg");
}
.status-panel .network-icon {
  background-image: url("../images/network-error.svg");
}