:root {
  --white: white;
  --black: black;
}

.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: #fff;
  background-color: #000;
  padding-bottom: 0;
  font-family: Inter, sans-serif;
}

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

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

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

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

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

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

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

.artist-filter-scroll {
  overflow-x: auto;
  margin-left: -16px;
  margin-right: -16px;
  padding-left: 16px;
  padding-right: 16px;
  white-space: nowrap;
  display: block;
  scrollbar-width: none;
  -ms-overflow-style: none;
  -webkit-overflow-scrolling: touch;
}

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

.artist-filter-chip {
  -webkit-appearance: none;
  appearance: none;
  color: #ffffffa8;
  letter-spacing: -.1px;
  white-space: nowrap;
  cursor: pointer;
  background-color: #111;
  border: 1px solid #252525;
  border-radius: 999px;
  box-shadow: none;
  vertical-align: top;
  margin-right: 10px;
  padding: 11px 14px;
  font-family: inherit;
  font-size: 14px;
  font-weight: 500;
  line-height: 1;
  display: inline-flex;
  align-items: center;
  transition: background-color .2s, border-color .2s, color .2s;
}

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

.artist-filter-chip:hover {
  border-color: #3a3a3a;
}

.artist-filter-chip.is-active {
  color: #000;
  background-color: #f1f1f1;
  border-color: #f1f1f1;
}

.artist-filter-empty {
  color: #ffffff85;
  background-color: #0d0d0d;
  border: 1px dashed #242424;
  border-radius: 16px;
  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: 14px;
  grid-row-gap: 14px;
  align-items: center;
  margin-bottom: 18px;
  display: flex;
}

.day-header-badge {
  flex: none;
  margin-bottom: 0;
}

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

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

.event-card {
  background-color: #080808;
  border: 1px solid #202020;
  border-radius: 16px;
  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: #ffffff78;
  letter-spacing: .7px;
  text-transform: uppercase;
  background-color: #121212;
  border: 1px solid #202020;
  border-radius: 999px;
  padding: 5px 8px;
  font-size: 10px;
  font-weight: 700;
  line-height: 1;
}

.event-card-title {
  letter-spacing: -.2px;
  margin-top: 0;
  margin-bottom: 6px;
  font-size: 22px;
  font-weight: 550;
  line-height: 1.1;
}

.event-card-meta {
  color: #ffffffa3;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 14px;
  font-weight: 500;
  line-height: 1.35;
}

.set-list {
  border-top: 1px solid #1d1d1d;
  margin-top: 14px;
}

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

.set-row + .set-row {
  border-top: 1px solid #171717;
}

.set-time {
  color: #ffffff73;
  letter-spacing: .2px;
  font-size: 12px;
  font-weight: 600;
  line-height: 1;
  white-space: nowrap;
  flex: none;
}

.set-artist {
  letter-spacing: -.1px;
  font-size: 17px;
  font-weight: 520;
  line-height: 1.15;
  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;
}

.event-footnote {
  color: #ffffff75;
  margin-top: 12px;
  font-size: 12px;
  font-weight: 500;
  line-height: 1.3;
}

.hero-section {
  margin-top: 20px;
}

.heading {
  text-align: center;
  letter-spacing: -.5px;
  margin-top: 0;
  font-size: 32px;
  font-weight: 500;
  line-height: 120%;
}

.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;
  width: 64px;
  height: 64px;
  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: #fff;
  background-color: #000;
  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;
    width: 64px;
    height: 64px;
  }

  .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: 24px;
  }

  .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 {
    margin-left: -16px;
    margin-right: -16px;
    padding-left: 16px;
    padding-right: 16px;
  }

  .artist-filter-chip {
    padding-left: 13px;
    padding-right: 13px;
    font-size: 13px;
  }

  .day-header {
    align-items: center;
  }

  .day-label {
    font-size: 22px;
  }

  .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;
}
