<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/* common */
.zw-product-header {
    background: #000;
}

button.c-btn {
    padding: 18px 30px;
    border-radius: 5px;
    font-size: 18px;
    border: navajowhite;
    text-transform: uppercase;
    font-family: var(--primaryfont-semibold);
    cursor: pointer;
}

.zsection {
    padding: 120px 0;
}

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

.zsection p {
    font-size: 16px;
}

.htitle span {
    color: #fff;
    background: linear-gradient(to right, #ffd500, #ffd500 50%, #fff 50%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-size: 200% 100%;
    background-position: 100%;
    transition: background-position 1s ease;
    transition-delay: .5s;
    text-decoration: none;
}

.bottom-animated .htitle span {
    background-position: 0 100%;
}

.htitle {
    font-family: var(--primaryfont-bold);
    margin-bottom: 24px;
}
h1.htitle {
    font-size: 66px;
}

h2.htitle {
    font-size: 56px;
}
/* common */

/* 1 */

.hero-wrap {
    background: #000 url(/sites/zweb/images/one/dcp/hero-bg2.jpg) no-repeat right top;
    color: #fff;
    position: relative;
    background-size: 1550px;
}
.h-content {
    max-width: 548px;
    margin: 0 auto 272px 0;
    text-align: left;
    position: relative;
    top: 50px;
}

.h-content h1 {
    color: #fff;
}

.zsection .h-content p.sh {
    color: #fff;
    font-size: 24px;
    font-family: var(--primaryfont-semibold);
}
.ani-elem {
    position: relative;
    display: none;
    flex-direction: column;
    width: 100%;
}

.secwrap {
    position: relative;
    background: #025540;
    border-top: 95px solid #000;
}

.glance-wrap {
    color: #000;
    position: sticky;
    position: -webkit-sticky;
    max-width: 1170px;
    margin: -110px auto 0;
    top: 76px;
    z-index: 2;
    box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
    border-radius: 13px;
    cursor: pointer;
    overflow: hidden;
}
.tab-list {
    width: 100%;
    max-width: 390px;
    position: relative;
    padding: 40px 40px 40px 44px;
    background: #fff;
    transition: ease-in .2s;
    cursor: pointer;
}

.tab-list:hover,
.tab-list.active {
    background: #F8F3E7;
}

.tab-list:nth-child(1) {
    border-radius: 12px 0 0 12px;
}

.tab-list:nth-child(3) {
    border-radius: 0 12px 12px 0;
}

.tab-list:nth-child(2)::before,
.tab-list:nth-child(2)::after {
    content: '';
    position: absolute;
    left: -1px;
    top: 50%;
    transform: translateY(-50%);
    background: url('/sites/zweb/images/one/dcp/v-storke.svg') no-repeat center;
    width: 3px;
    height: 156px;
}

.tab-list:nth-child(2)::after {
    left: inherit;
    right: -1px;
}

.tab-list h4 {
    font-size: 20px;
    font-family: var(--primaryfont-bold);
}

.tab-list p {
    margin-bottom: 0;
    transition: opacity 0.3s ease-in-out, max-height 0.1s ease-in-out;
}

.tab-list p.hide{
    visibility: hidden;
    opacity: 0;
    max-height: 0;
    overflow: hidden;
}


.glance-wrap.fixed .tab-list:nth-child(2)::before,
.glance-wrap.fixed .tab-list:nth-child(2)::after {
    height: 45px;
    background-size: auto;
}

.glance-wrap.fixed .tab-list {
    padding: 24px 40px 24px 44px;
}

.glance-wrap.fixed .tab-list h4 {
    margin-bottom: 0;
}

/* 2 */
.why-partnering.zsection {
    background: #045540 url('/sites/zweb/images/one/dcp/why-partnering.png') no-repeat center bottom;
    background-size: 1720px;
    color: #fff;
    padding-bottom: 0px;
}

.head-wrap h2 {
    max-width: 446px;
    position: relative;
}

.head-wrap h2::after {
    content: '';
    position: absolute;
    right: -25%;
    bottom: -45%;
    background: url(/sites/zweb/images/one/dcp/curve.png) no-repeat center;
    width: 115px;
    height: 165px;
    background-size: 160px;
}

.t-content {
    max-width: 517px;
}

.compare-table table {
    width: 100%;
    max-width: 1100px;
    margin: 103px auto 0px;
    display: block;
    border-radius: 10px 10px 0px 0px;
    border: 1px solid rgba(255, 255, 255, 0.30);
    background: #045D46;
    box-shadow: -3px -3px 0px 0px rgba(255, 255, 255, 0.30);
    border-bottom: none;
    position: relative;
}

.compare-table table::before {
    content: '';
    position: absolute;
    left: 40%;
    top: 0;
    background: #367766;
    width: 1px;
    height: 100%;
    z-index: 1;
    transform: translateX(-50%);
}

thead.thead-dark tr th {
    padding: 28px 35px;
    background-color: rgba(54, 119, 102, .3);
    font-size: 24px;
    font-family: var(--primaryfont-bold);
    text-align: left;
}

thead.thead-dark tr th:nth-child(odd) {
    border-radius: 10px 0px 0px 0px;
    width: 45%;
}

thead.thead-dark tr th:nth-child(even) {
    border-radius: 0px 10px 0px 0px;   
}

.compare-table table tbody tr td {
    padding: 28px 35px;
}

.compare-table table tbody tr:nth-child(odd) {
    background-color: #045D46;
}

.compare-table table tbody tr:nth-child(even) {
    background-color: rgba(54, 119, 102, .3)
}

/*4*/
.joining-wrap.zsection {
    background: #FFD730;
    color: #000;
}

.joining-wrap p.sub-head {
    font-size: 18px;
    color: #045540;
    text-transform: uppercase;
    margin-bottom: 24px;
}

.joining-wrap ul {
    position: relative;
    max-width: 572px;
    margin-top: 24px;
    transition: ease-in-out .3s;
    left: 20px;
}

.joining-wrap ul::before {
    content: '';
    width: 100%;
    max-width: 570px;
    height: 100%;
    background: #ffd730bf;
    position: absolute;
    left: -20px;
    bottom: 0;
    z-index: 1;
    transform: rotate(360deg);
    transition: height 1s ease;
}

.joining-wrap .middle-animated ul::before {
    height: 0%;
}

.joining-wrap ul li strong {
    display: block;
    font-family: var(--primaryfont-semibold);
    font-size: 24px;
}

.joining-wrap ul li {
    position: relative;
    font-size: 18px;
    font-family: var(--primaryfont-regular);
    color: #000;
    padding-left: 38px;
}

.joining-wrap ul li::before {
    content: '';
    position: absolute;
    width: 37px;
    height: 37px;
    background: #004639;
    border-radius: 50px;
    color: #fff;
    left: -19px;
    top: 0;
    display: flex;
    align-items: center;
    justify-content: center;

}

.joining-wrap ul li:nth-child(1),
.joining-wrap ul li:nth-child(2) {
    padding-bottom: 70px;
    border-left: 1px dashed #004D40;
}

.joining-wrap ul li:nth-child(1)::before {
    content: '1';
}

.joining-wrap ul li:nth-child(2)::before {
    content: '2';
}

.joining-wrap ul li:nth-child(3)::before {
    content: '3';
}

.f-wrap {
    width: 100%;
    max-width: 500px;
    background: #fff;
    border-radius: 10px;
    padding: 30px;
}

.f-wrap .signup-box {
    max-width: 380px;
    margin: 24px auto;
}

select {
    border-radius: 0;
    padding: 5px 10px;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    box-shadow: none;
    border: 1px solid #d5d5d5;
    box-sizing: border-box;
    width: 100%;
    font-size: 15px;
    height: 50px;
    cursor: pointer;
    color: #000;
    background: #fff;
}

.zselect-box::after {
    width: 0;
    height: 0;
    border-left: 8px solid transparent;
    border-right: 8px solid transparent;
    border-top: 8px solid #666;
    position: absolute;
    right: 9px;
    top: 20px;
    content: "";
    display: block;
}

.signup-box #countryCodeDiv,
.signup-box #countryconfirmCodeDiv {
    top: 26px;
}

