

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

body {
    background: white;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}

main {
    max-width: 1920px;
    margin: 0 auto
}

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

ul {
    list-style-type: none
}

a {
    text-decoration: none;
    color: inherit
}

a:hover {
    color: inherit
}

button {
    border: none;
    margin: 0;
    padding: 0;
    width: auto;
    overflow: visible;
    background: transparent;
    color: inherit;
    font-family: Radikal, Arial, sans-serif;
    line-height: normal;
    -webkit-font-smoothing: inherit;
    -moz-osx-font-smoothing: inherit;
    -webkit-appearance: none
}

.absolute {
    position: absolute
}

.relative {
    position: relative
}

.text--center {
    text-align: center
}

.text--left {
    text-align: left
}

html {
    font-size: 10px
}

body {
    font-family: Radikal, Arial, sans-serif;
    color: #105dfa;
    line-height: 1.2;
    font-size: 1.4rem
}

@media (min-width: 600px) {
    body {
        font-size: 1.8rem
    }
}

@media (min-width: 992px) {
    body {
        font-size: 2.2rem
    }
}

@media (min-width: 1400px) {
    body {
        font-size: 2.4rem
    }
}

h1 {
    color: #105dfa;
    font-size: 2.6rem;
    line-height: 1.1
}

@media (min-width: 600px) {
    h1 {
        font-size: 3.2rem
    }
}

@media (min-width: 992px) {
    h1 {
        font-size: 4rem
    }
}

@media (min-width: 1400px) {
    h1 {
        font-size: 5rem
    }
}

h2 {
    color: #105dfa;
    font-size: 2.4rem;
    line-height: 1
}

@media (min-width: 600px) {
    h2 {
        font-size: 3.6rem
    }
}

@media (min-width: 992px) {
    h2 {
        font-size: 3.6rem
    }
}

@media (min-width: 1400px) {
    h2 {
        font-size: 4.4rem
    }
}

.grid {
    display: grid
}

.grid--header {
    grid-template-columns:auto 1fr;
    align-items: center;
    height: 100%
}

.grid--welcome {
    grid-template-columns:1fr 0.85fr 1fr;
    grid-template-rows:auto;
    grid-gap: 4%
}

@media (min-width: 1400px) {
    .grid--welcome {
        grid-template-columns:1fr 1fr 1fr
    }
}

.grid--insta-photos {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    height: 100%;
    width: 100%;
    grid-template-columns:4fr 1.8fr 0.9fr 0.5fr 1fr 2.5fr;
    grid-template-rows:1.1fr 3.2fr 0.3fr 1.7fr 1.7fr 0.4fr 1.7fr
}

@media only screen and (max-width: 992px) {
    .grid--welcome {
        grid-gap: 60px 0
    }
}

.button {
    position: relative;
    display: inline-block;
    width: 150px;
    min-width: 150px;
    background-color: #105dfa;
    color: white;
    padding: 15px;
    border-radius: 40px;
    text-transform: uppercase;
    font-size: 1.2rem;
    font-weight: 700;
    font-family: Radikal, Arial, sans-serif;
    text-align: center;
    cursor: pointer;
    overflow: hidden;
    z-index: 4;
    transition: all 0.25s ease-out
}

@media (min-width: 992px) {
    .button {
        width: 200px;
        min-width: 200px;
        font-size: 1.4rem
    }
}

.button::after {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    content: '';
    border-radius: 50%;
    display: block;
    width: 400px;
    height: 400px;
    transform: translateX(50%);
    line-height: 400px;
    left: -400px;
    text-align: center;
    transition: box-shadow 0.4s ease-out;
    z-index: -1
}

.button:hover {
    background-image: url("/assets/../images/deal_landing/footer/decor_undertext.png");
    background-repeat: no-repeat;
    background-position: right center;
    background-size: 280%
}

.button--color-hover:hover {
    background: #0440ba
}

.button__arrow {
    font-family: Arial, sans-serif
}

.button--small {
    padding: 10px
}

@media (min-width: 992px) {
    .button--main {
        padding-top: 18px;
        padding-bottom: 18px;
        width: 210px;
        min-width: 210px;
        font-size: 1.6rem
    }
}

.button--outline {
    border: 1px solid white
}

.button--outline:hover {
    background-image: none;
    color: #105dfa
}

.button--outline:hover::after {
    box-shadow: inset 0 0 0 200px #fff
}

.button--outline-blue {
    border: 1px solid #88aefd
}

.button--outline-blue:hover {
    background-image: none;
    color: #105dfa
}

.button--outline-blue:hover::after {
    box-shadow: inset 0 0 0 200px #fff
}

.button--login {
    padding: 10px;
    width: 100px;
    min-width: 100px
}

.button--reverse {
    background-color: #fff;
    color: #105dfa
}

.button__link {
    position: absolute;
    z-index: 50;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto
}

.button__arrow {
    width: 13px;
    position: relative;
    left: 10px;
    top: 2px
}

html[dir="ltr"] .header {
    background: white;
    display: flex;
    flex-wrap: wrap;
    height: 70px;
    justify-content: space-between;
    align-items: center;
    min-height: 70px;
    padding: 20px;
    transition: .5s all;
    width: 100%
}

html[dir="ltr"] .header__logo {
    flex-shrink: 0;
    flex-basis: 115px;
    fill: #1267FB
}

html[dir="ltr"] .header__right-part {
    display: flex;
    flex-basis: 100px;
    justify-content: flex-end
}

@media (min-width: 600px) {
    html[dir="ltr"] .header__right-part {
        height: 100%
    }
}

html[dir="ltr"] .header__right-part .header__demo-wrapper .button {
    display: none
}

html[dir="ltr"] .header__language {
    cursor: pointer;
    flex-basis: 37px;
    opacity: 0;
    position: relative;
    transition: .5s all
}

html[dir="ltr"] .header__language-button {
    border-radius: 100%;
    box-shadow: 0 3px 6px 0 rgba(50, 50, 50, 0.3);
    position: absolute;
    z-index: 2
}

html[dir="ltr"] .header__language-menu-button {
    border-radius: 100%;
    box-shadow: 0 3px 6px 0 rgba(50, 50, 50, 0.3);
    left: 50%;
    transform: translateX(-50%);
    opacity: 0;
    position: absolute;
    top: 5px;
    transition: .5s all;
    width: 30px;
    z-index: 1
}

html[dir="ltr"] .header__language[data-lang=""] {
    display: none
}

html[dir="ltr"] .header[data-state="opened"] .header__language {
    opacity: 1
}

html[dir="ltr"] .header .header__language .header__language-button:not(.current) {
    display: none
}

html[dir="ltr"] .header .header__language[data-state="opened"] .header__language-menu-button {
    opacity: 1
}

html[dir="ltr"] .header .header__language[data-state="opened"] .header__language-menu-button:nth-of-type(1) {
    top: calc(1 * 50px)
}

html[dir="ltr"] .header .header__language[data-state="opened"] .header__language-menu-button:nth-of-type(2) {
    top: calc(2 * 50px)
}

html[dir="ltr"] .header .header__language[data-state="opened"] .header__language-menu-button:nth-of-type(3) {
    top: calc(3 * 50px)
}

html[dir="ltr"] .header .header__language[data-state="opened"] .header__language-menu-button:nth-of-type(4) {
    top: calc(4 * 50px)
}

html[dir="ltr"] .header .header__language[data-state="opened"] .header__language-menu-button:nth-of-type(5) {
    top: calc(5 * 50px)
}

html[dir="ltr"] .header .header__language[data-state="opened"] .header__language-menu-button:nth-of-type(6) {
    top: calc(6 * 50px)
}

html[dir="ltr"] .header__menu {
    display: flex;
    flex-basis: 100vw;
    flex-direction: column;
    flex-grow: 1;
    margin: 60px 0;
    padding-left: 30px;
    margin-left: 30px;
    line-height: 20px;
    height: 200px
}

@media (min-width: 768px) {
    html[dir="ltr"] .header__menu {
        border-left: 1px solid rgba(16, 93, 250, 0.2);
        line-height: 20px;
        height: 20px
    }
}

html[dir="ltr"] .header__menu-item {
    font-weight: bold;
    font-size: 16px;
    line-height: 20px;
    letter-spacing: 0.65px;
    color: #105dfa;
    padding: 0 30px 20px 0;
    text-transform: uppercase
}

html[dir="ltr"] .header__menu-item--nowrap {
    white-space: nowrap
}

html[dir="ltr"] .header__menu-item .button__arrow {
    display: none
}

@media (min-width: 770px) {
    html[dir="ltr"] .header__menu-item {
        font-size: 1.2rem;
        font-weight: 600;
        letter-spacing: 1px;
        padding: 0 30px 0 0
    }

    html[dir="ltr"] .header__menu-item:last-of-type {
        padding-right: 20px
    }

    html[dir="ltr"] .header__menu-item .button__arrow {
        display: none
    }
}

@media (max-width: 770px) {
    html[dir="ltr"] .header__menu-item {
        padding-right: 0
    }
}

html[dir="ltr"] .header__mobile-footer {
    flex-basis: 100%;
    flex-grow: 1;
    padding: 0
}

html[dir="ltr"] .header__mobile-footer-content {
    position: relative;
    margin: 80px 0
}

@media (min-width: 375px) {
    html[dir="ltr"] .header__mobile-footer {
        padding: 0 28px
    }
}

@media (min-width: 770px) {
    html[dir="ltr"] .header__mobile-footer {
        display: none
    }
}

html[dir="ltr"] .header__mobile-footer-text {
    margin-bottom: 20px;
    font-weight: normal;
    font-size: 12px;
    line-height: 15px;
    text-transform: uppercase;
    color: #000
}

html[dir="ltr"] .header__mobile-footer .community__stores {
    width: 100%;
    display: flex;
    justify-content: space-between
}

html[dir="ltr"] .header__mobile-footer .community__stores .community__app {
    width: 135px
}

html[dir="ltr"] .header__mobile-footer .community__stores .community__app-link {
    display: inline-block
}

html[dir="ltr"] .header__hamburger {
    cursor: pointer;
    flex-basis: 40px;
    height: 35px;
    margin-left: 30px;
    position: relative;
    transform: rotate(0deg);
    transition: .5s ease-in-out
}

html[dir="ltr"] .header__hamburger-item {
    background: #105dfa;
    border-radius: 9px;
    display: block;
    height: 3px;
    left: 0;
    opacity: 1;
    position: absolute;
    transform: rotate(0deg);
    transition: .25s ease-in-out;
    width: 80%
}

html[dir="ltr"] .header__hamburger-item:nth-child(1) {
    top: 5px
}

html[dir="ltr"] .header__hamburger-item:nth-child(2) {
    top: 16px
}

html[dir="ltr"] .header__hamburger-item:nth-child(3) {
    top: 27px
}

@media (min-width: 770px) {
    html[dir="ltr"] .header__hamburger {
        display: none
    }
}

@media (max-width: 770px) {
    html[dir="ltr"] .header {
        overflow-x: hidden
    }

    html[dir="ltr"] .header[data-state="closed"] {
        overflow: hidden
    }

    html[dir="ltr"] .header[data-state="opened"] {
        min-height: 100vh;
        overflow-y: scroll;
        position: absolute;
        z-index: 2147483002
    }

    html[dir="ltr"] .header[data-state="opened"] .header__hamburger-item:nth-child(1) {
        top: 16px;
        transform: rotate(135deg)
    }

    html[dir="ltr"] .header[data-state="opened"] .header__hamburger-item:nth-child(2) {
        opacity: 0
    }

    html[dir="ltr"] .header[data-state="opened"] .header__hamburger-item:nth-child(3) {
        top: 16px;
        transform: rotate(-135deg)
    }

    html[dir="ltr"] .header__menu {
        margin: 40px 0;
        padding-left: 0;
        height: auto
    }
}

@media (max-width: 770px) and (min-width: 375px) {
    html[dir="ltr"] .header__menu {
        margin: 48px 28px
    }
}

@media (min-width: 770px) {
    html[dir="ltr"] .header {
        flex-wrap: nowrap;
        padding: 20px 9%;
        margin: 20px auto 0;
        max-width: 1920px
    }

    html[dir="ltr"] .header__logo {
        flex-basis: 135px
    }

    html[dir="ltr"] .header__menu {
        flex-direction: row;
        flex-grow: 1;
        justify-content: flex-start;
        margin: initial;
        margin-left: 30px
    }

    html[dir="ltr"] .header__menu-link--mobile {
        display: none
    }

    html[dir="ltr"] .header__right-part {
        flex-basis: 47px;
        order: 1
    }

    html[dir="ltr"] .header__language {
        opacity: 1
    }
}

html[dir="ltr"] .main-content--disabled {
    height: 100vw;
    overflow: hidden;
    position: fixed
}

html[dir="ltr"] .footer--disabled {
    display: none
}

html[dir="rtl"] .header {
    background: white;
    display: flex;
    flex-wrap: wrap;
    height: 70px;
    justify-content: space-between;
    align-items: center;
    min-height: 70px;
    padding: 20px;
    transition: .5s all;
    width: 100%
}

html[dir="rtl"] .header__logo {
    flex-basis: 70px;
    margin-top: 10px;
    fill: #105dfa
}

html[dir="rtl"] .header__right-part {
    display: flex;
    flex-basis: 100px;
    justify-content: flex-end
}

@media (min-width: 600px) {
    html[dir="rtl"] .header__right-part {
        height: 100%
    }
}

html[dir="rtl"] .header__language {
    cursor: pointer;
    flex-basis: 37px;
    opacity: 0;
    position: relative;
    transition: .5s all
}

html[dir="rtl"] .header__language-button {
    border-radius: 100%;
    box-shadow: 0 3px 6px 0 rgba(50, 50, 50, 0.3);
    position: absolute;
    z-index: 2
}

