<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.features-banner-content .video-plugin-links,
.video-plugin-links {
    margin: 25px 0 33px 0;
}
div#features-4 .content-wrap {
    padding-bottom: 50px;
}
.zvideoholder {
    margin: 30px 0;
}
video{
    max-width: 90%;
}
h1 span {
    display: block;
}

.features-qlinks {
    display: none;
}

.features-banner-content {
    margin: 40px auto 20px;
}

.main-container-wrapper:before {
    z-index: -1;
}

p.zwebicon {
    display: inline-block;
    margin: 10px;
}

.features-item .cont-part p a.add-to-chrome,
.features-item .cont-part p a.add-to-firefox,
.features-item .cont-part p a.add-to-edge,
a.add-to-chrome,
a.add-to-firefox, 
a.add-to-edge {
    background: #000 none repeat scroll 0 0;
    color: #fff;
    display: inline-block;
    font-family: var(--zf-primary-bold);
    font-size: 12px;
    padding: 10px 16px 10px 25px;
    text-transform: uppercase;
    position: relative;
    padding-left: 42px;
    width: 120px;
    text-decoration: none;
    border-radius: 2px;
    box-sizing: content-box;
}
.features-item .cont-part p a.add-to-edge,
a.add-to-edge {
    width: 100px;
    padding-right: 36px;
}
.zcustom-icon {
    background: url(/sites/zweb/images/sheet/ext.png) no-repeat -26px 0px;
    background-size: 104px auto;
    width: 26px;
    height: 30px;
    position: absolute;
    z-index: 99;
    top: 7px;
    left: 13px;
}

.zcustom-icon.firefox {
    background-position: -52px 0;
    width: 26px;
    height: 25px;
}
.zcustom-icon.edge {
    background-position: -80px 0;
    width: 26px;
    height: 25px;
}

.features-item .video-plugin-links&gt;p.zwebicon,
.features-item .video-plugin-links&gt;p.zwebicon+p {
    display: inline-block;
    margin: 10px;
}

.banner-outer .watch-btn {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    background: #3a3a3a;
    border-radius: 25px;
    color: #fff;
    padding: 12px 20px 10px 53px;
    display: inline-block;
    z-index: 9;
    cursor: pointer;
    user-select: none;
    font-family: var(--zf-primary-semibold);
    font-size: 15px;
    white-space: nowrap;
}

.banner-outer .watch-btn:before {
    left: 15px;
    top: 10px;
    width: 26px;
    height: 26px;
    border: 1px solid red;
    box-sizing: border-box;
    border-radius: 100%;
    background: red;
}

.banner-outer .watch-btn:after,
.banner-outer.watch-btn:before {
    position: absolute;
    content: '';
}

.watch-btn:after,
.watch-btn:before {
    position: absolute;
    content: '';
}

.banner-outer .watch-btn:after {
    left: 25px;
    top: 16px;
    width: 0;
    height: 0;
    border-top: 5px solid transparent;
    border-bottom: 5px solid transparent;
    border-left: 7px solid #fff;
}

.banner-media {
    position: relative;
}

.bottom-cta-wrap {
    display: none;
}

.zfooter-video {
    position: relative;
    display: block;
    margin: 60px auto 50px auto;
    max-width: 650px;
    width: 100%;
    -webkit-box-shadow: 5px 6px 37px #d6d6d6;
    -moz-box-shadow: 5px 6px 37px #d6d6d6;
    box-shadow: 5px 6px 37px #d6d6d6;
}

.zfooter-video span.watch-icon {
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    width: 15px;
    display: inline-block;
    height: 15px;
    cursor: pointer;
}

.zfooter-video img {
    vertical-align: bottom;
}

.zfooter-video .watch-icon:before {
    border-color: transparent transparent transparent #000;
    border-style: solid none solid solid;
    border-width: 15px 0 12px 21px;
    content: "";
    display: inline-block;
    height: 0;
    left: 0;
    position: absolute;
    top: -2px;
    width: 0;
}

.zfooter-video .watch-icon:after {
    border: 3px solid #000;
    border-radius: 100%;
    content: "";
    display: inline-block;
    height: 80px;
    bottom: 0;
    left: -34px;
    position: absolute;
    top: 68%;
    width: 80px;
    right: 0;
    margin: auto;
}

div#features-5 .content-wrap {
    padding-top: 0;
    padding-bottom: 50px;
}

@media only screen and (min-width: 1200px) {
    .banner-inner:before {
        content: '';
        background: url(/sites/zweb/images/sheet/clipperbanner-before.png) no-repeat 0 0/contain;
        position: absolute;
        top: 0;
        left: -5%;
        bottom: 0;
        margin: auto;
        width: 80%;
        height: 80%;
        z-index: -1;
    }

    .banner-inner:after {
        content: '';
        background: url(/sites/zweb/images/sheet/clipperbanner-after.png) no-repeat 0 0/contain;
        position: absolute;
        top: 0;
        right: -5%;
        bottom: -180px;
        margin: auto;
        width: 80%;
        height: 80%;
        z-index: -1;
        right: 0;
    }
}

