@import url("https://fonts.googleapis.com/css2?family=Work+Sans:wght@400;700&display=swap");
/* styles.css */
#bgVideo {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    z-index: -1;
}

.content {
    position: relative;
    z-index: 1;
    color: white;
    text-align: center;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    height: 100%;
    padding: 20px;
}

p {
  line-height: 1.5em;
  color: white;
  max-width: 700px;
  font-family: "Work Sans", sans-serif;
}

section {
  padding: 10px;
}

.container {
  max-width: 700px;
  width: 100%;
  margin: 0 auto;
}

.button {
  text-align: center;
  font-family: inherit;
  display: inline-block;
  border: none;
  font-size: inherit;
  text-transform: uppercase;
  background: #3182e7;
  color: black;
  padding: 18px 41px;
  border-radius: 100px;
  margin: 10px;
  position: relative;
  cursor: pointer;
  max-width: 500px;
  font-weight: 400;
  transition: all .3s ease-in-out;
}

.button:hover, .button:focus {
  background: #3182e7;
  color: white;
}

.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: #3182e7;
}

html {
  padding: 0;
  margin: 0;
}

* {
  box-sizing: border-box;
  scroll-behavior: smooth;
}

body {
  margin: 0;
  font-family: "Work Sans", sans-serif;
  background-color: #1b1c20;
  background-image: url('../img/background.png');
  background-size: contain;
  background-position: center top;
  background-repeat: no-repeat;
  width: 100%;
  height: 100%;
  color: #fff;
  font-size: 16px;
  -ms-font-smoothing: antialiased;
  -moz-font-smoothing: antialiased;
  -webkit-font-smoothing: antialiased;
}

body a {
  color: inherit;
}

body .region-title {
  font-family: "Work Sans", sans-serif;
  color: #e2deca;
  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: 60px 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;
}

.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-color: ##121317;
  justify-content: space-around;

}

@media screen and (max-width: 550px) {
  .vip-ticket .button-wrap {
    flex-direction: column;
  }
}

.button-wrap {
  background-color: black;
  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: 15px solid #121317;
}

.button-wrap img {
  width: 220px;
}

.button-wrap h4 {
  margin: 5px;
}

.button-wrap h3 {
  text-transform: uppercase;
  font-weight: 900;
  margin: 5px;
}

.button-wrap h5 {
  font-weight: 900;
  font-size: 21px;
  margin: 5px;
}
.button-wrap h6 {
  color: #642f75;
  font-weight: 900;
  font-size: 21px;
  margin: 5px;
}
.button-wrap h7 {
  color: #f1593a;
  font-weight: 900;
  font-size: 21px;
  margin: 5px;
}
.button-wrap:hover {
  background-color: rgba(255, 255, 255, 0.048);
}

.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;
  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: #3182e7;
  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: 100%;
  margin: 0;
}

.faq-info .accordion li {
  margin: 20px 0;
}

.faq-info .accordion li b {
  color: #e2deca;
}

.faq-info .accordion li a.toggle {
  display: block;
  font-size: 23px;
  font-weight: 500;
  border: 1px solid rgba(255, 255, 255, 0.295);
  color: var(--dark);
  text-decoration: none;
  padding: 15px 20px;
  text-transform: uppercase;
  transition: all 0.1s ease-in-out;
}

.faq-info .accordion li a.toggle:hover {
  background: #ffffff15;
  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 #3182e7;
  font-size: 20px;
}

.faq-info .accordion li .inner .question a {
  color: inherit;
}

.faq-info .accordion li .inner .question p {
  margin: 10px 0;
  font-weight: 400;
}

.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 */