html[dir="rtl"] .header__language-menu-button {
    border-radius: 100%;
    box-shadow: 0 3px 6px 0 rgba(50, 50, 50, 0.3);
    right: 50%;
    transform: translateX(50%);
    opacity: 0;
    position: absolute;
    top: 5px;
    transition: .5s all;
    width: 30px;
    z-index: 1
}

html[dir="rtl"] .header__language[data-lang=""] {
    display: none
}

html[dir="rtl"] .header[data-state="opened"] .header__language {
    opacity: 1
}

html[dir="rtl"] .header .header__language .header__language-button:not(.current) {
    display: none
}

html[dir="rtl"] .header .header__language[data-state="opened"] .header__language-menu-button {
    opacity: 1
}

html[dir="rtl"] .header .header__language[data-state="opened"] .header__language-menu-button:nth-of-type(1) {
    top: calc(1 * 50px)
}

html[dir="rtl"] .header .header__language[data-state="opened"] .header__language-menu-button:nth-of-type(2) {
    top: calc(2 * 50px)
}

html[dir="rtl"] .header .header__language[data-state="opened"] .header__language-menu-button:nth-of-type(3) {
    top: calc(3 * 50px)
}

html[dir="rtl"] .header .header__language[data-state="opened"] .header__language-menu-button:nth-of-type(4) {
    top: calc(4 * 50px)
}

html[dir="rtl"] .header .header__language[data-state="opened"] .header__language-menu-button:nth-of-type(5) {
    top: calc(5 * 50px)
}

html[dir="rtl"] .header .header__language[data-state="opened"] .header__language-menu-button:nth-of-type(6) {
    top: calc(6 * 50px)
}

html[dir="rtl"] .header__menu {
    display: flex;
    flex-basis: 100vw;
    flex-direction: column;
    flex-grow: 1;
    margin: 60px 0;
    padding-right: 30px;
    margin-right: 30px;
    line-height: 20px;
    height: 200px
}

@media (min-width: 768px) {
    html[dir="rtl"] .header__menu {
        border-right: 1px solid rgba(16, 93, 250, 0.2);
        line-height: 20px;
        height: 20px
    }
}

html[dir="rtl"] .header__menu-item {
    color: #105dfa;
    font-size: 1.2rem;
    font-weight: 600;
    letter-spacing: 1px;
    padding: 0 0 20px 30px;
    text-transform: uppercase
}

html[dir="rtl"] .header__menu-item--nowrap {
    white-space: nowrap
}

@media (min-width: 770px) {
    html[dir="rtl"] .header__menu-item {
        padding: 0 0 0 30px
    }

    html[dir="rtl"] .header__menu-item:last-of-type {
        padding-left: 20px
    }

    html[dir="rtl"] .header__menu-item .button__arrow {
        display: none
    }
}

@media (max-width: 770px) {
    html[dir="rtl"] .header__menu-item {
        padding-left: 0
    }
}

html[dir="rtl"] .header__mobile-footer {
    align-items: center;
    display: flex;
    flex-basis: 100%;
    flex-direction: column;
    flex-grow: 1
}

html[dir="rtl"] .header__mobile-footer-content {
    position: relative;
    margin: 80px 0
}

@media (min-width: 770px) {
    html[dir="rtl"] .header__mobile-footer {
        display: none
    }
}

html[dir="rtl"] .header__mobile-footer-text {
    padding-bottom: 20px;
    font-size: 1.7rem
}

html[dir="rtl"] .header__hamburger {
    cursor: pointer;
    flex-basis: 40px;
    height: 35px;
    margin-right: 30px;
    position: relative;
    transform: rotate(0deg);
    transition: .5s ease-in-out
}

html[dir="rtl"] .header__hamburger-item {
    background: #105dfa;
    border-radius: 9px;
    display: block;
    height: 3px;
    right: 0;
    opacity: 1;
    position: absolute;
    transform: rotate(0deg);
    transition: .25s ease-in-out;
    width: 80%
}

html[dir="rtl"] .header__hamburger-item:nth-child(1) {
    top: 5px
}

html[dir="rtl"] .header__hamburger-item:nth-child(2) {
    top: 16px
}

html[dir="rtl"] .header__hamburger-item:nth-child(3) {
    top: 27px
}

@media (min-width: 770px) {
    html[dir="rtl"] .header__hamburger {
        display: none
    }
}

@media (max-width: 770px) {
    html[dir="rtl"] .header {
        overflow-x: hidden
    }

    html[dir="rtl"] .header[data-state="closed"] {
        overflow: hidden
    }

    html[dir="rtl"] .header[data-state="opened"] {
        min-height: 100vh;
        overflow-y: scroll;
        position: absolute;
        z-index: 5
    }

    html[dir="rtl"] .header[data-state="opened"] .header__hamburger-item:nth-child(1) {
        top: 16px;
        transform: rotate(-135deg)
    }

    html[dir="rtl"] .header[data-state="opened"] .header__hamburger-item:nth-child(2) {
        opacity: 0
    }

    html[dir="rtl"] .header[data-state="opened"] .header__hamburger-item:nth-child(3) {
        top: 16px;
        transform: rotate(135deg)
    }
}

@media (min-width: 770px) {
    html[dir="rtl"] .header {
        flex-wrap: nowrap;
        padding: 20px 9% 20px 9%;
        margin: 20px auto 0;
        max-width: 1920px
    }

    html[dir="rtl"] .header__logo {
        flex-basis: 185px;
        margin-top: 0
    }

    html[dir="rtl"] .header__menu {
        flex-direction: row;
        flex-grow: 1;
        justify-content: flex-start;
        margin: initial;
        margin-right: 30px
    }

    html[dir="rtl"] .header__right-part {
        flex-basis: 47px;
        order: 1
    }

    html[dir="rtl"] .header__language {
        opacity: 1
    }
}

html[dir="rtl"] .main-content--disabled {
    height: 100vw;
    overflow: hidden;
    position: fixed
}

html[dir="rtl"] .footer--disabled {
    display: none
}

@media (min-width: 992px) {
    header#header.header.header--sticky {
        margin: 0 auto;
        padding: 40px 2% !important;
        position: fixed;
        top: 48px;
        left: 0;
        right: 0;
        z-index: 100;
        background-color: white
    }

    header#header.header.header--sticky + #mainContent {
        padding-top: 128px
    }

    header#header.header.header--sticky .header__right-part {
        height: 40px
    }
}

@media (min-width: 1200px) {
    header#header.header.header--sticky {
        padding: 40px 9% !important
    }
}

