@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Open+Sans:ital,wght@0,300;0,400;0,600;0,700;1,400;1,600&display=swap");
@font-face {
  font-family: "Casilla";
  src: url("../fonts/Casilla.ttf") format("truetype");
  /* Chrome 4+, Firefox 3.5, Opera 10+, Safari 3—5 */
}

* {
  font-family: "Open Sans", sans-serif;
}

button:focus {
  outline: 0;
}

button.launch {
  outline: 0;
}

button.launch:hover {
  outline: 0;
}

html {
  background: #1b1c1e;
}

body {
  background: transparent !important;
}

header {
  position: absolute;
  padding-top: 16px;
  width: 100%;
  z-index: 999;
}

header .eye-tracking {
  left: 32px;
  position: absolute;
  top: 12px;
  color: #ffffff;
  text-transform: none;
}

header .eye-tracking img {
  width: 70px;
}

header .logo {
  position: absolute;
  right: 22px;
  top: 18px;
  cursor: pointer;
  padding: 0 12px;
  text-transform: uppercase;
  font-size: 14px;
  color: #ffffff;
  font-family: "Casilla", "Open Sans", sans-serif;
}

header .logo img {
  width: 300px;
}

@-webkit-keyframes appear {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

@keyframes appear {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

#alert {
  position: absolute;
  left: 46px;
  max-width: 300px;
  top: 80px;
  display: none;
  opacity: 0;
}

#alert.appear {
  display: block;
  -webkit-animation: appear 2s forwards;
          animation: appear 2s forwards;
}

#alert div {
  max-width: 300px;
  border: 1px solid rgba(255, 255, 255, 0.9);
  background-color: #1b1c1e;
  border-radius: 12px;
  color: #ffffff;
  text-transform: uppercase;
  padding: 16px;
  margin-bottom: 16px;
  display: inline-block;
}

#alert-email {
  padding: 4px !important;
  width: 56px;
}

#alert-email-img img {
  width: 100%;
}

#alert-update p {
  font-size: 14px;
  margin-bottom: 0;
}

#alert-insta a {
  color: #ffffff;
  font-family: "Casilla", "Open Sans", sans-serif !important;
  text-decoration: none;
}

#aboutOverlay {
  display: none;
  position: absolute;
  right: 0;
  top: 80px;
  width: 30%;
  height: calc(100% - 180px);
  z-index: 999999;
  color: #ffffff;
  border: 2px solid red;
  overflow-y: scroll;
  padding: 24px;
  padding-bottom: 140px;
  border: 1px solid rgba(255, 255, 255, 0.9);
  background-color: #1b1c1e;
  border-radius: 12px;
}

#aboutOverlay .about-participant {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  padding-top: 64px;
}

#aboutOverlay .about-participant .about-participant-info {
  width: 70%;
}

#aboutOverlay .about-participant .about-participant-info h3 {
  text-transform: uppercase;
}

#aboutOverlay .about-participant .about-participant-info p {
  font-size: 14px;
}

#aboutOverlay .about-participant .about-participant-img {
  width: 30%;
  padding-right: 24px;
}

#aboutOverlay .about-participant .about-participant-img img {
  width: 100%;
  height: auto;
  border-radius: 12px;
}

.text-button {
  font-size: 18px;
  font-weight: 400;
  text-transform: uppercase;
  letter-spacing: 0.5px;
}

.section-stats {
  position: absolute;
  bottom: 93px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  pointer-events: none;
}

.section-stats ul {
  list-style: none;
  line-height: 2.1;
  padding: inherit;
  padding: 4px 0px 0;
  font-size: 12px;
  font-weight: 200;
  letter-spacing: 0.5px;
}

.section-stats ul li {
  height: 32px;
  width: 190px;
  /* background: white; */
  /* color: black; */
  padding: 0px 13px;
  border: 1px solid white;
  font-weight: 400;
  font-size: 14px;
}

.section-stats ul:first-child {
  padding-left: 18px;
  margin-left: 32px;
}

