:root {
  --aitch-red: #d92f22;
  --aitch-dark-mauve: #361e18;
}

.section {
  background-color: var(--aitch-red);
  justify-content: center;
  align-items: center;
  width: 100vw;
  height: 100vh;
  display: flex;
  position: relative;
}

.background-video {
  z-index: 2;
  box-sizing: border-box;
  aspect-ratio: 1;
  width: auto;
  height: 100%;
}

.maskcode {
  z-index: 99;
  aspect-ratio: 1;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  max-height: none;
  display: flex;
  position: absolute;
  inset: 0%;
}

.parallaxcontainer {
  opacity: 0;
  cursor: none;
  background-color: #0000;
  width: 100%;
  height: 100%;
  position: relative;
  overflow: hidden;
}

.parallax_clouds {
  z-index: 1;
  background-image: url('../images/seamless_test_2.jpg');
  background-position: 50% 100%;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: fixed;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.parallax_ground {
  z-index: 2;
  background-image: url('../images/2_ground.png');
  background-position: 50% 88%;
  background-repeat: no-repeat;
  background-size: 100%;
  background-attachment: scroll;
  position: absolute;
  inset: 0%;
}

.parallax_moston {
  z-index: 3;
  background-image: url('../images/5_mostonSign.png');
  background-position: 40% 77%;
  background-repeat: no-repeat;
  background-size: 12%;
  background-attachment: scroll;
  position: absolute;
  inset: 0%;
}

.parallax_bee {
  z-index: 4;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100vw;
  height: 100vh;
  display: flex;
  position: relative;
  inset: 0%;
}

.bee {
  aspect-ratio: 324 / 303;
  width: 20vw;
  max-width: 64px;
  margin: -15% 0 0;
  position: absolute;
  inset: auto;
}

.parallax_moon {
  z-index: 2;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100vw;
  height: 100vh;
  display: flex;
  position: absolute;
  inset: 0%;
}

.moon {
  width: 30%;
  max-width: 160px;
  margin-right: -10%;
  position: absolute;
  top: 18%;
}

.parallax_m6 {
  z-index: 3;
  flex-flow: column;
  justify-content: flex-end;
  align-items: center;
  width: 100vw;
  height: 100vh;
  display: flex;
  position: absolute;
  inset: 0%;
}

.m6sign {
  max-width: 64px;
  margin-bottom: 18vh;
  margin-left: 10%;
  position: absolute;
}

.parallax_heartcloud {
  z-index: 6;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100vw;
  height: 100vh;
  display: flex;
  position: absolute;
  inset: 0%;
}

.heartcloud {
  width: 40%;
  max-width: 160px;
  margin-top: -5%;
  margin-left: -15%;
  position: absolute;
}

.ctas {
  z-index: 100;
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  flex-flow: wrap;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: none;
  height: 100px;
  margin-top: 0;
  padding: 24px;
  display: flex;
  position: fixed;
  inset: auto 0% 0%;
}

.div-block-3 {
  justify-content: center;
  align-items: center;
  width: 100%;
  display: flex;
}

.presavebutton {
  z-index: 2;
  background-color: var(--aitch-dark-mauve);
  color: #fff;
  text-align: center;
  text-transform: capitalize;
  border: 1px solid #fff;
  border-radius: 64px;
  flex: 0 auto;
  width: 100%;
  max-width: 256px;
  margin-bottom: 0;
  padding: 12px;
  font-family: Inconsolata, monospace;
  font-size: .8rem;
  line-height: 100%;
  transition: all .2s;
  position: relative;
}

.presavebutton:hover {
  color: #000;
  text-align: center;
  background-color: #fff;
}

.storebutton {
  z-index: 2;
  background-color: var(--aitch-dark-mauve);
  color: #fff;
  text-align: center;
  text-transform: capitalize;
  border: 1px solid #fff;
  border-radius: 64px;
  width: 50%;
  max-width: 256px;
  margin-bottom: 0;
  padding: 12px;
  font-family: Inconsolata, monospace;
  font-size: .8rem;
  line-height: 100%;
  transition: all .2s;
  position: relative;
}

.storebutton:hover {
  color: #000;
  text-align: center;
  background-color: #fff;
}

.button {
  background-color: var(--aitch-dark-mauve);
  color: #fff;
  text-align: center;
  border: 1px solid #fff;
  border-radius: 64px;
  width: 33%;
  max-width: 256px;
  padding-top: 12px;
  padding-bottom: 12px;
  font-family: Inconsolata, monospace;
  font-size: .8rem;
  line-height: 100%;
  transition: all .2s;
}

.button:hover {
  color: #000;
  text-align: center;
  background-color: #fff;
}

.button.mailinglistbutton {
  padding: 12px;
}

.cta {
  z-index: 100;
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 88%;
  height: auto;
  padding: 24px;
  display: flex;
  position: absolute;
  inset: auto auto 0%;
}

.secondarybuttons {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  justify-content: center;
  align-items: center;
  width: 100%;
  display: flex;
}

.button-2 {
  background-color: var(--aitch-dark-mauve);
  color: #fff;
  text-align: center;
  border: 1px solid #fff;
  border-radius: 64px;
  width: 33%;
  max-width: 256px;
  padding: 12px;
  font-family: Inconsolata, monospace;
  font-size: .8rem;
  line-height: 100%;
  transition: all .2s;
}

.button-2:hover {
  color: #000;
  text-align: center;
  background-color: #fff;
}

.socials {
  z-index: 1000;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  justify-content: center;
  align-items: center;
  margin-top: 1rem;
  display: flex;
  position: absolute;
  inset: 0% 0% auto;
}

.sociallink {
  filter: invert();
  width: 24px;
  transition: all .2s;
}

.sociallink:hover {
  filter: invert();
  transform: scale(1.2);
}

.sypslink {
  z-index: 2;
  max-width: 64px;
  margin-top: 1rem;
  position: relative;
}

.mailinglistoverlay {
  z-index: 9999;
  opacity: 0;
  background-color: #000000e0;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  padding: 1rem;
  transition: all .2s;
  display: none;
  position: fixed;
  inset: 0%;
}

.mailinglistembed {
  width: 100%;
  max-width: 960px;
}

.mailinglistclosebutton {
  z-index: 2;
  background-color: var(--aitch-dark-mauve);
  color: #fff;
  text-align: center;
  text-transform: capitalize;
  border: 1px solid #fff;
  border-radius: 64px;
  width: 50%;
  max-width: 256px;
  margin-top: 12px;
  margin-bottom: 0;
  padding-top: 12px;
  padding-bottom: 12px;
  font-family: Inconsolata, monospace;
  font-size: .8rem;
  line-height: 100%;
  transition: all .2s;
  position: relative;
}

.mailinglistclosebutton:hover {
  color: #000;
  text-align: center;
  background-color: #fff;
}

.div-block-4 {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  justify-content: center;
  align-items: center;
  width: 100%;
  display: flex;
}

@media screen and (max-width: 991px) {
  .parallax_ground {
    background-position: 50% 85%;
  }

  .parallax_moston {
    background-position: 40% 73%;
    background-size: 15%;
  }

  .moon {
    top: 18%;
  }

  .m6sign {
    margin-bottom: 22vh;
    margin-left: 22%;
  }

  .presavebutton {
    text-align: center;
    max-width: 200px;
    padding: 12px;
  }

  .storebutton {
    text-align: center;
    max-width: 200px;
    padding: 12px;
    font-size: 10px;
  }

  .button {
    text-align: center;
    max-width: 200px;
    font-size: 10px;
  }

  .button.mailinglistbutton {
    padding: 12px;
  }

  .cta {
    width: 100%;
  }

  .button-2 {
    text-align: center;
    max-width: 200px;
    padding: 12px;
    font-size: 10px;
  }

  .sypslink {
    max-width: 64px;
  }

  .mailinglistclosebutton {
    text-align: center;
    max-width: 200px;
    font-size: 10px;
  }
}

@media screen and (max-width: 767px) {
  .maskcode, .parallaxcontainer {
    display: flex;
  }

  .parallax_ground {
    background-image: url('../images/mobileBG.png');
    background-position: 50%;
  }

  .parallax_moston {
    z-index: 5;
    background-position: 40% 72%;
    background-size: 30%;
  }

  .moon {
    top: 18%;
  }

  .parallax_m6 {
    z-index: 2;
  }

  .m6sign {
    z-index: 2;
    max-width: 36px;
    margin-bottom: 38vh;
    margin-left: 30%;
  }

  .parallax_heartcloud {
    z-index: 7;
  }

  .presavebutton {
    text-align: center;
    width: 32%;
    max-width: 256px;
    padding: 12px;
    font-size: .7rem;
  }

  .storebutton {
    text-align: center;
    flex: 0 auto;
    width: 32%;
    max-width: 256px;
    padding: 12px;
    font-size: 8px;
  }

  .button {
    text-align: center;
    width: 32%;
    max-width: 256px;
    font-size: 8px;
  }

  .button.mailinglistbutton, .cta {
    padding-left: 12px;
    padding-right: 12px;
  }

  .button-2 {
    text-align: center;
    width: 32%;
    max-width: 256px;
    padding-left: 12px;
    padding-right: 12px;
    font-size: 10px;
  }

  .sypslink {
    max-width: 64px;
  }

  .mailinglistclosebutton {
    text-align: center;
    flex: 0 auto;
    width: 30%;
    max-width: 256px;
    font-size: 8px;
  }

  .mobilecontainer {
    width: 100vw;
    height: 100vh;
    display: none;
  }

  .background-video-2 {
    width: 100vw;
    height: 100vh;
  }

  .div-block-4 {
    width: 100%;
  }
}

@media screen and (max-width: 479px) {
  .section {
    width: 100svw;
    height: 100svh;
    min-height: 0;
    overflow-x: hidden;
  }

  .maskcode {
    pointer-events: none;
    -webkit-user-select: none;
    user-select: none;
    display: none;
    transform: translate(0);
  }

  .parallaxcontainer {
    margin-top: -15vh;
    padding-bottom: 0;
    display: none;
    transform: translate(0);
  }

  .parallax_clouds {
    z-index: 1;
    background-image: url('../images/seamless_test_2.jpg');
    background-position: 50% 100%;
    background-repeat: repeat-x;
    background-size: auto 100%;
    background-attachment: scroll;
  }

  .parallax_ground {
    z-index: 3;
    background-image: url('../images/mobileBG.png');
    background-position: 50% 100%;
    background-size: 125%;
    background-attachment: fixed;
  }

  .parallax_moston {
    background-position: 40% 59%;
  }

  .bee {
    aspect-ratio: 324 / 303;
    max-width: 48px;
  }

  .parallax_moon {
    z-index: 3;
    margin-top: -24px;
  }

  .moon {
    width: 25%;
    max-width: 104px;
    top: 30%;
    left: 48%;
  }

  .parallax_m6 {
    z-index: 5;
  }

  .m6sign {
    margin-bottom: 40vh;
  }

  .heartcloud {
    max-width: 88px;
    margin-left: 0;
    top: 42%;
    left: 25%;
  }

  .ctas {
    grid-column-gap: 12px;
    grid-row-gap: 12px;
    flex-flow: column;
    width: 100%;
  }

  .presavebutton {
    text-align: center;
    width: 100%;
    max-width: 256px;
    margin-bottom: 0;
    padding: 8px;
    font-size: 10px;
  }

  .storebutton {
    text-align: center;
    width: 100%;
    margin-bottom: 0;
    padding: 8px;
    font-size: 10px;
  }

  .button {
    text-align: center;
    width: 100%;
    font-size: 12px;
  }

  .button.mailinglistbutton {
    padding: 8px;
    font-size: 10px;
  }

  .cta {
    grid-column-gap: 12px;
    grid-row-gap: 12px;
    background-color: #0000;
    justify-content: flex-start;
    align-items: center;
    padding-top: 24px;
    padding-bottom: 16px;
    position: fixed;
    inset: auto 0% 0%;
  }

  .secondarybuttons {
    grid-column-gap: 8px;
    grid-row-gap: 8px;
    flex-flow: column;
    margin-bottom: 4px;
  }

  .button-2 {
    text-align: center;
    width: 100%;
    padding: 8px;
  }

  .socials {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    flex-flow: wrap;
    justify-content: center;
    width: 100%;
    margin-top: 1.5rem;
    margin-left: auto;
    margin-right: auto;
    padding-left: 0;
    padding-right: 0;
  }

  .sociallink {
    width: 16px;
  }

  .sypslink {
    width: 100%;
    max-width: 64px;
    margin-top: 12px;
  }

  .mailinglistclosebutton {
    text-align: center;
    width: 100%;
    margin-bottom: 0;
    font-size: 12px;
  }

  .mobilecontainer {
    z-index: 2;
    flex-flow: column;
    justify-content: center;
    align-items: center;
    width: 100svw;
    height: auto;
    display: flex;
    position: fixed;
    inset: 0%;
  }

  .background-video-2 {
    -webkit-user-select: none;
    user-select: none;
    background-color: #0000;
    width: 100svw;
    height: 100svh;
    position: fixed;
    inset: 0%;
  }

  .body {
    background-color: #cd1f19;
  }

  .div-block-4 {
    flex-flow: column;
  }
}
