.banner {
    background-color: #FDF2E3;
    text-align: center;
}

.zw-product-header {
    background-color: #FDF2E3;
}

.banner .content-wrap {
    max-width: 590px;
}

h2 {
    font-family: var(--zf-secondary-bold);
}

.zwrapper .content-wrap {
    padding: 90px 0;
}

a.act-btn.cta-btn {
    background-color: #1620aa;
    padding: 13px 30px;
}

.block1 h2 {
    text-align: center;
}

body {
    counter-reset: number-counter;
}

.feature-item::before {
    counter-increment: number-counter;
    content: counter(number-counter);
    position: absolute;
    left: -110px;
    width: 45px;
    height: 45px;
    border-radius: 50%;
    background-color: #1620AA;
    color: #fff;
    font-size: 23px;
    text-align: center;
    line-height: 1.9;
    top: 60px;
}

.feature-item {
    display: flex;
    margin-bottom: 160px;
    position: relative;
}

.feature-item:last-child {
    margin-bottom: 0px;
}

.inner-left {
    width: 40%;
    padding-right: 40px;
    margin-top: 60px;
}

.inner-right {
    width: 60%;
    padding-left: 40px;
}

.feature-wrap {
    max-width: 1040px;
    margin: 90px auto 0px 200px;
    position: relative;
}

.feature-wrap:before {
    content: '';
    position: absolute;
    left: -90px;
    top: 60px;
    width: 1px;
    height: calc( 100% + 30px);
    background-color: #ddd;
}

.bottom-cta {
    background-color: #000;
    text-align: center;
    color: #fff
}

.sidebar {
    display: none;
}

.feature-wrap {
    margin: 90px auto 0px 140px;
}

@media all and (min-width:1400px) {
    .block1 .content-wrap {
        display: flex;
        max-width: 1700px;
        overflow: unset;
    }
    .sidebar {
        margin-top: 190px;
        display: inline-block;
        min-width: 170px;
    }
    ul.left-nav {
        position: sticky;
        top: 90px;
    }
    .sidebar li a {
        color: #000;
        font-size: 15px;
    }
    .sidebar li.active a {
        color: #1620AA;
        border-bottom: 1px solid;
        font-family: var(--zf-secondary-semibold);
    }
    .sidebar li {
        padding: 10px 0 10px 0;
    }
}

@media all and (min-width:1200px) {
    .i18n-en h1 {
        font-size: 50px;
    }
    .i18n-en h2 {
        font-size: 40px;
    }
    .i18n-en h3 {
        font-size: 34px;
    }
    .banner p {
        font-size: 18px;
    }
}

@media all and (max-width:991px) {
    .zwrapper .content-wrap {
        padding: 60px 0;
    }
    .feature-item {
        flex-flow: column;
        margin-bottom: 60px;
    }
    .feature-wrap {
        max-width: 600px;
        margin: 60px auto 0;
    }
    .inner-left {
        margin-top: 10px;
    }
    .feature-item>div {
        width: 100%;
        padding: 0px;
        text-align: center;
    }
    .feature-wrap:before {
        left: -50px;
        top: 40px;
    }
    .feature-item::before {
        left: -65px;
        width: 35px;
        height: 35px;
        font-size: 18px;
        top: 10px
    }
}

@media all and (max-width:767px) {
    .feature-wrap {
        max-width: 90%;
    }
    .feature-wrap:before {
        left: -20px;
        top: 15px;
    }
    .feature-item::before {
        left: -31px;
        width: 25px;
        height: 25px;
        font-size: 14px;
        top: 10px;
    }
}