/* 6 */
.bottom-wrap {
    text-align: center;
}


/* Additional sections*/
.customers-wrap,
.working-wrap {
    background: #fff;
    position: relative;
}

/* s6 */
.customers-wrap h2.htitle {
    max-width: 948px;
    margin-bottom: 34px;
}

.customers-wrap p.p-btn {
    color: #e42527;
}

.customers-wrap p.p-btn::after {
    background-position: -21px -43px;
    background-size: 700px;
    width: 20px;
    height: 20px;
}

.customers-block.c-text p.p-btn::after {
    background-position: -27px -55px;
    background-size: 890px;
    width: 24px;
    height: 24px;
    top: 12px;
}

.customers-wrap .flex-wrap {
    gap: 24px;
    margin: 42px 0 80px;
    justify-content: space-around;
}

.customers-block {
    position: relative;
    display: flex;
    flex: 3;
    max-width: 380px;
    border-radius: 10px;
    min-height: 380px;
    background-color: #FFD730;
    cursor: pointer;
}

.customers-block.c-text {
    position: relative;
    width: 100%;
    max-width: inherit;
    flex: 3;
    flex-direction: column;
    justify-content: space-between;
    padding: 32px;
}

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

.melanie-cope {
    background: url(/sites/zweb/images/one/india/melanie-cope-machial.jpg) no-repeat top center;
}

