@import url("https://fonts.googleapis.com/css?family=Montserrat&subset=latin-ext");
@import url("https://fonts.googleapis.com/css2?family=League+Spartan:wght@800&display=swap");
@keyframes a {
  0% {
    opacity: 0;
    transform: translate3d(0, 10rem, 0);
  }
  to {
    opacity: 1;
    transform: translateZ(0);
  }
}
.fadeInUp {
  animation: a 0.4s;
}
@keyframes b {
  0% {
    opacity: 0;
    transform: translate3d(0, -10rem, 0);
  }
  to {
    opacity: 1;
    transform: translateZ(0);
  }
}
.fadeInDown {
  animation: b 0.4s;
}
[class*=" icon-"]:before,
[class^="icon-"]:before {
  font-family: fontello;
  font-style: normal;
  font-weight: 400;
  speak: none;
  display: inline-block;
  text-decoration: inherit;
  width: 1em;
  margin-right: 0.2em;
  text-align: center;
  font-variant: normal;
  text-transform: none;
  line-height: 1em;
  margin-left: 0.2em;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.icon-right-open:before {
  content: "\e800";
}
.icon-cancel:before {
  content: "\e801";
}
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.2rem;
}
h1,
h2 {
  line-height: 1.1;
}
h2 {
  font-size: 1.8rem;
}
h3 {
  font-size: 2.2rem;
}
h3,
h4 {
  line-height: 1.1;
}
h4 {
  font-size: 1.8rem;
}
h5,
h6 {
  font-size: 1.6rem;
  line-height: 1.1;
}
p {
  font-size: 1.8rem;
}
h1,
h2,
h6,
li,
p {
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.6), 0 1px 0 rgba(0, 0, 0, 0.6),
    -1px 0 0 rgba(0, 0, 0, 0.6), 1px 0 0 rgba(0, 0, 0, 0.6);
}
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}
html {
  font-size: 62.5%;
}
body,
html {
  width: 100%;
  height: 100%;
}
body {
  overflow-x: hidden;
  min-width: 320px;
  background: #fff;
  color: #333;
  z-index: 0;
  background-size: cover;
  background-position: 50%;
  background-repeat: no-repeat;
}
ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
}
.clearfix:after {
  content: "";
  display: block;
  clear: both;
}
.btn,
.transition {
  transition: all 0.25s ease;
}
img {
  display: block;
  max-width: 100%;
  height: auto;
}
.grayscale {
  -webkit-filter: grayscale(100%);
  filter: grayscale(100%);
}
.main {
  position: relative;
  width: 100%;
  height: 100%;
  min-height: 480px;
  z-index: 1;
}
.adult {
  position: fixed;
  width: 100%;
  left: 0;
  bottom: 1rem;
  z-index: 3;
  text-align: center;
  color: #fff;
  text-transform: uppercase;
  font-size: 1rem;
}
ul {
  list-style-type: disc;
  margin-left: 2rem;
}
ul li {
  font-size: 1.4rem;
  margin-bottom: 0.2rem;
}
.btnbox {
  width: 100%;
}
.btn,
.btnbox {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-align: center;
  align-items: center;
}
.btn {
  width: 80%;
  min-height: 5.4rem;
  line-height: 1;
  max-width: 25rem;
  padding: 2rem;
  position: relative;
  color: #000;
  font-size: 1.6rem;
  text-decoration: none;
  text-transform: uppercase;
  text-align: center;
  letter-spacing: 0.1rem;
  border-radius: 50rem;
  cursor: pointer;
  border: none;
}
.btn--primary {
  background-color: #0000009e;
  color: white;
  border: 2px solid white;
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.2),
    inset 0 2px 2px hsla(0, 0%, 100%, 0.2);
}
.btn--primary:hover {
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.6),
    inset 0 2px 2px hsla(0, 0%, 100%, 0.2);
}
.btn--primary:active {
  box-shadow: none;
}
.btn--accent {
  color: #fff;
  background-color: #ffcc43;
}
.btn--accent:hover {
  background-color: #ffbe10;
}
.stepbox {
  overflow: hidden;
  left: 0;
  top: 0;
  z-index: 2;
}
.step,
.stepbox {
  width: 100%;
  height: 100%;
  position: relative;
}
.step {
  display: none;
  color: #fff;
}
.step:first-child {
  display: block;
}
.step__inner {
  width: 100%;
  height: 100%;
  display: -ms-flexbox;
  display: flex;
  padding: 4rem 1rem 13rem 1rem;
  -ms-flex-direction: column;
  flex-direction: column;
  -ms-flex-pack: center;
  justify-content: center;
}
.step__header {
  position: relative;
  text-align: center;
  -ms-flex: 1;
  flex: 1;
}
.step__body {
  position: relative;
  margin-bottom: 1rem;
}
.step__body h1,
.step__body h2,
.step__body p {
  text-align: center;
}
.step__body ul {
  max-width: 50rem;
  margin: auto;
  padding: 0 0 0 2rem;
}
.step__footer {
  position: relative;
}
.step__header .image {
  width: 100%;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: center;
}
.mainpic {
  width: 175px;
  border-radius: 50%;
}
.bg {
  position: fixed !important;
}
.bg,
.bg:after {
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  z-index: 0;
}
.bg:after {
  content: "";
  display: block;
  position: fixed;
  background-image: radial-gradient(rgba(0, 0, 0, 0.4) 50%, transparent 0);
  background-size: 2px 2px;
}
.bg__item {
  display: none;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: 50%;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
}
.bg__item.active {
  display: block;
}
.bg__item.blur {
  -webkit-filter: blur(8px);
  filter: blur(8px);
  transform: scale(1.02, 1.02);
}
.logo {
  font-family: "League Spartan", sans-serif;
  font-weight: bold;
  color: white;
  font-size: 55px;
  text-shadow: 5px 1px #ff0a7d, -3px -3px #28fff5;
  width: 100%;
  text-align: center;
  text-transform: none;
  letter-spacing: 5px;
  padding: 10px;
}
.video-bg {
  position: fixed;
  right: 0;
  bottom: 0;
  min-width: 100%;
  min-height: 100%;
}
.video {
  width: 180px;
  padding: 2em 0em;
  border-radius: 50%;
}
.bg__item img {
  width: 100%;
}
.logo-img {
  margin: auto;
  margin-bottom: 35px;
  width: 150px;
}
@media (min-width: 360px) {
  html {
    font-size: 75%;
  }
  ul li {
    font-size: 1.6rem;
    margin-bottom: 0.5rem;
  }
  .step__body .image {
    width: 24rem;
  }
  .video {
    width: 250px;
    padding: 2em 0em;
    border-radius: 50%;
  }
}
@media (max-width: 425px) {
  .btn--primary {
    margin-bottom: 7rem;
  }
  .step__header {
    flex: 0.6;
  }
}
@media (max-width: 768px) {
  .bg__item img {
    height: 100%;
  }
}
@media (min-width: 768px) {
  html {
    font-size: 87.5%;
  }
  .step__inner {
    -ms-flex-pack: center;
    justify-content: center;
  }
  .step__header {
    -ms-flex: 0;
    flex: 0;
    margin-bottom: 2rem;
  }
  .step__body {
    margin-bottom: 4rem;
  }
  .mainpic {
    max-width: 190px;
  }
}
@media (min-width: 1300px) {
  html {
    font-size: 100%;
  }
  .btn--primary {
    margin-top: -3%;
  }
  .step__inner {
    padding: 10rem 1rem 13rem 1rem;
  }
}
