:root {
  --white: white;
  --black: black;
  --bg: #000;
  --surface-1: #080808;
  --surface-2: #111111;
  --surface-3: #151515;
  --border-1: #202020;
  --border-2: #2a2a2a;
  --border-3: rgba(255, 255, 255, 0.05);
  --text-1: rgba(255, 255, 255, 0.96);
  --text-2: rgba(255, 255, 255, 0.7);
  --text-3: rgba(255, 255, 255, 0.5);
  --chip-active: #f0f0f0;
}

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

.w-layout-grid {
  grid-row-gap: 16px;
  grid-column-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

@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: var(--text-1);
  background-color: var(--bg);
  background-image: radial-gradient(circle at top, rgba(255, 255, 255, 0.05), transparent 46%), radial-gradient(circle at 50% -10%, rgba(255, 255, 255, 0.025), transparent 58%);
  background-repeat: no-repeat;
  padding-bottom: 0;
  font-family: Inter, sans-serif;
}

.container {
  max-width: 700px;
  padding-left: 16px;
  padding-right: 16px;
}

.avatar {
  border-radius: 300px;
  width: 148px;
}

.avatar-wrapper {
  margin-top: 0;
  display: inline-block;
}

.div-block {
  justify-content: center;
  align-items: center;
  display: flex;
}

.links-list {
  margin-top: 36px;
}

.artist-filter {
  margin-bottom: 24px;
}

.artist-filter-label {
  color: var(--text-3);
  letter-spacing: .7px;
  text-transform: uppercase;
  margin-bottom: 12px;
  font-size: 11px;
  font-weight: 700;
  line-height: 1;
}

.artist-filter-scroll {
  grid-column-gap: 7px;
  grid-row-gap: 7px;
  flex-wrap: wrap;
  display: flex;
}

.artist-filter-chip {
  -webkit-appearance: none;
  appearance: none;
  color: var(--text-2);
  letter-spacing: -.1px;
  white-space: nowrap;
  cursor: pointer;
  background-color: rgba(255, 255, 255, 0.055);
  background-image: linear-gradient(180deg, rgba(255, 255, 255, 0.03), rgba(255, 255, 255, 0));
  border: 1px solid transparent;
  border-radius: 999px;
  gap: 9px;
  min-height: 52px;
  padding: 9px 14px 9px 10px;
  font-family: inherit;
  font-size: 14px;
  font-weight: 500;
  line-height: 1;
  display: inline-flex;
  flex: none;
  align-items: center;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.045);
  transition: background-color .2s, border-color .2s, color .2s;
}

.artist-filter-chip-no-avatar {
  gap: 0;
  justify-content: center;
  padding-left: 16px;
}

.artist-filter-avatar {
  width: 32px;
  height: 32px;
  border-radius: 999px;
  object-fit: cover;
  object-position: center;
  flex: none;
  box-shadow: 0 0 0 1px rgba(255, 255, 255, 0.08);
}

.artist-filter-chip-label {
  display: inline-block;
}

.artist-filter-chip:hover {
  background-color: rgba(255, 255, 255, 0.08);
  color: var(--text-1);
}

.artist-filter-chip.is-active {
  color: #000;
  background-color: var(--chip-active);
  box-shadow: none;
}

.artist-filter-empty {
  color: var(--text-2);
  background-color: rgba(255, 255, 255, 0.035);
  border: 0;
  border-radius: 16px;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.04);
  margin-bottom: 24px;
  padding: 18px;
  font-size: 14px;
  font-weight: 500;
  line-height: 1.4;
}

.day-section {
  margin-bottom: 36px;
}

.day-header {
  grid-column-gap: 15px;
  grid-row-gap: 15px;
  align-items: center;
  margin-bottom: 14px;
  display: flex;
}

.day-header-badge {
  flex: none;
  width: 56px;
  height: 56px;
  margin-bottom: 0;
  border: 0;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.045);
}

.day-header-copy {
  min-width: 0;
  display: flex;
  align-items: center;
}

.day-label {
  letter-spacing: -.4px;
  font-size: 24px;
  font-weight: 540;
  line-height: 1;
}

