:root {
    --sprite-icon: url("/sites/zweb/images/qengine/playwright-alternative/sprite.svg");
    --arrow-icon: url("/sites/zweb/images/qengine/arrow-icons.svg");
    --white-color: #ffffff;
    --black-color: #000000;
    --green-color: #17984c;
    --red-color: #e42527;
}

.zinline-block {
    display: inline-block
}

.page-wrapper .content-wrap {
    max-width: 1170px;
    padding: 90px 0
}

.page-wrapper h1 {
    font-size: 50px
}

.page-wrapper h2 {
    font-family: var(--zf-secondary-bold)
}

.page-wrapper h2 {
    font-size: 46px
}

.page-wrapper h3 {
    font-size: 24px
}

.page-wrapper ul li {
    font-size: 17px;
    line-height: 1.6
}

.page-wrapper img {
    vertical-align: top
}

.watch-video-btn {
    color: #000;
    padding: 10px 0 10px 38px;
    text-transform: none;
    position: relative;
    display: inline-block;
    font-family: var(--zf-primary-semibold);
    margin: 10px 15px;
    cursor: pointer;
}

.watch-video-btn:after,
.watch-video-btn:before {
    position: absolute;
    content: ''
}

.watch-video-btn:before {
    left: 0;
    top: 10px;
    width: 26px;
    height: 26px;
    border: 1px solid #000;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    border-radius: 100%
}

.watch-video-btn:after {
    left: 11px;
    top: 18px;
    width: 0;
    height: 0;
    border-top: 5px solid transparent;
    border-bottom: 5px solid transparent;
    border-left: 7px solid #000
}