.section-stats ul li:not(.fragment-specific) {
  color: #ffffff;
}

.section-stats ul li:not(.fragment-specific) span {
  color: #ffffff;
  font-weight: 600;
}

.section-stats .fragment-data {
  line-height: 2;
  margin-left: 0;
  color: #000000 !important;
  font-weight: 600;
}

.section-stats .fragment-data li {
  background: #ffffff;
  border: 1px solid #000000;
}

.section-stats .fragment-data span {
  color: #000000;
  font-weight: 800;
}

.section-links {
  background: transparent;
  margin: 32px 32px 16px 32px;
  bottom: 0;
  position: absolute;
  width: calc(100% - 64px);
  pointer-events: none;
}

.section-links ul {
  background: transparent;
  padding: inherit;
}

.section-links ul li {
  cursor: pointer;
  background: transparent;
  display: block;
  height: 56px;
  padding-top: 14px;
  border-top: 2px solid rgba(255, 255, 255, 0.9);
  text-indent: 20px;
  -webkit-transition: all 0.2s ease-in;
  transition: all 0.2s ease-in;
  width: calc(100% + 32px);
}

.section-links ul li:hover {
  background: #1c1c1c;
  color: #ffffff;
}

.section-links ul li.text-button--white {
  background: #ffffff;
  color: #1b1c1e;
  overflow: hidden;
  white-space: nowrap;
}

html,
body {
  margin: 0;
  height: 100%;
  overflow: hidden;
}

.frame {
  width: 120%;
  height: calc(100vh - 96px);
  pointer-events: none;
  position: fixed;
  z-index: 99;
  border: 1px solid rgba(255, 255, 255, 0.9);
  margin: 32px;
  margin-top: 64px;
  border-radius: 12px;
  pointer-events: none;
}

.disclaimer p {
  color: #1b1c1e;
  -webkit-animation: animatedImage 10s linear infinite;
          animation: animatedImage 10s linear infinite;
  display: block;
  position: absolute;
}

#fragment-controls {
  height: 80px;
  margin: auto;
  position: absolute;
  display: inline;
  text-align: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  top: 0;
  left: 0;
  z-index: 99;
  visibility: hidden;
  cursor: pointer;
}

#fragment-controls .controls-container {
  display: inline;
  position: absolute;
  text-align: center;
  height: auto;
  width: auto;
}

#fragment-controls .controls-container #collect {
  height: 42px;
  width: 42px;
  background-image: url("../GRAPHICS/COLLECTNEW.png");
}

#fragment-controls .controls-container #delete {
  height: 42px;
  width: 42px;
  background-image: url("../GRAPHICS/delete.png");
}

#fragment-controls .controls-container #openAnimation {
  height: 42px;
  width: 42px;
  margin-left: 6px;
  background-image: url("../GRAPHICS/openanimation.png");
}

#fragment-controls button {
  background: #000000;
  display: inline-block;
  padding: 4px;
  background-size: 54%;
  background-repeat: no-repeat;
  background-position: center center;
  border: 2px solid white;
  border-radius: 12px;
  margin-left: -60px;
  margin-top: 4px;
}

#fragment-controls button:hover {
  background-color: black;
  mix-blend-mode: difference;
}

#video-overlay {
  z-index: 9999;
  width: 100%;
  height: 100vh;
  position: absolute;
  top: 0;
  left: 0;
  background: rgba(27, 28, 30, 0.98);
}

#video-overlay iframe {
  width: calc(90vw - 140px);
  left: 140px;
}

#video-overlay #close-intro-video {
  background-image: url("../TRAILER/Trailer-Close-Button.png");
  background-repeat: no-repeat;
  background-position: 0 center;
  background-size: 46px;
  -webkit-box-shadow: 0px 0px 18px 0px rgba(0, 0, 0, 0.29);
          box-shadow: 0px 0px 18px 0px rgba(0, 0, 0, 0.29);
  height: 46px;
  width: 46px;
  top: 6vh;
  right: 39px;
  background-color: #1b1c1e;
  position: absolute;
  cursor: pointer;
  z-index: 99999;
}

