.vegas-overlay,
.vegas-slide,
.vegas-slide-inner,
.vegas-timer,
.vegas-wrapper {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    overflow: hidden;
    border: none;
    padding: 0;
    margin: 0
}

.vegas-overlay {
    opacity: .5;
   /* background: transparent url(../images/02.html) 50% repeat*/
}

.vegas-timer {
    top: auto;
    bottom: 0;
    height: 2px
}

.vegas-timer-progress {
    width: 0;
    height: 100%;
    background: #fff;
    transition: width ease-out
}

.vegas-timer-running .vegas-timer-progress {
    width: 100%
}

.vegas-slide,
.vegas-slide-inner {
    margin: 0;
    padding: 0;
    background: transparent 50% no-repeat;
    transform: translateZ(0);
    will-change: transform, opacity
}

body .vegas-container {
    overflow: hidden !important;
    position: relative
}

.vegas-video {
    min-width: 100%;
    min-height: 100%;
    width: auto;
    height: auto
}

body.vegas-container {
    overflow: auto;
    position: static;
    z-index: -2
}

body.vegas-container>.vegas-overlay,
body.vegas-container>.vegas-slide,
body.vegas-container>.vegas-timer {
    position: fixed;
    z-index: -1
}

:root body.vegas-container>.vegas-overlay,
:root body.vegas-container>.vegas-slide,
_::full-page-media,
_:future {
    bottom: -76px
}

.vegas-transition-blur,
.vegas-transition-blur2 {
    opacity: 0;
    -webkit-filter: blur(32px);
    filter: blur(32px)
}

.vegas-transition-blur2-in,
.vegas-transition-blur-in {
    opacity: 1;
    -webkit-filter: blur(0);
    filter: blur(0)
}

.vegas-transition-blur2-out {
    opacity: 0
}

.vegas-transition-burn,
.vegas-transition-burn2 {
    opacity: 0;
    -webkit-filter: contrast(1000%) saturate(1000%);
    filter: contrast(1000%) saturate(1000%)
}

.vegas-transition-burn2-in,
.vegas-transition-burn-in {
    opacity: 1;
    -webkit-filter: contrast(100%) saturate(100%);
    filter: contrast(100%) saturate(100%)
}

.vegas-transition-burn2-out {
    opacity: 0;
    -webkit-filter: contrast(1000%) saturate(1000%);
    filter: contrast(1000%) saturate(1000%)
}

.vegas-transition-fade,
.vegas-transition-fade2 {
    opacity: 0
}

.vegas-transition-fade2-in,
.vegas-transition-fade-in {
    opacity: 1
}

.vegas-transition-fade2-out {
    opacity: 0
}

.vegas-transition-flash,
.vegas-transition-flash2 {
    opacity: 0;
    -webkit-filter: brightness(25);
    filter: brightness(25)
}

.vegas-transition-flash2-in,
.vegas-transition-flash-in {
    opacity: 1;
    -webkit-filter: brightness(1);
    filter: brightness(1)
}

.vegas-transition-flash2-out {
    opacity: 0;
    -webkit-filter: brightness(25);
    filter: brightness(25)
}

.vegas-transition-negative,
.vegas-transition-negative2 {
    opacity: 0;
    -webkit-filter: invert(100%);
    filter: invert(100%)
}

.vegas-transition-negative2-in,
.vegas-transition-negative-in {
    opacity: 1;
    -webkit-filter: invert(0);
    filter: invert(0)
}

.vegas-transition-negative2-out {
    opacity: 0;
    -webkit-filter: invert(100%);
    filter: invert(100%)
}

.vegas-transition-slideDown,
.vegas-transition-slideDown2 {
    transform: translateY(-100%)
}

.vegas-transition-slideDown2-in,
.vegas-transition-slideDown-in {
    transform: translateY(0)
}

.vegas-transition-slideDown2-out {
    transform: translateY(100%)
}

.vegas-transition-slideLeft,
.vegas-transition-slideLeft2 {
    transform: translateX(100%)
}

.vegas-transition-slideLeft2-in,
.vegas-transition-slideLeft-in {
    transform: translateX(0)
}

