header .container {
    width: 1490px;
}
#app-lp {
    font-size: 16px;
    color: #262626;
    --focus-border: #000;
    --focus-color: #79797b;
    --error-border: #e32e22;
    --error-color: #e32e22;
    background-position: bottom center;
    background-size: auto 100%;
    background-repeat: no-repeat;
    background-image: url(../images/app/patterned-back.jpg);
    background-image: -webkit-image-set(url("../images/app/patterned-back.jpg") 1x, url("../images/app/patterned-back@2x.jpg") 2x);
}
#app-lp h2 {
    font-size: max(2.5vw, 34px);
    line-height: 1.08333333;
}
#app-lp h3 {
    font-size: max(2.291667vw, 30px);
    line-height: 1.18181818;
}
#app-hero:before {
    content: '';
    display: block;
    height: 100%;
    width: 61.770833%;
    position: absolute;
    left: 0;
    top: 0;
    z-index: -1;
    background-position: left center;
    background-size: cover;
    background-repeat: no-repeat;
    background-image: url(../images/app/back.jpg);
    background-image: -webkit-image-set(url("../images/app/back.jpg") 1x, url("../images/app/back@2x.jpg") 2x);
}
#app-hero .container {
    width: 1324px;
    max-width: 100%;
}
.ah-text {
    padding-top: 77px;
    padding-bottom: 72px;
}
.ah-image {
    margin-top: 15px;
    margin-bottom: 37px;
    margin-left: 40px;
    flex-shrink: 0;
    width: 632px;
    max-width: calc(47.7% + 40px);
}
#app-hero h1 {
    font-size: max(3.229167vw, 40px);
    line-height: 1.4;
    margin-bottom: 14px;
}

#app-hero p.avenir-bold {
    font-size: max(1.25vw, 16px);
    line-height: normal;
    margin-bottom: 9px;
}

#app-hero p.avenir-medium {
    font-size: max(1.041667vw, 16px);
    line-height: normal;
    margin-bottom: 32px;
    width: 450px;
}

