.text-rotator-enter-active,
.text-rotator-leave-active {
    transition: opacity .5s
}

.text-rotator-enter,
.text-rotator-leave-to {
    opacity: 0
}

.survey__steps {
    display: flex;
    align-items: center;
    justify-content: center
}

[v-cloak] {
    display: none !important
}

.download-instructions {
    max-width: 450px;
    margin: 0 auto
}

.download-instructions h1 {
    font-weight: 400;
    font-size: 24px;
    line-height: 24px
}

.download-instructions h2 {
    color: #4285f4;
    font-size: 16px
}

.download-instructions__cta {
    margin-bottom: 10px;
    padding: 6px;
    color: #fff;
    background: #4285f4
}

.download-instructions__list {
    padding: 0;
    list-style: none
}

.download-instructions__buttons {
    margin-top: 10px
}

.download-instructions__countdown {
    margin-top: 10px;
    color: red
}

.download-instructions__footer {
    margin-top: 0;
    color: #999
}

.google-play {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column
}

.google-play__button {
    margin: 1rem 0 0;
    display: inline-block;
    max-width: 150px
}

.google-play__subline {
    text-align: center;
    font-size: 11px;
    opacity: .6;
    margin: 0 0 .5rem
}

* {
    box-sizing: border-box
}

html {
    height: 100%
}

body {
    min-height: 100%;
    margin: 0;
    padding: 20px;
    color: #fff;
    font-size: 13px;
    font-family: Source Sans Pro, sans-serif;
    text-align: center;
    background: #fff;
    background-image: url(img/bg.jpg);
    background-position: center center;
    background-size: cover;
    background-attachment: fixed
}

.app {
    display: inline-flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 20px;
    background-color: #00000080;
    border-radius: 20px
}

.logo {
    width: 100%;
    max-width: 300px
}

.introduction {
    width: 100%;
    max-width: 300px;
    margin-top: 0;
    color: #fff;
    font-size: 21px
}

.babes {
    width: 100%;
    max-width: 400px
}

.survey {
    width: 100%;
    margin-top: 20px
}

.survey__question {
    color: #fff;
    font-weight: 700;
    font-size: 19px
}

.survey__answers {
    margin-top: 10px
}

.survey__answer {
    display: block;
    width: 100%;
    margin-bottom: 10px;
    padding: 16px 10px;
    color: #000;
    font-weight: 700;
    font-size: 16px;
    background-color: #fff;
    border: 0;
    border-radius: 3px;
    cursor: pointer
}

.survey__answer:first-of-type {
    color: #fff;
    background: linear-gradient(to bottom, #00d255, #00b635)
}

.survey__survey-steps {
    display: flex;
    margin-top: 20px
}

.survey__step {
    width: 10px;
    height: 10px;
    margin: 0 3px;
    color: transparent;
    font-size: 0;
    background-color: #fff;
    border-radius: 100%;
    opacity: .3
}

.survey__step--active {
    opacity: 1
}

.qualified {
    margin-top: 20px;
    color: #fff;
    font-size: 21px
}

.loader {
    width: 100%;
    max-width: 200px;
    margin-top: 20px
}