@import url('https://fonts.googleapis.com/css2?family=Nunito:wght@300;400;600&display=swap');
*{
    font-family: 'Nunito', sans-serif !important;
    box-sizing: border-box;
}
img{
    max-width: 100%;
}
body{
    margin: 0;
}
.cta-container{
    margin: 1rem 0;
}
.c-center{
    text-align: center;
}
.cta{
    padding: 8px 28px;
    border-radius: 90px;
    text-decoration: none;
    transition: all .2s;
}
.cta-primary{
    border: 1px solid #0082FA;
    background-color: #0082FA;
    color: #FFF !important;
}
.cta-primary:hover{
    border: 1px solid #0082FA;
    background-color: transparent;
    color: #0082FA !important;
}
.wrapper-section{
    display: flex;
    align-items: center;
    justify-content: space-evenly;
    flex-wrap: wrap-reverse;
    margin-bottom: 1rem;
}
.wrapper-section-rev{
    display: flex;
    align-items: center;
    justify-content: space-evenly;
    flex-wrap: wrap;
    margin-bottom: 1rem;
}
.app-products{
    border-radius: 30px;
}
.feature{
    border-radius: 20px;
}
.feature img{
    border-radius: 15px;
}
.product__inner{
    border-radius: 15px !important;
}
.product img{
    padding: 0 .5rem;
}
.logo-wrapper{
    display: flex;
    align-items: baseline;
    justify-content: space-between;
    flex-wrap: wrap !important;
    margin-bottom: 2rem;
}
.hero-wrapper{
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap !important; 
}

#brandpage {
    max-width: 1085px;
    margin: 0 auto;
    font-family: proxima-nova, sans-serif;
}
#brandpage *,
#brandpage *:before,
#brandpage *:after {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}
#brandpage a {
    text-decoration: none;
    color: inherit;
}
#brandpage ul {
    list-style: none;
    margin: 0;
    padding: 0;
}
#brandpage .app-title {
    margin: 0;
    font-weight: 600;
    font-size: 26px;
    line-height: 119%;
    color: #171717;
}
#brandpage .app-subtitle {
    margin: 0;
    font-weight: 600;
    font-size: 19px;
    line-height: 31px;
    letter-spacing: 0.13em;
}
#brandpage .app-button {
    background: #e0303b;
    border-radius: 68px;
    font-weight: 600;
    font-size: 16px;
    line-height: 16px;
    width: 152px;
    height: 44px;
    display: -webkit-inline-box;
    display: -webkit-inline-flex;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
}
#brandpage .app-container {
    margin: 0 auto;
}
#brandpage .app-hero {
    background-size: cover;
    background-position: center;
    color: #fff;
    padding-left: 41px;
    padding-right: 41px;
    height: 520px;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding-top: 80px;
}
#brandpage .app-hero__text {
    font-weight: bold;
    font-size: 18px;
    line-height: 18px;
    margin: 0;
}
#brandpage .app-hero__title {
    margin: 0;
    font-size: 43px;
    line-height: 116%;
    color: #ffffff;
    font-weight: normal;
    margin-top: 17px;
}
#brandpage .app-hero__left {
    padding-top: 55px;
}
#brandpage .app-hero__right {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-top: 8px;
}
#brandpage .app-hero__item {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}
#brandpage .app-hero__item img {
    display: block;
    height: auto;
    margin-bottom: 19px;
}
#brandpage .app-hero__item__subtitle {
    font-size: 14px;
    line-height: 1;
}
#brandpage .app-menu {
    color: #171717;
    font-weight: 600;
    font-size: 11px;
    line-height: 1;
    letter-spacing: 0.2em;
    display: none !important;
}
#brandpage .app-menu__list {
    list-style: none;
    margin: 0;
    padding: 0;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
}
#brandpage .app-menu__list__item {
    margin: 0 32px;
}
#brandpage .app-menu__list__item__link {
    opacity: 0.5;
    display: block;
    padding-top: 21px;
    padding-bottom: 23px;
    cursor: pointer;
}
#brandpage .app-menu__list__item__link.active,
#brandpage .app-menu__list__item__link:hover {
    opacity: 1;
}
#brandpage .app-about {
    background: #f6f6f6;
    padding: 85px 0 75px;
    display: flex;
    align-items: center;
    justify-content: space-evenly;
    flex-wrap: wrap-reverse;
}
#brandpage .app-about .app-container {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin: 1rem;
}
#brandpage .app-about__right img {
    display: block;
    height: auto;
}
#brandpage .app-about__text {
    margin: 0;
    color: #171717;
    font-size: 13px;
    line-height: 21px;
}
#brandpage .app-about .app-title {
    margin-bottom: 17px;
}
#brandpage .app-about .app-title + div {
    font-weight: 600;
    font-size: 16px;
    line-height: 22px;
    margin-bottom: 13px;
}
#brandpage .app-features {
    background: #222222;
    padding-top: 80px;
    padding-bottom: 116px;
}
#brandpage .app-features__list {
    display: flex;
    align-items: center;
    justify-content: space-evenly;
    flex-wrap: wrap;
}
#brandpage .app-features .app-subtitle {
    text-align: center;
    color: #fff;
    margin-bottom: 41px;
}
#brandpage .app-features .feature {
    background: #fff;
    padding: 1rem;
    width: 306px;
    padding-bottom: 20px;
    margin-bottom: 1rem;
    }
