* {
  margin:0;
  padding:0;
}


#banner {
  width: 970px;
  height: 250px;
  overflow: hidden;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  background:#000;
}

#border {
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  width: 970px;
  height: 250px;
  border: 1px solid #000000;
  position: absolute;
  pointer-events: none;
  z-index:3;
}

#canvas {
  position: absolute;
}

#exit {
  position: absolute;
  width:100%;
  height:100%;
  cursor:pointer;
}

#loader {
  position: absolute;
  width: 970px;
  height: 250px;
  display: flex;
  justify-content: center;
  align-items: center;
  border:1px solid #000;
  z-index:2;
  pointer-events: none;
  background:#000;
}

#bgloader {
  width:970px;
  height:250px;
  position: absolute;
  top: 0;
  left: 0;
  z-index:0;
}

#frameloader {
  width:970px;
  height:250px;
  position: absolute;
  top: 0;
  left: 0;;
  z-index:1;
}

#logoloader {
  width:970px;
  height:250px;
  position: absolute;
  top: 0;
  left: 0;
  z-index:1;
  opacity: 0;
  animation: fadeIn ease 1s;
  animation-fill-mode: forwards;

  -webkit-animation: fadeIn ease 1s;
  -moz-animation: fadeIn ease 1s;
  -o-animation: fadeIn ease 1s;
  -ms-animation: fadeIn ease 1s;
  -webkit-animation-fill-mode: forwards;
  -moz-animation-fill-mode: forwards;
  -o-animation-fill-mode: forwards;
  -ms-animation-fill-mode: forwards;
}



@keyframes fadeIn {
  0% {
    opacity:0;
  }
  100% {
    opacity:1;
  }
}

@-moz-keyframes fadeIn {
  0% {
    opacity:0;
  }
  100% {
    opacity:1;
  }
}

@-webkit-keyframes fadeIn {
  0% {
    opacity:0;
  }
  100% {
    opacity:1;
  }
}

@-o-keyframes fadeIn {
  0% {
    opacity:0;
  }
  100% {
    opacity:1;
  }
}

@-ms-keyframes fadeIn {
  0% {
    opacity:0;
  }
  100% {
    opacity:1;
}   
}

#glinterwrapper {
  position: absolute;
  top: 103px;
  left: 592px;
  width: 196px;
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 1;
  pointer-events: none;
  /* background: #f0f; */
  overflow: hidden;
  border-radius: 3px;
}

#glinter {
  position: absolute;
  top: 0px;
  left: -300px;
  width: 174px;
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 1;
  pointer-events: none;
}

#glinterwrapper, #glinter {
  height: 44px;
}

#legalstext {
  width: 970px;
  height: 250px;
  position: absolute;
  top: 250px;
  left: 0;
  z-index: 1;
  background: #fff;
  overflow-y: auto;
  overflow-x: hidden;
  overflow: auto;
  bottom: 0;
  border:1px solid #000;
}

#legalstextinner {
  line-height: 1.3;
  font-family: "sky-text-regular", sans-serif;
  font-size: 10px;
  color: #575756;
  text-align: left;
  padding: 20px 0 20px 20px;
  width: 915px;
}

#legalsbtnshow {
  position: absolute;
  bottom: 0;
  left: 881px;
  cursor: pointer;
  padding: 5px;
  border: 0;
  z-index: 0;
  font-size: 10px;
  line-height: 1.3;
  font-family: "sky-text-regular", sans-serif;
  opacity:0;
  color:#fff;
}

#legalsbtnhide {
  position: absolute;
  top: 0;
  left: 0;
  cursor: pointer;
  background:#fff;
  border: 0;
  z-index: 0;
  font-size: 10px;
  line-height: 1.3;
  font-family: "sky-text-regular", sans-serif;
  width: 970px;
  height: 250px;
}

#closelegals {
  position: absolute;
  top: 10px;
  right: 10px;
  width: 15px;
  height: auto;
  pointer-events: none;
  opacity:0;
  z-index:11;
}