.vegas-transition-slideLeft2-out,
.vegas-transition-slideRight,
.vegas-transition-slideRight2 {
    transform: translateX(-100%)
}

.vegas-transition-slideRight2-in,
.vegas-transition-slideRight-in {
    transform: translateX(0)
}

.vegas-transition-slideRight2-out {
    transform: translateX(100%)
}

.vegas-transition-slideUp,
.vegas-transition-slideUp2 {
    transform: translateY(100%)
}

.vegas-transition-slideUp2-in,
.vegas-transition-slideUp-in {
    transform: translateY(0)
}

.vegas-transition-slideUp2-out {
    transform: translateY(-100%)
}

.vegas-transition-swirlLeft,
.vegas-transition-swirlLeft2 {
    transform: scale(2) rotate(35deg);
    opacity: 0
}

.vegas-transition-swirlLeft2-in,
.vegas-transition-swirlLeft-in {
    transform: scale(1) rotate(0deg);
    opacity: 1
}

.vegas-transition-swirlLeft2-out,
.vegas-transition-swirlRight,
.vegas-transition-swirlRight2 {
    transform: scale(2) rotate(-35deg);
    opacity: 0
}

.vegas-transition-swirlRight2-in,
.vegas-transition-swirlRight-in {
    transform: scale(1) rotate(0deg);
    opacity: 1
}

.vegas-transition-swirlRight2-out {
    transform: scale(2) rotate(35deg);
    opacity: 0
}

.vegas-transition-zoomIn,
.vegas-transition-zoomIn2 {
    transform: scale(0);
    opacity: 0
}

.vegas-transition-zoomIn2-in,
.vegas-transition-zoomIn-in {
    transform: scale(1);
    opacity: 1
}

.vegas-transition-zoomIn2-out,
.vegas-transition-zoomOut,
.vegas-transition-zoomOut2 {
    transform: scale(2);
    opacity: 0
}

.vegas-transition-zoomOut2-in,
.vegas-transition-zoomOut-in {
    transform: scale(1);
    opacity: 1
}

.vegas-transition-zoomOut2-out {
    transform: scale(0);
    opacity: 0
}

.vegas-animation-kenburns {
    animation: a ease-out
}

@keyframes a {
    0% {
        transform: scale(1.5)
    }

    to {
        transform: scale(1)
    }
}

.vegas-animation-kenburnsDownLeft {
    animation: b ease-out
}

@keyframes b {
    0% {
        transform: scale(1.5) translate(10%, -10%)
    }

    to {
        transform: scale(1) translate(0)
    }
}

.vegas-animation-kenburnsDownRight {
    animation: c ease-out
}

@keyframes c {
    0% {
        transform: scale(1.5) translate(-10%, -10%)
    }

    to {
        transform: scale(1) translate(0)
    }
}

.vegas-animation-kenburnsDown {
    animation: d ease-out
}

@keyframes d {
    0% {
        transform: scale(1.5) translateY(-10%)
    }

    to {
        transform: scale(1) translate(0)
    }
}

.vegas-animation-kenburnsLeft {
    animation: e ease-out
}

@keyframes e {
    0% {
        transform: scale(1.5) translate(10%)
    }

    to {
        transform: scale(1) translate(0)
    }
}

.vegas-animation-kenburnsRight {
    animation: f ease-out
}

@keyframes f {
    0% {
        transform: scale(1.5) translate(-10%)
    }

    to {
        transform: scale(1) translate(0)
    }
}

.vegas-animation-kenburnsUpLeft {
    animation: g ease-out
}

@keyframes g {
    0% {
        transform: scale(1.5) translate(10%, 10%)
    }

    to {
        transform: scale(1) translate(0)
    }
}

.vegas-animation-kenburnsUpRight {
    animation: h ease-out
}

@keyframes h {
    0% {
        transform: scale(1.5) translate(-10%, 10%)
    }

    to {
        transform: scale(1) translate(0)
    }
}

.vegas-animation-kenburnsUp {
    animation: i ease-out
}

@keyframes i {
    0% {
        transform: scale(1.5) translateY(10%)
    }

    to {
        transform: scale(1) translate(0)
    }
}

