:root {
  --songtools-widget-alpha---cta--cta-bg-color: #ff1241;
  --songtools-widget-alpha---color--background-color: #191919;
}
body {
  margin: 0;
  background: var(--songtools-widget-alpha---color--background-color);
  font-family: 'Poppins', sans-serif;
}
.wh-hero {
  position: relative;
  height: 90vh;
  min-height:715px;
  overflow: hidden;
  background: var(--songtools-widget-alpha---color--background-color);
}
.wh-hero__media {
  position: absolute;
  inset: 0;
  overflow: hidden;
  z-index: 0;
}
.wh-hero__media img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}
.wh-hero__gradient {
  position: absolute;
  inset: 0;
  background:
    linear-gradient(90deg, rgb(from var(--songtools-widget-alpha---color--background-color) r g b / 5%) 0%, rgb(from var(--songtools-widget-alpha---color--background-color) r g b / 5%) 100%),
    linear-gradient(90deg, var(--songtools-widget-alpha---color--background-color) 5%, rgb(from var(--songtools-widget-alpha---color--background-color) r g b / 0) 55%),
    linear-gradient(270deg, rgb(from var(--songtools-widget-alpha---color--background-color) r g b / 51%) 5%, rgb(from var(--songtools-widget-alpha---color--background-color) r g b / 0) 55%),
    linear-gradient(0deg, var(--songtools-widget-alpha---color--background-color) 1%, rgb(from var(--songtools-widget-alpha---color--background-color) r g b / 0) 133px),
    linear-gradient(180deg, var(--songtools-widget-alpha---color--background-color) 6%, rgb(from var(--songtools-widget-alpha---color--background-color) r g b / 0) 70%);
}
.wh-header {
  position: absolute;
  z-index: 1;
  top: 18px;
  left: 86px;
  right: 114px;
  height: 60px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-radius: 12px 12px 0 0;
}
.wh-header__logo img {
  display: block;
  height: 32px;
  width: auto;
}
.wh-header__actions {
  display: flex;
  gap: 16px;
}
.wh-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  height: 36px;
  padding: 0 30px;
  border-radius: 6px;
  font-family: 'Poppins', sans-serif;
  font-weight: 500;
  font-size: 14px;
  line-height: 20.8px;
  text-decoration: none;
  cursor: pointer;
  box-sizing: border-box;
  border: none;
}
.wh-btn--ghost {
  color: #fff;
  background: transparent;
  border: 1px solid rgba(248, 229, 85, .5);
  /* -webkit-backdrop-filter: blur(2.5px); */
  /* backdrop-filter: blur(2.5px); */
  opacity: .8;
}
.wh-btn--primary {
  color: #000;
  background: var(--songtools-widget-alpha---cta--cta-bg-color);
}
.wh-hero__content {
  position: relative;
  z-index: 1;
  width: 100%;
  max-width: 1480px;
  height: 100%;
  margin: 0 auto;
  padding: 211px 40px 0;
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
}
.wh-hero__heading {
  margin: 0;
  font-weight: 700;
  font-size: 42px;
  line-height: 54.6px;
  color: var(--songtools-widget-alpha---font--font-color, #fff);
  white-space: nowrap;
}
.wh-hero__sub {
  margin: 9px 0 0;
  font-weight: 500;
  font-size: 20px;
  line-height: 1.5;
  color: var(--songtools-widget-alpha---font--font-color, #fff);
}
.wh-hero__sub span {
    display: block;
    opacity: .8;
    font-weight: 400;
}
.wh-hero__sub .wh-regular {
  font-weight: 400;
}
.wh-hero__sub.mobile-only-x {
  display: none;
}
.wh-badges {
  margin-top: 24px;
  display: flex;
  gap: 25px;
}
.wh-badge {
  width: 250px;
}
.wh-badge__icon {
  position: relative;
  width: 50px;
  height: 50px;
}
.wh-badge__icon > img {
  position: absolute;
  inset: 0;
  width: 50px;
  height: 50px;
  display: block;
}
.wh-badge__glyph {
  position: absolute;
  inset: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
}
.wh-badge__glyph img {
  display: block;
}
.wh-badge__glyph--50off img {
  width: 33px;
  height: 33px;
}
.wh-badge__glyph--coin img {
  width: 60.9px;
  height: 40.3px;
  max-width: none;
}
.wh-badge__text {
  margin: 8px 0 0;
  font-size: 16px;
  line-height: 1.3;
  letter-spacing: .231px;
  color: var(--songtools-widget-alpha---font--font-color, #fff);
  font-weight: 400;
  opacity: .8;
}
.wh-badge__text strong {
  font-weight: 600;
}
.wh-cta {
  margin-top: 54px;
  align-self: flex-start;
  display: inline-flex;
  align-items: center;
  height: 49.2px;
  padding: 0 33px;
  background: var(--songtools-widget-alpha---cta--cta-bg-color, var(--songtools-widget-alpha---cta--cta-bg-color));
  border-radius: 9px;
  font-weight: 600;
  font-size: 16px;
  line-height: 19.2px;
  color: var(--songtools-widget-alpha---cta--cta-font-color, #000);
  text-decoration: none;
  cursor: pointer;
  border: none;
}
.wh-slider {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 90vh;
  z-index: 0;
}
.wh-hero.hide,
.wh-hero .hide {
  display: none !important;
}
.wh-slide {
  position: absolute;
  inset: 0;
  opacity: 0;
  pointer-events: none;
  transition: opacity .6s ease;
}
.wh-slide.is-active {
  opacity: 1;
  pointer-events: auto;
}
.wh-slider__controls {
  width: 100%;
  max-width: 1480px;
  height: 90vh;
  display: block;
  position: absolute;
  top: 0;
  left: -50%;
  right: -50%;
  z-index: 2;
  padding: 0 86px;
  box-sizing: border-box;
  pointer-events: none;
  margin:0 auto;
}
.wh-slider__meta {
  position: absolute;
  z-index: 2;
  left: 50%;
  transform: translateX(-50%);
  bottom: 40px;
  width: 100%;
  max-width: 100%;
  padding: 0 20px;
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  gap: 16px;
  pointer-events: auto;
}
.wh-slider__artist {
  display: flex;
  align-items: center;
  gap: 14px;
}
.wh-slider__artist-text {
  display: flex;
  flex-direction: column;
  text-align: right;
  color: var(--songtools-widget-alpha---font--font-color, #fff);
}
.wh-slider__label {
  font-size: 10px;
  font-weight: 500;
  letter-spacing: 1.5px;
  text-transform: uppercase;
  opacity: .5;
}
.wh-slider__name {
  font-size: 16px;
  font-weight: 600;
  line-height: 1.3;
}
.wh-slider__genre {
  font-size: 12px;
  font-weight: 400;
  opacity: .6;
}
.wh-slider__thumb {
  position: relative;
  width: 56px;
  height: 56px;
}
.wh-slider__thumb-img {
  position: absolute;
  inset: 6px;
  width: 44px;
  height: 44px;
  border-radius: 50%;
  object-fit: cover;
  display: block;
  transition: opacity .3s ease;
}
.wh-slider__thumb-img.is-fading {
  opacity: 0;
}
.wh-slider__progress {
  position: absolute;
  inset: 0;
  transform: rotate(-90deg);
}
.wh-slider__progress-track {
  fill: none;
  stroke: rgba(255, 255, 255, .25);
  stroke-width: 2.5;
}
.wh-slider__progress-bar {
  fill: none;
  stroke: var(--songtools-widget-alpha---cta--cta-bg-color, var(--songtools-widget-alpha---cta--cta-bg-color));
  stroke-width: 2.5;
  stroke-linecap: round;
}
.wh-slider__dots {
  display: flex;
  gap: 8px;
}
.wh-slider__dot {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  border: 1px solid rgba(255, 255, 255, .6);
  background: transparent;
  padding: 0;
  cursor: pointer;
}
.wh-slider__dot.is-active {
  background: #fff;
  border-color: #fff;
}
@media (max-width: 1024px) {
  .wh-hero__sub:not(.mobile-only-x) {
    display: none;
  }
  .wh-hero__sub.mobile-only-x {
    display: block;
  }
  .wh-slider__thumb,
  .wh-slider__dots {
    display: none;
  }
  .wh-badge {
    width: 250px;
    display: flex;
    gap: 12px;
  }
  .wh-badge.mobile-only-x {
    display: none;
  }
  .wh-slider__controls {
    display: none;
  }
  .wh-badge__icon {
    min-width: 50px;
  }
  .wh-hero__heading {
    font-size: 27px;
  }
}
@media (max-width: 991px) {
  .wh-hero {
    height: auto;
    min-height: 90vh;
    padding: 18px 24px 64px;
    box-sizing: border-box;
  }
  .wh-header {
    position: relative;
    left: auto;
    right: auto;
    top: auto;
  }
  .wh-hero__content {
    height: auto;
    padding: 96px 0 0;
  }
  .wh-hero__heading {
    font-size: 27px;
    line-height: 1.3;
    white-space: normal;
  }
  .wh-hero__sub {
    margin-top: 24px;
    font-size: 16px;
  }
  .wh-badges {
    margin-top: 40px;
    gap: 32px;
    flex-wrap: wrap;
  }
  .wh-cta {
        margin-top: 44px;
        height: 40px;
        padding: 10px 20px;
        font-weight: normal;
    }
    /*.v2-iframe {
      position: fixed;
      top:0;
      left:0;
      width: 100%;
      z-index: 9999;
    }*/
}

/* ============================================================
   Header Styles
   ============================================================ */
.wx--ui-header {
  display: none;
}

#ui-global-header {
    position: fixed;
    top: 1px;
    left: 0;
    right: 0;
    z-index: 9999;
    background: transparent;
    padding: 0 18px 0 25px;
    box-sizing: border-box;
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    max-width: 100%;
    margin: 0 auto;
    height: 59px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

.userinfo-block {
  display: flex;
  align-items: center;
  flex: 0 0 auto;
}

.ui-brand {
  width: auto !important;
  min-width: 200px !important;
  height: 32px !important;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: 0 0;
  cursor: pointer;
  flex-shrink: 0;
  position: relative !important;
}

.ui-brand.logolandscape {
  width: 340px !important;
  height: 32px !important;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: 0 0;
}

.auth-block {
  display: flex;
  align-items: center;
  flex: 0 0 auto;
}

.auth-block__inner {
  display: flex;
  gap: 14px;
  align-items: center;
}

.auth-block__login,
.auth-block__signup {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  height: 32px;
  padding: 0 16px 0 17px;
  border-radius: 6px;
  font-weight: 400;
  font-size: 14px;
  line-height: 1;
  text-decoration: none;
  cursor: pointer;
  border: none;
  transition: all .2s ease;
  white-space: nowrap;
  min-width:52px;
}

.auth-block__login,
.auth-block__login.secondary {
  color: var(--songtools-widget-alpha---font--font-color, #fff);
  background: transparent;
  /* -webkit-backdrop-filter: blur(2.5px); */
  /* backdrop-filter: blur(2.5px); */
  min-width: 75px;
}

.auth-block__login:hover,
.auth-block__login.secondary:hover {
  opacity: 1;
}

.auth-block__signup,
.auth-block__signup.primary {
  color: var(--songtools-widget-alpha---cta--cta-font-color, #000);
  background: var(--songtools-widget-alpha---cta--cta-bg-color);
  border: none;
}

.auth-block__signup:hover,
.auth-block__signup.primary:hover {
  opacity: .9;
}

.wh-icon-lang {
  width: 36px;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  color: var(--songtools-widget-alpha---font--font-color, #fff);
}
.wh-icon-lang svg{
  width: 23px;
  height:24px;
}

.wh-icon-lang svg {
  display: block;
}

/* Light theme overrides for header */
body.light .auth-block__login,
body.light .auth-block__login.secondary {
  color: #191919;
  border-color: rgba(32, 33, 36, .5);
}

body.light .auth-block__signup,
body.light .auth-block__signup.primary {
  color: #fff;
}

/* ============================================================
   Light theme - applied when body.light is present
   ============================================================ */
body.light {
  background: #fff;
}
body.light .wh-hero {
  background: #fff;
}
body.light .wh-hero__gradient {
  background:
    linear-gradient(90deg, rgba(255, 255, 255, .2) 0%, rgba(255, 255, 255, .2) 100%),
    linear-gradient(90deg, #fff 5%, rgba(255, 255, 255, 0) 55%),
    linear-gradient(270deg, #fff 5%, rgba(255, 255, 255, 0) 55%),
    linear-gradient(0deg, #fff 0%, rgba(255, 255, 255, 0) 100px),
    linear-gradient(180deg, #fff 6%, rgba(255, 255, 255, 0) 70%);
}
body.light .wh-btn--ghost {
  color: #191919;
  border-color: rgba(32, 33, 36, .5);
}
body.light .wh-hero__heading,
body.light .wh-hero__sub,
body.light .wh-badge__text,
body.light .wh-slider__artist-text {
  color: #191919;
}
body.light .wh-slider__progress-track {
  stroke: rgba(32, 33, 36, .25);
}
body.light .wh-badge__icon > img {
  filter: invert(1);
}
body.light .wh-slider__dot {
  border-color: rgba(32, 33, 36, .6);
}
body.light .wh-slider__dot.is-active {
  background: #191919;
  border-color: #191919;
}
