:root {
  --black: black;
  --light-grey: #d3d3d3;
  --white: white;
  --pink: #eda6b3;
  --popup-bg: #7f1b23;
  --dark-gray: #5c5c5c;
  --dark-pink: #bf516e;
  --red: #7f1b23;
}

.shop-dropdown {
  position: relative;
  display: inline-block;
}

.shop-dropdown-content {
  display: none;
  position: absolute;
  background-color: white;
  min-width: 120px;
  box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.2);
  z-index: 1000;
  top: calc(100% - 2px);
  left: 50%;
  transform: translateX(-50%);
  border-radius: 4px;
  padding: 8px 0;
  margin-top: 0px;
}

.shop-dropdown-content a {
  color: var(--red);
  padding: 8px 16px;
  text-decoration: none;
  display: block;
  font-size: 14px;
  font-weight: 500;
  transition: filter 0.2s ease;
}

.shop-dropdown-content a:hover {
  color: var(--red);
}

.shop-dropdown:hover .shop-dropdown-content {
  display: block;
}

.shop-trigger:hover {
  color: white;
  border: 1px #000;
  text-decoration: none;
}

.w-embed-youtubevideo {
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/static/youtube-placeholder.2b05e7d68d.svg');
  background-position: 50%;
  background-size: cover;
  width: 100%;
  padding-bottom: 0;
  padding-left: 0;
  padding-right: 0;
  position: relative;
}

.w-embed-youtubevideo:empty {
  min-height: 75px;
  padding-bottom: 56.25%;
}

.section {
  background-color: #000;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  height: auto;
  min-height: 100vh;
  transition: all .2s ease-in-out;
  display: flex;
  overflow: hidden;
}

.logo {
  filter: saturate(124%) hue-rotate(344deg);
  mix-blend-mode: normal;
  width: 27vw;
  margin-bottom: 20px;
  padding-top: 0;
  padding-bottom: 0;
  display: block;
}

.socials {
  margin-top: 24px;
  margin-bottom: 24px;
  display: none;
}

.image-2 {
  width: auto;
  height: 32px;
}

.link-block {
  width: 32px;
  height: 32px;
  margin-left: 12px;
  margin-right: 12px;
  transition: all .2s;
}

.link-block:hover {
  transform: scale(1.2);
}

.html-embed {
  width: 600px;
  max-width: 96%;
  margin-top: 24px;
  display: none;
}

.link {
  color: #cd7979;
  background-color: #0000;
  border: 1px solid #cd7979;
  border-radius: 64px;
  padding: 16px 24px;
  font-family: Georgia, Times, Times New Roman, serif;
  font-size: 1.2rem;
  font-weight: 700;
  line-height: 100%;
  text-decoration: none;
  transition: all .2s;
}

.link:hover {
  outline-offset: 0px;
  color: #660f12;
  background-color: #cd7979;
  outline: 1px #cd7979;
}

.text-block {
  color: #cd7979;
  text-align: center;
  margin-top: 12px;
  margin-bottom: 24px;
  font-family: Georgia, Times, Times New Roman, serif;
  font-size: 1.8rem;
  line-height: 100%;
  display: none;
}

.mailingsection {
  background-color: #150001;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: auto;
  padding-top: 64px;
  padding-bottom: 64px;
  display: flex;
}

.heading-3 {
  font-family: Georgia, Times, Times New Roman, serif;
  font-size: 2rem;
  font-weight: 900;
  line-height: 100%;
  display: none;
}

.disclaimer {
  z-index: 9999;
  opacity: 1;
  background-color: #000;
  border-top: .5px solid #fff;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  height: auto;
  min-height: 0;
  max-height: 25vh;
  padding: 3rem 2rem;
  transition: all .2s;
  display: flex;
  position: fixed;
  inset: auto 0% 0%;
  transform: translate(0);
}

.text-block-2 {
  color: #fff;
  text-align: center;
  font-family: PT Serif, serif;
  font-size: 1rem;
  line-height: 130%;
}

.disclaimerlinks {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  text-align: center;
  flex-flow: wrap;
  justify-content: center;
  align-items: center;
  margin-top: 0;
  font-weight: 400;
  display: block;
}

.text-block-3 {
  color: #fff;
  font-family: PT Serif, serif;
}

.disclaimerlink {
  color: white;
  text-align: center;
  padding-left: 10px;
  padding-right: 10px;
  font-family: PT Serif, serif;
  font-size: 12px;
  text-decoration: none;
  transition: color .2s ease-in-out;
  display: inline-flex;
}

