<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">body{
	background-color: #fff;
	margin: 0;
}

.field-body p, .field-body h1,.field-body h2{
	margin: 0;
}

.field-body h1{
    font-family: var(--zf-primary-extrabold);
}

.field-body h2{
    font-family: var(--zf-primary-bold);
}

.field-body .section.banner-section {
    padding: 100px 0;
}

.field-body .section {
    padding: 110px 0 0 0;
}

.foot-section {
    margin-top: 110px;
}

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

.banner-section .content-wrap {
    max-width: 1170px;
}

.content-wrap {
    padding: 0;
    max-width: 1170px;
}

.banner-section {
    background-color: #F7F8FC;
}

.act-btn {
    background-color: #DE5547;
    padding: 10px 15px;
}

.cont-request-demo-cta {
    font-size: 15px;
    color: #000;
    font-family: var(--zf-primary-semibold),sans-serif;
    padding: 10px 30px;
    text-align: center;
    text-transform: uppercase;
    cursor: pointer;
    border: 1px solid black;
}

.banner-section h1 {
    font-size: 52px;
    margin-bottom: 20px;
    line-height: 1.1;
}

.banner-section p {
    margin-bottom: 20px;
    font-size: 17px;
    max-width: 512px;
}

.banner-section h1 span {
    /*color: #FD4444;*/
    display: block;
}

.banner-section .left-wrap {
    width: 100%;
    max-width: 60%;
}

.banner-section .right-wrap {
    width: 100%;
    max-width: 40%;
}

.banner-pic {
    max-width: 430px;
    /* margin: 0 auto; */
}

.banner-section .cta {
    display: flex;
    flex-wrap: nowrap;
    align-content: center;
    justify-content: flex-start;
    align-items: center;
}

.banner-section .cta a {
    margin-right: 10px;
}

.nav-section {
    padding: 15px 0;
    min-height: 70px;
}

.nav-section ul {
    display: flex;
    justify-content: space-evenly;
}

.nav-section ul li {
    font-size: 18px;
    padding: 15px 10px;
    cursor: pointer;
    user-select: none;
    border-bottom: 2px solid transparent;
}

.nav-section ul li.active {
    font-weight: 900;
    color: #36aaff;
    border-color: #36aafc;
}

.tab.section .tab-title h2 {
    font-size: 42px;
    text-align: center;
    margin-bottom: 50px;
}

.content-accordian .accordion a {
    color: #000;
    font-weight: 900;
    font-size: 20px;
    margin-bottom: 30px;
    display: block;
    text-indent: 50px;
    position: relative;
    cursor: pointer;
    transition: 0.3s;
}

.content-accordian .accordion a span{
    margin-left: 10%;
    display: block;
    text-indent: 0;
}

.content-accordian dd {
    margin-bottom: 30px;
    margin-left: 10%;
    font-size: 17px;
    max-width: 450px;
    line-height: 1.8;
}

.content-accordian .accordion a:before,.content-accordian .accordion a:after,.banner-accordian::after {
    box-sizing: unset;
}

.content-accordian .accordion a:after {
    content: "";
    position: absolute;
    border: 1.5px solid #000;
    height: 25px;
    width: 25px;
    border-radius: 30px;
    left: 0;
    top: 0;
}

.content-accordian .accordion a:not(.open):before {
    content: "+";
    position: absolute;
    left: 0;
    font-size: 26px;
    top: 0;
    text-indent: 0;
    line-height: 1;
    width: 25px;
    height: 25px;
    display: flex;
    justify-content: center;
    padding: 2px;
    align-items: center;
}

.content-accordian .accordion a.open:before {
    content: "";
    height: 3px;
    width: 13px;
    background-color: #000;
    position: absolute;
    left: 8px;
    top: 13px;
}

.content-accordian .accordion a.open{
    margin-bottom: 10px;
}

.tab-content .content-accordian {
    width: 100%;
    max-width: 50%;
}

.foot-section {
    background-color: #0f2246;
}

.foot-section .wrap {
    max-width: 75%;
    margin: 0 auto;
    padding: 120px 0;
}

.foot-section h2 {
    line-height: 1.2;
    font-size: 42px;
    text-align: center;
    margin-bottom: 20px;
    font-weight: 900;
    font-family: 'Zoho_Puvi_Bold';
    color: #fff;
}

