@import url("https://fonts.googleapis.com/css?family=Montserrat&subset=latin-ext");
.fadeInUp {
  animation: a 0.4s forwards;
}
@keyframes a {
  0% {
    opacity: 0;
    transform: translate3d(0, 2rem, 0);
  }
  to {
    opacity: 1;
    transform: translateZ(0);
  }
}
body {
  font-family: Montserrat, Arial, Helvetica, sans-serif;
  font-size: 16px;
  line-height: 1.4;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  text-transform: uppercase;
}
h1 {
  font-size: 4rem;
  line-height: 1;
}
h2 {
  font-size: 3rem;
}
h2,
h3 {
  line-height: 1.1;
}
h3 {
  font-size: 1.6rem;
}
h4 {
  font-size: 1.4rem;
}
h4,
h5 {
  line-height: 1.1;
}
h5 {
  font-size: 1.3rem;
}
h6 {
  font-size: 0.9rem;
  line-height: 1.1;
}
p {
  font-size: 1.4rem;
}
h1,
h2,
h3,
h4,
h5,
h6,
li,
p,
span {
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.4), 0 1px 0 rgba(0, 0, 0, 0.4),
    -1px 0 0 rgba(0, 0, 0, 0.4), 1px 0 0 rgba(0, 0, 0, 0.4);
}
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  -moz-user-select: none;
  -webkit-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
html {
  font-size: 62.5%;
}
body,
html {
  width: 100%;
  height: 100%;
}
body {
  overflow-x: hidden;
  min-width: 320px;
  min-height: 480px;
  background: #000;
  color: #fff;
  z-index: 0;
}
body.minified {
  overflow: hidden;
}
a {
  text-decoration: none;
}
img {
  display: block;
  max-width: 100%;
  height: auto;
}
ul {
  list-style-type: disc;
  margin-left: 2rem;
}
ul li {
  font-size: 1.175rem;
  margin-bottom: 0.5rem;
  text-align: left;
}
.clearfix:after {
  content: "";
  display: block;
  clear: both;
}
.transition {
  transition: all 0.25s ease;
}
.bg__item,
.bgz,
.step__bg {
  background-size: cover;
  background-position: 50%;
  background-repeat: no-repeat;
}
.t-center {
  text-align: center;
}
.bg-primary {
  background-color: #db184b;
}
.bg-accent {
  background-color: #4cfffd;
}
.c-primary {
  color: #db184b;
}
.c-accent {
  color: #4cfffd;
}
.adult {
  width: 100%;
  position: absolute;
  left: 50%;
  bottom: 0;
  transform: translateX(-50%);
  padding: 0.75rem 0;
  z-index: 4;
  color: #000;
  text-transform: uppercase;
  font-size: 0.875rem;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-direction: column;
  flex-direction: column;
}
.adult span {
  text-shadow: none;
}
.main {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column-reverse;
  flex-direction: column-reverse;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  overflow: hidden;
}
.container,
.main {
  position: relative;
  width: 100%;
  height: 100%;
  z-index: 1;
}
.container {
  padding: 0.5rem 0.5rem 4rem;
}
.logo {
  position: absolute;
  left: 1rem;
  top: 1rem;
  z-index: 3;
}
.logo img {
  width: 6rem;
}
.btnbox {
  width: 100%;
  -ms-flex-direction: row;
  flex-direction: row;
}
.btn,
.btnbox {
  position: relative;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-align: center;
  align-items: center;
}
.btn {
  width: 8rem;
  height: 8rem;
  padding: 0;
  margin: 0 1rem;
  -ms-flex-direction: column;
  flex-direction: column;
  color: #fff;
  font-size: 1.4rem;
  text-decoration: none;
  text-transform: uppercase;
  text-align: center;
  letter-spacing: 0.1rem;
  border-radius: 10rem;
  border: none;
  overflow: hidden;
  cursor: pointer;
  outline: none;
}
.btn:active {
  box-shadow: none;
}
.btn img {
  margin-bottom: 0.5rem;
}
.btn--primary {
  border: 2px solid #db184b;
}
.btn--accent {
  border: 2px solid #4cfffd;
}
.btn--accent img {
  transform: scaleY(-1);
}
.btn--block {
  width: 90%;
  height: 5.6rem;
  max-width: 24rem;
  margin: 0;
}
.stepbox {
  width: 100%;
  height: 100%;
  position: relative;
  display: block;
  z-index: 1;
}
.step {
  box-shadow: 0 16px 14px -12px rgba(0, 0, 0, 0.8);
  border-radius: 0.5rem;
  overflow: hidden;
}
.step,
.step__bg {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
}
.step__bg {
  display: block;
}
.step__bg:after {
  content: "";
  display: block;
  position: fixed;
  background: rgba(0, 0, 0, 0.6);
  z-index: 0;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
}
.step__inner {
  position: relative;
  z-index: 2;
  width: 100%;
  height: 100%;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  -ms-flex-pack: end;
  justify-content: flex-end;
  padding: 1rem 2rem 3rem;
}
.step__header {
  margin-bottom: 1rem;
  position: relative;
}
.step__body {
  margin-bottom: 2rem;
}
.step__body,
.step__footer {
  position: relative;
}
.step {
  transform: translateY(200%);
  opacity: 0;
  transition: opacity 0.4s ease;
}
.step.active {
  opacity: 1;
  transform: translate(0);
}
.step.hidden--right {
  transform: translate(200%, 10rem) rotate(20deg);
}
.step.hidden--left,
.step.hidden--right {
  opacity: 0;
  transition: transform 0.8s ease, opacity 0.5s ease 0.2s;
}
.step.hidden--left {
  transform: translate(-200%, 10rem) rotate(-20deg);
}
.bg {
  position: fixed !important;
}
.bg,
.bg:after {
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  z-index: 0;
  display: block;
}
.bg:after {
  content: "";
  position: fixed;
  background: hsla(0, 0%, 100%, 0.9);
}
.bg.blur .bg__item {
  filter: blur(4px);
  transform: scale(1.2) translateY(100%);
}
.bg.blur .bg__item.active {
  transform: scale(1.2) translateY(0);
}
.bg__item {
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  transform: translateY(100%);
  opacity: 0;
  transition: opacity 0.5s ease;
}
.bg__item.active {
  transform: translateY(0);
  opacity: 1;
}
.bg__item.lazyload {
  animation: fadeInBg 0.5s linear;
}
@media (min-width: 360px) {
  html {
    font-size: 75%;
  }
}
@media (min-width: 768px) {
  html {
    font-size: 87.5%;
  }
}
@media (min-width: 1300px) {
  html {
    font-size: 100%;
  }
}
@media screen and (min-width: 768px) {
  .container {
    max-width: 36rem;
    max-height: 60rem;
  }
}
@media screen and (min-width: 1024px) {
  .container {
    max-width: 32rem;
  }
}

@media all and (prefers-contrast: no-preference) {
  #__fhTestBlock {
    color: rgb(255, 0, 0);
  }
}
#__fhTestBlock {
  display: none;
  flex-basis: fit-content;
  font-synthesis: small-caps;
  ruby-position: alternate;
}
#__fhTestBlock2 {
  flex-basis: content;
}