body,html{
  padding:0;
  margin:0;
  background:white;
  font-family: 'Open Sans', sans-serif !important;
  overscroll-behavior: none;
  background:white;
}
.home .postSplash{
  visibility:hidden;
}
h2,h4,p{
  font-family: 'Open Sans', sans-serif !important;
}
.fh{
  height:100vh;
  width:100%;
  box-sizing:border-box;
  position:relative;
  overflow:hidden;
}
.home >.fh, .results > .fh{
  max-width:1200px;
  margin:0 auto;
}
.loaderline{
  height:1px;
  width:0%;
  max-width:calc(100% - 100px);
  background:white;
  position:absolute;
  left:50px;
  top:50px;
  transition:width 2s ease;
}
.loaderline.active{
  width:100%;
}
.home{
  transition: background 0.3s ease;
  height:100vh;
  overflow:hidden;
  padding:0 30px;
}
.fh > .inner{
  max-width:800px;
  left:0;
  right:0;
  margin:0 auto;
}
.fh h2{
  font-weight:regular;
  font-size:100px;
  margin:15px 0px;
  letter-spacing:0.2px;
  font-family: 'Open Sans', sans-serif !important;
}
.fh h3{
  margin-top:0px;
  margin-bottom:20px;
  font-weight:regular;
  font-size:40px;
  letter-spacing:0.2px;
  font-family: 'Open Sans', sans-serif !important;
}
.fh .tab h4{
  text-align:left;
  margin-top:0px;
  margin-bottom:-5px;
  font-weight:bold;
  font-size:20px;
  letter-spacing:0.2px;
  font-family: 'Open Sans', sans-serif !important;
}
.fh .tab.packages h4{
  margin:10px 0px;
  margin-top:0px;
}
.packages p{
  transition:all 0.5s ease;
  max-height: 30vh;
  overflow: hidden;
}
.tab.packages .rm{
  margin:0;
  cursor:pointer;
  position:absolute;
  bottom:22px;
  user-select:none;
  background:none;
  font-size:20px;
  font-family:'Rubik', sans-serif !important;
  text-transform:uppercase;
  color:black;
  width:185px;
  letter-spacing:0.2px; 
  border:solid 2px black;
  transition:all 0.3s ease;
  height:40px;
  line-height:40px;
  border-radius:10px;
}
.tab.packages .rm:hover{
  background:black;
  color:white;
}
.progress-bar{
	width:100%;
  height:25px;
  position:absolute;
  bottom:0;
  left:0;
  border-top:1px solid white;
  z-index:1;
}
.progress{
	background:white;
  height:25px;
  width:0%;
  transition:all 0.5s ease;
  position:relative;
}
.progress-text{
	position:absolute;
  right:8px;
  font-family: 'gravur_light',sans-serif !important;
  font-size:15px;
  color:black;
  text-align:right;
  line-height:28px;
}
.fh h5{
  text-align:center;
  margin-top:0px;
  margin-bottom:0px;
  font-weight:bold;
  font-size:20px;
  letter-spacing:0.2px;
  font-family: 'Open Sans', sans-serif !important;
}
.fh h6{
  margin-top:0px;
  margin-bottom:0px;
  font-weight:bold;
  font-size:14px;
  letter-spacing:0.2px;
  font-family: 'Open Sans', sans-serif !important;
}
.inner .third{
  width:31%;
  padding:2%;
  box-sizing:border-box;
  text-align:left;
  position:relative;
  transition:all 0.5s ease;
  padding-bottom:75px;
  max-height: 74vh;
}
.no-height{
  max-height:0px !important;
  margin:0 !important;
  opacity:0 !important;
}
.third.border-up{
  border:solid 1px black;
}
.third img{
  width:100%;
  transition:all 0.5s ease;
  display: block;
  max-height:30vh;
  margin-bottom:25px;
  object-fit:contain;
}
.third h4{
  text-align:left;
}
.theDetails{
  visibility:hidden;
  font-size:12px;
  max-height:0px;
}
.theDetails ul{
  margin:0px;
  padding-left: 20px;
}
.theDetails.active{
  visibility:visible;
  max-height:100vh;
}
.tabs{
  height:15%;
  width:100%;
  position:relative;
  display: flex;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-align-content: center;
  -ms-flex-line-pack: center;
  align-content: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}
