article,aside,details,figcaption,figure,footer,header,hgroup,main,nav,section,summary{display:block}audio,canvas,video{display:inline-block}audio:not([controls]){display:none;height:0}[hidden]{display:none}html{font-family:sans-serif;-ms-text-size-adjust:100%;-webkit-text-size-adjust:100%}body{margin:0}a:focus{outline:thin dotted}a:active,a:hover{outline:0}h1{font-size:2em;margin:.67em 0}abbr[title]{border-bottom:.0625rem dotted}dfn{font-style:italic}hr{-moz-box-sizing:content-box;box-sizing:content-box;height:0}mark{background:#ff0;color:#000}code,kbd,pre,samp{font-family:monospace,serif;font-size:1em}pre{white-space:pre-wrap}q{quotes:"\201C""\201D""\2018""\2019"}small{font-size:80%}sub,sup{font-size:75%;line-height:0;position:relative;vertical-align:baseline}sup{top:-.5em}sub{bottom:-.25em}img{border:0}svg:not(:root){overflow:hidden}figure{margin:0}fieldset{border:.0625rem solid silver;margin:0 .125rem;padding:.35em .625em .75em}legend{border:0;padding:0}button,input,select,textarea{font-family:inherit;font-size:100%;margin:0}button,input{line-height:normal}button,select{text-transform:none}button,html input[type=button],input[type=reset],input[type=submit]{-webkit-appearance:button;cursor:pointer}button[disabled],html input[disabled]{cursor:default}input[type=checkbox],input[type=radio]{box-sizing:border-box;padding:0}input[type=search]{-webkit-appearance:textfield;-moz-box-sizing:content-box;-webkit-box-sizing:content-box;box-sizing:content-box}input[type=search]::-webkit-search-cancel-button,input[type=search]::-webkit-search-decoration{-webkit-appearance:none}button::-moz-focus-inner,input::-moz-focus-inner{border:0;padding:0}textarea{overflow:auto;vertical-align:top}table{border-collapse:collapse;border-spacing:0}
* {
    box-sizing: border-box;
}
.step,
body,
form,
html {
    height: 100%;
    width: 100%;
}
body {
    position: relative;
    font-family: sofia-pro, sans-serif;
    font-weight: 400;
    color: #1a1a1a;
    background-color: #fff;
    -webkit-transition: background-color 0.1s ease-out 1s;
    -moz-transition: background-color 0.1s ease-out 1s;
    -o-transition: background-color 0.1s ease-out 1s;
    transition: background-color 0.1s ease-out 1s;
}
body.is--yellowbg {
    background: #fff;
}
h1,
h2,
h3,
h4,
h5,
h6 {
    font-weight: 400;
}
.captcha__item,
a,
button {
    -webkit-tap-highlight-color: transparent;
    outline: 0;
}
footer {
    position: absolute;
    bottom: 4px;
    left: 0;
    right: 0;
    z-index: 9;
}
footer ul {
    padding: 0;
    margin: 0;
    display: flex;
    list-style: none;
    width: 100%;
    justify-content: center;
    align-items: center;
}
footer li {
    margin: 0 4px;
}
footer a {
    color: #1a1a1a;
    text-decoration: none;
    font-size: 10px;
}

video {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    z-index: -100;
    height: 100%;
    width: 100%;
    max-width: 480px;
    object-fit: cover;
}
.wrapper {
    width: 100%;
    max-width: 20.2rem;
    margin: 0 auto;
}
.step {
    position: absolute;
    margin: 0 auto;
    text-align: center;
    -webkit-transition: transform 0.4s ease;
    -moz-transition: transform 0.4s ease;
    -o-transition: transform 0.4s ease;
    transition: transform 0.4s ease;
    background-repeat: no-repeat;
    background-size: cover;
}
[data-step="3"] {
    color: #fff;
}
[ng-model="age"] {
    width: 100%;
    margin: auto;
    max-width: 283px;
    display: block;
    height: 40px;
}

.step__logo {
    height: auto;
    margin-top: 2.4rem;
}
.step__title {
    margin: 0.5rem 0;
    font-size: 1.25rem;
    line-height: 1.1;
    text-shadow: -1px 1px 10px rgba(0, 0, 0, 1);
}
.step__intro {
    width: 100%;
    margin: 0 auto;
    opacity: 0.5;
}
.step__intro:before {
    content: "";
    display: block;
    padding-bottom: 100%;
}
.step__intro__bg {
    padding: 0;
    width: 80%;
    max-width: 420px;
    color: #fff !important;
    position: absolute;
    top: 48%;
    left: 50%;
    transform: translate(-50%, -50%);
}
.step__warning {
    margin: 0;
    font-size: 1rem;
    text-align: center;
    padding: 0;
    width: 80%;
    max-width: 480px;
    color: #fff !important;
    position: absolute;
    bottom: 20%;
    left: 50%;
    transform: translateX(-50%);
    text-shadow: -1px 1px 10px rgba(0, 0, 0, 1);
    text-transform: uppercase;
    font-weight: 400;
    letter-spacing: -0.5px;
}
.error {
    padding: 10px 0;
    font-size: 14px;
    text-align: center;
    color: red;
    margin-top: 6px;
}
.results__list-multi {
    margin: 0 0 1rem;
}
.botRight {
    top: 440px;
}
.header__container {
    background: 0 0 !important;
}
.step__warning strong {
    font-weight: 500;
    font-size: 1.25rem;
    display: block;
    padding: 5px;
    background: #000;
    -moz-transform: rotate(358deg);
    -webkit-transform: rotate(358deg);
    -o-transform: rotate(358deg);
    -ms-transform: rotate(358deg);
    transform: rotate(358deg);
}
.step__warning strong span {
    color: #ff005d;
}
.step__text {
    max-width: 520px;
    margin: 0 auto;
    padding: 0 40px !important;
}
.step__text__content {
    max-width: 380px;
    margin: 0 auto;
}
.step__text--1 {
    margin-bottom: 15px;
}
.step__text--2,
.step__text--3 {
    margin-bottom: 0.9rem;
}
.step__text--4,
.step__text--5 {
    margin-bottom: 0.6rem;
}
.step__text--10,
.step__text--6,
.step__text--7,
.step__text--8,
.step__text--9 {
    margin-bottom: 0.7rem;
}
.step__label {
    display: block;
    font-size: 1.125rem;
    line-height: 1.4;
}
.step__label__robot--1 {
    margin: 0.857rem 0 0.5rem;
    font-size: 1.428rem !important;
    color: #ed4653;
}
.step__label__robot--2 {
    max-width: 90%;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 0.428rem;
    font-size: 0.857rem;
}
.step__label__robot--3 {
    font-size: 1.125rem;
    color: #ed4653;
}
.step__label__password {
    max-width: 96%;
    margin: 2.9rem auto 2.214rem;
    font-size: 1.125rem;
    line-height: 1.3;
}
.step__label-small {
    font-size: 0.8125rem;
    line-height: 1.5rem;
    color: #9b9b9b;
}
.step__label-last {
    width: 100%;
    max-width: 19.625rem;
    margin: 0 auto;
}
.step__match {
    margin: 2rem auto 0.375rem;
    font-size: 4.285rem;
    color: #fff;
    text-transform: uppercase;
    letter-spacing: 0;
    line-height: 1.1;
}
.step__girls {
    width: 17.0625rem;
    margin: 0 auto 10px;
    background-image: url(../images/snap.png);
    background-repeat: no-repeat;
    background-size: cover;
}
.step__girls:before {
    content: "";
    display: block;
    padding-bottom: 45.64%;
}
.step__preferences {
    max-width: 18rem;
    margin: 0 auto 1.875rem;
    font-size: 1.25rem;
    color: #fff;
    line-height: 1.875rem;
}
.step__disclaimer {
    width: 100%;
    max-width: 19.7rem;
    margin: 2rem auto 1.5rem;
    font-size: 0.625rem;
    color: #818181;
    letter-spacing: 0.05875rem;
    line-height: 0.9375rem;
    text-transform: uppercase;
}
.step__disclaimer a {
    color: #818181;
}
.step__button {
    max-width: 19.625rem;
    margin: 1.25rem 0;
    font-size: 1rem;
    line-height: 2.06;
    color: #fff;
    background: #fe2c55;
    text-transform: uppercase;
    font-weight: 700;
    border: 1px solid #fe2c55;
}
.newButtons,
.newYesBtn {
    text-transform: uppercase;
    line-height: 1;
    background: 0 0;
    font-weight: 700;
    margin: 0;
    padding: 16px 16px 20px;
    min-width: 120px;
}
.newYesBtn {
    background-color: #fe2c55;
    border: 1px solid #fe2c55;
    color: #fff;
}
.noBtn {
    background: 0 0 !important;
    border: 1px solid #fff;
}
.noBtn2 {
    border: 1px solid #000;
    color: #000;
}
.step__button--1 {
    padding: 0.785rem;
    width: 40%;
}
.step__button--2,
.step__button--4 {
    padding: 0.857rem;
}
.step__button--3,
.step__button--5 {
    padding: 0.928rem;
}
.step__button:focus {
    outline: 0;
}
.step__button_extra {
    margin-top: 2rem;
}
.step__button__arrow {
    position: relative;
    height: 1em;
    width: auto;
    top: 0.125em;
    left: 0.1875rem;
}
.step__button--3 .step__button__arrow {
    left: 2.65rem;
}
.step__field {
    position: relative;
    width: 100%;
    max-width: 300px;
    margin: 1.5625rem auto 0.625rem;
    text-align: left;
}
.step__field__input {
    padding: 0.625rem 2.3rem 0.6875rem 1.2rem;
    width: 100%;
    font-size: 1rem;
    line-height: 2.0625rem;
    background-color: #ececec;
    border: none;
    border-bottom: 1px solid #fff;
    border-radius: 100px;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    color: #000;
}
.step__field__input:focus {
    outline: 0;
}
.step__field__valid {
    position: absolute;
    right: 0.4375rem;
    top: 48%;
    width: 1.25rem;
    height: 1rem;
    background: url(//cdn.tours-78-94.wellhello.com/sinder/img/check.svg) no-repeat scroll;
    background-size: 1.1rem 1.1rem;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}
.step__field__show {
    position: absolute;
    top: 0.7rem;
    left: 101%;
    font-size: 0.642rem;
    background: 0 0;
    border: 0;
}
.step__field__show.is--active .step__field__show__eyeon {
    display: inline-block;
}
.step__field__show.is--active .step__field__show__eyeoff {
    display: none;
}
.step__field__show__eyeon {
    display: none;
}
.step__field__placeholder {
    position: absolute;
    left: 0.214rem;
    top: 0;
    font-size: 1.125rem;
    line-height: 2.0625rem;
    -webkit-transition: all 0.2s ease;
    -moz-transition: all 0.2s ease;
    -o-transition: all 0.2s ease;
    transition: all 0.2s ease;
    z-index: -1;
}
.step__field__placeholder_active {
    top: -0.5rem;
    font-size: 0.625rem;
    line-height: 0.625rem;
    color: #fff;
}
.step__field__error {
    z-index: 10;
    margin: 0;
    padding: 0;
	text-align: center;
    line-height: 1.6;
    color: #f00;
    margin-top: 5px;
    font-weight: 300;
    font-size: 0.75rem;
    width: 100%;
}

.step__free {
    margin: 2.3rem auto 1.8rem;
    font-size: 3.0625rem;
    line-height: 1.5rem;
    text-transform: uppercase;
    color: #ed4653;
    font-weight: 700;
    display: block;
}
.header {
    width: 100%;
    text-align: center;
    z-index: 200;
    padding: 0.5rem 0;
}
.header_absolute {
    width: 100%;
    text-align: center;
    z-index: 200;
    padding: 0.5rem 0;
    position: absolute;
    font-family: "Montserrat Subrayada", sans-serif;
    color: #fff;
    font-weight: 700;
    font-size: 2rem;
}
.header__container,
.likes__container {
    position: relative;
    max-width: 480px;
    margin: 0 auto;
    min-height: 50px;
}
.likes__container {
    min-height: 20px;
    text-align: center;
    padding: 20px 40px;
    font-weight: 300;
    color: #fff;
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 100%;
    z-index: 2;
    font-size: 0.75rem;
}
.likes__container.address IMG {
    position: relative;
    top: 5px;
    max-width: 18px;
}
.header__container__logo {
    text-align: center;
    height: auto;
    margin-top: 5px;
    width: 100%;
    max-width: 200px;
}
.header__container__chat {
    position: absolute;
    top: 0.9375rem;
    right: 0;
    width: 1.5625rem;
    height: 1.5625rem;
}
.girl__overlay {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    padding-top: 0.8rem;
    padding-bottom: 2.5rem;
    background: rgba(255, 255, 255, 0);
    background: -moz-linear-gradient(top, rgba(255, 255, 255, 0) 0, rgba(0, 0, 0, 1) 100%);
    background: -webkit-gradient(left top, left bottom, color-stop(0, rgba(255, 255, 255, 0)), color-stop(100%, rgba(0, 0, 0, 1)));
    background: -webkit-linear-gradient(top, rgba(255, 255, 255, 0) 0, rgba(0, 0, 0, 1) 100%);
    background: -o-linear-gradient(top, rgba(255, 255, 255, 0) 0, rgba(0, 0, 0, 1) 100%);
    background: -ms-linear-gradient(top, rgba(255, 255, 255, 0) 0, rgba(0, 0, 0, 1) 100%);
    background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0, rgba(0, 0, 0, 1) 100%);
}
.step__buttons_extra {
    margin-top: 1.375rem;
}
.step__buttons__button {
    position: relative;
    display: inline-block;
    cursor: pointer;
}
.step__buttons__button_disabled {
    background: #eceef4;
}
.step__buttons__button__icon {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    width: 100%;
}
.step__buttons__button__icon--yes {
    -webkit-transform: translate(-51%, -46%);
    -moz-transform: translate(-51%, -46%);
    -ms-transform: translate(-51%, -46%);
    -o-transform: translate(-51%, -46%);
    transform: translate(-51%, -46%);
    animation: 1.2s infinite beatHeart;
    width: 62px;
    height: 62px;
}
.step__buttons__button__icon--no {
    -webkit-transform: translate(-49%, -48%);
    -moz-transform: translate(-49%, -48%);
    -ms-transform: translate(-49%, -48%);
    -o-transform: translate(-49%, -48%);
    transform: translate(-49%, -48%);
}
@keyframes beatHeart {
    0% {
        transform: translate(-51%, -46%) scale(1);
    }
    25% {
        transform: translate(-51%, -46%) scale(1.05);
    }
    40% {
        transform: translate(-51%, -46%) scale(1);
    }
    60% {
        transform: translate(-51%, -46%) scale(1.05);
    }
    100% {
        transform: translate(-51%, -46%) scale(1);
    }
}
.step__girl {
    position: relative;
    width: 95%;
    height: auto;
    margin: 0 auto;
    background: #000;
}
.girl {
    position: relative;
    overflow: hidden;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    width: 100%;
    min-height: 55vh;
    max-height: 500px;
    max-width: 480px;
    margin: 0 auto 10px;
}
.girl::after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 100%;
    max-width: 480px;
    height: 20vh;
    background: #fff;
    background: -moz-linear-gradient(180deg, rgba(255, 255, 255, 0) 0, rgba(0, 0, 0, 1) 100%);
    background: -webkit-linear-gradient(180deg, rgba(255, 255, 255, 0) 0, rgba(0, 0, 0, 1) 100%);
    background: linear-gradient(180deg, rgba(255, 255, 255, 0) 0, rgba(0, 0, 0, 1) 100%);
    opacity: 0.7;
    z-index: 1;
}
.girl__info {
    font-size: 0.875rem;
    margin-bottom: 0.875rem;
    text-align: center;
}
.girl__info IMG {
    top: 10px;
    position: relative;
}
.girl__info__name {
    font-weight: 800;
}
.girl__image--2 {
    background-image: url(../images/10.jpg);
}
.girl__image--2 .girl__caption {
    top: 50%;
    margin-top: -6.2rem;
}
.grid {
    background: url(../images/grid.jpg) top center;
    background-repeat: no-repeat;
}
.girl__caption {
    position: absolute;
    left: 0;
    width: 100%;
    padding: 0.5rem 0;
    background: rgba(0, 0, 0, 0.7);
    text-align: center;
    font-size: 1.0714rem;
}
.captcha {
    overflow: hidden;
    width: 90%;
    max-width: 500px;
    margin: 1.285rem auto 0.714rem;
    padding: 0;
    list-style: none;
    text-align: center;
    font-size: 0;
}
.captcha__item {
    position: relative;
    display: inline-block;
    width: 30%;
    margin-left: 3%;
    margin-bottom: 3%;
    background-repeat: no-repeat;
    background-size: 104%;
    background-position: 25% 25%;
}
.captcha__item:after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(255, 255, 255, 0.7);
    background-image: url(//cdn.tours-78-94.wellhello.com/snapcheat/img/svg/robot_tick.svg);
    background-repeat: no-repeat;
    background-size: 72%;
    background-position: center;
    opacity: 0;
    -webkit-transition: opacity 0.3s ease-out;
    -moz-transition: opacity 0.3s ease-out;
    -o-transition: opacity 0.3s ease-out;
    transition: opacity 0.3s ease-out;
}
.captcha__item.is--active:after {
    opacity: 1;
}
.captcha__item:nth-child(3n + 1) {
    margin-left: 0;
}
.captcha__item:before {
    content: "";
    display: block;
    padding-bottom: 97%;
}
.captcha__item--1 {
    background-image: url(../images/c1.jpg);
}
.captcha__item--2 {
    background-image: url(../images/c2.jpg);
}
.captcha__item--3 {
    background-image: url(../images/c3.jpg);
}
.captcha__item--4 {
    background-image: url(../images/c4.jpg);
}
.captcha__item--5 {
    background-image: url(../images/c5.jpg);
}
.captcha__item--6 {
    background-image: url(../images/c6.jpg);
}
.results {
    position: relative;
}
.results__list {
    list-style: none;
    padding: 0;
}
.results__list-single {
    margin: 0 0 3rem;
}
.results__list-multi {
    margin: 0 0 3.7rem;
}
.results__list-single-step {
    margin: 1.5625rem 0 0;
    font-size: 1.1rem;
    line-height: 1.4rem;
    text-align: center;
}
.results__list-single-step-big {
    font-size: 1.5rem;
    color: #000;
    font-weight: 800;
}
.results__list-multi-step {
    min-height: 1.5rem;
    margin-bottom: 0.7rem;
    padding-left: 2.15rem;
    padding-top: 0.3125rem;
    text-align: left;
    font-size: 1.125rem;
    background: url(//cdn.tours-78-94.wellhello.com/snapcheat/img/svg/check.svg) no-repeat scroll;
    background-size: 1.3em 1.2em;
    background-position: 0 0.4375rem;
}
div[data-finish] {
    max-width: 19.6rem;
    margin: 0 auto;
}
.results__link {
    box-sizing: border-box;
    display: block;
    width: 100%;
    padding: 1rem 1.15625rem;
    font-size: 1.1428rem;
    line-height: 2.06;
    color: #fff;
    background: #6ebd52;
    border: none;
    -webkit-border-radius: 0.5625rem;
    -moz-border-radius: 0.5625rem;
    border-radius: 0.5625rem;
    text-decoration: none;
    text-align: center;
}
.results__spinner {
    position: absolute;
    top: 8rem;
    left: 0;
    width: 100%;
}
.results__spinner__inner {
    width: 100%;
    color: #9b9b9b;
    padding: 0 100px;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
}
.results__spinner__inner label {
    font-size: 20px;
    opacity: 0;
    display: inline-block;
}
.results__spinner__inner label:nth-child(6) {
    -webkit-animation: lol 3s infinite ease-in-out;
    animation: lol 3s infinite ease-in-out;
}
.results__spinner__inner label:nth-child(5) {
    -webkit-animation: lol 3s 0.1s infinite ease-in-out;
    animation: lol 3s 0.1s infinite ease-in-out;
}
.results__spinner__inner label:nth-child(4) {
    -webkit-animation: lol 3s 0.2s infinite ease-in-out;
    animation: lol 3s 0.2s infinite ease-in-out;
}
.results__spinner__inner label:nth-child(3) {
    -webkit-animation: lol 3s 0.3s infinite ease-in-out;
    animation: lol 3s 0.3s infinite ease-in-out;
}
.results__spinner__inner label:nth-child(2) {
    -webkit-animation: lol 3s 0.4s infinite ease-in-out;
    animation: lol 3s 0.4s infinite ease-in-out;
}
.results__spinner__inner label:nth-child(1) {
    -webkit-animation: lol 3s 0.5s infinite ease-in-out;
    animation: lol 3s 0.5s infinite ease-in-out;
}
.upgrade {
    font-family: sofia-pro, sans-serif;
    text-align: center;
    overflow: hidden;
}
.upgrade__container {
    margin-top: 10px;
}
.upgrade__content {
    position: relative;
    overflow: hidden;
    width: calc(100% + 3.125rem);
    left: -1.5625rem;
    padding: 3.2rem 0 2rem;
    background: #fff;
    box-shadow: 0 0.125rem 0.25rem 0 rgba(0, 0, 0, 0.31);
    -webkit-transform: rotate(-3deg);
    -moz-transform: rotate(-3deg);
    -ms-transform: rotate(-3deg);
    -o-transform: rotate(-3deg);
    transform: rotate(-3deg);
}
.upgrade__fact {
    position: absolute;
    top: 0.6rem;
    left: 0;
    width: 12.25rem;
    padding-top: 3px;
    padding-bottom: 1px;
    padding-right: 1.5rem;
    line-height: 1.9375rem;
    font-size: 1.314rem;
    text-transform: uppercase;
    letter-spacing: 0.1225rem;
    color: #fff;
    background: #e92754;
    -webkit-transform: rotate(-27deg);
    -moz-transform: rotate(-27deg);
    -ms-transform: rotate(-27deg);
    -o-transform: rotate(-27deg);
    transform: rotate(-27deg);
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    letter-spacing: 1.96px;
}
.upgrade__members {
    display: block;
    margin: 0;
    padding-left: 1rem;
    font-size: 2.2rem;
    text-transform: capitalize;
    letter-spacing: 0.01875rem;
    color: #4a4a4a;
    line-height: 2.1875rem;
}
.upgrade__receive {
    display: block;
    margin-top: 0.2rem;
    margin-bottom: 0.4rem;
    padding-left: 0.2rem;
    font-size: 1.25rem;
    color: #4a4a4a;
    line-height: 2.125rem;
}
.upgrade__hookups {
    display: block;
    margin: 0 auto 2rem;
    font-size: 2.3rem;
    text-transform: capitalize;
    letter-spacing: 0.0125rem;
    color: #e92754;
    line-height: 1.9rem;
}
.upgrade__button {
    box-sizing: border-box;
    display: block;
    max-width: 21rem;
    margin: 1.5625rem auto 1.5rem;
    padding-left: 0.5rem;
    border: none;
    font-size: 1.3rem;
    line-height: 4.4rem;
    text-transform: capitalize;
    text-decoration: none;
    color: #fff;
    background: #ed4653;
    border-radius: 0.5625rem;
    font-family: sofia-pro, sans-serif;
}
.upgrade__button__arrow {
    position: relative;
    top: 0.125rem;
    left: 0.7rem;
    width: 0.9375rem;
    height: 1.0625rem;
}
.upgrade__trial {
    padding-left: 0.1rem;
    font-size: 1.07rem;
    line-height: 1rem;
}
.upgrade__trial__text {
    text-transform: capitalize;
    color: #4a4a4a;
}
.upgrade__trial__price {
    color: #e92754;
}
.upgrade__nothanks {
    margin-top: 2.9rem;
    font-size: 0.93rem;
    color: #000;
    letter-spacing: 0;
    line-height: 1.3125rem;
    font-weight: 400;
}
.upgrade__nothanks a {
    color: #000;
    font-weight: 400;
}
.step[data-effect="zoom"] {
    -webkit-transform: scale(0);
    -moz-transform: scale(0);
    -ms-transform: scale(0);
    -o-transform: scale(0);
    transform: scale(0);
}
.step[data-effect="left"] {
    -webkit-transform: translateX(100%);
    -moz-transform: translateX(100%);
    -ms-transform: translateX(100%);
    -o-transform: translateX(100%);
    transform: translateX(100%);
}
.step[data-effect="up"] {
    -webkit-transform: translateY(100%);
    -moz-transform: translateY(100%);
    -ms-transform: translateY(100%);
    -o-transform: translateY(100%);
    transform: translateY(100%);
}
.step[data-effect="turn"] {
    -webkit-transform: rotate3d(0, 1, 0, 90deg);
    -moz-transform: rotate3d(0, 1, 0, 90deg);
    -ms-transform: rotate3d(0, 1, 0, 90deg);
    -o-transform: rotate3d(0, 1, 0, 90deg);
    transform: rotate3d(0, 1, 0, 90deg);
}
.step[data-step="1"] {
    -webkit-transform: none;
    -moz-transform: none;
    -ms-transform: none;
    -o-transform: none;
    transform: none;
}
@-webkit-keyframes lol {
    0% {
        opacity: 0;
        -webkit-transform: translateX(-18.75rem);
    }
    33% {
        opacity: 1;
        -webkit-transform: translateX(0);
    }
    66% {
        opacity: 1;
        -webkit-transform: translateX(0);
    }
    100% {
        opacity: 0;
        -webkit-transform: translateX(18.75rem);
    }
}
@keyframes lol {
    0% {
        opacity: 0;
        -webkit-transform: translateX(-18.75rem);
        transform: translateX(-18.75rem);
    }
    33% {
        opacity: 1;
        -webkit-transform: translateX(0);
        transform: translateX(0);
    }
    66% {
        opacity: 1;
        -webkit-transform: translateX(0);
        transform: translateX(0);
    }
    100% {
        opacity: 0;
        -webkit-transform: translateX(18.75rem);
        transform: translateX(18.75rem);
    }
}
@media only screen and (max-width: 320px) and (max-height: 440px) {
    html {
        font-size: 13.5px;
    }
}
@media only screen and (min-width: 400px) {
    html {
        font-size: 18px;
    }
}
@media only screen and (min-width: 480px) {
    html {
        font-size: 20px;
    }
}
@media only screen and (min-width: 600px) {
    .step__intro__bg {
        margin: 0 auto;
    }
}
.botRight {
    background-color: transparent;
    border: #6ebd52 3px solid;
    width: 40px;
    height: 40px;
    border-radius: 40px;
    padding: 0;
    color: #6ebd52;
    position: fixed;
    top: 460px;
    right: 5%;
    margin-right: -5px;
}
.stepDots {
    position: absolute;
    top: 80px;
    right: 5%;
    list-style-type: none;
    font-size: 130px;
    line-height: 29px;
}
.active {
    color: #6ebd52;
}
@media only screen and (max-width: 340px) {
    .girl {
        min-height: 40vh;
    }
    .step__disclaimer {
        margin: 7px auto;
        font-size: 0.59rem;
        line-height: 1.4;
        letter-spacing: -0.001rem;
    }
    .step__button.step__button--4 {
        max-width: 17.625rem;
        margin: 0.75rem 0;
    }
    .upgrade__nothanks {
        margin-top: 1rem;
        font-size: 0.85rem;
    }
    .step__label {
        font-size: 15px;
    }
    .step__button.step__button--2 {
        /* max-width: 17.625rem; */
        margin: 0.25rem 0 0;
    }
    .step__match {
        font-size: 3.5rem;
    }
    .results__list-multi-step {
        font-size: 17px;
    }
    div[data-finish] {
        max-width: 18rem;
    }
    .upgrade__content {
        padding: 2rem 0 1rem;
    }
    .upgrade__hookups {
        font-size: 28px;
    }
    .upgrade__members {
        font-size: 32px;
        margin-top: 11px;
    }
    .upgrade__button {
        max-width: 18rem;
        margin: 1rem auto;
    }
    .upgrade__fact {
        left: -27px;
    }
    .results__list-multi {
        margin: 0 0 1.7rem;
    }
    .results__list-single-step.small {
        font-size: 0.97rem;
    }
    .results__list.results__list-multi {
        padding: 0 1rem;
    }
}
@media only screen and (max-width: 320px) and (max-height: 440px) {
    .step__girl {
        font-size: 13.5px;
    }
}
@media only screen and (min-width: 400px) {
    .step__girl {
        max-width: 391px;
    }
}
@media only screen and (min-width: 480px) {
    .step__girl {
        max-width: 435px;
    }
}
@media only screen and (min-width: 340px) {
    .step__warning {
        bottom: 20%;
    }
    .step__label {
        font-size: 18px;
    }
}
@media screen and (max-width: 823px) and (orientation: landscape){
	.step , .results, .upgrade {
		min-height: 210vh;
	}
	.step[data-step="14"] {
		height: 100%;
	}
	footer {
		position: fixed;
		bottom: 0;
		background-color: white;
		padding-bottom: 4px;
	}
	.landscape-border {
		border-top: solid;
		border-top-width: 2px;
		border-left-width: 0;
		border-bottom-width: 0;
		border-right-width: 0;
		border-image-slice: 1;
		border-image-source: linear-gradient(to right, #ff5a06, #ff4688, #e977e4, #87a4ff, #01bfff);
	}
    .girl {
		min-height: 100vh;
	}
}