:root {
    --trans-delay: .5s;
    --trans-duration: 500ms
}

.pagewrapper * {
    box-sizing: border-box;
}

p.watch-btn-wrap {
    margin-top: 20px;
}

.watch-btn {
    display: inline;
    padding: 12px 0 10px 35px;
    font-size: 15px;
    position: relative;
    font-family: var(--zf-secondary-semibold);
}

.watch-btn:after,
.watch-btn:before {
    position: absolute;
    content: '';
}

.watch-btn:after {
    left: 11px;
    top: 16px;
    width: 0;
    height: 0;
    border-top: 5px solid transparent;
    border-bottom: 5px solid transparent;
    border-left: 7px solid #000;
}

.watch-btn:before {
    left: 0;
    top: 8px;
    width: 26px;
    height: 26px;
    border: 1px solid #000;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    border-radius: 100%;
}

.pagewrapper {
    overflow: hidden;
}

.pagewrapper .content-wrap {
    padding: 120px 0
}

.banner .content-wrap {
    padding: 40px 0 0px;
}

.block1 .content-wrap,
.block2 .content-wrap,
.block3 .content-wrap,
.block5 .content-wrap {
    padding-bottom: 0px;
}

.banner {
    text-align: center;
}

.banner .desc {
    max-width: 830px;
    margin: 0 auto 30px;
    text-align: center;
}

.banner img {
    vertical-align: bottom;
}

.cta-wrap {
    margin: 30px 0 0 0;
}

.cta-wrap a:first-child {
    margin-right: 20px;
}

a.ghost-cta {
    display: inline-block;
    padding: 10px 30px;
    border: 1px solid #000;
    color: #000;
    font-family: var(--zf-secondary-medium);
    font-size: 14px;
}

.pagewrapper video {
    max-width: 100%;
    position: relative;
    z-index: 1;
    border-radius: 10px;
    vertical-align: bottom;
    height: auto;
}

.block1 video {
    box-shadow: 0 0 30px 0px rgb(134 177 171 / 10%);
}

.block1 {
    margin-top: -20px;
}

.block1,
.block3 {
    background-color: #F0FFFD;
}

.block3 {
    background: #F8F4EC
}

.sales-cta {
    border: 1px solid #1976d2;
    color: #1976d2;
}

.flex-wrap-2-col {
    display: flex;
    flex-flow: row wrap;
    justify-content: space-between;
}

.flex-wrap-2-col.img-right {
    align-items: flex-end;
}

.flex-ac {
    align-items: center;
}

.flex-wrap-2-col>div {
    width: 49%;
}

.block1 .desc-items .flex-item:first-child {
    margin-top: -30px;
}

.block1 .desc-items .flex-item:first-child {
    width: 44%;
}

.block1 .desc-items .flex-item:last-child {
    width: 56%;
}


.spl-text {
    color: #12776B;
    font-size: 20px;
    text-transform: uppercase;
    font-family: var(--zf-secondary-semibold);
    display: inline-block;
    margin-bottom: 15px;
}

.block2 span.spl-text {
    color: #596DD7;
}

.block3 span.spl-text {
    color: #B96132;
}

.img-wrap {
    margin: 30px 0 0 0;
    position: relative;
}

.flex-wrap-2-col li {
    margin: 0px 0 35px;
    padding-left: 30px;
    position: relative;
}

.block1 .img-wrap {
    margin: 60px auto;
}

.support-img1 {
    position: relative;
    vertical-align: bottom;
}

.block2 .img-right img {
    top: 45px;
}

.flex-wrap-2-col .flex-img {
    width: 50%;
    position: relative;
}

.flex-wrap-2-col .flex-cont {
    width: 45%;
    padding: 0 0px;
}

.block2 .img-left.flex-wrap-2-col .flex-cont,
.block3 .img-right.flex-wrap-2-col .flex-cont {
    margin-top: 60px;
}

.block2 .flex-wrap-2-col,
.block3 .flex-wrap-2-col {
    align-items: center;
}

.img-right .flex-img img,
.img-left .flex-img video,
.img-left .flex-img img,
.img-right .flex-img video {
    max-width: 120%;
    position: relative;
}

.zicon:before {
    content: '';
    position: absolute;
    width: 37px;
    height: 40px;
    left: 0;
    top: 6px;
}