.indastars-announcement {
    display: flex;
    flex-direction: column;
    font-weight: 500;
    font-size: 14px;
    line-height: 20px;
    background: linear-gradient(90deg, #916bff 0%, #ff6bb2 37.8%, #ff9c7d 83.42%);
    color: white;
    padding: 20px 97px 20px 20px
}

@media (min-width: 992px) {
    .indastars-announcement {
        position: fixed;
        top: 0;
        left: 0;
        right: 0;
        height: 48px;
        z-index: 100;
        flex-direction: row;
        justify-content: center;
        align-items: center;
        padding: 0
    }
}

.indastars-announcement__link {
    font-weight: bold;
    text-decoration: underline;
    margin-top: 12px;
    margin-left: 32px
}

@media (min-width: 992px) {
    .indastars-announcement__link {
        margin-left: 46px;
        margin-top: 0
    }
}

.indastars-announcement__text {
    display: flex
}

.indastars-announcement__cross {
    position: absolute;
    width: 32px;
    height: 32px;
    right: 14px;
    top: 20px
}

@media (min-width: 992px) {
    .indastars-announcement__cross {
        width: 20px;
        height: 20px;
        top: 50%;
        transform: translateY(-50%)
    }
}

.indastars-announcement__cross:hover {
    cursor: pointer
}

.indastars-announcement__eyes {
    margin-right: 12px;
    width: 21px
}

.indastars-announcement__partying-face {
    display: none
}

@media (min-width: 992px) {
    .indastars-announcement__partying-face {
        display: inline-block;
        margin-left: 12px;
        width: 21px
    }
}

.nft-report-modal {
    position: fixed;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    z-index: 150
}

.nft-report-modal__content {
    position: absolute;
    left: 0;
    top: 0;
    padding: 0;
    width: 350px;
    height: 592px;
    border-radius: 16px;
    top: 50%;
    left: 50%;
    transform: translate3d(-50%, -50%, 0);
    background-color: white;
    z-index: 1000;
    display: flex;
    flex-direction: column;
    overflow: hidden
}

@media (min-width: 992px) {
    .nft-report-modal__content {
        flex-direction: row;
        height: 500px;
        width: 796px
    }
}

.nft-report-modal__left {
    width: 100%;
    height: 240px;
    background: url("/assets/../images/main_landing/report-modal-image.png") center;
    background-size: cover
}

@media (min-width: 992px) {
    .nft-report-modal__left {
        width: 400px;
        height: 100%
    }
}

.nft-report-modal__right {
    width: 100%;
    height: 352px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 32px;
    text-align: center
}

@media (min-width: 992px) {
    .nft-report-modal__right {
        width: 396px;
        height: 100%;
        padding: 66px 48px
    }
}

.nft-report-modal__right-heading {
    color: #2763f6;
    font-weight: bold;
    margin-top: 0;
    margin-bottom: 24px;
    font-size: 32px;
    line-height: 40px
}

@media (min-width: 992px) {
    .nft-report-modal__right-heading {
        margin-bottom: 32px;
        font-weight: bold;
        font-size: 40px;
        line-height: 42px
    }
}

.nft-report-modal__right-text {
    color: #2763f6;
    font-weight: 500;
    font-size: 14px;
    line-height: 20px;
    margin: 0
}

@media (min-width: 992px) {
    .nft-report-modal__right-text {
        font-size: 16px;
        line-height: 24px
    }
}

.nft-report-modal__right a {
    border-radius: 40px;
    margin-top: 20px;
    margin-bottom: 24px;
    width: 100%;
    outline: none
}

@media (min-width: 992px) {
    .nft-report-modal__right a {
        margin-top: 48px;
        margin-bottom: 24px
    }
}

.nft-report-modal__right button {
    display: flex !important;
    justify-content: center;
    align-items: center;
    height: 56px;
    border-radius: 56px;
    width: 100% !important;
    font-weight: bold;
    font-size: 14px !important;
    line-height: 24px !important;
    background: #2763f6;
    color: white;
    text-transform: uppercase;
    margin: 0 !important
}

.nft-report-modal__right button img {
    width: 20px;
    height: 20px;
    margin-left: 8px;
    margin-right: 0
}

.nft-report-modal__right-close-button {
    color: #2a2825;
    font-weight: 500;
    font-size: 14px;
    line-height: 20px;
    cursor: pointer;
    margin: 0;
    text-transform: uppercase
}

.section {
    padding: 40px 0;
    overflow: hidden
}

@media (min-width: 600px) {
    .section {
        padding: 70px 0
    }
}

@media (min-width: 992px) {
    .section {
        padding: 80px 0
    }
}

@media (min-width: 1400px) {
    .section {
        padding: 100px 0
    }
}

.section--show {
    overflow: initial
}

.section--show-y {
    overflow: initial;
    overflow-x: hidden
}

.container {
    display: flex;
    justify-content: space-between;
    align-items: center
}

.container__child {
    display: flex;
    align-items: center;
    text-align: left;
    width: 50%;
    padding: 0 10px
}

.container__child:first-child {
    padding-right: 10px;
    justify-content: flex-end
}

@media (min-width: 992px) {
    .container__child:first-child {
        padding-right: 50px;
        padding-left: 150px
    }
}

@media (min-width: 1400px) {
    .container__child:first-child {
        padding-left: unset
    }
}

.container__child:nth-child(2) {
    padding-left: 20px;
    justify-content: flex-start
}

.container__child:nth-child(2).container__child--album-right {
    z-index: 20
}

@media (min-width: 1400px) {
    .container__child:nth-child(2).container__child--album-right {
        padding-left: 50px
    }
}

.container__child--reverse {
    display: flex;
    align-items: center;
    text-align: left;
    width: 50%;
    padding: 0 10px
}

.container__child--reverse:first-child {
    padding-left: 20px;
    justify-content: flex-end;
    overflow: hidden;
    width: 63%
}

@media (min-width: 992px) {
    .container__child--reverse:first-child {
        width: 63%
    }
}

@media (min-width: 1400px) {
    .container__child--reverse:first-child {
        padding-left: 30px
    }
}

.container__child--reverse:nth-child(2) {
    padding-right: 10px;
    justify-content: flex-start
}

.container__imac {
    width: 100%;
    max-width: unset
}

.container__header {
    max-width: 260px;
    display: flex;
    flex-direction: column;
    z-index: 20
}

@media (min-width: 992px) {
    .container__header {
        max-width: 360px
    }
}

@media (min-width: 1400px) {
    .container__header {
        max-width: 400px
    }
}

.container__subtitle {
    margin-top: 10px;
    font-weight: 700;
    font-size: 0.9em;
    color: #87aefc
}

.container__leading {
    margin-top: 25px
}

@media (min-width: 992px) {
    .container__leading {
        margin-top: 35px
    }
}

.container__button {
    margin-top: 30px
}

.container--shopable {
    padding-bottom: 30px;
    overflow: hidden
}

.album {
    min-width: 220px
}

@media (min-width: 992px) {
    .album {
        min-width: 700px
    }
}

.album--tall {
    max-height: 500px
}

@media (min-width: 992px) {
    .album--tall {
        max-height: unset
    }
}

.decor {
    position: absolute;
    max-width: 30%;
    display: none;
    z-index: 2
}

@media (min-width: 992px) {
    .decor {
        display: block
    }
}

.decor--left {
    left: 0;
    top: 50%;
    transform: translateY(-50%)
}

.decor--right {
    right: 0;
    top: -15%;
    max-width: 20%
}

.decor--platform-right {
    max-width: 50%
}

.decor--footer {
    display: block;
    top: -90px;
    left: -360px;
    max-width: 640px
}

.decor--case-studies {
    top: -125px;
    right: calc(65% + 300px)
}

.swirl {
    width: 100%;
    max-width: 550px
}

@media only screen and (max-width: 1250px) {
    .swirl {
        width: 100%;
        max-width: 390px
    }
}

html[dir="rtl"] .decor--case-studies {
    top: -125px;
    left: calc(65% + 300px);
    right: unset;
    transform: scaleX(-1)
}

html[dir="rtl"] .decor--footer {
    display: block;
    top: -90px;
    right: -360px;
    left: unset;
    max-width: 640px;
    transform: scaleX(-1)
}

.map-section {
    align-items: center;
    display: flex;
    flex-direction: column;
    justify-content: center;
    margin: 20px auto 10px;
    max-width: 1200px;
    padding: 40px 10px;
    direction: ltr
}

.map-section__img {
    height: 78px;
    width: auto;
    -o-object-fit: contain;
    object-fit: contain
}

@media (min-width: 992px) {
    .map-section {
        margin: -30px auto 120px;
        padding: 100px 10px
    }
}

.map-section--background {

    background-position: top;
    background-repeat: no-repeat;
    background-size: contain
}

@media (min-width: 992px) {
    .map-section--background {
        background-position: center
    }
}

.map-section__top {
    align-items: center;
    display: flex;
    flex-direction: column;
    justify-content: center;
    margin-bottom: 40px
}

@media (min-width: 992px) {
    .map-section__top {
        align-items: flex-start;
        flex-direction: row;
        flex-wrap: wrap;
        margin-bottom: 80px
    }
}

.map-section__child {
    display: flex
}

@media (min-width: 992px) {
    .map-section__child--markets {
        justify-content: flex-start;
        order: 1;
        width: 40%
    }
}

.map-section__child--influencer-counter {
    margin-top: 40px
}

@media (min-width: 992px) {
    .map-section__child--influencer-counter {
        margin-top: 0;
        order: 2
    }
}

.map-section__child--cities {
    flex-wrap: wrap;
    justify-content: center;
    max-width: 800px
}

@media (min-width: 992px) {
    .map-section__child--cities {
        order: 3
    }
}

.map-section__city {
    font-size: 1.2rem;
    font-weight: 600;
    margin: 10px 33px 10px 0;
    position: relative;
    text-transform: uppercase;
    white-space: nowrap
}

@media (min-width: 992px) {
    .map-section__city {
        font-size: 1.8rem;
        margin: 10px 33px 10px 0
    }
}

.map-section__city:not(:last-child)::after {
    content: '•';
    display: table;
    line-height: 0;
    position: absolute;
    right: -18px;
    top: 50%;
    transform: translateY(-50%)
}

.map-section__logos {
    align-items: center;
    display: flex;
    justify-content: space-around;
    margin: 0 auto
}

.map-section__logo {
    align-items: center;
    display: flex;
    position: relative
}

.map-section__logo:not(:last-child) {
    margin-right: 50px
}

.map-section__logo:not(:last-child)::after {
    border-right: 2px solid var(--gallery);
    bottom: 25px;
    content: '';
    display: table;
    height: 37px;
    position: absolute;
    right: -25px;
    top: 25%
}

.map-section__logo__label {
    display: none;
    font-size: 1rem;
    font-weight: 600;
    line-height: 1;
    margin-left: 10px;
    max-width: 160px;
    text-transform: uppercase
}

@media (min-width: 600px) {
    .map-section__logo__label {
        display: block;
        font-size: 1.2rem
    }
}

@media (min-width: 992px) {
    .map-section__logo__label {
        font-size: 1.6rem
    }
}

.card-count {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    margin: 0 25px;
    max-width: 180px
}

@media (min-width: 600px) {
    .card-count {
        margin: 0 35px
    }
}

.card-count__label {
    text-align: center;
    max-width: 120px
}

@media (min-width: 992px) {
    .card-count__label {
        max-width: 180px
    }
}

.card-count__value {
    font-size: 6rem;
    font-weight: 900;
    margin-bottom: 30px
}

@media (min-width: 992px) {
    .card-count__value {
        font-size: 7rem
    }
}

@media (min-width: 1400px) {
    .card-count__value {
        font-size: 8rem
    }
}

.hidden {
    visibility: hidden !important
}

.influencer-counter {
    text-align: center
}

@media (min-width: 992px) {
    .influencer-counter__label {
        margin-left: 5rem
    }
}

.influencer-counter__box {
    display: inline-block;
    margin: 20px 0 50px;
    transform: scale(0.7);
    transform-origin: left;
    width: 140px
}

.influencer-counter__box:nth-of-type(2) {
    width: 50px
}

@media (min-width: 600px) {
    .influencer-counter__box {
        height: 50px;
        transform: unset;
        width: 230px
    }

    .influencer-counter__box:nth-of-type(2) {
        width: 95px
    }

    .influencer-counter__box .counter__card:nth-child(3):nth-child(3) {
        margin-right: 40px
    }
}

.influencer-counter__box .counter__card:nth-child(3):nth-child(3) {
    margin-right: 40px
}

.influencer-counter__box--second {
    width: 135px
}

.influencer-counter__card {
    align-items: center;
    background-color: var(--my-white);
    display: flex;
    font-size: 2.4rem;
    font-weight: 600;
    justify-content: center;
    margin-left: 5px;
    padding: 14px
}

@media (min-width: 600px) {
    .influencer-counter__card {
        font-size: 3rem;
        padding: 17px
    }
}

@media (min-width: 992px) {
    .influencer-counter__card {
        font-size: 5.4rem
    }
}

.influencer-counter__card--shadow {
    box-shadow: inset 0 8px 20px -10px rgba(0, 0, 0, 0.1), inset 0 -8px 20px -10px rgba(0, 0, 0, 0.1), 0 0 30px 0 rgba(0, 0, 0, 0.1)
}

.influencer-counter__card:nth-last-child(3n+1) {
    margin-right: 30px
}

@media (min-width: 992px) {
    .influencer-counter__card:nth-last-child(3n+1) {
        margin-right: 50px
    }
}

.influencer-counter__card:last-child {
    margin-right: unset
}

html[dir="ltr"] .platform-section__wrapper {
    margin: 0 auto;
    padding-left: 20px;
    padding-right: 20px
}

html[dir="ltr"] .platform-section__title {
    font-weight: 600;
    font-size: 3.5rem;
    text-align: center;
    color: white;
    text-transform: uppercase
}

html[dir="ltr"] .platform-section__title::before {
    background: #e9e9e9 linear-gradient(180deg, #d2d2d2, #fff);
    content: '';
    left: 0;
    margin-top: -85px;
    min-height: 290px;
    position: absolute;
    text-align: center;
    transform: skewY(-2.5deg) translateY(35px);
    width: 100%;
    z-index: -1
}

@media (min-width: 992px) {
    html[dir="ltr"] .platform-section__title {
        font-size: 8rem
    }
}

html[dir="ltr"] .platform-section__leading {
    max-width: 580px;
    margin-left: auto;
    margin-right: auto;
    margin-top: 30px;
    font-size: 1.8rem;
    line-height: 1.5;
    font-weight: 600;
    text-align: center
}

@media (min-width: 600px) {
    html[dir="ltr"] .platform-section__leading {
        font-size: 2rem
    }
}

@media (min-width: 992px) {
    html[dir="ltr"] .platform-section__leading {
        font-size: 2.2rem
    }
}

@media (min-width: 1400px) {
    html[dir="ltr"] .platform-section__leading {
        font-size: 2.6rem
    }
}

html[dir="ltr"] .platform-section__steps {
    max-width: 600px;
    margin-top: 70px;
    display: flex;
    justify-content: space-between;
    flex-direction: column;
    align-items: center
}

@media (min-width: 992px) {
    html[dir="ltr"] .platform-section__steps {
        max-width: 1250px;
        align-items: initial;
        flex-direction: row
    }
}

html[dir="ltr"] .platform-section__step {
    width: 100%;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    flex: 1;
    margin-bottom: 50px
}

@media (min-width: 992px) {
    html[dir="ltr"] .platform-section__step {
        max-width: 240px;
        width: initial;
        flex-direction: column;
        justify-content: initial
    }
}

html[dir="ltr"] .platform-section__step:nth-of-type(4n-1) {
    flex-direction: row-reverse
}

html[dir="ltr"] .platform-section__step:nth-of-type(4n-1) html[dir="ltr"] .platform-section__step__img {
    padding-right: unset;
    padding-left: 20px
}

@media (min-width: 992px) {
    html[dir="ltr"] .platform-section__step:nth-of-type(4n-1) html[dir="ltr"] .platform-section__step__img {
        padding-left: unset
    }
}

@media (min-width: 992px) {
    html[dir="ltr"] .platform-section__step:nth-of-type(4n-1) {
        flex-direction: column
    }
}

html[dir="ltr"] .platform-section__step--arrow {
    transform: rotate(90deg) !important;
    display: inline-block;
    width: 100%;
    max-width: 80px;
    height: 110px;
    flex: 0.5;

    background-repeat: no-repeat;
    background-size: contain;
    background-position: center
}

@media (min-width: 992px) {
    html[dir="ltr"] .platform-section__step--arrow {
        transform: rotate(0deg) !important;
        height: 130px
    }
}

html[dir="ltr"] .platform-section__step-title {
    font-size: 1.4rem;
    font-weight: 600;
    margin: 5px 0 15px;
    max-width: 400px;
    text-align: left
}

@media (min-width: 992px) {
    html[dir="ltr"] .platform-section__step-title {
        width: initial;
        font-size: 1.8rem;
        text-align: center
    }
}

html[dir="ltr"] .platform-section__step-text {
    display: flex;
    flex-direction: column
}

html[dir="ltr"] .platform-section__step-desc {
    max-width: 400px;
    font-size: inherit;
    text-align: left
}

@media (min-width: 992px) {
    html[dir="ltr"] .platform-section__step-desc {
        width: initial;
        font-size: 1.8rem;
        text-align: center
    }
}

html[dir="ltr"] .platform-section__step-img {
    width: 50%;
    height: auto;
    max-height: 130px;
    padding-right: 20px;
    -o-object-fit: contain;
    object-fit: contain
}

@media (min-width: 992px) {
    html[dir="ltr"] .platform-section__step-img {
        margin-bottom: 15px;
        width: initial;
        padding-right: unset
    }
}

html[dir="ltr"] .platform-section__video-panel {
    margin-top: 60px
}

html[dir="ltr"] .platform-section__video__wrapper {
    max-width: 1050px;
    width: 100%;
    margin: 0 auto;
    padding-left: 20px;
    padding-right: 20px
}

html[dir="ltr"] .platform-section__video__wrapper__iframe {
    position: relative;
    padding-bottom: 56.25%;
    padding-top: 25px;
    border-radius: 6px;
    overflow: hidden;
    transition: all 0.2s ease-in-out;
    background-color: black;
    z-index: 10
}

html[dir="ltr"] .platform-section__video__wrapper__iframe--scale {
    transform: scale(1.1)
}

html[dir="ltr"] .platform-section__video__wrapper iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%
}

html[dir="rtl"] .platform-section__wrapper {
    margin: 0 auto;
    padding-right: 20px;
    padding-left: 20px
}

html[dir="rtl"] .platform-section__title {
    font-weight: 600;
    font-size: 3.5rem;
    text-align: center;
    color: white;
    text-transform: uppercase
}

html[dir="rtl"] .platform-section__title::before {
    background: #e9e9e9 linear-gradient(-180deg, #d2d2d2, #fff);
    content: '';
    right: 0;
    margin-top: -85px;
    min-height: 290px;
    position: absolute;
    text-align: center;
    transform: skewY(2.5deg) translateY(35px);
    width: 100%;
    z-index: -1
}

@media (min-width: 992px) {
    html[dir="rtl"] .platform-section__title {
        font-size: 8rem
    }
}

html[dir="rtl"] .platform-section__leading {
    max-width: 580px;
    margin-right: auto;
    margin-left: auto;
    margin-top: 30px;
    font-size: 1.8rem;
    line-height: 1.5;
    font-weight: 600;
    text-align: center
}

@media (min-width: 600px) {
    html[dir="rtl"] .platform-section__leading {
        font-size: 2rem
    }
}

@media (min-width: 992px) {
    html[dir="rtl"] .platform-section__leading {
        font-size: 2.2rem
    }
}

@media (min-width: 1400px) {
    html[dir="rtl"] .platform-section__leading {
        font-size: 2.6rem
    }
}

html[dir="rtl"] .platform-section__steps {
    max-width: 600px;
    margin-top: 70px;
    display: flex;
    justify-content: space-between;
    flex-direction: column;
    align-items: center
}

@media (min-width: 992px) {
    html[dir="rtl"] .platform-section__steps {
        max-width: 1250px;
        align-items: initial;
        flex-direction: row
    }
}

html[dir="rtl"] .platform-section__step {
    width: 100%;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    flex: 1;
    margin-bottom: 50px
}

@media (min-width: 992px) {
    html[dir="rtl"] .platform-section__step {
        max-width: 240px;
        width: initial;
        flex-direction: column;
        justify-content: initial
    }
}

html[dir="rtl"] .platform-section__step:nth-of-type(4n-1) {
    flex-direction: row-reverse
}

html[dir="rtl"] .platform-section__step:nth-of-type(4n-1) html[dir="rtl"] .platform-section__step__img {
    padding-left: unset;
    padding-right: 20px
}