#brandpage .app-features .feature__image img {
    display: block;
}
#brandpage .app-features .feature__text {
    padding-left: 7px;
    padding-top: 17px;
    padding-bottom: .5rem;
}
#brandpage .app-features .feature__text__title {
    font-size: 16px;
    line-height: 22px;
    font-weight: 700;
    margin: 0;
}
#brandpage .app-features .feature__text__body,
#brandpage .app-features .feature__add {
    font-size: 12px;
    line-height: 17px;
}
#brandpage .app-features .feature__text__body {
    margin-top: 1px;
    margin-bottom: 17px;
    height: 34px;
}
#brandpage .app-features .feature__add {
    font-weight: 700;
}
#brandpage .app-text-item {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    position: relative;
}
#brandpage .app-text-item--large {
    margin-bottom: 10px;
    padding-top: 12px;
}
#brandpage .app-text-item:nth-child(even) {
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
}
#brandpage .app-text-item:nth-child(even) .app-container {
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
}
#brandpage .app-text-item .app-container {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}
#brandpage .app-text-item img {
    display: block;
    max-width: 100%;
    height: auto;
}
#brandpage .app-text-item .app-title {
    margin-bottom: 20px;
}
#brandpage .app-text-item__body {
    font-size: 16px;
    line-height: 21px;
    margin: 0;
}
#brandpage .app-text-item__body:not(:last-child) {
    margin-bottom: 21px;
}
#brandpage .app-text-item__body__red {
    color: #e0303b;
    font-weight: 700;
}
#brandpage .app-products {
    background: #f0f0f0;
    padding: 0 46px;
    margin-top: 4px;
    padding-top: 66px;
    padding-bottom: 86px;
}
#brandpage .app-products .app-subtitle {
    text-align: center;
}
.app-products__list {
    display: flex !important;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    margin-top: 11px;
}
#brandpage .app-products .product {
    padding: 0 3px;
    margin: 1rem;
}
#brandpage .app-products .product__image {
    height: 163px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
    -webkit-align-items: flex-end;
    -ms-flex-align: end;
    align-items: flex-end;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
}
#brandpage .app-products .product img {
    display: block;
    margin: 0 auto;
}
#brandpage .app-products .product__title {
    text-align: center;
    font-weight: bold;
    font-size: 16px;
    line-height: 15px;
    margin-top: 27px;
    margin-bottom: 2px;
}
#brandpage .app-products .product__aside {
    font-weight: 600;
    font-size: 12px;
    line-height: 10px;
    letter-spacing: 0.1em;
    top: 17px;
    left: 15px;
    position: absolute;
}
#brandpage .app-products .product__details {
    text-align: center;
    font-size: 13.7761px;
    line-height: 22px;
}
#brandpage .app-products .product__inner {
    background: #fff;
    position: relative;
    padding-top: 29px;
    padding-left: 15px;
    padding-right: 15px;
    padding-bottom: 22px;
}
#brandpage .app-footer {
    height: 466px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
}
#brandpage .app-highlights {
    padding-top: 94px;
    padding-bottom: 95px;
}
#brandpage .app-highlights.mouse-over .highlight:not(.active) .highlight__title,
#brandpage .app-highlights.mouse-over .highlight:not(.active) .highlight__text {
    opacity: 0.5;
}
#brandpage .app-highlights .app-subtitle {
    text-align: center;
}
#brandpage .app-highlights__inner {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-top: 24px;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}
#brandpage .highlights-left {
    padding-top: 21px;
    width: 25%;
}
#brandpage .highlights-left .highlight:after {
    left: 100%;
    margin-left: 12%;
}
#brandpage .highlights-center {
    width: 30%;
}
#brandpage .highlights-center img {
    margin: 0 auto;
    max-width: 100%;
    display: none;
}
#brandpage .highlights-center img.active {
    display: block;
}
#brandpage .highlights-right {
    padding-top: 21px;
    width: 25%;
}
#brandpage .highlights-right .highlight:after {
    right: 100%;
    margin-right: 12%;
}
#brandpage .highlight {
    position: relative;
}
#brandpage .highlight:first-child {
    margin-bottom: 66px;
}
#brandpage .highlight:after {
    position: absolute;
    top: 50%;
    content: "";
    width: 61px;
    height: 1px;
    background: #171717;
    opacity: 0.2;
}
#brandpage .highlight__title {
    font-weight: bold;
    font-size: 16px;
    line-height: 22px;
    margin-bottom: 8px;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
