body {
    color: #fff;
    background: #080101 url(../images/landing-background.jpg) no-repeat center top/cover;
    font-family: 'Lato', Arial, sans-serif;
    font-weight: 100;
    font-size: 21px;
    line-height: 21px;
    letter-spacing: .5px;
    text-align: center;
}
section.landing {
    position: fixed;
    display: flex;
    flex-flow: row nowrap;
    align-items: center;
    width: 100%;
    height: calc(100% - 155px);
    top: 0;
    left: 0;
    overflow-x: hidden;
    overflow-y: auto;
}
.landing__info,
.landing__form,
.landing__success {
    padding: 0 10%;
    transition: transform .4s ease-in-out;
}
.landing__info {
    flex: 0 0 100%;
}
.landing__form {
    flex: 0 0 100%;
    height: 0;
    overflow: hidden;
}
.landing__success {
    flex: 0 0 100%;
    height: 0;
    overflow: hidden;
}
.landing__step2 {
    transform: translateX(-100%);
}
.landing__step3 {
    transform: translateX(-200%);
}
.landing__form.landing__step2 {
    height: auto;
    overflow: auto;
}
.landing__success.landing__step3 {
    height: auto;
}
.landing__back {
    position: relative;
    display: none;
    margin: 20px 0 10px 20px;
    color: #fff;
    font-weight: normal;
    text-align: left;
    text-transform: uppercase;
    cursor: pointer;
    z-index: 1;
}
.landing__back.landing__step2 {
    display: block;
    transform: none;
}
.landing__back span.icon {
    font-size: 30px;
    line-height: 30px;
    vertical-align: -5px;
}

/* Footer */
footer.landing__footer {
    position: fixed;
    display: flex;
    flex-flow: row nowrap;
    align-items: flex-end;
    bottom: 0;
    left: 0;
    width: 100%;
    padding: 0 2% 25px;
    color: #d2d2d2;
    font-size: 18px;
    line-height: 18px;
    background: none;
}
.landing__legal {
    flex: 0 1 400px;
    text-align: left;
}
.landing__logo {
    flex: 1 0 auto;
    padding-bottom: 20px;
    text-align: center;
}
.landing__social {
    flex: 0 1 400px;
    text-align: right;
}
.landing__legal a,
.landing__social a {
    display: inline-block;
    color: #d2d2d2;
    border-right: 1px solid #333;
}
.landing__legal a {
    padding: 22px;
}
.landing__social a {
    padding: 15px 20px;
}
.landing__legal li:last-of-type a,
.landing__social li:last-of-type a {
    border-right: none;
}
.landing__social a span.icon {
    color: #fdfdfd;
    font-size: 32px;
    line-height: 32px;
}
.landing__legal a:hover,
.landing__social a:hover,
.landing__social a:hover span.icon {
    color: #888;
}
.landing__legal a:hover img,
.landing__social a:hover img {
    opacity: .6;
}
.landing__legal ul,
.landing__social ul {
    display: flex;
    flex-flow: row nowrap;
    align-items: center;
}
.landing__social ul {
    justify-content: flex-end;
}

/* Landing info */
.landing__info h1,
.landing__info h2,
.landing__info h3,
.landing__form h1,
.landing__form h2,
.landing__form h3 {
    font-family: 'Montserrat', Arial, sans-serif;
    font-weight: 900;
    text-transform: uppercase
}
.landing__info h1 {
    margin: 0 0 10px;
    font-weight: normal;
    font-size: 40px;
    line-height: 30px;
    white-space: nowrap;
}
.landing__info h1 strong {
    display: block;
    font-size: 70px;
    line-height: 70px;
}
.landing__info h1 strong span {
    color: #f00;
}
.landing__info > a {
    margin: 30px 0 100px;
}
.landing__info h2 {
    margin: 0 0 5px;
    font-size: 40px;
    line-height: 40px;
}
.landing__buttons {
    margin-top: 45px;
}
.landing__buttons .button {
    margin: 5px 25px;
    padding: 11px 60px;
    font-size: 19px;
    line-height: 19px;
}
.landing__buttons .button.button-black {
    color: #fd1;
}
.landing__buttons .button strong {
    display: block;
    margin-bottom: 3px;
    font-weight: 900;
    font-size: 22px;
    line-height: 22px;
}

