
@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');

p {
  line-height: 26px;
  margin: 0 0 1rem;
}
* {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
body {
  font-family: 'Montserrat', sans-serif;
  font-size: 21px;
  font-weight: normal;
  color: #fff;
  margin: 0;
  padding: 0;
  position: relative;
  z-index: 1;
  background-color: #fff;
}
body::after {
  content: "";
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  height: 50vh;
  background: radial-gradient(
      100% 100% at 50% 0%,
      rgba(4, 17, 26, 0.95) 0%,
      rgba(4, 17, 26, 0) 100%
      );
  -webkit-transform: matrix(1, 0, 0, -1, 0, 0);
  transform: matrix(1, 0, 0, -1, 0, 0);
}
body,
html,
.steps-wrap {
  height: 100%;
  overflow-x: hidden;
}
/* Header */
.header {
  font-size: 18px;
  line-height: 22px;
  font-weight: bold;
  text-transform: uppercase;
  text-align: center;
  position: relative;
  z-index: 100;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.logo-img {
	max-height:70px;
}

.header .logo {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}
.header .logo .logo-text {
  background: linear-gradient(
      131.38deg,
      rgba(255, 255, 255, 0.7) 11.95%,
      rgba(255, 255, 255, 0) 73.06%
      ),
    #3babf1;
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
}
.like-icon {
  width: 22px;
  height: 20px;
}
/* Step */
.steps-wrap {
  position: relative;
  height: 100%;
  max-width: 500px;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  z-index: 999;
}
.steps-wrap .heart,
.steps-wrap .heartsbox {
  display: inline-block;
  position: absolute;
}
.steps-wrap .heartsbox {
  width: 100px;
  bottom: 10vh;
  right: 0;
}
.steps-wrap .heartsbox .heart {
  color: #fdf5e6;
  -webkit-animation-name: a;
  animation-name: a;
  -webkit-animation-duration: 3.5s;
  animation-duration: 3.5s;
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  opacity: 0;
}
.steps-wrap .heartsbox .heart.anim1 {
  -webkit-animation-delay: 0.2s;
  animation-delay: 0.2s;
  right: 10px;
  bottom: 35px;
  -webkit-animation-name: a1;
  animation-name: a1;
  height: 23px;
  width: 22px;
}
.steps-wrap .heartsbox .heart.anim2 {
  -webkit-animation-delay: 0.5s;
  animation-delay: 0.5s;
  right: 0;
  bottom: -15px;
  -webkit-animation-name: a2;
  animation-name: a2;
  height: 30px;
  width: 32px;
}
.steps-wrap .heartsbox .heart.anim3 {
  -webkit-animation-delay: 0.8s;
  animation-delay: 0.8s;
  right: 55px;
  bottom: 10px;
  height: 26px;
  width: 27px;
}
.steps-wrap .heartsbox .heart.anim4 {
  -webkit-animation-delay: 0.6s;
  animation-delay: 0.6s;
  bottom: 80px;
  right: 40px;
  height: 29px;
  width: 30px;
}
.steps-wrap .heartsbox .heart.anim5 {
  -webkit-animation-delay: 0.9s;
  animation-delay: 0.9s;
  right: 70px;
  bottom: -35px;
  -webkit-animation-name: a5;
  animation-name: a5;
  height: 26px;
  width: 27px;
}
.step {
  display: none;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  padding: 16px 16px;
  position: relative;
  z-index: 10;
}
.step .girl-info {
  text-align: right;
}
.step .girl-info .cards {
  position: relative;
  display: inline-block;
}
.step .girl-info .cards .geo-flag {
  position: absolute;
  top: 16px;
  right: 16px;
  line-height: 0;
  -webkit-transform: rotate(4deg);
  transform: rotate(4deg);
}
.step .girl-info .cards .geo-flag .flag-icon {
  top: auto;
  margin: 0;
  width: 21px;
  height: 21px;
  border-radius: 3px;
  border: 1px solid rgba(255, 255, 255, 0.7);
}
.step .girl-info .geo-location {
  font-size: 11px;
  line-height: 17px;
  font-weight: bold;
  letter-spacing: 0.03em;
  background: -webkit-gradient(
      linear,
      left top,
      left bottom,
      from(#f86c59),
      to(#ab18b9)
      );
  background: linear-gradient(180deg, #f86c59 0%, #ab18b9 100%);
  border-radius: 10px;
  margin-top: -25px;
  position: relative;
}
.step .girl-info .likes {
  position: absolute;
  right: 0;
  bottom: -40px;
  /* background: rgba(4, 17, 26, 0.8); */
  min-width: 68px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  padding: 4px 6px 3px;
  border-radius: 15px;
}
.step .girl-info .likes .like-icon {
  margin-right: 5px;
  line-height: 1;
}
.step .girl-info .likes .like-text {
  font-size: 14px;
  line-height: 17px;
  font-weight: normal;
}
.step .step-content-wrap {
  position: relative;
  text-align: center;
  padding: 20px 10px;
  border-radius: 10px;
  margin-bottom: 35%;
  background: rgb(34,3,3,.4);
}
.step .step-content-wrap .step-title {
  font-size: 18px;
  line-height: 26px;
  font-weight: 400;
}
.step .step-content-wrap .content-inner {
  position: relative;
  z-index: 10;
  padding-bottom: 20px;
}
.step .footer-links {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-top: 15px;
}
.step .footer-links .footer-link {
  font-weight: 400;
  font-size: 12px;
  line-height: 22px;
  color: #fff;
  /* -webkit-text-decoration-line: underline; */
  text-decoration-line: none;
  display: inline-block;
  width: 48%;
  margin: 0 auto;
  text-align: center;
  padding: 10px;
  border-radius: 15PX;
  background: rgb(38,20,22,.5);
}
@-webkit-keyframes a {
  0% {
    opacity: 0;
  }
  10% {
    opacity: 1;
  }
  to {
    bottom: 200px;
    opacity: 0;
  }
}
@keyframes a {
  0% {
    opacity: 0;
  }
  10% {
    opacity: 1;
  }
  to {
    bottom: 200px;
    opacity: 0;
  }
}
@-webkit-keyframes a1 {
  0% {
    opacity: 0;
  }
  10% {
    opacity: 1;
  }
  to {
    bottom: 170px;
    opacity: 0;
  }
}
@keyframes a1 {
  0% {
    opacity: 0;
  }
  10% {
    opacity: 1;
  }
  to {
    bottom: 170px;
    opacity: 0;
  }
}
@-webkit-keyframes a2 {
  0% {
    opacity: 0;
  }
  10% {
    opacity: 1;
  }
  to {
    bottom: 150px;
    opacity: 0;
  }
}
@keyframes a2 {
  0% {
    opacity: 0;
  }
  10% {
    opacity: 1;
  }
  to {
    bottom: 150px;
    opacity: 0;
  }
}
@-webkit-keyframes a5 {
  0% {
    opacity: 0;
  }
  10% {
    opacity: 1;
  }
  to {
    bottom: 100px;
    opacity: 0;
  }
}
@keyframes a5 {
  0% {
    opacity: 0;
  }
  10% {
    opacity: 1;
  }
  to {
    bottom: 100px;
    opacity: 0;
  }
}
/* Buttons */
.btn-wrap,
.btns-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.btn {
  font-size: 22px;
  letter-spacing: 0.03em;
  font-weight: 400;
  color: #fff;
  width: 48%;
  min-height: 50px;
  line-height: 1;
  text-align: center;
  border: none;
  border-radius: 32px;
  background: #00ffea;
  font-weight: 700;
  text-shadow: 2px 1px 0px #505050;
  /* background: linear-gradient(90deg, #f8539c, #51eef9); */
  /* background: linear-gradient(
      164.32deg,
      rgba(15, 250, 234, 0.7) 16.52%,
      rgba(42, 240, 243, 0.7) 84.06%
      ); */
  text-decoration: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.btn:hover {
  /* background: #f7539c; */
}

.btn-2 {
  background: #e2747d;
}

.btn-2:hover {
  /* background: #45b2bc; */
}

.btn-wrap .btn {
  width: 100%;
  max-width: 250px;
  margin: 0 auto;
}
.btns-wrap .btn:first-child {
  /* -webkit-transform: rotate(-3deg); */
  /* transform: rotate(-3deg); */
}
.btns-wrap .btn:last-child {
  /* -webkit-transform: rotate(3deg); */
  /* transform: rotate(3deg); */
}
.button--play {
  position: relative;
}
.is--loading .button--play span {
  opacity: 0;
}
.is--loading .button--play:before {
  display: none;
}
.is--loading .loader--circle {
  display: block;
}
.is--loading .text--press {
  opacity: 0;
}
.loader--circle {
  display: none;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 2.5rem;
  height: 2.5rem;
}
.loader--circle .loader--circle-el {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
}
.loader--circle .loader--circle-el:before {
  content: "";
  display: block;
  margin: 0 auto;
  width: 15%;
  height: 15%;
  background-color: #fff;
  border-radius: 100%;
  -webkit-animation: sk-circleFadeDelay 1.2s infinite ease-in-out both;
  animation: sk-circleFadeDelay 1.2s infinite ease-in-out both;
}
.loader--circle .loader--circle-el2 {
  -webkit-transform: rotate(30deg);
  transform: rotate(30deg);
}
.loader--circle .loader--circle-el3 {
  -webkit-transform: rotate(60deg);
  transform: rotate(60deg);
}
.loader--circle .loader--circle-el4 {
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
}
.loader--circle .loader--circle-el5 {
  -webkit-transform: rotate(120deg);
  transform: rotate(120deg);
}
.loader--circle .loader--circle-el6 {
  -webkit-transform: rotate(150deg);
  transform: rotate(150deg);
}
.loader--circle .loader--circle-el7 {
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
}
.loader--circle .loader--circle-el8 {
  -webkit-transform: rotate(210deg);
  transform: rotate(210deg);
}
.loader--circle .loader--circle-el9 {
  -webkit-transform: rotate(240deg);
  transform: rotate(240deg);
}
.loader--circle .loader--circle-el10 {
  -webkit-transform: rotate(270deg);
  transform: rotate(270deg);
}
.loader--circle .loader--circle-el11 {
  -webkit-transform: rotate(300deg);
  transform: rotate(300deg);
}
.loader--circle .loader--circle-el12 {
  -webkit-transform: rotate(330deg);
  transform: rotate(330deg);
}
.loader--circle .loader--circle-el2:before {
  -webkit-animation-delay: -1.1s;
  animation-delay: -1.1s;
}
.loader--circle .loader--circle-el3:before {
  -webkit-animation-delay: -1s;
  animation-delay: -1s;
}
.loader--circle .loader--circle-el4:before {
  -webkit-animation-delay: -0.9s;
  animation-delay: -0.9s;
}
.loader--circle .loader--circle-el5:before {
  -webkit-animation-delay: -0.8s;
  animation-delay: -0.8s;
}
.loader--circle .loader--circle-el6:before {
  -webkit-animation-delay: -0.7s;
  animation-delay: -0.7s;
}
.loader--circle .loader--circle-el7:before {
  -webkit-animation-delay: -0.6s;
  animation-delay: -0.6s;
}
.loader--circle .loader--circle-el8:before {
  -webkit-animation-delay: -0.5s;
  animation-delay: -0.5s;
}
.loader--circle .loader--circle-el9:before {
  -webkit-animation-delay: -0.4s;
  animation-delay: -0.4s;
}
.loader--circle .loader--circle-el10:before {
  -webkit-animation-delay: -0.3s;
  animation-delay: -0.3s;
}
.loader--circle .loader--circle-el11:before {
  -webkit-animation-delay: -0.2s;
  animation-delay: -0.2s;
}
.loader--circle .loader--circle-el12:before {
  -webkit-animation-delay: -0.1s;
  animation-delay: -0.1s;
}
@-webkit-keyframes sk-circleFadeDelay {
  0%,
  100%,
  39% {
    opacity: 0;
  }
  40% {
    opacity: 1;
  }
}
@keyframes sk-circleFadeDelay {
  0%,
  100%,
  39% {
    opacity: 0;
  }
  40% {
    opacity: 1;
  }
}
/* Custom Step5 */
#step5 .btn {
  font-size: 22px;
}
/* Custom Final Step */
.active-step-6 body::after,
.active-step-6 .heartsbox {
  display: none;
}
.final-step {
  position: relative;
}
.final-step::after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-color: rgba(4, 17, 26, 0.8);
}
.final-step > * {
  z-index: 100;
}
.final-step .step-content-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 10px;
}
.final-step .step-content-wrap .step-title {
  font-size: 18px;
  line-height: 29px;
  font-weight: 400;
}
.final-step .final-cards-wrap {
  /* margin-bottom: 5vh; */
}
.final-step .final-cards-wrap .content-inner {
  padding: 0 10px;
}
.final-step .final-cards-wrap .final-card-text {
  position: relative;
  /* padding: 14px 5px 16px; */
  /* background: #40333e; */
  /* background: -webkit-gradient(
      linear,
      left top,
      left bottom,
      from(rgba(255, 255, 255, 0.04)),
      to(rgba(255, 255, 255, 0))
      ),
    #04111a;
  background: linear-gradient(
      180deg,
      rgba(255, 255, 255, 0.04) 0%,
      rgba(255, 255, 255, 0) 100%
      ),
    #04111a; */
  margin: 13px -16px 10px;
  text-align: center;
  z-index: 10;
}
.final-step .final-cards-wrap .final-card-text::before {
  content: "";
  position: absolute;
  bottom: 100%;
  left: 50%;
  -webkit-transform: translateX(-59%);
  transform: translateX(-59%);
  width: 65px;
  height: 48px;
  background: url(../images/final_arrow.svg) no-repeat center;
  background-size: contain;
}
.final-step .final-cards-wrap .final-card-text .card-title {
  font-size: 36px;
  line-height: 44px;
  font-weight: bold;
  margin: 0 0 5px;
  color: #00ffea;
  /* background: -webkit-gradient(
      linear,
      left top,
      left bottom,
      from(#f86c59),
      to(#ab18b9)
      ); */
  /* background: linear-gradient(180deg, #f86c59 0%, #ab18b9 100%); */
  /* -webkit-background-clip: text; */
  /* background-clip: text; */
  /* -webkit-text-fill-color: transparent; */
}
.final-step .final-cards-wrap .final-card-text .card-desc {
  font-size: 18px;
  line-height: 22px;
  font-weight: bold;
  margin: 0;
  /* background: -webkit-gradient(
      linear,
      left top,
      left bottom,
      from(#f86c59),
      to(#ab18b9)
      ); */
  /* background: linear-gradient(180deg, #f86c59 0%, #ab18b9 100%); */
  /* -webkit-background-clip: text; */
  /* background-clip: text; */
  /* -webkit-text-fill-color: transparent; */
}
.final-step .final-cards-wrap .swiper-container {
  width: 510px;
  margin-left: -25px;
}
.final-step .final-cards-wrap .swiper-container .swiper-wrapper {
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}
.final-step .final-cards-wrap .swiper-container .swiper-slide {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 113px;
}
.final-step .final-cards-wrap .swiper-wrapper,
.final-step .final-cards-wrap .swiper-container {
  pointer-events: none;
}
.is--mobile .final-step .final-cards-wrap .swiper-container {
  width: 100vw;
}
.is--mobile .final-step .final-cards-wrap .final-card-text::before {
  -webkit-transform: translateX(-65%);
  transform: translateX(-65%);
}
@-webkit-keyframes moveCards {
  100% {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
  }
}
@keyframes moveCards {
  100% {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
  }
}
/* VideoBox */
.videobox {
  position: fixed !important;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  z-index: 0;
}
.videobox::after {
  content: "";
  display: block;
  position: fixed;
  background: rgba(0, 0, 0, 0.1);
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  z-index: 0;
}
.videobox .element-with-video-bg {
  height: 100%;
}
.videobox .jquery-background-video-wrapper {
  position: relative;
  overflow: hidden;
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}
.videobox .jquery-background-video {
  position: absolute;
  min-width: 100%;
  min-height: 100%;
  width: auto;
  height: auto;
  top: 50%;
  left: 50%;
  -o-object-fit: cover;
  object-fit: cover;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.videobox .js .jquery-background-video {
  opacity: 0;
  -webkit-transition: opacity 0.3s linear;
  transition: opacity 0.3s linear;
}
.videobox .js .jquery-background-video.is-visible {
  opacity: 1;
}
/* VideoBox alt version */
.poster,
.video,
.video-wrap {
  position: fixed;
  top: 50%;
  left: 50%;
  min-width: 100%;
  min-height: 100%;
  width: auto;
  height: auto;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  z-index: 0;
  -webkit-transition: filter 0.1s ease-out, transform 0.1s ease-out,
    opacity 0.1s ease-out;
  -webkit-transition: opacity 0.1s ease-out, -webkit-filter 0.1s ease-out,
    -webkit-transform 0.1s ease-out;
  transition: opacity 0.1s ease-out, -webkit-filter 0.1s ease-out,
    -webkit-transform 0.1s ease-out;
  transition: filter 0.1s ease-out, transform 0.1s ease-out,
    opacity 0.1s ease-out;
  transition: filter 0.1s ease-out, transform 0.1s ease-out,
    opacity 0.1s ease-out, -webkit-filter 0.1s ease-out,
    -webkit-transform 0.1s ease-out;
}
.objectfit .video,
.video-wrap {
  top: 0;
  left: 0;
  min-width: 0;
  min-height: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -webkit-transform: translate(0, 0);
  transform: translate(0, 0);
}
.is--blurry {
  -webkit-filter: blur(5px);
  filter: blur(5px);
  -webkit-transform: translate3d(-50%, -50%, 0) scale3d(1.05, 1.05, 1.05);
  transform: translate3d(-50%, -50%, 0) scale3d(1.05, 1.05, 1.05);
}
.video-wrap::before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  -webkit-filter: blur(5px);
  filter: blur(5px);
  background-color: rgba(0, 0, 0, 0.5);
  z-index: 10;
  opacity: 0;
  pointer-events: none;
  -webkit-transition: opacity 0.1s ease-in-out;
  transition: opacity 0.1s ease-in-out;
}
.video-wrap.is--blurry::before {
  opacity: 0.5;
}
.video-wrap.poster-active::before {
  opacity: 0.2;
}
.objectfit .is--blurry {
  -webkit-transform: translate3d(0, 0, 0) scale3d(1.05, 1.05, 1.05) !important;
  transform: translate3d(0, 0, 0) scale3d(1.05, 1.05, 1.05) !important;
}
.poster.is--hidden {
  opacity: 0;
  pointer-events: none;
}
.is--visible {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
}
/* Unsubscribe */
.unsubscribe_unable .steps-wrap .step .btn-wrap,
.unsubscribe_unable .steps-wrap .step .btns-wrap {
  margin-bottom: 5px;
}
.unsubscribe_unable .step .footer-links {
  margin-bottom: 5px;
}
.unsubscribe {
  font-size: 11px;
  text-align: center;
  position: fixed;
  left: 0;
  right: 0;
  bottom: 2px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  z-index: 100;
}
.unsubscribe a {
  display: inline-block;
  color: #fff;
  text-decoration: none;
}
.unsubscribe a:hover {
  text-decoration: underline;
}
/* Multilang */
.multilang #step5 .btn {
  font-size: 18px;
}
/* RTL */
.lang-he {
  direction: rtl;
}
.lang-he .step .girl-info .likes {
  right: auto;
  left: 0;
}
.lang-he .btns-wrap .btn:last-child {
  -webkit-transform: rotate(-3deg);
  transform: rotate(-3deg);
}
.lang-he .btns-wrap .btn:first-child {
  -webkit-transform: rotate(3deg);
  transform: rotate(3deg);
}
/* Style alt3 (final step with slot machine) */
.style_alt3 .steps-wrap {
  overflow: hidden;
}
.style_alt3 .step.final-step {
  padding: 0;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}
.style_alt3 .step.final-step:after {
  background-color: #170f15;
}
.style_alt3 .step.final-step .step-content-wrap {
  border-radius: 15px 15px 0 0;
  padding: 25px 25px 0;
}
.style_alt3 .step.final-step .step-content-wrap::before,
.style_alt3 .step.final-step .step-content-wrap::after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  border-radius: 15px 15px 0 0;
}
.style_alt3 .step.final-step .step-content-wrap::before {
  background: -webkit-gradient(
      linear,
      left top,
      right top,
      from(#0a669b),
      to(#29a3e9)
      ),
    #04111a;
  background: linear-gradient(90deg, #0a669b 0%, #29a3e9 100%), #04111a;
  z-index: 5;
  top: 4px;
  right: 4px;
  left: 4px;
}
.style_alt3 .step.final-step .step-content-wrap::after {
  background: -webkit-gradient(
      linear,
      left top,
      right top,
      from(#29a3e9),
      to(#0a669b)
      ),
    #04111a;
  background: linear-gradient(90deg, #29a3e9 0%, #0a669b 100%), #04111a;
  z-index: 4;
}
.style_alt3 .step.final-step .step-content-wrap .step-title {
  -webkit-transition: opacity 0.3s ease-in;
  transition: opacity 0.3s ease-in;
}
.style_alt3 .step.final-step .step-content-wrap .content-border {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 11;
}
.style_alt3 .step.final-step .step-content-wrap .content-border .border-right,
.style_alt3 .step.final-step .step-content-wrap .content-border .border-left {
  position: absolute;
  top: 25px;
  bottom: 0;
  width: 20px;
  background: url(https://cdn-bimi.akamaized.net/landings/195657/1602598011/fonts/content_border_lateral.svg) repeat-y;
}
.style_alt3 .step.final-step .step-content-wrap .content-border .border-top {
  position: absolute;
  top: 5px;
  right: 20px;
  left: 20px;
  height: 20px;
  background: url(https://cdn-bimi.akamaized.net/landings/195657/1602598011/fonts/content_border_top.svg) repeat-x;
}
.style_alt3 .step.final-step .step-content-wrap .content-border .border-right {
  left: 3px;
}
.style_alt3 .step.final-step .step-content-wrap .content-border .border-left {
  right: 6px;
}
.style_alt3 .step.final-step .step-content-wrap .final-text {
  position: absolute;
  bottom: calc(100% + 6vh);
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  text-align: center;
  max-width: 90%;
  width: 100%;
  border-radius: 67px;
  z-index: 12;
  padding: 10px;
  -webkit-transition: opacity 0.3s ease-in;
  transition: opacity 0.3s ease-in;
}
.style_alt3 .step.final-step .step-content-wrap .final-text .final-text-inner {
  border-radius: 67px;
  padding: 0 30px;
}
.style_alt3 .step.final-step .step-content-wrap .final-text .final-text-border {
  position: absolute;
  width: 100%;
  top: 50%;
  right: 0;
  left: 0;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  z-index: 4;
}
.style_alt3 .step.final-step .step-content-wrap .final-text .final-title {
  font-size: 28px;
  line-height: 34px;
  font-weight: bold;
  text-transform: uppercase;
  margin: 0 0 1px;
  position: relative;
  z-index: 5;
}
.style_alt3 .step.final-step .step-content-wrap .final-text .final-desc {
  font-size: 18px;
  line-height: 22px;
  font-weight: normal;
  text-align: center;
  text-transform: uppercase;
  margin: 0;
  position: relative;
  z-index: 5;
}
.style_alt3 .step.final-step .content-inner {
  background-size: cover;
  border-radius: 15px 15px 0 0;
  padding: 15px;
  z-index: 20;
}
.style_alt3 .step.final-step .content-inner .content-waiting-title {
  font-size: 36px;
  line-height: 44px;
  font-weight: bold;
  background: -webkit-linear-gradient(
      167.82deg,
      #0ffae9 16.52%,
      #2aeef3 84.06%
      );
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
  opacity: 0;
  text-transform: uppercase;
  position: absolute;
  top: 23px;
  right: 0;
  left: 0;
  margin: 0;
}
.style_alt3 .step.final-step .content-inner .btn {
  font-family: 'Montserrat', sans-serif;
  font-size: 24px;
  line-height: 1;
  font-weight: 900;
  text-transform: uppercase;
  color: transparent;
  border-radius: 15px 15px 20px 20px;
  position: relative;
  overflow: hidden;
  background: transparent;
}
.style_alt3 .step.final-step .content-inner .btn::before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: -webkit-gradient(
      linear,
      left top,
      right top,
      from(#0a669b),
      color-stop(47.88%, rgba(10, 102, 155, 0)),
      color-stop(51.12%, rgba(171, 102, 17, 0)),
      to(#ab6611)
      ),
    #04111a;
  background: linear-gradient(
      90deg,
      #0a669b 0%,
      rgba(10, 102, 155, 0) 47.88%,
      rgba(171, 102, 17, 0) 51.12%,
      #ab6611 100%
      ),
    #04111a;
  border-radius: 15px 15px 20px 20px;
}
.style_alt3 .step.final-step .content-inner .btn::after {
  content: "";
  position: absolute;
  top: 4px;
  right: 4px;
  bottom: 4px;
  left: 4px;
  background: linear-gradient(158.68deg, #0ffae9 16.52%, #2aeef3 84.06%);
  border-radius: 15px 15px 20px 20px;
}
.style_alt3 .step.final-step .content-inner .btn span {
  position: relative;
}
.style_alt3 .step.final-step .content-inner .btn span strong {
  background: -webkit-gradient(
      linear,
      left top,
      right top,
      from(#0a669b),
      color-stop(47.88%, rgba(10, 102, 155, 0)),
      color-stop(51.12%, rgba(171, 102, 17, 0)),
      to(#ab6611)
      ),
    #04111a;
  background: linear-gradient(
      90deg,
      #0a669b 0%,
      rgba(10, 102, 155, 0) 47.88%,
      rgba(171, 102, 17, 0) 51.12%,
      #ab6611 100%
      ),
    #04111a;
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
  position: relative;
  z-index: 5;
}
.style_alt3 .step.final-step .content-inner .btn span::before {
  content: "";
  position: absolute;
  width: 300px;
  height: 50px;
  top: -40px;
  left: 50%;
  background: rgba(255, 255, 255, 0.2);
  border-radius: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  z-index: 1;
}
.style_alt3 .step.final-step .final-slots-wrap {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
}
.style_alt3 .step.final-step .final-slots-wrap .slots {
  width: 500px;
  max-width: 100%;
  height: calc(100vh - 200px);
}
.style_alt3 .step.final-step .final-slots-wrap .window {
  position: relative;
  overflow: hidden;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.style_alt3 .step.final-step .final-slots-wrap .outer-col {
  width: 33.33%;
  float: left;
  margin: 0 2.5px;
  position: relative;
  background: -webkit-gradient(
      linear,
      left top,
      left bottom,
      from(#0a669b),
      color-stop(47.88%, rgba(10, 102, 155, 0)),
      color-stop(51.12%, rgba(171, 102, 17, 0)),
      to(#ab6611)
      ),
    #04111a;
  background: linear-gradient(
      180deg,
      #0a669b 0%,
      rgba(10, 102, 155, 0) 47.88%,
      rgba(171, 102, 17, 0) 51.12%,
      #ab6611 100%
      ),
    #04111a;
}
.style_alt3 .step.final-step .final-slots-wrap .outer-col::before,
.style_alt3 .step.final-step .final-slots-wrap .outer-col::after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  width: 10px;
  background: -webkit-gradient(
      linear,
      left top,
      right top,
      from(#0a669b),
      to(#29a3e9)
      ),
    #04111a;
  background: linear-gradient(90deg, #0a669b 0%, #29a3e9 100%), #04111a;
}
.style_alt3 .step.final-step .final-slots-wrap .outer-col::before {
  left: 0;
}
.style_alt3 .step.final-step .final-slots-wrap .outer-col::after {
  right: 0;
}
.style_alt3 .step.final-step .final-slots-wrap .outer-col:first-child {
  margin-left: 0;
}
.style_alt3 .step.final-step .final-slots-wrap .outer-col:last-child {
  margin-right: 0;
}
.style_alt3 .step.final-step .final-slots-wrap .outer-col .border {
  position: absolute;
  top: -10px;
  right: 0;
  bottom: 0;
  left: 0;
}
.style_alt3 .step.final-step .final-slots-wrap .outer-col .border::before,
.style_alt3 .step.final-step .final-slots-wrap .outer-col .border::after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  width: 10px;
  background: url(https://cdn-bimi.akamaized.net/landings/195657/1602598011/fonts/slot_bg.svg) repeat-y;
  background-position: top center;
  z-index: 10;
}
.style_alt3 .step.final-step .final-slots-wrap .outer-col .border::before {
  left: 0;
}
.style_alt3 .step.final-step .final-slots-wrap .outer-col .border::after {
  right: 0;
}
.style_alt3 .step.final-step .final-slots-wrap .col {
  text-align: center;
  will-change: true;
  padding-top: 0;
  z-index: 11;
}
.style_alt3 .step.final-step .final-slots-wrap .col img {
  max-width: 100%;
}
.style_alt3
.step.final-step
.final-slots-wrap
.slots.spinning
.outer-col:nth-of-type(2)
.col {
  -webkit-animation-delay: 0.1s;
  animation-delay: 0.1s;
}
.style_alt3
.step.final-step
.final-slots-wrap
.slots.spinning
.outer-col:nth-of-type(3)
.col {
  -webkit-animation-delay: 0.2s;
  animation-delay: 0.2s;
}
.style_alt3
.step.final-step
.final-slots-wrap
.slots.spinning
.outer-col:nth-of-type(4)
.col {
  -webkit-animation-delay: 0.3s;
  animation-delay: 0.3s;
}
.style_alt3
.step.final-step
.final-slots-wrap
.slots.spinning
.outer-col:nth-of-type(5)
.col {
  -webkit-animation-delay: 0.4s;
  animation-delay: 0.4s;
}
.style_alt3
.step.final-step
.final-slots-wrap
.slots.spinning
.outer-col:nth-of-type(6)
.col {
  -webkit-animation-delay: 0.5s;
  animation-delay: 0.5s;
}
.style_alt3 .step.final-step .final-slots-wrap .slots.spinning .col {
  -webkit-animation: scroll 3s cubic-bezier(0.5, 0, 0.5, 1) 1,
    blur 3s cubic-bezier(0.5, 0, 0.5, 1) 1;
  animation: scroll 3s cubic-bezier(0.5, 0, 0.5, 1) 1,
    blur 3s cubic-bezier(0.5, 0, 0.5, 1) 1;
  -webkit-animation-iteration-count: 1;
  animation-iteration-count: 1;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
}
.style_alt3 .step.final-step .final-slots-wrap .start-spin {
  opacity: 0;
  visibility: hidden;
  display: none;
}
.style_alt3 .step.final-step.waiting-state .final-text {
  opacity: 0;
}
.style_alt3 .step.final-step.waiting-state .btn {
  pointer-events: none;
}
.style_alt3 .step.final-step.waiting-state .btn::before {
  background: -webkit-gradient(
      linear,
      left bottom,
      left top,
      from(#c0c0c0),
      to(#f3f3f3)
      );
  background: linear-gradient(0deg, #c0c0c0 0%, #f3f3f3 100%);
}
.style_alt3 .step.final-step.waiting-state .btn::after {
  background: #e3e3e3;
}
.style_alt3 .step.final-step.waiting-state .btn span strong {
  background: transparent;
  -webkit-text-fill-color: initial;
  color: #a2a2a2;
}
.style_alt3
.step.final-step.waiting-state
.content-inner
.content-waiting-title {
  opacity: 1;
}
.style_alt3 .step.final-step.waiting-state .content-inner .step-title {
  opacity: 0;
}
.style_alt3.has-push .step.final-step .content-inner {
  padding-bottom: 95px;
}
.style_alt3 .steps-wrap .heartsbox {
  z-index: 11;
}
@-webkit-keyframes scroll {
  0% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  100% {
    -webkit-transform: translate3d(0, calc(-85%), 0);
    transform: translate3d(0, calc(-85%), 0);
  }
}
@keyframes scroll {
  0% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  100% {
    -webkit-transform: translate3d(0, calc(-85%), 0);
    transform: translate3d(0, calc(-85%), 0);
  }
}
@-webkit-keyframes blur {
  0% {
    -webkit-filter: blur(0);
    filter: blur(0);
  }
  10% {
    -webkit-filter: blur(0);
    filter: blur(0);
  }
  30% {
    -webkit-filter: blur(6px);
    filter: blur(6px);
  }
  60% {
    -webkit-filter: blur(6px);
    filter: blur(6px);
  }
  80% {
    -webkit-filter: blur(0);
    filter: blur(0);
  }
}
@keyframes blur {
  0% {
    -webkit-filter: blur(0);
    filter: blur(0);
  }
  10% {
    -webkit-filter: blur(0);
    filter: blur(0);
  }
  30% {
    -webkit-filter: blur(6px);
    filter: blur(6px);
  }
  60% {
    -webkit-filter: blur(6px);
    filter: blur(6px);
  }
  80% {
    -webkit-filter: blur(0);
    filter: blur(0);
  }
}
/* Preload Slot Icons */
.preload,
.preload-icon:after,
.preload-icon:before {
  content: "";
  opacity: 0;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: calc(100vw / 4);
  z-index: -1;
}
.preload-icon.preloaded.content-border {
  width: 20px;
  height: 200px;
  background: url(https://cdn-bimi.akamaized.net/landings/195657/1602598011/fonts/content_border_lateral.svg);
}
.preload-icon.preloaded.slot-border {
  width: 10px;
  height: 200px;
  background: url(https://cdn-bimi.akamaized.net/landings/195657/1602598011/fonts/slot_bg.svg);
}
/* Responsive */
@media (max-width: 991px) {
  .style_bigofuck_alt3 .step.final-step .step-content-wrap .final-text {
    bottom: calc(100% + 6vh);
  }
}
@media (min-width: 768px) {
  .style_alt3 .step.final-step .final-slots-wrap .slots .icon {
    height: calc(100vw / 6);
  }
  .style_alt3 .step.final-step .final-slots-wrap .final-text .final-title {
    font-size: 35px;
    line-height: 50px;
  }
  .style_alt3 .step.final-step .final-slots-wrap .final-text .final-desc {
    font-size: 23px;
    line-height: 27px;
  }
  .style_alt3.has-push .step.final-step .content-inner {
    padding-bottom: 0;
  }
}
@media (min-width: 1000px) {
  .style_alt3 .step.final-step .final-slots-wrap .slots .icon {
    height: calc(100vw / 9);
  }
}
/* Screen 736px */
@media (max-width: 767px) {
  .has-push .step {
    padding-bottom: 95px;
  }
  .step .step-content-wrap {
    margin-bottom: 0;
  }
}
@media (max-width: 400px) and (max-height: 650px) {
  .final-step .final-cards-wrap .final-card-text .card-title {
    font-size: 28px;
    line-height: 37px;
  }
  .has-push header {
    margin-bottom: 15px;
  }
  .has-push .final-step .final-cards-wrap {
    margin-bottom: 0;
  }
  .has-push .final-step .step-content-wrap .step-title {
    font-size: 18px;
    line-height: 22px;
    margin-top: 0;
  }
}
/* Iphone 8/195657/6S, Gallaxy S5 */
@media (max-width: 400px) and (max-height: 570px) {
  .step.final-step {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }
  header {
    margin-bottom: 20px;
  }
  .final-step .final-cards-wrap {
    margin-bottom: 0;
  }
  .final-step .step-content-wrap .step-title {
    font-size: 21px;
    line-height: 25px;
    margin-top: 5px;
  }
  .final-step .final-cards-wrap .final-card-text .card-title {
    font-size: 30px;
    line-height: 30px;
  }
  .final-step .final-cards-wrap .final-card-text {
    margin-bottom: 5px;
  }
  .has-push .final-step .final-cards-wrap .swiper-container .swiper-slide {
    width: 90px;
  }
  .has-push .final-cards-wrap .card {
    max-width: 90px; 
  }
  .has-push .final-cards-wrap .card img {
    max-width: 100%;
    display: block;
  }
  .has-push .final-step .final-cards-wrap .final-card-text::before {
    width: 60px;
    height: 45px;
  }
}

/* .card {
  text-align: center;
} */

.card img{
  /* width: 112px; */
  height: 141px;
  text-align: center;
}
/* Iphone SE/6 */
@media (max-width: 400px) and (max-height: 460px) {
  .btn {
    font-size: 34px;
    line-height: 60px;
  }
  #step5 .btn {
    font-size: 19px;
  }
  .step .step-content-wrap {
    padding: 0;
  }
  .final-step .final-cards-wrap .swiper-container .swiper-slide {
    width: 80px;
  }
  .final-cards-wrap .card {
    max-width: 80px;
  }
  .final-cards-wrap .card img {
    max-width: 100%;
    display: block;
  }
  .final-step .final-cards-wrap .final-card-text::before {
    width: 55px;
    height: 40px;
  }
  .final-step .step-content-wrap .step-title {
    font-size: 19px;
    line-height: 22px;
  }
  .btn {
    line-height: 55px;
  }
  .final-step .final-cards-wrap .final-card-text .card-title {
    font-size: 28px;
    line-height: 28px;
  }
}

.video {
background: url(../images/poster_alt.jpg) 50% 50% no-repeat;
  background-size: cover;
}