.satyan-thukral {
    background: url(/sites/zweb/images/one/india/satyan-thukral.jpg) no-repeat top center;
}

.melanie-cope,
.satyan-thukral {
    background-size: cover;
    align-items: flex-end;
}

.customers-block.melanie-cope::before,
.customers-block.satyan-thukral::before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(0deg, rgba(0, 0, 0, .55) 2%, rgba(0, 0, 0, 0.01) 30%);
    border-radius: 10px;
}

.cus-btm {
    width: 100%;
    position: relative;
    display: flex;
    gap: 8px;
    align-items: center;
    justify-content: flex-start;
    padding: 0 0 24px 24px;
}

.cus-btm img {
    position: absolute;
    z-index: 1;
}

.cus-btm {
    position: absolute;
    z-index: 1;
    cursor: pointer !important;
}

.cus-btm h4 {
    font-size: 18px;
    color: #fff;
    margin-bottom: 0;
    line-height: 20px;
    position: relative;
    z-index: 0;
}

.c-text h3 {
    font-size: 72px;
    color: #045540;
    margin-bottom: 0;
}

.c-text p {
    font-size: 24px;
    max-width: 342px;
    line-height: 36px;
    letter-spacing: -0.5px;
    margin-bottom: 0;
    font-family: var(--zf-secondary-medium);
    position: relative;
    z-index: 1;
    top: -16px;
    color: #000;
}

.c-btm.p-btn {
    color: #000;
    font-size: 18px;
    font-family: var(--primaryfont-bold);
    border: none;
    line-height: 20px;
    text-transform: none;
    position: relative;
}

.g-txt:last-child ul {
    padding-left: 5px;
}

.cus-btm h4 span,
.c-text span.c-btm.p-btn span {
    font-size: 12px;
    font-family: var(--primaryfont-regular);
    display: block;
    text-transform: none;
    letter-spacing: 0;
}

.customers-wrap .c-text span.c-btm.p-btn::after {
    right: 0;
    -webkit-filter: brightness(0);
    filter: brightness(0);
}

a.p-btn::after {
    content: '';
    position: absolute;
    right: -27px;
    top: 4px;
    background: url(/sites/zweb/images/one/india/home-sprite.svg) no-repeat 1px -44px;
    background-size: 700px;
    width: 20px;
    height: 20px;
    transition: ease all .5s;
    transform: rotate(360deg);
}

.customers-wrap a.p-btn::after {
    background-position: -21px -43px;
    background-size: 700px;
    width: 20px;
    height: 20px;
}

