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

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

@font-face {
  font-family: Northrup Large Wide;
  src: url('../fonts/northrup-large-wide.ttf') format("truetype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

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

@font-face {
  font-family: Futura Std;
  src: url('../fonts/Futura-Std-Medium.ttf') format("truetype");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Futura Tot;
  src: url('../fonts/Futura-TOT-Light-Oblique.ttf') format("truetype");
  font-weight: 300;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: Futurastd;
  src: url('../fonts/FuturaStd-Bold.ttf') format("truetype");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Futura Std;
  src: url('../fonts/Futura-Std-Medium-Oblique.ttf') format("truetype");
  font-weight: 500;
  font-style: italic;
  font-display: swap;
}

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

@font-face {
  font-family: Futura Book;
  src: url('../fonts/Futura_Book-Bold.ttf') format("truetype");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Futura Book;
  src: url('../fonts/Futura_Book-Normal-Italic.ttf') format("truetype");
  font-weight: 400;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: "Aypo 9";
  src: url('../fonts/ArbanepixelRegular-aYPo9.otf') format("opentype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Novaklasse;
  src: url('../fonts/novaklasse-semibold.otf') format("opentype");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Novaklasse;
  src: url('../fonts/novaklasse-semibdoblique.otf') format("opentype");
  font-weight: 400;
  font-style: italic;
  font-display: swap;
}

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

@font-face {
  font-family: Testthefuturemono;
  src: url('../fonts/TestTheFutureMono-BoldItalic.otf') format("opentype");
  font-weight: 700;
  font-style: italic;
  font-display: swap;
}

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

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

@font-face {
  font-family: Testthefuture;
  src: url('../fonts/TestTheFuture-BoldItalic.otf') format("opentype");
  font-weight: 700;
  font-style: italic;
  font-display: swap;
}

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

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

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

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

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

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

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

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

:root {
  --pi: #ff6fae;
  --gru: #5f5f5f;
}

.graaff {
  opacity: .4;
  cursor: pointer;
  background-image: url('../images/griffo.svg');
  background-position: 50% 0;
  background-repeat: no-repeat;
  background-size: contain;
  height: 17px;
  margin-bottom: 3px;
  position: relative;
}

.graaff:hover {
  opacity: 100;
}

.bbooy {
  opacity: .4;
  cursor: pointer;
  background-image: url('../images/bbbboyo.svg');
  background-position: 50% 0;
  background-repeat: no-repeat;
  background-size: contain;
  height: 21px;
  margin-bottom: 2px;
  position: relative;
}

.bbooy:hover {
  opacity: 100;
}

.deejay {
  opacity: .4;
  cursor: pointer;
  background-image: url('../images/teje.svg');
  background-position: 50% 0;
  background-repeat: no-repeat;
  background-size: contain;
  height: 24px;
  position: relative;
}

.deejay:hover {
  opacity: 100;
}

.emcee {
  opacity: .4;
  cursor: pointer;
  background-image: url('../images/ruppp.svg');
  background-position: 50% 0;
  background-repeat: no-repeat;
  background-size: contain;
  flex-flow: column;
  flex: 0 auto;
  height: 30px;
  margin-top: -5px;
  margin-bottom: 4px;
  display: flex;
  position: relative;
  overflow: hidden;
}

.emcee:hover {
  opacity: 100;
}

.emcee:active {
  background-size: 69px;
  flex: none;
  height: 151px;
  margin-bottom: 34px;
}

.home {
  opacity: .4;
  pointer-events: auto;
  cursor: pointer;
  mix-blend-mode: screen;
  background-image: none;
  background-repeat: repeat;
  background-size: auto;
  flex: none;
  height: 62px;
  margin-top: 20px;
  margin-bottom: 0;
  position: relative;
}

.home:hover {
  opacity: 1;
}

.nav-cont-ne {
  z-index: 23;
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  cursor: pointer;
  background-image: url('../images/bbnnbnbbnbnb.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: auto;
  flex-flow: column;
  justify-content: flex-start;
  width: 130px;
  height: 130px;
  margin-top: 10px;
  margin-left: 10px;
  padding-top: 0;
  display: flex;
  position: absolute;
  overflow: hidden;
}

.nav-cont-ne:hover {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  background-image: url('../images/xcvbbbvcv.svg');
  background-position: 50% 0;
  height: 223px;
  padding-top: 12px;
}

.three {
  z-index: 1;
  position: absolute;
  inset: 0%;
}

.body {
  background-color: #ff6fae;
  overflow: hidden;
}

.div-block {
  border-radius: 9px;
  flex-flow: column;
  flex: 0 auto;
  justify-content: flex-end;
  align-items: center;
  width: 942px;
  margin: 20px auto 0;
  padding: 26px 0 28px;
  display: flex;
  position: relative;
  inset: auto 0% 0% 2px;
}

.reihe {
  border-radius: 0;
  justify-content: center;
  align-items: flex-start;
  width: 885px;
  height: 50px;
  margin: -12px 0 10px;
  display: flex;
  position: relative;
}

.reihe.mmmm {
  filter: contrast(200%);
  pointer-events: none;
  mix-blend-mode: color-dodge;
  width: 850px;
  position: absolute;
  top: 0;
  left: 108px;
}

.taste {
  background-image: url('../images/mk99.svg');
  background-position: 50% 100%;
  background-repeat: no-repeat;
  background-size: contain;
  width: 50px;
  height: 100%;
  margin-right: 0;
  display: block;
  position: relative;
}

.taste:hover {
  filter: brightness(120%);
  background-image: url('../images/mk99.svg');
}

.taste:active {
  background-image: url('../images/mk99.svg');
}

.taste._5 {
  filter: brightness(114%);
  background-image: url('../images/mk99.svg');
}

.taste._5:hover {
  filter: brightness(135%);
}

.taste.xyz {
  filter: brightness(140%);
  pointer-events: auto;
  transform-style: preserve-3d;
  background-image: url('../images/Elementmuz26.svg');
  width: 45px;
  height: 93%;
  transform: scale3d(.9, 1, 1);
}

.taste.xyz:hover {
  filter: brightness(160%);
  padding-top: 1px;
}

.taste.xyz.vvb {
  background-image: url('../images/Elementbbb25.svg');
  justify-content: center;
  align-items: flex-end;
  display: flex;
}

.taste.xyz.vvb:hover {
  background-image: url('../images/Elemenmun8.svg');
}

.taste.xyz.vvb:active {
  background-image: url('../images/Elementmuz26.svg');
  padding-top: 12px;
}

.taste.x12 {
  filter: contrast(150%);
}

.div-block-4 {
  mix-blend-mode: normal;
  background-color: #0000;
  flex-flow: row;
  flex: none;
  justify-content: center;
  align-items: flex-end;
  margin: auto auto 0;
  display: flex;
  position: relative;
  top: auto;
  bottom: 0%;
}

.div-block-5 {
  opacity: .6;
  transform-style: preserve-3d;
  background-image: url('../images/Element-24.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  flex: 0 auto;
  align-self: flex-end;
  width: 900px;
  height: 246px;
  margin: auto auto 3px;
  position: fixed;
  inset: 0% auto;
  transform: scale3d(1.05, .97, 1);
}

.play {
  z-index: 2;
  filter: hue-rotate(180deg);
  cursor: pointer;
  transform-style: preserve-3d;
  background-image: url('../images/njnnnjjnj.svg');
  background-position: 50% 38%;
  background-size: 111px;
  flex: none;
  align-self: flex-end;
  width: 75px;
  height: 74px;
  margin-bottom: 0;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  position: relative;
  left: 0;
  right: 0;
  transform: scale3d(.96, .9, 1);
}

.div-block-6-copy {
  z-index: 3;
  opacity: 1;
  mix-blend-mode: normal;
  background-image: url('../images/nnnn.svg');
  background-position: 50% 100%;
  background-repeat: no-repeat;
  background-size: contain;
  width: 75px;
  height: 74px;
  margin-top: auto;
  display: flex;
  position: absolute;
  inset: 0%;
}

.div-block-6-copy:hover {
  background-image: url('../images/njuiklk.svg');
}

.div-block-6-copy:active {
  background-image: none;
}

.tzt {
  opacity: 1;
  background-image: url('../images/mk909.svg');
  background-position: 50% 100%;
  background-repeat: no-repeat;
  background-size: contain;
  display: block;
  position: absolute;
  inset: 0%;
}

.tzt:hover {
  background-image: url('../images/mk090.svg');
}

.tzt:active {
  background-image: url('../images/mk99.svg');
}

.tzt._78 {
  opacity: 1;
  background-image: url('../images/mk909.svg');
  background-position: 50% 100%;
  background-repeat: no-repeat;
  background-size: contain;
}

.tzt._78:hover {
  background-image: url('../images/mk090.svg');
  background-position: 50% 100%;
  background-repeat: no-repeat;
  background-size: contain;
}

.tzt._78:active {
  background-image: url('../images/mk99.svg');
  background-position: 50% 100%;
  background-repeat: no-repeat;
  background-size: contain;
}

.tzt.xyzz {
  background-image: url('../images/Elementbbb25.svg');
}

.tzt.xyzz:hover {
  background-image: url('../images/Elemenmun8.svg');
}

.drm_hg {
  z-index: 4;
  pointer-events: none;
  background-color: #000;
  flex-flow: column;
  height: 260px;
  display: flex;
  position: fixed;
  inset: auto 0% 0%;
}

.drm_main_hg {
  opacity: 1;
  background-color: #000;
  flex: 1;
  display: flex;
  position: absolute;
  inset: 0%;
}

.drmz {
  z-index: 3;
  filter: contrast(170%);
  mix-blend-mode: normal;
  flex: none;
  justify-content: center;
  align-items: flex-start;
  margin: 0;
  padding-left: 0;
  padding-right: 0;
  display: flex;
  position: relative;
  inset: auto 0% 0%;
  overflow: visible;
}

.dj {
  z-index: 10;
  justify-content: center;
  align-items: flex-end;
  width: 1280px;
  height: 650px;
  margin-bottom: 260px;
  margin-left: auto;
  margin-right: auto;
  display: none;
  position: absolute;
  inset: auto 0% 0%;
  overflow: hidden;
}

.tut1 {
  z-index: 0;
  background-image: url('../images/yxcvxcv.svg');
  background-position: 0%;
  background-repeat: no-repeat;
  background-size: contain;
  flex: none;
  justify-content: center;
  align-items: center;
  width: 524px;
  height: 410px;
  margin-right: -15px;
  display: flex;
  position: relative;
}

.platte {
  background-image: url('../images/Element-29.svg');
  background-position: 0 0;
  background-size: auto;
  width: 335px;
  height: 335px;
  margin-bottom: 32px;
  margin-left: -123px;
  position: absolute;
}

.platte:hover {
  filter: brightness(120%);
}

.mxer {
  background-image: url('../images/ertzugb.svg');
  background-position: 0%;
  background-repeat: no-repeat;
  background-size: contain;
  flex: none;
  justify-content: center;
  align-items: center;
  width: 248px;
  height: 410px;
  margin-right: -10px;
  display: flex;
  position: relative;
}

.platte2 {
  background-image: url('../images/Element-28.svg');
  background-position: 0 0;
  background-size: auto;
  justify-content: center;
  align-items: center;
  width: 335px;
  height: 335px;
  margin-bottom: 32px;
  margin-left: -123px;
  display: flex;
  position: absolute;
}

.platte2:hover {
  filter: brightness(120%);
}

.nadel {
  pointer-events: none;
  background-image: url('../images/gvbjhgj.svg');
  background-position: 47% 79%;
  background-repeat: no-repeat;
  background-size: 80px;
  width: 500px;
  height: 500px;
  position: absolute;
  top: -161px;
  left: 148px;
}

.plplay1 {
  filter: grayscale();
  background-image: url('../images/Element-38.svg');
  background-position: 100% 100%;
  background-repeat: no-repeat;
  background-size: 40px;
  width: 51px;
  height: 70px;
  position: absolute;
  bottom: 38px;
  left: 10px;
}

.div-block-23 {
  background-image: url('../images/Element-40.svg');
  background-position: 100% 100%;
  background-repeat: no-repeat;
  background-size: auto;
  position: absolute;
  inset: 0%;
}

.div-block-23:hover {
  filter: brightness(160%);
  background-image: url('../images/Element-39.svg');
  background-position: 100% 100%;
  background-repeat: no-repeat;
  background-size: 46px;
}

.plplay2 {
  filter: grayscale();
  background-image: url('../images/Element-38.svg');
  background-position: 100% 100%;
  background-repeat: no-repeat;
  background-size: 40px;
  width: 51px;
  height: 70px;
  position: absolute;
  bottom: 38px;
  left: 10px;
}

.nadel2 {
  pointer-events: none;
  background-image: url('../images/gvbjhgj.svg');
  background-position: 47% 79%;
  background-repeat: no-repeat;
  background-size: 80px;
  width: 500px;
  height: 500px;
  position: absolute;
  top: -161px;
  left: 148px;
}

.div-block-23-copy {
  background-image: url('../images/Element-40.svg');
  background-position: 100% 100%;
  background-repeat: no-repeat;
  background-size: auto;
  position: absolute;
  inset: 0%;
}

.div-block-23-copy:hover {
  filter: brightness(160%);
  background-image: url('../images/Element-39.svg');
  background-position: 100% 100%;
  background-repeat: no-repeat;
  background-size: 46px;
}

.pitch1 {
  width: 20px;
  height: 123px;
  position: absolute;
  bottom: 84px;
  left: auto;
  right: 62px;
}

.pitch-thumb1 {
  filter: grayscale();
  background-image: url('../images/Element-41.svg');
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: auto;
  width: 20px;
  height: 28px;
  position: absolute;
  inset: 0%;
}

.pitch2 {
  width: 20px;
  height: 123px;
  position: absolute;
  bottom: 84px;
  left: auto;
  right: 62px;
}

.pitch-thumb2 {
  filter: grayscale();
  background-image: url('../images/Element-41.svg');
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: auto;
  width: 20px;
  height: 28px;
  position: absolute;
  inset: 0%;
}

.mxvol1 {
  width: 45px;
  height: 110px;
  position: absolute;
  top: 149px;
  left: 45px;
}

.mxvol1-thumb {
  background-image: url('../images/zhjugvbh.svg');
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: auto;
  width: 45px;
  height: 27px;
  position: absolute;
  inset: auto 0% 0%;
}

.mxvol1-thumb:hover {
  filter: brightness(180%);
}

.mxvol2 {
  width: 45px;
  height: 133px;
  position: absolute;
  top: 149px;
  left: 124px;
}

.mxvol2-thumb {
  background-image: url('../images/zhjugvbh.svg');
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: auto;
  width: 45px;
  height: 27px;
  position: absolute;
  inset: 0%;
}

.mxvol2-thumb:hover {
  filter: brightness(180%);
}

.crf {
  width: 90px;
  height: 50px;
  position: absolute;
  bottom: 54px;
  right: 110px;
}

.crf-thumb {
  background-image: url('../images/gbtgg.svg');
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: auto;
  width: 30px;
  height: 50px;
  position: absolute;
  inset: 0%;
}

.crf-thumb:hover {
  filter: brightness(180%);
}

.cellzki {
  pointer-events: none;
  background-image: url('../images/https___images.genius.com_5572ef1e94b72cb09c3642f98b190ea1.500x500x1-Klein.jpeg');
  background-position: 50%;
  background-size: contain;
  border-radius: 120px;
  justify-content: center;
  align-items: center;
  width: 97px;
  height: 97px;
  display: flex;
  position: absolute;
}

.div-block-25 {
  background-color: #fff;
  border-radius: 14px;
  width: 8px;
  height: 8px;
}

.mcnme {
  pointer-events: none;
  background-image: url('../images/Bildschirmfoto-2025-07-25-um-20.58.13-Klein.jpeg');
  background-position: 50%;
  background-size: contain;
  border-radius: 120px;
  justify-content: center;
  align-items: center;
  width: 97px;
  height: 97px;
  display: flex;
  position: absolute;
}

.dlph {
  pointer-events: none;
  background-image: url('../images/Bildschirmfoto-2025-07-25-um-21.00.59.png');
  background-position: 50% -19%;
  background-size: 120px;
  border-radius: 120px;
  justify-content: center;
  align-items: center;
  width: 97px;
  height: 97px;
  display: flex;
  position: absolute;
}

.hubba {
  pointer-events: none;
  background-image: url('../images/https___images.genius.com_a05aece0337060fce18a48d297a4e287.500x500x1-Klein.jpeg');
  background-position: 50%;
  background-size: contain;
  border-radius: 120px;
  justify-content: center;
  align-items: center;
  width: 97px;
  height: 97px;
  display: flex;
  position: absolute;
}

.e40 {
  pointer-events: none;
  background-image: url('../images/E-40_The_Mail_Man-Klein.jpeg');
  background-position: 50%;
  background-size: contain;
  border-radius: 120px;
  justify-content: center;
  align-items: center;
  width: 97px;
  height: 97px;
  display: flex;
  position: absolute;
}

.div-block-27 {
  filter: grayscale();
  cursor: pointer;
  background-image: url('../images/Element-47.svg');
  background-position: 0 100%;
  background-repeat: no-repeat;
  background-size: auto;
  flex: 0 auto;
  width: 55px;
  height: 160px;
  margin-right: -80px;
  position: relative;
}

.div-block-27:hover {
  transform: translate(0, -20px);
}

.div-block-27:active {
  opacity: 0;
}

.div-block-27.f:hover, .div-block-27.ff:hover, .div-block-27.fff:hover, .div-block-27.ffff:hover, .div-block-27.fffff:hover {
  transform: translate(0, -20px);
}

.div-block-26-copy {
  flex: 0 auto;
  justify-content: space-between;
  align-items: flex-start;
  width: 83px;
  height: 170px;
  margin-left: -560px;
  margin-right: 55px;
  display: flex;
  position: absolute;
  bottom: -110px;
  right: auto;
}

.div-block-26-copy-copy {
  flex: 0 auto;
  justify-content: space-between;
  align-items: flex-start;
  width: 80px;
  height: 170px;
  margin-left: 872px;
  display: flex;
  position: absolute;
  bottom: -110px;
  right: auto;
}

.drm_brk_hg {
  background-color: var(--pi);
  opacity: 1;
  flex: 1;
  display: flex;
  position: absolute;
  inset: 0%;
}

.grff {
  z-index: 6;
  width: 80px;
  margin-bottom: 120px;
  display: none;
  position: fixed;
  inset: 0% 0% 0% auto;
}

.size-cont {
  flex: none;
  justify-content: center;
  align-items: center;
  width: 12px;
  display: flex;
}

.cpz-cont {
  flex-flow: column;
  flex: none;
  justify-content: center;
  align-items: center;
  width: 60px;
  display: flex;
}

.cpz {
  background-image: url('../images/nmhjuz.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: auto;
  width: 40px;
  height: 40px;
  margin-top: 5px;
  position: relative;
}

.cpz:hover {
  filter: brightness(130%);
}

.cpz:active {
  filter: none;
  transform: scale(1.2);
}

.cpz.w2 {
  background-image: url('../images/vbnvbnvbnlement-3.svg');
}

.cpz.w3 {
  background-image: url('../images/Elem345787677.svg');
}

.cpz.w4 {
  background-image: url('../images/nm889.svg');
}

.cpz.w5 {
  background-image: url('../images/Elementmnbhhjh.svg');
}

.cpz.w6 {
  background-image: url('../images/E65436543654.svg');
}

.cpz.w7 {
  background-image: url('../images/Ele345676543.svg');
}

.cpz.w8 {
  background-image: url('../images/76543mentnnn.svg');
}

.cpz.w9 {
  background-image: url('../images/Elemen77777899.svg');
}

.cpz.w10 {
  background-image: url('../images/ElemMMnknnkn.svg');
}

.size-sli {
  outline-offset: -10px;
  border-radius: 18px;
  outline: 1px solid #fff;
  flex: 1;
  height: 100px;
  position: relative;
}

.size-sli:hover {
  filter: brightness(140%);
}

.size-thumb {
  background-color: var(--pi);
  outline-offset: 0px;
  border-radius: 22px;
  outline: 2px solid #fff;
  height: 12px;
  position: absolute;
  inset: auto 0% 0%;
}

.lichtz {
  filter: saturate(200%) blur(4px);
  mix-blend-mode: screen;
  background-image: url('../images/mk9.svg');
  background-position: 50% 37%;
  background-size: 100px;
  align-self: center;
  width: 60px;
  height: 60px;
  margin-top: -11px;
  position: relative;
  inset: 0%;
}

.lichtz:hover {
  background-position: 50% 49%;
}

.lichtz:active {
  background-position: 50% 27%;
}

.luli {
  opacity: 0;
  filter: hue-rotate(380deg);
  mix-blend-mode: normal;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 48px;
  height: 220px;
  padding-top: 32px;
  display: flex;
  position: relative;
}

.div-block-28 {
  mix-blend-mode: overlay;
  background-image: url('../images/mk9.svg');
  background-position: 50% 45%;
  background-repeat: no-repeat;
  background-size: 140px;
  position: absolute;
  inset: 0%;
}

.bpm-btnz {
  flex: none;
  justify-content: flex-start;
  width: 76px;
  height: 61px;
  display: flex;
  position: relative;
  bottom: auto;
  left: auto;
}

.bpmbtn {
  background-image: url('../images/njuik.svg');
  background-position: 50% 100%;
  background-repeat: no-repeat;
  background-size: auto;
  flex: 0 auto;
  width: 50%;
  position: relative;
}

.bpmbtn:hover {
  filter: brightness(130%);
  background-image: url('../images/vvvv.svg');
}

.bpmbtn:active {
  filter: none;
  background-image: url('../images/mmmmm.svg');
}

.bpmbtn.dwn {
  background-image: url('../images/vbbnnn.svg');
}

.bpmbtn.dwn:hover {
  filter: brightness(130%);
  background-image: url('../images/cvbnmn.svg');
}

.bpmbtn.dwn:active {
  filter: none;
  background-image: url('../images/nm777.svg');
}

.div-block-31 {
  z-index: 6;
  flex-flow: column;
  width: 80px;
  height: 187px;
  margin-top: 15px;
  margin-left: auto;
  margin-right: 29px;
  display: flex;
  position: relative;
  inset: auto 0% 0%;
}

.bpm {
  outline-offset: -7px;
  color: #e6e6e6;
  text-align: center;
  border-radius: 15px;
  outline: 1px solid #aaa;
  height: 75px;
  margin-top: -7px;
  margin-bottom: 5px;
  font-family: Northrup Serif, Arial, sans-serif;
  font-size: 33px;
  font-weight: 400;
  line-height: 52px;
}

.strt_cnt {
  z-index: 10;
  background-color: var(--pi);
  justify-content: center;
  align-items: center;
  display: none;
  position: absolute;
  inset: 0%;
}

.strt {
  filter: brightness(110%);
  cursor: pointer;
  background-image: url('../images/bnnbnbvvv.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  justify-content: flex-end;
  align-items: flex-start;
  width: 950px;
  height: 420px;
  padding-top: 440px;
  display: flex;
  position: absolute;
  overflow: hidden;
  transform: scale(.95);
}

.strt:hover {
  padding-top: 0;
}

.strt:active {
  filter: none;
  transform: scale(.95);
}

.break-block {
  z-index: 6;
  background-image: none;
  background-repeat: repeat;
  background-size: auto;
  border-radius: 7px;
  flex: none;
  width: 120px;
  height: 240px;
  display: flex;
  position: relative;
  inset: auto;
}

.div-block-36 {
  flex-flow: wrap;
  justify-content: center;
  width: 76px;
  margin-right: 14px;
  display: flex;
  position: absolute;
  inset: 0% 0% 0% auto;
  overflow: visible;
}

.nxt-brk {
  background-image: url('../images/Elementbbb25.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  justify-content: center;
  align-items: center;
  width: 80px;
  height: 55px;
  margin-top: 20px;
  padding-bottom: 10px;
  display: flex;
  position: relative;
}

.nxt-brk:hover {
  filter: brightness(135%);
  background-image: url('../images/Elemenmun8.svg');
  padding-bottom: 2px;
}

.nxt-brk:active {
  filter: brightness(125%);
  background-image: url('../images/Elementmuz26.svg');
  padding-top: 10px;
  padding-bottom: 0;
}

.nxztico {
  background-image: url('../images/Elementm878828.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: auto;
  width: 22px;
  height: 13px;
  position: relative;
}

.brk-sl {
  width: 28px;
  height: 99px;
  margin-bottom: 5px;
  position: relative;
}

.brk-thumb {
  background-image: url('../images/KUNUN.svg');
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: contain;
  height: 28px;
  position: absolute;
  inset: 0%;
}

.brk-thumb:hover {
  filter: brightness(175%);
}

.vol-block {
  z-index: 4;
  flex: none;
  width: 180px;
  height: 240px;
  margin: 0 0 3px;
  padding-top: 3px;
  display: flex;
  position: relative;
  inset: 0;
}

.div-block-38 {
  opacity: .6;
  transform-style: preserve-3d;
  background-image: url('../images/jkjnj.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: auto;
  height: 233px;
  margin-bottom: 0;
  position: absolute;
  inset: 0%;
  transform: scale3d(1.18, 1, 1);
}

.vol-sli {
  outline-offset: -7px;
  outline: 1px solid #636363;
  width: 33px;
  height: 130px;
  margin-top: auto;
  margin-bottom: -6px;
  margin-left: 0;
  position: relative;
}

.vol-thumb {
  background-image: url('../images/KUNUN.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  width: 33px;
  height: 33px;
  position: absolute;
  inset: 0%;
}

.vol-thumb:hover {
  filter: brightness(160%);
}

.vol-cont {
  z-index: 6;
  border-right: 1px solid #7a7a7a;
  border-radius: 1px;
  flex-flow: column;
  width: 40px;
  height: 184px;
  margin-top: 15px;
  margin-left: 28px;
  display: flex;
  position: absolute;
}

.voltxt {
  opacity: .7;
  color: #fff;
  text-align: center;
  flex: 1;
  margin-right: 5px;
  font-family: "Aypo 9", Arial, sans-serif;
  font-size: 20px;
  line-height: 18px;
  position: relative;
}

.div-block-43 {
  opacity: .6;
  transform-style: preserve-3d;
  background-image: url('../images/jkjnj.svg');
  background-position: 50% 0;
  background-repeat: no-repeat;
  background-size: contain;
  width: 138px;
  margin-bottom: 3px;
  margin-left: -13px;
  position: absolute;
  inset: 0%;
  transform: scale3d(.92, 1.02, 1);
}

.drmz-cont {
  z-index: 6;
  justify-content: space-between;
  align-items: flex-end;
  height: 270px;
  padding-bottom: 5px;
  display: flex;
  position: absolute;
  inset: auto 0% 0%;
  overflow: auto;
}

.div-block-45 {
  background-image: url('../images/nnnn.svg');
  background-repeat: no-repeat;
  background-size: auto;
  position: absolute;
  inset: 0%;
}

.div-block-45:hover {
  background-image: url('../images/njuiklk.svg');
}

.div-block-45:active {
  background-image: none;
}

.zmpl {
  background-color: #8d8d8d;
  border-radius: 3px;
  flex: none;
  justify-content: center;
  align-self: center;
  width: 107px;
  height: 88%;
  margin-right: 12px;
  padding-left: 6px;
  padding-right: 6px;
  display: flex;
  position: relative;
}

.div-block-47 {
  color: #202020;
  text-align: center;
  width: 21px;
  height: 82%;
  margin-top: 9px;
  margin-right: 2px;
  font-family: "Aypo 9", Arial, sans-serif;
  font-size: 19px;
  line-height: 16px;
  position: relative;
}

.div-block-48 {
  filter: brightness(0%);
  background-image: url('../images/Element-16.svg');
  background-position: 58% 44%;
  background-repeat: no-repeat;
  background-size: 13px;
  width: 100%;
  height: 100%;
  position: relative;
  inset: 0%;
}

.div-block-49 {
  filter: brightness(0%);
  pointer-events: none;
  text-align: center;
  letter-spacing: 2px;
  background-image: none;
  background-repeat: repeat;
  background-size: auto;
  width: 100%;
  height: 100%;
  padding-top: 10px;
  font-family: "Aypo 9", Arial, sans-serif;
  font-size: 11px;
  line-height: 9px;
  position: relative;
}

.emcee-cont {
  z-index: 4;
  pointer-events: auto;
  justify-content: center;
  align-items: center;
  display: flex;
  position: absolute;
  inset: 0% 0% 260px;
}

.trigz {
  box-shadow: none;
  outline-offset: -1px;
  color: var(--pi);
  text-align: center;
  cursor: pointer;
  background-color: #fff;
  border-radius: 10px 0 0 10px;
  outline: 1px solid #fff;
  flex: none;
  justify-content: center;
  align-self: stretch;
  align-items: center;
  width: 32px;
  min-height: 30px;
  margin-top: 0;
  margin-right: 9px;
  padding-top: 0;
  font-family: Futurastd, Arial, sans-serif;
  font-size: 17px;
  line-height: 20px;
  display: flex;
  position: relative;
  inset: auto 0% 0%;
}

.trigz:hover {
  background-color: #ff9ecd;
  transform: scale(1.1);
}

.trigz:active {
  background-color: #ff3999;
  transform: scale(.9);
}

.div-block-67 {
  position: absolute;
  inset: 0%;
}

.div-block-68 {
  filter: drop-shadow(9px 9px #00000080);
  flex-flow: row;
  justify-content: center;
  align-items: center;
  max-width: 180px;
  display: flex;
  position: absolute;
  left: 260px;
}

.div-block-69 {
  z-index: 2;
  color: #000;
  text-align: center;
  letter-spacing: 0;
  -webkit-text-stroke-width: 0px;
  -webkit-text-stroke-color: #fff;
  text-transform: none;
  background-color: #ffa5cd;
  border-radius: 70px;
  padding: 10px 15px;
  font-family: Futura Tot, Arial, sans-serif;
  font-size: 19px;
  font-style: normal;
  font-weight: 700;
  line-height: 19px;
  position: relative;
}

.div-block-70 {
  background-color: #ffa5cd;
  flex: none;
  width: 20px;
  height: 20px;
  margin-top: 20px;
  margin-left: -16px;
  margin-right: -16px;
  position: relative;
  transform: rotate(45deg);
}

.raptxt-cont {
  pointer-events: none;
  justify-content: center;
  align-items: flex-end;
  display: none;
  position: absolute;
  inset: 0% 0% 30px;
}

.raptxtz {
  color: #ffafcb00;
  text-align: left;
  -webkit-text-stroke-width: 2px;
  -webkit-text-stroke-color: #ffbbd3;
  text-transform: uppercase;
  text-shadow: none;
  mix-blend-mode: normal;
  max-width: 670px;
  margin-left: 30px;
  margin-right: 60px;
  font-family: Futurastd, Arial, sans-serif;
  font-size: 110px;
  font-style: normal;
  font-weight: 500;
  line-height: 83px;
  position: absolute;
  inset: auto 0% 50px;
}

.div-block-73 {
  z-index: 9;
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: auto;
  min-width: 992px;
  max-width: 1400px;
  margin-bottom: 102px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 25px;
  padding-right: 680px;
  display: flex;
  position: absolute;
  inset: auto 0% 20px;
}

.bubble {
  filter: drop-shadow(9px 9px #00000080);
  flex-flow: row;
  justify-content: center;
  align-items: center;
  max-width: 180px;
  display: none;
  position: absolute;
  left: 260px;
}

.bubble.ztrt {
  z-index: 3;
  filter: drop-shadow(4px 5px #00000080);
  background-image: none;
  background-repeat: repeat;
  background-size: auto;
  align-self: center;
  width: 220px;
  max-width: none;
  height: 220px;
  margin-top: 0;
  display: none;
  position: relative;
  left: -270px;
}

.bubble.grfzg {
  z-index: 3;
  filter: drop-shadow(5px 5px #00000080);
  background-image: url('../images/vfvfbfbbbfb.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: auto;
  align-self: center;
  width: 180px;
  height: 200px;
  margin-bottom: 220px;
  padding-bottom: 0;
  display: none;
  position: absolute;
  left: auto;
  right: 110px;
}

.bubble.rkzer {
  z-index: 6;
  filter: drop-shadow(4px 4px #00000080);
  background-image: url('../images/vfvfvffbfb.svg');
  background-repeat: no-repeat;
  background-size: contain;
  flex: none;
  align-self: center;
  width: 180px;
  height: 170px;
  margin-right: 330px;
  padding-left: 0;
  display: flex;
  left: auto;
}

.bubble.teej {
  filter: drop-shadow(4px 5px #00000080);
  background-image: url('../images/vfvfbfbbfbxbf.svg');
  background-repeat: no-repeat;
  background-size: auto;
  align-self: flex-end;
  width: 230px;
  max-width: none;
  height: 160px;
  margin-top: auto;
  margin-bottom: 490px;
  display: none;
}

.bubble.mzee {
  background-image: url('../images/bkbbbf.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: auto;
  width: 220px;
  max-width: none;
  height: 220px;
  display: none;
}

.div-block-74 {
  z-index: 22;
  pointer-events: none;
  color: #000;
  justify-content: center;
  align-items: center;
  padding-bottom: 220px;
  display: none;
  position: absolute;
  inset: 0%;
}

.div-block-75 {
  opacity: 1;
  background-image: url('../images/bnbhhhh.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: auto;
  width: 260px;
  height: 290px;
  position: relative;
  inset: 0% 160px 0% auto;
}

.keyb {
  flex-flow: row;
  flex: none;
  width: 543px;
  height: 240px;
  margin-bottom: 3px;
  display: flex;
  position: relative;
}

.khg {
  opacity: .5;
  transform-style: preserve-3d;
  background-image: url('../images/HGZZTKL.svg');
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: contain;
  width: 494px;
  margin-bottom: 6px;
  margin-left: 27px;
  position: absolute;
  inset: 0%;
  transform: scale3d(1.1, 1, 1);
}

.khg.nmmmn {
  margin-left: -3px;
  transform: scale(1);
}

.keypl-cont {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  flex-flow: column;
  flex: none;
  justify-content: flex-end;
  align-items: center;
  width: 70px;
  height: 100%;
  margin-left: 10px;
  padding-bottom: 33px;
  display: flex;
  position: relative;
}

.div-block-78 {
  filter: contrast(140%);
  transform-style: preserve-3d;
  background-image: url('../images/BNBNMN.svg');
  background-position: 50% 100%;
  background-repeat: no-repeat;
  background-size: contain;
  flex: none;
  width: 35px;
  margin-bottom: 6px;
  position: relative;
  transform: scale3d(1, .87, 1);
}

.div-block-78:hover {
  filter: brightness(130%);
  background-image: url('../images/BNBNMN.svg');
}

.div-block-78:active {
  filter: none;
  background-image: url('../images/MNMNMNM.svg');
}

.div-block-79 {
  flex: none;
  width: 288px;
  height: 100%;
  margin-bottom: 0;
  padding-bottom: 7px;
  display: flex;
  position: relative;
}

.deleter {
  background-image: url('../images/Elementbbb25.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  flex: none;
  width: 100%;
  height: 42px;
  position: relative;
}

.deleter:hover {
  filter: brightness(140%);
}

.deleter:active {
  filter: none;
  background-image: url('../images/Elementmuz26.svg');
}

.keyblk {
  background-image: url('../images/MNMNNJJJHJHJ.svg');
  background-position: 50% 0;
  background-repeat: no-repeat;
  background-size: auto;
  width: 25px;
  height: 78px;
  margin-top: 81px;
  margin-left: 22px;
  position: absolute;
}

.keyblk:hover {
  filter: brightness(65%);
}

.keyblk:active {
  background-image: url('../images/NBNBHJJKJ.svg');
}

.keyblk.key2 {
  margin-left: 58px;
}

.keyblk.k3 {
  margin-left: 128px;
}

.keyblk.k4 {
  margin-left: 164px;
}

.keyblk.k5 {
  margin-left: 197px;
}

.zcreen {
  background-color: #383838;
  flex: none;
  width: 340px;
  height: 55px;
  margin-top: 13px;
  margin-left: 20px;
  display: none;
  position: absolute;
}

.recorder {
  background-image: url('../images/Elementmuz26.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  flex: none;
  justify-content: center;
  width: 100%;
  height: 42px;
  display: flex;
  position: relative;
}

.recorder:hover {
  filter: brightness(140%);
}

.recorder:active {
  filter: none;
  background-image: url('../images/Elementmuz26.svg');
  background-position: 50% 100%;
}

.pplayer {
  background-image: url('../images/Elementmuz26.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  flex: none;
  justify-content: center;
  width: 100%;
  height: 42px;
  display: flex;
  position: relative;
}

.pplayer:hover {
  filter: brightness(140%);
}

.pplayer:active {
  filter: none;
  background-image: url('../images/Elementmuz26.svg');
  background-position: 50% 100%;
}

.div-block-82 {
  flex-flow: row;
  justify-content: flex-start;
  align-self: flex-end;
  align-items: flex-end;
  width: 149px;
  height: 138px;
  margin-top: 0;
  margin-bottom: 31px;
  padding-bottom: 0;
  display: flex;
  position: relative;
}

.slidz {
  background-image: url('../images/CUTOFFZ.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: auto;
  justify-content: center;
  width: 40px;
  height: 130px;
  margin-bottom: 0;
  margin-right: 0;
  padding-top: 22px;
  display: flex;
  position: relative;
}

.slidz.cv {
  background-image: url('../images/REZZT.svg');
}

.slidz.vcn {
  background-image: url('../images/RELEZEER.svg');
}

.slidz.nnmn {
  background-image: url('../images/ENVELOPERZ.svg');
}

.div-block-84 {
  justify-content: flex-start;
  align-items: flex-end;
  width: 150px;
  height: 76px;
  padding-bottom: 0;
  display: flex;
  position: absolute;
  left: 369px;
  right: auto;
}

.div-block-85 {
  background-image: url('../images/Elementmuz26.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: auto;
  width: 55px;
  height: 60px;
  margin-right: 10px;
  position: relative;
}

.div-block-85:hover {
  filter: brightness(140%);
}

.div-block-85:active {
  background-image: url('../images/Elementmuz26.svg');
  padding-top: 0;
}

.thmb {
  background-image: url('../images/KUNUN.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  width: 30px;
  height: 40px;
  position: absolute;
}

.thmb:hover {
  filter: brightness(150%);
}

.div-block-86 {
  pointer-events: none;
  color: #d3d3d3;
  text-align: center;
  font-family: "Aypo 9", Arial, sans-serif;
  font-size: 22px;
  line-height: 48px;
  position: absolute;
  inset: 0%;
}

.div-block-87 {
  opacity: 1;
  pointer-events: auto;
  background-image: url('../images/Elementbbb25.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: auto;
  position: absolute;
  inset: 0%;
}

.div-block-87:active {
  opacity: 0;
}

.div-block-88 {
  pointer-events: auto;
  color: var(--pi);
  text-align: center;
  font-family: "Aypo 9", Arial, sans-serif;
  font-size: 20px;
  line-height: 66px;
  position: absolute;
  inset: 0%;
}

.div-block-89 {
  opacity: 1;
  filter: blur(5px);
  pointer-events: auto;
  mix-blend-mode: color-dodge;
  background-color: #ff79ba;
  margin: 5px;
  position: absolute;
  inset: 0%;
}

.div-block-90 {
  filter: invert(0%);
  background-image: url('../images/PLEYZEY.svg');
  background-position: 53% 27%;
  background-repeat: no-repeat;
  background-size: 13px;
  position: absolute;
  inset: 0%;
}

.div-block-90:active {
  margin-top: 9px;
}

.div-block-90.mkl {
  opacity: 1;
  filter: none;
  pointer-events: none;
  background-image: url('../images/RECFOR.svg');
  background-position: 50% 27%;
  align-self: flex-end;
  height: 45px;
  margin-left: 2px;
}

.div-block-90.mkl:active {
  filter: invert();
  height: 32px;
  margin-left: 4px;
}

.div-block-90.nmnm {
  background-image: url('../images/LOEZZZ.svg');
  background-position: 52% 21%;
  background-size: 21px;
}

.div-block-90.plpplpl {
  filter: none;
  align-self: flex-end;
  height: 45px;
}

.div-block-90.plpplpl:hover {
  pointer-events: none;
}

.div-block-90.plpplpl:active {
  height: 32px;
  margin-top: 0;
}

.buffer {
  outline-offset: 0px;
  border-radius: 5px;
  outline: 1px solid #6d6d6d;
  width: 100%;
  height: 100%;
  position: relative;
}

.div-block-92 {
  z-index: 2;
  opacity: 1;
  filter: blur(14px);
  pointer-events: none;
  mix-blend-mode: overlay;
  background-color: #0fb;
  flex: none;
  height: 52px;
  margin: auto 5px 5px;
  position: absolute;
  inset: 0%;
}

.div-block-93 {
  background-image: url('../images/uiuiuiuiuuiuiui.svg');
  background-position: 50% 0;
  background-repeat: no-repeat;
  background-size: 491px;
  width: 1020px;
  height: 650px;
  margin-left: auto;
  margin-right: auto;
  position: absolute;
  inset: auto 0% 0%;
}

.threeuber {
  z-index: 2;
  background-color: var(--pi);
  position: absolute;
  inset: 0%;
}

.phzor {
  background-color: #ddd;
  width: 5px;
  height: 100%;
  position: absolute;
}

.div-block-94 {
  filter: blur(13px);
  pointer-events: none;
  mix-blend-mode: hard-light;
  background-color: #ff0059;
  width: 26px;
  height: 36px;
  position: absolute;
  inset: 0% auto;
}

.div-block-94.pplpl {
  background-color: #2cff9d;
}

.div-block-95 {
  opacity: 1;
  background-image: url('../images/Elementbbb25.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: auto;
  position: absolute;
  inset: 0%;
}

.div-block-95:hover {
  filter: brightness(130%);
}

.div-block-95.moimoi:active {
  background-image: url('../images/Elementmuz26.svg');
}

.div-block-96 {
  opacity: .4;
  flex-flow: column;
  display: flex;
  position: absolute;
  inset: 0%;
}

.div-block-97 {
  outline-offset: 0px;
  border-top: 0 #c9c9c9;
  border-bottom: 1px solid #c2c2c2;
  outline: 3px #333;
  flex: 0 auto;
  align-self: stretch;
  width: 340px;
  height: 50%;
  position: relative;
}

.div-block-97.m {
  border-top-style: dashed;
  border-top-width: 1px;
  border-bottom-style: dashed;
  height: 55%;
  margin-top: 12px;
  position: absolute;
}

.play-copy {
  z-index: 2;
  opacity: 1;
  filter: saturate(200%);
  pointer-events: none;
  cursor: pointer;
  mix-blend-mode: normal;
  transform-style: preserve-3d;
  background-image: url('../images/nnnn.svg');
  background-repeat: no-repeat;
  background-size: contain;
  flex: none;
  align-self: flex-end;
  width: 75px;
  height: 74px;
  margin: 0 auto;
  display: flex;
  position: absolute;
  inset: auto 0% 0%;
  transform: scale3d(.96, .9, 1);
}

.play-copy:hover {
  filter: brightness(130%);
}

.div-block-98 {
  filter: blur(5px) blur(12px);
  background-color: #00ffb2;
  margin: 10px;
  padding-left: 0;
  position: absolute;
  inset: 0%;
}

.div-block-99 {
  background-image: url('../images/nnnn.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  position: absolute;
  inset: 0%;
}

.div-block-100 {
  background-image: url('../images/mnjnkj.svg');
  background-position: 133% 18%;
  background-repeat: no-repeat;
  background-size: 94px;
  width: 70px;
  margin-left: 31px;
  position: absolute;
  inset: 0%;
  overflow: hidden;
}

.div-block-101 {
  color: #969696;
  text-align: center;
  width: 33px;
  margin-left: 3px;
  padding-top: 20px;
  font-family: "Aypo 9", Arial, sans-serif;
  font-size: 21px;
  line-height: 23px;
  position: absolute;
  inset: 0% auto 0% 0%;
}

.phzor-zl {
  width: 340px;
  height: 55px;
  position: absolute;
  inset: 0%;
}

.div-block-102 {
  flex: none;
  width: 480px;
  height: 240px;
  padding: 10px 10px 30px 25px;
  display: none;
  position: relative;
}

.div-block-103 {
  background-color: #2c2c2c;
  flex-flow: column;
  justify-content: flex-end;
  width: 50px;
  margin-right: 5px;
  display: flex;
  position: relative;
}

.div-block-104 {
  background-image: url('../images/lulnku.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 15px;
  width: 100%;
  height: 40px;
  position: relative;
}

.div-block-105 {
  justify-content: center;
  align-items: center;
  width: 50px;
  height: 118px;
  margin-top: auto;
  display: flex;
  position: relative;
}

.div-block-106 {
  background-color: #000;
  width: 3px;
  height: 110px;
  position: absolute;
}

.div-block-107 {
  justify-content: center;
  width: 50px;
  height: 30px;
  display: flex;
  position: absolute;
}

.xxx {
  transform-style: preserve-3d;
  background-image: url('../images/KUNUN.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: auto;
  width: 29px;
  height: 25px;
  position: absolute;
  transform: scale3d(2, 1.4, 1);
}

.xxx:hover {
  filter: brightness(140%);
}

.div-block-108 {
  transform-style: preserve-3d;
  background-image: url('../images/Elementmuz26.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: auto;
  width: 80%;
  height: 35px;
  margin-top: 3px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
  transform: scale3d(1.4, 1, 1);
}

.div-block-108:hover {
  filter: brightness(140%);
}

._1 {
  opacity: 1;
  background-image: url('../images/lilik.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 15px;
  width: 100%;
  height: 40px;
  position: absolute;
}

._1.mnk, ._1.m22, ._1.fgtzu, ._1.wer, ._1.wertz, ._1.ere4, ._1.fgh7, ._1.fgfg54 {
  pointer-events: none;
}

.div-block-109 {
  filter: blur(7px);
  mix-blend-mode: hard-light;
  background-color: #ff4ca2;
  margin: 10px;
  position: absolute;
  inset: 0%;
}

.div-block-108-copy {
  opacity: 1;
  transform-style: preserve-3d;
  background-image: url('../images/mk909.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: auto;
  width: 76%;
  height: 35px;
  margin-top: auto;
  margin-left: auto;
  margin-right: auto;
  position: relative;
  transform: scale3d(1.35, 1, 1);
}

.div-block-110 {
  filter: blur(4px);
  mix-blend-mode: overlay;
  background-color: #ff2395;
  border-radius: 20px;
  margin: 8px 5px 5px;
  position: absolute;
  inset: 0%;
}

._2 {
  opacity: 1;
  background-image: url('../images/lilik.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 15px;
  width: 100%;
  height: 40px;
  position: absolute;
}

._2.mnk, ._2.m22, ._2.fgtzu, ._2.wer, ._2.wertz, ._2.ere4, ._2.fgh7, ._2.fgfg54 {
  pointer-events: none;
}

._3 {
  opacity: 1;
  background-image: url('../images/lilik.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 15px;
  width: 100%;
  height: 40px;
  position: absolute;
}

._3.mnk, ._3.m22, ._3.fgtzu, ._3.wer, ._3.wertz, ._3.ere4, ._3.fgh7, ._3.fgfg54 {
  pointer-events: none;
}

._4 {
  opacity: 1;
  background-image: url('../images/lilik.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 15px;
  width: 100%;
  height: 40px;
  position: absolute;
}

._4.mnk, ._4.m22, ._4.fgtzu, ._4.wer, ._4.wertz, ._4.ere4, ._4.fgh7, ._4.fgfg54 {
  pointer-events: none;
}

._5 {
  opacity: 1;
  background-image: url('../images/lilik.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 15px;
  width: 100%;
  height: 40px;
  position: absolute;
}

._5.mnk, ._5.m22, ._5.fgtzu, ._5.wer, ._5.wertz, ._5.ere4, ._5.fgh7, ._5.fgfg54 {
  pointer-events: none;
}

._6 {
  opacity: 1;
  background-image: url('../images/lilik.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 15px;
  width: 100%;
  height: 40px;
  position: absolute;
}

._6.mnk, ._6.m22, ._6.fgtzu, ._6.wer, ._6.wertz, ._6.ere4, ._6.fgh7, ._6.fgfg54 {
  pointer-events: none;
}

._7 {
  opacity: 1;
  background-image: url('../images/lilik.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 15px;
  width: 100%;
  height: 40px;
  position: absolute;
}

._7.mnk, ._7.m22, ._7.fgtzu, ._7.wer, ._7.wertz, ._7.ere4, ._7.fgh7, ._7.fgfg54 {
  pointer-events: none;
}

._8 {
  opacity: 1;
  background-image: url('../images/lilik.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 15px;
  width: 100%;
  height: 40px;
  position: absolute;
}

._8.mnk, ._8.m22, ._8.fgtzu, ._8.wer, ._8.wertz, ._8.ere4, ._8.fgh7, ._8.fgfg54 {
  pointer-events: none;
}

.div-block-111 {
  width: 230px;
  position: absolute;
}

.div-block-112 {
  background-image: url('../images/lulnku.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 15px;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 40px;
  display: flex;
  position: relative;
}

.bliqew {
  filter: blur(9px);
  mix-blend-mode: color-dodge;
  background-color: #ff3977;
  background-image: url('../images/lilik.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 15px;
  width: 50%;
  height: 28px;
  position: relative;
}

.vbnjk {
  background-image: url('../images/lulnku.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 15px;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 40px;
  display: flex;
  position: relative;
}

.mnnnmbb {
  filter: blur(9px);
  mix-blend-mode: color-dodge;
  background-color: #ff3977;
  background-image: url('../images/lilik.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 15px;
  width: 50%;
  height: 28px;
  position: relative;
}

.xcvbbbx {
  background-image: url('../images/lulnku.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 15px;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 40px;
  display: flex;
  position: relative;
}

.xnxnxnyy {
  filter: blur(9px);
  mix-blend-mode: color-dodge;
  background-color: #ff3977;
  background-image: url('../images/lilik.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 15px;
  width: 50%;
  height: 28px;
  position: relative;
}

.nnbjj {
  background-image: url('../images/lulnku.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 15px;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 40px;
  display: flex;
  position: relative;
}

.zu77 {
  filter: blur(9px);
  mix-blend-mode: color-dodge;
  background-color: #ff3977;
  background-image: url('../images/lilik.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 15px;
  width: 50%;
  height: 28px;
  position: relative;
}

.nn9909 {
  background-image: url('../images/lulnku.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 15px;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 40px;
  display: flex;
  position: relative;
}

.hu9870 {
  filter: blur(9px);
  mix-blend-mode: color-dodge;
  background-color: #ff3977;
  background-image: url('../images/lilik.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 15px;
  width: 50%;
  height: 28px;
  position: relative;
}

.z889 {
  background-image: url('../images/lulnku.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 15px;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 40px;
  display: flex;
  position: relative;
}

.op909 {
  filter: blur(9px);
  mix-blend-mode: color-dodge;
  background-color: #ff3977;
  background-image: url('../images/lilik.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 15px;
  width: 50%;
  height: 28px;
  position: relative;
}

.poiuz808 {
  background-image: url('../images/lulnku.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 15px;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 40px;
  display: flex;
  position: relative;
}

.iop0098 {
  filter: blur(9px);
  mix-blend-mode: color-dodge;
  background-color: #ff3977;
  background-image: url('../images/lilik.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 15px;
  width: 50%;
  height: 28px;
  position: relative;
}

.xcv454 {
  background-image: url('../images/lulnku.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 15px;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 40px;
  display: flex;
  position: relative;
}

.rtztr321 {
  filter: blur(9px);
  mix-blend-mode: color-dodge;
  background-color: #ff3977;
  background-image: url('../images/lilik.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 15px;
  width: 50%;
  height: 28px;
  position: relative;
}

.xlicht {
  opacity: 0;
  filter: saturate(200%) blur(4px);
  mix-blend-mode: lighten;
  background-color: #ff2e6a;
  margin: 4px 4px 8px;
  position: absolute;
  inset: 0%;
}

.div-block-113 {
  width: 110%;
  position: fixed;
  inset: auto -5% 0%;
}

.div-block-114 {
  background-color: #3b3b3b;
  border-radius: 10px;
  width: 430px;
  height: 56px;
  margin-top: 13px;
  margin-left: 80px;
  position: absolute;
}

.keysteps_cont {
  grid-row-gap: 10px;
  flex-flow: wrap;
  justify-content: center;
  align-items: stretch;
  padding-top: 9px;
  padding-bottom: 9px;
  display: flex;
  position: absolute;
  inset: 0%;
}

.keysteps {
  opacity: .5;
  outline-offset: 0px;
  outline: 1px solid #fff;
  width: 16px;
  margin-left: 5px;
  margin-right: 5px;
}

.keysteps.on {
  background-color: #fff;
}

.keysteps.current {
  opacity: 100;
}

.oct-btnz {
  flex-flow: column;
  flex: none;
  justify-content: flex-start;
  align-items: center;
  width: 60px;
  height: 120px;
  margin-top: 10px;
  display: flex;
  position: relative;
  bottom: auto;
  left: auto;
}

.octbtn {
  transform-style: preserve-3d;
  background-image: url('../images/njuik.svg');
  background-position: 50% 100%;
  background-repeat: no-repeat;
  background-size: auto;
  flex: 0 auto;
  width: 22px;
  height: 40px;
  margin-bottom: -8px;
  position: relative;
  transform: scale3d(2, .8, 1);
}

.octbtn:hover {
  filter: brightness(130%);
  background-image: url('../images/vvvv.svg');
}

.octbtn:active {
  filter: none;
  background-image: url('../images/mmmmm.svg');
}

.octbtn.dwn {
  background-image: url('../images/vbbnnn.svg');
}

.octbtn.dwn:hover {
  filter: brightness(130%);
  background-image: url('../images/cvbnmn.svg');
}

.octbtn.dwn:active {
  filter: none;
  background-image: url('../images/nm777.svg');
}

.div-block-115 {
  flex-flow: column;
  width: 39px;
  height: 50px;
  margin-top: 1px;
  margin-bottom: 0;
  display: flex;
}

.div-block-116 {
  color: #000;
  text-align: center;
  background-color: #00ff4c;
  border-radius: 10px;
  justify-content: center;
  align-items: center;
  width: 40px;
  height: 50px;
  margin-bottom: 0;
  padding-top: 3px;
  font-family: Northrup Tiny, Arial, sans-serif;
  font-size: 20px;
  display: flex;
  position: relative;
}

.div-block-116-copy {
  color: #aaa;
  letter-spacing: 2px;
  border-radius: 10px;
  width: 40px;
  height: 40px;
  font-family: Futurastd, Arial, sans-serif;
  font-weight: 700;
}

.div-block-117 {
  outline-offset: -4px;
  mix-blend-mode: normal;
  outline: 4px #000;
  justify-content: center;
  align-items: center;
  margin: auto auto 297px;
  display: none;
  position: absolute;
  inset: auto 0% 0%;
}

.div-block-118 {
  color: #fff;
  text-align: center;
  letter-spacing: 0;
  text-overflow: clip;
  white-space: normal;
  font-family: Testthefuture, Georgia, sans-serif;
  font-size: 31px;
  font-weight: 500;
  line-height: 29px;
  overflow: visible;
}

.div-block-119 {
  width: 60px;
  height: 40px;
}

.intro_txt_cont {
  z-index: 20;
  pointer-events: none;
  width: 1370px;
  margin-bottom: 260px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  position: absolute;
  inset: 0%;
}

.intros {
  background-image: url('../images/blklfdkld.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  width: 300px;
  height: 300px;
  margin-bottom: 110px;
  margin-left: 150px;
  position: absolute;
  inset: auto 0% 0%;
}

.intros.rapintro {
  background-image: url('../images/rpppe.svg');
  width: 370px;
  margin-bottom: 80px;
  margin-left: -30px;
}

.intros.graffintro {
  background-image: url('../images/dfr55.svg');
  margin-bottom: 340px;
  margin-left: auto;
  margin-right: 350px;
}

.intros.djintro {
  background-image: url('../images/g44.svg');
  margin-bottom: 380px;
}

.intros.breakintro {
  background-image: url('../images/dfd343.svg');
  width: 240px;
  margin-bottom: 190px;
  margin-left: auto;
  margin-right: 280px;
}

.div-block-120 {
  outline-offset: 0px;
  border-radius: 10px;
  outline: 1px solid #fff;
  justify-content: flex-start;
  align-items: flex-start;
  padding-right: 10px;
  display: flex;
}

.div-block-121 {
  opacity: .5;
  color: #fff;
  justify-content: flex-start;
  align-items: center;
  margin-top: 6px;
  margin-bottom: 4px;
  font-family: Testthefuture, Georgia, sans-serif;
  font-weight: 700;
  line-height: 17px;
  display: flex;
}

.div-block-121.on {
  opacity: 100;
  font-size: 29px;
  line-height: 32px;
}

.rap_theme_cont {
  z-index: 9;
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  flex-flow: column;
  justify-content: flex-end;
  align-items: flex-start;
  width: auto;
  min-width: 992px;
  max-width: 1400px;
  height: 62px;
  margin-bottom: 32px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 25px;
  padding-right: 680px;
  display: flex;
  position: absolute;
  inset: auto 0% 20px;
}

.div-block-122 {
  background-color: #fff;
  border-radius: 10px;
  min-width: 200px;
  height: 50px;
  display: flex;
}

.div-block-123 {
  flex: 1;
  justify-content: center;
  align-items: center;
  height: 100%;
  font-family: Testthefuture, Georgia, sans-serif;
  font-size: 22px;
  font-weight: 500;
  display: flex;
}

.div-block-124 {
  background-color: var(--pi);
  cursor: pointer;
  background-image: url('../images/pfiiiil.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 17px;
  border-radius: 8px;
  width: 32px;
  height: 79%;
  margin-top: 5px;
  margin-bottom: 5px;
  margin-right: 5px;
}

.div-block-124:hover {
  background-color: #ff98c5;
}

.div-block-124:active {
  background-color: #ffdaea;
}

@media screen and (max-width: 479px) {
  .nav-cont-ne {
    margin-top: 0;
    margin-left: 0;
    transform: scale(.8);
  }

  .nav-cont-ne:hover {
    margin-top: -11px;
    padding-top: 12px;
  }

  .div-block {
    justify-content: center;
    align-self: auto;
    align-items: center;
    margin-top: 0;
    padding-top: 0;
    padding-bottom: 0;
    transform: scale(.96);
  }

  .div-block-4 {
    justify-content: center;
    align-self: auto;
    align-items: center;
    margin-bottom: auto;
  }

  .div-block-5 {
    align-self: center;
    margin-bottom: auto;
    transform: none;
  }

  .drmz {
    flex: none;
    align-self: center;
    height: 250px;
    margin-bottom: auto;
    margin-left: -10px;
    margin-right: -10px;
    position: relative;
  }

  .dj {
    margin-top: auto;
    margin-bottom: auto;
    display: none;
    top: auto;
    overflow: scroll;
  }

  .break-block {
    flex: none;
    position: relative;
    right: 0;
  }

  .vol-block {
    flex: none;
    justify-content: flex-start;
    width: 169px;
    position: relative;
    left: 0;
    overflow: scroll;
  }

  .drmz-cont {
    justify-content: flex-start;
    height: 250px;
  }
}


@font-face {
  font-family: 'Northrup Tiny';
  src: url('../fonts/northrup-tiny.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Northrup Serif';
  src: url('../fonts/northrup-serif.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Northrup Large Wide';
  src: url('../fonts/northrup-large-wide.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Northrup Extended';
  src: url('../fonts/northrup-extended.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Futura Std';
  src: url('../fonts/Futura-Std-Medium.ttf') format('truetype');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Futura Tot';
  src: url('../fonts/Futura-TOT-Light-Oblique.ttf') format('truetype');
  font-weight: 300;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Futurastd';
  src: url('../fonts/FuturaStd-Bold.ttf') format('truetype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Futura Std';
  src: url('../fonts/Futura-Std-Medium-Oblique.ttf') format('truetype');
  font-weight: 500;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Futura Book';
  src: url('../fonts/Futura_Book-Normal.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Futura Book';
  src: url('../fonts/Futura_Book-Bold.ttf') format('truetype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Futura Book';
  src: url('../fonts/Futura_Book-Normal-Italic.ttf') format('truetype');
  font-weight: 400;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Aypo 9';
  src: url('../fonts/ArbanepixelRegular-aYPo9.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Novaklasse';
  src: url('../fonts/novaklasse-semibold.otf') format('opentype');
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Novaklasse';
  src: url('../fonts/novaklasse-semibdoblique.otf') format('opentype');
  font-weight: 400;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Spray Letters';
  src: url('../fonts/Spray-Letters.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Testthefuturemono';
  src: url('../fonts/TestTheFutureMono-BoldItalic.otf') format('opentype');
  font-weight: 700;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Testthefuturemono';
  src: url('../fonts/TestTheFutureMono-Bold.otf') format('opentype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Testthefuturemono';
  src: url('../fonts/TestTheFutureMono-Medium.otf') format('opentype');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Testthefuture';
  src: url('../fonts/TestTheFuture-BoldItalic.otf') format('opentype');
  font-weight: 700;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Testthefuture';
  src: url('../fonts/TestTheFuture-Medium.otf') format('opentype');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Testthefuture';
  src: url('../fonts/TestTheFuture-Regular.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Testthefuture';
  src: url('../fonts/TestTheFuture-Black.otf') format('opentype');
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Testthefuturemono';
  src: url('../fonts/TestTheFutureMono-BlackItalic.otf') format('opentype');
  font-weight: 900;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Testthefuturemono';
  src: url('../fonts/TestTheFutureMono-Black.otf') format('opentype');
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Testthefuture';
  src: url('../fonts/TestTheFuture-BlackItalic.otf') format('opentype');
  font-weight: 900;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Testthefuture';
  src: url('../fonts/TestTheFuture-Bold.otf') format('opentype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Testthefuture';
  src: url('../fonts/TestTheFuture-MediumItalic.otf') format('opentype');
  font-weight: 500;
  font-style: italic;
  font-display: swap;
}