.vp-center {
  width: 115%;
}

.embed-container {
  --video--width: 1296;
  --video--height: 540;
  position: relative;
  padding-bottom: calc(var(--video--height) / var(--video--width) * 100%);
  /* 41.66666667% */
  overflow: hidden;
  max-width: 100%;
  background: black;
}

.embed-container iframe,
.embed-container object,
.embed-container embed {
  position: absolute;
  left: 0;
  border-radius: 90px;
  height: 100%;
}

#video_container-overlay {
  background: black !important;
  visibility: hidden;
  position: fixed;
  height: 100vh;
  overflow-y: hidden;
  width: 100vw;
  background: rgba(0, 0, 0, 0.6);
  z-index: 999;
  position: fixed;
  overflow-y: scroll;
  top: 0;
  left: 0;
  bottom: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  height: auto;
}

@media only screen and (max-width: 1300px) {
  #video_container-overlay {
    top: 64px;
  }
}

#video_container-overlay .close-button {
  background-image: url("../GRAPHICS/AMINATIONCLOSEBUTTON.png");
  background-repeat: no-repeat;
  background-position: 10px center;
  background-size: 24px;
  background-position: 10px;
  -webkit-box-shadow: 0px 0px 18px 0px rgba(0, 0, 0, 0.29);
          box-shadow: 0px 0px 18px 0px rgba(0, 0, 0, 0.29);
  height: 46px;
  width: 46px;
  border: 1.7px solid white;
  border-radius: 9999px;
  background-position: 8px center;
  top: 4vh;
  left: 14px;
  border-radius: 6px;
  position: absolute;
  cursor: pointer;
}

#changeCameraAngle {
  position: absolute;
  bottom: 120px;
  right: 200px;
  background-color: #000000;
  width: 56px;
  height: 56px;
  border: 1px solid #ffffff;
  border-radius: 12px;
  background-image: url("../GRAPHICS/BUTTON_perspective.png");
  background-size: cover;
}

#changeCameraAngle:focus {
  outline: 0;
}

button:focus {
  outline: 0;
}

#changeScene {
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  width: 64px;
  background: white;
  background: -webkit-gradient(linear, left top, right top, color-stop(20%, rgba(255, 255, 255, 0)), color-stop(40%, #ffffff0d), to(#ffffff));
  background: linear-gradient(90deg, rgba(255, 255, 255, 0) 20%, #ffffff0d 40%, #ffffff 100%);
  border: none;
  mix-blend-mode: exclusion;
}

#changeScene:focus {
  outline: 0;
}

#changeScene .black-top,
#changeScene .black-bottom {
  background: #000000;
  width: 100%;
  right: 0;
  position: absolute;
}

#changeScene .black-top {
  height: 64px;
  top: 0;
}

#changeScene .black-bottom {
  height: 88px;
  bottom: 0;
}

#outer {
  overflow: hidden;
  margin-top: 2px;
  pointer-events: none;
}

#outer div {
  display: inline-block;
  pointer-events: none;
}

#loop {
  pointer-events: none;
  white-space: nowrap;
  -webkit-animation: loop-anim 40s linear infinite;
          animation: loop-anim 40s linear infinite;
}

#content {
  color: #1b1c1e;
  font-family: "Casilla", "Open Sans", sans-serif;
  font-weight: 800;
  letter-spacing: 2px;
  word-spacing: 8px;
  font-size: 15px;
}

canvas:focus {
  outline: 0;
}

@-webkit-keyframes loop-anim {
  0% {
    margin-left: 0;
  }
  100% {
    margin-left: -50%;
    /* This works because of the div between "outer" and "loop" */
  }
}

@keyframes loop-anim {
  0% {
    margin-left: 0;
  }
  100% {
    margin-left: -50%;
    /* This works because of the div between "outer" and "loop" */
  }
}
/*# sourceMappingURL=style.css.map */