.tabs a{
  user-select:none;
  font-weight:bold;
  position:relative;
  font-size:22px;
  transition: all 0.2s ease;
  cursor:pointer;
  padding-bottom:10px;
}
.tabs a:after{
  opacity: 0;
  content: ' ';
  display: block;
  position: absolute;
  width: 0%;
  height: 5px;
  left:50%;
  margin-top: 5px;
  background: black;
  transition: all 0.3s ease;
  /*   transform: translateY(-10px); */
}
.tabs a.active:after{
  opacity:1;
  transform:translateY(0px);
  width: 100%;
  left:0%;
}
.tabs a:hover::after{
  animation-name: lineOut;
  animation-duration: 0.5s;
  animation-fill-mode: both;
}
@keyframes lineOut {
  from {opacity:1; width: 0%; left:50%;}
  to {width: 100%; opacity:1; left:0%;}
}
.tab-wrap{
  height:70%;
  width:100%;
  position:relative;
}
.tab-foot{
  height:15%;
  width:100%;
  display:flex;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}
.tab-foot > div{
  width:33.33%;
  text-align:center;
}
.tab-foot > div:nth-child(1){
  text-align:left;
}
.tab-foot > div:nth-child(1) img{
  height:16px;
}
.tab-foot > div:nth-child(3){
  text-align:right;
}
.tab{
  height:100%;
  width:100%;
  position:absolute;
  opacity:0;
  transition:all 0.5s ease;
  z-index:1;
}
.tab *{
  opacity:0;
  transform:translateY(20px);
  transition:all 0.5s ease;
}
.tab .active{
  opacity:1;
  transform:translateY(0px);
}
.tab.active{
  opacity:1;
  z-index:3;
}
.how .item{
  width:33.33%;
}
.tab > .inner{
  position:absolute;
  opacity:1;
  top:50%;
  left:0;
  right:0;
  margin:0 auto;
  transform:translateY(-50%);
  display: flex;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.tab .half:nth-child(2){
  padding-right:20px;
  box-sizing:border-box;
  -webkit-flex: 1 1 auto;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  width:50%;
}
.tab .half:nth-child(3){
  padding-left:20px;
  box-sizing:border-box;
  -webkit-flex: 1 1 auto;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  width:50%;
}
.results .tab .half:nth-child(1){
  padding-right:20px;
  box-sizing:border-box;
  -webkit-flex: 1 1 auto;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  width:50%;
}
.results .tab .half:nth-child(2){
  padding-left:20px;
  box-sizing:border-box;
  -webkit-flex: 1 1 auto;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  width:50%;
}
.tab .wide{
  box-sizing:border-box;
  width:75%;
}
break{
  flex-basis: 100%;
  width: 0px; 
  height: 0px; 
  overflow: hidden;
}
.tab .a-row{
  width:100%;
  margin-top:50px;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.tab .a-row .item{
  flex: 1;
  box-sizing:border-box;
  padding-left:35px;
  padding-right:35px;
}
.tab .a-row .item:first-child{
  padding-left:0;
}
.tab .a-row .item:last-child{
  padding-right:0;
}
.tab p{
  font-size:18px;
}
.tab .item p{
  font-size:14px;
}
.black-bg{
  background:black;
  color:white;
}
header{
  height:50px;
  padding:10px;
  box-sizing:border-box;
  display:fixed;
  z-index:7;
}
header .sign-up-btn{
  float:right;
}
.splash{
  display:none;
  background:white;
  color:white;
  z-index:3;
  position: fixed;
  left: 0;
  top: 0px;
  transition:all 2s ease;
}
.close i{
  font-size:35px;
}
.splash > .inner *{
  opacity:0;
  transition:all 0.5s ease;
  transform:translateY(20px);
}
.splash > .inner .active{
  opacity:1;
  transform:translateY(0px);
}
.res-cta .img{
  width:100%;
  height:300px;
  background-size:cover;
  background-position:center;
}
.results{
  display:none;
  background:white;
  color:black;
  z-index:7;
  position: fixed;
  left: 0;
  top: 0px;
  width:100%;
}
.quiz-start{
  background-image: linear-gradient(to left, #fff 50%, #000 50%);
  background-size: 202%;
  background-position: 0% 0%;
  color: white;
  width: 100px;
  height: 40px;
  text-transform: uppercase;
  letter-spacing: 1px;
  text-align: center;
  line-height: 40px;
  cursor: pointer;
  user-select: none;
  font-family: 'Rubik';
  font-size: 18px;
  border: solid 2px white;
  transition: all 0.3s ease;
  border-radius:10px;
  margin:0 auto;
}
.quiz-start:hover{
  background-position: -98% 0%;
  color:black;
}
#hs_form_target_signup_form input{
  width:100%;
  height:30px;
  border:none;
  box-shadow:border-box;
  background:#f5f5f5;
}
#hs_form_target_signup_form fieldset{
  margin-bottom:20px;
  max-width:100%;
}
#hs_form_target_signup_form label{
  font-weight:bold;
  font-size:0.9em;
}
#hs_form_target_signup_form .hs_submit input{
  background:black;
  color:white;
  text-decoration:none;
  font-size:1em;
}
.login .close{
  position:absolute;
  top:20px;
  right:20px;
  color:black;
  cursor:pointer;
  z-index:2;
  user-select:none;
}
.sign-up-btn,.find-out-more{
  color:black;
  width:230px;
  height:40px;
  text-align:center;
  line-height:40px;
  cursor:pointer;
  user-select:none;
  margin:0 auto;
  letter-spacing:0.2px;
  transition:all 0.3s ease;
  font-size:22px;
  font-weight:700;
}
.sign-up-btn span,.find-out-more span{
  background-image: linear-gradient(to left, #000 50%, #fff 50%);
  background-size: 202%;
  background-position: 0% 0%;
  color:black;
  height:40px;
  display:inline-block;
  line-height:40px;
  padding:0px 20px;
  border:2px solid black;
  border-radius:10px;
  transition:all 0.3s ease;
}
.sign-up-btn:hover span,.find-out-more:hover span{
  background-position: -98% 0%;
  color:white;
  border:2px solid black; 
}
.login-btn{
  background-image: linear-gradient(to left, #000 50%, #fff 50%);
  background-size: 202%;
  background-position: 0% 0%;
  color: black;
  min-width: 100px;
  min-height: 40px;
  padding:0 20px;
  box-sizing:border-box;
  display:inline-block;
  text-transform: uppercase;
  letter-spacing: 1px;
  text-align: center;
  line-height: 40px;
  cursor: pointer;
  user-select: none;
  font-family: 'Rubik';
  font-size: 18px;
  border-radius:10px;
  border: solid 2px black;
  transition: all 0.3s ease;
}
.login-btn:hover{
  background-position: -98% 0%;
  color:white;
}
.sign-up-form-btn{
  background-image: linear-gradient(to left, #000 50%, #fff 50%);
  background-size: 202%;
  background-position: 0% 0%;
  color: black;
  display: inline-block;
  min-width: 100px;
  padding: 0px 20px;
  box-sizing:border-box;
  text-transform: uppercase;
  letter-spacing: 1px;
  text-align: center;
  line-height: 40px;
  cursor: pointer;
  user-select: none;
  font-family: 'Rubik';
  font-size: 18px;
  border-radius:10px;
  border: solid 2px black;
  transition: all 0.3s ease;
}
.sign-up-form-btn:hover{
  background-position: -98% 0%;
  color:white;
}
input:-webkit-autofill {
  -webkit-box-shadow: 0 0 0 30px white inset !important;
  background:white !important;
  -webkit-text-fill-color: black !important;
}
.form-field input{
  margin-left:15px;
  background:none;
  color:black;
  border:none;
  border-bottom:2px solid black;
  width:70%;
  height:22px;
  box-shadow:none;
  outline:none;
  font-size:20px;
}
.form-field label{
  position: relative;
  top: 0px;
  font-weight:700;
  font-size:18px;
}
.login{
  display:none;
  position:fixed;
  left:0;
  top:0;
  z-index:5;
}
.login.active{
  visibility:visible;
  transition-delay:0s;
}
.login .left{
  width:50%;
  float:left;
  height:100%;
  position:relative;

  box-sizing:border-box;
  padding:0px 50px;
  transform:translateX(0%);
  transition:all 0.5s ease;
  border:1px solid black;
}
.login.active .left{
  transform:translateX(0%);
}
.login .inner{
  margin:0 auto;
  left:0;
  right:0;
  width:80%;
}
.sign-up-form{
  display:none;
}
h3{
  font-size:2.5em;
}
.login .right{
  float:right;
  width:50%;
  height:100%;
  position:relative;
  box-sizing:border-box;
  padding:0px 50px;
  color:black;
  border:1px solid black;
  transform:translateX(0%);
  transition:all 0.5s ease;
}
.login.active .right{
  transform:translateX(0%);
}
.login .right.right-white{
  background:white;
  color:black;
  border-left:2px black solid;
}
.login-wrap{
  max-width:1200px;
  margin:0 auto;
  top:50%;
  transform:translateY(-50%);
  height:70%;
  position:absolute;
  top:50%;
  left:0;
  right:0;
}
.inner{
  position:absolute;
  top:50%;
  transform:translateY(-50%);
  width:100%;
}
.inner h2{
  text-align:center;
  font-size:75px;
}
.inner h4{
  text-align:center;
  font-size:24px;
  max-width:600px;
  margin:0 auto;
}
.header-spacer{
  height:50px;
}
.drift-open-chat{
  display:none !important;
  visibility:hidden;
}
.mob-only{
  display:none !important;
}

/* QUIZ */
.quiz{
  position:fixed;
  width:100%;
  height:100vh;
  overflow:hidden;
  z-index:10;
  top:0;
  left:0;
  display:none;
  cursor:auto;
}
.quiz-menu{
  width:100%;
  position:absolute;
  top:0;
  left:0;
  height:100px;
  line-height:100px;
  color:white;
  z-index:11;
}
.splash .quiz-menu{
  opacity:1;
  color:white;
}
.quiz-menu > span{
  float:left;
  width:16.666%;
  text-align:center;
  line-height:100px;
  text-transform:uppercase;
  opacity:0.3;
  font-size:18px;
  transition:all 1s ease;
  font-weight:700;
}
.splash .quiz-menu > span{
  opacity:0;
  transform:translateY(20px);
}
.quiz-menu > span.active{
  opacity:1;
}
.splash .quiz-menu > span.active{
  opacity:1;
  transform:translateY(0px);
}
.quiz .slide{
  width:100%;
  height:100vh;
  background:black;
  color:white;
  position:absolute;
  top:0;
  left:0;
  display:none;
}
.quiz .slide .cover{
  display:none;
  text-align:center;
}
.cover .arrow{
  margin:0 auto;
  width: 40px;
  height: 40px;
  border-radius: 22px;
  border:solid 2px white;
  margin-top:40px;
  transition:all 0.3s ease;
  cursor:pointer;
  user-select:none;
  line-height:1;
}
.cover .arrow:hover{
  background:white;
  color:black;
}
.slide h2{
  margin-bottom:20px;
}
.cover .arrow i{
  position: relative;
  top: 3px;
  left: 1px;
  font-size:34px;
}
.question-window{
  position:absolute;
  top:50%;
  transform:translateY(-50%);
  left:0;
  right:0;
  margin:0 auto;
  max-width:800px;
  height:60vh;
  overflow:hidden;
  transition:all 0.5s ease;
  display:none;
  background:black;
}
.questions{
  transition:all 0.5s ease;
  position:relative;
}
.q-num{
  padding-bottom: 10px;
}
.q{
  text-align:center;
  opacity:0.15;
  transition:all 0.75s ease;
  padding:35px;
  font-size:30px;
  pointer-events:none;
  user-select:none;
}
.q.active{
  opacity:1;
  pointer-events:auto;
}
.answers{
  padding-top:35px;
  margin-left: -10px;
}
.answers > span{
  width: 40px;
  height: 40px;
  line-height: 38px;
  display: inline-block;
  margin: 0px;
  border: 2px solid black;
  border-radius: 25px;
  cursor: pointer;
  transition: all 0.2s ease;
  user-select: none;
  font-size: 25px;
  text-align: center;
  margin-left:10px;
}
.answers > span:nth-child(1){
  margin-left:0px;
}
.continue{
  text-align:center;
}
.continue-btn{
  width: 125px;
  height: 125px;
  border-radius: 75px;
  display: inline-block;
  border: 1px black solid;
  transition: all 0.3s ease;
  font-size: 25px;
  user-select: none;
  cursor: pointer;
  line-height: 122px;
}
.continue-btn:hover{
  border:solid 2px white;
}
.answers > span:hover{
  border:solid 2px white;
}
.answers > span.active{
  border:2px solid white;
  background:white;
  color:black;
}
.slide .overlay{
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: black;
  z-index: 0;
}
.splash p{
  font-size:20px;
  max-width: 670px;
  margin: 1em auto;
}
.splash h5{
  font-size:28px;
}
html,body {

}
.slide .overlay video{
  position: absolute;
  top: 50%;
  left: 50%;
  min-height: 110%;
  -webkit-transform: translateX(-50%);
  transform: translate(-50%,-50%);
  min-width: 110%;
}
#follower {
  position: absolute;
  top:50%;
  left:50%;
  z-index:9999;
  mix-blend-mode: difference;
  pointer-events: none !important;
}
#follower.inactive{
  cursor:auto !important;
  opacity:0;
}
#follower #circle1 {
  position: absolute;
  background: none;
  border:solid 2px white;
  border-radius: 50%;
  height: 30px;
  width: 30px;
  margin-top: 0em;
  margin-left: 0em;
  z-index:9999;
  transition:transform 0.2s ease;
}
#follower #circle1.active{
  /*   background:white; */
  transform:scale(1.25,1.25);
}
.res-cta{
  position: relative;
  top: 25%;
}
.res-cta .img {
  width: 60%;
  height: 250px;
  background-size: cover;
  background-position: center;
  position: absolute;
  right: 0;
}
.res-cta .text{
  width: 60%;
  position: absolute;
  z-index: 1;
}
.res-cta .cta-text{
  font-size: 26px;
  line-height: 1.2;
  font-weight: 700;
}
.res-cta span{
  font-size: 14px;
  text-decoration: underline;
  margin-bottom: 8px;
  display: block;
}
.res-cta .btn{
  display: inline-block;
  background: black;
  color: white;
  padding: 5px 15px;
  font-size: 18px;
  text-transform: uppercase;
  margin-top: 10px;
  border: solid 1px black;
  font-weight: 200;
  transition:all 0.3s ease;
}
.res-cta .btn:hover{
  background:white;
  color:black;
}
.outline{
  text-shadow:
    -1px -1px 0 #fff,  
    1px -1px 0 #fff,
    -1px 1px 0 #fff,
    1px 1px 0 #fff;
}
.blackout{
  background:black;
}
.slide .overlay:after{
  content:' ';
  display:block;
  width:100%;
  position:absolute;
  height:100%;
  top:0;
  left:0;
  background:rgba(0,0,0,0.15);
}
.statements { 
  position: relative; 
  padding: 10px;
  width:100%;
  margin-top:35px;
  text-align:center;
  height:120px;
}
.statements > span { 
  position: absolute; 
  top: 0px; 
  left: 0px; 
  margin:0 auto;
  font-size:18px;
  transform:none !important;
  opacity:1;
  width:100%;
}
.bg-video{
  z-index:0;
  position:absolute;
  max-width: 100%;
  max-height: 100%;
  top:50%;
  left:50%;
  transform:translate(-50%,-50%);
}
.bg-video-overlay{
  width:100%;
  height:100%;
  background:rgba(255,255,255,0.75);
  position:absolute;
  top:0;
  left:0;
}
.results p{
  font-size: 35px;
  text-align: center;
  width: 75%;
  margin: 0 auto;
}
.splash.blackout{
  background:black;
  color:white;
}
.tab.intro{
  background:none;
}
.username-error, .password-error{
  display:none;
  margin-left: 107px;
  position: absolute;
  font-size: 12px;
  margin-top: 8px;
}
.tab-foot img{
  max-width: 80%;
  max-height:50px;
}

