<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/****** Popup Video ******/

.z-pouup-wrap,
.z-popup-overlay {
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    position: fixed;
    outline: 0 !important;
    -webkit-backface-visibility: hidden;
    z-index: 100;
}

.z-pouup-wrap {
    display: none;
}

.z-pouup-wrap-inner {
    text-align: center;
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    padding: 0;
    overflow: auto;
    z-index: 101;
}

.z-pouup-wrap-inner:before {
    content: '';
    display: inline-block;
    height: 100%;
    vertical-align: middle;
    margin-left: -5px;
}

.z-popup-content-inner .popup-data {
    display: block;
}

.z-popup-overlay {
    background: #fff;
    background: rgba(255, 255, 255, 0.95);
    cursor: pointer;
}

.z-popup-content-wrap {
    position: relative;
    display: inline-block;
    vertical-align: middle;
    margin: 0 auto;
    text-align: left;
    width: 100%;
}

.z-popup-content {
    margin: 50px auto;
    max-width: 800px;
    background: #fff;
    z-index: 6;
    position: relative;
    text-align: initial;
    width: 90%;
    border: 1px solid #ddd;
}

.z-video-wrap .z-popup-content {
    padding: 0px;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    max-width: 70%;
}

.popup-data {
    display: none;
}

.popup-data-inner {
    padding: 70px;
}

.z-popup-close {
    display: block;
    position: fixed;
    right: 25px;
    top: 52px;
    width: 30px;
    height: 30px;
    line-height: 30px;
    font-style: normal;
    font-size: 28px;
    font-family: Arial, Baskerville, monospace;
    text-align: center;
    color: #000;
    text-decoration: none;
    z-index: 2;
    background: url(/sites/zweb/images/googleworkspace/home/zoho-home-sprite.png) no-repeat -200px -105px;
    text-indent: -1000px;
    overflow: hidden;
}

.popup-data {
    display: none;
}

.z-row {
    position: relative;
    display: block;
    overflow: hidden;
    padding: 70px 0px;
}

div#head {
    padding-top: 0px !important;
}

body {
    font-family: var(--zf-primary-regular), Arial, Helvetica, sans-serif;
    font-weight: inherit;
}

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

p {
    color: #333;
}

.signing .signup {
    display: block;
}

.header {
    border-bottom: none;
}

.hero-section {
    color: #fff;
    padding: 70px 0 50px;
    position: relative;
    text-align: center;
    z-index: 1;
}

.hero-section h1 {
    position: relative;
    line-height: 34px;
    font-size: 26px;
    margin-bottom: 0px;
    color: #000;
    max-width: 720px;
    font-weight: inherit;
}

.hero-section h1 span {
    font-size: 40px;
    line-height: 50px;
    text-transform: uppercase;
    display: block;
    padding-top: 15px;
}

.hero-section h1.title,
.integrations h2.title {
    margin: 0px auto 25px;
    padding-bottom: 10px;
    position: relative;
}

.hero-section h1.title:after {
    content: "";
    display: block;
    width: 40px;
    height: 1px;
    background: #000;
    position: absolute;
    bottom: 0px;
    left: 50%;
    margin-left: -20px;
}

.hero-section p {
    color: #000;
    margin: 0px auto 30px;
    max-width: 600px;
}

.hero-section p a {
    color: #00a3fe;
}

.hero-section a {
    color: #fff;
}

.hero-section a.button1,
.hero-section a.button2,
.g-suite-bottom-section a.button1 {
    width: 200px;
    padding: 10px 0px;
    color: #fff;
    text-transform: uppercase;
    font-family: var(--primaryfont-bold);
    display: inline-block;
}

.hero-section a.button1,
.g-suite-bottom-section a.button1 {
    background: #f0483e;
    border: 1px solid #f0483e;
}

.g-suite-bottom-section {
    background: #fff;
    text-align: center;
}

.g-suite-bottom-section p {
    padding-bottom: 10px;
}

.hero-section a.button2 {
    text-transform: none;
    background: transparent;
    position: absolute;
    bottom: 30px;
    right: 30px;
    text-align: left;
    font-size: 14px;
    padding: 0px;
}

.hero-section a.button2 span {
    display: block;
    text-transform: uppercase;
    border-bottom: 1px solid #1894ea;
    line-height: 17px;
    color: #1894ea;
}

.hero-section img {
    display: block;
    margin: 40px 0 0;
}

