<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.zw-product-header {
    background: #081f3e;
    position: relative;
}
.zw-product-header:before{
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: url(/sites/zweb/images/notebook/share-collaborate/zns-pattern.png) repeat 0 8px / 30px;
    opacity: .8;
}
/* base styles starts */
.zwc-section{
   padding: 80px 0;
}
.zwc-row{
    display: flex;
    gap: 111px;
    align-items: center;
}
.zwc-col-6{
   width: 50%; 
}
.zwc-col-4{
    width: 40%; 
}
.zwc-col-8{
    width: 60%; 
}
.zwc-shadow{
    box-shadow: 2px 2px 27px #0000001a;
}
.zwc-border{
    border: #d1d1d1 1px solid;
}
.zwc-row-rev{
  flex-direction: row-reverse;
}
.zwc-row-order{
  flex-direction: row;
}
.cta-btn {
    font-family: var(--primaryfont-bold);
    padding: 14px 25px;
    border-radius: 3px;
}
/* base styles ends */

/* Banner section styles starts */

.zwc-banner-section{
    background: #081F3E;
    padding: 110px 0 164px;
    position: relative;
}
.zwc-banner-section::before{
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: url(/sites/zweb/images/notebook/share-collaborate/zns-pattern.png) repeat 0 0 / 30px;
    opacity: .8;
}
.zwc-banner-section h1{
   color: #fff;
   font-size: 60px;
   margin-bottom: 20px;
}
.zwc-banner-section p{
    color: #fff;
    font-size: 18px;
    margin-bottom: 45px;
}
.zwc-banner-section .zwc-image{
    position: relative;
}
.zwc-banner-section img{
   border-radius: 7px;
}
.zwc-banner-section .zwc-image svg{
    position: absolute;
    top: 4%;
    right: -6%;
    width: 110px;
    opacity: .8;
    transform: rotate(27deg);
}
.zwc-banner-section img.zwc-prime-img{
    width: 86%;
    border-radius: 12px;
}
.zwc-banner-section img.zwc-banner-img{
    width: 100%;
}
.zwc-banner-section img.zwc-second-img{
    width: 65%;
    position: absolute;
    bottom: -10%;
    right: -7%;
    border: 1px dashed #CBCBCB;
    box-shadow: 0px 13px 36px #00000012;
}
.zwc-banner-section img.zwc-second-ss{
    width: 35%;
    bottom: 18%;
    border: none;
}
.zwc-banner-section span.zwc-scissor-icon{
    background-image: url(/sites/zweb/images/notebook/clip-the-web/zwc-scissor-icon.png);
    background-size: 30px;
    background-repeat: no-repeat;
    display: block;
    height: 33px;
    width: 30px;
    position: absolute;
    top: 3%;
    right: -6%;
    transform: rotate(238deg);
}


/* Clip the web banner styles starts */
.browser-icon {
    display: inline-flex;
    position: absolute;
    bottom: -18%;
    right: 10%;
    background: #fff;
    padding: 8px 5px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
    border-radius: 50px;
    transform: translateY(-30%);
    transition: all .7s ease;
}

.browser-icon span.icon {
    width: 30px;
    height: 31px;
    background-repeat: no-repeat;
    display: inline-block;
    position: relative;
    transition: all .7s ease;
    background-size: 30px;
    margin: 0px 4px;
}

.browser-icon span.icon:last-child {
    margin-bottom: 0
}

span.icon.chrome {
    background-image: url(/sites/zweb/images/otherbrandlogos/chrome-icon.png);
    transition-delay: 2s
}

span.icon.edge {
    background-image: url(/sites/zweb/images/otherbrandlogos/microsoft-edge-icon.svg);
    transition-delay: 2.1s
}

span.icon.safari {
    background-image: url(/sites/zweb/images/otherbrandlogos/safari-icon.svg);
    transition-delay: 2.2s
}

span.icon.firefox {
   background-image: url(/sites/zweb/images/otherbrandlogos/firefox-icon.svg);
    transition-delay: 2.3s
}
/* Clip the web banner styles ends */

/* Banner section styles starts */



