@font-face {
  font-family: "Fa 400";
  src: url('../fonts/fa-regular-400.woff2') format("woff2"), url('../fonts/fa-regular-400.eot') format("embedded-opentype"), url('../fonts/fa-regular-400.woff') format("woff"), url('../fonts/fa-regular-400.ttf') format("truetype"), url('../fonts/fa-regular-400.svg') format("svg");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Fa solid 900";
  src: url('../fonts/fa-solid-900.woff2') format("woff2"), url('../fonts/fa-solid-900.eot') format("embedded-opentype"), url('../fonts/fa-solid-900.woff') format("woff"), url('../fonts/fa-solid-900.ttf') format("truetype"), url('../fonts/fa-solid-900.svg') format("svg");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Fa brands 400";
  src: url('../fonts/fa-brands-400.woff2') format("woff2"), url('../fonts/fa-brands-400.eot') format("embedded-opentype"), url('../fonts/fa-brands-400.woff') format("woff"), url('../fonts/fa-brands-400.ttf') format("truetype"), url('../fonts/fa-brands-400.svg') format("svg");
  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;
}

:root {
  --white: white;
  --black: black;
}

.w-checkbox {
  margin-bottom: 5px;
  padding-left: 20px;
  display: block;
}

.w-checkbox:before {
  content: " ";
  grid-area: 1 / 1 / 2 / 2;
  display: table;
}

.w-checkbox:after {
  content: " ";
  clear: both;
  grid-area: 1 / 1 / 2 / 2;
  display: table;
}

.w-checkbox-input {
  float: left;
  margin: 4px 0 0 -20px;
  line-height: normal;
}

.w-checkbox-input--inputType-custom {
  border: 1px solid #ccc;
  border-radius: 2px;
  width: 12px;
  height: 12px;
}

.w-checkbox-input--inputType-custom.w--redirected-checked {
  background-color: #3898ec;
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/static/custom-checkbox-checkmark.589d534424.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border-color: #3898ec;
}

.w-checkbox-input--inputType-custom.w--redirected-focus {
  box-shadow: 0 0 3px 1px #3898ec;
}

.body {
  color: #fff;
  background-color: #000;
}

.splash-main {
  justify-content: center;
  align-items: center;
  height: 100vh;
  max-height: 100vh;
  display: flex;
}

.splash-logo {
  width: 420px;
}

.top-section {
  min-height: auto;
}

.nav {
  z-index: 10;
  padding-top: 15px;
  padding-bottom: 15px;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
}

.site-logo-container {
  z-index: 1;
  display: inline-block;
  position: relative;
}

.site-logo {
  width: 450px;
  padding-bottom: 10px;
}

.main-menu-inner-wrapper {
  flex-direction: row;
  justify-content: flex-end;
  align-items: center;
  display: flex;
  position: static;
  inset: 0%;
}

.main-menu {
  justify-content: center;
  align-self: auto;
  align-items: center;
  margin-top: 0;
  margin-bottom: 0;
  padding-left: 0;
  list-style-type: none;
  display: flex;
  position: static;
  left: 50%;
}

.main-menu-li {
  margin-left: 15px;
  margin-right: 0;
  font-size: 14px;
}

.main-menu-link {
  color: #f5f5f5;
  letter-spacing: 1.5px;
  text-transform: uppercase;
  border-bottom: 1px solid #0000;
  padding-bottom: 3px;
  font-family: ff-providence-sans-web-pro, sans-serif;
  font-size: 16px;
  font-weight: 300;
  line-height: 1;
  text-decoration: none;
  transition: border-color .3s ease-in-out;
  display: inline-block;
}

.main-menu-link:hover {
  border-bottom-width: 1px;
  border-bottom-color: #f5f5f5;
}

.main-menu-link:focus {
  border-bottom-color: #f5f5f5;
}

.main-menu-link.w--current {
  border-bottom-color: #0000;
}

.main-menu-link.w--current:hover {
  border-bottom-color: #fff;
}

.social-list {
  flex-flow: row;
  justify-content: space-around;
  align-items: center;
  margin-bottom: 0;
  padding-left: 0;
  display: flex;
}

.social-list.header {
  float: left;
  align-self: flex-end;
  position: static;
  top: 50%;
  left: 15px;
  transform: translate(0, -50%);
}

.social-li {
  margin-bottom: 10px;
  display: inline-block;
}

.social-link {
  color: #f5f5f5;
  border-bottom: 1px #0000;
  padding: 5px;
  font-family: "Fa brands 400", sans-serif;
  font-size: 16px;
  line-height: 1;
  text-decoration: none;
  transition: all .4s;
  display: inline-block;
}

.social-link:hover {
  border-bottom: 1px #f5f5f5cc;
  transform: scale(1.1);
}

.social-link:focus {
  border-bottom-style: none;
}

