:root {
  --blue: #146ef5;
  --background: #080808;
  --gray: #181818;
  --blue-transparent: #146ef54d;
}

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

.w-pagination-wrapper {
  flex-wrap: wrap;
  justify-content: center;
  display: flex;
}

.w-pagination-previous {
  color: #333;
  background-color: #fafafa;
  border: 1px solid #ccc;
  border-radius: 2px;
  margin-left: 10px;
  margin-right: 10px;
  padding: 9px 20px;
  font-size: 14px;
  display: block;
}

.w-pagination-previous-icon {
  margin-right: 4px;
}

.w-pagination-next {
  color: #333;
  background-color: #fafafa;
  border: 1px solid #ccc;
  border-radius: 2px;
  margin-left: 10px;
  margin-right: 10px;
  padding: 9px 20px;
  font-size: 14px;
  display: block;
}

.w-pagination-next-icon {
  margin-left: 4px;
}

@media screen and (max-width: 991px) {
  .w-layout-blockcontainer {
    max-width: 728px;
  }
}

@media screen and (max-width: 767px) {
  .w-layout-blockcontainer {
    max-width: none;
  }
}

.nav-menu {
  width: 100%;
  height: 100vh;
}

.hamburger-nav__toggle-bar {
  background-color: #fff;
  width: 40%;
  height: .125em;
  position: absolute;
}

.hamburger-nav__li {
  margin: 0;
  padding: 5px 0;
  list-style: none;
}

.hamburger-nav__li.bottom {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  flex-flow: column;
  display: flex;
}

.hamburger-nav__menu-p {
  opacity: .5;
  letter-spacing: .1em;
  text-transform: uppercase;
  margin-top: -8px;
  margin-bottom: 10px;
  font-size: 1em;
  font-weight: 400;
}

.hamburger-nav {
  border-radius: 1.5em;
  position: absolute;
  top: 2em;
  right: 2em;
}

.hamburger-nav__group {
  grid-column-gap: 1em;
  grid-row-gap: 1em;
  pointer-events: auto;
  transform-origin: 100% 0;
  flex-flow: column;
  padding: 2.25em 2.5em 2em 2em;
  position: relative;
}

.hamburger-nav__p {
  color: #fff;
  white-space: nowrap;
  margin-bottom: 0;
  padding-right: 1.25em;
  font-size: 2em;
}

.navigation {
  z-index: 1000;
  pointer-events: none;
  position: fixed;
  inset: 0;
}

.hamburger-nav__toggle {
  pointer-events: auto;
  cursor: pointer;
  border-radius: 6px;
  justify-content: center;
  align-items: center;
  width: 3.5em;
  height: 40px;
  display: flex;
  position: absolute;
  top: 0;
  right: 0;
}

.navigation__dark-bg {
  opacity: 0;
  pointer-events: auto;
  visibility: hidden;
  background-color: #000;
  position: absolute;
  inset: 0;
}

.hamburger-nav__ul {
  grid-column-gap: .8em;
  grid-row-gap: .8em;
  flex-flow: column;
  margin-top: 0;
  margin-bottom: 0;
  padding: 0;
  display: flex;
  position: relative;
}

.hamburger-nav__bg {
  background-color: var(--blue);
  border-radius: 6px;
  width: 3.5em;
  height: 40px;
  position: absolute;
  top: 0;
  right: 0;
}

.hamburger-nav__a {
  color: #131313;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  text-decoration: none;
  display: flex;
}

.hamburger-nav__dot {
  background-color: currentColor;
  border-radius: 50%;
  flex-shrink: 0;
  width: .5em;
  height: .5em;
}

.code-embed {
  display: none;
}

.image {
  width: 175px;
  max-width: 80rem;
  margin-top: 2em;
  display: inline-flex;
  position: static;
  top: 40em;
  left: 50%;
}

.image.logo-template, .image.logo-modilesideways, .image.logo-mobile {
  display: none;
}

.body {
  background-color: var(--background);
  color: #fff;
  font-family: DM Sans, sans-serif;
  overflow: visible;
  text-decoration: none !important;
}

.section {
  z-index: 4;
  justify-content: center;
  width: 100%;
  margin-bottom: 0;
  padding-bottom: 40px;
  padding-left: 2em;
  padding-right: 2em;
  display: flex;
}

