.sm-age-gate-lock,
.sm-age-gate-lock body {
  overflow: hidden;
}

.sm-age-gate-passed .sm-age-gate,
.sm-age-gate.is-hidden {
  display: none;
}

.sm-age-gate {
  position: fixed;
  inset: 0;
  z-index: 3000;
  min-height: 100vh;
  min-height: 100svh;
  overflow: hidden;
  background: #0a060d;
  color: #a097c0;
}

.sm-age-gate__media {
  position: absolute;
  left: 0;
  top: 0;
  display: block;
  width: 100vw;
  height: 100vh;
  height: 100svh;
  overflow: hidden;
  opacity: .1;
  pointer-events: none;
}

.sm-age-gate__media-img {
  position: absolute;
  left: -15.99%;
  top: 0;
  width: 118.44%;
  max-width: none;
  height: 140.35%;
  -o-object-fit: cover;
     object-fit: cover;
}

.sm-age-gate__panel {
  position: absolute;
  left: 50%;
  top: calc(50% - 47px);
  width: min(542px, calc(100vw - 48px));
  transform: translate(-50%, -50%);
  text-align: center;
}

.sm-age-gate__brand {
  margin: 0;
  color: #ff2e7e;
  font-size: 42px;
  line-height: 65.1px;
  font-weight: 400;
  letter-spacing: -1.26px;
}

.sm-age-gate__notice {
  width: min(400px, 100%);
  margin: 23px auto 0;
  color: #ece7f5;
  font-size: 16px;
  line-height: 1.55;
  font-weight: 400;
  letter-spacing: .13px;
}

.sm-age-gate__notice strong {
  font-weight: 400;
}

.sm-age-gate__required {
  margin: 25px 0 0;
  color: #6a6386;
  font-size: 11px;
  line-height: 1.4;
  font-weight: 400;
  letter-spacing: 3.08px;
}

.sm-age-gate__button {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 60px;
  margin: 22px 0 0;
  border: 0;
  border-radius: 71px;
  color: #fff;
  font-size: 14px;
  line-height: 1.4;
  font-weight: 600;
  letter-spacing: .56px;
  text-align: center;
  cursor: pointer;
}

.sm-age-gate__button--enter {
  background: linear-gradient(180deg, #ff4d93 0%, #ff2e7e 50%, #d91a63 100%);
  box-shadow: 0 4px 14px rgba(7, 5, 13, .6), 0 12px 32px rgba(255, 46, 126, .5);
}

.sm-age-gate__button--leave {
  margin-top: 27px;
  border: 1px solid #35214d;
  background: rgba(40, 27, 54, .7);
  color: #a097c0;
  font-weight: 400;
}

.sm-age-gate__legal {
  margin: 43px 0 0;
  color: #a097c0;
  font-size: 12px;
  line-height: 1.5;
  font-weight: 400;
  letter-spacing: .13px;
}

@media (max-width: 768px) {
  .sm-age-gate {
    background: #0e0c19;
  }

  .sm-age-gate__media {
    left: -157.07vw;
    width: 314.14vw;
  }

  .sm-age-gate__media-img {
    left: 0;
    top: 0;
    width: 100%;
    height: 104.68%;
  }

  .sm-age-gate__panel {
    top: clamp(300px, calc(50% - 155px), 595px);
    width: min(561px, calc(100vw - 48px));
  }

  .sm-age-gate__brand {
    font-size: clamp(34px, 6.4vw, 48px);
    line-height: 1.2;
    font-weight: 700;
    letter-spacing: .16px;
  }

  .sm-age-gate__notice {
    width: min(468px, 100%);
    margin-top: 60px;
    color: #a097c0;
    font-size: clamp(16px, 2.94vw, 22px);
    line-height: 1.35;
    letter-spacing: .16px;
  }

  .sm-age-gate__notice strong {
    color: #ece7f5;
    font-weight: 700;
  }

  .sm-age-gate__required {
    margin-top: 20px;
    color: #a097c0;
    font-size: clamp(14px, 2.67vw, 20px);
    line-height: 1.4;
    letter-spacing: 1.1px;
  }

  .sm-age-gate__button {
    width: min(350px, 100%);
    height: clamp(60px, 10.67vw, 80px);
    margin-right: auto;
    margin-left: auto;
    font-size: clamp(14px, 2.67vw, 20px);
    letter-spacing: 0;
  }

  .sm-age-gate__button--enter {
    margin-top: 61px;
  }

  .sm-age-gate__button--leave {
    margin-top: 33px;
  }

  .sm-age-gate__legal {
    width: min(561px, 100%);
    margin: 63px auto 0;
    font-size: clamp(14px, 2.67vw, 20px);
    line-height: 1.45;
    letter-spacing: .16px;
  }
}