.foot-section .cta {
    display: flex;
    flex-wrap: nowrap;
    align-content: center;
    justify-content: center;
    align-items: center;
}

.foot-section  .cont-request-demo-cta {
    color: #fff;
    border: 1px solid white;
    margin-left: 10px;
}

.tab-content .banner-accordian {
    width: 100%;
    max-width: 45%;
    position: relative;
}

.banner-accordian::after {
    background: url(/sites/zweb/images/contracts/features/orange.png);
    content: "";
    width: 100%;
    height: 100%;
    background-repeat: repeat;
    background-position: 0px 0;
    background-size: 120px auto;
    position: absolute;
    touch-action: none;
    user-select: none;
    top: 0;
    z-index: -1;
}

.banner-accordian.red::after {
    background: url(/sites/zweb/images/contracts/features/red.png);
}

.banner-accordian.green::after {
    background: url(/sites/zweb/images/contracts/features/green.png);
}

.banner-accordian.blue::after {
    background: url(/sites/zweb/images/contracts/features/blue.png);
}

.contain-img {
    width: 90%;
    margin: 0 auto;
    padding: 25px 0;
    min-height: 530px;
    display: flex;
    justify-content: center;
    max-height: 530px;
}

.contain-img img {
    max-height: inherit;
    object-fit: contain;
    width: 100%;
}

#headerSticky.sticky {
    position: fixed;
    top: 0;
    margin: 0 auto;
    left: 2%;
    right: 2%;
    z-index: 1;
    background-color: #fff;
}

dl.accordion {
    margin-top: 5%;
}

/*.tab-content .banner-accordian:before {
    border-radius: 10px;
    content: "";
    position: absolute;
    width: 45%;
    height: 2px;
    background-color: #febe2f;
    top: -10px;
}
*/
.banner-accordian.red::before {
    background-color: #e75959;
}

.banner-accordian.green::before {
    background-color: #5ce072;
}

.banner-accordian.blue::before {
    background-color: #22b1fc;
}

.zw-product-header {
    background-color: #f7f8fc;
}

.loadingbk {
    display: inline-block;
    width: 80px;
    height: 80px;
    position: absolute;
    z-index: 999;
    left: 40%;
    right: 40%;
    top: 40%;
    bottom: 40%;
}

.loadingbk:after {
  content: " ";
  display: block;
  width: 64px;
  height: 64px;
  margin: 8px;
  border-radius: 50%;
  border: 6px solid #000;
  border-color: #6d6d6d transparent #6d6d6d transparent;
  animation: loadingbk 1.2s linear infinite;
}
@keyframes loadingbk {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}




/*MEDIA QUERIES*/

@media (max-width:1200px){

    .banner-section h1 {
        font-size: 48px;
    }

    .contain-img {
        min-height: 430px;
        max-height: 430px;
    }

    .nav-section ul li{
        font-size: 13px;
    }

    .field-body .section.banner-section {
        padding: 80px 0;
    }

    .field-body .section {
        padding: 60px 0 0 0;
    }

    .foot-section {
        margin-top: 60px;
    }

    .foot-section h2 {
        font-size: 40px;
    }

    .tab.section .tab-title h2 {
        font-size: 30px;
        margin-bottom: 40px;
    }

    .content-accordian .accordion a {
        font-size: 15px;
    }

    .content-accordian dd {
        font-size: 13px;
        width: 70%;
    }
    .content-accordian .accordion a:not(.open):before {
        font-size: 24px;
        height: 22px;
        width: 24px;
        padding: 1px;
    }

    .content-accordian .accordion a:after {
        height: 22px;
        width: 22px;
    }

    .content-accordian .accordion a.open:before {
        height: 3px;
        width: 11px;
        left: 7px;
        top: 12px;
    }

    .foot-section .wrap {
        max-width: 75%;
        padding: 100px 0;
    }

    .tab-content .flex-wrap {
        justify-content: space-around;
    }

    .tab-content .banner-accordian {
        max-width: 40%;
    }

}