.event-card {
  background-color: rgba(255, 255, 255, 0.035);
  background-image: radial-gradient(circle at top, rgba(255, 255, 255, 0.03), transparent 62%), linear-gradient(180deg, rgba(255, 255, 255, 0.02), rgba(255, 255, 255, 0.008) 52%, rgba(255, 255, 255, 0) 100%);
  border: 0;
  border-radius: 16px;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.045), 0 14px 32px rgba(0, 0, 0, 0.2);
  margin-bottom: 14px;
  padding: 18px;
}

.event-card-header {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  align-items: flex-start;
  flex-flow: column;
  display: flex;
}

.event-card-date {
  color: var(--text-3);
  letter-spacing: .7px;
  text-transform: uppercase;
  background-color: rgba(255, 255, 255, 0.055);
  background-image: linear-gradient(180deg, rgba(255, 255, 255, 0.025), rgba(255, 255, 255, 0));
  border: 0;
  border-radius: 999px;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.04);
  padding: 5px 8px;
  font-size: 10px;
  font-weight: 700;
  line-height: 1;
}

.event-card-title {
  color: var(--text-1);
  letter-spacing: -.24px;
  margin-top: 0;
  margin-bottom: 6px;
  font-size: 21px;
  font-weight: 560;
  line-height: 1.3;
}

.event-card-meta {
  color: var(--text-2);
  margin-top: 0;
  margin-bottom: 0;
  font-size: 13px;
  font-weight: 470;
  line-height: 1.35;
}

.event-location-link,
.event-location-link:visited,
.event-location-link:hover,
.event-location-link:active,
.event-location-link:focus {
  color: inherit !important;
  text-decoration: none !important;
}

.set-list {
  border-top: 1px solid rgba(255, 255, 255, 0.055);
  margin-top: 14px;
}

.set-row {
  grid-column-gap: 12px;
  grid-row-gap: 8px;
  align-items: center;
  padding-top: 12px;
  padding-bottom: 12px;
  display: flex;
}

.set-row + .set-row {
  border-top: 1px solid rgba(255, 255, 255, 0.04);
}

.set-time {
  color: var(--text-3);
  letter-spacing: .28px;
  font-size: 11px;
  font-weight: 600;
  line-height: 1;
  white-space: nowrap;
  flex: none;
}

.set-artist {
  color: var(--text-1);
  letter-spacing: -.12px;
  font-size: 17px;
  font-weight: 510;
  line-height: 1.16;
  display: flex;
  align-items: center;
  flex: 1 1 auto;
  min-width: 0;
}

.set-artist .artist-link,
.set-artist .artist-link:visited,
.set-artist .artist-link:hover,
.set-artist .artist-link:active,
.set-artist .artist-link:focus {
  color: inherit !important;
  text-decoration: none !important;
}

.set-row-avatar {
  width: 24px;
  height: 24px;
  border-radius: 999px;
  object-fit: cover;
  object-position: center;
  flex: none;
  margin-left: auto;
  box-shadow: 0 0 0 1px rgba(255, 255, 255, 0.07);
}

.event-footnote {
  color: var(--text-3);
  margin-top: 12px;
  font-size: 12px;
  font-style: italic;
  font-weight: 400;
  line-height: 1.3;
}

.hero-section {
  margin-top: 4px;
  margin-bottom: 24px;
}

.heading {
  color: var(--text-1);
  text-align: center;
  letter-spacing: -.4px;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 24px;
  font-weight: 480;
  line-height: 1.14;
  text-wrap: balance;
}

.hero-subhead {
  color: var(--text-2);
  text-align: center;
  letter-spacing: -.1px;
  max-width: 32rem;
  margin: 10px auto 0;
  font-size: 15px;
  font-weight: 420;
  line-height: 1.45;
  text-wrap: balance;
}

.link-card {
  text-align: left;
  border: 1px solid #242424;
  border-radius: 12px;
  margin-bottom: 20px;
  padding: 20px;
  position: relative;
}

.link-card-title {
  margin-bottom: 4px;
  font-size: 24px;
  font-weight: 500;
  line-height: 120%;
}

.link-card-subtitle {
  color: #ffffffbf;
  font-size: 16px;
  font-weight: 400;
}

