body {
  background: #fff;
  font-family: "Noka", sans-serif;
  font-weight: 500;
  width: 100%;
  height: auto;
  padding: 0;
  margin: 0;
}

main {
  width: 100%;
  overflow: hidden;
}

.wrapper {
  width: 100%;
  height: auto;
  max-width: 1250px;
  margin: 0 auto;
  padding: 0 20px;
  box-sizing: border-box;
}

section {
  padding-top: 55px;
  padding-bottom: 55px;
}

a {
  text-decoration: none;
}

.swiper .swiper-wrapper {
  width: 100%;
  height: auto;
}

@media screen and (max-width: 450px) {
  .wrapper {
    padding: 0 15px;
  }
}
@media screen and (max-width: 350px) {
  .wrapper {
    padding: 0 10px;
  }
}
h1, .h1 {
  line-height: 1.1em;
  margin-top: 0;
}

h2, .h2 {
  line-height: 1.1em;
  margin-top: 0;
}

h3, .h3 {
  line-height: 1.1em;
  margin-top: 0;
}

h4, .h4 {
  line-height: 1.1em;
  margin-top: 0;
}

h5, .h5 {
  line-height: 1.1em;
  margin-top: 0;
}

h6, .h6 {
  line-height: 1.1em;
  margin-top: 0;
}

p, .p, ul, ol, li {
  font-size: 20px;
  line-height: 1.3em;
  margin-top: 0;
}

strong {
  font-weight: 800;
}

footer {
  width: 100%;
  height: auto;
  padding: 55px 20px;
  box-sizing: border-box;
  background: #571F65;
  color: #fff;
}
footer .social_wrapper {
  margin: 0 auto 75px auto;
  text-align: center;
  display: flex;
  align-items: center;
  align-content: center;
  justify-content: center;
  padding: 0;
  list-style: none;
}
footer .social_wrapper li a {
  color: #fff;
  font-size: 22px;
  font-weight: 500;
  margin: 0 20px;
  display: flex;
  align-content: center;
  align-items: center;
}
footer .social_wrapper li a .icon {
  margin-right: 7.5px;
  font-size: 30px;
}
footer .partner_logo {
  width: 100%;
  text-align: center;
  margin: 0 auto;
}
footer .partner_logo .pre_title {
  font-weight: 500;
  color: #fff;
  font-size: 20px;
  text-align: center;
}
footer .partner_logo .icon_item {
  display: flex;
  flex-wrap: nowrap;
  align-items: center;
  align-content: center;
  justify-content: center;
  margin: 10px auto 75px auto;
}
footer .partner_logo .icon_item .icon {
  height: 75px;
  width: 75px;
  display: flex;
  align-content: center;
  align-items: center;
  justify-content: center;
  color: #fff;
  font-size: 75px;
}
footer .partner_logo .icon_item .icon img {
  display: block;
  height: 100%;
  width: 100%;
  object-fit: contain;
  object-position: center center;
}
footer .partner_logo .icon_item .info {
  list-style: none;
  margin: 0;
  text-align: left;
  padding-left: 15px;
}
footer .partner_logo .icon_item .info li {
  font-family: "Noka", sans-serif;
  font-weight: 300;
  font-size: 20px;
  text-decoration: none;
  color: #fff;
}
footer .partner_logo .icon_item .info li.title {
  font-weight: 900;
}
footer .partner_logo .image_item {
  width: 100%;
  max-width: 150px;
  margin: 10px auto 0 auto;
}