@keyframes j {
    0% {
        opacity: 0;
        transform: translate3d(0, 10rem, 0)
    }

    to {
        opacity: 1;
        transform: translateZ(0)
    }
}

.fadeInUp {
    animation: j .4s
}

@keyframes k {
    0% {
        opacity: 0;
        transform: translate3d(0, -10rem, 0)
    }

    to {
        opacity: 1;
        transform: translateZ(0)
    }
}

.fadeInDown {
    animation: k .4s
}

[class*=" icon-"]:before,
[class^=icon-]:before {
    font-family: fontello;
    font-style: normal;
    font-weight: 400;
    speak: none;
    display: inline-block;
    text-decoration: inherit;
    width: 1em;
    margin-right: .2em;
    text-align: center;
    font-variant: normal;
    text-transform: none;
    line-height: 1em;
    margin-left: .2em;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}

.icon-right-open:before {
    content: "\e800"
}

.icon-cancel:before {
    content: "\e801"
}

body {
    overflow-x: hidden;
    font-family: Montserrat, Arial, Helvetica, sans-serif;
    font-size: 16px;
    line-height: 1.4;
    color: #333
}

h1,
h2,
h3,
h4,
h5,
h6 {
    text-transform: uppercase
}

h1 {
    font-size: 2rem
}

h2 {
    font-size: 1.8rem
}

h3 {
    font-size: 2.2rem
}

h4 {
    font-size: 1.8rem
}

h5,
h6 {
    font-size: 1.6rem
}

p {
    font-size: 1.8rem;
    text-align: justify;
    text-indent: 1.8rem
}

h1,
h2,
h6,
li,
p {
    text-shadow: 0 -1px 0 #000, 0 1px 0 #000, -1px 0 0 #000, 1px 0 0 #000
}

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box
}

html {
    font-size: 62.5%
}

body,
html {
    width: 100%;
    height: 100%
}

body {
    min-width: 320px;
    background: #fff;
    z-index: 0;
    background-size: cover;
    background-position: 50%;
    background-repeat: no-repeat
}

ul {
    list-style-type: none;
    margin: 0;
    padding: 0
}

.clearfix:after {
    content: "";
    display: block;
    clear: both
}

.btn,
.transition {
    transition: all .25s ease
}

img {
    display: block;
    max-width: 100%;
    height: auto
}

.grayscale {
    -webkit-filter: grayscale(100%);
    filter: grayscale(100%)
}

.main {
    position: relative;
    height: 100%;
    min-height: 480px;
    color: #222;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-pack: center;
    justify-content: center
}

.hispan,
.main {
    width: 100%;
    z-index: 1
}

.hispan {
    padding: 1rem 2rem;
    position: relative;
    display: block;
    position: fixed;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
    background: rgba(0, 0, 0, .5);
    color: #fff;
    text-align: center;
    font-size: 1.6rem
}

.btnbox {
    width: 100%;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-align: center;
    align-items: center
}

.btn {
    margin: 0 20px;
    width: 100%;
    height: 6rem;
    line-height: 6rem;
    max-width: 30rem;
    padding: 0 2rem;
    position: relative;
    display: inline-block;
    color: #000;
    font-size: 1.6rem;
    text-decoration: none;
    text-transform: uppercase;
    text-align: center;
    letter-spacing: .1rem;
    border-radius: 5rem;
    cursor: pointer;
    border: 1px solid #ff0
}

.btn--primary {
    color: #000;
    background-color: #ff0;
    box-shadow: 0 2px 6px rgba(0, 0, 0, .2), inset 0 2px 2px hsla(0, 0%, 100%, .2)
}

.btn--primary:hover {
    box-shadow: 0 8px 12px rgba(0, 0, 0, .2), inset 0 2px 2px hsla(0, 0%, 100%, .2)
}

.btn--primary:active {
    box-shadow: none
}

.btn--accent {
    border-color: #16d7bc;
    color: #fff;
    background-color: #16d7bc;
    box-shadow: 0 2px 6px rgba(0, 0, 0, .4)
}

