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

h1,h2,h3,h4,h5,h6 {
    font-weight: 700
}

h3 {
    font-size: 34px
}

h4 {
    font-size: 22px
}

p {
    font-size: 18px
}

.d-block {
    display: block
}

.wrapper {
    width: 100%
}

.section {
    padding: 100px 0
}

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

.banner-wrap {
    position: relative;
    padding: 100px 0;
    text-align: center;
    background-color: #1c3eef;
    color: #fff;
    background-image: radial-gradient(rgba(255,255,255,0) 0%,transparent 10%),radial-gradient(rgba(255,255,255,0.2509803922) 0%,transparent 10%);
    background-size: 20px 20px;
    background-position: 0 0,40px 40px;
    background-repeat: repeat
}

.banner-wrap h1 {
    max-width: 1000px;
    margin: 0 auto;
    margin: 0 auto 25px
}

.banner-cont {
    max-width: 710px;
    margin: 0 auto;
    text-align: center;
    position: relative;
    z-index: 1
}

.banner-cont .cta-btn {
    margin-top: 22px
}

.banner-cont p {
    margin: 20px 0 0
}

.banner-cont p a {
    color: #fff;
    border-bottom: 1px solid
}

.limitation-wrap {
    background: #f7f5f2
}

.limitation-wrap h2 {
    text-align: center
}

.limitation-chart {
    display: flex;
    justify-content: space-between;
    margin: 80px 0 0
}

.limitation-image {
    max-width: 510px
}

.limitation-chart ul {
    max-width: 450px
}

.limitation-chart ul li {
    padding: 0 0 30px 50px;
    position: relative
}

.limitation-chart ul li:before {
    content: '';
    position: absolute;
    left: 0;
    top: 5px;
    width: 20px;
    height: 20px;
    background-image: url(/sites/zweb/images/projects/gantt-chart-seo/gc-sprite.png);
    background-size: 1150px auto
}

.limitation-chart ul li:nth-child(1):before {
    background-position: -260px -23px
}

.limitation-chart ul li:nth-child(2):before {
    background-position: -284px -23px
}

.limitation-chart ul li:nth-child(3):before {
    background-position: -309px -23px
}

.limitation-chart ul li:nth-child(4):before {
    background-position: -333px -23px
}

.agile-approach .content-wrap {
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
    justify-content: space-between
}

.agile-approach-content {
    max-width: 750px
}

.agile-approach-content&gt;h2 {
    max-width: 500px
}

.agile-approach-list {
    padding: 40px 60px 10px 60px;
    background: #fff;
    position: relative;
    z-index: 0
}

.agile-approach-list:before {
    content: unset;
    position: absolute;
    width: 1300px;
    height: 100%;
    left: 40%;
    top: 0;
    background: #fff;
    z-index: 0;
    transform: translateX(-50%)
}

.agile-approach-list li {
    padding: 7px 0 0 55px;
    position: relative;
    margin: 0 0 60px
}

.agile-approach-list li:before {
    content: '01';
    position: absolute;
    left: 0;
    top: 4px;
    font-size: 24px;
    font-weight: 700
}

.agile-approach-list li:nth-child(2):before {
    content: '02'
}

.agile-approach-list li:nth-child(3):before {
    content: '03'
}

.agile-approach-list li:nth-child(4):before {
    content: '04'
}

.agile-approach-list li:nth-child(5):before {
    content: '05'
}

.agile-approach-list li:nth-child(6):before {
    content: '06'
}

.agile-approach-heading {
    position: sticky;
    top: 90px;
    max-width: max-content;
    width: 100%
}

.agile-approach-heading ul {
    padding: 60px 30px;
    background: #17c14a;
    max-width: 460px;
    border-radius: 5px;
    text-transform: uppercase;
    font-weight: 700
}

.agile-approach-heading ul li {
    padding: 25px;
    color: #fff;
    border-radius: 5px;
    cursor: pointer;
    font-size: 16px;
    margin: 0 0 10px
}

.agile-approach-heading ul li:last-child {
    margin-bottom: 0
}