.disclaimerlink:visited {
  color: white;
  text-decoration: none;
}

.disclaimerlink:hover {
  color: white;
  text-decoration: none;
}

.spotifyform {
  z-index: 2;
  text-align: center;
  width: 100%;
  max-width: 480px;
  height: auto;
  margin-bottom: 0;
  font-family: PT Serif, serif;
  display: none;
  position: relative;
}

.caveat {
  font-size: 1rem;
  font-weight: 700;
  line-height: 200%;
}

.closedisclaimerbutton {
  color: #fff;
  text-align: center;
  border: 1px solid #fff;
  padding: 8px .5rem;
  font-family: Changa One, Impact, sans-serif;
  font-size: .75rem;
  line-height: 100%;
}

.appleform {
  z-index: 2;
  color: #777;
  text-align: center;
  width: 100%;
  max-width: 480px;
  height: auto;
  margin-bottom: 0;
  font-family: PT Serif, serif;
  display: flex;
  position: relative;
}

.link-2 {
  color: #fff;
  padding: 8px 24px 4px;
  font-family: Palatino Linotype, Book Antiqua, Palatino, serif;
  text-decoration: none;
}

.spotify {
  border: 1px solid var(--white);
  color: #fff;
  text-align: center;
  border-radius: 8px;
  margin-bottom: 1rem;
  padding: 12px 20px 8px;
  font-family: Palatino Linotype, Book Antiqua, Palatino, serif;
  font-size: 1rem;
  line-height: 100%;
  text-decoration: none;
  transition: all .2s;
}

.spotify:hover {
  background-color: var(--white);
  color: #e15582;
  text-decoration: none;
}

.spotify.presave-btn {
  margin-top: 40px;
  margin-bottom: 0;
  padding-top: 15px;
  font-size: 16px;
}

.smeform-copy {
  z-index: 2;
  text-align: center;
  width: 100%;
  max-width: 480px;
  height: auto;
  margin-bottom: 0;
  font-family: PT Serif, serif;
  display: flex;
  position: relative;
}

.buttondisclaimers {
  opacity: 0;
  color: #777;
  text-align: center;
  width: 100%;
  max-width: 320px;
  font-family: PT Serif, serif;
  font-size: .75rem;
  line-height: 140%;
  transition: all .2s;
}

.disclaimer2 {
  z-index: 9999;
  opacity: 1;
  border-top: .5px #fff;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  margin-top: 20px;
  margin-bottom: 20px;
  transition: all .2s;
  display: block;
  position: static;
  inset: auto 2% 2%;
  transform: translate(0);
}

.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;
}

.newsletterembed {
  max-width: 960px;
}

.sociallinks {
  grid-column-gap: .75rem;
  grid-row-gap: .75rem;
  justify-content: center;
  align-items: center;
  display: flex;
  position: static;
  inset: auto 0% 6%;
}

.sociallink {
  mix-blend-mode: normal;
  margin-left: 10px;
  margin-right: 10px;
  transition: all .2s;
}

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

.sociallinks-2 {
  grid-column-gap: .75rem;
  grid-row-gap: .75rem;
  justify-content: center;
  align-items: center;
  display: flex;
}

.container {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  text-align: left;
  flex-flow: column;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: flex-start;
  margin-left: 0;
  margin-right: 5%;
  display: flex;
  position: relative;
  inset: 0% 0% 0% auto;
}

.social-icon {
  filter: brightness(0) invert(1);
  mix-blend-mode: normal;
  width: 20px;
}

.container-2 {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  margin-left: 0;
  margin-right: 5%;
  display: flex;
}

.container-3 {
  margin-left: 0;
  margin-right: 20px;
}

.body {
  background-color: var(--pink);
  font-family: Palatino Linotype, Book Antiqua, Palatino, serif;
}

.genesis-sticker {
  opacity: .7;
  width: 26vw;
}

.main-btn {
  border: 1px solid var(--light-grey);
  color: var(--light-grey);
  border-radius: 50px;
  justify-content: flex-start;
  align-items: flex-start;
  margin-bottom: 5px;
  margin-left: 5px;
  margin-right: 5px;
  padding: 15px 40px 13px;
  font-size: 14px;
  font-weight: 700;
  line-height: 15px;
  text-decoration: none;
  transition: all .2s ease-in-out;
  display: inline-flex;
}

.main-btn:hover {
  background-color: var(--light-grey);
  color: var(--black);
  text-decoration: none;
}