a.p-btn:hover::after {
    transform: rotate(324deg);
}

/* .customers-block.c-text::before {
            content: '';
            position: absolute;
            width: 235px;
            height: 180px;
            background: url(https://www.zohowebstatic.com/sites/zweb/images/one/india/up-arrow.svg) no-repeat center;
            background-size: 86%;
            top: 0;
            right: 0;
            transform: translate(-8%, 24%);
        } */

.cus-btm h4 {
    padding-left: 56px;
    padding-right: 5px;
}

.customers-wrap a.p-btn {
    color: #e42527;
}

.h-title.sm {
    display: none;
}

.c-text h3 {
    position: relative;
}

.c-text h3::after {
    content: '%';
    position: absolute;
    width: 60;
    height: 83;
    left: 127px;
    top: 0;
    opacity: 0;
    transition: ease all .8s;
    transition-delay: .9s;
}

.c-text h3.c-animated::after {
    opacity: 1;
}

/* s6 */
/* s7 */
.working-wrap h2 {
    max-width: 492px;
}

.slider-wrap {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding-top: 42px;
}

.slider-tab {
    width: 60%;
    max-width: 516px;
    margin: 0 auto 0 56px;
    text-align: left;
}

.i18n-ar .slider-tab {
    margin: 0 56px 0 auto;
}

.slider-content-wrap {
    width: 40%;
}

.slider-tab .tab-link {
    position: relative;
    cursor: pointer;
    color: #000;
}

.slider-tab .tab-link h3 {
    font-size: 20px;
    margin-bottom: 0;
    border-bottom: 1px solid rgba(0, 0, 0, 1);
    padding-bottom: 15px;
    color: #FFC833;
}

.slider-tab .tab-link p {
    font-size: 16px;
}

.slider-tab .tab-link .slider-content {
    padding: 30px 0;
}

.slider-tab .tab-link {
    border-radius: 10px 10px 0 0;
    padding: 16px 32px;
}

.slider-tab .tab-link h4 {
    margin-bottom: 0;
    position: relative;
    padding-left: 32px;
    font-family: var(--primaryfont-semibold);
}

.slider-tab .tab-link h4::before {
    content: '';
    position: absolute;
    width: 24px;
    height: 24px;
    background: url(/sites/zweb/images/one/dcp/sprite-icon.svg) no-repeat;
    background-size: 70px;
    left: 0;
    top: 2px;

}

.slider-tab .tab-link:first-child h4::before {
    background-position: 0px 0px;
}

.slider-tab .tab-link:nth-of-type(2) h4::before {
    background-position: -25px 0px;
}

.slider-tab .tab-link:last-child h4::before {
    background-position: -50px 0;
}

.slider-tab .tab-link .tab-dec {
    display: none;
    padding: 16px 0 0;
}

.slider-tab .tab-link .tab-dec p {
    margin: 0;
    padding-left: 32px;
}

.slider-tab .tab-link .tab-dec p a {
    display: block;
    margin-top: 16px;
}

.slider-tab .tab-link.active {
    background: #F8F3E7;
    transition: ease all .4s;
    padding: 42px 32px;
    margin: 16px 0;
}

.slider-tab .tab-link.active .tab-dec {
    display: block;
    transition: ease-in-out .4s;
}


.slider-tab .tab-link .slider-content {
    display: none;
}

/* .slick-list {
            background-color: transparent !important;
        } */

.slider-tab span.progressBar {
    width: 100%;
    height: 2px;
    display: block;
    left: 0;
    bottom: 0;
    position: absolute;
    opacity: 0;
    margin-bottom: 0;
}

span.progressBar {
    background-color: #000;
}

.slider-content {
    position: relative;
}

.slider-content img {
    -webkit-transition: all 1s;
    -o-transition: all 1s;
    transition: all 1s;
    transition-delay: 150ms;
}