/* INRTO ANIMATION */

.s1{
  position: absolute;
  left: 0;
  right: 0;
  top: 40px;
  font-size:37px;
  transform:none !important;
}
.s2{
  position: absolute;
  left: 0;
  right: 0;
  top: 90px;
  font-size:37px;
  transform:none !important;
}
.s3{
  position: absolute;
  left: 0;
  right: 0;
  top: 140px;
  font-size:37px;
  transform:none !important;
}
/* .s1,.s2,.s3,.futurefit,.ff.inner{
animation-duration: 20s;
animation-iteration-count: infinite;
animation-delay: 2s;
} */
.ff.inner{
  animation-name: ff;
  max-width:900px;
}
.futurefit{
  /*   animation-name: futurefit; */
  transform:none !important;
  visibility:hidden;
}
.s1.m1{
  animation-name: s1m1;
}
.s2.m1{
  animation-name: s2m1;
}
.s3.m1{
  animation-name: s3m1;
}
.s1.m2{
  animation-name: s1m2;
}
.s2.m2{
  animation-name: s2m2;
}
.s3.m2{
  animation-name: s3m2;
}
.s1.m3{
  animation-name: s1m3;
}
.s2.m3{
  animation-name: s2m3;
}
.s3.m3{
  animation-name: s3m3;
}


