<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.buypanel {
  list-style: none;
  margin: 0;
  padding: 0;
}
.buypanel.interline li {
  border: 2px solid #FFD040;
  border-radius: 5px;
  margin-bottom: 44px;
  padding: 50px 48px;
  position: relative;
}
.buypanel.interline li h4.h4 {
  color: #004BB7;
  font-family: "Jost";
  font-weight: 600;
  font-size: 32px;
  margin-bottom: 17px;
  margin-top: 10px;
}
.buypanel.interline li h4.h4 .light_theme {
  color: #2FBEEF;
  font-size: 30px;
  text-transform: uppercase;
}
.buypanel.interline li h4:not(.h4) {
  font-size: 18px;
  line-height: 33px;
}
.buypanel.interline li .col-md-7 {
  padding-left: 40px;
}
.buypanel.interline li .col-md-7 p {
  max-width: 357px;
}
.buypanel img {
  width: 373px;
}
.buypanel .buy-ticket {
  position: absolute;
  transform: translateY(-50%);
  top: 150px;
  right: 50px;
  width: 146px;
  height: 46px;
  line-height: 46px;
  background: #004BB7;
  font-weight: 600;
  font-family: "Jost";
  text-align: center;
  border-radius: 38px;
  border: 0;
}
.buypanel .buy-ticket:hover {
  background: #FFD040;
}

h3.yellow {
  font-family: "Jost" !important;
  font-weight: 600 !important;
  font-size: 24px !important;
  line-height: 25.2px !important;
  color: #FFD040 !important;
  text-align: center;
  margin-bottom: 18px;
}

.voucher_price {
  font-family: "Jost" !important;
  font-weight: 600 !important;
  font-size: 35px !important;
  line-height: 59.5px !important;
  color: #2FBEEF !important;
  margin-bottom: 2px !important;
}

p.poppins_desc {
  font-size: 15px;
  margin: 0;
  font-family: "Poppins";
  font-weight: 500;
}

.second_step {
  display: none;
}

.get_back {
  color: #004BB7;
  font-size: 18px;
  margin-bottom: 10px;
}

form.payment {
  width: 572px;
  border: 2px solid #FFD040;
  margin: 0 auto;
  padding: 60px 0 72px 0;
}

form.payment label {
  width: 367px;
  margin: 0 auto;
  display: block;
  font-family: "Poppins";
  font-style: normal;
  font-weight: 500;
  font-size: 12px;
  line-height: 16px;
  margin-bottom: 8px;
}

form.payment input[type=text],
form.payment input[type=email] {
  margin: 0 auto;
  width: 367px;
  height: 45px;
  line-height: 45px;
  font-size: 14px;
  border: 1px solid #2FBEEF;
}

form.payment label {
  padding-top: 20px;
}

form.payment .quant-update {
  width: 144px !important;
  height: 45px;
  text-align: center;
  border: 1px solid #2fbeef;
  font-size: 16px !important;
  font-weight: 500;
  color: #004BB7;
  line-height: 24px;
}

form.payment .tickets {
  position: relative;
  display: inline-block;
  height: 45px;
  border-radius: 5px;
}

form.payment .less {
  position: absolute;
  left: 0;
  top: 0;
  width: 44px;
  height: 45px;
  line-height: 45px;
  font-size: 24px;
  text-align: center;
  color: #2FBEEF;
  border-right: 1px solid #2fbeef;
}

.inline_label {
  display: inline !important;
}

.tickets_container {
  width: 367px;
  margin: 0 auto;
  display: block;
  padding: 0;
  margin-top: 25px;
  margin-bottom: 20px;
}

.choose_date,
.choose_time {
  width: 367px;
  margin: 0 auto 20px auto;
  padding: 0;
}

.choose_date input {
  width: 241px !important;
  display: inline;
  margin-left: 42px !important;
  border: 1px solid #2fbeef;
  font-size: 16px !important;
  font-weight: 500;
  color: #004BB7;
}

.choose_time select {
  width: 241px !important;
  display: inline;
  margin-left: 22px !important;
  border: 1px solid #2fbeef;
  font-size: 16px !important;
  font-weight: 500;
  color: #004BB7;
}

.tickets_container .tickets {
  margin-left: 45px;
}

form.payment .more {
  position: absolute;
  right: 0;
  top: 0;
  width: 44px;
  height: 45px;
  line-height: 45px;
  font-size: 24px;
  text-align: center;
  color: #2FBEEF;
  border-left: 1px solid #2fbeef;
}

form.payment .save_data {
  background: #004BB7;
  display: inline-block;
  font-family: "Jost";
  font-weight: 600;
  font-size: 15px;
  height: 45px;
  line-height: 22.5px;
  border-radius: 38px;
  width: 271px;
  text-transform: uppercase;
  margin: 0 auto;
}

form.payment .price_summary {
  border-top: 1px solid #DADADA;
  padding: 32px 0;
  width: 367px;
  margin: 0 auto;
}
form.payment .choose_time {
  margin-bottom: 52px;
}
form.payment .less:hover,
form.payment .more:hover {
  cursor: pointer;
}

@media screen and (max-width: 997px) {
  .buypanel.interline li {
    padding: 25px 24px;
  }

  li &gt; .row &gt; .col-md-5 {
    text-align: center;
  }

  li &gt; .row &gt; .col-md-5 img {
    width: 100%;
  }

  .buypanel .buy-ticket {
    position: relative;
    transform: unset;
    top: auto;
    left: 0;
    right: 0;
    margin: 20px auto;
    float: none !important;
  }

  form.payment {
    width: 100%;
    padding: 0 20px;
    box-sizing: border-box;
  }

  form.payment input[type=text], form.payment input[type=email] {
    width: 100%;
  }

  .choose_date input {
    margin-left: auto !important;
    width: 100% !important;
  }

  .mobileonly &gt; div {
    text-align: center;
  }

  .buypanel.interline li .col-md-7 {
    padding-left: 10px;
  }

  .choose_time select {
    width: 100% !important;
    margin-left: 0 !important;
  }
}

/*# sourceMappingURL=render.css.map */
</pre></body></html>