ul li.zicon:before {
    content: '';
    position: absolute;
    width: 13px;
    height: 5px;
    left: 0;
    top: 9px;
    border-bottom: 2px solid #a6a4b2;
    border-left: 2px solid #a6a4b2;
    transform: rotate(-45deg);
}

.zitem h3 {
    font-size: 36px;
    margin-bottom: 50px;
}

.i18n-en .pagewrapper .zitem p {
    font-size: 17px;
}

.zitem h4 {
    font-size: 22px;
    font-family: var(--zf-secondary-bold);
}

.slider2:before {
    content: '';
    background: #48403c url(/sites/zweb/images/connect/enterprise/browser-icons.png) no-repeat;
    position: absolute;
    width: 90%;
    height: 80%;
    border-radius: 10px;
    top: 0;
    left: 0;
    background-size: 30px;
    background-position: 40px 18px;
}

.img-left .flex-img img,
.img-left .flex-img video {
    left: -20%;
}

.block1 .flex-wrap-2-col:last-child,
.block2 .flex-wrap-2-col:last-child,
.block3 .flex-wrap-2-col:last-child {
    margin-top: 90px;
}

.block2 .flex-wrap-2-col:last-child {
    margin-top: 20px;
}

.block1 .flex-wrap-2-col:last-child ul {
    margin-bottom: 60px;
}

.block2 .flex-wrap-2-col:last-child {
    align-items: center;
}

.block2 img,
.block3 img {
    vertical-align: middle;
}

span.bg-shape {
    display: block;
    position: absolute;
    transition: all 1000ms ease;
    background-repeat: no-repeat;
    background-size: 100%;
}

.anim-floating-tb {
    animation: floating-tb 5s infinite ease-in-out
}

.anim-floating-bt {
    animation: floating-bt 5s infinite ease-in-out
}

.anim-floating-lr {
    animation: floating-lr 5s infinite ease-in-out
}

.anim-floating-rl {
    animation: floating-rl 5s infinite ease-in-out
}

span.bg-shape-04 {
    width: 8.688%;
    padding-top: 6.507%;
    background: url(/sites/zweb/images/connect/connect-home/org-bg-shape-04.png) no-repeat;
    bottom: -5%;
    left: -1%;
    background-size: 100% auto;
    z-index: 12;
    transition-delay: 1.75s;
}

.block3 span.bg-shape.bg-shape-02 {
    right: 90%;
    top: 93%;
}

span.bg-shape.bg-shape-01 {
    width: 25.643%;
    background-image: url(/sites/zweb/images/connect/connect-home/fb-bg-shape-01.png);
    bottom: -4.5%;
    left: -20%;
    padding-top: 10.77%;
}

.zt-delay-1s {
    transition-delay: calc(var(--trans-delay) * 2);
}

.zt-delay-1_5s {
    transition-delay: calc(var(--trans-delay) * 3);
}

.zt-duration-1000ms {
    transition-duration: calc(var(--trans-duration) * 2);
}

@keyframes floating-tb {
    0% {
        transform: translate(0, 0px)
    }

    50% {
        transform: translate(0, 15px)
    }

    100% {
        transform: translate(0, -0px)
    }
}

@keyframes floating-bt {
    0% {
        transform: translate(0, 0px)
    }

    50% {
        transform: translate(0, -15px)
    }

    100% {
        transform: translate(0, 0px)
    }
}

@keyframes floating-lr {
    0% {
        transform: translate(0, 0px)
    }

    50% {
        transform: translate(15px, 0px)
    }

    100% {
        transform: translate(0, 0px)
    }
}

@keyframes floating-rl {
    0% {
        transform: translate(0, 0px)
    }

    50% {
        transform: translate(-15px, 0px)
    }

    100% {
        transform: translate(0, 0px)
    }
}

.block4 {
    background-color: #403531;
    color: #fff;
}

.block4 h2 {
    text-align: center;
    max-width: 600px;
    margin: 0 auto 60px;
}

.slider-wrap {
    background-color: #332A27;
    padding: 90px 90px 40px 90px;
    position: relative;
    border-radius: 20px;
}

.block4 .slick-next,
.block4 .slick-prev {
    top: 90%;
    width: 20px;
}

.block4 .slick-next {
    right: 77%
}