.main-btn:active, .main-btn:focus, .main-btn:visited {
  text-decoration: none;
}

.buttons {
  flex-flow: row;
  justify-content: flex-start;
  align-items: flex-start;
  margin-top: 20px;
  display: block;
}

.menu {
  color: var(--white);
  text-align: center;
  justify-content: center;
  align-items: center;
  width: 100vw;
  font-weight: 500;
  display: flex;
  position: static;
  inset: 1% 0% auto;
}

.menu-item {
  color: white;
  border: 0 #000;
  margin-right: 10px;
  padding-top: 3px;
  font-weight: 700;
  text-decoration: none;
  transition: filter .2s ease-in-out;
  display: inline-flex;
}

.menu-item:visited {
  color: white;
  text-decoration: none;
}

.menu-item:hover {
  color: white;
  border: 1px #000;
  text-decoration: none;
}

.menu-item.fyc {
  color: var(--pink);
}

.tour {
  z-index: 10000;
  background-color: var(--popup-bg);
  color: var(--white);
  text-align: center;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  display: none;
  position: fixed;
  inset: 0%;
}

.div-block {
  text-align: center;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  max-height: 70vh;
  padding: 0;
  display: block;
  overflow: auto;
}

.code-embed {
  color: var(--white);
  text-align: left;
  background-color: #ededed00;
  width: 900px;
  padding-top: 0;
  padding-bottom: 0;
  font-size: 16px;
  font-weight: 700;
}

.close-link {
  color: var(--black);
  text-align: center;
  margin-top: 20px;
  font-size: 14px;
  font-weight: 700;
  text-decoration: none;
  transition: filter .2s ease-in-out, opacity .2s, color .2s ease-in-out;
  display: block;
}

.close-link:hover {
  filter: blur(1px);
  color: var(--pink);
}

.apple-popup {
  z-index: 10500;
  background-color: var(--popup-bg);
  color: var(--white);
  text-align: center;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  display: none;
  position: fixed;
  inset: 0%;
}

.div-block-2 {
  text-align: center;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  max-height: 70vh;
  padding: 60px 40px;
  display: flex;
}

.close-apple {
  color: var(--black);
  text-align: center;
  font-weight: 700;
  text-decoration: none;
  display: block;
}

.code-embed-2 {
  color: var(--white);
  width: 10vw;
  margin-left: auto;
  margin-right: auto;
}

.mailing-popup {
  z-index: 10600;
  background-color: var(--popup-bg);
  color: var(--white);
  text-align: center;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  display: none;
  position: fixed;
  inset: 0%;
}

.div-block-3 {
  text-align: center;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  padding: 60px 40px;
  display: flex;
}

.code-embed-3 {
  color: var(--white);
  width: 40vw;
}

.x-close {
  filter: brightness(5000%);
  width: 40px;
}

.close-btn {
  transition: transform .2s ease-in-out;
  position: fixed;
  inset: 2% 2% auto auto;
}

.close-btn:hover {
  transform: rotate(-90deg);
}

.body-2 {
  background-color: #000;
  color: var(--white);
  font-family: Roboto, sans-serif;
  font-weight: 500;
}

.columns {
  justify-content: center;
  align-items: center;
  width: 100vw;
  display: flex;
}

.div-block-4 {
  text-align: left;
  width: 40vw;
}

.content {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  margin-top: 60px;
  margin-bottom: 60px;
  display: flex;
}

.div-block-6 {
  text-align: right;
  width: 35vw;
  margin-top: 60px;
}

.text-block-4 {
  color: var(--dark-gray);
  font-size: 10px;
  font-weight: 400;
  line-height: 12px;
}

.presave-disclaimer {
  text-align: center;
  width: 48vw;
  margin-left: auto;
  margin-right: auto;
  font-size: 12px;
  display: none;
  position: fixed;
  inset: auto 0% 6%;
}

.text-block-5 {
  margin-top: 20px;
  font-size: 27px;
  line-height: 27px;
}

.div-block-7 {
  width: 800vw;
}

.youtube {
  width: 80vw;
}

.text-block-6 {
  color: var(--light-grey);
  text-align: center;
  margin-bottom: 10px;
  font-family: PT Serif, serif;
  font-size: 16px;
  font-weight: 400;
}

.listen-link {
  transition: transform .2s ease-in-out;
}

.listen-link:hover {
  transform: scale(1.05);
}

.vote-link {
  width: 70px;
  margin-right: 40px;
}

