.pagewrapper {
    --h1-size: 56px;
    --h2-size-1: 48px;
    --h2-size-2: 40px;
    --h3-size-1: 40px;
    --h3-size-2: 24px;
    --h4-size-1: 20px;
    --spl-font-size: 48px;
    --p-size-1: 40px;
    --p-size-2: 32px;
    --p-size-3: 28px;
    --p-size-4: 20px;
    --p-size-5: 16px;
    --sprite: url(/sites/zweb/images/creator/integrations/people-int-sprite.svg) 0 0 / 159px no-repeat;
}
.zwc-zcr-flx-content{
display: flex;
flex-wrap: wrap;
}
.zwc-lrn-btn{
position: relative;
    z-index: 1;
    display: inline-block;
    font-size: var(--a-font-1);
    line-height: 24px;
    -webkit-transition: all ease .3s;
    -o-transition: all ease .3s;
    transition: all ease .3s;
    font-family: var(--primaryfont-semibold);
    padding-right: 0;
    color: #0047ff;
    letter-spacing: -0.32px;
    margin-bottom: 20px;
    /* text-decoration: underline; */
    border-bottom: 1px solid #0047ff;
}
.zwc-lrn-btn:after{
    content: "";
    position: absolute;
    z-index: 1;
    top: 7px;
    background: var(--sprite);
    right: -27px;
    width: 17px;
    height: 14px;
    background-position: -50px -43px;
    -webkit-transition: all ease .8s;
    -o-transition: all ease .8s;
    transition: all ease .8s;
}
/* common */
.pagewrapper .content-wrap {
    padding: 90px 0;
}

.act-btn {
    padding: 12px 30px;
}

.zw-product-header,
.zwc-bnr-sec,
.zwc-trusted-sec {
    background: #FAFAFA;
    ;
}

/* common end */
/* banner */
.zwc-bnr-sec {
    text-align: center;
}

.zwc-bnr-sec h1 {
    max-width: 720px;
    font: var(--h1-size)/1.2 var(--zf-primary-semibold);
    letter-spacing: -1.1px;
    margin: 0 auto 30px;
}

.zwc-spl-font {
    margin-bottom: 40px;
    width: 100px;
}

.zwc-spl-font:first-child {
    font-size: var(--p-size-3);
    text-align: right;
    margin-right: 15px;
}

.zwc-spl-font:last-child {
    font-size: var(--p-size-4);
    text-align: left;
    margin-left: 15px;
}

.zwc-bnr-integration {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 30px;
}

.zwc-bnr-icons {
    position: relative;
    min-width: 105px;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 15px;
}

.zwc-bnr-icons:nth-child(2){
    margin-right: 12px;
}

.zwc-bnr-icons:nth-child(3){
    margin-left: 12px;
}

.zwc-bnr-icons:nth-child(2):before,
.zwc-bnr-icons:nth-child(2):after {
    content: "";
    width: 2px;
    height: 12px;
    background: #000;
    position: absolute;
    right: -13px;
    top: 30px;
    opacity: 0;
    animation: scale-and-fade 0.5s linear 1s forwards;
}

@keyframes scale-and-fade {
    0% {
        scale: 1;
        opacity: 0;
    }

    50% {
        scale: 1.25;
        opacity: 0.5;
    }

    100% {
        scale: 1;
        opacity: 1;
    }
}

.zwc-bnr-icons:nth-child(2):after {
    transform: rotate(90deg);
}

.zwc-bnr-icons div {
    width: 72px;
    height: 72px;
    border-radius: 8px;
    border: 1px solid #226DB4;
    box-shadow: 0px 4px 18px 0px rgba(0, 0, 0, 0.14);
    display: flex;
    align-items: center;
    justify-content: center;
    --translate-val: -10px;
    transform: translate(var(--translate-val));
    opacity: 0;
    animation: translate-and-fade 0.75s linear 0.5s forwards;
}

.zwc-bnr-icons+.zwc-bnr-icons div {
    border-color: #089949;
    --translate-val: 10px;
}

@keyframes translate-and-fade {
    0% {
        transform: translate(var(--translate-val));
        opacity: 0;
    }
    100% {
        transform: translate(0);
        opacity: 1;
    }
}