.block4 .slick-prev:before,
.block4 .slick-next:before {
    width: 8px;
    height: 7px;
    background: transparent;
    border-bottom: 1px solid #fff;
    top: 11px
}

.block4 .slick-prev:before {
    border-left: 1px solid #fff;
}

.block4 .slick-next:before {
    border-right: 1px solid #fff;
}

.block4 .slick-next:after,
.block4 .slick-prev:after {
    transform: rotate(0deg);
    width: 20px;
    height: 1px;
    top: 14px;
    right: 0px;
    left: unset;
    background-color: #fff;
}

.block4 .slick-next:before {
    right: 0px
}

.block4 .slick-prev:before {
    left: 0px
}

.block4 .slick-next:hover:after,
.block4 .slick-prev:hover:after {
    background: #fff
}

.slide-count {
    color: #fff;
    position: relative;
    left: -13px;
    font-family: var(--zf-secondary-semibold);
}

.zitem-img img {
    position: relative;
    margin-top: 40px;
    margin-left: 30px;
    transform: translateX(30px);
    transition: transform 900ms ease;
}

.slick-current.zitem-img img {
    transform: translate(0px);
}

.slider2 .slick-list {
    overflow: visible;
}

.block5 h2,
.block6 h2 {
    text-align: center;
}

.block5 .flex-wrap-2-col,
.cont-wrap {
    padding: 20px 30px 0 20px;
}

img.bg-img {
    display: block;
    max-width: 85%;
}

.slick-next.slick-disabled:before,
.slick-prev.slick-disabled:before {
    visibility: hidden;
    opacity: 0;
}

span.zprogress {
    position: absolute;
    top: 0;
    left: 0;
    width: 20%;
    background: #EAAA19;
    height: 25px;
    transition: width 500ms ease;
    border-top-left-radius: 50px;
}

span.zprogress:before {
    position: absolute;
    left: 0;
    width: 100%;
    background: #332A27;
    height: 100%;
    z-index: 1;
    content: '';
    border-top-left-radius: 50px;
    top: 5px;
}

.block6 video,
.block5 video {
    max-height: 270px;
}

.bottom-cta .content-wrap {
    max-width: 960px;
    padding-top: 0px;
}

/* .block6 h2,.block5 h2{font-family: var(--zf-secondary-bold);font-size: 48px;} */

.bottom-cta h2 {
    font-family: var(--zf-secondary-bold);
}


.fieldset {
    margin-bottom: 30px
}

.success-alert {
    display: none;
    margin: 0 auto 0;
    height: 42px;
    position: fixed;
    z-index: 999999;
    width: 100%;
    left: 0;
    top: 0
}

.scs-pop-inr {
    padding: 12px 20px;
    position: relative;
    max-width: 460px;
    margin: 0 auto;
    background: #40bd60;
    width: 100%;
    opacity: 0
}

.scs-pop-inr.animate {
    animation: bounceIn .8s forwards;
    -webiki-animation: bounceIn .8s forwards
}

@keyframes bounceIn {

    0%,
    20%,
    40%,
    60%,
    80%,
    100% {
        -webkit-animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
        animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000)
    }

    0% {
        opacity: 0;
        -webkit-transform: scale3d(.3, .3, .3);
        transform: scale3d(.3, .3, .3)
    }

    20% {
        -webkit-transform: scale3d(1.1, 1.1, 1.1);
        transform: scale3d(1.1, 1.1, 1.1)
    }

    40% {
        -webkit-transform: scale3d(.9, .9, .9);
        transform: scale3d(.9, .9, .9)
    }

    60% {
        opacity: 1;
        -webkit-transform: scale3d(1.03, 1.03, 1.03);
        transform: scale3d(1.03, 1.03, 1.03)
    }

    80% {
        -webkit-transform: scale3d(.97, .97, .97);
        transform: scale3d(.97, .97, .97)
    }

    100% {
        opacity: 1;
        -webkit-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1)
    }
}

.st-name.error {
    display: none
}

.success-alert .scs-txt {
    font-size: 13px;
    display: block;
    text-align: center;
    font-family: var(--zf-primary-regular);
    color: #fff
}

.success-alert .close-icn {
    font-size: 12px;
    cursor: pointer;
    color: #fff;
    font-family: var(--zf-primary-regular);
    position: absolute;
    top: 5px;
    right: 12px
}

