/* common */
.pagewrapper {
    --h1-font-size: 88px;
    --h2-font-size: 56px;
    --h3-big-font-size: 40px;
    --h3-font-size: 24px;
    --p-big-font-size: 20px;
    --anchor-font-size: 16px;
    --anchor-small-font-size: 15px;
    --sprite-path: url(/sites/zweb/images/creator/developers/developer-sprite.svg);
    --sprite-size: 582px;
    --dark-anchor-color: #6691FF;
    --light-anchor-color: #0047FF;
    background: #000;
        --h1-font-1:80px;
    --h2-font-1:72px;
    --h2-font-2:64px;
    --h2-font-3:48px;
    --h2-font-4:32px;
    --h2-font-5:24px;   
    --h3-font-1:24px;
    --h3-font-2:20px;
    --h4-font-1:20px;
    --p-font-1:20px;
    --p-font-2:16px;
    --a-font-1:16px;
    --a-font-2:24px;
    --a-font-3:20px;
  max-width:1920px;
  margin:0 auto;
}
:root{
    --blue-1:#0047FF;
    --blue-2:#003ACC;
    --blue-3:#6691FF;
    --blue-4:#001D66;
    --black:#000;
    --black-2:#0F0F0F;
    --black-3:#050505;
    --grey-1:#F3F4F8;
    --grey-2:#DADADA;
    --grey-3:#D9D9D9;
    --yellow-1:#FED70B;
    
  }

.pagewrapper > *:not(.zcr-form-sec){
    color: #fff;
}

.pagewrapper .content-wrap{
    padding: 90px 0;
}

.zw-product-header{
    background: #000;
}