/* Two column section styles starts */
.zwc-two-column-section{
    background:#F4F7FA;
}
.zwc-two-column-section .zwc-row{
    padding: 63px 0;
}
.zwc-two-column-section .content-wrap:nth-child(even) .zwc-row {
    flex-direction: row-reverse
}
.zwc-two-column-section .zwc-image {
        position: relative;
}
.zwc-two-column-section .zwc-image img{
    width: 100%;
    border-radius: 7px;
}
.zwc-two-column-section h2{
    font-size: 38px;
}
.zwc-two-column-section p{
    font-size: 19px;
}
.zwc-two-column-section .zwc-row.zwc-single-col,.zwc-two-column-section .content-wrap:nth-child(even) .zwc-row.zwc-single-col{
    flex-direction: column;
    gap: 0;
}

.zwc-two-column-section .zwc-single-col .zwc-col-4,
.zwc-two-column-section .zwc-single-col .zwc-col-6,
.zwc-two-column-section .zwc-single-col .zwc-col-8{
   width:100%;
   max-width:900px;
    text-align: center;
}
.zwc-two-column-section .zwc-single-col .zwc-content p {
    margin-bottom: 30px;
}

.zwc-orange-border{
     border: 1px solid #FF7C7C;
}
.zwc-two-column-section .zwc-image img.zwc-secondary{
    position: absolute;
    width: 35%;
    right: -7%;
    bottom: -7%;
}
/*Blue fold styles starts*/
.zwc-blue-fold .zwc-row {
    background: #08203E;
    color: #fff;
padding: 220px 130px;
    position: relative;
    overflow: hidden;
    margin: 37px 0;
border-radius: 10px;
}
.zwc-blue-fold .zwc-row .zwc-image img{
    position: absolute;
    bottom: -478px;
    left: 0;
    right: 0;
    width: 95%;
    height: max-content;
    margin: auto;
}
.zwc-blue-fold .zwc-row .zwc-image {
    position: relative;
    z-index: 0;
}
.zwc-two-column-section .zwc-blue-fold .zwc-image:after {
    content: '';
    position: absolute;
    left: -68px;
    right: 0;
    top: -298px;
    border-radius: 50%;
    background: transparent linear-gradient(180deg, #072851 0, #0e1f3c 100%) 0 0 no-repeat padding-box;
    width: 500px;
    height: 520px;
    margin: 0 auto;
    z-index: -1;
    opacity: .6;
}
/*Blue fold styles ends*/
.zwc-two-column-section .content-wrap:nth-child(even) .zwc-row.zwc-row-order{
    flex-direction: row;
}
.zwc-shape-video{
  text-align:center;
}
.zwc-shape-video video{
    width: 50%;
   border-radius: 40px;
   border: 4px solid #000;
   box-shadow: 1px 1px 20px 6px #d3d8df;
}
.zwc-shape-video video::-webkit-media-controls {
    display: none;
  }
/* Two column section styles ends */

/* Pricing section styles starts*/
.zwc-pricing-section{
    background: #f4f7fa;
}
.zwc-pricing-section h2{
    font-family: var(--primaryfont-regular);
    font-size: 28px;
    margin-bottom: 0;
}
.zwc-pricing-section .content-wrap{
background: #081F3E;
    padding: 140px 0;
border-radius: 10px;
}
.zwc-pricing-section .zwc-pricing-card {
    background-color: #0e2e58;
    width: 100%;
    max-width: 910px;
    margin: auto;
    color: #fff;
}
.zwc-pricing-section .zwc-features{
padding: 50px 120px;
}
.zwc-pricing-section .zwc-price-wrap{
    display: flex;
    justify-content: flex-start;
    align-items: center;
}
.zwc-pricing-section .zwc-price-wrap p{
    margin-right: 18px;
    margin-bottom: 0;
    font-size: 22px;
}
.zwc-pricing-section .zwc-pricing-header{
   background-color:#2375E3;
    padding: 22px 85px;
}
.zwc-pricing-section .zwc-pricing-header sup{
    font-size: 30px;
}
.zwc-pricing-section .zwc-price {
    font-size: 47px;
    font-family: var(--primaryfont-bold);
}

.zwc-pricing-section p.zwc-monthly {
font-size: 18px;
    padding: 2px 19px;
    border-radius: 25px;
    border: 1px solid #fff;
    display: block;
    margin-top: 5px;
    height: max-content;
}
.zwc-pricing-section p.zwc-monthly sup{
    font-size: 14px;
    font-family: var(--primaryfont-regular);
}

.zwc-pricing-section p.zwc-monthly span{
       font-family: var(--primaryfont-bold);
       font-size: 18px;
}
.zwc-pricing-section .zwc-features h4 {
    font-size: 25px;
    margin-bottom: 15px;
}

.zwc-pricing-section .zwc-accordion {
    border-top: 1px solid #2f4b6a;
}

.zwc-pricing-section .zwc-accordion-item {
    border-bottom: 1px solid #2f4b6a;
}
.zwc-pricing-section .zwc-accordion-item:last-child {
    border: none;
}
.zwc-pricing-section .zwc-accordion-header {
    background: 0;
    color: #fff;
    border: 0;
    text-align: left;
    width: 100%;
    padding: 17px 0 17px 30px;
    cursor: pointer;
    font-size: 18px;
    position: relative;
    font-family: var(--secondaryfont-semibold);
}

.zwc-pricing-section .zwc-accordion-header .zwc-accordian-icon{
    width: 17px;
    height: 17px;
    border-radius: 50%;
    border: 1px solid #fff;
    display: inline-block;
    position: absolute;
    right: 0;
}
.zwc-pricing-section .zwc-accordion-header:before {
    content: "";
    position: absolute;
    width: 17px;
    height: 17px;
    border-radius: 50%;
    border: 1px solid #fff;
    display: block;
    left: 0;
}

.zwc-pricing-section .zwc-accordion-header:after {
    content: "";
    position: absolute;
    border: 1px solid #fff;
    border-left: none;
    border-top: none;
    width: 5px;
    height: 8px;
    transform: rotate(45deg);
    left: 6px;
    top: -6px;
    bottom: 0;
    margin: auto;
}
.zwc-pricing-section .zwc-accordion-header .zwc-accordian-icon{
    width: 17px;
    height: 17px;
    border-radius: 50%;
    border: 1px solid #fff;
    display: inline-block;
    position: absolute;
    right: 0;
}
.zwc-pricing-section .zwc-accordion-header .zwc-accordian-icon:after{
    content: "";
    position: absolute;
    border: 1px solid #fff;
    border-left: none;
    border-top: none;
    width: 6px;
    height: 6px;
    transform: rotate(-50deg);
    left: 0;
    right: 1px;
    top: 4.5px;
    margin: auto;
    transition: all .5s;
}
.zwc-pricing-section .zwc-accordion-header.zwc-active .zwc-accordian-icon:after {
    transform: rotate(45deg);
    right: 0px;
    top: 3.5px;
}
.zwc-pricing-section .zwc-accordion-content {
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.3s ease;
}

.zwc-pricing-section .zwc-accordion-content ul{
    margin: 0;
    padding: 0 10px 10px;
    font-size: 14px;
    color: #fff;
}
.zwc-pricing-section .zwc-accordion-content p {
    margin: 0;
    padding: 10px 0;
    font-size: 14px;
    color: #fff;
}

.zwc-pricing-section .zwc-accordion-content ul {
    list-style: none;
    padding-left: 15px;
}

.zwc-pricing-section .zwc-accordion-content ul li {
    position: relative;
    padding-left: 29px;
    font-size: 16px;
    margin-bottom: 5px;
}

.zwc-pricing-section .zwc-accordion-content ul li::before {
    content: "â—";
    color: #A7FF00;
    position: absolute;
    left: 16px;
    top: 0px;
    bottom: 0;
    font-size: 14px;
    margin: auto;
}

.zwc-flex-wrap{
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.zwc-purchase-cta a{
    font-size: 18px;
    padding: 4px 19px;
    border-radius: 25px;
    border: 1px solid #fff;
    display: block;
    margin-top: 5px;
    height: max-content;
    color:#fff;
    font-family:var(--primaryfont-semibold);
}
.zwc-purchase-cta{
    display:none;
}
.ccode-us .zwc-purchase-cta,.ccode-ua .zwc-purchase-cta,.ccode-au .zwc-purchase-cta,.ccode-in .zwc-purchase-cta{
    display:block;
}

/* Pricing section styles ends*/

/* cta section starts */
.zwc-cta-section{
    background-color: #081F3E;
    text-align: center;
     padding: 80px 0;
}
.zwc-cta-section .zwc-cta-content{
    max-width: 700px;
    margin: auto;
}
.zwc-cta-section h2{
    text-align: center;
    color: #fff;
    font-size: 38px;
    margin-left: auto;
    margin-right: auto;
}
.zwc-cta-section p{
    text-align: center;
    color: #fff;
    margin: 0 auto 30px;
}
/* cta section ends*/




/* responsive styles starts */
@media only screen and (max-width:1440px){
    .zwc-banner-section h1 {
        font-size: 48px;
    }
    .zwc-banner-section p {
        font-size: 16px;
    }
    .zwc-two-column-section h2 {
        font-size: 38px;
    }
    .zwc-two-column-section p {
        font-size: 16px;
    }
    .zwc-banner-section .zwc-row {
        gap: 61px;
    }
    .zwc-banner-section .zwc-image svg{
        display: none;
    }
    .zwc-banner-section .zwc-image{
        max-width: 400px;
    }
    .zwc-banner-section .zwc-single-image{
        max-width: 100%;
    }
    .browser-icon {
        bottom: -21%;
        right: 5%;
    }
    .zwc-banner-section span.zwc-scissor-icon{
        display: none;
    }
  .zwc-blue-fold .zwc-row {
       padding: 220px 110px;
   }
  .zwc-two-column-section .zwc-blue-fold .zwc-image:after {
       display: none;
 }
}
@media only screen and (max-width:1199px){
    .zwc-banner-section img.zwc-second-ss {
        width: 32%;
        right: -3%;
        bottom: 18%;
    }
.zwc-blue-fold .zwc-row {
    padding: 140px 130px 120px;
}
.zwc-blue-fold .zwc-row .zwc-image img {
    bottom: -345px;
    width: 85%;
}
.zwc-two-column-section .zwc-image img.zwc-secondary {
    width: 28%;
    right: -2%;
}
}
@media only screen and (max-width:1024px){
    .zwc-two-column-section h2,.zwc-cta-section h2 {
        font-size: 32px;
    }
    .zwc-banner-section h1 {
        font-size: 40px;
    }
.zwc-pricing-section .zwc-pricing-card {
    max-width: 690px;
}
}


@media only screen and (max-width:991px){
    .zwc-section {
        padding: 43px 0;
    }
    .zwc-banner-section{
        padding: 40px 0 80px;
    }
    .zwc-cta-section{
        padding: 43px 0;
    }
    .zwc-col-4,.zwc-col-6,.zwc-col-8{
        width: 100%;
    }
    .zwc-row,.zwc-two-column-section .content-wrap:nth-child(even) .zwc-row{
        flex-direction: column;
        gap: 40px;
        padding: 30px 0;
    }
    .zwc-banner-section p {
        margin-bottom: 24px;
    }
    .zwc-image,.zwc-banner-section .zwc-single-image{
        max-width: 480px;
    }

    .zwc-content{
        text-align: center;
    }
    .zwc-section p {
        max-width: 630px;
        margin-left: auto;
        margin-right: auto;
    }
.zwc-two-column-section .content-wrap:nth-child(even) .zwc-row.zwc-row-order{
    flex-direction: column;
}
.zwc-blue-fold .zwc-row {
    padding: 130px 130px 0;
    position: relative;
}
.zwc-blue-fold .zwc-row .zwc-image img {
            margin-bottom: -40%;
        width: 100%;
        position: relative;
        bottom: 0;
}
.zwc-two-column-section .zwc-single-col .zwc-image {
    max-width: 480px;
}
.zwc-two-column-section .zwc-blue-fold .zwc-image{
    text-align: center;
}
    .zwc-blue-fold .zwc-row .zwc-image img {
        width: 70%;
}
.zwc-pricing-section .content-wrap {
    padding: 80px 0;
}
.zwc-pricing-section .zwc-price-wrap p {
    margin-left: 0;
}
}
@media only screen and (max-width:767px){
.zw-product-header:before {
    background: url(/sites/zweb/images/notebook/share-collaborate/zns-pattern.png) repeat 0 -5px / 30px;
}
    .zwc-banner-section{
        padding: 40px 0 50px;
    }
    .zwc-banner-section h1 {
        font-size: 32px;
    }
.zwc-cta-section h2 {
        font-size: 26px;
    }
    .zwc-two-column-section .zwc-row {
        padding: 35px 0;
    }
    .zwc-section {
        text-align: center;
    }
    .zwc-two-column-section .zwc-row,.zwc-two-column-section .zwc-row:nth-child(even){
        gap: 13px;
    }
    .zwc-two-column-section h2 {
        font-size: 26px;
    }
    .zwc-two-column-section{
        padding: 25px 0;
    }
    .zwc-banner-section .zwc-image {
        max-width: 320px;
    }
    .zwc-banner-section .zwc-single-image{
        max-width: 480px;
    }
    .browser-icon {
       display: none;
    }
    .zwc-banner-section img.zwc-prime-img {
        width: 100%;
    }
    .zwc-banner-section img.zwc-second-img,.zwc-second-ss{
        display: none;
    }
.zwc-two-column-section .zwc-image img.zwc-secondary{
        display: none;
}
    .zwc-blue-fold .zwc-row {
        padding: 73px 56px 0;
}
    .zwc-blue-fold .zwc-row .zwc-image img {
        width: 100%;
}
.zwc-pricing-section .zwc-pricing-card {
    max-width: 430px;
}
.zwc-pricing-section .zwc-pricing-header {
        padding: 22px 23px;
}
.zwc-pricing-section .zwc-features {
    padding: 40px 30px;
}
.zwc-pricing-section .zwc-accordion-content ul,.zwc-pricing-section .zwc-accordion-content p {
    text-align: left;
}
.zwc-pricing-section .zwc-price-wrap {
    justify-content: space-between;
        width: 100%;
}
.zwc-pricing-section .zwc-price {
    font-size: 37px;
}
.zwc-pricing-section h2 {
    margin-bottom: 30px;
}
.zwc-flex-wrap{
    flex-wrap: wrap;
}
.zwc-purchase-cta{
    margin: 30px auto 0;
}
.zwc-purchase-cta a {
    padding: 10px 59px;
}
}
@media screen and (max-width: 480px) {
    .zwc-pricing-section .content-wrap {
        padding: 0;
        background: none;
    }
.zwc-pricing-section .zwc-price-wrap p {
    font-size: 15px;
}
.zwc-pricing-section .zwc-pricing-header sup {
    font-size: 18px;
}
.zwc-pricing-section .zwc-price-wrap p {
    margin-right: 0;
}

    .zwc-pricing-section .zwc-price {
        font-size: 28px;
}
.zwc-shape-video video{
    width: 65%;
}
}
/* responsive styles ends*/





@media screen and (min-width: 767px) {
    .zwc-banner-section .zwc-single-image{
        opacity: 0;
        visibility: hidden;
    }
    .zwc-banner-section .middle-animated .zwc-single-image{
        animation: .7s ease-out forwards slideDown;
    }
    .zwc-two-column-section .zwc-image{
        opacity: 0;
        visibility: hidden;
    }
    .zwc-two-column-section .content-wrap.middle-animated:nth-child(odd) .zwc-image {
        animation: .7s ease-out forwards slideLeft;
    }
    .zwc-two-column-section .content-wrap.middle-animated:nth-child(even) .zwc-image {
        animation: .7s ease-out forwards slideRight;
    }
   .zwc-two-column-section .content-wrap.middle-animated.zwc-blue-fold .zwc-image{
        animation: .7s ease-out forwards slideDown;
   }
    .zwc-two-column-section .content-wrap.middle-animated .zwc-single-col .zwc-image {
        animation: .7s ease-out forwards slideDown;
    }
    @keyframes scaling {
          from{
            transform: scale(0);
          }
          to{
            transform: scale(1);
          }
    }
      @keyframes draw {
        100% {
            stroke-dashoffset: 0
        }
     }
    @keyframes fade-in {
        from {
            opacity: 0;
          }
          to {
            opacity: 1;
          }
    }

    @keyframes slideRight{
        from{
            visibility: hidden;
            opacity: 0;
            transform: translateX(30px);
        }
        to{
            visibility: visible;
            opacity: 1;
            transform: translateX(0);
        }
    }
    @keyframes slideLeft{
        from{
            visibility: hidden;
            opacity: 0;
            transform: translateX(-30px);
        }
        to{
            visibility: visible;
            opacity: 1;
            transform: translateX(0);
        }
    }
    @keyframes slideDown{
        from{
            visibility: hidden;
            opacity: 0;
            transform: translateY(30px);
        }
        to{
            visibility: visible;
            opacity: 1;
            transform: translateY(0);
        }
    }
}</pre></body></html>