.main-background-fixed {
  background-image: url('../images/texture-background-2-min.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  width: 100%;
  height: 100%;
  position: fixed;
}

.hero {
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  min-height: 100vh;
  padding-top: 70px;
  padding-bottom: 80px;
  display: flex;
  position: relative;
}

.hero.home {
  justify-content: flex-end;
  align-items: center;
  padding-bottom: 0;
}

.hero-image-wrapper {
  width: 35%;
}

.hero-image {
  width: 100%;
}

.main-menu-container {
  padding-top: 10px;
}

.menu-close-button, .mobile-menu-button {
  display: none;
}

.section {
  z-index: 2;
  padding: 90px 15px;
  position: relative;
}

.section.contact-hide {
  display: block;
}

.section.mailing-list-section {
  background-image: none;
  padding-top: 100px;
}

.section.tour-section {
  display: none;
}

.section.tour-section-seated {
  display: block;
}

.container {
  width: 90%;
  max-width: 1020px;
  margin-left: auto;
  margin-right: auto;
}

.section-title {
  text-align: center;
  letter-spacing: 2px;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 25px;
  font-family: Dreja text, sans-serif;
  font-size: 27px;
  font-weight: 300;
  line-height: 1.2;
}

.section-title.newsletter-title {
  margin-bottom: 15px;
}

.video-lightbox {
  position: relative;
}

.video-item-image {
  width: 100%;
}

.video-item-overlay {
  opacity: .79;
  justify-content: center;
  align-items: center;
  transition: opacity .3s ease-in-out;
  display: flex;
  position: absolute;
  inset: 0%;
}

.video-item-overlay:hover {
  opacity: 1;
}

.video-item-play-icon {
  width: 10%;
}

.video-item-title {
  color: #fff;
  text-align: center;
  letter-spacing: 1px;
  text-transform: uppercase;
  margin-top: 25px;
  font-family: Helveticaneueltstd bdex;
  font-size: 19px;
  line-height: 1.2;
}

.music-item {
  text-align: center;
  flex-direction: column;
  width: 100%;
  max-width: none;
  padding-bottom: 60px;
  padding-left: 15px;
  padding-right: 15px;
  display: block;
  position: relative;
}

.music-item-image {
  width: 100%;
}

.music-item-title {
  color: #fff;
  letter-spacing: .5px;
  text-transform: uppercase;
  margin-top: 20px;
  font-family: Helveticaneueltstd bdex;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.2;
}

.music-item-button {
  color: #fff;
  letter-spacing: 1px;
  text-transform: uppercase;
  background-color: #6085a4;
  border: 2px solid #6085a4;
  padding: 12px 38px 9px;
  font-family: Helveticaneueltstd bdex;
  font-size: 10px;
  font-weight: 400;
  line-height: 1;
  transition: all .3s ease-in-out;
}

.music-item-button:hover {
  background-color: #0000;
}

.newsletter-content {
  max-width: 560px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}

.signup-message {
  color: #fff;
  text-align: center;
  letter-spacing: 1px;
  width: 100%;
  margin-top: 8px;
  font-family: brother-1816;
  font-size: 12px;
  font-weight: 400;
  line-height: 1.3;
  display: none;
  position: static;
  bottom: -30px;
  left: 50%;
}

.signup-message.terms-error, .signup-message.input-error {
  display: none;
}

.signup-message.signup-success {
  color: #fff;
  font-size: 13px;
  display: none;
}

.footer-section {
  z-index: 2;
  border-top: 1px #3a3a3a61;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  padding: 15px;
  display: flex;
  position: relative;
}

.footer-copyright {
  color: #fff;
  text-align: center;
  text-transform: uppercase;
  font-family: Open Sans, sans-serif;
  font-size: 10px;
  line-height: 1.2;
}

.signup-embed-code {
  max-width: none;
  margin-top: 35px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.contact-items {
  text-align: center;
  justify-content: center;
  align-items: center;
  display: flex;
}

.contact-item {
  width: 100%;
}

.contact-copy {
  color: #fff;
  letter-spacing: 1px;
  text-transform: uppercase;
  margin-bottom: 3px;
  font-family: Helveticaneueltstd bdex;
  font-size: 12px;
  line-height: 1.2;
}

.contact-link {
  color: #6085a4;
  letter-spacing: .5px;
  text-transform: uppercase;
  margin-top: 0;
  font-family: Helveticaneueltstd bdex;
  font-size: 12px;
  font-weight: 400;
  line-height: 1.2;
  text-decoration: none;
  display: inline-block;
}

.hero-scroll-icon-embed {
  align-self: center;
  min-width: 45px;
  min-height: 50px;
  position: static;
  bottom: 3%;
}

.link-block {
  position: absolute;
  bottom: 3%;
}

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

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

._404 {
  background-color: #131316;
}

._404-title {
  color: #fff;
  letter-spacing: 1px;
  margin-top: 0;
  margin-bottom: 8px;
  font-family: brother-1816;
  font-size: 25px;
  font-weight: 300;
  line-height: 1.3;
}

._404-copy {
  color: #fff;
  font-size: 16px;
  line-height: 1.3;
}

._404-link {
  color: #fff;
}

.video-slider {
  background-color: #0000;
  height: auto;
}

.video-slider-arrow {
  display: none;
}

.video-slider-mask {
  height: auto;
}

.video-slider-nav {
  height: auto;
  margin-top: 20px;
  margin-bottom: 0;
  position: static;
}

.music-items {
  justify-content: flex-start;
  align-items: stretch;
  display: flex;
}

.music-items-wrapper {
  margin-left: -15px;
  margin-right: -15px;
}

.copyright-link {
  color: #fff;
  text-transform: uppercase;
  border-right: 1px solid #181313;
  margin-left: 0;
  margin-right: 0;
  padding-right: 7px;
  font-family: Open Sans, sans-serif;
  font-size: 10px;
  line-height: 1.2;
  text-decoration: none;
  display: inline-block;
}

.copyright-link.ot-sdk-show-settings.last-copyright-link {
  cursor: pointer;
  border-right-style: none;
}

.copyright-link-list {
  justify-content: center;
  align-items: center;
  margin-top: 0;
  margin-bottom: 0;
  padding-left: 7px;
  line-height: 1.2;
  list-style-type: none;
  display: flex;
}

.copyright-link-li {
  border-right: 1px #fff;
  align-self: auto;
  margin-right: 7px;
  padding-right: 0;
  line-height: .8;
}

.copyright-link-li.last-copyright-link-li {
  margin-right: 0;
}

.music-item-type {
  color: #6085a4;
  margin-top: 3px;
  font-family: Helveticaneueltstd bdex;
  font-size: 15px;
  line-height: 1;
}

.music-item-button-container {
  position: absolute;
  inset: auto 0% 0%;
}

.music-slider {
  background-color: #0000;
  height: auto;
}

.music-slider-arrow {
  display: none;
}

.music-slider-nav {
  margin-top: 20px;
  display: block;
  position: static;
}

.music-slide {
  width: 33.33%;
}

.section-button-container {
  text-align: center;
  margin-top: 30px;
}

.section-button {
  color: #fff;
  letter-spacing: 1px;
  text-transform: uppercase;
  background-color: #6085a4;
  border: 2px solid #6085a4;
  padding: 14px 42px 11px;
  font-family: Helveticaneueltstd bdex;
  font-size: 12px;
  line-height: 1;
  transition: background-color .3s ease-in-out;
}

.section-button:hover {
  background-color: #0000;
}

.hero-background {
  z-index: 1;
  background-image: url('../images/normalize-bg-d.png');
  background-position: 80%;
  background-size: cover;
  position: absolute;
  inset: 0%;
}

.hero-background.home {
  background-color: #000;
  background-image: url('../images/Adobe-Express---file.png');
  background-position: 50%;
  background-attachment: fixed;
  position: fixed;
}

.nav-inner {
  justify-content: space-between;
  align-items: flex-start;
  padding-left: 5%;
  padding-right: 5%;
  display: flex;
}

.socia-list-mobile {
  display: none;
}

.top-container {
  min-height: 100vh;
  display: block;
}

.hero-content-container {
  z-index: 1;
  flex-flow: row;
  justify-content: flex-end;
  align-items: center;
  padding-bottom: 60px;
  padding-left: 0%;
  display: flex;
  position: static;
  inset: 0%;
}

.hero-callout-title {
  color: #e0480d;
  letter-spacing: -.08vw;
  text-transform: capitalize;
  font-family: Dreja text, sans-serif;
  font-size: 2.6vw;
  font-weight: 400;
  line-height: 1;
}

.hero-callout-title.home {
  color: #f5f5f5;
  letter-spacing: .1vw;
  text-transform: capitalize;
  padding-bottom: 8%;
  font-size: 1.4vw;
}

.hero-content-wrapper {
  flex-direction: column;
  justify-content: flex-end;
  align-items: center;
  width: 100%;
  padding-top: 0;
  padding-left: 0;
  display: flex;
}

.button-shadow {
  z-index: 1;
  border: 1px solid #fff;
  width: 100%;
  height: 100%;
  position: absolute;
  bottom: -5px;
  right: -5px;
}

.hero-content-left {
  text-align: center;
  flex-direction: column;
  align-items: center;
  width: 40vw;
  display: flex;
  position: static;
  bottom: 35%;
}

.hero-content-left.home {
  grid-column-gap: 11px;
  grid-row-gap: 11px;
  flex-flow: row;
  align-self: auto;
  align-items: stretch;
  width: 35vw;
  display: none;
}

.hero-button {
  z-index: 2;
  color: #eb5116;
  letter-spacing: 0;
  text-transform: uppercase;
  cursor: pointer;
  background-color: #f5f5f5;
  border: 1px solid #f5f5f5;
  margin-top: 0;
  padding: .8vw 1.8vw;
  font-family: Dreja text, sans-serif;
  font-size: 1.4vw;
  font-weight: 700;
  line-height: 1;
  text-decoration: none;
  transition: all .4s;
  display: inline-block;
  position: relative;
  box-shadow: 3px 4px 10px #0003;
}

.hero-button:hover, .hero-button:focus {
  color: #f5f5f5;
  background-color: #eb5116;
  border-color: #eb5116;
}

.hero-button.home {
  color: #000;
  -webkit-text-stroke-color: #c73218;
  background-color: #f5f5f5;
  width: 100%;
  padding-top: 1.2vw;
  font-family: ff-providence-sans-web-pro, sans-serif;
  font-size: 1.5vw;
  font-weight: 400;
}

.hero-button.home:hover {
  color: #fff;
  -webkit-text-stroke-color: #ff1398;
  background-color: #ff1398;
  border-color: #ff1398;
}

.button-wrapper {
  margin-bottom: 5px;
  display: inline-block;
  position: relative;
}

.button-wrapper.home {
  width: 100%;
  margin-top: 24px;
}

.hero-callout-copy {
  color: #181313;
  text-align: center;
  letter-spacing: .1vw;
  text-transform: none;
  margin-top: 1vw;
  margin-bottom: 1vw;
  font-family: Bitter, serif;
  font-size: 1.4vw;
  font-weight: 300;
  line-height: 1.3;
}

.hero-callout-copy.home {
  display: none;
}

.hero-packshot-wrapper {
  border: 1px #ffffff70;
  width: 60%;
  display: none;
}

.newsletter-subtitle {
  text-align: center;
  letter-spacing: 1px;
  text-transform: none;
  margin-top: -10px;
  margin-bottom: 15px;
  font-family: Bitter, serif;
  font-size: 16px;
  font-weight: 300;
  line-height: 1.3;
}

.tour-date {
  color: #181313cc;
  letter-spacing: 1px;
  text-transform: uppercase;
  margin-bottom: 5px;
  padding-right: 10px;
  font-family: brother-1816;
  font-size: 13px;
  font-weight: 300;
  line-height: 1.3;
}

.show-all-dates-wrapper {
  text-align: center;
  width: 100%;
  margin-top: 35px;
}

.tour-dates {
  flex-wrap: wrap;
  display: flex;
}

.tour-button {
  color: #181313;
  letter-spacing: 0;
  text-transform: uppercase;
  cursor: pointer;
  background-color: #f5f5f5;
  border: 1px solid #181313;
  margin-bottom: 5px;
  margin-left: 0;
  margin-right: 5px;
  padding: 7px 15px;
  font-family: Dreja text, sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.3;
  text-decoration: none;
  transition: all .4s ease-in-out;
  display: inline-block;
}

.tour-button:hover, .tour-button:focus {
  color: #f5f5f5;
  background-color: #c73218;
  border-color: #c73218;
}

.tour_city_wrap {
  flex: 1;
}

.no-dates-copy {
  color: #181313;
  text-align: center;
  letter-spacing: 1px;
  text-transform: none;
  width: 100%;
  margin-top: 0;
  margin-bottom: 90px;
  font-family: Bitter, serif;
  font-size: 16px;
  font-weight: 300;
  line-height: 1.3;
}

.tour_date_wrap {
  width: 20%;
}

.tour-venue {
  color: #181313cc;
  letter-spacing: 1px;
  text-transform: uppercase;
  margin-bottom: 10px;
  font-family: Bitter, serif;
  font-size: 13px;
  font-weight: 300;
  line-height: 1.3;
}

.tour_venue_wrap {
  flex: 0 auto;
  width: 60%;
}

.tour-city {
  color: #181313;
  letter-spacing: 1px;
  margin-bottom: 5px;
  font-family: Dreja text, sans-serif;
  font-size: 22px;
  font-weight: 700;
  line-height: 1.3;
}

.button {
  color: #181313;
  letter-spacing: 1px;
  text-transform: uppercase;
  background-color: #f5f5f5;
  border: 1px solid #181313;
  border-radius: 0;
  margin-top: 20px;
  padding: 13px 20px;
  font-family: Dreja text, sans-serif;
  font-size: 14px;
  font-weight: 700;
  line-height: 1;
  text-decoration: none;
  transition: all .4s ease-in-out;
  display: inline-block;
}

.button:hover, .button:focus {
  color: #f5f5f5;
  background-color: #c73218;
  border-color: #c73218;
}

.button.splash-button {
  margin-top: 0;
}

.button.splash-button.splash-button-presave {
  border-color: #f5f5f5;
  margin-right: 10px;
  transition-duration: .35s;
}

.button.splash-button.splash-button-presave:hover, .button.splash-button.splash-button-presave:focus {
  color: #f5f5f5;
  border-color: #eb5116;
}

.button.splash-button.enter-site {
  color: #f5f5f5cc;
  background-color: #f5f5f533;
  border-color: #f5f5f54d;
}

.button.splash-button.enter-site:hover {
  color: #f5f5f5;
  background-color: #0000;
  border-color: #f5f5f5cc;
}

.button.splash-button.enter-site:focus {
  color: #f5f5f5;
  background-color: #0000;
  border-color: #f5f5f5;
}

.tour_main_wrap {
  flex: 1;
  align-items: center;
  margin-bottom: 0;
  padding-top: 0;
  display: block;
}

.tour_location_wrap {
  flex: 1;
  align-items: stretch;
  width: 50%;
  display: flex;
}

.tour_ticket_wrap {
  justify-content: flex-end;
  align-self: flex-start;
  align-items: stretch;
  width: 100%;
  display: block;
}

.tour-row {
  border-style: none;
  border-bottom-width: 1px;
  border-bottom-color: #2f2f2f;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 33.33%;
  margin-bottom: 30px;
  padding-top: 0;
  padding-right: 20px;
  display: flex;
}

.main-wrapper {
  background-image: none;
  background-repeat: repeat;
  background-size: auto;
  display: block;
  position: relative;
}

.top-bar {
  justify-content: center;
  align-items: center;
  padding-top: 11px;
  padding-bottom: 11px;
  display: none;
}

.top-bar-callout {
  color: #fff;
  text-align: center;
  letter-spacing: .5px;
  text-transform: uppercase;
  font-family: brother-1816;
  font-size: 12px;
  line-height: 1.3;
  display: inline-block;
}

.top-bar-button {
  color: #fff;
  text-transform: uppercase;
  background-color: #c62f28;
  border: 2px solid #c62f28;
  margin-left: 10px;
  padding: 5px 11px;
  font-family: brother-1816;
  font-size: 10px;
  font-weight: 400;
  line-height: 1;
  text-decoration: none;
  transition: background-color .3s ease-in-out;
}

.top-bar-button:hover {
  background-color: #0000;
}

.page-body {
  background-color: #191011;
}

.page-content {
  min-height: 84vh;
  padding: 90px 15px;
}

.resources {
  margin-top: 60px;
}

.resource-item {
  text-align: center;
  margin-bottom: 25px;
}

.resource-title {
  color: #fff;
  letter-spacing: 1px;
  margin-top: 0;
  margin-bottom: 5px;
  font-family: brother-1816;
  font-size: 20px;
  font-style: italic;
  font-weight: 400;
  line-height: 1.2;
}

.resource-link {
  color: #926f54;
  font-family: brother-1816;
  font-size: 17px;
  font-weight: 400;
  line-height: 1;
  transition: color .3s ease-in-out;
}

.resource-link:hover {
  color: #fff;
}

.single-page-nav {
  justify-content: space-between;
  padding: 20px;
  display: flex;
}

.page-nav-home-link-image {
  width: 100%;
  max-width: 300px;
}

.page-title {
  color: #fff;
  text-align: center;
  letter-spacing: 2px;
  text-transform: uppercase;
  border-bottom: 1px solid #fff;
  margin-top: 0;
  padding-bottom: 8px;
  font-family: brother-1816;
  font-size: 25px;
  font-weight: 300;
  line-height: 1.2;
}

.image {
  border: 1px #ffffff73;
  width: 100%;
  box-shadow: 6px 8px 10px #0003;
}

.splash-overlay {
  z-index: 10;
  background-color: #f5f5f5;
  background-image: linear-gradient(#b14100, #ff5906cc);
  display: none;
  position: fixed;
  inset: 0%;
}

.splash-overlay-inner {
  justify-content: center;
  align-items: center;
  width: 100%;
  min-height: 100vh;
  max-height: 100vh;
  padding-left: 15px;
  padding-right: 15px;
  display: flex;
  overflow: scroll;
}

.splash-overlay-content {
  width: 100%;
  max-width: 780px;
  display: flex;
}

.splash-packshot-wrapper {
  width: 48%;
}

.splash-image {
  padding-top: 100%;
  position: relative;
}

.splash-img {
  border: 1px solid #ffffff73;
  width: 100%;
  position: absolute;
  inset: 0%;
}

.splash-content-wrapper {
  background-color: #f5f5f533;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  width: 52%;
  padding-left: 35px;
  padding-right: 35px;
  display: flex;
}

.splash-callout-title {
  color: #f5f5f5;
  text-align: center;
  letter-spacing: 1px;
  text-transform: capitalize;
  margin-top: 0;
  margin-bottom: 0;
  padding-right: 20px;
  font-family: Dreja text, sans-serif;
  font-size: 36px;
  font-weight: 300;
  line-height: 1.1;
}

.splash-title-span {
  display: block;
}

.splash-release-date {
  color: #f5f5f5e6;
  text-align: center;
  letter-spacing: 1.5px;
  text-transform: none;
  margin-top: 20px;
  margin-bottom: 20px;
  font-family: Bitter, serif;
  font-size: 20px;
  font-weight: 300;
  line-height: 1.2;
}

.splash-button-container {
  justify-content: center;
  width: 100%;
  display: flex;
}

.splash-logo-main {
  width: 150px;
  position: absolute;
  top: 3vw;
  left: 50%;
  transform: translate(-50%);
}

.mailing-list-details-dob-flex {
  flex-wrap: wrap;
  display: flex;
}

.mailing-list-details-modal-title {
  color: #fff;
  text-align: center;
  margin-top: 0;
  font-family: Dreja text, sans-serif;
  font-size: 25px;
  font-weight: 300;
  line-height: 1.2;
}

.mailing-list-details-modal {
  z-index: 101;
  background-color: #000000d9;
  display: none;
  position: fixed;
  inset: 0%;
  overflow: scroll;
}

.assistive-text-2 {
  width: 1px;
  height: 1px;
  position: absolute;
  top: -10px;
  overflow: hidden;
}

.mailing-list-details-day-wrapper {
  width: 50%;
  padding-left: 10px;
}

.mailing-list-details-subtitle {
  color: #fff;
  text-align: center;
  margin-bottom: 15px;
  font-family: Montserrat, sans-serif;
  font-size: 14px;
  line-height: 1.2;
}

.mailing-list-details-form-label {
  color: #fff;
  font-family: brother-1816;
  font-weight: 400;
  line-height: 1.3;
}

.mailing-list-details {
  width: 100%;
  max-width: 500px;
}

.mailing-list-details-input {
  color: #000;
  border-radius: 0;
  font-family: brother-1816;
  font-size: 16px;
  line-height: 1;
}

.mailing-list-details-modal-close {
  background-color: #0000;
  background-image: url('../images/close-icon-white.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 32px;
  width: 35px;
  height: 35px;
  position: absolute;
  inset: 15px 15px auto auto;
}

.main-signup-message {
  color: #fff;
  text-align: center;
  margin-top: 7px;
  font-family: brother-1816;
  font-size: 13px;
  line-height: 1.3;
  display: none;
}

.main-signup-message.main-signup-success {
  color: #f5f5f5;
  font-family: brother-1816;
  font-size: 18px;
  font-weight: 400;
  display: none;
}

.mailing-list-details-button-container {
  text-align: center;
  margin-top: 15px;
}

.mailing-list-details-modal-inner {
  justify-content: center;
  align-items: center;
  min-height: 100%;
  padding: 60px 15px;
  display: flex;
}

.mailing-list-details-month-wrapper {
  width: 50%;
  padding-right: 10px;
}

.mailing-list-details-button {
  color: #f5f5f5;
  text-transform: uppercase;
  background-color: #0000;
  border: 1px solid #f5f5f5;
  padding: 12px 25px;
  font-family: Dreja text, sans-serif;
  font-size: 18px;
  line-height: 1;
  transition: background-color .3s ease-in-out, background-color .3s ease-in-out;
}

.mailing-list-details-button:hover, .mailing-list-details-button:focus {
  background-color: #eb5116;
  border-color: #eb5116;
}

.main-signup-input-container {
  align-items: flex-start;
  display: flex;
}

.main-signup-input {
  color: #fff;
  text-transform: none;
  background-color: #0000;
  border: 1px solid #ffffffe6;
  border-radius: 0;
  height: auto;
  padding-top: 6px;
  padding-bottom: 6px;
  padding-left: 12px;
  font-family: brother-1816;
  font-size: 16px;
  line-height: 1;
}

.main-signup-input::placeholder {
  color: #ffffff80;
  text-transform: lowercase;
  font-family: Montserrat, sans-serif;
  font-size: 14px;
  font-weight: 300;
}

.signup-main-button {
  color: #181313;
  text-align: center;
  text-transform: uppercase;
  background-color: #f5f5f5;
  border: 1px solid #ffffffe6;
  width: 130px;
  margin-left: 0;
  padding-top: 10px;
  padding-bottom: 7px;
  padding-left: 15px;
  font-family: ff-providence-sans-web-pro, sans-serif;
  font-size: 14px;
  font-weight: 700;
  line-height: 1;
  transition: all .4s;
}

.signup-main-button:hover {
  color: #f5f5f5;
  background-color: #ff1398;
  border-color: #ff1398;
}

.signup-main-button:focus {
  color: #f5f5f5;
  background-color: #c73218;
  border-color: #c73218;
}

.main-signup-terms-copy {
  color: #ffffffbf;
  font-family: brother-1816;
  font-size: 14px;
  font-weight: 300;
  line-height: 1.3;
}

.main-signup-terms-link {
  color: #ffffffbf;
}

.signup-details-select {
  color: #000;
  background-color: #fff;
  border-radius: 0;
  height: auto;
  padding-top: 6px;
  padding-bottom: 6px;
  font-family: brother-1816;
  font-size: 16px;
}

.error-page-copy {
  color: #fff;
  font-family: brother-1816;
  font-size: 16px;
  font-weight: 300;
  line-height: 1.2;
}

.error-page-link {
  color: #fff;
}

.background-video {
  height: 100vh;
  display: none;
}

.text-span {
  color: #f5f5f5cc;
  padding-top: 10px;
  font-size: 17px;
  display: inline-block;
}

.text-span-2 {
  text-transform: capitalize;
}

.text-span-3 {
  font-size: 1vw;
}

.link-block-2 {
  mix-blend-mode: normal;
}

.merch-container {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 90%;
  max-width: 1020px;
  margin-top: 40px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.section-title-2 {
  text-align: center;
  letter-spacing: 2px;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 25px;
  font-family: Dreja text, sans-serif;
  font-size: 27px;
  font-weight: 300;
  line-height: 1.2;
}

.merch-subtitle {
  text-align: center;
  letter-spacing: 1px;
  text-transform: none;
  max-width: 520px;
  margin-top: -10px;
  margin-bottom: 15px;
  font-family: Bitter, serif;
  font-size: 16px;
  font-weight: 300;
  line-height: 1.4;
}

.text-span-4 {
  text-transform: uppercase;
  padding-top: 8px;
  font-size: 15px;
  font-weight: 400;
  display: inline-block;
}

.newsletter-content-2 {
  justify-content: center;
  max-width: 560px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  position: relative;
}

.merch-newsletter-button {
  text-align: center;
  text-transform: uppercase;
  background-color: #926f54;
  border: 2px solid #926f54;
  width: 130px;
  margin-left: 10px;
  padding-top: 11px;
  padding-bottom: 11px;
  padding-left: 15px;
  font-family: brother-1816;
  font-size: 12px;
  font-weight: 700;
  line-height: 1;
  transition: background-color .3s ease-in-out;
}

.merch-newsletter-button:hover {
  background-color: #0000;
}

.merch-signup-button {
  color: #181313;
  text-align: center;
  text-transform: uppercase;
  background-color: #f5f5f5;
  border: 1px solid #ffffffe6;
  margin-left: 0;
  padding-top: 11px;
  padding-bottom: 11px;
  padding-left: 15px;
  font-family: ff-providence-sans-web-pro, sans-serif;
  font-size: 14px;
  font-weight: 700;
  line-height: 1;
  transition: all .4s;
}

.merch-signup-button:hover {
  color: #f5f5f5;
  background-color: #ff1398;
  border-color: #ff1398;
}

.merch-signup-button:focus {
  color: #f5f5f5;
  background-color: #c73218;
  border-color: #c73218;
}

.mobile-menu-button-splash {
  display: none;
}

.social-link-copy {
  color: #f5f5f5;
  border-bottom: 1px solid #0000;
  padding: 5px;
  font-family: "Fa brands 400", sans-serif;
  font-size: 16px;
  line-height: 1;
  text-decoration: none;
  transition: border .4s, color .3s ease-in-out;
  display: inline-block;
}

.social-link-copy:hover {
  border-bottom: 1px solid #f5f5f5cc;
}

.social-link-copy:focus {
  color: #eb5116;
}

.wrapper {
  z-index: 10;
  width: 90%;
  max-width: 1400px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}

.wrapper.her-wrapper {
  mix-blend-mode: difference;
  max-width: none;
}

.body-2 {
  background-color: #f5f5f5;
}

.button-container {
  flex-direction: column;
  justify-content: space-around;
  width: 100%;
  max-width: 100%;
  margin-top: 20px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.wmg-button {
  color: #fff;
  text-transform: uppercase;
  background-color: #5c84cb;
  border: 2px #5c84cb;
  border-radius: 5px;
  width: 100%;
  margin-top: 0;
  margin-bottom: 10px;
  padding: 17px 25px;
  font-family: Montserrat, sans-serif;
  font-size: 14px;
  font-weight: 500;
  line-height: 1.2px;
  transition: background-color .425s ease-in-out;
}

.wmg-button:hover {
  background-color: #7194d3;
}

.wmg-button.spotifygreen {
  background-color: #46c55d;
  border-color: #46c55d;
  padding-left: 10px;
  padding-right: 10px;
  font-size: 14px;
}

.wmg-button.spotifygreen:hover {
  background-color: #71cc81;
  border-color: #71cc81;
}

.icon {
  margin-right: 8px;
  font-family: "Fa brands 400", sans-serif;
  font-size: 20px;
}

.appleicon {
  margin-right: 8px;
  font-family: "Fa brands 400", sans-serif;
  font-size: 23px;
}

.contest-container {
  color: #fff;
  text-align: center;
  background-image: url('../images/bg.jpg');
  background-position: 50%;
  background-size: cover;
  font-family: Dreja text, sans-serif;
  font-size: 30px;
  line-height: 34px;
}

.contest-banner {
  width: 100%;
  margin-top: 20px;
  margin-bottom: 20px;
  text-decoration: none;
}

.text-block {
  padding: 20px;
}

.concert {
  background-color: #fffce2;
}

.hero-content-right {
  text-align: center;
  flex-direction: column;
  align-items: center;
  width: 40vw;
  display: flex;
  position: static;
  bottom: 35%;
}

.hero-content-right.home {
  grid-column-gap: 11px;
  grid-row-gap: 11px;
  flex-direction: row;
  align-self: stretch;
  align-items: stretch;
  width: 35vw;
}

.peachblock {
  z-index: 2;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 20vw;
  display: flex;
  position: absolute;
  inset: 150px auto auto 5%;
}

.peach {
  width: 40%;
  position: absolute;
  inset: 15% 0% 0% 30%;
}

.shootingstar {
  z-index: 1;
  opacity: 1;
  width: 60vw;
  position: fixed;
  inset: auto 0% 5% auto;
}

.image-2 {
  width: 100%;
}

.paragraph {
  text-transform: uppercase;
  margin-bottom: 0;
  font-family: Dreja text, sans-serif;
  font-size: 24px;
  line-height: 1.1;
}

.italic-text {
  vertical-align: baseline;
  padding-top: 8px;
  font-family: ff-providence-sans-web-pro, sans-serif;
  font-size: 36px;
  font-style: italic;
  line-height: 1.3;
  display: block;
}

.unicornblock {
  z-index: 2;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 80vw;
  max-width: 100vh;
  display: flex;
  position: absolute;
  inset: 140px auto auto;
}

.bottlediv {
  width: 15%;
  position: absolute;
  inset: 120px auto auto 5%;
}

.image-3, .image-4, .image-5, .image-6, .image-7 {
  width: 100%;
}

.stardiv {
  z-index: -1;
  opacity: .45;
  filter: sepia() hue-rotate(241deg);
  width: 15vw;
  position: absolute;
  inset: auto 5% 220px auto;
}

.paragraph-2 {
  text-wrap: balance;
  margin-bottom: 30px;
  font-family: Dreja text, sans-serif;
}

html.w-mod-js [data-ix="herofadein"] {
  opacity: 0;
}

@media screen and (min-width: 1440px) {
  .body {
    background-color: #e7ded8;
  }

  .splash-logo {
    width: 500px;
  }

  .nav {
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .site-logo {
    width: 380px;
  }

  .main-menu-link {
    font-size: 18px;
  }

  .social-li {
    font-size: 16px;
  }

  .social-link {
    font-size: 18px;
  }

  .main-menu-container {
    top: 25px;
  }

  .hero-background.home {
    background-position: 100% 57%;
    background-attachment: fixed;
  }

  .social-list-desktop {
    top: 20vh;
  }

  .hero-callout-title.home {
    color: #f5f5f5;
    margin-bottom: 7%;
    padding-bottom: 0%;
    font-size: 24px;
  }

  .hero-content-wrapper {
    padding-bottom: 0%;
  }

  .hero-content-left {
    width: 500px;
  }

  .hero-content-left.home {
    width: 400px;
  }

  .hero-button {
    padding: .7vw 1.6vw;
    font-size: .7vw;
  }

  .hero-button.home {
    padding: 12px 30px;
    font-size: 18px;
  }

  .hero-callout-copy {
    text-align: center;
    margin-top: .6vw;
    margin-bottom: .8vw;
    font-size: 24px;
  }

  .hero-callout-copy.home {
    display: none;
  }

  .hero-packshot-wrapper {
    width: 100%;
  }

  .button.splash-button {
    font-size: 15px;
  }

  .splash-overlay {
    z-index: 10;
    position: fixed;
    inset: 0%;
  }

  .splash-overlay-inner {
    justify-content: center;
    align-items: center;
    width: 100%;
    min-height: 100vh;
    display: flex;
  }

  .splash-overlay-content {
    width: 100%;
    max-width: 830px;
  }

  .splash-content-wrapper {
    padding-left: 48px;
  }

  .splash-callout-title {
    font-size: 35px;
  }

  .splash-release-date {
    margin-bottom: 17px;
    font-size: 18px;
  }

  .social-link-copy {
    font-size: 18px;
  }

  .wmg-button {
    padding-top: 20px;
    padding-bottom: 20px;
    font-family: Montserrat, sans-serif;
    font-size: 18px;
  }

  .wmg-button.spotifygreen {
    background-color: #46c55d;
    border-color: #46c55d;
    font-size: 18px;
  }

  .icon {
    font-size: 25px;
  }

  .appleicon {
    margin-right: 8px;
    font-size: 27px;
  }

  .contest-container {
    background-image: url('../images/bg.jpg');
    background-position: 0 0;
    background-size: auto;
  }

  .contest-banner {
    height: 100%;
    text-decoration: none;
  }

  .text-block {
    color: #fff;
    text-align: center;
    padding: 14px;
    font-family: Dreja text, sans-serif;
    font-size: 30px;
    line-height: 40px;
    text-decoration: none;
  }

  .hero-content-right {
    width: 500px;
  }

  .hero-content-right.home {
    width: 400px;
  }
}

@media screen and (max-width: 991px) {
  .splash-logo {
    width: 55%;
  }

  .nav {
    justify-content: space-between;
    align-items: center;
  }

  .site-logo {
    width: 450px;
  }

  .main-menu-inner-wrapper {
    background-color: #000;
    background-image: url('../images/Adobe-Express---file.png');
    background-position: 50%;
    background-size: cover;
    background-attachment: fixed;
    flex-direction: column;
    justify-content: center;
    width: 100%;
    height: 100%;
    display: flex;
    position: static;
  }

  .main-menu {
    flex-direction: column;
    position: static;
    transform: none;
  }

  .main-menu-li {
    margin: 10px 0;
  }

  .main-menu-link {
    color: #fff;
    font-size: 18px;
    font-weight: 300;
  }

  .main-menu-link.w--current {
    color: #fff;
  }

  .social-list.header {
    align-self: center;
  }

  .social-link {
    padding-left: 10px;
    padding-right: 10px;
    font-size: 18px;
  }

  .hero-image-wrapper {
    width: 50%;
  }

  .main-menu-container {
    z-index: 30;
    width: 100%;
    height: 100%;
    display: none;
    position: fixed;
    inset: 0%;
  }

  .menu-close-button {
    filter: invert(80%);
    background-color: #0000;
    background-image: url('../images/close-icon-white.png');
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: 28px;
    width: 40px;
    height: 40px;
    padding: 0;
    display: block;
    position: absolute;
    inset: 16px 20px auto auto;
  }

  .mobile-menu-button {
    background-color: #0000;
    background-image: url('../images/menu-thin-white.svg');
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: 24px;
    width: 40px;
    height: 40px;
    padding: 0;
    display: block;
  }

  .section {
    padding-top: 70px;
    padding-bottom: 70px;
  }

  .container {
    max-width: 90%;
  }

  .section-title {
    font-size: 24px;
  }

  .video-item-title {
    font-size: 17px;
  }

  .music-item-title {
    font-size: 15px;
  }

  .newsletter-content {
    max-width: none;
  }

  .footer-section {
    flex-direction: column;
  }

  .copyright-link-list {
    flex-wrap: wrap;
    margin-top: 5px;
  }

  .music-slider-nav {
    margin-top: 20px;
    display: block;
    position: static;
  }

  .music-slide {
    width: 50%;
  }

  .hero-background {
    background-position: 82%;
  }

  .hero-background.home {
    background-position: 100%;
    background-attachment: scroll;
  }

  .nav-inner {
    justify-content: space-between;
    width: 100%;
    padding-left: 15px;
    padding-right: 15px;
  }

  .socia-list-mobile {
    display: block;
  }

  .hero-content-container {
    padding-left: 0%;
  }

  .hero-callout-title {
    font-size: 3vw;
  }

  .hero-callout-title.home {
    padding-bottom: 5%;
    font-size: 2.3vw;
    line-height: 1.2;
  }

  .hero-content-wrapper {
    justify-content: flex-end;
  }

  .hero-content-left {
    width: 47vw;
    bottom: 30%;
    left: 7vw;
  }

  .hero-content-left.home {
    width: 35vw;
  }

  .hero-button {
    padding: 1.2vw 3vw;
    font-size: 1.4vw;
  }

  .hero-button.home {
    padding: 8px 40px;
    font-size: 18px;
  }

  .hero-callout-copy {
    margin-top: 1vw;
    margin-bottom: 1vw;
    font-size: 2vw;
    line-height: 1.4;
  }

  .hero-callout-copy.home {
    font-size: 1.5vw;
  }

  .hero-packshot-wrapper {
    width: 40%;
  }

  .tour-city {
    font-size: 21px;
  }

  .button.splash-button {
    padding-left: 17px;
    padding-right: 17px;
    font-size: 11px;
  }

  .button.splash-button.splash-button-presave {
    transition-duration: .4s;
  }

  .button.splash-button.splash-button-presave:hover, .button.splash-button.splash-button-presave:focus {
    border-color: #eb5116;
  }

  .tour-row {
    padding-right: 15px;
  }

  .main-wrapper {
    background-position: 100% 94%;
    background-size: 1100px;
  }

  .top-bar {
    padding-top: 9px;
    padding-bottom: 9px;
  }

  .top-bar-callout {
    font-size: 12px;
  }

  .top-bar-button {
    padding: 6px 9px;
  }

  .single-page-nav {
    justify-content: center;
  }

  .single-page-social-links {
    display: none;
  }

  .page-title {
    font-size: 22px;
  }

  .splash-overlay-content {
    max-width: 650px;
  }

  .splash-callout-title {
    text-align: center;
    font-size: 27px;
  }

  .splash-release-date {
    text-align: center;
    font-size: 18px;
  }

  .splash-button-container {
    justify-content: center;
    width: 100%;
    display: flex;
  }

  .splash-logo-main {
    width: 150px;
  }

  .assistive-text {
    width: 1px;
    height: 1px;
    position: absolute;
    top: -10px;
    overflow: hidden;
  }

  .main-signup-input {
    background-color: #00000080;
  }

  .main-signup-terms-copy {
    font-size: 14px;
  }

  .merch-container {
    max-width: 90%;
  }

  .section-title-2 {
    font-size: 24px;
  }

  .merch-subtitle {
    line-height: 1.3;
  }

  .mobile-menu-button-splash {
    background-color: #0000;
    background-image: url('../images/menu-thin-white.svg');
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: 24px;
    width: 40px;
    height: 40px;
    padding: 0;
    display: block;
  }

  .social-link-copy {
    padding-left: 7px;
    padding-right: 7px;
    font-size: 18px;
  }

  .button-container {
    max-width: 640px;
  }

  .wmg-button {
    margin-top: 0;
    margin-bottom: 15px;
    font-weight: 500;
  }

  .wmg-button.spotifygreen {
    font-weight: 500;
  }

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

  .contest-banner {
    width: 80%;
    margin-left: auto;
    margin-right: auto;
    display: block;
  }

  .text-block {
    padding: 15px;
  }

  .hero-content-right {
    width: 47vw;
    bottom: 30%;
    left: 7vw;
  }

  .hero-content-right.home {
    width: auto;
  }

  .peachblock {
    width: 30vw;
    top: 100px;
  }

  .shootingstar {
    width: 80vw;
  }

  .paragraph {
    line-height: 1;
  }

  .unicornblock {
    width: 100vw;
    top: 140px;
  }

  .bottlediv {
    z-index: -1;
    width: 25vw;
    left: 2%;
  }

  .stardiv {
    width: 35vw;
  }
}

@media screen and (max-width: 767px) {
  .site-logo {
    width: 350px;
  }

  .social-list.header {
    display: none;
  }

  .hero.home {
    justify-content: flex-end;
    min-height: 100vh;
    padding-top: 80px;
    padding-bottom: 5vw;
  }

  .hero-image-wrapper {
    width: 70%;
  }

  .section.tour-section, .section.tour-section-seated {
    background-size: cover;
  }

  .section-title {
    margin-bottom: 20px;
    font-size: 21px;
  }

  .video-item-play-icon {
    width: 14%;
  }

  .video-item-title {
    margin-top: 15px;
    font-size: 15px;
  }

  .music-item-title {
    font-size: 18px;
  }

  .contact-copy {
    font-size: 12px;
  }

  .contact-link {
    font-size: 11px;
  }

  ._404-title {
    font-size: 23px;
  }

  ._404-copy {
    font-size: 15px;
  }

  .music-item-type {
    font-size: 17px;
  }

  .music-slide {
    width: 100%;
  }

  .hero-background {
    background-image: url('../images/white-mobile-bg.png');
    background-size: contain;
    display: none;
  }

  .hero-background.home {
    display: block;
  }

  .hero-content-container {
    width: 100%;
    padding-bottom: 0;
  }

  .hero-content-container.presave {
    justify-content: center;
  }

  .hero-callout-title {
    color: #181313;
    font-size: 4.5vw;
  }

  .hero-callout-title.home {
    font-size: 15px;
  }

  .hero-content-wrapper {
    text-align: center;
    align-items: stretch;
    margin-top: 0;
  }

  .hero-content-wrapper.presave {
    width: 90%;
    max-width: 500px;
  }

  .hero-content-left {
    align-items: flex-start;
    width: 100%;
    position: static;
    bottom: 10%;
    left: 50%;
  }

  .hero-content-left.presave {
    justify-content: center;
    align-items: center;
  }

  .hero-content-left.home {
    flex-direction: row;
    align-items: flex-end;
    width: 400px;
  }

  .hero-button {
    margin-top: 0;
    padding: 2vw 3.5vw;
    font-size: 16px;
  }

  .hero-button.home {
    width: 100%;
    padding: 1.4vw 2.7vw;
    font-size: 14px;
  }

  .button-wrapper.home {
    margin-bottom: 20px;
  }

  .hero-callout-copy {
    margin-top: 1.7vw;
    margin-bottom: 2.2vw;
    font-size: 14px;
    line-height: 1.2;
  }

  .hero-callout-copy.home {
    font-size: 14px;
  }

  .hero-packshot-wrapper {
    width: 200px;
  }

  .hero-packshot-wrapper.presave {
    width: 90%;
    max-width: 500px;
  }

  .tour-date {
    padding-right: 0;
  }

  .tour-button {
    padding: 7px 12px;
  }

  .tour_date_wrap {
    width: 40%;
  }

  .tour_venue_wrap {
    width: 100%;
  }

  .tour-city {
    font-size: 19px;
  }

  .button.splash-button {
    font-size: 13px;
  }

  .tour_main_wrap {
    align-items: flex-start;
    padding-top: 0;
  }

  .tour_location_wrap {
    flex-direction: column;
  }

  .tour-row {
    width: 50%;
  }

  .main-wrapper {
    background-position: 100% 95%;
    background-size: 900px;
  }

  .page-content {
    padding-top: 70px;
    padding-bottom: 70px;
  }

  .resources {
    margin-top: 45px;
  }

  .resource-title {
    font-size: 17px;
  }

  .resource-link {
    font-size: 16px;
  }

  .single-page-nav {
    padding-top: 30px;
    padding-bottom: 30px;
  }

  .splash-overlay-inner {
    min-height: auto;
    padding-top: 80px;
    padding-bottom: 100px;
    display: block;
  }

  .splash-overlay-content {
    flex-direction: column;
    align-items: center;
    max-width: 450px;
    margin-left: auto;
    margin-right: auto;
  }

  .splash-packshot-wrapper {
    width: 80%;
  }

  .splash-content-wrapper {
    text-align: center;
    justify-content: center;
    align-items: center;
    width: 80%;
    margin-top: 0;
    padding: 15px 0 20px;
  }

  .splash-callout-title {
    font-size: 36px;
  }

  .splash-release-date {
    margin-top: 20px;
    margin-bottom: 20px;
    padding-left: 5%;
    padding-right: 5%;
    font-family: Bitter, serif;
    font-size: 18px;
  }

  .splash-logo-main {
    width: 120px;
    top: 30px;
  }

  .text-span-2 {
    display: inline-block;
  }

  .section-title-2 {
    margin-bottom: 20px;
    font-size: 21px;
  }

  .wrapper {
    justify-content: flex-start;
    align-items: center;
    display: flex;
  }

  .wrapper.presave {
    justify-content: center;
  }

  .button-container {
    flex-flow: column wrap;
    justify-content: center;
    align-items: center;
    margin-top: 5px;
  }

  .wmg-button {
    width: 100%;
    margin-top: 0;
  }

  .contest-container {
    font-size: 20px;
  }

  .text-block {
    line-height: 27px;
  }

  .hero-content-right {
    align-items: flex-start;
    width: 100%;
    position: static;
    bottom: 10%;
    left: 50%;
  }

  .hero-content-right.presave {
    justify-content: center;
    align-items: center;
  }

  .hero-content-right.home {
    width: auto;
  }

  .peachblock {
    width: 25vw;
    top: 100px;
  }

  .unicornblock {
    width: 100vw;
    top: 140px;
  }
}

@media screen and (max-width: 479px) {
  .splash-logo {
    width: 80%;
  }

  .nav {
    padding-top: 3vw;
  }

  .site-logo-container {
    padding-right: 10px;
  }

  .site-logo {
    width: 250px;
    padding-top: 5px;
  }

  .social-link {
    padding-left: 5px;
    padding-right: 5px;
  }

  .hero.home {
    justify-content: flex-end;
    padding-top: 0;
    padding-bottom: 5vw;
  }

  .hero-image-wrapper {
    width: 75%;
  }

  .main-menu-container {
    z-index: 100;
    left: 0%;
  }

  .mobile-menu-button {
    filter: none;
  }

  .section {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .container {
    max-width: 100%;
  }

  .section-title {
    font-size: 20px;
  }

  .video-item-title {
    font-size: 14px;
  }

  .music-item {
    width: 100%;
    max-width: none;
  }

  .music-item-title {
    font-size: 15px;
  }

  ._404-title {
    font-size: 21px;
    line-height: 1.1;
  }

  .music-items {
    flex-wrap: wrap;
    margin-bottom: -35px;
  }

  .copyright-link {
    border-right-style: none;
    padding-right: 0;
  }

  .copyright-link-list {
    flex-flow: wrap;
    padding-left: 0;
  }

  .copyright-link-li {
    margin-bottom: 4px;
    margin-right: 0;
    padding-right: 7px;
  }

  .copyright-link-li.last-copyright-link-li {
    padding-right: 0;
  }

  .music-item-type {
    font-size: 15px;
  }

  .hero-background {
    background-position: 50% 0;
    background-size: contain;
  }

  .hero-background.home {
    display: block;
  }

  .nav-inner {
    padding-left: 20px;
    padding-right: 20px;
  }

  .hero-content-container {
    justify-content: center;
  }

  .hero-callout-title {
    font-size: 24px;
  }

  .hero-callout-title.home {
    font-size: 6vw;
  }

  .hero-content-wrapper {
    width: 100%;
    padding-top: 10px;
    padding-left: 0;
  }

  .hero-content-left {
    justify-content: center;
    align-items: center;
    width: 80%;
    inset: auto auto 4% 50%;
  }

  .hero-content-left.home {
    flex-direction: column;
    width: 100%;
    margin-bottom: 25px;
  }

  .hero-button {
    letter-spacing: 0;
    margin-top: 0;
    padding: 8px 20px;
    font-size: 16px;
  }

  .hero-button.home {
    padding: 7px 4vw;
    font-size: 16px;
    font-weight: 400;
  }

  .hero-callout-copy {
    letter-spacing: .1vw;
    margin-top: 10px;
    margin-bottom: 10px;
    font-size: 16px;
    line-height: 1.2;
  }

  .hero-packshot-wrapper {
    width: 100%;
  }

  .tour-date {
    margin-bottom: 5px;
  }

  .tour-button {
    font-size: 13px;
  }

  .tour_date_wrap {
    width: 100%;
  }

  .tour-venue {
    font-size: 14px;
  }

  .tour-city {
    font-size: 21px;
  }

  .button.splash-button {
    width: 100%;
    margin-top: 10px;
  }

  .button.splash-button.splash-button-presave {
    width: 100%;
  }

  .tour_main_wrap {
    flex-direction: column;
  }

  .tour_location_wrap {
    width: 100%;
  }

  .tour-row {
    text-align: center;
    justify-content: center;
    align-items: center;
    width: 100%;
    padding-right: 0;
  }

  .main-wrapper {
    background-position: 100% 93%;
    background-size: 740px;
    width: 100vw;
    overflow-x: hidden;
  }

  .top-bar {
    flex-wrap: wrap;
    padding: 9px 15px;
  }

  .top-bar-callout {
    letter-spacing: 0;
    font-size: 11px;
  }

  .top-bar-button {
    margin-top: 3px;
    margin-bottom: 3px;
    font-size: 8px;
  }

  .resource-title {
    font-size: 16px;
  }

  .resource-link {
    font-size: 15px;
  }

  .page-title {
    font-size: 20px;
  }

  .splash-overlay-inner {
    max-height: 100vh;
    padding-top: 80px;
    overflow: scroll;
  }

  .splash-packshot-wrapper {
    width: 90%;
  }

  .splash-content-wrapper {
    width: 90%;
    margin-top: 0;
    padding: 15px 10px;
  }

  .splash-callout-title {
    padding-right: 0;
    font-size: 8vw;
  }

  .splash-release-date {
    margin-bottom: 10px;
    padding-left: 0%;
    padding-right: 0%;
    font-size: 16px;
  }

  .splash-button-container {
    flex-direction: column;
  }

  .splash-logo-main {
    top: 40px;
  }

  .main-signup-input-container {
    flex-direction: column;
    align-items: center;
    padding-bottom: 10px;
  }

  .signup-main-button {
    width: 100%;
  }

  .text-span-2 {
    display: inline-block;
  }

  .merch-container {
    max-width: 100%;
  }

  .section-title-2 {
    font-size: 20px;
  }

  .merch-signup-button {
    margin-top: 10px;
  }

  .social-link-copy {
    padding-left: 0;
    padding-right: 5px;
  }

  .wrapper {
    justify-content: center;
  }

  .wrapper.her-wrapper {
    background-image: none;
    width: 100%;
    margin-top: -30vw;
    padding-bottom: 5vw;
    padding-left: 5%;
    padding-right: 5%;
  }

  .button-container {
    margin-top: 15px;
  }

  .wmg-button {
    margin-top: 0;
    padding-top: 15px;
    padding-bottom: 15px;
    font-size: 12px;
    line-height: 1.4;
  }

  .wmg-button.spotifygreen {
    font-size: 12px;
    line-height: 1.4;
  }

  .icon {
    margin-right: 6px;
    font-size: 14px;
  }

  .appleicon {
    margin-right: 6px;
    font-size: 16px;
  }

  .contest-container {
    font-size: 17px;
  }

  .text-block {
    line-height: 20px;
  }

  .hero-content-right {
    justify-content: center;
    align-items: center;
    width: 80%;
    inset: auto auto 4% 50%;
  }

  .hero-content-right.home {
    flex-direction: column;
    width: 100%;
  }

  .peachblock {
    width: 30vw;
    top: auto;
    bottom: 260px;
    left: 5%;
  }

  .swirl {
    width: 100%;
  }

  .shootingstar {
    width: 100vw;
  }

  .unicornblock {
    width: 130vw;
    max-width: 80vh;
    top: auto;
    bottom: -20px;
  }

  .bottlediv {
    width: 40vw;
    top: 200px;
  }

  .stardiv {
    width: 50vw;
  }
}


@font-face {
  font-family: 'Fa 400';
  src: url('../fonts/fa-regular-400.woff2') format('woff2'), url('../fonts/fa-regular-400.eot') format('embedded-opentype'), url('../fonts/fa-regular-400.woff') format('woff'), url('../fonts/fa-regular-400.ttf') format('truetype'), url('../fonts/fa-regular-400.svg') format('svg');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Fa solid 900';
  src: url('../fonts/fa-solid-900.woff2') format('woff2'), url('../fonts/fa-solid-900.eot') format('embedded-opentype'), url('../fonts/fa-solid-900.woff') format('woff'), url('../fonts/fa-solid-900.ttf') format('truetype'), url('../fonts/fa-solid-900.svg') format('svg');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Fa brands 400';
  src: url('../fonts/fa-brands-400.woff2') format('woff2'), url('../fonts/fa-brands-400.eot') format('embedded-opentype'), url('../fonts/fa-brands-400.woff') format('woff'), url('../fonts/fa-brands-400.ttf') format('truetype'), url('../fonts/fa-brands-400.svg') format('svg');
  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;
}