a.p-btn,
p.cus-btn {
    font-size: 16px;
    font-family: var(--primaryfont-semibold);
    color: #e42527;
    text-transform: uppercase;
    position: relative;
    border-bottom: 1.5px solid;
    line-height: 16px;
    padding-top: 3px;
    letter-spacing: -0.25px;
}

/* s7 */
/* s8 */
.solutions-wrap h2 {
    text-align: center;
    margin-bottom: 60px;
}

.solutions-wrap .flex-wrap {
    gap: 24px;
}

.s-img {
    border-radius: 10px;
    background: #004D40;
    text-align: center;
    min-height: 250px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 24px;
    position: relative;
}

.s-img img {
    position: relative;
    z-index: 1;
}

.s-img::before {
    content: '';
    position: absolute;
    left: 50%;
    top: 50%;
    width: 100%;
    max-width: 300px;
    height: 100%;
    background: url(/sites/zweb/images/one/india/pattern-bg.svg) no-repeat center;
    background-size: 300px;
    z-index: 0;
    transform: translate(-50%, -50%);
}


.s-block {
    flex: 1;
}

.s-content h4 {
    margin-bottom: 16px;
    max-width: 320px;
}

.s-content p {
    max-width: 356px;
    font-size: 16px;
}

section.working-wrap.zsection {
    background: #fff;
}

section.solutions-wrap.zsection {
    background: #F8F3E7;
}

/* s8 */


/* FAQ */
.faq-answers {
    background: #fff;
    color: #000;
}

.faq-answers.zsection {
    padding-top: 0;
}

.faq-answers h2 {
    text-align: center;
}

.item-list {
    max-width: 1011px;
    margin: 0 auto;
}

.item-list ul {
    margin: 0 0 30px
}

.item-list ul li {
    margin-bottom: 20px;
    position: relative
}

.faq-answers&gt;.item-list&gt;ul&gt;li {
    position: relative;
    padding: 0 0 10px 0;
    border-bottom: 1px solid #ececec
}

.faq-answers .item-list&gt;ul&gt;li {
    position: relative;
    padding: 0 0 20px 0;
    border-bottom: 1px solid #ececec
}

.item-list ul li.active .arrow {
    transform: scaleY(-1);
    transform-origin: center
}

.arrow {
    position: absolute;
    right: 0;
    top: -4px;
    transition: all 500ms ease;
    width: 30px;
    height: 30px
}

.arrow:before {
    content: '';
    width: 0;
    height: 0;
    border-left: 8px solid transparent;
    border-right: 8px solid transparent;
    border-top: 8px solid #333;
    position: absolute;
    top: 17px;
    right: 0
}

.item-list ul li.active .arrow:before {
    border-top: 8px solid var(--primary-anchor-clr);
}

.arrow:after {
    content: '';
    width: 0;
    height: 0;
    border-left: 6px solid transparent;
    border-right: 6px solid transparent;
    border-top: 6px solid #fff;
    position: absolute;
    top: 16px;
    right: 2px
}

.item-list ul li {
    margin: 10px 0 0 20px
}

.field-faq-question {
    color: #000;
    font-size: 20px;
    cursor: pointer;
    margin-bottom: 5px;
    display: inline-block;
    vertical-align: text-top;
    width: 100%;
    padding-right: 20px;
    position: relative;
    z-index: 2
}

.field-faq-answer {
    display: none;
    margin: 10px 0;
}

.faq-answers .item-list&gt;ul&gt;li.active .field-faq-answer {
    display: block;
}

.field-faq-answer p {
    margin: 0
}

.field-faq-question:focus,
.field-faq-answer:focus {
    outline: 2px solid #007BFF;
}

.dashboard-wrap svg:focus:not(:focus-visible),
.field-faq-question:focus:not(:focus-visible),
.field-faq-answer:focus:not(:focus-visible) {
    outline: 0;
    box-shadow: none;
}

.program-wrap {
    background: #FBF9F3;
    text-align: center;
    color: #000;
}

.program-wrap .content-wrap {
    max-width: 926px;
}

.program-wrap .content-wrap p {
    max-width: 880px;
    margin: 0 auto;
}



