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

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

@font-face {
  font-family: Foundrygridnik;
  src: url('../fonts/FoundryGridnik-Light.otf') format("opentype");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}

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

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

@font-face {
  font-family: Futurastd;
  src: url('../fonts/FuturaStd-Bold.otf') format("opentype"), url('../fonts/FuturaStd-CondensedBoldObl.otf') format("opentype"), url('../fonts/FuturaStd-CondensedBold.otf') format("opentype"), url('../fonts/FuturaStd-ExtraBold.otf') format("opentype"), url('../fonts/FuturaStd-CondExtraBoldObl.otf') format("opentype");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Futurastd;
  src: url('../fonts/FuturaStd-CondensedOblique.otf') format("opentype"), url('../fonts/FuturaStd-BookOblique.otf') format("opentype");
  font-weight: 400;
  font-style: italic;
  font-display: swap;
}

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

@font-face {
  font-family: Futurastd;
  src: url('../fonts/FuturaStd-ExtraBoldOblique.otf') format("opentype"), url('../fonts/FuturaStd-BoldOblique.otf') format("opentype");
  font-weight: 700;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: Futurastd;
  src: url('../fonts/FuturaStd-CondensedLightObl.otf') format("opentype"), url('../fonts/FuturaStd-CondensedLight.otf') format("opentype"), url('../fonts/FuturaStd-Light.otf') format("opentype");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Futurastd Condensedextrabd;
  src: url('../fonts/FuturaStd-CondensedExtraBd.otf') format("opentype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Futurastd;
  src: url('../fonts/FuturaStd-HeavyOblique.otf') format("opentype");
  font-weight: 900;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: Futurastd;
  src: url('../fonts/FuturaStd-LightOblique.otf') format("opentype");
  font-weight: 300;
  font-style: italic;
  font-display: swap;
}

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

@font-face {
  font-family: Futurastd;
  src: url('../fonts/FuturaStd-MediumOblique.otf') format("opentype");
  font-weight: 500;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: Futurastd;
  src: url('../fonts/FuturaStd-Heavy.otf') format("opentype");
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}

.w-layout-layout {
  grid-row-gap: 20px;
  grid-column-gap: 20px;
  grid-auto-columns: 1fr;
  justify-content: center;
  padding: 20px;
}

.w-layout-cell {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.section_main {
  opacity: 1;
  background-color: #0000;
  flex-flow: column;
  justify-content: flex-end;
  align-items: stretch;
  max-width: 100%;
  height: auto;
  max-height: none;
  display: none;
  position: static;
}

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

.item_title {
  color: #fff;
  text-align: left;
  text-transform: uppercase;
  overflow-wrap: anywhere;
  flex-flow: row;
  flex: 0 auto;
  align-self: flex-start;
  align-items: stretch;
  font-family: Futurastd, Arial, sans-serif;
  font-size: 10px;
  font-weight: 500;
  display: block;
  position: static;
  top: 0;
  overflow: visible;
}

.video_image {
  aspect-ratio: auto;
  object-fit: cover;
  flex: 1;
  align-self: auto;
}

.item_cell {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow-wrap: normal;
  -webkit-text-fill-color: inherit;
  mix-blend-mode: difference;
  background-clip: border-box;
  flex-flow: column;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: flex-start;
  display: block;
}

.main_grid {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex: 0 auto;
  order: -9999;
  align-self: auto;
  height: auto;
  margin-left: 60px;
  margin-right: 60px;
  padding: 0;
}

.section_marquee {
  background-color: #0000;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  height: auto;
  margin-top: 0;
  line-height: 28px;
  display: flex;
  position: static;
}

.logo_block {
  flex-flow: column;
  flex: 0 auto;
  align-self: auto;
  width: 10%;
  margin-top: 45px;
  margin-left: 185px;
  display: none;
  position: absolute;
  inset: 0% auto 0% 0%;
}

.body {
  background-color: #000;
}

.section_footer {
  flex-flow: column;
  justify-content: flex-end;
  align-items: center;
  height: 10vh;
  margin-top: 0;
  margin-bottom: 0;
  padding-bottom: 0;
  font-family: Futurastd, Arial, sans-serif;
  display: flex;
}

.footer_block {
  flex-flow: row;
  justify-content: space-around;
  align-items: flex-end;
  width: 100%;
  padding-top: 0;
  padding-bottom: 0;
  display: flex;
}

.image {
  max-width: 10%;
}

.text-block, .text-block-2 {
  font-family: Foundrygridnik, Arial, sans-serif;
  font-weight: 700;
}

.text-block-3 {
  text-transform: capitalize;
  font-family: Foundrygridnik, Arial, sans-serif;
  font-weight: 700;
}

.text-block-4 {
  font-family: Foundrygridnik, Arial, sans-serif;
  font-weight: 700;
}

.header_title {
  color: #fff;
  text-align: justify;
  text-transform: uppercase;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  margin-top: 77px;
  margin-left: 200px;
  margin-right: 200px;
  font-family: Foundrygridnik, Arial, sans-serif;
  font-size: 20px;
  font-weight: 700;
  line-height: 25px;
  display: block;
}

.image-2 {
  width: 40vw;
}

.section_stream_video {
  text-align: left;
  flex-flow: row;
  justify-content: center;
  align-items: center;
  height: auto;
  margin-left: 0;
  margin-right: 0;
  padding-left: 0;
  padding-right: 0;
  display: block;
  overflow: visible;
}

.flex_block_stream_audio {
  flex: 0 auto;
  align-self: auto;
  width: 69vw;
  max-width: none;
  max-height: none;
  display: block;
}

.code-embed {
  flex-flow: row;
  flex: 1;
  justify-content: flex-start;
  align-self: auto;
  align-items: flex-start;
  max-width: none;
  max-height: none;
  display: block;
}

.section_stream_audio {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  margin-top: 60px;
  display: block;
}

.flex_block_stream_video {
  flex-flow: column;
  flex: 1;
  max-height: none;
  display: block;
}

.div-block {
  flex-flow: row;
  flex: 1;
  justify-content: center;
  align-self: auto;
  align-items: center;
  display: block;
}

.youtube {
  width: auto;
  max-width: none;
  position: static;
}

.rf-player-container {
  max-width: 100%;
}

.music_image {
  flex: 0 auto;
  max-width: 50%;
}

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

.slider-section.text-scanlines {
  height: 7vh;
  margin-top: 40px;
  margin-bottom: 40px;
  display: block;
}

.slider-wrapper {
  background-color: #3f60;
  border: 0 solid #fff;
  border-radius: 0;
  flex: none;
  justify-content: flex-start;
  align-items: center;
  width: 62vw;
  height: 5vh;
  margin-top: 0;
  display: flex;
  overflow: hidden;
}

.items-holder {
  flex: none;
  display: flex;
}

.items {
  flex: none;
  align-items: center;
  display: flex;
}

.text-block-bio {
  color: #0ff;
  -webkit-text-stroke-color: #0ff;
  text-transform: uppercase;
  padding-left: 10px;
  padding-right: 10px;
  font-family: Futurastd, Arial, sans-serif;
  font-size: 1.3rem;
  font-weight: 300;
  line-height: 1.5rem;
}

.contact-link {
  color: #3f6;
  text-align: left;
  text-transform: uppercase;
  padding-left: 5px;
  padding-right: 5px;
  font-size: 1rem;
  font-weight: 500;
  line-height: 1.3rem;
  text-decoration: none;
}

.text_credit_footer {
  color: #0ff;
  flex: 0 auto;
  margin-right: 0;
  padding-right: 0;
  font-family: Futurastd, Arial, sans-serif;
  font-size: 1.1rem;
  font-weight: 400;
  line-height: 1.5rem;
}

.section_back_video {
  z-index: auto;
  object-fit: cover;
  display: none;
  position: absolute;
  inset: 0% 0% auto;
}

.item_artist, .item_label {
  color: #fff;
  text-transform: uppercase;
  font-size: 10px;
}

.item_year {
  color: #fff;
  font-size: 10px;
}

.section_logo {
  text-align: center;
  margin-top: 20px;
}

.image-3 {
  max-width: 115px;
  height: 15vh;
}

.item_title-2 {
  color: #fff;
  text-align: left;
  text-transform: uppercase;
  overflow-wrap: anywhere;
  flex-flow: row;
  flex: 0 auto;
  align-self: flex-start;
  align-items: stretch;
  margin-right: 5px;
  font-family: Futurastd, Arial, sans-serif;
  font-size: 8px;
  font-weight: 500;
  display: block;
  position: static;
  top: 0;
  overflow: visible;
}

@media screen and (min-width: 1280px) {
  .section_main {
    height: auto;
  }

  .logo_block {
    margin-top: 50px;
  }

  .section_footer {
    justify-content: flex-end;
    align-items: center;
    height: 26vh;
    margin-top: 0;
    margin-bottom: 0;
    display: flex;
  }

  .flex_block_stream_audio {
    width: 71vw;
  }

  .image-3 {
    max-width: none;
  }
}

@media screen and (min-width: 1440px) {
  .logo_block {
    margin-top: 60px;
  }

  .section_footer {
    height: 30vh;
    margin-top: 0;
  }

  .flex_block_stream_audio {
    width: 74vw;
  }

  .slider-wrapper {
    width: 62vw;
  }

  .text-block-bio {
    font-size: 1.6rem;
    line-height: 1.9rem;
  }

  .text_credit_footer {
    font-size: 1.3rem;
  }
}

@media screen and (min-width: 1920px) {
  .div_block_grid {
    margin-left: 250px;
    margin-right: 250px;
  }

  .item_title {
    display: none;
  }

  .video_image {
    flex: 1;
  }

  .section_marquee {
    height: auto;
  }

  .logo_block {
    margin-top: 135px;
  }

  .section_footer {
    flex-flow: row;
    justify-content: center;
    align-items: flex-end;
    height: 32vh;
    margin-top: 0;
    text-decoration: none;
    display: flex;
  }

  .footer_block {
    justify-content: space-around;
    align-items: flex-start;
    display: flex;
  }

  .header_title {
    margin-left: 220px;
    margin-right: 220px;
  }

  .flex_block_stream_audio {
    width: 64vw;
  }

  .slider-wrapper {
    width: 62vw;
    height: 5vh;
    margin-top: 0;
  }

  .text-block-bio {
    font-size: 2.1rem;
    line-height: 2.6rem;
  }

  .text_credit_footer {
    height: auto;
    font-size: 1.6rem;
  }

  .item_title-2 {
    display: none;
  }
}

@media screen and (max-width: 991px) {
  .div_block_grid {
    margin-left: 10px;
    margin-right: 10px;
  }

  .logo_block {
    width: 15%;
    margin-left: 75px;
  }

  .footer_block {
    padding-top: 0;
    padding-bottom: 0;
  }

  .header_title {
    margin-left: 20px;
    margin-right: 20px;
  }

  .flex_block_stream_audio {
    width: 92vw;
  }

  .slider-wrapper {
    width: 76vw;
  }
}

@media screen and (max-width: 767px) {
  .section_main {
    height: 180vh;
  }

  .div_block_grid {
    margin-left: 0;
    margin-right: 0;
  }

  .section_marquee {
    height: auto;
  }

  .logo_block {
    width: 15%;
    margin-left: 45px;
  }

  .section_footer {
    justify-content: center;
    align-items: center;
    margin-top: 250px;
    margin-bottom: 0;
    display: block;
  }

  .footer_block {
    margin-top: 0;
    margin-bottom: 0;
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .slider-section.text-scanlines {
    height: 7vh;
  }

  .image-3 {
    max-width: none;
    height: 12vh;
  }
}

@media screen and (max-width: 479px) {
  .div_block_grid {
    margin-left: 0;
    margin-right: 0;
    overflow: visible;
  }

  .main_grid {
    grid-column-gap: 5px;
    grid-row-gap: 5px;
  }

  .section_marquee {
    height: auto;
  }

  .logo_block {
    flex: 0 auto;
    width: 20%;
    margin-top: 60px;
  }

  .section_footer {
    margin-top: 250px;
  }

  .header_title {
    font-size: 12px;
  }

  .image-2 {
    width: 40vw;
  }

  .section_stream_audio {
    margin-top: 20px;
  }

  .slider-wrapper {
    width: 90vw;
    margin-top: 0;
  }

  .text-block-bio {
    font-size: 1.2rem;
  }

  .text_credit_footer {
    padding-left: 10px;
    padding-right: 10px;
    font-family: Futurastd Book, Arial, sans-serif;
    font-size: .8rem;
    font-weight: 400;
    line-height: 1.2rem;
  }

  .image-3 {
    height: 12vh;
  }
}

#w-node-b33ab999-d972-81f0-4aea-2f9d53c669d8-d37a41eb {
  grid-template-rows: 1fr 1fr 1fr auto auto auto auto auto auto auto auto auto auto auto auto auto auto auto auto auto auto auto auto auto auto auto;
  grid-template-columns: .5fr .5fr;
}

@media screen and (max-width: 991px) {
  #w-node-b33ab999-d972-81f0-4aea-2f9d53c669d8-d37a41eb {
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
  }
}

@media screen and (max-width: 767px) {
  #w-node-b33ab999-d972-81f0-4aea-2f9d53c669d8-d37a41eb {
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr 1fr 1fr;
  }
}