.agile-approach-heading ul li.active {
    background: #fff;
    color: #000
}

.customers-wrap {
    background: url(/sites/zweb/images/projects/gantt-chart-seo/world-map.png) no-repeat center;
    background-size: 540px auto;
    height: 530px;
    position: relative;
    padding: 0;
    margin: 140px 0 40px
}

.customers-wrap .content-wrap {
    height: 100%
}

.customers-heading {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%,-50%);
    text-align: center
}

.customers-heading h2 {
    margin: 0 0 5px
}

.customers-heading h2 span {
    color: red
}

.customers-heading p {
    font-size: 28px;
    margin: 0
}

.customers-list {
    position: absolute;
    width: 100%;
    height: 100%
}

.customers-list li {
    width: 80px;
    height: 80px;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%,-50%) scale(.7);
    background-image: url(/sites/zweb/images/projects/gantt-chart-seo/gc-sprite.png);
    background-size: 1330px auto;
    opacity: 0;
    transition: .5s all
}

.customers-list li.active {
    opacity: 1;
    transform: translate(-50%,-50%) scale(1)
}

.customers-list li:nth-child(1) {
    background-position: -419px -89px;
    margin: -210px 0 0 -100px
}

.customers-list li:nth-child(2) {
    background-position: -509px -90px;
    margin: -170px 0 0 100px
}

.customers-list li:nth-child(3) {
    background-position: -599px -90px;
    margin: -160px 0 0 320px
}

.customers-list li:nth-child(4) {
    background-position: -689px -90px;
    margin: 20px 0 0 500px
}

.customers-list li:nth-child(5) {
    background-position: -779px -90px;
    margin: -120px 0 0 -330px
}

.customers-list li:nth-child(6) {
    background-position: -869px -90px;
    margin: 0 0 0 -500px
}

.customers-list li:nth-child(7) {
    background-position: -959px -90px;
    margin: 150px 0 0 -330px
}

.customers-list li:nth-child(8) {
    background-position: -1049px -90px;
    margin: 200px 0 0 120px
}

.customers-list li:nth-child(9) {
    background-position: -1139px -90px;
    margin: 200px 0 0 380px
}

.customers-list li:nth-child(10) {
    background-position: -1229px -90px;
    margin: 224px 0 0 -100px
}

.agile-approach-footer {
    text-align: center;
    padding: 100px 0
}

.agile-approach-footer p {
    max-width: 820px;
    margin: 40px auto
}

.agile-approach-footer p:last-child {
    margin: 40px auto 0
}

.line-success {
    position: absolute;
    left: 0;
    top: 0;
    width: 2px;
    background: #3058a8;
    transition: .5s all
}

.line-success span {
    width: 18px;
    height: 18px;
    position: absolute;
    background: #fff;
    border: 1px solid #3058a8;
    border-radius: 50%;
    left: 50%;
    transform: translateX(-50%);
    transition: .5s all
}

.line-success span:before {
    content: '';
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%,-50%);
    width: 10px;
    height: 10px;
    background: #3058a8;
    border-radius: 50%
}

.gantt-chart-slider .zwc-sec-title {
    max-width: 770px;
    margin: 0 auto 30px;
    text-align: center
}

.gantt-chart-slider .zwc-sec-title h2 {
    max-width: 590px;
    margin: 0 auto 15px
}

.slick-slide&gt;h4 {
    text-align: center;
    margin: 40px 0 70px;
    font-size: 25px
}

#nav-1 {
    position: relative;
    border: 0;
    display: flex;
    list-style: none;
    background: #f6f6f8;
    max-width: 640px;
    margin: 0 auto 0
}

#nav-1 li {
    margin: 0;
    width: 50%;
    display: flex
}

#nav-1 li a {
    position: relative;
    padding: 30px;
    border: 0;
    color: #333;
    display: block;
    width: 100%;
    text-decoration: none;
    z-index: 3
}

#nav-1 li a:before {
    content: '';
    position: absolute;
    right: 20px;
    top: 28px;
    width: 42px;
    height: 65px;
    background-image: url(/sites/zweb/images/projects/gantt-chart-seo/gc-sprite.png);
    background-size: 1150px auto
}

