.pagewrapper .content-wrap {
    max-width: 1280px;
    padding: 90px 0;
}

.act-btn {
    padding: 12px 30px;
}

h1,
h2,
h3 {
    font-family: var(--zf-primary-bold);
}

.zw-product-header{
    background-color: #000;
}
/* banner-sec */
.zcr-banner-sec{
    background: transparent linear-gradient(360deg, #283494 0%, #283494 19%, #283494 44%, #000000 100%) 0% 0% no-repeat padding-box;
    color: #fff;
    position: relative;
    z-index: 1;
}
.zcr-banner-sec::after{
    content: "";
    position: absolute;
    right: 0;
    bottom: 0;
    width: 800px;
    height: 300px;
    background: url(/sites/zweb/images/creator/solutions/top-fold-bg.png);
    background-size: cover;
    z-index: -1;
}
.zcr-banner-sec .content-wrap{
    padding-bottom:180px;
}
.zcr-banner-inner{
    max-width: 775px;
    margin: auto;
}
.zcr-banner-label{
    background: #1D2996;
    width: fit-content;
    padding: 2px 25px;
    border-radius: 20px;
    font-family: var(--primaryfont-semibold);
    font-size: 18px;
}
.zcr-vertical-text{
    display: block;
    color: var(--zcr-text-yellow);
    height: 50px;
    overflow: hidden;
}
.zcr-vertical-text > span{
    display: flex;
    flex-direction: column;
    animation: scrollUp 8s infinite 2.5s;
}
/* .zcr-static-text{
    color: var(--zcr-text-yellow);
} */
.zcr-banner-semi{
    font-family: var(--primaryfont-semibold);
    font-size: 18px;
}
/* scrool-animation */
@keyframes scrollUp {
    0%{
        transform: translateY(0%);
    }
    20%,25% {
        transform: translateY(-17%);
   }
    40%,45% {
        transform: translateY(-34%);
   }
    60%,65%{
        transform: translateY(-51%);
   }
    80%,85% {
        transform: translateY(-66%);
   }
    98%,100% {
    transform: translateY(-83%);
    }
}
/* end-scrool-animation */
/* end-banner-sec */
/* hub-sec */
.zcr-hub-sec .content-wrap{
    max-width: 100%;
    width: 100%;
    padding: 0;
}
.zcr-hub-inner{
    display: flex;
    flex-wrap: wrap;
}
/* end-hub-sec */
/* hub-left */
.zcr-hub-left{
    width: 17%;
    background-color: var(--zcr-dark-bg);
    position: relative;
}
.zcr-hub-nav{
    position: sticky;
    right: 0;
    width: fit-content;
    margin-left: auto;
    padding: 20px 50px;
}
.zcr-hub-nav li{
   margin: 20px;
   width: fit-content;
}
.zcr-hub-nav li::after{
    content: "";
    display: block;
    height: 2px;
    width: 0;
    background-color: #fff;
    transition: .5s;
}
.zcr-hub-nav li.active::after{
    width: 100%;
}
.zcr-hub-nav a{
    font-family: var(--primaryfont-semibold);
    font-size: 18px;
    color: #fff;
}
/* end-hub-left */
/* hub-right */
.zcr-hub-right{
    width: 83%;
}
.zcr-hub-cnt{
    padding: 75px 115px;
    background-color: var(--zcr-light-bg);
}
.zcr-hub-cnt h2{
    font-size: 20px;
}
.zcr-hub-sub{
    font-size: 28px;
    font-family: var(--primaryfont-semibold);
    max-width: 750px;
    color: var(--zcr-dark-bg);
    margin-bottom: 40px;
    line-height: 1.3;
}
.zcr-hub-cards{
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    max-width: 1070px;
}
.zcr-hub-card{
    max-width: calc(33.3% - 10px);
    background-color: #fff;
    border: 1px solid #BFC3E3;
    border-radius: 5px;
    padding: 35px 40px 45px 25px;
    position: relative;
}
.zcr-hub-card h3{
    font-size: 20px;
    margin-bottom: 10px;
}
.zcr-hub-card h3:before{
    content: "";
    display: block;
    margin-bottom: 10px;
	width: 31px;
	height: 27px;
    background: url(/sites/zweb/images/creator/solutions/card-icons.svg) no-repeat;
    background-position: -99px -3px;
}

.zcr-hub-role .zcr-hub-card:nth-child(2) h3:before{
    background-position: -572px -4px;
    width: 27px;
    height: 26px;
}
.zcr-hub-role .zcr-hub-card:nth-child(3) h3:before{
    background-position: -72px -2px;
	width: 22px;
	height: 30px;
}
.zcr-hub-role .zcr-hub-card:nth-child(4) h3:before{
    background-position: 0 -5px;
	width: 36px;
    height: 28px;
}
.zcr-hub-size .zcr-hub-card:nth-child(1) h3:before{
    background-position: -135px -2px;
	width: 32px;
	height: 31px;
}
.zcr-hub-size .zcr-hub-card:nth-child(2) h3:before{
    background-position: -172px -3px;
	width: 27px;
	height: 27px;
}
.zcr-hub-size .zcr-hub-card:nth-child(3) h3:before{
    background-position: -204px -2px;
	width: 30px;
	height: 30px;
}
.zcr-hub-industry .zcr-hub-card:nth-child(1) h3:before{
    background-position: -239px -4px;
	width: 27px;
	height: 27px;
}
.zcr-hub-industry .zcr-hub-card:nth-child(2) h3:before{
    background-position: -272px -3px;
	width: 28px;
	height: 28px;
}
.zcr-hub-industry .zcr-hub-card:nth-child(3) h3:before{
    background-position: -306px -5px;
	width: 37px;
	height: 24px;
}
.zcr-hub-industry .zcr-hub-card:nth-child(4) h3:before{
    background-position: -348px -2px;
	width: 26px;
	height: 29px;
}
.zcr-hub-industry .zcr-hub-card:nth-child(5) h3:before{
    background-position: -379px -7px;
	width: 23px;
	height: 20px;
}
.zcr-hub-industry .zcr-hub-card:nth-child(6) h3:before{
    background-position: -407px -6px;
	width: 30px;
	height: 22px;
}
.zcr-hub-industry .zcr-hub-card:nth-child(7) h3:before{
    background-position: -442px -3px;
	width: 30px;
	height: 29px;
}
.zcr-hub-industry .zcr-hub-card:nth-child(8) h3:before{
    background-position: -477px -3px;
	width: 30px;
	height: 27px;
}
.zcr-hub-industry .zcr-hub-card:nth-child(9) h3:before{
    background-position: -513px 0;
	width: 31px;
	height: 34px;
}
.zcr-hub-industry .zcr-hub-card:nth-child(10) h3:before{
    background-position: -544px 0;
	width: 26px;
	height: 34px;
}
.zcr-hub-industry .zcr-hub-card:nth-child(11) h3:before{
    background-position: -572px -4px;
	width: 27px;
	height: 26px;
}
.zcr-hub-function .zcr-hub-card:nth-child(1) h3:before{
    background-position: -605px -3px;
	width: 27px;
	height: 27px;
}
.zcr-hub-function .zcr-hub-card:nth-child(2) h3:before{
    background-position: -637px -3px;
	width: 33px;
	height: 28px;
}
.zcr-hub-function .zcr-hub-card:nth-child(3) h3:before{
    background-position: -675px -3px;
	width: 31px;
	height: 28px;
}
.zcr-hub-function .zcr-hub-card:nth-child(4) h3:before{
    background-position: -708px -5px;
	width: 25px;
	height: 24px;
}
.zcr-hub-function .zcr-hub-card:nth-child(5) h3:before{
    background-position: -733px -5px;
	width: 30px;
	height: 23px;
}
.zcr-hub-function .zcr-hub-card:nth-child(6) h3:before{
    background-position: -767px -4px;
	width: 27px;
	height: 27px;
}
.zcr-hub-usecases .zcr-hub-card:nth-child(1) h3:before{
    background-position: -796px -4px;
    width: 40px;
    height: 28px;
}
.zcr-hub-usecases .zcr-hub-card:nth-child(2) h3:before{
    background-position: -838px -4px;
    width: 55px;
    height: 30px;
}
.zcr-hub-usecases .zcr-hub-card:nth-child(3) h3:before{
    background-position: -894px -2px;
    width: 32px;
    height: 30px;
}
.zcr-hub-usecases .zcr-hub-card:nth-child(4) h3:before{
background-position: -926px -4px;
    width: 29px;
    height: 27px;
}
.zcr-hub-card a{
    position: absolute;
    bottom: 25px;
    left: 25px;
}
.zcr-hub-dark.zcr-hub-cnt{
    background: transparent linear-gradient(145deg, #15151A 0%, #272739 100%) 0% 0% no-repeat padding-box;
    color: #fff;
}
.zcr-hub-dark h2{
    color: #AFC4E3;
}
.zcr-hub-dark > p{
    color: #fff;
}
.zcr-hub-dark .zcr-hub-card,.zcr-hub-dark .zcr-hub-card a{
    color: #F4F4F4;
}
.zcr-hub-dark .zcr-hub-card{
    background-color: #2B2B38;
    border: 1px solid #5E5E7E;
}
.zcr-hub-testimonial{
    max-width: 1450px;
    padding: 40px 115px;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}
.zcr-hub-footer{
    justify-content: flex-start;
}
.zcr-hub-footer h2{
    padding-right: 100px;
}
.zcr-hub-testimonial > p{
    width: 62%;
    max-width: 720px;
    font-size: 24px;
    font-family: var(--zf-secondary-medium);
    color: #000;
    margin-bottom: 0;
}
.zcr-hub-customer{
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
    width: 38%;
    padding-right: 5%;
}
.zcr-customer-img img{
    border-radius: 50%;
}
.zcr-hub-customer p {
    margin-bottom: 10px;
}
.zcr-hub-customer p span{
    font-family: var(--primaryfont-semibold);
    color: var(--zcr-dark-bg);
    display: block;
    font-size: 20px;
}
.zcr-customer-brand{
    max-width: 100px;
}
.zcr-customer-brand{
    mix-blend-mode: multiply;
}
.zcr-hub-block{
    display: block;
}
/* end-hub-right */
/* media-query */
@media all and (min-width:1930px){
    /* hub-sec */
    .zcr-hub-sec{
        max-width: 1600px;
        margin: auto;
    }
    /* end-hub-sec */
    /* hub-left */
    .zcr-hub-left {
        width: 21%;
    }
    /* end-hub-left */
    /* hub-right */
    .zcr-hub-right {
        width: 79%;
    }
    /* end-hub-right */
}
@media all and (max-width:1600px){
    /* hub-left */
    .zcr-hub-nav{
        padding: 20px;
    }
    /* end-hub-left */
    /* hub-right */
    .zcr-hub-cnt, .zcr-hub-testimonial{
        padding: 50px 20px 50px 75px;
    }
    /* end-hub-right */
}
@media all and (max-width:1400px){
    /* banner-sec */
    .zcr-banner-sec::after{
        width: 640px;
    }
    /* end-banner-sec */
    /* hub-left */
    .zcr-hub-nav{
        padding: 20px 0;
        margin: 0 auto;
    }
    .zcr-hub-nav a{
        font-size: 16px;
    }
    /* hub-left */
    /* hub-right */
    .zcr-hub-cnt{
        padding: 40px 30px 40px 40px;
    }
    .zcr-hub-testimonial{
        padding: 40px;
    }
    .zcr-hub-footer h2{
        padding-right: 50px;
    }
    .zcr-hub-testimonial > p{
        font-size: 22px;
    }
    /* end-hub-right */
}
@media all and (max-width:1199px) {
    /* Banner */
    .zcr-banner-sec::after{
    display:none;
    }
    .zcr-banner-sec .content-wrap{
    padding:80px 0;
    }
    .zcr-vertical-text{
        height: 37px;
    }
    /* End Banner */
    /* hub-right */
    .zcr-hub-cnt{
        padding: 70px 40px;
    }
    .zcr-hub-card{
        max-width: calc(50% - 5px);
    }
    .zcr-hub-sub{
        max-width: 700px;
        font-size: 24px;
    }
    .zcr-hub-testimonial:not(:last-child){
        flex-direction: column-reverse;
        align-items: flex-start;
        gap: 10px;
    }
    .zcr-hub-testimonial > p{
        font-size: 18px;
        width: 100%;
    }
    .zcr-hub-customer{
        width: 100%;
        gap: 20px;
    }
    .zcr-hub-customer p{
        font-size: 16px;
    }
    .zcr-hub-customer p span{
        font-size: 18px;
    }
    .zcr-hub-footer h2{
        max-width: 500px;
    }
    .zcr-hub-block {
        display: inline;
    }
    /* end-hub-right */
}
@media all and (max-width:991px) {
    /* banner-sec */
    .zcr-banner-sec .content-wrap {
        padding: 80px 40px;
    }
    .zcr-banner-sec:after{
        display: none;
    }
    .zcr-banner-label{
        padding: 1px 20px;
        border-radius: 18px;
    }
    .zcr-vertical-text {
        height: 35px;
    }
    /* end-banner-sec */
    /* hub-left */
    .zcr-hub-nav li {
        margin: 20px 0;
    }
    .zcr-hub-footer h2{
        padding-right: 0;
    }
    /* end-hub-left */
}
@media all and (max-width:767px) {
    /* banner-sec */
    .zcr-banner-sec .content-wrap {
        padding: 60px 0;
    }
    .zcr-banner-label{
        padding: 1px 18px;
        font-size: 16px;
    }
    .zcr-banner-semi{
        font-size: 15px;
    }
    /* end-banner-sec */
    /* hub-sec */
    .zcr-hub-inner {
        flex-direction: column;
    }
    /* end-hub-sec */
    .zcr-hub-left {
        width: 100%;
        background-color: #fff;
    }
    .zcr-hub-nav {
        display: flex;
        justify-content: space-evenly;
        flex-wrap: wrap;
        width: auto;
        max-width: 500px;
    }
    .zcr-hub-nav li {
        margin: 0;
        border: 1px solid var(--zcr-dark-bg);
        padding: 5px;
        border-radius: 5px;
        background: var(--zcr-light-bg);
    }
    .zcr-hub-nav a {
        color: #000;
        font-size: 14px;
    }
    /* hub-right */
    .zcr-hub-right {
        width: 100%;
    }
    .zcr-hub-cnt{
        padding: 60px 30px;
    }
    .zcr-hub-card{
        padding: 20px 20px 45px 20px;
    }
    .zcr-hub-footer{
        padding: 40px 30px 60px;
    }
    /* end-hub-right */
}
@media all and (max-width:600px){
    /* hub-right */
    .zcr-hub-card{
        max-width: 100%;
    }
    /* end-hub-right */
}
@media all and (max-width:480px){
    /* banner-sec */
    .zcr-banner-sec .content-wrap {
        padding: 60px 0;
    }
    .zcr-banner-label{   
        padding: 10px 15px;
        line-height: 1.4;
    }
    .zcr-banner-sec h1{
        display: inline-block;
        vertical-align: top;
    }
    .zcr-vertical-text{
        height: 27px;
        display: inline-block;
        vertical-align: -2px;
    }
    /* end-banner-sec */
    /* hub-left */
    .zcr-hub-nav{
        row-gap: 20px;
        max-width: 320px;
    }
    .zcr-hub-nav li{
        width: 40%;
        text-align: center;
    }
    /* end-hub-left */
    /* hub-right */
    .zcr-hub-sub{
        font-size: 18px;
        margin-bottom: 20px;
    }
    .zcr-hub-customer{
        gap: 10px;
    }
    .zcr-hub-customer p{
        font-size: 16px;
    }
    .zcr-hub-footer{
        padding-bottom: 60px;
    }
    /* end-hub-left */
}
/* end-media-query */