.features {
    background: #1894ea;
    position: relative;
    text-align: center;
    padding: 70px 0px 70px;
}

.zoom-slider {
    position: relative;
    height: 350px;
    width: 100%;
    transform-style: preserve-3d;
    -webkit-transform-style: preserve-3d;
    perspective: 600px;
    list-style: none;
    padding: 0px;
    max-width: 700px;
    margin: 0 auto;
}

.zoom-slider li {
    font-size: 40px;
    text-transform: uppercase;
    color: #fff;
    position: absolute;
    top: 50%;
    left: 0px;
    width: 100%;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
    -moz-opacity: 0;
    -khtml-opacity: 0;
    opacity: 0;
    -webkit-transition: all 0.7s ease;
    -moz-transition: all 0.7s ease;
    -o-transition: all 0.7s ease;
    transition: all 0.7s ease;
    transform: translateZ(-300px) translatey(0px) rotateX(80deg);
}

.zoom-slider li.prev-content {
    opacity: 0.1;
    transform: translateZ(-200px) translatey(-250px) rotateX(50deg);
}

.zoom-slider li.next-content {
    opacity: 0.1;
    transform: translateZ(-200px) translatey(120px) rotateX(-50deg);
}

.zoom-slider li.current-content {
    opacity: 1;
    transform: translatey(-70px) rotateX(0deg);
}

.integrations,
.our-integrations {
    position: relative;
    background: #fff;
    padding: 100px 0px 0px;
}

.our-integrations {
    padding-bottom: 40px;
}

.integrations h2,
.our-integrations h2 {
    line-height: 45px;
    text-align: center;
    color: #000;
}

.image-grid {
    width: 100%;
    max-width: 1310px;
    margin: 0 auto;
    overflow: hidden;
}

.image-cell {
    float: left;
    position: relative;
}

.image-basic {
    cursor: pointer;
    padding: 40px 0px;
    position: relative;
    -webkit-transition: background 0.5s ease;
    -moz-transition: background 0.5s ease;
    -o-transition: background 0.5s ease;
    transition: background 0.5s ease;
}

.image-basic a {
    width: 100%;
    max-width: 90%;
    display: inline-block;
    padding: 10px;
    text-align: center;
}

.expand .image-basic,
.image-cell:hover .image-basic,
.z-invoice .image-basic {
    background: #f9f9f9;
}

.basic-img {
    display: block;
    max-width: 100%;
    height: auto;
    margin: 0 auto;
}

.image-expand {
    position: relative;
    overflow: hidden;
    display: none;
}

.image-cell.is-collapsed .arrow--up {
    height: 10px;
    width: 100%;
}

.image-cell.is-expanded .arrow--up {
    border-bottom: 8px solid #222;
    border-left: 8px solid transparent;
    border-right: 8px solid transparent;
    height: 0;
    width: 0;
    margin: 2px auto 0;
}

.expand-close {
    position: absolute;
    top: 8px;
    right: 8px;
    color: #000;
    font-size: 30px;
    line-height: 20px;
    text-decoration: none;
}

.expand-close:before {
    content: "Ã—";
}

.expand-close:hover {
    color: #000;
}

.image-large {
    max-width: 100%;
    height: auto;
    display: block;
    padding: 40px;
    margin: 0 auto;
    box-sizing: border-box;
}

.image-basic h6 {
    color: #333;
    font-size: 16px;
    line-height: 20px;
    margin-bottom: 0px;
}

.image-basic span {
    color: #1894ea;
    font-size: 12px;
    line-height: 20px;
    display: block;
    margin-top: 10px;
    padding-left: 20px;
    position: relative;
    font-family: var(--zf-primary-semibold), Arial, Helvetica, sans-serif;
}

.image-basic span:before {
    content: "";
    width: 16px;
    height: 16px;
    background-size: 16px;
    display: inline-block;
    top: 2px;
    left: 0px;
    position: absolute;
}

.image-cell {
    width: 22%;
}

.image-cell:nth-of-type(4n + 2) .image-expand {
    margin-left: -100%;
}

.image-cell:nth-of-type(4n + 3) .image-expand {
    margin-left: -200%;
}

.image-cell:nth-of-type(4n + 4) .image-expand {
    margin-left: -300%;
}

.image-cell:nth-of-type(4n + 5) {
    clear: left;
}

.image-expand {
    width: 400%;
}

