@import url("https://fonts.googleapis.com/css2?family=Work+Sans:wght@400;700&display=swap");
p {
  line-height: 1.5em;
  color: white;
  max-width: 700px;
  font-family: "Work Sans", sans-serif;
}
.video-container {
position: relative;
padding-bottom: 56.25%; /* 16:9 aspect ratio (height divided by width) */
height: 0;
overflow: hidden;
}

.video-container iframe {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
}
.picture-container {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100vh; /* Adjust as needed to fit your layout */
}

/* The Modal (background) */
.modal {
  display: none; /* Hidden by default */
  position: fixed; /* Stay in place */
  z-index: 1; /* Sit on top */
  padding-top: 100px; /* Location of the box */
  left: 0;
  top: 0;
  width: 100%; /* Full width */
  height: 100%; /* Full height */
  overflow: auto; /* Enable scroll if needed */
  background-color: rgb(255,255,255); /* Fallback color */
  background-color: rgba(255,255,255,0.9); /* Black w/ opacity */
}

/* Modal Content (image) */
.modal-content {
  margin: auto;
  display: block;
  width: 80%;
  max-width: 700px;
}

/* Caption of Modal Image */
#caption {
  margin: auto;
  display: block;
  width: 80%;
  max-width: 700px;
  text-align: center;
  color: #ccc;
  padding: 10px 0;
  height: 150px;
}

/* Add Animation */
.modal-content, #caption {  
  -webkit-animation-name: zoom;
  -webkit-animation-duration: 0.6s;
  animation-name: zoom;
  animation-duration: 0.6s;
}

@-webkit-keyframes zoom {
  from {-webkit-transform:scale(0)} 
  to {-webkit-transform:scale(1)}
}

@keyframes zoom {
  from {transform:scale(0)} 
  to {transform:scale(1)}
}

/* The Close Button */
.close {
  position: absolute;
  top: 15px;
  right: 35px;
  color: #f1f1f1;
  font-size: 40px;
  font-weight: bold;
  transition: 0.3s;
}

.close:hover,
.close:focus {
  color: #bbb;
  text-decoration: none;
  cursor: pointer;
}

/* 100% Image Width on Smaller Screens */
@media only screen and (max-width: 700px){
  .modal-content {
    width: 100%;
  }
}
section {
  padding: 10px;
}

.container {
  max-width: 700px;
  width: 100%;
  margin: 0 auto;
}
.body-text {
	color: #ffffff;	
}

.button {
  text-align: center;
  font-family: inherit;
  display: inline-block;
  border: 4px solid #e4e0e0;
  font-size: inherit;
  text-transform: uppercase;
  background: #797878;
  color: #FFFFFF;
  padding: 18px 41px;
  border-radius: 120px;
  margin: 8px;
  position: relative;
  cursor: pointer;
  max-width: 510px;
  font-weight: 400;
  transition: all .3s ease-in-out;
}

.button:hover, .button:focus {
  background: #020202;

  color: #000000;
}

.back-to-top {
  background: none;
  display: none;
  margin: 0;
  position: fixed;
  bottom: 150px;
  right: 23px;
  width: 35px;
  height: 35px;
  z-index: 100;
  text-decoration: none;
  color: #fff;
  opacity: .5;
  background-color: rgba(9, 9, 9, 0.6);
  border-radius: 60px;
  transition: .2s all ease-out;
}

.back-to-top i {
  font-size: 38px;
  position: relative;
  left: -1.5px;
  top: -1.5px;
}

.back-to-top:hover {
  opacity: 1;
}

#inplayer-menu-content .inplayer-toggle-menu i.inplayer-avatar-toggle {
  background-image: url("../img/menu.png") !important;
  background-color: white;
  background-position: center center;
  border: 3px solid #C5442D;
  box-shadow: 0 0 20px 1px #241F20;
  opacity: 0.75;
}

.fpnqMw {
  background: url("../img/menu.png") center center/contain no-repeat !important;
  width: 45px !important;
  height: 45px !important;
}

.fpnqMw span, .fpnqMw svg {
  display: none !important;
}

.edUddm {
  background: url("../img/menu.png") center center/contain no-repeat !important;
  width: 30px !important;
  height: 30px !important;
}

.edUddm span, .edUddm svg {
  display: none !important;
}

.txt1 {
  color: #cccccc;
}

.txt-primary {
  color: #FFFFFF;
}

html {
  padding: 0;
  margin: 0;
}

* {
  box-sizing: border-box;
  scroll-behavior: smooth;
}