.vote-link:hover {
  transform: scale(1.1);
}

.menu-items {
  justify-content: space-around;
  align-items: flex-start;
  width: 80vw;
  display: flex;
}

@media screen and (max-width: 991px) {
  .text-block {
    font-size: 1.6rem;
  }

  .disclaimer {
    height: auto;
    min-height: 0;
    max-height: none;
  }

  .text-block-2 {
    max-width: 480px;
  }

  .disclaimerlink {
    font-size: .65rem;
  }

  .spotifyform {
    width: 96%;
  }

  .appleform {
    width: 96%;
    font-size: 1rem;
  }

  .smeform-copy {
    width: 96%;
  }

  .disclaimer2 {
    height: auto;
    min-height: 0;
    max-height: none;
  }

  .container {
    margin-right: 5%;
  }

  .main-btn {
    margin-top: 0;
    margin-right: 0;
  }

  .buttons {
    margin-top: 20px;
  }

  .code-embed {
    width: 90vw;
  }

  .code-embed-2 {
    width: auto;
  }

  .content {
    align-items: center;
  }
}

@media screen and (max-width: 767px) {
  .section {
    margin-bottom: 0;
    margin-left: auto;
    margin-right: auto;
    overflow: visible;
  }

  .logo {
    width: 60vw;
  }

  .text-block {
    margin-top: 0;
    font-size: 1.4rem;
  }

  .disclaimer {
    max-height: none;
  }

  .text-block-2 {
    max-width: 75vw;
  }

  .disclaimerlink {
    font-size: .75rem;
  }

  .appleform {
    font-size: 1rem;
  }

  .disclaimer2 {
    width: 90vw;
    max-height: none;
    position: static;
  }

  .sociallinks {
    margin-top: 10px;
    position: static;
    inset: 4% 0% auto;
  }

  .container {
    text-align: left;
    justify-content: center;
    align-items: flex-start;
    margin-left: auto;
    margin-right: auto;
  }

  .social-icon {
    width: 17px;
  }

  .genesis-sticker {
    width: 50vw;
  }

  .main-btn {
    margin-right: 10px;
    display: inline-block;
  }

  .menu {
    text-align: center;
    flex-flow: column;
    position: static;
    inset: 1% 0% auto;
  }

  .div-block-4 {
    width: 60vw;
    margin-top: 10px;
    padding-left: 10px;
  }

  .content {
    order: 0;
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .div-block-6 {
    width: 60vw;
  }

  .presave-disclaimer {
    width: 80vw;
    margin-top: 20px;
    margin-bottom: 20px;
    position: static;
    bottom: 7%;
  }

  .youtube {
    width: 90vw;
  }

  .menu-items {
    justify-content: space-around;
    align-items: flex-start;
    width: 90vw;
    margin-top: 20px;
  }
}

@media screen and (max-width: 479px) {
  .section {
    justify-content: center;
    align-items: center;
  }

  .logo {
    width: 73vw;
  }

  .image-2 {
    height: 26px;
  }

  .link-block {
    margin-left: 8px;
    margin-right: 8px;
  }

  .text-block {
    font-size: 1.2rem;
  }

  .disclaimer {
    max-height: none;
  }

  .text-block-2 {
    font-size: .9rem;
  }

  .disclaimerlink {
    font-size: .75rem;
  }

  .caveat {
    line-height: 100%;
  }

  .appleform {
    font-size: 1rem;
  }

  .disclaimer2 {
    max-height: none;
  }

  .sociallinks {
    margin-top: 10px;
    margin-bottom: 0;
  }

  .sociallink {
    margin-left: 5px;
    margin-right: 5px;
  }

  .container {
    align-items: flex-start;
    margin-left: 10px;
    margin-right: 10px;
    display: block;
  }

  .genesis-sticker {
    width: 65vw;
  }

  .main-btn {
    margin-right: 0;
  }

  .buttons {
    text-align: center;
    margin-top: 0;
  }

  .menu {
    flex-flow: column;
  }

  .apple-popup {
    display: none;
  }

  .div-block-4 {
    width: 80vw;
  }

  .content {
    justify-content: flex-end;
    padding-top: 20px;
  }

  .div-block-6 {
    width: 80vw;
    margin-top: 20px;
    margin-bottom: 20px;
  }

  .presave-disclaimer {
    display: none;
  }

  .menu-items {
    justify-content: space-around;
    align-items: flex-start;
    width: 95vw;
    margin-top: 10px;
  }
}


