
@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');
body, html, .wrapper {
  height: 100%;
}

body {
  margin: 0;
  padding: 0!important;
  color: #f2f2f2;
  font-family: 'Montserrat', sans-serif;
}
.wrapper.mbl {
  font-size: 12px;
}

.gutter-10.row {
  margin: 0 -5px;
  text-align: center;
}

.gutter-10>[class^="col-"], .gutter-10>[class^=" col-"] {
  padding: 0 5px 10px 5px
}

img {
  max-width: 100%;
}

h1, h2, h3 {
  margin: 0;
}

.h1, h1 {
  font-size: 2.5em;
}

.h2, h2 {
  font-size: 1em;
}

.h3, h3 {
  font-size: 1.8em;
}

p {
  margin: 0;
}

p, li, label {
  font-size: 1.2em;
}

.wrapper.mbl p, .wrapper.mbl .step-body.checks label {
  font-size: 1em;
}

label {
  font-weight: 500;
}

ol, ul {
  list-style: none;
}

ol li, ul li {
  float: left;
}

.clearfix:after {
  visibility: hidden;
  display: block;
  font-size: 0;
  content: " ";
  clear: both;
  height: 0;
}

.checks {
  margin: 0 auto;
  padding: 1em 0;
}

.blue {
  color: #5aabe1;
}

.underline {
  text-decoration: underline;
}

.center {
  text-align: center;
  color: #f2f2f2;
}

.red {
  color: #ff4646;
}

.white {
  color: #fff;
}

.yellow {
  color: #FFEB3B;
}

.hidediv, .hidden-js-alert, .hidden-js {
  display: none;
}

.active {
  display: block;
}

.step-title {
  margin: 0;
  padding: 5px;
  text-align: center;
  font-size: 1.6em;
  font-weight: bold;
  position: relative;
}

.step-title::before {
  content: '';
  position: absolute;
  left: 0;
  bottom: 10%;
  width: 100%;
  height: 15px;
  background: #3a2364;
  z-index: -1;
}

#s1 .step-title {
  color: #FFEB3B;
}

.step-title.roz {
  background: #7da5ff;
}

.white {
  color: #fff;
}

.step-body {
  margin: 0;
  padding: 10px 0;
  font-size: 16px;
  text-align: left;
}

.buttons-container {
  text-align: center;
  padding: 10px;
  font-weight: bold;
}

.buttons-container h4 {
  font-weight: bold;
}

.btn-default {
  width: auto;
  min-width: 120px;
  background-color: #53b757;
  border: none;
  color: #fff;
  padding: .4em 20px;
  text-transform: uppercase;
}

.btn-default.red-btn {
  background: #9E9E9E !important;
}

.get-access {
  font-size: 23px;
  font-weight: bold;
  margin-bottom: 0;
  max-width: 100%;
  padding-right: 40px;
  background-position: 250px center !important;
  background-repeat: no-repeat !important;
  background-size: 25px !important;
  margin: 1.5em 0 0.5em;
}

.step-title.roz p {
  margin: 0;
}


.btn-default:hover, .btn-default:active, .btn-default:focus, .btn-default.active.focus, .btn-default.active:focus, .btn-default.active:hover, .btn-default:active.focus, .btn-default:active:focus, .btn-default:active:hover {
  color: #fff;
  background-color: #53b757;
  border: none;
}

.btn-default.red-btn:hover, .btn-default.red-btn:focus, .btn-default.red-btn:active {
  background: #9E9E9E;
}

.btn-default.no-btn {
  background: #ff5722;
}

.btn-default.no-btn:hover, .btn-default.no-btn:focus, .btn-default.no-btn:active {
  background: #ff5722;
}

.pagination-numbers {
  text-align: center;
  padding: 10px;
  height: 75px;
  line-height: 75px;
}

.pagination-numbers ul {
  display: inline-block;
  padding: 0;
  margin: 0;
}

.pagination-numbers li {
  font-size: 45px;
  line-height: 65px;
  font-weight: bold;
}

li.num {
  color: #939393;
  /* background: rgba(255, 255, 255, 0.5); */
  border-radius: 50%;
  width: 65px;
  height: 65px;
  text-align: center;
  margin: 0 8px;
  text-shadow: 0px 0px 2px #000;
}

li.active.num {
  /* background: #fff; */
  color: #ffe683;
  text-shadow: 0px 0px 2px #000;
  position: relative;
}

li.active.num::before {
  content: '';
  position: absolute;
  left: 0;
  bottom: 15%;
  width: 100%;
  height: 10px;
  background: #3a2364;
  z-index: -1;
}


.step-body h3 {
  margin: 1em 0 .5em;
}

.alert-warning {
  color: white;
  background-color: red;
  font-size: 18px;
}

.checks p {
  margin: 0;
}

.btn h2 {
  font-size: 2em;
}

.input-label {
  font-size: 1.5em;
}

.main-container {
  text-align: center;
}

.bg-image{
  position: fixed!important;
}

.wrapper.opacityyes .bg-image:before{
  content: "";
  position: fixed;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.50);
  left: 0;
  top: 0;
}