body {
  margin: 0;
  font-family: "Work Sans", sans-serif;
  background-color: #070808;
  /* background-image: url('../img/background.png'); */
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  width: 100%;
  height: 100%;
  font-size: 16px;
  -ms-font-smoothing: antialiased;
  -moz-font-smoothing: antialiased;
  -webkit-font-smoothing: antialiased;
  letter-spacing: 2px;
}

body a {
  color: inherit;
}

body .region-title {
  font-family: "Work Sans", sans-serif;
  color: #FFFFFF;
  font-weight: bold;
  font-size: 24px;
  text-align: center;
  text-transform: uppercase;
}

.inplayer-paywall img {
  width: 100%;
  max-width: 300px;
  padding: 20px;
}

.inplayer-paywall .Notification__StyledNotification-sc-1ppi6q6-1 div {
  color: red !important;
}

.zones-wrapper {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  padding: 0 10px;
}

.zones-wrapper a {
  width: 49%;
  margin-bottom: 8px;
}

.zones-wrapper a img {
  width: 100%;
}

.header {
  text-align: center;
  height: 100%;
}

.header .main-image {
  margin: 30px auto;
  display: block;
}

.header .logo {
  width: 100%;
  margin: 30px auto 30px;
  display: block;
}
.header .logo2 {
  width: 80%;
  margin: 30px auto 30px;
  display: block;
}
.header .logo3 {
  width: 70%;
  margin: 30px auto 30px;
  display: block;
}

.header .header-dates {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  margin-bottom: 30px;
}

.header .header-dates img {
  height: 89px;
  margin: 10px;
}

.header .header-img {
  width: 100%;
}

.asset-content {
  max-width: 700px;
  width: 100%;
  margin: 0 auto;
  text-align: center;
  padding: 20px 0;
}

.p {
	color: #FFFFFF;
}

.asset-content .content-title {
  color: #236D6F;
  font-weight: 500;
}

.buttons-container {
  text-align: center;
  width: 100%;
  display: grid;
  grid-gap: 10px;
  grid-template-rows: 1fr 1fr;
}

.buttons-container a {
  text-decoration: none;
}

.sm-container {
  display: flex;
  justify-content: center;
  padding: 30px 10px 0;
  align-items: center;
  flex-wrap: wrap;
}

.vip-ticket div {
  margin-bottom: 0px;
}

.vip-ticket a {
  text-decoration: none;
}

.vip-ticket .button-wrap {
  flex-direction: row;
  border: 4px solid #FFFFFF;
  border-color: #FFFFFF;
  justify-content: space-around;

}

@media screen and (max-width: 550px) {
  .vip-ticket .button-wrap {
    flex-direction: column;
  }
}

.button-wrap {
  background-color: #1f1818ff;
  display: flex;
  flex-direction: column;
  height: 100%;
  width: 100%;
  align-items: center;
  text-align: center;
  justify-content: flex-start;
  padding: 20px 30px;
  transition: all .2s ease-out;
  cursor: pointer;
  border: 2px solid #FFFFFF;
}

.button-wrap img {
  width: 220px;
}

.button-wrap h3 {
  text-transform: uppercase;
  font-weight: 450;
  margin: 5px;
}

.button-wrap h4 {
  margin: 5px;
  font-weight: 450;
  font-size: 18px;
  margin: 10px;	
  color: #FFFFFF;
}
.button-wrap h5 {
  font-weight: 900;
  font-size: 22px;
  margin: 10px;
  color: #FFFFFF;
}
.button-wrap h6 {
  color: white;
  font-weight: 900;
  font-size: 21px;
  margin: 5px;
}
.button-wrap h7 {
  color: #e21e2d;
  font-weight: 900;
  font-size: 21px;
  margin: 5px;
}
.button-wrap:hover {
  background-color: #7a7777;
}

.button-wrap .asset-title span, .button-wrap .asset-title strong, .button-wrap .asset-title h3, .button-wrap .asset-title h1, .button-wrap .asset-title h2, .button-wrap .asset-title h4, .button-wrap .asset-title p {
  background: transparent;
  background-color: transparent !important;
  color: #236D6F !important;
  font-size: 20px;
  font-stretch: condensed;
  margin: 0;
  padding: 0;
  font-family: "Work Sans", sans-serif;
  font-weight: 200;
}