#nav-1 li:nth-child(2) a:before {
    background-position: -43px 0
}

#nav-1 li:nth-child(3) a:before {
    background-position: -138px 0
}

#nav-1 li:nth-child(2) a.active:before {
    background-position: 0 0
}

#nav-1 li:nth-child(3) a.active:before {
    background-position: -89px 0
}

#nav-1 li a span {
    display: block;
    width: 100%;
    font-size: 24px;
    font-weight: 700
}

#nav-1 li a.active {
    color: #fff
}

#nav-1 .slide1 {
    position: absolute;
    display: inline-block;
    height: 100%;
    transition: all .4s cubic-bezier(0.23,1,0.32,1.05)
}

#nav-1 .slide1 {
    background-color: #17c14a;
    z-index: 2
}

#nav-1 .slide1:after {
    top: 100%;
    left: 50%;
    border: solid transparent;
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
    border-color: rgba(136,183,213,0);
    border-top-color: #17c14a;
    border-width: 10px;
    margin-left: -10px
}

.tab-content {
    display: none
}

.tab-content.active {
    display: inherit
}

.slick-slider,.gantt-slider-1 ul .slick-list,.gantt-slider-2 ul .slick-list {
    max-width: 990px;
    margin: 0 auto
}

.slick-slide {
    outline: 0
}

.slick-slide .slide-content {
    transform: translate(0,0) scale(.85);
    opacity: .2
}

.slick-slide.slick-center .slide-content {
    z-index: 2;
    transform: scale(1);
    opacity: 1
}

.slide-content p {
    opacity: 0
}

.slide-content p i {
    color: #1da8aa
}

.slick-slide.slick-center .slide-content p {
    opacity: 1
}

.slide-content p.slide-img {
    max-width: 100%;
    opacity: 1
}

.slide-content img {
    box-shadow: 0 0 40px 0 rgba(0,0,0,0.1)
}

.slide-content p {
    max-width: 570px
}

.slide-content p span {
    display: block;
    font-weight: 700;
    margin: 40px 0 10px
}

.slick-next,.slick-prev {
    right: 0;
    height: 20px;
    left: initial;
    top: 90px;
    transform: translate(0,0);
    background-image: url(/sites/zweb/images/projects/gantt-chart-seo/gc-sprite.png);
    background-size: 1150px auto;
    background-position: -221px -14px;
    z-index: 1
}

.slick-next:hover {
    background-position: -221px -33px
}

.slick-prev:hover {
    background-position: -190px -33px
}

.slick-prev {
    right: 50px;
    background-position: -190px -14px
}

.slick-next:after,.slick-next:before,.slick-prev:after,.slick-prev:before {
    content: none
}

@media screen and (max-width: 1280px) {
    h3 {
        font-size:24px
    }

    h4 {
        font-size: 20px
    }

    .agile-approach-list li:before {
        font-size: 20px
    }

    .content-wrap {
        width: 90%
    }

    .agile-approach .content-wrap {
        width: 100%;
        padding-left: 5%
    }

    .agile-approach-heading {
        width: 100%
    }

    .agile-approach-heading ul {
        right: 0;
        max-width: 390px;
        padding: 15px
    }
}

@media screen and (max-width: 1150px) {
    .agile-approach-content {
        max-width:550px
    }

    .agile-approach-list {
        padding: 40px 30px 15px
    }

    .customers-list {
        transform: scale(.9)
    }
}