.testimonial {
    padding: 80px 0 80px 0px;
    text-align: center;
    position: relative;
    color: #333;
    background: #f9f9f9;
}

.testimonial .customer1 {
    background: url("/sites/zweb/images/googleworkspace/home/crm-sprite1.png") 0 -123px no-repeat;
    display: inline-block;
    border-radius: 100%;
    height: 80px;
    margin: 0 auto 15px;
    width: 80px;
    background-color: #f2f2f2;
    border: none;
}

.testimonial small {
    color: #1894ea;
    display: block;
    font-size: 12px;
    letter-spacing: 0.5px;
    line-height: 20px;
    padding: 0 0 5px;
    font-weight: inherit;
    text-transform: uppercase;
}

.testimonial p {
    font-family: var(--zf-primary-regular), Arial, Helvetica, serif;
    font-size: 24px;
    font-weight: 100;
    line-height: 38px;
    margin: 0 auto;
    max-width: 750px;
    position: relative;
    color: #000;
}

.testimonial .watch-story {
    color: #000;
    cursor: pointer;
    display: block;
    font-family: var(--zf-primary-semibold), Arial, Helvetica, sans-serif;
    font-size: 14px;
    line-height: 24px;
    margin: 30px auto 0;
    max-width: 170px;
    position: relative;
    text-transform: uppercase;
}

.play-icon {
    color: #333;
    display: inline-block;
    height: 20px;
    margin: 0 5px 0 0;
    padding: 0;
    position: relative;
    top: 7px;
    width: 20px;
    background-image: url("/sites/zweb/images/googleworkspace/home/play-btn.png");
    background-repeat: no-repeat;
    background-position: 0 0;
    background-size: 18px;
}

.google-apps-section {
    overflow: hidden;
    background: #f2f2f2;
}

.google-apps-section .google-apps-left,
.google-apps-section .google-apps-right {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    display: table-cell;
    padding: 0px 40px 0px;
    width: 60%;
    vertical-align: middle;
}

.google-apps-section .google-apps-right {
    width: 40%;
}

.google-apps-right p {
    margin-bottom: 15px;
}

.google-apps-section .display-table {
    display: table;
    position: relative;
    margin-bottom: 40px;
}

.google-apps-section .display-table:after {
    content: " ";
    display: block;
    width: 1px;
    height: 100%;
    background: #e2e2e2;
    position: absolute;
    left: 60%;
    top: 0px;
}

.google-apps-section * {
    color: #333;
}

.google-apps-section .gapp-wrap {
    display: block;
    float: left;
    width: 25%;
    margin-bottom: 20px;
    text-transform: uppercase;
}

.gapp-wrap-inner {
    display: inline-block;
    text-align: center;
}

.google-apps-section h3 {
    font-size: 18px;
    line-height: 35px;
    margin-bottom: 40px;
    padding: 40px 0px 0px 40px;
    text-align: center;
}

.google-apps-section p {
    font-size: 14px;
    line-height: 25px;
    font-family: var(--zf-primary-semibold), Arial, Helvetica, sans-serif;
}

.image-basic i {
    background: var(--product-icons) no-repeat;
    background-size: var(--zp-i-bs);
    background-position: var(--zp-mail-bp);
    width: var(--zp-i-w);
    height: var(--zp-i-h);
    display: block;

    margin: 0 auto 5px;
    text-indent: -999em;

    display: inline-block;
}

.assist-icon {
    background-position: 0 0;
}

.appcreator-icon {
    background-position: -65px -260px;
}

.books-icon {
    background-position: -65px 0;
}

.bugtracker-icon {
    background-position: -130px -130px;
}

.campaigns-icon {
    background-position: var(--zp-campaigns-bp);
}

.chat-icon {
    background-position: -195px 0;
}

.commentbox-icon {
    background-position: 0 -260px;
}

.connect-icon {
    background-position: -455px 0;
}

.contactmanager-icon {
    background-position: -390px 0;
}

.creator-icon {
    background-position: -260px 0;
}

.crm-icon {
    background-position: var(--zp-crm-bp);
}

.bigin-icon {
    background-position: var(--zp-bigin-bp);
    ;
}

.developer-icon {
    background-position: -325px -195px;
}

.discussions-icon {
    background-position: -195px -195px;
}

.docs-icon {
    background-position: -520px 0;
}

.expense-icon {
    background-position: -260px -195px;
}

.forms-icon {
    background-position: var(--zp-forms-bp);
}