@media (min-width: 992px) {
    html[dir="rtl"] .platform-section__step:nth-of-type(4n-1) html[dir="rtl"] .platform-section__step__img {
        padding-right: unset
    }
}

@media (min-width: 992px) {
    html[dir="rtl"] .platform-section__step:nth-of-type(4n-1) {
        flex-direction: column
    }
}

html[dir="rtl"] .platform-section__step--arrow {
    transform: rotate(-90deg) !important;
    display: inline-block;
    width: 100%;
    max-width: 80px;
    height: 110px;
    flex: 0.5;

    background-repeat: no-repeat;
    background-size: contain;
    background-position: center
}

@media (min-width: 992px) {
    html[dir="rtl"] .platform-section__step--arrow {
        transform: rotate(180deg) !important;
        height: 130px
    }
}

html[dir="rtl"] .platform-section__step-title {
    font-size: 1.4rem;
    font-weight: 600;
    margin: 5px 0 15px;
    max-width: 400px;
    text-align: right
}

@media (min-width: 992px) {
    html[dir="rtl"] .platform-section__step-title {
        width: initial;
        font-size: 1.8rem;
        text-align: center
    }
}

html[dir="rtl"] .platform-section__step-text {
    display: flex;
    flex-direction: column
}

html[dir="rtl"] .platform-section__step-desc {
    max-width: 400px;
    font-size: inherit;
    text-align: right
}

@media (min-width: 992px) {
    html[dir="rtl"] .platform-section__step-desc {
        width: initial;
        font-size: 1.8rem;
        text-align: center
    }
}

html[dir="rtl"] .platform-section__step-img {
    width: 50%;
    height: auto;
    max-height: 130px;
    padding-left: 20px;
    -o-object-fit: contain;
    object-fit: contain
}

@media (min-width: 992px) {
    html[dir="rtl"] .platform-section__step-img {
        margin-bottom: 15px;
        width: initial;
        padding-left: unset
    }
}

html[dir="rtl"] .platform-section__video-panel {
    margin-top: 60px
}

html[dir="rtl"] .platform-section__video__wrapper {
    max-width: 1050px;
    width: 100%;
    margin: 0 auto;
    padding-right: 20px;
    padding-left: 20px
}

html[dir="rtl"] .platform-section__video__wrapper__iframe {
    position: relative;
    padding-bottom: 56.25%;
    padding-top: 25px;
    border-radius: 6px;
    overflow: hidden;
    transition: all 0.2s ease-in-out;
    background-color: black;
    z-index: 10
}

html[dir="rtl"] .platform-section__video__wrapper__iframe--scale {
    transform: scale(1.1)
}

html[dir="rtl"] .platform-section__video__wrapper iframe {
    position: absolute;
    top: 0;
    right: 0;
    width: 100%;
    height: 100%
}

.logos-section {
    padding-right: 15px;
    padding-left: 15px;
    padding-top: 0
}

.logos-section__grid {
    max-width: 1350px;
    margin: 0 auto;
    display: grid;
    grid-template-columns:repeat(6, 1fr);
    grid-template-rows:auto;
    grid-column-gap: 35px;
    grid-row-gap: 5px;
    justify-items: center;
    align-items: center
}

@media (min-width: 992px) {
    .logos-section__grid {
        grid-template-columns:repeat(8, 1fr);
        grid-template-rows:repeat(6, 1fr);
        grid-column-gap: unset;
        grid-row-gap: unset
    }
}

.logos-section__heading {
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 8rem;
    font-weight: 900;
    color: white;
    text-transform: uppercase;
    grid-column-start: 2;
    grid-column-end: 6;
    grid-row-start: 4;
    grid-row-end: 6
}

@media (min-width: 992px) {
    .logos-section__heading {
        grid-column-start: 3;
        grid-column-end: 7;
        grid-row-start: 3;
        grid-row-end: 5
    }
}

.logos-section__heading__text {
    filter: drop-shadow(0 0 4px rgba(0, 0, 0, 0.15));
    white-space: nowrap;
    font-weight: 900;
    font-size: 4rem
}

@media (min-width: 600px) {
    .logos-section__heading__text {
        font-size: 6rem
    }
}

@media (min-width: 992px) {
    .logos-section__heading__text {
        font-size: 7rem
    }
}

@media (min-width: 1400px) {
    .logos-section__heading__text {
        font-size: 8rem
    }
}

.logos-section__heading--decor {
    height: 100%;
    width: 100%;

    background-repeat: no-repeat;
    background-position: center;
    background-size: contain
}

.logo {
    max-height: 60px
}

.logo--starbucks {
    max-height: 60px
}

html[dir="ltr"] .case-studies {
    background-color: #105dfa;
    color: white;
    padding: 30px 0
}

@media (min-width: 992px) {
    html[dir="ltr"] .case-studies {
        margin-top: 80px
    }
}

html[dir="ltr"] .case-studies__container {
    display: flex;
    flex-direction: column;
    padding: 0 20px;
    overflow: hidden
}

@media (min-width: 600px) {
    html[dir="ltr"] .case-studies__container {
        padding-left: 50px;
        padding-right: 60px
    }
}

@media (min-width: 992px) {
    html[dir="ltr"] .case-studies__container {
        padding-left: 30px;
        padding-right: 60px;
        flex-direction: row
    }
}

html[dir="ltr"] .case-studies__text-col {
    display: flex;
    justify-content: flex-end
}

@media (min-width: 992px) {
    html[dir="ltr"] .case-studies__text-col {
        width: 40%
    }
}

html[dir="ltr"] .case-studies__text-col__meta {
    max-width: 100%
}

@media (min-width: 992px) {
    html[dir="ltr"] .case-studies__text-col__meta {
        max-width: 380px
    }
}

html[dir="ltr"] .case-studies__logo {
    height: 100px;
    margin-top: 40px
}

html[dir="ltr"] .case-studies__logo img {
    max-height: 95px;
    max-width: 150px
}

html[dir="ltr"] .case-studies__title {
    margin-top: 30px;
    font-size: 2.2rem;
    font-weight: 600
}

@media (min-width: 600px) {
    html[dir="ltr"] .case-studies__title {
        font-size: 2.8rem
    }
}

html[dir="ltr"] .case-studies__desc {
    margin-top: 30px;
    font-size: 1.4rem
}

@media (min-width: 600px) {
    html[dir="ltr"] .case-studies__desc {
        font-size: 1.6rem
    }
}

html[dir="ltr"] .case-studies__info {
    margin-top: 45px;
    display: flex
}

html[dir="ltr"] .case-studies__info__box {
    width: 160px
}

html[dir="ltr"] .case-studies__info__value {
    font-size: 2.4rem;
    font-weight: 900
}

@media (min-width: 600px) {
    html[dir="ltr"] .case-studies__info__value {
        font-size: 3.4rem
    }
}

html[dir="ltr"] .case-studies__info__label {
    display: flex;
    align-items: center
}

html[dir="ltr"] .case-studies__info__icon {
    max-height: 12px;
    margin-right: 5px
}

html[dir="ltr"] .case-studies__info__text {
    font-size: 1.4rem;
    color: #88aefd;
    font-weight: 600
}

html[dir="ltr"] .case-studies__button {
    margin-top: 45px;
    align-self: center
}

@media (min-width: 992px) {
    html[dir="ltr"] .case-studies__button--hide-desktop {
        display: none
    }
}

html[dir="ltr"] .case-studies__button--show-desktop {
    display: none
}

@media (min-width: 992px) {
    html[dir="ltr"] .case-studies__button--show-desktop {
        display: block
    }
}

html[dir="ltr"] .case-studies__video-col {
    margin-top: 40px;
    width: 100%;
    align-self: flex-start
}

@media (min-width: 992px) {
    html[dir="ltr"] .case-studies__video-col {
        width: 60%;
        margin-top: 130px;
        margin-left: 50px
    }
}

html[dir="ltr"] .case-studies__video {
    margin: unset;
    padding: unset;
    width: 100%
}

html[dir="ltr"] .case-studies__video__thumbnails {
    display: flex
}

@media (min-width: 600px) {
    html[dir="ltr"] .case-studies__video__thumbnails {
        padding-top: 20px
    }
}

@media (min-width: 992px) {
    html[dir="ltr"] .case-studies__video__thumbnails {
        transform: translateX(20px)
    }
}

@media (min-width: 1400px) {
    html[dir="ltr"] .case-studies__video__thumbnails {
        padding-top: 30px
    }
}

html[dir="ltr"] .case-studies__video__thumbnail {
    position: relative;
    border-radius: 3px;
    overflow: hidden;
    cursor: pointer;
    transition: all 0.2s !important
}

html[dir="ltr"] .case-studies__video__thumbnail:hover {
    border-radius: 5px;
    transform: scale(1.2) !important;
    z-index: 10
}

html[dir="ltr"] .case-studies__video__thumbnail--active {
    border: 1px solid white
}

html[dir="ltr"] .case-studies__video__thumbnail--active html[dir="ltr"] .case-studies__video__thumbnail__overlay {
    opacity: 0
}

html[dir="ltr"] .case-studies__video__thumbnail--active html[dir="ltr"] .case-studies__video__thumbnail__brand {
    opacity: 0
}

html[dir="ltr"] .case-studies__video__thumbnail__overlay {
    position: absolute;
    height: 100%;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: rgba(0, 0, 0, 0.4);
    transition: all 0.2s !important
}

html[dir="ltr"] .case-studies__video__thumbnail__brand {
    position: absolute;
    max-height: 40px;
    max-width: 80px
}

html[dir="ltr"] .case-studies__video__img {
    transition: all 0.2s !important;
    max-width: 140px !important;
    width: 100% !important;
    max-height: 55px;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: top;
    object-position: top
}

html[dir="ltr"] .case-studies__decor-square {
    position: absolute;
    width: 90px;
    height: 70px;
    background-color: #105dfa;
    top: -70px;
    right: calc(65% + 440px)
}

html[dir="ltr"] .swiper-container {
    width: 100%;
    height: 100px;
    margin: unset
}

@media (min-width: 1400px) {
    html[dir="ltr"] .swiper-container {
        height: 123px
    }
}

html[dir="ltr"] .swiper-wrapper {
    align-items: center;
    margin-left: -16px;
    padding-left: 30px
}

html[dir="ltr"] .swiper-slide {
    height: unset;
    overflow: hidden;
    text-align: center;
    font-size: 18px;
    display: flex;
    justify-content: center;
    align-items: center
}

html[dir="rtl"] .case-studies {
    background-color: #105dfa;
    color: white;
    padding: 30px 0
}

@media (min-width: 992px) {
    html[dir="rtl"] .case-studies {
        margin-top: 80px
    }
}

html[dir="rtl"] .case-studies__container {
    display: flex;
    flex-direction: column;
    padding: 0 20px;
    overflow: hidden
}

@media (min-width: 600px) {
    html[dir="rtl"] .case-studies__container {
        padding-right: 50px;
        padding-left: 60px
    }
}

@media (min-width: 992px) {
    html[dir="rtl"] .case-studies__container {
        padding-right: 30px;
        padding-left: 60px;
        flex-direction: row
    }
}

html[dir="rtl"] .case-studies__text-col {
    display: flex;
    justify-content: flex-end
}

@media (min-width: 992px) {
    html[dir="rtl"] .case-studies__text-col {
        width: 40%
    }
}

html[dir="rtl"] .case-studies__text-col__meta {
    max-width: 100%
}

@media (min-width: 992px) {
    html[dir="rtl"] .case-studies__text-col__meta {
        max-width: 380px
    }
}

html[dir="rtl"] .case-studies__logo {
    height: 100px;
    margin-top: 40px
}

html[dir="rtl"] .case-studies__logo img {
    max-height: 95px;
    max-width: 150px
}

html[dir="rtl"] .case-studies__title {
    margin-top: 30px;
    font-size: 2.2rem;
    font-weight: 600
}

@media (min-width: 600px) {
    html[dir="rtl"] .case-studies__title {
        font-size: 2.8rem
    }
}

html[dir="rtl"] .case-studies__desc {
    margin-top: 30px;
    font-size: 1.4rem
}

@media (min-width: 600px) {
    html[dir="rtl"] .case-studies__desc {
        font-size: 1.6rem
    }
}

html[dir="rtl"] .case-studies__info {
    margin-top: 45px;
    display: flex
}

html[dir="rtl"] .case-studies__info__box {
    width: 160px
}

html[dir="rtl"] .case-studies__info__value {
    font-size: 2.4rem;
    font-weight: 900
}

@media (min-width: 600px) {
    html[dir="rtl"] .case-studies__info__value {
        font-size: 3.4rem
    }
}

html[dir="rtl"] .case-studies__info__label {
    display: flex;
    align-items: center
}

html[dir="rtl"] .case-studies__info__icon {
    max-height: 12px;
    margin-left: 5px
}

html[dir="rtl"] .case-studies__info__text {
    font-size: 1.4rem;
    color: #88aefd;
    font-weight: 600
}

html[dir="rtl"] .case-studies__button {
    margin-top: 45px;
    align-self: center
}

@media (min-width: 992px) {
    html[dir="rtl"] .case-studies__button--hide-desktop {
        display: none
    }
}

html[dir="rtl"] .case-studies__button--show-desktop {
    display: none
}

@media (min-width: 992px) {
    html[dir="rtl"] .case-studies__button--show-desktop {
        display: block
    }
}

html[dir="rtl"] .case-studies__video-col {
    margin-top: 40px;
    width: 100%;
    align-self: flex-start
}

@media (min-width: 992px) {
    html[dir="rtl"] .case-studies__video-col {
        width: 60%;
        margin-top: 130px;
        margin-right: 50px
    }
}

html[dir="rtl"] .case-studies__video {
    margin: unset;
    padding: unset;
    width: 100%
}

html[dir="rtl"] .case-studies__video__thumbnails {
    display: flex
}

