/* primary color: #FB3B40 */
/* primary color: #E84D52 */
@font-face {
  font-family: "Futura-Bold";
  src:
    url("../fonts/Futura-Bold.woff2") format("woff2"),
    url("../fonts/Futura-Bold.woff") format("woff");
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}
h1 {
  color: #fff;
  font-size: 33px;
  text-transform: uppercase;
}
@media (min-width: 1200px) {
  h1 {
    font-size: 93px;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  h1 {
    font-size: -webkit-calc(33px + 60 * ((100vw - 992px) / 207));
    font-size: calc(33px + 60 * ((100vw - 992px) / 207));
  }
}
@media (min-width: 769px) and (max-width: 991px) {
  h1 {
    font-size: -webkit-calc(33px + 60 * ((100vw - 769px) / 222));
    font-size: calc(33px + 60 * ((100vw - 769px) / 222));
  }
}
@media (min-width: 576px) and (max-width: 768px) {
  h1 {
    font-size: -webkit-calc(33px + 60 * ((100vw - 576px) / 201));
    font-size: calc(33px + 60 * ((100vw - 576px) / 201));
  }
}
h2 {
  color: #fff;
  font-size: 24px;
  text-transform: uppercase;
}
@media (min-width: 1200px) {
  h2 {
    font-size: 52px;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  h2 {
    font-size: -webkit-calc(30px + 22 * ((100vw - 992px) / 207));
    font-size: calc(30px + 22 * ((100vw - 992px) / 207));
  }
}
@media (min-width: 769px) and (max-width: 991px) {
  h2 {
    font-size: -webkit-calc(30px + 22 * ((100vw - 769px) / 222));
    font-size: calc(30px + 22 * ((100vw - 769px) / 222));
  }
}
@media (min-width: 576px) and (max-width: 768px) {
  h2 {
    font-size: -webkit-calc(30px + 22 * ((100vw - 576px) / 201));
    font-size: calc(30px + 22 * ((100vw - 576px) / 201));
  }
}
h3 {
  color: #fff;
  font-size: 28px;
  text-transform: uppercase;
}
@media (min-width: 1200px) {
  h3 {
    font-size: 42px;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  h3 {
    font-size: -webkit-calc(28px + 14 * ((100vw - 992px) / 207));
    font-size: calc(28px + 14 * ((100vw - 992px) / 207));
  }
}
@media (min-width: 769px) and (max-width: 991px) {
  h3 {
    font-size: -webkit-calc(28px + 14 * ((100vw - 769px) / 222));
    font-size: calc(28px + 14 * ((100vw - 769px) / 222));
  }
}
@media (min-width: 576px) and (max-width: 768px) {
  h3 {
    font-size: -webkit-calc(28px + 14 * ((100vw - 576px) / 201));
    font-size: calc(28px + 14 * ((100vw - 576px) / 201));
  }
}
h4 {
  color: #fff;
  font-size: 22px;
  text-transform: uppercase;
}
@media (min-width: 1200px) {
  h4 {
    font-size: 32px;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  h4 {
    font-size: -webkit-calc(22px + 10 * ((100vw - 992px) / 207));
    font-size: calc(22px + 10 * ((100vw - 992px) / 207));
  }
}
@media (min-width: 769px) and (max-width: 991px) {
  h4 {
    font-size: -webkit-calc(22px + 10 * ((100vw - 769px) / 222));
    font-size: calc(22px + 10 * ((100vw - 769px) / 222));
  }
}
@media (min-width: 576px) and (max-width: 768px) {
  h4 {
    font-size: -webkit-calc(22px + 10 * ((100vw - 576px) / 201));
    font-size: calc(22px + 10 * ((100vw - 576px) / 201));
  }
}
h5 {
  color: #fff;
  font-size: 20px;
  text-transform: uppercase;
}
@media (min-width: 1200px) {
  h5 {
    font-size: 22px;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  h5 {
    font-size: -webkit-calc(20px + 2 * ((100vw - 992px) / 207));
    font-size: calc(20px + 2 * ((100vw - 992px) / 207));
  }
}
@media (min-width: 769px) and (max-width: 991px) {
  h5 {
    font-size: -webkit-calc(20px + 2 * ((100vw - 769px) / 222));
    font-size: calc(20px + 2 * ((100vw - 769px) / 222));
  }
}
@media (min-width: 576px) and (max-width: 768px) {
  h5 {
    font-size: -webkit-calc(20px + 2 * ((100vw - 576px) / 201));
    font-size: calc(20px + 2 * ((100vw - 576px) / 201));
  }
}
h6 {
  color: #fff;
  font-size: 18px;
  text-transform: uppercase;
}
@media (min-width: 1200px) {
  h6 {
    font-size: 20px;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  h6 {
    font-size: -webkit-calc(18px + 2 * ((100vw - 992px) / 207));
    font-size: calc(18px + 2 * ((100vw - 992px) / 207));
  }
}
@media (min-width: 769px) and (max-width: 991px) {
  h6 {
    font-size: -webkit-calc(18px + 2 * ((100vw - 769px) / 222));
    font-size: calc(18px + 2 * ((100vw - 769px) / 222));
  }
}
@media (min-width: 576px) and (max-width: 768px) {
  h6 {
    font-size: -webkit-calc(18px + 2 * ((100vw - 576px) / 201));
    font-size: calc(18px + 2 * ((100vw - 576px) / 201));
  }
}
.form-control::-ms-clear,
.form-control::-ms-reveal {
  display: none;
}
input:-webkit-autofill {
  -webkit-animation-name: autofill;
  -webkit-animation-fill-mode: both;
}
input[type="number"] {
  -moz-appearance: textfield;
}
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
.page-content [type="radio"]:checked,
.page-content [type="radio"]:not(:checked) {
  position: absolute;
  left: -9999px;
}
.page-content [type="radio"]:checked + label,
.page-content [type="radio"]:not(:checked) + label {
  position: relative;
  padding-left: 42px;
  cursor: pointer;
  line-height: 20px;
  display: inline-block;
  color: #404040;
}
.page-content [type="radio"]:checked + label:before,
.page-content [type="radio"]:not(:checked) + label:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 31px;
  height: 31px;
  border: 3px solid #fff;
  border-radius: 100%;
  background: #fff;
}
.page-content [type="radio"]:checked + label:after,
.page-content [type="radio"]:not(:checked) + label:after {
  content: "";
  width: 12px;
  height: 12px;
  background: #E84D52;
  position: absolute;
  top: 5px;
  left: 5px;
  border-radius: 100%;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
.page-content [type="radio"]:not(:checked) + label:after {
  opacity: 0;
  -webkit-transform: scale(0);
  transform: scale(0);
}
.page-content [type="radio"]:checked + label:after {
  opacity: 1;
  -webkit-transform: scale(1);
  transform: scale(1);
}
.page-content [type="checkbox"]:not(:checked),
.page-content [type="checkbox"]:checked {
  position: absolute;
  left: -9999px;
}
.page-content [type="checkbox"]:not(:checked) + label,
.page-content [type="checkbox"]:checked + label {
  position: relative;
  padding-left: 42px;
  cursor: pointer;
  line-height: 20px;
  display: inline-block;
  color: #404040;
}
.page-content [type="checkbox"]:not(:checked) + label:before,
.page-content [type="checkbox"]:checked + label:before {
  content: "";
  position: absolute;
  left: 0;
  top: -6px;
  width: 31px;
  height: 31px;
  border: 3px solid #fff;
  background: #020202;
  border-radius: 0;
}
.page-content [type="checkbox"]:not(:checked) + label:after,
.page-content [type="checkbox"]:checked + label:after {
  content: "";
  position: absolute;
  top: 1px;
  left: 7px;
  width: 17px;
  height: 17px;
  background: #E84D52;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
  font-family: Helvetica, Arial, sans-serif;
}
.page-content [type="checkbox"]:not(:checked) + label:after {
  opacity: 0;
  -webkit-transform: scale(0);
  transform: scale(0);
}
.page-content [type="checkbox"]:checked + label:after {
  opacity: 1;
  -webkit-transform: scale(1);
  transform: scale(1);
}
.page-content [type="checkbox"]:disabled:not(:checked) + label:before,
.page-content [type="checkbox"]:disabled:checked + label:before {
  box-shadow: none;
  border-color: #d3d3d3;
  background-color: #ddd;
}
.page-content [type="checkbox"]:disabled:checked + label:after {
  color: #d3d3d3;
}
.page-content [type="checkbox"]:disabled + label {
  color: #d3d3d3;
}
.page-content label:hover:before {
  border: 3px solid #fff !important;
}
.page-content [type="radio"]:checked,
.page-content [type="radio"]:not(:checked) {
  position: absolute;
  left: -9999px;
}
.page-content [type="radio"]:checked + label,
.page-content [type="radio"]:not(:checked) + label {
  position: relative;
  padding-left: 42px;
  cursor: pointer;
  line-height: 20px;
  display: inline-block;
  color: #404040;
}
.page-content [type="radio"]:checked + label:before,
.page-content [type="radio"]:not(:checked) + label:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 31px;
  height: 31px;
  border: 3px solid #fff;
  border-radius: 100%;
  background: #fff;
}
.page-content [type="radio"]:checked + label:after,
.page-content [type="radio"]:not(:checked) + label:after {
  content: "";
  width: 12px;
  height: 12px;
  background: #E84D52;
  position: absolute;
  top: 5px;
  left: 5px;
  border-radius: 100%;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
.page-content [type="radio"]:not(:checked) + label:after {
  opacity: 0;
  -webkit-transform: scale(0);
  transform: scale(0);
}
.page-content [type="radio"]:checked + label:after {
  opacity: 1;
  -webkit-transform: scale(1);
  transform: scale(1);
}
.page-content [type="checkbox"]:not(:checked),
.page-content [type="checkbox"]:checked {
  position: absolute;
  left: -9999px;
}
.page-content [type="checkbox"]:not(:checked) + label,
.page-content [type="checkbox"]:checked + label {
  position: relative;
  padding-left: 42px;
  cursor: pointer;
  line-height: 20px;
  display: inline-block;
  color: #404040;
}
.page-content [type="checkbox"]:not(:checked) + label:before,
.page-content [type="checkbox"]:checked + label:before {
  content: "";
  position: absolute;
  left: 0;
  top: -6px;
  width: 31px;
  height: 31px;
  border: 3px solid #fff;
  background: #020202;
  border-radius: 0;
}
.page-content [type="checkbox"]:not(:checked) + label:after,
.page-content [type="checkbox"]:checked + label:after {
  content: "";
  position: absolute;
  top: 1px;
  left: 7px;
  width: 17px;
  height: 17px;
  background: #E84D52;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
  font-family: Helvetica, Arial, sans-serif;
}
.page-content [type="checkbox"]:not(:checked) + label:after {
  opacity: 0;
  -webkit-transform: scale(0);
  transform: scale(0);
}
.page-content [type="checkbox"]:checked + label:after {
  opacity: 1;
  -webkit-transform: scale(1);
  transform: scale(1);
}
.page-content [type="checkbox"]:disabled:not(:checked) + label:before,
.page-content [type="checkbox"]:disabled:checked + label:before {
  box-shadow: none;
  border-color: #d3d3d3;
  background-color: #ddd;
}
.page-content [type="checkbox"]:disabled:checked + label:after {
  color: #d3d3d3;
}
.page-content [type="checkbox"]:disabled + label {
  color: #d3d3d3;
}
.page-content label:hover:before {
  border: 3px solid #fff !important;
}
@-webkit-keyframes autofill {
  to {
    color: #020202;
    background: #fff;
  }
}
@keyframes autofill {
  to {
    color: #020202;
    background: #fff;
  }
}
.btn {
  display: inline-block;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  border: 1px solid transparent;
  padding: 0.375rem 2.625rem;
  font-size: 24px;
  line-height: 1.5;
  border-radius: 0;
  -webkit-transition:
    "secondary" #404040 0.15s ease-in-out,
    background-color 0.15s ease-in-out,
    border-color 0.15s ease-in-out,
    box-shadow 0.15s ease-in-out;
  transition:
    "secondary" #404040 0.15s ease-in-out,
    background-color 0.15s ease-in-out,
    border-color 0.15s ease-in-out,
    box-shadow 0.15s ease-in-out;
}
.btn:hover,
.btn:focus {
  text-decoration: none;
}
.btn:focus,
.btn.focus {
  outline: 0;
  box-shadow: none;
}
.btn:disabled,
.btn.disabled {
  opacity: 0.5;
  box-shadow: none;
  pointer-events: none;
}
.btn:not([disabled]):not(.disabled) {
  cursor: pointer;
}
.btn-primary {
  color: #fff;
  background-color: #E84D52;
  border-color: #E84D52;
}
.btn-primary:hover {
  color: #fff;
  background-color: #E84D52;
  border-color: #E84D52;
}
.btn-primary:focus,
.btn-primary.focus {
  box-shadow: 0 0 0 0.1rem rgba(0, 123, 255, 0.5);
}
.btn-primary.disabled,
.btn-primary:disabled {
  color: #fff;
  background-color: #E84D52;
  border-color: #E84D52;
}
.btn-primary:not(:disabled):not(.disabled):active,
.btn-primary:not(:disabled):not(.disabled).active,
.show > .btn-primary.dropdown-toggle {
  color: #fff;
  background-color: #E84D52;
  border-color: #E84D52;
}
.btn-primary:not(:disabled):not(.disabled):active:focus,
.btn-primary:not(:disabled):not(.disabled).active:focus,
.show > .btn-primary.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.1rem rgba(0, 123, 255, 0.5);
}
.btn-primary-outline {
  color: #020202;
  background-color: #fff;
  border-color: #020202;
}
.btn-primary-outline:hover {
  color: #fff;
  background-color: #020202;
  border-color: #020202;
}
.btn-primary-outline:focus,
.btn-primary-outline.focus {
  box-shadow: 0 0 0 0.1rem rgba(0, 123, 255, 0.5);
}
.btn-primary-outline.disabled,
.btn-primary-outline:disabled {
  color: #020202;
  background-color: #fff;
  border-color: #020202;
}
.btn-primary-outline:not(:disabled):not(.disabled):active,
.btn-primary-outline:not(:disabled):not(.disabled).active,
.show > .btn-primary-outline.dropdown-toggle {
  color: #020202;
  background-color: #fff;
  border-color: #020202;
}
.btn-primary-outline:not(:disabled):not(.disabled):active:focus,
.btn-primary-outline:not(:disabled):not(.disabled).active:focus,
.show > .btn-primary-outline.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.1rem rgba(0, 123, 255, 0.5);
}
.btn-secondary {
  color: #fff;
  background-color: #404040;
  border-color: #404040;
}
.btn-secondary:hover {
  color: #fff;
  background-color: #404040;
  border-color: #404040;
}
.btn-secondary:focus,
.btn-secondary.focus {
  box-shadow: 0 0 0 0.1rem rgba(0, 123, 255, 0.5);
}
.btn-secondary.disabled,
.btn-secondary:disabled {
  color: #fff;
  background-color: #404040;
  border-color: #404040;
}
.btn-secondary:not(:disabled):not(.disabled):active,
.btn-secondary:not(:disabled):not(.disabled).active,
.show > .btn-secondary.dropdown-toggle {
  color: #fff;
  background-color: #404040;
  border-color: #404040;
}
.btn-secondary:not(:disabled):not(.disabled):active:focus,
.btn-secondary:not(:disabled):not(.disabled).active:focus,
.show > .btn-secondary.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.1rem rgba(0, 123, 255, 0.5);
}
.btn-secondary-outline {
  color: #404040;
  background-color: #fff;
  border-color: #404040;
}
.btn-secondary-outline:hover {
  color: #fff;
  background-color: #404040;
  border-color: #404040;
}
.btn-secondary-outline:focus,
.btn-secondary-outline.focus {
  box-shadow: 0 0 0 0.1rem rgba(0, 123, 255, 0.5);
}
.btn-secondary-outline.disabled,
.btn-secondary-outline:disabled {
  color: #404040;
  background-color: #fff;
  border-color: #404040;
}
.btn-secondary-outline:not(:disabled):not(.disabled):active,
.btn-secondary-outline:not(:disabled):not(.disabled).active,
.show > .btn-secondary-outline.dropdown-toggle {
  color: #404040;
  background-color: #fff;
  border-color: #404040;
}
.btn-secondary-outline:not(:disabled):not(.disabled):active:focus,
.btn-secondary-outline:not(:disabled):not(.disabled).active:focus,
.show > .btn-secondary-outline.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.1rem rgba(0, 123, 255, 0.5);
}
.btn-block {
  display: block;
  width: 100%;
}
input[type="submit"].btn-block,
input[type="reset"].btn-block,
input[type="button"].btn-block {
  width: 100%;
}
* {
  outline: 0 !important;
}
html {
  font-family:
    system-ui,
    -apple-system,
    Segoe UI,
    Roboto,
    Ubuntu,
    Cantarell,
    Noto Sans,
    sans-serif;
  font-size: 16px;
  background: #E84D52;
  background: #020202;
}
body {
  background-image: url("../img/background.webp");
  background-attachment: fixed;
  background-position: top center;
  font-family: "Futura-Bold";
  font-weight: normal;
}
.p-relative {
  position: relative;
  z-index: 12;
}
.z-top {
  position: relative;
  z-index: 10;
}
.clear {
  clear: both;
}
.text-underline {
  text-decoration: underline;
}
.bg-primary {
  background: #E84D52;
}
.page-content {
  padding-top: 12.5rem;
  padding-top: 10rem;
  overflow: hidden;
  min-height: 100vh;
}
@media screen and (max-width: 992px) {
  .page-content {
    padding-top: 8.5rem;
  }
}
@media screen and (max-width: 850px) {
  .page-content {
    padding-top: 115px;
  }
}
.container,
.container-lg,
.container-md,
.container-sm,
.container-xl {
  max-width: 1355px;
}
.row--lineup {
  margin-left: -32px;
  margin-right: -32px;
}
.row--lineup .lineup__band-container,
.row--lineup [class*="col-"] {
  padding-left: 32px;
  padding-right: 32px;
}
@media screen and (max-width: 768px) {
  .row--lineup {
    margin-top: 2rem;
  }
}
#cookie-notice,
#cookie-notice * {
  font-family: "Futura-Bold";
  font-weight: normal;
}
#cn-accept-cookie {
  font-family: "Futura-Bold" !important;
  color: #020202 !important;
  border-radius: 0 !important;
}
#cn-close-notice {
  opacity: 1 !important;
}
.alignnone {
  margin: 5px 20px 20px 0;
}
.aligncenter,
div.aligncenter {
  display: block;
  margin: 5px auto;
  color: #ebe653;
}
.alignright {
  float: right;
  margin: 5px 0 20px 20px;
}
.alignleft {
  float: left;
  margin: 5px 20px 20px 0;
}
a img .alignright {
  float: right;
  margin: 5px 0 20px 20px;
}
a img .alignnone {
  margin: 5px 20px 20px 0;
}
a img .alignleft {
  float: left;
  margin: 5px 20px 20px 0;
}
a img .aligncenter {
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.wp-caption {
  background: #fff;
  border: 1px solid #ddd;
  max-width: 96% /* Image does not overflow the content area */;
  padding: 5px 3px 10px;
  text-align: center;
}
.wp-caption .alignnone {
  margin: 5px 20px 20px 0;
}
.wp-caption .alignleft {
  margin: 5px 20px 20px 0;
}
.wp-caption .alignright {
  margin: 5px 0 20px 20px;
}
.wp-caption img {
  border: 0 none;
  height: auto;
  margin: 0;
  max-width: 98.5%;
  padding: 0;
  width: auto;
}
.wp-caption p.wp-caption-text {
  font-size: 11px;
  line-height: 17px;
  margin: 0;
  padding: 0 4px 5px;
}
.screen-reader-text {
  clip: rect(1px, 1px, 1px, 1px);
  position: absolute !important;
  white-space: nowrap;
  height: 1px;
  width: 1px;
  overflow: hidden;
}
.screen-reader-textfocus {
  background-color: #ddd;
  border-radius: 3px;
  box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
  clip: auto !important;
  color: #020202;
  display: block;
  font-size: 14px;
  font-weight: bold;
  height: auto;
  left: 15px;
  line-height: normal;
  padding: 15px 23px 14px;
  text-decoration: none;
  top: 5px;
  width: auto;
  z-index: 100000 /* Above WP toolbar. */;
}
.modal .modal-dialog {
  position: relative;
}
.modal .modal-dialog .modal-content {
  border-radius: 0;
  background: #020202;
  color: #fff;
  border: none;
}
.modal .modal-dialog .modal-content .modal-body {
  padding: 0;
  font-size: 18px;
}
@media screen and (max-width: 576px) {
  .modal .modal-dialog .modal-content .modal-body {
    font-size: 16px;
  }
}
.modal .modal-dialog .modal-content .modal-footer {
  border: none;
}
.modal .modal-dialog .modal-content .modal-footer .btn {
  background: #E84D52;
  font-size: 16px;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  padding-left: 0.5rem;
  padding-right: 0.5rem;
  color: #020202;
  height: auto;
}
.modal-close {
  color: #fff;
  position: absolute;
  top: 1.5rem;
  right: 1.5rem;
  font-size: 24px;
  line-height: 1;
  z-index: 1;
  cursor: pointer;
}
.modal-backdrop.show {
  opacity: 0.15;
  background-color: #E84D52;
}
.slick-loading .slick-list {
  background: #fff url("../img/ajax-loader.gif") center center no-repeat;
}
@font-face {
  font-family: "slick";
  font-weight: normal;
  font-style: normal;
  src: url("../fonts/slick/slick.eot");
  src:
    url("../fonts/slick/slick.eot?#iefix") format("embedded-opentype"),
    url("../fonts/slick/slick.woff") format("woff"),
    url("../fonts/slick/slick.ttf") format("truetype"),
    url("../fonts/slick/slick.svg#slick") format("svg");
}
.slick-prev,
.slick-next {
  font-size: 0;
  line-height: 0;
  position: absolute;
  top: 50%;
  display: block;
  width: 20px;
  height: 20px;
  padding: 0;
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
  cursor: pointer;
  color: transparent;
  border: 0;
  outline: 0;
  background: transparent;
}
.slick-prev:hover,
.slick-next:hover,
.slick-prev:focus,
.slick-next:focus {
  color: transparent;
  outline: 0;
  background: transparent;
}
.slick-prev:hover:before,
.slick-next:hover:before,
.slick-prev:focus:before,
.slick-next:focus:before {
  opacity: 1;
}
.slick-prev.slick-disabled:before,
.slick-next.slick-disabled:before {
  opacity: 0.25;
}
.slick-prev:before,
.slick-next:before {
  font-family: "slick";
  font-size: 20px;
  line-height: 1;
  opacity: 0.75;
  color: #fff;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.slick-prev {
  left: -25px;
}
.slick-prev:before {
  content: "←";
}
[dir="rtl"] .slick-prev {
  right: -25px;
  left: auto;
}
[dir="rtl"] .slick-prev:before {
  content: "→";
}
.slick-next {
  right: -25px;
}
.slick-next:before {
  content: "→";
}
[dir="rtl"] .slick-next {
  right: auto;
  left: -25px;
}
[dir="rtl"] .slick-next:before {
  content: "←";
}
.slick-dotted.slick-slider {
  margin-bottom: 30px;
}
.slick-dots {
  position: absolute;
  bottom: -25px;
  display: block;
  width: 100%;
  padding: 0;
  margin: 0;
  list-style: none;
  text-align: center;
}
.slick-dots li {
  position: relative;
  display: inline-block;
  width: 20px;
  height: 20px;
  margin: 0 5px;
  padding: 0;
  cursor: pointer;
}
.slick-dots li button {
  font-size: 0;
  line-height: 0;
  display: block;
  width: 20px;
  height: 20px;
  padding: 5px;
  cursor: pointer;
  color: transparent;
  border: 0;
  outline: 0;
  background: transparent;
}
.slick-dots li button:hover,
.slick-dots li button:focus {
  outline: 0;
}
.slick-dots li button:hover:before,
.slick-dots li button:focus:before {
  opacity: 1;
}
.slick-dots li button:before {
  font-family: "slick";
  font-size: 6px;
  line-height: 20px;
  position: absolute;
  top: 0;
  left: 0;
  width: 20px;
  height: 20px;
  content: "•";
  text-align: center;
  opacity: 0.25;
  color: #000;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.slick-dots li.slick-active button:before {
  opacity: 0.75;
  color: #000;
}
.slick-track,
.slick-list {
  -webkit-perspective: 2000;
  perspective: 2000;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}
footer {
  margin-top: 0.5rem;
}
footer .separator {
  display: none;
}
footer ul {
  padding-left: 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding-left: 4rem;
  padding-right: 4rem;
}
@media screen and (max-width: 768px) {
  footer ul {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding-left: 0;
    padding-right: 0;
  }
}
footer ul li {
  list-style: none;
}
footer ul li a {
  color: #fff;
  font-size: 13px;
}
@media (min-width: 1200px) {
  footer ul li a {
    font-size: 23px;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  footer ul li a {
    font-size: -webkit-calc(13px + 10 * ((100vw - 992px) / 207));
    font-size: calc(13px + 10 * ((100vw - 992px) / 207));
  }
}
@media (min-width: 769px) and (max-width: 991px) {
  footer ul li a {
    font-size: -webkit-calc(13px + 10 * ((100vw - 769px) / 222));
    font-size: calc(13px + 10 * ((100vw - 769px) / 222));
  }
}
@media (min-width: 576px) and (max-width: 768px) {
  footer ul li a {
    font-size: -webkit-calc(13px + 10 * ((100vw - 576px) / 201));
    font-size: calc(13px + 10 * ((100vw - 576px) / 201));
  }
}
footer ul li a:hover {
  color: #E84D52;
  text-decoration: none;
}
@media screen and (max-width: 768px) {
  footer ul li a {
    margin-bottom: 1rem;
  }
}
.hamburger--collapse .hamburger-box {
  width: 14px;
}
.hamburger--collapse .hamburger-inner::before {
  top: -6px;
}
.hamburger--collapse .hamburger-inner::after {
  top: -12px;
}
.hamburger-inner,
.hamburger-inner::after,
.hamburger-inner::before {
  background: #fff;
  height: 3px;
  width: 14px;
  border-radius: 10px;
}
.hamburger {
  padding-top: 8px;
  padding-bottom: 8px;
}
.mobile-ticket {
  display: none;
  position: relative;
  color: #020202;
  text-transform: uppercase;
}
@media screen and (max-width: 576px) {
  .mobile-ticket {
    display: block;
  }
}
.mobile-ticket:hover {
  color: #020202;
  text-decoration: none;
}
.mobile-ticket span {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  font-size: 8px;
  padding-top: 4px;
}
.navbar {
  background-image: url("../img/bgbackground.webp");
  padding: 0;
  display: block;
}
@media screen and (max-width: 576px) {
  .navbar {
    padding-top: 0.5rem;
  }
}
.navbar .separator {
  width: -webkit-calc(100% - 100px);
  width: calc(100% - 100px);
}
@media screen and (max-width: 1199px) {
  .navbar .separator {
    width: -webkit-calc(100% - 30px);
    width: calc(100% - 30px);
  }
}
.navbar .navbar-toggler {
  padding-right: 0;
  z-index: 110;
  margin-left: auto;
  display: none;
}
@media screen and (max-width: 1200px) {
  .navbar .navbar-toggler {
    display: block;
  }
}
.navbar .navbar-brand {
  position: absolute;
  left: 0;
  top: 2rem;
  margin: 0;
  padding: 0;
  -webkit-transition: ease 0.4s;
  transition: ease 0.4s;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  color: #fff;
  font-size: 10px;
  text-transform: uppercase;
}
@media (min-width: 1200px) {
  .navbar .navbar-brand {
    font-size: 15px;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .navbar .navbar-brand {
    font-size: -webkit-calc(10px + 5 * ((100vw - 992px) / 207));
    font-size: calc(10px + 5 * ((100vw - 992px) / 207));
  }
}
@media (min-width: 769px) and (max-width: 991px) {
  .navbar .navbar-brand {
    font-size: -webkit-calc(10px + 5 * ((100vw - 769px) / 222));
    font-size: calc(10px + 5 * ((100vw - 769px) / 222));
  }
}
@media (min-width: 576px) and (max-width: 768px) {
  .navbar .navbar-brand {
    font-size: -webkit-calc(10px + 5 * ((100vw - 576px) / 201));
    font-size: calc(10px + 5 * ((100vw - 576px) / 201));
  }
}
.navbar .navbar-brand:focus,
.navbar .navbar-brand:active,
.navbar .navbar-brand:hover {
  color: #fff;
}
.navbar .navbar-brand span {
  margin-top: 4px;
}
@media screen and (max-width: 1200px) {
  .navbar .navbar-brand span {
    display: block;
    text-align: center;
    width: 100%;
    margin-top: 0;
  }
}
@media screen and (max-width: 576px) {
  .navbar .navbar-brand span {
    text-align: right;
    font-size: 11px;
    margin-left: 1px;
  }
}
@media screen and (max-width: 1200px) {
  .navbar .navbar-brand {
    top: 0;
    margin-bottom: -10px;
    left: 0;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }
}
@media screen and (max-width: 576px) {
  .navbar .navbar-brand {
    position: relative;
    left: auto;
    top: auto;
  }
}
.navbar .navbar-brand img {
  height: 47px;
}
@media screen and (max-width: 1199px) {
  .navbar .navbar-brand img {
    height: 33px;
  }
}
@media screen and (max-width: 576px) {
  .navbar .navbar-brand img {
    height: auto;
    width: 100%;
  }
}
.navbar .container-fluid {
  position: relative;
  padding-top: 1.75rem;
  -webkit-transition: ease 0.4s;
  transition: ease 0.4s;
  max-width: -webkit-calc(100% - 100px);
  max-width: calc(100% - 100px);
}
@media screen and (max-width: 1199px) {
  .navbar .container-fluid {
    padding-top: 0;
    padding-right: 0;
    max-width: -webkit-calc(100% - 30px);
    max-width: calc(100% - 30px);
  }
}
.navbar.is-scrolled .container-fluid {
  padding-top: 0;
}
@media screen and (min-width: 1201px) {
  .navbar.is-scrolled .navbar-brand {
    top: 1rem;
  }
}
.navbar .navbar-nav {
  position: relative;
  margin-bottom: 1.25rem;
}
.navbar .navbar-nav:after {
  content: "";
  position: absolute;
  width: -webkit-calc(100% - 20px);
  width: calc(100% - 20px);
  height: 2px;
  top: 100%;
  right: 0;
  background: #fff;
}
@media screen and (max-width: 1400px) {
  .navbar .navbar-nav:after {
    width: -webkit-calc(100% - 20px);
    width: calc(100% - 20px);
  }
}
@media screen and (max-width: 1199px) {
  .navbar .navbar-nav:after {
    content: none;
  }
}
@media screen and (max-width: 1200px) {
  .navbar .navbar-nav {
    margin-left: 0 !important;
    margin-right: auto;
    height: -webkit-calc(100vh - 60px);
    height: calc(100vh - 60px);
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 100%;
  }
}
.navbar .navbar-container {
  margin-left: auto;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}
@media screen and (max-width: 1200px) {
  .navbar .navbar-container {
    margin-left: 0;
    width: 100%;
  }
}
.navbar .submenu {
  padding-left: -webkit-calc(20px + 0.5rem);
  padding-left: calc(20px + 0.5rem);
  display: none;
}
.navbar .submenu.is-shown {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}
@media screen and (max-width: 1200px) {
  .navbar .submenu {
    display: none !important;
  }
}
@media screen and (max-width: 1200px) {
  .navbar .submenu.is-shown {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
}
.navbar .submenu li {
  padding-right: 25px;
}
.navbar .submenu li a {
  color: #fff;
  font-size: 22px;
  line-height: 2;
  text-transform: uppercase;
  font-weight: bold;
}
.navbar .submenu li a:hover {
  color: #E84D52;
  text-decoration: none;
}
.navbar .navbar-collapse .nav-item {
  position: relative;
  padding-left: 20px;
  padding-right: 20px;
}
@media screen and (max-width: 1199px) {
  .navbar .navbar-collapse .nav-item {
    border-bottom: 1px solid #fff;
    display: block;
    width: 100%;
  }
  .navbar .navbar-collapse .nav-item:after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 30px;
    -webkit-transform: translateY(50%);
    transform: translateY(50%);
    width: 8px;
    height: 8px;
    border-radius: 8px;
    background: #fff;
  }
  .navbar .navbar-collapse .nav-item:last-of-type {
    border: none;
  }
  .navbar .navbar-collapse .nav-item:last-of-type:after {
    content: none;
  }
}
.navbar .navbar-collapse .nav-item .social {
  padding: 0 0 0 60px;
  margin: 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}
.navbar .navbar-collapse .nav-item .social li {
  margin-left: 10px;
}
@media screen and (max-width: 1200px) {
  .navbar .navbar-collapse .nav-item .social li {
    margin-right: 10px;
    margin-left: 0;
  }
}
@media screen and (max-width: 1400px) {
  .navbar .navbar-collapse .nav-item .social {
    padding-left: 30px;
  }
}
@media screen and (max-width: 1300px) {
  .navbar .navbar-collapse .nav-item .social {
    padding-left: 15px;
  }
}
@media screen and (max-width: 1200px) {
  .navbar .navbar-collapse .nav-item .social {
    padding-left: 0;
    margin-top: 1rem;
    margin-left: auto;
    margin-right: auto;
    padding-bottom: 1rem;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
}
.navbar .navbar-collapse .nav-item.active {
  position: relative;
}
@media screen and (min-width: 1200px) {
  .navbar .navbar-collapse .nav-item.active:after {
    content: "";
    position: absolute;
    width: 24px;
    height: 24px;
    border-radius: 24px;
    top: 100%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    background: #fff;
    display: block;
  }
}
@media screen and (max-width: 1400px) {
  .navbar .navbar-collapse .nav-item {
    padding-left: 15px;
    padding-right: 15px;
  }
}
@media screen and (max-width: 1300px) {
  .navbar .navbar-collapse .nav-item {
    padding-left: 10px;
    padding-right: 10px;
  }
}
.navbar .navbar-collapse .nav-item .nav-link {
  color: #fff;
  font-size: 22px;
  line-height: 2;
  text-transform: uppercase;
  font-weight: bold;
}
.navbar .navbar-collapse .nav-item .nav-link:hover {
  color: #E84D52;
  text-decoration: none;
}
.navbar .navbar-collapse .nav-item--submenu {
  display: none;
}
@media screen and (max-width: 1199px) {
  .navbar .navbar-collapse .nav-item--submenu {
    display: block;
    padding-left: 40px;
  }
  .navbar .navbar-collapse .nav-item--submenu .nav-link {
    font-size: 18px;
  }
}
@media screen and (max-width: 1199px) {
  .navbar .navbar-collapse {
    position: fixed;
    top: 0;
    right: 0;
    width: 100vw;
    height: 100vh;
    overflow-y: scroll;
    -webkit-transform: translateX(110%);
    transform: translateX(110%);
    background-image: url("../img/bgbackground.webp");
    display: block;
    padding: 104px 15px 15px;
    z-index: -1;
    -webkit-transition: ease 0.3s;
    transition: ease 0.3s;
    box-shadow: 0 5px 15px rgba(2, 2, 2, 0);
  }
  .navbar .navbar-collapse.is-opened {
    -webkit-transform: translateX(0);
    transform: translateX(0);
    box-shadow: 0 0 100px rgba(0, 0, 0, 0.9);
  }
}
.band__list {
  position: relative;
}
.band__container {
  position: relative;
  width: -webkit-calc(100% / 5 - 16px);
  width: calc(100% / 5 - 16px);
  margin: 8px;
  float: left;
}
@media screen and (max-width: 1200px) {
  .band__container {
    width: -webkit-calc(100% / 4 - 16px);
    width: calc(100% / 4 - 16px);
  }
}
@media screen and (max-width: 768px) {
  .band__container {
    width: -webkit-calc(100% / 3 - 4px);
    width: calc(100% / 3 - 4px);
    margin: 2px;
  }
}
@media screen and (max-width: 576px) {
  .band__container {
    width: -webkit-calc(100% / 2 - 4px);
    width: calc(100% / 2 - 4px);
    margin: 2px;
  }
}
.band__container:after {
  content: "";
  position: absolute;
  top: 85%;
  left: 0%;
  width: 40px;
  height: 40px;
  border-radius: 40px;
  background: #020202;
  box-shadow: 0 0 5px rgba(2, 2, 2, 0.5);
  opacity: 0;
}
.band__container:hover:after {
  -webkit-animation-name: hoverLoop;
  animation-name: hoverLoop;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear;
}
.band__container--dummy {
  opacity: 0;
  pointer-events: none;
}
@media screen and (max-width: 576px) {
  .band__container--dummy {
    display: none;
  }
}
@media screen and (max-width: 576px) {
  .band__container--hidden {
    display: none;
  }
}
.band__container--xs {
  margin: 40px auto 0;
  width: auto;
}
.band__item {
  width: 100%;
  height: 0;
  padding-bottom: 100%;
  background: #E84D52;
  border-radius: 1000px;
}
.band__item--xs {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  color: #020202;
  width: 114px;
  height: 114px;
  padding-bottom: 0;
}
.band__item--xs:hover {
  color: #020202;
  text-decoration: none;
}
.band__name {
  position: absolute;
  top: 50%;
  left: 0.75rem;
  padding-right: 1rem;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  font-size: 16px;
  line-height: 1.2;
  color: #020202;
  text-transform: uppercase;
}
@media (min-width: 1200px) {
  .band__name {
    font-size: 18px;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .band__name {
    font-size: -webkit-calc(16px + 2 * ((100vw - 992px) / 207));
    font-size: calc(16px + 2 * ((100vw - 992px) / 207));
  }
}
@media (min-width: 769px) and (max-width: 991px) {
  .band__name {
    font-size: -webkit-calc(16px + 2 * ((100vw - 769px) / 222));
    font-size: calc(16px + 2 * ((100vw - 769px) / 222));
  }
}
@media (min-width: 576px) and (max-width: 768px) {
  .band__name {
    font-size: -webkit-calc(16px + 2 * ((100vw - 576px) / 201));
    font-size: calc(16px + 2 * ((100vw - 576px) / 201));
  }
}
@media screen and (max-width: 320px) {
  .band__name {
    font-size: 12px;
  }
}
.band__name--xs {
  font-size: 14px;
}
@media (min-width: 1200px) {
  .band__name--xs {
    font-size: 16px;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .band__name--xs {
    font-size: -webkit-calc(14px + 2 * ((100vw - 992px) / 207));
    font-size: calc(14px + 2 * ((100vw - 992px) / 207));
  }
}
@media (min-width: 769px) and (max-width: 991px) {
  .band__name--xs {
    font-size: -webkit-calc(14px + 2 * ((100vw - 769px) / 222));
    font-size: calc(14px + 2 * ((100vw - 769px) / 222));
  }
}
@media (min-width: 576px) and (max-width: 768px) {
  .band__name--xs {
    font-size: -webkit-calc(14px + 2 * ((100vw - 576px) / 201));
    font-size: calc(14px + 2 * ((100vw - 576px) / 201));
  }
}
@media screen and (max-width: 320px) {
  .band__name--xs {
    font-size: 10px;
  }
}
.band__all {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100px;
  background-image: -webkit-gradient(
    linear,
    left top,
    left bottom,
    from(transparent),
    to(#020202)
  );
  background-image: linear-gradient(transparent, #020202);
  text-align: center;
  display: none;
}
@media screen and (max-width: 576px) {
  .band__all {
    display: block;
  }
}
.band__all span {
  width: 100px;
  height: 100px;
  border-radius: 100px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  font-size: 12px;
  text-transform: uppercase;
  color: #020202;
  background: #E84D52;
  margin-left: auto;
  margin-right: auto;
  -webkit-transform: translateY(15px);
  transform: translateY(15px);
  cursor: pointer;
}
@-webkit-keyframes hoverLoop {
  0% {
    top: 80%;
    left: 0%;
    opacity: 0;
  }
  1% {
    top: 80%;
    left: 0%;
    opacity: 1;
  }
  50% {
    top: 40%;
    left: 40%;
    opacity: 1;
  }
  100% {
    top: 0;
    left: 80%;
    opacity: 1;
  }
}
@keyframes hoverLoop {
  0% {
    top: 80%;
    left: 0%;
    opacity: 0;
  }
  1% {
    top: 80%;
    left: 0%;
    opacity: 1;
  }
  50% {
    top: 40%;
    left: 40%;
    opacity: 1;
  }
  100% {
    top: 0;
    left: 80%;
    opacity: 1;
  }
}
.details {
  color: #fff;
}
.details h1 {
  position: relative;
  z-index: 2;
  font-size: 38px;
  text-transform: uppercase;
}
@media (min-width: 1200px) {
  .details h1 {
    font-size: 93px;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .details h1 {
    font-size: -webkit-calc(38px + 55 * ((100vw - 992px) / 207));
    font-size: calc(38px + 55 * ((100vw - 992px) / 207));
  }
}
@media (min-width: 769px) and (max-width: 991px) {
  .details h1 {
    font-size: -webkit-calc(38px + 55 * ((100vw - 769px) / 222));
    font-size: calc(38px + 55 * ((100vw - 769px) / 222));
  }
}
@media (min-width: 576px) and (max-width: 768px) {
  .details h1 {
    font-size: -webkit-calc(38px + 55 * ((100vw - 576px) / 201));
    font-size: calc(38px + 55 * ((100vw - 576px) / 201));
  }
}
.details p {
  font-size: 16px;
  line-height: 1.4;
  margin-top: 1.3125rem;
}
@media (min-width: 1200px) {
  .details p {
    font-size: 18px;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .details p {
    font-size: -webkit-calc(16px + 2 * ((100vw - 992px) / 207));
    font-size: calc(16px + 2 * ((100vw - 992px) / 207));
  }
}
@media (min-width: 769px) and (max-width: 991px) {
  .details p {
    font-size: -webkit-calc(16px + 2 * ((100vw - 769px) / 222));
    font-size: calc(16px + 2 * ((100vw - 769px) / 222));
  }
}
@media (min-width: 576px) and (max-width: 768px) {
  .details p {
    font-size: -webkit-calc(16px + 2 * ((100vw - 576px) / 201));
    font-size: calc(16px + 2 * ((100vw - 576px) / 201));
  }
}
.details__image {
  position: relative;
  height: 0;
  padding-bottom: 60.728%;
  background-position: center;
  background-size: cover;
}
.details__image img {
  width: 0;
  height: 0;
}
.details__video {
  position: relative;
  width: 100%;
  height: 0;
  padding-bottom: 56.25%;
  background: #020202;
}
.details__video iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.details__img-container {
  position: relative;
}
.details__date {
  position: absolute;
  top: 0;
  left: 0;
  -webkit-transform: translate(-60%, -10%);
  transform: translate(-60%, -10%);
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  font-size: 18px;
  color: #020202;
  line-height: 0.85;
  white-space: pre-line;
  z-index: 11;
}
@media (min-width: 1200px) {
  .details__date {
    font-size: 29px;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .details__date {
    font-size: -webkit-calc(18px + 11 * ((100vw - 992px) / 207));
    font-size: calc(18px + 11 * ((100vw - 992px) / 207));
  }
}
@media (min-width: 769px) and (max-width: 991px) {
  .details__date {
    font-size: -webkit-calc(18px + 11 * ((100vw - 769px) / 222));
    font-size: calc(18px + 11 * ((100vw - 769px) / 222));
  }
}
@media (min-width: 576px) and (max-width: 768px) {
  .details__date {
    font-size: -webkit-calc(18px + 11 * ((100vw - 576px) / 201));
    font-size: calc(18px + 11 * ((100vw - 576px) / 201));
  }
}
@media screen and (max-width: 993px) {
  .details__date {
    left: auto;
    right: 0;
    -webkit-transform: translate(0, -50%);
    transform: translate(0, -50%);
    width: 100px;
    height: 100px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .details__date div {
    padding: 0 16px;
  }
}
.details__date:after {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  content: "";
  width: 169px;
  height: 169px;
  border-radius: 169px;
  background: #E84D52;
  z-index: -1;
}
@media screen and (max-width: 993px) {
  .details__date:after {
    width: 100px;
    height: 100px;
    border-radius: 100px;
  }
}
.details__icons {
  margin-top: 1.125rem;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.error p {
  position: relative;
  font-size: 16px;
  color: #fff;
  line-height: 1.4;
  z-index: 10;
}
@media (min-width: 1200px) {
  .error p {
    font-size: 18px;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .error p {
    font-size: -webkit-calc(16px + 2 * ((100vw - 992px) / 207));
    font-size: calc(16px + 2 * ((100vw - 992px) / 207));
  }
}
@media (min-width: 769px) and (max-width: 991px) {
  .error p {
    font-size: -webkit-calc(16px + 2 * ((100vw - 769px) / 222));
    font-size: calc(16px + 2 * ((100vw - 769px) / 222));
  }
}
@media (min-width: 576px) and (max-width: 768px) {
  .error p {
    font-size: -webkit-calc(16px + 2 * ((100vw - 576px) / 201));
    font-size: calc(16px + 2 * ((100vw - 576px) / 201));
  }
}
.error p a {
  color: #E84D52;
}
.error h2 {
  border-bottom: 3px solid #fff;
  padding-bottom: 1.25rem;
  margin-bottom: 2.25rem;
  font-size: 26px;
  z-index: 10;
}
@media (min-width: 1200px) {
  .error h2 {
    font-size: 52px;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .error h2 {
    font-size: -webkit-calc(26px + 26 * ((100vw - 992px) / 207));
    font-size: calc(26px + 26 * ((100vw - 992px) / 207));
  }
}
@media (min-width: 769px) and (max-width: 991px) {
  .error h2 {
    font-size: -webkit-calc(26px + 26 * ((100vw - 769px) / 222));
    font-size: calc(26px + 26 * ((100vw - 769px) / 222));
  }
}
@media (min-width: 576px) and (max-width: 768px) {
  .error h2 {
    font-size: -webkit-calc(26px + 26 * ((100vw - 576px) / 201));
    font-size: calc(26px + 26 * ((100vw - 576px) / 201));
  }
}
.error__headline {
  position: relative;
  font-size: 42px;
  display: block;
  color: #fff;
  line-height: 1;
  text-transform: uppercase;
  z-index: 10;
}
@media (min-width: 1200px) {
  .error__headline {
    font-size: 150px;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .error__headline {
    font-size: -webkit-calc(42px + 108 * ((100vw - 992px) / 207));
    font-size: calc(42px + 108 * ((100vw - 992px) / 207));
  }
}
@media (min-width: 769px) and (max-width: 991px) {
  .error__headline {
    font-size: -webkit-calc(42px + 108 * ((100vw - 769px) / 222));
    font-size: calc(42px + 108 * ((100vw - 769px) / 222));
  }
}
@media (min-width: 576px) and (max-width: 768px) {
  .error__headline {
    font-size: -webkit-calc(42px + 108 * ((100vw - 576px) / 201));
    font-size: calc(42px + 108 * ((100vw - 576px) / 201));
  }
}
.error__headline--decor:after {
  content: url("../img/headline-decor.png");
  position: absolute;
  top: 50%;
  right: 0.5rem;
  -webkit-transform: translateY(-40%);
  transform: translateY(-40%);
  z-index: -1;
  max-width: 72%;
}
@media screen and (max-width: 768px) {
  .error__headline--decor:after {
    max-width: 40%;
  }
}
.error__title {
  margin-top: 4rem;
}
.error__faq-title {
  cursor: pointer;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding-bottom: 0.5rem !important;
  margin-bottom: 1.5rem !important;
}
.filter-buttons {
  float: right;
}
.filter-buttons li {
  display: inline-block;
}
.filter-buttons li button {
  margin-left: 10px;
  padding: 5px 15px;
  color: #020202;
  background: #E84D52;
  border-radius: 0;
  border: none;
}
.filter-buttons.is-active button:not(.is-active) {
  background: transparent;
  color: #fff;
}
.grid-sizer {
  width: 33.3333%;
}
@media screen and (max-width: 768px) {
  .grid-sizer {
    width: 50%;
  }
}
@media screen and (max-width: 576px) {
  .grid-sizer {
    width: 100%;
  }
}
.lineup__band-container {
  width: 33.3333%;
}
@media screen and (max-width: 768px) {
  .lineup__band-container {
    width: 50%;
  }
}
@media screen and (max-width: 576px) {
  .lineup__band-container {
    width: 100%;
  }
}
.lineup__headline {
  font-size: 32px;
  display: block;
  color: #fff;
  line-height: 1;
  text-transform: uppercase;
  margin-bottom: 0rem;
}
@media (min-width: 1200px) {
  .lineup__headline {
    font-size: 62px;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .lineup__headline {
    font-size: -webkit-calc(32px + 30 * ((100vw - 992px) / 207));
    font-size: calc(32px + 30 * ((100vw - 992px) / 207));
  }
}
@media (min-width: 769px) and (max-width: 991px) {
  .lineup__headline {
    font-size: -webkit-calc(32px + 30 * ((100vw - 769px) / 222));
    font-size: calc(32px + 30 * ((100vw - 769px) / 222));
  }
}
@media (min-width: 576px) and (max-width: 768px) {
  .lineup__headline {
    font-size: -webkit-calc(32px + 30 * ((100vw - 576px) / 201));
    font-size: calc(32px + 30 * ((100vw - 576px) / 201));
  }
}
.lineup__more h2 {
  color: #E84D52;
  margin-bottom: 2rem;
}
.lineup__band {
  position: relative;
  margin-bottom: 2rem;
  padding-left: 4px;
  padding-right: 4px;
}
.lineup__band:hover {
  text-decoration: none;
}
.lineup__band:hover .lineup__name {
  color: #E84D52;
}
.lineup__image {
  position: relative;
  padding-bottom: 60.728%;
  background-color: #020202;
  background-position: center;
  background-size: cover;
}
.lineup__image:after {
  position: absolute;
  top: 0;
  right: 0;
  -webkit-transform: translate(50%, -50%);
  transform: translate(50%, -50%);
  content: "";
  width: 90px;
  height: 90px;
  border-radius: 90px;
  background: #E84D52;
  z-index: 10;
}
@media screen and (max-width: 1400px) {
  .lineup__image:after {
    right: 0;
    -webkit-transform: translate(15px, -50%);
    transform: translate(15px, -50%);
  }
}
@media screen and (max-width: 1200px) {
  .lineup__image:after {
    right: 0;
    -webkit-transform: translate(5px, -50%);
    transform: translate(5px, -50%);
  }
}
.lineup__date {
  position: absolute;
  top: 0;
  right: 0;
  -webkit-transform: translate(50%, -50%);
  transform: translate(50%, -50%);
  font-size: 23px;
  color: #020202;
  line-height: 0.85;
  white-space: pre-line;
  z-index: 11;
}
@media (min-width: 1200px) {
  .lineup__date {
    font-size: 29px;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .lineup__date {
    font-size: -webkit-calc(23px + 6 * ((100vw - 992px) / 207));
    font-size: calc(23px + 6 * ((100vw - 992px) / 207));
  }
}
@media (min-width: 769px) and (max-width: 991px) {
  .lineup__date {
    font-size: -webkit-calc(23px + 6 * ((100vw - 769px) / 222));
    font-size: calc(23px + 6 * ((100vw - 769px) / 222));
  }
}
@media (min-width: 576px) and (max-width: 768px) {
  .lineup__date {
    font-size: -webkit-calc(23px + 6 * ((100vw - 576px) / 201));
    font-size: calc(23px + 6 * ((100vw - 576px) / 201));
  }
}
@media screen and (max-width: 1400px) {
  .lineup__date {
    right: 0;
    -webkit-transform: translate(0, -50%);
    transform: translate(0, -50%);
  }
}
@media screen and (max-width: 1200px) {
  .lineup__date {
    right: 15px;
    -webkit-transform: translate(0, -50%);
    transform: translate(0, -50%);
  }
}
.lineup__name {
  text-transform: uppercase;
  margin-top: 1rem;
  color: #fff;
  font-size: 19px;
}
@media (min-width: 1200px) {
  .lineup__name {
    font-size: 23px;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .lineup__name {
    font-size: -webkit-calc(19px + 4 * ((100vw - 992px) / 207));
    font-size: calc(19px + 4 * ((100vw - 992px) / 207));
  }
}
@media (min-width: 769px) and (max-width: 991px) {
  .lineup__name {
    font-size: -webkit-calc(19px + 4 * ((100vw - 769px) / 222));
    font-size: calc(19px + 4 * ((100vw - 769px) / 222));
  }
}
@media (min-width: 576px) and (max-width: 768px) {
  .lineup__name {
    font-size: -webkit-calc(19px + 4 * ((100vw - 576px) / 201));
    font-size: calc(19px + 4 * ((100vw - 576px) / 201));
  }
}
.table {
  color: #fff;
  max-width: -webkit-calc(100% - 80px);
  max-width: calc(100% - 80px);
  margin-left: auto;
  margin-right: auto;
}
@media screen and (max-width: 1200px) {
  .table {
    max-width: 100%;
  }
}
.table tr {
  font-size: 18px;
  line-height: 2.4;
  border: none;
}
@media (min-width: 1200px) {
  .table tr {
    font-size: 22px;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .table tr {
    font-size: -webkit-calc(18px + 4 * ((100vw - 992px) / 207));
    font-size: calc(18px + 4 * ((100vw - 992px) / 207));
  }
}
@media (min-width: 769px) and (max-width: 991px) {
  .table tr {
    font-size: -webkit-calc(18px + 4 * ((100vw - 769px) / 222));
    font-size: calc(18px + 4 * ((100vw - 769px) / 222));
  }
}
@media (min-width: 576px) and (max-width: 768px) {
  .table tr {
    font-size: -webkit-calc(18px + 4 * ((100vw - 576px) / 201));
    font-size: calc(18px + 4 * ((100vw - 576px) / 201));
  }
}
.table tr th {
  font-size: 24px;
  border: none;
  text-transform: uppercase;
}
@media (min-width: 1200px) {
  .table tr th {
    font-size: 32px;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .table tr th {
    font-size: -webkit-calc(24px + 8 * ((100vw - 992px) / 207));
    font-size: calc(24px + 8 * ((100vw - 992px) / 207));
  }
}
@media (min-width: 769px) and (max-width: 991px) {
  .table tr th {
    font-size: -webkit-calc(24px + 8 * ((100vw - 769px) / 222));
    font-size: calc(24px + 8 * ((100vw - 769px) / 222));
  }
}
@media (min-width: 576px) and (max-width: 768px) {
  .table tr th {
    font-size: -webkit-calc(24px + 8 * ((100vw - 576px) / 201));
    font-size: calc(24px + 8 * ((100vw - 576px) / 201));
  }
}
.table tr td {
  border: none;
  vertical-align: middle;
  padding-left: 1rem;
  padding-right: 1rem;
}
#mc_embed_signup {
  width: 100% !important;
  background: transparent !important;
}
.new-home {
  position: relative;
  color: #fff;
  margin-bottom: 8rem;
  margin-top: 3rem;
}
.new-home--center {
  text-align: center;
}
.new-home h1 {
  font-size: 72px;
  font-weight: 800;
}
@media (min-width: 1200px) {
  .new-home h1 {
    font-size: 146px;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .new-home h1 {
    font-size: -webkit-calc(72px + 74 * ((100vw - 992px) / 207));
    font-size: calc(72px + 74 * ((100vw - 992px) / 207));
  }
}
@media (min-width: 769px) and (max-width: 991px) {
  .new-home h1 {
    font-size: -webkit-calc(72px + 74 * ((100vw - 769px) / 222));
    font-size: calc(72px + 74 * ((100vw - 769px) / 222));
  }
}
@media (min-width: 576px) and (max-width: 768px) {
  .new-home h1 {
    font-size: -webkit-calc(72px + 74 * ((100vw - 576px) / 201));
    font-size: calc(72px + 74 * ((100vw - 576px) / 201));
  }
}
.new-home h1 small {
  display: block;
  font-size: 36px;
  font-weight: 400;
}
@media (min-width: 1200px) {
  .new-home h1 small {
    font-size: 48px;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .new-home h1 small {
    font-size: -webkit-calc(36px + 12 * ((100vw - 992px) / 207));
    font-size: calc(36px + 12 * ((100vw - 992px) / 207));
  }
}
@media (min-width: 769px) and (max-width: 991px) {
  .new-home h1 small {
    font-size: -webkit-calc(36px + 12 * ((100vw - 769px) / 222));
    font-size: calc(36px + 12 * ((100vw - 769px) / 222));
  }
}
@media (min-width: 576px) and (max-width: 768px) {
  .new-home h1 small {
    font-size: -webkit-calc(36px + 12 * ((100vw - 576px) / 201));
    font-size: calc(36px + 12 * ((100vw - 576px) / 201));
  }
}
.new-home h1.text-shadow {
  font-size: 160px;
  font-weight: bold;
  margin-bottom: 0;
}
.new-home h2.text-shadow {
  font-size: 92px;
  margin-bottom: 0;
}
.new-home h3.text-shadow {
  font-size: 42px;
}
.new-home h4.text-shadow {
  font-size: 29px;
}
@media (max-width: 768px) {
  .new-home h1.text-shadow {
    font-size: 72px;
  }
  .new-home h2.text-shadow {
    font-size: 42px;
  }
  .new-home h3.text-shadow {
    font-size: 21px;
  }
  .new-home h4.text-shadow {
    font-size: 15px;
  }
}
.new-home .text-shadow {
  text-shadow: 0px 0px 5px #222222;
}
.new-home .bg {
  position: absolute;
  top: 0;
  left: 50%;
  width: 100%;
  z-index: 1;
  max-width: 1640px;
  -webkit-transform: translate(calc(-50% - 5rem), -3.5rem);
  transform: translate(calc(-50% - 5rem), -3.5rem);
}
.new-home .container-xl {
  position: relative;
  z-index: 2;
}
.new-home .poster {
  margin-top: 24px;
  width: 100%;
  max-width: 673px;
  margin-bottom: 26px;
}
.newsletter {
  background: #E84D52;
  padding: 1.6rem 1.75rem 0.875rem;
}
.newsletter--xl {
  padding: 1px 3.75rem 2.5rem;
}
@media screen and (max-width: 768px) {
  .newsletter--xl {
    padding: 1.6rem 1.75rem 0.875rem;
  }
}
.newsletter--xl h2 {
  color: #020202;
}
.newsletter--xl .form-group--dekor {
  position: relative;
  text-align: center;
  margin-top: 0 !important;
}
.newsletter--xl .form-group--dekor img {
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 1rem;
  width: auto;
  max-width: 100%;
}
.newsletter--xl .form-group--dekor div {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 100%;
}
.newsletter__form {
  margin-top: 3rem;
}
.newsletter .form-group {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  margin-top: 2rem;
  margin-bottom: 0;
}
@media screen and (max-width: 768px) {
  .newsletter .form-group {
    display: block;
  }
}
.newsletter .form-group .email,
.newsletter .form-group input {
  width: 100%;
  height: 72px;
  border: none;
  border-radius: 0;
  margin-right: 43px;
  font-size: 12px;
  color: #020202;
  padding-left: 2rem;
  padding-right: 2rem;
}
@media screen and (max-width: 992px) {
  .newsletter .form-group .email,
  .newsletter .form-group input {
    margin-right: 0;
  }
}
@media screen and (max-width: 768px) {
  .newsletter .btn {
    width: 100%;
  }
}
.newsletter p {
  margin-top: 20px;
  margin-bottom: 0;
  font-size: 16px;
  line-height: 1.4;
}
#mc_embed_signup .mc-field-group {
  width: 100% !important;
}
#mc_embed_signup .mc-field-group label {
  font-family: "Futura-Bold" !important;
  color: white!important;
  margin-top: 0;
}
#mc_embed_signup form {
  padding: 1rem !important;
  background-color: #020202 !important;
}
#mc_embed_signup input {
  font-family: "Futura-Bold" !important;
  width: 100% !important;
  height: 54px !important;
  border: none !important;
  border-radius: 0 !important;
  border: none !important;
  font-size: 12px !important;
  color: #020202 !important;
  padding-left: 2rem !important;
  padding-right: 2rem !important;
}
#mc_embed_signup_scroll h3,
#mc_embed_signup h2,
#mc_embed_signup .indicates-required {
  display: none !important;
}
#mc_embed_signup #mc-embedded-subscribe-form div.mce_inline_error {
  font-family: "Futura-Bold" !important;
  background-color: transparent !important;
}
#mc_embed_signup .foot {
  display: -webkit-box !important;
  display: -webkit-flex !important;
  display: -ms-flexbox !important;
  display: flex !important;
  -webkit-box-orient: horizontal !important;
  -webkit-box-direction: normal !important;
  -webkit-flex-direction: row !important;
  -ms-flex-direction: row !important;
  flex-direction: row !important;
  -webkit-align-content: center !important;
  -ms-flex-line-pack: center !important;
  align-content: center !important;
  -webkit-box-pack: justify !important;
  -webkit-justify-content: space-between !important;
  -ms-flex-pack: justify !important;
  justify-content: space-between !important;
  width: 100% !important;
  margin-top: 12px;
}
@media screen and (max-width: 576px) {
  #mc_embed_signup .foot {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
    -webkit-flex-direction: column !important;
    -ms-flex-direction: column !important;
    flex-direction: column !important;
  }
}
#mc_embed_signup .foot .brandingLogo {
  margin-top: auto !important;
  margin-bottom: auto !important;
}
#mc_embed_signup .brandingLogo {
  margin-top: 0 !important;
}
#mc_embed_signup .button {
  font-family: "Futura-Bold" !important;
  color: #fff !important;
  background-color: #E84D52 !important;
  border-color: #E84D52 !important;
  display: inline-block !important;
  text-align: center !important;
  white-space: nowrap !important;
  vertical-align: middle !important;
  -webkit-user-select: none !important;
  -moz-user-select: none !important;
  -ms-user-select: none !important;
  user-select: none !important;
  border: 1px solid transparent !important;
  padding: 0.375rem 2.625rem !important;
  font-size: 12px !important;
  margin-right: 32px !important;
  width: auto !important;
}
@media screen and (max-width: 576px) {
  #mc_embed_signup .button {
    margin-right: 0 !important;
    margin-bottom: 0.75rem !important;
    width: 100% !important;
  }
  #mc_embed_signup .foot .brandingLogo {
    text-align: center !important;
  }
}
#mc_embed_signup div#mce-responses {
  margin: 0 !important;
}
#mc_embed_signup div.response {
  margin-top: 0 !important;
  top: 0 !important;
}
#mc_embed_signup #mce-success-response {
  font-family: "Futura-Bold" !important;
  padding-top: 0 !important;
}
#mc_embed_signup div#mce-responses {
  padding-left: 0 !important;
}
#mc_embed_signup.is-hungarian input.mce_inline_error + .mce_inline_error {
  display: block !important;
  color: transparent !important;
  position: relative;
}
#mc_embed_signup.is-hungarian input.mce_inline_error + .mce_inline_error:after {
  content: "Mező kitöltése kötelező";
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  left: 0;
  display: inline-block;
  margin: 2px 0 1em 0;
  padding: 3px;
  font-size: 14px;
  font-weight: normal;
  color: #e85c41;
}
#mc_embed_signup.is-hungarian #mce-success-response {
  width: 100%;
  color: transparent !important;
  position: relative;
}
#mc_embed_signup.is-hungarian #mce-success-response:after {
  content: "Köszönjük, hogy feliratkoztál!";
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  left: 0;
  display: inline-block;
  margin: 2px 0 1em 0;
  padding: 3px;
  font-size: 14px;
  font-weight: normal;
  color: #529214;
}
.own-select {
  position: relative;
  width: 100%;
}
.own-select img {
  z-index: 1;
}
.own-select img.opened {
  z-index: 100000;
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
}
.own-select select {
  opacity: 0.25;
  height: 40px !important;
  line-height: 40px !important;
  border-radius: 0 !important;
}
@media screen and (max-width: 576px) {
  .own-select {
    display: block;
    max-width: none;
  }
}
.own-select .select {
  display: block;
  text-align: left;
  color: #020202;
  -webkit-transition: ease 0.2s;
  transition: ease 0.2s;
  font-size: 14px;
  height: 40px;
  line-height: 40px;
  width: 100%;
  position: relative;
  border: 1px solid #E84D52;
  background: #E84D52;
  border-radius: 0;
}
.own-select .select.disabled {
  pointer-events: none;
  opacity: 0.75;
}
.own-select .select.disabled .arrow {
  display: none;
}
.own-select .select.hover .label {
  opacity: 0.5;
}
.own-select .select.hover .arrow {
  -webkit-transform: translate(0, -60%) rotate(180deg);
  transform: translate(0, -60%) rotate(180deg);
}
.own-select .select:hover {
  cursor: pointer;
  border-color: #E84D52;
}
.own-select .select .label {
  position: absolute;
  top: 50%;
  left: 0.7rem;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  line-height: 20px;
}
.own-select .select .label p {
  display: none;
}
.own-select .select .arrow {
  position: absolute;
  top: 50%;
  right: 0.5rem;
  -webkit-transform: translateY(-55%);
  transform: translateY(-55%);
  font-size: 13px;
  margin-top: 3px;
  color: #020202;
  z-index: 10;
  -webkit-transition: ease 0.2s;
  transition: ease 0.2s;
  font-weight: bold;
}
.own-select .options {
  display: none;
  text-align: left;
  color: #020202;
  font-size: 14px;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 9;
  width: 100%;
  padding: 0;
  max-height: 420px;
  overflow-y: scroll;
  border-radius: 0;
  border: 1px solid #020202;
  box-shadow: 0 0 6px 0 rgba(2, 2, 2, 0.1);
}
.own-select .options a {
  display: block;
  color: #020202;
  font-size: 14px;
}
.own-select .options a:hover {
  text-decoration: none;
}
.own-select .options::-webkit-scrollbar {
  width: 0;
}
.own-select .options::-webkit-scrollbar-track {
  width: 0;
  height: 0;
  -webkit-box-shadow: inset 0 0 0 rgba(0, 0, 0, 0);
}
.own-select .options::-webkit-scrollbar-thumb {
  width: 0;
  height: 0;
  background-color: transparent;
  outline: 0;
}
.own-select .options li {
  background: #020202;
  list-style: none;
  -webkit-transition: ease 0.2s;
  transition: ease 0.2s;
  line-height: 40px;
  cursor: pointer;
  padding: 0 -webkit-calc(1rem - 4px);
  padding: 0 calc(1rem - 4px);
  white-space: nowrap;
  color: #fff;
}
.own-select .options li:hover {
  color: #E84D52;
}
.own-select .options li.disabled {
  pointer-events: none;
}
.own-select.with-picture .options li {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  line-height: 1;
  padding: 1.25rem 1.9rem -webkit-calc(0.75rem + 1px);
  padding: 1.25rem 1.9rem calc(0.75rem + 1px);
  position: relative;
}
.own-select.with-picture .options li div {
  white-space: normal;
}
.own-select.with-picture .options li:after {
  content: "";
  position: absolute;
  top: -webkit-calc(100% - 1px);
  top: calc(100% - 1px);
  left: 1.9rem;
  height: 1px;
  width: -webkit-calc(100% - 3.8rem);
  width: calc(100% - 3.8rem);
  -webkit-transition: ease 0.2s;
  transition: ease 0.2s;
}
.own-select.with-picture .options li small {
  /* font-family: $light; */
  margin-bottom: 0;
}
.own-select.with-picture .options li img {
  width: 28px;
  margin-right: 0.75rem;
  margin-top: -3px;
  margin-bottom: 3px;
}
.own-select.with-picture .options li:hover {
  background: #E84D52;
}
.own-select.with-picture .options li:hover:after {
  background: #E84D52;
}
.own-select.with-picture .options li:last-of-type:after {
  content: none;
}
.separator {
  position: relative;
  height: 2px;
  margin-left: auto;
  margin-right: auto;
  background: #fff;
  width: 100%;
}
@media screen and (max-width: 992px) {
  .separator {
    height: 1px;
  }
}
.separator:before {
  content: "";
  position: absolute;
  width: 24px;
  height: 24px;
  border-radius: 24px;
  top: 100%;
  left: var(--left);
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
  background: #fff;
  display: block;
  -webkit-animation-name: planetLoop;
  animation-name: planetLoop;
  -webkit-animation-duration: 30s;
  animation-duration: 30s;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  -webkit-animation-delay: var(--animation-delay);
  animation-delay: var(--animation-delay);
}
@media screen and (max-width: 992px) {
  .separator:before {
    width: 8px;
    height: 8px;
  }
}
.separator--margin {
  margin: 4rem auto;
}
@media screen and (max-width: 992px) {
  .separator--margin {
    margin: 2rem auto;
  }
}
@-webkit-keyframes planetLoop {
  0% {
    left: var(--left);
    -webkit-transform: translate(0, -50%);
    transform: translate(0, -50%);
  }
  70% {
    left: var(--left);
    -webkit-transform: translate(0, -50%);
    transform: translate(0, -50%);
  }
  80% {
    left: 100%;
    -webkit-transform: translate(-24px, -50%);
    transform: translate(-24px, -50%);
  }
  90% {
    left: 12px;
    -webkit-transform: translate(-12px, -50%);
    transform: translate(-12px, -50%);
  }
  100% {
    left: var(--left);
    -webkit-transform: translate(0, -50%);
    transform: translate(0, -50%);
  }
}
@keyframes planetLoop {
  0% {
    left: var(--left);
    -webkit-transform: translate(0, -50%);
    transform: translate(0, -50%);
  }
  70% {
    left: var(--left);
    -webkit-transform: translate(0, -50%);
    transform: translate(0, -50%);
  }
  80% {
    left: 100%;
    -webkit-transform: translate(-24px, -50%);
    transform: translate(-24px, -50%);
  }
  90% {
    left: 12px;
    -webkit-transform: translate(-12px, -50%);
    transform: translate(-12px, -50%);
  }
  100% {
    left: var(--left);
    -webkit-transform: translate(0, -50%);
    transform: translate(0, -50%);
  }
}
.spotify {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}
@media screen and (max-width: 992px) {
  .spotify {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: column-reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
}
.spotify__left {
  position: relative;
}
.spotify__left img {
  max-width: 100%;
}
.spotify__right {
  background: #121212;
}
@media screen and (max-width: 992px) {
  .spotify__right {
    width: 100%;
  }
}
.spotify__decor {
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translate(-100%, -50%);
  transform: translate(-100%, -50%);
}
.spotify__headline {
  position: absolute;
  top: 50%;
  right: 22px;
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
  width: 45%;
  text-align: right;
}
@media screen and (max-width: 992px) {
  .spotify__headline {
    width: 80%;
    right: 0;
    font-size: 15px;
  }
}
.spotify iframe {
  border-radius: 0 !important;
}
.static p {
  position: relative;
  font-size: 16px;
  color: #fff;
  line-height: 1.4;
  z-index: 10;
}
@media (min-width: 1200px) {
  .static p {
    font-size: 18px;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .static p {
    font-size: -webkit-calc(16px + 2 * ((100vw - 992px) / 207));
    font-size: calc(16px + 2 * ((100vw - 992px) / 207));
  }
}
@media (min-width: 769px) and (max-width: 991px) {
  .static p {
    font-size: -webkit-calc(16px + 2 * ((100vw - 769px) / 222));
    font-size: calc(16px + 2 * ((100vw - 769px) / 222));
  }
}
@media (min-width: 576px) and (max-width: 768px) {
  .static p {
    font-size: -webkit-calc(16px + 2 * ((100vw - 576px) / 201));
    font-size: calc(16px + 2 * ((100vw - 576px) / 201));
  }
}
.static p a {
  color: #E84D52;
}
.static h2 {
  border-bottom: 3px solid #fff;
  padding-bottom: 1.25rem;
  margin-bottom: 2.25rem;
  font-size: 26px;
}
@media (min-width: 1200px) {
  .static h2 {
    font-size: 52px;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .static h2 {
    font-size: -webkit-calc(26px + 26 * ((100vw - 992px) / 207));
    font-size: calc(26px + 26 * ((100vw - 992px) / 207));
  }
}
@media (min-width: 769px) and (max-width: 991px) {
  .static h2 {
    font-size: -webkit-calc(26px + 26 * ((100vw - 769px) / 222));
    font-size: calc(26px + 26 * ((100vw - 769px) / 222));
  }
}
@media (min-width: 576px) and (max-width: 768px) {
  .static h2 {
    font-size: -webkit-calc(26px + 26 * ((100vw - 576px) / 201));
    font-size: calc(26px + 26 * ((100vw - 576px) / 201));
  }
}
.static__headline {
  position: relative;
  font-size: 42px;
  display: block;
  color: #fff;
  line-height: 1;
  text-transform: uppercase;
  z-index: 10;
}
@media (min-width: 1200px) {
  .static__headline {
    font-size: 63px;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .static__headline {
    font-size: -webkit-calc(42px + 21 * ((100vw - 992px) / 207));
    font-size: calc(42px + 21 * ((100vw - 992px) / 207));
  }
}
@media (min-width: 769px) and (max-width: 991px) {
  .static__headline {
    font-size: -webkit-calc(42px + 21 * ((100vw - 769px) / 222));
    font-size: calc(42px + 21 * ((100vw - 769px) / 222));
  }
}
@media (min-width: 576px) and (max-width: 768px) {
  .static__headline {
    font-size: -webkit-calc(42px + 21 * ((100vw - 576px) / 201));
    font-size: calc(42px + 21 * ((100vw - 576px) / 201));
  }
}
.static__headline--decor:after {
  content: url("../img/headline-decor.png");
  position: absolute;
  top: 50%;
  right: 0.5rem;
  -webkit-transform: translateY(-40%);
  transform: translateY(-40%);
  z-index: -1;
  max-width: 72%;
}
@media screen and (max-width: 768px) {
  .static__headline--decor:after {
    max-width: 40%;
  }
}
.static__title {
  margin-top: 4rem;
}
.static__faq-title {
  cursor: pointer;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding-bottom: 0.5rem !important;
  margin-bottom: 1.5rem !important;
}
.static__faq-icon {
  width: 73px;
  height: 73px;
  border-radius: 73px;
  -webkit-flex-shrink: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  background: #E84D52;
}
@media screen and (max-width: 768px) {
  .static__faq-icon {
    width: 48px;
    height: 48px;
    border-radius: 48px;
  }
}
.static__hidden-content {
  display: none;
}
.ticket {
  position: relative;
  font-size: 24px;
  color: #020202;
  line-height: 1.1;
  text-transform: uppercase;
  display: block;
}
.ticket:hover {
  color: #020202;
}
.ticket--xs {
  font-size: 50px;
  margin-top: 0;
}
@media screen and (max-width: 1100px) {
  .ticket--xs {
    font-size: 34px;
  }
}
@media screen and (max-width: 768px) {
  .ticket--xs {
    font-size: 30px;
  }
}
@media screen and (max-width: 576px) {
  .ticket--xs {
    font-size: 30px;
    margin-bottom: 0.5rem;
  }
}
@media screen and (max-width: 480px) {
  .ticket--xs {
    font-size: 24px;
    margin-bottom: 0.5rem;
  }
}
@media screen and (max-width: 375px) {
  .ticket--xs {
    font-size: 20px;
    margin-bottom: 0.5rem;
  }
}
@media screen and (max-width: 375px) {
  .ticket--xs {
    font-size: 16px;
    margin-bottom: 0.5rem;
  }
}
@media screen and (max-width: 992px) {
  .ticket {
    padding-left: 0;
    padding-right: 0;
  }
}
.ticket img {
  position: relative;
  width: 100%;
}
.ticket__top {
  position: absolute;
  top: 47%;
  left: 25.5%;
  width: 50%;
  height: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  line-height: 1.2;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}
@media screen and (max-width: 576px) {
  .ticket__top {
    top: 4%;
    left: 8%;
    width: 60%;
    height: auto;
    -webkit-transform: none;
    transform: none;
    font-size: 32px;
  }
}
@media screen and (max-width: 576px) {
  .ticket__top div:nth-of-type(2) {
    margin-top: 1rem;
    font-size: 64%;
  }
}
.ticket__left {
  position: absolute;
  top: 0;
  left: 0;
  width: 14%;
  height: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  white-space: pre-wrap;
  text-align: center;
  font-size: 50px;
  line-height: 1;
}
@media screen and (max-width: 1100px) {
  .ticket__left {
    font-size: 34px;
    width: 30%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    padding-top: 1rem;
    padding-left: 1rem;
  }
}
@media screen and (max-width: 768px) {
  .ticket__left {
    font-size: 30px;
  }
}
@media screen and (max-width: 576px) {
  .ticket__left {
    font-size: 30px;
  }
}
@media screen and (max-width: 480px) {
  .ticket__left {
    font-size: 24px;
  }
}
@media screen and (max-width: 375px) {
  .ticket__left {
    font-size: 20px;
  }
}
@media screen and (max-width: 375px) {
  .ticket__left {
    font-size: 16px;
  }
}
.ticket__right {
  position: absolute;
  top: 0;
  right: 0;
  width: 86%;
  padding-left: 6rem;
  height: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}
@media screen and (max-width: 1100px) {
  .ticket__right {
    padding-left: 2rem;
  }
}
@media screen and (max-width: 576px) {
  .ticket__right {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    width: 70%;
    padding-top: 1rem;
    padding-left: 0;
  }
}
.ticket__right div:first-of-type {
  color: #fff;
}
.ticket__bottom {
  position: absolute;
  bottom: 0;
  left: 28%;
  width: 50%;
  height: 50%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.ticket--xl {
  padding-left: 20px;
  padding-right: 20px;
}
@media screen and (max-width: 576px) {
  .ticket--xl {
    padding-left: 0;
    padding-right: 0;
  }
}
.ticket__button {
  background-color: #fff;
  margin-top: 1.625rem;
  font-size: 20px;
  padding: 0.25rem 0.5rem;
}
.ticket__content {
  position: absolute;
  top: 0;
  left: 0%;
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 1rem 1.625rem;
}
.ticket__content--row {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
@media screen and (max-width: 576px) {
  .ticket__content {
    padding-top: 1rem;
    padding-bottom: 1rem;
  }
}
.ticket__content--left {
  min-width: 58%;
  padding-right: 0.5rem;
  font-size: 18px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  height: 100%;
}
@media (min-width: 1200px) {
  .ticket__content--left {
    font-size: 32px;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .ticket__content--left {
    font-size: -webkit-calc(18px + 14 * ((100vw - 992px) / 207));
    font-size: calc(18px + 14 * ((100vw - 992px) / 207));
  }
}
@media (min-width: 769px) and (max-width: 991px) {
  .ticket__content--left {
    font-size: -webkit-calc(18px + 14 * ((100vw - 769px) / 222));
    font-size: calc(18px + 14 * ((100vw - 769px) / 222));
  }
}
@media (min-width: 576px) and (max-width: 768px) {
  .ticket__content--left {
    font-size: -webkit-calc(18px + 14 * ((100vw - 576px) / 201));
    font-size: calc(18px + 14 * ((100vw - 576px) / 201));
  }
}
@media screen and (max-width: 576px) {
  .ticket__content--left img {
    max-width: 90%;
  }
}
.ticket__content--right {
  min-width: 42%;
  padding-left: 0.5rem;
}
.ticket__day {
  font-size: 26px;
  line-height: 0.9;
}
@media (min-width: 1200px) {
  .ticket__day {
    font-size: 62px;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .ticket__day {
    font-size: -webkit-calc(26px + 36 * ((100vw - 992px) / 207));
    font-size: calc(26px + 36 * ((100vw - 992px) / 207));
  }
}
@media (min-width: 769px) and (max-width: 991px) {
  .ticket__day {
    font-size: -webkit-calc(26px + 36 * ((100vw - 769px) / 222));
    font-size: calc(26px + 36 * ((100vw - 769px) / 222));
  }
}
@media (min-width: 576px) and (max-width: 768px) {
  .ticket__day {
    font-size: -webkit-calc(26px + 36 * ((100vw - 576px) / 201));
    font-size: calc(26px + 36 * ((100vw - 576px) / 201));
  }
}
.ticket__date {
  color: #fff;
  line-height: 0.9;
  font-size: 20px;
  margin-bottom: 1.5rem;
}
@media (min-width: 1200px) {
  .ticket__date {
    font-size: 42px;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .ticket__date {
    font-size: -webkit-calc(20px + 22 * ((100vw - 992px) / 207));
    font-size: calc(20px + 22 * ((100vw - 992px) / 207));
  }
}
@media (min-width: 769px) and (max-width: 991px) {
  .ticket__date {
    font-size: -webkit-calc(20px + 22 * ((100vw - 769px) / 222));
    font-size: calc(20px + 22 * ((100vw - 769px) / 222));
  }
}
@media (min-width: 576px) and (max-width: 768px) {
  .ticket__date {
    font-size: -webkit-calc(20px + 22 * ((100vw - 576px) / 201));
    font-size: calc(20px + 22 * ((100vw - 576px) / 201));
  }
}
@media screen and (max-width: 992px) {
  .ticket--sm {
    margin: 20px auto 0;
  }
}
.ticket--sm .ticket__content {
  width: 80%;
  right: auto;
  left: 10%;
  padding: 0;
}
.ticket--sm .ticket__content--left {
  min-width: 45%;
  font-size: 14px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}
@media (min-width: 1200px) {
  .ticket--sm .ticket__content--left {
    font-size: 20px;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .ticket--sm .ticket__content--left {
    font-size: -webkit-calc(14px + 6 * ((100vw - 992px) / 207));
    font-size: calc(14px + 6 * ((100vw - 992px) / 207));
  }
}
@media (min-width: 769px) and (max-width: 991px) {
  .ticket--sm .ticket__content--left {
    font-size: -webkit-calc(14px + 6 * ((100vw - 769px) / 222));
    font-size: calc(14px + 6 * ((100vw - 769px) / 222));
  }
}
@media (min-width: 576px) and (max-width: 768px) {
  .ticket--sm .ticket__content--left {
    font-size: -webkit-calc(14px + 6 * ((100vw - 576px) / 201));
    font-size: calc(14px + 6 * ((100vw - 576px) / 201));
  }
}
.ticket--sm .ticket__content--right {
  min-width: 55%;
  padding-left: 2rem;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.ticket--sm .ticket__date {
  margin-bottom: 0;
}
.timetable {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  overflow: hidden;
}
.timetable .tab-content {
  position: relative;
}
.timetable .arrow-container {
  position: absolute;
  top: 0;
  right: 0;
  display: none;
  z-index: 100;
}
@media screen and (max-width: 850px) {
  .timetable .arrow-container {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
}
.timetable .arrow-container .arrow {
  color: #fff;
  font-size: 24px;
  padding: 10px;
}
.timetable .arrow-container .arrow.slick-disabled {
  opacity: 0.5;
}
.timetable .slick-track {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.timetable__left {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  width: 112px;
  padding-right: 52px;
  padding-top: 15px;
}
@media screen and (max-width: 850px) {
  .timetable__left {
    padding-top: 5px;
    width: 80px;
    font-size: 14px;
    padding-right: 0;
  }
}
.timetable__right {
  width: -webkit-calc(100% - 112px);
  width: calc(100% - 112px);
  overflow: hidden;
}
@media screen and (max-width: 850px) {
  .timetable__right {
    width: -webkit-calc(100% - 80px);
    width: calc(100% - 80px);
  }
}
.timetable__hour {
  position: relative;
  height: 60px;
  color: #fff;
  border-bottom: 1px solid #fff;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  width: 112px;
  padding-left: 10px;
}
@media screen and (max-width: 850px) {
  .timetable__hour {
    width: 80px;
  }
}
.timetable__hour--round:after {
  content: "";
  position: absolute;
  bottom: -2px;
  left: 0;
  width: 100vw;
  height: 2px;
  background: #fff;
}
.timetable__hour--round:first-of-type:after {
  content: none;
}
.timetable h4 {
  font-size: 22px;
  padding: 10px 34px 20px;
  z-index: 1000000;
}
@media (min-width: 1200px) {
  .timetable h4 {
    font-size: 30px;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .timetable h4 {
    font-size: -webkit-calc(22px + 8 * ((100vw - 992px) / 207));
    font-size: calc(22px + 8 * ((100vw - 992px) / 207));
  }
}
@media (min-width: 769px) and (max-width: 991px) {
  .timetable h4 {
    font-size: -webkit-calc(22px + 8 * ((100vw - 769px) / 222));
    font-size: calc(22px + 8 * ((100vw - 769px) / 222));
  }
}
@media (min-width: 576px) and (max-width: 768px) {
  .timetable h4 {
    font-size: -webkit-calc(22px + 8 * ((100vw - 576px) / 201));
    font-size: calc(22px + 8 * ((100vw - 576px) / 201));
  }
}
@media screen and (max-width: 850px) {
  .timetable h4 {
    padding: 10px 22px 20px;
  }
}
.timetable .is-active {
  z-index: 1;
}
.timetable .is-active .js-sticky {
  background: #020202;
}
.timetable__column {
  position: relative;
  height: 1203px;
  background: repeating-linear-gradient(
    -45deg,
    rgba(255, 255, 255, 0),
    rgba(255, 255, 255, 0) 4px,
    #fff 8px,
    #fff 8px
  );
  margin: 0 34px;
}
@media screen and (max-width: 850px) {
  .timetable__column {
    margin: 0 22px;
  }
}
.timetable__band {
  position: absolute;
  background: #020202;
  font-size: 14px;
  padding: 10px 10px;
  color: #fff;
  width: 100%;
  border-top: 2px solid #E84D52;
}
@media (min-width: 1200px) {
  .timetable__band {
    font-size: 19px;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .timetable__band {
    font-size: -webkit-calc(14px + 5 * ((100vw - 992px) / 207));
    font-size: calc(14px + 5 * ((100vw - 992px) / 207));
  }
}
@media (min-width: 769px) and (max-width: 991px) {
  .timetable__band {
    font-size: -webkit-calc(14px + 5 * ((100vw - 769px) / 222));
    font-size: calc(14px + 5 * ((100vw - 769px) / 222));
  }
}
@media (min-width: 576px) and (max-width: 768px) {
  .timetable__band {
    font-size: -webkit-calc(14px + 5 * ((100vw - 576px) / 201));
    font-size: calc(14px + 5 * ((100vw - 576px) / 201));
  }
}
.timetable__band:hover {
  text-decoration: none;
}
.timetable__band h5 {
  font-size: 20px;
}
@media (min-width: 1200px) {
  .timetable__band h5 {
    font-size: 22px;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .timetable__band h5 {
    font-size: -webkit-calc(20px + 2 * ((100vw - 992px) / 207));
    font-size: calc(20px + 2 * ((100vw - 992px) / 207));
  }
}
@media (min-width: 769px) and (max-width: 991px) {
  .timetable__band h5 {
    font-size: -webkit-calc(20px + 2 * ((100vw - 769px) / 222));
    font-size: calc(20px + 2 * ((100vw - 769px) / 222));
  }
}
@media (min-width: 576px) and (max-width: 768px) {
  .timetable__band h5 {
    font-size: -webkit-calc(20px + 2 * ((100vw - 576px) / 201));
    font-size: calc(20px + 2 * ((100vw - 576px) / 201));
  }
}
.timetable__band h5.font-xs {
  font-size: 18px;
}
.timetable__band:after {
  position: absolute;
  content: "";
  width: 68px;
  height: 68px;
  border-radius: 68px;
  top: 50%;
  right: 0;
  -webkit-transform: translate(50%, -50%);
  transform: translate(50%, -50%);
  background: #E84D52;
}
@media screen and (max-width: 1200px) {
  .timetable__band:after {
    width: 60px;
    height: 60px;
    border-radius: 60px;
  }
}
@media screen and (max-width: 850px) {
  .timetable__band:after {
    width: 40px;
    height: 40px;
    border-radius: 40px;
  }
}
.nav-tabs {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  border: none;
  height: 110px;
  margin-bottom: 52px;
}
@media screen and (max-width: 1200px) {
  .nav-tabs {
    height: 90px;
  }
}
@media screen and (max-width: 850px) {
  .nav-tabs {
    height: 75px;
  }
}
@media screen and (max-width: 850px) {
  .nav-tabs {
    height: 50px;
  }
}
.nav-link {
  font-size: 18px;
  color: #fff;
  border: none;
  border-bottom: 6px solid transparent;
}
@media (min-width: 1200px) {
  .nav-link {
    font-size: 59px;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .nav-link {
    font-size: -webkit-calc(18px + 41 * ((100vw - 992px) / 207));
    font-size: calc(18px + 41 * ((100vw - 992px) / 207));
  }
}
@media (min-width: 769px) and (max-width: 991px) {
  .nav-link {
    font-size: -webkit-calc(18px + 41 * ((100vw - 769px) / 222));
    font-size: calc(18px + 41 * ((100vw - 769px) / 222));
  }
}
@media (min-width: 576px) and (max-width: 768px) {
  .nav-link {
    font-size: -webkit-calc(18px + 41 * ((100vw - 576px) / 201));
    font-size: calc(18px + 41 * ((100vw - 576px) / 201));
  }
}
.nav-tabs .nav-item.show .nav-link,
.nav-tabs .nav-link.active {
  background: transparent;
  border: none;
  border-bottom: 6px solid #fff;
  color: #fff;
}
.nav-tabs .nav-link:focus,
.nav-tabs .nav-link:hover {
  color: #fff;
  border: none;
  border-bottom: 6px solid #fff;
}
.mobile-stage {
  font-family: "Futura-Bold";
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  font-size: 22px;
  text-transform: uppercase;
  background: rgba(2, 2, 2, 0.5);
  padding: 10px 10px 10px 116px;
  color: #fff;
  -webkit-transform: translateY(-100%);
  transform: translateY(-100%);
  opacity: 0;
  pointer-events: none;
  -webkit-transition: ease 0.4s;
  transition: ease 0.4s;
  display: none;
}
@media screen and (max-width: 576px) {
  .mobile-stage {
    display: block;
  }
}
.mobile-stage.is-shown {
  -webkit-transform: translateY(0);
  transform: translateY(0);
  opacity: 1;
}

/*# sourceMappingURL=style.min.css.map */

.band-container {
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
  align-items: stretch;
}
.band-row {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  width: 100%;
  gap: 1rem;
}
.band-container span {
  color: #E84D52;
  font-size: 50px;
  margin-bottom: .5rem;
  font-weight: 500;
  line-height: 1;
  transform: translateY(-5px);
}
@media screen and (max-width: 768px) {
  .band-container span {
    font-size: 30px;
  }
}
@media screen and (max-width: 576px) {
  .band-row {
    gap: 0;
    margin-bottom: -0.5rem;
  }
  .band-row h2 {
    margin: 0 0.5rem;
    line-height: 1.75;
  }
  .band-container span {
    font-size: 24px;
    display: none;
  }
}
@media screen and (max-width: 400px) {
  .band-row h2 {
    font-size: 22px;
  }
}
.location {
  color: #E84D52;
}
