<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">img {
    width: 100%;
    display: block
}

:root {
    --banner-bg: #1c222d;
    --primary-color: #089949;
    --highlight-text: #4276fb;
    --zff-sprit: url(/sites/zweb/images/forms/food-industry/zff-sprite.png);
}

.zw-product-header {
    background: var(--banner-bg)
}

.zwc-main-sec {
    padding: 160px 0
}
.zwc-forms-main h1 {
    font-family: var(--zf-secondary-bold);
    font-size: 64px;
    line-height: 1.15;
    letter-spacing: -1px;
    margin: 7px 0 17px 0
}

.zwc-forms-main h1 span {
   color: var(--primary-color);
}
.zwc-h2-regular {
    font-family: var(--zf-primary-regular);
    font-size: 30px;
    display: block;
    margin-bottom: 10px;
    line-height: 1.4
}

.zwc-forms-main h2 {
    font-family: var(--zf-primary-bold);
    font-size: 48px;
    line-height: 1.3
}

.zwc-forms-main h3 {
    font-family: var(--zf-primary-bold);
    font-size: 34px;
    line-height: 1.2
}

.zwc-forms-main h4 {
    font-family: var(--zf-primary-bold);
    font-size: 26px;
    line-height: 1.2
}

.zwc-page-sprite {
    background: var(--zff-sprit) no-repeat 0 0 / 200px;
    display: block
}
/* --- Banner Section --- */
.zwc-banner-main {
    position: relative;
}
.zw-product-header::before, .zwc-banner-main::before {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    background-image: radial-gradient(#d9d9d9 1.5px, transparent 0);
    background-size: 40px 40px;
    background-position: 0 0;
    opacity: .1;
}
.zwc-banner-main {
    padding: 50px 0 0 0;
    background: var(--banner-bg)
}
.zwc-banner-wrapper {
    display: flex;
    justify-content: space-between;
    gap: 50px;
    padding-top: 35px;
}
.zwc-banner-wrapper p {
    font-size: 18px;
    transform: inherit !important
}
.act-btn {
    padding: 13px 30px;
    border-radius: 3px;
    margin: 10px 0 0
}
.zwc-banner-left {
    max-width: 40%;
    color: #fff;
}
.zwc-banner-right {
    max-width: 60%;
    position: relative;
    padding-bottom: 120px;
}
.zwc-banner-ss {
    max-width: 80%;
    margin: 0 auto;
    position: relative;
}
.zwc-banner-ss img {
    position: relative;
    z-index: 2;
    border-radius: 20px;
}
.zwc-booking-form{
    position: absolute;
    right: 0;
    bottom: -13%;
    max-width: 48%;
    border-radius: 17px;
    overflow: hidden;
    z-index: 2;
    box-shadow: -67.29px 46.35px 60.02px 0px rgba(0, 0, 0, 0.15);;
}
/* --- Page Title --- */

.zwc-page-title {
    text-align: center;
    margin: 0 auto 40px auto
}
.zwc-page-title h2 {
    margin-bottom: 0;
    margin: 0 auto
}

.zwc-page-title p {
    max-width: 700px;
    margin: 15px auto 0 auto
}
.zwc-banner-ele1 {
    width: 68px;
    height: 67px;
    background-position: -174px -53px;
    position: absolute;
    top: -8%;
    left: 0;
    right: 0;
    z-index: 2;
    margin: 0 auto;
    background-size: 240px;
}
.zwc-banner-ele2 {
    width: 113px;
    height: 121px;
    background-position: 0px 0px;
    background-size: 241px;
    position: absolute;
    bottom: -11%;
    left: 18%;
    z-index: 2;
}
/* --- Block Section --- */
.zwc-block-flex {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.zwc-block-left {
    max-width: 58%;
    width: 100%;
    position: relative;
}
.zwc-block-right {
    max-width: 35%;
    width: 100%;
}
.zwc-block-ctn, .zwc-block-ss {
    max-width: 100%;
    margin: 0 auto;
    position: relative;
}
.zwc-block-ctn p {
    margin-bottom: 15px;
    font-size: 18px;
}
.zwc-block-ctn p:last-child{
    margin-bottom: 0;
}
.zwc-change-order .zwc-block-left {
    order: 2;
}
.zwc-create-frm-wrap{
    padding-top: 200px;
}
.zwc-create-frm-wrap .zwc-block-left{
    padding-bottom: 160px;
}
.zwc-create-frm1{
    max-width: 50%;
    margin: 0;
    box-shadow: 0px 54px 74px rgba(0, 0, 0, 0.10);
}
.zwc-create-frm1 img{
    border-radius: 15px;
}
.zwc-create-frm2 {
    max-width: 53%;
    overflow: hidden;
    border-radius: 15px;
    margin: 0;
    box-shadow: 0px 54px 74px rgba(0, 0, 0, 0.10);
    position: absolute;
    right: 10%;
    bottom: 0;
}
.zwc-bal-circle{
    position: absolute;
    border-radius: 50%;
    display: block;
}
.zwc-b-circle {
    width: 130px;
    height: 130px;
    background: #CFE44A;
    left: 90%;
    top: 15%;
    z-index: -1;
}
.zwc-s-circle {
    width: 30px;
    height: 30px;
    background: #CFE44A;
    right: -150px;
    top: 5%;
    z-index: -1;
}
.zwc-m-circle {
    width: 50px;
    height: 50px;
    background: #d2d4d5;
    left: 30%;
    top: 97%;
    z-index: -1;
}
/* --- Content Box --- */
.zwc-ctn-box-sec {
    background: var(--banner-bg);
    border-radius: 50px;
    overflow: hidden;
    display: flex;
    align-items: center;
    color: #fff;
    margin: 0 auto;
}
.zwc-ctn-box-left {
    width: 100%;
    max-width: 57%;
    position: relative;
    flex-shrink: 0;
}
.zwc-ctn-box-right {
    flex-grow: 1;
    padding: 80px;
}
.zwc-ctn-box-icon {
    width: 60px;
    height: 60px;
    margin-bottom: 30px;
    background: #cfe44a var(--zff-sprit) no-repeat 0 0 / 590px;
    border-radius: 50%;
    position: relative;
    display: block;
}
.zwc-ctn-box-right h3 {
    font-size: 38px;
    font-family: var(--zf-primary-bold);
}
.zwc-ctn-box-right p:last-child{
    margin-bottom: 0;
}
.zwc-website {
    background-position: -146px -9px;
    background-size: 295px;
}
.zwc-order-frm {
    position: absolute;
    left: 50%;
    max-width: 45%;
    margin: 0 auto;
    top: 50%;
    width: 100%;
    border-radius: 15px;
    overflow: hidden;
    transform: translate(-50%, -50%);
    display: none;
}
.zwc-order-frm-2 {
    max-width: 60%;
    margin: 0;
}
.zwc-order-frm-2 img{
    border-radius: 15px;
}
.zwc-circle-pattern {
    max-width: 45%;
    position: absolute;
    left: 89%;
    bottom: 19%;
    z-index: -1;
}
.zwc-fields {
    position: absolute;
    right: 0;
    top: 10%;
    max-width: 55%;
    border-radius: 15px;
    overflow: hidden;
    box-shadow: 30px 34px 44px rgba(0, 0, 0, 0.10);
}
.zwc-improve-order{
    background-position:-145px -79px;
    background-size: 295px;
}
.zwc-card-flex {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
    gap: 15px;
}
.zwc-ctn-card {
    flex: 48% 1 1;
    padding: 50px 60px 70px 60px;
    position: relative;
}
.p-b-0{
    padding-bottom: 0;
}
.p-t-0{
    padding-top: 0;
}
.zwc-ctn-card p{
    margin-bottom: 0;
}
.zwc-crad-icon {
    width: 60px;
    height: 61px;
    display: block;
    margin-bottom: 20px;
    background: var(--zff-sprit) no-repeat 0 0 / 344px;
    border-radius: 5px;
}


.zwc-ctn-card h2{
    font-family: var(--zf-primary-extrabold);
}
.zwc-line {
    background: var(--primary-color);
    height: 9px;
    border-radius: 10px;
    width: 90px;
    display: block;
    margin-bottom: 20px;
}
.zwc-recepit {
    background-position: 0px -175px;
}
.zwc-automate{
    background-position: -64px -175px;
}
.zwc-email{
    background-position: -127px -175px;
}
.zwc-payment-go {
    background-position: -191px -175px;
    width: 67px;
}
.zwc-scan{
    background-position: -260px -175px;
}
.zwc-ctn-box-right h3 span{
    color: #cfe44a;
}
.zwc-form-type{
    padding-top: 30px;
}
.zwc-online-order-left, .zwc-website-left{
    max-width: 50%;
}
.zwc-form-type .zwc-ctn-card{ 
    flex: 32% 1 1;
    padding:0 20px;
}
.zwc-cta-sec .content-wrap{
   position: relative;
   padding: 90px 0;
}
.zwc-cta-sec .content-wrap::before{
    content: "";
    position: absolute;
    height: 1px;
    top: 0;
    left: -20px;
    right: -20px;
    background: linear-gradient(to right, transparent 50%, #000 0);
    background-size: 11px 1px;
}
.zwc-cta-sec .content-wrap{
    max-width: 70%;
    margin: 0 auto;
}
.zwc-cta-sec .zwc-page-title{
    margin-bottom: 0;
}
.zwc-cta-sec h2{
    font-size: 40px;
    margin-bottom: 20px;
}
.zwc-form-type h3{
    font-size: 20px;
    text-align: center;
    color: #406AFC;
    margin-top: 20px;
}
.zwc-form-type .zwc-ctn-card:nth-child(1), .zwc-form-type .zwc-ctn-card:nth-child(3){
    position: relative;
    padding-top: 80px;
}
.zwc-form-type .zwc-ctn-card:nth-child(2){
    top: -30px;
}
@media screen and (min-width: 767px){
    .zwc-banner-ss, .zwc-banner-ele1, .zwc-banner-ele2, .zwc-booking-form, .zwc-create-frm1, .zwc-create-frm2, .zwc-bal-circle, .zwc-order-frm, .zwc-website, .zwc-order-frm-2, .zwc-fields, .zwc-circle-pattern, .zwc-improve-order, .zwc-crad-icon, .zwc-form-type .zwc-ctn-card {
        opacity: 0;
    }
    .middle-animated  .zwc-banner-ss{
        animation: .7s ease-out .3s forwards slideDown;
    }
    .middle-animated .zwc-booking-form{
        animation: .7s ease-out .6s forwards slideDown;
    }
    .middle-animated .zwc-banner-ele2{
        opacity: 1;
        transition: all 0.3s ease-in-out;
        transition-delay: 0.9s;
        animation: 10s ease-out .3s infinite floating;
    }
    .middle-animated .zwc-banner-ele1{
        opacity: 1;
        transition: all 0.3s ease-in-out;
        transition-delay: 1.3s;
        animation: 10s ease-out .3s infinite floating-reverse;
    }
    .middle-animated .zwc-create-frm1{
        animation: .7s ease-out .3s forwards slideDown;
    }
    .middle-animated .zwc-create-frm2{
        animation: .7s ease-out .6s forwards slideDown;
    }
    .middle-animated .zwc-bal-circle{
        animation: .7s ease-out .9s forwards scaling;
    }
    .middle-animated .zwc-order-frm{
        opacity: 1;
        transition: all 1s ease-in-out;
    }
    .middle-animated .zwc-website, .middle-animated .zwc-improve-order{
        animation: .7s ease-out .3s forwards scaling;
    }
    .middle-animated .zwc-order-frm-2{
        animation: .7s ease-out .3s forwards slideDown;
    }
    .middle-animated .zwc-fields{
        animation: .7s ease-out .6s forwards slideDown;
    }
    .middle-animated .zwc-circle-pattern{
        animation: .7s ease-out .9s forwards scaling;
    }
    .middle-animated .zwc-crad-icon{
        animation: .7s ease-out .3s forwards scaling;
    }
    .middle-animated .zwc-form-type .zwc-ctn-card{
        animation: .7s ease-out .3s forwards slideDown;
    }
    @keyframes scaling_cta {
        0% {
            opacity: 0;
            transform: scale(0.2)
        }

        100% {
            opacity: .2;
            transform: scale(1)
        }
    }
    @keyframes scaling {
        0% {
            opacity: 0;
            transform: scale(0.5)
        }

        100% {
            opacity: 1;
            transform: scale(1)
        }
    }
    @keyframes dash-arrow {
        0% {
            stroke-dashoffset: 74
        }

        100% {
            stroke-dashoffset: 0
        }
    }
    @keyframes dash-2 {
        0% {
            stroke-dasharray: 1000
        }

        100% {
            stroke-dashoffset: 0
        }
    }
    @keyframes floating {
        0%,100% {
            transform: translateY(15px)
        }

        50% {
            transform: translateY(0)
        }
    }
    @keyframes floating-reverse {
        0%,100% {
            transform: translateY(-15px)
        }

        50% {
            transform: translateY(0)
        }
    }
    @keyframes slideDown {
        0% {
            visibility: hidden;
            opacity: 0;
            transform: translateY(30px)
        }

        100% {
            visibility: visible;
            opacity: 1;
            transform: translateY(0)
        }
    }
    @keyframes slideLeft {
        0% {
            visibility: hidden;
            opacity: 0;
            transform: translateX(30px)
        }

        100% {
            visibility: visible;
            opacity: 1;
            transform: translateX(0)
        }
    }

    @keyframes slideRight {
        0% {
            visibility: hidden;
            opacity: 0;
            transform: translateX(-30px)
        }

        100% {
            visibility: visible;
            opacity: 1;
            transform: translateX(0)
        }
    }
    @keyframes fadeIn {
        0% {
            visibility: hidden;
            opacity: 0
        }

        100% {
            visibility: visible;
            opacity: 1
        }
    }
}

@media screen and (max-width: 1440px) {
    .zwc-forms-main h1 {
        font-size: 54px;
    }
    .zwc-ctn-card {
        padding: 50px 30px;
    }
    .zwc-banner-wrapper{
        padding-top: 0;
    }
    .zwc-banner-ss {
        max-width: 90%;
    }
}

@media screen and (max-width: 1199px) {
    .zwc-forms-main h2 {
        font-size: 46px;
    }
    .zwc-ctn-box-right h3 {
        font-size: 32px;
    }
    .zwc-main-sec{
        padding: 90px 0;
    }
    .zwc-main-sec.zwc-create-frm-wrap{
        padding-top: 120px;
    }
    .zwc-block-left, .zwc-block-right {
        max-width: 48%;
    }
    .zwc-block-ctn {
        max-width: 400px;
        margin: 0 auto;
    }
    .zwc-ctn-box-right {
        padding: 50px;
    }
    .zwc-feature .zwc-ctn-card {
        padding: 20px 15px;
        flex: 30% 1 1;
    }
    .zwc-ctn-card {
        padding: 40px 30px;
    }
    .zwc-forms-main .zwc-identify h3{
        font-size: 28px;
    }
}

@media screen and (max-width: 991px) {
    .zwc-forms-main h1 {
        font-size: 40px
    }
    .zwc-forms-main h2 {
        font-size: 36px
    }
    .zwc-block-flex {
        flex-direction: column;
        align-items: center;
        gap: 30px;
    }
    .zwc-block-left, .zwc-block-right, .zwc-ctn-card {
        max-width: 600px;
        margin: 0 auto;
    }
    .zwc-block-left {
        top: 0;
        order: 1;
    }
    .zwc-block-ctn {
        max-width: 100%;
        text-align: center;
    }
    .zwc-ctn-box-left {
        max-width: 100%;
        display: flex;
        align-items: center;
        height: 400px;
        overflow: hidden;
    }
    .zwc-online-order-left, .zwc-accuracy-left{
        display: flex;
        align-items: center;
    }
    .zwc-order-frm{
        height: 80%
    }
    .zwc-ctn-card {
        max-width: 600px;
        text-align: center;
        padding-bottom: 40px;
    }
   
    .zwc-forms-main .zwc-identify h3{
        font-size: 26px;
    }
    .zwc-banner-wrapper{
        flex-direction: column;
        text-align: center;
        align-items: center;
    }
    .zwc-banner-left{
        max-width: 700px;
    }
    .zwc-banner-right{
        max-width: 600px;
        margin-top: 40px;
    }
    .zwc-ctn-box-sec{
        flex-direction: column;
        align-items: center;
        max-width: 700px;
    }
    .zwc-card-flex{
        flex-direction: column;
    }
    .zwc-form-type{
        flex-direction: row;
    }
    .zwc-identify .zwc-ctn-card{
        padding: 40px;
        border: 1px solid #ddd;
        border-radius: 10px;
        margin-top: 25px;
    }
    .zwc-identify{
        gap: 0;
    }
    .zwc-crad-icon{
        margin: 0 auto 20px auto;
    }
    .zwc-identify .zwc-ctn-card.zwc-identiy-title {
        border: 0;
        margin-top: 0;
        padding: 0;
    }
    .zwc-line{
        margin: 0 auto 20px auto;
        width: 45px;
    }
    .zwc-form-type .zwc-ctn-card {
        flex: 31% 1 1;
    }
    .zwc-form-type {
        padding-top: 0;
    }
    .zwc-website-left, .zwc-online-order-left{
        order: 2;
    }
    .zwc-ctn-box-right{
        text-align: center;
    }
    .zwc-ctn-box-icon{
        margin: 0 auto 15px;
    }
}

@media screen and (max-width: 767px) {
    .zwc-main-sec, .zwc-cta-sec .content-wrap{
        padding: 60px 0;
    }
    .zwc-forms-main h1 {
        font-size: 36px;
    }

    .zwc-forms-main h3, .zwc-cta-sec h2 {
        font-size: 26px
    }
    .zwc-block-ctn p {
        font-size: 16px;
    }
    .zwc-ctn-box-sec {
        flex-direction: column;
        overflow: hidden;
        max-width: 700px;
    }
    .zwc-ctn-box-left {
        height: 300px;
    }
    .zwc-booking-form, .zwc-banner-ss img, .zwc-create-frm1 img, .zwc-create-frm2{
        border-radius: 7px;
    }
    .zwc-banner-ele2{
        transform: scale(0.7);
        bottom: -20%;
    }
    .zwc-banner-ele1{
        transform: scale(0.7);
    }
    .zwc-banner-right{
        margin-top: 20px;
    }
    .zwc-create-frm-wrap .zwc-block-left {
        padding-bottom: 100px;
    }
    .zwc-identify .zwc-ctn-card{
        padding: 40px 25px;
    }
    .zwc-form-type{
        flex-direction: column;
    }
    .zwc-form-type .zwc-ctn-card:nth-child(2){
        top: 0;
    }
    .zwc-form-type .zwc-ctn-card {
        margin-bottom: 50px;
    }
    .zwc-form-type .zwc-ctn-card:last-child{
        margin-bottom: 0;
    }
    .zwc-form-type .zwc-ctn-card:nth-child(1), .zwc-form-type .zwc-ctn-card:nth-child(3){
        padding-top: 0;
    }
    .zwc-forms-main .zwc-form-type h3 {
        font-size: 20px;
    }
   
}

@media screen and (max-width: 480px) {
    .zwc-block-left {
        transform: scale(0.9);
    }
    .zwc-forms-main h2 {
        font-size: 28px;
    }
    .zwc-ctn-box-right {
        padding: 60px 30px;
    }
    .zwc-ctn-box-sec {
        border-radius: 0;
    }
    .zwc-ctn-box-main {
        width: 100%;
    }
    .zwc-card-flex {
        gap: 15px;
    }
    .zwc-banner-ele2{
        left: 0;
    }
    .zwc-banner-right{
        padding-bottom: 50px;
    }
    .zwc-bal-circle{
        transform: scale(0.7);
    }
    .zwc-create-frm2{
        right: 5%;
    }
    .zwc-create-frm-wrap .zwc-block-left {
        padding-bottom: 80px;
    }
}
.zwc-template-main{
    padding: 90px 0 90px 0;
    position: relative;
}
.zwc-template-sec-title{
    max-width: 800px;
    margin: 0 auto 50px auto;
    text-align: center;
}
.zwc-template-sec-title h2{
     font-size:clamp(24px, 4vw, 46px);
    text-align: center;
}
.zwc-template-sec-title p{
    margin-bottom: 0;
}
.zwc-page-secondry-btn a{
    background: #000;
    color: #fff;
    padding: 12px 50px 12px 24px;
    border-radius: 50px;
    display: inline-block;
    text-decoration: none;
    margin-top: 22px;
    font-family: var(--zf-primary-medium);
    text-transform: uppercase;
    font-size: 15px;
    position: relative;
}
.zwc-page-secondry-btn a::before {
    content: "";
    position: absolute;
    right: 0;
    top: 50%;
    width: 16px;
    height: 12px;
    display: block;
    transform: translateY(-50%);
    margin-right: 21px;
    background: url(//www.zohowebstatic.com/sites/zweb/images/forms/home/forms-nav-arrow.svg) 0 0 / 100% no-repeat;
    filter: invert(1);
}
.zwc-page-secondry-btn a:hover{
    background: var(--zwc-link-clr);
}
.zwc-template-main::before{
    content: '';
    position: absolute;
    inset: 0;
    max-width: 100%;
    border-radius: 20px;
    margin: 0 auto;
     background: #f5f5f5;
}
.zwc-template-inner {
    padding-bottom: 60px;
}
.zwc-template-inner .item &gt; div{
    position: relative;
    overflow: hidden;
    height: 390px;
}
.zwc-template-inner .item &gt; div::before{
    content: '';
    position: absolute;
    inset: 0;
    background: rgba(0, 0, 0, 0.6);
    opacity: 0;
    transition: all 0.3s ease-in-out;
    border-radius: 5px;
    z-index: 2;
}
.zwc-view-temp{
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    background: #049949;
    color: #fff;
    padding: 12px 20px 12px 50px;
    border-radius: 50px;
    font-family: var(--zf-primary-semibold);
    font-size: 15px;
    margin-top: 10px;
    transition: all 0.3s ease-in-out;
    visibility: hidden;
    opacity: 0;
    white-space: nowrap;
    z-index: 2;
}
.zwc-view-temp::before {
    content: "";
    position: absolute;
    left: 16px;
    top: 50%;
    background: url(https://www.zohowebstatic.com/sites/zweb/images/commonroot/common-elements.svg) no-repeat;
    background-size: 1800px auto;
    background-position: -1754px -78px;
    width: 24px;
    height: 15px;
    filter: invert(1);
    transform: translateY(-50%);
}
.zwc-view-temp:hover{
    background: #000;
}
.zwc-template-inner .item:hover &gt; div::before{
    opacity: 1;
}
.zwc-template-inner .item:hover .zwc-view-temp{
    margin-top: 0;
    visibility: visible;
    opacity: 1;
}
.zwc-template-inner .slick-list {
    overflow: visible;
}
.zwc-template-inner .item &gt; div img {
    width: 100%;
    border-radius: 5px;
    max-width: 100%;
    display: block;
     transition: transform 3s ease;
}
.zwc-template-inner .item{
    margin-left: 20px;
}
.zwc-template-main .slick-next:after, .zwc-template-main .slick-next:before, .zwc-template-main .slick-prev:after, .zwc-template-main .slick-prev:before {
   display: none;
}
.zwc-template-inner .slick-next, .zwc-template-inner .slick-prev {
    height: 40px;
    width: 40px;
    background: #f7f7f7;
    bottom: 0;
    top: inherit;
    border-radius: 50%;
    border: 1px solid #000;
    transform: translateY(100%);
}
.zwc-template-inner .slick-prev.slick-arrow {
    left: 0;
    right: 60px;
    margin: 0 auto;
}
.zwc-template-inner .slick-arrow::after {
    content: '';
    position: absolute;
    left: 50%;
    top: 50%;
    width: 18px;
    height: 11px;
    display: block;
    background: transparent;
    background: url(https://www.zohowebstatic.com/sites/zweb/images/forms/home/forms-nav-arrow.svg) -1px 0 / 16px no-repeat;
    transform: translate(-7px, -5px);
}
.zwc-template-inner .slick-prev.slick-disabled, .zwc-template-inner .slick-next.slick-disabled {
    opacity: 1;
    border-color: #ddd;
    cursor: auto;
}
.zwc-template-inner .slick-prev.slick-arrow::after {
    transform: rotate(-180deg) translate(10px, 5px);
}
.zwc-template-inner .slick-next {
    left: 0;
    right: -60px;
    margin: 0 auto;
}
.zwc-template-inner .slick-disabled::after {
    opacity: 0.3;
}
@media screen and (max-width: 1200px) {
   .zwc-template-inner .slick-list {
        overflow: hidden;
    }
    .zwc-template-main::before{
        max-width: 100%;
    }
    .zwc-template-main {
        padding: 70px 0 90px 0;
    }
    .zwc-template-inner {
        padding-bottom: 40px;
    }
    .zwc-template-inner .item &gt; div {
        height: auto;
    }
    .zwc-template-inner .item &gt; div img{
        height: 320px;
        object-fit: cover;
        object-position: top;
    }
}
@media screen and (max-width: 767px) {

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