/* FAQ */
/* Responsive */
@media(min-width:1200px) {
    .joining-wrap.zsection,
    section.working-wrap.zsection,
    .why-partnering.zsection {
        padding-top: 120px;
    }

    /* .glance-wrap.fixed{
                position: fixed;
                top: 10px;
            } */
    .s-img img {
        transform: scale(.75);
        transition-delay: 450ms;
        transition: ease-in-out .5s;
    }

    .slider-tab .tab-link.active {
        /* animation: progresswidth 5s linear forwards;
                opacity: 1; */
        border-bottom: 2px solid #000;
    }

    .cus-btm span.video-play-button {
        transition: ease-in-out .5s;
        transition-delay: 550ms;
        transform: scale(.75);
    }

    .middle-animated .cus-btm span.video-play-button {
        transform: scale(1);
    }

    .cus-btm h4 {
        opacity: 0;
        transform: translateX(-10px);
        transition: ease-in-out .5s;
        transition-delay: 750ms;
    }

    .middle-animated .cus-btm h4 {
        opacity: 1;
        transform: translateX(0);
    }

    .s-img img {
        transform: scale(.75);
        transition-delay: 450ms;
        transition: ease-in-out .5s;
    }

    .middle-animated .s-img img {
        transform: scale(1);
    }

    .s-img::before {
        transform: translate(-50%, -50%) scale(.15);
        opacity: 0;
        transition: ease-in .9s;
    }

    .middle-animated .s-img::before {
        opacity: 1;
        transform: translate(-50%, -50%) scale(1);
    }
   
}

@media(max-width:1440px) {
    .hero-wrap {
        background: #000 url(/sites/zweb/images/one/dcp/hero-bg2.jpg) no-repeat right bottom;
        background-size: 1450px;
    }
    .h-content {
        max-width: 534px;
    }
    h1.htitle {
        font-size: 64px;
    }
    h2.htitle {
        font-size: 54px;
    }
}
@media(max-width:1280px) {
    /* .glance-wrap{
                max-width: 1078px;
            }
            .tab-list {
                max-width: 316px;
            } */
            .zsection {
                padding: 60px 0;
            }
            .hero-wrap.zsection {
                background: #000;
                background-image: none;
                padding-bottom: 0px;
            }
            .h-content{
                top: 0;
            }
            .ani-elem{
                display: block;
            }
            .ani-elem img {
                max-width: 535px;
            }
            .h-creative {
                display: flex;
                align-items: center;
            }
            h1.htitle {
                font-size: 58px;
            }
            h2.htitle {
                font-size: 48px;
            }
           
}

@media (max-width: 1199px) {
    .slider-tab {
        margin: 0 auto;
    }

    .h-content h1 {
        font-size: 58px;
    }

    .glance-wrap, .head-wrap h2::after{
        display: none;
    }
    .secwrap{
        border-top: none;
    }
    h1.htitle {
        font-size: 54px;
    }
    h2.htitle {
        font-size: 44px;
    }
    .ani-elem img{
        max-width: 500px;
    }
    .h-content{
        max-width: 470px;
        margin: 0 auto 160px 0;
    }
    .h-creative {
        align-items: flex-end;
    }
    .text-wrap {
        max-width: 450px;
    }
}

@media(max-width:1024px) {
    .zsection {
        padding: 80px 0;
    }
    .zsection .h-content p.sh{
        font-size: 22px;
    }
    .h-content {
        max-width: 738px;
        margin: 0 auto;
        text-align: center;
    }
    .h-content h1.htitle {
        max-width: 427px;
        margin: 0 auto 24px;
    }
    .h-creative{
        width: 100%;
        text-align: center;
    }
    .ani-elem img {
        max-width: 430px;
        margin-top: 45px;
    }

    .glance-wrap {
        max-width: 72%;
    }

    .tab-list:nth-child(2)::before,
    .tab-list:nth-child(2)::after {
        display: none;
    }
    h1.htitle {
        font-size: 48px;
    }
    h2.htitle {
        font-size: 38px;
    }
    .flex-wrap.head-wra, .joining-wrap.zsection .flex-wrap {
        flex-direction: column;
    }
    .head-wrap h2{
        max-width: 100%;
    }
    .compare-table table{
        margin: 42px auto 0;
    }
    .program-wrap.zsection h2 {
        max-width: 700px;
        margin: 0 auto 24px;
    }
    .text-wrap {
        max-width: 100%;
    }
    .f-wrap{
        margin: 40px auto 0;
    }
    .joining-wrap ul::before{
        display: none;
    }
    
}

