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

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

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

@font-face {
  font-family: Cooper;
  src: url('../fonts/CooperBlackStd.otf') format("opentype");
  font-weight: 900;
  font-style: normal;
  font-display: auto;
}

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

:root {
  --steel-blue: #217dea;
  --orange-red: #f44306;
  --misty-rose: #f9d7d8;
  --yellow: #fcf258;
  --black: black;
  --white: white;
}

body {
  color: #333;
  background-color: #f4f2ef;
  font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
  font-size: 1vw;
  line-height: 1;
}

h1 {
  margin-top: 20px;
  margin-bottom: 10px;
  font-family: Agrandir tight, sans-serif;
  font-size: 4em;
  font-weight: 400;
  line-height: 44px;
}

h2 {
  margin-top: 20px;
  margin-bottom: 10px;
  font-family: Agrandir tight, sans-serif;
  font-size: 3em;
  font-weight: 400;
  line-height: 36px;
}

h3 {
  text-transform: uppercase;
  margin-top: 20px;
  margin-bottom: 10px;
  font-family: Akzidenzgroteskpro, sans-serif;
  font-size: 1.6em;
  font-weight: 400;
  line-height: 30px;
}

h4 {
  text-transform: uppercase;
  margin-top: 10px;
  margin-bottom: 10px;
  font-family: Akzidenzgroteskpro, sans-serif;
  font-size: 1em;
  font-weight: 700;
  line-height: 24px;
}

p {
  margin-bottom: 10px;
  font-family: Agrandir tight, sans-serif;
  font-size: 2vw;
}

a {
  font-family: Akzidenzgroteskpro, sans-serif;
  font-size: 2vw;
  text-decoration: underline;
}

.links-div {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  perspective: 157px;
  perspective-origin: 50% 0;
  transform: ;
  flex-flow: column wrap;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  place-content: stretch space-around;
  align-items: baseline;
  width: auto;
  max-width: none;
  display: flex;
  overflow: visible;
}

.big-boy-link {
  color: #fff;
  text-transform: uppercase;
  flex-direction: column;
  flex: none;
  align-self: baseline;
  width: 100vw;
  margin-top: 29px;
  margin-bottom: 12px;
  font-family: Akzidenzgroteskpro, sans-serif;
  font-size: 11vw;
  font-weight: 400;
  line-height: 1;
  text-decoration: none;
  display: block;
}

.big-boy-link:hover {
  color: #ff5e00;
  text-transform: none;
  font-family: Blocuswebfont, sans-serif;
  font-style: italic;
  text-decoration: underline;
}

.links-section {
  float: none;
  width: 100vw;
  display: none;
  overflow: visible;
}

.about-text-div {
  float: none;
  clear: none;
  text-align: center;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 55ch;
  display: flex;
  position: relative;
}

.about-text {
  text-align: center;
  font-family: Agrandir tight, sans-serif;
  font-size: 3vw;
  font-style: normal;
  line-height: 1;
}

.info-div {
  flex-direction: column;
  align-items: center;
  display: block;
}

.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;
  width: 260px;
  display: flex;
}

.utility-page-form {
  flex-direction: column;
  align-items: stretch;
  display: flex;
}

.container {
  width: 1440px;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding: 5em 10em;
}

.style_item {
  border-bottom: .1em solid #bdbdbd;
  padding: 2em 0;
}

.heading-3 {
  font-size: 5em;
}

.track-block-container {
  justify-content: space-between;
  align-items: center;
  width: 100%;
  padding-left: 7em;
  padding-right: 7em;
  display: flex;
  position: static;
}

.track-block-square {
  background-color: var(--steel-blue);
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  display: flex;
  position: relative;
}

.track-block-square.orange {
  background-color: var(--orange-red);
}

.track-number {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 70px;
  line-height: 1;
  text-decoration: none;
  position: static;
  inset: auto;
}

.track-block-circle {
  background-color: var(--misty-rose);
  border-radius: 100%;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  display: flex;
  position: relative;
}

.track-block-circle.yellow {
  background-color: var(--yellow);
}

.ep-1-title {
  text-align: right;
  padding-right: 1.3em;
  position: static;
}

.track-link-block {
  color: var(--black);
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100px;
  height: 100px;
  font-size: 1.2vw;
  text-decoration: none;
  display: flex;
  position: relative;
}

.track-title-svg {
  max-width: 140px;
  max-height: 26px;
  position: absolute;
  inset: auto auto -10%;
}

.about-container {
  flex-direction: column;
  align-items: center;
  display: flex;
}