@media only screen and (min-width: 1400px) {
    .banner-inner:after {
        right: -59%;
    }

    .banner-inner:before {
        left: -9%;
    }
}

@media only screen and (max-width: 991px) {
    .zfooter-video {
        margin-bottom: 90px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    h1, h1.center {
        font-size: 30px;
    }
    .features-banner-wrap .content-wrap {
        margin: 10px auto 20px;
    }
}

@media only screen and (max-width: 767px) {
    h1, h1.center {
        font-size: 27px;
    }
    .features-banner-wrap .content-wrap {
        margin: -10px auto 0px;
    }
    .features-banner-content {
        margin: 40px auto 0px;
    }
    .zvideoholder {
        margin: 30px 0 60px 0;
    }
    .features-item .video-plugin-links&gt;p.zwebicon,
    .features-item .video-plugin-links&gt;p.zwebicon+p {
        display: inline-block;
    }
}


/* Arabic Starts */

.i18n-ar .features-banner-content .video-plugin-links,.i18n-ar  .video-plugin-links {
    text-align: center;
}

.i18n-ar .watch-btn:before {
    left: 15px;
    right: auto;
}

.i18n-ar .banner-outer .watch-btn:after {
    left: 23px;
    right: auto;
    border-right: 7px solid #fff;
    border-left: 0;
}

/* Arabic Ends */

/* Other Lang Starts */

.i18n-pt-br .features-item .cont-part p a.add-to-chrome,
.i18n-pt-br .features-item .cont-part p a.add-to-firefox,
.i18n-pt-br .features-item .cont-part p a.add-to-edge,
.i18n-pt-br a.add-to-chrome,
.i18n-pt-br a.add-to-firefox, 
.i18n-pt-br a.add-to-edge {
    width: 160px;
}
.i18n-pt-br .features-item .cont-part p a.add-to-edge,
.i18n-pt-br a.add-to-edge {
    width: 140px;
}


.i18n-es-xl .features-item .cont-part p a.add-to-chrome,
.i18n-es-xl .features-item .cont-part p a.add-to-firefox,
.i18n-es-xl .features-item .cont-part p a.add-to-edge,
.i18n-es-xl a.add-to-chrome,
.i18n-es-xl a.add-to-firefox, 
.i18n-es-xl a.add-to-edge,

.i18n-fr .features-item .cont-part p a.add-to-chrome,
.i18n-fr .features-item .cont-part p a.add-to-firefox,
.i18n-fr .features-item .cont-part p a.add-to-edge,
.i18n-fr a.add-to-chrome,
.i18n-fr a.add-to-firefox, 
.i18n-fr a.add-to-edge,

.i18n-it .features-item .cont-part p a.add-to-chrome,
.i18n-it .features-item .cont-part p a.add-to-firefox,
.i18n-it .features-item .cont-part p a.add-to-edge,
.i18n-it a.add-to-chrome,
.i18n-it a.add-to-firefox, 
.i18n-it a.add-to-edge {
    width: 140px;
}

.i18n-es-xl .features-item .cont-part p a.add-to-edge,
.i18n-es-xl a.add-to-edge, 

.i18n-fr .features-item .cont-part p a.add-to-edge,
.i18n-fr a.add-to-edge, 

.i18n-it .features-item .cont-part p a.add-to-edge,
.i18n-it a.add-to-edge {
    width: 120px;
}


.i18n-de .features-item .cont-part p a.add-to-chrome,
.i18n-de .features-item .cont-part p a.add-to-firefox,
.i18n-de .features-item .cont-part p a.add-to-edge,
.i18n-de a.add-to-chrome,
.i18n-de a.add-to-firefox, 
.i18n-de a.add-to-edge,

.i18n-nl .features-item .cont-part p a.add-to-chrome,
.i18n-nl .features-item .cont-part p a.add-to-firefox,
.i18n-nl .features-item .cont-part p a.add-to-edge,
.i18n-nl a.add-to-chrome,
.i18n-nl a.add-to-firefox, 
.i18n-nl a.add-to-edge,

.i18n-id .features-item .cont-part p a.add-to-chrome,
.i18n-id .features-item .cont-part p a.add-to-firefox,
.i18n-id .features-item .cont-part p a.add-to-edge,
.i18n-id a.add-to-chrome,
.i18n-id a.add-to-firefox, 
.i18n-id a.add-to-edge {
    width: 170px;
}

.i18n-de .features-item .cont-part p a.add-to-edge,
.i18n-de a.add-to-edge,

.i18n-nl .features-item .cont-part p a.add-to-edge,
.i18n-nl a.add-to-edge,

.i18n-id .features-item .cont-part p a.add-to-edge,
.i18n-id a.add-to-edge {
    width: 150px;
}

/* Other Lang Ends*/
.features-item .cont-part p+p, .features-item.bottom-image .cont-part p+p, .features-item.middle-image .cont-part p+p{
    margin-top: 10px;
}</pre></body></html>