.zgreen-anim-txt {
    display: inline-block;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-image: -webkit-linear-gradient(left, var(--zqe-text-green), var(--zqe-text-green) 50%, #fff 50%);
    background-image: linear-gradient(to right, var(--zqe-text-green), var(--zqe-text-green) 50%, #fff 50%);
    background-size: 200% 100%;
    background-position: 0 0
}

.flex-content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.zflex-one-col {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%
}

.zflex-two-col {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%
}

.zflex-three-col {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 33%;
    flex: 0 0 33%
}

.zflex-row-reverse-lg {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse
}

.block-content h2 {
    letter-spacing: -0.92px
}

.block-content h3 {
    letter-spacing: -0.6px
}

.block-content h3 {
    letter-spacing: -0.52px
}

.cta-grp {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
}

.act-btn,
.cta-btn,
.req-cta-btn {
    padding: 12px 30px;
}

.req-cta-btn {
    background: transparent;
    color: #000000;
    border-color: #000000;
}

.block-content .zgreen-anim-txt {
    display: block;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-image: -webkit-linear-gradient(left, var(--zqe-text-green), var(--zqe-text-green) 50%, var(--black-color) 50%);
    background-image: linear-gradient(to right, var(--zqe-text-green), var(--zqe-text-green) 50%, var(--black-color) 50%);
    background-size: 200% 100%;
    background-position: 0 0
}

[class|="zsprite"] {
    display: inline-block;
    background: var(--sprite-icon) no-repeat;
    background-size: 527px auto;
    background-position: 0 0;
    letter-spacing: -40px
}

[class|="zsprite-fea"] {
    margin-bottom: 20px
}

.feature-box-1 .zsprite-fea-icon1 {
    background-position: 0 0;
    width: 44px;
    height: 44px
}

.feature-box-1 .zsprite-fea-icon2 {
    background-position: -46px 0;
    width: 53px;
    height: 43px;
}

.feature-box-1 .zsprite-fea-icon3 {
    background-position: -102px 0;
    width: 52px;
    height: 45px;
}

.feature-box-1 .zsprite-fea-icon4 {
    background-position: -159px 0;
    width: 63px;
    height: 50px;
}

.feature-box-1 .zsprite-fea-icon5 {
    background-position: -228px -1px;
    width: 52px;
    height: 52px;
}

.feature-box-2 .zsprite-fea-icon1 {
    background-position: -283px 0;
    width: 44px;
    height: 43px;
}

.feature-box-2 .zsprite-fea-icon2 {
    background-position: -330px 0;
    width: 46px;
    height: 36px;
}

.feature-box-2 .zsprite-fea-icon3 {
    background-position: -380px -1px;
    width: 38px;
    height: 44px;
}

.feature-box-2 .zsprite-fea-icon4 {
    background-position: -421px 0;
    width: 52px;
    height: 51px;
}

.feature-box-2 .zsprite-fea-icon5 {
    background-position: -477px -1px;
    width: 50px;
    height: 50px;
}

.zw-product-header,
.banner-section,
.highlight-section,
.testing-section,
.bottom-cta-section {
    background: var(--zqe-light-green-bg)
}

.page-wrapper .banner-section .content-wrap {
    padding: 70px 0
}

.banner-section .banner-content {
    text-align: center;
    max-width: 735px;
    margin: 0 auto
}

.banner-section .banner-content h1 {
    max-width: 660px;
    margin: 0 auto 20px
}

.banner-section .banner-content p:last-child {
    margin-bottom: 0
}

/*.banner-section h1 span {
    display: block;
    color: var(--zqe-text-green)
}*/

.page-wrapper .highlight-section .content-wrap {
    padding: 0px;
    max-width: 1280px;
}

.highlight-section {
    position: relative
}

.highlight-section::before {
    content: '';
    background: var(--white-color);
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 50%;
}

.highlight-section .block-content {
    background: var(--zqe-green-bg);
    color: var(--white-color);
    padding: 30px;
    border-radius: 10px;
    padding: 60px 80px;
}

.highlight-section .content-block {
    max-width: 470px;
    padding-right: 8%;
}

.highlight-section .content-block p:last-child{
   margin-bottom: 0px;
}

.highlight-section .zflex-two-col:first-child {
    -ms-flex: 0 0 45%;
    flex: 0 0 45%
}

.highlight-section .zflex-two-col:last-child {
    -ms-flex: 0 0 55%;
    flex: 0 0 55%
}

.testing-section {
    position: relative
}

.testing-section:before {
    content: '';
    background: var(--white-color);
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 50%
}

.page-wrapper .testing-section .content-wrap {
    padding: 0
}

.testing-section .block-content {
    background: var(--zqe-green-bg);
    color: var(--white-color);
    padding: 50px;
    border-radius: 16px
}

.testing-section .block-content p:last-child {
    margin-bottom: 0
}

.testing-section .block-content .zblock-content {
    padding-right: 8%
}

.testing-section .block-content .zblock-image {
    text-align: right
}

.testing-section .block-content .zflex-two-col:first-child {
    -ms-flex: 0 0 60%;
    flex: 0 0 60%
}

.testing-section .block-content .zflex-two-col:last-child {
    -ms-flex: 0 0 40%;
    flex: 0 0 40%
}

.why-section .block-content {
    text-align: center;
    max-width: 1000px;
    margin: 0 auto
}

.why-section .block-content h2 {
    text-align: center;
    max-width: 600px;
    margin: 0 auto 15px
}

.why-section .block-content p:last-child {
    margin-bottom: 0
}


.feature-box-section .fea-title {
    text-align: center;
    max-width: 860px;
    margin: 0 auto 60px
}

.feature-box-section .fea-title p {
    max-width: 820px;
    margin: 0 auto 20px
}

.feature-box-section .flex-content {
    -webkit-box-align: unset;
    -ms-flex-align: unset;
    -ms-grid-row-align: unset;
    align-items: unset;
}

.feature-box-section.feature-box-2 .feature-box-section .flex-content{
    margin: 0px -2px -2px 0px;
}

.feature-box-section .feature-block {
    overflow: hidden
}

.feature-box-section .fea-box {
    position: relative;
    padding: 35px;
}

.feature-box-section.feature-box-1 .flex-content {
    gap: 20px;
}

.feature-box-section.feature-box-1 .fea-box {
    background: var(--zqe-gray-bg);
    border: 1px solid rgba(0, 0, 0, 0.06);
    border-radius: 12px;
}

.feature-box-section.feature-box-1 .fea-box:before,
.feature-box-section.feature-box-1 .fea-box:after {
    border: none
}

.feature-box-section.feature-box-1 .fea-box.zflex-three-col {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 calc(33.33% - 14px);
    flex: 0 0 calc(33.33% - 14px);
}

.feature-box-section.feature-box-1 .fea-box.zflex-two-col {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 calc(50% - 10px);
    flex: 0 0 calc(50% - 10px);
}

.feature-box-section.feature-box-2 .fea-box {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%
}

.feature-box-section.feature-box-2 .feature-block {
    max-width: 1100px;
    margin: 0 auto
}

.feature-box-section .fea-box:before,
.feature-box-section .fea-box:after {
    content: '';
    position: absolute;
    bottom: 0
}

.feature-box-section .fea-box:before {
    width: 100%;
    height: 2px;
    border-top: 1px dashed rgba(190, 190, 190, 1);
    left: 0
}

.feature-box-section .fea-box:after {
    width: 2px;
    height: 100%;
    border-left: 1px dashed rgba(190, 190, 190, 1);
    right: 0
}

.feature-box-section .fea-box p:last-child {
    margin-bottom: 0
}

.alternative-section {
    background: var(--zqe-gray-bg)
}

.alternative-section .block-content {
    max-width: 1100px;
    margin: 0 auto
}

.alternative-section .block-title {
    max-width: 900px;
    margin: 0 auto 60px;
    text-align: center
}

.alternative-section .zaccord-block {
    background: var(--zqe-green-bg);
    color: var(--white-color);
    padding: 50px;
    border-radius: 30px
}

.alternative-section .zaccord-item:not(:last-child) {
    border-bottom: 1px solid rgba(0, 0, 0, 0.2)
}

.alternative-section .zaccord-item .zaccord-ans {
    background: #ffffff;
    color: #000000;
    margin-top: 0px;
    padding: 30px 30px;
    margin-top: -30px;
    border-bottom-left-radius: 16px;
    border-bottom-right-radius: 16px;
    display: none
}

.alternative-section .zaccord-item.active .zaccord-ans,
.alternative-section .zaccord-item:first-child .zaccord-ans {
    display: block
}

.alternative-section .zaccord-item .zaccord-ans .zproduct-details {
    display: flex;
    margin-bottom: 30px;
    align-items: center;
}

.alternative-section .zaccord-item .zaccord-ans .zproduct-details img {
    display: inline-block;
}

.alternative-section .zaccord-item .zaccord-ans .zproduct-details p {
    display: inline-block;
    border-left: 1px solid #ccc;
    padding-left: 20px;
    margin-left: 20px;
    margin-bottom: 0px;
}

.alternative-section .zaccord-item h3 {
    position: relative;
    font-family: var(--zf-secondary-medium);
    margin-bottom: 0;
    cursor: pointer;
    padding: 25px 60px 25px 30px;
}

.alternative-section .zaccord-item h3::before {
    content: '';
    display: inline-block;
    background: var(--arrow-icon) no-repeat;
    background-size: 111px auto;
    background-position: -31px 0;
    width: 26px;
    height: 26px;
    position: absolute;
    top: 28px;
    right: 20px;
    filter: brightness(0) invert(1);
}

.alternative-section .zaccord-item.active h3::before {
    background-position: 0 0;
    filter: brightness(0) invert(0);
}

.alternative-section .zaccord-item.active {
    background: var(--white-color);
    color: var(--black-color);
    border-radius: 16px;
}


.alternative-section .zaccord-item .zlisings-block .zlisings-box-title {
    padding: 10px;
    text-align: center;
    font-family: var(--zf-primary-semibold);
    font-size: 24px;
    margin-bottom: 30px;
    background: var(--zqe-gray-bg);
    color: var(--black-color);
    border-radius: 6px;
}

.alternative-section .zaccord-item .zlisings-block .zpros-points .zlisings-box-title {
    background: #ECF9F2;
}

.alternative-section .zaccord-item .zlisings-block .zcons-points .zlisings-box-title {
    background: #F8EDED;
}

.alternative-section .zaccord-item ul.zpoints {
    margin-left: 10px;
    margin-right: 10px;
}

.alternative-section .zaccord-item ul.zpoints li {
    position: relative;
    padding-left: 35px;
    margin-bottom: 35px
}

.alternative-section .zaccord-item ul.zpoints li:before {
    content: '';
    display: inline-block;
    background: var(--arrow-icon) no-repeat;
    background-size: 111px auto;
    background-position: -62px 0;
    width: 22px;
    height: 22px;
    position: absolute;
    top: 3px;
    left: 0px;
}

.alternative-section .zaccord-item ul.zpoints li:last-child {
    margin-bottom: 20px
}

.alternative-section .zaccord-item ul.zpoints li p:last-child {
    margin-bottom: 0
}

.alternative-section .zaccord-item .zpros-points ul.zpoints li::before {
    background-position: -62px 0;
}

.alternative-section .zaccord-item .zcons-points ul.zpoints li:before {
    background-position: -89px 0;
}

.alternative-section .zaccord-item .zlisings-block {
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-top: 30px;
    gap: 20px;
}

.alternative-section .zaccord-item .zlisings-block .zlisings-box {
    width: calc(50% - 10px);
}

.alternative-section .zdisclaimer-txt p{
    font-size: 12px;
    margin-top: 30px;
    margin-bottom: 0px;
}
.alternative-section .zdisclaimer-txt b{
    font-family: var(--zf-secondary-semibold);
}
.page-wrapper .compare-section .content-wrap {
    max-width: 1280px;
    padding-bottom: 30px;
}

.compare-section .block-content {
    overflow: hidden
}

.compare-section .block-title {
    max-width: 900px;
    margin: 0 auto 60px;
    text-align: center
}

.compare-section .compares-table {
    overflow-x: auto
}

.compare-section .comp-each-block {
    width: 1280px
}

.compare-section .comp-each-block,
.compare-section .comp-each-box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.compare-section .comp-each-box {
    padding: 20px 15px;
    border: 1px solid rgba(0, 0, 0, 0.06);
    flex-grow: 1;
    width: 140px;
}

.compare-section .comp-head-block .comp-each-box {
    background: #EBEBEB;
    font-size: 16px;
    font-family: var(--zf-primary-bold);
    line-height: 1.2
}

.compare-section .comp-content-block .comp-each-box {
    font-size: 15px;
    word-break: break-word;
}

.compare-section .comp-content-block .comp-each-box:nth-child(1) {
    background: var(--zqe-gray-bg);
    color: #000
}

/* .compare-section .comp-content-block:nth-child(even) .comp-each-box {
    background: var(--zqe-gray-bg);
    color: #000
} */

.compare-section .comp-head-block .comp-each-box:nth-child(3),
.compare-section .comp-content-block .comp-each-box:nth-child(3) {
    background: var(--zqe-green-bg);
    color: #FFF;
    /* box-shadow: 0px 0px 12px 0px rgba(0, 0, 0, 0.22); */
}

.compare-section .comp-head-block .comp-each-box:nth-child(1) {
    border-top-left-radius: 10px
}

.compare-section .comp-head-block .comp-each-box:last-child {
    border-top-right-radius: 10px
}

.compare-section .comp-content-block .comp-each-block:last-child .comp-each-box:nth-child(1) {
    border-bottom-left-radius: 10px
}

.compare-section .comp-content-block .comp-each-block:last-child .comp-each-box:last-child {
    border-bottom-right-radius: 10px
}

.compare-section .comp-content-block .comp-each-box:nth-child(1) {
    -webkit-box-align: center;
    -ms-flex-align: center;
    -ms-grid-row-align: center;
    align-items: center;
    font-family: var(--zf-primary-semibold);
}

.compare-section .comp-content-block .comp-each-box span {
    display: inline-block;
}

.compare-section .comp-content-block ul {
    list-style: disc;
    padding-left: 15px
}

.compare-section .comp-content-block ul li {
    font-family: var(--zf-primary-medium)
}

.compare-section .comp-content-block ul li:last-child {
    margin-bottom: 0
}

.bottom-cta-section .block-content {
    text-align: center;
    max-width: 700px;
    margin: 0 auto
}

.bottom-cta-section h2 {
    max-width: 550px;
    margin: 0 auto 20px;
    text-align: center
}

.bottom-cta-section .cta-grp {
    justify-content: center;
}

@media only screen and (max-width: 1280px) {
    .page-wrapper .content-wrap {
        padding: 70px 0
    }

    .page-wrapper h1 {
        font-size: 40px
    }

    .page-wrapper h2 {
        font-size: 30px
    }
}

@media only screen and (max-width: 1024px) {
    .page-wrapper h1 {
        font-size: 34px
    }

    .page-wrapper h2 {
        font-size: 28px
    }

    .page-wrapper h3 {
        font-size: 23px
    }
}

@media only screen and (max-width: 991px) {
    .page-wrapper h1 {
        font-size: 30px
    }

    .page-wrapper h2 {
        font-size: 25px
    }

    .page-wrapper h3 {
        font-size: 20px
    }

    .page-wrapper ul li {
        font-size: 15px;
        line-height: 1.8
    }

    .feature-box-section .fea-title,
    .alternative-section .block-title,
    .compare-section .block-title {
        margin-bottom: 30px;
    }

    .highlight-section .block-content,
    .feature-box-section .fea-box {
        padding: 30px;
    }

    .testing-section .block-content .zblock-content {
        padding-right: 0;
        text-align: center
    }

    .testing-section .block-content .zblock-image {
        margin-top: 40px;
        text-align: center
    }

    .testing-section .block-content .zflex-two-col:first-child,
    .testing-section .block-content .zflex-two-col:last-child {
        -ms-flex: 0 0 100%;
        flex: 0 0 100%
    }

    .feature-box-section.feature-box-1 .fea-box.zflex-three-col,
    .feature-box-section.feature-box-1 .fea-box.zflex-two-col {
        -ms-flex: 0 0 calc(50% - 10px);
        flex: 0 0 calc(50% - 10px);
    }

    .feature-box-section.feature-box-2 .fea-box,
    .highlight-section .zflex-two-col:first-child,
    .highlight-section .zflex-two-col:last-child {
        -ms-flex: 0 0 50%;
        flex: 0 0 50%
    }

    .alternative-section .zaccord-block {
        padding: 30px
    }

    .alternative-section .zaccord-item .zlisings-block .zlisings-box-title {
        font-size: 20px
    }

    .alternative-section .zaccord-item ul.zpoints li {
        padding-left: 30px
    }
}

@media only screen and (max-width: 767px) {

    .page-wrapper .banner-section .content-wrap,
    .page-wrapper .content-wrap {
        padding: 50px 0
    }

    .block-content .zgreen-anim-txt {
        display: inline-block
    }

    .page-wrapper .banner-section .content-wrap {
        padding-top: 30px
    }

    .page-wrapper .content-wrap,
    .page-wrapper .highlight-section .content-wrap {
        max-width: 600px
    }

    .zflex-one-col,
    .zflex-two-col,
    .zflex-three-col,
    .highlight-section .zflex-two-col:first-child,
    .highlight-section .zflex-two-col:last-child {
        -ms-flex: 0 0 100%;
        flex: 0 0 100%
    }

    .banner-section .banner-content,
    .banner-section .banner-content h1,
    .testing-section .block-content .zblock-content,
    .testing-section .block-content .zblock-image,
    .why-section .block-content,
    .why-section .block-content h2,
    .feature-box-section .fea-title,
    .alternative-section .block-title,
    .compare-section .block-title,
    .bottom-cta-section .block-content,
    .bottom-cta-section h2 {
        text-align: unset;
        max-width: 100%
    }

    .highlight-section .block-content {
        padding: 30px;
    }

    .highlight-section .content-block {
        max-width: 100%;
        padding-right: unset;
        margin-bottom: 30px;
    }

    .testing-section .block-content {
        padding: 30px;
    }

    .testing-section .block-content {
        border-radius: 10px
    }

    .feature-box-section.feature-box-1 .fea-box.zflex-two-col,
    .feature-box-section.feature-box-1 .fea-box.zflex-three-col,
    .feature-box-section.feature-box-2 .fea-box {
        -ms-flex: 0 0 100%;
        flex: 0 0 100%
    }

    .feature-box-section.feature-box-1 .flex-content {
        gap: 25px;
    }

    .feature-box-section.feature-box-2 .fea-box {
        padding: 30px 0
    }

    .feature-box-section.feature-box-2 .fea-box:first-child {
        padding-top: 0
    }

    .alternative-section .zaccord-item .zlisings-block .zlisings-box {
        width: 100%;
    }

    .alternative-section .zaccord-item .zaccord-ans {
        padding: 20px;
        margin-top: -20px;
    }

    .alternative-section .zaccord-block {
        padding: 30px 20px;
        border-radius: 15px;
    }

    .alternative-section .zaccord-item h3 {
        padding: 20px 50px 20px 20px;
    }

    .alternative-section .zaccord-item .zlisings-block .zlisings-box-title {
        margin: 0px 0px 30px;
    }

    .alternative-section .zaccord-item .zlisings-block .zlisings-box:first-child {
        border-right: unset;
    }

    .alternative-section .zaccord-item ul.zpoints {
        margin-left: 0px;
        margin-right: 0px;
    }

    .bottom-cta-section .cta-grp {
        justify-content: unset;
    }
}

@media only screen and (max-width: 480px) {
    .alternative-section .zaccord-item .zaccord-ans .zproduct-details {
        flex-direction: column;
        align-items: unset;
    }

    .alternative-section .zaccord-item .zaccord-ans .zproduct-details p {
        border-left: none;
        padding-left: 0px;
        margin-left: 0px;
        margin-top: 20px;
    }
}

@media only screen and (min-width: 1200px) {
    .highlight-section .image-block img{
        transform: scale(0.8);
        transition: all 800ms cubic-bezier(0.11,0.16,0.43,0.86);
    }
    .highlight-section .middle-animated .image-block img{
        transform: scale(1);
    }
}