.sliders-lineup {
  padding: 10px 0;
}
@media (max-width: 992px) {
  .sliders-lineup {
    overflow: visible;
  }
}

.sliders-navigation {
  position: absolute;
  height: 100%;
  top: 0;
  width: 100%;
}
.sliders-navigation .sliders-navigation-item {
  position: absolute;
  height: 100%;
  z-index: 1;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 32px;
}
@media (max-width: 992px) {
  .sliders-navigation .sliders-navigation-item {
    display: none;
  }
}
.sliders-navigation .sliders-navigation-item img {
  height: 36px;
}
.sliders-navigation .sliders-navigation-item.sliders-navigation-prev {
  background: linear-gradient(90deg, rgb(19, 19, 19) 5%, rgba(19, 19, 19, 0.32) 100%);
  left: 0;
}
.sliders-navigation .sliders-navigation-item.sliders-navigation-next {
  background: linear-gradient(-90deg, rgb(19, 19, 19) 5%, rgba(19, 19, 19, 0.32) 100%);
  right: 0;
}

.list-4 {
  position: relative;
}
.list-4 .swiper-slide a {
  text-decoration: none;
}

.sliders-navigations-circle {
  position: absolute;
  height: 100%;
  top: 40%;
  width: 100%;
}
@media (max-width: 992px) {
  .sliders-navigations-circle {
    display: none;
  }
}
.sliders-navigations-circle .sliders-navigation-item {
  width: 40px;
  height: 40px;
  background: white;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  z-index: 1;
}
.sliders-navigations-circle .sliders-navigation-item img {
  height: 80%;
}
.sliders-navigations-circle .sliders-navigation-item.sliders-navigation-next {
  margin-right: 16px;
  right: 0;
}
.sliders-navigations-circle .sliders-navigation-item.sliders-navigation-prev {
  margin-left: 16px;
  left: 0;
}
.sliders-navigations-circle .sliders-navigation-item.swiper-button-disabled {
  opacity: 0;
}

.sliders-memories {
  overflow: visible;
  margin-bottom: 64px;
}
.sliders-memories .swiper-wrapper {
  transition-timing-function: linear !important;
}
.sliders-memories .swiper-slide {
  width: auto;
}

.sliders-live-from-the-fest {
  transition: transform 0.3s ease;
}
@media (min-width: 768px) and (max-width: 1024px) {
  .sliders-live-from-the-fest {
    overflow: visible;
  }
}
@media (min-width: 320px) and (max-width: 480px) {
  .sliders-live-from-the-fest {
    overflow: visible;
  }
}
.sliders-live-from-the-fest .sliders-navigation {
  display: none;
  transition: transform 0.3s ease;
}
@media (max-width: 1024px) {
  .sliders-live-from-the-fest .sliders-navigation {
    display: none;
  }
}
@media (min-width: 1024px) {
  .sliders-live-from-the-fest:hover .sliders-navigation {
    display: block;
  }
  .sliders-live-from-the-fest:hover .sliders-navigation .swiper-button-disabled {
    display: none;
  }
}

.btn-tsp {
  font-family: var(--font-family-heading);
  width: -moz-max-content;
  width: max-content;
  position: relative;
  display: flex;
  gap: 4px;
  align-items: center;
  justify-content: center;
}
.btn-tsp .badge-remark {
  background: url(../../assets/img/partial/splash-brush-red.svg);
  background-size: cover;
  padding: 2px 8px;
  position: absolute;
  top: 104%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: -moz-max-content;
  width: max-content;
}
.btn-tsp img.icon {
  width: 20px;
  height: 20px;
}
.btn-tsp.btn-tsp-xl {
  padding: 12px 40px;
  font-size: 28px;
  line-height: 32px;
  border-radius: 8px;
}
@media (max-width: 992px) {
  .btn-tsp.btn-tsp-xl {
    padding: 12px 28px;
    font-size: 24px;
    line-height: 28px;
  }
}
.btn-tsp.btn-tsp-lg {
  padding: 10px 24px;
  font-size: 24px;
  line-height: 28px;
  border-radius: 8px;
}
@media (max-width: 992px) {
  .btn-tsp.btn-tsp-lg {
    font-size: 20px;
    line-height: 24px;
  }
}
.btn-tsp.btn-tsp-md {
  padding: 10px 20px;
  font-size: 20px;
  line-height: 24px;
  border-radius: 8px;
}
.btn-tsp.btn-tsp-primary {
  background: var(--color-orange-500);
  color: white;
  border: 1px solid var(--color-orange-500);
}
.btn-tsp.btn-tsp-primary:hover {
  background: var(--color-orange-600);
}
.btn-tsp.btn-tsp-primary.disabled {
  background: var(--color-neutral-400);
  color: var(--color-neutral-50);
  border: 0;
}
.btn-tsp.btn-tsp-secondary {
  color: var(--color-orange-500);
  border: 1px solid var(--color-orange-500);
}
.btn-tsp.btn-tsp-secondary:hover {
  background: var(--color-orange-500);
  color: white;
}
.btn-tsp.btn-tsp-white {
  color: var(--color-neutral-500);
  background: #ffffff;
}
.btn-tsp.btn-tsp-white:hover {
  background: var(--color-neutral-100);
}
.btn-tsp.btn-tsp-danger {
  background: var(--color-red-500);
  color: #ffffff;
  border: 0;
}
.btn-tsp.btn-tsp-danger:hover {
  background: var(--color-red-500);
}
.btn-tsp.btn-tsp-plain {
  color: white;
}
.btn-tsp.btn-tsp-plain:hover {
  color: var(--color-orange-500);
}

