._100h {
  position: relative;
  display: none;
}

.body {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100vh;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #000;
  font-family: Flama, sans-serif;
  color: #fff;
  font-size: 14px;
  font-weight: 700;
  letter-spacing: 9px;
  background-clip: border-box;
  -webkit-text-fill-color: inherit;
  -o-object-position: 50% 50%;
  object-position: 50% 50%;
}

.heading {
  margin-top: 10px;
  -webkit-transition: letter-spacing 300ms ease-in-out;
  transition: letter-spacing 300ms ease-in-out;
  color: #fff;
  font-size: 26px;
  font-weight: 700;
  letter-spacing: 16px;
}

.heading:hover {
  letter-spacing: 9px;
}

.header {
  position: fixed;
  left: auto;
  top: 0%;
  right: 0%;
  bottom: auto;
  z-index: 200;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100vw;
  margin-right: auto;
  margin-left: auto;
  padding-top: 40px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.body-rel {
  position: relative;
  z-index: 100;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#000), color-stop(31%, #4f4f4f), to(#fff));
  background-image: linear-gradient(180deg, #000, #4f4f4f 31%, #fff);
}

.sun-cont {
  position: fixed;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: 5;
  display: block;
}

.sun {
  position: absolute;
  z-index: 5;
  width: 50px;
  height: 50px;
  margin-top: 109px;
  border-radius: 600px;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#eccfcc), to(#eccfcc));
  background-image: linear-gradient(180deg, #eccfcc, #eccfcc);
  -webkit-transform: translate(-171px, 0px);
  -ms-transform: translate(-171px, 0px);
  transform: translate(-171px, 0px);
}

.cover {
  position: relative;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: 20;
  display: block;
  width: 800px;
  height: 800px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.image-2 {
  position: relative;
  width: 100%;
  border-style: solid;
  border-width: 30px;
  border-color: #161818;
}

.elements-holder {
  position: relative;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  display: block;
  width: 100%;
  max-width: 100%;
}

.camera {
  position: absolute;
  left: auto;
  top: 26%;
  right: 23%;
  bottom: auto;
  display: block;
  width: 9%;
  -webkit-transform: skew(0deg, 0deg);
  -ms-transform: skew(0deg, 0deg);
  transform: skew(0deg, 0deg);
  -webkit-transition: -webkit-transform 500ms cubic-bezier(.165, .84, .44, 1);
  transition: -webkit-transform 500ms cubic-bezier(.165, .84, .44, 1);
  transition: transform 500ms cubic-bezier(.165, .84, .44, 1);
  transition: transform 500ms cubic-bezier(.165, .84, .44, 1), -webkit-transform 500ms cubic-bezier(.165, .84, .44, 1);
  cursor: pointer;
}

.camera:hover {
  -webkit-transform: skew(6deg, 0deg);
  -ms-transform: skew(6deg, 0deg);
  transform: skew(6deg, 0deg);
}

.light {
  position: absolute;
  left: 49%;
  top: 15%;
  right: 0%;
  bottom: auto;
  width: 2%;
  -webkit-filter: grayscale(100%);
  filter: grayscale(100%);
  cursor: pointer;
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
}

.light:hover {
  -webkit-filter: none;
  filter: none;
  -webkit-transform: scale3d(1none, 1none, 1none);
  transform: scale3d(1none, 1none, 1none);
}

.chair {
  position: absolute;
  left: 21%;
  top: 66%;
  right: auto;
  bottom: 0%;
  width: 27%;
  -webkit-transform: rotate(5deg);
  -ms-transform: rotate(5deg);
  transform: rotate(5deg);
  -webkit-transition: -webkit-transform 500ms cubic-bezier(.215, .61, .355, 1);
  transition: -webkit-transform 500ms cubic-bezier(.215, .61, .355, 1);
  transition: transform 500ms cubic-bezier(.215, .61, .355, 1);
  transition: transform 500ms cubic-bezier(.215, .61, .355, 1), -webkit-transform 500ms cubic-bezier(.215, .61, .355, 1);
  cursor: pointer;
}

.chair:hover {
  -webkit-transform: rotate(0deg);
  -ms-transform: rotate(0deg);
  transform: rotate(0deg);
}

.interactive-container {
  position: fixed;
  z-index: 100;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  width: 100vw;
  height: 100vh;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.logo {
  position: fixed;
  left: auto;
  top: auto;
  right: 0%;
  bottom: 0%;
  z-index: 200;
  width: 120px;
  margin: 20px;
}

.socials {
  position: fixed;
  left: 0%;
  top: 0%;
  right: auto;
  bottom: auto;
  z-index: 300;
  margin-top: 10px;
  margin-left: 10px;
}

.social-icon {
  display: block;
  width: 18px;
  margin-top: 0px;
  margin-bottom: 10px;
  -webkit-filter: invert(100%);
  filter: invert(100%);
}

.social-icon:hover {
  opacity: 0.62;
}

.null-div {
  position: relative;
  z-index: 5;
  display: block;
  background-color: #000;
}

._100vh {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100vw;
  height: 100vh;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.gray {
  position: fixed;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: 20;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100vw;
  height: 100vh;
  background-color: #161818;
}

.mailing-list {
  position: relative;
  left: auto;
  top: 0%;
  right: 0%;
  bottom: auto;
  z-index: 200;
  margin: 5px;
  padding: 10px;
  -webkit-transition: all 575ms cubic-bezier(0, .412, .25, 1);
  transition: all 575ms cubic-bezier(0, .412, .25, 1);
  color: #fff;
  text-decoration: none;
}

.mailing-list:hover {
  color: #83d3b4;
}

.text-block {
  text-align: center;
}

.listen-now {
  position: fixed;
  left: 0%;
  top: auto;
  right: auto;
  bottom: 0%;
  z-index: 200;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 10px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.link {
  border: 1px solid #fff;
}

.link-block {
  position: relative;
  padding: 5px 10px;
  border: 1px solid #fff;
  -webkit-transition: all 450ms cubic-bezier(.165, .84, .44, 1);
  transition: all 450ms cubic-bezier(.165, .84, .44, 1);
  color: #fff;
  text-decoration: none;
}

.link-block:hover {
  border-color: #83d3b4;
  background-color: #83d3b4;
  color: #000;
}

.link-block.store {
  margin-bottom: 10px;
}

.link-block.store.tourbutton {
  display: none;
}

.text-block-2 {
  padding-left: 6px;
}

.text-block-3 {
  padding-left: 15px;
  text-transform: uppercase;
}

.mailling-popup {
  position: fixed;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: 500;
  display: none;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: rgba(254, 160, 70, 0.78);
  color: #000;
  letter-spacing: 0px;
}

.div-block {
  padding: 16px;
  background-color: #fff;
}

.div-block-2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 0px 5px;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  background-color: #000;
  color: #fff;
}

.div-block-3 {
  width: 400px;
}

.div-block-4 {
  position: fixed;
  left: auto;
  top: 0%;
  right: 0%;
  bottom: auto;
  z-index: 200;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.html-embed {
  position: relative;
  width: 0px;
  height: 0px;
  opacity: 0;
}

.utility-page-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100vw;
  height: 100vh;
  max-height: 100%;
  max-width: 100%;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.utility-page-content {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 260px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  text-align: center;
}

.utility-page-form {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

.div-block-5 {
  position: relative;
  width: 700px;
  height: 700px;
  margin-bottom: 0px;
}

.image-4 {
  position: absolute;
  z-index: 15;
}

.image-4.bg {
  z-index: 10;
}

.quadcont {
  position: absolute;
  z-index: 20;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.quad {
  width: 50%;
  height: 50%;
}

.mobile-album-cover {
  display: none;
}

.div-block-6 {
  position: fixed;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: 20;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: auto;
  padding-top: 48px;
  padding-bottom: 48px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.nullsunrise {
  position: fixed;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: 15;
  background-color: #f29853;
}

.section {
  min-height: 10vh;
}

.div-block-7 {
  position: relative;
  margin-top: 0px;
}

.html-embed-2 {
  margin-top: 0px;
  margin-bottom: 0px;
}

@media screen and (max-width: 991px) {
  .cover {
    width: 100vw;
    height: 100vw;
  }
}

@media screen and (max-width: 767px) {
  .text-block-3 {
    font-size: 0.8rem;
    line-height: 100%;
    letter-spacing: 0.5rem;
  }

  .div-block-5 {
    width: 100vw;
    height: 100vw;
  }

  .mobile-album-cover {
    display: none;
  }
}

@media screen and (max-width: 479px) {
  .body {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    height: auto;
    padding: 19px 19px 27px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    background-image: -webkit-gradient(linear, left top, left bottom, from(#f29853), to(#f29853));
    background-image: linear-gradient(180deg, #f29853, #f29853);
  }

  .sun-cont {
    display: none;
  }

  .sun {
    display: none;
  }

  .cover {
    width: 100%;
    height: 100%;
  }

  .interactive-container {
    position: relative;
    overflow: visible;
    height: 100vw;
    margin-top: 26px;
    margin-bottom: 9px;
    padding: 0px;
    background-image: -webkit-gradient(linear, left top, left bottom, from(#ff9e45), to(#f67444));
    background-image: linear-gradient(180deg, #ff9e45, #f67444);
  }

  .logo {
    position: relative;
    width: 120px;
  }

  .socials {
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin: 0px;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .social-icon {
    margin: 7px;
  }

  .null-div {
    position: absolute;
    display: none;
  }

  .gray {
    display: none;
  }

  .mailing-list {
    position: relative;
    width: 100%;
    margin: 20px 0px;
    padding-right: 0px;
    padding-left: 0px;
    border: 1px solid #fff;
  }

  .text-block {
    letter-spacing: 0.5rem;
  }

  .listen-now {
    position: relative;
    width: 100%;
    margin-right: -9px;
    margin-left: -9px;
    padding-top: 19px;
    padding-bottom: 19px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: column-reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
    border: 1px solid #fff;
  }

  .link-block.store {
    width: 100%;
    margin-bottom: 20px;
    text-align: center;
  }

  .text-block-2 {
    text-align: center;
    letter-spacing: 0.5rem;
  }

  .text-block-3 {
    width: auto;
    margin-bottom: 5px;
    padding: 8px 0px;
    direction: ltr;
    font-size: 0.8rem;
    line-height: 100%;
    text-align: center;
    letter-spacing: 0.5rem;
  }

  .div-block-3 {
    width: 100%;
    margin: 10px;
  }

  .div-block-4 {
    position: relative;
    width: 100%;
    margin-bottom: 0px;
    padding-right: 0px;
    padding-left: 0px;
  }

  .div-block-5 {
    display: none;
    width: 90vw;
    height: 90vw;
    margin-top: 30px;
    margin-bottom: 30px;
  }

  .mobile-album-cover {
    display: block;
    margin-top: 15px;
  }

  .image-5 {
    width: 100%;
    height: 100%;
    margin-bottom: 20px;
  }

  .nullsunrise {
    display: none;
  }
}

@font-face {
  font-family: 'Flama';
  src: url('../fonts/Flama-Bold.otf') format('opentype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}