.tour-wrap {
  transition: all .2s ease-out;
  height: 250px;
  text-align: center;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.tour-wrap:hover {
  background-color: #f9c901;
  color: #324F46;
}

.tour-wrap:hover p, .tour-wrap:hover h1, .tour-wrap:hover h2, .tour-wrap:hover h3, .tour-wrap:hover h4 {
  color: #324F46;
}

@media screen and (min-width: 768px) {
  .buttons-container {
    grid-template: 1fr / 1fr 1fr;
  }
}

.text-container {
  border: 1px solid rgba(35, 109, 111, 0.295);
  padding: 20px;
}

.text-container p {
  font-weight: 400;
}

.artists ul {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  padding: 0;
}

.artists ul li {
  color: #f97e63;
  text-transform: uppercase;
  font-size: 22px;
  margin: 0px 17px;
}

.artists ul li:first-child {
  list-style: none;
}

.artists ul li:nth-child(3n) {
  list-style: none;
}

@media screen and (max-width: 550px) {
  .artists ul {
    padding: 0;
  }
  .artists ul li {
    font-size: 12px;
    margin: 0px 12px;
  }
}

.buttons-box {
  width: 100%;
  z-index: 100;
  display: flex;
  flex-direction: column;
}

.buttons-box a {
  font-family: "Work Sans", sans-serif;
  margin: 20px auto;
  padding: 15px 65px;
  font-weight: bold;
  cursor: pointer;
  border-radius: 50px;
  font-size: 19px;
  text-decoration: none;
  transition: all .3s ease-in-out;
}

.buttons-box a i {
  margin-right: 7px;
}

@media screen and (max-width: 550px) {
  .buttons-box a {
    width: 80%;
    padding: 10px 5px;
    font-size: 15px;
  }
}

.iframe-container {
  position: relative;
  width: 100%;
  overflow: hidden;
}

.iframe-container iframe {
  width: 620px;
  height: 350px;
  top: 0;
  left: 0;
  z-index: 1;
}

@media screen and (max-width: 550px) {
  .iframe-container iframe {
    width: 100%;
    top: 0;
    left: 0;
  }
}

.dropdown-container {
  position: relative;
  display: inline-block;
}

.dropdown-container #dropdown {
  text-align: center;
}

.dropdown-container .dropdown-content {
  display: none;
  text-align: center;
  position: absolute;
  background-color: #3c5f54;
  min-width: 80px;
  width: 100%;
  box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.2);
  z-index: 1;
}

.dropdown-container .dropdown-link {
  display: block;
  padding: 10px 10px;
}

.dropdown-container .dropdown-link:hover {
  background-color: rgba(255, 255, 255, 0.08);
}

.dropdown-container:hover .dropdown-content {
  display: block;
}

.faq-info {
  display: flex;
  padding: 0 10px;
  box-sizing: border-box;
}

.faq-info .accordion {
  list-style: none;
  padding: 0;
  width: 70%;
  margin-left: 15%;
  margin-right: 15%;
}

.faq-info .accordion li {
  margin: 20px 0;
}

.faq-info .accordion li b {
  color: #FFFFFF;
}

.faq-info .accordion li a.toggle {
  display: block;
  font-size: 23px;
  font-weight: 600;
  border: 4px solid #FFFFFF;
  color: #FFFFFF;
  text-decoration: none;
  padding: 15px 20px;
  text-transform: uppercase;
  transition: all 0.1s ease-in-out;
}

.faq-info .accordion li a.toggle:hover {
  background: #FFFFFF;
  color: var(--dark);
}

.faq-info .accordion li a.toggle i {
  float: right;
  transition: all .2s ease-in;
}

.faq-info .accordion li a.toggle.active {
  color: #e2deca;
}

.faq-info .accordion li a.toggle.active i {
  transform: rotate(180deg);
}

.faq-info .accordion li .inner {
  padding: 1em;
  overflow: hidden;
  display: none;
  line-height: 1.5em;
  border: 1px solid rgba(255, 255, 255, 0.295);
  border-bottom-right-radius: 0.3em;
  border-bottom-left-radius: 0.3em;
  border-top: none;
}

.faq-info .accordion li .inner .question h2 {
  padding-bottom: 9px;
  border-bottom: 1px solid #FFFFFF;
  color: #FFFFFF;
  font-size: 20px;
}

.faq-info .accordion li .inner .question a {
  color: #FFFFFF;}

.faq-info .accordion li .inner .question p {
  margin: 10px 0;
  font-weight: 400;
  color: #FFFFFF;
}

.faq-info .accordion li .inner .question .t-shirts {
  justify-content: center;
  flex-wrap: wrap;
}

.faq-info .accordion li .inner .question .t-shirts img {
  max-width: 250px;
  max-height: 250px;
}
/*# sourceMappingURL=style.min.css.map */
.body {
}
.OVERLAY {
}
