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

.preload {
  position: absolute;
  left: -10000px;
}

.welcome {
  background-color: white;
  background-image: url("sketchpaper1.jpg");
  background-size: cover;
  background-position: center center;
  -webkit-transition: 4s ease;
  transition: 4s ease;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  z-index: 20;
  cursor: url(cursor-1-final.png), auto;
  -webkit-transform: translateZ(0);
          transform: translateZ(0);
}

.welcome.hide {
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
}

.welcome .welcome-animation {
  cursor: url(cursor-2-final.png), auto;
}

.welcome .welcome-animation img, .welcome .welcome-animation video {
  max-width: 350px;
}

.loading {
  background: #09db09;
  -webkit-transition: 4s ease;
  transition: 4s ease;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  z-index: 10;
  cursor: auto;
  -webkit-transform: translateZ(0);
          transform: translateZ(0);
}

.loading.hide {
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
}

.loading .spinner {
  padding-bottom: 100px;
  -webkit-animation: spin 2s linear infinite;
          animation: spin 2s linear infinite;
}

.loading .spinner img {
  width: 125px;
}

@-webkit-keyframes spin {
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg) translateZ(0);
  }
}

@keyframes spin {
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg) translateZ(0);
  }
}

.home {
  height: 100%;
}

.home.cursor {
  cursor: url(cursor-1-final.png), auto;
}

.home .background {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.home .background video {
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  height: 100%;
}

.home .background img {
  position: relative;
  z-index: 2;
  width: 60vw;
  height: auto;
}

.home .pot {
  text-align: center;
  margin-top: 30px;
  margin-bottom: 80px;
  pointer-events: none;
}

@media screen and (min-width: 600px) {
  .home .pot {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin-top: 0;
    margin-bottom: 0;
  }
}

.home .pot img {
  position: relative;
  z-index: 2;
  width: 70vw;
  max-width: 90vh;
  height: auto;
  -webkit-transform: rotate(-90deg);
          transform: rotate(-90deg);
}

@media screen and (min-width: 600px) {
  .home .pot img {
    width: 90vh;
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
}

.home .cymbal {
  position: relative;
  text-align: center;
  z-index: 3;
}

@media screen and (min-width: 600px) {
  .home .cymbal {
    position: absolute;
    left: 50px;
    bottom: 50px;
  }
}

.home .cymbal img {
  max-height: 150px;
}

@media screen and (min-width: 900px) {
  .home .cymbal img {
    max-height: 300px;
  }
}

.home .cymbal:hover {
  cursor: url(cursor-2-final.png), auto;
}

.home .mask {
  position: relative;
  text-align: center;
  margin-top: 20px;
  z-index: 3;
}

@media screen and (min-width: 600px) {
  .home .mask {
    position: absolute;
    top: 0px;
    right: 50px;
    margin-top: 0;
  }
}

.home .mask video {
  max-height: 150px;
}

@media screen and (min-width: 900px) {
  .home .mask video {
    max-height: 300px;
  }
}

.home .mask img {
  max-height: 120px;
  margin: 30px;
}

@media screen and (min-width: 900px) {
  .home .mask img {
    max-height: 250px;
    margin: 50px;
  }
}

.home .mask:hover {
  cursor: url(cursor-2-final.png), auto;
}

.video {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  z-index: 10;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background: #000;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: 4s;
  transition: 4s;
  -webkit-transform: translateZ(0);
          transform: translateZ(0);
  pointer-events: none;
}

.video.show {
  opacity: 1;
  visibility: visible;
  pointer-events: all;
}

.video #videobg, .video #videobg2 {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  width: 100%;
  height: 100%;
  -webkit-transition: 4s ease 5s;
  transition: 4s ease 5s;
  opacity: 0;
  background-image: url("mobilevideo-background-2.png");
  background-size: cover;
  background-position: center center;
}

.video #videobg.show, .video #videobg2.show {
  opacity: 1;
}

.video #videobg2 {
  background-image: none;
}

.video video {
  position: relative;
  width: 100%;
  height: auto;
  opacity: 0;
  -webkit-transition: 4s ease 4s;
  transition: 4s ease 4s;
}

.video video.show {
  opacity: 1;
}

.video .back {
  position: absolute;
  bottom: 2rem;
  left: 2rem;
  z-index: 2;
  cursor: pointer;
}

.video .back img {
  width: 40px;
  height: auto;
}

.video .fullscreen {
  position: absolute;
  bottom: 2rem;
  right: 2rem;
  z-index: 2;
  cursor: pointer;
}

.video .fullscreen img {
  width: 40px;
  height: auto;
}

.video .fullscreen img.close {
  display: none;
}

.video .fullscreen.active img.open {
  display: none;
}

.video .fullscreen.active img.close {
  display: block;
}

.block {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
}
/*# sourceMappingURL=style.css.map */