<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">*,
*:before,
*:after {
    box-sizing: border-box;
}

.zw-product-header,
.main-container-wrapper .zw-product-header,
.integration-menu-section,
.main-container {
    background: #01003c;
}

.zw-product-header {
    display: none;
}

.banner-section {
    padding: 100px 0 50px;
    position: relative;
    text-align: center;
    color: #fff;
    background: #01003c;
}

.banner-section .content-wrap {
    padding-bottom: 200px;
    z-index: 1;
}

.banner_inner h1 {
    font-size: 66px;
    line-height: 80px;
    font-family: var(--zf-primary-semibold);
    margin: 0 auto 20px;
    max-width: 900px;
}

.banner_inner p {
    margin: 0 auto 25px;
    max-width: 690px;
    text-align: center;
}

a.explore_now {
    color: #03A9F5;
    font-family: var(--zf-primary-bold);
    border-bottom: 1px solid #49A8EF;
    padding-bottom: 5px;
}

.zoho_logo {
    display: inline-block;
    width: 110px;
    height: 50px;
    background: url(https://www.zohowebstatic.com/sites/zweb/images/commonroot/zoho-logo-darkbg.svg) no-repeat;
    background-size: 110px auto;
    margin-bottom: 15px;
}

.zh-video {
    width: 100%;
    position: absolute;
    left: 0;
    bottom: 0;
    z-index: 0;
    right: 0;
    margin: auto;
    max-width: 1920px;
}

.brand-trust-section {
    padding: 100px 0;
    background: #090936;
    font-size: 16px;
}

.brand-trust-inner h3 {
    color: #585895;
    font-size: 14px;
    font-family: var(--zf-primary-regular);
    text-align: center;
}

.brand_list {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    max-width: 1250px;
    margin: 0 auto 80px;
    gap: 0 50px;
}

.brand_list li {
    background: url(/sites/zweb/images/zoho_general_pages/cross-sell-campaign/customer-logo-sprite.png) no-repeat;
    background-size: 980px;
    margin-top: 40px;
}

li.iifl_icon {
    width: 123px;
    height: 49px;
}

li.spicejet_icon {
    width: 130px;
    height: 45px;
    background-position: -140px 0;
}

li.loreal_icon {
    width: 114px;
    height: 44px;
    background-position: -276px 0;
}

li.purolite_icon {
    width: 152px;
    height: 47px;
    background-position: -394px 0;
}

li.amazon_icon {
    width: 130px;
    height: 53px;
    background-position: -553px 0;
}

li.tataplay_icon {
    width: 177px;
    height: 44px;
    background-position: -686px 0;
}

li.zomato_icon {
    width: 117px;
    height: 44px;
    background-position: -868px 0;
}


.slider_custom {
    display: flex;
    align-items: center;
    justify-content: center;
    max-width: 90%;
    margin: 0 auto;
}

.click_list {
    margin-right: 80px;
    min-width: 160px;
}

.click_list li {
    font-family: var(--zf-primary-semibold);
    font-size: 12px;
    padding-bottom: 12px;
    margin-bottom: 20px;
    color: #585895;
    border-bottom: 1px solid transparent;
    cursor: pointer;
    text-transform: uppercase;
}

.click_list li.active {
    border-bottom: 1px solid #585895;
    color: #49A8EF;
    position: relative;
}

.click_list li.active::before {
    content: "";
    width: 0%;
    height: 1px;
    position: absolute;
    bottom: -1px;
    display: block;
    animation: 10s linear borderX;
    background: #49A8EF;
}

.list_content_section {
    max-width: 1270px;
    width: calc(100% - 200px);
    position: relative;
}

.list_content_section::before {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    background: linear-gradient(180deg, #E68888 0%, #A745CB 100%);
    border-radius: 0px 12px;
    transform: rotate(3deg);
    transition: all 1s ease;
}

.list_content_section.active::before {
    transform: rotate(0deg);
    background: #fff;
    border-radius: 12px 0;
}

.list_content {
    background: #FFFFFF;
    border-radius: 12px 0px;
    padding: 90px 70px;
    position: relative;
    display: none;
    min-height: 740px;
}

.list_content.active {
    display: block;
}

.list_content h2 {
    font-size: 36px;
    font-family: var(--zf-primary-semibold);
    max-width: 850px;
}

.list_content h2+p {
    max-width: 750px;
}

.learn_more {
    font-family: var(--zf-secondary-medium);
    font-size: 13px;
    max-width: 140px;
    min-width: 140px;
    padding: 13px 25px;
    border: 1px solid #03A9F5;
    border-radius: 2px;
    color: #03A9F5;
    display: inline-block;
}

.prod_flx {
    display: flex;
    justify-content: space-between;
    margin-top: 40px;
}

.prod_list {
    width: 18%;
    max-width: 185px;
    text-align: center;
    margin-top: 30px;
}

.prod_list h4 {
    font-size: 13px;
    font-family: var(--zf-primary-regular);
    margin-bottom: 35px;
}

.prod_list h3 {
    font-size: 20px;
    font-family: var(--zf-primary-semibold);
    margin-bottom: 10px;
}

.prod_list h3+p {
    font-size: 13px;
}

.prod_list div {
    border: 1px solid #E5E5E5;
    width: 53px;
    height: 53px;
    margin: 0 auto 12px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.prod_list .border_semi {
    border-radius: 18px;
}

.prod_list .border_full {
    border-radius: 100%;
}

.arrowloop {
    margin-top: 58px;
    margin-bottom: auto;
}

.shapes_animate {
    position: absolute;
    top: -70px;
    right: -60px;
    -webkit-transform: translate(0, -20px);
    transform: translate(0, -20px);
    animation: 3s ease-in-out floatanimmation infinite;
}

.list_content.list_content_5 .prod_flx {
    max-width: 780px;
    margin: 20px auto 0;
}

.drive-impact-section {
    padding: 150px 0;
}

.drive_flex {
    display: flex;
    justify-content: center;
    align-items: center;
}

.drive_head {
    max-width: 370px;
    margin-right: 100px;
    position: relative;
}

.drive_head h2 {
    font-size: 50px;
    font-family: var(--zf-primary-semibold);
    line-height: 60px;
}

.drive_head a {
    font-size: 15px;
}

.drive_content {
    padding: 0 15px;
    position: relative;
    max-width: 630px;
    border: 1px solid #C1C1C1;
    border-radius: 18px;
}

.drive_content h4 {
    font-size: 23px;
    font-family: var(--zf-primary-regular);
    margin-bottom: 40px;
    line-height: 36px;
}

.drive_content h4+p {
    margin-bottom: 10px;
}

.customer_dp_slider {
    position: absolute;
    right: -60px;
    bottom: -120px;
    width: 200px;
    float: right;
}

.arrow_btn {
    width: 22px;
    height: 44px;
    border-radius: 100px;
    display: block;
    margin: 50px auto;
    border: 1px solid #fff;
    overflow: hidden;
    opacity: 0.5;
    cursor: pointer;
}

.arrow_btn svg {
    transform: rotate(90deg) scale(0.7);
    animation: arrowLoop 2s ease;
    animation-iteration-count: infinite;
    position: relative;
    top: -10px;
    left: -2px;
}

.read_more span,
.learn_more span {
    width: 7.5px;
    height: 7.5px;
    border-right: 1.5px solid #03a9f5;
    border-top: 1.5px solid #03A9F5;
    transform: rotate(45deg);
    display: inline-block;
    vertical-align: middle;
    margin-left: 2px;
    transition: all 0.5s ease;
}

.read_more:hover span,
.learn_more:hover span {
    margin-left: 6px;
}

.slick_div {
    position: relative;
    padding: 40px 40px;
}

.btm-section {
    padding: 100px 0px;
    text-align: center;
}

.btm-section h2 {
    font-size: 50px;
    line-height: 60px;
    font-family: var(--zf-primary-semibold);
    max-width: 690px;
    margin: 0 auto 25px;
}

@keyframes arrowLoop {
    100% {
        top: 37px;
    }
}

.slick-dots li,
.slick-dots li.slick-active {
    width: 30px;
    border-radius: 10px;
    height: 6px;
}

.slick-dots {
    text-align: left;
    max-width: 85%;
    margin: 0 auto;
}

.slick_div {
    float: unset;
    display: inline-block !important;
    vertical-align: middle;
}


/*Animation start*/

@media only screen and (min-width:768px) {

    .fadeinleft {
        opacity: 0;
        -webkit-transform: translateX(-30px);
        -ms-transform: translateX(-30px);
        transform: translateX(-30px);
        -ms-filter: "alpha(opacity=0)";
        -webkit-transition: all 1000ms cubic-bezier(0.11, 0.16, 0.43, 0.86);
        -o-transition: all 1000ms cubic-bezier(0.11, 0.16, 0.43, 0.86);
        transition: all 1000ms cubic-bezier(0.11, 0.16, 0.43, 0.86);
    }

    .fadeinright {
        opacity: 0;
        -webkit-transform: translateX(30px);
        -ms-transform: translateX(30px);
        transform: translateX(30px);
        -ms-filter: "alpha(opacity=0)";
        -webkit-transition: all 1000ms cubic-bezier(0.11, 0.16, 0.43, 0.86);
        transition: all 1000ms cubic-bezier(0.11, 0.16, 0.43, 0.86);
        -moz-transition: all 1000ms cubic-bezier(0.11, 0.16, 0.43, 0.86);
        -ms-transition: all 1000ms cubic-bezier(0.11, 0.16, 0.43, 0.86);
        -o-transition: all 1000ms cubic-bezier(0.11, 0.16, 0.43, 0.86);
    }

    .middle-animated .zoom {
        -webkit-transform: scale(1);
        -ms-transform: scale(1);
        transform: scale(1)
    }

    .middle-animated .fadeinleft,
    .middle-animated .fadeinright {
        opacity: 1;
        -webkit-transform: translateX(0);
        -ms-transform: translateX(0);
        transform: translateX(0);
        -ms-filter: "alpha(opacity=100)"
    }

    .delay1 {
        -webkit-transition-delay: 200ms;
        -o-transition-delay: 200ms;
        transition-delay: 200ms;
        animation-delay: 200ms;
    }

    .delay2 {
        -webkit-transition-delay: 400ms;
        -o-transition-delay: 400ms;
        transition-delay: 400ms;
        animation-delay: 400ms;
    }

    .delay3 {
        -webkit-transition-delay: 600ms;
        -o-transition-delay: 600ms;
        transition-delay: 600ms;
        animation-delay: 600ms;
    }

    .delay4 {
        -webkit-transition-delay: 800ms;
        -o-transition-delay: 800ms;
        transition-delay: 800ms;
        animation-delay: 800ms;
    }

    .delay5 {
        -webkit-transition-delay: 1000ms;
        -o-transition-delay: 1000ms;
        transition-delay: 1000ms;
        animation-delay: 1000ms;
    }


    @keyframes zoomanimmation {
        100% {
            width: 100%;
            height: 50%;
        }
    }

    @keyframes borderX {
        0% {
            width: 0;
        }

        100% {
            width: 100%;
        }
    }

    @keyframes topanimmation {
        100% {
            -webkit-transform: translate(0px, 0px);
            transform: translate(0px, 0px);
        }
    }

    @keyframes floatanimmation {
        0% {
            -webkit-transform: translate(0px, -20px);
            transform: translate(0px, -20px);
        }

        50% {
            -webkit-transform: translate(0px, 0px);
            transform: translate(0px, 0px);
        }

        100% {
            -webkit-transform: translate(0px, -20px);
            transform: translate(0px, -20px);
        }
    }

}

/*Animation End*/


/*responsive css*/

@media(max-width: 1499px) {
    .banner-section .content-wrap {
        padding-bottom: 160px;
    }
}

@media(max-width: 1399px) {
    .banner_inner h1 {
        font-size: 58px;
        max-width: 800px;
        line-height: 1.25;
    }

    .click_list {
        min-width: 160px;
    }

    .drive_head h2,
    .btm-section h2 {
        font-size: 45px;
        line-height: 1.25;
    }

    .drive_head {
        max-width: 330px;
    }

    .btm-section h2 {
        max-width: 620px;
    }

    .brand_list {
        gap: 0 35px;
    }

    .shapes_animate {
        top: -60px;
        right: -40px;
    }

    .banner-section .content-wrap {
        padding-bottom: 140px;
    }
}

@media(max-width: 1299px) {
    .slider_custom {
        flex-direction: column;
        max-width: 1280px;
        margin: 0 auto;
        width: 100%;
    }

    .brand_list {
        margin-bottom: 30px;
    }

    .click_list {
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
        gap: 10px 50px;
        margin: 30px auto 60px;
    }

    .brand_list li {
        margin-top: 15px;
    }

    .list_content_section {
        width: 90%;
    }

    .list_content h2 {
        font-size: 34px;
    }

    .prod_list h4 {
        margin-bottom: 30px;
    }

    .prod_flx {
        margin-top: 20px;
    }

    .list_content {
        padding: 50px;
    }

    .arrowloop {
        width: 45px;
    }

    .banner_inner h1 {
        font-size: 54px;
    }

    .banner-section .content-wrap {
        padding-bottom: 90px;
    }
}

@media(max-width: 1199px) {
    .drive_content {
        max-width: 560px;
    }

    .drive_head {
        margin-right: 50px;
    }

    .drive_head h2 {
        font-size: 42px;
    }

    .drive_content h4 {
        font-size: 20px;
    }

    .drive-impact-section {
        padding: 100px 0;
    }

    .shapes_animate {
        right: -20px;
        top: -70px;
    }

    .customer_dp_slider {
        width: 170px;
        right: -30px;
        bottom: -90px;
    }
}

@media(max-width: 1023px) {
    .drive_content {
        max-width: 500px;
    }
}

@media(max-width: 991px) {
    .banner_inner p {
        max-width: 605px;
    }

    .list_content h2+p {
        max-width: 90%;
    }

    .banner_inner h1 {
        font-size: 46px;
        max-width: 630px;
    }

    .list_content h2 {
        font-size: 30px;
    }

    a.explore_now {
        font-size: 15px;
    }

    .drive_flex {
        flex-direction: column;
    }

    .drive_head {
        max-width: 500px;
        text-align: center;
        margin: 0 auto 30px;
    }

    .shapes_animate,
    .click_list,
    .list_content_section::before,
    .drive_head h2 br {
        display: none;
    }

    .list_content {
        display: block;
        margin-top: 60px;
        padding: 40px;
        border-radius: 12px;
        min-height: unset;
    }

    .prod_flx {
        justify-content: flex-start;
        flex-wrap: wrap;
        gap: 0 20px;
    }

    .prod_list {
        width: 30%;
        animation: none;
        transform: translate(0, 0);
    }

    .prod_list h4 {
        margin-bottom: 20px;
    }

    .banner-section .content-wrap {
        padding-bottom: 60px;
    }

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

    path#Path_77,
    path#Path_76 {
        display: none;
    }
}

@media(max-width: 767px) {
    .drive_content h4 {
        font-size: 17px;
        line-height: 1.8;
    }
.zmobile-menu-new ul {
    padding: 30px 20px 15px 20px;
    width: 100%;
}
    .btm-section h2,
    .drive_head h2 {
        font-size: 36px;
    }

    .prod_list {
        width: 100%;
        max-width: 285px;
    }

    .prod_flx {
        justify-content: center;
        flex-direction: column;
        align-items: center;
    }

    .banner-section .content-wrap {
        padding-bottom: 30px;
    }

    .drive_content {
        max-width: 94%;
    }

    .drive-impact-section {
        padding: 80px 0;
    }

    .prod_list h4 {
        margin-bottom: 10px;
    }

    .list_content {
        text-align: center;
    }

    .list_content h2+p {
        margin: 0 auto 20px;
    }

    .banner_inner h1 {
        font-size: 40px;
        max-width: 550px;
    }

    .zoho_logo {
        width: 110px;
        height: 50px;
    }
.zw-product-header .product-title a {
    background: var(--zoho-logo-darkbg);
}

    .zh-video,
    .integration-menu-section {
        display: none;
    }

    .arrow_btn {
        margin: 30px auto;
    }

    .banner-section {
        padding-bottom: 10px;
    }

    .brand-trust-section {
        padding: 70px 0;
    }

    svg.arrowloop {
        display: block;
        transform: rotate(90deg);
        margin-top: 30px;
    }
}

@media(max-width: 480px) {
    .banner-section .content-wrap {
        padding-bottom: 0px;
    }

    .customer_dp_slider {
        width: 130px;
        right: -20px;
        bottom: -70px;
    }

    .list_content {
        padding: 40px 25px;
    }

    .slick_div {
        padding: 25px 25px;
    }

    .slick-next,
    .slick-prev {
        transform: scale(0.8) translate(0, -50%);
    }

    .drive_content {
        padding: 0;
    }

    .drive_content h4 {
        margin-bottom: 25px;
    }

    .banner_inner h1 {
        font-size: 32px;
        max-width: 340px;
    }

    .btm-section h2,
    .drive_head h2 {
        font-size: 26px;
    }

    .btm-section h2 {
        max-width: 360px;
    }

    .list_content h2 {
        font-size: 22px;
    }

    .brand_list {
        gap: 0 25px;
    }

    .brand_list li {
        transform: scale(0.7);
        margin-top: 10px;
    }

}</pre></body></html>