<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.ztax-container {
    max-width: 1410px;
    margin: 30px auto 0;
    text-align: right;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0px 30px;
    box-sizing: border-box;
}
.mob-title{
   display: none;
}
.ztax-container&gt;p {
    display: flex;
    align-items: center;
    width: max-content;
    font-size: 11px;
}
.compare-txt {
    color: #000;
    font-size: 16px;
    display: flex;
    align-items: center;
}
.crm-free-sec {
    max-width: 1410px;
    align-items: unset;
}
.crm-free-sec-cnt {
    width: 60%;
    border-right: unset;
    display: flex;
    background: #fff;
    padding: 90px 50px;
    border-radius: 25px;
    border: 1px solid #000;
    box-sizing: border-box;
    justify-content: space-between;
}
.cmn-links {
    width: 37%;
    box-sizing: border-box;
    background-color: #ffebcf;
    display: flex;
    padding: 60px;
    flex-direction: column;
    justify-content: center;
    border-radius: 25px;
}
.grad-txt {
     background-image: -moz-linear-gradient(90deg,#1c32d4 0%,#4bd1fd 20%,#226ae6 36%,#8779f1 52%,#e96f8c 61%,#f7955e 78%,#cf6d7c 92%,#5536ba 100%);
    background-image: -webkit-linear-gradient(90deg, #1c32d4 0%, #4bd1fd 20%, #226ae6 36%, #8779f1 52%, #e96f8c 61%, #f7955e 78%, #cf6d7c 92%, #5536ba 100%);
    background-image: -ms-linear-gradient(90deg,#1c32d4 0%,#4bd1fd 20%,#226ae6 36%,#8779f1 52%,#e96f8c 61%,#f7955e 78%,#cf6d7c 92%,#5536ba 100%);
    background-image: linear-gradient(90deg, #1c32d4 0%, #4bd1fd 20%, #226ae6 36%, #8779f1 52%, #e96f8c 61%, #f7955e 78%, #cf6d7c 92%, #5536ba 100%);
 -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    font: 18px / 1.5 var(--zf-primary-semibold);
}
.crm-free-sec-cnt h3{
     font: 48px / 1.2 var(--zf-primary-semibold);
    padding-bottom: 10px;
}
.crm-free-sec-cnt p {
    font: 18px / 1.4 var(--zf-primary-regular);
    padding: 0px;
}
.crm-free-sec-cnt-lft {
    width: 50%;
}
.crm-free-sec-cnt-rgt {
        width: max-content;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    text-align: center;
}
.crm-free-sec-cnt-rgt span.detail {
    margin: 0px;
}
.caption-txt{
     margin: 0 0 25px;
     display: block;
     font-size: 12px;
}
.popup-btn {
    display: block;
    margin: 0 auto;
    background: #e7f1ff;
    width: max-content;
    padding: 9px 15px;
    border-radius: 5px;
    border: 1px solid #0067ff;
    cursor: pointer;
   font-size: 15px;
}
.cmn-links h3 {
       font: 24px / 1.5 var(--zf-primary-semibold);
 }
.cmn-links p {
    font: 18px / 1.4 var(--zf-primary-regular);
    padding: 10px 0px 35px;
}
.cmn-links a {
       width: max-content;
    border-radius: 5px;
}
.show-others.crm-free-sec{
         justify-content: center;
}
.show-others .cmn-links{
     width: 900px;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
}
.show-others .cmn-links-top{
        width: 70%;
}
.show-others .cmn-links p {
    padding-bottom: 0px;
}
.crm-pricing-popup {
   position: fixed;
    z-index: 10000;
    width: 100vw;
    height: 100vh;
    background: #fff3e3;
    top: 0;
     display: flex;
    align-items: center;
    display: none;
}
.crm-pricing-popup-wrap {
         max-width: 850px;
    margin: 0 auto;
    height: calc(100vh - 100px);
    background: #fff;
   border-radius: 35px;
   position: relative;
}
.pop-close-btn {
    position: absolute;
    width: 17px;
    height: 17px;
    font-size: 12px;
    color: #fff;
    background: #66615b;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    right: 20px;
    top: 20px;
}
.crm-pricing-popup-inner-wrap {
    overflow: scroll;
    height: 100%;
}
.crm-pricing-popup-inner {
    padding: 70px 60px;
    text-align: center;
}
.crm-pricing-popup-inner h2{
    font: 36px / 1.25 var(--zf-primary-semibold);
    padding-bottom: 35px;
}
.crm-pricing-popup-inner h3{
    font: 24px / 1.2 var(--zf-primary-medium);
}
.crm-pricing-popup-inner p {
    font: 16px / 1.5 var(--zf-primary-regular);
}
.crm-popup-top-para {
     max-width: 600px;
    margin: 0 auto;
}
.modules-compare {
        display: flex;
    max-width: 650px;
    margin: 40px auto 0px;
   justify-content: space-between;
}
.modules-compare-lft, .modules-compare-rgt {
   width: 48%;
   display: flex;
    flex-direction: column;
    justify-content: space-between;
    text-align: left;
}
.pop-para-1 {
   font: 16px / 1.5 var(--zf-primary-regular);
    max-width: 500px;
    margin: 0 auto;
    padding: 35px 0px 0px;
}
.table-section {
    border-radius: 20px;
    border: 1px solid #0067ff;
    margin-top: 50px;
    overflow: hidden;
}
.table-section-2 {
    margin-top: -1px;
}
.table-section h3{
    background: #fff3e3;
    padding: 12px 0px;
    border-bottom: 1px solid #0067ff;
}
.title-section {
   display: flex;
}
.title-section .title-section-txt{
   display: block;
    width: 50%;
    border-bottom: 1px solid #0067ff;
    padding: 12px 0px;
    text-align: left;
    padding-left: 30px;
}
.title-section span.title-section-txt:first-child{
    border-right: 1px solid #0067ff;
}
.list-table {
    display: flex;
}
.list-lft,.list-rgt{
        width: 50%;
    border-right: 1px solid #0067ff;
} 
.list-rgt{
    border-right: none;
} 
.list-table ul li{
    font: 16px / 1.5 var(--zf-primary-regular);
    text-align: left;
    padding-left: 30px;
    position: relative;
    padding-bottom: 10px;
}
.list-table ul{
    padding: 15px 30px 20px;
}
.list-table .list-lft ul li::before{
    content: '';
    position: absolute;
    left: 0;
    top: 2px;
    background-position: -302px -9px;
    width: 20px;
    height: 20px;
    background-image: url(/sites/zweb/images/crm/crm-pricing2022-sprite.svg);
    display: inline-block;
}
.list-table .list-rgt ul li::before{
    content: '';
    position: absolute;
    left: 0;
    top: 2px;
    background-position: -325px -9px;
    width: 20px;
    height: 20px;
    background-image: url(/sites/zweb/images/crm/crm-pricing2022-sprite.svg);
    display: inline-block;
}
.table-section-2 .list-table .list-rgt ul {
    padding-bottom: 0px;
}
.pop-para-2 {
       text-align: left;
    padding: 0px 30px;
 }
.pop-para-3, .pop-para-4 {
    padding-top: 35px;
 }
.crm-pricing-popup p a, .crm-pricing-popup li a{
   color: #0067ff;
   font-family: var(--zf-primary-semibold);
}
.bld-txt {
   font-family: var(--zf-primary-semibold);
}
.pop-foot-sec {
   text-align: left;
    margin-top: 45px;
}
.pop-foot-sec ul {
    padding-top: 15px;
}
.pop-foot-sec ul li {
    font: 16px / 1.5 var(--zf-primary-regular);
    text-align: left;
    padding-left: 30px;
    position: relative;
    padding-bottom: 10px;
}
.pop-foot-sec ul li::before {
    content: '';
    position: absolute;
    left: 0;
    top: 2px;
    background-position: -302px -9px;
    width: 20px;
    height: 20px;
    background-image: url(/sites/zweb/images/crm/crm-pricing2022-sprite.svg);
    display: inline-block;
}

@media only screen and (max-width: 1140px) {
    .compare-txt {
    width: max-content;
    margin: 0 auto;
    margin-top: 20px;
}
.ztax-container {
    max-width: max-content;
    display: block;
}
.crm-free-sec {
    max-width: 800px;
    display: block;
}
.crm-free-sec-cnt {
    width: 100%;
    padding: 40px 50px;
}
.crm-free-sec-cnt-rgt {
    justify-content: center;
}
.cmn-links {
    width: 100%;
    margin-top: 50px;
   padding: 40px 50px;
}
.show-others .cmn-links{
     width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
    margin-top: 0px;
}
.show-others .cmn-links-top{
        width: 100%;
}
.show-others .cmn-links p {
        padding-bottom: 25px;
}
}

@media only screen and (max-width: 992px) {
   .crm-free-sec-cnt {
        width: 100%;
        text-align: left;
        padding: 40px 30px;
        max-width: 700px;
    }
.crm-free-sec-cnt-rgt {
    text-align: center;
}
.crm-pricing-popup-wrap {
    max-width: 700px;
}
.crm-pricing-popup-inner {
    padding: 50px;
}
.cmn-links {
    padding: 40px 30px;
    margin-top: 35px;
}
}

@media only screen and (max-width: 767px) {
    .ztax-container&gt;p {
    width: 100%;
}
    .compare-txt {
        text-decoration: underline;
        width: 100%;
        text-align: center;
    }
.crm-free-sec-cnt {
    display: block;
    padding: 40px 30px;
}
.crm-free-sec-cnt-lft {
    width: 100%;
    text-align: center;
}
.crm-free-sec-cnt-rgt {
        text-align: center;
        width: 100%;
        margin-top: 20px;
   }
.crm-free-sec-cnt h3 {
    font: 36px / 1.2 var(--zf-primary-semibold);
    padding-bottom: 5px;
}
.caption-txt{
     margin: 0 0 20px;
}
.cmn-links {
    padding: 40px 30px;
    margin-top: 30px;
    text-align: center;
}
.cmn-links p {
    padding: 10px 0 0px;
}
.show-others .cmn-links p {
        padding-bottom: 0px;
}
.cmn-links h3 {
    font: 22px / 1.5 var(--zf-primary-semibold);
}
.crm-pricing-popup-wrap {
        max-width: 90%;
}
.crm-pricing-popup-inner {
                padding: 40px 30px;
    }
.crm-pricing-popup-inner h2 {
    font: 26px / 1.25 var(--zf-primary-semibold);
    padding-bottom: 20px;
}
.crm-pricing-popup-inner h3 {
    font: 20px / 1.3 var(--zf-primary-medium);
        text-align: left;
        padding-bottom: 5px;
}
.modules-compare {
    display: block;
    margin: 25px auto 0;
}
.modules-compare-lft, .modules-compare-rgt
 {
    width: 100%;
}
.modules-compare-lft {
    margin-bottom: 20px;
}
.pop-para-1 {
    padding: 20px 0 0;
}
.table-section {
    border: none;
    margin-top: 25px;
    overflow: auto;
    border-radius: 0px;
}
.table-section h3 {
    background: unset;
    border-bottom: none;
    padding-top: 0px;
    padding-bottom: 15px !important;
    text-align: left;
}
.crm-pricing-popup-inner p {
    text-align: left;
}
.title-section {
    display: none;
}
.mob-title {
        display: block;
        text-align: left;
        position: relative;
       padding-bottom: 0px;
}
.mob-title::after{
  content: "";
        width: 0;
        height: 0;
        border-left: 6px solid transparent;
        border-right: 6px solid transparent;
        border-top: 6px solid #888;
        position: absolute;
        right: 0px;
        top: 8px;
        border-radius: 6px;
        z-index: 0;
        transition: 0.2s;
}
.mob-title.active::after{
  transform: rotate(180deg)
}
.list-table {
    display: block;
}
.list-lft, .list-rgt {
    width: 100%;
    border: 1px solid #0067ff;
        padding: 20px;
        border-radius: 10px;
        box-sizing: border-box;
}
.list-rgt {
    margin-top: -1px;
}
.list-table ul {
    padding: 0px 0px 20px;
}
.table-section-2 {
    margin-top: 40px;
}
.title-list-container {
   display: none;
    padding-top: 15px;
}
.list-lft .title-list-container {
display: block;
}
.pop-foot-sec {
    margin-top: 35px;
}
.pop-para-3, .pop-para-4 {
    padding-top: 25px;
}
.pop-close-btn {
    top: -25px;
}
}</pre></body></html>