:root {
    --section-p: 100px;
    --section-m: 60px;
    --sprite:url(/sites/zweb/images/survey/insights/nps-report-sprite.png)
}
.zwc-flex {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
    align-items: center
}
.zwc-page-sign-btn a::before{
    display: none;
}
.zw-product-header {
    position: relative;
    z-index: 2;
    background: #fff;
}
.zwc-main-sec h1 {
    font-size: clamp(32px,5vw,72px);
    font-family: var(--zf-primary-semibold);
    line-height: 1.1;
    margin: 0 auto 20px auto;
    letter-spacing: -1.44px;
}

.zwc-main-sec h2 {
    font-size: clamp(28px,4vw,56px);
    font-family: var(--zf-primary-semibold);
    line-height: 1.1;
    margin-bottom: 15px;
    letter-spacing: -1.12px;
}

.zwc-main-sec h3 {
    font-size: clamp(23px,2vw,32px);
    font-family: var(--zf-primary-bold);
    letter-spacing: -0.42px;
    line-height: 1.2
}
p:last-child {
    margin-bottom: 0
}
.zwc-sec-title {
    text-align: center
}
.zwc-sec-title+.zwc-flex {
    margin-top: var(--section-m)
}
.zwc-flx-grid {
    padding: 45px 32px;
    flex: 0 1 32%;
    border-radius: 12px;
    background: #F8F8F8;
    text-align: left;
}
.zwc-flx-grid h3{
    font-size:clamp(22px, 4vw, 28px);
    font-family: var(--zf-primary-semibold);
}
.zwc-fea-icn {
    width: 50px;
    height: 50px;
    display: block;
    background: var(--sprite) no-repeat 0 0 / 153px;
    margin-bottom: 30px;
}
.zwc-banner-wrap{
    background: url(/sites/zweb/images/survey/insights/nps-report-banner.png) no-repeat center/cover;
    padding: 90px 60px;
    color: #fff;
    border-radius: 24px;
    margin-top: clamp(40px, 9vw, 60px);
}
.zwc-banner-wrap > .zwc-flex{
    justify-content: space-evenly;
}
.zwc-banner-lft{
    flex: 0 1 45%;
}
.zwc-banner-lft p{
    max-width:350px
}
.zwc-banner-lft .zwc-fil-btn a{
    margin-top: 20px;
    text-transform: uppercase;
    font-size: clamp(14px, 3vw, 16px);
}
.zwc-fil-btn a::before{
    background: url(/sites/zweb/images/survey/insights/download-arw.svg) no-repeat 0 0 / 100%;
}
.zwc-fil-btn a::before{
    height: 17px;
}
.zwc-banner-rht{
    flex: 0 1 45%;
}
.zwc-why-it-matter{
    padding:var(--section-p) 0;
}
.zwc-why-it-matter .zwc-sec-title{
    max-width:700px;
    margin-left:auto;
    margin-right:auto;
}
.zwc-why-it-matter .zwc-flx-grid:nth-child(2) .zwc-fea-icn{
    background-position: -51px 0;
}
.zwc-why-it-matter .zwc-flx-grid:nth-child(3) .zwc-fea-icn{
    background-position: -104px 0;
}
.zwc-featture-sec{
    align-items: inherit;
}
.zwc-bottom-cta-wrap {
    background: url(/sites/zweb/images/survey/insights/nps-reportfooter-bg.png) no-repeat 0 bottom / 100%;
    padding: 0 0 clamp(100px, 12vw, 170px) 0;
}
.zwc-bottom-cta-wrap .content-wrap {
    max-width: 830px;
    margin: 0 auto;
    text-align: center;
}
@media only screen and (max-width: 1024px) {
    :root {
    --section-p: 70px;
    --section-m: 40px;
    }
    .zwc-banner-wrap {
        padding: 40px 30px;
    }
    .zwc-featture-sec{
        justify-content: center;
    }
    .zwc-flx-grid {
        flex: 0 1 48%;
        text-align: center;
        display: flex;
        flex-direction: column;
        align-items: center;
    }
}
@media only screen and (max-width: 767px) {
    .zwc-banner-wrap > .zwc-flex {
        flex-direction: column;
        text-align: center;
        gap: 50px;
    }
    .zwc-banner-lft p {
        margin: 0 auto;
    }
    .zwc-banner-rht img{
        max-width: 500px;
        width: 100%;
    }
    .zwc-featture-sec{
        flex-direction:column;
        max-width:500px;
        margin-left:auto;
        margin-right:auto;
    }
}