@media (max-width:992px){
    .contain-img {
        min-height: 350px;
        max-height: 350px;
    }

    .banner-section .content-wrap {
        max-width: 800px;
    }

    .banner-section h1 {
        font-size: 38px;
    }

    .banner-section p {
        font-size: 15px;
        max-width: 850px;
    }

    .cont-request-demo-cta,.act-btn {
        font-size: 12px;
    }

    .content-wrap {
        max-width: 880px;
    }

    #headerSticky.sticky {
        left: 5%;
        right: 5%;
    }

    .nav-section ul li {
        font-size: 12px;
    }

    .field-body .section.banner-section {
        padding: 70px 0;
    }

    .field-body .section {
        padding: 50px 0 0 0;
    }

    .foot-section {
        margin-top: 50px;
    }

    .content-accordian dd {
        font-size: 12px;
        width: 75%;
    }

    .content-accordian .accordion a {
        font-size: 14px;
    }

    .content-accordian .accordion a:not(.open):before {
        font-size: 20px;
        height: 20px;
        width: 20px;
        padding: 1px;
    }

    .content-accordian .accordion a:after {
        height: 18px;
        width: 18px;
    }

    .content-accordian .accordion a.open:before {
        height: 3px;
        width: 10px;
        left: 6px;
        top: 10px;
    }

    .foot-section .wrap {
        padding: 90px 0;
    }

    .foot-section h2 {
        font-size: 33px;
    }

    .tab.section .tab-title h2 {
        font-size: 28px;
        margin-bottom: 35px;
    }

    .foot-section .wrap {
        max-width: 850px;
    }

}

@media (max-width:767px){

    .contain-img {
        min-height: 260px;
        max-height: 260px;
    }

    .banner-section .content-wrap {
        max-width: 650px;
    }

    .banner-section h1 {
        font-size: 30px;
    }

    .banner-section p {
        font-size: 12px;
        max-width: 650px;
    }

    .cont-request-demo-cta, .act-btn {
        font-size: 11px;
        padding: 8px 11px;
    }

    .nav-section {
        display: none !important;
    }

    .content-wrap {
        max-width: 720px;
    }

    .field-body .section {
        padding: 30px 0 0 0;
    }

    .content-accordian .accordion a {
        font-size: 13px;
    }

    .content-accordian dd {
        font-size: 11px;
        width: 75%;
    }

    .content-accordian .accordion a:not(.open):before {
        font-size: 20px;
        height: 16px;
        width: 17px;
        padding: 1px;
    }


    .content-accordian .accordion a:after {
        height: 15px;
        width: 15px;
    }

    .content-accordian .accordion a.open:before {
        height: 2.2px;
        width: 8.5px;
        left: 5px;
        top: 8.5px;
    }

    .tab.section .tab-title h2 {
        font-size: 22px;
        margin-bottom: 30px;
    }

    .foot-section .wrap {
        max-width: 650px;
        padding: 70px 0 60px 0;
    }

    .foot-section h2 {
        font-size: 30px;
    }

}

@media (max-width:640px){

    .banner-section .content-wrap {
        max-width: 570px;
    }

    .flex-wrap {
        flex-direction: column;
    }


    .banner-section .left-wrap {
        width: 100%;
        max-width: 95%;
        text-align: center;
    }

    .banner-section h1 {
        font-size: 30px;
    }

    .banner-section p {
        font-size: 12px;
        max-width: 400px;
        margin: 0 auto;
        margin-bottom: 25px;
    }

    .banner-section .cta {
        justify-content: center;
    }

    .banner-section .right-wrap {
        width: 100%;
        max-width: 60%;
        margin-top: 50px;
    }

    .tab.section .tab-title h2 {
        font-size: 24px;
        margin-bottom: 30px;
    }

    .tab-content .content-accordian {
        max-width: 90%;
        margin: 0 auto;
    }

    .tab-content .banner-accordian {
        max-width: 40%;
        display: none;
    }

    .tab.section .tab-title h2 {
        font-size: 24px;
        margin-bottom: 10px;
    }

    .foot-section .wrap {
        max-width: 570px;
        padding: 60px 0;
    }

    .foot-section h2 {
        font-size: 27px;
    }

}

@media (max-width:480px){

    .banner-section h1 {
        font-size: 26px;
    }

    .banner-section p {
        max-width: 360px;
    }

    .foot-section .wrap {
        max-width: 100%;
        padding: 50px 0 40px 0;
    }

    .banner-section .content-wrap {
        max-width: 425px;
    }

    .content-wrap {
        max-width: 430px;
    }

    .foot-section h2 {
        font-size: 24px;
    }

}

@media (min-width: 1200px) {
    #headerSticky.sticky {
        top: 66px;
    }    
}
</pre></body></html>