<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.zwc-center-min-title,
.zwc-forms-main h2,
.zwc-forms-main h3,
.zwc-forms-main h4 {
    font-family: var(--zf-primary-bold);
}
.zwc-banner-ctn,
.zwc-cta-content,
.zwc-list-three-col,
.zwc-page-title {
    text-align: center;
}
:root {
    --banner-bg: #1c222d;
    --primary-color: #10b75b;
    --highlight-text: #4276fb;
}
h1 {
    font: 64px/1.25 var(--zf-primary-bold);
    margin-bottom: 15px;
    letter-spacing: -0.5px;
}
.zwc-content-sec-1 .zwc-page-title,
.zwc-content-sec-3 .zwc-center-content p:last-child,
.zwc-content-sec-5 p:last-child,
.zwc-content-sec-7 .zwc-page-title,
p {
    margin-bottom: 0;
}
.zw-product-header,
.zwc-banner {
    background: var(--banner-bg);
    position: relative;
}
.zwc-page-title p a.zwc-highlight-link {
    color: var(--highlight-text);
    font-family: var(--primaryfont-semibold);
}
.zw-product-header::before,
.zwc-banner::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: 0.1;
}
.zwc-forms-main h2 {
    font-size: 44px;
    line-height: 1.1;
    margin-bottom: 15px;
    letter-spacing: -0.4px;
}
.zwc-forms-main h3 {
    font-size: 34px;
    line-height: 1.1;
}
.zwc-forms-main h4 {
    font-size: 26px;
    line-height: 1.3;
    margin-bottom: 15px;
}
.zwc-flx {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    align-items: center;
}
section {
    padding: 100px 0;
}
.zwc-bg-content-sec span,
img {
    display: block;
}
a {
    display: inline-block;
}
.zwc-bg-line span,
.zwc-pos-abs {
    position: absolute;
}
.zwc-banner {
    padding: 80px 0;
    position: relative;
}
.zwc-banner .content-wrap {
    position: relative;
    z-index: 2;
}
.zwc-col-left,
.zwc-col-right {
    width: 100%;
    max-width: 50%;
}
.zwc-col-right {
    padding-top: 20px;
}
.zwc-banner-ctn {
    margin: auto;
    color: #fff;
}
.zwc-banner-ctn h1 span {
    color: var(--primary-color);
}
.zwc-banner-ctn p {
    max-width: 60%;
    margin: auto;
    font-size: 18px;
}
.cta-btn {
    padding: 13px 30px;
    border-radius: 3px;
    margin: 30px 0 0;
}
.zwc-banner-image {
    position: relative;
    display: flex;
    gap: 30px;
    max-width: 90%;
    margin: 90px auto 0;
}
.zwc-banner-image img {
    border-radius: 15px;
    height: 100%;
    object-fit: cover;
}
.zwc-main-banner {
    border-radius: 10px;
    width: 100%;
    margin: 0 auto;
    max-width: 40%;
    position: relative;
}
.zfe-banner-ss1,
.zfe-banner-ss2 {
    border-radius: 10px;
    width: 100%;
    margin: 0;
    max-width: 30%;
}
.zfe-banner-ss1 {
    display: block;
}
.zfe-banner-ss2 {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: stretch;
    gap: 20px;
}
.zwc-bar-icn,
.zwc-bulb-icn {
    width: 55px;
    height: 55px;
    z-index: 3;
    animation: 8s ease-in-out infinite float-reverse;
    position: absolute;
}
.zwc-bulb-icn {
    background: url(/sites/zweb/images/forms/enterprise/zfe-bulb-icn.svg) 0 0 / cover no-repeat;
    display: block;
    left: -5%;
    top: 25%;
    animation: 8s ease-in-out infinite float;
}
.zwc-bar-icn {
    background: url(/sites/zweb/images/forms/enterprise/zfe-bar-icn.svg) 0 0 / cover no-repeat;
    display: block;
    right: -5%;
    bottom: 36%;
}
.zwc-cirlce-ele .zwc-gif-bal-ele-1,
.zwc-outline-circle,
.zwc-tick-ele {
    animation: 8s ease-in-out infinite float;
}
.zwc-content-sec-2,
.zwc-content-sec-4,
.zwc-our-brands-main {
    padding: 0;
}
.zwc-our-brands-main .content-wrap {
    padding: 50px 0 40px;
}
.zwc-our-brands-main .content-wrap::before {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    height: 1px;
    background: linear-gradient(to right, transparent 50%, #000 0);
    background-size: 11px 4px;
}
.zwc-marquee-wrap {
    display: flex;
    overflow: hidden;
}
.zwc-our-brands {
    display: flex;
    --gap: 20px;
    gap: var(--gap);
    justify-content: space-around;
    animation: scrollmoving 35s linear infinite;
}
.zwc-our-brands li {
    display: flex;
    align-items: center;
    padding: 0 25px;
    width: 200px;
}
.zwc-our-brands li img {
    width: 80%;
    display: block;
    margin: 0 auto;
}
@keyframes scrollmoving {
    0% {
        transform: translate(0);
    }
    100% {
        transform: translateX(calc(-100% - var(--gap)));
    }
}
.zwc-page-title {
    margin: 0 auto 50px;
    max-width: 750px;
}
.zwc-content-sec-3 .zwc-page-title h2 {
    color: #017837;
}
.zwc-center-min-title {
    font-size: 20px;
    padding-bottom: 10px;
    line-height: 1.4;
}
.zwc-center-content {
    max-width: 640px;
    margin: auto;
}
.zwc-center-content h3,
.zwc-content-sec-5 p {
    margin-bottom: 20px;
}
.zwc-content-sec-1 .zwc-page-title h2 {
    max-width: 100%;
}
.zwc-center-image {
    width: 100%;
    max-width: 750px;
    margin: 0 auto;
    position: relative;
}
.zwc-center-image img {
    border-radius: 20px;
    position: relative;
    z-index: 1;
    box-shadow: 2px 42px 70px rgba(0, 0, 0, 0.2);
}
.zwc-cirlce-ele {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
}
.zwc-center-image span {
    position: absolute;
    display: block;
    border-radius: 50%;
}
.zwc-cirlce-ele .zwc-gif-bal-ele-1 {
    left: -9%;
    top: 11%;
    width: 120px;
    height: 120px;
    background: #b6cc30;
}
.zwc-cirlce-ele .zwc-gif-bal-ele-2 {
    right: -5%;
    bottom: 11%;
    width: 90px;
    height: 90px;
    background: #c3db31;
    animation: 8s ease-in-out infinite float-reverse;
}
.zwc-cirlce-ele .zwc-gif-bal-ele-3 {
    right: 15%;
    bottom: -8%;
    width: 48px;
    height: 48px;
    background: #abc128;
    animation: 5s ease-out infinite zoom;
}
.zwc-bg-content-sec {
    background-image: linear-gradient(104deg, #ecff74 4.69%, #b0c81f 75.67%);
    background-size: cover;
    padding: 90px 60px;
    border-radius: 20px;
    position: relative;
    overflow: hidden;
    flex-wrap: nowrap;
    max-width: 95%;
    margin: 0 auto;
}
.zwc-bg-caputre {
    background: linear-gradient(127deg, #008e40 3.53%, #005225 98.93%);
    color: #fff;
}
.zwc-list-box-sec {
    margin: 0 auto;
    align-items: flex-start;
    position: relative;
    justify-content: space-between;
    gap: 100px;
    max-width: 90%;
}
.zwc-list-box-sec li {
    text-align: left;
    max-width: 45%;
    position: relative;
}
.zwc-list-box-sec li p {
    max-width: 90%;
}
.zwc-list-box-sec li h3 span {
    color: #10b75b;
}
.zwc-list-three-col {
    align-items: baseline;
    padding-top: 50px;
    justify-content: space-around;
}
.zwc-list-three-col li {
    max-width: 300px;
}
.zwc-list-three-col li p {
    max-width: 85%;
    margin: 0 auto;
}
.zwc-col-icon {
    margin: 0 auto 30px;
    max-width: 230px;
    position: relative;
}
.zwc-col-title,
.zwc-content-sec-3 .zwc-center-content p,
.zwc-ctn-list span {
    margin-bottom: 15px;
}
.zwc-col-icon img {
    position: relative;
    z-index: 1;
}
.zwc-col-icon::before {
    content: "";
    position: absolute;
    width: 80px;
    height: 80px;
    background: #015727;
    border-radius: 50%;
    right: -5%;
    bottom: 10%;
    z-index: 1;
}
.zwc-list-three-col li:last-child .zwc-col-icon::after {
    content: "";
    position: absolute;
    left: 0;
    bottom: 15%;
    background: #b4cc25;
    width: 35px;
    height: 35px;
    border-radius: 50%;
}
.zwc-tick-ele {
    position: absolute;
    left: -43px;
    top: 50%;
    z-index: 2;
}
.zwc-col-icon img.zwc-file-upload-ss {
    position: absolute;
    top: -22%;
    right: -20%;
    max-width: 150px;
    animation: 8s ease-in-out infinite float-reverse;
      border-radius: 10px;
}
.zwc-col-title {
    font: 24px var(--zf-primary-semibold);
}
.zwc-bg-content-sec p a {
    color: #fff;
    text-decoration: underline;
}
.zwc-content-sec-3 .zwc-center-content {
    text-align: center;
    max-width: 900px;
}
.zwc-content-sec-3 .zwc-col-left h3 span {
    color: var(--highlight-text);
}
.zwc-ctn-list li {
    position: relative;
}
.zwc-ctn-list li p {
    max-width: 450px;
}
.zwc-ctn-list span {
    font: 20px var(--zf-primary-semibold);
    display: block;
    font-size: 20px;
}
.zwc-col-wrapper {
    gap: 60px;
    flex-wrap: nowrap;
    align-items: center;
    max-width: 80%;
    margin: 0 auto;
}
.zwc-reverse-col {
    flex-direction: row-reverse;
}
.zwc-content-sec-3 .zwc-col-left {
    position: relative;
    max-width: 43%;
    margin: 0 auto;
    padding: 10px;
    background: #fcfcff;
    box-shadow: 10px 34px 34px 0 rgba(0, 0, 0, 0.06);
}
.zwc-contact-banner {
    width: 100%;
    margin: auto;
}
.zwc-bg-line {
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
}
.zwc-bg-line span.zwc-dash-line-1 {
    height: 1px;
    top: 0;
    left: 0;
    right: 0;
    background: linear-gradient(to right, transparent 50%, #b2b2b2 0);
    background-size: 11px 1px;
}
.zwc-bg-line span.zwc-dash-line-2 {
    width: 1px;
    right: 0;
    top: 0;
    bottom: 0;
    background: linear-gradient(to bottom, transparent 50%, #b2b2b2 0);
    background-size: 1px 11px;
}
.zwc-bg-line span.zwc-dash-line-3 {
    height: 1px;
    right: 0;
    left: 0;
    bottom: 0;
    background: linear-gradient(to right, transparent 50%, #b2b2b2 0);
    background-size: 11px 1px;
}
.zwc-bg-line span.zwc-dash-line-4 {
    width: 1px;
    top: 0;
    bottom: 0;
    background: linear-gradient(to bottom, transparent 50%, #b2b2b2 0);
    background-size: 1px 11px;
}
.zwc-bg-line span.zwc-dash-line-4::before {
    top: 0;
}
.zwc-bg-line span.zwc-dash-line-4::after {
    bottom: 0;
}
.zwc-balance-ele span {
    display: block;
    z-index: -1;
}
.zwc-outline-circle {
    width: 70px;
    height: 70px;
    top: 30%;
    left: -6%;
    border-radius: 50%;
    background: #fff;
    border: 5px solid rgba(6, 154, 73, 0.5);
}
.zwc-circle {
    width: 50px;
    height: 50px;
    bottom: 12%;
    right: -6%;
    background: linear-gradient(104deg, #ecff74 4.69%, #b0c81f 75.67%);
    background-blend-mode: multiply, normal;
    border-radius: 50%;
    animation: 8s ease-in-out infinite float-reverse;
}
.zwc-small-circle {
    width: 30px;
    height: 30px;
    top: 12%;
    right: -3%;
    border-radius: 50%;
    background: #cedfd4;
}
.zwc-line {
    width: 80px;
    height: 75px;
    bottom: -2%;
    right: 20%;
    background: var(--forms-sprite) no-repeat -389px 0/470px;
}
.zwc-content-sec-8,
.zwc-cta-section {
    padding-top: 0;
}
.zwc-cta-content h2 {
    font-size: 50px;
}
.zwc-auto-notification {
    width: 85%;
    display: block;
    margin: auto;
}
.zwc-cta-section a.cta-btn {
    margin-top: 0;
}
.zwc-workflow-img {
    width: 100%;
    max-width: 90%;
    margin: 0 auto;
    padding-top: 20px;
}
.zwc-content-sec-6 {
    background: #1c222d;
    color: #fff;
}
.zwc-build-form-img,
.zwc-collaboration-easy-img,
.zwc-insights-img {
    max-width: 65%;
    /* margin-bottom: 30px; */
}
.zwc-list-box-sec li h3{
    margin-top: 30px;
}
.zwc-security-compliance-img {
    max-width: 50%;
    margin-bottom: 30px;
}
.zwc-build-form-img {
    border-radius: 8px;
}
.zwc-list-points {
    margin: 0 auto;
}
.zwc-list-points li {
    padding: 20px 0 25px 40px;
    position: relative;
    font: 17px/1.6 var(--zf-primary-regular);
}
.zwc-list-points li a {
    text-decoration: underline;
    color: #000;
}
.zwc-list-points li::before {
    content: "";
    position: absolute;
    left: 0;
    width: 25px;
    height: 25px;
    background: linear-gradient(127deg, #008e40 3.53%, #005225 98.93%);
    border-radius: 50%;
    top: 21px;
}
.zwc-list-points li::after {
    content: "";
    position: absolute;
    width: 6px;
    height: 11px;
    transform: rotate(45deg) translate(0, 0);
    left: 6px;
    top: 23px;
    border-right: 2px solid #fff;
    border-bottom: 2px solid #fff;
    transform-origin: 0px 100%;
}
.zwc-content-sec-8 .zwc-page-title h2,
.zwc-content-sec-8 .zwc-page-title p {
    max-width: 100%;
    text-align: left;
}
.zwc-content-sec-8 .zwc-bg-content-sec {
    max-width: 85%;
    padding: 120px;
}
.zwc-svg-animate {
    display: block;
    position: absolute;
}
.zwc-svg-line-1 {
    top: -13%;
    left: -15%;
    z-index: -1;
    background: url(/sites/zweb/images/forms/enterprise/animation-line-1.png) 0 0 / cover no-repeat;
    width: 150px;
    height: 230px;
    animation: .5s linear .5s forwards banner-line-top;
}
.zwc-svg-line-2 {
    top: 37%;
    left: 26.5%;
    background: url(/sites/zweb/images/forms/enterprise/left-arrow.png) 0 0/47px no-repeat;
    height: 0;
    width: 230px;
    z-index: 2;
    transition: 0.5s ease-in-out;
    overflow: hidden;
    animation: .5s linear 1s forwards banner-line-left;

}
.zwc-svg-line-3 {
    top: 50.5%;
    left: 29.5%;
    background: url(/sites/zweb/images/forms/enterprise/bottom-arrow.png) 0 0/497px no-repeat;
    height: 130px;
    width: 0;
    z-index: 2;
    transition: 0.5s ease-in-out;
    overflow: hidden;
    animation: .5s linear 1.4s forwards banner-line-bottom;
}
.versatile-design{
    position: relative;
    z-index: 2;
    border-radius: 10px;
}
.build-form{
    width: 100%;
    max-width: 65%;
    border-radius: 8px;
}
/* #banner-line-2{
    fill: none;
    stroke-width: 2px;
    stroke-dasharray: 1000;
    animation: 0.8s linear 1.3s forwards banner-line-2;
} */
@keyframes banner-line-top {
    0%{
        width: 0;
    }
    100%{
       width: 150px;
    }
}
@keyframes banner-line-bottom {
    0%{
        width: 0;
    }
    100%{
       width: 45%;
    }
}
@keyframes banner-line-left {
    0%{
        height: 0;
    }
    100%{
       height: 240px;
    }
}
.zwc-svg-line-1 svg, .zwc-svg-line-2 svg{
    width: 100%;
}
@keyframes dash {
    0% {
        stroke-dashoffset: -210;
    }
    100% {
        stroke-dashoffset: 0;
    }
}
/* --- Integartion Logo --- */
.zwc-int-logo {
      position:relative;
}
.zwc-int-logo span {
    position: absolute;
    width: 96px;
    display: inline-block;
}
.zwc-int-logo span.zwc-salesiq {
    width: 8%;
    top: 22%;
    left: 12%;
}
.zwc-int-logo span.zwc-gsheet {
    left: 16%;
    top: 45%;
    width: 2%;
}
.zwc-int-logo span.zwc-sheet {
    left: 11%;
    width: 7%;
    top: 72%;
}
.zwc-int-logo span.zwc-desk {
    left: 33%;
    top: 27%;
    width: 6%;
}
.zwc-int-logo span.zwc-crm {
    width: 6%;
    left: 34%;
    top: 70%;
}
.zwc-int-logo span.zwc-salesforce {
    width: 4%;
    top: 9%;
    left: 49%;
}
.zwc-int-logo span.zwc-forms {
    width: 10%;
    left: 44%;
    top: 44%;
}
.zwc-int-logo span.zwc-flow {
    width: 7%;
    left: 58%;
    top: 24%;
}
.zwc-int-logo span.zwc-gcalender {
    top: 65%;
    left: 58%;
    width: 2%;
}
.zwc-int-logo span.zwc-campagins {
    left: 70%;
    width: 8%;
    top: 45%;
}
.zwc-int-logo span.zwc-micro-team {
    left: 78%;
    width: 3%;
    top: 16%;
}
.zwc-int-logo span.zwc-gdrive {
    width: 3%;
    left: 87%;
    top: 56%;
}
.zwc-int-logo span.zwc-projects {
    width: 9%;
    left: 77%;
    top: 77%;
}


@media screen and (min-width: 991px) {
    @keyframes zoom {
        0%,
        100% {
            transform: scale(0.9);
        }
        50% {
            transform: scale(1);
        }
    }
}
.zwc-content-sec-8 .zwc-page-title {
    margin: 0 0 15px;
}
.zwc-content-sec-1 .zwc-page-title {
    max-width: 700px;
}
@media screen and (min-width: 767px) {
.zfe-banner-ss1, .zwc-main-banner, .zfe-banner-ss2{
        opacity: 0;
    }

    .zwc-page-title, .zwc-col-right h2{
        transform: translateY(50px);
        transition: all .5s ease-in-out;
    }
    .zwc-col-right ul, .zwc-list-points{
        transform: translateY(50px);
        transition: all .5s ease-in-out;
        transition-delay: .3s;
    }
    .middle-animated  .zwc-page-title, .middle-animated .zwc-col-right h2{
        transform: translateY(0);
    }
    .middle-animated .zwc-col-right ul, .middle-animated .zwc-list-points{
        transform: translateY(0);
    }
    
    .zwc-col-icon {
        opacity: 0;
    }
    .middle-animated .zfe-banner-ss1 {
        animation: 0.3s ease-out forwards slideDown;
    }
    .middle-animated .zwc-main-banner{
        animation: 0.3s ease-out 0.2s forwards slideDown;
    }
    .middle-animated .zfe-banner-ss2{ 
        animation: 0.3s ease-out 0.4s forwards slideDown;
    }
    .zwc-bulb-icn{
        opacity: 0;
        transition: all .3s ease-in-out 1s;
    }
    .zwc-bar-icn{
        opacity: 0;
        transition: all .3s ease-in-out 1.8s;
    }
    .middle-animated .zwc-bar-icn{
        opacity: 1;

    }
    .middle-animated .zwc-bulb-icn{
        opacity: 1;

    }
    .middle-animated .zwc-col-icon {
        animation: 0.3s ease-out forwards slideDown;
    }
    .zwc-list-box-sec li img, .zwc-center-image {
        transform: scale(0.8);
        transition: 0.3s ease-in-out;
    }
    .middle-animated .zwc-list-box-sec li img,  .middle-animated .zwc-center-image {
        transform: scale(1);
        transition: 0.3s ease-in-out;
    }
    @keyframes float {
        0%,
        100% {
            transform: translateY(0);
        }
        50% {
            transform: translateY(20px);
        }
    }
    @keyframes float-reverse {
        0%,
        100% {
            transform: translateY(20px);
        }
        50% {
            transform: translateY(0);
        }
    }
    @keyframes slideDown {
        0% {
            visibility: hidden;
            opacity: 0;
            transform: translateY(30px);
        }
        100% {
            visibility: visible;
            opacity: 1;
            transform: translateY(0);
        }
    }
    @keyframes scaling {
        0% {
            opacity: 0;
            transform: scale(0.2);
        }
        100% {
            opacity: 1;
            transform: scale(1);
        }
    }
}
@media only screen and (max-width: 1400px) {
    .zwc-col-icon {
        max-width: 200px;
    }
    .zwc-list-box-sec {
        max-width: 100%;
        gap: 60px;
    }
}
@media only screen and (max-width: 1199px) {
    section {
        padding: 80px 0;
    }
    h1 {
        font-size: 54px;
    }
    .zwc-banner-ctn p {
        max-width: 650px;
    }
    .zwc-ctn-list li p {
        max-width: 400px;
    }
    .zwc-bar-icn, .zwc-bulb-icn,
    .zwc-svg-animate {
        display: none;
    }
    .zwc-banner-image {
        max-width: 100%;
    }
    .zwc-list-three-col li {
        max-width: 240px;
    }
    .zwc-list-three-col {
        gap: 10px;
    }
    .zwc-col-icon img.zwc-file-upload-ss {
        width: 120px;
    }
    .zwc-cta-content-4 .zwc-bg-caputre {
        padding: 90px 30px;
    }
    .zwc-content-sec-8 .zwc-bg-content-sec {
        /* max-width: 95%; */
        padding: 80px;
    }
}
@media only screen and (max-width: 991px) {
    section {
        padding: 60px 0;
    }
    h1 {
        font-size: 44px;
    }
    .zwc-banner-image {
        gap: 20px;
    }
    .zwc-bar-icn {
        right: -11%;
    }
    .zwc-bulb-icn {
        left: -11%;
    }
    .zwc-bar-icn,
    .zwc-bulb-icn {
        transform: scale(0.8);
    }
    .zwc-forms-main h2,
    .zwc-page-title h2 {
        font-size: 36px;
    }
    .zwc-forms-main h3 {
        font-size: 26px;
    }
    .zwc-banner-ctn p {
        max-width: 550px;
        font-size: 15px;
    }
    .zwc-our-brands-main .content-wrap {
        padding: 35px 0;
    }
    .zwc-page-title {
        margin-bottom: 40px;
    }
    .zwc-list-box-sec {
        gap: 60px;
        flex-wrap: wrap;
        justify-content: center;
    }
    .zwc-bg-content-sec {
        padding: 60px 30px;
    }
    .zwc-list-box-sec li {
       width: 100%;
        max-width: 500px;
        padding: 30px 0 0;
        text-align: center;
        display: flex;
        flex-direction: column;
    }
    .zwc-list-box-sec li picture{
        order: 2;
    }
    .zwc-list-box-sec li p {
        max-width: 100%;
    }
    .zwc-list-box-sec li img {
        order: 2;
        margin: 40px auto 0 auto;
        max-width: 80%;
    }
    .zwc-list-box-sec li img.zwc-security-compliance-img {
        max-width: 60%;
    }
    .zwc-col-icon {
        max-width: 230px;
    }
    .zwc-content-sec-3 .zwc-center-content {
        max-width: 640px;
    }
    .zwc-col-wrapper {
        flex-direction: column;
        padding-top: 0;
        gap: 40px;
    }
    .zwc-col-right {
        padding-top: 0;
        text-align: center;
    }
    .zwc-content-sec-3 .zwc-col-left,
    .zwc-content-sec-3 .zwc-col-right {
        max-width: 500px;
    }
    .zwc-ctn-list li p {
        max-width: 100%;
        margin: auto;
    }
    .zwc-ctn-list li {
        padding-left: 0;
    }
    .zwc-list-three-col {
        flex-direction: column;
        align-items: center;
        padding-top: 0;
    }
    .zwc-list-three-col li {
        padding-bottom: 70px;
        max-width: 320px;
    }
    .zwc-list-three-col li:last-child {
        padding-bottom: 0;
    }
    .zwc-content-sec-8 .zwc-bg-content-sec {
        padding: 60px 40px;
    }
 .zwc-list-three-col li{
        display: flex;
        flex-direction: column;
    }
    .zwc-col-icon{
        order: 2;
        margin-bottom: 0;
        margin-top: 40px;
    }
.build-form{
        margin: 30px auto 0;
        max-width: 75%;
        order: 2;
    }
    .zwc-list-box-sec li h3{
        margin-top: 0;
    }
}
@media only screen and (max-width: 767px) {
    h1 {
        font-size: 28px;
        line-height: 1.15;
    }
    .zwc-banner-image {
        margin-top: 60px;
    }
    .zfe-banner-ss2,
    .zwc-banner-image {
        gap: 15px;
    }
    .zfe-banner-ss2 img:first-child,
    .zwc-banner-image img {
        border-radius: 5px;
    }
    .zwc-center-image img {
        border-radius: 10px;
    }
    .zwc-bar-icn,
    .zwc-bulb-icn {
        display: none;
    }
    .zwc-forms-main h2,
    .zwc-page-title h2 {
        font-size: 32px;
    }
    .zwc-forms-main h4 {
        font-size: 20px;
    }
    .zwc-banner a.cta-btn {
        padding: 10px 25px;
    }
    .zwc-center-content {
        max-width: 500px;
        text-align: center;
    }
    .zwc-list-box-sec li:first-child {
        padding-top: 0;
    }

    .zwc-ctn-list span {
        font-size: 18px;
    }
    .zwc-content-sec-3 .zwc-col-left {
        transform: scale(0.9) !important;
    }
    .zwc-page-title p {
        font-size: 16px;
        margin: auto;
    }
    .zwc-center-image span {
        transform: scale(0.8);
    }
    .zwc-col-wrapper {
        max-width: 100%;
    }
    .zwc-banner {
        padding: 50px 0;
    }
.zwc-col-icon img.zwc-file-upload-ss{
        top: -12%;
    }
.zwc-int-logo picture {
    display: none;
}
.zwc-int-logo {
    position: relative;
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    justify-content: center;
    align-items: center;
}
.zwc-int-logo span {
    position: static;
    width: 96px;
    display: inline-block;
    max-width: 100px;
    width: 100% !important;
    padding: 20px;
    border: 1px solid #ddd;
    border-radius: 6px;
    min-height: 80px;
    display: flex;
}
.zwc-int-logo span img {
    max-height: 33px;
    margin: 0 auto;
    width: 100%;
    display: block;
}
}
@media only screen and (max-width: 480px) {
    .zwc-col-title {
        font-size: 20px;
    }
    .zwc-content-sec-2 .content-wrap,
    .zwc-content-sec-4 .content-wrap,
    .zwc-content-sec-8 .content-wrap {
        width: 100%;
    }
    .zwc-bg-content-sec {
        border-radius: 0;
        max-width: 100%;
    }
    .zwc-content-sec-8 .zwc-bg-content-sec {
        max-width: 100%;
    }
    .zwc-forms-main h2,
    .zwc-page-title h2 {
        font-size: 26px;
    }
    .zwc-banner-image {
        gap: 10px;
    }
}
</pre></body></html>