html * {
  box-sizing: border-box;
}

#banner {
  margin-inline: -32px;
  width: calc(100% + 64px);
}
@media screen and (min-width: 767px) {
  #banner {
    width: 100%;
    margin-inline: 0;
  }
}

.iyWxaU {
  width: 100%;
  height: -moz-max-content;
  height: max-content;
  padding-block: 2rem;
  padding-inline: 1rem;
  background: linear-gradient(rgb(39, 39, 42) 48.04%, rgb(0, 0, 0) 100%);
  color: rgb(255, 255, 255);
}
.iyWxaU .cUcWHY {
  width: 100%;
  height: 100%;
  position: relative;
  overflow: hidden;
}
.iyWxaU .cUcWHY #bg-wrapper {
  z-index: 2;
  position: absolute;
  width: 100%;
  height: 100%;
  filter: blur(10px) brightness(0.4);
}
.iyWxaU .cUcWHY #bg-wrapper img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.iyWxaU .cUcWHY #banner-info-wrapper {
  width: 100%;
  height: 100%;
  z-index: 5;
  padding: 0.75rem;
  position: relative;
}
.iyWxaU .cUcWHY #banner-info-stack {
  display: flex;
  flex-direction: column;
  align-items: center;
  overflow: hidden;
  width: 100%;
  height: 100%;
  border-radius: 0.5rem;
  background-color: rgb(56, 56, 61);
}
.iyWxaU .cUcWHY #banner-img-wrapper {
  width: 100%;
  height: 100%;
  overflow: hidden;
}
.iyWxaU .cUcWHY #banner-img-wrapper img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center center;
     object-position: center center;
}
.iyWxaU .cUcWHY #banner-info-content {
  width: 100%;
  background-color: rgb(42, 45, 52);
  padding: 0.75rem;
}
.iyWxaU .cUcWHY #banner-info-content #date {
  font-size: 0.75rem;
  margin-top: 0.75rem;
}
.iyWxaU .cUcWHY #banner-info-content p {
  display: flex;
  align-items: center;
}
.iyWxaU .cUcWHY #banner-info-content #date-text {
  text-transform: capitalize;
  padding-left: 0.5rem;
  color: rgb(45, 194, 117);
  font-weight: bold;
}
.iyWxaU .cUcWHY #banner-info-content #more-days {
  font-size: 0.75rem;
  margin-top: 0.5rem;
  margin-left: 1.5rem;
  border: 1px solid rgb(255, 255, 255);
  width: -moz-max-content;
  width: max-content;
  padding: 0.25rem;
  cursor: pointer;
}
.iyWxaU .cUcWHY #banner-info-content #venue {
  display: flex;
  align-items: center;
  margin-top: 0.5rem;
  font-size: 0.75rem;
}
.iyWxaU .cUcWHY #banner-info-content #venue #location-icon {
  transform: scale(0.65) translateX(-0.4rem);
}
.iyWxaU .cUcWHY #banner-info-content #address {
  font-size: 0.75rem;
  color: rgb(196, 196, 207);
  margin-left: 1.5rem;
}
.iyWxaU .cUcWHY .keliPG {
  width: 100%;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  line-height: 25px;
  word-break: break-word;
  font-size: 16px;
  font-weight: 700 !important;
}
.iyWxaU .cUcWHY .icon path {
  fill: rgb(255, 255, 255);
}
.iyWxaU .cUcWHY .iyWxaU .icon path {
  fill: rgb(255, 255, 255);
  stroke: rgb(255, 255, 255);
}
.iyWxaU .cUcWHY #banner-info-content .price {
  display: none;
}
@media screen and (min-width: 767px) {
  .iyWxaU {
    position: relative;
  }
  .iyWxaU:before {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    bottom: 0;
    left: calc((100vw - 1016px) / 2 * -1);
    right: calc((100vw - 1016px) / 2 * -1);
    background: linear-gradient(rgb(39, 39, 42) 48.04%, rgb(0, 0, 0) 100%);
    margin: auto;
    width: 100vw;
  }
  .iyWxaU .cUcWHY {
    width: 100%;
    height: 100%;
    padding: 0px;
    color: white;
    border-radius: 1.5rem;
    background: linear-gradient(rgb(39, 39, 42) 48.04%, rgb(0, 0, 0) 100%);
    overflow: hidden;
  }
  .iyWxaU .cUcWHY #bg-wrapper {
    display: none;
  }
  .iyWxaU .cUcWHY #banner-info-stack {
    flex-direction: row-reverse;
    align-items: flex-start;
    height: unset;
  }
  .iyWxaU .cUcWHY #banner-info-content {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    flex: 1 1 0%;
    background-color: transparent;
    position: relative;
    padding: 1.875rem;
  }
  .iyWxaU .cUcWHY #banner-img-wrapper {
    flex: 2 0 0%;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
    background: linear-gradient(rgb(39, 39, 42) 48.04%, rgb(0, 0, 0) 100%);
    position: relative;
  }
  .iyWxaU .cUcWHY #banner-img-wrapper:before {
    content: "";
    display: block;
    width: 3px;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background: repeating-linear-gradient(to bottom, #27272A 0, #27272A 12px, transparent 0px, transparent 18px);
  }
  .iyWxaU .cUcWHY #banner-info-wrapper {
    padding: 0;
    display: flex;
  }
  .iyWxaU .cUcWHY #banner-info-content {
    position: relative;
    height: 100%;
  }
  .iyWxaU .cUcWHY #banner-info-content:after {
    content: "";
    display: block;
    width: 50px;
    height: 50px;
    background-color: rgb(39, 39, 42);
    border-radius: 50%;
    position: absolute;
    top: -25px;
    right: -25px;
    z-index: 1;
  }
  .iyWxaU .cUcWHY #banner-info-content:before {
    content: "";
    display: block;
    width: 50px;
    height: 50px;
    background-color: rgb(0, 0, 0);
    border-radius: 50%;
    position: absolute;
    bottom: -25px;
    right: -25px;
    z-index: 1;
  }
  .iyWxaU .cUcWHY #banner-info-content #venue {
    font-size: 12px;
    line-height: 150%;
    font-weight: 700;
    display: flex;
    margin-top: 1rem;
  }
  .iyWxaU .cUcWHY #banner-info-content #venue .venue-text {
    margin-top: 0.3rem;
    color: rgb(45, 194, 117);
  }
  .iyWxaU .cUcWHY #banner-info-content .price {
    display: block;
    border-top: 1px solid rgb(196, 196, 207);
    width: 100%;
  }
  .iyWxaU .cUcWHY #banner-info-content .price > span {
    color: #ffffff;
  }
  .iyWxaU .cUcWHY #banner-info-content .price #ticket-price {
    display: flex;
    align-items: center;
    gap: 0.5rem;
    padding-block: 0.4rem;
    font-size: 24px;
    font-weight: bold;
    color: #ffffff;
    font-size: 18px;
  }
  .iyWxaU .cUcWHY #banner-info-content .price #price-value {
    display: flex;
    align-items: center;
    font-size: 24px;
    font-weight: 700;
    gap: 0.5rem;
    color: rgb(45, 194, 117);
  }
}
.iyWxaU .weNZR {
  width: 100%;
  padding-block: 0.5rem;
  border-radius: 0.25rem;
  font-weight: bold;
  transition: background-color 0.4s ease-in-out;
  color: rgb(255, 255, 255);
  background-color: rgb(45, 194, 117);
}

@media screen and (min-width: 767px) {
  .BaseLayout_container__STiF2 {
    min-width: 1280px;
    margin-inline: auto;
  }
}/*# sourceMappingURL=ticket-style.css.map */