.link-card-icon {
  background-color: #141414;
  background-image: linear-gradient(0deg, #131313, #1d1d1d);
  border-radius: 12px;
  justify-content: center;
  align-items: center;
  grid-column-gap: 3px;
  grid-row-gap: 3px;
  flex-flow: column;
  margin-bottom: 12px;
  display: flex;
}

.date-month {
  color: #ffffffd6;
  font-size: 12px;
  font-weight: 500;
  line-height: 12px;
}

.date-number {
  color: #ffffffd6;
  font-size: 22px;
  font-weight: 800;
  line-height: 20px;
}

.image {
  width: 36px;
  height: 36px;
}

.link-block {
  color: #fff;
  margin-top: 24px;
  font-size: 16px;
  line-height: 120%;
  text-decoration: none;
  display: flex;
}

.code-embed {
  width: 16px;
  height: 16px;
}

.text-block {
  margin-right: 8px;
  font-weight: 500;
  line-height: 100%;
}

.div-block-2 {
  color: #000;
  background-color: #dadada;
  border-radius: 12px;
  justify-content: center;
  align-items: center;
  padding: 12px 20px;
  display: flex;
}

.div-block-2:hover {
  background-color: #fff;
}

.content {
  color: var(--text-1);
  background-color: transparent;
  font-family: Inter, sans-serif;
}

.grid {
  margin-top: 24px;
  display: flex;
}

.link-block-2 {
  background-color: #141414;
  border: 1px solid #252525;
  border-radius: 8px;
  justify-content: center;
  align-items: center;
  width: 40px;
  height: 40px;
  display: flex;
}

.link-block-2:hover {
  background-color: #1f1f1f;
  border-color: #494949;
}

.code-embed-3 {
  width: 21px;
  height: 21px;
}

.image-3 {
  border-radius: 12px;
}

.text-block-2 {
  text-align: center;
  padding-left: 4px;
  padding-right: 4px;
}

.div-block-3 {
  justify-content: center;
  display: block;
}

.image-4 {
  width: 200px;
}

.div-block-4 {
  text-align: center;
  display: flex;
}

.heading-2 {
  color: #ffffffd1;
  text-align: center;
  margin-top: 12px;
  font-weight: 400;
}

.badge {
  color: #b1b1b1;
  letter-spacing: .5px;
  background-color: #64646447;
  border-radius: 8px;
  justify-content: center;
  align-items: center;
  margin-top: 12px;
  margin-right: 12px;
  padding: 8px 10px;
  font-size: 10px;
  font-weight: 500;
  line-height: 100%;
  display: flex;
  position: absolute;
  inset: 0% 0% auto auto;
  overflow: visible;
}

.text-block-3 {
  text-transform: uppercase;
  font-weight: 500;
}

.code-embed-4 {
  width: 12px;
  height: 12px;
  margin-left: 0;
  margin-right: 8px;
  line-height: 120%;
}

.link-card-partnership {
  text-align: left;
  border: 1px solid #242424;
  border-radius: 12px;
  margin-bottom: 20px;
  padding: 0;
  display: none;
  position: relative;
  overflow: hidden;
}

.image-5 {
  width: 100%;
}

.badge-partner {
  color: #cfcfcf;
  background-color: #00000075;
  border-radius: 8px;
  justify-content: center;
  align-items: center;
  margin-top: 12px;
  margin-right: 12px;
  padding: 8px 10px;
  line-height: 100%;
  display: flex;
  position: absolute;
  inset: 0% 0% auto auto;
}

.footer {
  margin-top: 40px;
}

.image-6 {
  width: 160px;
}

.div-block-5 {
  justify-content: center;
  align-items: center;
  margin-top: 20px;
  margin-bottom: 20px;
  display: flex;
}

.grid-2 {
  grid-template-columns: 1fr;
}

.grid-3 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex: 1;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: center;
  display: flex;
}

.text-block-4 {
  color: #ffffff94;
  flex: 0 auto;
  font-weight: 400;
  text-decoration: none;
}

.link-block-3 {
  padding-left: 20px;
  padding-right: 19px;
}

.artist-title {
  margin-top: 12px;
  margin-bottom: 4px;
  font-size: 18px;
  font-weight: 500;
  line-height: 120%;
}

