.common-section {
    padding: 120px 0
}

#zw-template-inner h3 {
    font-size: 20px;
    margin-bottom: 10px
}

#zw-template-inner h2 {
    font-family: var(--primaryfont-bold)
}

.header-section,.zw-product-header {
    background: #1a1141
}

.header-section {
    text-align: center;
    padding: 130px 0 120px 0;
    color: #fff
}

#block-panels-mini-product-menu {
    background: #1b1141
}

.i18n-en h1 {
    font-size: 60px;
    max-width: 740px;
    margin: 0 auto;
    margin-bottom: 20px
}

h1+p {
    max-width: 720px;
    margin: 0 auto;
    margin-bottom: 30px
}

.zmat-icon {
    background: url(/sites/zweb/images/marketingautomation/analyst/zmat-sprite-image.png) no-repeat
}

.zmat-icon1 {
    width: 30px;
    height: 40px;
    left: 90px;
    bottom: 90px;
    background-position: 0 0;
    animation: zodd 5s linear 1s infinite
}

.zmat-icon2 {
    width: 20px;
    height: 20px;
    top: 10px;
    left: 50px;
    background-position: -25px -7px;
    animation: zeven 5s linear 1s infinite
}

.zmat-icon3 {
    width: 30px;
    height: 30px;
    top: -70px;
    left: 180px;
    background-position: -43px -3px;
    animation: zodd 5s linear 1s infinite
}

.zmat-icon4 {
    width: 25px;
    height: 25px;
    top: -100px;
    left: -160px;
    right: 0;
    margin: auto;
    background-position: -72px -3px;
    animation: zeven 5s linear 1s infinite
}

.zmat-icon5 {
    width: 30px;
    height: 40px;
    right: 210px;
    top: -70px;
    background-position: -94px 1px;
    animation: zodd 5s linear 1s infinite
}

.zmat-icon6 {
    width: 20px;
    height: 20px;
    top: 50px;
    right: 40px;
    background-position: -123px -9px;
    animation: zeven 5s linear 1s infinite
}

.zmat-icon7 {
    width: 25px;
    height: 25px;
    top: 110px;
    right: -10px;
    background-position: -142px -6px;
    animation: zodd 5s linear 1s infinite
}

.zmat-icon8 {
    width: 40px;
    height: 45px;
    bottom: 60px;
    right: 40px;
    background-position: -165px 1px;
    animation: zeven 5s linear 1s infinite
}

.header-sec .zmat-icon {
    position: absolute;
    background-size: 200px auto
}

.header-sec {
    position: relative
}

.header-section .content-wrap {
    max-width: 1170px
}

.za-analyst-common h2 {
    font-size: 28px
}

.za-analyst-each {
    display: flex;
    background: #fff;
    margin-bottom: 30px;
    border-radius: 12px
}

.za-analyst-each .za-analyst-left {
    width: 35%;
    text-align: center;
    background: #fff1db;
    position: relative;
    border-radius: 12px
}

.za-analyst-each .za-analyst-right {
    width: 65%;
    color: #000
}

.za-analyst-section .content-wrap {
    max-width: 1170px
}

.za-analyst-section {
    background: #1b1141
}

.common-section.za-analyst-section {
    padding-top: 0
}

.za-analyst-common {
    padding: 60px 70px;
    box-sizing: border-box
}

.zmat-nucleus {
    max-width: 170px
}

.za-analyst-common img {
    position: absolute;
    top: 0;
    margin: auto;
    left: 0;
    right: 0;
    bottom: 0
}

.za-analyst-common h2 {
    margin-bottom: 16px
}

.za-analyst-common p {
    line-height: 31px;
    max-width: 580px
}

.zmat-gartner {
    max-width: 220px
}

.zmat-forrester {
    max-width: 250px
}

.za-analyst-each2 .za-analyst-left {
    background: #ddf5ff
}

.za-analyst-each3 .za-analyst-left {
    background: #e3ffdb
}

.za-analyst-each {
    transform: translateY(70px);
    transition: ease all .5s
}

.zwe-ob.za-analyst-each {
    transform: translateY(0)
}

.zwe-ob.za-analyst-each1 {
    transition: .5s ease
}

.zwe-ob.why-each-block2 {
    transform: translateY(0);
    transition: .5s .15s ease
}