@media (min-width: 600px) {
    html[dir="rtl"] .case-studies__video__thumbnails {
        padding-top: 20px
    }
}

@media (min-width: 992px) {
    html[dir="rtl"] .case-studies__video__thumbnails {
        transform: translateX(-20px)
    }
}

@media (min-width: 1400px) {
    html[dir="rtl"] .case-studies__video__thumbnails {
        padding-top: 30px
    }
}

html[dir="rtl"] .case-studies__video__thumbnail {
    position: relative;
    border-radius: 3px;
    overflow: hidden;
    cursor: pointer;
    transition: all 0.2s !important
}

html[dir="rtl"] .case-studies__video__thumbnail:hover {
    border-radius: 5px;
    transform: scale(1.2) !important;
    z-index: 10
}

html[dir="rtl"] .case-studies__video__thumbnail--active {
    border: 1px solid white
}

html[dir="rtl"] .case-studies__video__thumbnail--active html[dir="rtl"] .case-studies__video__thumbnail__overlay {
    opacity: 0
}

html[dir="rtl"] .case-studies__video__thumbnail--active html[dir="rtl"] .case-studies__video__thumbnail__brand {
    opacity: 0
}

html[dir="rtl"] .case-studies__video__thumbnail__overlay {
    position: absolute;
    height: 100%;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: rgba(0, 0, 0, 0.4);
    transition: all 0.2s !important
}

html[dir="rtl"] .case-studies__video__thumbnail__brand {
    position: absolute;
    max-height: 40px;
    max-width: 80px
}

html[dir="rtl"] .case-studies__video__img {
    transition: all 0.2s !important;
    max-width: 140px !important;
    width: 100% !important;
    max-height: 55px;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: top;
    object-position: top
}

html[dir="rtl"] .case-studies__decor-square {
    position: absolute;
    width: 90px;
    height: 70px;
    background-color: #105dfa;
    top: -70px;
    left: calc(65% + 440px)
}

html[dir="rtl"] .swiper-container {
    width: 100%;
    height: 100px;
    margin: unset
}

@media (min-width: 1400px) {
    html[dir="rtl"] .swiper-container {
        height: 123px
    }
}

html[dir="rtl"] .swiper-wrapper {
    align-items: center;
    margin-right: -16px;
    padding-right: 30px
}

html[dir="rtl"] .swiper-slide {
    height: unset;
    overflow: hidden;
    text-align: center;
    font-size: 18px;
    display: flex;
    justify-content: center;
    align-items: center
}

.action-button--section {
    padding-top: 50px;
    padding-bottom: 90px;
    overflow: hidden
}

@media (min-width: 600px) {
    .action-button--section {
        padding-top: 90px;
        padding-bottom: 120px
    }
}

@media (min-width: 992px) {
    .action-button--section {
        padding-top: 140px;
        padding-bottom: 140px
    }
}

.action-button__container {
    max-width: 1070px;
    padding-left: 20px;
    padding-right: 20px;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    flex-direction: column;
    align-items: center
}

@media (min-width: 992px) {
    .action-button__container {
        flex-direction: row
    }
}

.action-button__heading {
    font-size: 2.1rem;
    font-weight: 600;
    line-height: 1.5
}

@media (min-width: 600px) {
    .action-button__heading {
        font-size: 3.6rem
    }
}

@media (min-width: 992px) {
    .action-button__heading {
        font-size: 4.2rem
    }
}

.action-button__leading {
    font-size: 2.1rem;
    font-weight: 700
}

@media (min-width: 992px) {
    .action-button__leading {
        font-size: 2.6rem
    }
}

.action-button--colorful {
    background: url("/assets/../images/deal_landing/footer/decor_undertext.png");
    background-size: 50%;
    background-position-x: center;
    background-position-y: center;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    -moz-background-clip: text;
    -moz-text-fill-color: transparent
}

.action-button__button-col {
    margin-top: 80px;
    line-height: 0
}

@media (min-width: 992px) {
    .action-button__button-col {
        margin-top: 0;
        padding-right: 50px
    }
}

.action-button__button {
    height: 51px;
    width: 220px;
    min-width: 220px;
    background-color: white;
    color: #105dfa;
    font-weight: 600;
    box-shadow: 0px 0px 7px rgba(0, 0, 0, 0.1);
    white-space: nowrap;
    font-size: 1.4rem;
    line-height: 1.4
}

.action-button__button__decor {
    position: absolute;
    cursor: pointer;
    z-index: 20
}

.action-button__button__decor.top {
    top: -64px;
    right: -28px;
    width: 110%;
    max-width: 110%
}

.action-button__button__decor.bot {
    width: 50%;
    bottom: -26px;
    left: -9px;
    max-width: unset
}

@media (min-width: 992px) {
    .action-button__button__decor.bot {
        width: 111%
    }
}

.action-button__button__decor.gif {
    width: 111%;
    max-width: unset;
    bottom: -78%;
    left: -2%
}