.wrapper.bg1 .bg-image,
.wrapper.bg3 .bg-image,
.wrapper.bg4 .bg-image,
.wrapper.bg5 .bg-image,
.wrapper.bg6 .bg-image,
.wrapper.bg7 .bg-image {
  margin: 0 auto;
  height: 100%;
  width: 100%;
  z-index: -1;
}

.wrapper.dsk.bg1 .bg-image {
  background: url(1_1.jpg);
  background-repeat: no-repeat;
  background-size: 100% 100%;
  background-size: cover;
  background-position: center top;
}


.wrapper.bg2 {
  background: #EFEFEF;
}

.hidediv {
  display: none;
}

.steps-container {
  max-width: 600px;
  text-align: center;
  /* box-shadow: 0 5px 25px rgba(0, 0, 0, 0.7); */
  position: relative;
  background: rgba(0, 0, 0, 0.5);
  width: 100%;
  margin: 0 auto 10px;
  top: 4em;
  /* border: 4px solid #fff; */
  padding: 10px 5px;
  overflow: hidden;
}

.wrapper.header2 .steps-container,
.wrapper.header3 .steps-container{
  top: 1em;
  border: 4px solid #ff4bf0;
}

.wrapper.header3 .steps-container{
  border: 4px solid #fdff01;
}

.step-container button {
  margin: 0;
}

.video-container {
  text-align: center;
  position: relative;
  top: 2em;
}

.wrapper.header2 .video-container,
.wrapper.header3 .video-container,
.wrapper.header4 .video-container,
.wrapper.header5 .video-container,
.wrapper.header6 .video-container,
.wrapper.header7 .video-container,
.wrapper.header8 .video-container,
.wrapper.header9 .video-container,
.wrapper.header10 .video-container{
    top: 0;
}

video {
  width: 100%;
  max-width: 600px;
  /* border: 4px solid #fff; */
  /* box-shadow: 0 5px 25px rgba(0, 0, 0, 0.7); */
}

.wrapper.header2 video{
  border: 4px solid #08baff;
}

.wrapper.header3 canvas{
  border: 4px solid #fe3939;
}

.h4, h4 {
  font-size: 28px;
}

.wrapper.mbl .h4, .wrapper.mbl h4 {
  font-size: 1.5em;
  margin: .2em 0;
}

.double-line {
  line-height: 1;
}

.wrapper.mbl canvas {
  max-width: 95%;
  max-height: 250px;
}

.wrapper.mbl .steps-container {
  max-width: 95%;
}

.wrapper.mbl .step-title {
  line-height: 1;
}

.wrapper.mbl .step-title {
  line-height: 1;
  height: auto;
}

.wrapper.mbl #s1 p {
  margin-bottom: 10px;
}

.step-container {
  transition: right .5s, opacity .3s;
  position: absolute;
  right: -200%;
  opacity: 0;
  top: 0;
  z-index: -1;
}

.step-container.show-step {
  position: relative;
  right: 0;
  opacity: 1;
  margin: auto;
  z-index: 1;
}

.step-container.hide-step {
  position: absolute;
  right: 100%;
  width: 100%;
}

input[type=checkbox] {
  display: none;
}

.step-body.checks {
  text-align: left;
  max-width: 300px;
  margin: 0 auto;
}
.step-body.checks div {
  background: rgba(255, 255, 255, 0.3);
  margin-bottom: 5px;
  border-radius: 5px;
  padding: 0 10px;
}

.step-body.checks div:hover {
  background: rgb(255,230,131, 0.3);
}

label {
  font-size: 1.2em;
  font-weight: 500;
  cursor: pointer;
  margin: 6px auto;
  color: #fff;
}

label:before {
  display: inline-block;
  width: 15px;
  height: 15px;
  margin-right: 10px;
  content: "";
  border: 1px solid #d1d1d1;
  border-radius: 3px;
  box-sizing: border-box;
  text-align: center;
  font-size: 22px;
  vertical-align: middle;
  visibility: visible;
}

.wrapper.mbl label:before {
  width: 25px;
  height: 25px;
}

input:checked+label:before {
  content: "";
  background-color: #ffe683;
  /* height: 10px; */
  /* width: 10px; */
  border-radius: 3px;
  padding: 5px;
  /* background-image: url(/landings/182038/1602508399/images/check.png); */
  background-size: 22px;
  background-repeat: no-repeat;
  background-position: center;
  box-shadow: inset 0px 0px 5px #000;
}
}

em {
  font-size: .8em;
}

.loading-icon {
  margin: 1em 0;
}

input[type=email] {
  width: 100%;
  color: #000;
  padding: 10px 2px;
  max-width: 350px;
  margin: 1em auto 0 auto;
  border: 1px solid #a49e9e;
  /* background-image: url(/landings/182038/1602508399/images/email-icon.png); */
  background-position: 10px center;
  background-repeat: no-repeat;
  background-size: 25px;
  padding-left: 45px;
}

#s10 a {
  max-width: 100%;
  margin: .5em;
}

#s11 form {
  text-align: center;
}

#s11 .buttons-container {
  padding: 0;
}