.zwc-flx-cnt {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.zcr-semi-bold{
    font-family: var(--primaryfont-semibold);
}
/* end common */
/* banner */
.zcr-banner-inner{
    display: flex;
    align-items: center;
    gap: 200px;
}

.zcr-banner-left{
    max-width: 600px;
}

.zcr-banner-left h1, .zcr-banner-left p{
    margin-bottom: 20px;
}

.zcr-banner-left h1{
    font-size: var(--h1-font-size);
    font-family: var(--primaryfont-semibold);
    line-height: 1.1;
    letter-spacing: -1.7px;
}

.zcr-banner-left p{
    max-width: 550px;
    font-size: var(--p-big-font-size);
}

.zcr-cta-btn, .zcr-watch-video{
    color: #fff;
}

.zcr-cta-btn{
    display: inline-block;
    position: relative;
    z-index: 1;
    font-size: var(--anchor-small-font-size);
    font-family: var(--zf-primary-semibold);
    text-align: center;
    text-transform: uppercase;
    padding: 12px 30px;
    margin: 0 25px 0 0;
    background: var(--primary-btn-color);
    border: 1px solid transparent;
    cursor: pointer;
    display: none;
}

.non-umain .sign-up-btn{
    display: inline-block;
}

.umain .prd-cta-btn{
    display: inline-block;
}

.zcr-watch-video{
    position: relative;
    font-size: var(--p-big-font-size);
    font-family: var(--zf-primary-medium);
    padding-right: 30px;
}

.zcr-watch-video::before{
    content: "";
    width: 23px;
    height: 24px;
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    background: var(--sprite-path) no-repeat;
    background-size: var(--sprite-size);
    background-position: -505px -3px;
}

.zcr-banner-right{
    max-width: 320px;
    position: relative;
}

.zcr-banner-right img{
    display: block;
}

.zcr-banner-right > img{
    position: absolute;
    box-shadow: 12px 56px 112px -20px rgba(0, 0, 0, 0.18);
}

.personal-details-asset{
    left: 30px;
    bottom: -5px;
}

.js-logo-asset{
    left: 150px;
    bottom: 45px;
}

.banner-line-asset{
    left: 220px;
    bottom: 125px;
}

.settings-asset{
    top: 175px;
    left: 305px;
}

.html-logo-asset{
    top: 125px;
    left: -40px;
}
/* end banner */
/* benefits sec */
:is(.zcr-benefits-inner, .zcr-certification-inner) h2{
    font-size: var(--h2-font-size);
    max-width: 900px;
    line-height: 1.2;
    letter-spacing: -1.1px;
    margin-bottom: 50px;
}

.zcr-benefits-flex{
    display: flex;
    gap: 20px;
}

.zcr-benefits-card{
    position: relative;
    width: 33%;
    padding: 60px 30px 50px 40px;
    background: #1c1c1c;
    border-radius: 10px;
}

.zcr-benefits-card h3{
    font-size: var(--h3-font-size);
}

.zcr-benefits-card h3::before{
    content: "";
    display: block;
    width: 40px;
    height: 40px;
    background: var(--sprite-path) no-repeat;
    background-size: var(--sprite-size);
    background-position: -334px -3px;
    margin-bottom: 20px;
}

.zcr-benefits-card:nth-child(2) h3::before{
    width: 46px;
    background-position: -379px -1px;
}

.zcr-benefits-card:nth-child(3) h3::before{
    width: 38px;
    background-position: -432px -3px;
}

.zcr-benefits-card p{
    margin-bottom: 70px;
}

.zcr-benefits-card .zcr-anchor, .zcr-anchor::before{
    position: absolute;
}

.zcr-anchor{
    font-size: var(--anchor-font-size);
    font-family: var(--primaryfont-semibold);
    color: var(--dark-anchor-color);
    padding-right: 20px;
}

.zcr-benefits-card .zcr-anchor{
    left: 40px;
    bottom: 50px;
}

.zcr-anchor::before{
    content: "";
    width: 14px;
    height: 12px;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    background: var(--sprite-path) no-repeat;
    background-size: var(--sprite-size);
    background-position: -532px -3px;
    transition: right 0.5s;
}

.zcr-anchor:hover::before{
    right: -5px;
}
/* end benefits sec */
/* certification sec */
.zcr-certification-tabs{
    margin-bottom: 25px;
    background: #fff;
    color: #000;
    border: 1px solid #d1d1d1;
    border-radius: 8px;
    box-shadow: 12px 56px 112px -20px #0000002e;
}

.zcr-certification-title-wrap{
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 75px 75px 75px 150px;
    cursor: pointer;
}

.zcr-certification-title-wrap > *{
    margin-bottom: 0;
}

.zcr-certification-title-wrap h3{
    position: relative;
    max-width: 480px;
    font-size: var(--h3-big-font-size);
    line-height: 1.2;
    letter-spacing: -1px;
}

.zcr-certification-title-wrap h3::before{
    content: "";
    width: 21px;
    height: 37px;
    position: absolute;
    left: -70px;
    top: 50%;
    transform-origin: top;
    transform: translateY(-50%);
    transition: transform 0.5s;
    background: var(--sprite-path) no-repeat;
    background-size: var(--sprite-size);
    background-position: -479px -3px;
    scale: 0.9;
}

.zcr-certification-tabs.active .zcr-certification-title-wrap h3::before{
    transform: rotate(90deg) translateY(-50%);
}

.zcr-certification-title-wrap > div{
    position: relative;
    margin-right: 80px;
}

.zcr-certification-title-wrap > div::before, .zcr-certification-title-wrap > div::after{
    content: "";
    width: 50px;
    height: 115px;
    position: absolute;
    top: 0;
    background: var(--sprite-path) no-repeat;
    background-size: var(--sprite-size);
    background-position: -17px -3px;
    -webkit-filter: drop-shadow(0px 14px 21px rgba(0, 0, 0, 0.5));
    filter: drop-shadow(0px 14px 21px rgba(0, 0, 0, 0.5));
    opacity: 0;
    scale: 0.5;
}

.middle-animated .zcr-certification-title-wrap > div::before, .middle-animated .zcr-certification-title-wrap > div::after{
    opacity: 1;
    scale: 1;
    transition: opacity 1s,scale  1s;
}

.zcr-certification-title-wrap > div::before{
    left: 0px;
}

.middle-animated .zcr-certification-title-wrap > div::before{
    left: -40px;
}

.zcr-certification-title-wrap > div::after{
    right: 0px;
    transform: rotateY(180deg);
}

.middle-animated .zcr-certification-title-wrap > div::after{
    right: -40px;
}

.zcr-certification-title-wrap > div p{
    position: relative;
    max-width: 200px;
    font-family: var(--primaryfont-semibold);
    font-size: var(--p-big-font-size);
    text-align: center;
    padding-top: 25px;
}

.zcr-certification-title-wrap > div p::before, .zcr-certification-title-wrap > .zcr-double-star p::after{
    content: "";
    width: 20px;
    height: 20px;
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    background: var(--sprite-path) no-repeat;
    background-size: var(--sprite-size);
    background-position: -562px -3px;
    opacity: 0;
}

.zcr-certification-title-wrap > .zcr-double-star p::before{
    left: 42%;
}

.zcr-certification-title-wrap > .zcr-double-star p::after{
    left: 58%;
}

[data-tab="3"] .zcr-certification-title-wrap > div p::before {
    display: none;
}

.middle-animated .zcr-certification-title-wrap > div p::before, .middle-animated .zcr-certification-title-wrap > .zcr-double-star p::after{
    opacity: 1;
    transition: opacity 0.5s linear 1s;
}

.zcr-certification-ans-wrap{
    display: none;
    padding: 0 75px;
}

[data-tab="1"] .zcr-certification-ans-wrap{
    display: block;
}

.zcr-certification-ans-wrap > div{
    position: relative;
    padding: 50px 0;
}

.zcr-certification-ans-wrap > div:not(:last-child):before{
    content: "";
    width: 100%;
    height: 1px;
    position: absolute;
    bottom: 0;
    left: 0;
    background: url(/sites/zweb/images/creator/developers/horizontal-line-img.svg) no-repeat;
    background-size: 100%;
}

.zcr-certification-ans-wrap > div:first-child{
    padding-top: 0px;
}

.zcr-certification-ans-wrap > div:last-child{
    padding-bottom: 60px;
}

.zcr-certification-ans-wrap > div > *:last-child{
    margin-bottom: 0;
}

.zcr-certification-ans-wrap h4{
    font-size: var(--h3-font-size);
}

.zcr-certification-ans-wrap a{
    color: var(--light-anchor-color);
}

.zcr-certification-ans-flex{
    display: flex;
    justify-content: space-between;
}

.three-column {
    gap: 25px;
    margin-top: 50px;
}

.three-column.direct-links {
    justify-content: flex-start;
    margin-top: 25px;
}

.five-column {
    margin: 30px 0 80px;
}

.zcr-certification-flex-card{
    width: 33%;
}

.zcr-certification-flex-card:not(.non-border){
    padding: 20px 20px 40px;
    border-radius: 10px;
    border: 1px solid #919191;
}

.zcr-certification-flex-img{
    width: 100%;
    height: 160px;
    position: relative;
    border-radius: 5px;
    border: 1px solid #CCDAFF;
    background: #E4EDFF;
    margin-bottom: 20px;
}

.zcr-certification-flex-img::before{
    content: "";
    width: 76px;
    height: 76px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background: var(--sprite-path) no-repeat;
    background-size: var(--sprite-size);
    background-position: -80px -3px;
}

.zcr-certification-flex-card:nth-child(2) .zcr-certification-flex-img::before{
    width: 69px;
    height: 68px;
    background-position: -169px -3px;
}

.zcr-certification-flex-card:nth-child(3) .zcr-certification-flex-img::before{
    width: 85px;
    height: 59px;
    background-position: -243px -3px;
}

.zcr-certification-flex-card :is(h5, a:not(:last-child)){
    margin-bottom: 25px;
}

.zcr-certification-flex-card h5, .five-column h5{
    font-size: var(--p-big-font-size);
}

.zcr-certification-flex-card .zcr-anchor{
    position: relative;
    display: block;
    width: fit-content;
}

.zcr-certification-flex-card .zcr-anchor::before{
    background-position: -532px -20px;
}

.five-column h5{
    margin-bottom: 0;
}

.five-column p{
    font-size: var(--anchor-font-size);
    margin-bottom: 0;
}

.zcr-bottom-link{
    text-align: center;
}

.zcr-bottom-link a{
    text-decoration: underline;
}

.zcr-certification-ans-wrap .two-column{
    gap: 150px;
}

.two-column > div {
    width: 50%;
    position: relative;
    padding: 20px 0;
}

.two-column > div:first-child::before{
    content: "";
    width: 1px;
    height: 100%;
    position: absolute;
    top: 0;
    right: -75px;
    background: url(/sites/zweb/images/creator/developers/vertical-line-img.svg);
    background-size: 100%;
}

.two-column div:nth-child(2) p{
    max-width: 300px;
}

.zcr-maximum-width{
    max-width: 1050px;
}

.zcr-certification-ans-wrap > div > h5{
    font-size: var(--p-big-font-size);
}
/* end certification sec */
 /* FAQ */
  .zwc-faq .content-wrap{
  padding:152px 0;
  }
  .zwc-faq-heading{
    width: 40%;
    position: relative;
  }
  .zwc-faq-heading h2{
    position: sticky;
    top: 90px;
    font-size: var(--h2-font-3);
  letter-spacing: -0.96px;
    max-width: 420px;
  }
  .zwc-faq-cnt{
    width: 60%;
  }
  .zwc-faq-item {
    position: relative;
    color: #d1d1d1;
    background: #141414;
    border-radius: 8px;
    margin-bottom: 25px;
  }
  .zwc-faq-item:last-child{
    margin-bottom: 0;
  }
  .zwc-faq-item.active h3 span:after{
  display: none;
  }
  .zwc-faq-cnt h3{
    margin-bottom: 0;
  }
  .zwc-faq-cnt h3 button{
    font-size: var(--h4-font-1);
    letter-spacing: -0.4px;
    margin-bottom: 0;
    position: relative;
    cursor: pointer;
    padding: 24px 56px 24px 24px;
    background: unset;
    color: unset;
    border: inherit;
    width: 100%;
    text-align: left;
    font-family: var(--primaryfont-semibold);
  }
  .zwc-faq-cnt h3 span,.zwc-faq-cnt h3 span:before,.zwc-faq-cnt h3 span:after{
    content: "";
    position: absolute;
    cursor: pointer;
  }
  .zwc-faq-cnt h3 span{
    right: 26px;
    top: 26px;
    z-index: 1;
    width: 24px;
    height: 24px;
    background-color: #000;
    border-radius: 100px;
  }
  .zwc-faq-cnt h3 span:before,.zwc-faq-cnt h3 span:after{
    background: #fff;
    z-index: 2;
    border-radius: 8px;
  }
  .zwc-faq-cnt h3 span:before,.zwc-faq-cnt h3 span:after{
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
  }
  .zwc-faq-cnt h3 span:before {
    height: 2px;
    width: 14px;
  }
  .zwc-faq-cnt h3 span: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-font-2);
    margin-bottom: 0;
    max-width: 660px;
    /* color: var(--black); */
  }
  /* End FAQ */
 