.btn--accent:hover {
    background: #16d7bc;
    box-shadow: 0 2px 6px rgba(0, 0, 0, .3)
}

.btn--accent:active {
    background-color: #16d7bc;
    box-shadow: none
}

.btn--round {
    width: 8rem;
    height: 8rem;
    background: #fff;
    border-radius: 6rem;
    padding: 0;
    text-align: center;
    color: #fff;
    line-height: 7.6rem;
    font-size: 3.8rem
}

.btn--round.btn--primary {
    border-color: #18c75c;
    background-image: linear-gradient(0deg, #18c75c, #1ee8cc);
    line-height: 8.5rem;
    padding-left: .9rem
}

.btn--round.btn--accent {
    border-color: #fda366;
    background-image: linear-gradient(180deg, #fda366, #f1645e)
}

.stepbox {
    overflow: hidden;
    left: 0;
    top: 0;
    z-index: 2;
    max-width: 40rem;
    left: 50%;
    transform: translateX(-50%)
}

.step,
.stepbox {
    width: 100%;
    height: 100%;
    position: relative
}

.step {
    display: none;
    color: #fff
}

.step:first-child {
    display: block
}

.step__inner {
    width: 100%;
    height: 100%;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-pack: end;
    justify-content: flex-end;
    padding: 2rem
}

.step__header {
    margin-bottom: 1rem
}

.step__body {
    position: relative;
    margin-bottom: 2rem
}

.step__body ul {
    list-style-type: disc;
    margin-left: 2rem
}

.step__footer {
    margin-bottom: 1.5rem
}

.bg {
    position: fixed !important
}

.bg,
.bg:after {
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    z-index: 0
}

.bg:after {
    content: "";
    display: block;
    position: fixed;
    background-image: radial-gradient(rgba(0, 0, 0, .2) 50%, transparent 0);
    background-size: 2px 2px
}

.bg__item {
    display: none;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: 50%;
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0
}

.bg__item.active {
    display: block
}

@media (min-width:360px) {
    html {
        font-size: 75%
    }

    .step__body ul li {
        font-size: 1.6rem
    }
}

@media (min-width:768px) {
    html {
        font-size: 87.5%
    }
}

@media (min-width:1024px) {
    html {
        font-size: 100%
    }
}

/* cyrillic-ext */
@font-face {
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 400;
    src: local('Montserrat Regular'), local('Montserrat-Regular'), url(https://cdn.findlocalgirls.online/s/1598026696/nudeSelfie/fonts/JTUSjIg1_i6t8kCHKm459WRhyzbi.woff2) format('woff2');
    unicode-range: U+0460-052F, U+1C80-1C88, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F;
}
/* cyrillic */
@font-face {
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 400;
    src: local('Montserrat Regular'), local('Montserrat-Regular'), url(https://cdn.findlocalgirls.online/s/1598026696/nudeSelfie/fonts/JTUSjIg1_i6t8kCHKm459W1hyzbi.woff2) format('woff2');
    unicode-range: U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
}
/* vietnamese */
@font-face {
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 400;
    src: local('Montserrat Regular'), local('Montserrat-Regular'), url(https://cdn.findlocalgirls.online/s/1598026696/nudeSelfie/fonts/JTUSjIg1_i6t8kCHKm459WZhyzbi.woff2) format('woff2');
    unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+1EA0-1EF9, U+20AB;
}
/* latin-ext */
@font-face {
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 400;
    src: local('Montserrat Regular'), local('Montserrat-Regular'), url(https://cdn.findlocalgirls.online/s/1598026696/nudeSelfie/fonts/JTUSjIg1_i6t8kCHKm459Wdhyzbi.woff2) format('woff2');
    unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
/* latin */
@font-face {
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 400;
    src: local('Montserrat Regular'), local('Montserrat-Regular'), url(https://cdn.findlocalgirls.online/s/1598026696/nudeSelfie/fonts/JTUSjIg1_i6t8kCHKm459Wlhyw.woff2) format('woff2');
    unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}

.i1{
    background-image: url(../images/1.jpg)
}
.i2{
    background-image: url(../images/2.jpg)
}