.tsp-card {
  border-radius: 8px;
  overflow: hidden;
  width: 220px;
  transition: 0.5s !important;
  cursor: pointer;
  margin: 0 auto;
  text-decoration: none;
  color: var(--color-neutral-500);
  display: block;
}
@media (max-width: 1366px) {
  .tsp-card {
    width: 100%;
  }
}
.tsp-card .card-img-top {
  height: 240px;
  position: relative;
}
@media (max-width: 1366px) {
  .tsp-card .card-img-top {
    height: 156px;
  }
}
.tsp-card .card-img-top .badge {
  position: absolute;
  top: 4%;
  left: 4%;
  height: -moz-max-content;
  height: max-content;
  padding: 2px 6px;
  background-size: cover !important;
  background-position: center !important;
  background-repeat: no-repeat !important;
  transition: transform 0.2s;
  border-radius: 0;
}
.tsp-card .card-img-top .badge.preorder {
  background: url(../../assets/img/partial/splash-brush-white-short.svg);
  color: var(--color-orange-500);
}
.tsp-card .card-img-top .badge.venue {
  background: url(../../assets/img/partial/splash-brush-orange-sm.svg);
}
.tsp-card .card-img-top .badge.sold {
  background: url(../../assets/img/partial/splash-brush-red-short.svg);
}
.tsp-card .card-img-top img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}
.tsp-card .card-img-top .object-additional img {
  height: 13px;
  position: absolute;
  left: 0;
  right: 0;
  bottom: -1px;
}
.tsp-card .card-body {
  background: white;
  padding: 8px 12px 4px 12px;
}
.tsp-card .card-body .marquee-text {
  width: 100%;
  overflow: hidden;
  position: relative;
}
.tsp-card .card-body .marquee-text .performance-name {
  display: inline-block;
  transition: transform 0.3s ease-in-out;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  width: 100%;
  margin-bottom: 0;
}

.marquee {
  animation: marquee 5s linear infinite;
}

.card-performance.card-performance-sm .card-img-top {
  height: 175px;
}
@media (min-width: 320px) and (max-width: 480px) {
  .card-performance.card-performance-sm .card-img-top {
    height: 104px;
  }
}
.card-performance.card-performance-sm .card-img-top .object-additional img {
  height: 10px;
}
@media (min-width: 320px) and (max-width: 480px) {
  .card-performance.card-performance-sm .card-body {
    padding: 6px 10px 4px 10px;
  }
}