.zwc-bnr-icons p {
    font-family: var(--zf-primary-medium);
    margin-bottom: 0;
    opacity: 0;
    animation: fade 0.5s linear 1.25s forwards;
}

@keyframes fade {
    0% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

.zwc-bnr-inner>p {
    max-width: 730px;
    margin: 0 auto 40px;
}

/* banner end */
/* trusted-sec */
.pagewrapper .zwc-trusted-sec .content-wrap {
    padding-top: 0;
}

.zwc-trusted-inner h2 {
    font-size: var(--p-size-4);
    text-align: center;
    margin-bottom: 30px;
    font-family: var(--primaryfont-regular);
}

.zwc-trusted-brand-logos {
    max-width: 1060px;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    margin: 0 auto;
}

.zwc-trusted-brand-logos li {
    width: 16.6%;
}

.zwc-trusted-brand-logos img {
    display: block;
    margin: 0 auto;
}

/* trusted-sec end */
/* benefits-sec */
:is(.zwc-benefits-sec, .zwc-apps-sec, .zwc-faq-heading, .zwc-footer-inner,.zwc-build-feat) h2 {
    font-size: var(--h2-size-1);
    letter-spacing: -1px;
}

.zwc-benefits-sec h2 {
    text-align: center;
    max-width: 720px;
    margin: 0 auto 25px;
}

.zwc-benefits-inner>p {
    max-width: 910px;
    text-align: center;
    margin: 0 auto 20px;
}

.zwc-benefits-flex {
    max-width: 1060px;
    display: flex;
    gap: 75px;
    margin: 0 auto;
    padding: 75px 0;
    border-bottom: 1px solid #BCBCBC;
}

.zwc-benefits-flex:last-child {
    border-bottom: none;
    padding-bottom: 0;
}

.zwc-benefits-flex h3 {
    width: 40%;
    font-size: var(--h3-size-1);
}

.zwc-benefits-flex h3::before {
    content: "";
    display: block;
    width: 38px;
    height: 36px;
    margin-bottom: 10px;
    background: var(--sprite);
}

.zwc-benefits-flex:nth-child(3) h3::before {
    width: 35px;
    height: 38px;
}

.zwc-benefits-flex:nth-child(4) h3::before {
    width: 36px;
    background-position: -39px 0;
}

.zwc-benefits-flex:last-child h3::before {
    background-position: -39px 0;
    width: 37px;
}

.zwc-benefits-flex> :nth-child(2) {
    width: 58%;
}

.zwc-benefits-flex p {
    margin-bottom: 0;
}

.zwc-benefits-flex p:first-child{
    margin-bottom: 10px;
}

/* benefits-sec end */
/* build sec */
.pagewrapper .zwc-build-sec .content-wrap {
    padding: 90px 0 50px;
}

.zwc-build-sec .content-wrap div {
    display: flex;
    justify-content: space-between;
}

.zwc-build-sec h2 {
    font-size: var(--h2-size-2);
    letter-spacing: -0.8px;
}

.zwc-build-sec h2 {
    margin-bottom: 0;
}

.zwc-slider-arrows {
    position: relative;
}

.zwc-slider-arrows .slick-prev {
    right: 45px;
    left: auto;
}

.zwc-slider-arrows .slick-next {
    left: 0;
    right: auto;
}

.zwc-slider-arrows .slick-prev::after,
.zwc-slider-arrows .slick-next::after {
    display: none;
}

.zwc-slider-arrows .slick-prev::before,
.zwc-slider-arrows .slick-next::before {
    width: 35px;
    height: 35px;
    transform: none;
    background: var(--sprite);
    background-position: -124px 0px;
}

.zwc-slider-arrows .slick-prev::before {
    transform: rotateY(180deg);
}

.zwc-slider-arrows .slick-next:hover:before,
.zwc-slider-arrows .slick-prev:hover:before {
    background: var(--sprite);
    background-position: -124px 0px;
}

.zwc-build-inner {
    padding-bottom: 120px;
}

.zwc-build-slide:not(:last-child) {
    margin-right: 16px;
}

.zwc-build-img {
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 448px;
    border-radius: 4px;
    background: #fafafa;
    margin-bottom: 40px;
    padding: 0 15px;
}

.zwc-build-img img {
    display: block;
    box-shadow: 0px 24px 48px -8px rgba(0, 0, 0, 0.25);
}

.zwc-build-slide h3 {
    font-size: var(--h3-size-2);
}

.zwc-build-slide p {
    margin-bottom: 20px;
    padding-right: 40px;
}

.zwc-btn-arrow {
    position: relative;
    background: #000;
    padding: 8px 52px 8px 16px;
    border-radius: 4px;
    font-style: normal;
    text-transform: none;
}

.zwc-btn-arrow::before {
    content: "";
    width: 19px;
    height: 16px;
    position: absolute;
    right: 16px;
    top: 50%;
    transform: translateY(-50%);
    background: var(--sprite);
    background-position: -4px -46px;
    transition: right 0.5s linear;
}

.zwc-btn-arrow:hover::before {
    right: 11px;
}

/* build sec end */
/* testimonial sec */
.zwc-testimonial-sec {
    display: none;
    background: #DBEEFE;
}

.zwc-testimonial-inner {
    max-width: 1130px;
    margin: 0 auto;
    padding-left: 35px;
}

.zwc-quotes {
    position: relative;
    font-size: var(--p-size-1);
    line-height: 1.25;
}

.zwc-quotes::before {
    content: '';
    width: 26px;
    height: 18px;
    position: absolute;
    top: 0;
    left: -35px;
    background: var(--sprite);
    background-size: 200px;
    background-position: -36px -56px;
}

.zwc-quotes+p {
    font-size: var(--p-size-2);
    line-height: 1.25;
}

.zwc-customer-logo,
.zwc-customer-logo img {
    display: block;
}

.zwc-customer-logo {
    padding-left: 40px;
}

/* testimonial sec end */
/* apps sec */
.zwc-apps-sec {
    background: #000;
    color: #fff;
}

.zwc-apps-sec h2 {
    max-width: 570px;
    text-align: center;
    margin: 0 auto 50px;
}

.zwc-apps-flex {
    display: flex;
    gap: 15px;
}

.zwc-apps-flex>div {
    width: 25%;
    padding: 40px 40px 55px;
    background: #141414;
    border-radius: 4px;
    transform: translateY(40px);
    transition: transform 1s cubic-bezier(0.39, 0.575, 0.565, 1.2);
}

.middle-animated .zwc-apps-flex>div {
    transform: translateY(0);
}

.middle-animated .zwc-apps-flex>div:nth-child(2) {
    transition-delay: 250ms;
}

.middle-animated .zwc-apps-flex>div:nth-child(3) {
    transition-delay: 500ms;
}

.middle-animated .zwc-apps-flex>div:nth-child(4) {
    transition-delay: 750ms;
}

.zwc-apps-flex img {
    display: block;
    margin-bottom: 15px;
}

.zwc-apps-flex h3 {
    font-size: var(--h3-size-2);
}

.zcr-btn-brd-dark.zwc-btn-arrow {
    color: #fff;
    border: 2px solid #fff;
}
.zwc-zcr-lnk{
    text-align: center;
    margin-top: 60px;
}
.zwc-zcr-lnk a{
    font-size: 16px;
    text-decoration: underline;
    font-family: var(--primaryfont-semibold);
    color: var(--zwc-link-clr-dark);
}
/* apps sec end */
/* faq sec */
.pagewrapper .zwc-faq .content-wrap {
    padding: 152px 0;
}

.zwc-flx-cnt {
    display: flex;
    flex-wrap: wrap;
}

.zwc-faq-heading {
    width: 40%;
    position: relative;
}

.zwc-faq-heading h2 {
    position: sticky;
    top: 90px;
    max-width: 420px;
}

.zwc-faq-cnt {
    width: 60%;
}

.zwc-faq-item {
    margin-bottom: 16px;
    position: relative;
}

.zwc-faq-item:last-child {
    margin-bottom: 0;
}

.zwc-faq-item.active h4 span:after {
    display: none;
}

.zwc-faq-cnt h4 {
    font-size: var(--h4-size-1);
    letter-spacing: -0.4px;
    margin-bottom: 0;
    position: relative;
    cursor: pointer;
    padding: 24px 56px 24px 24px;
    background: #F5F5F5;
}

.zwc-faq-cnt h4 span:last-child,
.zwc-faq-cnt h4 span:last-child:before,
.zwc-faq-cnt h4 span:last-child:after {
    content: "";
    position: absolute;
    cursor: pointer;
}

.zwc-faq-cnt h4 span:last-child {
    right: 26px;
    top: 26px;
    z-index: 1;
    width: 24px;
    height: 24px;
    background-color: #000;
    border-radius: 100px;
}

.zwc-faq-cnt h4 span:last-child:before,
.zwc-faq-cnt h4 span:last-child:after {
    background: #fff;
    z-index: 2;
    border-radius: 8px;
}

.zwc-faq-cnt h4 span:last-child:before,
.zwc-faq-cnt h4 span:last-child:after {
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

.zwc-faq-cnt h4 span:last-child:before {
    height: 2px;
    width: 14px;
}

.zwc-faq-cnt h4 span:last-child:after {
    width: 2px;
    height: 14px;
}

.zwc-faq-ans {
    display: none;
    padding: 0 24px 24px;
    background: #f5f5f5;
}

.zwc-faq-item:first-child .zwc-faq-ans {
    display: block;
}

.zwc-faq-ans p {
    font-size: var(--p-size-5);
    margin-bottom: 0;
    max-width: 660px;
}

/* faq sec end */
/* footer sec */
.zwc-footer-inner {
    text-align: center;
    max-width: 670px;
    margin: 0 auto;
}

.zwc-footer-inner h2 {
    margin-bottom: 20px;
}

/* footer sec end */
/* Build Feature */
.zwc-build-feat{
    position: relative;
    overflow: hidden;
    max-width: 1800px;
    margin: 0 auto;
}
.zwc-build-feat:after {
    content: "";
    position: absolute;
    right: 0;
    top: 0;
    background: #DBEEFE;
    width: 54%;
    height: 100%;
}
.zwc-build-feat .zwc-flex-two:first-child{
    width: 46%;
}
.zwc-build-feat .zwc-flex-two:last-child{
    position: relative;
    width: 54%;
}
.zwc-build-feat h2{
    max-width: 440px;
    margin-bottom: 64px;
}
.zwc-build-feat h3{
    position: relative;
    font-size: 20px;
    padding: 12px 40px 12px 0;
    margin: 0;
}
.zwc-build-feat h3 span{
    position: absolute;
    right: 0;
    top: 14px;
    z-index: 1;
    width: 24px;
    height: 24px;
    border-radius: 50px;
    border: 2px solid #000;
}
.zwc-build-feat .zwc-efft-accrd.active h3 span{
display:none;
}

.zwc-build-feat h3 span:before{
    content: "";
    position: absolute;
    z-index: 1;
    width: 10px;
    height: 2px;
    border-radius: 24px;
    background-color: #000;
    top: 9px;
    left: 5px;
}
.zwc-build-feat h3 span:after{
content: "";
    position: absolute;
    z-index: 1;
    width: 10px;
    height: 2px;
    border-radius: 24px;
    background-color: #000;
    top: 9px;
    left: 5px;
    transform: rotate(90deg);
}
.zwc-build-feat p{
    font-size: 16px;
    max-width: 440px;
    margin-bottom: 10px;
}
.zwc-mnf-img div{
    position: absolute;
    left: 11%;
    top: 50%;
    z-index: 1;
    width: 100%;
    height: auto;
    opacity: 0;
    visibility: hidden;
    transform: translateY(-50%);
}
.zwc-mnf-img.active div{
opacity: 1;
visibility: visible;
}
.zwc-mnf-img div img{
    max-width: 109%;
    box-shadow: 0px 40px 80px -16px rgba(0, 0, 0, 0.16);
    border-radius: 8px;
    border: 1px solid #E5DDFF;
}
.zwc-efft-accrd{
    border-bottom: 1px solid #D6D6D6;
    max-width: 440px;
    cursor: pointer;
}
.zwc-efft-accrd.active{
    cursor: auto;
}
.zwc-efft-accrd.active h3 span:after{
    display: none;
}

.zwc-build-feat .zwc-flex-two .zwc-efft-accrd:first-child .zwc-efft-cnt{
    display: block;
}
.zwc-efft-cnt{
    display: none;
}
/* End Build Feature */
@media (max-width:1440px) {
    .pagewrapper {
        --p-size-1: 36px;
    }

    /* build sec */
    .zwc-build-img {
        min-height: 360px;
    }

    /* build sec end */
    /* testimonial sec */
    .zwc-testimonial-inner {
        max-width: 1020px;
    }

    /* testimonial sec end */
    /* apps sec */
    .zwc-apps-flex>div {
        padding: 30px 30px 45px;
    }

    /* apps sec end */
    /* Build Feature */
    .zwc-build-feat h2{
        margin-bottom: 32px;
    }
    .zwc-mnf-img div img{
        max-width: 100%;
    }
    .zwc-mnf-img div{
        left: 5%;
    }
    /* End Build Feature */
}

@media (max-width:1280px) {

    /* trusted brands sec */
    .zwc-trusted-brand-logos {
        max-width: 944px;
    }

    /* trusted brands sec end */
    /* FAQ  */
    .zwc-faq .content-wrap {
        padding: 102px 0;
    }

    .zwc-faq-heading,
    .zwc-faq-cnt {
        width: 100%;
    }

    .zwc-faq-heading h2 {
        margin-bottom: 40px;
        max-width: inherit;
    }

    /* FAQ end */
}

@media (max-width:1199px) {
    .pagewrapper {
        --h1-size: 52px;
        --h2-size-1: 44px;
        --h2-size-2: 36px;
        --h3-size-1: 36px;
        --h3-size-2: 20px;
        --p-size-1: 32px;
        --p-size-2: 28px;
    }

    .pagewrapper .content-wrap {
        padding: 80px 0;
    }

    /* trusted brands sec */
    .zwc-trusted-brand-logos {
        max-width: 848px;
    }

    /* trusted brands sec end */
    /* benefits sec */
    .zwc-benefits-flex {
        gap: 50px;
        padding: 60px 0;
    }


    .zwc-benefits-flex> :nth-child(2) {
        width: 58%;
    }

    .zwc-slider-arrows {
        right: 10px;
    }

    /* benefits sec end */
    /* build sec */
    .pagewrapper .zwc-build-sec .content-wrap {
        padding: 80px 0 50px;
    }

    /* build sec end */
    /* testimonial sec */
    .zwc-customer-logo {
        padding-left: 35px;
        max-width: 190px;
    }
    /* testimonial sec end */
    /* apps sec */
    .zwc-apps-sec h2 {
        max-width: 520px;
    }
    /* apps sec end */
    /* Build Feature */
    .zwc-build-feat h2{
        margin-bottom: 30px;
    }
    .zwc-build-feat:after,.zwc-build-feat .zwc-flex-two:last-child{
        display: none;
    }
    .zwc-build-feat .zwc-flex-two:first-child{
        width: 100%;
    }
    .zwc-build-feat h2{
        max-width: inherit;
    }
    .zwc-efft-accrd{
        max-width: 550px;
    }
    /* End Build Feature */
}

@media (max-width:991px) {
    .pagewrapper {
        --h1-size: 44px;
        --h2-size-1: 40px;
        --h2-size-2: 32px;
        --h3-size-1: 32px;
        --p-size-1: 28px;
        --p-size-2: 24px;
        --p-size-3: 24px;
        --p-size-4: 18px;
    }

    .pagewrapper .content-wrap,
    .pagewrapper .zwc-faq .content-wrap {
        padding: 70px 0;
    }

    /* banner sec */
    .zwc-bnr-sec h1 {
        max-width: 570px;
    }

    .zwc-bnr-inner>p {
        max-width: 830px;
        margin: 0 auto 30px;
    }

    /* banner sec end */
    /* trusted brands sec */
    .zwc-trusted-brand-logos {
        gap: 32px;
    }

    .zwc-trusted-brand-logos li {
        width: 29.3%;
    }

    /* trusted brands sec end */
    /* benefits sec */
    .zwc-build-inner {
        padding-bottom: 100px;
    }

    .zwc-benefits-inner>p {
        max-width: 640px;
    }

    .zwc-benefits-flex {
        padding: 40px 0;
    }

    .zwc-benefits-flex h3 {
        width: 45%;
    }

    .zwc-benefits-flex> :nth-child(2) {
        width: 55%;
    }

    /* benefits sec end */
    /* build sec */
    .pagewrapper .zwc-build-sec .content-wrap {
        padding: 70px 0 40px;
    }

    /* build sec end */
    /* testimonial sec */
    .zwc-customer-logo {
        padding-left: 30px;
        max-width: 170px;
    }
    /* testimonial sec end */
    /* apps sec */
    .zwc-apps-sec h2 {
        max-width: 480px;
    }

    .zwc-apps-flex {
        flex-wrap: wrap;
        justify-content: center;
    }

    .zwc-apps-flex>div {
        width: 31%;
        min-width: 300px;
    }

    /* apps sec end */
    /* footer sec */
    .zwc-footer-inner {
        text-align: center;
        max-width: 560px;
    }

    /* footer sec end */
}

@media (max-width:767px) {
    .pagewrapper {
        --h1-size: 40px;
        --h2-size-1: 36px;
        --h2-size-2: 36px;
        --h3-size-1: 28px;
        --p-size-1: 24px;
        --p-size-2: 20px;
    }

    .act-btn {
        padding: 10px 20px;
    }

    /* banner sec */
    .zwc-spl-font {
        min-width: 80px;
    }

    .zwc-spl-font:first-child {
        text-align: right;
    }
    /* banner sec end */
    /* benefits sec */
    .zwc-benefits-sec h2{
        text-align: left;
    }

    .zwc-benefits-inner>p{
        max-width: 100%;
        text-align: left;
    }

    .zwc-benefits-flex {
        flex-direction: column;
        gap: 0;
    }

    .zwc-benefits-flex h3,
    .zwc-benefits-flex> :nth-child(2) {
        width: 100%;
    }

    /* benefits sec end */
    /* build sec */
    .zwc-build-img {
        min-height: auto;
        max-width: 440px;
        padding: 20px 15px;
        margin-bottom: 30px;
    }

    .zwc-build-slide {
        max-width: 560px;
    }

    .zwc-build-slide:not(:last-child) {
        margin-right: 0;
        margin-bottom: 50px;
    }

    .zwc-build-slide p{
        max-width: 480px;
        padding: 0;
    }
    /* build sec end */
    /* testimonial sec */
    .zwc-testimonial-inner{
        padding-left: 30px;
    }

    .zwc-quotes::before {
        width: 20px;
        height: 14px;
        left: -30px;
        background-size: 160px;
        background-position: -29px -45px;
    }

    .zwc-quotes+p{
        margin-bottom: 15px;
    }

    .zwc-customer-logo {
        padding-left: 25px;
        max-width: 160px;
    }
    /* testimonial sec end */
    /* apps sec */
    .zwc-apps-sec h2 {
        max-width: 430px;
    }

    /* apps sec end */
}

@media (max-width:480px) {
    .pagewrapper {
        --h1-size: 36px;
        --h2-size-1: 32px;
        --h2-size-2: 32px;
        --h3-size-1: 24px;
        --p-size-1: 20px;
        --p-size-2: 18px;
    }

    .pagewrapper .content-wrap,
    .pagewrapper .zwc-faq .content-wrap {
        padding: 60px 0;
    }

    /* banner sec */
    .zwc-bnr-sec h1 {
        max-width: 340px;
    }

    .zwc-bnr-integration {
        flex-wrap: wrap;
    }

    .zwc-spl-font {
        width: 100%;
    }
    
    .zwc-spl-font:first-child, .zwc-spl-font:last-child {
        text-align: center;
    }

    .zwc-spl-font:first-child{
        margin: 0 0 10px;
    }

    .zwc-spl-font:last-child{
        margin: 15px 0 0;
    }
    /* banner sec end */
    /* trusted brands sec */
    .zwc-trusted-brand-logos li {
        width: 40%;
    }

    /* trusted brands sec end */
    /* build sec */
    .pagewrapper .zwc-build-sec .content-wrap {
        padding: 60px 0 30px;
    }

    .zwc-build-slider{
        width: 95%;
    }

    .zwc-btn-arrow {
        padding-right: 48px;
    }

    .zwc-btn-arrow::before {
        width: 15px;
        height: 13px;
        background-size: 130px;
        background-position: -3px -38px;
    }
    /* build sec end */
    /* testimonial sec */
    .zwc-customer-logo {
        padding-left: 20px;
    }
    /* testimonial sec end */
    /* apps sec */
    .zwc-apps-flex>div{
        width: 100%;
        min-width: inherit;
        max-width: 300px;
    }
    /* apps sec end */
}