@keyframes ff {
  0%   {height:100px;}
  5%  {height:235px;}
  85%  {height:235px;}
  90% {height:100px;}
  100% {height:100px;}
}
@keyframes futurefit {
  0%   {font-size:60px;}
  5%  {font-size:24px;}
  85%  {font-size:24px;}
  90%  {font-size:60px;}
  100% {font-size:60px;}
}
@keyframes s1m1 {
  0%   {opacity:0;}
  5%  {opacity:1;}
  25%  {opacity:1;}
  30% {opacity:0;}
  100% {opacity:0;}
}
@keyframes s2m1 {
  0%   {opacity:0;}
  5%   {opacity:0;}
  10%  {opacity:1;}
  25%  {opacity:1;}
  30% {opacity:0;}
  100% {opacity:0;}
}
@keyframes s3m1 {
  0%   {opacity:0;}
  10%   {opacity:0;}
  15%  {opacity:1;}
  25%  {opacity:1;}
  30% {opacity:0;}
  100% {opacity:0;}
}
@keyframes s1m2 {
  0%   {opacity:0;}
  30%  {opacity:0;}
  35%  {opacity:1;}
  55%  {opacity:1;}
  60% {opacity:0;}
  100% {opacity:0;}
}
@keyframes s2m2 {
  0%   {opacity:0;}
  35%   {opacity:0;}
  40%  {opacity:1;}
  55%  {opacity:1;}
  60% {opacity:0;}
  100% {opacity:0;}
}
@keyframes s3m2 {
  0%   {opacity:0;}
  40%   {opacity:0;}
  45%  {opacity:1;}
  55%  {opacity:1;}
  60% {opacity:0;}
  100% {opacity:0;}
}
@keyframes s1m3 {
  0%   {opacity:0;}
  60%  {opacity:0;}
  65%  {opacity:1;}
  85%  {opacity:1;}
  90% {opacity:0;}
  100% {opacity:0;}
}
@keyframes s2m3 {
  0%   {opacity:0;}
  65%   {opacity:0;}
  70%  {opacity:1;}
  85%  {opacity:1;}
  90% {opacity:0;}
  100% {opacity:0;}
}
@keyframes s3m3 {
  0%   {opacity:0;}
  70%   {opacity:0;}
  75%  {opacity:1;}
  85%  {opacity:1;}
  90% {opacity:0;}
  100% {opacity:0;}
}


