.w-backgroundvideo-backgroundvideoplaypausebutton:focus-visible {
  border-bottom-left-radius: 50%;
  border-bottom-right-radius: 50%;
  border-top-left-radius: 50%;
  border-top-right-radius: 50%;
  outline-style: solid;
  outline-width: 2px;
  outline-offset: 2px;
  outline-color: #3b79c3;
}

.body {
  background-color: #c1c1c1;
}

.container {
  overflow: visible;
  width: 100%;
  height: 5.5vh;
  max-width: none;
  margin-right: 0px;
  margin-left: 0px;
}

.navbar {
  position: fixed;
  z-index: 15;
  width: 100%;
  background-color: #c1c1c1;
}

.brand {
  display: none;
}

.nav-menu {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-top: 1px solid #000;
  border-bottom: 1px solid #000;
}

.nav-link-3 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
  margin-right: 0px;
  margin-left: 0px;
  padding: 0px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  font-family: Ppneuebit, sans-serif;
  color: #000;
  font-size: 23px;
  font-weight: 700;
  cursor: pointer;
}

.nav-link-3.w--current {
  color: #000;
}

._25--men {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 33.33%;
  height: 100%;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-right: 1px solid #000;
}

._25--men.no-line {
  width: 33.33%;
  border-right-style: none;
}

