.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: 2.4rem;
  line-height: 1;
}
h2 {
  font-size: 1.8rem;
}
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;
}
* {
  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;
}
.bgz {
  background-size: cover;
  background-position: 50%;
  background-repeat: no-repeat;
}
.t-center {
  text-align: center;
}
.bg-primary {
  background-color: #fa2e6d;
}
.bg-accent {
  background-color: #19d3ec;
}
.c-primary {
  color: #fa2e6d;
}
.c-accent {
  color: #19d3ec;
}
.adult {
  width: 100%;
  position: fixed;
  left: 0;
  top: 0;
  padding: 0.75rem 0;
  z-index: 3;
  color: #fff;
  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-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__backdrop {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  transform: translateY(100%);
  opacity: 0;
  transition: opacity 0.4s ease;
  background: rgba(0, 0, 0, 0.8);
  z-index: 1;
}
.container__backdrop.active {
  transform: translateY(0);
  opacity: 1;
}
.tiktokbox {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  cursor: pointer;
}
.tiktokbox__location {
  top: 2rem;
  position: relative;
  width: 100%;
  padding: 1rem;
  text-align: center;
}
.tiktokbox__location .city {
  display: inline-block;
  position: relative;
}
.tiktokbox__location .city:after {
  content: "";
  display: block;
  width: 0.5rem;
  height: 0.5rem;
  background: red;
  position: absolute;
  border-radius: 999rem;
  left: -0.75rem;
  top: 0.5rem;
}
.tiktokbox__aside {
  position: absolute;
  right: 0;
  bottom: 0;
  width: 4rem;
  padding-bottom: 9rem;
}
.tiktokbox__aside ul {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  margin: 0;
  padding: 0;
  list-style-type: none;
}
.tiktokbox__aside ul li {
  padding: 0.5rem;
  margin: 0 0 0.5rem;
  text-align: center;
}
.tiktokbox__aside ul li img {
  width: 2.2rem;
  display: inline-block;
}
.tiktokbox__info {
  padding: 0.5rem;
  position: absolute;
  width: 100%;
  bottom: 0;
  left: 0;
  padding-bottom: 5.5rem;
  padding-right: 4rem;
}
.tiktokbox__info .gurl {
  display: -ms-inline-flexbox;
  display: inline-flex;
}
.tiktokbox__info .name {
  margin-right: 0.5rem;
  margin-bottom: 0.5rem;
}
.tiktokbox__info img {
  background: #19d3ec;
  width: 1.5rem;
  height: 1.5rem;
  border-radius: 999rem;
}
.tiktokbox__info .tagcloud {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.tiktokbox__info .tagcloud span {
  font-size: 1.2rem;
  line-height: 1;
  margin: 0 0.5rem 0.5rem 0;
}
.tiktokbox__nav {
  position: absolute;
  height: 4.5rem;
  width: 100%;
  left: 0;
  bottom: 0;
  z-index: 1;
}
.tiktokbox__nav ul {
  width: 100%;
  height: 100%;
  display: -ms-flexbox;
  display: flex;
  margin: 0;
  padding: 0;
  list-style-type: none;
}
.tiktokbox__nav ul li {
  -ms-flex-preferred-size: 20%;
  flex-basis: 20%;
  margin: 0;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.tiktokbox__nav ul li span {
  display: inline-block;
}
.tiktokbox__nav ul li img {
  width: 1.7rem;
}
.tiktokbox__nav ul li.plus span {
  width: 4.2rem;
  height: 2.8rem;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  background: #fff;
  border-radius: 1rem;
  position: relative;
  box-shadow: -3px 0 0 #19d3ec, 3px 0 0 #fa2e6d;
}
.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-reverse;
  flex-direction: column-reverse;
  color: #000;
  font-size: 1.4rem;
  text-decoration: none;
  text-transform: uppercase;
  text-align: center;
  letter-spacing: 0.1rem;
  border-radius: 1.5rem;
  border: none;
  overflow: hidden;
  cursor: pointer;
  outline: none;
  background: #fff;
  box-shadow: -4px 0 0 #19d3ec, 4px 0 0 #fa2e6d,
    0 12px 6px -10px rgba(0, 0, 0, 0.8);
}
.btn img {
  width: 3rem;
}
.btn:hover {
  box-shadow: 0 14px 14px -10px rgba(0, 0, 0, 0.5);
}
.btn:active {
  box-shadow: none;
}
.btn--accent {
  border: 2px solid #19d3ec;
}
.btn--accent img {
  transform: scaleY(-1);
}
.btn--block {
  width: 80%;
  height: 4.8rem;
  max-width: 24rem;
  margin: 0;
  -ms-flex-direction: row;
  flex-direction: row;
}
.btn--block img {
  transform: rotate(90deg);
}
.stepbox {
  position: relative;
  display: none;
  z-index: 1;
  overflow: hidden;
}
.step,
.stepbox {
  width: 100%;
  height: 100%;
}
.step {
  position: absolute;
  left: 0;
  top: 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: center;
  justify-content: center;
  padding: 1rem 2rem;
}
.step__header {
  margin-bottom: 1rem;
}
.step__body {
  margin-bottom: 2rem;
}
.step {
  transform: translateY(200%);
}
.step__body,
.step__footer,
.step__header {
  position: relative;
  opacity: 0;
  transition: opacity 0.4s ease 0s;
}
.step__footer .btnbox a {
  position: relative;
  opacity: 0;
}
.step__footer .btnbox a:first-child,
.step__footer .btnbox a:nth-child(2) {
  transition: opacity 0.4s ease 0s, box-shadow 0.25s ease 0s;
}
.step.active {
  transform: translateY(0);
}
.step.active .step__body,
.step.active .step__footer,
.step.active .step__header {
  opacity: 1;
}
.step.active .step__footer .btnbox a {
  opacity: 1;
  transform: translate(0);
}
.step.hidden .step__body,
.step.hidden .step__footer,
.step.hidden .step__header {
  opacity: 0;
}
.videobox {
  position: fixed;
}
.videobox,
.videobox:after {
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
}
.videobox:after {
  content: "";
  display: block;
  position: absolute;
  background-color: rgba(0, 0, 0, 0.4);
}
.jquery-background-video-wrapper {
  height: 100%;
  background-image: none !important;
}
.videobox-mobile {
  display: block;
}
.videobox-desktop {
  display: none;
}
@media screen and (min-width: 1024px) {
  .videobox-mobile {
    display: none;
  }
  .videobox-desktop {
    display: block;
  }
}
@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) {
  .tiktokbox {
    max-width: 42rem;
    left: 50%;
    transform: translateX(-50%);
  }
  .stepbox {
    max-width: 42rem;
    margin: 0 auto;
  }
}
@media screen and (min-width: 1024px) {
  .bg {
    max-width: 42rem;
    left: 50%;
    transform: translateX(-50%);
  }
}
@media screen and (min-width: 1280px) {
  .bg,
  .stepbox,
  .tiktokbox {
    max-width: 40rem;
  }
}
@media screen and (min-width: 2560px) {
  .bg,
  .stepbox,
  .tiktokbox {
    max-width: 60rem;
  }
}

@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;
  }