@media (min-width: 1200px)  {
    /* benefits sec */
    .zcr-benefits-card{
        transform: translateY(40px);
    }
    
    .middle-animated .zcr-benefits-card{
        transform: translateY(0px);
        transition: transform 1s cubic-bezier(0.39,0.575,0.565,1.3);
    }
    
    .middle-animated .zcr-benefits-card:nth-child(2) {
        transition-delay: 100ms;
    }
    
    .middle-animated .zcr-benefits-card:nth-child(3) {
        transition-delay: 300ms;
    }
    /* end benefits sec */
   
}
@media (max-width: 1280px)  {
 /* 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;
    }
}
    /* End FAQ */

@media (max-width: 1440px) {
    /* common */
    .pagewrapper {
        --h1-font-size: 72px;
        --h2-font-size: 48px;
        --h3-big-font-size: 36px;
    }
    /* end common */
    /* banner sec */
    .zcr-banner-inner {
        justify-content: space-between;
        gap: 100px;
        max-width: 1000px;
    }

    .zcr-banner-left {
        max-width: 480px;
    }

    .zcr-cta-btn{
        margin: 0 0 25px;
    }

    .zcr-watch-video{
        display: block;
        width: fit-content;
    }
    /* end banner sec */
    /* benefits sec */
    .zcr-benefits-inner h2{
        max-width: 730px;
    }

    .zcr-benefits-flex{
        flex-wrap: wrap;
    }

    .zcr-benefits-card{
        width: 32%;
        padding: 40px 20px 40px 20px;
    }

    .zcr-benefits-card p {
        margin-bottom: 60px;
    }
    
    .zcr-benefits-card .zcr-anchor{
        --anchor-font-size: 15px;
        left: 20px;
        bottom: 40px;
    }
    /* end benefits sec */
    /* certification sec */
    .zcr-certification-title-wrap{
        padding: 60px 75px 60px 120px;
    }

    .zcr-certification-title-wrap > div{
        margin-right: 50px;
    }
    
    .zcr-certification-ans-wrap{
        padding: 0 60px;
    }

    .zcr-certification-ans-wrap > div {
        padding: 30px 0;
    }

    .zcr-certification-ans-wrap > div:last-child{
        padding-bottom: 40px;
    }

    .three-column{
        gap: 15px;
        flex-wrap: wrap;
    }

    .zcr-certification-flex-card:not(.non-border){
        width: 32%;
        padding: 15px 15px 30px;
    }

    .zcr-certification-flex-card:not(.non-border) .zcr-anchor{
        --anchor-font-size: 14px;
    }

    .zcr-certification-ans-wrap .two-column {
        gap: 140px;
    }

    .two-column > div:first-child::before{
        right: -70px;
    }
    /* end certification sec */
    /* faq sec */
    /* .zcr-faq-inner h2{
        max-width: 380px;
    }

    .zcr-faq-tabs{
        margin-bottom: 20px;
    } */
    /* end faq sec */
}

@media (max-width: 1199px) {
    /* common */
    .pagewrapper {
        --h1-font-size: 60px;
        --h2-font-size: 40px;
        --p-big-font-size: 18px;
    }

    .pagewrapper .content-wrap{
        padding: 70px 0;
    }
    /* end common */
    /* banner sec */
    .zcr-banner-left {
        max-width: 400px;
    }

    .zcr-watch-video::before {
        width: 20px;
        height: 20px;
        --sprite-size: 510px;
        background-position: -443px -3px;
    }

    .zcr-banner-right{
        max-width: 400px;
    }

    .zcr-banner-right img{
        width: 100%;
    }

    .zcr-banner-right > img {
        display: none;
    }

    .zcr-cta-btn{
        padding: 12px 24px;
    }
    /* end banner sec */
    /* benefits sec */
    .zcr-benefits-inner h2 {
        max-width: 610px;
    }

    .zcr-benefits-card{
        width: 48%;
    }
    /* end benefits sec */
    /* certification sec */
    .zcr-certification-title-wrap > div p {
        max-width: 180px;
    }

    .three-column {
        gap: 30px;
        margin-top: 30px;
    }

    .zcr-certification-flex-card:not(.non-border){
        width: 48%;
        min-height: 480px;
    }

    .five-column {
        margin-bottom: 60px;
    }
    /* end certification sec */
    /* faq sec */
    /* .zcr-faq-inner > div:first-child{
        width: 40%;
    }

    .zcr-faq-inner > div:nth-child(2){
        width: 60%;
    } */
    /* end faq sec */
}

@media (max-width: 991px) {
    /* common */
    .pagewrapper {
        --h1-font-size: 52px;
        --h2-font-size: 36px;
        --h3-big-font-size: 28px;
        --h3-font-size: 20px;
        --anchor-small-font-size: 14px;
    }

    .pagewrapper .content-wrap{
        padding: 60px 0;
    }
    /* end common */
    /* banner sec */
    .zcr-banner-inner{
        max-width: 850px;
        gap: 50px;
    }

    .zcr-banner-left {
        max-width: 390px;
    }

    .zcr-banner-right {
        max-width: 300px;
    }
    /* end banner sec */
    /* benefits sec */
    /* :is(.zcr-benefits-inner, .zcr-certification-inner, .zcr-faq-inner) h2{
        margin-bottom: 30px;
    } */

    .zcr-benefits-inner h2 {
        max-width: 550px;
    }

    .zcr-benefits-card{
        padding: 25px 20px 30px 25px;
    }

    .zcr-benefits-card h3::before{
        margin-bottom: 15px;
    }

    .zcr-benefits-card .zcr-anchor {
        left: 25px;
        bottom: 30px;
        padding-right: 22px;
    }
    /* end benefits sec */
    /* certification sec */
    .zcr-certification-title-wrap {
        padding: 50px 50px 50px 70px;
    }

    .zcr-certification-title-wrap > div {
        margin-right: 30px;
    }

    .zcr-certification-title-wrap h3{
        max-width: 330px;
    }

    .zcr-certification-title-wrap h3::before, .zcr-certification-title-wrap > div::before, .zcr-certification-title-wrap > div::after{
        scale: 0.8;
    }
    
    .zcr-certification-title-wrap h3::before{
        left: -45px;
    }

    .zcr-certification-ans-wrap {
        padding: 0 50px;
    }

    .three-column {
        gap: 25px;
    }

    .zcr-certification-flex-card:not(.non-border) {
        min-height: 440px;
        padding: 15px 15px 30px;
    }

    .zcr-certification-flex-card :is(h5, a:not(:last-child)) {
        margin-bottom: 20px;
    }

    .zcr-certification-flex-img{
        height: 140px;
    }

    .five-column {
        margin-bottom: 40px;
        flex-wrap: wrap;
        gap: 20px;
        justify-content: flex-start;
    }

    .five-column > div{
        width: 22%;
    }

    .zcr-certification-ans-wrap .two-column {
        gap: 70px;
    }

    .two-column > div:first-child::before {
        right: -35px;
    }

    .three-column.direct-links > div{
        width: 48%;
    }

    .zcr-certification-ans-wrap>div:not(:last-child):before{
        background-size: 994px;
    }
    /* end certification sec */
    /* faq sec */
    /* .zcr-faq-inner {
        flex-direction: column;
    }

    .zcr-faq-inner h2 {
        max-width: 100%;
    }

    .zcr-faq-inner > :is(div:first-child, div:nth-child(2)){
        width: 100%;
    } */
    /* end faq sec */
}

@media (max-width: 767px) {
    /* common */
    .pagewrapper {
        --h1-font-size: 44px;
        --h2-font-size: 32px;
        --h3-big-font-size: 24px;
    }
    /* end common */
    /* banner sec */
    .zcr-banner-inner{
        flex-direction: column;
        align-items: flex-start;
        gap: 50px;
    }

    .zcr-banner-left {
        max-width: 100%;
    }

    .zcr-banner-right {
        max-width: 400px;
    }


    .zcr-cta-btn{
        padding: 10px 20px;
    }
    /* end banner sec */
    /* benefits sec */
    .zcr-benefits-inner h2,  .zcr-benefits-card {
        max-width: 500px;
    }
    
    .zcr-benefits-card {
        width: 100%;
    }

    .zcr-benefits-card p {
        margin-bottom: 30px;
    }

    .zcr-benefits-card .zcr-anchor{
        position: relative;
        inset: auto;
    }
    /* end benefits sec */
    /* certification sec */
    .zcr-certification-title-wrap {
        padding: 40px 40px 40px 80px;
    }

    .zcr-certification-title-wrap > div{
        display: none;
    }

    .zcr-certification-title-wrap h3 {
        max-width: 100%;
    }

    .zcr-certification-title-wrap h3::before{
        scale: 0.6;
    }

    .zcr-certification-ans-wrap {
        padding: 0 40px;
    }

    .zcr-certification-ans-wrap > div {
        padding: 25px 0;
    }

    .zcr-certification-ans-wrap > div:last-child {
        padding-bottom: 30px;
    }

    .zcr-certification-flex-card:not(.non-border) {
        min-height: auto;
        width: 100%;
        max-width: 400px;
    }

    .zcr-certification-flex-card:not(.non-border) .zcr-anchor{
        --anchor-font-size: 16px;
    }

    .five-column > div {
        width: 47%;
    }

    .zcr-certification-ans-wrap .two-column {
        gap: 60px;
        flex-direction: column;
    }

    .two-column > div {
        width: 100%;
        padding: 0;
    }

    .zcr-certification-ans-wrap .two-column p{
        margin-bottom: 0;
    }

    .two-column > div:first-child::before{
        width: 100%;
        height: 1px;
        top: inherit;
        right: inherit;
        bottom: -30px;
        left: 0;
        background: url(/sites/zweb/images/creator/developers/horizontal-line-img.svg) no-repeat;
        background-size: 994px;
    }

    .three-column.direct-links > div{
        width: 100%;
    }

    .zcr-form-btn {
        margin-top: 15px;
    }
    /* end certification sec */
    /* faq sec */
    /* .zcr-faq-ques-wrap {
        padding-right: 100px;
    }

    .zcr-faq-ques-wrap .zcr-active-icon{
        right: -60px;
    }

    .zcr-faq-ans-wrap {
        padding-right: 70px;
    }

    .zcr-faq-list li {
        font-size: 15px;
    } */
    /* end faq sec */
}

@media (max-width: 480px) {
    /* common */
    .pagewrapper {
        --h1-font-size: 40px;
        --h2-font-size: 28px;
        --h3-big-font-size: 20px;
        --h3-font-size: 18px;
        --p-big-font-size: 17px;
        --anchor-font-size: 14px;
    }
    /* end common */
    /* banner sec */
    .zcr-banner-inner h1{
        max-width: 260px;
    }
    /* end banner sec */
    /* benefits sec */   
    .zcr-benefits-card h3{
        position: relative;
        padding-top: 50px;
    }

    .zcr-benefits-card h3::before {
        scale: 0.8;
        position: absolute;
        top: 0;
        left: -4px;
    }

    .zcr-benefits-card .zcr-anchor{
        padding: 0;
    }

    .zcr-benefits-card .zcr-anchor::before, .zcr-certification-flex-card .zcr-anchor::before{
        display: none;
    }
    /* end benefits sec */
    /* certification sec */
    .zcr-certification-title-wrap{
        cursor: auto;
        padding: 30px;
    }

    .zcr-certification-title-wrap h3 {
        max-width: 220px;
        text-align: center;
    }

    .zcr-certification-tabs[data-tab="2"] .zcr-certification-title-wrap h3{
        max-width: 240px;
    }

    .zcr-certification-tabs[data-tab="3"] .zcr-certification-title-wrap h3{
        max-width: 160px;
    }

    .zcr-certification-title-wrap h3::before, .zcr-certification-title-wrap h3::after{
        content: "";
        width: 50px;
        height: 115px;
        position: absolute;
        top: -30px;
        background: var(--sprite-path) no-repeat;
        background-size: var(--sprite-size);
        background-position: -17px -3px;
        /* -webkit-filter: drop-shadow(0px 14px 21px rgba(0, 0, 0, 0.5));
        filter: drop-shadow(0px 14px 21px rgba(0, 0, 0, 0.5)); */
        scale: 0.6;
    }
    
    .zcr-certification-title-wrap h3::before{
        left: -25px;
        transform-origin: unset;
        transition: none;
    }
    
    .zcr-certification-tabs.active .zcr-certification-title-wrap h3::before, .zcr-certification-title-wrap h3::before{
        transform: none;
    }
    
    .zcr-certification-title-wrap h3::after{
        right: -25px;
        transform: rotateY(180deg);
    }

    .zcr-certification-ans-wrap{
        display: block;
        padding: 0 25px;
    }

    .zcr-certification-flex-img {
        height: 120px;
    }

    .zcr-certification-flex-img::before {
        transform: translate(-62%, -60%);
        scale: 0.8;
    }

    .zcr-certification-flex-card .zcr-anchor {
        padding-left: 0;
        font-size: 16px;
    }

    .five-column > div {
        width: 100%;
    }

    .zcr-bottom-link {
        text-align: left;
    }

    .zcr-certification-ans-wrap .two-column {
        gap: 50px;
    }

    .two-column>div:first-child::before{
        bottom: -25px;
    }
    /* end certification sec */
    /* faq sec */
    /* .zcr-faq-ques-wrap {
        padding-right: 80px;
    }

    .zcr-faq-ques-wrap .zcr-active-icon {
        top: 3px;
        right: -55px;
        transform: none;
    }

    .zcr-faq-ans-wrap {
        padding-right: 40px;
    } */
    /* end faq sec */
}