/* common */
.pagewrapper{
    --title-clr: #010101;
    --cnt-clr: #333;
    --green-bg-clr: #1E4C40;
    --h1-size: 60px;
    --h2-size: 50px;
    --h3-size: 24px;
    --p-size-1: 26px;
    --p-size-2: 20px;
    --cta-size: 14px;
}

.pagewrapper .content-wrap{
    padding: 90px 0;
}

.pagewrapper .act-btn{
    padding: 12px 30px;
}

.zcw-blk-btn{
    display: inline-block;
    font: var(--cta-size)/1 var(--primaryfont-bold);
    text-transform: uppercase;
    background-color: #000;
    color: #fff;
    border-radius: 3px;
    padding: 20px 40px;
}

.zwc-prd-name{
    display: inline-block;
}
/* common end */
/* banner sec */
.zwc-bnr-sec {
    position: relative;
    background: linear-gradient(180deg, #FFF 0%, #F4CE3A calc(100% - 209px), #fff 209px);
    text-align: center;
    overflow: hidden;
}

.pagewrapper .zwc-bnr-sec .content-wrap{
    padding-bottom: 620px;
}

.zwc-bnr-inner {
    position: relative;
    z-index: 1;
}

.zwc-bnr-sec :is(h1, p){
    max-width: 900px;
}

.zwc-bnr-sec h1, .pagewrapper h2{
    font: var(--h1-size)/ 1.2 var(--zf-primary-extrabold);
    letter-spacing: -1.2px;
    color: var(--title-clr);
}

.zwc-bnr-sec h1{
    margin-inline: auto;
}

:is(.zwc-bnr-sec, .zwc-integ-cnt) p{
    font-size: var(--p-size-1);
    color: var(--cnt-clr);
    letter-spacing: -0.26px;
}

.zwc-bnr-sec p{
    margin-inline: auto;
    margin-bottom: 40px;
}

.zwc-banner-img{
    width: 1728px;
    position: absolute;
    bottom: 0;
    inset-inline-start: 50%;
    transform: translateX(-50%);
}

.zwc-banner-img img{
    display: block;
}
/* banner sec end */
/* integration sec */
.pagewrapper .zwc-integ-sec .content-wrap{
    padding-bottom: 0;
}

.zwc-integ-sec h2 {
    max-width: 960px;
    text-align: center;
    margin-inline: auto;
    margin-bottom: 40px;
}

.zwc-integ-flex{
    max-width: 1200px;
    margin-inline: auto;
    display: flex;
    gap: 50px;
    justify-content: space-between;
    align-items: center;
}

.zwc-integ-flex:not(:last-child){
    margin-bottom: 50px;
}

.zwc-integ-flex:nth-child(odd){
    flex-direction: row-reverse;
}

.zwc-integ-img{
    width: 60%;
}

.zwc-integ-flex:nth-child(4) :is(.zwc-integ-img, .zwc-integ-img img){
    position: relative;
    z-index: 1;
    bottom: -1px;
}

.zwc-integ-flex:nth-child(4) .zwc-integ-img::before{
    content: "";
    width: 260px;
    height: 347px;
    position: absolute;
    top: 120px;
    left: 100px;
    background: url(/sites/zweb/images/flow/solutions/built-own-integrations-slide.svg) 0 0 / 100% no-repeat;
    opacity: 1;
}

.zwc-integ-flex:nth-child(4).in-view .zwc-integ-img::before{
    left: 0;
    opacity: 1;
    transition: all 1s ease;
}

.zwc-integ-img img{
    display: block;
}

:is(.zwc-integ-flex:nth-child(3), .zwc-integ-flex:nth-child(4)) .zwc-integ-img img {
    margin-inline-start: auto;
}

.zwc-integ-cnt{
    width: 50%;
    max-width: 500px;
}

.zwc-integ-flex:nth-child(2) .zwc-integ-cnt{
    width: 40%;
}
/* integration sec end */
/* enter sec */
.zwc-enter-sec{
    background: var(--green-bg-clr);
}

.zwc-enter-inner > :is(h2, p){
    color: #FFF;
    text-align: center;
}

:is(.zwc-enter-inner,.zwc-favorite-apps-inner) > p, .zwc-favorite-apps li, .zwc-enter-slider p{
    font-size: var(--p-size-2);
    letter-spacing: -0.2px;
}

.zwc-enter-inner > p{
    max-width: 860px;
    margin-inline: auto;
    margin-bottom: 60px;
}

.zwc-enter-inner  img{
    display: block;
}

.zwc-enter-img  > img{
    margin-inline: auto;
    margin-bottom: 60px;
}

.zwc-enter-slider{
    max-width: 1200px;
    background: #FFF;
    margin-inline: auto;
    margin-bottom: 40px;
    padding: 80px 80px 0;
    border-radius: 20px;
    text-align: center;
}

.zwc-enter-slider h3{
    font: var(--h3-size)/1.4 var(--primaryfont-bold);
    color: #111;
}

.zwc-enter-slider p{
    color: var(--cnt-clr);
    margin-bottom: 60px;
}

.zwc-slider-img img{
    border-radius: 20px 20px 0px 0px;
    border: 2px solid #000;
    border-bottom: none;
    margin-inline: auto;
}

.zwc-enter-slider :is(.slick-next, .slick-prev){
    width: 80px;
    height: 80px;
    background: #111;
    border: 8px solid var(--green-bg-clr);
    border-radius: 50%;
}

.zwc-enter-slider .slick-prev{
    left: -40px;
}

.zwc-enter-slider .slick-next{
    right: -40px;
}

.zwc-enter-slider .slick-next:after, .zwc-enter-slider .slick-prev:after{
    display: none;
}

.zwc-enter-slider .slick-next:before, .zwc-enter-slider .slick-prev:before{
    width: 14px;
    height: 14px;
    top: 24px;
    left: 24px;
    background: url(/sites/zweb/images/flow/solutions/arrow.svg) 0 0/100% no-repeat;
    transform: none;
}

.zwc-enter-slider .slick-next:before{
    transform: rotateY(180deg);
}

.zwc-enter-slider :is(.slick-next.slick-disabled, .slick-prev.slick-disabled) {
    opacity: 1;
    cursor: auto;
}

.zwc-enter-slider .slick-disabled:before {
    opacity: 0.25;
}

.zwc-slide-count p{
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    color: #8FB1A8;
    font: 16px/1 var(--primaryfont-bold);
    margin-bottom: 0;
}

.zwc-slide-count span{
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 40px;
    height: 40px;
    color: #FFF;
    background: #154035;
    border-radius: 50%;
}
/* enter sec end */
/* favorite-apps sec */
.zwc-favorite-apps-sec{
    background: #F8FAFF;
    text-align: center;
}

.zwc-favorite-apps-inner h2{
    max-width: 730px;
    margin-inline: auto;
    margin-bottom: 15px;
}

.zwc-favorite-apps-inner > p{
    color: var(--cnt-clr);
    margin-bottom: 40px;
}

.zwc-favorite-apps{
    max-width: 1728px;
    padding-bottom: 90px;
    margin-inline: auto;
}

.zwc-favorite-apps ul{
    display: flex;
    gap: 20px;
    justify-content: center;
    margin-inline: 20px;
}

.zwc-favorite-apps ul:not(:last-child){
    margin-bottom: 20px;
}

.zwc-favorite-apps a{
    width: calc(20% - 16px);
    background: #FFF;
    filter: drop-shadow(0px 20px 20px rgba(224, 227, 234, 0.30));
    border-radius: 18px;
    border: 2px solid #fff;
}

.zwc-favorite-apps a:hover{
    filter: drop-shadow(0px 20px 20px rgba(224, 227, 234, 0.90));
    border: 2px solid #0478FF;
}

.zwc-favorite-apps li{
    width: 100%;
    display: inline-flex;
    align-items: center;
    gap: 15px;
    font-family: var(--primaryfont-bold);
    color: var(--cnt-clr);
    text-align: left;
    padding: 10px;
}

.zwc-favorite-apps li span{
    width: 75px;
    height: 75px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background: #F0F2F8;
    border-radius: 5px;
}
/* favorite-apps sec end */
/* bottom-cta-sec */
.zwc-bottom-cta-sec{
    background: linear-gradient(180deg, #F8FAFF 50%, #fff 50%);
}

.pagewrapper .zwc-bottom-cta-sec .content-wrap{
    padding: 40px 0;
}

.zwc-bottom-cta-inner{
    padding: 115px 170px;
    background: #0D1229;
    border-radius: 20px;
    text-align: center;
}

.zwc-bottom-cta-inner h2{
    font: var(--h2-size)/1.2 var(--primaryfont-bold);
    color: #fff;
    margin-bottom: 40px;
}
/* bottom-cta-sec end */
/* faq sec */
.zwc-faq-inner h2{
    text-align: center;
    margin-bottom: 50px;
}

.zwc-faq-cnt {
    max-width: 900px;
    margin-inline: auto;
}

.zwc-faq-item {
    position: relative;
    margin-bottom: 16px;
    border: 1px solid #E2E8F8;
    background: #F8FAFF;
    transition: background 0.5s;
}

.zwc-faq-item.active {
    background: #FFF;
}

.zwc-faq-item:last-child {
    margin-bottom: 0;
}

.zwc-faq-item h3 {
    font-size: 24px;
    font-family: var(--primaryfont-bold);
    letter-spacing: -0.5px;
    color: #21294a;
    margin-bottom: 0;
    padding: 35px 80px 35px 100px;
    position: relative;
    cursor: pointer;
}

.zwc-faq-item h3 span:last-child,
.zwc-faq-item h3 span:last-child:before,
.zwc-faq-item h3 span:last-child:after {
    content: "";
    position: absolute;
    cursor: pointer;
}

.zwc-faq-item h3 span:last-child {
    inset-inline-start: 40px;
    top: 38px;
    z-index: 1;
    width: 25px;
    height: 25px;
    border: 2px solid #21294a;
    border-radius: 100px;
}

.zwc-faq-item h3 span:last-child:before,
.zwc-faq-item h3 span:last-child:after {
    background: #21294a;
    z-index: 2;
    border-radius: 8px;
}

.zwc-faq-item h3 span:last-child:before,
.zwc-faq-item h3 span:last-child:after {
    inset-inline-start: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

.zwc-faq-item h3 span:last-child:before {
    height: 2px;
    width: 9px;
}

.zwc-faq-item h3 span:last-child:after {
    width: 2px;
    height: 9px;
}

.zwc-faq-item.active h3 span:after {
    display: none;
}

.zwc-faq-ans {
    display: none;
    padding: 0 80px 35px 100px;
}

.zwc-faq-item:first-child .zwc-faq-ans {
    display: block;
}

.zwc-faq-ans p {
    font-size: 19px;
    color: #495567;
    margin-bottom: 0;
}

.zwc-faq-item a {
    color: #0478ff;
}

/* faq sec end */

@media (max-width:1440px) {
    /* common */
    .pagewrapper{
        --h1-size: 52px;
        --h2-size: 44px;
        --p-size-1: 24px;
        --p-size-2: 18px;
    }
    /* common end */
    /* banner sec */
    .zwc-bnr-sec {
        background: linear-gradient(180deg, #FFF 0%, #F4CE3A calc(100% - 155px), #fff 155px);
    }
    
    .pagewrapper .zwc-bnr-sec .content-wrap {
        padding-bottom: 460px;
    }

    .zwc-bnr-sec :is(h1, p) {
        max-width: 710px;
    }

    .zwc-banner-img{
        width: 1280px;
    }
    /* banner sec end */
    /* integration sec */
    .zwc-integ-flex:nth-child(4) .zwc-integ-img::before{
        left: 50px;
    }
    /* integration sec end */
    /* enter sec */
    .zwc-enter-slider{
        max-width: 1000px;
        padding: 50px 50px 0;
    }

    .zwc-enter-inner > p {
        max-width: 770px;
    }
    /* enter sec end */
    /* favorite-apps sec */
    .zwc-favorite-apps a {
        max-width: 240px;
        border-radius: 12px;
    }

    .zwc-favorite-apps li {
        --p-size-2: 17px;
        gap: 10px;
        padding: 8px 8px 8px 10px;
    }

    .zwc-favorite-apps li span{
        width: 60px;
        height: 60px;
    }

    .zwc-favorite-apps li img{
        max-width: 35px;
    }
    /* favorite-apps sec end */
    /* bottom cta sec */
    .zwc-bottom-cta-inner {
        max-width: 1000px;
        padding: 80px 110px;
        margin-inline: auto;
    }
    /* bottom cta sec end */
}

@media (max-width:1280px) {
    /* integration sec */
    .zwc-integ-flex:nth-child(4) .zwc-integ-img::before{
        display: none;
    }

    .zwc-integ-flex:nth-child(4) :is(.zwc-integ-img,.zwc-integ-img img){
        bottom: -2px;
    }
    /* integration sec end */
    /* favorite-apps sec */
    .zwc-favorite-apps a{
        width: calc(25% - 15px);
    }

    .zwc-favorite-apps a:last-child{
        display: none;
    }
    /* favorite-apps sec end */
}

@media (max-width:1199px) {
    /* common */
    .pagewrapper{
        --h1-size: 48px;
        --h2-size: 40px;
        --p-size-1: 20px;
        --p-size-2: 17px;
    }

    .pagewrapper .content-wrap{
        padding: 80px 0;
    }
    /* common end */
    /* banner sec */
    .zwc-bnr-sec {
        background: linear-gradient(180deg, #FFF 0%, #F4CE3A calc(100% - 121px), #fff 121px);
    }

    .pagewrapper .zwc-bnr-sec .content-wrap {
        padding-bottom: 370px;
    }

    .zwc-bnr-sec :is(h1, p) {
        max-width: 650px;
    }

    .zwc-bnr-sec p {
        margin-bottom: 20px;
    }

    .zwc-banner-img {
        width: 1000px;
    }
    /* banner sec end */
    /* integration sec */
    .zwc-integ-sec h2 {
        max-width: 760px;
    }
    /* integration sec end */
    /* enter sec */
    .zwc-enter-inner > p {
        max-width: 720px;
    }

    .zwc-enter-slider {
        max-width: 900px;
        padding: 40px 20px 0;
        margin-bottom: 30px;
    }
        
    .zwc-enter-slider :is(.slick-next, .slick-prev){
        width: 60px;
        height: 60px;
        border-width: 5px;
    }

    .zwc-enter-slider .slick-next {
        right: -30px;
    }

    .zwc-enter-slider .slick-prev {
        left: -30px;
    }

    .zwc-enter-slider .slick-next:before, .zwc-enter-slider .slick-prev:before{
        top: 18px;
        left: 18px;
    }

    .zwc-enter-slider p{
        margin-bottom: 30px;
    }

    .zwc-slider-img{
        max-width: 800px;
        margin-inline: auto;
    }
    /* enter sec end */
    /* favorite-apps sec */
    .zwc-favorite-apps-inner h2 {
        max-width: 580px;
    }

    .zwc-favorite-apps-inner > p{
        margin-bottom: 30px;
    }

    .zwc-favorite-apps {
        padding-bottom: 80px;
    }
    /* favorite-apps sec end */
    /* bottom-cta sec */
    .pagewrapper .zwc-bottom-cta-sec .content-wrap {
        padding: 20px 0;
    }

    .zwc-bottom-cta-inner {
        max-width: 810px;
        padding: 60px;
    }
    /* bottom-cta sec end */
    /* faq sec */
    .zwc-faq-ans p {
        font-size: 18px;
    }
    /* faq sec end */
}

@media (max-width:991px) {
    /* common */
    .pagewrapper {
        --h1-size: 44px;
        --h2-size: 36px;
    }

    .pagewrapper .content-wrap {
        padding: 70px 0;
    }
    /* common */
    /* banner sec */
    .zwc-bnr-sec {
        background: linear-gradient(180deg, #FFF 0%, #F4CE3A 100%);
    }

    .pagewrapper .zwc-bnr-sec .content-wrap {
        padding-bottom: 70px;
    }

    .zwc-banner-img {
        display: none;
    }
    /* banner sec end */
    /* integ sec */
    .zwc-integ-img, .zwc-integ-cnt, .zwc-integ-flex:nth-child(2) .zwc-integ-cnt {
        width: 50%;
    }
    /* integ sec end */
    /* enter sec */
    .zwc-enter-inner > p, .zwc-enter-img > img{
        margin-bottom: 40px;
    }

    .zwc-enter-slider {
        max-width: 730px;
        padding: 30px 30px 0;
    }

    .zwc-enter-slider :is(.slick-next, .slick-prev) {
        width: 50px;
        height: 50px;
        border: none;
        top: unset;
        bottom: -100px;
    }

    .zwc-enter-slider .slick-prev {
        left: calc(50% - 125px);
    }

    .zwc-enter-slider .slick-next {
        right: calc(50% - 125px);
    }
    
    .zwc-enter-slider p {
        margin-bottom: 30px;
        max-width: 450px;
        margin-inline: auto;
    }
    /* enter sec end */
    /* favorite-apps sec */
    .zwc-favorite-apps{
        display: none;
    }
    /* favorite-apps sec end */
    /* favorite-apps sec */
    .pagewrapper .zwc-bottom-cta-sec .content-wrap {
        padding: 0;
    }
    
    .zwc-bottom-cta-inner {
        max-width: 700px;
        padding: 40px;
    }
    /* favorite-apps sec end */
    /* faq cta sec */
    .zwc-faq-item h3 {
        font-size: 20px;
        padding: 25px 50px 25px 60px;
    }

    .zwc-faq-item h3 span:last-child {
        width: 20px;
        height: 20px;
        inset-inline-start: 20px;
        top: 28px;
    }

    .zwc-faq-ans {
        padding: 0 50px 25px 60px;
    }

    /* faq cta sec end */
}

@media (max-width:767px) {
    /* common */
    .pagewrapper {
        --h1-size: 36px;
        --h2-size: 32px;
        --p-size-1: 18px;
    }
    
    .pagewrapper .content-wrap,  .pagewrapper .zwc-bnr-sec .content-wrap {
        padding: 60px 0;
    }

    .pagewrapper .act-btn {
        padding: 10px 20px;
    }

    .zcw-blk-btn{
        padding: 15px 20px;
    }
    /* common end */
    /* bnr sec */
    .zwc-bnr-sec :is(h1, p) {
        max-width: 550px;
    }
    /* bnr sec end */
    /* integration sec */
    .zwc-integ-sec h2{
        text-align: left;
        max-width: 660px;
        margin-inline: initial;
    }

    .zwc-integ-flex, .zwc-integ-flex:nth-child(odd){
        flex-direction: column;
        justify-content: flex-start;
        align-items: flex-start;
        gap: 30px;
    }

    .zwc-integ-img, .zwc-integ-cnt, .zwc-integ-flex:nth-child(2) .zwc-integ-cnt {
        width: 100%;
    }

    .zwc-integ-flex:nth-child(4) :is(.zwc-integ-img,.zwc-integ-img img){
        bottom: 0;
    }

    .zwc-integ-img {
        max-width: 300px;
    }
    /* integration sec end */
    /* enter sec */
    .zwc-enter-img{
        display: none;
    }

    .zwc-enter-slider {
        max-width: 600px;
        padding: 25px;
        border-radius: 10px;
    }

    .zwc-slider-img img {
        border-radius: 10px;
        border-bottom: 2px solid #000;
    }
    /* enter sec end */
    /* bottom-cta sec */
    .zwc-bottom-cta-inner{
        max-width: 610px;
        padding: 30px;
        border-radius: 10px;
    }

    .zwc-bottom-cta-inner h2{
        margin-bottom: 30px;
    }
    /* bottom-cta sec end */
    /* faq sec */
    .zwc-faq-inner h2 {
        margin-bottom: 40px;
    }

    /* faq sec end */
}

@media (max-width:480px) {
    /* common */
    .pagewrapper {
        --h1-size: 32px;
        --h2-size: 28px;
    }

    .pagewrapper .content-wrap, .pagewrapper .zwc-bnr-sec .content-wrap {
        padding: 50px 0;
    }

    /* common end */
    /* bnr sec */
    .zwc-bnr-sec, .zwc-enter-inner > :is(h2, p), .zwc-favorite-apps-sec, .zwc-bottom-cta-inner, .zwc-faq-inner h2{
        text-align: left;
    }
    /* bnr sec end */
    /* enter sec */
    .zwc-enter-slider {
        padding: 15px;
        border-radius: 5px;
    }

    .zwc-slider-img img {
        border-radius: 5px;
        border: 1px solid #000;
    }
    /* enter sec end */
    /* bottom-cta sec */
    .zwc-bottom-cta-inner {
        padding: 20px;
        border-radius: 5px;
    }

    .zwc-bottom-cta-inner h2{
        margin-bottom: 20px;
    }
    /* bottom-cta sec end */
    /* footer cta sec*/
    .zwc-faq-item h3 {
        padding: 25px 25px 25px 60px;
    }

    .zwc-faq-ans {
        padding: 0 25px 25px 60px;
    }

    .zwc-faq-ans p {
        font-size: 17px;
    }

    /* footer cta sec end */
}