#app-lp .form {
    width: 480px;
    max-width: 100%;
}
#app-lp .form-row {
    width: calc(100% - 93px);
}
#app-lp .form-field {
    width: 100%;
}
#app-lp .form-field label {
    left: 17px;
    font-size: 17px;
    margin-bottom: 0;
    line-height: 1;
    margin-top: 0.3em;
    transition: all 0.3s;
    font-weight: normal;
    color: #262626;
}
#app-lp .form-field input {
    font-size: 1.125em;
    height: 55px;
    background-color: #fff;
    width: 100%;
    text-indent: 17px;
    padding-top: 18px;
    border-radius: 28px;
    padding-left: 0;
    color: var(--black);
    width: 100%;
}
#app-lp .form-field ::placeholder {
    opacity: 1;
    color: #262626;
}
#app-lp .form-field input:-internal-autofill-selected,
#app-lp .form-field input:-webkit-autofill,
#app-lp .form-field input:-webkit-autofill:focus {
    background-color: #fff !important;
    transition: background-color 0s 600000s, color 0s 600000s !important;
}
#app-lp .form-action {
    margin-left: -72px;
}
#app-lp .form-action [type="submit"].button {
    font-size: 18px;
    width: 165px;
    height: 55px;
    border-radius: 28px;
}
#app-lp .form-action [type="submit"].button[disabled] {
    cursor: not-allowed;
}
#app-lp .form-field .validation-error:before,
#app-lp .form-field .incomplete-mask:before {
    content: "";
    display: block;
    width: 23px;
    height: 23px;
    position: absolute;
    z-index: 2;
    right: 40px;
    background-repeat: no-repeat;
    background-position: center;
    background-image: url(../../../../images/error.png);
    background-image: -webkit-image-set(url("../../../../images/error.png") 1x,
            url("../../../../images/error@2x.png") 2x);
    background-size: cover;
    pointer-events: none;
}
#app-lp .form-field .validation-error input,
#app-lp .form-field .incomplete-mask input {
    border-color: var(--error-border);
    border-width: 2px;
}
#app-lp .form-field .validation-error label,
#app-lp .form-field .incomplete-mask label {
    color: var(--error-color);
}
#app-lp .form-field .select_box.focused:after {
    transform: scaleY(-1);
}
#app-lp .form-field .focused label,
#app-lp .form-field .has-value label {
    font-size: 0.84375em;
    margin-top: calc(-2.9em + 24px);
    color: var(--focus-color);
}
#app-lp .form-field .focused input {
    border-color: var(--focus-border);
    border-width: 2px;
}
#app-lp .form + p.avenir {
    font-size: 12px;
    line-height: normal;
    margin-top: 10px;
}
#app-hero .ah-buttons {
    column-gap: 15px;
    margin-top: 42px;
}
#app-slides {
    padding-top: 70px;
}
#app-slides .container {
    width: 1490px;
    max-width: 100%;
}
.as-top {
    width: 580px;
}
.as-top h3 {
    width: 500px;
    margin-bottom: 16px;
}
.as-top p {
    font-size: 26px;
    line-height: normal;
}
.as-tabs {
    margin-bottom: 42px;
    margin-top: 30px;
}
.as-tabs-wrapper {
    column-gap: 40px;
}
.as-tabs span {
    column-gap: 40px;
    font-family: 'Avenir Next Medium';
    border: 1.5px dashed #DBDBDB;
    color: #646464;
    font-size: 20px;
    padding: 6px 20px 7px;
    border-radius: 20px;
    flex-shrink: 0;
}
.as-tabs span.active {
    font-family: 'AvenirNextLTW01BoldRegular';
    border: none;
    color: #fff;
    background-color: #E50019;
}
.as-slide {
    min-height: 550px;
    padding-left: 159px;
    border-radius: 20px;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    background-image: url(../images/app/slide-back.jpg);
    background-image: -webkit-image-set(url("../images/app/slide-back.jpg") 1x, url("../images/app/slide-back@2x.jpg") 2x);
}
.as-text {
    padding-top: 108px;
    flex-basis: 473px;
}
.as-text h4 {
    font-size: 40px;
    line-height: normal;
    margin-bottom: 3px;
}
.as-text p {
    font-size: 26px;
    line-height: normal;
    margin-bottom: 32px;
}
.as-text li {
    width: 413px;
    max-width: 100%;
}
.as-text li {
    font-size: 20px;
    line-height: normal;
    padding-left: 32px;
    position: relative;
}
.as-text li + li {
    margin-top: 20px;
}
.as-text li:before {
    content: '';
    display: block;
    width: 20px;
    height: 17px;
    position: absolute;
    left: 0;
    top: 4px;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    background-image: url(../images/app/icon-checkmark.png);
    background-image: -webkit-image-set(url("../images/app/icon-checkmark.png") 1x, url("../images/app/icon-checkmark@2x.png") 2x);
}
.as-image {
    flex-grow: 1;
    padding: 0 15px;
}
#app-download {
    padding-bottom: 80px;
    padding-top: 80px;
}
#app-download p.avenir-medium {
    font-size: 26px;
    margin-bottom: 27px;
}
#app-download .ah-buttons {
    column-gap: 15px;
    margin-top: 42px;
}
#app-steps {
    background-color: #231F20;
    padding: 63px 0;
}
#app-steps .container {
    width: 1450px;
    max-width: 100%;
}
#app-steps .steps-text {
    flex-basis: 575px;
}
#app-steps ul {
    margin-top: 25px;
    width: 476px;
    max-width: 100%;
}
#app-steps li + li {
    margin-top: 1em;
}
#app-steps li .animation {
    margin-right: 27px;
    flex-shrink: 0;
}
#app-steps li .animation dotlottie-player {
    height: auto;
    width: 167%;
}
#app-steps li .as-list-text span {
    font-size: 18px;
}
#app-steps li .as-list-text p {
    font-size: 28px;
}
#app-steps .steps-image {
    flex-grow: 1;
    padding: 0 15px;
}
#app-steps .ah-buttons {
    column-gap: 15px;
    margin-top: 38px;
}
#app-faq {
    padding-top: 118px;
    padding-bottom: 160px;
}
#app-faq .container {
    width: 972px;
}
.af-list {
    margin-top: 48px;
}
.af-item {
    border-radius: 10px;
    padding: 25px 18px 21px 25px;
}
.af-item + .af-item {
    margin-top: 30px;
}
.af-item .toggle-sign {
    width: 26px;
    height: 26px;
    flex-shrink: 0;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    background-image: url(../images/app/icon-plus.png);
    background-image: -webkit-image-set(url("../images/app/icon-plus.png") 1x, url("../images/app/icon-plus@2x.png") 2x);
}
.af-item.active .toggle-sign {
    background-image: url(../images/app/icon-minus.png);
    background-image: -webkit-image-set(url("../images/app/icon-minus.png") 1x, url("../images/app/icon-minus@2x.png") 2x);
}
.af-question {
    font-size: 28px;
}
.af-item.active .af-question {
    font-family: 'AvenirNextLTW01BoldRegular';
}
.af-item:not(.active) .af-answer {
    display: none;
}
.af-answer {
    padding-top: 14px;
    padding-right: 44px;
}
.af-answer p {
    font-size: 22px;
}
@media screen and (max-width: 1199px) {
    .ah-image {
        flex-shrink: 1;
    }
    .as-slide {
        padding-left: 40px;
    }
}
@media screen and (max-width: 991px) {
    #app-hero:before {
        display: none;
    }
    #app-hero .container {
        flex-direction: column;
    }
    .ah-text {
        padding: 58px 15px 130px;
        margin: 0 -15px;
        background-position: center;
        background-size: cover;
        background-repeat: no-repeat;
        background-image: url(../images/app/back.jpg);
        background-image: -webkit-image-set(url("../images/app/back.jpg") 1x, url("../images/app/back@2x.jpg") 2x);
    }
    .ah-image {
        margin: -92px auto 0;
    }
    .as-tabs {
        margin-left: -15px;
        margin-right: -15px;
        width: auto;
        white-space: nowrap;
        overflow-x: auto;
        -ms-overflow-style: none;
        scrollbar-width: none;
    }
    .as-tabs::-webkit-scrollbar {
        display: none;
    }
    .as-tabs-wrapper {
        justify-content: flex-start;
        padding: 0 15px;
    }
}
@media screen and (max-width: 767px) {
    #app-lp h2,
    #app-lp h3 {
        font-size: 34px;
        line-height: normal;
    }
    .ah-image {
        margin-left: -15px;
        margin-right: -15px;
        max-width: 100%;
    }
    #app-hero h1 {
        font-size: 48px;
        line-height: 1.08;
        margin-bottom: 10px;
    }
    #app-hero p.avenir-bold {
        font-size: 18px;
        line-height: 1.5;
        margin-bottom: 27px;
    }
    #app-hero .ah-buttons {
        column-gap: 11px;
        margin-top: 0;
    }
    #app-slides {
        padding-top: 57px;
    }
    .as-top h3 {
        margin-bottom: 10px;
    }
    .as-top p {
        font-size: 18px;
        line-height: 1.5;
    }
    .as-tabs {
        margin-bottom: 32px;
        margin-top: 10px;
    }
    .as-tabs-wrapper {
        column-gap: 10px;
    }
    .as-tabs span {
        font-size: 18px;
        padding: 7px 27px 8px;
    }
    .as-slide {
        min-height: auto;
        padding-left: 13px;
        padding-right: 13px;
        flex-direction: column;
        justify-content: flex-end;
    }
    .as-text {
        padding-top: 34px;
        padding-bottom: 20px;
        flex-basis: auto;
    }
    .as-text h4 {
        font-size: 26px;
        margin-bottom: 10px;
    }
    .as-text p {
        font-size: 18px;
        line-height: normal;
        margin-bottom: 21px;
    }
    .as-text li {
        font-size: 15px;
        line-height: normal;
        padding-left: 32px;
    }
    .as-text li + li {
        margin-top: 1em;
    }
    .as-image {
        padding: 0;
        align-self: center;
    }
    #app-download {
        padding-bottom: 71px;
        padding-top: 60px;
    }
    #app-download p.avenir-medium {
        font-size: 26px;
        margin-bottom: 27px;
    }
    #app-download .ah-buttons {
        column-gap: 11px;
        margin-top: 20px;
    }
    #app-steps {
        padding: 33px 0 0;
    }
    #app-steps .container {
        flex-direction: column;
        justify-content: flex-end;
    }
    #app-lp h2 {
        text-align: left;
    }
    #app-steps .steps-text {
        flex-basis: auto;
    }
    #app-steps ul {
        margin-top: 8px;
    }
    #app-steps li .animation {
        width: 28px;
        margin-right: 17px;
    }
    #app-steps li .as-list-text span {
        font-size: 14px;
    }
    #app-steps li .as-list-text p {
        font-size: 18px;
    }
    #app-steps .steps-image {
        padding: 0;
        margin-top: 32px;
    }
    #app-steps .ah-buttons {
        column-gap: 11px;
        margin-top: 32px;
        justify-content: center;
    }
    #app-faq {
        padding-top: 31px;
        padding-bottom: 62px;
    }
    .af-list {
        margin-top: 20px;
    }
    .af-item {
        padding: 25px 15px;
    }
    .af-item + .af-item {
        margin-top: 20px;
    }
    .af-question {
        font-size: 18px;
    }
    .af-answer p {
        font-size: 16px;
    }
}