.main-section {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100vh;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.header {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 24.5%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-bottom: 1px solid #000;
}

.album {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 70%;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-bottom: 1px solid #000;
}

.footer {
  overflow: hidden;
  width: 100%;
  height: 5.5%;
  border-bottom: 1px solid #000;
}

.new-album {
  display: block;
  width: 100%;
  height: 5.5vh;
  border-top: 1px none #000;
}

.cover-player {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: auto;
  height: 100%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-right: 1px solid #000;
  background-color: rgba(0, 77, 255, 0);
}

.tracklist {
  position: relative;
  display: block;
  overflow: hidden;
  width: 80%;
  height: 100%;
  background-color: transparent;
}

.image-2 {
  display: block;
  width: 60vh;
  height: auto;
  max-width: none;
  border-bottom: 1px solid #000;
  opacity: 1;
  -o-object-fit: fill;
  object-fit: fill;
}

.song-name {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 5.55%;
  padding-right: 10px;
  padding-left: 10px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-bottom: 1px solid #000;
  text-decoration: none;
}

.song-name.noline {
  border-bottom-style: none;
}

.song-name.upline {
  padding-right: 10px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  text-decoration: none;
}

.heading--song {
  display: inline-block;
  margin-top: 0px;
  margin-bottom: 0px;
  font-family: Helveticanowvar, sans-serif;
  color: #000;
  font-size: 16px;
  line-height: 1;
  font-weight: 400;
}

.loop {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.heading {
  margin-top: 0px;
  margin-bottom: 0px;
  font-family: Ppneuebit, sans-serif;
  color: #000;
  font-size: 23px;
  line-height: 1;
  white-space: nowrap;
}

.next-btn {
  width: 35px;
  cursor: pointer;
}

.pause-img {
  position: relative;
  left: 0%;
  top: 0px;
  right: 0%;
  bottom: 0%;
  display: none;
  max-width: 55%;
  -o-object-fit: contain;
  object-fit: contain;
  -o-object-position: 50% 50%;
  object-position: 50% 50%;
}

.title-2 {
  width: 190px;
  line-height: 1.3;
}

.title-2.heading {
  width: auto;
  text-transform: none;
}

.column {
  position: absolute;
  left: 0%;
  top: auto;
  right: 0%;
  bottom: 0%;
  z-index: -1;
  display: none;
  max-width: none;
  margin-bottom: 20px;
  margin-left: 0px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  text-decoration: none;
}

.column.align-center {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.column.align-right {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
}

.column.mobile-hide {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.play-btn {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 40px;
  margin-right: 0px;
  margin-left: 0em;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-filter: invert(100%);
  filter: invert(100%);
  cursor: pointer;
}

.row {
  position: relative;
  z-index: 2;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

.row.centered {
  position: relative;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
  margin-top: 0%;
  margin-bottom: 0%;
  padding-bottom: 0px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.heading-2 {
  position: static;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  margin-top: 0px;
  margin-bottom: 0%;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  color: #fff;
  font-size: 1em;
  line-height: 1;
  font-weight: 400;
}

.heading-2.hide {
  display: none;
}

.progress-container {
  position: absolute;
  left: 0%;
  top: auto;
  right: 0%;
  bottom: 0%;
  z-index: 1;
  display: block;
  width: 100%;
  height: 0.6em;
  margin-right: 0px;
  border-radius: 0px;
  background-color: #d5d5d5;
  cursor: pointer;
}

.play-img {
  position: relative;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  display: block;
  max-width: 55%;
  cursor: pointer;
  -o-object-fit: contain;
  object-fit: contain;
}

.contain-img {
  position: relative;
  max-width: 80%;
  cursor: pointer;
  -o-object-fit: contain;
  object-fit: contain;
}

.tb {
  margin-bottom: 3px;
  padding-bottom: 0px;
}

.tb.alternate {
  color: #9c9c9c;
}

.tb.hide {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.lottie-animation-2 {
  position: relative;
  z-index: 1;
  display: none;
  margin-right: 0px;
}

.div-block-4 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: auto;
  margin-bottom: 0px;
  padding: 0px 10px 0px 2px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -webkit-flex-direction: row-reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  border-radius: 0px;
  background-color: hsla(0, 0%, 88.5%, 0);
  opacity: 1;
  background-clip: border-box;
  -webkit-text-fill-color: inherit;
}

.navigation {
  position: static;
  left: 0%;
  top: auto;
  right: 0%;
  bottom: 0%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 27%;
  height: auto;
  margin-right: 0px;
  margin-bottom: 0%;
  margin-left: 0px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  grid-column-gap: 4%;
  grid-row-gap: 4%;
}

.progress {
  position: absolute;
  left: auto;
  top: auto;
  right: auto;
  bottom: auto;
  z-index: 2;
  width: 0%;
  height: 100%;
  border-radius: 0px;
  background-color: #ea5e29;
  -webkit-transition: width 100ms linear;
  transition: width 100ms linear;
  color: #000;
}

.prev-btn {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 35px;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  cursor: pointer;
}

.vibing-emoji {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: 1;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 10em;
  height: 10em;
  margin: auto;
  padding-right: 0px;
  padding-bottom: 0px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  opacity: 0;
  font-size: 4em;
  letter-spacing: -0.07em;
  text-transform: none;
}

.lottie-animation {
  position: relative;
  z-index: 1;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-right: -14px;
}

.audio-embed {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.margin-right {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-right: -3.5px;
}

.playtime {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  text-align: right;
}

.static-emoji {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: 1;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 10em;
  height: 10em;
  margin: auto;
  padding-right: 0px;
  padding-bottom: 0px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  opacity: 0;
  font-size: 4em;
  letter-spacing: -0.07em;
  text-transform: none;
}

.paragraph {
  margin-left: 8px;
}

.progress-container-2 {
  position: relative;
  left: auto;
  z-index: 1;
  width: 100%;
  height: 0.6em;
  margin-right: 0px;
  border-radius: 20px;
  background-color: hsla(0, 0%, 100%, 0.36);
  cursor: pointer;
}

.emoji-movement {
  padding-right: 15px;
  padding-left: 15px;
}

.music-container {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: -1;
  display: none;
  overflow: hidden;
  width: 100%;
  height: auto;
  max-width: 1660px;
  margin-right: auto;
  margin-left: auto;
  padding: 5em;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-align-content: space-between;
  -ms-flex-line-pack: justify;
  align-content: space-between;
  grid-auto-columns: 1fr;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  -ms-grid-columns: 1fr;
  grid-template-columns: 1fr;
  -ms-grid-rows: auto auto auto;
  grid-template-rows: auto auto auto;
}

.link-2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.buy {
  display: inline;
  font-family: Ppneuebit, sans-serif;
  font-weight: 400;
}

.buy-now {
  display: none;
  margin-top: 0px;
  margin-bottom: 0px;
  font-family: Helveticanowvar, sans-serif;
  color: #000;
  font-size: 16px;
  line-height: 1;
  font-weight: 400;
}

.contact {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: 10;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  background-color: #c1c1c1;
}

.contact-mail-close {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 20px 10px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.contact-mail-close.down {
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
}

.close {
  display: inline-block;
  margin-top: 0px;
  margin-bottom: 0px;
  font-family: Ppneuebit, sans-serif;
  color: #000;
  font-size: 23px;
  line-height: 1;
  font-weight: 400;
  cursor: pointer;
}

.dmdesigns {
  display: inline-block;
  margin-top: 0px;
  margin-bottom: 0px;
  font-family: Helveticanowvar, sans-serif;
  color: #000;
  font-size: 11px;
  line-height: 1;
  font-weight: 400;
}

.link-3 {
  color: #000;
  text-decoration: none;
}

.link-4 {
  color: #000;
  text-decoration: none;
}

.link-5 {
  color: #000;
  text-decoration: none;
}

.link-6 {
  color: #000;
  text-decoration: none;
}

.background-video {
  position: absolute;
}

.intro {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: 999;
  display: block;
  width: 100%;
  height: 100vh;
  background-color: #c1c1c1;
}

.background-video-2 {
  width: 100%;
  height: 100%;
}

.utility-page-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100vw;
  height: 100vh;
  max-height: 100%;
  max-width: 100%;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #c1c1c1;
}

.utility-page-content {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 260px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  text-align: center;
}

.heading-3 {
  font-family: Ppneuebit, sans-serif;
}

.text-block {
  font-family: Ppneuebit, sans-serif;
  font-size: 19px;
}

@media screen and (max-width: 991px) {
  .navbar {
    background-color: #c1c1c1;
  }

  .main-section {
    height: auto;
  }

  .album {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .cover-player {
    width: 100%;
    height: auto;
    border-right-style: none;
  }

  .tracklist {
    width: 100%;
  }

  .image-2 {
    width: 100%;
  }

  .song-name.upline {
    border-top: 1px solid #000;
  }

  .heading--song {
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .image-3 {
    margin-top: 10px;
    margin-bottom: 10px;
  }

  .heading {
    padding-top: 5px;
    padding-bottom: 5px;
  }

  .next-btn {
    width: 75px;
  }

  .pause-img {
    max-width: 100%;
  }

  .play-btn {
    margin-right: 20px;
    margin-left: 20px;
  }

  .row.centered {
    padding-right: 10px;
    padding-left: 10px;
  }

  .row.is--1 {
    display: none;
  }

  .play-img {
    max-width: 100%;
  }

  .contain-img {
    max-width: 60%;
  }

  .div-block-4 {
    width: 100%;
    margin-bottom: 10px;
    padding-right: 0px;
  }

  .navigation {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 22%;
    height: 60px;
    grid-column-gap: 0%;
    grid-row-gap: 0%;
  }

  .prev-btn {
    width: 75px;
    height: auto;
  }

  .buy-now {
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .close {
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .dmdesigns {
    padding-top: 10px;
    padding-bottom: 10px;
  }
}

@media screen and (max-width: 767px) {
  .nav-menu {
    border-top: 1px solid #000;
  }

  .main-section {
    height: auto;
  }

  .album {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .cover-player {
    height: auto;
  }

  .tracklist {
    width: 100%;
  }

  .image-2 {
    width: 100%;
  }

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

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

  .loop {
    margin-top: 10px;
    margin-bottom: 10px;
  }

  .heading {
    padding-top: 0px;
    padding-bottom: 0px;
  }

  .title-2 {
    width: 226px;
  }

  .row.centered {
    left: 0%;
    top: auto;
    right: 0%;
    bottom: 42%;
    width: 100%;
    height: 60px;
    margin-top: 0%;
    margin-right: auto;
    margin-left: auto;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .progress-container {
    width: 100%;
  }

  .div-block-4 {
    width: 100%;
    margin-bottom: 9px;
    padding-right: 0px;
    padding-left: 0px;
  }

  .navigation {
    width: 150px;
    height: auto;
  }

  .vibing-emoji {
    width: 100%;
  }

  .static-emoji {
    display: none;
    width: 100%;
  }

  .progress-container-2 {
    width: 150px;
  }

  .music-container {
    max-width: none;
    padding-right: 30px;
    padding-left: 30px;
  }

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

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

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

@media screen and (max-width: 479px) {
  .nav-menu {
    border-top: 1px solid #000;
  }

  .nav-link-3.w--current {
    line-height: 1;
  }

  .heading--song {
    font-size: 14px;
  }

  .next-btn {
    width: 30px;
  }

  .pause-img {
    max-width: 60%;
  }

  .title-2 {
    width: 100%;
    text-align: center;
  }

  .column {
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .column.mobile-hide {
    display: none;
  }

  .play-btn {
    width: 30px;
    margin-right: 0px;
    margin-left: 0px;
  }

  .row {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .row.centered {
    height: 65px;
    padding-right: 0px;
    padding-left: 0px;
  }

  .play-img {
    max-width: 60%;
  }

  .div-block-4 {
    width: 100%;
    margin-bottom: 4px;
    padding-right: 10px;
  }

  .navigation {
    width: 115px;
  }

  .prev-btn {
    width: 30px;
  }

  .buy-now {
    font-size: 14px;
  }

  .close {
    font-size: 19px;
  }

  .dmdesigns {
    font-size: 14px;
  }
}

#w-node-_36e650f3-4273-d38a-4ea4-00fcf63ba64f-48a57407 {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-_36e650f3-4273-d38a-4ea4-00fcf63ba65a-48a57407 {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-_36e650f3-4273-d38a-4ea4-00fcf63ba665-48a57407 {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-_36e650f3-4273-d38a-4ea4-00fcf63ba66c-48a57407 {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

@font-face {
  font-family: 'Ppneuebit';
  src: url('../fonts/PPNeueBit-Bold.0d00aa84.woff2') format('woff2');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Helveticanowvar';
  src: url('../fonts/HelveticaNowVar.ttf') format('truetype');
  font-weight: 50 1000;
  font-style: normal;
  font-display: swap;
}