#s11 .btn-default.email-btn {
  width: 100%;
  max-width: 350px;
  font-size: 1.3em;
  margin-top: .5em;
}

.btn-default.btn-continue {
  padding: .4em 2em;
  width: auto;
  max-width: unset;
}

.margin-y {
  margin: .5em 0;
}

.wrapper.skin2 video {
  /* border: 1px solid #000; */
}

.wrapper.skin2 .steps-container {
  /* border: 1px solid #fff; */
}

.wrapper.skin2 #s1 .step-title, .wrapper.skin2 .yellow {
  color: #ffe683;
}

.wrapper.skin2 .btn-default {
  background: linear-gradient(-45deg,#6c3bc7,#ffe683);
  color: #f2f2f2;
  text-shadow: 1px 1px 0px #000;
  box-shadow: 1px 1px 2px #000;

}
.wrapper.skin2 .btn-default:hover {
  background: #6c3bc7 !important;
  color: #f2f2f2;
}

.wrapper.skin2 .btn-default:hover, .wrapper.skin2 .btn-default:active, .wrapper.skin2 .btn-default:focus, .wrapper.skin2 .btn-default.active.focus, .wrapper.skin2 .btn-default.active:focus, .wrapper.skin2 .btn-default.active:hover, .wrapper.skin2 .btn-default:active.focus, .wrapper.skin2 .btn-default:active:focus, .wrapper.skin2 .btn-default:active:hover {
  color: #fff;
  background-color: #05cc0d;
  border: none;
}

.wrapper.skin2 .btn-default.no-btn {
  background: #313131 !important;
  color: #f2f2f2;
  box-shadow: 1px 1px 2px #000;
}

.wrapper.skin2 .btn-default.no-btn:hover {
  background: #fff !important;
  color: #313131;
  text-shadow: 1px 1px 0px #000;
}

.header, header {
  text-align: center;
  /* background: rgba(0, 0, 0, 0.50); */
  padding: .5em 0;
}

.wrapper.header2 .header,
.wrapper.header2 header,
.wrapper.header3 .header,
.wrapper.header3 header,
.wrapper.header4 .header,
.wrapper.header4 header,
.wrapper.header5 .header,
.wrapper.header5 header,
.wrapper.header6 .header,
.wrapper.header6 header,
.wrapper.header7 .header,
.wrapper.header7 header,
.wrapper.header8 .header,
.wrapper.header8 header,
.wrapper.header9 .header,
.wrapper.header9 header,
.wrapper.header10 .header,
.wrapper.header10 header{
  background: none;
  padding: 1em 0;
}

header img {
  max-height: 50px;
}

.wrapper.header2 header img,
.wrapper.header3 header img,
.wrapper.header4 header img,
.wrapper.header5 header img,
.wrapper.header6 header img,
.wrapper.header7 header img,
.wrapper.header8 header img,
.wrapper.header9 header img,
.wrapper.header10 header img {
  max-height: none;
  max-width: 520px;
}

.decoder-video {
  position: relative;
  display: inline-block;
}

.decoder-video img {
  position: absolute;
  top: 2px;
  max-width: 99%;
  left: .5%;
}

.wrapper.mbl .decoder-video img {
    top: 4px;
    max-width: 93%;
    left: 3.5%;
}


#real-loader {
  position: absolute;
  bottom: 10px;
  width: 100%;
  line-height: 20px;
  text-align: center;
  color: rgba(255,255,255,0.5);
}


#shell {
  position: absolute;
  bottom: 0;
  left: 50%;
}
#shell #bg {
  -webkit-transition: all 0.15s ease-in-out;
  -moz-transition: all 0.15s ease-in-out;
  -o-transition: all 0.15s ease-in-out;
  transition: all 0.15s ease-in-out;
  width: 100px;
  margin-left: -50px;
  height: 10px;
  background: #ffe683;
  position: relative;
  border-radius: 9px;
}
#shell #bg #bar {
  -webkit-transition: all 0.15s ease-in-out;
  -moz-transition: all 0.15s ease-in-out;
  -o-transition: all 0.15s ease-in-out;
  transition: all 0.15s ease-in-out;
  position: absolute;
  top: 2px;
  left: 2px;
  background: #3a2364;
  height: 6px;
  width: 0px;
  line-height: 196px;
  text-align: center;
  font-size: 30px;
  color: rgba(0,0,0,0.5);
}

@media only screen and (max-width: 550px) {
  header img{
    max-width: 100%!important;
  }
  .step-title {
    margin: 0;
    padding: 5px;
    text-align: center;
    font-size: 15px;
    font-weight: bold;
    position: relative;
  }
  .step-title::before {
    content: '';
    position: absolute;
    left: 0;
    bottom: 10%;
    width: 100%;
    height: 10px;
    background: #3a2364;
    z-index: -1;
  }
}

.wrapper.skin3 canvas, .wrapper.skin3 .steps-container{
  border-radius: 40px;
}

.wrapper.skin3 .decoder-video img{
  max-width: 92%;
  top: 5%;
  left: 4%;
}

.wrapper.skin3.mbl .decoder-video img{
  max-width: 85%;
  top: 5%;
  left: 8%;
}