@media screen and (max-width: 991px) {
    .section {
        padding:60px 0 0
    }

    .banner-wrap {
        padding: 80px 0;
        margin: 0
    }

    .slick-slide .slide-content {
        transform: translate(0,0) scale(.9);
        opacity: 1
    }

    .slick-slide.slick-center .slide-content {
        z-index: 1;
        transform: scale(1);
        opacity: 1
    }

    .slide-content p {
        opacity: 1
    }

    .limitation-wrap {
        margin: 0 0 80px;
        padding: 60px 0 40px
    }

    .limitation-chart {
        display: block
    }

    .limitation-image {
        width: 100%;
        margin: 0 auto
    }

    .limitation-chart ul {
        max-width: 580px;
        width: 100%;
        margin: 0 auto
    }

    .agile-approach .content-wrap {
        width: 90%;
        padding-left: 0
    }

    .agile-approach-list {
        overflow: hidden
    }

    .agile-approach-list:before {
        content: none
    }

    .agile-approach-list li {
        padding: 7px 0 0 40px;
        margin-bottom: 30px
    }

    .agile-approach-content {
        max-width: 100%
    }

    .agile-approach-heading {
        display: none
    }

    .agile-approach {
        padding: 0 0 80px
    }

    .agile-approach-footer {
        padding: 80px 0
    }

    .customers-wrap {
        height: 350px;
        margin: 40px 0 0;
        background: url(/sites/zweb/images/projects/gantt-chart-seo/world-map.png) no-repeat center bottom;
        background-size: 540px auto
    }

    .customers-list {
        position: static;
        height: 80px;
        display: flex;
        flex-wrap: wrap;
        overflow: hidden;
        width: 620px;
        margin: 40px auto;
        transform: scale(1)
    }

    .customers-list li {
        opacity: 1;
        transform: translate(0,0) scale(1);
        position: static;
        margin: 0 20px !important
    }

    .customers-heading {
        max-width: 520px;
        width: 100%;
        position: static;
        transform: translate(0,0);
        margin: 0 auto
    }

    .slick-next,.slick-prev {
        right: 30px
    }

    .slick-prev {
        right: 60px
    }
}

@media screen and (max-width: 767px) {
    p {
        font-size:18px
    }

    .terms-watch p {
        margin: 20px 0 0
    }

    .terms-watch p span {
        width: 100%;
        margin: 0 0 20px
    }

    .slick-next,.slick-prev {
        top: 70px;
        transform: translate(0,-50%);
        text-indent: -9999px
    }

    button.slick-arrow {
        display: none !important
    }
}

@media screen and (max-width: 640px) {
    #nav-1 {
        width:95%;
        margin-bottom: 20px
    }

    #nav-1 li a {
        font-size: 14px;
        padding: 30px 10px
    }

    #nav-1 li a span {
        font-size: 18px
    }

    .customers-list {
        width: 300px
    }

    .customers-list li {
        margin: 0 10px !important
    }
}

@media screen and (max-width: 480px) {
    #nav-1 li a {
        padding:15px
    }

    #nav-1 li a:before {
        content: none
    }
}

@media screen and (max-width: 360px) {
    #nav-1 li a {
        font-size:12px
    }

    #nav-1 li a span {
        font-size: 15px
    }
}

.header {
    border-bottom: 1px solid #e8e8e8
}

.i18n-ar .banner-cont,.i18n-ar .banner-cont * {
    text-align: center
}

.i18n-ar .slide-content p {
    display: block
}

.i18n-ar #nav-1 li a:before {
    right: auto;
    left: 20px
}

.i18n-ar .slick-prev {
    right: auto;
    left: 20px
}

.i18n-ar .slick-next {
    right: auto;
    left: 70px
}

.i18n-ar .limitation-chart ul li {
    padding: 0 50px 30px 0
}

.i18n-ar .limitation-chart ul li:before {
    left: auto;
    right: 0
}

.i18n-ar .agile-approach-list li {
    padding: 7px 55px 0 0
}

.i18n-ar .agile-approach-list li:before {
    left: auto;
    right: 0
}

.i18n-ar .agile-approach-heading ul {
    right: auto;
    left: -80px
}

.i18n-ar .customers-heading,.i18n-ar .customers-heading * {
    text-align: center
}

.i18n-ar .agile-approach-footer,.i18n-ar .agile-approach-footer * {
    text-align: center
}

.other-lang .gantt-chart-slider h2 {
    max-width: 690px;
    margin: 0 auto 15px;
    text-align: center;
}</pre></body></html>