.hero {
  display: block;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
}
.hero .top_bar {
  display: flex;
  align-items: center;
  align-content: center;
  justify-content: space-between;
  flex-wrap: nowrap;
  width: 100%;
  height: auto;
}
.hero .top_bar .date_box {
  display: flex;
  flex-wrap: nowrap;
  width: 165px;
  height: auto;
}
.hero .top_bar .date_box .date_box_day {
  display: block;
  margin: 0 20px 0 0;
  height: auto;
  width: auto;
  font-family: "Noka", sans-serif;
  font-weight: 900;
  text-transform: uppercase;
  font-size: 31px;
  line-height: 1em;
  color: #fff;
}
.hero .top_bar .date_box .date_box_day span {
  display: block;
  width: 100%;
  height: auto;
  text-align: right;
}
.hero .top_bar .date_box .date_box_day span:nth-child(1), .hero .top_bar .date_box .date_box_day span:nth-child(2) {
  margin: 0 0 6px 0;
}
.hero .top_bar .date_box .data_box_date {
  display: block;
  height: 100%;
  width: auto;
  font-family: "Noka", sans-serif;
  text-transform: uppercase;
  color: #fff;
}
.hero .top_bar .date_box .data_box_date .date_box_date_day {
  font-weight: 900;
  font-size: 83px;
  line-height: 1em;
  width: 100%;
  flex-shrink: 0;
  display: block;
  margin: -9px 0 0.5px 0;
}
.hero .top_bar .date_box .data_box_date .date_box_date_month {
  font-weight: 300;
  font-size: 32px;
  line-height: 1em;
  width: 100%;
  flex-shrink: 0;
  display: block;
}
.hero .top_bar .icon_box {
  display: block;
  color: #fff;
}
.hero .top_bar .icon_box .icon {
  display: block;
  height: 50px;
  width: 50px;
  margin: 0 auto 15px auto;
  font-size: 45px;
  transform: scaleX(-1);
}
.hero .top_bar .icon_box .text {
  display: block;
  width: 100%;
  height: auto;
  line-height: 1.2em;
  font-family: "Noka", sans-serif;
  text-transform: uppercase;
  font-size: 20px;
  font-weight: 300;
  text-align: center;
}
.hero .top_bar .icon_box .text b {
  font-weight: 900;
  display: block;
}
.hero .logo_wrapper {
  width: 100%;
  height: auto;
}
.hero .logo_wrapper .logo {
  width: 100%;
  height: auto;
  max-width: 600px;
  margin: 0 auto;
  display: block;
}
.hero .text_wrapper {
  width: 100%;
  color: #fff;
  margin: 75px auto 0 auto;
}
.hero .text_wrapper .icon_bar {
  display: flex;
  align-items: center;
  align-content: center;
  justify-content: space-between;
  flex-wrap: nowrap;
  width: 100%;
  height: auto;
  max-width: 650px;
  margin: 0 auto 55px auto;
}
.hero .text_wrapper .icon_bar .icon_item {
  display: flex;
  flex-wrap: nowrap;
  align-items: center;
  align-content: center;
}
.hero .text_wrapper .icon_bar .icon_item:nth-child(1) .info {
  text-align: left;
  padding-left: 15px;
}
.hero .text_wrapper .icon_bar .icon_item:nth-child(2) .icon {
  order: 1;
}
.hero .text_wrapper .icon_bar .icon_item:nth-child(2) .info {
  order: 0;
  text-align: right;
  padding-right: 15px;
}
.hero .text_wrapper .icon_bar .icon_item .icon {
  height: 75px;
  width: 75px;
  display: flex;
  align-content: center;
  align-items: center;
  justify-content: center;
  color: #fff;
  font-size: 75px;
}
.hero .text_wrapper .icon_bar .icon_item .icon img {
  display: block;
  height: 100%;
  width: 100%;
  object-fit: contain;
  object-position: center center;
}
.hero .text_wrapper .icon_bar .icon_item .info {
  list-style: none;
  padding: 0;
  margin: 0;
}
.hero .text_wrapper .icon_bar .icon_item .info li {
  font-family: "Noka", sans-serif;
  font-weight: 300;
  font-size: 20px;
  text-decoration: none;
  color: #fff;
}
.hero .text_wrapper .icon_bar .icon_item .info li.title {
  font-weight: 900;
}
.hero .text_wrapper .icon_bar a {
  transition: all 0.25s ease;
}
.hero .text_wrapper .icon_bar a:hover {
  transform: scale(1.05);
}
.hero .text_wrapper .text_box {
  max-width: 650px;
  margin: 0 auto;
  text-align: center;
}

@media screen and (max-width: 600px) {
  .hero .top_bar {
    flex-wrap: wrap;
    justify-content: center;
  }
  .hero .top_bar .date_box {
    width: auto;
  }
  .hero .top_bar .icon_box {
    width: 100%;
    flex-shrink: 0;
    margin: 20px auto;
    padding-top: 20px;
    border-top: 1px solid rgba(255, 255, 255, 0.45);
  }
}
.text_module {
  display: block;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
}
.text_module .text_box {
  font-family: "Noka", sans-serif;
  color: #fff;
  display: block;
  max-width: 650px;
  margin: 0 auto;
  text-align: center;
}
.text_module .text_box .pre_title {
  text-align: center;
  font-size: 35px;
  color: #fff;
  text-transform: uppercase;
  font-weight: 800;
  margin-bottom: 25px;
}