@media(max-width:991px) {
    .glance-wrap {
        max-width: 394px;
    }

    .h-title.sm {
        display: block;
    }

    .h-title.count,
    .c-text h3::after {
        display: none;
    }

    .solutions-wrap .flex-wrap {
        justify-content: center;
    }

    .solutions-wrap h2 {
        margin-bottom: 38px;
    }

    .customers-block,
    .customers-block.c-text {
        flex: 48%;
        max-width: 460px;
    }

    .customers-wrap .flex-wrap {
        justify-content: center;
    }

    .customers-wrap .flex-wrap .customers-block:first-child {
        order: 1;
    }

    .customers-wrap .flex-wrap a.customers-block.c-text {
        order: 3;
    }

    .customers-wrap .flex-wrap .customers-block:last-child {
        order: 2;
    }

    .s-img {
        max-width: 350px;
    }

    .s-block {
        flex: 48%;
        max-width: 348px;
    }

    .slider-wrap {
        padding: 0;
    }

    .slider-content-wrap {
        display: none;
    }

    .slider-tab {
        width: 100%;
        max-width: 100%;
        display: flex;
        flex-wrap: wrap;
        gap: 16px;
        margin: 0 auto;
    }

    .slider-tab .tab-link.active,
    .slider-tab .tab-link {
        background: #F8F3E7;
        padding: 42px 32px;
        margin: 0;
        border-radius: 10px;
        flex: 35%;
    }

    .slider-tab .tab-link.active .progressBar {
        display: none;
    }

    .slider-tab .tab-link .tab-dec {
        display: block;
    }

    .item.active {
        padding: 60px 0 0;
    }

    .customers-wrap .flex-wrap {
        margin: 42px 0;
    }

    section.customers-wrap.zsection,
    section.working-wrap.zsection {
        padding-bottom: 32px;
    }

    section.working-wrap.zsection,
    section.solutions-wrap.zsection {
        padding-top: 32px;
    }

    .customers-wrap a.info-btn {
        margin-bottom: 0;
    }

    .faq-answers&gt;ul&gt;li:before,
    .faq-answers&gt;ul&gt;li:after {
        top: 11px
    }
}

@media(max-width:767px) {
    .s-block {
        flex: auto;
    }

    .s-img {
        margin: 0 auto 32px;
    }

    .slider-tab .tab-link.active,
    .slider-tab .tab-link {
        flex: 100%;
    }

    .slider-tab .tab-link.active,
    .slider-tab .tab-link {
        padding: 32px 16px;
    }

    .h-content h1 {
        font-size: 42px;
    }

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

    p.sh {
        font-size: 18px;
    }

    .field-faq-question {
        font-size: 18px
    }

    .faq-answers .item-list&gt;ul&gt;li {
        padding: 0 0 20px 0
    }

    .item-list ul li {
        margin-bottom: 20px
    }
    .compare-table{
        overflow-x: auto;
    }
    .compare-table table {
        max-width: initial;
        width: 730px;
        overflow: hidden;
    }
    .joining-wrap ul li strong{
        font-size: 18px;
    }
    
    .joining-wrap ul li{
        font-size: 16px;
    }
    .z-bottom-cta-menu a.loggedout, .z-bottom-cta-menu a.loggedin {
        display: none;
    }
}

@media(max-width:480px) {
    .h-content h1 {
        font-size: 38px;
    }

    h2.htitle {
        font-size: 32px;
    }
    .ani-elem img {
        max-width: 290px;
        margin-top: 35px;
    }
}</pre></body></html>