.invoice-icon {
    background-position: -585px 0;
}

.inventory-icon {
    background-position: -65px -195px;
}

.mail-icon {
    background-position: -66px -130px;
}

.marketplace-icon {
    background-position: -585px -130px;
}

.mdm-icon {
    background-position: -455px -195px;
}

.meeting-icon {
    background-position: var(--zp-meeting-bp);
}

.motivator-icon {
    background-position: -130px -195px;
}

.notebook-icon {
    background-position: var(--zp-notebook-bp);
}

.people-icon {
    background-position: var(--zp-people-bp);
}

.projects-icon {
    background-position: var(--zp-projects-bp);
}

.recruit-icon {
    background-position: var(--zp-recruit-bp);
}

.analytics-icon {
    background-position: var(--zp-analytics-bp);
}

.salesinbox-icon {
    background-position: -585px -195px;
}

.site24x7-icon {
    background-position: -455px -130px;
}

.salesiq-icon {
    background-position: var(--zp-salesiq-bp);
}

.sdp-icon {
    background-position: -520px -195px;
}

.showtime-icon {
    background-position: var(--zp-showtime-bp);
}

.sheet-icon {
    background-position: var(--zp-sheet-bp);
}

.show-icon {
    background-position: var(--zp-show-bp);
}

.sites-icon {
    background-position: var(--zp-sites-bp);
}

.social-icon {
    background-position: var(--zp-social-bp);
}

.sign-icon {
    background-position: var(--zp-sign-bp);
}

.pagesense-icon {
    background-position: var(--zp-pagesense-bp);
}

.subscriptions-icon {
    background-position: var(--zp-subscriptions-bp);
}

.desk-icon {
    background-position: var(--zp-desk-bp);
}

.survey-icon {
    background-position: var(--zp-survey-bp);
}

.vault-icon {
    background-position: var(--zp-vault-bp);
}

.wiki-icon {
    background-position: -130px -260px;
}

.writer-icon {
    background-position: var(--zp-writer-bp);
}

.workdrive-icon {
    background-position: var(--zp-workdrive-bp);
}

.google-apps-section span {
    position: relative;
    display: inline-block;
    width: 65px;
    height: 65px;
    margin: 0px 0px 0px 0px;
}

.google-apps-section span {
    background: url(/sites/zweb/images/googleworkspace/home/google-apps-google-sprite-1x.png) no-repeat 5px 3px;
}

.google-apps-section span.drive {
    background-position: -110px -88px;
}

.google-apps-section span.calender {
    background-position: 3px -87px;
}

.google-apps-section span.contacts {
    background-position: -354px -176px;
}

.google-apps-section span.gmail {
    background-position: -231px -89px;
}

.google-apps-section span.g-words {
    background-position: 1px -178px;
}

.google-apps-section span.analytics {
    background-position: -111px -178px;
}

.google-apps-section span.tasks {
    background-position: -232px -178px;
}

.google-apps-section span.sites {
    background-position: -469px -86px;
}

.google-apps-section span.docs {
    background-position: -64px 6px;
}

.google-apps-section span.forms {
    background-position: -137px 6px;
}

.google-apps-section span.gp {
    background-position: -212px 7px;
}

.google-apps-section span.sheet {
    background-position: -284px 7px;
}

.google-apps-section span.slides {
    background-position: -358px 7px;
}

.google-apps-section span.hangout {
    background-position: -212px -54px;
}

.app-icons {
    overflow: hidden;
}

.image-basic a.g-suite-invice {
    position: absolute;
    top: 0px;
    background: inherit;
    width: 100%;
    left: 100%;
    height: 100%;
    text-align: center;
    max-width: initial;
    padding: 0px;
}

.g-suite-invice .z-d-t {
    display: table;
    height: 100%;
}

.g-suite-invice .z-d-t-c {
    display: table-cell;
    vertical-align: middle;
    padding: 0px 40px;
}

.g-suite-invice p {
    font-family: var(--zf-primary-semibold), Arial, Helvetica, sans-serif, Arial, Helvetica, sans-serif;
    font-size: 17px;
    line-height: 20px;
    margin-bottom: 10px;
}

.g-suite-invice img {
    display: block;
    max-width: 150px;
    margin: 0 auto;
}

.full-grid {
    width: 100%;
    padding: 60px 0px 0 0;
    float: left;
}

.full-grid h3 {
    padding-bottom: 10px;
}