/* Landing form */
.landing__form h2,
.landing__form h3 {
    font-size: 36px;
    line-height: 36px;
}
.landing__form h2 {
    margin: 0 0 30px;    
}
.landing__form h3 {
    margin: 50px 0 20px;
}
.landing__form h3:before {
    display: inline-block;
    content: " ";
    width: 67px;
    height: 66px;
    margin-right: 15px;
    background: url(../images/landing-feedback.png) no-repeat;
    vertical-align: middle;
}
.landing__form .landing__login div,
.landing__form .landing__register div {
    max-width: 500px;
    margin: 15px auto;
}
.landing__form .landing__login a {
    color: #fff;
}
.landing__form .landing__login a:hover {
    color: #aaa;
}
.landing__form span.icon {
    position: absolute;
    top: 10px;
    left: 10px;
    color: #777;
}
.landing__form input {
    display: block;
    padding: 12px 12px 12px 40px;
}
.landing__survey {
    display: flex;
    flex-flow: row nowrap;
    align-items: flex-start;
    margin-bottom: 30px;
}
.landing__textarea {
    flex: 0 0 50%;
    margin-bottom: 10px;
    padding: 0 20px;
}
.landing__textarea h4 {
    padding: 10px 20px 12px;
    background: linear-gradient(to bottom, #222 50%, #000 50%);
    font-weight: normal;
    font-size: 19px;
    line-height: 19px;
    text-align: left;
}
.landing__textarea textarea {
    height: 120px;
}
#landing__register {
    display: none;
}

/* Landing success */
.landing__success-logo {
    margin: 30px 0;
}
.landing__success-header {
    margin-bottom: 35px;
    padding-bottom: 35px;
    font-weight: 900;
    font-size: 40px;
    line-height: 40px;
}
.landing__success-header:after {
    position: absolute;
    content: " ";
    width: 200px;
    height: 1px;
    bottom: 0;
    left: 50%;
    background: #999;
    transform: translateX(-50%);
}
.landing__success-message {
    margin-bottom: 30px;
    font-size: 24px;
    line-height: 30px;
}

/* Overwrites */
.form__input[success],
.form__input[error] {
    background-position: right 8px top 14px;
}
.message-error,
.form__result {
    color: #333;
    font: normal 16px/16px 'Lato', Arial, sans-serif;
    letter-spacing: 0;
    text-align: left;
}
.modal {
    text-align: left;
}
.modal p {
    margin-bottom: 20px;
}

/* Media queries */
@media screen and (max-width: 1000px), screen and (max-height: 880px) {
    section.landing {
        position: relative;
        height: 100%;
    }
    footer.landing__footer {
        position: relative;
    }
    .landing__info,
    .landing__form {
        padding: 4% 10%;
    }
}
@media screen and (max-width: 1000px) {
    footer.landing__footer {
        flex-wrap: wrap;
        margin-top: 50px;
    }
    footer.landing__footer > div {
        flex-basis: 100%;
        margin: 15px 0;
        text-align: center;
    }
    .landing__logo {
        padding-bottom: 0;
    }
    .landing__legal ul,
    .landing__social ul {
        justify-content: center;
    }
}
@media screen and (max-width: 870px) {
    body {
        font-size: 18px;
        line-height: 18px;        
    }
    footer.landing__footer {
        margin-top: 0;
    }
    .landing__info h1 {
        font-size: 4.8vw;
        line-height: 4.5vw;
    }
    .landing__info h1 strong {
        font-size: 7.7vw;
        line-height: 7.7vw;
    }
    .landing__info h2 {
        font-size: 4.5vw;
        line-height: 4.5vw;
    }
    .landing__form h2,
    .landing__form h3 {
        font-size: 4vw;
        line-height: 4vw;
    }
    .landing__survey {
        flex-wrap: wrap;
    }
    .landing__textarea {
        flex-basis: 100%;
    }
}
@media screen and (max-width: 600px) {
    .landing__info,
    .landing__form {
        padding: 4% 2%;
    }
    body {
        font-size: 15px;
        line-height: 15px;        
    }
    h1 {
        font-size: 28px;
        line-height: 25px;
    }
    h1 strong {
        font-size: 40px;
        line-height: 40px;
    }
    .landing__info > a,
    .landing__success > a {
        margin-bottom: 50px;
        padding: 11px 40px;
        font-size: 16px;
        line-height: 16px;
    }
    .landing__info h2 {
        font-size: 27px;
        line-height: 27px;
    }
    .landing__buttons .button {
        padding: 11px 40px;
        font-size: 16px;
        line-height: 16px;
    }
    .landing__buttons .button strong {
        font-size: 18px;
        line-height: 18px;
    }
    .landing__form h2,
    .landing__form h3 {
        font-size: 24px;
        line-height: 24px;
    }
}
@media screen and (max-width: 500px) {
    body {
        font-size: 14px;
        line-height: 14px;        
    }
    h1 {
        font-size: 20px;
        line-height: 16px;
    }
    h1 strong {
        font-size: 28px;
        line-height: 28px;
    }
    .landing__info > a,
    .landing__success > a {
        margin-bottom: 50px;
    }
    .landing__info h2 {
        font-size: 20px;
        line-height: 20px;
    }
    .landing__form h2,
    .landing__form h3 {
        font-size: 18px;
        line-height: 18px;
    }
}
@media screen and (max-width: 400px) {
    .landing__logo img {
        max-width: 100%;
    }
    .landing__social ul li:first-of-type {
        display: none;
    }
}
