:root {
  --white: #fff;
  --black: #000;
  --honey-dijon-yellow: #cbc007;
}

.w-backgroundvideo-backgroundvideoplaypausebutton:focus-visible {
  outline-offset: 2px;
  border-radius: 50%;
  outline: 2px solid #3b79c3;
}

.w-layout-blockcontainer {
  max-width: 940px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

@media screen and (max-width: 991px) {
  .w-layout-blockcontainer {
    max-width: 728px;
  }
}

@media screen and (max-width: 767px) {
  .w-layout-blockcontainer {
    max-width: none;
  }
}

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

.body {
  background-color: var(--white);
  color: #fff;
  letter-spacing: 0;
  -webkit-text-fill-color: inherit;
  object-position: 50% 50%;
  background-clip: border-box;
  justify-content: center;
  align-items: center;
  font-family: franklin-gothic-std-cond, sans-serif;
  font-size: 14px;
  font-weight: 700;
  display: block;
}

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

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

.header {
  z-index: 200;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100vw;
  margin-left: auto;
  margin-right: auto;
  padding-top: 40px;
  display: flex;
  position: fixed;
  inset: 0% 0% auto auto;
}

.body-rel {
  z-index: 100;
  background-image: linear-gradient(#000, #4f4f4f 31%, #fff);
  flex-direction: column;
  display: flex;
  position: relative;
}

.sun-cont {
  z-index: 5;
  display: block;
  position: fixed;
  inset: 0%;
}

.sun {
  z-index: 5;
  background-image: linear-gradient(#eccfcc, #eccfcc);
  border-radius: 600px;
  width: 50px;
  height: 50px;
  margin-top: 109px;
  position: absolute;
  transform: translate(-171px);
}

.cover {
  z-index: 20;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 800px;
  height: 800px;
  display: block;
  position: relative;
  inset: 0%;
}

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

.elements-holder {
  width: 100%;
  max-width: 100%;
  display: block;
  position: relative;
  inset: 0%;
}

.camera {
  cursor: pointer;
  width: 9%;
  transition: transform .5s cubic-bezier(.165, .84, .44, 1);
  display: block;
  position: absolute;
  inset: 26% 23% auto auto;
  transform: skew(0deg);
}

.camera:hover {
  transform: skew(6deg);
}

.light {
  filter: grayscale();
  cursor: pointer;
  transform-style: preserve-3d;
  width: 2%;
  position: absolute;
  inset: 15% 0% auto 49%;
}

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

.chair {
  cursor: pointer;
  width: 18%;
  transition: transform .5s cubic-bezier(.215, .61, .355, 1);
  position: absolute;
  inset: auto 0% 5% 16%;
  transform: rotate(5deg);
}

.chair:hover {
  transform: rotate(0);
}

.interactive-container {
  z-index: 100;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100vw;
  height: 100vh;
  display: flex;
  position: fixed;
  overflow: hidden;
}

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

.socials {
  z-index: 1000;
  justify-content: center;
  padding: 24px 12px;
  display: flex;
  position: fixed;
  inset: auto 0% 0%;
}

.social-icon {
  width: auto;
  margin-top: 0;
  margin-bottom: 0;
  display: block;
}

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

.social-icon.spotify {
  filter: invert();
}

.social-icon.tt {
  width: auto;
}

.social-icon.yt {
  width: auto;
  height: 100%;
}

.social-icon.ig, .social-icon.fb, .social-icon.sp {
  width: auto;
}

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

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

.gray {
  z-index: 20;
  background-color: #161818;
  width: 100vw;
  height: 100vh;
  display: flex;
  position: fixed;
  inset: 0%;
}

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

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

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

.listen-now {
  z-index: 200;
  align-items: center;
  padding: 10px;
  display: flex;
  position: fixed;
  inset: auto auto 0% 0%;
}

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

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

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

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

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

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

.mailling-popup {
  z-index: 500;
  color: #000;
  letter-spacing: 0;
  background-color: #fea046c7;
  justify-content: center;
  align-items: center;
  display: none;
  position: fixed;
  inset: 0%;
}

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

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

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

.div-block-4 {
  z-index: 200;
  flex-direction: column;
  align-items: center;
  display: flex;
  position: fixed;
  inset: 0% 0% auto auto;
}

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

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

.utility-page-content {
  text-align: center;
  flex-direction: column;
  width: 260px;
  display: flex;
}

.utility-page-form {
  flex-direction: column;
  align-items: stretch;
  display: flex;
}

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

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

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

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

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

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

.div-block-6 {
  z-index: 20;
  justify-content: center;
  align-items: center;
  display: flex;
  position: fixed;
  inset: 0%;
}

.nullsunrise {
  z-index: 15;
  background-color: #f29853;
  position: fixed;
  inset: 0%;
}

.sky {
  object-fit: contain;
  width: 100vw;
  display: none;
  position: static;
  inset: -2% 0% 0% auto;
  overflow: hidden;
}

.lights {
  width: 81%;
  position: fixed;
  inset: auto 0% 6% 28%;
  overflow: hidden;
}

.image-7 {
  width: 90%;
  position: absolute;
  inset: 0% 0% auto;
}

.image-8 {
  width: 90%;
  position: relative;
  inset: auto 0% 0%;
}

.scene {
  width: 100vw;
  height: 100vh;
  display: block;
  position: fixed;
  inset: 0%;
  overflow: visible;
}

.wall {
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.plant {
  width: 15%;
  position: absolute;
  inset: auto 0% 16% 22%;
}

.curtain {
  cursor: auto;
  height: 92%;
  position: absolute;
  inset: 0% auto 0% 14%;
}

.vinyls {
  width: 14%;
  position: absolute;
  inset: auto auto 0% 3%;
}

.ceiling {
  z-index: 100;
  width: 100%;
  position: absolute;
  inset: 0% 0% auto -2%;
}

.bg {
  object-fit: none;
  background-image: url('../images/grain_1grain.png'), linear-gradient(#cecae5, #d78475 36%, #7d5ca0 68%, #15153f 104%);
  background-position: 0 0, 0 0;
  background-repeat: repeat, repeat;
  background-size: auto, auto;
  background-attachment: fixed, scroll;
  flex-direction: column;
  flex: none;
  height: 500%;
  display: block;
  position: static;
  inset: 0%;
  overflow: hidden;
}

.stars {
  opacity: .65;
  display: block;
  position: fixed;
}

.stars.two {
  top: -38%;
  transform: rotate(180deg);
}

.heading-2 {
  text-align: center;
  letter-spacing: 0;
  font-family: Blackout midnight;
  font-size: 87px;
  line-height: 90px;
  position: absolute;
  inset: 0%;
}

.warm-text {
  text-align: center;
  width: 75%;
  height: 50%;
  display: block;
  position: fixed;
  inset: 26% -2% 0% auto;
}

.warm {
  width: 40%;
}

.content {
  text-align: center;
  padding: 30px;
  display: flex;
  position: relative;
}

.heading-3 {
  letter-spacing: 0;
  margin-top: 0;
  font-family: Blackout midnight;
  font-size: 28px;
  line-height: 27px;
}

.heading-4 {
  margin-top: 5px;
  font-size: 22px;
  line-height: 23px;
}

.button {
  text-transform: uppercase;
  background-color: #cf97988f;
  border-style: solid;
  margin-top: 3px;
  font-family: Varela Round, sans-serif;
  font-size: 14px;
  transition: background-color .2s ease-in-out;
}

.button:hover {
  background-color: #cf9798;
}

.lamp {
  cursor: pointer;
  height: 96%;
  position: fixed;
  inset: auto auto -42% 11%;
}

.dim-lamp {
  height: 45%;
  display: block;
  position: absolute;
  inset: 0% auto auto 0%;
}

.lamp-lit {
  height: 47%;
  display: block;
  position: relative;
  inset: -1.7% auto auto -17%;
}

.lit-lamp {
  height: 47%;
  display: block;
  position: relative;
  top: -1.7%;
  left: -18%;
}

.html-embed-2 {
  z-index: 200;
  perspective: 1176px;
  transform-style: preserve-3d;
  border: 4px solid #ffffffab;
  position: absolute;
  inset: auto auto 0% 4%;
  transform: perspective(373px)rotateX(57deg)rotateY(-6deg)rotateZ(-34deg);
  box-shadow: -3px 3px 6px 1px #1a1a1ba8;
}

.social-link {
  filter: brightness(85%);
  margin-top: 8px;
  margin-bottom: 8px;
  padding-left: 8px;
  padding-right: 8px;
  transition: filter .2s ease-in-out;
}

.social-link:hover {
  opacity: 1;
  filter: brightness(200%);
}

.nts-logo {
  width: 8%;
  position: absolute;
  inset: auto 2% 2% auto;
}

.image-9 {
  width: 100vw;
  position: absolute;
  inset: 0% 0% auto;
}

.island {
  width: 100%;
  position: relative;
  inset: auto 0% -15%;
}

.sunra {
  width: 7%;
  position: absolute;
  inset: auto 11% 31% auto;
}

.catking {
  width: 6%;
  position: absolute;
  inset: auto auto 40% 5%;
}

.square {
  width: 6%;
  position: absolute;
  inset: 44% auto auto 14%;
}

.bottom {
  opacity: 1;
  position: absolute;
  inset: auto 0% -13%;
}

.comet {
  width: 6%;
  position: absolute;
  inset: 5% auto auto 9%;
}

.fan {
  width: 13%;
  position: absolute;
  inset: 30% 14% auto auto;
}

.floating-island {
  width: 11%;
  position: absolute;
  inset: 52% auto auto 16%;
}

.star-bg {
  position: relative;
}

.star-bg2 {
  width: 100vw;
  display: none;
  position: absolute;
  inset: 0%;
}

.astronaut-text {
  width: 35vw;
  margin-bottom: 10px;
  display: block;
}

.ashwalker {
  width: 15vw;
  margin-bottom: 10px;
}

.section {
  background-image: linear-gradient(#000, #00000080 10%, #c4c4c400 50%, #00000080 90%, #000);
  background-position: 0 0;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  height: 100vh;
  display: flex;
  position: sticky;
  inset: 0%;
}

.background-video {
  opacity: 1;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  height: 100vh;
  display: flex;
  position: fixed;
  inset: 0%;
}

.heading-5 {
  margin-top: 0;
  margin-bottom: 0;
  padding: 0;
  font-size: 101px;
  line-height: 74px;
}

.play-pause-button {
  display: none;
}

.nav-links {
  background-color: var(--black);
  color: #fff;
  margin-top: 0;
  margin-bottom: 0;
  padding: 15px 15px 15px 25px;
  font-size: 23px;
  text-decoration: none;
  transition: transform .2s ease-in-out;
  transform: translate(0, -15px);
}

.nav-links:hover {
  text-decoration: line-through;
  transform: translate(0);
}

.div-block-7 {
  background-color: #000;
  flex-flow: row;
  justify-content: space-between;
  align-items: flex-start;
  padding-top: 13px;
  padding-bottom: 10px;
  display: flex;
  position: fixed;
  inset: 0% 0% auto;
}

.nav {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  flex-flow: row;
  justify-content: space-around;
  align-items: flex-start;
  display: flex;
  position: fixed;
  inset: 0% 0% auto;
}

.section-2 {
  background-color: #000000d9;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  height: 100vh;
  display: flex;
  position: relative;
}

.container {
  color: var(--white);
  text-align: center;
  max-width: 960px;
  padding-bottom: 20px;
  padding-left: 20px;
  padding-right: 20px;
}

.image-10 {
  width: 40vw;
  display: none;
}

.div-block-8 {
  position: fixed;
}

.navbuttonlinks {
  color: #fff;
  text-align: left;
  cursor: none;
  background-color: #000;
  width: auto;
  height: auto;
  margin: 0 auto auto;
  padding: .5rem 12px;
  font-size: 1rem;
  line-height: 100%;
  text-decoration: none;
  transition: all .2s;
  position: relative;
}

.navbuttontext {
  color: #fff;
  z-index: 99;
  white-space: normal;
  word-break: break-word;
  overflow-wrap: break-word;
  -webkit-hyphens: auto;
  hyphens: auto;
  width: 100%;
  margin-bottom: 8px;
  display: block;
  position: relative;
}

.navbuttonlinks-alternate {
  color: #fff;
  text-align: left;
  cursor: pointer;
  background-color: #0000;
  width: auto;
  height: auto;
  margin: 0 auto auto;
  padding: 16px;
  font-size: 1rem;
  line-height: 100%;
  text-decoration: none;
  transition: all .2s;
  display: flex;
  position: relative;
}

.navbuttonlinks-alternate:hover {
  color: #fff;
  text-decoration: line-through;
}

.navbuttontextwhite {
  color: #fff;
  text-align: center;
  z-index: 99;
  white-space: normal;
  word-break: break-word;
  overflow-wrap: break-word;
  -webkit-hyphens: auto;
  hyphens: auto;
  width: 100%;
  margin-bottom: 8px;
  display: block;
  position: relative;
}

.navbuttontextwhite:hover {
  color: var(--honey-dijon-yellow);
}

.redlight {
  opacity: 0;
  filter: blur(10px);
  background-color: red;
  width: 50%;
  height: 100%;
  padding: 0;
  position: absolute;
  inset: 0% 0% auto;
}

.bluelight {
  opacity: 0;
  filter: blur(10px);
  mix-blend-mode: lighten;
  background-color: #00f;
  width: 50%;
  height: 100%;
  padding: 0;
  position: absolute;
  inset: 0% 0% 0% auto;
}

.section-copy {
  background-image: linear-gradient(#000, #00000080 10%, #c4c4c400 50%, #00000080 90%, #000);
  background-position: 0 0;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  height: auto;
  min-height: 100vh;
  display: flex;
  position: sticky;
  inset: 0%;
}

.heading-6 {
  color: #cbc006;
}

.main-h1 {
  color: #cbc006;
  font-family: Bebas Neue, sans-serif;
  font-size: 7rem;
  line-height: 1;
}

.cta-buttons {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  display: flex;
}

.navbuttonlinks-alternate-button {
  color: #fff;
  text-align: left;
  -webkit-text-stroke-color: transparent;
  cursor: pointer;
  background-color: #0000;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: auto;
  margin: 0 auto auto;
  padding: 16px 16px 10px;
  font-size: 1rem;
  line-height: 100%;
  text-decoration: none;
  transition: all .2s;
  display: flex;
  position: relative;
}

.navbuttonlinks-alternate-button:hover {
  color: var(--honey-dijon-yellow);
  -webkit-text-stroke-width: 0px;
  -webkit-text-stroke-color: transparent;
  background-color: #0000;
  border: 0 solid #0000;
  text-decoration: line-through;
}

.code-embed-4 {
  display: none;
}

.smf-link {
  background-color: var(--honey-dijon-yellow);
  color: var(--white);
  flex-flow: column;
  margin-top: 1rem;
  padding: 10px 24px;
  font-size: 1.5rem;
  line-height: 1;
  text-decoration: none;
  display: inline-block;
}

.navbuttonlinks-alternate-button-smf {
  background-color: var(--honey-dijon-yellow);
  color: #fff;
  text-align: left;
  cursor: pointer;
  justify-content: center;
  align-items: center;
  width: auto;
  height: auto;
  margin: 1rem auto auto;
  padding: 16px 16px 10px;
  font-size: 1rem;
  line-height: 100%;
  text-decoration: none;
  transition: all .2s;
  display: flex;
  position: relative;
}

.navbuttonlinks-alternate-button-smf:hover {
  border: 1px solid var(--honey-dijon-yellow);
  background-color: var(--black);
  color: var(--honey-dijon-yellow);
  -webkit-text-stroke-width: 0px;
  text-decoration: none;
}

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

  .bg {
    height: 400%;
  }

  .astronaut-text {
    width: 60vw;
  }

  .ashwalker {
    width: 30vw;
  }

  .section {
    background-position: 82%;
  }

  .navbuttonlinks {
    max-width: 20%;
    padding-left: 8px;
    padding-right: 8px;
  }

  .navbuttontext {
    overflow-wrap: break-word;
    font-size: .8rem;
    position: relative;
  }

  .code-embed {
    width: 100%;
    overflow: hidden;
  }

  .navbuttonlinks-alternate {
    max-width: 20%;
    padding-left: 8px;
    padding-right: 8px;
  }

  .navbuttontextwhite {
    overflow-wrap: break-word;
    font-size: .8rem;
    position: relative;
  }

  .section-copy {
    background-position: 82%;
  }

  .main-h1 {
    font-size: 5rem;
  }

  .navbuttonlinks-alternate-button {
    max-width: none;
    padding-left: 24px;
    padding-right: 24px;
  }

  .navbuttonlinks-alternate-button-smf {
    max-width: none;
    margin-top: 1rem;
    padding-left: 8px;
    padding-right: 8px;
  }
}

@media screen and (max-width: 767px) {
  .chair {
    width: 26%;
    bottom: 8%;
  }

  .socials {
    text-align: center;
    inset: auto 0% 24px;
  }

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

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

  .lights {
    width: 100%;
    bottom: 8%;
    left: 14%;
  }

  .plant {
    width: 21%;
  }

  .curtain {
    left: -1%;
  }

  .warm-text {
    top: 44%;
  }

  .content {
    z-index: 200;
    text-align: center;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    display: flex;
    inset: 0%;
  }

  .lamp {
    height: 80%;
    inset: auto auto -33% 11%;
  }

  .social-link {
    margin-left: 5px;
    margin-right: 5px;
    display: inline-block;
  }

  .nts-logo {
    width: 9%;
    inset: 2% 2% auto auto;
  }

  .bottom {
    bottom: 0%;
  }

  .astronaut-text {
    margin-left: auto;
    margin-right: auto;
  }

  .section {
    background-image: none;
    background-position: 0 0;
  }

  .navbuttontext {
    overflow-wrap: break-word;
    font-size: 12px;
  }

  .code-embed, .code-embed-2, .code-embed-3 {
    overflow: hidden;
  }

  .navbuttontextwhite {
    overflow-wrap: break-word;
    font-size: 12px;
  }

  .section-copy {
    background-image: none;
    background-position: 0 0;
  }

  .navbuttonlinks-alternate-button {
    max-width: none;
    padding-left: 24px;
    padding-right: 24px;
  }

  .navbuttonlinks-alternate-button-smf {
    max-width: none;
    margin-top: 16px;
  }
}

@media screen and (max-width: 479px) {
  .body {
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    display: flex;
    overflow: visible;
  }

  .sun-cont, .sun {
    display: none;
  }

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

  .chair {
    width: 44%;
    bottom: 10%;
  }

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

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

  .socials {
    z-index: 9999;
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    text-align: center;
    align-items: center;
    margin: 0;
    display: flex;
    position: fixed;
    inset: auto 0% 0%;
  }

  .social-icon {
    margin: 7px;
  }

  .social-icon.tt, .social-icon.yt, .social-icon.ig, .social-icon.fb, .social-icon.sp, .social-icon.ap {
    margin: 0;
  }

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

  .gray {
    display: none;
  }

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

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

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

  .text-block-3 {
    text-align: center;
    width: 300px;
    margin-bottom: 5px;
    padding: 8px 8px 8px 0;
  }

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

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

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

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

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

  .nullsunrise {
    display: none;
  }

  .sky {
    object-fit: fill;
    height: 120vh;
  }

  .lights {
    width: 200%;
    position: fixed;
    bottom: 2%;
    left: -15%;
    overflow: hidden;
  }

  .plant {
    width: 40%;
  }

  .curtain {
    height: 82%;
    top: -2%;
    left: -13%;
  }

  .vinyls {
    display: none;
  }

  .bg {
    width: 100vw;
    margin-top: -31px;
  }

  .warm {
    width: 61%;
  }

  .content {
    width: 100%;
    padding-left: 12px;
    padding-right: 12px;
    display: flex;
  }

  .lamp {
    position: absolute;
    bottom: -33%;
    left: 11%;
  }

  .social-link {
    margin: 0;
    padding: 0;
  }

  .social-link.fb {
    padding: 0;
  }

  .nts-logo {
    width: 12%;
    top: 1%;
  }

  .island {
    overflow: hidden;
  }

  .sunra {
    width: 15%;
  }

  .catking {
    width: 16%;
  }

  .square {
    width: 18%;
  }

  .bottom {
    overflow: hidden;
  }

  .comet {
    width: 19%;
  }

  .fan {
    width: 28%;
  }

  .floating-island {
    width: 25%;
  }

  .section {
    background-image: none;
    background-position: 0 0;
    background-size: auto;
    background-attachment: scroll;
    width: 100svw;
    height: 100svh;
  }

  .background-video {
    background-image: url('../images/mobile_bg.jpg');
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: cover;
    background-attachment: fixed;
  }

  .nav {
    grid-column-gap: 8px;
    grid-row-gap: 8px;
  }

  .section-2 {
    width: 100svw;
  }

  .container {
    width: 100%;
    padding: 0;
  }

  .navbuttonlinks {
    max-width: 22%;
  }

  .navbuttontext {
    overflow-wrap: break-word;
  }

  .navbuttonlinks-alternate {
    max-width: 22%;
  }

  .navbuttontextwhite {
    overflow-wrap: break-word;
  }

  .section-copy {
    background-image: none;
    background-position: 0 0;
    background-size: auto;
    background-attachment: scroll;
    width: 100svw;
    height: 100svh;
  }

  .main-h1 {
    font-size: 64px;
  }

  .navbuttonlinks-alternate-button {
    max-width: none;
    padding-left: 16px;
    padding-right: 16px;
    font-size: 12px;
  }

  .navbuttonlinks-alternate-button-smf {
    max-width: none;
  }

  .heading-7 {
    font-size: 32px;
    line-height: 1;
  }

  .text-block-4 {
    margin-bottom: 12px;
    line-height: 1.2;
  }
}


