:root {
    --sprite-img: url(/sites/zweb/images/vault/directory-sprite.svg) top center;
}

.zwc-page-wrapper h1 {
    font-size: 72px;
    line-height: 80px;
    margin: 0;
    max-width: 800px;
    letter-spacing: -2.16px;
}

.zwc-page-wrapper h2 {
    font-size: 64px;
    line-height: 72px;
    letter-spacing: -1.92px;
}

.zwc-page-wrapper h3 {
    font-size: 40px;
    line-height: normal;
    letter-spacing: -1.2px;
}

.zwc-page-wrapper :is(h1, h2, h3) {
    font-family: var(--primaryfont-semibold);
}

.inline-blk {
    display: inline-block;
}

.zwc-sec {
    padding: 140px 0 150px;
}

.act-btn {
    padding: 14px 32px;
    border-radius: 4px;
}

.zwc-btn-wrap,
.zwc-bnr-inner,
.zwc-feature-sec-cont,
.zwc-pwd-manage-wrap,
.zwc-video-pause {
    display: flex;
    align-items: center;
}

.zwc-btn-wrap .cont-btn {
    border: 1px solid;
    color: #000;
}

p a {
    color: #2B1EC6;
    font-family: var(--zf-secondary-medium);
        border-bottom: 1px solid #2B1EC6;
}

.zwc-pwdless-cont p a{
    line-height: 20px;
}

.zwc-video-pause span,
.zwc-video-pause button span {
    display: inline-block;
    width: 30px;
    height: 30px;
    cursor: pointer;
    position: absolute;
    border-radius: 50px;
    background: #ebebeb;
    bottom: 15px;
    right: 15px;
}

.zwc-video-pause span,
.zwc-video-pause button span {
    color: white;
}

.video-play::before {
    content: '';
    position: absolute;
    width: 0;
    height: 0;
    border-top: 7px solid transparent;
    border-bottom: 7px solid transparent;
    border-left: 12px solid #000;
    left: 11px;
    top: 7px;
}

.video-pause::before,
.video-pause::after {
    content: '';
    position: absolute;
    top: 9px;
    width: 3px;
    height: 12px;
    background: #000;
}

.video-pause::after {
    right: 11px;
}

.video-pause::before {
    right: 17px;
}


.zwc-video-pause>button {
    border: 0;
    display: inline-block;
    width: 30px;
    height: 30px;
    cursor: pointer;
    position: absolute;
    border-radius: 50px;
    background: #ebebeb;
    bottom: 15px;
    right: 15px;
}

.zwc-video-pause>button:before {
    display: block;
    content: "";
    clip-path: polygon(0 0, 0 100%, 25% 100%, 25% 0, 66.66% 0, 100% 0, 100% 100%, 75% 100%, 75% 0);
    background: rgb(0, 0, 0);
    width: 8px;
    height: 10px;
    position: relative;
    top: 0;
    left: 5px;
}

.zwc-video-pause>button.is-played:before {
    clip-path: polygon(20% 0, 20% 100%, 90% 50%, 90% 50%, 90% 50%, 90% 50%, 90% 50%, 90% 50%, 90% 50%);
    width: 12px;
    height: 12px;
}