html[dir="ltr"] .faq-section:not(.pricing-faq-section) {
    background: linear-gradient(to bottom, #e9e9e9 0, #fff 550px);
    margin-bottom: -80px
}

html[dir="ltr"] .faq-section__container {
    max-width: 1070px;
    padding-left: 20px;
    padding-right: 20px;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    flex-direction: column;
    align-items: center
}

@media (min-width: 600px) {
    html[dir="ltr"] .faq-section__container {
        align-items: normal
    }
}

html[dir="ltr"] .faq-section .faq-section__title {
    color: #ffffff;
    font-size: 5.25vw;
    font-weight: 800;
    margin-bottom: 60px;
    text-align: center
}

html[dir="ltr"] .faq-section .faq__container {
    background: rgba(255, 255, 255, 0);
    border: 1px solid #dfdfdf;
    box-shadow: 0 0 0 0 #dfdfdf;
    border-radius: 8px;
    color: #105dfa;
    font-size: 14px;
    margin-bottom: 15px;
    max-width: 300px;
    overflow: hidden;
    position: relative;
    transition: all .5s
}

html[dir="ltr"] .faq-section .faq__container--open {
    background: #fff;
    border: 1px solid #fff;
    box-shadow: 0 5px 15px 1px #dfdfdf
}

html[dir="ltr"] .faq-section .faq__container--open .faq__content {
    max-height: 800px;
    padding: 0 30px 25px
}

html[dir="ltr"] .faq-section .faq__container--open .faq__arrow-container {
    transform: rotate(270deg)
}

html[dir="ltr"] .faq-section .faq__container--open .faq__arrow-svg {
    fill: #105dfa
}

@media (min-width: 600px) {
    html[dir="ltr"] .faq-section .faq__container {
        max-width: 1070px
    }
}

html[dir="ltr"] .faq-section .faq__arrow-container {
    cursor: pointer;
    display: block;
    height: 25px;
    position: absolute;
    right: 15px;
    top: 12px;
    transform: rotate(90deg);
    transition: .5s all;
    width: 25px
}

@media (min-width: 600px) {
    html[dir="ltr"] .faq-section .faq__arrow-container {
        top: 15px
    }
}

html[dir="ltr"] .faq-section .faq__arrow-svg {
    fill: white;
    height: 100%;
    transition: .5s all;
    width: 100%;
    filter: drop-shadow(0 0 2px rgba(110, 110, 110, 0.5))
}

html[dir="ltr"] .faq-section .faq__content {
    line-height: 19px;
    max-height: 0;
    overflow: hidden;
    padding: 0 30px;
    transition: all .5s
}

html[dir="ltr"] .faq-section .faq__content-list {
    line-height: 22px;
    margin-top: 8px
}

html[dir="ltr"] .faq-section .faq__content-point {
    margin-left: 30px
}

html[dir="ltr"] .faq-section .faq__title {
    cursor: pointer;
    font-size: 1.5rem;
    padding: 15px 42px 15px 30px
}

@media (min-width: 600px) {
    html[dir="ltr"] .faq-section .faq__title {
        font-size: 1.8rem
    }
}

html[dir="ltr"] .faq-section .faq__help-box {
    box-shadow: 0 2px 2px 2px #f5f5f5;
    border: none
}

html[dir="ltr"] .faq-section .faq__help-box .faq__title {
    cursor: initial
}

html[dir="ltr"] .faq-section .faq__help-box .faq__arrow-container {
    transform: rotate(0deg)
}

html[dir="ltr"] .faq-section .faq__help-box .faq__arrow-svg {
    fill: #105dfa
}

html[dir="ltr"] .faq-section .faq__help-box.faq__container--open .faq__arrow-container {
    transform: rotate(0deg)
}

html[dir="ltr"] .faq-section .faq__youtube {
    width: 100%
}

@media (min-width: 600px) {
    html[dir="ltr"] .faq-section .faq__youtube {
        float: right;
        margin-left: 15px;
        width: 250px
    }
}

html[dir="rtl"] .faq-section:not(.pricing-faq-section) {
    background: linear-gradient(to bottom, #e9e9e9 0, #fff 550px);
    margin-bottom: -80px
}

html[dir="rtl"] .faq-section__container {
    max-width: 1070px;
    padding-right: 20px;
    padding-left: 20px;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    flex-direction: column;
    align-items: center
}

@media (min-width: 600px) {
    html[dir="rtl"] .faq-section__container {
        align-items: normal
    }
}

html[dir="rtl"] .faq-section .faq-section__title {
    color: #ffffff;
    font-size: 5.25vw;
    font-weight: 800;
    margin-bottom: 60px;
    text-align: center
}

html[dir="rtl"] .faq-section .faq__container {
    background: rgba(255, 255, 255, 0);
    border: 1px solid #dfdfdf;
    box-shadow: 0 0 0 0 #dfdfdf;
    border-radius: 8px;
    color: #105dfa;
    font-size: 14px;
    margin-bottom: 15px;
    max-width: 300px;
    overflow: hidden;
    position: relative;
    transition: all .5s
}

html[dir="rtl"] .faq-section .faq__container--open {
    background: #fff;
    border: 1px solid #fff;
    box-shadow: 0 5px 15px 1px #dfdfdf
}

html[dir="rtl"] .faq-section .faq__container--open .faq__content {
    max-height: 800px;
    padding: 0 30px 25px
}

html[dir="rtl"] .faq-section .faq__container--open .faq__arrow-container {
    transform: rotate(-270deg)
}

html[dir="rtl"] .faq-section .faq__container--open .faq__arrow-svg {
    fill: #105dfa
}

@media (min-width: 600px) {
    html[dir="rtl"] .faq-section .faq__container {
        max-width: 1070px
    }
}

html[dir="rtl"] .faq-section .faq__arrow-container {
    cursor: pointer;
    display: block;
    height: 25px;
    position: absolute;
    left: 15px;
    top: 12px;
    transform: rotate(-90deg);
    transition: .5s all;
    width: 25px
}

@media (min-width: 600px) {
    html[dir="rtl"] .faq-section .faq__arrow-container {
        top: 15px
    }
}

html[dir="rtl"] .faq-section .faq__arrow-svg {
    fill: white;
    height: 100%;
    transition: .5s all;
    width: 100%;
    filter: drop-shadow(0 0 2px rgba(110, 110, 110, 0.5))
}

html[dir="rtl"] .faq-section .faq__content {
    line-height: 19px;
    max-height: 0;
    overflow: hidden;
    padding: 0 30px;
    transition: all .5s
}

html[dir="rtl"] .faq-section .faq__content-list {
    line-height: 22px;
    margin-top: 8px
}

html[dir="rtl"] .faq-section .faq__content-point {
    margin-right: 30px
}

html[dir="rtl"] .faq-section .faq__title {
    cursor: pointer;
    font-size: 1.5rem;
    padding: 15px 30px 15px 42px
}

@media (min-width: 600px) {
    html[dir="rtl"] .faq-section .faq__title {
        font-size: 1.8rem
    }
}

html[dir="rtl"] .faq-section .faq__help-box {
    box-shadow: 0 2px 2px 2px #f5f5f5;
    border: none
}

html[dir="rtl"] .faq-section .faq__help-box .faq__title {
    cursor: initial
}

html[dir="rtl"] .faq-section .faq__help-box .faq__arrow-container {
    transform: rotate(0deg)
}

html[dir="rtl"] .faq-section .faq__help-box .faq__arrow-svg {
    fill: #105dfa
}

html[dir="rtl"] .faq-section .faq__help-box.faq__container--open .faq__arrow-container {
    transform: rotate(0deg)
}

html[dir="rtl"] .faq-section .faq__youtube {
    width: 100%
}

@media (min-width: 600px) {
    html[dir="rtl"] .faq-section .faq__youtube {
        float: left;
        margin-right: 15px;
        width: 250px
    }
}

html[dir="ltr"] .footer {
    padding: 25px 20px;
    background-color: #105dfa;
    color: white;
    font-size: 1.6rem;
    max-width: 1920px;
    margin: 0 auto
}

html[dir="ltr"] .footer__mask-square {
    display: none;
    position: absolute;
    top: -22px;
    left: 0;
    width: 35px;
    height: 23px;
    background-color: transparent;
    z-index: -1
}

@media (min-width: 1912px) {
    html[dir="ltr"] .footer__mask-square {
        display: block;
        background-color: #105dfa
    }
}

html[dir="ltr"] .footer__line {
    position: absolute;
    border-bottom: 1px solid #417cfa;
    width: 100%;
    left: 0;
    right: 0;
    opacity: 0.6
}

html[dir="ltr"] .footer__line--top {
    top: 55px
}

html[dir="ltr"] .footer__line--bottom {
    bottom: 70px
}

html[dir="ltr"] .footer__container {
    max-width: 1200px;
    margin: 0 auto
}

@media (min-width: 600px) {
    html[dir="ltr"] .footer__container {
        padding: 0 120px
    }
}

@media (min-width: 992px) {
    html[dir="ltr"] .footer__container {
        padding: 0 20px
    }
}

html[dir="ltr"] .footer__grid {
    position: relative;
    z-index: 3;
    display: grid;
    grid-template-columns:1fr 1fr;
    grid-template-rows:auto;
    justify-items: center;
    grid-row-gap: 30px;
    grid-template-areas:"apps apps" "newsletter newsletter" "newsletterMessage newsletterMessage" "logos logos" "company service" "media media"
}

@media (min-width: 992px) {
    html[dir="ltr"] .footer__grid {
        grid-template-columns:1.4fr 1.2fr 0.8fr 1.5fr;
        grid-template-areas:"apps apps newsletter newsletter" ". . newsletterMessage newsletterMessage" "logos company service media";
        grid-row-gap: 50px;
        justify-items: start
    }
}

html[dir="ltr"] .footer__logos {
    grid-area: logos;
    display: flex;
    flex-direction: row;
    justify-content: flex-start
}

@media (min-width: 992px) {
    html[dir="ltr"] .footer__logos {
        flex-direction: column;
        margin-top: 20px
    }
}

html[dir="ltr"] .footer__logo:not(:first-child) {
    margin-left: 40px
}

@media (min-width: 992px) {
    html[dir="ltr"] .footer__logo:not(:first-child) {
        margin-top: 10px;
        margin-left: initial
    }
}

html[dir="ltr"] .footer__store {
    grid-area: store;
    position: relative;
    margin-bottom: 20px;
    z-index: 10
}

@media (min-width: 992px) {
    html[dir="ltr"] .footer__store {
        margin-bottom: unset
    }
}

html[dir="ltr"] .footer__col__heading {
    margin-bottom: 25px;
    font-weight: 600
}

html[dir="ltr"] .footer__col__heading--media {
    display: none
}

@media (min-width: 992px) {
    html[dir="ltr"] .footer__col__heading--media {
        display: block
    }
}

html[dir="ltr"] .footer__col__body {
    display: flex;
    flex-direction: column;
    justify-content: flex-start
}

html[dir="ltr"] .footer__col--company {
    grid-area: company
}

html[dir="ltr"] .footer__col--service {
    grid-area: service
}

html[dir="ltr"] .footer__media {
    grid-area: media
}

html[dir="ltr"] .footer__media__svg {
    display: inline-flex;
    justify-content: center;
    align-items: center;
    width: 36px;
    height: 36px;
    margin-right: 6px;
    border-radius: 50%;
    background-color: white;
    fill: #105dfa;
    transition: all 0.2s ease-out
}

html[dir="ltr"] .footer__media__svg svg {
    width: 47%
}

@media (min-width: 992px) {
    html[dir="ltr"] .footer__media__svg {
        width: 35px;
        height: 35px;
        margin-right: 3px
    }
}

html[dir="ltr"] .footer__media__svg:hover {
    background-image: url("/assets/../images/deal_landing/footer/decor_undertext.png");
    background-repeat: no-repeat;
    background-position: center;
    background-size: 1000%
}

html[dir="ltr"] .footer__media__svg:hover svg {
    fill: white
}

html[dir="ltr"] .footer__link {
    color: #88aefd;
    font-weight: 100;
    line-height: 1.5
}

html[dir="ltr"] .footer__copy {
    margin-top: 60px;
    text-align: center;
    font-weight: 100;
    font-size: 1.2rem
}

html[dir="ltr"] .footer__newsletter {
    grid-area: newsletter;
    display: flex;
    align-items: center;
    margin-top: 15px;
    z-index: 3;
    width: 100%
}

html[dir="ltr"] .footer__newsletter--invisible {
    display: none
}

@media (min-width: 600px) {
    html[dir="ltr"] .footer__newsletter {
        width: unset
    }
}

html[dir="ltr"] .footer__newsletter--show-progress html[dir="ltr"] .footer__newsletter-progress {
    display: initial
}

html[dir="ltr"] .footer__newsletter--show-progress html[dir="ltr"] .footer__input {
    color: #ccc
}

html[dir="ltr"] .footer__newsletter-progress-container {
    position: relative;
    width: 60%
}

@media (min-width: 600px) {
    html[dir="ltr"] .footer__newsletter-progress-container {
        width: unset
    }
}

@media (max-width: 600px) {
    html[dir="ltr"] .footer__newsletter-progress-container {
        width: 100%
    }
}

html[dir="ltr"] .footer__newsletter-progress-container form {
    display: flex;
    justify-content: center
}

html[dir="ltr"] .footer__newsletter-progress {
    display: none;
    position: absolute;
    right: 15px;
    top: 7px
}

html[dir="ltr"] .footer__newsletter-progress:after {
    border: 2px solid #fff;
    border-color: #fff transparent #fff transparent;
    content: '';
    display: block;
    width: 16px;
    height: 16px;
    margin: 1px;
    border-radius: 50%;
    -webkit-animation: progress-animation 1.2s linear infinite;
    animation: progress-animation 1.2s linear infinite
}

@-webkit-keyframes progress-animation {
    0% {
        transform: rotate(0deg)
    }
    100% {
        transform: rotate(360deg)
    }
}

@keyframes progress-animation {
    0% {
        transform: rotate(0deg)
    }
    100% {
        transform: rotate(360deg)
    }
}

html[dir="ltr"] .footer__input {
    display: inline-block;
    padding: 7px 45px 7px 15px;
    border-radius: 20px;
    border: 1px solid #417cfa;
    outline: none;
    background-color: #417cfa;
    color: white;
    font-size: 1.4rem;
    width: 100%
}

@media (min-width: 600px) {
    html[dir="ltr"] .footer__input {
        padding: 7px 45px 7px 15px;
        width: unset
    }
}

@media (max-width: 600px) {
    html[dir="ltr"] .footer__input {
        width: auto
    }
}

html[dir="ltr"] .footer__input--invalid {
    background-color: #003569;
    border: 1px solid #f27191;
    color: #f27191
}

html[dir="ltr"] .footer__newsletter-message {
    grid-area: newsletterMessage;
    display: flex;
    align-items: center;
    height: 35px;
    margin: -20px 0 -10px
}

html[dir="ltr"] .footer__newsletter-message--invalid, html[dir="ltr"] .footer__newsletter-message--error {
    color: #f27191
}

html[dir="ltr"] .footer__newsletter-message--ok {
    margin: -50px 0 0 -25px
}

@media (min-width: 992px) {
    html[dir="ltr"] .footer__newsletter-message {
        height: auto;
        margin: -70px 0 -10px 12px
    }
}

html[dir="ltr"] .footer .footer__message--hidden {
    display: none
}

html[dir="ltr"] .footer__button {
    margin-left: 12px;
    text-transform: initial;
    padding: 7px 15px;
    width: 40%;
    font-size: 1.6rem;
    min-width: unset
}

@media (min-width: 600px) {
    html[dir="ltr"] .footer__button {
        padding: 7px 35px
    }
}

html[dir="ltr"] .footer__button.button--outline {
    white-space: nowrap;
    width: auto;
    max-width: 400px
}

html[dir="ltr"] .footer__button:focus {
    outline: 0
}

html[dir="ltr"] .footer__apps {
    grid-area: apps;
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    padding-top: 20px;
    z-index: 3
}

html[dir="ltr"] .footer__app-img {
    padding: 0 5px
}


html[dir="rtl"] .footer {
    padding: 25px 20px;
    background-color: #105dfa;
    color: white;
    font-size: 1.6rem;
    max-width: 1920px;
    margin: 0 auto
}

html[dir="rtl"] .footer__mask-square {
    display: none;
    position: absolute;
    top: -22px;
    right: 0;
    width: 35px;
    height: 23px;
    background-color: transparent;
    z-index: -1
}

@media (min-width: 1912px) {
    html[dir="rtl"] .footer__mask-square {
        display: block;
        background-color: #105dfa
    }
}

html[dir="rtl"] .footer__line {
    position: absolute;
    border-bottom: 1px solid #417cfa;
    width: 100%;
    right: 0;
    left: 0;
    opacity: 0.6
}

html[dir="rtl"] .footer__line--top {
    top: 55px
}

html[dir="rtl"] .footer__line--bottom {
    bottom: 70px
}

html[dir="rtl"] .footer__container {
    max-width: 1200px;
    margin: 0 auto
}

@media (min-width: 600px) {
    html[dir="rtl"] .footer__container {
        padding: 0 120px
    }
}

@media (min-width: 992px) {
    html[dir="rtl"] .footer__container {
        padding: 0 20px
    }
}

html[dir="rtl"] .footer__grid {
    position: relative;
    z-index: 3;
    display: grid;
    grid-template-columns:1fr 1fr;
    grid-template-rows:auto;
    justify-items: center;
    grid-row-gap: 30px;
    grid-template-areas:"apps apps" "newsletter newsletter" "newsletterMessage newsletterMessage" "logos logos" "company service" "media media"
}

@media (min-width: 992px) {
    html[dir="rtl"] .footer__grid {
        grid-template-columns:1.4fr 1.2fr 0.8fr 1.5fr;
        grid-template-areas:"apps apps newsletter newsletter" ". . newsletterMessage newsletterMessage" "logos company service media";
        grid-row-gap: 50px;
        justify-items: start
    }
}

html[dir="rtl"] .footer__logos {
    grid-area: logos;
    display: flex;
    flex-direction: row;
    justify-content: flex-start
}

@media (min-width: 992px) {
    html[dir="rtl"] .footer__logos {
        flex-direction: column;
        margin-top: 20px
    }
}

html[dir="rtl"] .footer__logo:not(:first-child) {
    margin-right: 40px
}

@media (min-width: 992px) {
    html[dir="rtl"] .footer__logo:not(:first-child) {
        margin-top: 10px;
        margin-right: initial
    }
}

html[dir="rtl"] .footer__store {
    grid-area: store;
    position: relative;
    margin-bottom: 20px;
    z-index: 10
}

@media (min-width: 992px) {
    html[dir="rtl"] .footer__store {
        margin-bottom: unset
    }
}

html[dir="rtl"] .footer__col__heading {
    margin-bottom: 25px;
    font-weight: 600
}

html[dir="rtl"] .footer__col__heading--media {
    display: none
}

@media (min-width: 992px) {
    html[dir="rtl"] .footer__col__heading--media {
        display: block
    }
}

html[dir="rtl"] .footer__col__body {
    display: flex;
    flex-direction: column;
    justify-content: flex-start
}

html[dir="rtl"] .footer__col--company {
    grid-area: company
}

html[dir="rtl"] .footer__col--service {
    grid-area: service
}

html[dir="rtl"] .footer__media {
    grid-area: media
}

html[dir="rtl"] .footer__media__svg {
    display: inline-flex;
    justify-content: center;
    align-items: center;
    width: 36px;
    height: 36px;
    margin-left: 6px;
    border-radius: 50%;
    background-color: white;
    fill: #105dfa;
    transition: all 0.2s ease-out
}

html[dir="rtl"] .footer__media__svg svg {
    width: 47%
}

@media (min-width: 992px) {
    html[dir="rtl"] .footer__media__svg {
        width: 35px;
        height: 35px;
        margin-left: 3px
    }
}

html[dir="rtl"] .footer__media__svg:hover {
    background-image: url("/assets/../images/deal_landing/footer/decor_undertext.png");
    background-repeat: no-repeat;
    background-position: center;
    background-size: 1000%
}

html[dir="rtl"] .footer__media__svg:hover svg {
    fill: white
}

html[dir="rtl"] .footer__link {
    color: #88aefd;
    font-weight: 100;
    line-height: 1.5
}

html[dir="rtl"] .footer__copy {
    margin-top: 60px;
    text-align: center;
    font-weight: 100;
    font-size: 1.2rem
}

html[dir="rtl"] .footer__newsletter {
    grid-area: newsletter;
    display: flex;
    align-items: center;
    margin-top: 15px;
    z-index: 3;
    width: 100%
}

html[dir="rtl"] .footer__newsletter--invisible {
    display: none
}

@media (min-width: 600px) {
    html[dir="rtl"] .footer__newsletter {
        width: unset
    }
}

html[dir="rtl"] .footer__newsletter--show-progress html[dir="rtl"] .footer__newsletter-progress {
    display: initial
}

html[dir="rtl"] .footer__newsletter--show-progress html[dir="rtl"] .footer__input {
    color: #ccc
}

html[dir="rtl"] .footer__newsletter-progress-container {
    position: relative;
    width: 60%
}

@media (min-width: 600px) {
    html[dir="rtl"] .footer__newsletter-progress-container {
        width: unset
    }
}

@media (max-width: 600px) {
    html[dir="rtl"] .footer__newsletter-progress-container {
        width: 100%
    }
}

html[dir="rtl"] .footer__newsletter-progress-container form {
    display: flex;
    justify-content: center
}

html[dir="rtl"] .footer__newsletter-progress {
    display: none;
    position: absolute;
    left: 15px;
    top: 7px
}

html[dir="rtl"] .footer__newsletter-progress:after {
    border: 2px solid #fff;
    border-color: #fff transparent #fff transparent;
    content: '';
    display: block;
    width: 16px;
    height: 16px;
    margin: 1px;
    border-radius: 50%;
    -webkit-animation: progress-animation 1.2s linear infinite;
    animation: progress-animation 1.2s linear infinite
}

@keyframes progress-animation {
    0% {
        transform: rotate(0deg)
    }
    100% {
        transform: rotate(-360deg)
    }
}

html[dir="rtl"] .footer__input {
    display: inline-block;
    padding: 7px 15px 7px 45px;
    border-radius: 20px;
    border: 1px solid #417cfa;
    outline: none;
    background-color: #417cfa;
    color: white;
    font-size: 1.4rem;
    width: 100%
}

@media (min-width: 600px) {
    html[dir="rtl"] .footer__input {
        padding: 7px 15px 7px 45px;
        width: unset
    }
}

@media (max-width: 600px) {
    html[dir="rtl"] .footer__input {
        width: auto
    }
}

html[dir="rtl"] .footer__input--invalid {
    background-color: #003569;
    border: 1px solid #f27191;
    color: #f27191
}

html[dir="rtl"] .footer__newsletter-message {
    grid-area: newsletterMessage;
    display: flex;
    align-items: center;
    height: 35px;
    margin: -20px 0 -10px
}

html[dir="rtl"] .footer__newsletter-message--invalid, html[dir="rtl"] .footer__newsletter-message--error {
    color: #f27191
}

html[dir="rtl"] .footer__newsletter-message--ok {
    margin: -50px -25px 0 0
}

@media (min-width: 992px) {
    html[dir="rtl"] .footer__newsletter-message {
        height: auto;
        margin: -70px 12px -10px 0
    }
}

html[dir="rtl"] .footer .footer__message--hidden {
    display: none
}

html[dir="rtl"] .footer__button {
    margin-right: 12px;
    text-transform: initial;
    padding: 7px 15px;
    width: 40%;
    font-size: 1.6rem;
    min-width: unset
}

@media (min-width: 600px) {
    html[dir="rtl"] .footer__button {
        padding: 7px 35px
    }
}

html[dir="rtl"] .footer__button.button--outline {
    white-space: nowrap;
    width: auto;
    max-width: 400px
}

html[dir="rtl"] .footer__button:focus {
    outline: 0
}

html[dir="rtl"] .footer__apps {
    grid-area: apps;
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    padding-top: 20px;
    z-index: 3
}

html[dir="rtl"] .footer__app-img {
    padding: 0 5px
}


.counter {
    position: relative
}

.counter__background {
    display: flex;
    position: absolute;
    top: 0;
    z-index: 1
}

.counter__background .counter__card {
    background: #fff;
    box-shadow: 0 0 10px 0 rgba(179, 179, 179, 0.4)
}

.counter__shadow {
    display: flex;
    position: absolute;
    top: 0;
    z-index: 3
}

.counter__shadow .counter__card {
    background: linear-gradient(to bottom, rgba(156, 156, 156, 0.2) 0%, rgba(255, 255, 255, 0.2) 20%, rgba(255, 255, 255, 0.2) 80%, rgba(156, 156, 156, 0.2) 100%)
}

.counter__card {
    border-radius: 6px;
    height: 90px;
    margin-right: 5px;
    width: 60px
}

.counter__bounty {
    fill: #1030fa;
    font-size: 5rem;
    font-weight: 600;
    left: 17px;
    position: absolute;
    top: 20px;
    z-index: 4
}

.counter__bounty--bolded {
    font-size: 6rem;
    text-align: center;
    font-weight: 900;
    margin-bottom: 30px;
    margin-top: 5px;
    position: initial
}

@media (min-width: 600px) {
    .counter__bounty--bolded {
        font-size: 7rem
    }
}

.community {
    box-sizing: border-box
}

.community__container {
    overflow: hidden;
    padding: 30px 10px 100px;
    position: relative;
    direction: ltr
}

.community--background {

    background-position: bottom;
    background-repeat: no-repeat;
    background-size: cover
}

.community__title {
    font-size: 2rem;
    font-weight: 600;
    margin-bottom: 10px;
    text-align: center
}

.community__subtitle {
    font-size: 1.4rem;
    margin-bottom: 25px;
    text-align: center
}

.community__stores {
    margin-bottom: 35px;
    text-align: center
}

.community__app {
    display: inline-block
}

.community__app-img {
    width: 130px
}

.community__columns-container {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between
}

.community__column {
    box-sizing: border-box;
    flex: 1 1 10%;
    padding-right: 15px
}

.community__column--odometer {
    display: flex;
    flex: 1 1 100%;
    flex-direction: column;
    margin: 20px 0 30px;
    padding: 0
}

.community__counter-box {
    align-items: center;
    display: flex
}

.community__counter-container {
    width: 50%
}

.community__counter-container--long .community__counter-inner-container {
    position: relative;
    top: 10px;
    transform: scale(0.5)
}

.community__counter-container:not(.community__counter-container--long) .counter__card:last-of-type {
    display: none
}

.community__counter-inner-container {
    height: 60px;
    transform: scale(0.65);
    transform-origin: left top
}

.community__odometer-titles {
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    padding-right: 5px;
    width: 50%
}

.community__odometer-title {
    font-size: 1.3rem;
    font-weight: 800;
    margin-bottom: 5px
}

.community__odometer-subtitle {
    font-size: 1.4rem;
    letter-spacing: .4rem
}

.community__photo--odometer, .community__column:nth-of-type(4), .community__column:nth-of-type(6) {
    display: none
}

.community__column:nth-of-type(2), .community__column:nth-of-type(8) {
    margin-top: 20px
}

.community__photo {
    border-radius: 5px;
    box-shadow: 0 0 10px 0 #b3b3b3;
    margin-bottom: 15px;
    overflow: hidden;
    position: relative
}

.community__photo--start .community__image {
    margin-bottom: -30px
}

.community__photo--start .community__logo {
    opacity: 0
}

.community__photo--start .community__logo-container {
    height: 0;
    padding: 0
}

.community__image {
    margin-bottom: -6px;
    transition: 1.5s all;
    width: 100%
}

.community__logo-container {
    align-items: center;
    background: white;
    bottom: 0;
    display: flex;
    height: 30px;
    justify-content: center;
    padding: 5px 0;
    position: absolute;
    transition: 1.5s all;
    width: 100%
}

.community__logo {
    display: block;
    max-height: 100%;
    max-width: 80%;
    opacity: 1;
    transition: 1.5s all;
    vertical-align: middle
}

@media (min-width: 600px) {
    .community__photo--start .community__image {
        margin-bottom: -65px
    }

    .community__image {
        margin-bottom: -16px
    }

    .community__logo-container {
        height: 50px;
        padding: 10px 0
    }

    .community__title {
        font-size: 3.4rem
    }

    .community__subtitle {
        font-size: 2.2rem
    }

    .community__counter-container {
        height: 110px
    }

    .community__counter-container--long .community__counter-inner-container {
        margin-left: -30px;
        margin-right: -20px;
        max-width: 325px;
        top: auto;
        transform: scale(1);
        width: 325px
    }

    .community__counter-container--long + .community__odometer-titles {
        padding: 0 15px
    }

    .community__counter-inner-container {
        height: 95px;
        position: absolute;
        right: 0;
        transform: scale(1);
        width: 290px
    }

    .community__odometer-titles {
        align-items: flex-start;
        width: initial
    }

    .community__odometer-title {
        font-size: 2.2rem;
        margin-bottom: 5px
    }

    .community__odometer-subtitle {
        font-size: 2.2rem;
        margin-bottom: 20px
    }
}

@media (min-width: 768px) {
    .community__container {
        padding-top: 40px
    }

    .community__title {
        font-size: 4.4rem;
        margin-top: 20px
    }

    .community__subtitle {
        font-size: 2.4rem;
        margin-bottom: 30px
    }

    .community__counter-container--long .community__counter-inner-container {
        transform: scale(0.85);
        transform-origin: initial
    }

    .community__counter-inner-container {
        max-width: 260px;
        transform: scale(0.85);
        transform-origin: initial
    }
}

@media (min-width: 992px) {
    .community__photo--start .community__image {
        margin-bottom: -30px
    }

    .community__title {
        font-size: 5.4rem;
        margin-top: 50px
    }

    .community__subtitle {
        font-size: 2.6rem;
        margin-bottom: 40px
    }

    .community__app-img {
        width: 160px
    }

    .community__image {
        margin-bottom: 4px
    }

    .community__columns-container {
        margin-top: -40px
    }

    .community__logo-container {
        height: 30px;
        padding: 5px 0
    }

    .community__column {
        flex: 1 1 9%
    }

    .community__column--odometer {
        flex: 1 1 calc(20% + 25px)
    }

    .community__counter-box {
        flex-direction: column
    }

    .community__counter-container {
        width: 100%;
        display: flex;
        justify-content: center
    }

    .community__counter-inner-container {
        position: inherit
    }

    .community__odometer-titles {
        align-items: center
    }

    .community__odometer-title {
        font-size: 1.8rem;
        margin-bottom: 5px
    }

    .community__odometer-subtitle {
        font-size: 1.8rem;
        margin-bottom: 20px
    }

    .community__column:nth-of-type(3), .community__column:nth-of-type(7) {
        margin-top: 40px
    }

    .community__column:nth-of-type(4), .community__column:nth-of-type(6) {
        margin-top: 60px
    }

    .community__column:nth-of-type(5) {
        margin-top: 4%
    }

    .community__odometer-photos {
        display: flex
    }

    .community__photo--odometer {
        display: initial;
        margin: 30px 15px 0 0
    }
}

@media (min-width: 1200px) {
    .community__app-img {
        width: 180px
    }

    .community--background {
        background-position: center;
        background-size: contain
    }

    .community__image {
        margin-bottom: -4px
    }

    .community__column--odometer {
        flex: 1 1 20%
    }

    .community__columns-container {
        margin-top: -30px
    }

    .community__stores {
        margin-bottom: -10px
    }

    .community__odometer-title {
        text-align: center
    }

    .community__column:nth-of-type(4), .community__column:nth-of-type(6) {
        display: initial
    }
}

@media (min-width: 1400px) {
    .community__photo--start .community__image {
        margin-bottom: -50px
    }

    .community__odometer-title {
        font-size: 2.7rem;
        margin-bottom: 5px
    }

    .community__odometer-subtitle {
        font-size: 2.7rem;
        letter-spacing: .4rem;
        margin-bottom: 25px
    }

    .community__counter-inner-container {
        max-width: 270px;
        position: inherit;
        transform: scale(1.05)
    }
}

.button--long {
    white-space: nowrap;
    width: auto
}

.button--long .button__arrow {
    position: initial;
    margin-left: 10px;
    width: 13px
}

@media (min-width: 600px) {
    .button--long {
        padding: 15px 25px
    }
}

.roll {
    max-width: 1200px;
    margin: 30px auto 60px;
    padding-left: 10px;
    padding-right: 10px;
    font-size: 1.6rem
}

.roll__header {
    color: white;
    font-size: 3.5rem;
    font-weight: 800;
    margin: 21px 0 40px;
    text-align: center
}

@media (min-width: 768px) {
    .roll__header {
        font-size: 8rem;
        margin: 40px 0 60px
    }
}

.roll__header::before {
    background: #e9e9e9 linear-gradient(180deg, #d2d2d2, #fff);
    content: '';
    left: 0;
    margin-top: -85px;
    min-height: 290px;
    position: absolute;
    text-align: center;
    transform: skewY(2.5deg) translateY(35px);
    width: 100%;
    z-index: -1
}

.one-app__phone, .fantastic-product__phone, .what-love__phone {
    background: url(../images/iphone.png);
    background-size: cover;
    background-repeat: no-repeat;
    position: relative;
    height: 701px;
    width: 344px;
    display: flex;
    justify-content: center
}

.one-app__phone-header, .fantastic-product__phone-header {
    background: url(../images/phone-app-top.jpg);
    background-size: contain;
    background-repeat: no-repeat;
    top: 89px;
    position: absolute;
    width: 295px;
    height: 73px;
    left: 23px;
    z-index: 2
}

.section-v2 {
    align-content: center;
    align-items: center;
    box-sizing: border-box;
    display: flex;
    justify-content: flex-start;
    overflow: hidden;
    direction: ltr
}

.section-v2--flex-end {
    justify-content: flex-end;
    text-align: right
}

.section-v2__title {
    color: #105dfa;
    font-size: 1.6rem;
    font-weight: 800;
    margin-bottom: 10px
}

.section-v2__content {
    font-size: 1.2rem;
    max-width: 480px;
    padding-right: 15px
}

.section-v2__button {
    margin-top: 25px
}

@media (max-width: 600px) {
    .section-v2__button {
        font-size: .9rem;
        font-weight: 600;
        line-height: unset;
        padding: 10px 12px
    }

    .section-v2__button .button__arrow {
        margin-left: 3px;
        width: 9px
    }
}

@media (min-width: 600px) {
    .section-v2__title {
        font-size: 2.5rem
    }

    .section-v2__content {
        font-size: 2rem
    }
}

@media (min-width: 768px) {
    .section-v2__title {
        font-size: 3rem
    }

    .section-v2__content {
        font-size: 2.1rem
    }
}

@media (min-width: 992px) {
    .section-v2__title {
        font-size: 3.5rem;
        margin-bottom: 30px
    }

    .section-v2__content {
        font-size: 2.2rem;
        margin-right: 70px;
        max-width: 500px
    }
}

.one-app {
    height: 410px;
    position: relative;
    transform: scale(0.3);
    transform-origin: left top;
    direction: ltr
}

.one-app__section {
    margin: -80px 0 -40px
}

.one-app__animation {
    margin-left: -90px;
    width: 260px
}

.one-app__content {
    margin-left: 20px;
    max-width: 350px
}

.one-app__phone {
    left: 410px;
    position: relative;
    top: -990px
}

.one-app__screens {
    display: flex;
    justify-content: center;
    align-content: center;
    perspective: 400px;
    z-index: 1;
    margin-left: -20px
}

.one-app__screen {
    box-shadow: 0 0 7px 0 rgba(0, 0, 0, 0.25);
    height: 380px;
    width: 215px;
    background-size: cover;
    background-repeat: no-repeat;
    margin: 150px 10px 0;
    transition: 2s all;
    opacity: 1;
    position: absolute;
    margin-top:90px;
}

.one-app__screen--static {
    transition: undefined
}

.one-app__screen-donuts {
    background-image: url("../images/phone1.png");

}
one-app__screen-blonde2{
    background-image: url("../images/phone4.png");
}
one-app__screen-blonde3{
    background-image: url("../images/phone5.png");
}
.one-app__screen-blonde {
    background-image: url("../images/phone2.png");

}

.one-app__screen-car {
    background-image: url("../images/phone3.png");

}

.one-app__screen-left {
    transform: rotateY(-25deg) translate(-280px, 3px) scale(1)
}

.one-app__screen-left--more {
    transform: rotateY(-25deg) translate(-400px, 3px) scale(0.8);
    opacity: 0
}

.one-app__screen-right {
    transform: rotateY(25deg) translate(280px, 3px) scale(1)
}

.one-app__screen-right--more {
    transform: rotateY(25deg) translate(400px, 3px) scale(0.8);
    opacity: 0
}

.one-app__phone-footer-container {
    background: #412e6f;
    color: #fff;
    position: absolute;
    bottom: 70px;
    text-align: center;
    border-radius: 5px;
    padding: 12px 0;
    width: 95%;
    line-height: 1.8rem;
    font-size: 1.6rem;
    font-weight: 600;
    text-transform: uppercase;
    z-index: 2
}

.one-app__rate {
    color: #6cc3da;
    font-size: 1.8rem;
    line-height: 1.8rem;
    padding-left: 7px
}

.one-app__stripe {

    background-repeat: no-repeat;
    background-size: cover;
    height: 947px;
    position: relative;
    left: 0;
    top: 0;
    width: 534px;
    z-index: 1
}

.one-app__stripe-second {

    background-repeat: no-repeat;
    background-size: cover;
    height: 313px;
    left: 350px;
    position: relative;
    top: -262px;
    width: 393px;
    z-index: 1
}

@media (min-width: 600px) {
    .one-app {
        transform: scale(0.5)
    }

    .one-app__animation {
        height: 620px;
        margin-left: -140px;
        width: 420px
    }

    .one-app__content {
        margin-left: 40px;
        max-width: 450px
    }

    .one-app__section {
        margin: -140px 0 -70px
    }
}

@media (min-width: 768px) {
    .one-app {
        transform: scale(0.6)
    }

    .one-app__animation {
        height: 750px;
        width: 515px
    }

    .one-app__section {
        margin: -240px 0 -70px
    }
}

@media (min-width: 992px) {
    .one-app__content {
        max-width: 500px
    }
}

@media (min-width: 1200px) {
    .one-app {
        height: 1250px;
        transform: unset
    }

    .one-app__animation {
        height: initial;
        margin-left: -180px;
        width: 900px
    }

    .one-app__content {
        max-width: 500px;
        width: initial
    }

    .one-app__section {
        margin: -300px 0 -120px
    }
}

@media (min-width: 1400px) {
    .one-app__animation {
        margin: initial
    }
}

.fantastic-product {
    height: 420px;
    transform-origin: left top;
    transform: scale(0.4);
    direction: ltr
}

.fantastic-product__section {
    margin-top: -140px
}

.fantastic-product__animation {
    width: 40%;
    margin-right: -45px
}

.fantastic-product__content {
    margin: 0 65px 0 20px;
    max-width: 270px;
    width: 60%
}

.fantastic-product__phone {
    background-size: contain;
    width: 420px;
    position: relative;
    top: -830px;
    right: 123px
}

.fantastic-product__boxes {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    position: absolute;
    transition: 3s all linear;
    top: 0
}

.fantastic-product__boxes--container {
    height: 473px;
    left: 35px;
    overflow: hidden;
    position: relative;
    top: 140px;
    width: 420px;
    z-index: 2
}

.fantastic-product__box {
    background-color: white;
    background-repeat: no-repeat;
    background-size: cover;
    border-radius: 6px;
    box-shadow: 0 0 7px 0 rgba(0, 0, 0, 0.25);
    height: 140px;
    margin-top: 15px;
    position: relative;
    transition: 4.2s all;
    width: 272px
}

.fantastic-product__box--open {
    width: 371px
}

.fantastic-product__stripe {
    background: url("../images/wstazka_2.gif");
    background-repeat: no-repeat;
    background-size: cover;
    height: 956px;
    position: relative;
    width: 484px;
    z-index: 1
}

.fantastic-product__text {
    color: #412e6f;
    font-weight: 800;
    position: absolute;
    right: 20px;
    font-size: 5rem;
    top: 40px;
    transition: 4.2s all;
    text-transform: uppercase
}

.fantastic-product__box--open .fantastic-product__text {
    right: 80px
}

.fantastic-product__boxes--static {
    transition: undefined
}

.fantastic-product__boxes--static > .fantastic-product__text {
    transition: undefined
}

.fantastic-product__box-1 {
    background-image: url("../images/fantastic-product-offer-1.jpg")
}

.fantastic-product__box-2 {
    background-image: url("../images/fantastic-product-offer-2.jpg")
}

.fantastic-product__box-3 {
    background-image: url("../images/fantastic-product-offer-3.jpg")
}

.fantastic-product__box-4 {
    background-image: url("../images/fantastic-product-offer-4.jpg")
}

@media (min-width: 600px) {
    .fantastic-product {
        transform: scale(0.5)
    }

    .fantastic-product__animation {
        height: 500px;
        margin-right: -65px
    }

    .fantastic-product__content {
        margin: 0 95px 0 20px;
        max-width: 380px;
        width: 60%
    }

    .fantastic-product__section {
        margin-bottom: 100px;
        margin-top: -190px
    }
}

@media (min-width: 768px) {
    .fantastic-product {
        transform: scale(0.6)
    }

    .fantastic-product__animation {
        height: 600px;
        margin-right: -12%
    }

    .fantastic-product__content {
        margin: 0 105px 0 20px;
        max-width: 420px
    }

    .fantastic-product__section {
        margin-top: -250px
    }
}

@media (min-width: 992px) {
    .fantastic-product__animation {
        margin-right: -16%
    }
}

@media (min-width: 1200px) {
    .fantastic-product {
        height: 980px;
        transform: unset
    }

    .fantastic-product__animation {
        height: initial;
        margin: initial;
        width: initial
    }

    .fantastic-product__content {
        margin: 0 250px 0 20px;
        max-width: 500px;
        width: initial
    }

    .fantastic-product__section {
        margin-top: -300px
    }
}

.what-love {
    height: 290px;
    position: relative;
    transform: scale(0.3);
    transform-origin: left top
}

.what-love--start .what-love__phone-background, .what-love--start .what-love__city {
    opacity: 0
}

.what-love--start .what-love__badge {
    opacity: 0;
    left: -40px
}

.what-love--start .what-love__bar {
    opacity: 0;
    width: 0
}

.what-love__phone {
    margin-top: -545px;
    position: absolute;
    left: 410px
}

.what-love__phone-background {
    background: url("../images/earn-and-love-phone.jpg");
    background-repeat: no-repeat;
    background-size: cover;
    height: 526px;
    margin-top: 88px;
    opacity: 1;
    transition: 1s all;
    width: 300px;
    z-index: 1
}

.what-love__phone-man {
    background: url("../images/earn-and-love-man.png");
    background-repeat: no-repeat;
    background-size: cover;
    height: 460px;
    left: 298px;
    position: absolute;
    top: 285px;
    width: 314px;
    z-index: 3
}

.what-love__bar {
    background: url("../images/earn-and-love-strip.png");
    background-repeat: no-repeat;
    height: 80px;
    left: 23px;
    opacity: 1;
    position: absolute;
    top: 490px;
    transition: .5s all;
    width: 298px;
    z-index: 2
}

.what-love__badge {
    background: url("../images/earn-and-love-thumb.png");
    background-repeat: no-repeat;
    background-size: cover;
    height: 86px;
    left: 298px;
    position: absolute;
    top: 483px;
    opacity: 1;
    overflow: hidden;
    transition: .5s all;
    width: 83px;
    z-index: 2
}

.what-love__stripe {

    background-repeat: no-repeat;
    background-size: cover;
    height: 702px;
    left: 0;
    position: relative;
    top: 93px;
    width: 637px;
    z-index: 2
}

.what-love__animation {
    margin-left: -65px;
    margin-right: 75px;
    width: 40%
}

.what-love__city {
    background: url("../images/earn-and-love.png");
    background-repeat: no-repeat;
    background-size: contain;
    height: 984px;
    min-width: 755px;
    overflow: initial;
    opacity: 1;
    transition: 1s all;
    position: absolute;
    top: 0
}

.what-love__section {
    margin-bottom: 130px
}

.what-love__content {
    margin-left: 30px;
    width: 40%
}

@media (min-width: 600px) {
    .what-love {
        transform: scale(0.4)
    }

    .what-love__animation {
        height: 400px;
        min-width: 290px
    }

    .what-love__section {
        margin-bottom: 210px
    }
}

@media (min-width: 768px) {
    .what-love {
        transform: scale(0.5)
    }

    .what-love__animation {
        height: 490px;
        min-width: 370px
    }

    .what-love__section {
        margin-bottom: 230px
    }
}

@media (min-width: 992px) {
    .what-love {
        transform: scale(0.6)
    }

    .what-love__animation {
        height: 570px;
        min-width: 450px
    }

    .what-love__section {
        margin-bottom: 180px
    }
}

@media (min-width: 1200px) {
    .what-love {
        height: 984px;
        min-width: 755px;
        transform: unset
    }

    .what-love__animation {
        height: 984px;
        min-width: 755px;
        overflow: initial
    }

    .what-love__section {
        margin-bottom: 130px
    }

    .what-love__content {
        margin-left: 100px
    }
}

.modal__overlay {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0, 0, 0, 0.6);
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 10
}

.modal__container {
    background-color: #fff;
    padding: 0 0 5px;
    max-height: 100vh;
    border-radius: 6px;
    overflow-y: auto;
    box-sizing: border-box
}

@media (min-width: 768px) {
    .modal__container {
        padding: 10px 20px 20px 20px
    }
}

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

.modal__title {
    margin-top: 0;
    margin-bottom: 0;
    font-weight: 600;
    font-size: 1.25rem;
    line-height: 1.25;
    color: #00449e;
    box-sizing: border-box
}

.modal__close {
    background: transparent;
    border: 0;
    outline: none;
    font-size: 25px
}

.modal__header .modal__close:before {
    content: "\2715"
}

.modal__content {
    margin: 0;
    line-height: 1.5;
    color: rgba(0, 0, 0, 0.8)
}

.modal__btn {
    font-size: .875rem;
    padding-left: 1rem;
    padding-right: 1rem;
    padding-top: .5rem;
    padding-bottom: .5rem;
    background-color: #e6e6e6;
    color: rgba(0, 0, 0, 0.8);
    border-radius: .25rem;
    border-style: none;
    border-width: 0;
    cursor: pointer;
    -webkit-appearance: button;
    text-transform: none;
    overflow: visible;
    line-height: 1.15;
    margin: 0;
    will-change: transform;
    -moz-osx-font-smoothing: grayscale;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    transform: translateZ(0);
    transition: transform .25s ease-out
}

.modal__btn:focus, .modal__btn:hover {
    transform: scale(1.05)
}

.modal__btn-primary {
    background-color: #00449e;
    color: #fff
}

@-webkit-keyframes mmfadeIn {
    from {
        opacity: 0
    }
    to {
        opacity: 1
    }
}

@keyframes mmfadeIn {
    from {
        opacity: 0
    }
    to {
        opacity: 1
    }
}

@-webkit-keyframes mmfadeOut {
    from {
        opacity: 1
    }
    to {
        opacity: 0
    }
}

@keyframes mmfadeOut {
    from {
        opacity: 1
    }
    to {
        opacity: 0
    }
}

@-webkit-keyframes mmslideIn {
    from {
        transform: translateY(15%)
    }
    to {
        transform: translateY(0)
    }
}

@keyframes mmslideIn {
    from {
        transform: translateY(15%)
    }
    to {
        transform: translateY(0)
    }
}

@-webkit-keyframes mmslideOut {
    from {
        transform: translateY(0)
    }
    to {
        transform: translateY(-10%)
    }
}

@keyframes mmslideOut {
    from {
        transform: translateY(0)
    }
    to {
        transform: translateY(-10%)
    }
}

.micromodal-slide {
    display: none
}

.micromodal-slide.is-open {
    display: block
}

.micromodal-slide[aria-hidden="false"] .modal__overlay {
    -webkit-animation: mmfadeIn 0.3s cubic-bezier(0, 0, 0.2, 1);
    animation: mmfadeIn 0.3s cubic-bezier(0, 0, 0.2, 1);
    z-index: 25
}

.micromodal-slide[aria-hidden="false"] .modal__container {
    -webkit-animation: mmslideIn 0.3s cubic-bezier(0, 0, 0.2, 1);
    animation: mmslideIn 0.3s cubic-bezier(0, 0, 0.2, 1)
}

.micromodal-slide[aria-hidden="true"] .modal__overlay {
    -webkit-animation: mmfadeOut 0.3s cubic-bezier(0, 0, 0.2, 1);
    animation: mmfadeOut 0.3s cubic-bezier(0, 0, 0.2, 1)
}

.micromodal-slide[aria-hidden="true"] .modal__container {
    -webkit-animation: mmslideOut 0.3s cubic-bezier(0, 0, 0.2, 1);
    animation: mmslideOut 0.3s cubic-bezier(0, 0, 0.2, 1)
}

.micromodal-slide .modal__container, .micromodal-slide .modal__overlay {
    will-change: transform
}

.yt-video-responsive {
    width: 385px;
    height: 210px
}

@media (min-width: 768px) {
    .yt-video-responsive {
        width: 700px;
        height: 394px
    }
}

@media (min-width: 992px) {
    .yt-video-responsive {
        width: 1050px;
        height: 610px
    }
}