.sponsor_packs .pre_title {
  text-align: center;
  font-size: 35px;
  color: #571F65;
  text-transform: uppercase;
  font-weight: 800;
  margin-bottom: 25px;
}
.sponsor_packs .sponsor_pack_card {
  width: 100%;
  height: auto;
  max-width: 650px;
  margin: 25px auto;
  padding: 35px 30px;
  box-sizing: border-box;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  border-radius: 18px;
  display: block;
  text-decoration: none;
  transition: all 0.25s ease;
}
.sponsor_packs .sponsor_pack_card:hover {
  transform: scale(1.025);
}
.sponsor_packs .sponsor_pack_card .pack_card_head {
  display: flex;
  justify-content: space-between;
  color: #fff;
}
.sponsor_packs .sponsor_pack_card .pack_card_head .pack_name {
  color: #fff;
  text-transform: uppercase;
  font-weight: 900;
  font-size: 35px;
  max-width: 300px;
}
.sponsor_packs .sponsor_pack_card .pack_card_head .pack_price {
  display: flex;
  align-content: flex-start;
}
.sponsor_packs .sponsor_pack_card .pack_card_head .pack_price .euro {
  font-weight: 300;
  font-size: 45px;
  margin-right: 10px;
}
.sponsor_packs .sponsor_pack_card .pack_card_head .pack_price .number {
  font-weight: 900;
  font-size: 45px;
  margin-right: 2.5px;
}
.sponsor_packs .sponsor_pack_card .pack_card_head .pack_price .decimals {
  font-weight: 300;
  font-size: 25px;
  padding-top: 5px;
  box-sizing: border-box;
}
.sponsor_packs .sponsor_pack_card .pack_desc {
  display: block;
  color: #fff;
  margin-top: 10px;
}
.sponsor_packs .sponsor_pack_card .pack_desc p {
  padding-bottom: 0;
  margin-bottom: 0;
}
.sponsor_packs .sponsor_pack_card .pack_desc ul {
  padding-left: 20px;
  padding-bottom: 0;
  margin-bottom: 0;
}

@media screen and (max-width: 650px) {
  .sponsor_packs .sponsor_pack_card .pack_card_head {
    flex-wrap: wrap;
    padding-bottom: 10px;
    margin-bottom: 10px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.45);
  }
  .sponsor_packs .sponsor_pack_card .pack_card_head .pack_price {
    width: 100%;
    max-width: unset;
  }
  .sponsor_packs .sponsor_pack_card .pack_card_head .pack_name {
    width: 100%;
    max-width: unset;
  }
}
.tickets_overview .ticket_item {
  width: 100%;
  max-width: 650px;
  margin: 0 auto;
  display: block;
  transition: all 0.25s ease;
}
.tickets_overview .ticket_item img {
  width: 100%;
  height: auto;
}
.tickets_overview .ticket_item .info_card {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  width: 100%;
  height: auto;
  max-width: 650px;
  margin: 25px auto;
  padding: 35px 30px;
  box-sizing: border-box;
  border-radius: 18px;
  display: flex;
  align-content: center;
  align-items: center;
  justify-content: space-between;
}
.tickets_overview .ticket_item .info_card .ticket_info .ticket_name {
  color: #fff;
  text-transform: uppercase;
  font-weight: 900;
  font-size: 32px;
}
.tickets_overview .ticket_item .info_card .ticket_info .ticket_sub {
  color: #fff;
  font-weight: 300;
  font-size: 18px;
  margin: 5px 0 0 0;
}
.tickets_overview .ticket_item .info_card .ticket_price {
  display: flex;
  align-content: flex-start;
  color: #fff;
}
.tickets_overview .ticket_item .info_card .ticket_price .euro {
  font-weight: 300;
  font-size: 45px;
  margin-right: 10px;
}
.tickets_overview .ticket_item .info_card .ticket_price .number {
  font-weight: 900;
  font-size: 45px;
  margin-right: 2.5px;
}
.tickets_overview .ticket_item .info_card .ticket_price .decimals {
  font-weight: 300;
  font-size: 25px;
  padding-top: 5px;
  box-sizing: border-box;
}
.tickets_overview .ticket_item:hover {
  transform: scale(1.025);
}
.tickets_overview .text_block {
  max-width: 650px;
  color: #571F65;
  text-align: center;
  margin: 100px auto 35px auto;
  font-size: 20px;
}

@media screen and (max-width: 500px) {
  .tickets_overview .ticket_item .info_card {
    flex-wrap: wrap;
  }
}
.sponsor_slider {
  display: block;
  background: #fff;
  border-radius: 18px;
  overflow: hidden;
  width: 100%;
  height: auto;
  padding: 30px;
  box-sizing: border-box;
  margin: 50px auto 0 auto;
}
.sponsor_slider .swiper-container {
  width: 100%;
}
.sponsor_slider .swiper-wrapper {
  display: flex;
  width: 100%;
}
.sponsor_slider .sponsor_logo {
  width: 100%;
  height: auto;
  display: block;
}

/*# sourceMappingURL=main.css.map */