#brandpage .highlight__text {
    font-size: 12px;
    line-height: 17px;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
.layout-0 #brandpage {
    max-width: 810px;
}
.layout-0 #brandpage .app-button {
    width: 129px;
    height: 36px;
    font-size: 16px;
}
.layout-0 #brandpage .app-container {
    max-width: 647px;
}
.layout-0 #brandpage .app-hero {
    padding-top: 106px;
    height: 390px;
}
.layout-0 #brandpage .app-hero__left {
    padding-top: 38px;
}
.layout-0 #brandpage .app-hero .app-hero__title {
    font-size: 34px;
}
.layout-0 #brandpage .app-features {
    padding: 30px 0;
}
.layout-0 #brandpage .app-features .app-hero-subtitle {
    margin-bottom: 15px;
}
.layout-0 #brandpage .app-features .feature {
    width: 215px;
    padding: 6px 6px;
}
.layout-0 #brandpage .app-features .feature__add {
    font-size: 11px;
}
.layout-0 #brandpage .app-features .feature__text__body {
    font-size: 11px;
    line-height: 1.3;
    height: 43px;
}
.layout-0 #brandpage .app-features .feature__text {
    padding-left: 6px;
    padding-top: 5px;
    padding-right: 6px;
}
.layout-0 #brandpage .app-menu .app-menu__list__item {
    margin: 0 15px;
}
.layout-0 #brandpage .app-about {
    padding: 45px 0 35px;
}
.layout-0 #brandpage .app-about__left {
    padding-right: 1rem !important;
    margin-right: 1rem !important;
}
.app-about__text{
    padding-right: 1rem;
}
.layout-0 #brandpage .app-about .app-title {
    font-size: 21px;
    margin-bottom: 8px;
}
.layout-0 #brandpage .app-about .app-title + .app-about__text {
    font-size: 12px;
    line-height: 16px;
    margin-bottom: 5px;
}
.layout-0 #brandpage .app-about .app-about__text {
    font-size: 11px;
    line-height: 16px;
}
.layout-0 #brandpage .app-subtitle {
    font-size: 17px;
}
.layout-0 #brandpage .app-text-item__body:not(:last-child) {
    margin-bottom: 10px;
}
.layout-0 #brandpage .app-text-item .app-title {
    margin-bottom: 10px;
    font-size: 20px;
}
.layout-0 #brandpage .app-footer {
    height: 376px;
    background-size: cover;
    background-position: center;
}
.layout-0 #brandpage .app-products {
    padding-top: 36px;
    padding-bottom: 46px;
}
.layout-0 #brandpage .app-products .product__title {
    margin-top: 12px;
    font-size: 14px;
    margin-bottom: 0px;
}
.layout-0 #brandpage .app-products .product__details {
    font-size: 12px;
    line-height: 19px;
}
.layout-0 #brandpage .app-products .product__image {
    height: 133px;
}
.layout-0 #brandpage .app-products .product__image img {
    max-height: 100%;
}
.layout-0 #brandpage .highlight__title {
    font-size: 14px;
    margin-bottom: 3px;
}
.layout-0 #brandpage .highlight:first-child {
    margin-bottom: 26px;
}
.layout-0 #brandpage .highlight:after {
    width: 31px;
}
.layout-0 #brandpage .highlights-left {
    width: 28%;
}
.layout-0 #brandpage .highlights-right {
    width: 28%;
}
.layout-0 #brandpage .highlights-center {
    width: 27%;
}
.layout-0 #brandpage .app-highlights {
    padding-top: 50px;
    padding-bottom: 50px;
}
.layout-0 #brandpage .app-highlights__inner {
    margin-top: 5px;
}
@media (max-width: 980px) {
    .mobileapp #brandpage .app-features,
    .mobile #brandpage .app-features {
        padding: 30px 0;
    }
    .mobileapp #brandpage .app-features__list,
    .mobile #brandpage .app-features__list {
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }
    .mobileapp #brandpage .app-features .app-subtitle,
    .mobile #brandpage .app-features .app-subtitle {
        margin-bottom: 15px;
    }
    .mobileapp #brandpage .app-features .feature,
    .mobile #brandpage .app-features .feature {
        width: 100%;
        margin-bottom: 5px;
        padding: 8px 8px;
        max-width: 476px;
        margin-left: auto;
        margin-right: auto;
    }
    .mobileapp #brandpage .app-features .feature img,
    .mobile #brandpage .app-features .feature img {
        width: 100%;
    }
    .mobileapp #brandpage .app-features .feature .feature__text__body,
    .mobile #brandpage .app-features .feature .feature__text__body {
        height: auto;
    }
    .mobileapp #brandpage .app-features .feature__text,
    .mobile #brandpage .app-features .feature__text {
        padding-top: 7px;
    }
    .mobileapp #brandpage .app-footer,
    .mobile #brandpage .app-footer {
        background-size: cover;
        background-position: center;
        height: 220px;
    }
    .mobileapp #brandpage .highlight,
    .mobile #brandpage .highlight {
        max-width: 476px;
        margin-left: auto;
        margin-right: auto;
    }
    .mobileapp #brandpage .highlight:after,
    .mobile #brandpage .highlight:after {
        display: none;
    }
    .mobileapp #brandpage .app-products,
    .mobile #brandpage .app-products {
        padding-top: 30px;
        padding-bottom: 30px;
        padding-left: 15px;
        padding-right: 15px;
    }
    .mobileapp #brandpage .app-products .product,
    .mobile #brandpage .app-products .product {
        margin-bottom: 6px;
    }
    .mobileapp #brandpage .app-products .product__title,
    .mobile #brandpage .app-products .product__title {
        font-size: 13px;
        margin-top: 15px;
        margin-bottom: 0;
    }
    .mobileapp #brandpage .app-products .product__details,
    .mobile #brandpage .app-products .product__details {
        font-size: 12px;
        line-height: 13px;
    }
    .mobileapp #brandpage .app-products .product__inner,
    .mobile #brandpage .app-products .product__inner {
        padding-left: 5px;
        padding-right: 5px;
    }
    .mobileapp #brandpage .app-products .product__image,
    .mobile #brandpage .app-products .product__image {
        height: auto;
        margin-top: 20px;
        margin-left: auto;
        margin-right: auto;
    }
    .mobileapp #brandpage .app-products .product__image img,
    .mobile #brandpage .app-products .product__image img {
        display: block;
        max-width: 100%;
        max-height: 145px;
    }
    .mobileapp #brandpage .app-products__list,
    .mobile #brandpage .app-products__list {
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }
    .mobileapp #brandpage .app-text-item,
    .mobile #brandpage .app-text-item {
        -webkit-box-orient: vertical;
        -webkit-box-direction: reverse;
        -webkit-flex-direction: column-reverse;
        -ms-flex-direction: column-reverse;
        flex-direction: column-reverse;
        max-width: 543px;
        margin-left: auto;
        margin-right: auto;
    }
    .mobileapp #brandpage .app-text-item .app-container,
    .mobile #brandpage .app-text-item .app-container {
        position: static;
    }
    .mobileapp #brandpage .app-text-item__image,
    .mobileapp #brandpage .app-text-item__text,
    .mobile #brandpage .app-text-item__image,
    .mobile #brandpage .app-text-item__text {
        width: 100%;
    }
    .mobileapp #brandpage .app-text-item__image img,
    .mobileapp #brandpage .app-text-item__text img,
    .mobile #brandpage .app-text-item__image img,
    .mobile #brandpage .app-text-item__text img {
        margin-left: auto;
        margin-right: auto;
    }
    .mobileapp #brandpage .app-text-item .app-title,
    .mobile #brandpage .app-text-item .app-title {
        margin-bottom: 10px;
    }
    .mobileapp #brandpage .app-text-item__text,
    .mobile #brandpage .app-text-item__text {
        padding-top: 30px;
        margin-bottom: 30px;
    }
    .mobileapp #brandpage .app-text-item__text__body:not(:last-child),
    .mobile #brandpage .app-text-item__text__body:not(:last-child) {
        margin-bottom: 15px;
    }
    .mobileapp #brandpage .app-title,
    .mobile #brandpage .app-title {
        font-size: 23px;
    }
    .mobileapp #brandpage .app-subtitle,
    .mobile #brandpage .app-subtitle {
        font-size: 16px;
    }
    .mobileapp #brandpage .app-container,
    .mobile #brandpage .app-container {
        padding: 0 15px;
    }
    .mobileapp #brandpage .app-button,
    .mobile #brandpage .app-button {
        width: 111px;
        height: 40px;
        font-size: 14px;
    }
    .mobileapp #brandpage .app-highlights,
    .mobile #brandpage .app-highlights {
        padding: 30px 0 10px;
    }
    .mobileapp #brandpage .app-highlights .app-subtitle,
    .mobile #brandpage .app-highlights .app-subtitle {
        font-size: 16px;
    }
    .mobileapp #brandpage .app-highlights__inner,
    .mobile #brandpage .app-highlights__inner {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
    }
    .mobileapp #brandpage .highlight,
    .mobile #brandpage .highlight {
        margin-bottom: 20px;
    }
    .mobileapp #brandpage .highlights-center,
    .mobile #brandpage .highlights-center {
        -webkit-box-ordinal-group: 2;
        -webkit-order: 1;
        -ms-flex-order: 1;
        order: 1;
        width: 100%;
        padding: 0;
        margin-bottom: 20px;
    }
    .mobileapp #brandpage .highlights-center img,
    .mobile #brandpage .highlights-center img {
        max-width: 170px;
    }
    .mobileapp #brandpage .highlights-left,
    .mobile #brandpage .highlights-left {
        -webkit-box-ordinal-group: 3;
        -webkit-order: 2;
        -ms-flex-order: 2;
        order: 2;
        width: 100%;
        padding: 0;
    }
    .mobileapp #brandpage .highlights-right,
    .mobile #brandpage .highlights-right {
        -webkit-box-ordinal-group: 4;
        -webkit-order: 3;
        -ms-flex-order: 3;
        order: 3;
        width: 100%;
        padding: 0;
    }
    .mobileapp #brandpage .app-hero,
    .mobile #brandpage .app-hero {
        padding: 50px 15px;
        height: auto;
        -webkit-box-orient: vertical;
        -webkit-box-direction: reverse;
        -webkit-flex-direction: column-reverse;
        -ms-flex-direction: column-reverse;
        flex-direction: column-reverse;
        position: relative;
    }
    .mobileapp #brandpage .app-hero:after,
    .mobile #brandpage .app-hero:after {
        content: "";
        position: absolute;
        background: #000;
        opacity: 0.3;
        top: 0;
        width: 100%;
        height: 100%;
        left: 0;
    }
    .mobileapp #brandpage .app-hero__item__subtitle,
    .mobile #brandpage .app-hero__item__subtitle {
        display: none;
    }
    .mobileapp #brandpage .app-hero__item img,
    .mobile #brandpage .app-hero__item img {
        margin-bottom: 0;
    }
    .mobileapp #brandpage .app-hero__title,
    .mobile #brandpage .app-hero__title {
        font-size: 28px;
        margin-bottom: 17px;
    }
    .mobileapp #brandpage .app-hero__left,
    .mobile #brandpage .app-hero__left {
        text-align: center;
        width: 100%;
        padding-top: 20px;
        position: relative;
        z-index: 3;
    }
    .mobileapp #brandpage .app-hero__right,
    .mobile #brandpage .app-hero__right {
        width: 100%;
        max-width: 240px;
        margin-left: auto;
        margin-right: auto;
        position: relative;
        z-index: 3;
        margin-bottom: 10px;
    }
    .mobileapp #brandpage .app-about,
    .mobile #brandpage .app-about {
        padding: 30px 0;
    }
    .mobileapp #brandpage .app-about__left,
    .mobileapp #brandpage .app-about__right,
    .mobile #brandpage .app-about__left,
    .mobile #brandpage .app-about__right {
        width: 100%;
        max-width: 476px;
        margin-left: auto;
        margin-right: auto;
    }
    .mobileapp #brandpage .app-about__right,
    .mobile #brandpage .app-about__right {
        margin-bottom: 20px;
    }
    .mobileapp #brandpage .app-about .app-container,
    .mobile #brandpage .app-about .app-container {
        -webkit-box-orient: vertical;
        -webkit-box-direction: reverse;
        -webkit-flex-direction: column-reverse;
        -ms-flex-direction: column-reverse;
        flex-direction: column-reverse;
    }
    .mobileapp #brandpage .app-menu__list__item,
    .mobile #brandpage .app-menu__list__item {
        margin: 0 10px;
    }
    .mobileapp #brandpage .app-menu__list__item__link,
    .mobile #brandpage .app-menu__list__item__link {
        padding-top: 10px;
        padding-bottom: 10px;
    }
}
@media (max-width: 400px) {
    .mobileapp #brandpage .app-menu,
    .mobile #brandpage .app-menu {
        white-space: nowrap;
        overflow-x: auto;
        overflow-y: hidden;
        -ms-overflow-style: -ms-autohiding-scrollbar;
        -webkit-overflow-scrolling: touch;
    }
    .mobileapp #brandpage .app-menu__list,
    .mobile #brandpage .app-menu__list {
        -webkit-box-pack: start;
        -webkit-justify-content: flex-start;
        -ms-flex-pack: start;
        justify-content: flex-start;
    }
}

@media screen and (max-width: 950px){
    .logo-wrapper{
        justify-content: space-evenly;
    }
    .logo{
        margin: 1rem 0;
    }
    .app-hero__left{
        padding-top: 0;
    }
    .hero-wrapper{
        text-align: center;
        justify-content: center;
        margin-bottom: 35rem;
    }
}
@media screen and (max-width: 935px){
    .app-container{
        flex-direction: column-reverse !important;
        justify-content: space-evenly;
        padding-top: 1rem;
        text-align: center;
    }

    .app-about{
        padding-top: 2rem;
        margin-top: 8rem;
    }
    .app-text-item__text{
        text-align: center !important;
        padding-top: 1rem;
    }
    .app-text-item__text .app-title{
        text-align: center !important;
    }
    .app-text-item__body__red{
        text-align: center !important;
    }
    .app-about__right{
        margin-bottom: 1rem;
    }
}
@media screen and (max-width: 560px){
    .app-hero__title{
        font-size: 32px !important;
    }
    .logo-wrapper{
        justify-content: center !important;
        align-items: center;
        flex-direction: column;
        margin: 0;
    }
    .app-hero__left{
        margin: 0 1rem 1rem !important;
    }
    .app-hero{
        margin-top: 0;
    }
}