<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.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;
  }
}

.hero-container {
  margin-left: auto;
  margin-right: auto;
  position: relative;
}

.hero-text {
  text-align: center;
  margin-top: 10px;
  font-size: 31px;
  line-height: 36px;
}

.section {
  z-index: 2;
  color: #fff;
  padding-top: 30px;
  padding-bottom: 30px;
  font-family: Dreja Text, sans-serif;
  display: block;
  position: relative;
}

.section.logo-section {
  z-index: 3;
  position: fixed;
}

.section.section2 {
  padding-bottom: 0;
}

.section.section3 {
  padding-top: 0;
}

.section.closed {
  display: none;
}

.heading {
  color: #fff;
  text-align: center;
}

.background {
  z-index: 1;
  background-image: url('../images/bg.jpg');
  background-position: 50%;
  background-size: cover;
  position: fixed;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.form-container {
  color: #fff;
}

.thanks-apple-container {
  display: none;
}

.thanks-text {
  text-align: center;
  font-size: 20px;
  line-height: 24px;
}

.band-photo {
  padding-top: 50px;
}

.band-logo {
  position: relative;
}

.text-block {
  text-align: center;
  margin-top: 25px;
  margin-bottom: 25px;
  font-size: 20px;
  line-height: 30px;
}

.youtube {
  margin-top: 25px;
  margin-bottom: 25px;
}

.release-container {
  width: 300px;
  margin-top: 25px;
  margin-left: auto;
  margin-right: auto;
}

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

.text-span {
  font-size: 50px;
  line-height: 50px;
}

.container {
  font-size: 16px;
  line-height: 26px;
}

.buttons-container {
  justify-content: space-around;
  align-items: baseline;
  display: flex;
}

.button-spotify {
  background-color: #61d26c;
  border-radius: 10px;
  margin-top: 30px;
  padding-left: 20px;
  padding-right: 20px;
  font-size: 16px;
  line-height: 30px;
}

.button-spotify:hover {
  background-color: #79e483;
}

.button-apple {
  background-color: #e74042;
  border-radius: 10px;
  padding-left: 20px;
  padding-right: 20px;
  font-size: 16px;
  line-height: 30px;
}

.button-apple:hover {
  background-color: #e95355;
}

.text-span-2, .text-span-3 {
  font-family: "Fa Brands 400", sans-serif;
}

.wmg-button.button-spotify {
  margin-top: 0;
}

.text-block-2 {
  padding-bottom: 15px;
  font-size: 16px;
  line-height: 26px;
}

.list-item {
  font-size: 16px;
  line-height: 26px;
}

.thanks-spotify-container {
  text-align: center;
  display: none;
}

.text-span-4 {
  font-family: "Fa Brands 400", sans-serif;
}

.band-logo-abs {
  position: absolute;
}

.text-span-5 {
  font-size: 24px;
}

.text-block-3 {
  text-align: center;
  padding-bottom: 20px;
}

.youtube-embed {
  z-index: 10;
  position: relative;
}

.hero-subtext {
  text-align: center;
  margin-top: 10px;
  font-size: 27px;
  line-height: 36px;
}

@media screen and (max-width: 991px) {
  .hero-subtext {
    font-size: 23px;
  }
}

@media screen and (max-width: 767px) {
  .hero-text {
    margin-bottom: 10px;
    font-size: 24px;
    line-height: 31px;
  }

  .section {
    width: 90%;
    margin-left: auto;
    margin-right: auto;
    padding-top: 0;
    padding-bottom: 0;
  }

  .band-photo {
    padding-top: 40px;
  }

  .text-span {
    font-size: 44px;
  }

  .text-block-3 {
    padding-bottom: 12px;
    font-size: 15px;
    line-height: 23px;
  }

  .list {
    font-size: 14px;
    line-height: 22px;
  }

  .hero-subtext {
    margin-bottom: 10px;
    font-size: 17px;
    line-height: 31px;
  }
}

@media screen and (max-width: 479px) {
  .hero-text {
    font-size: 13px;
    line-height: 21px;
  }

  .band-photo {
    padding-top: 20px;
  }

  .text-span {
    font-size: 26px;
    line-height: 30px;
  }

  .buttons-container {
    flex-wrap: wrap;
  }

  .wmg-button {
    width: 100%;
    text-align: center;
    margin-top: 10px;
  }

  .text-block-3 {
    padding-top: 0;
    font-size: 12px;
    line-height: 18px;
  }

  .list {
    font-size: 12px;
    line-height: 18px;
  }

  .hero-subtext {
    font-size: 13px;
    line-height: 21px;
  }
}


@font-face {
  font-family: 'Fa Brands 400';
  src: url('../fonts/fa-brands-400.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Dreja Text';
  src: url('../fonts/Dreja-Text.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}</pre></body></html>