.full-grid&gt;p {
    font-size: 18px;
    padding-bottom: 15px;
}

.main {
    position: relative;
}

/* ZOHO SECOND LEVEL MENU CSS*/
.zsection-nav-menu {
    text-align: center;
    position: absolute;
    width: 100%;
    z-index: 2;
}

.zsection-nav-menu ul {
    overflow: hidden;
    text-align: center;
    margin: 0 auto;
    display: inline-block;
}

.zsection-nav-menu ul li {
    cursor: pointer;
    display: inline-block;
    float: left;
    text-align: center;
    position: relative;
    margin: 0px 20px;
    padding-bottom: 5px;
    line-height: 15px;
}

.zsection-nav-menu ul li:before {
    background: #ccc none repeat scroll 0 0;
    top: 1px;
    content: "";
    height: 12px;
    right: -20px;
    position: absolute;
    width: 1px;
}

.zsection-nav-menu ul li:last-child:before {
    width: 0px;
}

.zsection-nav-menu ul li.zselected {
    color: #0083d3;
}

.zsection-nav-menu ul li.zselected:after {
    background: #0083d3 none repeat scroll 0 0;
    bottom: 0;
    content: "";
    height: 1px;
    left: 0;
    position: absolute;
    width: 100%;
}

.zsection-nav-menuFixed {
    background: white none repeat scroll 0 0;
    border-bottom: 1px solid #f2f2f2;
    border-top: 1px solid #f2f2f2;
    height: 48px;
    margin: 0;
    position: fixed;
    top: 63px;
    width: 100%;
    z-index: 999;
}

.zsection-nav-menuFixed ul {
    overflow: visible;
}

.zsection-nav-menuFixed ul li {
    padding: 14px 0;
    color: #666;
}

.zsection-nav-menuFixed ul li:before {
    width: 0px;
}

/* ZOHO SECOND LEVEL MENU CSS ENDS*/

@media only screen and (min-device-pixel-ratio: 2),
only screen and (min-resolution: 192dpi) {
    .google-apps-section span {
        background: url("/sites/zweb/images/googleworkspace/home/google-apps-google-sprite-1x.png") no-repeat 5px 3px;
        background-size: 653px 244px;
    }
}

@media only screen and (-webkit-min-device-pixel-ratio: 1.5),
only screen and (min--moz-device-pixel-ratio: 1.5),
only screen and (min-resolution: 240dpi) {
    .image-basic i {
        background: var(--product-icons) no-repeat;
        background-size: var(--zp-i-bs);

        width: var(--zp-i-w);
        height: var(--zp-i-h);
    }
}
@media only screen and (max-width: 1199px) {
    .zsection-nav-menuFixed{
        top: 0;
    }
}

@media only screen and (max-width: 1100px) {
    .content-wrap {
        max-width: 90%;
        float: none;
        margin: 0 auto;
    }

    .zoom-slider li {
        font-size: 40px;
    }

    .zsection-nav-menu {
        display: none;
    }

    .integrations {
        padding-top: 0px;
    }
}

@media only screen and (max-width: 992px) {


    .integrations {
        padding-top: 0px;
    }
}

@media only screen and (max-width: 767px) {
    div#mini-panel-product_menu {
        display: unset;
    }

    #block-panels-mini-product-menu {
        height: auto;
    }

    .z-bottom-cta-menu {
        display: none;
    }

    .small-content-wrap {
        max-width: 90%;
    }

    .full-grid {
        padding-top: 40px;
    }

    .hero-section {
        padding: 50px 0px 0px;
    }

    .hero-section h1 {
        letter-spacing: -1px;
        font-size: 20px;
        line-height: 40px;
        max-width: 320px;
    }

    .hero-section h1 span {
        font-size: 30px;
        line-height: 45px;
    }

    .hero-section a.button1 {
        margin: 0px 0px 20px 0px;
    }

    .features {
        padding-top: 50px;
    }

    .zoom-slider li {
        font-size: 30px;
    }

    .features img {
        margin-top: 0px;
    }

    .google-apps-section .google-apps-left,
    .google-apps-section .google-apps-right {
        width: 100%;
        margin-right: 0px;
        padding: 30px;
        display: block;
    }

    .google-apps-section .google-apps-left {
        padding-bottom: 20px;
    }

    .full-grid&gt;p {
        font-size: 16px;
    }

    .image-cell {
        width: 33.3%;
    }

    .image-cell:nth-of-type(4n + 5) {
        clear: none;
    }

    .image-cell:nth-of-type(3n + 4) {
        clear: left;
    }

    .image-basic h6 {
        font-size: 15px;
        line-height: 25px;
    }

    .image-basic {
        padding: 10px 0px;
    }

    .gapp-wrap {
        text-align: center;
    }

    .google-apps-section .display-table:after {
        display: none;
    }

    .google-apps-section h3 {
        padding: 40px 20px 0px 20px;
        margin-bottom: 20px;
    }

    .button3 {
        position: relative;
        display: block;
        margin: 30px auto 0px;
        left: auto;
        width: 250px;
        text-align: center;
    }

    .g-suite-invice p {
        font-size: 12px;
        line-height: 14px;
    }

    .main {
        margin: 0 !important;
    }
}

