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

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

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

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

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

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

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

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

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

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

:root {
  --grey--lighter: #fbfafb;
  --black--light: #0c090dcc;
  --black--default: #0c090d;
  --black--lighter: #0c090d99;
  --accent-3--dark: #346eb1;
  --white: white;
  --ghost-white: #f6f7fc;
  --neon: #b8ff26;
  --nello: #4392f1;
  --black--lightest-0: #0c090d0d;
  --white--light: #ffffffb3;
  --ghost-white-2: #f8f7f8;
  --gradient-black: #10121a;
  --grey--light: #f1eff1;
  --light-coral: #ff9f9f;
  --black--lightest-2: #0c090d59;
  --do: #f9a620;
  --eat: #e87461;
  --transit: #ab6fe7;
  --stay: #7bc950;
  --shadow: #00000008;
  --primary: #581fff;
  --white--lighter: #ffffff80;
  --success--dark: #6e8e2e;
  --white--lightest-2: #ffffff59;
  --black--lightest-1: #0c090d1a;
  --error--default: #e23f5d;
  --waitlist: #3f9489;
  --white--lightest-1: #ffffff26;
}

.w-layout-blockcontainer {
  max-width: 940px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

@media screen and (max-width: 991px) {
  .w-layout-blockcontainer {
    max-width: 728px;
  }
}

@media screen and (max-width: 767px) {
  .w-layout-blockcontainer {
    max-width: none;
  }
}

body {
  background-color: var(--grey--lighter);
  color: var(--black--light);
  font-family: Satoshi, sans-serif;
  font-size: 16px;
  font-weight: 500;
  line-height: 30px;
}

h1 {
  color: var(--black--default);
  margin-top: 0;
  margin-bottom: 20px;
  font-size: 4rem;
  font-weight: 900;
  line-height: 1;
}

h2 {
  color: var(--black--default);
  margin-top: 0;
  margin-bottom: 16px;
  font-size: 50px;
  font-weight: 500;
  line-height: 60px;
}

h3 {
  color: var(--black--default);
  margin-top: 0;
  margin-bottom: 16px;
  font-size: 2rem;
  font-weight: 700;
  line-height: 1.2;
}

h4 {
  color: var(--black--default);
  margin-top: 0;
  margin-bottom: 8px;
  font-size: 24px;
  font-weight: 500;
  line-height: 38px;
}

h5 {
  color: var(--black--default);
  margin-top: 0;
  margin-bottom: 10px;
  font-size: 20px;
  font-weight: 500;
  line-height: 36px;
}

h6 {
  color: var(--black--default);
  letter-spacing: .02rem;
  margin-top: 0;
  margin-bottom: 8px;
  font-size: 16px;
  font-weight: 700;
  line-height: 20px;
}

p {
  color: var(--black--lighter);
  white-space: pre-wrap;
  margin-bottom: 16px;
  font-size: 16px;
  font-weight: 500;
}

a {
  color: var(--accent-3--dark);
  text-decoration: none;
}

img {
  object-fit: cover;
  max-width: 100%;
  display: inline-block;
}

blockquote {
  border-left: 5px #e2e2e2;
  font-size: 17px;
  line-height: 30px;
}

.navbar {
  background-color: #0000;
  padding-top: 16px;
  padding-bottom: 16px;
  position: fixed;
  inset: 0% 0% auto;
}

.navbar.sticky-form {
  opacity: 0;
  padding-top: 16px;
}

.navbar.sticky-form.mobile-only, .navbar.sticky-form.mobile {
  display: none;
}

.navbar.always-show.hero {
  position: absolute;
}

.space-top-tiny {
  height: 16px;
}

.space-top-medium {
  height: 7vh;
}

.space-top-large {
  align-self: stretch;
  height: 80px;
}

.container {
  max-width: 1360px;
  padding-left: 4rem;
  padding-right: 4rem;
  overflow: visible;
}

.container.small {
  max-width: 1080px;
  overflow: visible;
}

.container.hero {
  padding-top: 10rem;
  padding-bottom: 2rem;
  overflow: visible;
}

.container.hero.footer {
  padding-bottom: 10em;
}

.container.hero.new {
  padding-bottom: 0;
  display: block;
}

.container.hero.double {
  padding-top: 9%;
  padding-bottom: 6rem;
  display: flex;
}

.container.hero.double.alt {
  display: none;
}

.container.hero.double.artistpage {
  padding-top: 8%;
}

.container.hero.double.artistpage.big-release {
  padding-top: 8.5%;
  padding-bottom: 6.5rem;
}

.container.full-width.footer {
  padding-left: 0;
  padding-right: 0;
}

.container.full-width.alt {
  padding-left: 24px;
  padding-right: 24px;
}

.container.smaller {
  max-width: 1080px;
}

.container.flex-wrap-8.centered {
  justify-content: center;
  align-items: center;
}

.container.wider {
  max-width: none;
  padding-left: 0;
  padding-right: 0;
}

.container.bigger {
  padding-right: 2rem;
}

.container.biggest {
  padding-left: 2rem;
  padding-right: 2rem;
}

.limit-medium {
  max-width: 520px;
}

.limit-medium.center-content {
  max-width: 600px;
}

.limit-medium.hero {
  flex: 1;
  margin-left: 0;
}

.limit-large {
  max-width: 640px;
  margin-left: auto;
  margin-right: auto;
}

.space-top-small {
  height: 20px;
}

.limit-small {
  max-width: 340px;
}

.split {
  object-fit: fill;
  grid-template-rows: auto;
  grid-template-columns: 1fr .75fr;
  grid-auto-columns: 1fr;
  grid-auto-flow: row;
  place-content: stretch;
  place-items: stretch stretch;
  display: flex;
}

.split.big-release {
  grid-column-gap: 80px;
  grid-row-gap: 80px;
}

.split.large-gap {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  margin-left: 4rem;
  margin-right: 4rem;
}

.split.large-gap.space-top-8 {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.limit {
  flex: 1;
  max-width: 40%;
}

.limit.new {
  max-width: 60vw;
}

.limit.big {
  max-width: 50%;
}

.space-top-extra {
  height: 120px;
}

.space-top-extra.top {
  height: 200px;
}

.navbar-split-wrap {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: start;
  display: grid;
  overflow: visible;
}

.split-nav-left {
  align-items: center;
  display: flex;
}

.brand {
  padding-left: 0;
}

.brand.platform {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  align-items: center;
  display: flex;
}

.hero-section {
  background-color: var(--ghost-white);
  padding-bottom: 0;
  position: relative;
}

.large-text {
  color: var(--black--lighter);
  text-align: left;
  white-space: normal;
  margin-bottom: 48px;
  margin-left: auto;
  margin-right: auto;
  font-size: 2rem;
  font-weight: 400;
  line-height: 1.1;
}

.large-text.hero {
  margin-bottom: 48px;
  margin-left: 0;
  margin-right: 0;
  font-size: 1.5rem;
  font-weight: 400;
}

.large-text.hero.no-space-bottom {
  margin-bottom: 24px;
}

.large-text.hero.black {
  color: var(--black--default);
}

.large-text.hero.black.bold {
  padding-top: 8px;
  font-weight: 700;
}

.large-text.hero.black.bold.no-space-bottom {
  margin-bottom: 0;
}

.large-text.hero.black.bold.white-text {
  color: var(--white);
}

.large-text.hero.black.bold.space-bottom-40 {
  margin-bottom: 40px;
}

.large-text.new {
  margin-bottom: 40px;
  font-size: 1.3rem;
  line-height: 1.3;
}

.large-text.new.big {
  font-size: 1.5rem;
  line-height: 1.3;
}

.large-text.new.big.center-text.artistpage {
  flex: 1;
}

.large-text.new.big.white-lighter.banner {
  align-self: center;
  margin-bottom: 0;
  padding-top: 2px;
}

.large-text.new.big.no-space-bottom {
  margin-bottom: 0;
}

.large-text.new.bold.black {
  color: var(--black--default);
}

.large-text.new.center-text.no-space-bottom, .large-text.new.no-space-bottom {
  margin-bottom: 0;
}

.large-text.big-release {
  margin-bottom: 0;
  line-height: 1.25;
}

.black-button {
  background-color: var(--black--default);
  color: #fff;
  letter-spacing: .01rem;
  border-radius: 40px;
  padding: 16px 32px;
  font-size: 16px;
  font-weight: 700;
  line-height: 24px;
  transition: background-color .2s;
}

.black-button:hover {
  color: var(--neon);
  background-color: #1f1f1f;
}

.black-button.footer:hover {
  color: var(--neon);
}

.black-button.footer.hide-on-mobile {
  display: block;
}

.black-button.footer.hide-on-mobile.hidden, .black-button.footer.mobile-only {
  display: none;
}

.black-button.margin-right {
  margin-right: 8px;
}

.black-button.margin-right.more {
  margin-right: 20px;
}

.input-field {
  background-color: #0000;
  border: 1px #000;
  border-bottom: 1px solid #0000001a;
  height: 48px;
  margin-top: 14px;
  margin-bottom: 8px;
  padding-top: 16px;
  padding-bottom: 16px;
  padding-left: 0;
  font-size: 17px;
  transition: opacity .2s;
}

.input-field:hover, .input-field:focus {
  border-bottom-color: var(--black--default);
}

.input-field::placeholder {
  color: #0000004d;
  font-size: 16px;
}

.input-field.blank {
  border: 0 solid #000;
  margin-top: 12px;
  margin-bottom: 12px;
  font-size: 17px;
}

.section {
  width: 100%;
  padding-top: 100px;
  padding-bottom: 100px;
  position: static;
}

.section.lighter-background {
  background-color: var(--ghost-white-2);
}

.section.lighter-background.special.big {
  padding-top: 120px;
}

.section.lighter-background.special.top {
  padding-bottom: 0;
}

.section.lighter-background.special.no-padding-bottom {
  overflow: hidden;
}

.section.black-background.alt {
  z-index: 100;
  background-color: var(--ghost-white);
  background-image: url('../images/Fog1_1Fog1.avif'), linear-gradient(117deg, #feeaea, #d0bfff 73%);
  background-position: 0 0, 0 0;
  background-size: auto, auto;
  border-top-left-radius: 70px;
  border-top-right-radius: 0;
  margin-top: -148px;
  padding-bottom: 200px;
  position: relative;
}

.section.black-background.alt.artistpage {
  background-color: var(--gradient-black);
  background-image: none;
  border-top-left-radius: 0;
  padding-top: 64px;
  padding-bottom: 214px;
  overflow: hidden;
}

.section.black-background.alt.artistsection {
  background-color: var(--grey--light);
  background-image: url('../images/Fog1_1Fog1.avif'), linear-gradient(117deg, #feeaea, #d0bfff 73%);
  background-position: 0 0, 0 0;
  background-size: auto, auto;
  background-attachment: fixed, scroll;
  border-bottom-left-radius: 70px;
  padding-top: 40px;
  padding-bottom: 80px;
}

.section.black-background.alt.artistsection.no-overlap {
  margin-top: 0;
  margin-bottom: -70px;
  overflow: hidden;
}

.section.black-background.alt.big-release {
  background-color: var(--white);
  background-image: none;
  background-size: auto;
  border-bottom-left-radius: 70px;
  padding-top: 48px;
  padding-bottom: 100px;
  overflow: hidden;
}

.section.black-background.alt.big-release.top {
  background-image: linear-gradient(323deg, #d6f853, #dff674 58%, #f3e781);
  background-position: 0 0;
  background-size: auto;
  height: 582px;
}

.section.black-background.alt.big-release.top.purple {
  background-image: linear-gradient(150deg, #3d1c1a, #9420b2 16%, #9720b3 43%, #c675c3), linear-gradient(323deg, #ffd685, #fdc66a 33%, #fa9f9c 58%, #e88f9f 78%, #bf73c9 91%, #a329ae);
  background-position: 0 0, 0 0;
  background-size: auto, auto;
  border-bottom-left-radius: 0;
  height: 682px;
}

.section.mobile {
  background-color: var(--ghost-white-2);
}

.section.smaller {
  padding-top: 60px;
  padding-bottom: 40px;
}

.section.smaller.new {
  padding-top: 40px;
}

.small-text {
  color: var(--black--lighter);
  height: 20px;
  margin-bottom: 0;
  font-size: 14px;
  line-height: 20px;
}

.small-text.gallery {
  height: 20px;
}

.small-text.gallery.white-lighter {
  font-weight: 500;
}

.lighter-background {
  background-color: var(--ghost-white-2);
}

.graphic-wrap {
  -webkit-text-fill-color: inherit;
  background-color: #0000;
  background-image: none;
  background-size: auto;
  background-attachment: scroll;
  background-clip: border-box;
  flex: 1;
  justify-content: center;
  align-items: center;
  padding: 0;
  display: flex;
  position: relative;
  overflow: visible;
}

.graphic-wrap.new {
  background-image: none;
  display: block;
}

.graphic-wrap.new.left {
  margin-right: 100px;
}

.graphic-wrap.new.left.big-release {
  margin-right: 120px;
}

.graphic-wrap.new.right {
  margin-left: 100px;
}

.no-space-bottom {
  margin-bottom: 0;
}

.no-space-bottom.center-text {
  margin-left: auto;
  margin-right: auto;
}

.no-space-bottom.center-text.limit-largest {
  max-width: 720px;
}

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

.center-text {
  text-align: center;
}

.cta-card {
  background-color: var(--white);
  box-shadow: 0 0 24px 0 var(--shadow);
  border-radius: 40px;
  flex-direction: column;
  flex: 1;
  align-items: flex-start;
  padding: 40px;
  display: flex;
}

.cta-card.black {
  background-color: var(--black--default);
  color: var(--white);
  background-image: url('../images/Small-line-top-right.svg');
  background-position: 100% 0;
  background-repeat: no-repeat;
  background-size: auto;
}

.footer.black {
  background-color: var(--black--default);
  color: var(--white);
}

.white-button {
  background-color: var(--white);
  color: var(--black--default);
  text-align: center;
  border-radius: 40px;
  padding: 16px 32px;
  font-size: 16px;
  font-weight: 700;
  line-height: 24px;
  transition: color .2s;
}

.white-button:hover {
  color: var(--primary);
}

.black-background {
  background-color: var(--black--default);
}

.footer-bottom {
  border-top: 1px solid #ffffff1a;
  justify-content: space-between;
  padding-top: 28px;
  padding-bottom: 28px;
  display: flex;
}

.footer-bottom.no-line {
  border-top-width: 0;
  padding-top: 0;
}

.white-text {
  color: var(--white);
}

.white-text.shrink {
  display: inline-block;
}

.white-text.shrink.no-wrap {
  white-space: nowrap;
  display: block;
}

.white-text.shrink.no-wrap.no-space-bottom.big-release {
  grid-column-gap: 9px;
  grid-row-gap: 9px;
  flex: 1;
  font-size: 1.8rem;
  display: flex;
}

.newsletter-form {
  align-items: center;
  max-width: 640px;
  margin-top: 20px;
  display: flex;
}

.newsletter-form.nav-form {
  box-shadow: 4px 4px 16px 0 var(--shadow);
  background-color: #fff;
  border-radius: 80px;
  margin-top: 0;
  padding-left: 24px;
  padding-right: 12px;
}

.footer-2-top {
  border-top: 1px solid #ffffff1a;
  justify-content: space-between;
  padding-top: 80px;
  padding-bottom: 80px;
  display: flex;
}

.footer-2-top.new {
  align-items: center;
  padding-top: 40px;
  padding-bottom: 40px;
}

.no-padding-bottom {
  padding-bottom: 0;
}

.menu-button.no-background {
  color: var(--black--default);
  background-color: #0000;
}

.menu-button.no-background:hover {
  color: var(--gradient-black);
}

.menu-button.no-background.white-text {
  color: var(--white);
  margin-top: 4px;
  margin-bottom: 4px;
}

.menu-button.no-background.white-text:hover {
  color: var(--neon);
}

.menu-button.no-background.white-text.black-text {
  color: var(--black--default);
}

.menu-button.no-background.white-text.black-text:hover {
  color: var(--black--light);
}

.success-message {
  background-color: var(--neon);
  color: var(--black--default);
  border-radius: 100px;
  padding: 16px 24px;
}

.error-message {
  color: #f41173;
  background-color: #fef3f8;
  border-radius: 100px;
}

.body {
  background-color: var(--ghost-white-2);
}

.display {
  object-fit: fill;
  margin-bottom: 40px;
  font-size: 6rem;
  font-weight: 700;
}

.display.small {
  color: var(--black--lighter);
  font-size: 4.7rem;
  font-weight: 400;
  line-height: 1;
}

.display.small.white-text {
  color: var(--white);
}

.display.small.no-space-bottom {
  margin-bottom: 0;
  font-size: 4.4rem;
}

.display.small.center-text.black-light {
  color: var(--black--light);
}

.display.small.center-text.black-light.white-text {
  color: var(--white);
}

.display.small.center-text.white-light {
  color: var(--white--light);
}

.display.new {
  margin-bottom: 32px;
  margin-right: 15vw;
  font-size: 6rem;
}

.display.new.double {
  margin-bottom: 24px;
  margin-right: 0;
  font-size: 4.5rem;
  font-weight: 900;
  line-height: 1;
}

.display.new.double.platform {
  color: var(--white);
  margin-bottom: 8px;
}

.display.new.double.artist {
  font-weight: 700;
}

.display.new.double.artist.big-release {
  font-weight: 500;
}

.display.new.double.artist.white-text {
  font-size: 6.5rem;
}

.section-3.full-width {
  background-image: linear-gradient(20deg, var(--black--default), var(--gradient-black));
}

.section-3.full-width.alt {
  background-image: linear-gradient(20deg, var(--black--default), var(--gradient-black));
  padding-top: 70px;
  overflow: hidden;
}

.cta-block.horizontal {
  flex: 0 auto;
  width: 45%;
  padding: 40px;
}

.cta-block.horizontal.big {
  flex: 1;
  width: 40%;
}

.text-block-2 {
  color: var(--white--lighter);
  font-weight: 400;
}

.text-block-2.height {
  height: 100%;
}

.text-block-2.height.hero-ver {
  margin-top: 20px;
}

.author-image {
  border-radius: 40px;
  margin-right: 12px;
}

.author-image.hero {
  border-radius: 40px;
  width: 44px;
  height: 44px;
  display: block;
  position: relative;
  overflow: hidden;
}

.author-image.hero.mini {
  width: 20px;
  height: 20px;
  margin-right: 0;
}

.author-image.hero.mini.miniest {
  width: 16px;
  height: 16px;
}

.author-image.small {
  background-image: none;
  width: 32px;
  height: 32px;
  overflow: hidden;
}

.author-image.footer {
  width: 80px;
  height: 80px;
  overflow: hidden;
}

.image-cover {
  background-color: #0000;
  background-image: url('../images/Rectangle_1Rectangle.png');
  background-position: 0 0;
  background-size: cover;
  flex: 1;
  align-self: stretch;
  width: 100%;
  height: 100%;
}

.image-cover.absolute {
  background-image: linear-gradient(225deg, #fbe0ee 13.02%, #e4dafc 48.96%, #d8e0f5 86.98%);
  position: absolute;
  inset: 0%;
}

.image-cover.hero {
  z-index: 0;
  width: 100%;
  height: 200%;
  position: absolute;
  inset: -30% 0% 0%;
}

.image-cover.new {
  flex: 0 auto;
}

.button {
  color: var(--black--default);
  margin-bottom: 0;
  font-weight: 900;
}

.button.l {
  letter-spacing: .01em;
  font-size: 17px;
  line-height: 20px;
}

.button.secondary {
  background-color: var(--primary);
  color: var(--white);
  padding: 16px 32px;
  font-weight: 700;
  display: flex;
}

.button.secondary:hover {
  background-color: #6749bc;
}

.button.secondary.inline.hide-on-desktop-only {
  display: none;
}

.button.small {
  border-radius: 24px;
  padding: 8px;
  display: flex;
}

.button.small.shrink {
  display: inline-block;
}

.button-plain {
  color: var(--black--default);
  margin-bottom: 0;
  font-weight: 700;
}

.button-plain:hover {
  text-decoration: underline;
}

.button-plain.l {
  letter-spacing: .01em;
  flex: 1;
  align-self: center;
  font-size: 17px;
  line-height: 20px;
}

.button-plain.l.black {
  color: var(--black--default);
}

.button-plain.white-text {
  color: var(--white);
}

.black-lighter {
  color: var(--black--lighter);
}

.black-light {
  color: var(--black--light);
}

.black-light.full-width.smaller {
  padding-left: 12px;
}

.space-top-8 {
  padding-top: 8px;
}

.space-top-8.white-text.limit-small.alt {
  max-width: 400px;
}

.space-top-12 {
  padding-top: 12px;
}

.space-top-12.limit-s-m {
  max-width: 480px;
}

.space-top-12.limit-s-m.big-release {
  padding-top: 0;
  font-size: 2.8rem;
  font-weight: 400;
}

.space-top-12.limit-s-m.decorative {
  margin-bottom: 0;
  font-size: 2.5rem;
  font-weight: 400;
}

.space-top-12.limit-s-m.no-space-bottom {
  text-align: left;
}

.space-top-12.limit-s-m.no-space-bottom.white-text {
  font-size: 44px;
  line-height: 54px;
}

.space-top-16 {
  padding-top: 16px;
}

.space-top-24 {
  padding-top: 24px;
}

.icon-only._20 {
  color: var(--transit);
  width: 20px;
  height: 20px;
}

.icon-only._20.lhs {
  position: relative;
  top: 5px;
}

.flex-wrap-0 {
  align-items: center;
  display: flex;
}

.full-width {
  align-self: stretch;
  width: 100%;
  max-width: none;
  margin-left: auto;
  margin-right: auto;
  padding-left: 16px;
  padding-right: 16px;
}

.popup-base {
  z-index: 1000;
  width: 100%;
  height: 100vh;
  display: block;
  position: fixed;
  inset: 0%;
}

.popup-base.support._1 {
  z-index: 1002;
  display: none;
}

.popup-base.hidden {
  z-index: 1002;
}

.popup {
  background-color: var(--grey--lighter);
  width: 100%;
  height: 100%;
  position: relative;
  overflow: hidden;
}

.popup.recommendation {
  border-radius: 20px;
  height: auto;
  display: block;
}

.popup.support {
  border-radius: 20px;
  align-items: center;
  height: auto;
  display: block;
  position: relative;
}

.icon-detail {
  grid-column-gap: 8px;
  grid-row-gap: 0px;
  border: 1px solid var(--grey--light);
  border-radius: 16px;
  align-items: flex-start;
  min-height: 44px;
  margin-top: 8px;
  padding: 7px 16px 7px 12px;
  display: flex;
  position: relative;
}

.icon-detail.amazon {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.modal-scroll {
  width: 100%;
  max-width: 520px;
  height: 100%;
  max-height: 100%;
  margin: auto;
  padding-top: 48px;
  padding-bottom: 48px;
}

.modal-scroll.small {
  align-self: center;
  max-width: 420px;
}

.modal-scroll.small.center-modal {
  align-items: center;
  max-width: 480px;
  padding-top: 0;
  padding-bottom: 0;
  display: flex;
}

.modal-bg {
  width: 100%;
  height: 100%;
  display: block;
  position: fixed;
  inset: 0%;
}

.close-popup {
  z-index: 5;
  float: right;
  background-color: var(--black--light);
  border-radius: 24px;
  justify-content: center;
  align-items: center;
  width: 44px;
  height: 44px;
  margin-top: 16px;
  margin-left: -5.5rem;
  margin-right: 16px;
  display: flex;
  position: sticky;
}

.space-40 {
  align-self: stretch;
  height: 40px;
}

.popup-overlay {
  z-index: 1001;
  background-color: var(--black--lighter);
  width: 100%;
  height: 100%;
  display: none;
  position: fixed;
  inset: 0%;
}

.hidden {
  display: none;
}

.hero-section {
  background-image: linear-gradient(to top, var(--ghost-white-2), transparent 18%), url('../images/Gradient-mesh---Copy.png');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  overflow: hidden;
}

.hero-section.lighter-background {
  background-image: none;
}

.hero-section.new {
  background-image: linear-gradient(20deg, #feeaea, #d0bfff 56%, #a2c9f6);
  background-position: 0 0;
  padding-bottom: 9rem;
}

.hero-section.new.alt {
  padding-bottom: 150px;
}

.hero-section.new.alt.artistpage {
  background-image: linear-gradient(20deg, #feeaea, #d0bfff 56%, #a2c9f6);
  background-position: 0 0;
  background-repeat: repeat;
  background-size: auto;
}

.hero-section.new.alt.artistpage.big-release {
  background-color: #0000;
  background-image: none;
  background-position: 0 0;
  background-repeat: repeat;
  background-size: auto;
}

.hero-text.double {
  flex: 0 auto;
  width: 40%;
  min-width: 480px;
  padding-top: 6%;
}

.hero-text.double.alt {
  padding-top: 6%;
}

.hero-text.double.alt.artistpage {
  padding-top: 5%;
}

.hero-text.double.alt.artistpage.big-release {
  width: 40%;
  min-width: 540px;
}

.hero-text.double.alt.artistpage.big-release.wider {
  min-width: 600px;
}

.hero-text.double.alt.artistpage.big-release.center-content {
  margin-left: auto;
  margin-right: auto;
}

.hero-text.double.alt.artistpage.big-release.top {
  padding-top: 8%;
}

.hero-text.limit.l {
  max-width: 50%;
}

.hero-text.limit.s-m {
  max-width: 480px;
}

.hero-image {
  display: block;
}

.hero-image.double {
  width: 100%;
  max-width: 40vw;
  min-height: 85px;
  margin-top: 1%;
  padding-left: 80px;
  display: block;
  position: relative;
}

.sticky-container {
  background-color: var(--ghost-white-2);
  flex-direction: column;
  width: 100%;
  display: flex;
  position: relative;
}

.background-image {
  z-index: 0;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  object-fit: cover;
  flex-direction: row;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: stretch;
  width: 100%;
  max-width: none;
  min-height: 100%;
  position: absolute;
  inset: 0;
}

.background-image.big-release {
  z-index: -1;
  background-image: linear-gradient(6deg, #ffd8adbf, #0000 47%), linear-gradient(38deg, #f3e700de, #b8ff26c2 69%, #fff200cf), url('../images/Genie---bg---Lin_1Genie---bg---Lin.avif');
  background-position: 0 0, 0 0, 50%;
  background-size: auto, auto, cover;
}

.secondary {
  border: 1px solid var(--black--default);
  border-radius: 30px;
  min-height: 44px;
  padding: 12px 20px;
  display: flex;
}

.flex-wrap-8 {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  flex: 1;
  display: flex;
}

.flex-wrap-8.space-top-8.hidden {
  display: none;
}

.flex-wrap-8.shrink {
  flex-flow: wrap;
  flex: 0 auto;
  place-content: flex-start center;
  align-self: center;
  align-items: center;
}

.white-lighter {
  color: var(--white--lighter);
}

.white-light {
  color: var(--white--light);
}

.embed {
  z-index: 50;
  width: 100%;
  font-size: 2.4rem;
  line-height: 1;
  position: absolute;
  inset: auto 0% 0%;
}

.embed.new {
  z-index: 101;
  font-size: 1.9rem;
  position: absolute;
  bottom: -10px;
  left: -32px;
}

.embed.new.artistpage {
  z-index: 120;
  font-size: 1rem;
  font-weight: 400;
  top: -40px;
  bottom: auto;
}

.hero-screenshot {
  box-shadow: 4px 4px 16px 0 var(--shadow);
  object-fit: cover;
  object-position: 0% 0%;
  border-radius: 20px;
  width: 54vw;
  max-width: none;
  min-height: 72vh;
  position: absolute;
  top: -9%;
}

.hero-screenshot.alt {
  min-height: 85vh;
}

.hero-screenshot.big-release {
  object-fit: contain;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
  flex: 0 auto;
  width: 100%;
  min-height: auto;
  display: block;
  position: absolute;
  top: 24px;
}

.bold {
  padding-right: 12px;
  font-size: 3.2rem;
  font-weight: 700;
  line-height: 1.15;
}

.bold.big-3 {
  margin-bottom: 24px;
  font-size: 4rem;
}

.bold.big-3.center-text.limit-large {
  max-width: 820px;
  padding-right: 0;
}

.bold.big-3.white-text.limit-large.left {
  margin-left: 0;
}

.circle-container {
  backface-visibility: hidden;
  color: #000;
  transform-style: preserve-3d;
  background-color: #0000;
  justify-content: center;
  align-items: center;
  width: 250px;
  max-width: 100vw;
  height: 250px;
  max-height: 100vw;
  display: flex;
  position: absolute;
  inset: auto -6% -1% auto;
  transform: translate3d(0, 0, 20px)rotate(0)perspective(3200px);
}

.circle-container.alt {
  cursor: default;
  top: auto;
  bottom: auto;
  right: 12%;
}

.circle-container.alt.artistpage {
  cursor: pointer;
  top: auto;
  bottom: -45%;
  right: 4%;
}

.circle-container.alt.artistpage.discord {
  top: 40%;
  left: 2%;
  right: auto;
}

.circle-container.alt.artistpage.discord.big-release {
  position: fixed;
  inset: -10% 1% auto auto;
}

.circle-container.alt.artistpage._1 {
  position: absolute;
  inset: auto auto auto 24px;
}

.circle-container._2 {
  bottom: 53%;
  left: 44%;
  right: auto;
}

.circle-container._2.hidden {
  display: none;
}

.circle-container._3 {
  width: 600px;
  height: 600px;
  bottom: 10%;
  left: 70%;
}

.circle-text {
  z-index: 10;
  color: #581fff;
  text-align: center;
  text-transform: uppercase;
  margin-right: 5px;
  font-size: 20px;
  font-weight: 700;
  position: relative;
  overflow: visible;
}

.circle-text.alt {
  font-size: 24px;
}

.circle-text.alt.artist {
  color: var(--waitlist);
}

.circle-text.alt.artist.discord {
  color: #5865f2;
}

.circle-text.alt.artist._1 {
  color: var(--gradient-black);
}

.circle-text._2 {
  font-size: 18px;
}

.circle-text._2._1 {
  font-size: 20px;
}

.circle-text._3 {
  letter-spacing: 4px;
  font-size: 32px;
  font-weight: 500;
}

.circle {
  border: 4px solid #581fff;
  border-radius: 10000px;
  width: 90%;
  height: 90%;
  position: absolute;
}

.circle.artist {
  border-color: var(--waitlist);
}

.circle.artist.discord {
  border-color: #5865f2;
  width: 92%;
  height: 92%;
}

.circle.artist._1 {
  border-color: var(--gradient-black);
}

.circle._5 {
  width: 95%;
  height: 95%;
}

.lock-icon {
  width: 72px;
  margin-bottom: 8px;
  position: absolute;
}

.lock-icon.alt {
  margin-bottom: 0;
}

.lock-icon.alt.discord {
  transform: rotate(-10deg);
}

.big-3 {
  font-size: 3rem;
}

.logo-footer {
  width: 120px;
}

.hide-on-desktop-only {
  display: none;
}

.footer-icons {
  width: 44px;
  height: 44px;
  padding-left: 0;
  padding-right: 0;
}

.link-block-2 {
  text-align: center;
  justify-content: center;
  align-items: center;
  width: 44px;
  height: 44px;
  display: flex;
}

.empty-state-3 {
  display: none;
}

.div-block-13 {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  justify-content: flex-end;
  align-items: center;
  display: flex;
}

.genie {
  z-index: 10;
  filter: contrast(105%) saturate(120%);
  position: absolute;
  inset: auto 0% 100px auto;
}

.genie.big-release {
  max-width: 55%;
  right: 0%;
}

.button-2 {
  color: #0c090d;
  margin-bottom: 0;
  font-weight: 900;
}

.button-2.l {
  letter-spacing: .01em;
  font-size: 17px;
  line-height: 20px;
}

.button-2.l.white-text {
  color: var(--white);
}

.button-2.l.bold {
  font-weight: 700;
}

.text-span {
  color: var(--grey--light);
}

.text-span.black-lighter {
  color: var(--black--lighter);
}

.text-span.black-lighter.hover-lighter {
  color: var(--black--light);
}

.text-span.black-lighter.hover-lighter:hover {
  color: var(--black--lighter);
}

.text-span-2 {
  color: var(--grey--light);
}

.featuredartist {
  z-index: 100;
  background-color: var(--black--lightest-2);
  border-radius: 100px;
  padding: 8px 20px 8px 8px;
  position: absolute;
  inset: auto 16px 86px auto;
}

.featuredartist.flex-wrap-8 {
  z-index: 100;
  bottom: 80px;
  right: 16px;
}

.featuredartist.flex-wrap-0 {
  bottom: 16px;
}

.featuredartist.flex-wrap-0.big-release {
  background-color: var(--black--lightest-1);
  padding-right: 8px;
}

.featuredartist.flex-wrap-0.big-release:hover {
  background-color: var(--black--lightest-2);
}

.featuredartist.flex-wrap-0.big-release._1 {
  margin-bottom: 140px;
  right: 1%;
}

.featuredartist.flex-wrap-0.big-release._2 {
  bottom: 8px;
  left: auto;
  right: -12px;
}

.featuredartist.flex-wrap-0.big-release._3 {
  bottom: 10px;
  left: auto;
  right: 230px;
}

.featuredartist.flex-wrap-0.big-release._4 {
  bottom: 8px;
  right: 234px;
}

.featuredartist.flex-wrap-0.big-release._5 {
  inset: 140px auto auto 40px;
}

.hover-lighter:hover {
  color: var(--black--lighter);
}

.image-block {
  flex: 1;
  align-self: center;
  max-height: 708px;
  padding-left: 24px;
  padding-right: 24px;
  overflow: hidden;
}

.floating-badge {
  position: absolute;
  left: 28%;
}

.floating-badge._1 {
  background-color: var(--black--light);
  border-radius: 100%;
  width: 60px;
  padding: 12px;
  left: 30%;
}

.floating-badge._1.top {
  left: 340px;
}

.floating-badge._2 {
  width: 64px;
  top: 420px;
  left: 100px;
}

.featuredscreen {
  position: absolute;
  overflow: hidden;
}

.featuredscreen._1 {
  border-top-right-radius: 20px;
  max-width: 53%;
  height: 60%;
  max-height: 400px;
  inset: auto 0% 0%;
}

.featuredscreen._2 {
  object-fit: cover;
  border-radius: 16px;
  width: auto;
  height: 30%;
  margin-top: 20px;
  top: 0;
  left: 372px;
  right: 0;
}

.featuredscreen._3 {
  border-bottom-right-radius: 20px;
  height: 36%;
  inset: 0% auto auto 0%;
}

.card {
  background-color: var(--white);
  border-radius: 70px;
  flex: 1;
  justify-content: center;
  max-width: 1600px;
  margin-left: auto;
  margin-right: auto;
  overflow: hidden;
}

.card.horizontal {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  padding-left: 2rem;
  display: flex;
}

.card.horizontal._1 {
  background-image: url('../images/Rurimii---Untitled44_20230616170152.jpg');
  background-position: 0 0;
  background-size: cover;
}

.card.horizontal.green-gradient {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  background-image: linear-gradient(38deg, #f3e930de, #b6e655c2 69%, #f0e856cf);
  padding-left: 0;
}

.card.horizontal.green-gradient.alt {
  background-image: linear-gradient(38deg, #d686f3c2, #f8a95ade 44%, #fdf561cf);
}

.card.horizontal.green-gradient.alt.right {
  grid-column-gap: 70px;
  grid-row-gap: 70px;
  background-image: linear-gradient(30deg, #f19da0, #cf3ba8 65%, #bd49d3), linear-gradient(38deg, #d686f3c2, #f8a95ade 44%, #fdf561cf);
  padding-left: 2rem;
  padding-right: 10rem;
}

.card.horizontal.green-gradient.alt.right._2 {
  padding-right: 6rem;
}

.card.horizontal.green-gradient._2 {
  background-image: linear-gradient(38deg, #64ffa7cf, #61ecf8c2 48%, #448cffde);
}

.card.horizontal.green-gradient._2.left._43 {
  background-image: linear-gradient(30deg, var(--primary), var(--accent-3--dark) 39%, #43d1f1), linear-gradient(38deg, #f3e930de, #b6e655c2 69%, #f0e856cf);
}

.card.horizontal.green-gradient._3 {
  background-image: linear-gradient(38deg, #4cd6fcde, #a789facf 47%, #f87cf4c2);
}

.card.horizontal.green-gradient.left {
  background-image: linear-gradient(30deg, #288f73, #88c708 72%, var(--neon)), linear-gradient(38deg, #f3e930de, #b6e655c2 69%, #f0e856cf);
  padding-left: 10rem;
  padding-right: 2rem;
}

.card.horizontal.green-gradient.left._1 {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  padding-left: 6rem;
}

.card.horizontal.green-gradient.left._1.shop {
  grid-column-gap: 70px;
  grid-row-gap: 70px;
  background-image: linear-gradient(30deg, #2f50c7, #8635f0 32%, #ff8df4), linear-gradient(38deg, #f3e930de, #b6e655c2 69%, #f0e856cf);
  padding-left: 2rem;
  padding-right: 6rem;
}

.card.horizontal.green-gradient.left._1.shop.hidden {
  display: none;
}

.card.smaller {
  border-radius: 32px;
  height: 100%;
}

.card.smaller.horizontal {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.content {
  align-self: center;
  width: 40%;
  padding: 180px 4rem 120px;
}

.content.alt {
  margin-right: 100px;
  padding: 80px 0;
}

.content.step {
  width: 45%;
  padding: 120px 0 100px;
}

.screenshot-rounded {
  border-radius: 20px;
}

.screenshot-rounded._1 {
  width: 80%;
}

.screenshot-rounded._1.space-top-12 {
  width: auto;
  margin-top: 12px;
  padding-top: 0;
}

.screenshot-rounded.space-top-24 {
  margin-top: 24px;
  padding-top: 0;
}

.sticker {
  width: 280px;
  display: block;
  position: absolute;
}

.sticker._1 {
  width: 240px;
  position: absolute;
  inset: auto 0% 0% auto;
}

.sticker._2 {
  inset: auto auto 0 50%;
}

.sticker._2.big {
  width: 280px;
  left: 46%;
}

.sticker._2.big.inside {
  position: relative;
  bottom: auto;
  left: auto;
}

.sticker._3 {
  width: 280px;
  max-width: none;
  bottom: 0;
  left: auto;
  right: 0;
}

.green-gradient {
  background-image: linear-gradient(38deg, #f3e700de, #b8ff26c2 69%, #fff200cf);
}

.whitetextbutton {
  color: var(--neon);
}

.whitetextbutton:hover {
  text-decoration: underline;
}

.small-image {
  width: 120px;
  max-width: 50%;
}

.small-image.height {
  object-fit: contain;
  min-height: 120px;
}

.italic-text {
  font-size: 1.2rem;
}

.italic-text-2 {
  font-size: 1.5rem;
}

.div-block-14 {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  display: flex;
}

@media screen and (min-width: 1280px) {
  .large-text.hero.black.bold.no-space-bottom.white-text {
    text-align: left;
  }

  .large-text.new.no-space-bottom.white-light {
    text-align: left;
  }

  .section.black-background.alt.big-release.top.purple {
    height: 642px;
  }

  .display.small.no-space-bottom {
    text-align: left;
  }

  .hero-text.double.alt.artistpage.big-release.top {
    padding-top: 6%;
  }

  .genie.big-release {
    right: 8%;
  }

  .featuredartist.flex-wrap-0.big-release._1 {
    right: 9%;
  }

  .small-image {
    width: 160px;
  }

  .small-image.height {
    min-height: 140px;
  }
}

@media screen and (min-width: 1440px) {

  .space-top-extra.top {
    height: 100px;
  }

  .large-text.new.big.no-space-bottom {
    font-size: 2rem;
  }

  .display.small.no-space-bottom {
    font-size: 4.6rem;
  }

  .space-top-12.limit-s-m.no-space-bottom.white-text {
    font-size: 50px;
    line-height: 60px;
  }

  .hero-text.double.alt.artistpage.big-release.top {
    padding-top: 2%;
  }

  .circle-container._2 {
    bottom: 48%;
    left: 48%;
  }

  .circle-container._3 {
    width: 700px;
    height: 700px;
  }

  .circle-text._3 {
    letter-spacing: 6px;
    font-size: 38px;
  }

  .genie.big-release {
    max-width: 50%;
  }

  .featuredartist.flex-wrap-0.big-release._5 {
    top: 160px;
  }

  .featuredscreen._2 {
    height: 26%;
    margin-top: 32px;
  }

  .card.horizontal.green-gradient.alt.right._2 {
    padding-right: 1.5%;
  }

  .card.horizontal.green-gradient.left._1 {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    padding-left: 11%;
  }

  .sticker._1 {
    width: 280px;
  }

  .sticker._2.big {
    width: 320px;
    left: 49%;
  }

  .small-image.height {
    min-height: 148px;
  }
}

@media screen and (min-width: 1920px) {
  .space-top-medium.mobile {
    height: 8vh;
  }

  .space-top-medium.hero {
    height: 16vh;
  }

  .container {
    max-width: 1440px;
  }

  .container.hero.double {
    padding-top: 10%;
    padding-bottom: 14rem;
  }

  .container.hero.double.artistpage.big-release {
    padding-top: 12%;
    padding-bottom: 8rem;
  }

  .container.flex-wrap-8.centered {
    justify-content: center;
  }

  .space-top-extra {
    height: 160px;
  }

  .space-top-extra.top {
    height: 140px;
  }

  .large-text.new {
    font-size: 1.4rem;
  }

  .section {
    z-index: 5;
    padding-top: 120px;
    padding-bottom: 120px;
    position: relative;
  }

  .section.lighter-background.special {
    padding-top: 140px;
    padding-bottom: 140px;
  }

  .section.lighter-background.special.no-padding-bottom {
    padding-bottom: 0;
  }

  .section.black-background.alt.artistsection {
    padding-top: 5%;
    padding-bottom: 8%;
  }

  .section.black-background.alt.big-release.top {
    height: 680px;
  }

  .section.black-background.alt.big-release.top.purple {
    height: 740px;
  }

  .display.new.double {
    padding-right: 16px;
  }

  .display.new.double.platform {
    flex: 1;
  }

  .display.new.double.artist.white-text.center-text {
    font-size: 8rem;
  }

  .section-3.full-width.alt {
    z-index: 5;
  }

  .button.small.shrink {
    display: inline-block;
  }

  .button.white-text {
    color: var(--white);
  }

  .button.white-text:hover {
    color: var(--neon);
  }

  .hero-section.new.alt.artistpage.big-release {
    background-color: #0000;
    background-image: none;
    background-position: 0 0;
    background-repeat: repeat;
    background-size: auto;
  }

  .hero-text.double.alt {
    min-width: 525px;
    padding-top: 8%;
  }

  .hero-text.double.alt.artistpage.big-release.wider {
    min-width: 640px;
  }

  .hero-text.double.alt.artistpage.big-release.center-content {
    width: 60%;
  }

  .hero-text.double.alt.artistpage.big-release.top {
    padding-top: 0%;
  }

  .hero-text.limit.s-m {
    max-width: 500px;
  }

  .background-image.big-release {
    z-index: -2;
    background-image: linear-gradient(6deg, #ffd8adbf, #0000 47%), linear-gradient(38deg, #f3e700de, #b8ff26c2 69%, #fff200cf), url('../images/Genie---bg---Lin_1Genie---bg---Lin.avif');
    background-position: 0 0, 0 0, 0 0;
    background-size: auto, auto, cover;
    position: absolute;
  }

  .embed {
    font-size: 2.6rem;
  }

  .embed.new {
    font-size: 1.75rem;
    left: -48px;
  }

  .hero-screenshot {
    top: -14%;
  }

  .bold {
    padding-right: 48px;
  }

  .circle-container.alt {
    cursor: default;
    top: 20px;
    right: 21%;
  }

  .circle-container.alt.artistpage {
    right: 15%;
  }

  .circle-container.alt.artistpage.discord {
    top: 50%;
    left: 12%;
  }

  .genie.big-release {
    bottom: 80px;
  }

  .featuredartist.flex-wrap-0.big-release._5 {
    top: 168px;
  }

  .featuredscreen._1 {
    max-height: none;
  }

  .featuredscreen._2 {
    left: 440px;
  }

  .content.step {
    padding-bottom: 120px;
  }

  .sticker._1 {
    width: 300px;
  }

  .small-image.height {
    min-height: 160px;
  }
}

@media screen and (max-width: 991px) {
  h2 {
    font-size: 40px;
    line-height: 50px;
  }

  h3 {
    font-size: 28px;
    line-height: 40px;
  }

  h4 {
    font-size: 22px;
    line-height: 34px;
  }

  h5 {
    font-size: 19px;
    line-height: 32px;
  }

  h6 {
    font-size: 17px;
    line-height: 26px;
  }

  .space-top-tiny {
    height: 14px;
  }

  .space-top-medium {
    height: 52px;
  }

  .space-top-large {
    height: 60px;
  }

  .space-top-large.tablet {
    height: 80px;
    display: block;
  }

  .container {
    z-index: 20;
    padding-left: 40px;
    padding-right: 40px;
    position: relative;
  }

  .container.hero.double {
    flex-direction: column;
    padding-top: 7rem;
    padding-bottom: 24rem;
  }

  .container.hero.double.artistpage {
    padding-top: 10%;
  }

  .container.hero.double.artistpage.big-release {
    margin-bottom: -40px;
    padding-top: 15%;
    padding-bottom: 0;
  }

  .container.full-width.alt.hide-on-desktop-only.hidden {
    display: none;
  }

  .container.smaller {
    padding-left: 120px;
    padding-right: 120px;
  }

  .container.flex-wrap-8.centered {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    flex-direction: column;
  }

  .limit-medium.hero {
    max-width: 540px;
  }

  .split {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    flex-direction: column;
    grid-template-columns: 1fr;
    align-items: stretch;
  }

  .split.large-gap.space-top-8 {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    flex-direction: row;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr 1fr;
    grid-auto-columns: 1fr;
    margin-left: 0;
    margin-right: 0;
    display: grid;
  }

  .split.large-gap.space-top-24 {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr 1fr;
    grid-auto-columns: 1fr;
    margin-left: 0;
    margin-right: 0;
    display: grid;
  }

  .limit {
    z-index: 10;
    align-self: flex-start;
    max-width: 56vw;
    margin-right: auto;
    padding-left: 0%;
    padding-right: 0%;
    position: relative;
  }

  .limit.new {
    max-width: 100%;
  }

  .limit.big {
    max-width: 80%;
  }

  .space-top-extra {
    height: 24px;
  }

  .space-top-extra.top {
    height: 40px;
  }

  .navbar-split-wrap {
    grid-template-columns: .4fr 1fr;
  }

  .large-text {
    margin-bottom: 0;
  }

  .large-text.hero.black.bold.no-space-bottom {
    padding-right: 16px;
  }

  .large-text.hero.black.bold.space-bottom-40 {
    margin-bottom: 32px;
  }

  .large-text.new {
    margin-bottom: 0;
    font-size: 1.25rem;
  }

  .large-text.new.big {
    margin-bottom: 32px;
    font-size: 1.4rem;
  }

  .large-text.new.big.hero {
    max-width: 360px;
  }

  .large-text.new.bold.black {
    margin-top: 32px;
  }

  .large-text.new.center-text {
    margin-bottom: 32px;
  }

  .large-text.new.fee {
    margin-bottom: 24px;
  }

  .black-button {
    font-weight: 700;
  }

  .section {
    padding-top: 100px;
  }

  .section.black-background.alt.artistsection.no-overlap {
    border-top-left-radius: 48px;
    border-bottom-left-radius: 48px;
  }

  .section.black-background.alt.big-release.top.purple {
    border-top-left-radius: 48px;
    padding-top: 0;
  }

  .graphic-wrap {
    z-index: 0;
    padding-top: 0;
  }

  .graphic-wrap.new {
    flex: 0 auto;
    width: 100%;
    height: 360px;
  }

  .graphic-wrap.new.left {
    margin-right: 0;
  }

  .graphic-wrap.new.left.big-release {
    height: 220px;
  }

  .graphic-wrap.new.right {
    margin-left: 0;
  }

  .no-space-bottom.center-text.limit-largest {
    max-width: 680px;
  }

  .cta-card {
    padding: 24px;
  }

  .white-text.shrink.no-wrap {
    margin-bottom: 0;
  }

  .newsletter-form {
    margin-top: 40px;
  }

  .menu-button.no-background.white-text {
    margin-top: 6px;
    margin-bottom: 6px;
  }

  .hide-tablet {
    display: none;
  }

  .display {
    margin-bottom: 24px;
    font-size: 5rem;
  }

  .display.small {
    font-size: 2.6rem;
    line-height: 1.1;
  }

  .display.small.no-space-bottom {
    font-size: 3.8rem;
  }

  .display.new.double {
    padding-right: 160px;
    font-size: 4.2rem;
  }

  .display.new.double.platform, .display.new.double.artist.white-text.center-text {
    padding-right: 0;
  }

  .text-block-2.height {
    flex: 1;
  }

  .button.secondary.inline, .button.secondary.inline.hide-on-desktop-only {
    display: inline-block;
  }

  .button.secondary.inline.hide-on-desktop-only.space-top-24 {
    margin-top: 24px;
  }

  .button.secondary.inline.hide-on-desktop-only.space-top-24.vgen {
    background-color: var(--neon);
    color: var(--black--default);
  }

  .button.secondary.inline.hide-on-desktop-only.space-top-24.vgen.hidden {
    display: none;
  }

  .button-plain {
    text-decoration: underline;
  }

  .button-plain.big-release-tablet-top-24 {
    margin-top: 24px;
  }

  .space-top-8.limit-medium.white-text.big, .space-top-8.limit-small.white-text {
    max-width: 700px;
    margin-bottom: 24px;
  }

  .space-top-8.white-text.limit-small.alt {
    max-width: 700px;
  }

  .space-top-12.limit-s-m {
    font-size: 48px;
    line-height: 1.2;
  }

  .close-popup {
    z-index: 100;
  }

  .hero-section.new.alt.artistpage.big-release {
    background-size: auto, auto, cover;
  }

  .hero-text.double {
    width: 80%;
    min-width: 0;
  }

  .hero-text.double.alt {
    padding-bottom: 20px;
  }

  .hero-text.double.alt.artistpage.big-release {
    z-index: 1;
    position: relative;
  }

  .hero-text.double.alt.artistpage.big-release.wider {
    min-width: 640px;
    padding-top: 2%;
    padding-bottom: 80px;
  }

  .hero-text.double.alt.artistpage.big-release.top {
    padding-top: 2%;
  }

  .hero-text.limit {
    max-width: 65vw;
  }

  .hero-text.limit.s-m {
    max-width: 440px;
  }

  .hero-image.double {
    max-width: 100%;
    min-height: 220px;
    padding-left: 0;
  }

  .sticky-container {
    overflow: hidden;
  }

  .flex-wrap-8.shrink {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    flex-direction: column;
    align-items: center;
  }

  .embed {
    width: 200%;
    font-size: 2.8rem;
  }

  .embed.new {
    font-size: 1.6rem;
  }

  .hero-screenshot {
    width: 100vw;
    height: 520px;
    min-height: 0;
    top: 40px;
    left: auto;
  }

  .bold {
    padding-right: 64px;
    font-size: 2.8rem;
  }

  .bold.big-3.center-text.limit-large {
    margin-top: 3rem;
    margin-bottom: 16px;
    padding-right: 0;
    font-size: 3.2rem;
  }

  .bold.big-3.white-text {
    padding-right: 0;
    font-size: 3.4rem;
  }

  .circle-container {
    right: -5%;
  }

  .circle-container.alt {
    z-index: 1000;
    top: -140px;
    right: 5%;
  }

  .circle-container.alt.artistpage {
    bottom: -22%;
    right: 0%;
  }

  .circle-container.alt.artistpage.discord {
    display: none;
  }

  .circle-container.alt.artistpage.discord.big-release {
    display: block;
    top: -64px;
    right: -64px;
  }

  .circle-container._2 {
    inset: 200px 124px auto auto;
  }

  .circle-container._3 {
    width: 360px;
    height: 360px;
    inset: -120px -120px auto auto;
  }

  .circle-text._3 {
    letter-spacing: 1px;
    font-size: 21px;
  }

  .circle.artist.discord {
    top: -2.5%;
    left: 4%;
    right: 4%;
  }

  .lock-icon.alt.discord {
    top: 31.5%;
    left: 32.5%;
  }

  .hide-on-desktop-only {
    display: block;
  }

  .genie.big-release {
    z-index: 0;
    max-width: 75%;
    inset: auto auto 0 32%;
  }

  .button-2.l.bold.white-text, .button-2.l.bold.white-text.badge {
    padding-right: 0;
  }

  .featuredartist.flex-wrap-0.big-release._1 {
    margin-bottom: 36px;
    bottom: 8px;
    right: 8px;
  }

  .featuredartist.flex-wrap-0.big-release._2 {
    bottom: 40px;
    right: 8px;
  }

  .featuredartist.flex-wrap-0.big-release._3 {
    bottom: 40px;
    left: auto;
    right: 8px;
  }

  .featuredartist.flex-wrap-0.big-release._4 {
    bottom: 40px;
    right: 8px;
  }

  .featuredartist.flex-wrap-0.big-release._5 {
    top: 100px;
    left: 24px;
  }

  .image-block {
    margin-top: 48px;
    padding-left: 0;
    padding-right: 0;
  }

  .image-block.step3 {
    margin-bottom: 48px;
  }

  .floating-badge._1.top {
    top: 252px;
    left: auto;
    right: 200px;
  }

  .floating-badge._2 {
    top: 32px;
    left: 260px;
  }

  .featuredscreen._1 {
    border-top-right-radius: 0;
    border-bottom-left-radius: 20px;
    max-width: 56%;
    height: auto;
    inset: 0 0 auto auto;
  }

  .featuredscreen._2 {
    border-radius: 8px;
    max-width: 30%;
    height: auto;
    top: 255px;
    left: auto;
    right: 2%;
  }

  .featuredscreen._3 {
    max-width: 41%;
    height: auto;
  }

  .card.horizontal.green-gradient.alt.right._2 {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    flex-direction: column;
    padding-left: 40px;
    padding-right: 40px;
  }

  .card.horizontal.green-gradient.left._1 {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    border-radius: 48px;
    flex-direction: column;
    padding-left: 40px;
    padding-right: 40px;
  }

  .card.horizontal.green-gradient.left._1.shop {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    padding-left: 40px;
    padding-right: 40px;
  }

  .content.step {
    width: 100%;
    padding-top: 48px;
    padding-bottom: 80px;
  }

  .content.step._3 {
    padding-top: 120px;
  }

  .sticker._1 {
    width: 280px;
  }

  .sticker._2.big {
    width: 280px;
    bottom: 0;
    left: auto;
    right: 0;
  }

  .sticker._3 {
    bottom: -30px;
    left: auto;
    right: 0;
  }

  .italic-text-2 {
    font-size: 1.4rem;
  }
}

@media screen and (max-width: 767px) {
  h2 {
    font-size: 32px;
    line-height: 48px;
  }

  h3 {
    font-size: 24px;
    line-height: 36px;
  }

  h4 {
    font-size: 20px;
    line-height: 32px;
  }

  h5 {
    font-size: 18px;
    line-height: 30px;
  }

  h6 {
    font-size: 16px;
    line-height: 24px;
  }

  .navbar {
    padding-top: 16px;
    padding-bottom: 16px;
  }

  .space-top-tiny {
    height: 8px;
  }

  .space-top-medium {
    height: 20px;
  }

  .space-top-medium.big-release-special {
    height: 40px;
  }

  .space-top-large {
    height: 32px;
  }

  .space-top-large.tablet {
    height: 60px;
  }

  .container {
    max-width: 100%;
    padding-left: 24px;
    padding-right: 24px;
  }

  .container.hero.footer {
    padding-top: 6rem;
    padding-bottom: 6em;
  }

  .container.hero.double {
    padding-top: 6rem;
    padding-bottom: 19rem;
  }

  .container.hero.double.artistpage {
    padding-bottom: 10rem;
  }

  .container.hero.double.artistpage.big-release {
    padding-top: 11%;
  }

  .limit-medium.center-content {
    max-width: 560px;
  }

  .limit-medium.hero {
    margin-left: 0;
  }

  .space-top-small {
    height: 16px;
  }

  .split {
    grid-column-gap: 8px;
    grid-row-gap: 8px;
    justify-items: start;
  }

  .split.large-gap.space-top-8 {
    grid-template-columns: 1fr 1fr;
  }

  .split.large-gap.space-top-24 {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
  }

  .limit {
    max-width: 60%;
    padding-left: 0%;
    padding-right: 0%;
  }

  .limit.new {
    max-width: 82%;
  }

  .limit.big {
    max-width: 100%;
  }

  .space-top-extra {
    height: 16px;
  }

  .large-text {
    margin-bottom: 0;
    font-size: 20px;
    line-height: 24px;
  }

  .large-text.hero {
    margin-bottom: 40px;
    margin-right: 20%;
    line-height: 1.1;
  }

  .large-text.hero.black.bold.no-space-bottom {
    margin-right: 0;
  }

  .large-text.hero.black.bold.white-text {
    margin-right: 24px;
  }

  .large-text.hero.black.bold.space-bottom-40 {
    margin-right: 0%;
  }

  .large-text.new {
    margin-bottom: 16px;
    font-size: 1.2rem;
    font-weight: 500;
  }

  .large-text.new.big {
    font-size: 1.3rem;
    font-weight: 500;
  }

  .large-text.new.big.white-lighter.banner {
    text-align: center;
    font-size: 1.2rem;
  }

  .large-text.new.big.limit-large.center-text {
    max-width: 560px;
    margin-bottom: 24px;
    font-size: 1.1rem;
  }

  .large-text.new.big.hero {
    max-width: 75%;
  }

  .large-text.new.bold.black {
    font-weight: 700;
  }

  .large-text.new.no-space-bottom.space-top-16 {
    margin-bottom: 8px;
    font-size: 1.1rem;
  }

  .section {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .section.lighter-background {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .section.lighter-background.special {
    padding-bottom: 40px;
  }

  .section.lighter-background.special.no-padding-bottom {
    padding-bottom: 0;
  }

  .section.black-background.alt.artistpage.center-content {
    padding-top: 48px;
    padding-bottom: 200px;
  }

  .section.smaller {
    padding-top: 40px;
    padding-bottom: 20px;
  }

  .small-text {
    height: auto;
    font-size: 14px;
    line-height: 16px;
  }

  .graphic-wrap {
    padding: 24px;
  }

  .graphic-wrap.new {
    height: 300px;
    padding: 0;
  }

  .no-space-bottom {
    line-height: 40px;
  }

  .no-space-bottom.center-text.limit-largest {
    max-width: 560px;
    font-size: 22px;
    line-height: 30px;
  }

  .center-text.limit-large {
    line-height: 1.25;
  }

  .cta-card {
    padding: 20px;
  }

  .white-button {
    font-size: 15px;
    font-weight: 900;
  }

  .newsletter-form {
    margin-top: 20px;
  }

  .menu-button.no-background.white-text {
    margin-top: 5px;
    margin-bottom: 5px;
  }

  .body {
    min-width: 100%;
  }

  .display {
    margin-bottom: 24px;
    font-size: 3.5rem;
  }

  .display.small {
    margin-bottom: 0;
    font-size: 2.3rem;
  }

  .display.small.no-space-bottom {
    font-size: 3rem;
  }

  .display.small.center-text.black-light {
    margin-bottom: 24px;
  }

  .display.new.double {
    margin-bottom: 16px;
    margin-right: 25%;
    font-size: 3.2rem;
    font-weight: 900;
  }

  .display.new.double.platform, .display.new.double.artist {
    margin-right: 0%;
  }

  .display.new.double.artist.white-text.center-text {
    text-align: left;
    font-size: 3.5rem;
  }

  .button.secondary.inline.hide-on-desktop-only.space-top-24.vgen.hidden {
    display: none;
  }

  .button-plain.big-release-tablet-top-24 {
    margin-top: 16px;
  }

  .icon-only._20.lhs {
    position: relative;
    top: 4px;
  }

  .full-width {
    padding-left: 0;
    padding-right: 0;
  }

  .black {
    color: var(--black--default);
  }

  .popup-overlay {
    z-index: 1001;
  }

  .hero-section.new {
    padding-bottom: 4rem;
  }

  .hero-text.double {
    width: 100%;
  }

  .hero-text.double.alt.artistpage.big-release.wider {
    min-width: 100%;
    padding-bottom: 48px;
  }

  .hero-text.double.alt.artistpage.big-release.center-content {
    justify-content: flex-start;
    align-items: flex-start;
    min-width: 100%;
  }

  .hero-text.double.alt.artistpage.big-release.top {
    padding-top: 6%;
  }

  .hero-text.limit {
    max-width: 80%;
  }

  .hero-text.limit.s-m {
    max-width: 480px;
  }

  .hero-image.double {
    min-height: 100px;
  }

  .embed {
    width: 150%;
    font-size: 2.8rem;
    bottom: 0%;
  }

  .embed.new {
    bottom: 80px;
  }

  .hero-screenshot {
    border-radius: 16px;
    height: 360px;
  }

  .bold {
    padding-right: 80px;
    font-size: 2.3rem;
    line-height: 1.1;
  }

  .bold.big-3.center-text.limit-large {
    padding-right: 0;
    font-size: 2.5rem;
  }

  .bold.big-3.white-text {
    font-size: 2.8rem;
  }

  .circle-container {
    width: 200px;
    height: 200px;
    bottom: -4%;
    right: 6%;
  }

  .circle-text {
    font-size: 16px;
    line-height: 24px;
  }

  .circle-text.alt {
    font-size: 20px;
  }

  .circle-text._2._1 {
    font-size: 16px;
  }

  .circle {
    width: 85%;
    height: 85%;
  }

  .lock-icon {
    width: 48px;
  }

  .lock-icon.alt.discord {
    top: 35%;
  }

  .collection-list-2 {
    display: flex;
  }

  .genie {
    display: none;
  }

  .genie.big-release {
    max-width: 65%;
    display: block;
    left: 39%;
  }

  .featuredartist.flex-wrap-0.big-release._5 {
    top: 88px;
    left: 20px;
  }

  .content.step._3 {
    padding-bottom: 0;
  }

  .sticker._2.big {
    width: 260px;
  }

  .sticker._3 {
    width: 120px;
    margin-right: 20px;
  }

  .small-image.height {
    min-height: 102px;
  }

  .italic-text {
    font-size: 1rem;
  }

  .italic-text-2 {
    font-size: 1.1rem;
  }
}

@media screen and (max-width: 479px) {
  h1 {
    font-size: 3.75rem;
  }

  .navbar.sticky-form.mobile {
    margin-top: 60px;
    padding-left: 16px;
    padding-right: 16px;
    display: block;
  }

  .space-top-medium {
    height: 40px;
  }

  .space-top-medium.mobile, .space-top-medium.hero {
    height: 24px;
  }

  .space-top-large {
    height: 8px;
  }

  .container {
    padding-left: 16px;
    padding-right: 16px;
    overflow: hidden;
  }

  .container.hero {
    padding: 9rem 16px .5rem;
  }

  .container.hero.footer {
    padding-top: 5rem;
    padding-bottom: 5rem;
  }

  .container.hero.double {
    padding-top: 8rem;
    padding-bottom: 7.5rem;
    overflow: hidden;
  }

  .container.hero.double.artistpage {
    padding-top: 30%;
  }

  .container.hero.double.artistpage.big-release {
    margin-bottom: 0;
    padding-top: 30%;
  }

  .container.full-width.alt.hide-on-desktop-only {
    padding-left: 4px;
    padding-right: 4px;
  }

  .container.smaller {
    max-width: 100%;
    padding-left: 16px;
    padding-right: 16px;
  }

  .container.biggest {
    padding-left: 20px;
    padding-right: 20px;
  }

  .space-top-small {
    height: 8px;
  }

  .split {
    place-items: stretch stretch;
    display: block;
  }

  .split.large-gap.space-top-8 {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    grid-template-rows: auto auto auto;
    grid-template-columns: 1fr;
    margin-top: -16px;
    padding-top: 0;
  }

  .split.large-gap.space-top-24 {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    grid-template-columns: 1fr;
    padding-top: 0;
  }

  .limit {
    max-width: 100%;
  }

  .limit.new {
    max-width: 100%;
  }

  .space-top-extra {
    height: 24px;
  }

  .navbar-split-wrap {
    grid-template-columns: 1fr 1fr;
  }

  .large-text {
    font-weight: 500;
    line-height: 1.2;
  }

  .large-text.hero {
    margin-bottom: 40px;
    margin-right: 10%;
    font-size: 1.25rem;
    font-weight: 500;
    line-height: 1.2;
  }

  .large-text.hero.black.bold.no-space-bottom {
    padding-top: 4px;
  }

  .large-text.hero.black.bold.no-space-bottom._1 {
    font-size: 1.1rem;
  }

  .large-text.hero.black.bold.white-text {
    margin-right: 0;
  }

  .large-text.hero.black.bold.space-bottom-40 {
    margin-bottom: 24px;
    padding-top: 4px;
  }

  .large-text.new {
    font-size: 1.1rem;
  }

  .large-text.new.big {
    margin-bottom: 32px;
    font-size: 1.1rem;
  }

  .large-text.new.big.center-text {
    text-align: left;
    margin-bottom: 0;
    padding-right: 16px;
  }

  .large-text.new.big.white-lighter.banner {
    text-align: center;
    align-self: stretch;
  }

  .large-text.new.big.limit-large.center-text {
    text-align: center;
    font-size: 1rem;
  }

  .large-text.new.no-space-bottom.white-light {
    font-size: 1rem;
  }

  .large-text.new.no-space-bottom.space-top-16 {
    padding-top: 8px;
    padding-right: 8px;
    font-size: 1rem;
  }

  .large-text.new.fee {
    font-size: 1rem;
  }

  .large-text.new.fee.center-text.limit-large {
    text-align: center;
  }

  .black-button {
    text-align: center;
    font-weight: 700;
  }

  .black-button.footer:hover {
    color: var(--nello);
  }

  .black-button.footer.hide-on-mobile {
    display: none;
  }

  .black-button.footer.mobile-only {
    margin-top: 4px;
    padding: 14px 24px;
    display: block;
  }

  .black-button.footer.mobile-only:hover {
    color: var(--neon);
  }

  .black-button.footer.mobile-only.hidden {
    display: none;
  }

  .black-button.margin-right.more {
    margin-right: 80px;
  }

  .input-field {
    border-radius: 0;
    margin-top: 0;
    margin-bottom: 12px;
    font-size: 18px;
  }

  .section {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .section.lighter-background.special {
    margin-top: 5%;
    padding-top: 48px;
    padding-bottom: 48px;
  }

  .section.lighter-background.special.no-padding-bottom {
    margin-top: 0%;
  }

  .section.black-background.alt {
    padding-bottom: 180px;
  }

  .section.black-background.alt.artistpage.center-content {
    margin-top: -48px;
  }

  .section.black-background.alt.artistsection {
    padding-bottom: 100px;
  }

  .section.black-background.alt.artistsection.no-overlap {
    padding-top: 48px;
    padding-bottom: 24px;
  }

  .section.black-background.alt.big-release.top.purple {
    border-top-left-radius: 48px;
    height: auto;
    padding-bottom: 32px;
  }

  .section.mobile {
    padding-top: 40px;
    padding-bottom: 60px;
  }

  .graphic-wrap {
    background-color: #feeaea;
    background-image: url('../images/Gradient-mesh---Copy.png');
    background-size: cover;
    background-attachment: fixed;
    max-height: 300px;
    padding: 40px;
    overflow: hidden;
  }

  .graphic-wrap.new {
    background-color: #0000;
    height: 240px;
    overflow: visible;
  }

  .graphic-wrap.new.left.big-release {
    height: 120px;
  }

  .no-space-bottom {
    line-height: 1.2;
  }

  .center-text.limit-large {
    text-align: left;
  }

  .cta-card {
    border-radius: 24px;
    flex-direction: row;
    grid-template-rows: auto;
    grid-template-columns: .25fr 1fr;
    grid-auto-columns: 1fr;
    align-items: center;
    margin-top: 8px;
    margin-bottom: 0;
    padding: 12px 16px;
    display: flex;
  }

  .cta-card.hidden {
    display: none;
  }

  .footer-bottom {
    text-align: center;
    flex-direction: column;
    align-items: center;
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .white-text.shrink.no-wrap.no-space-bottom.big-release {
    text-align: center;
    white-space: normal;
    align-self: stretch;
    font-size: 1.6rem;
    line-height: 1.3;
  }

  .newsletter-form {
    flex-direction: column;
    align-items: stretch;
    margin-bottom: 20px;
  }

  .footer-2-top {
    flex-direction: column;
    align-items: flex-start;
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .footer-2-top.new {
    grid-row-gap: 16px;
    align-items: flex-start;
  }

  .display {
    margin-bottom: 16px;
    font-size: 2.8rem;
  }

  .display.small {
    font-size: 1.3rem;
    font-weight: 500;
    line-height: 1.2;
  }

  .display.small.white-text, .display.small.center-text.black-light {
    font-size: 2rem;
  }

  .display.new.double {
    margin-right: 0%;
    padding-right: 16px;
    font-size: 3.2rem;
  }

  .display.new.double.platform {
    max-width: 320px;
  }

  .display.new.double.artist {
    font-size: 3rem;
  }

  .display.new.double.artist.white-text.center-text {
    margin-bottom: 8px;
    font-size: 2.5rem;
  }

  .cta-block {
    display: block;
  }

  .text-block-2 {
    text-align: left;
    align-self: flex-start;
    font-size: 16px;
  }

  .author-image {
    background-image: url('../images/3bc1895aa77c497ef90b3b2db5efb259.jpeg');
    background-position: 50%;
    background-size: cover;
    width: 75px;
  }

  .author-image.hero {
    width: 40px;
    height: 40px;
    margin-right: 8px;
    padding-bottom: 0;
    padding-right: 0;
  }

  .button.l {
    font-size: 17px;
  }

  .button.secondary {
    text-align: center;
    justify-content: center;
  }

  .button.secondary.inline.hide-on-desktop-only.space-top-24.vgen.hidden {
    display: none;
  }

  .button-plain.big-release-tablet-top-24 {
    width: 100%;
  }

  .black-light.full-width.smaller {
    font-size: 15px;
  }

  .space-top-8.limit-medium.white-text.big, .space-top-8.limit-small.white-text, .space-top-8.white-text.limit-small.alt {
    max-width: 240px;
    line-height: 1.2;
  }

  .space-top-12.limit-s-m {
    font-size: 2.4rem;
  }

  .space-top-24.black-lighter.white-lighter {
    font-size: 14px;
    line-height: 1.3;
  }

  .space-top-24.black-lighter.white-lighter._3 {
    max-width: 60%;
  }

  .flex-wrap-0 {
    height: auto;
  }

  .popup-base.support {
    display: none;
  }

  .popup.recommendation {
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
  }

  .modal-scroll {
    padding-bottom: 0;
  }

  .hero-section.new {
    padding-bottom: 0;
  }

  .hero-section.new.alt {
    padding-bottom: 80px;
  }

  .hero-text.double.alt.artistpage.big-release {
    width: 100%;
    min-width: 0%;
  }

  .hero-text.limit {
    max-width: 100%;
  }

  .hero-image.double {
    min-height: 180px;
  }

  .background-image.big-release {
    background-position: 0 0, 0 0, 50%;
  }

  .flex-wrap-8 {
    flex-direction: column;
  }

  .flex-wrap-8.shrink {
    align-self: stretch;
  }

  .embed {
    width: 180%;
    font-size: 2.8rem;
    bottom: -3rem;
    left: 0%;
  }

  .hero-screenshot {
    height: 280px;
    top: 32px;
  }

  .bold {
    margin-bottom: 12px;
    padding-right: 32px;
    font-size: 2.2rem;
  }

  .bold.big-3.center-text.limit-large {
    text-align: left;
    margin-top: 1.5rem;
    padding-right: 0;
    font-size: 2.6rem;
  }

  .bold.big-3.white-text {
    padding-right: 48px;
    font-size: 2.6rem;
  }

  .bold.big-3.white-text.footer {
    padding-right: 0;
  }

  .circle-container {
    width: 180px;
    height: 180px;
    bottom: -3%;
    right: -4%;
  }

  .circle-container.alt {
    top: -120px;
  }

  .circle-container.alt.artistpage {
    bottom: -10%;
    right: 1%;
  }

  .circle-container.alt.artistpage.discord.big-release {
    top: -60px;
  }

  .circle-container._2 {
    top: -44px;
    left: -44px;
    right: auto;
  }

  .circle-container._3 {
    z-index: -100;
    top: -138px;
    right: -138px;
  }

  .circle-text {
    font-size: 14px;
    line-height: 22px;
  }

  .circle-text.alt {
    font-size: 19px;
  }

  .circle-text.alt.artist.discord {
    font-size: 17px;
  }

  .circle-text._2._1 {
    font-size: 15px;
  }

  .lock-icon {
    width: 40px;
  }

  .lock-icon.alt {
    width: 48px;
  }

  .collection-list-wrapper {
    margin-left: -8px;
  }

  .empty-state-3 {
    display: none;
  }

  .genie {
    width: 70vw;
    bottom: -70px;
  }

  .genie.big-release {
    width: auto;
    max-width: 80%;
    bottom: 50px;
    left: 27%;
  }

  .button-2.l {
    font-size: 17px;
  }

  .button-2.l.bold.white-text, .button-2.l.bold.white-text.badge {
    margin-bottom: 0;
    font-size: 14px;
  }

  .featuredartist.flex-wrap-0 {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
    padding: 6px 16px 6px 6px;
    bottom: 40px;
    right: 0;
  }

  .featuredartist.flex-wrap-0.big-release._1 {
    margin-bottom: 64px;
    right: 0;
  }

  .featuredartist.flex-wrap-0.big-release._2 {
    display: none;
  }

  .featuredartist.flex-wrap-0.big-release._2.mobile {
    display: block;
    bottom: 160px;
    right: 0;
  }

  .featuredartist.flex-wrap-0.big-release._3 {
    top: 260px;
    bottom: auto;
    right: 0;
  }

  .featuredartist.flex-wrap-0.big-release._4 {
    top: 260px;
    bottom: auto;
    right: 0;
  }

  .featuredartist.flex-wrap-0.big-release._5 {
    border-radius: 0 100px 100px 0;
    padding-left: 8px;
    padding-right: 6px;
    top: auto;
    bottom: 20%;
    left: 0;
  }

  .image-block {
    margin-top: 24px;
  }

  .image-block.hide-on-desktop-only {
    margin-top: 12px;
  }

  .image-block.step3 {
    margin-bottom: 24px;
  }

  .floating-badge._1.top {
    top: 190px;
    right: 36px;
  }

  .floating-badge._2 {
    width: 48px;
    left: 100px;
  }

  .featuredscreen._1 {
    border-bottom-left-radius: 16px;
  }

  .featuredscreen._2 {
    border-radius: 6px;
    top: 100px;
  }

  .featuredscreen._3 {
    border-bottom-right-radius: 16px;
  }

  .card.horizontal.green-gradient.alt.right._2 {
    border-radius: 24px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .card.horizontal.green-gradient._2.left._43._1 {
    border-radius: 24px;
  }

  .card.horizontal.green-gradient.left._1 {
    border-radius: 24px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .card.horizontal.green-gradient.left._1.shop {
    padding-left: 20px;
    padding-right: 20px;
  }

  .content.step {
    padding-top: 32px;
    padding-bottom: 48px;
  }

  .content.step._3 {
    padding-top: 148px;
  }

  .screenshot-rounded._1.space-top-12, .screenshot-rounded.left {
    border-radius: 16px;
  }

  .sticker._1 {
    width: 120px;
    top: 20%;
    bottom: auto;
  }

  .sticker._2.big {
    width: 164px;
    left: 60%;
    right: auto;
  }

  .sticker._3 {
    width: 120px;
    top: 20%;
    bottom: auto;
  }

  .small-image {
    align-self: center;
    width: 72px;
    margin-right: 16px;
  }

  .heading-17 {
    margin-bottom: 0;
    font-size: 1.25rem;
    line-height: 1.3;
  }

  .italic-text-2 {
    font-size: 1rem;
  }
}

#w-node-_620ac2322dd2bb1dcad0e9b900000000000b-771f02e5 {
  place-self: center;
}

#w-node-_7d6ad7e6-1895-17d0-e6ac-8790f6757de0-f6757ddd {
  align-self: center;
}

#w-node-_3bf72ab7-d876-27c2-aea4-a4f9f1762f1e-771f0390 {
  place-self: center end;
}

#w-node-_3bf72ab7-d876-27c2-aea4-a4f9f1762f20-771f0390 {
  justify-self: start;
}

#w-node-_8d24be30-7ce4-41f7-db1f-1379343a20a9-771f0390 {
  place-self: center end;
}

#w-node-_8d24be30-7ce4-41f7-db1f-1379343a20ab-771f0390 {
  justify-self: start;
}

#w-node-_2e169acc-e546-462d-3139-7c5e009eba46-771f03a9 {
  align-self: center;
}

#w-node-_96ef8345-fae8-5be7-07dc-a316e0052e08-771f03a9 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-b6c5cd50-dae0-8581-8884-1e09a61805bb-771f03a9 {
  justify-self: end;
}

#w-node-_1655a708-2b8f-b1cc-1928-016ff4be99da-771f03a9 {
  align-self: center;
}

#w-node-_1655a708-2b8f-b1cc-1928-016ff4be99e5-771f03a9 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_2e169acc-e546-462d-3139-7c5e009eba52-771f03a9 {
  align-self: start;
}

#w-node-ca341902-48ca-43a2-bacc-7ee08c388f5f-771f03a9 {
  place-self: center;
}

#w-node-_24631f5b-d453-f4d2-483a-a3e9305fd0b6-771f03a9 {
  align-self: start;
}

@media screen and (max-width: 991px) {
  #w-node-ca341902-48ca-43a2-bacc-7ee08c388f5f-771f03a9 {
    justify-self: start;
  }
}

@media screen and (max-width: 767px) {
  #w-node-_2e169acc-e546-462d-3139-7c5e009eba52-771f03a9, #w-node-_24631f5b-d453-f4d2-483a-a3e9305fd0b6-771f03a9 {
    place-self: start;
  }
}

@media screen and (max-width: 479px) {
  #w-node-_89e9bbd7-e183-dd59-f2da-065b85765a80-771f03a9, #w-node-_89e9bbd7-e183-dd59-f2da-065b85765a8c-771f03a9, #w-node-_89e9bbd7-e183-dd59-f2da-065b85765a98-771f03a9, #w-node-_81c0772d-e833-4674-7bdc-d470f3399cbb-771f03a9, #w-node-_7c75a78a-d695-571f-416e-ef8d71875fe8-771f03a9, #w-node-_001301d3-8641-643a-2205-58a8a597c4a2-771f03a9, #w-node-_5c4e4648-ef83-c6e4-5ffc-003fc471a212-771f03a9 {
    justify-self: auto;
  }
}


@font-face {
  font-family: 'Satoshi';
  src: url('../fonts/Satoshi-Black.otf') format('opentype');
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Satoshi';
  src: url('../fonts/Satoshi-BoldItalic.otf') format('opentype');
  font-weight: 700;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Satoshi';
  src: url('../fonts/Satoshi-Italic.otf') format('opentype');
  font-weight: 400;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Satoshi';
  src: url('../fonts/Satoshi-Light.otf') format('opentype');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Satoshi';
  src: url('../fonts/Satoshi-Bold.otf') format('opentype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Satoshi';
  src: url('../fonts/Satoshi-LightItalic.otf') format('opentype');
  font-weight: 300;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Satoshi';
  src: url('../fonts/Satoshi-MediumItalic.otf') format('opentype');
  font-weight: 500;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Satoshi';
  src: url('../fonts/Satoshi-Medium.otf') format('opentype');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Satoshi';
  src: url('../fonts/Satoshi-Regular.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Satoshi';
  src: url('../fonts/Satoshi-BlackItalic.otf') format('opentype');
  font-weight: 900;
  font-style: italic;
  font-display: swap;
}