.section.events-section {
  justify-content: center;
  align-items: center;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.section.hero-section {
  margin-bottom: 200px;
  overflow: clip;
}

.section.events-header {
  padding-bottom: 0;
}

.event-card {
  border: 1px solid var(--gray);
  background-color: #0e0e0e;
  border-radius: 6px;
  flex-flow: column;
  align-items: flex-start;
  min-width: 240px;
  padding-bottom: 15px;
  display: flex;
}

.event-card-logo {
  width: 100%;
  max-width: 150px;
  max-height: 100%;
  display: block;
}

.venue-name {
  color: #fff;
  text-align: center;
  width: 100%;
  max-width: 250px;
  margin-top: 15px;
  margin-bottom: 0;
  padding-left: 25px;
  padding-right: 25px;
  font-size: 16px;
  line-height: 18px;
  -webkit-text-decoration: none;
  text-decoration: none;
  text-decoration-thickness: 0;
}

.day {
  text-align: center;
  margin-top: auto;
  margin-bottom: auto;
  padding-top: 15px;
  padding-bottom: 15px;
  font-family: Syncopate, sans-serif;
  font-size: 6rem;
  line-height: 5rem;
}

.month {
  color: #ffffffbf;
  text-transform: uppercase;
  margin-top: 5px;
  margin-bottom: 5px;
  font-size: 14px;
}

.directions-button {
  width: 40px;
}

.time {
  color: #ffffffbf;
  text-align: center;
  text-transform: uppercase;
  margin-top: 10px;
  margin-left: 5px;
  margin-right: 5px;
  font-style: italic;
}

.event-card-detail-title {
  color: #7c7c7c;
  margin-bottom: 0;
  font-size: 12px;
}

.band-name {
  color: #b1b1b1;
  background-color: #eeeeee4d;
  border: 1px #eee;
  border-radius: 14px;
  margin-bottom: 0;
  padding: 2px 10px 1px;
}

.month-block {
  grid-column-gap: 25px;
  grid-row-gap: 25px;
  text-align: center;
  border-bottom: 1px solid #181818;
  flex-flow: row;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  padding: 10px 25px;
  display: flex;
}

.collection-list {
  grid-column-gap: 15px;
  grid-row-gap: 15px;
  justify-content: flex-start;
  padding-bottom: 15px;
  padding-left: 0;
  padding-right: 15px;
  display: inline-flex;
}

.day-time-block {
  border-bottom: 1px solid var(--gray);
  flex-flow: column;
  justify-content: center;
  align-items: stretch;
  width: 100%;
  padding-top: 25px;
  padding-bottom: 25px;
  display: flex;
}

.div-block-3 {
  background-color: var(--blue);
  width: 100%;
  height: 1px;
}

.band-block {
  grid-column-gap: 15px;
  grid-row-gap: 15px;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  margin-top: 10px;
  padding-bottom: 10px;
  padding-left: 25px;
  padding-right: 25px;
  display: flex;
}

.directions-block {
  grid-column-gap: 15px;
  grid-row-gap: 15px;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  padding: 10px 25px;
  display: flex;
}

.icon {
  border: 1px solid var(--blue);
  background-color: var(--blue-transparent);
  border-radius: 6px;
  width: 40px;
  height: 40px;
  padding: 10px;
  transition: all .3s;
}

.icon:hover {
  background-color: #146ef500;
}

.icon.social-nav {
  background-color: #ffffff4d;
  border-color: #fff;
  width: 45px;
  height: 45px;
  margin-bottom: 0;
  font-weight: 800;
  transition: all .3s;
}

.icon.social-nav:hover {
  background-color: #fff0;
}

.icon.social-nav.tip {
  color: #fff;
  text-align: center;
  width: 100%;
  height: 40px;
  padding-left: 20px;
  padding-right: 20px;
  transition: all .3s;
}

.icon.social-nav.tip:hover {
  background-color: #ffffff05;
}

.icon.social-nav.tip.header {
  z-index: 1000;
  border-color: var(--blue);
  background-color: var(--blue);
  color: #fff;
  width: 3.5rem;
  margin-top: 2em;
  margin-left: 2em;
  padding-left: 16.5px;
  padding-right: 16.5px;
  text-decoration: none;
  transition: all .3s;
  display: inline;
  position: fixed;
}

.icon.social-nav.tip.header:hover {
  background-color: var(--blue-transparent);
}

.icon.social-nav.tip.footer {
  justify-content: center;
  align-items: center;
  height: 45px;
  display: flex;
}

.div-block-6 {
  grid-column-gap: 5px;
  grid-row-gap: 5px;
  text-align: right;
  flex: 0 auto;
  justify-content: flex-end;
  align-items: center;
  display: flex;
}

.logo-link-block {
  justify-content: center;
  align-items: center;
  width: 100%;
  margin-top: 25px;
  display: flex;
}

.time-block {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.dash {
  color: #ffffffbf;
  margin-bottom: 0;
  font-style: italic;
}

.link-block {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  margin-bottom: 20px;
  text-decoration: none;
  display: flex;
}

.collection-list-wrapper {
  justify-content: center;
  align-items: center;
  width: 100vw;
  margin-left: auto;
  margin-right: auto;
  padding-left: 20px;
  padding-right: 20px;
  display: block;
  overflow: visible;
}

.container {
  box-sizing: content-box;
  flex: 1;
  max-width: 85rem;
  overflow: visible;
}

.container.hero-container {
  max-width: 100%;
  overflow: hidden;
}

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

.container-2 {
  max-width: 85rem;
  padding-left: 15px;
  padding-right: 15px;
}

.div-block-8 {
  justify-content: space-between;
  align-items: center;
  padding: 20px;
  display: flex;
}

.heading {
  margin-top: 10px;
}

.paragraph {
  color: #fff;
  margin-bottom: 0;
  text-decoration: none;
}

.empty-state {
  box-sizing: border-box;
  border-top-style: solid;
  border-top-width: 1px;
  border-top-color: var(--gray);
  border-right-style: solid;
  border-right-width: 1px;
  border-right-color: var(--gray);
  border-bottom-style: solid;
  border-bottom-width: 1px;
  border-bottom-color: var(--gray);
  border-left-style: solid;
  border-left-width: 1px;
  border-left-color: var(--gray);
  background-color: #080808;
  border-radius: 6px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: calc(100% - 20px);
  max-width: 85rem;
  height: 100px;
  margin-left: 10px;
  margin-right: 10px;
  display: flex;
}

.text-block {
  color: var(--blue-transparent);
}

.events-section {
  justify-content: center;
  align-items: center;
  margin-bottom: 40px;
  margin-left: auto;
  margin-right: auto;
  padding-left: calc(50vw - 42.5rem);
  padding-right: calc(50vw - 42.5rem);
  overflow: scroll;
}

.events-scroll-box {
  width: 100vw;
  overflow: visible;
}

.div-block-9 {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  align-items: center;
  display: flex;
}

.spacer {
  justify-content: space-between;
  align-items: center;
  height: 80px;
  padding-left: 20px;
  padding-right: 20px;
  display: flex;
}

.div-block-10 {
  z-index: 800;
  background-image: linear-gradient(180deg, var(--background) 26%, #fff0);
  width: 100%;
  height: 120px;
  position: fixed;
}

.form-block {
  justify-content: center;
  align-items: stretch;
  width: 100%;
  display: flex;
}

.form {
  border: 1px solid var(--gray);
  background-color: #0e0e0e;
  border-radius: 6px;
  flex-flow: column;
  justify-content: space-between;
  width: 100%;
  padding: 25px;
  display: flex;
}

.submit-button {
  background-color: var(--blue);
  border-radius: 6px;
  margin-top: 0;
  font-weight: 700;
}

.text-field, .text-field-2 {
  border-radius: 6px;
}

.hero-image {
  opacity: .7;
  width: 60%;
  min-width: 900px;
  max-width: 1000px;
  overflow: clip;
}

.hero-image-block {
  z-index: 2;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  height: 800px;
  margin-top: 100px;
  display: flex;
  position: relative;
  overflow: hidden;
}

.gradient-overlay {
  z-index: 3;
  background-image: linear-gradient(180deg, #0000, var(--background));
  height: 300px;
  margin-top: -300px;
  position: relative;
  overflow: hidden;
}

.gradient-overlay.go-blue {
  z-index: 1;
  background-image: radial-gradient(circle farthest-corner at 50% 100%, var(--blue), #fff0 70%);
  height: 100vh;
  margin-top: -900px;
  position: relative;
  overflow: hidden;
}

.marquee-css__item-p {
  white-space: nowrap;
  max-width: 120px;
  margin-bottom: 0;
  font-size: 1.5em;
  line-height: 1;
  display: block;
  overflow: visible;
}

.marquee-css__item-p.logo-image {
  width: 50px;
  height: 50px;
  overflow: visible;
}

.marquee-css__item-p.logo-image.logo-imagetall {
  width: 125px;
}

.tag {
  color: #146ef5;
  text-align: center;
  vertical-align: baseline;
  background-color: #146ef540;
  border: 1px solid #146ef5;
  border-radius: 20px;
  margin-top: 0;
  margin-bottom: 10px;
  padding: 0 8px;
  font-size: .7rem;
  font-weight: 400;
  display: block;
  position: relative;
}

.tag.tag-logos {
  justify-content: center;
  align-items: center;
  margin-bottom: 0;
  display: flex;
  position: relative;
}

.marquee-css__item {
  grid-column-gap: 1em;
  grid-row-gap: 1em;
  flex: 0;
  align-items: center;
  padding-top: 1em;
  padding-bottom: 1em;
  padding-right: 1em;
  display: flex;
}

.section-3 {
  max-width: none;
  height: auto;
}

.marquee-css__list {
  grid-column-gap: 15px;
  grid-row-gap: 15px;
  flex: none;
  align-items: center;
  display: flex;
  position: relative;
}

.div-block-11 {
  background-image: linear-gradient(270deg, #080808, #f2f2f200 30%, #fff0 70%, #080808);
  height: 120px;
  margin-top: -110px;
  position: relative;
}

.container-3 {
  justify-content: center;
  align-items: center;
  max-width: 85rem;
  margin-top: 0;
  padding: 2px 20px 0;
  display: flex;
}

.container-3.logos {
  max-width: 100rem;
  margin-top: 0;
  margin-bottom: 10px;
  padding-top: 0;
  display: block;
}

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

.marquee-css {
  color: #efeeec;
  width: 100%;
  display: flex;
  position: relative;
  overflow: hidden;
}

.marquee-css-2 {
  color: #efeeec;
  background-color: #000;
  width: 100%;
  max-width: 42em;
  display: flex;
  position: relative;
  overflow: hidden;
}

.marquee-css__list-2 {
  flex: none;
  align-items: center;
  display: flex;
  position: relative;
}

.marquee-css__item-p-2 {
  white-space: nowrap;
  margin-bottom: 0;
  font-size: 1.5em;
  line-height: 1;
}

.marquee-css__item-svg {
  width: 1em;
}

.div-block-14 {
  height: 900px;
}

.div-block-15 {
  z-index: 1000;
  justify-content: center;
  align-items: center;
  width: 100%;
  display: flex;
  position: fixed;
}

.logo-image-desktop {
  width: 175px;
  max-width: 80rem;
  margin-top: 2em;
  display: inline-flex;
  position: static;
  top: 40em;
  left: 50%;
}

.logo-image-desktop.logo-template, .logo-image-desktop.logo-modilesideways, .logo-image-desktop.logo-mobile {
  display: none;
}

.logo-image-tablet {
  width: 175px;
  max-width: 80rem;
  margin-top: 2em;
  display: inline-flex;
  position: static;
  top: 40em;
  left: 50%;
}

.logo-image-tablet.logo-template, .logo-image-tablet.logo-modilesideways, .logo-image-tablet.logo-mobile {
  display: none;
}

.logo-image-sideways-mobile {
  width: 175px;
  max-width: 80rem;
  margin-top: 2em;
  display: inline-flex;
  position: static;
  top: 40em;
  left: 50%;
}

.logo-image-sideways-mobile.logo-template, .logo-image-sideways-mobile.logo-modilesideways, .logo-image-sideways-mobile.logo-mobile {
  display: none;
}

.logo-image-mobile {
  width: 175px;
  max-width: 80rem;
  margin-top: 2em;
  display: inline-flex;
  position: static;
  top: 40em;
  left: 50%;
}

.logo-image-mobile.logo-template, .logo-image-mobile.logo-modilesideways, .logo-image-mobile.logo-mobile {
  display: none;
}

.hero {
  background-image: radial-gradient(circle farthest-corner at 50% 100%, var(--blue), var(--background) 58%);
  justify-content: center;
  align-items: stretch;
  display: flex;
  overflow: hidden;
}

.container-4 {
  flex-flow: column;
  justify-content: flex-end;
  align-items: center;
  width: 100%;
  max-width: 100%;
  height: 100vh;
  margin-left: 20px;
  margin-right: 20px;
  display: flex;
  overflow: visible;
}

.image-cycle-collection {
  width: min(95vw, 60em);
  position: relative;
}

.image-cycle-collection__before {
  padding-top: 66.666%;
}

.image-cycle-collection__list {
  z-index: 0;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  overflow: visible;
}

.image-cycle-collection__item {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}

.image-cycle-collection__img {
  object-fit: cover;
  width: 100%;
  position: absolute;
  bottom: 0;
  overflow: visible;
}

.black-gradient {
  z-index: 750;
  background-image: linear-gradient(180deg, #0000, var(--background));
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 500px;
  margin-top: -500px;
  display: flex;
  position: relative;
}

.hero--image {
  opacity: 1;
  filter: brightness(90%);
  width: auto;
  max-width: none;
  height: 90vh;
  max-height: 100vh;
  overflow: hidden;
}

.div-block-17 {
  justify-content: center;
  align-items: flex-end;
  width: 100%;
  max-width: 100%;
  height: 100%;
  display: flex;
  overflow: hidden;
}

.howler-player__btn {
  outline-offset: 0px;
  pointer-events: auto;
  width: 2.75em;
  height: 2.75em;
  font: inherit;
  color: inherit;
  border-radius: 50%;
  outline: 0 #0000;
  flex-shrink: 0;
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
}

.howler-player__btn-span {
  opacity: 0;
  pointer-events: none;
  -webkit-user-select: none;
  user-select: none;
  position: absolute;
}

.howler-player__timeline-back {
  background-color: #d0cfcd;
  border-radius: 1em;
  width: 100%;
  height: .25em;
  position: absolute;
  overflow: hidden;
}

.howler-player__bottom {
  grid-column-gap: .5em;
  grid-row-gap: .5em;
  align-items: center;
  display: flex;
}

.howler-player__btn-pause {
  border-top-style: solid;
  border-top-width: 1px;
  border-top-color: var(--gray);
  border-right-style: solid;
  border-right-width: 1px;
  border-right-color: var(--gray);
  border-bottom-style: solid;
  border-bottom-width: 1px;
  border-bottom-color: var(--gray);
  border-left-style: solid;
  border-left-width: 1px;
  border-left-color: var(--gray);
  color: #efeeec;
  background-color: #131313;
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  padding-left: 25%;
  padding-right: 25%;
  display: flex;
  position: absolute;
}

.howler-player__title {
  grid-column-gap: .125em;
  grid-row-gap: .125em;
  flex-flow: column;
  flex-grow: 1;
  justify-content: center;
  display: flex;
}

.howler-player__title-p {
  opacity: .5;
  margin-bottom: 0;
  line-height: 1.2;
}

.howler-player__time {
  opacity: .75;
  text-align: center;
  width: 3em;
  display: block;
}

.howler-player__cover {
  border-radius: .5em;
  flex-shrink: 0;
  width: 3.25em;
  height: 3.25em;
  position: relative;
  overflow: hidden;
}

.howler-player__timeline-progress {
  background-color: var(--blue);
  border-radius: 1em;
  width: 0%;
  height: .25em;
  transition: width .1s linear;
  position: relative;
}

.howler-player__btn-play {
  border-top-style: solid;
  border-top-width: 1px;
  border-top-color: var(--gray);
  border-right-style: solid;
  border-right-width: 1px;
  border-right-color: var(--gray);
  border-bottom-style: solid;
  border-bottom-width: 1px;
  border-bottom-color: var(--gray);
  border-left-style: solid;
  border-left-width: 1px;
  border-left-color: var(--gray);
  background-color: var(--blue);
  color: #efeeec;
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  padding: 20% 25%;
  position: absolute;
}

.howler-player__top {
  grid-column-gap: 1.25em;
  grid-row-gap: 1.25em;
  align-items: center;
  display: flex;
}

.howler-player__title-h2 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 1.375em;
  font-weight: 500;
  line-height: 1.2;
}

.howler-player__cover-img {
  width: 100%;
  height: 100%;
}

.howler-player__timeline {
  cursor: pointer;
  flex-grow: 1;
  justify-content: flex-start;
  align-items: center;
  height: 1em;
  display: flex;
  position: relative;
}

.howler-player {
  grid-column-gap: 1.5em;
  grid-row-gap: 1.5em;
  border-top-style: solid;
  border-top-width: 1px;
  border-top-color: var(--gray);
  border-right-style: solid;
  border-right-width: 1px;
  border-right-color: var(--gray);
  border-bottom-style: solid;
  border-bottom-width: 1px;
  border-bottom-color: var(--gray);
  border-left-style: solid;
  border-left-width: 1px;
  border-left-color: var(--gray);
  background-color: #0e0e0e;
  border-radius: 6px;
  flex-flow: column;
  flex-grow: 1;
  max-width: 26em;
  margin-left: auto;
  margin-right: auto;
  padding: 1.75em;
  display: none;
  position: relative;
}

.howler-player.mb-jc, .howler-player.mhb, .code-embed-2 {
  display: none;
}

.music-player {
  justify-content: center;
  align-items: center;
  width: 25em;
  display: flex;
}

.logo {
  z-index: 1000;
  height: 100%;
  display: block;
}

.code-embed-3 {
  display: none;
}

.paragraph-2 {
  text-align: center;
  margin-top: -50px;
  padding-top: 0;
  font-size: 18px;
  font-style: italic;
  font-weight: 400;
  line-height: 14px;
}

.text-span {
  font-style: normal;
  font-weight: 700;
}

.logo-wrapper {
  justify-content: center;
  align-items: center;
  max-width: 85rem;
  height: 400px;
  display: flex;
}

.image-2 {
  max-width: 200px;
}

.div-block-18 {
  justify-content: center;
  align-items: center;
  padding-top: 1em;
  display: flex;
}

.section-4 {
  z-index: 801;
  width: 100%;
  position: fixed;
  top: 0;
}

.code-embed-4 {
  display: none;
}

.container-5 {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  justify-content: center;
  align-items: center;
  max-width: 85rem;
}

.div-block-19 {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 100%;
  padding-top: 20px;
  padding-bottom: 20px;
  display: flex;
}

.howler-player__timeline-progress-2 {
  background-color: #f04b23;
  border-radius: 1em;
  width: 0%;
  height: .25em;
  transition: width .1s linear;
  position: relative;
}

.howler-player__btn-play-2 {
  color: #efeeec;
  background-color: #f04b23;
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  padding: 20% 25%;
  position: absolute;
}

.howler-player-2 {
  grid-column-gap: 1.5em;
  grid-row-gap: 1.5em;
  background-color: #efeeec;
  border-radius: 1.5em;
  flex-flow: column;
  flex-grow: 1;
  max-width: 26em;
  padding: 1.75em;
  display: flex;
  position: relative;
}

.paragraph-3 {
  color: #5a5a5a;
  text-align: center;
  font-size: 12px;
  line-height: 16px;
}

.music {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  max-width: 85rem;
  margin-left: 10px;
  margin-right: 10px;
  display: flex;
}

.section-5 {
  justify-content: center;
  align-items: center;
  display: flex;
}

.logo-image-header {
  max-width: 200px;
}

.text-span-2 {
  font-style: normal;
  font-weight: 700;
}

.form-field {
  width: 100%;
  position: relative;
}

.form-submit {
  visibility: hidden;
  opacity: 0;
  position: absolute;
  inset: 0;
}

.form-notification-p {
  color: inherit;
  font-size: 1.125em;
  font-weight: 500;
}

.form-group {
  flex-flow: column;
  width: 100%;
  margin-bottom: 0;
  display: flex;
}

.form-input {
  outline-offset: 0px;
  color: #adacab;
  appearance: none;
  box-sizing: border-box;
  vertical-align: middle;
  background-color: #efeeec;
  border: 1px solid #efeeec;
  border-radius: .328125em;
  outline: 0 #0000;
  width: 100%;
  height: auto;
  margin-bottom: 0;
  padding: .9em 3.5em .9em 1em;
  font-size: 1.125em;
  font-weight: 500;
  line-height: 1.2;
  box-shadow: 0 0 #0000;
}

.form-input:focus {
  border-color: #cbc8c5;
}

.form-input::placeholder {
  color: #1313134d;
  background-color: #efeeec;
}

.form-input.is--textarea {
  resize: vertical;
  min-height: 9em;
}

.form-input.search {
  border-color: var(--gray);
  background-color: var(--gray);
  color: #fafafa;
  cursor: text;
  padding-top: .7em;
  padding-bottom: .7em;
  transition: background-color .2s;
}

.form-input.search:hover {
  background-color: var(--background);
}

.form-2 {
  flex-flow: column;
  width: 100%;
  display: flex;
}

.form-label {
  margin-bottom: 0;
  font-size: .875em;
  font-weight: 500;
  line-height: 1;
}

.form-field-icon {
  opacity: 0;
  pointer-events: none;
  color: #cbc8c5;
  border-radius: .375em;
  justify-content: center;
  align-items: center;
  width: 3.5em;
  max-height: 3.5em;
  padding-left: 1em;
  padding-right: 1em;
  display: flex;
  position: absolute;
  top: 1px;
  bottom: 1px;
  right: 1px;
}

.form-field-icon.is--error {
  color: #ff4c24;
}

.form-notification-bg {
  opacity: .1;
  pointer-events: none;
  color: inherit;
  background-color: currentColor;
  border-radius: calc(.375rem - 2px);
  display: flex;
  position: absolute;
  inset: 0;
}

.form-field-group {
  grid-column-gap: .75em;
  grid-row-gap: .75em;
  flex-flow: column;
  align-items: flex-start;
  width: 100%;
  padding-bottom: 1.5em;
  display: flex;
}

.form-field-group.ffg-bottom {
  padding-bottom: 0;
}

.form-notifcation {
  outline-offset: 0px;
  color: #0ba954;
  text-align: left;
  border: 1px solid #0ba954;
  border-color: inherit;
  background-color: #efeeec;
  border-radius: .375rem;
  outline: 0 #0000;
  width: 100%;
  padding: 1.125em;
  font-size: 1em;
  position: relative;
}

.form-notifcation.is--error {
  color: #ff4c24;
  margin-top: 0;
  padding-right: 3.5em;
}

.form-notification-icon {
  pointer-events: none;
  width: 3.5em;
  color: inherit;
  justify-content: center;
  align-items: center;
  padding-left: 1em;
  padding-right: 1em;
  display: flex;
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
}

.form-submit-btn-p {
  margin-bottom: 0;
  font-size: 1.125em;
  font-weight: 700;
  line-height: 1.2;
}

.form-required {
  color: var(--blue);
}

.form-divider {
  background-color: var(--gray);
  opacity: 1;
  width: 100%;
  height: 1px;
}

.form-submit-btn {
  border: 1px solid var(--blue);
  background-color: var(--blue);
  outline-offset: 0px;
  color: #efeeec;
  cursor: pointer;
  border-radius: .375rem;
  outline: 0 #0000;
  flex-flow: row;
  justify-content: center;
  align-items: center;
  padding: 1.005em 1.125em;
  font-weight: 700;
  transition: all .3s;
  display: flex;
  position: relative;
  overflow: hidden;
  box-shadow: inset 0 0 #0000;
}

.form-submit-btn:hover {
  background-color: var(--blue-transparent);
}

.form-submit-btn:focus {
  outline-offset: 0px;
  border-width: 1px;
  border-color: #cbc8c5;
  outline-color: #131313;
}

.form-submit-btn.w--current {
  width: 100%;
}

.form-submit-btn.paypal-button {
  border-color: var(--background);
  background-color: #000;
  margin-top: 1em;
}

.form-submit-btn.paypal-button:hover {
  background-color: #000000d9;
  border-color: #000;
}

.cell {
  border: 1px solid var(--gray);
  background-color: #0e0e0e;
  border-radius: 6px;
  padding: 20px;
}

.code-embed-5 {
  display: none;
}

.form-category {
  outline-offset: 0px;
  appearance: none;
  box-sizing: border-box;
  vertical-align: middle;
  background-color: #efeeec;
  border: 1px solid #efeeec;
  border-radius: .328125em;
  outline: 0 #0000;
  height: auto;
  margin-bottom: 0;
  padding: .9em 3.5em .9em 1em;
  font-size: 1.125em;
  font-weight: 500;
  line-height: 1.2;
  box-shadow: 0 0 #0000;
}

.form-category:focus {
  border-color: #cbc8c5;
}

.form-category::placeholder {
  color: #1313134d;
  background-color: #efeeec;
}

.form-category.is--textarea {
  resize: vertical;
  min-height: 9em;
}

.code-embed-option {
  display: none;
}

.form-field-stack {
  grid-column-gap: 1.5em;
  grid-row-gap: 1.5em;
  justify-content: space-between;
  align-items: stretch;
  width: 100%;
  display: flex;
}

.path {
  stroke: #fff;
}

.div-block-20 {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  justify-content: center;
  align-items: center;
  display: flex;
}

.svg {
  width: 18px;
  height: 18px;
}

.div-block-21 {
  grid-column-gap: 1em;
  grid-row-gap: 1em;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.gallery-item__img {
  border-radius: .375em;
  width: 100%;
}

.lightbox-img__item {
  visibility: hidden;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  display: flex;
  position: absolute;
}

.lightbox-nav__col {
  width: 33.333%;
}

.lightbox-nav__col.start {
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.lightbox-nav__col.center {
  grid-column-gap: 2em;
  grid-row-gap: 2em;
  justify-content: center;
  align-items: center;
  display: flex;
}

.lightbox-nav__col.end {
  justify-content: flex-end;
  align-items: center;
  display: flex;
}

.lightbox-img {
  object-fit: contain;
  border-radius: .375em;
  min-width: auto;
  max-height: 100%;
}

.lightbox-nav__dot {
  background-color: currentColor;
  border-radius: 10em;
  width: .375em;
  height: .375em;
  margin-bottom: -.1em;
  transition-property: transform;
  transition-duration: .45s;
  transition-timing-function: cubic-bezier(.625, .05, 0, 1);
}

.gallery-item__button {
  outline-offset: -1px;
  background-color: #0000;
  border: 1px #000;
  border-radius: .375em;
  outline: 1px #131313;
  width: 100%;
  padding: 0;
}

.gallery-item__button:focus-visible, .gallery-item__button[data-wf-focus-visible] {
  outline-offset: 3px;
  border-radius: .25em;
  outline: 1px solid #131313;
}

.lightbox-nav__button {
  grid-column-gap: .5em;
  grid-row-gap: .5em;
  background-color: #0000;
  justify-content: flex-start;
  align-items: center;
  margin: -1em;
  padding: 1em;
  display: flex;
}

.gallery-grid__item {
  width: calc(33.3333% - .833333em);
}

.gallery-grid {
  grid-column-gap: 1.25em;
  grid-row-gap: 1.25em;
  flex-flow: wrap;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  padding-bottom: 2em;
  display: flex;
}

.lightbox-img__list {
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  display: flex;
  position: relative;
}

.lightbox-wrap {
  z-index: 1001;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100dvh;
  display: none;
  position: fixed;
  inset: 0% 0% auto;
}

.lightbox-nav {
  z-index: 2;
  color: #fff;
  justify-content: space-between;
  align-items: center;
  display: flex;
  position: absolute;
  bottom: 2em;
  left: 2em;
  right: 2em;
}

.lightbox-nav__text {
  margin-bottom: 0;
  font-size: 1em;
}

.lightbox-img__wrap {
  width: 90vw;
  height: calc(100svh - 10em);
}

.load-more-container {
  grid-column-gap: 1em;
  grid-row-gap: 1em;
  justify-content: center;
  align-items: center;
  display: flex;
}

.paragraph-4 {
  margin-bottom: 20px;
}

.image-3 {
  width: 10em;
}

.div-block-22 {
  justify-content: space-between;
  display: flex;
}

.link {
  color: var(--blue);
  text-decoration: none;
}

.div-block-23 {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  display: flex;
  position: absolute;
  left: 50%;
  transform: translate(-50%);
}

.paragraph-5 {
  margin-bottom: 0;
}

.modal__content {
  grid-column-gap: 1.5em;
  grid-row-gap: 1.5em;
  flex-flow: column;
  padding: 2em;
  display: flex;
}

.modal {
  z-index: 1000;
  opacity: 0;
  pointer-events: none;
  visibility: hidden;
  justify-content: center;
  align-items: center;
  padding: 2em 1em;
  display: flex;
  position: fixed;
  inset: 0;
  overflow: hidden;
}

.modal__p {
  margin-bottom: 0;
  font-size: 1em;
  line-height: 1.5;
}

.modal__card {
  border: 1px solid var(--gray);
  background-color: var(--background);
  pointer-events: auto;
  border-radius: 2em;
  width: 100%;
  max-width: 54em;
  max-height: 100%;
  padding: .75em;
  display: block;
  position: relative;
}

.modal__dark {
  background-color: var(--background);
  opacity: .75;
  pointer-events: auto;
  cursor: pointer;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}

.modal__h2 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 2.5em;
  font-weight: 700;
  line-height: 1.175;
}

.modal__scroll {
  grid-column-gap: 1.5em;
  grid-row-gap: 1.5em;
  border-radius: 1.25em;
  flex-flow: column;
  width: 100%;
  max-height: 100%;
  display: flex;
  position: relative;
  overflow: scroll;
}

.modal__btn-close-bar {
  background-color: currentColor;
  width: .125em;
  height: 40%;
  position: absolute;
  transform: rotate(45deg);
}

.modal__btn-close-bar.is--second {
  transform: rotate(-45deg);
}

.modal__btn-close {
  background-color: var(--gray);
  cursor: pointer;
  border-radius: 6px;
  justify-content: center;
  align-items: center;
  width: 3em;
  height: 3em;
  display: flex;
  position: absolute;
  top: 2.5em;
  right: 2.5em;
}

.accordion-css__item-bottom {
  grid-template-rows: 0fr;
  display: grid;
  position: relative;
  overflow: hidden;
}

.accordion-css__item-bottom-content {
  padding-bottom: 1.5em;
  padding-left: 1.5em;
  padding-right: 1.5em;
}

.accordion-css__item-bottom-content.setlist {
  grid-column-gap: .5em;
  grid-row-gap: .5em;
  flex-flow: column;
  padding-bottom: 1em;
  display: flex;
}

.accordion-css__list {
  grid-column-gap: .5em;
  grid-row-gap: .5em;
  flex-flow: column;
  width: 100%;
  margin-top: 0;
  margin-bottom: 0;
  padding-left: 0;
  display: flex;
  position: static;
}

.accordion-css__list.setlist {
  color: #fafafa;
}

.accordion-css__item-bottom-wrap {
  flex-flow: column;
  height: 100000%;
  display: flex;
  position: relative;
  overflow: hidden;
}

.accordion-css__item-icon-svg {
  width: 20px;
  height: 20px;
}

.accordion-css__item-icon-svg.out-arrow {
  transform: rotate(-135deg);
}

.accordion-css__item-icon {
  background-color: var(--blue-transparent);
  border-radius: 50%;
  flex-shrink: 0;
  justify-content: center;
  align-items: center;
  width: 2em;
  height: 2em;
  display: flex;
  transform: rotate(180deg);
}

.accordion-css__item-icon.out-link {
  background-color: #fff0;
  transform: rotate(0);
}

.accordion-css__item-icon.setlist {
  background-color: var(--blue);
}

.accordion-css__item-top {
  grid-column-gap: 1em;
  grid-row-gap: 1em;
  cursor: pointer;
  justify-content: space-between;
  align-items: center;
  padding: 1em 1em 1em 1.5em;
  display: flex;
}

.accordion-css {
  width: 100%;
  position: relative;
}

.accordion-css__item {
  background-color: #7ccbfa;
  border-radius: .5em;
  list-style: none;
}

.accordion-css__item.zelle {
  background-color: #815dff;
}

.accordion-css__item.cashapp {
  background-color: #00d54b;
  transition: background-color .2s;
}

.accordion-css__item.cashapp:hover {
  background-color: #00d54bcc;
}

.accordion-css__item.venmo {
  background-color: #008cff;
  transition: background-color .2s;
}

.accordion-css__item-h3 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 1.125em;
  font-weight: 500;
  line-height: 1.3;
}

.accordion-css__item-p {
  margin-bottom: 0;
  font-size: .875em;
  line-height: 1.5;
}

.accordion-css__item-p.paypal-text {
  color: #000;
  padding-top: 2px;
}

.svg-2 {
  width: 80px;
  position: relative;
  top: 2px;
}

.path-2 {
  stroke: #000;
}

.zelle-logo {
  width: 70px;
}

.svg-2-copy-copy {
  width: 120px;
}

.venmo-logo {
  width: 85px;
  height: 25px;
}

.cashapp-logo {
  width: 120px;
}

.text-span-3, .text-span-4, .text-span-5 {
  color: #2a105f;
}

.text-span-6 {
  color: #fff;
  background-color: #000;
  border-radius: 6px;
  padding: 3px 5px;
}

.svg-3 {
  width: 20px;
  height: 20px;
}

.path-3 {
  stroke: #fff;
}

.text-span-7, .text-span-8, .text-span-9 {
  line-height: 2;
}

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

.day-text {
  color: #ffffffbf;
  text-align: center;
  text-transform: uppercase;
  margin: 10px 5px -5px;
  font-style: italic;
}

.type, .paragraph-6, .text-block-2 {
  display: none;
}

.div-block-25 {
  padding-left: 1em;
  padding-right: 1em;
}

.event-ticket-button {
  border: 1px solid var(--blue);
  background-color: var(--blue);
  outline-offset: 0px;
  color: #efeeec;
  cursor: pointer;
  border-radius: .375rem;
  outline: 0 #0000;
  flex-flow: row;
  justify-content: center;
  align-items: center;
  width: 100%;
  margin-top: 10px;
  padding: .805em 1.125em;
  font-weight: 700;
  transition: all .3s;
  display: flex;
  position: relative;
  overflow: hidden;
  box-shadow: inset 0 0 #0000;
}

.event-ticket-button:hover {
  background-color: var(--blue-transparent);
}

.event-ticket-button:focus {
  outline-offset: 0px;
  border-width: 1px;
  border-color: #cbc8c5;
  outline-color: #131313;
}

.event-ticket-button.paypal-button {
  border-color: var(--background);
  background-color: #000;
  margin-top: 1em;
}

.event-ticket-button.paypal-button:hover {
  background-color: #000000d9;
  border-color: #000;
}

.event-ticket-button.music {
  margin-top: 0;
  margin-left: 0;
  margin-right: 0;
  padding-left: 1em;
  padding-right: 1em;
}

.ticket-btn-wrapper {
  width: 100%;
  margin-bottom: 10px;
  padding-left: 25px;
  padding-right: 25px;
}

.utility-page-wrap {
  justify-content: center;
  align-items: center;
  width: 100vw;
  max-width: 100%;
  height: 100vh;
  max-height: 100%;
  display: flex;
}

.utility-page-content {
  text-align: center;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 260px;
  display: flex;
}

.utility-page-form {
  grid-column-gap: 1em;
  grid-row-gap: 1em;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.image-4 {
  height: 40px;
}

.path-4 {
  stroke: var(--blue);
}

.div-block-26 {
  width: 40px;
  height: 40px;
}

.text-block-3 {
  margin-bottom: 20px;
}

.heading-2 {
  margin-bottom: 0;
}

.path-5 {
  stroke: var(--blue);
}

.div-block-27 {
  width: 40px;
  height: 40px;
}

.password-btn {
  border: 1px solid var(--blue);
  background-color: var(--blue);
  outline-offset: 0px;
  color: #efeeec;
  cursor: pointer;
  border-radius: .375rem;
  outline: 0 #0000;
  flex-flow: row;
  justify-content: center;
  align-items: center;
  width: 100%;
  padding: .805em;
  font-weight: 700;
  transition: all .3s;
  display: flex;
  position: relative;
  overflow: hidden;
  box-shadow: inset 0 0 #0000;
}

.password-btn:hover {
  background-color: var(--blue-transparent);
}

.password-btn:focus {
  outline-offset: 0px;
  border-width: 1px;
  border-color: #cbc8c5;
  outline-color: #131313;
}

.password-btn.paypal-button {
  border-color: var(--background);
  background-color: #000;
  margin-top: 1em;
}

.password-btn.paypal-button:hover {
  background-color: #000000d9;
  border-color: #000;
}

.div-block-28 {
  grid-column-gap: 2em;
  grid-row-gap: 2em;
  background-color: var(--background);
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  padding: 2em;
  display: flex;
}

.code-embed-6 {
  width: 100%;
}

.image-5 {
  width: 10rem;
}

.div-block-29 {
  grid-column-gap: 2em;
  grid-row-gap: 2em;
  border: 1px solid var(--gray);
  background-color: #080808;
  border-radius: 8px;
  justify-content: space-between;
  align-items: center;
  padding-right: 1.2em;
  display: flex;
  overflow: hidden;
}

.div-block-30 {
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  margin-top: .5em;
  margin-bottom: .5em;
  display: flex;
}

.div-block-31 {
  border-right: 1px solid var(--gray);
  max-width: 6em;
}

.text-block-4 {
  color: #7c7c7c;
}

.div-block-32 {
  grid-column-gap: 1em;
  grid-row-gap: 1em;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.collection-list-2 {
  grid-column-gap: 1em;
  grid-row-gap: 1em;
  flex-flow: column;
  width: 100%;
  display: flex;
}

.collection-list-wrapper-2 {
  width: 100%;
}

.div-block-33 {
  width: 100%;
  max-width: 960px;
  padding-left: 16px;
  padding-right: 16px;
}

.image-6 {
  object-fit: cover;
  width: 1005px;
  height: 100%;
}

.image-7 {
  width: 10rem;
}

.div-block-34 {
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  padding: 2em 1em;
  display: flex;
}

.demo-card__visual-before {
  padding-top: 66%;
}

.filter-group {
  grid-column-gap: .6em;
  grid-row-gap: .6em;
  color: var(--background);
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.demo-card__visual {
  background-color: #e2dfdf;
  border-radius: .5em;
  justify-content: center;
  align-items: center;
  width: 100%;
  display: flex;
  position: relative;
}

.demo-card__bottom {
  justify-content: flex-start;
  align-items: center;
  padding-bottom: .25em;
  padding-left: .5em;
  padding-right: .5em;
  display: flex;
}

.demo-card__emoji {
  font-size: 4em;
}

.demo-card__h3 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 1.25em;
  font-weight: 500;
  line-height: 1;
}

.filter-list__item {
  width: 100%;
}

.filter-list {
  grid-column-gap: .6em;
  grid-row-gap: .6em;
  border: 1px solid var(--gray);
  background-color: #0e0e0e;
  border-radius: 13px;
  flex-flow: column;
  width: 100%;
  padding: .6em;
  display: flex;
}

.filter-list.setlist {
  background-color: #0000;
  border-width: 0;
  border-radius: 0;
  padding: 0;
}

.filter-buttons {
  grid-column-gap: .5em;
  grid-row-gap: .5em;
  flex-flow: wrap;
  justify-content: flex-start;
  display: flex;
}

.filter-btn {
  background-color: var(--blue-transparent);
  appearance: none;
  border-radius: 6px;
  padding: .4em .6em;
  font-size: 1.125em;
  line-height: 1;
  transition-property: opacity;
  transition-duration: .2s;
  transition-timing-function: ease;
}

.filter-btn:hover {
  background-color: var(--blue);
}

.demo-card {
  grid-column-gap: 1em;
  grid-row-gap: 1em;
  background-color: #efeeec;
  border-radius: 1.5em;
  flex-flow: column;
  width: 100%;
  padding: 1em;
  display: flex;
}

.collection-item-2 {
  grid-column-gap: .5em;
  grid-row-gap: .5em;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: flex;
}

.demo-card__tags-list {
  grid-column-gap: .5em;
  grid-row-gap: .5em;
  display: none;
}

.filter-group-2 {
  min-height: 100vh;
  padding-bottom: 10em;
}

.demo-card__top-2 {
  position: relative;
}

.demo-card__tags-item-p {
  margin-bottom: 0;
  font-size: 12px;
}

.demo-card__tags-collection {
  width: 100%;
  padding: 1em;
  position: absolute;
  top: 0;
  left: 0;
}

.demo-card__visual-2 {
  background-color: #e2e1df;
  border-radius: .5em;
  justify-content: center;
  align-items: center;
  width: 100%;
  display: flex;
  position: relative;
}

.demo-card__tags-item {
  background-color: var(--blue-transparent);
  border-radius: 6px;
  padding: .15em .55em;
}

.collection-item-3 {
  grid-column-gap: .5em;
  grid-row-gap: .5em;
  display: flex;
}

.accordion-css__item-icon-svg-2 {
  width: 1em;
}

.accordion-css__item-icon-2 {
  background-color: var(--blue-transparent);
  border-radius: 50%;
  flex-shrink: 0;
  justify-content: center;
  align-items: center;
  width: 2em;
  height: 2em;
  display: flex;
  transform: rotate(180deg);
}

.accordion-filters {
  grid-column-gap: .5em;
  grid-row-gap: .5em;
  border: 1px solid var(--gray);
  color: #fafafa;
  background-color: #0e0e0e;
  border-radius: 13px;
  flex-flow: column;
  width: 100%;
  max-width: 29em;
  padding: .6em;
  display: flex;
  position: relative;
}

.accordion-css__filter {
  background-color: var(--gray);
  border-radius: .5em;
  list-style: none;
}

.accordion-css__filter.setlist {
  background-color: var(--blue-transparent);
  border-radius: 13px;
  max-width: 29rem;
}

.accordion-css__item-p-2 {
  color: #2c2c2c;
  margin-bottom: 0;
  font-size: .875em;
  line-height: 1.5;
}

.div-block-35 {
  grid-column-gap: .5em;
  grid-row-gap: .5em;
  justify-content: flex-start;
  align-items: center;
  padding-left: .5em;
  padding-right: .5em;
  display: flex;
}

.div-block-36 {
  justify-content: center;
  align-items: center;
  width: 1.2em;
  display: flex;
}

.div-block-37 {
  justify-content: space-between;
  display: flex;
}

.text-block-5 {
  color: #ccc;
  font-size: 1.125em;
}

.text-block-5.new-song {
  margin-top: 10px;
}

.search-bar {
  grid-column-gap: .5em;
  grid-row-gap: .5em;
  border: 1px solid var(--gray);
  color: #fafafa;
  background-color: #0e0e0e;
  border-radius: 13px;
  flex-flow: row;
  width: 100%;
  max-width: 29em;
  padding: .6em;
  display: flex;
  position: relative;
}

.input-styling {
  display: none;
}

.heading-3 {
  color: #fafafa;
  margin-bottom: 0;
  font-family: DM Sans, sans-serif;
}

.text-block-6 {
  border: 1px solid var(--blue);
  background-color: var(--blue-transparent);
  color: var(--blue);
  text-transform: none;
  border-radius: 10rem;
  margin-bottom: 2em;
  padding: .2em .7em .1em;
  font-size: 14px;
  font-weight: 700;
}

.collection-list-wrapper-3 {
  width: 100%;
  max-width: 29rem;
}

.div-block-38 {
  background-color: var(--gray);
  color: #fafafa;
  cursor: pointer;
  border-radius: 6px;
  justify-content: space-between;
  align-items: center;
  padding-right: 1.5em;
  text-decoration: none;
  transition: background-color .2s;
  display: flex;
  overflow: hidden;
}

.div-block-38:hover {
  background-color: var(--blue-transparent);
}

.div-block-38.setlist-song {
  background-color: #0c182b;
}

.div-block-38.setlist-song:hover {
  background-color: #133870;
}

.div-block-39 {
  background-color: var(--blue);
  width: 5em;
  height: 5em;
}

.div-block-40 {
  grid-column-gap: 1em;
  grid-row-gap: 1em;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.text-block-7 {
  color: #adadad;
  font-size: 12px;
}

.div-block-41 {
  background-color: var(--blue);
  border-radius: 6px;
  width: 2.1em;
  height: 2.1em;
  padding: .3em;
}

.finsweet {
  display: none;
}

.pagination {
  margin-top: .6em;
}

.pag {
  background-color: var(--blue);
  color: #fafafa;
  border-width: 0;
  border-radius: 6px;
  transition: background-color .2s;
}

.pag:hover {
  background-color: var(--blue-transparent);
}

.div-block-42 {
  width: 1.5em;
  display: flex;
}

.div-block-43 {
  grid-column-gap: .5em;
  grid-row-gap: .5em;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.text-block-8 {
  color: #21d833;
  background-color: #21d83340;
  border-radius: 6px;
  justify-content: center;
  align-items: center;
  height: 2.1em;
  padding: .2em .5em;
  display: flex;
}

.text-block-9 {
  color: #fafafabf;
}

.text-block-9.label {
  border: 1px solid var(--blue);
  background-color: var(--blue-transparent);
  opacity: .8;
  width: 90%;
  max-width: 29em;
  color: var(--blue);
  text-align: center;
  border-radius: 6px;
  padding: .4em;
}

.text-block-10 {
  white-space: nowrap;
  text-overflow: ellipsis;
  width: 150px;
  max-width: 100%;
  overflow: hidden;
}

@media screen and (max-width: 991px) {
  .image.logo-desktop {
    display: none;
  }

  .image.logo-template {
    display: inline-flex;
  }

  .section.events-section {
    padding-left: 0;
    padding-right: 0;
  }

  .container {
    padding-left: 1em;
    padding-right: 1em;
  }

  .hero-image {
    min-width: 700px;
  }

  .hero-image-block {
    height: 650px;
  }

  .marquee-css__item-p.logo-image {
    width: 150px;
  }

  .container-3 {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    flex-flow: row;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    justify-content: flex-start;
    align-items: center;
    margin-left: auto;
    margin-right: auto;
    display: flex;
  }

  .container-3.logos {
    display: block;
  }

  .logo-image-desktop.logo-desktop {
    display: none;
  }

  .logo-image-desktop.logo-template {
    display: inline-flex;
  }

  .logo-image-tablet.logo-desktop {
    display: none;
  }

  .logo-image-tablet.logo-template {
    display: inline-flex;
  }

  .logo-image-sideways-mobile.logo-desktop {
    display: none;
  }

  .logo-image-sideways-mobile.logo-template {
    display: inline-flex;
  }

  .logo-image-mobile.logo-desktop {
    display: none;
  }

  .logo-image-mobile.logo-template {
    display: inline-flex;
  }

  .container-4 {
    height: 90vh;
  }

  .hero--image {
    height: auto;
  }

  .music-player {
    width: 100%;
  }

  .logo {
    max-width: 100%;
    height: auto;
  }

  .logo-wrapper {
    justify-content: center;
    align-items: flex-end;
  }

  .div-block-19 {
    flex-flow: column;
  }

  .div-block-22 {
    grid-column-gap: 1em;
    grid-row-gap: 1em;
  }

  .div-block-23 {
    text-align: center;
    position: relative;
    left: auto;
    transform: none;
  }

  .div-block-28 {
    padding: 1em;
  }

  .filter-list__item {
    width: 50%;
  }
}

@media screen and (max-width: 767px) {
  .image.logo-template {
    display: none;
  }

  .image.logo-modilesideways {
    display: inline-flex;
  }

  .hero-image {
    min-width: 500px;
  }

  .hero-image-block {
    height: 450px;
  }

  .marquee-css__item-p.logo-image {
    width: 125px;
  }

  .logo-image-desktop.logo-template {
    display: none;
  }

  .logo-image-desktop.logo-modilesideways {
    display: inline-flex;
  }

  .logo-image-tablet.logo-template {
    display: none;
  }

  .logo-image-tablet.logo-modilesideways {
    display: inline-flex;
  }

  .logo-image-sideways-mobile.logo-template {
    display: none;
  }

  .logo-image-sideways-mobile.logo-modilesideways {
    display: inline-flex;
  }

  .logo-image-mobile.logo-template {
    display: none;
  }

  .logo-image-mobile.logo-modilesideways {
    display: inline-flex;
  }

  .container-4 {
    height: 75vh;
  }

  .image-cycle-collection__list {
    border-radius: 1em;
  }

  .black-gradient {
    height: 400px;
    margin-top: -400px;
  }

  .paragraph-2 {
    margin-top: -35px;
  }

  .form-group {
    width: 100%;
  }

  .form-input {
    text-align: left;
    vertical-align: baseline;
    height: 2.925em;
  }

  .form-field-stack {
    grid-column-gap: 0em;
    grid-row-gap: 0em;
    flex-flow: column;
  }

  .gallery-grid__item {
    width: calc(50% - .5em);
  }

  .gallery-grid {
    grid-column-gap: 1em;
  }

  .div-block-22 {
    grid-column-gap: 2em;
    grid-row-gap: 2em;
    text-align: center;
    flex-flow: column;
    justify-content: space-between;
    align-items: center;
  }

  .filter-list__item {
    width: 100%;
  }
}

@media screen and (max-width: 479px) {
  .hamburger-nav {
    z-index: 1002;
  }

  .navigation__dark-bg {
    z-index: 1001;
  }

  .image.logo-modilesideways {
    display: none;
  }

  .image.logo-mobile {
    display: inline-flex;
  }

  .section.events-section {
    box-sizing: border-box;
  }

  .section.section-spacer {
    margin-top: -80px;
  }

  .div-block-9 {
    width: 100%;
  }

  .hero-image {
    min-width: 350px;
  }

  .hero-image-block {
    height: 325px;
  }

  .marquee-css__item-p.logo-image {
    width: 100px;
  }

  .marquee-css__item-p.logo-image.logo-imagetall {
    width: 75px;
  }

  .tag.tag-logos {
    padding: 7px 10px;
    line-height: .8rem;
  }

  .div-block-11 {
    background-image: linear-gradient(90deg, #080808, #f2f2f200 5%, #fff0 95%, #080808);
    height: 80px;
    margin-top: -77px;
  }

  .div-block-13 {
    justify-content: center;
    align-items: center;
    max-width: 180px;
    display: flex;
  }

  .div-block-15 {
    width: calc(100% - 180px);
    margin-left: 90px;
    margin-right: 90px;
  }

  .logo-image-desktop.logo-modilesideways {
    display: none;
  }

  .logo-image-desktop.logo-mobile {
    display: inline-flex;
  }

  .logo-image-tablet.logo-modilesideways {
    display: none;
  }

  .logo-image-tablet.logo-mobile {
    display: inline-flex;
  }

  .logo-image-sideways-mobile.logo-modilesideways {
    display: none;
  }

  .logo-image-sideways-mobile.logo-mobile {
    display: inline-flex;
  }

  .logo-image-mobile.logo-modilesideways {
    display: none;
  }

  .logo-image-mobile.logo-mobile {
    z-index: 1;
    width: 120px;
    margin-top: 1.5em;
    display: inline-flex;
    position: relative;
    top: auto;
    left: auto;
  }

  .hero {
    overflow: visible;
  }

  .container-4 {
    height: 65vh;
    min-height: 550px;
  }

  .black-gradient {
    z-index: 750;
    height: 200px;
    margin-top: -200px;
  }

  .hero--image {
    min-width: auto;
    height: 100%;
    max-height: 80%;
    overflow: visible;
  }

  .div-block-17 {
    justify-content: center;
    align-items: flex-end;
    width: 100%;
    display: flex;
    overflow: visible;
  }

  .music-player {
    padding-bottom: 0;
    padding-left: 10px;
    padding-right: 10px;
  }

  .paragraph-2 {
    margin-top: -15px;
    font-size: 14px;
    line-height: 12px;
  }

  .image-2 {
    max-width: 125px;
  }

  .div-block-18 {
    padding-top: 1.5em;
  }

  .div-block-19 {
    display: none;
  }

  .music {
    margin-top: 30px;
  }

  .logo-image-header {
    max-width: 125px;
  }

  .div-block-21 {
    flex-flow: column;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .gallery-grid__item {
    width: calc(50% - .375em);
  }

  .gallery-grid {
    grid-column-gap: .75em;
    grid-row-gap: .75em;
  }

  .accordion-css__item-bottom-content.setlist {
    padding-bottom: .5em;
    padding-left: .5em;
    padding-right: .5em;
  }

  .accordion-css__item-top {
    padding-left: 1em;
  }

  .div-block-28 {
    padding: .5em;
  }

  .code-embed-6 {
    margin-bottom: 0;
  }

  .filter-list.setlist {
    margin-bottom: -.6em;
  }

  .div-block-38, .div-block-38.setlist-song {
    padding-right: .8em;
  }

  .div-block-39 {
    width: 4em;
    height: 4em;
  }

  .text-block-9 {
    padding-left: .5em;
  }

  .text-block-9.label {
    border: 1px solid var(--blue);
    background-color: var(--blue-transparent);
    opacity: .65;
    color: var(--blue);
    text-align: center;
    border-radius: 6px;
    margin-left: 1em;
    margin-right: 1em;
    padding: .4em;
    font-size: 12px;
    line-height: 16px;
  }

  .text-block-10 {
    width: 150px;
  }

  .div-block-44 {
    padding-top: .5em;
    padding-bottom: .5em;
  }
}