.date {
  color: #b7b7b7;
  margin-bottom: 12px;
  font-size: 16px;
  font-weight: 500;
}

.footnote {
  color: #ffffffbf;
  margin-top: 12px;
  font-size: 12px;
  font-weight: 400;
  line-height: 100%;
}

.italic-text {
  color: #fff6;
  font-size: 14px;
  line-height: 110%;
}

.image-7 {
  width: 36px;
  height: 36px;
}

@media screen and (max-width: 991px) {
  .link-card-icon {
    grid-column-gap: 3px;
    grid-row-gap: 3px;
    flex-flow: column;
  }

  .day-header-badge {
    width: 56px;
    height: 56px;
  }

  .grid {
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
    display: flex;
  }

  .code-embed-2 {
    color: #fff;
    line-height: 100%;
  }

  .link-block-2 {
    color: #2c2c2c;
    background-color: #141414;
    border-radius: 8px;
    justify-content: center;
    align-items: center;
    width: 40px;
    height: 40px;
    display: flex;
  }

  .image-2 {
    color: #fff;
  }

  .code-embed-3 {
    color: #fff;
    width: 21px;
    height: 21px;
  }

  .image-3 {
    display: inline-block;
  }

  .date {
    color: #ffffffa1;
  }

  .text-block-5 {
    font-size: 16px;
    font-weight: 500;
  }

  .text-block-6 {
    font-size: 18px;
    font-weight: 700;
  }

  .date-day {
    line-height: 14px;
  }

  .date-month {
    color: #ffffffd6;
    font-weight: 500;
    line-height: 14px;
  }

  .date-number {
    color: #ffffffd6;
    font-size: 18px;
    font-weight: 800;
    line-height: 18px;
  }
}

@media screen and (max-width: 767px) {
  .day-label {
    font-size: 22px;
  }

  .event-card-title {
    font-size: 20px;
  }

  .grid {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
    grid-auto-columns: 1fr;
    grid-auto-flow: row;
    place-items: center;
    display: grid;
  }
}

@media screen and (max-width: 479px) {
  .artist-filter {
    margin-bottom: 20px;
  }

  .artist-filter-scroll {
    overflow-x: auto;
    margin-left: -16px;
    margin-right: -16px;
    padding-left: 16px;
    padding-right: 16px;
    padding-top: 2px;
    padding-bottom: 2px;
    white-space: nowrap;
    display: flex;
    align-items: center;
    flex-wrap: nowrap;
    scrollbar-width: none;
    -ms-overflow-style: none;
    -webkit-overflow-scrolling: touch;
  }

  .artist-filter-scroll::-webkit-scrollbar {
    display: none;
  }

  .artist-filter-chip {
    margin-right: 4px;
    gap: 7px;
    min-height: 50px;
    padding-left: 9px;
    padding-right: 13px;
    font-size: 13px;
  }

  .artist-filter-chip-no-avatar {
    padding-left: 13px;
  }

  .artist-filter-avatar {
    width: 30px;
    height: 30px;
  }

  .artist-filter-chip:last-child {
    margin-right: 0;
  }

  .day-header {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    align-items: center;
  }

  .day-header-badge {
    width: 56px;
    height: 56px;
  }

  .hero-subhead {
    font-size: 14px;
    line-height: 1.42;
  }

  .day-label {
    font-size: 19px;
    line-height: 1.04;
  }

  .event-card {
    border-radius: 14px;
    padding: 16px;
  }

  .event-card-title {
    font-size: 19px;
  }

  .set-row {
    grid-column-gap: 12px;
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .set-time {
    font-size: 11px;
  }

  .set-artist {
    font-size: 16px;
  }

  .div-block-2 {
    background-color: #dadada;
    width: 100%;
  }

  .grid {
    grid-column-gap: 8px;
    grid-row-gap: 8px;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr 1fr;
    grid-auto-columns: 1fr;
    grid-auto-flow: row;
    place-items: start center;
    display: grid;
  }

  .text-block-4 {
    line-height: 120%;
  }
}

#w-node-eda723e6-aaca-3523-ccaa-4bf773313a30-983970d6 {
  justify-self: center;
}