.formSec {
    width: 100%;
    overflow: auto;
    max-width: 412px;
    position: fixed;
    transform: translateX(120%);
    -webkit-transform: translateX(120%);
    right: 0;
    top: 0;
    z-index: 0;
    -webkit-box-shadow: -7px 0 28px 0 rgba(0, 0, 0, 0.46);
    -moz-box-shadow: -7px 0 28px 0 rgba(0, 0, 0, 0.46);
    box-shadow: -7px 0 28px 0 rgba(0, 0, 0, 0.46);
    height: 100%;
    background: #fff;
    opacity: 0
}

.formSec.active {
    transform: translateX(0);
    -webkit-transform: translateX(0);
    z-index: 9999999999999;
    opacity: 1
}

.formInner {
    border-left: 1px solid #ddd;
    padding: 35px 55px 45px 44px;
    background: #fff;
    box-sizing: border-box;
    height: auto;
    text-align: left
}

.form-close {
    background: url(/sites/zweb/images/connect/home/close-icon.png) no-repeat;
    width: 18px;
    height: 18px;
    position: absolute;
    right: 20px;
    top: 20px;
    cursor: pointer;
    background-size: 17px;
    opacity: .6
}

.formInner input[type="text"] {
    border: 1px solid #e3e3e3;
    font-size: 13px;
    height: 38px;
    max-width: 290px;
    padding-left: 8px;
    width: 100%;
    outline: 0;
    box-sizing: unset !important;
    margin-left: unset !important
}

.formInner textarea {
    border: 1px solid #d4d4d4;
    font-size: 13px;
    padding: 5px 8px;
    height: 50px;
    width: 100%;
    max-width: 285px;
    resize: none;
    margin-left: unset !important;
    box-sizing: unset !important
}

.formInner .zgdprform-countrylist-container {
    max-width: unset !important;
    width: unset !important;
    margin-left: unset !important;
    height: unset !important;
    margin-bottom: 30px !important
}

.formInner .zgdprform-countrylist-container select.globalcountrycode {
    height: 40px !important
}

.formInner select {
    border: 1px solid #e2e2e2;
    font-size: 13px;
    height: 38px;
    max-width: 300px;
    width: 100%;
    background: 0;
    color: #666 !important
}

.sign_agree {
    color: #000;
    font-size: 11px;
    line-height: 20px;
    margin-top: 0;
    padding-bottom: 10px;
    width: 90%;
    text-align: left;
    font-family: var(--zf-primary-semibold), Arial, Helvetica, sans-serif;
    margin: 0 auto
}

div.zgdprform-opt-container,
p.zgdprform-opt-container {
    clear: both;
    text-align: left;
    padding-left: 18px;
    box-sizing: border-box;
    font-size: 11px;
    line-height: 1.3;
    position: relative;
    margin-bottom: 30px
}

.zgdprform-opt-container input.chk_bx {
    appearance: checkbox !important;
    -webkit-appearance: checkbox !important;
    -moz-appearance: checkbox !important;
    -ms-appearance: checkbox !important;
    position: absolute !important;
    left: 0 !important;
    top: 2px !important;
    margin: 0 !important;
    width: auto !important;
    height: auto !important;
    border: 1px solid #333;
    display: inline-block
}

.submit-btn {
    background: #f0483e;
    border: 1px solid #f0483e;
    color: #fff;
    cursor: pointer;
    display: inline-block;
    font-size: 16px;
    padding: 10px 20px;
    text-decoration: none;
    text-transform: uppercase;
    transition: all 500ms ease 0;
    font-family: var(--zf-primary-semibold);
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border-radius: unset;
    margin-left: unset !important
}

.error {
    color: #f30;
    display: inline-block;
    font-size: 11px;
    line-height: 20px
}

.freeze_layer {
    background: rgba(0, 0, 0, 0.5);
    position: fixed;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    z-index: 999;
    display: none
}

.active_freaze {
    display: block
}

.zoverlay {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 999;
    background: rgba(0, 0, 0, 0.5);
    display: none
}

.zsubmit {
    text-align: center
}

