:root {
  --firebrick: #bf3a30;
  --steel-blue: #3b99d9;
  --steel-blue-2: #2e80b6;
  --dark-khaki: #a8d069;
  --medium-sea-green: #30ad64;
  --light-sea-green: #25ccbf;
  --light-sea-green-2: #20ac99;
  --sandy-brown: #f8c740;
  --goldenrod: #e2a62b;
  --khaki: #face6a;
  --sandy-brown-2: #e4b962;
  --salmon: #fd7072;
  --indian-red: #cf404d;
  --tan: #d39f9a;
  --dim-gray: #735260;
  --indian-red-2: #af4173;
  --brown: #822e50;
  --tomato: #e64c40;
  --salmon-2: #fc7d64;
  --white-smoke: #ecf0f1;
  --silver: #bec3c7;
  --dim-gray-2: #49647b;
  --dark-slate-gray: #2d3e4f;
  --dark-slate-gray-2: #404047;
  --white-smoke-2: #f0f0f0;
  --white-smoke-3: #edeff2;
  --white-smoke-4: #f3f3f3;
  --lavender: #e9e9e9;
  --light-gray: #d4d4d4;
  --dim-gray-3: #5d5d5d;
  --dark-slate-gray-3: #303030;
}

.w-layout-blockcontainer {
  max-width: 940px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

@media screen and (max-width: 991px) {
  .w-layout-blockcontainer {
    max-width: 728px;
  }
}

@media screen and (max-width: 767px) {
  .w-layout-blockcontainer {
    max-width: none;
  }
}

body {
  color: #000000bd;
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 0 0;
  background-size: auto;
  background-attachment: scroll;
  font-size: 16px;
  line-height: 20px;
}

h1 {
  margin-top: 0;
  margin-bottom: 10px;
  font-family: Montserrat, sans-serif;
  font-size: 30px;
  font-weight: 700;
  line-height: 35px;
}

h2 {
  margin-top: 0;
  margin-bottom: 10px;
  font-family: Montserrat, sans-serif;
  font-size: 26px;
  font-weight: 700;
  line-height: 33px;
}

h3 {
  margin-top: 0;
  margin-bottom: 10px;
  font-family: Montserrat, sans-serif;
  font-size: 20px;
  font-weight: 400;
  line-height: 28px;
}

h4 {
  margin-top: 0;
  margin-bottom: 10px;
  font-family: Montserrat, sans-serif;
  font-size: 17px;
  font-weight: 700;
  line-height: 24px;
}

h5 {
  margin-top: 0;
  margin-bottom: 10px;
  font-size: 14px;
  font-weight: 700;
  line-height: 19px;
}

h6 {
  margin-top: 0;
  margin-bottom: 10px;
  font-size: 12px;
  font-weight: 700;
  line-height: 18px;
}

p {
  width: auto;
  margin-top: 0;
  margin-bottom: 25px;
  font-size: 14px;
  line-height: 24px;
}

.button {
  color: #fff;
  text-align: center;
  background-color: #3b99d9;
  border-radius: 3px;
  padding: 11px 20px;
  font-size: 16px;
  line-height: 20px;
  text-decoration: none;
  transition: background-color .3s;
  display: inline-block;
}

.button:hover {
  background-color: #000;
}

.button.w--current {
  background-color: #2e80b6;
}

.button.white {
  color: #000;
  background-color: #fff;
}

.button.white:hover {
  background-color: #ffffffc4;
}

.button.black {
  background-color: #404047;
}

.button.black:hover {
  background-color: #1db0fc;
}

.button.black.with-field {
  float: left;
  width: 22%;
  margin-left: 2%;
}

.button.full-width {
  background-color: #3b99d9;
  width: 100%;
  display: block;
}

.button.small {
  text-transform: uppercase;
  background-color: #3b99d9;
  padding: 7px 12px;
  font-size: 11px;
  line-height: 14px;
}

.button.small:hover {
  background-color: #2c74a4;
}

.button.tab {
  background-color: #bfbfbf;
  margin-left: 8px;
  margin-right: 8px;
}

.button.tab:hover {
  background-color: #7e7e7e;
}

.button.tab.w--current {
  background-color: #3b99d9;
}

.navigation-link:hover {
  color: #006dc7;
}

.navigation-link.white {
  color: #fff;
}

.navigation-bar {
  text-align: center;
  margin-top: -22px;
  padding-bottom: 33px;
  padding-left: 36px;
  font-size: 20px;
  display: none;
}

.navigation-bar.dark {
  background-color: #5d5d5d;
}

.navigation-bar.top {
  background-color: #fff;
  border-radius: 5px;
  margin-top: 58px;
  margin-bottom: 124px;
}

.navigation-menu.left {
  float: left;
}

.navigation-menu.on-bottom {
  float: none;
  text-align: center;
}

.brand-text {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 23px;
  font-weight: 400;
  line-height: 26px;
}

.brand-link {
  padding-top: 16px;
  padding-bottom: 16px;
}

.brand-link.right {
  float: right;
}

.brand-link.on-top {
  float: none;
  text-align: center;
  display: block;
}

.brand-link.white {
  color: #fff;
}

.brand-link.left-spacing {
  color: #fff;
  margin-left: 15px;
}

.brand-link.left {
  margin-left: 16px;
}

.section {
  -webkit-text-fill-color: inherit;
  background-color: #d4d4d400;
  background-clip: border-box;
  padding-left: 2.5%;
  padding-right: 2.5%;
  position: static;
}

.section.centered {
  text-align: center;
}

.section.accent {
  background-color: #f3f3f3;
}

.section.dark {
  color: #fff;
  background-color: #5d5d5d;
}

.hero-slider {
  color: #fff;
  background-color: #5d5d5d;
  height: 400px;
}

.slide {
  padding-top: 126px;
  padding-left: 85px;
  padding-right: 85px;
}

.header-section {
  text-align: center;
  padding-top: 0;
  padding-bottom: 0;
}

.page-heading {
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 7px;
  font-family: Montserrat, sans-serif;
  font-size: 65px;
  line-height: 70px;
}

.page-subheading {
  color: #ccc;
  letter-spacing: 3px;
  text-transform: uppercase;
  font-family: Montserrat, sans-serif;
  font-size: 17px;
  font-weight: 400;
  line-height: 20px;
}

.call-to-action-section {
  color: #fff;
  background-color: #3b99d9;
  padding-top: 44px;
  padding-bottom: 44px;
}

.call-to-action-section.centered {
  text-align: center;
}

.call-to-action-heading {
  margin-top: 3px;
  margin-bottom: 0;
  font-weight: 400;
}

.call-to-action-heading.inline-block {
  margin-right: 13px;
  display: inline-block;
}

.align-right {
  text-align: right;
}

.white-box {
  background-color: #fff;
  border-radius: 5px;
  padding: 15px;
}

.fixed-image-section {
  color: #fff;
  text-align: center;
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50%;
  background-size: 125px;
  background-attachment: fixed;
  padding-top: 104px;
  padding-bottom: 104px;
}

.hero-section {
  padding-top: 242px;
  padding-bottom: 242px;
}

.hero-section.centered {
  text-align: center;
}

.slider-navigation {
  padding-top: 0;
  font-size: 9px;
}

.slider-icon-circle {
  width: 50px;
  height: 50px;
  padding: 6px;
  font-size: 33px;
}

.hero-subheading {
  margin-bottom: 18px;
}

.hollow-button {
  color: #3b99d9;
  border: 2px solid #3b99d9;
  border-radius: 4px;
  margin-left: 10px;
  margin-right: 10px;
  padding: 9px 20px;
  font-size: 16px;
  line-height: 20px;
  text-decoration: none;
  transition: background-color .3s, border .3s, color .3s;
  display: inline-block;
}

.hollow-button:hover {
  color: #000;
  border-color: #000;
}

.hollow-button.white {
  color: #fff;
  border-color: #fff;
}

.hollow-button.white:hover {
  color: #ffffffb8;
  border-color: #ffffffa3;
}

.section-heading {
  margin-top: 0;
  margin-bottom: 16px;
}

.section-heading.centered {
  text-align: center;
}

.main-container {
  background-color: #fff;
  padding-left: 20px;
  padding-right: 20px;
}

.form-label {
  text-transform: uppercase;
  margin-bottom: 6px;
  font-size: 13px;
}

.section-subheading.center {
  text-align: center;
  font-size: 20px;
}

.section-title-group {
  margin-bottom: 62px;
}

.section-title-group.centered {
  text-align: center;
}

.form-field {
  border: 0 solid #000;
  border-radius: 3px;
  min-height: 45px;
  margin-bottom: 17px;
  margin-right: 1px;
  box-shadow: 0 0 0 1px #4040474d;
}

.form-field.text-area {
  min-height: 110px;
}

.form-field.with-button {
  float: left;
  width: 75%;
}

.form-wrapper.squeezed {
  padding-left: 19%;
  padding-right: 19%;
}

.picture-border {
  border: 5px solid #fff;
  box-shadow: 0 0 0 1px #0000001f;
}

.round-image {
  border-radius: 100px;
}

.social-button {
  background-color: #000;
  border-radius: 100px;
  margin-bottom: 8px;
  margin-left: 4px;
  margin-right: 4px;
  padding: 8px;
  transition: opacity .3s;
}

.social-button:hover {
  opacity: .7;
}

.social-button.border {
  background-color: #0000;
  border: 1px solid #0000005c;
  padding: 6px;
}

.social-button.facebook {
  background-color: #3c5791;
}

.social-button.twitter {
  background-color: #29a9e8;
}

.social-button.red {
  background-color: #d11529;
}

.social-button.pink {
  background-color: #fc488f;
}

.social-button.pink2 {
  background-color: #ed1081;
}

.social-button.orange {
  background-color: #db4e34;
}

.social-button.vimeo {
  background-color: #1ebae7;
}

.social-button.linkdin {
  background-color: #1485c3;
}

.social-button.instagram {
  background-color: #4b769b;
}

.social-button.tumblr {
  background-color: #2e5270;
}

.social-button.webflow {
  background-color: #3278bd;
}

.social-button.medium {
  background-color: #549f63;
}

.social-icon-link {
  opacity: .9;
  margin-left: 4px;
  margin-right: 4px;
  padding: 3px;
  transition: opacity .2s;
}

.social-icon-link:hover {
  opacity: .37;
}

.profile-image {
  border-radius: 100px;
  margin-bottom: 15px;
}

.hero-with-nav {
  background-color: #d4d4d4;
}

.footer {
  text-align: center;
  background-color: #1a1a1a;
  border-top: 1px solid #00000021;
  padding-top: 30px;
  padding-bottom: 30px;
  position: static;
}

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

.float-right {
  float: right;
}

.footer-text {
  color: #fff;
  text-align: center;
  letter-spacing: 1px;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 10px;
  font-family: Roboto, sans-serif;
  font-size: 1.7rem;
}

.link {
  color: #3b99d9;
  margin-bottom: 10px;
  text-decoration: none;
  display: block;
}

.link:hover {
  text-decoration: underline;
}

.footer-brand-text {
  font-size: 26px;
  line-height: 33px;
}

.sidemenu-wrapper {
  border-left: 3px solid #0003;
  margin-left: 10px;
  padding-left: 20px;
}

.sidemenu-title {
  margin-bottom: 10px;
}

.sidemenu-link {
  color: #8f8f8f;
  padding-top: 6px;
  padding-bottom: 6px;
  text-decoration: none;
  display: block;
}

.grid-image {
  margin-bottom: 19px;
}

.info-wrapper {
  margin-bottom: 14px;
}

.info-icon {
  float: left;
}

.info-text {
  margin-left: 34px;
}

.footer-link {
  color: #000000bd;
  margin-bottom: 6px;
  text-decoration: none;
  display: block;
}

.footer-link:hover {
  color: #3b99d9;
}

.footer-link.with-icon {
  margin-left: 30px;
}

.hero-title-wrapper {
  margin-bottom: 155px;
}

.icon-left {
  float: left;
  color: #919191;
  padding: 6px;
}

.text-right {
  margin-left: 49px;
}

.left-navigation {
  float: left;
  background-color: #d4d4d4;
  width: 20%;
  height: 100vh;
}

.nav-link {
  outline-offset: 0px;
  color: #b9b9b9;
  text-align: center;
  letter-spacing: 2px;
  text-transform: uppercase;
  mix-blend-mode: normal;
  outline: 3px #303030;
  margin-left: 10px;
  margin-right: 10px;
  padding: 7px 0;
  font-family: Newfont;
  font-size: 3em;
  line-height: 18px;
  text-decoration: none;
  transition: color .2s;
  display: inline-block;
}

.nav-link:hover {
  color: #303030;
}

.nav-link.w--current {
  color: #b9b9b9;
  font-size: 3em;
}

.nav-link.w--current:hover {
  color: #303030;
}

.nav-menu {
  float: none;
}

.logo-link {
  float: none;
  text-align: center;
  margin-top: 216px;
  margin-bottom: 50px;
  display: block;
}

.content {
  float: left;
  width: 80%;
  overflow: hidden;
}

.social-footer {
  text-align: center;
  margin-bottom: 16px;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
}

.grid-fours {
  float: left;
  width: 25%;
  padding: 10px;
}

.tab-menu {
  text-align: center;
  margin-bottom: 40px;
}

.flushed-grid {
  float: left;
  width: 25%;
}

.flushed-grid.thirds {
  width: 33.33%;
}

.flushed-grid.sixths {
  width: 16.66%;
}

.main-image {
  margin-bottom: 39px;
}

.byline-wrapper {
  color: #ccc;
  text-align: center;
  letter-spacing: 1px;
  text-transform: uppercase;
  margin-bottom: 25px;
  font-size: 12px;
  line-height: 18px;
}

.byline-link {
  color: #ccc;
  margin-right: 5px;
  font-family: Montserrat, sans-serif;
  text-decoration: none;
  transition: color .2s;
  display: inline-block;
}

.byline-link:hover {
  color: #333;
}

.byline-text {
  margin-right: 5px;
  font-family: Montserrat, sans-serif;
  display: inline-block;
}

.byline-location {
  display: inline-block;
}

.blog-content {
  direction: ltr;
  text-transform: lowercase;
  width: 65%;
  margin-bottom: 52px;
  margin-left: auto;
  margin-right: auto;
  font-size: 1.5em;
  line-height: 22px;
  display: block;
}

.blog-content h1, .blog-content h2 {
  font-weight: 400;
}

.blog-content h3 {
  font-weight: 700;
}

.blog-content h6 {
  text-transform: uppercase;
}

.blog-post {
  float: none;
  clear: none;
  margin-bottom: 103px;
  padding-left: 0;
  padding-right: 0;
  display: block;
  position: relative;
  top: -17px;
  bottom: auto;
  left: -367px;
}

.about-content {
  max-width: 550px;
  margin-bottom: 51px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.about-photo {
  border-radius: 50%;
  width: 42%;
  margin-bottom: 25px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.about-title {
  text-align: center;
  margin-bottom: 25px;
}

.photo-item {
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  width: 100%;
  height: 250px;
  margin-bottom: 20px;
  display: inline-block;
}

.photo {
  float: left;
}

.blog-home-link {
  color: #303030;
  font-family: Montserrat, sans-serif;
  text-decoration: none;
  transition: opacity .2s;
}

.blog-home-link:hover {
  opacity: .82;
}

.blog-name {
  letter-spacing: 1px;
  margin-bottom: 0;
  font-family: Newfont;
  font-size: 53px;
  line-height: 57px;
  display: inline-block;
}

.blog-name:hover {
  color: #6d6d6d;
}

.link-to-page {
  color: #303030;
  text-align: center;
  letter-spacing: 1px;
  text-transform: uppercase;
  width: 60%;
  margin-left: auto;
  margin-right: auto;
  font-family: Montserrat, sans-serif;
  font-size: 11px;
  line-height: 18px;
  text-decoration: none;
  transition: color .2s;
  display: block;
}

.link-to-page:hover {
  color: #d4d4d4;
}

.blog-headline {
  text-align: center;
  text-transform: uppercase;
  font-family: Montserrat, sans-serif;
  font-size: 20px;
  font-weight: 400;
  line-height: 25px;
  display: block;
}

.heading-wrapper {
  float: none;
  text-align: center;
  flex: 0 auto;
  order: 0;
  align-self: auto;
  width: 100%;
  margin: 30px 0;
  padding-bottom: 0;
  display: none;
  position: static;
}

.circle {
  background-color: #e64c40;
  width: 38px;
  height: 38px;
  margin-right: 14px;
  display: inline-block;
}

.post-heading {
  text-align: center;
  text-transform: uppercase;
  font-weight: 400;
}

.category-heading {
  text-align: center;
  margin-bottom: 39px;
}

.blog-list {
  width: 100%;
  margin-bottom: 53px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.all-caps-heading {
  text-transform: uppercase;
  font-size: 13px;
  line-height: 17px;
}

.blog-item {
  border-top: 1px solid #0000001a;
  padding-top: 31px;
}

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

.profile-text p {
  margin-bottom: 10px;
}

.post-link {
  transition: opacity .2s;
}

.post-link:hover {
  opacity: .85;
}

.empty-state {
  color: #fff;
  text-align: center;
  background-color: #20ac99;
  margin-bottom: 54px;
  padding-top: 29px;
}

.inline-heading {
  display: inline-block;
}

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

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

.body {
  color: #000;
  background-color: #0e0d0e;
  background-image: none;
  height: 100%;
  font-family: Golos Text, sans-serif;
  font-size: 1rem;
  overflow: visible;
}

.bg_image {
  height: 100vh;
}

.image {
  text-align: center;
  width: 80%;
  margin-top: 20px;
  margin-left: 10%;
  margin-right: 0%;
  padding-left: 10%;
  padding-right: 10%;
  display: inline-block;
  position: static;
}

.navbar {
  background-color: #ddd0;
}

.navbar-2 {
  background-color: #dddddddb;
  padding-top: 6px;
  padding-bottom: 6px;
}

.nav-menu-2 {
  float: left;
  font-size: 2rem;
  position: relative;
  left: auto;
  right: auto;
}

.nav-menu-2.nav_gradient {
  font-family: Bitter, serif;
}

.heading {
  text-align: center;
  letter-spacing: 3px;
  align-items: flex-start;
  margin-top: 10px;
  font-family: Bitter, serif;
  font-size: 5rem;
  display: block;
}

.heading.section_title {
  float: none;
  clear: none;
  text-align: center;
  letter-spacing: 3px;
  font-size: 3.5rem;
  display: block;
  position: static;
}

.paragraph {
  letter-spacing: 1px;
  text-transform: none;
  width: 100%;
  height: auto;
  margin-top: 25px;
  font-size: 2rem;
  position: static;
}

.container {
  text-align: left;
  object-fit: fill;
  margin-top: 20px;
  margin-bottom: 20px;
  padding-left: 0;
  display: block;
  position: relative;
  left: 0;
}

.container.tickets_container {
  object-fit: fill;
  max-width: 100%;
  max-height: 100%;
  position: static;
  left: 0;
}

.container.info_container {
  clear: none;
  object-fit: fill;
  max-width: 100%;
  padding-right: 0;
  position: static;
  left: -141px;
}

.nav_link {
  font-size: 3.2rem;
}

.nav_link:hover {
  color: #d3d3d3;
}

.nav_link.w--current {
  color: #000;
}

.nav_link.w--current:hover, .nav_link.w--current:focus {
  color: #fe61e7;
}

.html-embed {
  float: none;
  width: 100%;
}

.section-2 {
  min-height: 50vh;
}

.container-2 {
  margin-top: 10px;
  margin-left: 20px;
  margin-right: 100px;
  position: static;
}

.section_title.heading {
  float: left;
  text-align: center;
  margin-bottom: 0;
}

.section_title.heading.section-center {
  float: none;
}

.section_title.heading-tickets {
  margin-bottom: 0;
}

.section_title.heading-tickets.heading {
  float: none;
  clear: none;
  text-align: center;
  margin-top: 0;
}

.section-3 {
  margin-left: 10px;
  margin-right: 10px;
  padding-left: 0;
  padding-right: 0;
}

.div-block-2 {
  float: left;
  width: 60%;
  display: block;
  overflow: visible;
}

.div-block-2.div_spacer {
  float: none;
  text-align: left;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  margin-top: 0;
  margin-bottom: 30px;
  font-family: Bitter, serif;
  display: none;
}

.div-block-3 {
  min-width: 100%;
  margin-bottom: 30px;
  display: inline-block;
  position: relative;
}

.div-block-4 {
  margin-top: 0;
  margin-bottom: 30px;
  display: none;
}

.paragraph-mobile {
  float: none;
  letter-spacing: 1px;
  text-transform: none;
  width: 80%;
  height: auto;
  margin-top: 25px;
  font-size: 2rem;
  position: static;
}

.image-2 {
  width: 60%;
  margin-top: 10px;
}

.slider {
  margin-top: 30px;
}

.navbar-2-copy {
  background-color: #ddd0;
  padding-top: 6px;
  padding-bottom: 6px;
  display: none;
}

.container-3 {
  background-image: url('../images/top_bigger.webp');
  background-position: 0 0;
  background-size: cover;
  background-attachment: fixed;
  max-width: none;
  margin-top: 0%;
  margin-bottom: 0%;
  padding: 1rem 6rem 3rem;
  position: relative;
}

.nav_link-artist {
  font-size: 2.5rem;
  display: none;
}

.nav_link-artist:hover {
  color: #fe61e4;
}

.nav_link-artist.w--current, .nav_link-artist.w--current:hover, .nav_link-artist.w--current:focus {
  color: #fe61e7;
}

.paragraph-2 {
  float: none;
  clear: none;
  text-align: justify;
  letter-spacing: 1px;
  flex-wrap: nowrap;
  justify-content: center;
  width: 70%;
  padding-left: 0%;
  padding-right: 0%;
  font-size: 1.7rem;
  display: block;
}

.grid {
  align-items: stretch;
}

.container-4 {
  grid-column-gap: 0%;
  grid-row-gap: 0%;
  direction: ltr;
  text-transform: none;
  -webkit-text-fill-color: inherit;
  background-color: #0000;
  background-clip: border-box;
  flex-flow: column wrap;
  place-content: flex-start space-between;
  align-items: center;
  max-width: 1440px;
  margin: 0 auto;
  padding: 2rem 6rem;
  display: flex;
  overflow: visible;
}

.event-ticket {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  outline-offset: 0px;
  background-color: #f0f0f0;
  border: 0 #000;
  border-radius: 16px;
  outline: 3px #000;
  flex-wrap: nowrap;
  flex: none;
  order: 0;
  justify-content: space-between;
  align-self: auto;
  width: auto;
  min-width: 28rem;
  max-width: 28rem;
  height: auto;
  min-height: 3rem;
  margin: 20px 10px;
  padding: 20px;
  font-size: 1.5rem;
  transition: all .2s;
  display: flex;
  overflow: hidden;
  box-shadow: 2px 1px 5px 4px #0003;
}

.event-ticket:hover {
  transform: scale(1.01);
  box-shadow: 14px 7px 10px 12px #00000070;
}

.event-ticket.event-ticket-first {
  order: -1;
}

.div-block-5 {
  flex: 1;
}

.div-block-6 {
  flex: 0 auto;
}

.date-place {
  border: 0 #000;
  border-right: 4px dotted #00000087;
  flex: 1;
  align-self: center;
  min-width: 40%;
  min-height: 90%;
  padding: 0 20px;
  font-family: Bitter, serif;
}

.date {
  text-align: center;
  border: 1px #000;
  border-bottom: 3px solid #00000087;
  border-radius: 0;
  margin-bottom: 0;
  padding-bottom: 5px;
  font-family: Roboto, sans-serif;
  font-size: 1.2rem;
  font-weight: 300;
}

.place {
  text-align: center;
  text-transform: none;
  text-shadow: 0 0 #0000003b;
  white-space: normal;
  margin-bottom: 0;
  padding-top: 5px;
  font-family: Roboto, sans-serif;
  font-size: 1.2rem;
  font-weight: 300;
  line-height: 2rem;
}

.button-facebook {
  color: #fff;
  letter-spacing: .1rem;
  cursor: pointer;
  background-color: #dc005f;
  border-radius: 10px;
  flex-flow: row;
  flex: 0 auto;
  place-content: space-between;
  align-self: auto;
  align-items: center;
  min-width: 11.5rem;
  min-height: 3rem;
  max-height: 0;
  padding: 8px 16px;
  font-family: Bitter, serif;
  font-size: 1.2rem;
  line-height: 1rem;
  text-decoration: none;
  transition: all .2s;
  display: flex;
  box-shadow: 1px 1px 8px 4px #0003;
}

.button-facebook:hover {
  transform: scale(1.1);
}

.button-facebook:active {
  transform: none;
}

.buttons {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  cursor: auto;
  flex-direction: column;
  grid-template: "Area"
                 "."
                 / 1fr;
  grid-auto-columns: 1fr;
  place-content: start space-around;
  place-items: center;
  height: 100%;
  margin-left: 10px;
  padding: 7px 14px;
  display: flex;
}

.button-2 {
  background-color: #ff7160;
  flex: 0 auto;
  order: 1;
  align-self: center;
}

.link-block {
  padding: 9px 15px;
}

.event_text {
  float: none;
  clear: none;
  color: #fffc;
  text-align: center;
  letter-spacing: .15rem;
  width: 100%;
  margin-bottom: 0;
  font-family: Bitter, serif;
  font-size: 1.3rem;
  line-height: 1rem;
  text-decoration: none;
  display: inline-block;
  overflow: visible;
}

.fb_icon {
  width: 2.1rem;
  padding-left: 0;
  padding-right: 5px;
  font-size: 1rem;
}

.button-ticket {
  color: #fff;
  text-align: center;
  letter-spacing: .1rem;
  cursor: pointer;
  background-color: #f4b9a4;
  border-radius: 10px;
  flex-flow: row;
  place-content: space-between;
  align-self: stretch;
  align-items: center;
  min-height: 3rem;
  padding: 8px 16px;
  font-size: 1.5rem;
  line-height: 1rem;
  text-decoration: none;
  transition: all .2s;
  display: flex;
  box-shadow: 2px 2px 8px 4px #0003;
}

.button-ticket:hover {
  transform: scale(1.1);
}

.paragraph-3 {
  text-align: center;
  width: 100%;
  margin-bottom: 0;
  font-family: Newfont;
  font-size: 1.5rem;
}

.image-4 {
  width: 1.5rem;
  transform: rotate(270deg);
}

.tickets {
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  display: block;
}

.buyticket_text {
  float: none;
  clear: none;
  color: #fff;
  text-align: center;
  letter-spacing: .15rem;
  text-shadow: 1px 1px 3px #0000003d;
  width: 100%;
  margin-bottom: 0;
  font-family: Bitter, serif;
  font-size: 1.3rem;
  line-height: 1rem;
  text-decoration: none;
  display: inline-block;
  overflow: visible;
}

.container-5 {
  padding-top: 20px;
  padding-bottom: 20px;
}

.html-embed-2 {
  width: 100%;
  height: 600px;
  display: flex;
}

.html-embed-2-tablet, .html-embed-2-mobile {
  width: 100%;
  display: none;
}

.image-5 {
  width: 60%;
  margin-top: 50px;
  margin-left: 20%;
  padding-top: 0%;
  padding-left: 10%;
  padding-right: 10%;
}

.hero_content {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  flex-direction: column;
  align-items: center;
  width: auto;
  height: auto;
  min-height: 10rem;
  max-height: none;
  padding-left: 8rem;
  padding-right: 8rem;
  display: flex;
}

.heading-2 {
  color: #fff;
  text-align: center;
  margin-bottom: 0;
  padding-top: 2.5rem;
  padding-bottom: 2rem;
  font-family: PP Monument Black, sans-serif;
  font-size: 3.3rem;
  font-weight: 900;
  line-height: 4rem;
}

.paragraph-4 {
  color: #ff6601;
  text-align: center;
  font-size: 1.2rem;
  font-weight: 400;
}

.paragraph-5 {
  color: #fff;
  text-align: center;
  max-width: 80%;
  margin-bottom: 0;
  font-size: 1rem;
}

.link-block-2 {
  padding-top: 2rem;
  padding-bottom: 2rem;
}

.hero_number {
  width: 4.5rem;
  max-width: none;
  position: absolute;
}

.hero_number.hero_number_20_first {
  top: 16px;
  left: 16px;
}

.hero_number.hero_number_20_second {
  top: 16px;
  left: auto;
  right: 16px;
}

.hero_number.hero_number_24 {
  bottom: 16px;
  left: auto;
  right: 16px;
}

.hero_number.hero_number_23 {
  bottom: 16px;
  left: 16px;
}

.info_text {
  color: #fff;
  text-align: center;
  margin-bottom: 0;
  padding: 2rem 4rem;
  font-size: 1rem;
}

.footer-2 {
  background-color: #342e2c;
  justify-content: space-around;
  align-items: center;
  margin-bottom: 0;
  padding-top: 10px;
  padding-bottom: 10px;
  display: flex;
  position: relative;
  inset: auto 0% 0%;
}

.footer__powered {
  text-align: left;
  flex-flow: row;
  flex: 0 auto;
  order: 0;
  justify-content: center;
  align-self: auto;
  align-items: flex-start;
  width: 25vh;
  font-size: 12px;
  display: flex;
}

.paragraph-7 {
  color: #fff;
  margin-bottom: 0;
  padding-right: 10px;
  font-family: Golos Text, sans-serif;
  font-size: 12px;
}

.footer__socials {
  flex: 0 auto;
  justify-content: flex-start;
  align-items: stretch;
  display: block;
}

.image-11 {
  padding-left: 15px;
  padding-right: 15px;
}

.footer__copyright {
  clear: none;
  text-align: left;
  flex-flow: row;
  flex: 0 auto;
  order: 0;
  justify-content: flex-end;
  align-self: auto;
  align-items: flex-start;
  width: 25vh;
  font-size: 12px;
  display: block;
}

.copyright {
  color: #fff;
  text-align: center;
  order: 0;
  margin-bottom: 0;
  padding-right: 10px;
  font-family: Golos Text, sans-serif;
  font-size: 12px;
}

.section-4 {
  background-image: url('../images/TOPEK_new.jpg');
  background-position: 0 0;
  background-size: cover;
  background-attachment: fixed;
  padding-top: 2rem;
  padding-bottom: 2rem;
}

.html-embed-3 {
  border-radius: 0;
}

.container-6 {
  border-radius: 0;
  max-width: 1140px;
}

.image-12 {
  width: 15rem;
  max-width: none;
}

.h2 {
  color: #fff;
  text-align: center;
  margin-bottom: 0;
  padding-top: 1rem;
  padding-bottom: 1rem;
  font-size: 2.8rem;
  line-height: 3rem;
}

.h2_smaller {
  color: #fff;
  text-align: center;
  margin-bottom: 0;
  padding-top: 1rem;
  padding-bottom: 1rem;
  font-size: 2rem;
  line-height: 3rem;
}

.info_text_map {
  color: #fff;
  text-align: center;
  margin-bottom: 0;
  padding: 0 4rem 2rem;
  font-size: 1.3rem;
  font-weight: 400;
}

.tixbox_other {
  width: 100%;
  padding-top: 4rem;
}

.tixbox_city {
  width: 100%;
  padding-top: 4rem;
  padding-bottom: 0;
}

.tixbox_head {
  color: #fff;
  padding-left: 1rem;
  font-family: PP Monument Black, sans-serif;
  font-size: 1.7rem;
  line-height: 3rem;
}

.city_select {
  width: 100%;
  padding-top: 1rem;
  padding-bottom: 1rem;
}

.text_city_select {
  color: #fff;
  text-align: center;
  width: 100%;
  margin-bottom: 0;
  padding-top: 1.5rem;
  padding-bottom: 1.5rem;
  font-family: PP Monument Black, sans-serif;
  font-size: 1.5rem;
}

.city_select_box {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-flow: wrap;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  place-content: stretch center;
  align-items: center;
  padding-left: 8rem;
  padding-right: 8rem;
  display: flex;
}

.select_button {
  text-align: center;
  cursor: pointer;
  background-color: #5f5f5f;
  border-radius: 6px;
  flex: 0 auto;
  align-self: auto;
  width: 15rem;
  min-width: auto;
  padding: .8rem 1.5rem;
  font-family: PP Monument Black, sans-serif;
  font-size: .9rem;
  font-weight: 900;
  line-height: 1.1rem;
  transition: all .2s;
  box-shadow: 0 8px 5px #0003;
}

.select_button:hover {
  background-color: #4455f5;
  box-shadow: inset 0 -3px 15px #fff3;
}

.select_button_map {
  text-align: center;
  background-color: #ff6601;
  border-radius: 6px;
  flex: none;
  order: 0;
  align-self: auto;
  width: 80%;
  min-width: auto;
  padding: .8rem 1.5rem;
  font-family: PP Monument Black, sans-serif;
  font-size: .9rem;
  font-weight: 900;
  line-height: 1.1rem;
  transition: all .2s;
}

.select_button_map:hover {
  box-shadow: inset 0 -3px 15px #0009;
}

.faq__item {
  border: 1px #333;
  border-bottom: 1px solid #fff;
  width: 100%;
}

.paragraph-8 {
  color: #fff;
  letter-spacing: .02em;
  overflow: visible;
}

.section-content-wrapper {
  grid-row-gap: 0rem;
  flex-direction: column;
  align-items: center;
  display: flex;
}

.faq__body {
  position: static;
}

.faq__body.w--open {
  opacity: .75;
  background-color: #0000;
  padding-bottom: 2rem;
  transition: all .2s;
}

.faq__toggle-text {
  color: #fff;
  white-space: normal;
  width: auto;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 1em;
  font-weight: 600;
  line-height: 150%;
  transition: all .2s;
  display: inline-block;
}

.faq__toggle-text:hover {
  border-bottom: 0 #000;
  text-decoration: none;
}

.faq {
  max-width: 55rem;
  margin-left: auto;
  margin-right: auto;
}

.section_faq {
  background-color: #0000;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  padding: 2rem 0 4rem;
  display: flex;
  position: relative;
}

.faq__toggle {
  color: #333;
  cursor: pointer;
  width: 100%;
  padding: 2rem 0;
  font-weight: 600;
  transition: all .2s;
}

.faq__toggle.w--open {
  transition: all .2s;
}

.heading-3 {
  text-align: center;
  max-width: none;
  margin-bottom: 2rem;
  margin-left: auto;
  margin-right: auto;
  font-size: 2.5rem;
  font-weight: 900;
  line-height: 3rem;
}

.container-7 {
  max-width: 1440px;
  padding-left: 2rem;
  padding-right: 2rem;
}

.utility-page-form {
  flex-direction: column;
  align-items: stretch;
  display: flex;
}

@media screen and (min-width: 1280px) {
  .html-embed-2-tablet, .html-embed-2-mobile {
    display: none;
  }

  .section-4 {
    background-image: url('../images/top_bigger.webp');
  }

  .h2 {
    font-family: PP Monument Black, sans-serif;
    font-size: 2rem;
  }

  .h2_smaller {
    font-family: PP Monument Black, sans-serif;
  }

  .tixbox_other {
    width: 100%;
  }

  .tixbox_city {
    width: 100%;
    padding-top: 2rem;
  }

  .tixbox_head {
    color: #fff;
    text-align: left;
    margin-bottom: 0;
    padding-left: 1rem;
    font-family: PP Monument Black, sans-serif;
    font-size: 1.7rem;
    line-height: 3rem;
  }
}

@media screen and (max-width: 991px) {
  .navigation-bar {
    filter: blur();
    background-color: #0000;
    width: 100vh;
    height: 5vh;
    position: fixed;
  }

  .hamburger-button {
    font-size: 4rem;
  }

  .hamburger-button.left {
    float: left;
  }

  .hamburger-button.white {
    color: #fff;
  }

  .footer {
    padding-top: 15px;
    padding-bottom: 15px;
  }

  .footer-text {
    font-family: Roboto, sans-serif;
    font-size: 1.8rem;
  }

  .left-navigation {
    float: none;
    width: 100%;
    height: auto;
  }

  .logo-link {
    float: left;
    margin-top: 14px;
    margin-bottom: 0;
    margin-left: 10px;
  }

  .content {
    width: 100%;
    height: auto;
  }

  .main-image {
    margin-bottom: 35px;
  }

  .blog-content {
    width: 75%;
  }

  .heading-wrapper {
    color: #000;
    margin-left: 0;
  }

  .body {
    color: #000;
  }

  .image {
    background-color: #0000;
    width: 100%;
    margin-left: 0%;
    margin-right: 0%;
  }

  .menu-button.hamburger_button_custom {
    padding-top: 0;
    padding-left: 0;
  }

  .navbar {
    background-color: #0000;
    position: fixed;
  }

  .icon.hamburger_button.hamburger_icon_horizontal {
    font-size: 50px;
  }

  .div-block {
    filter: blur();
    font-size: 0;
  }

  .div-block.blur {
    filter: blur(9px);
    mix-blend-mode: normal;
    background-color: #ffffff52;
    flex: 0 auto;
    width: 100%;
    height: 100%;
    padding-bottom: 0;
    padding-right: 0;
    position: absolute;
    inset: 0%;
  }

  .heading.section_title {
    text-align: center;
  }

  .nav_link.w--current {
    color: #222;
  }

  .nav_link.w--current:hover {
    color: #d3d3d3;
  }

  .section_title.heading {
    margin-bottom: 10px;
  }

  .section_title.heading-tickets.heading {
    color: #000;
    text-align: center;
  }

  .div-block-2.div_spacer {
    text-align: left;
    width: 100%;
    margin-top: 30px;
    margin-left: 10px;
    margin-right: 10px;
    padding-top: 0;
  }

  .menu-button-2.nav-menu-2-closed {
    float: left;
    clear: none;
    padding: 0;
  }

  .paragraph-mobile {
    color: #000;
    letter-spacing: 2px;
    white-space: normal;
  }

  .image-2 {
    max-width: 80%;
    font-size: 3rem;
  }

  .slider {
    margin-top: 20px;
    margin-bottom: 0;
  }

  .image-3 {
    float: none;
    clear: none;
    object-fit: contain;
    background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
    background-position: 0 0;
    background-size: auto;
    position: static;
    overflow: auto;
  }

  .slide-2 {
    background-image: url('../images/photo-1420572314013-9794320fec20.jpg');
    background-position: 50%;
    background-size: cover;
  }

  .container-3 {
    outline-offset: 0px;
    background-color: #fff0;
    outline: 3px #000;
    max-width: 100%;
    margin-top: 0;
    margin-bottom: 0;
    padding: 3rem 4rem;
  }

  .paragraph-2 {
    text-align: justify;
    width: 80%;
  }

  .container-4 {
    padding-left: 2rem;
    padding-right: 2rem;
  }

  .html-embed-2 {
    display: flex;
  }

  .html-embed-2-tablet {
    display: block;
  }

  .hero_content {
    padding-left: 0;
    padding-right: 0;
  }

  .heading-2 {
    text-align: center;
    padding-top: 2rem;
    line-height: 3.5rem;
  }

  .paragraph-4 {
    text-align: center;
    font-size: 1.3rem;
  }

  .paragraph-5 {
    max-width: 100%;
    padding-left: 2rem;
    padding-right: 2rem;
    font-size: 1.1rem;
  }

  .info_text {
    padding-left: 2rem;
    padding-right: 2rem;
  }

  .footer-2 {
    bottom: 0%;
  }

  .image-11 {
    padding-left: 10px;
    padding-right: 10px;
  }

  .container-6 {
    padding-left: 2rem;
    padding-right: 2rem;
  }

  .image-12 {
    width: auto;
    min-width: 12rem;
    max-width: none;
  }

  .info_text_map {
    padding-left: 2rem;
    padding-right: 2rem;
  }

  .text_city_select {
    padding-top: 2rem;
    padding-bottom: 2rem;
  }

  .city_select_box {
    padding-left: 2rem;
    padding-right: 2rem;
  }

  .select_button {
    text-align: center;
    width: 13rem;
  }

  .select_button_map {
    text-align: center;
    width: 80%;
  }

  .section-content-wrapper {
    grid-row-gap: 0rem;
  }

  .faq__body.w--open {
    padding-bottom: 1.5rem;
  }

  .faq__toggle {
    padding-top: 1.5rem;
    padding-bottom: 1.5rem;
  }

  .heading-3 {
    font-size: 1.7rem;
  }

  .container-7 {
    padding-left: 3rem;
    padding-right: 3rem;
  }
}

@media screen and (max-width: 767px) {
  .navigation-bar {
    margin-top: 0;
    padding-bottom: 10px;
  }

  .brand-link.on-top {
    float: left;
  }

  .brand-link.left-spacing {
    padding-left: 0;
  }

  .header-section {
    padding-top: 0;
    padding-bottom: 38px;
  }

  .footer-text {
    font-size: 1.5rem;
  }

  .main-image {
    margin-bottom: 34px;
  }

  .blog-content {
    width: 80%;
  }

  .blog-post {
    left: auto;
  }

  .link-to-page {
    width: 80%;
  }

  .heading-wrapper {
    width: 100%;
  }

  .post-heading {
    font-size: 25px;
    line-height: 29px;
  }

  .menu-button.hamburger_button_custom {
    padding: 0;
    font-size: 80px;
  }

  .heading {
    text-align: center;
  }

  .nav_link.w--current:hover {
    color: #d3d3d3;
  }

  .container-3 {
    background-size: cover;
    background-attachment: fixed;
    padding-left: 0;
    padding-right: 0;
  }

  .hero_content {
    padding: 2rem 1rem;
  }

  .heading-2 {
    font-size: 2.5rem;
  }

  .paragraph-5 {
    max-width: 100%;
    padding-bottom: 0;
    position: relative;
  }

  .info_text {
    padding-left: 0;
    padding-right: 0;
  }

  .footer-2 {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
    flex-direction: column;
    justify-content: space-between;
    padding-top: 20px;
    padding-bottom: 20px;
    position: relative;
  }

  .container-6 {
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .h2, .h2_smaller {
    line-height: 3rem;
  }

  .info_text_map {
    padding-left: 0;
    padding-right: 0;
  }

  .city_select_box {
    justify-content: center;
    align-items: center;
    padding-left: 3rem;
    padding-right: 3rem;
  }

  .select_button {
    text-align: center;
    width: 11rem;
  }

  .select_button_map {
    text-align: center;
    width: 80%;
  }

  .heading-3 {
    letter-spacing: -1px;
    margin-bottom: 1rem;
    font-size: 1.4rem;
    line-height: 3rem;
  }
}

@media screen and (max-width: 479px) {
  .navigation-bar {
    margin-top: 15px;
    padding-bottom: 0;
    display: flex;
  }

  .hamburger-button {
    float: left;
    color: #000;
    font-size: 3.5rem;
  }

  .header-section {
    padding-top: 0;
    padding-bottom: 0;
    position: static;
  }

  .footer {
    background-color: #1a1a1a;
    background-image: none;
    border: 1px #000;
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .footer-text {
    float: none;
    clear: none;
    color: #fff;
    text-align: center;
    letter-spacing: 2px;
    text-transform: none;
    margin-top: 0;
    margin-bottom: 0;
    font-family: Roboto, sans-serif;
    font-size: 1.3rem;
    position: static;
  }

  .nav-link {
    clear: none;
    opacity: 1;
    color: #303030;
    text-align: left;
    mix-blend-mode: normal;
    font-size: 1em;
    font-style: normal;
    text-decoration: none;
    position: static;
    box-shadow: 0 2px 5px 7px #0003;
  }

  .nav-link.w--current {
    text-align: left;
    font-size: 2em;
  }

  .content-wrapper {
    margin-top: 20px;
  }

  .byline-wrapper {
    color: var(--firebrick);
  }

  .blog-content {
    width: 90%;
  }

  .blog-post {
    margin-bottom: 54px;
    top: auto;
    left: auto;
  }

  .blog-name {
    padding-top: 20px;
  }

  .link-to-page {
    width: 90%;
  }

  .heading-wrapper {
    width: 100%;
    margin-top: 30px;
    margin-bottom: 0;
  }

  .post-heading {
    font-size: 24px;
  }

  .body {
    -webkit-text-fill-color: inherit;
    background-color: #081a2c;
    background-clip: border-box;
    height: auto;
  }

  .image {
    clear: none;
    width: auto;
    margin-top: 20px;
    margin-left: 0%;
    margin-right: 0%;
    padding-left: 0;
    padding-right: 0;
  }

  .menu-button {
    background-color: #741e1e00;
    position: relative;
    top: -30px;
    left: -60px;
  }

  .navbar {
    background-color: #ddd0;
  }

  .icon {
    width: 100px;
    font-size: 50px;
  }

  .icon.hamburger_button.hamburger_icon_horizontal {
    padding-top: 20px;
    padding-left: 30px;
  }

  .navbar-2 {
    background-color: #ddd0;
    background-image: linear-gradient(#fe63ef, #f432ba 75%);
    min-width: 100%;
    max-height: 4rem;
    padding-top: 0;
    padding-bottom: 0;
    position: static;
  }

  .nav-menu-2 {
    clear: left;
    -webkit-text-fill-color: inherit;
    background-color: #c8c8c8;
    background-image: linear-gradient(51deg, #ff58c1, #ff619f);
    background-clip: border-box;
    width: 100%;
    position: static;
  }

  .nav-menu-2.nav_gradient {
    z-index: 10;
    float: none;
    clear: left;
    object-position: 0% 0%;
    background-color: #0000;
    background-image: url('../images/tło-strona-.webp');
    background-position: 0 0;
    background-size: auto;
    width: 100vh;
    height: 100vh;
    padding-top: 0;
    display: inline-block;
    position: fixed;
    inset: 3.5rem 0% 0%;
    overflow: visible;
  }

  .heading {
    clear: both;
    letter-spacing: 0;
    column-count: auto;
    width: 100%;
    margin-bottom: 0;
    font-size: 3rem;
    line-height: 50px;
  }

  .heading.section_title {
    color: #000;
    font-size: 3rem;
  }

  .nav_link {
    padding-left: 10px;
  }

  .nav_link:hover {
    color: #000;
  }

  .container-2 {
    object-fit: fill;
    background-color: #0000;
    width: 100%;
    height: auto;
    max-height: 4rem;
    margin-left: 0;
    margin-right: 0;
    display: block;
    position: static;
  }

  .section_title.heading {
    text-align: left;
  }

  .section_title.heading-tickets {
    color: #000;
    text-align: center;
    letter-spacing: 3px;
    font-family: Newfont;
    font-size: 3rem;
  }

  .section_title.heading-tickets.heading {
    margin-bottom: 25px;
  }

  .div-block-2.div_spacer {
    clear: none;
    text-align: justify;
    flex-flow: column;
    justify-content: center;
    align-items: center;
    width: auto;
    max-width: 80%;
    height: auto;
    margin-top: 0;
    margin-left: 10%;
    margin-right: 10%;
    display: none;
    position: static;
  }

  .div-block-3 {
    z-index: 0;
    margin-top: 30px;
    position: static;
  }

  .div-block-4 {
    display: none;
    overflow: visible;
  }

  .menu-button-2 {
    float: left;
    max-width: 100%;
    max-height: 100%;
    padding: 9px;
    position: relative;
  }

  .menu-button-2.w--open {
    -webkit-text-fill-color: inherit;
    background-clip: border-box;
  }

  .menu-button-2.nav-menu-2 {
    background-image: repeating-linear-gradient(272deg, #ff58c1, #ff619f);
  }

  .menu-button-2.nav-menu-2-closed {
    z-index: 0;
    background-color: #c8c8c800;
    padding-top: 0;
    padding-bottom: 0;
  }

  .paragraph-mobile {
    letter-spacing: 0;
    width: auto;
    font-size: 1.2rem;
  }

  .image-2 {
    max-width: 40%;
    margin-top: 10px;
    padding-top: 0;
  }

  .slider {
    margin-top: 10px;
    margin-bottom: 30px;
  }

  .navbar-2-copy {
    background-color: #0000;
    min-width: 100%;
    max-height: 4rem;
    padding-top: 0;
    padding-bottom: 0;
    position: static;
  }

  .container-3 {
    mix-blend-mode: normal;
    background-image: url('../images/hero_mobile.webp');
    background-position: 0 0;
    background-size: cover;
    background-attachment: fixed;
    max-width: 100%;
    margin-top: 0;
    padding: 5rem 2rem;
    display: block;
  }

  .nav_link-artist {
    position: static;
  }

  .paragraph-2 {
    width: 100%;
    padding-top: 5%;
    font-size: 1.2rem;
  }

  .container-4 {
    max-width: 100%;
    margin: 0 0%;
    padding-left: 1rem;
    padding-right: 1rem;
    overflow: visible;
  }

  .event-ticket {
    -webkit-backdrop-filter: none;
    backdrop-filter: none;
    object-fit: contain;
    flex-wrap: nowrap;
    flex: 0 auto;
    min-width: 90%;
    max-width: 90%;
    height: auto;
    max-height: 10rem;
    padding: 15px 10px;
    overflow: visible;
  }

  .date-place {
    object-fit: fill;
    flex: 0 auto;
    max-width: 10%;
    margin-right: 6px;
    padding-left: 13px;
    padding-right: 13px;
  }

  .date {
    font-size: .8rem;
  }

  .place {
    text-align: center;
    font-size: .8rem;
  }

  .ticket-event {
    flex: 1;
    order: 1;
    align-self: center;
  }

  .button-facebook {
    object-fit: fill;
    flex-wrap: nowrap;
    flex: none;
    justify-content: space-between;
    align-self: stretch;
    align-items: baseline;
    min-width: 0;
    min-height: 10vw;
    padding-left: 8px;
    padding-right: 8px;
    font-size: .8rem;
    overflow: hidden;
  }

  .buttons {
    grid-row-gap: 25px;
    justify-content: space-around;
    align-items: stretch;
    margin-left: 0;
    margin-right: 0;
    padding-left: 10px;
    padding-right: 10px;
  }

  .event_text {
    text-align: center;
    letter-spacing: .1vw;
    white-space: normal;
    align-self: center;
    height: 1.7rem;
    font-size: 1rem;
    font-weight: 700;
    line-height: 1.8rem;
    position: static;
    overflow: visible;
  }

  .fb_icon {
    align-self: center;
    width: 1.4rem;
    height: 1.5rem;
    padding-right: 0;
  }

  .button-ticket {
    align-items: center;
    min-height: 10vw;
    padding: 6px 12px;
    font-family: Bitter, serif;
    font-weight: 700;
  }

  .image-4 {
    width: 1.4rem;
    max-width: 100%;
    font-size: 1.2rem;
    overflow: hidden;
  }

  .tickets {
    margin-top: 0;
    margin-bottom: 0;
  }

  .buyticket_text {
    letter-spacing: .1rem;
    height: auto;
    min-height: auto;
    font-size: 1rem;
    line-height: 1.1rem;
  }

  .html-embed-2 {
    height: 1600px;
  }

  .html-embed-2.short {
    height: 500px;
  }

  .html-embed-2-tablet {
    display: none;
  }

  .html-embed-2-mobile {
    display: block;
  }

  .image-5 {
    width: 80%;
    margin-top: 30px;
    margin-left: 10%;
  }

  .head {
    padding-top: 0;
  }

  .hero_content {
    padding: 0;
  }

  .heading-2 {
    padding-top: 1rem;
    padding-bottom: .5rem;
    font-size: 2.2rem;
  }

  .paragraph-4 {
    font-size: 1.1rem;
  }

  .paragraph-5 {
    margin-bottom: 0;
    padding-left: 0;
    padding-right: 0;
    font-size: 1rem;
  }

  .link-block-2 {
    padding-top: 1rem;
    padding-bottom: 1rem;
  }

  .hero_number.hero_number_20_first, .hero_number.hero_number_20_second, .hero_number.hero_number_24, .hero_number.hero_number_23 {
    width: 3rem;
  }

  .footer__powered, .footer__copyright {
    flex-wrap: nowrap;
    justify-content: center;
    width: auto;
  }

  .section-4 {
    background-image: url('../images/hero_mobile.webp'), url('../images/TOPEK_new.jpg');
    background-position: 0 0, 0 0;
    background-size: cover, cover;
    background-attachment: fixed, fixed;
  }

  .image-12 {
    min-width: 11rem;
    max-width: none;
  }

  .h2 {
    font-size: 2rem;
  }

  .h2_smaller {
    font-size: 1.5rem;
    line-height: 2rem;
  }

  .info_text_map {
    font-size: 1rem;
  }

  .tixbox_head {
    font-size: 1.1rem;
  }

  .text_city_select {
    font-size: 1.3rem;
    line-height: 2.5rem;
  }

  .city_select_box {
    justify-content: center;
    align-items: center;
    padding-left: 0;
    padding-right: 0;
  }

  .select_button {
    text-align: center;
    width: 11rem;
    font-size: .8rem;
    line-height: 1.2rem;
  }

  .select_button:hover {
    transform: none;
  }

  .select_button_map {
    text-align: center;
    width: 90%;
    font-size: .8rem;
    line-height: 1.2rem;
  }

  .select_button_map:hover {
    transform: none;
  }

  .section-content-wrapper {
    grid-row-gap: 2rem;
  }

  .section_faq {
    position: relative;
    overflow: visible;
  }

  .heading-3 {
    letter-spacing: -.5px;
    margin-top: 1rem;
    margin-bottom: 1rem;
    font-size: 1.2rem;
    line-height: 2rem;
  }

  .container-7 {
    padding-left: 1rem;
    padding-right: 1rem;
  }
}


@font-face {
  font-family: 'PP Monument Black';
  src: url('../fonts/PPMonumentExtended-Black.ttf') format('truetype');
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}