.card-merch {
  width: 100%;
}
.card-merch .card-img-top {
  height: 270px;
}
@media (max-width: 1366px) {
  .card-merch .card-img-top {
    height: 165px;
  }
}
.card-merch .card-img-top img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}
.card-merch .card-body {
  background: white;
  padding: 8px 12px 4px 12px;
}
.card-merch .card-body .category {
  color: var(--color-orange-500);
}
.card-merch .card-body .title {
  height: 48px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
@media (min-width: 320px) and (max-width: 480px) {
  .card-merch .card-body .title {
    height: 40px;
  }
}

.card-ticket {
  border-radius: 8px;
  overflow: hidden;
}
@media (max-width: 1024px) {
  .card-ticket {
    margin-bottom: 20px;
  }
}
.card-ticket .card-body {
  background: url(../../assets/img/partial/img-ticket.svg);
  background-size: cover;
  padding: 20px 20px 28px 20px;
  color: white;
  border-bottom: 1px dashed #424242;
}
.card-ticket .card-body .ticket-header {
  display: flex;
  gap: 12px;
  justify-content: space-between;
  margin-bottom: 10px;
}
.card-ticket .card-body .ticket-header .ticket-name {
  text-align: left;
  color: white;
  margin-bottom: 0;
  position: relative;
}
.card-ticket .card-body .ticket-pricing {
  text-align: left;
}
.card-ticket .card-body .ticket-pricing .label {
  color: #929292;
  margin-bottom: 2px;
}
.card-ticket .card-body .ticket-pricing .pricing-value {
  position: relative;
  width: -moz-max-content;
  width: max-content;
}
.card-ticket .card-body .ticket-pricing .pricing-value .remark-badge {
  bottom: 20%;
  right: 4%;
  left: 32%;
  width: -webkit-fill-available;
  text-align: center;
  padding: 2px 12px;
  background: var(--color-neutral-300);
}
.card-ticket .card-footer {
  background: #2B2B2B;
  padding: 20px 24px 28px 24px;
  position: relative;
}
.card-ticket .card-footer .ticket-dots-leftright {
  position: absolute;
  top: -12px;
  left: 0;
  right: 0;
}
.card-ticket .card-footer .ticket-dots-leftright .dots {
  width: 24px;
  height: 24px;
  background: #131313;
  border-radius: 50%;
  display: inline-block;
}
.card-ticket .card-footer .ticket-dots-leftright .dots.dots-left {
  float: left;
  margin-left: -10px;
}
.card-ticket .card-footer .ticket-dots-leftright .dots.dots-right {
  float: right;
  margin-right: -10px;
}
.card-ticket .card-footer .ticket-dots {
  position: absolute;
  bottom: -10%;
  left: 5%;
  right: 5%;
  display: flex;
  justify-content: space-between;
}
.card-ticket .card-footer .ticket-dots .dots {
  width: 16px;
  height: 16px;
  background: #131313;
  border-radius: 50%;
  display: inline-block;
}
.card-ticket .card-footer .text-help {
  margin-bottom: 10px;
  color: var(--color-neutral-100);
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 4px;
}
.card-ticket .card-footer .text-help img {
  height: 14px;
}

.card-news {
  text-decoration: none;
  display: block;
  overflow: hidden;
  position: relative;
  padding: 24px;
  color: white;
  transition: 0.2s;
}
.card-news:hover .card-img img {
  transform: scale(1.1);
}
.card-news .card-img {
  position: absolute;
  left: 0;
  bottom: 0;
  top: 0;
}
.card-news .card-img img {
  transition: transform 0.2s;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}
.card-news .card-body .category {
  color: var(--color-orange-500);
  text-align: left;
}
.card-news .card-body .title {
  width: 100%;
  text-align: left;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
.card-news .card-body .detail {
  display: flex;
  gap: 8px;
  flex-wrap: wrap;
  align-content: center;
  align-items: center;
}
.card-news .card-body .detail .author {
  display: flex;
  align-items: center;
  gap: 6px;
}
.card-news .card-body .detail .author .logo {
  background: white;
  border-radius: 48px;
  width: 24px;
  height: 24px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 2px;
}
.card-news .card-body .detail .author .logo img {
  width: 72%;
}
.card-news .card-body .detail .barrier {
  width: 4px;
  height: 4px;
  background: var(--color-orange-500);
}
.card-news .card-body .detail .date {
  color: var(--color-neutral-100);
}
.card-news.card-news-block {
  height: 100%;
}
@media (min-width: 320px) and (max-width: 980px) {
  .card-news.card-news-block {
    height: 400px;
    padding: 20px;
    margin-bottom: 20px;
  }
}
.card-news.card-news-block.card-news-block-itemlist {
  height: 360px;
  padding: 20px;
}
@media (min-width: 768px) and (max-width: 1024px) {
  .card-news.card-news-block.card-news-block-itemlist {
    height: 300px;
    padding: 16px;
  }
}
@media (min-width: 320px) and (max-width: 480px) {
  .card-news.card-news-block.card-news-block-itemlist {
    height: 275px;
    padding: 16px;
  }
}
.card-news.card-news-block.card-news-block-itemlist .card-body {
  width: 100%;
}
.card-news.card-news-block.card-news-block-itemlist .card-body .title {
  height: 64px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
@media (min-width: 768px) and (max-width: 1024px) {
  .card-news.card-news-block.card-news-block-itemlist .card-body .title {
    height: 56px;
  }
}
.card-news.card-news-block::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.25);
  z-index: 1;
}
.card-news.card-news-block .card-body {
  width: 80%;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  z-index: 2;
  position: relative;
}
@media (min-width: 320px) and (max-width: 480px) {
  .card-news.card-news-block .card-body {
    width: 100%;
  }
}
.card-news.card-news-block .card-body .title {
  color: var(--color-neutral-200);
}
.card-news.card-news-block .card-body .title > span {
  background-color: white;
  color: var(--color-neutral-500);
  line-height: 1.4;
  display: inline;
  padding: 0 8px;
  -webkit-box-decoration-break: clone;
  box-decoration-break: clone;
}
.card-news.card-news-item {
  display: flex;
  gap: 16px;
  padding: 0;
}
.card-news.card-news-item:hover .title {
  color: var(--color-orange-200);
}
.card-news.card-news-item.card-news-item-list {
  gap: 20px;
}
@media (min-width: 768px) {
  .card-news.card-news-item.card-news-item-list {
    height: 360px;
    flex-direction: column;
    gap: 16px;
  }
  .card-news.card-news-item.card-news-item-list .card-img img {
    width: 100%;
    height: 220px;
  }
  .card-news.card-news-item.card-news-item-list .card-body {
    width: 100%;
  }
}
@media (min-width: 768px) and (max-width: 1024px) {
  .card-news.card-news-item.card-news-item-list {
    height: 300px;
  }
}
.card-news.card-news-item .card-img {
  overflow: hidden;
  position: relative;
  width: auto;
}
.card-news.card-news-item .card-img img {
  width: 120px;
  height: 120px;
  -o-object-fit: cover;
     object-fit: cover;
}
@media (min-width: 320px) and (max-width: 480px) {
  .card-news.card-news-item .card-img img {
    width: 100px;
    height: 100px;
  }
}
.card-news.card-news-item .card-body {
  margin: auto 0;
  width: -moz-min-content;
  width: min-content;
}
.card-news.card-news-item .card-body .title {
  height: 56px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
@media (min-width: 768px) and (max-width: 1024px) {
  .card-news.card-news-item .card-body .title {
    height: 48px;
  }
}
@media (min-width: 320px) and (max-width: 480px) {
  .card-news.card-news-item .card-body .title {
    height: 44px;
  }
}
.card-news.card-news-item .card-body .author .logo {
  width: 20px;
  height: 20px;
}

.card-sponsor {
  background: url(../../assets/img/partial/bg-paper-torn-white.svg) no-repeat;
  background-size: cover;
  padding: 16px;
  padding-bottom: 64px;
  position: relative;
  background-position: bottom;
  margin-bottom: 80px;
}
@media (min-width: 320px) and (max-width: 480px) {
  .card-sponsor {
    padding-bottom: 45px;
    margin-bottom: 56px;
  }
}
.card-sponsor .title {
  transform: translate(-50%, -50%);
  left: 50%;
  bottom: unset;
  position: relative;
  margin-top: -18px;
  padding: 8px 20px;
  z-index: 2;
  color: white;
}
.card-sponsor .logo {
  margin-bottom: 20px;
}
.card-sponsor .logo img {
  height: 44px;
}
@media (min-width: 320px) and (max-width: 480px) {
  .card-sponsor .logo img {
    height: 40px;
  }
}

.card-contact {
  padding: 24px;
  border: 1px solid var(--color-neutral-400);
  border-radius: 8px;
  color: white;
  text-align: left;
}
.card-contact .icon {
  margin-bottom: 32px;
}
.card-contact .icon img {
  width: 40px;
}
.card-contact .content h4 {
  margin-bottom: 8px;
}
.card-contact .content p {
  color: var(--color-neutral-50);
}
.card-contact .cta a:hover {
  color: var(--color-orange-500) !important;
}

.tsp-card--photos {
  padding: 10px 10px 12px 10px;
  background: white;
  position: relative;
  width: 95%;
  margin-bottom: 40px;
}
@media (min-width: 320px) and (max-width: 480px) {
  .tsp-card--photos {
    margin-bottom: 20px;
  }
}
.tsp-card--photos .img {
  margin-bottom: 10px;
}
.tsp-card--photos .img img {
  width: 100%;
  height: auto;
  -o-object-fit: cover;
     object-fit: cover;
  height: 220px;
}
@media (max-width: 1024px) {
  .tsp-card--photos .img img {
    height: 140px;
  }
}
.tsp-card--photos .caption {
  width: 100%;
  height: 56px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
}
.tsp-card--photos .author .ig {
  width: 18px;
  margin-right: 4px;
}
.tsp-card--photos.tsp-card--photos-sliders {
  width: 300px;
}
@media (max-width: 1024px) {
  .tsp-card--photos.tsp-card--photos-sliders {
    width: 240px;
  }
}
.tsp-card--photos .photos-strap {
  position: absolute;
}
.tsp-card--photos .photos-strap.photos-strap-top {
  width: 80px;
  left: 50%;
  top: 0%;
  transform: translate(-50%, -50%);
}
@media (min-width: 320px) and (max-width: 480px) {
  .tsp-card--photos .photos-strap.photos-strap-top {
    width: 64px;
  }
}
.tsp-card--photos .photos-strap.photos-strap-left {
  width: 80px;
  left: -6%;
  top: -5%;
}
@media (min-width: 320px) and (max-width: 480px) {
  .tsp-card--photos .photos-strap.photos-strap-left {
    width: 64px;
  }
}
.tsp-card--photos .photos-strap.photos-strap-right {
  width: 64px;
  right: -6%;
  bottom: -5%;
  transform: rotate(10deg);
}
@media (min-width: 320px) and (max-width: 480px) {
  .tsp-card--photos .photos-strap.photos-strap-right {
    width: 48px;
  }
}
@media (max-width: 1024px) {
  .tsp-card--photos.card-photos-sm {
    width: 100%;
    padding: 6px 6px 10px 6px;
  }
}

@media (min-width: 480px) {
  .row-cross div:nth-child(8n+1) .card-cross, .row-cross div:nth-child(8n+3) .card-cross, .row-cross div:nth-child(8n+6) .card-cross, .row-cross div:nth-child(8n+8) .card-cross {
    transform: rotate(1.4deg);
    transition: 0.5s;
  }
  .row-cross div:nth-child(8n+1) .card-cross .photos-strap-top, .row-cross div:nth-child(8n+3) .card-cross .photos-strap-top, .row-cross div:nth-child(8n+6) .card-cross .photos-strap-top, .row-cross div:nth-child(8n+8) .card-cross .photos-strap-top {
    display: none;
  }
  .row-cross div:nth-child(8n+2) .card-cross, .row-cross div:nth-child(8n+4) .card-cross, .row-cross div:nth-child(8n+5) .card-cross, .row-cross div:nth-child(8n+7) .card-cross {
    transform: rotate(-1.4deg);
    transition: 0.5s;
  }
  .row-cross div:nth-child(8n+2) .card-cross .photos-strap-left, .row-cross div:nth-child(8n+2) .card-cross .photos-strap-right, .row-cross div:nth-child(8n+4) .card-cross .photos-strap-left, .row-cross div:nth-child(8n+4) .card-cross .photos-strap-right, .row-cross div:nth-child(8n+5) .card-cross .photos-strap-left, .row-cross div:nth-child(8n+5) .card-cross .photos-strap-right, .row-cross div:nth-child(8n+7) .card-cross .photos-strap-left, .row-cross div:nth-child(8n+7) .card-cross .photos-strap-right {
    display: none;
  }
}
@media (min-width: 320px) and (max-width: 480px) {
  .row-cross div:nth-child(4n+1) .card-cross, .row-cross div:nth-child(4n+4) .card-cross {
    transform: rotate(-1.5deg);
    transition: 0.5s;
  }
  .row-cross div:nth-child(4n+1) .card-cross .photos-strap-left, .row-cross div:nth-child(4n+1) .card-cross .photos-strap-right, .row-cross div:nth-child(4n+4) .card-cross .photos-strap-left, .row-cross div:nth-child(4n+4) .card-cross .photos-strap-right {
    display: none;
  }
  .row-cross div:nth-child(4n+2) .card-cross, .row-cross div:nth-child(4n+3) .card-cross {
    transform: rotate(1.5deg);
    transition: 0.5s;
  }
  .row-cross div:nth-child(4n+2) .card-cross .photos-strap-top, .row-cross div:nth-child(4n+3) .card-cross .photos-strap-top {
    display: none;
  }
}
@media (min-width: 992px) {
  .row-cross div:hover {
    transform: rotate(0deg) !important;
    transform: scale(1.05);
  }
}

.row-cross-lineup div:nth-child(odd) .card-cross {
  margin-bottom: 20px;
}
.row-cross-lineup div:nth-child(even) .card-cross {
  margin-top: 16px;
  margin-bottom: 12px;
}
@media (min-width: 320px) and (max-width: 520px) {
  .row-cross-lineup div:nth-child(8n+1) .card-cross, .row-cross-lineup div:nth-child(8n+3) .card-cross, .row-cross-lineup div:nth-child(8n+4) .card-cross, .row-cross-lineup div:nth-child(8n+6) .card-cross {
    margin-bottom: 12px;
  }
  .row-cross-lineup div:nth-child(8n+2) .card-cross, .row-cross-lineup div:nth-child(8n+5) .card-cross {
    margin-top: 16px;
    margin-bottom: 16px;
  }
}

.tsp-card--live-from-the-fest {
  text-decoration: none;
}
.tsp-card--live-from-the-fest .thumbnail {
  border-radius: 12px;
  margin-bottom: 16px;
  overflow: hidden;
}
.tsp-card--live-from-the-fest .thumbnail img {
  width: 100%;
  height: 320px;
  -o-object-fit: cover;
     object-fit: cover;
  transition: transform 0.2s;
}
@media (min-width: 320px) and (max-width: 480px) {
  .tsp-card--live-from-the-fest .thumbnail img {
    height: 240px;
  }
}
.tsp-card--live-from-the-fest .thumbnail img:hover {
  transform: scale(1.05);
}
.tsp-card--live-from-the-fest .tsp-card-body {
  width: 85%;
}
.tsp-card--live-from-the-fest .tsp-card-body .title {
  color: white;
  text-align: left;
}
.tsp-card--live-from-the-fest .tsp-card-body .detail {
  display: flex;
  color: white;
  gap: 4px;
}
.tsp-card--live-from-the-fest .tsp-card-body .detail img {
  height: 20px;
}

.tsp-card-floating {
  position: fixed;
  z-index: 999;
  bottom: 0;
  left: 50%;
  background: #262626;
  padding: 10px 12px;
  border-radius: 12px;
  transform: translate(-50%, -36%);
  display: flex;
  gap: 16px;
  align-items: center;
  height: 80px;
  transition: 0.5s;
}
.tsp-card-floating .tsp-countdown-date {
  color: white;
  width: 200px;
}
.tsp-card-floating .tsp-countdown-date .headline {
  margin-bottom: 8px;
}
.tsp-card-floating .tsp-countdown-date .countdown {
  text-align: center;
}
.tsp-card-floating .tsp-countdown-date .content {
  display: none;
}

.tsp-card-countdown {
  z-index: 999;
  width: 100%;
  background: rgba(38, 38, 38, 0.5843137255);
  padding: 12px 16px;
  border-radius: 12px;
  display: flex;
  gap: 16px;
  align-items: center;
  transition: 0.5s;
}
.tsp-card-countdown .tsp-card-countdown--body {
  width: 100%;
}
.tsp-card-countdown .tsp-countdown-date {
  color: white;
}
.tsp-card-countdown .tsp-countdown-date .headline {
  margin-bottom: 2px !important;
  color: #929292;
}
.tsp-card-countdown .tsp-countdown-date .countdown {
  text-align: center;
}
.tsp-card-countdown .tsp-countdown-date .content {
  display: none;
}

.tsp-modal .modal-dialog {
  max-width: 560px;
}
@media (min-width: 320px) and (max-width: 480px) {
  .tsp-modal .modal-dialog {
    margin: 20px;
  }
}
.tsp-modal .modal-dialog .tsp-modal-close {
  box-shadow: none;
  position: absolute;
  right: 4%;
  top: 8%;
  z-index: 1;
  border-radius: 4px;
  width: 16px;
  height: 16px;
  background: transparent;
  border: 0;
  background: url(../../assets/img/partial/icons/close-white.svg) no-repeat;
  background-size: cover;
}
.tsp-modal .modal-dialog .tsp-modal-close img {
  width: 100%;
  height: 100%;
}
.tsp-modal .modal-dialog .modal-content {
  background: var(--color-neutral-500);
  border-radius: 12px;
  overflow: hidden;
}
.tsp-modal .modal-dialog .modal-content .card-img-top {
  height: 275px;
  overflow: hidden;
  border: 0;
  position: relative;
  display: flex;
  align-items: flex-end;
  background: var(--color-neutral-500);
}
@media (min-width: 320px) and (max-width: 480px) {
  .tsp-modal .modal-dialog .modal-content .card-img-top {
    height: 240px;
  }
}
.tsp-modal .modal-dialog .modal-content .card-img-top .content {
  position: relative;
  width: 100%;
}
.tsp-modal .modal-dialog .modal-content .card-img-top .modal-thumbnail {
  width: 100%;
  height: 100%;
  filter: brightness(0.75);
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  position: absolute;
  left: 0;
  right: 0;
}
.tsp-modal .modal-dialog .modal-content .card-img-top .object-additional img {
  height: 33px;
  position: absolute;
  left: 0;
  right: 0;
  bottom: -2px;
}
@media (min-width: 320px) and (max-width: 480px) {
  .tsp-modal .modal-dialog .modal-content .card-img-top .object-additional img {
    height: 28px;
  }
}
.tsp-modal .modal-dialog .modal-content .content-header p {
  color: var(--color-neutral-100);
}
.tsp-modal .modal-dialog .modal-content .performance-header {
  padding: 16px 16px 24px 16px;
}
.tsp-modal .modal-dialog .modal-content .performance-header .performance-name {
  color: white;
}
.tsp-modal .modal-dialog .modal-content .modal-body {
  padding: 4px 16px 16px 16px;
}
.tsp-modal .modal-dialog .modal-content .modal-body .tsp-spotify-content {
  width: 100%;
  height: 400px;
}
.tsp-modal .modal-dialog .modal-content .modal-body .modal-information {
  background: var(--color-neutral-op1);
  border-radius: 8px;
  padding: 16px;
  color: white;
}
.tsp-modal .modal-dialog .modal-content .modal-body .modal-information p {
  margin: 0;
}
.tsp-modal.tsp-modal-performance .modal-content .performance-header {
  display: flex;
  gap: 20px;
  align-items: center;
  justify-content: space-between;
}
@media (min-width: 320px) and (max-width: 480px) {
  .tsp-modal.tsp-modal-performance .modal-content .performance-header {
    padding: 16px 12px 24px 12px;
  }
}
.tsp-modal.tsp-modal-performance .modal-content .performance-header .performance-name {
  margin: 0;
}
.tsp-modal.tsp-modal-performance .modal-content .nav-list {
  text-align: left;
}
.tsp-modal.tsp-modal-performance .modal-content .nav-list li {
  display: inline-block;
  text-decoration: none;
  color: white;
  list-style: none;
  margin: 0 2px;
}
@media (min-width: 320px) and (max-width: 480px) {
  .tsp-modal.tsp-modal-performance .modal-content .nav-list li {
    margin: 0;
    margin-bottom: 4px;
  }
}
.tsp-modal.tsp-modal-performance .modal-content .nav-list li a.nav-link {
  display: flex;
  align-items: center;
}
.tsp-modal.tsp-modal-performance .modal-content .nav-list li a img {
  width: 32px !important;
  height: auto !important;
}
.tsp-modal.tsp-modal-performance .modal-content .nav-list li:first-of-type {
  margin-left: 0;
}
.tsp-modal.tsp-modal-photos .modal-dialog {
  max-width: 400px;
  display: flex;
  flex-direction: column;
  gap: 24px;
  margin-top: 4%;
}
@media (min-width: 320px) and (max-width: 480px) {
  .tsp-modal.tsp-modal-photos .modal-dialog {
    max-width: 320px;
    margin: 0 auto;
    margin-top: 8%;
  }
}
.tsp-modal.tsp-modal-photos .modal-dialog .modal-content {
  background: white;
  border-radius: 0;
}
.tsp-modal.tsp-modal-photos .modal-dialog .modal-content .card-img-top {
  height: auto;
  padding: 12px;
  border-radius: 0;
  background: white;
  padding-bottom: 10px;
}
.tsp-modal.tsp-modal-photos .modal-dialog .modal-content .card-img-top img.modal-thumbnail {
  height: auto !important;
  position: relative;
}
.tsp-modal.tsp-modal-photos .modal-dialog .modal-content .author .ig {
  width: 18px;
  margin-right: 4px;
}
.tsp-modal.tsp-modal-photos .modal-dialog .tsp-modal-close {
  right: 8%;
  top: 7%;
  background: white;
  border-radius: 48px;
  width: 20px;
  height: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.tsp-modal.tsp-modal-photos .modal-dialog .tsp-modal-close img {
  width: 95%;
  height: 95%;
}
@media (min-width: 320px) and (max-width: 480px) {
  .tsp-modal.tsp-modal-photos .modal-dialog .tsp-modal-close {
    right: 8%;
  }
}
.tsp-modal.tsp-modal-photos .content-by {
  width: 100%;
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 6px;
  pointer-events: auto !important;
}
.tsp-modal.tsp-modal-photos .content-by img {
  height: 28px;
}
@media (min-width: 320px) and (max-width: 480px) {
  .tsp-modal.tsp-modal-form .modal-dialog {
    margin: 10px;
  }
}
.tsp-modal.tsp-modal-form .modal-dialog .modal-content .card-img-top {
  height: auto;
  padding: 52px 0 16px 0;
}
.tsp-modal.tsp-modal-form .modal-dialog .modal-content .card-img-top .content {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
}
.tsp-modal.tsp-modal-form .modal-dialog .modal-content .content-header {
  display: flex;
  gap: 4px;
  align-items: center;
  flex-direction: column;
  color: white;
  margin-bottom: 44px;
}
@media (min-width: 320px) and (max-width: 480px) {
  .tsp-modal.tsp-modal-form .modal-dialog .modal-content .content-header {
    padding: 16px 12px 0px 12px;
  }
}

.modal-backdrop.show {
  background: #262626;
  opacity: 0.72;
}

.tsp-badge {
  padding: 4px 12px;
  background: #616161;
  border-radius: 48px;
  height: -moz-min-content;
  height: min-content;
}

.tsp-nav-tabs {
  justify-content: center;
  padding: 20px 0;
  gap: 16px;
}
.tsp-nav-tabs .swiper-slide {
  width: auto;
}
.tsp-nav-tabs .nav-link {
  color: rgba(255, 255, 255, 0.4470588235);
  position: relative;
  padding: 4px 0;
}
.tsp-nav-tabs .nav-link.active {
  color: #ffffff;
}
.tsp-nav-tabs .nav-link:before {
  content: "";
  width: 100%;
  height: 2px;
  background: var(--color-orange-500);
  position: absolute;
  bottom: -2px;
  left: 0;
  transform: scaleX(0);
  transition: transform 0.3s ease;
}
.tsp-nav-tabs .nav-link:hover:before {
  content: "";
  width: 100%;
  height: 2px;
  background: var(--color-orange-500);
  position: absolute;
  bottom: -2px;
  left: 0;
  transform: scaleX(1);
}
.tsp-nav-tabs .nav-link:hover:before {
  transform: scaleX(0);
}
.tsp-nav-tabs .nav-link.nav-link.active:before {
  transform: scaleX(1);
}

footer.tsp-footer .tsp-footer--1 {
  padding: 24px 0;
}
footer.tsp-footer .tsp-footer--1 .tsp-footer-content {
  padding: 10px 0;
  display: flex;
  gap: 20px;
  align-items: center;
  margin-bottom: 12px;
}
@media (min-width: 320px) and (max-width: 480px) {
  footer.tsp-footer .tsp-footer--1 .tsp-footer-content {
    align-items: start;
    flex-direction: column;
    gap: 8px;
  }
}
footer.tsp-footer .tsp-footer--1 .tsp-footer-content .event-logo {
  height: 56px;
  margin-bottom: 10px;
}
footer.tsp-footer .tsp-footer--1 .tsp-footer-quote {
  color: white;
}
footer.tsp-footer .tsp-footer--2 .tsp-footer-content {
  padding: 24px 0;
  border-top: 1px solid #272727;
  border-bottom: 1px solid #272727;
}
footer.tsp-footer .tsp-footer--2 .tsp-footer-content .row {
  align-items: center;
}
footer.tsp-footer .tsp-footer--2 .nav-list li {
  display: inline-block;
  text-decoration: none;
  color: white;
  list-style: none;
  margin: 0 10px;
}
@media (min-width: 320px) and (max-width: 480px) {
  footer.tsp-footer .tsp-footer--2 .nav-list li {
    margin: 0;
    margin-right: 10px;
    margin-bottom: 4px;
  }
}
footer.tsp-footer .tsp-footer--2 .nav-list li a.nav-link {
  display: flex;
  align-items: center;
}
footer.tsp-footer .tsp-footer--2 .nav-list li a.nav-link::after {
  content: "";
  width: 20px;
  height: 20px;
  background: url(../../assets/img/partial/icons/icon-arrow-top-right.svg) no-repeat;
  display: flex;
  background-size: cover;
  margin-left: 2px;
}
footer.tsp-footer .tsp-footer--2 .nav-list li a.nav-link:hover {
  color: var(--color-orange-500);
}
footer.tsp-footer .tsp-footer--2 .nav-list li span a {
  text-decoration: none;
  color: white;
}
footer.tsp-footer .tsp-footer--2 .nav-list li:first-of-type {
  margin-left: 0;
}
footer.tsp-footer .tsp-footer--2 .nav-list.nav-list-social-media {
  text-align: right;
}
@media (min-width: 320px) and (max-width: 480px) {
  footer.tsp-footer .tsp-footer--2 .nav-list.nav-list-social-media {
    text-align: left;
    margin-top: 20px;
  }
}
footer.tsp-footer .tsp-footer--2 .nav-list.nav-list-social-media li {
  margin: 0 4px;
}
@media (min-width: 320px) and (max-width: 480px) {
  footer.tsp-footer .tsp-footer--2 .nav-list.nav-list-social-media li {
    margin: 0;
  }
}
footer.tsp-footer .tsp-footer--3 .tsp-footer-content {
  padding: 32px 0 56px 0;
}
footer.tsp-footer .tsp-footer--3 .nav-list li {
  display: inline-block;
  text-decoration: none;
  color: white;
  list-style: none;
  margin: 0 6px;
}
@media (min-width: 320px) and (max-width: 480px) {
  footer.tsp-footer .tsp-footer--3 .nav-list li {
    margin: 0;
    margin-right: 8px;
  }
}
footer.tsp-footer .tsp-footer--3 .nav-list li span a {
  text-decoration: none;
  color: white;
}
footer.tsp-footer .tsp-footer--3 .nav-list li:first-of-type {
  margin-left: 0;
}
@media (min-width: 320px) and (max-width: 480px) {
  footer.tsp-footer .tsp-footer--3 .nav-list li:first-of-type {
    width: 100%;
  }
}
footer.tsp-footer .tsp-footer--3 .nav-list .member-of {
  display: flex;
  gap: 8px;
  color: white;
  float: right;
}
@media (min-width: 320px) and (max-width: 480px) {
  footer.tsp-footer .tsp-footer--3 .nav-list .member-of {
    float: unset;
    margin-top: 20px;
  }
}
footer.tsp-footer .tsp-footer--3 .nav-list .member-of img {
  height: 24px;
}

.tsp-accordion .accordion-item {
  border-radius: 8px;
  overflow: hidden;
  margin-bottom: 10px;
  background: transparent;
  border: 1px solid var(--color-neutral-400);
  color: white;
}
.tsp-accordion .accordion-item .accordion-button {
  background: transparent;
  color: white;
}
.tsp-accordion .accordion-item .accordion-button:not(.collapsed) {
  background: white;
  color: var(--color-neutral-500);
  box-shadow: none;
}
.tsp-accordion .accordion-item .accordion-button:not(.collapsed)::after {
  background-color: var(--color-neutral-500);
}
.tsp-accordion .accordion-item .accordion-button::after {
  background-image: none;
  mask-image: var(--bs-accordion-btn-icon);
  -webkit-mask-image: var(--bs-accordion-btn-icon);
  background: white;
}
.tsp-accordion .accordion-item .accordion-collapse {
  background: white;
  color: var(--color-neutral-500);
}
.tsp-accordion .accordion-item .accordion-collapse .accordion-body {
  text-align: left;
}

.segment-picker {
  display: flex;
  background: var(--color-neutral-op1);
  padding: 4px 6px;
  border-radius: 10px;
  width: -moz-fit-content;
  width: fit-content;
  gap: 2px;
}
.segment-picker .segment-input {
  display: none;
}
.segment-picker .segment-input:checked + .segment-label {
  background: var(--color-orange-500);
  color: white;
}
.segment-picker .segment-label {
  border-radius: 8px;
  cursor: pointer;
  transition: all 0.3s ease;
  font-weight: bold;
  min-width: 120px;
  justify-content: center;
  color: var(--color-neutral-300);
}
.segment-picker .segment-label:hover {
  background: var(--color-neutral-400);
}
@media (min-width: 320px) and (max-width: 480px) {
  .segment-picker .segment-label {
    min-width: 80px;
  }
}

.tsp-form .form-field label {
  color: var(--color-neutral-200);
  margin-bottom: 12px;
}
.tsp-form .form-field input, .tsp-form .form-field textarea {
  background: var(--color-neutral-500);
  border: 1px solid var(--color-neutral-op1);
  color: white;
  padding: 10px 16px;
  height: auto;
  box-shadow: none;
  border-radius: 8px;
}
.tsp-form .form-field input:hover, .tsp-form .form-field input:focus, .tsp-form .form-field input:focus-within, .tsp-form .form-field textarea:hover, .tsp-form .form-field textarea:focus, .tsp-form .form-field textarea:focus-within {
  border-color: var(--color-neutral-400);
  box-shadow: none;
}
.tsp-form .form-field input::-moz-placeholder, .tsp-form .form-field textarea::-moz-placeholder {
  color: var(--color-neutral-400);
}
.tsp-form .form-field input::placeholder, .tsp-form .form-field textarea::placeholder {
  color: var(--color-neutral-400);
}
.tsp-form .form-field .form-text {
  color: var(--color-neutral-200);
  margin-top: 12px;
}
.tsp-form .form-field .input-group {
  border: 1px solid var(--color-neutral-op1);
  border-radius: 8px !important;
  overflow: hidden;
  border-top-left-radius: unset;
  border-bottom-left-radius: unset;
}
.tsp-form .form-field .input-group .input-group-text {
  background-color: transparent;
  color: white;
  border: none;
  align-items: baseline;
}
.tsp-form .form-field .input-group input {
  border: none;
  padding-left: 0px;
}
.tsp-form .form-field .input-group:hover, .tsp-form .form-field .input-group:focus, .tsp-form .form-field .input-group:focus-within {
  border-color: var(--color-neutral-400);
}

.char-counter {
  text-align: right;
  transition: color 0.3s ease;
  color: var(--color-neutral-200);
  margin-top: 12px;
}
.char-counter .exceeded {
  color: red;
  font-weight: bold;
}

.form-control.exceeded {
  border-color: red !important;
}

.custom-file-upload {
  padding: 12px;
  border-radius: 8px;
  border: 1px dashed var(--color-neutral-400);
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
  width: 100%;
}
.custom-file-upload label {
  display: block;
  padding: 14px 16px;
  color: white;
  text-align: center;
  border-radius: 8px;
  cursor: pointer;
  transition: background-color 0.3s ease;
}
.custom-file-upload label:hover {
  background-color: var(--color-neutral-op1);
}
.custom-file-upload label p {
  margin: 0;
}
.custom-file-upload label img {
  width: 48px;
}
.custom-file-upload label .cta {
  color: var(--color-orange-500);
}
.custom-file-upload .file-name {
  display: block;
  color: white;
  font-size: 0.9em;
  text-align: center;
}
.custom-file-upload .no-file {
  color: var(--color-neutral-300);
}
.custom-file-upload .preview-container {
  margin: 12px 0;
  display: flex;
  justify-content: center;
}
.custom-file-upload .preview-container .preview-image {
  display: none;
  max-width: 350px;
  width: 100%;
  border-radius: 8px;
  border: 1px solid var(--color-neutral-400);
}
.custom-file-upload #removeButton {
  display: none;
}

.comp-read-more {
  display: flex;
  justify-content: center;
  align-items: center;
  align-content: center;
  background: linear-gradient(0deg, rgb(19, 19, 19) 8%, rgba(19, 19, 19, 0.95) 50%, rgba(19, 19, 19, 0.2) 100%);
  padding: 32px 0;
  margin-top: -52px;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
}

.comp-media-back {
  position: absolute;
  top: 8px;
}

.timeline {
  position: relative;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.timeline::before {
  content: "";
  position: absolute;
  left: 14%;
  top: 4px;
  width: 2px;
  height: 100%;
  background: var(--color-neutral-400);
}
@media (min-width: 320px) and (max-width: 480px) {
  .timeline::before {
    left: 2.4%;
  }
}

.timeline-item {
  width: 100%;
  position: relative;
  margin-bottom: 32px;
  display: flex;
  align-items: flex-start;
}

.timeline-year {
  width: 10%;
  text-align: right;
  margin-right: 5%;
  color: white;
}

.dots-line {
  margin-top: 4px;
  margin-right: 8%;
}
@media (min-width: 320px) and (max-width: 480px) {
  .dots-line {
    margin-top: 0;
    margin-right: 6%;
  }
}
.dots-line .timeline-dot {
  width: 20px;
  height: 20px;
  background-color: red;
  border-radius: 6px;
  z-index: 1;
}

.timeline-content {
  text-align: left;
  width: 100%;
}
.timeline-content a {
  text-decoration: none;
  display: flex;
  align-items: flex-start;
  margin-top: -2px;
  gap: 20px;
  justify-content: space-between;
}
.timeline-content a .event-name {
  color: var(--color-orange-500);
}
.timeline-content a img {
  width: 24px;
  margin-top: 6px;
}
@media (min-width: 320px) and (max-width: 480px) {
  .timeline-content a img {
    margin-top: 4px;
  }
}
.timeline-content .location {
  color: white;
}
.timeline-content .performer {
  color: var(--color-neutral-200);
}

.year-pagination {
  display: flex;
  gap: 24px;
  align-items: center;
  justify-content: center;
}
.year-pagination .year-pagination-item {
  color: #ffffff;
  opacity: 0.4;
  text-decoration: none;
  position: relative;
}
.year-pagination .year-pagination-item.active {
  opacity: 1;
}
.year-pagination .year-pagination-item.active::before {
  content: "";
  width: 64%;
  height: 2px;
  background: var(--color-orange-500);
  position: absolute;
  bottom: -6px;
  left: 0;
  transition: transform 0.3s ease;
  transform: translate(-50%, -50%);
  left: 50%;
}

.history-detail {
  overflow: visible;
}
.history-detail .swiper-slide {
  width: auto;
}
.history-detail .history-detail-item {
  width: auto;
}

.comp-empty {
  padding: 48px 56px 36px 56px;
  width: 600px;
  background: url(../../assets/img/partial/bg-empty.svg) no-repeat;
  background-size: cover;
  background-position: bottom;
  position: relative;
}
@media (min-width: 320px) and (max-width: 480px) {
  .comp-empty {
    width: 92%;
    padding: 40px 24px 24px 24px;
  }
}
.comp-empty .description {
  color: var(--color-neutral-100);
}
.comp-empty .strap {
  position: absolute;
  width: 80px;
  left: 50%;
  top: 0;
  transform: translate(-50%, -50%);
  z-index: 2;
}
@media (min-width: 320px) and (max-width: 480px) {
  .comp-empty .strap {
    width: 72px;
  }
}

.inputSearch {
  width: 360px;
  border: 1px solid var(--color-neutral-300);
  border-radius: 12px;
  overflow: hidden;
}
@media (min-width: 320px) and (max-width: 480px) {
  .inputSearch {
    width: 100%;
  }
}
.inputSearch .input-group-text {
  border-color: var(--color-neutral-400);
  background: var(--color-neutral-500);
  border-radius: 12px;
  border: 0;
}
.inputSearch .input-group-text:first-child {
  border-radius: 12px;
  padding: 16px;
  border-right: 0;
}
@media (min-width: 320px) and (max-width: 480px) {
  .inputSearch .input-group-text:first-child {
    padding: 12px;
  }
}
.inputSearch .input-group-text img {
  width: 24px;
}
@media (min-width: 320px) and (max-width: 480px) {
  .inputSearch .input-group-text img {
    width: 20px;
  }
}
.inputSearch input {
  background: var(--color-neutral-500);
  box-shadow: none !important;
  padding: 16px;
  padding-left: 0;
  border: 0;
  border-radius: 12px;
  border-left: 0;
}
@media (min-width: 320px) and (max-width: 480px) {
  .inputSearch input {
    padding: 12px;
    padding-left: 0;
  }
}
.inputSearch input:focus {
  background: unset;
  border-color: var(--color-neutral-400);
  border-left: 0;
  border: 0;
}
.inputSearch input::-moz-placeholder {
  color: var(--color-neutral-300);
}
.inputSearch input::placeholder {
  color: var(--color-neutral-300);
}/*# sourceMappingURL=components.css.map */