span.highlight-text {
    position: relative;
    display: inline;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-image: -webkit-linear-gradient(left, #2B1EC6, #2B1EC6 50%, #000 50%);
    background-image: linear-gradient(to right, #2B1EC6, #2B1EC6 50%, #000 50%);
    background-size: 200% 100%;
    background-position: 100%;
    -webkit-transition: background-position 2s linear;
    transition: background-position 2s linear;
}

.left-content .highlight-text {
    background-image: -webkit-linear-gradient(left, #6691FF, #6691FF 50%, #fff 50%);
    background-image: linear-gradient(to right, #6691FF, #6691FF 50%, #fff 50%);
}

.animated span.highlight-text {
    background-position: 0 0;
}

/* Banner Section */

.zwc-bnr-inner {
    align-items: center;
    justify-content: space-between;
    position: relative;
}

.zwc-banner-wrap {
    overflow: hidden;
    padding: 90px 0 190px;
    background: linear-gradient(166deg, #fff 39.9%, #88acf9 118.54%);
}

.zwc-bnr-logo-wrap {
    display: flex;
    position: relative;
    width: fit-content;
    margin-bottom: 30px;
}

.bnr-vault-logo {
    border-radius: 48px;
    background: #2b1ec6;
    border-radius: 48px;
    height: 80px;
    width: 80px;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 0;
}

.zwc-bnr-logo-wrap:before,
.zwc-bnr-logo-wrap:after {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    margin: auto;
    z-index: 1;
}

.zwc-bnr-logo-wrap:before {
    content: "";
    width: 24px;
    height: 24px;
    background: white;
    border-radius: 50%;
}

.zwc-bnr-shadow {
    position: absolute;
    top: -130px;
    right: -270px;
}

.bnr-workplace-logo {
    width: 130px;
    height: 80px;
    border-radius: 0 48px 48px 0;
    background: #ffe2e1;
    margin-left: -50px;
    padding-left: 27px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.bnr-workplace-logo img {
    margin-left: 20px;
}

/* .bnr-plus {} */

.plus-icon {
    position: absolute;
    width: 30px;
    height: 30px;
    left: 65px;
    top: 25px;
    z-index: 2;
}

.plus-icon::before,
.plus-icon::after {
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    width: 2px;
    height: 12px;
    background: white;
    transform: translate(-50%, -50%);
    border-radius: 2px;
}

.plus-icon::after {
    transform: translate(-50%, -50%) rotate(90deg);
}


.bnr-vault-logo img {
    filter: brightness(0) invert(1);
}

.zwc-page-wrapper h1 span {
    color: #2b1ec6;
}

.zwc-bnr-cont-wrap p {
    font-size: 20px;
    max-width: 720px;
    line-height: 28px;
    margin: 24px 0;
}

.zwc-btn-wrap {
    gap: 15px;
}

.zwc-bnr-cont-wrap {
    max-width: 750px;
}

.zwc-bnr-img-wrap {
    z-index: 1
}

.zwc-bnr-img-wrap video {
    position: absolute;
    width: 640px;
    right: -90px;
    top: 40px;
}

.zwc-bnr-img-wrap img {
    vertical-align: middle;
}

.zwc-bnr-inner .zwc-btn-wrap {
    margin-top: 48px;
}

.zwc-brand-logo-wrap {
    display: grid;
    grid-template-columns: auto auto;
    justify-content: center;
    gap: 15px;
    max-width: 430px;
    position: absolute;
    top: 16%;
    left: 35%;
    z-index: 2;
}

.zwc-combo-container {
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #2B1EC6;
    margin-bottom: 30px;
    border-radius: 100px;
    width: fit-content;
    gap: 20px;
}

.zwc-combo-item {
    background-color: white;
    border-radius: 50%;
    border: 4px solid #2B1EC6;
    width: 70px;
    height: 70px;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
}

.zwc-combo-item img {
    max-width: 35px;
    max-height: 35px;
}

.plus-sign {
    font-size: 32px;
    color: white;
}

.zwc-combo-item:nth-child(3)::before {
    content: "";
    position: absolute;
    top: -5px;
    right: -5px;
    bottom: -5px;
    left: -5px;
    border-radius: 50%;
    border: 2px solid #00B2FF;
    z-index: -1;
}

.zwc-banner-wrap h1 span {
    font-family: var(--zf-secondary-semibold);
    position: relative;
    display: block;
    color: #2B1EC6;
    overflow: hidden
}

.zwc-banner-wrap h1 span::before {
    display: none;
    content: "";
    left: 50%;
    right: 0;
    bottom: -10px;
    height: 20px;
    position: absolute;
    background: var(--sprite-img);
    background-repeat: no-repeat;
    background-size: 1360px auto;
    background-position: 0 -42px;
    width: 0;
    max-width: 200px;
    -webkit-transition: 1s ease;
    transition: 1s ease;
    z-index: -1;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%)
}

.flip>em {
    color: #2B1EC6;
    padding: 4px 0;
    opacity: 0;
    display: inline-block;
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    margin: auto;
    font-style: normal;
}

.flip .is-visible {
    position: relative;
    opacity: 1;
    -webkit-animation: push-in 1.3s;
    -moz-animation: push-in 1.3s;
    animation: push-in 1.3s
}

.flip .is-hidden {
    -webkit-animation: push-out 1.3s;
    -moz-animation: push-out 1.3s;
    animation: push-out 1.3s
}

@keyframes push-in {
    0% {
        opacity: 0;
        -webkit-transform: translateY(-100%);
        -moz-transform: translateY(-100%);
        -ms-transform: translateY(-100%);
        -o-transform: translateY(-100%);
        transform: translateY(-100%)
    }

    60% {
        opacity: 1;
        -webkit-transform: translateY(10%);
        -moz-transform: translateY(10%);
        -ms-transform: translateY(10%);
        -o-transform: translateY(10%);
        transform: translateY(10%)
    }

    100% {
        opacity: 1;
        -webkit-transform: translateY(0);
        -moz-transform: translateY(0);
        -ms-transform: translateY(0);
        -o-transform: translateY(0);
        transform: translateY(0)
    }
}

@keyframes push-out {
    0% {
        opacity: 1;
        -webkit-transform: translateY(0);
        -moz-transform: translateY(0);
        -ms-transform: translateY(0);
        -o-transform: translateY(0);
        transform: translateY(0)
    }

    60% {
        opacity: 0;
        -webkit-transform: translateY(110%);
        -moz-transform: translateY(110%);
        -ms-transform: translateY(110%);
        -o-transform: translateY(110%);
        transform: translateY(110%)
    }

    100% {
        opacity: 0;
        -webkit-transform: translateY(100%);
        -moz-transform: translateY(100%);
        -ms-transform: translateY(100%);
        -o-transform: translateX(100%);
        transform: translateY(100%)
    }
}


/* Integration section */
.zwc-integration-sec {
    background: #000;
    color: white;
    font-family: 'Arial', sans-serif;
}

.zwc-integration-wrap {
    display: flex;
    flex-wrap: wrap;
    gap: 40px;
}

.left-content {
    flex: 1 1 50%;
}

.left-content h2 {
    position: sticky;
    top: 120px;
    max-width: 565px;
}

.highlight-text {
    color: #4E8BFF;
}

.right-content {
    flex: 1 1 45%;
}

.right-content p {
    font-size: 18px;
    line-height: 28px;
    margin-bottom: 20px;
    color: #CECECE;
}

.right-content h3 {
    color: white;
    margin-top: 70px;
}

.benefits-list {
    list-style: none;
    padding-left: 0;
    list-style: none;
    padding: 0;
    margin: 30px 0 0;
    max-width: 560px;
}

.benefits-list li {
    position: relative;
    text-align: left;
    font-size: 18px;
    color: white;
    margin: 0 0 35px 40px;
}

.benefits-list li:last-child {
    margin: 0 0 0px 40px;
}

.benefits-list li::before {
    content: "";
    position: absolute;
    top: -2px;
    left: -45px;
    z-index: 3;
    background-color: #161616;
    width: 30px;
    height: 30px;
    text-align: center;
    padding: 2px;
    font-size: 16px;
    font-family: var(--zf-secondary-semibold);
    border-radius: 50%;
}

.benefits-list li::after {
    content: "";
    position: absolute;
    top: 13px;
    z-index: 3;
    left: -30px;
    width: 8px;
    height: 14px;
    border: solid #03d110;
    border-width: 0 2.5px 2.5px 0;
    transform: translate(-50%, -60%) rotate(45deg);
}



/* Video Section  */

.zwc-video-wrap h2 {
    max-width: 500px;
}

.zwc-video-wrap ul li h3 {
    display: flex;
    align-items: center;
    gap: 10px;
}

.zwc-video-wrap h2 span {
    color: #2B1EC6;
}

.zwc-video-wrap ul li h3 {
    font-size: 24px;
    line-height: 32px;
}

.zwc-video-wrap ul li h3::before {
    content: "";
    display: inline-block;
    background: var(--sprite-img) no-repeat;
    background-size: 80px;
    background-position: -34px 0;
    height: 35px;
    width: 35px;
}

.zwc-video-wrap ul li:nth-child(1) h3::before {
    background-position: 0 0;
}

.zwc-video-wrap ul li:nth-child(2) h3::before {
    width: 32px;
}


.zwc-video-wrap ul li p {
    font-size: 17px;
    line-height: 26px;
    max-width: 410px;
    margin: 0 0 0 45px;
    font-family: var(--zf-secondary-medium);
}

.zwc-video-wrap ul li {
    padding: 30px 0;
    border-top: 1px solid #E2E6EE;
    max-width: fit-content;
}

.zwc-video-wrap ul li:last-child {
    border-bottom: 1px solid #E2E6EE;
}

.zwc-thumb-sec {
    position: relative;
}

.zwc-thumb-sec a img {
    border-radius: 24px;
}

.zwc-play-btn {
    display: block;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 80px;
    height: 80px;
    border-radius: 50%;
    background-color: #fff;
    cursor: pointer;
    z-index: 1;
    box-shadow: 0 0 25px rgba(0, 0, 0, 0.3);
}

.zwc-play-btn svg {
    position: absolute;
    width: 110px;
    height: 120px;
    top: -27px;
    left: -24px;
    transform: scale(0.45);
}

.zwc-video-wrap,
.zwc-video-head {
    display: flex;
    justify-content: space-between;
}

.zwc-video-head {
    flex-direction: column;
}

/* Work Flow Section */

.zwc-workflow-sec {
    background: radial-gradient(68.57% 68.57% at 50% 100%, #283D90 0%, #000 100%);
    background-attachment: fixed;
}

.zwc-workflow-sec h2 {
    text-align: center;
    color: white;
    padding-bottom: 50px;
    position: sticky;
    top: 200px;
}

.zwc-sticky-wrap {
    display: flex;
    flex-direction: column;
}

.zwc-workflow-item {
    display: flex;
    align-items: center;
    background-color: white;
    border-radius: 16px;
    justify-content: space-evenly;
    max-width: 1170px;
    margin: auto;
    position: sticky;
    top: 320px;
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.05);
    padding: 50px;
}

.zwc-workflow-item p a {
    color: #2B1EC6;
    border-bottom: 1px solid #2B1EC6;
}

.zwc-workflow-item p {
    font-family: var(--zf-secondary-medium);
    margin: 30px 0 0 30px;
    max-width: 450px;
}

.zwc-workflow-item {
    margin-bottom: 60px;
}

.zwc-workflow-video {
    max-width: 35%;
}

.zwc-workflow-item p::before {
    content: "";
    display: inline-block;
    background: var(--sprite-img) no-repeat;
    background-repeat: no-repeat;
    background-size: 85px;
    height: 16px;
    width: 14px;
    position: absolute;
    margin: 4px 0 0 -21px;
    background-position: -72px 2px;
}

/* Feature Section */

.zwc-feature-sec h2 {
    text-align: center;
    margin-bottom: 50px;
}

.zwc-fea-img-wrap {
    text-align: center;
    background: url(/sites/zweb/images/vault/directory-feature-bg.jpg) no-repeat;
    padding: 50px;
    background-size: cover;
    width: fit-content;
    margin: auto;
    border-radius: 12px;
    display: grid;
}

.zwc-fea-img-wrap img {
    border-radius: 8px;
}

.zwc-step {
    font-size: 24px;
    letter-spacing: -0.48px;
    font-family: var(--primaryfont-semibold);
}

.zwc-feature-sec ul {
    display: flex;
    justify-content: center;
    gap: 50px;
}

.zwc-fea-img-mob {
    display: none;
}

.zwc-fea-img-lap img {
    transition: opacity .8s ease, transform .8s ease;
    opacity: 0;
    transform: scale(0.5);
}

.zwc-fea-img-lap img.active {
    transform: scale(1);
    opacity: 1;
}

.zwc-feature-sec ul li {
    max-width: 360px;
    position: relative;
    cursor: pointer;
}

.zwc-feature-sec ul li p {
    margin: 40px 0 0;
    max-width: 530px;
}

.zwc-fea-txt {
    line-height: 25px;
    letter-spacing: -0.32px;
}

.zwc-feature-sec ul .zwc-step::before {
    display: none;
}

.zwc-fea-txt::before {
    content: "";
    width: 100%;
    display: block;
    margin-top: 30px;
    height: 2px;
    position: absolute;
    top: 65px;
    left: 0px;
    z-index: 1;
}

.zwc-fea-txt::after {
    content: "";
    width: 100%;
    display: block;
    top: 95px;
    height: 2px;
    position: absolute;
    background: #E2E6EE;
}

.zwc-feature-sec ul .active .zwc-fea-txt::before {
    animation: 0.6s ease 0s 1 normal forwards running slideranimation;
}

.zwc-fea-img-wrap img {
    display: flex;
    grid-row-start: 1;
    grid-column-start: 1;
    visibility: hidden;
    opacity: 0;
    transform: translateY(30px);
    transition: 1.3s ease all;
}

.zwc-fea-img-wrap img.active {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
    display: block;
}


@keyframes slideranimation {

    0% {
        width: 0px;
        background-color: #0047FF;
        border-width: 0.5px;
        border-style: solid;
        border-color: #0047FF;
        border-image: initial;
    }

    100% {
        width: calc(100%);
        background-color: #0047FF;
        border-width: 0.5px;
        border-style: solid;
        border-color: #0047FF;
        border-image: initial;
    }
}

/* choose Section */
.zwc-choose-sec {
    position: relative;
    background: linear-gradient(187deg, rgba(255, 255, 255, 0.00) 32.88%, #E6FBFF 110.2%);
    padding: 150px 0 200px;
}

.zwc-choose-sec::before {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: url(/sites/zweb/images/vault/directory-choose-bg.png) no-repeat;
    background-size: cover;
    max-width: 1920px;
    margin: auto;
    background-position: center;
    right: 0;
}

.zwc-choose-sec h2 {
    max-width: 680px;
    text-align: center;
    margin: auto;
}

.zwc-choose-sec p {
    text-align: center;
    font-size: 18px;
    max-width: 800px;
    margin: 20px auto 0;
}

/* pwdless section */
.zwc-pwdless-sec {
    padding: 140px 0 0;
}

.zwc-pwdless-high {
    color: #2B1EC6;
    font-size: 24px;
    line-height: normal;
    font-family: var(--primaryfont-semibold);
    letter-spacing: -0.72px;
    margin: 0;
}

.zwc-pwdless-txt {
    color: #020E2D;
    font-size: 18px;
    line-height: 28px;
    max-width: 500px;
}

.zwc-pwdless-wrap img {
    margin-bottom: -140px;
    z-index: -1;
}

.zwc-pwdless-wrap video {

    max-width: 350px;
}

.zwc-pwdless-wrap {
    display: flex;
    align-items: center;
    justify-content: space-evenly;
}


/* bottom section */
.zwc-btm-sec {
    background: radial-gradient(71.59% 71.56% at 48.76% 130.87%,
            #3b4687 0%,
            #000 100%);
    color: white;
    padding: 160px 0 180px;
}

.zwc-btm-inner .zwc-btn-wrap {
    margin: 40px auto 0;
    justify-content: center;
}

.zwc-btm-inner h2 {
    font-size: 72px;
    line-height: 82px;
    letter-spacing: -2.16px;
    max-width: 1180px;
    margin-bottom: 16px;
    text-align: center;
    margin: auto;
}

.zwc-btm-inner h2 span {
    color: #6691ff;
    display: block;
}

.zwc-btm-inner p {
    font-size: 40px;
    font-family: var(--primaryfont-semibold);
}


.zwc-btm-inner .cont-btn {
    color: #fff;
}

@media only screen and (max-width: 1440px) {
    .zwc-page-wrapper h1 {
        font-size: 64px;
        line-height: 72px;
        max-width: 690px;
    }

    .zwc-page-wrapper h2 {
        font-size: 58px;
        line-height: 66px;
    }

    .zwc-workflow-item {
        top: 230px;
    }

    .zwc-bnr-cont-wrap p {
        max-width: 620px;
    }

    .left-content h2 {
        max-width: 510px;
    }

    .zwc-btm-inner h2 {
        font-size: 68px;
        line-height: 76px;
    }

    .zwc-feature-sec {
        padding: 140px 0 100px;
    }

    .zwc-bnr-img-wrap video {
        width: 640px;
        right: -90px;
        top: 40px;
    }

}

@media only screen and (max-width: 1280px) {

    .zwc-page-wrapper h2 {
        font-size: 54px;
        line-height: 62px;
    }

    .zwc-page-wrapper h3 {
        font-size: 36px;
        line-height: 44px;
    }

    .zwc-btm-inner h2 {
        font-size: 62px;
        line-height: 72px;
        max-width: 1020px;
    }

    .zwc-bnr-img-wrap video {
        width: 500px;
        right: -50px;
        top: 100px;
    }

    .zwc-sec {
        padding: 100px 0 120px;
    }

    .zwc-pwdless-sec {
        padding: 100px 0 0;
    }

    .zwc-page-wrapper h1 {
        font-size: 60px;
        line-height: 70px;
        max-width: 620px;
    }

    .zwc-bnr-shadow {
        max-width: 830px;
        top: -130px;
        right: -200px;
    }

    .left-content h2 {
        max-width: 470px;
    }

    .zwc-workflow-sec {
        padding: 100px 0 80px;
    }

    .zwc-bnr-cont-wrap p {
        font-size: 19px;
        max-width: 570px;
    }

    .zwc-pwdless-wrap img {
        margin-bottom: -260px;
    }

    .zwc-thumb-sec {
        max-width: 500px;
    }
}

@media only screen and (max-width: 1199px) {

    .zwc-page-wrapper h1 {
        font-size: 52px;
        line-height: 60px;
        max-width: 540px;
    }

    .zwc-page-wrapper h2 {
        font-size: 48px;
        line-height: 56px;
    }

    .zwc-video-wrap h2 {
        max-width: 370px;
    }

    .zwc-thumb-sec {
        max-width: 440px;
    }

    .zwc-choose-sec h2 {
        max-width: 510px;
    }

    .zwc-workflow-item {
        top: 170px;
    }

    .left-content h2 {
        max-width: 418px;
        top: 50px;
    }

    .zwc-workflow-sec,
    .zwc-feature-sec {
        padding: 100px 0 80px;
    }

    .zwc-choose-sec {
        background:
            url(/sites/zweb/images/vault/directory-choose-bg-mob.png) no-repeat,
            linear-gradient(149deg, rgba(255, 255, 255, 0.00) 32.88%, #E6FBFF 91.2%);
        background-size: 100% 100%;
    }


    .zwc-choose-sec::before {
        display: none;
    }

    .zwc-video-wrap ul li h3 {
        font-size: 22px;
        line-height: 30px;
        margin-bottom: 8px;
    }

    .zwc-btm-inner h2 {
        font-size: 56px;
        line-height: 64px;
        max-width: 910px;
    }
}

@media only screen and (max-width: 1024px) {

    .zwc-sec {
        padding: 80px 0 100px;
    }

    .zwc-page-wrapper h1 {
        font-size: 48px;
        line-height: 56px;
        max-width: 500px;
    }

    .zwc-bnr-cont-wrap p {
        font-size: 18px;
        max-width: 540px;
    }

    .zwc-page-wrapper h2 {
        font-size: 42px;
        line-height: 50px;
        letter-spacing: normal;

    }

    .left-content h2 {
        max-width: 395px;
    }

    .zwc-page-wrapper h3 {
        font-size: 34px;
        line-height: 42px;
    }

    .zwc-workflow-cont h3 {
        font-size: 30px;
        line-height: 40px;
    }

    .zwc-workflow-sec {
        padding: 80px 50px;
    }

    .zwc-workflow-item {
        max-width: 850px;
        padding: 40px;
        top: 30px;
    }

    .zwc-pwdless-sec {
        padding: 100px 0 0;
    }

    .zwc-workflow-sec h2 {
        top: 70px;
    }

    .zwc-workflow-item {
        top: 170px;
    }

    .zwc-choose-sec p {
        max-width: 620px;
    }

    .zwc-pwdless-wrap img {
        margin-bottom: -300px;
    }

    .zwc-btm-inner h2 {
        font-size: 48px;
        line-height: 56px;
        max-width: 830px;
    }
}

@media only screen and (max-width: 991px) {

    .zwc-sec {
        padding: 80px 0 90px;
    }

    .zwc-btm-sec {
        padding-top: 90px;
    }

    .zwc-page-wrapper h1 {
        text-align: center;
        margin: auto;
    }

    .zwc-page-wrapper h2 {
        font-size: 40px;
        line-height: 48px;
    }

    .zwc-bnr-inner,
    .zwc-integration-wrap,
    .zwc-video-wrap {
        flex-direction: column;
    }

    .zwc-combo-container {
        position: relative;
        margin: 0 auto 30px;
    }

    .zwc-bnr-shadow {
        display: none;
    }

    .zwc-bnr-cont-wrap p,
    .zwc-btn-wrap {
        text-align: center;
    }

    .right-content {
        text-align: center;
        max-width: 640px;
        margin: auto;
    }

    .zwc-btn-wrap {
        width: fit-content;
        margin: auto;
    }

    .zwc-choose-sec h2 {
        max-width: 470px;
    }

    .zwc-bnr-inner .zwc-btn-wrap {
        margin-top: 38px;
    }

    .zwc-workflow-video {
        max-width: 100%;
    }

    .zwc-bnr-img-wrap {
        position: relative;
    }

    .zwc-video-wrap ul li,
    .zwc-video-wrap ul li:last-child {
        border: none;
    }

    .zwc-banner-wrap {
        padding-bottom: 0;
    }

    .zwc-bnr-img-wrap video {
        width: 600px;
        margin-top: 20px;
    }

    .left-content h2 {
        text-align: center;
        max-width: 550px;
        margin: auto;
    }

    .zwc-workflow-item p {
        max-width: 350px;
    }

    .zwc-feature-sec ul li p {
        margin: 20px 0 0;
    }

    .zwc-fea-txt::before {
        top: 35px;
    }

    .zwc-feature-sec h2 {
        margin-bottom: 30px;
    }

    .zwc-fea-txt::after {
        top: 65px;
    }

    .benefits-list {
        max-width: 490px;
        margin: 30px auto 0;
    }

    .zwc-integration-wrap {
        gap: 20px;
    }

    .zwc-workflow-item {
        top: 200px;
    }

    .plus-icon {
        left: 65px;
        top: 22px;
    }

    .zwc-bnr-img-wrap video {
        position: static;
    }

    .zwc-video-wrap h2 {
        max-width: 590px;
        text-align: center;
        margin: auto;
    }

    .zwc-video-head {
        text-align: center;
    }

    .zwc-video-head ul {
        margin: 50px 0;
    }

    .zwc-video-wrap ul li h3 {
        display: block;
        margin: 0 auto 8px;
        width: fit-content;
    }

    .zwc-video-wrap ul li h3::before {
        display: block;
        margin: auto;
    }

    .zwc-pwdless-sec {
        padding: 90px 0 0;
    }

    .zwc-video-head ul {
        max-width: 560px;
        margin: 20px auto;
    }

    .zwc-video-sec {
        padding: 80px 0 80px;
    }

    .zw-template-zp_home video {
        max-width: 300px;
    }

    .zwc-banner-wrap {
        padding-top: 50px;
    }

    .zwc-feature-sec {
        padding: 80px 0 50px;
    }

    .zwc-video-wrap ul li p {
        max-width: 520px;
        margin: auto;
    }

    .zwc-video-wrap ul li {
        padding: 15px 0;
    }

    .zwc-thumb-sec {
        margin: auto;
    }

    .zwc-workflow-sec h2 {
        max-width: 380px;
        margin: 0 auto 0;
    }

    .zwc-workflow-item {
        padding: 30px;
    }

    .zwc-workflow-item {
        margin-bottom: 40px;
        min-height: 350px;
    }

    .zwc-workflow-sec {
        padding: 80px 0 60px;
    }

    .zwc-pwdless-wrap {
        flex-direction: column-reverse;
        gap: 20px;
    }

    .zwc-pwdless-cont {
        text-align: center;
    }

    .zwc-fea-img-wrap {
        padding: 25px;
    }

    .zwc-choose-sec {
        padding: 60px 0 90px;
        background: linear-gradient(149deg, rgba(255, 255, 255, 0.00) 32.88%, #E6FBFF 91.2%);
    }

    .zwc-play-btn {
        width: 60px;
        height: 60px;
    }

    .zwc-play-btn svg {
        top: -36px;
        left: -31px;
        transform: scale(0.30);
    }

    .zwc-bnr-img-wrap video {
        max-width: 500px;
    }

    .zwc-step {
        font-size: 22px;
    }

    .zwc-btm-inner .zwc-btn-wrap {
        margin-top: 40px;
    }

    .zwc-btm-inner h2 {
        font-size: 42px;
        line-height: 50px;
        max-width: 730px;
    }
}


@media only screen and (max-width: 767px) {

    .zwc-page-wrapper h1 {
        font-size: 46px;
        line-height: 54px;
        max-width: 480px;
    }

    .zwc-page-wrapper h2 {
        font-size: 34px;
        line-height: 42px;
    }

    .right-content p {
        font-size: 17px;
        line-height: 25px;
        margin-bottom: 20px;
    }

    .zwc-workflow-cont h3 {
        font-size: 26px;
        line-height: 34px;
    }

    .zwc-workflow-cont h3 {
        font-size: 26px;
        line-height: 34px;
    }

    .zwc-workflow-item p {
        line-height: 25px;
    }

    .zwc-pwdless-sec {
        padding: 70px 0 0;
    }

    .zwc-workflow-item p {
        margin: 25px 0 0 25px;
        max-width: 490px;
    }

    .zwc-feature-sec h2 {
        margin-bottom: 30px;
        max-width: 340px;
        margin: auto;
    }

    .zwc-choose-sec h2 {
        max-width: 400px;
    }

    .zwc-choose-sec p,
    .zwc-pwdless-txt {
        font-size: 16px;
        line-height: 28px;
    }

    .left-content h2 {
        max-width: 460px;
    }

    .zwc-video-wrap ul li p {
        margin: 0;
    }

    .zwc-bnr-cont-wrap p {
        font-size: 17px;
        max-width: 405px;
        margin: 24px auto;
    }

    .zwc-workflow-item {
        flex-direction: column;
    }

    .zwc-workflow-item {
        top: 200px;
        min-height: unset;
    }

    .zwc-pwdless-txt {
        max-width: 450px;
    }

    .zwc-feature-sec ul {
        gap: 30px;
    }

    .zwc-feature-sec ul li {
        max-width: 100%;
    }

    .zwc-fea-img-lap,
    .zwc-fea-txt::before,
    .zwc-fea-txt::after,
    .zwc-feature-sec ul .active .zwc-step::before {
        display: none;
    }

    .zwc-feature-sec ul li p {
        max-width: 385px;
        text-align: center;
        width: fit-content;
        margin: 30px auto 30px;
    }

    .zwc-fea-img-mob {
        display: block;
    }

    .zwc-video-sec {
        padding: 60px 0 60px;
    }

    .zwc-bnr-img-wrap video {
        width: 430px;
    }

    span.highlight-text {
        background-position: 0 0;
    }

    .zwc-pwdless-wrap video {
        max-width: 300px;
    }

    .zwc-choose-sec {
        padding-top: 30px;
    }

    .zwc-btm-inner h2 span {
        display: inline;
    }

    .zwc-feature-sec ul li p.zwc-step {
        margin-bottom: -15px;
    }

    .zwc-feature-sec ul {
        margin-top: 0;
    }

    .zwc-workflow-item {
        position: relative;
        top: 0;
    }

    .zwc-workflow-sec h2 {
        top: 0;
        position: relative;
    }

    .zwc-feature-sec ul {
        flex-direction: column;
    }

    .zwc-fea-img-mob img {
        display: block;
        visibility: visible;
        opacity: 1;
        transform: translateY(0);
    }

    .benefits-list li {
        font-size: 17px;
        margin: 0 0 25px 40px;
    }

    .zwc-btm-inner h2 {
        font-size: 38px;
        max-width: 390px;
        line-height: 40px;
    }
}


@media only screen and (max-width: 480px) {

    .zwc-page-wrapper h1 {
        font-size: 38px;
        line-height: 46px;
        max-width: 260px;
    }

    .zwc-sec {
        padding: 60px 0 70px;
    }

    .zwc-page-wrapper h2 {
        font-size: 28px;
        line-height: 36px;
    }

    .zwc-page-wrapper h3 {
        font-size: 26px;
        line-height: 35px;
    }

    .zwc-video-wrap h2 {
        max-width: 240px;
    }

    .zwc-btn-wrap {
        flex-direction: column;
    }

    .zwc-video-wrap ul li h3,
    .zwc-video-wrap ul li h3::before {
        display: block;
    }

    .zwc-video-wrap ul li h3::before {
        margin: auto;
    }

    .zwc-bnr-cont-wrap p {
        max-width: 266px;
    }

    .left-content h2 {
        max-width: 260px;
    }

    .zwc-workflow-sec h2 {
        max-width: 250px;
    }

    .zwc-play-btn {
        width: 60px;
        height: 60px;
    }

    .zwc-banner-wrap {
        padding: 50px 0 40px;
    }

    .zwc-feature-sec h2 {
        max-width: 260px;
    }

    .zwc-pwdless-wrap video {
        max-width: 250px;
    }

    .zwc-choose-sec h2 {
        max-width: 320px;
    }

    .zwc-fea-img-wrap {
        padding: 15px;
    }

    .zwc-feature-sec ul {
        gap: 10px;
    }

    .zwc-btn-wrap {
        align-items: normal;
    }

    .zwc-workflow-item {
        min-height: 543px;
    }

    .zwc-pwdless-sec {
        padding: 60px 0 0;
    }

    .zwc-bnr-img-wrap video {
        width: 320px;
    }

    .zwc-workflow-item:last-child {
        margin-bottom: 0;
    }

    .zwc-workflow-cont h3 {
        font-size: 24px;
        line-height: 32px;
    }

    .zwc-video-wrap h2 {
        line-height: 30px;
    }

    .zwc-choose-sec {
        padding: 0 0 70px;
    }

    .zwc-fea-img-wrap img {
        visibility: visible;
        opacity: 1;
        transform: translateY(0px);
    }

    .right-content h3 {
        margin-top: 40px;
    }

    .zwc-play-btn svg {
        top: -35px;
        left: -32px;
        transform: scale(0.3);
    }

    .right-content p {
        max-width: 300px;
        margin: 0 auto 20px;
    }

    .zwc-btm-inner .zwc-btn-wrap {
        margin-top: 30px;
    }
}