@media only screen and (max-width: 480px) {
    .zoom-slider li {
        font-size: 20px;
    }

    .zoom-slider li.prev-content {
        opacity: 0.1;
        transform: translateZ(-200px) translateY(-200px) rotateX(50deg);
    }

    .zoom-slider li.next-content {
        opacity: 0.1;
        transform: translateZ(-200px) translateY(50px) rotateX(-50deg);
    }

    .features {
        padding-bottom: 0px;
    }

    .google-apps-section .gapp-wrap {
        width: 50%;
    }

    .image-cell {
        width: 50%;
    }

    .image-cell:nth-of-type(4n + 5) {
        clear: none;
    }

    .image-cell:nth-of-type(3n + 4) {
        clear: none;
    }

    .image-expand {
        margin-left: 0% !important;
    }

    .image-cell:nth-of-type(2n + 2) .image-expand {
        margin-left: -100% !important;
    }

    .image-cell:nth-of-type(2n + 3) {
        clear: left;
    }

    .image-expand {
        width: 200%;
    }

    .our-integrations {
        padding: 70px 0 0;
    }

    .testimonial p {
        font-size: 22px;
        line-height: 32px;
    }
}

i.crm-icon {
    background-position: var(--zp-crm-bp);
}

i.bigin-icon {
    background-position: var(--zp-bigin-bp);
}

i.survey-icon {
    background-position: var(--zp-survey-bp);
}

i.forms-icon {
    background-position: var(--zp-forms-bp);
}

i.sites-icon {
    background-position: var(--zp-sites-bp);
}

i.campaigns-icon {
    background-position: var(--zp-campaigns-bp);
}

i.salesiq-icon {
    background-position: var(--zp-salesiq-bp);
}

i.social-icon {
    background-position: var(--zp-social-bp);
}

i.sign-icon {
    background-position: var(--zp-sign-bp);
}

i.pagesense-icon {
    background-position: var(--zp-pagesense-bp);
}

i.mail-icon {

    background-position: var(--zp-mail-bp);
}

i.docs-icon {
    background-position: 652px 0 !important;
    background: var(--product-icons-png);
    background-size: 516px;
    height: 45px;

}

i.projects-icon {
    background-position: var(--zp-projects-bp);
}

i.connect-icon {
    background-position: var(--zp-connect-bp);
}

i.meeting-icon {
    background-position: var(--zp-meeting-bp);
}

i.vault-icon {
    background-position: var(--zp-vault-bp);
}

i.wiki-icon {
    background-position: -244px 0px !important;
    background: var(--product-icons-png) no-repeat;
    background-size: 447px auto;
}

i.workdrive-icon {
    background-position: var(--zp-workdrive-bp);

}

i.notebook-icon {
    background-position: var(--zp-notebook-bp);

}

i.creator-icon {
    background-position: var(--zp-creator-bp);
}

i.analytics-icon {
    background-position: var(--zp-analytics-bp);
}

i.books-icon {

    background-position: var(--zp-books-bp);
}

i.invoice-icon {

    background-position: var(--zp-invoice-bp);
}

i.expense-icon {
    background-position: var(--zp-expense-bp);
}

i.inventory-icon {
    background-position: var(--zp-inventory-bp);
}

i.subscriptions-icon {
    background-position: var(--zp-subscriptions-bp);

}

i.desk-icon {
    background-position: var(--zp-desk-bp);

}

i.assist-icon {

    background-position: var(--zp-assist-bp);
}

i.people-icon {
    background-position: var(--zp-people-bp);
}

i.recruit-icon {
    background-position: var(--zp-recruit-bp);

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