.zwe-ob.za-analyst-each1 {
    transition: .5s .3s ease
}

@-webkit-keyframes zeven {
    0% {
        -webkit-transform: translate(0,0);
        transform: translate(0,0)
    }

    50% {
        -webkit-transform: translate(0,-14px);
        transform: translate(0,-14px)
    }

    100% {
        -webkit-transform: translate(0,0);
        transform: translate(0,0)
    }
}

@keyframes zeven {
    0% {
        -webkit-transform: translate(0,0);
        transform: translate(0,0)
    }

    50% {
        -webkit-transform: translate(0,-14px);
        transform: translate(0,-14px)
    }

    100% {
        -webkit-transform: translate(0,0);
        transform: translate(0,0)
    }
}

@-webkit-keyframes zodd {
    0% {
        -webkit-transform: translate(0,0);
        transform: translate(0,0)
    }

    50% {
        -webkit-transform: translate(0,14px);
        transform: translate(0,14px)
    }

    100% {
        -webkit-transform: translate(0,0);
        transform: translate(0,0)
    }
}

@keyframes zodd {
    0% {
        -webkit-transform: translate(0,0);
        transform: translate(0,0)
    }

    50% {
        -webkit-transform: translate(0,14px);
        transform: translate(0,14px)
    }

    100% {
        -webkit-transform: translate(0,0);
        transform: translate(0,0)
    }
}

@-webkit-keyframes fadeScale {
    from {
        opacity: 0;
        transform: scale(0.7)
    }

    to {
        opacity: 1;
        transform: scale(1)
    }
}

@keyframes fadeScale {
    from {
        opacity: 0;
        transform: scale(0.7)
    }

    to {
        opacity: 1;
        transform: scale(1)
    }
}

@-moz-keyframes fadeScale {
    from {
        opacity: 0;
        transform: scale(0.7)
    }

    to {
        opacity: 1;
        transform: scale(1)
    }
}

.mah-badge-each {
    background: #f3f3f3;
    padding: 20px;
    width: 160px;
    height: 160px;
    margin: 10px;
    border-radius: 10px;
    overflow: hidden;
    opacity: 0
}

.mah-badge-sec {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    max-width: 750px;
    margin: 0 auto
}

.mah-badge-each span {
width: 110px;
    height: 130px;
    background-size: 110px auto;
    display: block;
    margin: 0 auto;
    background-repeat: no-repeat;
    text-indent:-9999px;
}

.mah-badge-each.mah-badge1 span {
    background-image:url(/sites/zweb/images/otherbrandlogos/g2-momentum-leader-spring-2024.png);
}

.mah-badge-each.mah-badge2 span {
    background-image:url(/sites/zweb/images/otherbrandlogos/g2-leader-small-business-winter-2025.png);

}

.mah-badge-each.mah-badge3 span {
        background-image:url(/sites/zweb/images/otherbrandlogos/g2-leader-small-business-spring-2024.png);

}

.mah-badge-each.mah-badge4 span {
    background-image:url(/sites/zweb/images/otherbrandlogos/g2-mid-market-leader-asia-winter-2025.png);

}

.mah-badge-each.mah-badge5 span {
    background-image:url(/sites/zweb/images/otherbrandlogos/leader-spring-2024.svg);

}

.mah-badge-each.mah-badge6 span {
    background-image:url(/sites/zweb/images/otherbrandlogos/crozdesk-trusted-vendor-award-2024.png);

}

.mah-badge-each.mah-badge7 span {
    background-image:url(/sites/zweb/images/otherbrandlogos/crozdesk-quality-choice-2024.png);

}


.mah-badge1 {
    background: #ebf3ff
}

.mah-badge2 {
    background: #ffebeb
}

.mah-badge3 {
    background: #f4f0ff
}

.mah-badge4 {
    background: #ecf7f0
}

.mah-badge5 {
    background: #eff7ff
}

.mah-badge6 {
    background: #f4f0ff
}

.mah-badge7 {
    background: #e8fdff
}

.mah-badge8 {
    background: #fcecff
}

.mah-badges-section {
    text-align: center
}

.mah-badge-sec {
    margin-top: 35px
}

.zwe-om .mah-badge-each.mah-badge1 {
    animation: fadeScale 1s ease-out .2s forwards
}

.zwe-om .mah-badge-each.mah-badge2 {
    animation: fadeScale 1s ease-out .4s forwards
}

