@font-face {
  font-family: Oldschoolgrotesknarrow;
  src: url('../fonts/OldschoolGroteskNarrow.ttf') format("truetype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Oldschoolgrotesk;
  src: url('../fonts/OldschoolGrotesk-Medium.otf') format("opentype");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Oldschoolgrotesk;
  src: url('../fonts/OldschoolGrotesk-Regular.otf') format("opentype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Oldschoolgrotesk;
  src: url('../fonts/OldschoolGrotesk-ExtraBold.otf') format("opentype");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

:root {
  --global-color_dark: #07070a;
  --pimary-font: Oldschoolgrotesk, Arial, sans-serif;
  --_color---brand-grey-one: #d6d6d6;
  --_color---border-color: #1b1b29;
  --_typography---text-size-medium: 16px;
  --_color---brand-lemon: #c2ff47;
  --_typography---text-size-large: 18px;
  --global-color_light: #fff;
  --tertiary-font\<deleted\|variable-7060826f-0264-83e5-097d-0c5b81bd12b5\>: "Caveat Variablefont Wght";
  --_typography---text-size-small: 14px;
  --_typography---heading-style-h6: 20px;
  --secondary-font: Oldschoolgrotesknarrow, Arial, sans-serif;
  --_typography---display-xxl: 124px;
  --_typography---display-large: 64px;
  --_typography---heading-style-h1: 40px;
  --_typography---heading-style-h2: 36px;
  --_typography---heading-style-h5: 24px;
  --_typography---heading-style-h4: 28px;
  --_color---card-background: #121212;
  --_typography---display-medium: 52px;
  --_color---brand-grey-two: silver;
  --_color---brand-grey-three: gray;
  --_typography---display-xl: 72px;
  --_typography---display-small: 48px;
  --_typography---heading-style-h3: 32px;
  --_typography---text-size-tiny: 12px;
}

.w-embed-youtubevideo {
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/static/youtube-placeholder.2b05e7d68d.svg');
  background-position: 50%;
  background-size: cover;
  width: 100%;
  padding-bottom: 0;
  padding-left: 0;
  padding-right: 0;
  position: relative;
}

.w-embed-youtubevideo:empty {
  min-height: 75px;
  padding-bottom: 56.25%;
}

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

.body {
  background-color: var(--global-color_dark);
  font-family: var(--pimary-font);
}

.navbar {
  z-index: 20;
  background-color: var(--global-color_dark);
  position: sticky;
  top: 0;
}

.logo {
  color: var(--_color---brand-grey-one);
  margin-right: 20px;
  padding-left: 16px;
  padding-right: 16px;
}

.nav-menu_wrapper {
  z-index: 10;
  border-left: 1px solid var(--_color---border-color);
  background-color: var(--global-color_dark);
  flex-flow: row;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  display: flex;
  overflow: hidden;
}

.container {
  width: 100%;
  margin-left: auto;
  margin-right: auto;
}

.nav-layout {
  border-bottom: 1px solid var(--_color---border-color);
  justify-content: space-between;
  align-items: center;
  width: 100%;
  height: 80px;
  padding-left: 20px;
  display: flex;
}

.nav-menu_link {
  font-family: var(--pimary-font);
  color: var(--_color---brand-grey-one);
  font-size: var(--_typography---text-size-medium);
  letter-spacing: 0;
  padding: 12px 20px;
  line-height: 22px;
  text-decoration: none;
  transition: color .35s;
}

.nav-menu_link:hover {
  color: var(--_color---brand-lemon);
}

.nav-menu {
  z-index: 1;
  flex-flow: row;
  justify-content: center;
  align-items: center;
  margin-left: auto;
  line-height: 22px;
  display: flex;
  position: relative;
  overflow: auto;
}

.nav-btn_open {
  background-color: var(--global-color_light);
  font-family: var(--tertiary-font\<deleted\|variable-7060826f-0264-83e5-097d-0c5b81bd12b5\>);
  color: var(--global-color_dark);
  text-align: center;
  border-radius: 8px;
  padding: 12px 20px;
  font-size: 32px;
  font-weight: 600;
  line-height: 24px;
}

.nav-btn_close.w--open {
  z-index: 5;
  background-color: var(--global-color_light);
  font-family: var(--tertiary-font\<deleted\|variable-7060826f-0264-83e5-097d-0c5b81bd12b5\>);
  color: var(--global-color_dark);
  border-radius: 8px;
  padding: 12px 20px;
  font-size: 32px;
  font-weight: 600;
  line-height: 24px;
  position: fixed;
  inset: 24px 48px auto auto;
}

.nav-btn_inner-wrapper {
  grid-column-gap: 4px;
  grid-row-gap: 4px;
  justify-content: center;
  align-items: center;
  display: flex;
}

.section_hero {
  z-index: 1;
  position: relative;
}

.padding-global {
  padding-left: 2.5rem;
  padding-right: 2.5rem;
}

.padding-global.padding-section-large {
  padding-top: 8rem;
  padding-bottom: 8rem;
}

.padding-global.padding-section-small {
  padding-top: 3rem;
  padding-bottom: 3rem;
}

.padding-global.padding-section-medium {
  padding-top: 5rem;
  padding-bottom: 5rem;
}

.container-large {
  width: 100%;
  max-width: 80%;
  margin-left: auto;
  margin-right: auto;
}

.container-large.width-full {
  max-width: 100%;
}

.content-wrapper {
  position: relative;
}

.content-wrapper.is-horizontal {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  min-height: 70vh;
  display: flex;
}

.content-wrapper.is-vertical {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  flex-flow: column;
  display: flex;
}

.content-wrapper.is-vertical.p-5 {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  padding-top: 5%;
}

.nav-btn {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  border-left: 1px solid var(--_color---border-color);
  color: var(--_color---brand-grey-one);
  font-size: var(--_typography---text-size-small);
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 200px;
  height: 100%;
  margin-left: auto;
  padding: 12px 20px;
  line-height: 22px;
  text-decoration: none;
  display: flex;
}

.youtube-ico {
  color: #ff5e35;
  line-height: 16px;
}

.header-wrapper {
  flex-flow: column;
  align-items: flex-start;
  width: 100%;
  max-width: 900px;
  margin-top: auto;
  margin-bottom: auto;
  display: flex;
}

.header-caption {
  color: var(--_color---brand-grey-one);
  font-size: var(--_typography---heading-style-h6);
  line-height: 32px;
}

.header-caption.mb-12 {
  background-image: linear-gradient(81deg, var(--_color---brand-lemon), #f78c12 20%, var(--_color---brand-lemon));
  color: #d6d6d6;
  -webkit-text-fill-color: transparent;
  -webkit-background-clip: text;
  background-clip: text;
  margin-bottom: 12px;
  font-weight: 500;
}

.display-xxl {
  font-family: var(--secondary-font);
  color: var(--global-color_light);
  font-size: var(--_typography---display-xxl);
  letter-spacing: 2px;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 0;
  font-weight: 400;
  line-height: 124px;
}

.display-xxl.has-filter {
  filter: drop-shadow(0 2px 5px #000000b3);
  mix-blend-mode: difference;
}

.display-xxl.is-centered {
  text-align: center;
}

.element-wrapper {
  z-index: -1;
  max-width: 1200px;
  position: absolute;
  inset: 0% 0% 0% auto;
}

.hero-img {
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.spiral-wrapper {
  z-index: 1;
  background-color: var(--_color---brand-lemon);
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  width: 150px;
  height: 150px;
  display: flex;
  position: fixed;
  inset: auto 1% 1% auto;
}

.spiral-text-wrapper {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  display: flex;
}

.spiral-text {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.spiral-icon {
  font-size: var(--_typography---heading-style-h1);
  justify-content: center;
  align-items: center;
  line-height: 56px;
  display: flex;
  position: absolute;
  inset: 0%;
}

.button-type_one {
  grid-column-gap: 4px;
  grid-row-gap: 4px;
  background-color: var(--_color---brand-lemon);
  color: var(--global-color_dark);
  font-size: var(--_typography---text-size-medium);
  border-radius: 8px;
  flex-flow: row;
  justify-content: space-between;
  align-items: center;
  padding: 16px 24px;
  text-decoration: none;
  display: flex;
  position: relative;
  overflow: hidden;
}

.arrow-ico {
  z-index: 1;
  line-height: 8px;
  position: relative;
}

.arrow-ico.auto-left {
  margin-left: auto;
}

.section_youtube, .section_bio {
  z-index: 1;
  position: relative;
}

.content-header_wrapper.mb-48 {
  margin-bottom: 48px;
}

._2-grid-column {
  grid-column-gap: 48px;
  grid-row-gap: 48px;
  grid-template-rows: auto;
}

._2-grid-column.mb-96 {
  margin-bottom: 96px;
}

.grid-child {
  justify-content: flex-start;
  display: flex;
}

.photo-cover_wrapper {
  width: 100%;
  min-height: 650px;
}

.photo-cover {
  object-fit: cover;
  background-image: url('../images/aka-two_1.avif');
  background-position: 0 0;
  background-size: auto;
  width: 100%;
  height: 100%;
}

.bio-wrapper {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  flex-flow: column;
  align-items: flex-start;
  max-width: 600px;
  margin: auto;
  display: flex;
}

.text-size-large {
  color: var(--_color---brand-grey-one);
  font-size: var(--_typography---text-size-large);
  margin-bottom: 0;
  line-height: 26px;
}

.youtube-widgett_wrapper {
  background-image: linear-gradient(180deg, var(--_color---brand-lemon), #f78c12 50%, var(--_color---brand-lemon));
  padding: 15px;
}

._6-grid-column {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  grid-template-columns: 1fr 1fr 1fr;
}

.spotify-widget_wrapper {
  width: 100%;
}

.heading-style-2 {
  color: var(--global-color_light);
  font-size: var(--_typography---heading-style-h2);
  margin-top: 0;
  margin-bottom: 0;
  font-weight: 500;
}

.button-type_two {
  background-color: var(--_color---brand-lemon);
  color: var(--global-color_dark);
  font-size: var(--_typography---text-size-large);
  border-radius: 12px;
  flex-flow: column;
  justify-content: space-between;
  align-items: center;
  padding: 36px;
  font-weight: 500;
  text-decoration: none;
  display: flex;
  position: relative;
  overflow: hidden;
}

.marquee-wrapper {
  padding-top: 20px;
  padding-bottom: 20px;
  position: relative;
}

.marquee {
  z-index: 0;
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  display: flex;
  position: relative;
  overflow: hidden;
  -webkit-mask-image: linear-gradient(to right, #0000 0%, #fff 10% 90%, #0000 100%);
  mask-image: linear-gradient(to right, #0000 0%, #fff 10% 90%, #0000 100%);
}

.marquee-content {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  flex: none;
  justify-content: space-around;
  align-items: center;
  min-width: 80%;
  display: flex;
}

.marquee-content_text {
  color: var(--_color---brand-grey-one);
  font-size: var(--_typography---heading-style-h4);
  line-height: 150%;
}

.marquee-content_text.has-background {
  background-color: var(--_color---brand-lemon);
  color: var(--global-color_dark);
  padding-left: 4px;
  padding-right: 4px;
}

.marquee-wrapper_border {
  z-index: -1;
  border-top: 1.5px solid var(--_color---brand-grey-one);
  border-bottom: 1.5px solid var(--_color---brand-grey-one);
  width: 100%;
  max-width: 80%;
  height: 100%;
  margin-left: auto;
  margin-right: auto;
  position: absolute;
  inset: 0%;
}

.footer {
  z-index: 1;
  position: relative;
}

.footer-container {
  grid-column-gap: 28px;
  grid-row-gap: 28px;
  flex-flow: column;
  width: 100%;
  max-width: 80%;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.footer-container_top {
  background-color: #121212;
  border-radius: 12px;
  justify-content: space-between;
  align-items: stretch;
  padding: 36px;
  display: flex;
}

.footer-menu_wrapper {
  flex-flow: column;
  justify-content: space-between;
  display: flex;
}

.footer-menu {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  flex-flow: column;
  align-items: flex-start;
  display: flex;
}

.footer-menu_link {
  color: var(--_color---brand-grey-one);
  font-size: var(--_typography---text-size-medium);
  line-height: 24px;
  text-decoration: underline;
}

.footer-block {
  flex-flow: column;
  display: flex;
}

.footer-social_wrapper {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  justify-content: space-between;
  display: flex;
}

.button-text {
  z-index: 1;
  margin-right: auto;
  position: relative;
}

.footer-social_link {
  color: var(--global-color_light);
  background-color: #242424;
  border-radius: 8px;
  justify-content: center;
  align-items: center;
  width: 56px;
  height: 56px;
  padding: 16px;
  text-decoration: none;
  display: flex;
}

.social-ico {
  line-height: 12px;
}

.copyright-title {
  color: #666;
  font-size: var(--_typography---text-size-small);
  text-align: center;
  font-weight: 400;
  line-height: 22px;
}

.logo-text {
  width: 90px;
}

.circle-hover {
  z-index: 0;
  background-color: var(--global-color_light);
  border-radius: 100%;
  width: 6vw;
  height: 6vw;
  position: absolute;
  top: -6vw;
  right: -6vw;
}

.section_about {
  z-index: 1;
  position: relative;
}

.bio-card_wrapper {
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  height: 100%;
  margin-left: auto;
  margin-right: auto;
  padding-top: 24px;
  padding-bottom: 24px;
  display: flex;
}

.text-size-regular {
  color: var(--_color---brand-grey-one);
  font-size: var(--_typography---text-size-medium);
  margin-bottom: 0;
  line-height: 24px;
}

.text-size-regular.mb-16 {
  letter-spacing: .32px;
  margin-bottom: 16px;
}

.cover-wrapper {
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  max-width: 800px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.grid-wrapper {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  background-color: var(--_color---card-background);
  border-radius: 24px;
  flex-flow: column;
  padding: 24px;
  display: flex;
}

._2-grid-main {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  grid-template-rows: auto auto;
}

._3-grid-main {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
}

.section_show {
  z-index: 1;
  position: relative;
}

.card-grid_group {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  grid-template-rows: auto auto auto auto auto;
  grid-template-columns: 1fr;
}

.card-grid_item {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  background-color: var(--_color---card-background);
  border-radius: 24px;
  justify-content: space-between;
  align-items: center;
  padding: 12px;
  display: flex;
}

.show_date {
  -webkit-backdrop-filter: blur(8px);
  backdrop-filter: blur(8px);
  background-color: #404b0021;
  border: 2px solid #c2ff471a;
  border-radius: 16px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  min-width: 164px;
  max-height: 144px;
  padding: 36px;
  display: flex;
  box-shadow: 4px 0 64px #07070ab3;
}

.show_date-month {
  color: var(--_color---brand-lemon);
  font-size: var(--_typography---text-size-medium);
  font-weight: 500;
  line-height: 24px;
}

.show_date-day {
  color: var(--_color---brand-lemon);
  font-size: var(--_typography---display-medium);
  line-height: 56px;
}

.show_details {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  margin-right: auto;
  display: flex;
}

.show_details-name {
  color: var(--global-color_light);
  font-size: var(--_typography---heading-style-h5);
  text-transform: uppercase;
  font-weight: 500;
  line-height: 32px;
}

.show_details-venue_info {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  justify-content: space-between;
  display: flex;
}

.show_details-time, .show_details-venue {
  color: var(--_color---brand-grey-two);
  font-size: var(--_typography---text-size-medium);
  font-weight: 400;
  line-height: 24px;
}

.divider {
  font-size: var(--_typography---heading-style-h6);
  font-weight: 400;
  line-height: 24px;
}

.ticket-ico {
  line-height: 8px;
}

.btn-group {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  justify-content: space-between;
  margin-right: 24px;
  display: flex;
}

.show-button {
  z-index: 1;
  grid-column-gap: 4px;
  grid-row-gap: 4px;
  color: var(--_color---brand-grey-three);
  font-size: var(--_typography---text-size-small);
  background-color: #07070a29;
  border: 1px solid #1f1f1f;
  border-radius: 8px;
  justify-content: space-between;
  align-items: center;
  padding: 16px;
  font-weight: 400;
  line-height: 22px;
  text-decoration: none;
  transition: background-color .35s;
  display: flex;
  position: relative;
}

.show-button:hover {
  background-color: var(--global-color_light);
}

.show-button.locked {
  opacity: .5;
  cursor: none;
}

.content-bottom {
  margin-top: 64px;
}

.content-bottom.max-width {
  max-width: 142px;
  margin-left: auto;
  margin-right: auto;
}

@media screen and (max-width: 991px) {
  .logo.w--current {
    margin-right: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .nav-menu_wrapper {
    border-left: 0 #1b1b2900;
    height: 100vh;
  }

  .nav-layout {
    padding-right: 20px;
  }

  .nav-menu_link {
    font-size: var(--_typography---text-size-large);
    width: 100%;
    line-height: 26px;
  }

  .nav-menu {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
    background-color: var(--global-color_dark);
    flex-flow: column;
    margin-left: 0;
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .nav-btn_open {
    background-color: var(--_color---brand-grey-one);
    font-family: var(--pimary-font);
    font-size: var(--_typography---text-size-medium);
    border-radius: 36px;
    padding-left: 12px;
    padding-right: 12px;
    font-weight: 500;
  }

  .nav-btn_open.w--open {
    background-color: #121212;
  }

  .padding-global.padding-section-large {
    padding: 2rem;
  }

  .padding-global.padding-section-small, .padding-global.padding-section-medium {
    padding-top: 2rem;
    padding-bottom: 2rem;
  }

  .container-large {
    max-width: 100%;
  }

  .content-wrapper.is-horizontal {
    flex-flow: row-reverse wrap-reverse;
  }

  .nav-btn {
    border-top: 1px solid var(--_color---border-color);
    border-bottom: 1px solid var(--_color---border-color);
    font-size: var(--_typography---text-size-large);
    border-left: 0 #1b1b2900;
    max-width: 100%;
    height: 64px;
    margin-left: 0;
    line-height: 26px;
  }

  .header-wrapper {
    max-width: 100%;
  }

  .element-wrapper {
    width: 100%;
    max-width: 100%;
    position: relative;
    top: auto;
    bottom: auto;
    right: auto;
  }

  .hero-img {
    height: auto;
  }

  .spiral-wrapper {
    display: none;
  }

  .button-type_one {
    transition: background-color .35s;
  }

  .button-type_one:hover {
    background-color: var(--global-color_light);
  }

  ._2-grid-column {
    flex-flow: column;
    display: flex;
  }

  ._2-grid-column.mb-96 {
    flex-flow: column;
    margin-bottom: 48px;
    display: flex;
  }

  ._2-grid-column.mb-96.reversed {
    flex-flow: wrap-reverse;
  }

  .photo-cover_wrapper {
    min-height: 600px;
  }

  ._6-grid-column {
    grid-template-columns: 1fr 1fr;
  }

  .button-type_two {
    transition: background-color .35s;
  }

  .button-type_two:hover {
    background-color: var(--global-color_light);
  }

  .marquee-content_text {
    font-size: var(--_typography---heading-style-h6);
  }

  .marquee-wrapper_border, .footer-container, .cover-wrapper {
    max-width: 100%;
  }
}

@media screen and (max-width: 767px) {
  .padding-global.padding-section-large {
    padding-top: 2rem;
    padding-bottom: 2rem;
  }

  .padding-global.padding-section-small {
    padding: 2rem;
  }

  .padding-global.padding-section-medium {
    padding-left: 2rem;
    padding-right: 2rem;
  }

  .content-wrapper.is-horizontal {
    min-height: auto;
  }

  .header-caption.mb-12 {
    font-size: var(--_typography---text-size-large);
    line-height: 26px;
  }

  .display-xxl {
    font-size: var(--_typography---display-large);
    line-height: 68px;
  }

  .display-xxl.has-filter {
    font-size: var(--_typography---display-large);
  }

  ._2-grid-column {
    flex-flow: column;
    display: flex;
  }

  .photo-cover_wrapper {
    min-height: auto;
  }

  .bio-wrapper {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    margin-left: 0;
  }

  .text-size-large {
    font-size: var(--_typography---text-size-medium);
  }

  ._6-grid-column {
    grid-template-columns: 1fr;
  }

  .heading-style-2 {
    font-size: var(--_typography---heading-style-h5);
  }

  .button-type_two {
    padding: 20px;
  }

  .footer-container_top {
    grid-column-gap: 36px;
    grid-row-gap: 36px;
    flex-flow: column;
  }

  .footer-menu_wrapper {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
  }

  .footer-social_wrapper {
    justify-content: flex-start;
  }
}


@font-face {
  font-family: 'Oldschoolgrotesknarrow';
  src: url('../fonts/OldschoolGroteskNarrow.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Oldschoolgrotesk';
  src: url('../fonts/OldschoolGrotesk-Medium.otf') format('opentype');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Oldschoolgrotesk';
  src: url('../fonts/OldschoolGrotesk-Regular.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Oldschoolgrotesk';
  src: url('../fonts/OldschoolGrotesk-ExtraBold.otf') format('opentype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}