@media screen and (max-width: 479px) {
  #w-node-b33ab999-d972-81f0-4aea-2f9d53c669d8-d37a41eb {
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr 1fr;
  }
}


@font-face {
  font-family: 'Foundrygridnik';
  src: url('../fonts/FoundryGridnik-Medium.otf') format('opentype');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Foundrygridnik';
  src: url('../fonts/FoundryGridnik-Regular.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Foundrygridnik';
  src: url('../fonts/FoundryGridnik-Light.otf') format('opentype');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Foundrygridnik';
  src: url('../fonts/FoundryGridnik-Bold.otf') format('opentype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Futurastd Book';
  src: url('../fonts/FuturaStd-Book.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Futurastd';
  src: url('../fonts/FuturaStd-Bold.otf') format('opentype'), url('../fonts/FuturaStd-CondensedBoldObl.otf') format('opentype'), url('../fonts/FuturaStd-CondensedBold.otf') format('opentype'), url('../fonts/FuturaStd-ExtraBold.otf') format('opentype'), url('../fonts/FuturaStd-CondExtraBoldObl.otf') format('opentype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Futurastd';
  src: url('../fonts/FuturaStd-CondensedOblique.otf') format('opentype'), url('../fonts/FuturaStd-BookOblique.otf') format('opentype');
  font-weight: 400;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Futurastd Condensed';
  src: url('../fonts/FuturaStd-Condensed.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Futurastd';
  src: url('../fonts/FuturaStd-ExtraBoldOblique.otf') format('opentype'), url('../fonts/FuturaStd-BoldOblique.otf') format('opentype');
  font-weight: 700;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Futurastd';
  src: url('../fonts/FuturaStd-CondensedLightObl.otf') format('opentype'), url('../fonts/FuturaStd-CondensedLight.otf') format('opentype'), url('../fonts/FuturaStd-Light.otf') format('opentype');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Futurastd Condensedextrabd';
  src: url('../fonts/FuturaStd-CondensedExtraBd.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Futurastd';
  src: url('../fonts/FuturaStd-HeavyOblique.otf') format('opentype');
  font-weight: 900;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Futurastd';
  src: url('../fonts/FuturaStd-LightOblique.otf') format('opentype');
  font-weight: 300;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Futurastd';
  src: url('../fonts/FuturaStd-Medium.otf') format('opentype');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Futurastd';
  src: url('../fonts/FuturaStd-MediumOblique.otf') format('opentype');
  font-weight: 500;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Futurastd';
  src: url('../fonts/FuturaStd-Heavy.otf') format('opentype');
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}