input[type="submit"] {
    background: none repeat scroll 0 0 #f0483e;
    border: 1px solid #f0483e;
    color: #fff;
    cursor: pointer;
    font-size: 15px;
    padding: 10px 30px;
    margin-bottom: 40px;
    appearance: none;
    -moz-appearance: none;
    -webkit-appearance: none
}

.zgdprform-state-container.zshow-common {
    margin-bottom: 30px !important
}

div.zgdprform-state-container::after,
div.zgdprform-countrylist-container::after {
    right: 20px;
    left: auto
}

label.error {
    display: block;
    color: red;
    font-size: 11px
}

@media screen and (max-width:380px) {
    .formInner textarea {
        max-width: 93%
    }

    .formInner input[type="text"] {
        max-width: 96%
    }

    .success-alert .scs-txt {
        font-size: 10px
    }

    .success-alert {
        width: 90%
    }
}

@media all and (min-width:1200px) {

    .i18n-en .pagewrapper p,
    .i18n-en .pagewrapper li {
        font-size: 19px;
    }

    .i18n-en h1 {
        font-size: 50px;
    }

    .block6 h3,
    .block5 h3 {
        font-family: var(--zf-secondary-semibold);
        font-size: 24px;
    }

    .block6 .flex-wrap-2-col {
        margin: 60px auto 0;
    }

    .pagewrapper .content-wrap {
        max-width: 1170px;
    }

    .block1 .content-wrap {
        max-width: 1012px;
    }

    .bottom-cta .content-wrap {
        max-width: 960px;
    }

    .act-btn {
        padding: 14px 40px;
        border-radius: 3px;
    }

    .i18n-en h2 {
        font-size: 46px;
        font-family: var(--zf-secondary-bold);
    }

    .block1 .flex-wrap-2-col {
        padding: 0 0px
    }

    .img-left.anim-ele video {
        transform: matrix3d(1, 0, 0, 0.0004, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
        transition: all 1.5s cubic-bezier(0.38, 0.04, 0.46, 1.29);
    }

    .img-right.anim-ele video {
        transform: matrix3d(1, 0, 0, -0.0004, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
        transition: all 1.5s cubic-bezier(0.38, 0.04, 0.46, 1.29);
    }

    .middle-animated .img-left.anim-ele video,
    .middle-animated .img-right.anim-ele video {
        transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    }

    .fade {
        opacity: 0;
        transition: transform 1s ease, opacity 1s ease;
    }

    .fader {
        transform: translateX(50px);
    }

    .fadel {
        transform: translateX(-50px);
    }

    .in-view .fadel,
    .in-view .fader {
        transform: translateX(0px);
        opacity: 1;
    }

    .bottom-cta h2 {
        font-size: 40px;
    }

    .block1 .img-right .flex-img img {
        max-width: 540px;
        left: 90px;
        top: 11px;
    }

    .block2 .img-right .flex-img img {
        max-width: 640px;
        left: 70px
    }

    .block3 .img-left .flex-img img {
        max-width: 540px;
        left: -40px
    }



}

@media all and (min-width:1440px) {
    .flex-wrap-2-col.img-right .flex-img {
        left: 50px;
    }
}

@media all and (min-width:1300px) and (max-width:1500px) {

    /* .banner video{height: 550px;} */
    .banner .desc {
        max-width: 800px;
    }

    .i18n-en h1 {
        font-size: 42px;
    }

    .banner .content-wrap {
        padding: 20px 0 0px;
    }

    .bottom-cta .content-wrap {
        max-width: 760px;
    }
}

@media all and (min-width:1200px) and (max-width:1300px) {
    .pagewrapper .content-wrap {
        max-width: 1070px;
    }

    /* .banner video{height: 480px;} */
    .banner .desc {
        max-width: 800px;
    }

    .i18n-en h1 {
        font-size: 42px;
    }

    .i18n-en h2 {
        font-size: 32px;
    }

    .banner .content-wrap {
        padding: 20px 0 0px;
    }

    .act-btn {
        padding: 10px 30px;
    }

    .img-right .flex-img img,
    .img-left .flex-img video,
    .img-left .flex-img img,
    .img-right .flex-img video {
        max-width: 110%;
    }

    .img-left .flex-img img,
    .img-left .flex-img video {
        left: -10%;
    }
}

@media all and (min-width:768px) and (max-width:1024px) {
    .block4 .slick-next {
        right: 71%;
    }

    .flex-wrap-2-col li {
        margin: 0 0 15px;
    }
}

@media all and (min-width:992px) and (max-width:1199px) {
    .pagewrapper .content-wrap {
        padding: 90px 0;
    }

    .block1 .content-wrap,
    .block2 .content-wrap,
    .block3 .content-wrap,
    .block5 .content-wrap {
        padding-bottom: 0px;
    }

    .bottom-cta .content-wrap {
        padding-top: 0px;
        max-width: 600px
    }

    .banner .content-wrap {
        padding: 40px 0 0px;
    }

    .banner .desc {
        max-width: 600px;
    }

    /* .banner video{height: 430px;} */
    .block1 .img-wrap {
        max-width: 900px;
        margin: 40px auto 80px;
    }

    .img-right .flex-img img,
    .img-left .flex-img video,
    .img-left .flex-img img,
    .img-right .flex-img video {
        max-width: 110%;
    }

    .img-left .flex-img img,
    .img-left .flex-img video {
        left: -10%;
    }

    .zitem h3 {
        margin-bottom: 10px;
        font-size: 28px;
    }

    .slider-wrap {
        padding: 60px
    }

    .block4 .slick-next,
    .block4 .slick-prev {
        top: 100%
    }

    .bottom-cta .zicon {
        display: none;
    }

}

@media all and (max-width:991px) {
    .pagewrapper .content-wrap {
        padding: 60px 0;
        max-width: 700px;
        width: 90%
    }

    .flex-item.flex-img,
    .flex-img {
        text-align: center;
    }

    .block1 .content-wrap,
    .block2 .content-wrap,
    .block3 .content-wrap,
    .block5 .content-wrap {
        padding-bottom: 0px;
    }

    .bottom-cta .content-wrap {
        padding-top: 0px;
    }

    .banner .content-wrap {
        padding: 40px 0 0px;
    }

    .banner video {
        height: auto
    }

    .block1 .img-wrap {
        max-width: 700px;
        margin: 40px auto 80px;
    }

    .flex-wrap-2-col {
        flex-flow: column;
    }

    .flex-wrap-2-col>div,
    .flex-wrap-2-col .flex-cont,
    .flex-wrap-2-col .flex-img,
    .block1 .desc-items .flex-item:first-child,
    .block1 .desc-items .flex-item:last-child {
        width: 100%
    }

    h2 br {
        display: none;
    }

    .block1 .desc-items .flex-item:first-child {
        margin-top: 0px;
    }

    .block2 .img-left.flex-wrap-2-col .flex-cont,
    .block3 .img-right.flex-wrap-2-col .flex-cont {
        margin-top: 0px;
    }

    .block3 .img-left .flex-img img,
    .block2 .img-right .flex-img img {
        left: auto;
    }

    .img-right .flex-img img,
    .img-left .flex-img video,
    .img-left .flex-img img,
    .img-right .flex-img video {
        max-width: 100%;
    }

    .img-left .flex-img img,
    .img-left .flex-img video {
        left: 0%;
    }

    .block2 .flex-wrap-2-col.img-left {
        flex-direction: column-reverse;
    }

    .block2 .img-right img {
        top: 0
    }

    .block2 .flex-wrap-2-col li:last-child {
        margin-bottom: 0px;
    }

    .flex-wrap-2-col .flex-cont {
        margin: 30px 0;
    }

    .slider-wrap {
        padding: 30px
    }

    .zitem h3 {
        margin-bottom: 10px;
    }

    .zitem-img img {
        top: 0;
        left: 0;
    }

    .slider2 {
        max-width: 80%;
        margin-top: 50px;
    }

    .block4 .slick-next,
    .block4 .slick-prev {
        top: 105%
    }

    .block4 .slick-next {
        right: unset;
        left: 80px;
    }

    .bottom-cta .zicon:before {
        display: none;
    }

    .block5 video,
    .block6 video {
        margin-bottom: 60px;
    }

    .block5 .flex-wrap-2-col>div,
    .block6 .flex-wrap-2-col>div {
        text-align: center;
    }

    .block6 .content-wrap {
        padding-bottom: 0px;
    }

    .bottom-cta {
        text-align: center;
    }

    span.bg-shape.bg-shape-01 {
        display: none;
    }
}

@media all and (max-width:767px) {
    .pagewrapper .content-wrap {
        max-width: 420px;
        width: 90%
    }

    .block1 .flex-wrap-2-col:last-child,
    .block2 .flex-wrap-2-col:last-child,
    .block3 .flex-wrap-2-col:last-child {
        margin-top: 30px;
    }

    .flex-wrap-2-col li {
        margin: 0px 0 25px
    }

    .block2 .img-right .flex-img img,
    .block3 .img-left .flex-img img,
    .block1 .img-right .flex-img img {
        max-width: 100%;
        left: auto;
    }

    .slider-wrap {
        padding: 15px;
    }

    .zitem h3 {
        font-size: 28px;
        margin-top: 10px
    }

    .zitem h4 {
        font-size: 19px;
    }

    .block6 h2,
    .block5 h2 {
        font-size: 25px;
    }

    .i18n-en .pagewrapper .zitem p {
        font-size: 15px;
    }

    .block5 .flex-wrap-2-col,
    .block6 .flex-wrap-2-col {
        margin: 20px auto 0;
    }

    .cta-wrap a,
    .cta-wrap a:first-child {
        margin: 0 10px;
        min-width: 250px;
    }

    .cta-wrap a:first-child {
        margin-bottom: 15px;
    }

    .banner video {
        height: auto;
    }

    .flex-wrap-2-col .flex-cont {
        padding: 0 10px;
    }

    .block2 .flex-wrap-2-col:last-child,
    .block3 .flex-wrap-2-col:last-child {
        /*margin-top: 0px;*/
    }

    .block3 span.bg-shape.bg-shape-02,
    span.bg-shape.bg-shape-01 {
        display: none;
    }

    .block5 video,
    .block6 video {
        margin-bottom: 30px;
    }

    .block5 .content-wrap {
        padding-bottom: 0px;
    }
}


/*feature-breadcrumb start*/
.feature-breadcrumb {
  padding-top: 23px;
}
.feature-breadcrumb.breadcrumb-dark li {
  color: #000;
}
.feature-breadcrumb.breadcrumb-dark li a {
  color: #666;
}
.feature-breadcrumb.breadcrumb-dark li a:hover {
  color: #000;
}
.feature-breadcrumb.breadcrumb-dark li a:after {
  background: #000;
}
.feature-breadcrumb.breadcrumb-light li {
  color: #fff;
}
.feature-breadcrumb.breadcrumb-light li a {
  color: #fff;
}
.feature-breadcrumb.breadcrumb-light li a:hover {
  color: #fff;
}
.feature-breadcrumb.breadcrumb-light li a:after {
  background: #fff;
}
.feature-breadcrumb .jpc-container {
  max-width: 1200px;
  padding: 0;
  margin-left: auto;
  margin-right: auto;
}
.feature-breadcrumb li {
  text-transform: uppercase;
  font-size: 11px;
  font-weight: 500;
  display: inline-block;
  margin-right: 14px;
  position: relative;
  color: #fff;
}
.feature-breadcrumb li a {
  color: #8cbaff;
  position: relative;
  display: block;
  transition: 0.2s;
  padding-bottom: 4px;
}
.feature-breadcrumb li a:hover {
  color: #fff;
}
.feature-breadcrumb li a:hover:after {
  width: 100%;
  left: 0;
  right: auto;
  transition: all 0.2s linear;
}
.feature-breadcrumb li a:before {
  content: '>';
  display: block;
  height: 5px;
  width: 5px;
  position: absolute;
  right: -8px;
  top: -1px;
  font-size: 13px;
  font-weight: 400;
  pointer-events: none;
}
.feature-breadcrumb li a:after {
  content: '';
  display: block;
  position: absolute;
  left: auto;
  right: 0;
  bottom: 0;
  height: 1px;
  width: 0;
  background: #fff;
  transition: all 0.3s linear;
}
/*feature-breadcrumb end*/
.zw-template-inner h1,
.zw-template-inner h2,
.zw-template-inner h3,
.zw-template-inner h4,
.zw-template-inner h5,
.zw-template-inner h6 {
  font-weight: 700;
  line-height: normal;
}
.zw-template-inner p {
  line-height: 2;
}
@media only screen and (max-width: 1250px) {
  .feature-breadcrumb .jpc-container {
    max-width: 100%;
    padding: 0 25px;
  }
}