@media only screen and (min-width: 1920px) and (min-height:1080px) {
  .fh h3{
    font-size:50px;
  }
  .tab p.f25{
    font-size:25px;
  }
  .fh .tab h4{
    font-size:22px;
  }
  .statements > span {
    font-size:22px;
  }
  .tab .item p{
    font-size:20px;
  }
  .tab .a-row .item{
    width:33.33%;
    flex:none;
  }
  .tab .half:nth-child(2){
    padding-right:40px;
  }
  .tab .half:nth-child(3){
    padding-left:40px;
  }
  .packages p{
    font-size:20px !important;
  }
  .theDetails{
    font-size:14px;
  }
  .theDetails li{
    margin-bottom:5px;
  }
  .login p{
    font-size:20px;
  }
  .login p.f25{
    font-size:25px;
  }
  .fh h6{
    font-size:22px;
  }
  .inner h2{ 
    font-size:100px;
  }
  .splash h2{
    font-size:70px;
  }

}
@media only screen and (max-height: 700px) and (min-width:768px){ /*MAX HEIGHT*/
  .fh h3 {
    font-size:35px;
    margin-bottom: 15px;
  }
  .tab .a-row {
    margin-top: 10px;
  }
  .login-wrap {
    height:85%;
  }
}

@media only screen and (max-width: 1000px){ 

  .splash .quiz-menu > span{
    opacity:1;
    transform:none;
    width: 16.66%;
  }
  .to-top-arrow{
    color:white;
    display: inline-block;
    width: 20px;
    text-align: center;
    cursor:pointe;
  }
  .to-top-arrow i{
    font-size: 35px;
    position: relative;
    top: 12px;
    left: -7px;
  }
  .home .down-arrow i{
    font-size:30px;
  }
  .splash p {
    font-size: 13px !important;
  }
  .splash h5 {
    font-size: 20px;
  }
  .home{
    padding:0;
  }
  .black-get-in-touch-foot{
    background:black;
    width:100%;
    padding:50px 25px;
    color:white;
    box-sizing: border-box;
  }
  .black-get-in-touch-foot h3{
    font-size:14px;
    font-weight:bold;
    text-transform:uppercase;
  }
  .black-get-in-touch-foot p{
    font-size:18px;
  }
  .black-get-in-touch-foot .gs-btn, .black-get-in-touch-foot .bn-btn{
    color:white;
    border:solid 2px white;
    padding:5px 12px;
    display:inline-block;
    margin-right:25px;
    font-size:14px;
    border-radius:10px;
    transition:all 0.3s ease;
    font-weight:600;
    user-select:none;
    cursor:pointer;
  }
  .black-get-in-touch-foot .gs-btn:hover, .black-get-in-touch-foot .bn-btn:hover{
    background:white;
    color:black;
  }
  body{
    -webkit-tap-highlight-color: rgba(0,0,0,0);
    -webkit-tap-highlight-color: transparent;
  }
  .s1,.s2,.s3,.futurefit,.ff.inner{
    animation:none;
  }
  .s1,.s2,.s3{
    display:none;
  }
  .logo-wrap{
    width:100%;
    height:50px;
    background:white;
  }
  .logo-wrap > div{
    width:50%;
    float:left;
    text-align:center;
  }
  .mob-only{
    display:block !important;
  }
  .third img{
    max-height:100%;
  }
  .form-field input{
    width:100%;
    margin-left:0;
    margin-top:5px;
    padding: 2px 0;
    border-radius: 0;
  }
  .answers > span,.tabs a{
    outline:none;
  }
  .fh{
    padding:0px;
  }
  .tab p.f25{
    font-size:16px;
  }
  .tabs{
    height:10%;
    z-index:50;
    padding: 0 25px;
    background:white;
    box-sizing: border-box;
  }
  .tab{
    padding:0 25px;
    padding-top:25px;
    position:relative;
    display:block;
    opacity:1;
    height:auto;
    margin-bottom:50px;
    box-sizing: border-box;
  }
  .tab *{
    opacity:1;
    transform:none;
  }
  .tabs a{
    font-size:16px;
    display:none;
  }
  #follower{
    display:none !important;
  }
  .tab-foot{
    height:10%;
  }
  .tab-foot > div:nth-child(1){
    display:none;
  }
  .tab-foot > div:nth-child(3){
    display:none;
  }
  .tab-wrap{
    height:90%;
    overflow:hidden;
    overflow-y:scroll;
  }
  .tab .wide{
    width:100% !important;
  }
  .tab .half{
    width:100% !important;
    padding:0px !important;
  }
  .tab > .inner{
    position:relative;
    top:auto;
    transform:none;
  }
  .tab.intro{
    height:90%;
  }
  .tab.intro > .inner{
    position:absolute;
    top:50%;
    transform:translateY(-50%);
  }
  .tab .a-row{
    display:block;
    margin-top:0px;
  }
  .tab .a-row .item{
    width:100%;
    padding:0px !important;
  }
  .inner .third{
    width:100%;
    margin-bottom: 75px;
    height:auto;
    max-height: 100%;
  }
  .login .close{
    top:-15%;
  }
  .login .left{
    width:100%;
    float:none;
    border:none;
    margin-bottom:50px;
  }
  .login .right{
    width:100%;
    float:none;
    border:none;
    margin-bottom:100px;
  }
  .login.fh{
    padding:0px !important;
  }
  .login{
    overflow:scroll;
  }
  .login .inner,.splash .inner,.slide .inner{
    padding:0 20px;
    width:100%;
    max-width:100%;
    box-sizing:border-box;
  }
  .quiz-menu{

  }
  .inner h2{
    font-size:50px;
    line-height:1.2;
  }
  .question-window{
    width:100%;
    max-width:100%;
    padding:0 20px;
    box-sizing:border-box;
    height:80vh;
  }
  .q{
    font-size:18px;
    padding:20px;
    text-align:center;
  }
  .q-num{
    position:relative;
    margin-bottom:10px;
  }
  .answers > span:nth-child(1){
    margin-left:10px;
  }
  .answers > span{
    font-size:18px;
    margin-left:8px;
    margin-bottom:8px;
  }
  .form-field label{
    font-size:22px;
  }
  .tab.active{
    display:block;
  }
  .tab-foot > div{
    width:100%;
  }
  ::-webkit-scrollbar { 
    display: none; 
  }
  .sign-up-btn, .find-out-more{
    font-size:18px;
  }
  .form-field label{
    font-size:18px;
  }
  .login-btn,.sign-up-form-btn{
    font-size:16px;
    /*     width:80px;
    height:35px; */
    line-height:35px;
  }
  .fh h3{
    line-height:1;
  }
  .tab.packages .rm{
    font-size:16px;
    width: 155px;
    height:35px;
    line-height:35px;
  }
  .desktop{
    display:none !important;
  }
  .ham{
    display:block;
    position: absolute;
    right: 25px;
    top: 25px;
  }
  .ham > img{
    width:30px;
    max-height: 20px;
  }
  .mob-menu{
    background:white;
    border:solid 1px #eee;
    position:absolute;
    right:-21px;
    top:55px;
    width: calc(100% + 40px);
    z-index:-1;
    transform:translateY(-120%);
    transition:all 0.3s ease;
    text-align:center;
    border: none;
  }
  .mob-menu.active{
    transform:translateY(0%);
  }
  .mob-menu a{
    display:block;
    color:black;
    text-decoration:none;
    padding:15px;
    text-transform:uppercase;
  }
  .mob-menu a:after{
    display:none !important;
  }
  .tab p{
    margin-top:10px;
    margin-bottom:25px;
  }
  .theDetails{
    visibility:visible;
    height:auto;
    max-height:100%;
    font-size:16px;
    position:relative;
  }
  .theDetails li{
    margin-bottom:10px;
  }
  .home .tab-foot{
    display:none;
  }
  .statements{
    display:none;
  }
  .home .down-arrow{
    margin-top: 50px;
    position: absolute;
    bottom: -100%;
    left: 0;
    right: 0;
  }
  .home .tab h3, .login h3{
    font-weight: bold;
    font-size:20px;
    display: inline-block;
    border-bottom:5px solid black;
    width: auto;
  }
  .quiz-menu > span{
    display:block;
    left: 0;
    right: 0;
    margin: 0 auto;
    opacity:1;
    min-width: 16.66%;
    width: 16.66%;
    text-transform: none;
    font-size: 16px;
  }
  .quiz-menu > span.section{
    min-width:33.33%;
    position:relative;
    text-align:center;
    width:33.33%;
  }
  .quiz-menu > span.section > span{
    width:50%;
    float: left;
    text-align: center;
    line-height: 100px;
    text-transform: uppercase;
    opacity: 1;
    font-size: 18px;
    transition: all 1s ease;
    font-weight: 700;
  }
  .quiz-menu > span.active{
    display:block;
  }
  .inner h4{
    font-size:20px;
  }
  .mob-overlay{
    display:none;
    position:fixed;
    height:120vh;
    top:0px;
    left:0;
    width:100%;
    z-index:-2;
    pointer-events:none;
    background:rgba(0,0,0,0.7);
  }
  .mob-overlay:after{
    display:block;
    content:' ';
    background:white;
    width:100%;
    top:0;
    position:absolute;
    left:0;
    height:56px;
  }
  .results .tab-wrap .tab.active{ 
    display: block;
    position: absolute;
    top: 40%;
    transform: translateY(-50%);
  }
  .res-tab{
    height: calc(100vh - 200px);
  }
  .res-tab > .inner{
    position: absolute;
    top: 30%;
    width: 80%;
    text-align: center;
  }

}