.footer-circle {
  background-image: url('../images/Asset-8.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  justify-content: center;
  align-items: center;
  width: 5vw;
  height: 5vw;
  display: flex;
}

._13 {
  width: 50%;
}

.sticky-header {
  padding-bottom: 8em;
  position: sticky;
  top: 0;
}

.music-player-wrap {
  flex-direction: column;
  align-items: center;
  padding-top: 3em;
  padding-bottom: 3em;
  display: flex;
}

.cover-image {
  width: 410px;
  padding-bottom: 10px;
}

.name-image {
  justify-content: center;
  align-items: center;
  width: 250px;
  display: flex;
}

.content-section {
  flex-direction: column;
  justify-content: center;
  display: flex;
  position: relative;
}

.music-player-div {
  flex-direction: column;
  align-items: center;
  padding-top: 5em;
  display: flex;
}

.lyric-section {
  flex-direction: column;
  justify-content: center;
  align-items: stretch;
  display: block;
}

.lyric-wrap {
  background-color: var(--black);
  color: var(--white);
  text-align: center;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 100%;
  display: flex;
}

.lyric-wrap.let-go {
  background-color: var(--misty-rose);
  color: var(--black);
}

.lyric-wrap.burnin {
  background-color: var(--orange-red);
}

.lyric-wrap.next-time {
  background-color: var(--yellow);
  color: var(--black);
}

.content-image-div {
  object-fit: cover;
  flex-direction: column;
  align-items: stretch;
  margin-top: -100vh;
  display: flex;
}

.footer {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  padding-top: 3em;
  padding-bottom: 1em;
  display: grid;
}

.lyric-paragraph {
  margin-bottom: 0;
  padding-top: 2em;
  padding-bottom: 2em;
}

.bkg_wrapper {
  z-index: -1;
  position: fixed;
  inset: 0%;
}

.background-video {
  width: 100vw;
  height: 100vh;
  position: absolute;
  inset: 0%;
}

.music-player-bg {
  z-index: -100;
  background-image: url('../images/000072350011.jpg');
  background-position: 50% 100%;
  background-repeat: no-repeat;
  background-size: auto;
  position: fixed;
  inset: 0%;
}

@media screen and (max-width: 991px) {
  .big-boy-link:hover {
    font-family: Akzidenzgroteskpro, sans-serif;
    font-style: normal;
  }

  .info-div {
    padding-left: 0;
  }

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

  .track-number {
    flex: none;
  }

  .track-link-block {
    width: 80px;
    height: 80px;
  }

  .track-title-svg {
    max-width: 120px;
    max-height: 30px;
    display: none;
  }

  .lyric-paragraph {
    font-size: 5vw;
  }
}

@media screen and (max-width: 767px) {
  .track-number {
    font-size: 4em;
  }

  .track-link-block {
    width: 50px;
    height: 50px;
  }

  .name-image {
    width: 150px;
    padding-top: 0;
    padding-bottom: 0;
  }
}

@media screen and (max-width: 479px) {
  .big-boy-link {
    text-align: left;
    font-size: 11vw;
  }

  .big-boy-link:hover {
    text-transform: uppercase;
  }

  .track-link-block {
    width: 30px;
    height: 30px;
  }

  .music-player-wrap {
    display: flex;
  }

  .name-image {
    width: 110px;
  }

  .music-player-div {
    max-width: 80%;
  }

  .lyric-paragraph {
    font-size: 6vw;
  }
}

#w-node-_2df25c29-c0f5-28a7-ef29-e580835f683a-835f6839 {
  grid-area: 1 / 1 / 3 / 2;
  align-self: center;
}

#w-node-_2df25c29-c0f5-28a7-ef29-e580835f683e-835f6839 {
  grid-area: 1 / 3 / 3 / 4;
  align-self: center;
}

#w-node-_2df25c29-c0f5-28a7-ef29-e580835f6842-835f6839 {
  justify-self: center;
}


@font-face {
  font-family: 'Blocuswebfont';
  src: url('../fonts/blocuswebfont.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: auto;
}
@font-face {
  font-family: 'Akzidenzgroteskpro';
  src: url('../fonts/AkzidenzGroteskPro-Bold.otf') format('opentype');
  font-weight: 700;
  font-style: normal;
  font-display: auto;
}
@font-face {
  font-family: 'Akzidenzgroteskpro';
  src: url('../fonts/AkzidenzGroteskPro-Regular.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
  font-display: auto;
}
@font-face {
  font-family: 'Cooper';
  src: url('../fonts/CooperBlackStd.otf') format('opentype');
  font-weight: 900;
  font-style: normal;
  font-display: auto;
}
@font-face {
  font-family: 'Agrandir tight';
  src: url('../fonts/Agrandir-Tight.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}