.zwe-om .mah-badge-each.mah-badge3 {
    animation: fadeScale 1s ease-out .6s forwards
}

.zwe-om .mah-badge-each.mah-badge4 {
    animation: fadeScale 1s ease-out .8s forwards
}

.zwe-om .mah-badge-each.mah-badge5 {
    animation: fadeScale 1s ease-out 1s forwards
}

.zwe-om .mah-badge-each.mah-badge6 {
    animation: fadeScale 1s ease-out 1.2s forwards
}

.zwe-om .mah-badge-each.mah-badge7 {
    animation: fadeScale 1s ease-out 1.4s forwards
}

.zwe-om .mah-badge-each.mah-badge8 {
    animation: fadeScale 1s ease-out 1.6s forwards
}

.body-umain span.watch-btn {
    margin: 20px 0 0 0
}

span.watch-btn {
    color: #0047ff;
    padding: 0;
    font-size: 16px;
    text-decoration: underline;
    text-underline-offset: 25%;
    text-decoration-thickness: 1px;
    text-transform: none
}

.popup-modal {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0,0,0,0.8);
    padding: 20px;
    z-index: 999;
    overflow-y: auto
}

.popup-content {
    position: relative;
    padding: 40px;
    background-color: #fff;
    text-align: center;
    margin: 0 auto;
    width: 600px;
    max-width: 100%;
}

.popup-content img {
    max-width: 100%;
    width: 500px
}

.close-btn {
    position: absolute;
    top: 10px;
    right: 10px;
    width: 40px;
    height: 40px;
    cursor: pointer;
    display: flex;
    justify-content: center;
    align-items: center;
    background: #fff;
    border: 0
}

.overlay {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0,0,0,0.7);
    z-index: 999;
    opacity: 0;
    pointer-events: none;
    transition: opacity .3s ease
}

.close-btn::before,.close-btn::after {
    content: '';
    position: absolute;
    width: 25px;
    height: 2px;
    background-color: #333
}

.close-btn::before {
    transform: rotate(45deg)
}

.close-btn::after {
    transform: rotate(-45deg)
}

.page-inactive {
    opacity: .3;
    pointer-events: none;
    transition: opacity .3s ease
}

@media screen and (max-width: 1280px) {
    .header-section {
        padding:110px 0 120px 0
    }

    .zmat-icon4 {
        top: -80px;
        left: -80px
    }

    .zmat-icon1 {
        left: 60px
    }

    .zmat-icon7 {
        right: 30px
    }

    .zmat-icon6 {
        top: 30px;
        right: 80px
    }

    .zmat-icon5 {
        right: 220px;
        top: -90px
    }

    .header-sec {
        max-width: 980px;
        margin: 0 auto
    }

    .za-analyst-common {
        padding: 50px 70px
    }

    .zmat-nucleus {
        max-width: 150px
    }

    .zmat-gartner {
        max-width: 200px
    }

    .zmat-forrester {
        max-width: 220px
    }
}

@media screen and (max-width: 991px) {
    .za-analyst-common h2 {
        font-size:26px
    }

    .header-sec .zmat-icon {
        display: none
    }

    .header-section {
        padding: 50px 0 80px 0
    }

    .i18n-en h1 {
        font-size: 44px;
        max-width: 540px
    }

    h1+p {
        max-width: 620px
    }

    .za-analyst-each .za-analyst-left {
        width: 45%
    }

    .za-analyst-common {
        padding: 40px 50px
    }

    .za-analyst-section .content-wrap {
        max-width: 730px
    }
}

@media screen and (max-width: 767px) {
    .common-section {
        padding:70px 0
    }

    .i18n-en h1 {
        font-size: 35px;
        max-width: 100%
    }

    .za-analyst-each {
        flex-wrap: wrap;
        width: 100%
    }

    .za-analyst-each .za-analyst-left,.za-analyst-each .za-analyst-right {
        width: 100%;
        text-align: center
    }

    .za-analyst-common img {
        position: inherit
    }

    .za-analyst-each2 .za-analyst-left,.za-analyst-each3 .za-analyst-left {
        padding: 90px 20px
    }

    .za-analyst-common {
        padding: 50px 25px
    }
}

@media screen and (max-width: 375px) {
    .i18n-en h1 {
        font-size:30px;
        max-width: 100%
    }
}


