:root {
  --white: white;
  --shadow-color: rgba(10, 10, 10, .15);
  --black: black;
}

.w-layout-vflex {
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

body {
  color: #fff;
  text-transform: uppercase;
  background-color: #000;
  font-family: Proto Mono, sans-serif;
  font-size: 14px;
  line-height: 1.4;
}

.page-container__fixed {
  z-index: 1;
  padding: 62px;
  display: flex;
  position: fixed;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.page-container__fixed.is--2 {
  z-index: 4;
  opacity: .38;
}

.page-container {
  z-index: 5;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  border: 2px solid #fff;
  flex: 1;
  grid-template-rows: 1fr 1fr 1fr 1fr;
  grid-template-columns: 1.1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
  position: relative;
  overflow: hidden;
}

.page-container__section-2 {
  border-right: 2px solid #fff;
  flex-flow: column;
  justify-content: space-between;
  align-items: flex-start;
  padding: 16px;
  display: flex;
}

.page-container__img-wrap {
  position: relative;
  overflow: hidden;
}

.photograph {
  z-index: -1;
  filter: brightness(95%);
  object-fit: cover;
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.list-item {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  cursor: pointer;
  border-top: 2px solid #fff;
  flex-flow: column;
  grid-template-rows: auto;
  grid-template-columns: auto .5fr 1fr auto;
  grid-auto-columns: 1fr;
  padding: 12px;
  font-size: 18px;
  display: grid;
}

.list-item.is--runtime {
  z-index: 2;
  background-color: #000;
  position: relative;
}

.list-item.is--runtime:hover {
  color: #fff;
}

.svg {
  width: 45px;
  height: 45px;
  display: block;
}

.text-block {
  text-transform: uppercase;
  font-size: 11px;
  line-height: 1.2;
}

.credits__wrap {
  z-index: 2;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  border-top: 2px dashed var(--white);
  background-image: linear-gradient(rgba(0, 0, 0, .1), rgba(0, 0, 0, .1));
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  margin-top: -2px;
  display: grid;
  position: relative;
}

.credits__wrap.is--mobile {
  display: none;
}

.page-container__credits-column {
  border-right-style: dashed;
  border-right-width: 2px;
  border-right-color: var(--white);
  flex-flow: column;
  padding: 22px 22px 18px;
  display: flex;
  container-type: inline-size;
}

.page-container__credits-column.is--last {
  border-right-style: none;
}

.marquee__wrap {
  z-index: 8;
  background-color: var(--white);
  color: #000;
  text-transform: uppercase;
  justify-content: space-between;
  padding-top: 10px;
  padding-bottom: 10px;
  font-size: 18px;
  display: flex;
  position: absolute;
  top: 0%;
  bottom: auto;
  left: 0%;
  right: 0%;
}

.marquee__wrap.is--mobile {
  display: none;
}

.page-container__tracklist {
  border-bottom: 2px solid #fff;
  border-right: 2px solid #fff;
  position: relative;
  overflow: auto;
  container-type: inline-size;
}

.div-block-3-copy {
  border-bottom: 2px solid #fff;
  border-right: 1px solid #fff;
}

.page-container__section-1 {
  border-bottom: 2px solid #fff;
  border-right: 2px solid #fff;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  padding: 16px;
  display: flex;
  container-type: inline-size;
}

.marquee {
  flex: none;
  width: 100%;
  display: flex;
  overflow: hidden;
}

.credits {
  margin-bottom: 16px;
}

.credits.is--bottom {
  margin-bottom: 0;
}

.text-block-2 {
  background-color: var(--white);
  color: #000;
  padding: 6px 10px;
}

.div-block-11 {
  flex-flow: row;
  justify-content: space-between;
  align-self: stretch;
  padding-right: 0;
  display: flex;
}

.list-item__text {
  font-size: 4cqi;
}

.list-item__text.is--hidden {
  display: none;
}

.credits-text {
  text-shadow: 0 1px 1px var(--shadow-color);
  font-size: 5.75cqi;
}

.heading {
  text-align: left;
  align-self: stretch;
  margin-top: 0;
  margin-bottom: 4px;
  font-size: 8cqi;
  font-weight: 400;
  line-height: 1.2;
}

.heading.is--2 {
  margin-bottom: 0;
  font-size: 7.3cqi;
}

.heading.is--mobile {
  display: none;
}

.grain {
  z-index: 99999999;
  opacity: .53;
  position: fixed;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.div-block-12 {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  flex-flow: column;
  justify-content: space-between;
  align-self: stretch;
  align-items: flex-start;
  display: flex;
}

.indicator-dot {
  border: 1.5px solid #fff;
  border-radius: 20px;
  width: 10px;
  height: 10px;
}

.indicator-dot.is--active {
  background-color: #fff;
}

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

.list-item__icon {
  width: 6px;
}

.div-block-5-copy {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  flex-flow: column;
  grid-template-rows: auto;
  grid-template-columns: auto .5fr 1fr .25fr;
  grid-auto-columns: 1fr;
  padding: 12px;
  font-size: 13px;
  display: grid;
}

.div-block-5-copy:hover {
  color: #000;
  background-color: #fff;
}

.svg-3 {
  width: 50px;
}

.stream-link__icon {
  color: #fff;
  width: 100%;
  height: 100%;
  display: block;
}

.stream-link__icon.is--hover {
  opacity: 0;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.div {
  z-index: 3;
  opacity: 1;
  mix-blend-mode: multiply;
  object-fit: cover;
  width: 100vw;
  height: 100vh;
  position: fixed;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.div-block-2-copy {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  border: 2px solid #fff;
  flex: 1;
  grid-template-rows: 1fr 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: block;
}

.overlays__scanlines {
  z-index: 5;
  opacity: .17;
  pointer-events: none;
  mix-blend-mode: normal;
  background-image: url('../images/64921c1702eb3ad344c0678b_CRTMonochrome.png');
  background-position: 0 0;
  background-size: 2500px;
  height: 200%;
  display: block;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.overlays__vignette {
  z-index: 5;
  opacity: .5;
  pointer-events: none;
  background-image: radial-gradient(circle, rgba(0, 0, 0, 0) 52%, #000);
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.credits-text__heading {
  letter-spacing: .1em;
  text-transform: none;
  text-shadow: 0 1px 1px var(--shadow-color);
  font-family: BOP, sans-serif;
  font-size: 6cqi;
}

.overlays {
  z-index: 20;
  pointer-events: none;
  position: fixed;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.stream-link {
  width: 35px;
  height: 35px;
  display: block;
  position: relative;
}

.stream-links {
  justify-content: space-between;
  align-self: stretch;
  align-items: flex-end;
  display: flex;
}

.flex-block {
  flex-flow: row;
}

.flex-block-2 {
  grid-column-gap: 15px;
  grid-row-gap: 15px;
  flex-flow: row;
}

.marquee__text {
  white-space: nowrap;
  padding-right: 32px;
}

.crt-embed {
  z-index: -1;
  aspect-ratio: 16 / 9;
  opacity: 0;
  height: 100%;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.glow-orb {
  z-index: 6;
  opacity: .08;
  pointer-events: none;
  mix-blend-mode: overlay;
  background-image: linear-gradient(rgba(0, 0, 0, 0), #fff 35%, #fff 65%, rgba(0, 0, 0, 0));
  border-radius: 20px;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
  transform: translate(0, -100%);
}

.warning-text {
  z-index: 99;
  opacity: 1;
  text-align: center;
  text-shadow: 0 1px 2px var(--shadow-color);
  font-size: 14px;
  font-weight: 600;
  line-height: 1.3;
  position: absolute;
  top: 68px;
  bottom: auto;
  left: auto;
  right: 21px;
}

.link-block {
  color: #fff;
}

.tracklist__shade {
  z-index: 1;
  pointer-events: none;
  background-image: linear-gradient(rgba(0, 0, 0, 0), #000);
  height: 50px;
  margin-top: -50px;
  position: -webkit-sticky;
  position: sticky;
  top: auto;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.preloader {
  z-index: 99;
  background-color: #000;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  display: none;
  position: fixed;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.preloader__heading {
  text-align: center;
  margin-bottom: 20px;
  font-size: 48px;
  font-weight: 600;
  line-height: 1.1;
}

.text-block-4 {
  opacity: .4;
}

.img-load {
  z-index: -99;
  opacity: 0;
  pointer-events: none;
  position: fixed;
}

.div-block-15 {
  background-image: linear-gradient(0deg, rgba(0, 0, 0, .37) 24%, rgba(0, 0, 0, 0));
  display: block;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.preloader__subheading {
  opacity: .5;
}

.div-block-16 {
  background-color: #000;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  display: flex;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
  container-type: inline-size;
}

.heading-2 {
  font-size: 5cqi;
  font-weight: 500;
  line-height: 1.1;
}

.div-block-17 {
  background-color: red;
  height: 1px;
  position: absolute;
  top: 50%;
  left: 0%;
  right: 0%;
  transform: translate(0);
}

.bg-cross {
  opacity: .02;
  width: 100%;
  height: 100%;
  display: none;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.divider-mask {
  background-color: #000;
  width: 100%;
  height: 2px;
  margin-top: -2px;
  position: absolute;
  top: 0%;
  bottom: auto;
  left: auto;
  right: 0%;
}

.divider-mask-vertical {
  background-color: #000;
  width: 2px;
  height: 100%;
  margin-right: -2px;
  position: absolute;
  top: auto;
  bottom: 0%;
  left: auto;
  right: 0%;
}

@media screen and (max-width: 991px) {
  .page-container__fixed {
    padding: 32px;
  }

  .page-container {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    flex-flow: column;
    grid-template-rows: auto auto auto auto;
    grid-template-columns: 1fr;
    grid-auto-columns: 1fr;
    display: flex;
  }

  .page-container__section-2 {
    border-right-style: none;
  }

  .page-container__img-wrap {
    border-bottom: 2px solid var(--white);
    flex: 1;
  }

  .photograph {
    filter: brightness(65%);
  }

  .list-item {
    border-bottom-width: 2px;
  }

  .credits__wrap {
    display: none;
  }

  .credits__wrap.is--mobile {
    grid-column-gap: 18px;
    grid-row-gap: 18px;
    background-image: none;
    border: 1px #000;
    flex-flow: column;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr 1fr;
    grid-auto-columns: 1fr;
    padding-top: 18px;
    padding-bottom: 18px;
    display: flex;
    position: absolute;
    top: auto;
    bottom: 0%;
    left: 0%;
    right: 0%;
  }

  .page-container__credits-column {
    grid-column-gap: 80px;
    grid-row-gap: 80px;
    border-right-style: none;
    flex-flow: row;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    padding: 0 20px;
    display: grid;
  }

  .marquee__wrap {
    display: none;
  }

  .marquee__wrap.is--mobile {
    display: flex;
    position: relative;
  }

  .page-container__tracklist {
    border-right-style: none;
    height: 30vh;
  }

  .page-container__section-1 {
    border-right-style: none;
    flex-flow: row;
    justify-content: space-between;
    padding-left: 12px;
    padding-right: 12px;
  }

  .credits {
    margin-bottom: 0;
  }

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

  .list-item__text {
    font-size: 18px;
  }

  .credits-text {
    font-size: 2cqi;
  }

  .heading {
    margin-bottom: 0;
    font-size: 18px;
    display: none;
  }

  .heading.is--2 {
    font-size: 18px;
    display: block;
  }

  .heading.is--mobile {
    display: block;
  }

  .grain {
    opacity: .35;
  }

  .div-block-12 {
    grid-column-gap: 21px;
    grid-row-gap: 21px;
    flex-flow: row;
    justify-content: space-between;
    align-items: center;
  }

  .overlays__scanlines {
    opacity: .08;
  }

  .credits-text__heading {
    font-size: 2.5cqi;
  }

  .stream-links {
    justify-content: space-between;
    align-items: center;
  }

  .warning-text {
    border-width: 1px;
    padding: .4em;
    font-size: 12px;
    top: 10px;
    right: 10px;
  }

  .div-block-15 {
    z-index: -1;
    display: block;
  }
}

@media screen and (max-width: 767px) {
  .page-container__section-2 {
    padding: 8px 12px;
  }

  .list-item {
    padding-top: 8px;
    padding-bottom: 8px;
  }

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

  .text-block {
    font-size: 9px;
  }

  .credits__wrap.is--mobile {
    grid-column-gap: 13px;
    grid-row-gap: 13px;
    margin-top: 0;
    padding-top: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .page-container__credits-column {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    padding-left: 14px;
    padding-right: 14px;
  }

  .marquee__wrap.is--mobile {
    padding-top: 6px;
    padding-bottom: 6px;
  }

  .page-container__tracklist {
    height: 25vh;
  }

  .page-container__section-1 {
    padding-top: 8px;
    padding-bottom: 8px;
  }

  .credits {
    grid-column-gap: 5px;
    grid-row-gap: 5px;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
  }

  .credits.is--bottom {
    justify-content: space-between;
  }

  .list-item__text {
    font-size: 13px;
  }

  .credits-text {
    font-size: 3cqi;
  }

  .heading {
    font-size: 13px;
    line-height: 1.4;
  }

  .heading.is--2 {
    font-size: 13px;
  }

  .div-block-12 {
    grid-column-gap: 18px;
    grid-row-gap: 18px;
  }

  .overlays__scanlines {
    background-size: 1850px;
  }

  .credits-text__heading {
    flex: none;
    font-size: 3cqi;
  }

  .stream-link {
    width: 26px;
    height: 26px;
  }

  .flex-block-2 {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    justify-content: flex-start;
    align-items: center;
  }

  .marquee__text {
    font-size: 13px;
  }

  .warning-text {
    font-size: 8px;
    top: 8px;
    right: 8px;
  }

  .preloader__heading {
    font-size: 7vw;
  }

  .preloader__subheading {
    font-size: 2.5vw;
  }
}

@media screen and (max-width: 479px) {
  .page-container__fixed {
    padding: 20px;
  }

  .credits__wrap.is--mobile {
    padding-bottom: 14px;
  }

  .preloader__subheading {
    font-size: 3vw;
  }

  .heading-2 {
    font-size: 6cqi;
  }
}

#w-node-_33565eb6-a027-76c2-f63a-a459e8ad03e8-f102cce8 {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-_33565eb6-a027-76c2-f63a-a459e8ad0407-f102cce8 {
  grid-area: 1 / 2 / 5 / 5;
}

#w-node-_33565eb6-a027-76c2-f63a-a459e8ad0413-f102cce8 {
  grid-area: 4 / 2 / 5 / 5;
}

#w-node-_33565eb6-a027-76c2-f63a-a459e8ad03ed-f102cce8 {
  grid-area: 2 / 1 / 4 / 2;
}

#w-node-_46feb11c-f16a-7ce0-2d6b-1a0ec03166c7-f102cce8 {
  align-self: center;
  justify-self: start;
}

#w-node-_46feb11c-f16a-7ce0-2d6b-1a0ec03166c9-f102cce8 {
  grid-area: 1 / 2 / 2 / 4;
}

#w-node-_46feb11c-f16a-7ce0-2d6b-1a0ec03166cd-f102cce8 {
  grid-area: 1 / 4 / 2 / 5;
}

#w-node-_33565eb6-a027-76c2-f63a-a459e8ad03d8-f102cce8 {
  grid-area: 4 / 1 / 5 / 2;
}

#w-node-_507f446a-4893-aa00-87af-c4f5bfa3e091-44c03bf3 {
  align-self: center;
  justify-self: start;
}

@media screen and (max-width: 991px) {
  #w-node-_33565eb6-a027-76c2-f63a-a459e8ad0408-f102cce8 {
    grid-area: 1 / 1 / 2 / 2;
  }

  #w-node-_33565eb6-a027-76c2-f63a-a459e8ad0407-f102cce8 {
    grid-column: 1 / 2;
  }

  #w-node-_33565eb6-a027-76c2-f63a-a459e8ad0413-f102cce8 {
    grid-column: 1 / 1;
  }
}

@media screen and (max-width: 479px) {
  #w-node-_3a03a884-6bf3-c856-cb7f-07e3a3ed0cee-f102cce8 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }
}


@font-face {
  font-family: 'Proto Mono';
  src: url('../fonts/ProtoMono-Regular.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Proto Mono';
  src: url('../fonts/ProtoMono-Light.ttf') format('truetype');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Proto Mono';
  src: url('../fonts/ProtoMono-SemiBold.ttf') format('truetype');
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Proto Mono';
  src: url('../fonts/ProtoMono-Medium.ttf') format('truetype');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'BOP';
  src: url('../fonts/Birds-of-Paradise-И-PERSONAL-USE-ONLY.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}