@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: 2.6rem;
  line-height: 1;
}
h2 {
  font-size: 2rem;
}
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;
}
@media screen and (min-width: 1280px) {
  h6 {
    font-size: 0.75rem;
  }
}
p {
  font-size: 1.35rem;
}
@media screen and (min-width: 1280px) {
  p {
    font-size: 1rem;
  }
}
* {
  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,
.help-me-stepbox-im-stack__back {
  background-size: cover;
  background-position: 50%;
  background-repeat: no-repeat;
}
.t-center {
  text-align: center;
}
.bg-primary {
  background-color: #000;
}
.bg-accent {
  background-color: #fff;
}
.c-primary {
  color: #000;
}
.adult,
.c-accent {
  color: #fff;
}
.adult {
  width: 100%;
  position: fixed;
  left: 0;
  bottom: 0;
  padding: 0.75rem 0;
  z-index: 3;
  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;
}
@media screen and (min-width: 1280px) {
  .adult {
    font-size: 0.75rem;
  }
}
.main {
  -ms-flex-direction: column;
  flex-direction: column;
  -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;
  display: -ms-flexbox;
  display: flex;
}
@media screen and (min-width: 1024px) {
  .container {
    -ms-flex-direction: row;
    flex-direction: row;
  }
}
@media screen and (min-width: 1280px) {
  .container {
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
  }
}
.help-me-stepbox-im-stack {
  overflow: hidden;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}
@media screen and (min-width: 1024px) {
  .help-me-stepbox-im-stack {
    width: 75%;
    right: 0;
    left: auto;
  }
}
@media screen and (min-width: 1280px) {
  .help-me-stepbox-im-stack {
    width: 100%;
    position: relative;
    -ms-flex: 1 0 55%;
    flex: 1 0 55%;
  }
}
.help-me-stepbox-im-stack__inner {
  width: 100%;
  height: 100%;
  margin: 0 auto;
  position: relative;
}
@media screen and (min-width: 1024px) {
  .help-me-stepbox-im-stack__inner {
    width: 50%;
  }
}
.help-me-stepbox-im-stack__left {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  transform: skewX(-25deg);
  background: rgba(127, 65, 143, 0.25);
  border-left: 8rem solid #000;
  border-right: 8rem solid #000;
}
@media screen and (min-width: 1024px) {
  .help-me-stepbox-im-stack__left {
    border-left: 4rem solid #000;
    border-right: 4rem solid #000;
  }
}
@media screen and (min-width: 1280px) {
  .help-me-stepbox-im-stack__left {
    border-left: 1.5rem solid #000;
    border-right: 1.5rem solid #000;
  }
}
.help-me-stepbox-im-stack__right {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  box-shadow: 0 0 0 1.5rem #000;
  transform: skewX(25deg);
  overflow: hidden;
}
.help-me-stepbox-im-stack__back {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  transform: skewX(-25deg);
}
@media screen and (min-width: 1024px) {
  .help-me-stepbox-im-stack__back {
    width: 200%;
    left: -50%;
  }
}
.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: auto;
  min-width: 10.5rem;
  height: 4.8rem;
  padding: 0 1rem;
  margin: 0 0.5rem;
  color: #fff;
  font-size: 1.4rem;
  text-decoration: none;
  text-transform: uppercase;
  text-align: center;
  letter-spacing: 0.1rem;
  border-radius: 10rem;
  overflow: hidden;
  border: none;
  cursor: pointer;
  outline: none;
  box-shadow: 0 14px 28px rgba(0, 0, 0, 0.5);
}
.btn:hover {
  box-shadow: 0 14px 28px rgba(0, 0, 0, 0.4);
}
.btn:active {
  box-shadow: none;
}
@media screen and (min-width: 1280px) {
  .btn {
    min-width: 9.5rem;
    height: 4.4rem;
    font-size: 1rem;
  }
}
.btn--accent,
.btn--primary {
  background: linear-gradient(45deg, #e72ef3, #8021c7);
}
.btn--accent {
  opacity: 0.2 !important;
}
.btn--block {
  width: auto;
  min-width: 20rem;
  height: 5.3rem;
  margin: 0;
}
@media screen and (min-width: 1280px) {
  .btn--block {
    min-width: 15rem;
    height: 4.4rem;
  }
}
.stepbox {
  width: 100%;
  height: 100%;
  position: relative;
  display: block;
  z-index: 1;
  overflow: hidden;
}
@media screen and (min-width: 1024px) {
  .stepbox {
    width: 60%;
  }
}
@media screen and (min-width: 1280px) {
  .stepbox {
    width: 100%;
    -ms-flex: 1 0 45%;
    flex: 1 0 45%;
  }
}
.step {
  position: absolute;
  left: 0;
  top: 0;
}
.step,
.step__inner {
  width: 100%;
  height: 100%;
}
.step__inner {
  position: relative;
  z-index: 2;
  max-width: 36rem;
  margin: 0 auto;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  -ms-flex-pack: end;
  justify-content: flex-end;
  padding: 1rem 2rem 6rem;
}
@media screen and (min-width: 768px) {
  .step__inner {
    -ms-flex-pack: center;
    justify-content: center;
    padding: 2rem;
  }
}
.step__header {
  margin-bottom: 1rem;
}
.step__body {
  margin-bottom: 2rem;
}
.step {
  transform: translateY(200%);
}
.step__header {
  transition: transform 0.25s ease 0s, opacity 0.25s ease 0s;
}
.step__body,
.step__header {
  position: relative;
  opacity: 0;
  transform: translateY(2rem);
}
.step__body {
  transition: transform 0.25s ease 0.1s, opacity 0.25s ease 0.1s;
}
.step__footer {
  transition: transform 0.25s ease 0.2s, opacity 0.25s ease 0.2s;
}
.step__footer,
.step__footer .btnbox a {
  position: relative;
  opacity: 0;
  transform: translateY(2rem);
}
.step__footer .btnbox a:first-child {
  transition: transform 0.25s ease 0.2s, opacity 0.25s ease 0.2s,
    box-shadow 0.25s ease 0s;
}
.step__footer .btnbox a:nth-child(2) {
  transition: transform 0.25s ease 0s, opacity 0.25s ease 0s,
    box-shadow 0.25s ease 0s;
}
.step.active {
  transform: translateY(0);
}
.step.active .step__body,
.step.active .step__footer,
.step.active .step__footer .btnbox a,
.step.active .step__header {
  opacity: 1;
  transform: translate(0);
}
.step.hidden .step__body,
.step.hidden .step__footer,
.step.hidden .step__header {
  opacity: 0;
  transform: translateY(-2rem);
}
.videobox {
  position: fixed;
}
.videobox,
.videobox:after {
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  display: block;
}
.videobox:after {
  content: "";
  position: absolute;
  background-color: rgba(0, 0, 0, 0.4);
}
.jquery-background-video-wrapper {
  height: 100%;
  background-image: none !important;
}
@media (min-width: 360px) {
  html {
    font-size: 75%;
  }
}
@media (min-width: 768px) {
  html {
    font-size: 87.5%;
  }
}
@media (min-width: 1280px) {
  html {
    font-size: 100%;
  }
}
