.pagewrapper h1 {
    font-size: 80px;
    line-height: 90px;
    letter-spacing: -2.4px;
    font-family: var(--primaryfont-semibold);
}

.zwc-banner-wrap {
    padding: 80px 0 0;
}

.zwc-banner-wrap .content-wrap {
    max-width: 1500px;
}

.zwc-banner-block p {
    font-size: 20px;
    line-height: 32px;
    max-width: 700px;
    margin: 0 auto 40px;
}

.act-btn {
    color: #fff;
    background: var(--primary-btn-color);
    padding: 14px 62px 14px 24px;
    border-radius: 4px;
    letter-spacing: -0.4px;
    font-size: 16px;
    
}


.zwc-banner-block {
    text-align: center;
    max-width: 830px;
    margin: 0 auto;
}

.zwc-banner-block img {
    margin-top: 100px;
    vertical-align: middle;
}

.zwc-img-section {
    position: relative;
    z-index: 1;
    overflow: hidden;
}

.zwc-banner-block .ripple-effect {
    width: 100%;
    height: 100%;
    position: absolute;
    inset: 0;
}

.zwc-vid-part.circle-wrap {
    position: absolute;
    right: 0;
    left: 0%;
    margin: auto;
    z-index: -1;
    align-items: center;
    display: flex;
    justify-content: center;
    margin: 0;
}

ul.zwc-circle-sec {
    position: relative;
    height: 85vmin;
    width: 85vmin;
}

ul.zwc-circle-sec li {
    animation: growAndFade 6s infinite ease-out;
    border: 1px solid #121212;
    border-radius: 100%;
    height: 100%;
    opacity: 0;
    position: absolute;
    width: 100%;
}

ul.zwc-circle-sec li.circle-item7 {
    animation-delay: 7s;
}

ul.zwc-circle-sec li.circle-item6 {
    animation-delay: 6s;
}

ul.zwc-circle-sec li.circle-item5 {
    animation-delay: 5s;
}

ul.zwc-circle-sec li.circle-item4 {
    animation-delay: 4s;
}

ul.zwc-circle-sec li.circle-item3 {
    animation-delay: 3s;
}

ul.zwc-circle-sec li.circle-item2 {
    animation-delay: 2s;
}

ul.zwc-circle-sec li.circle-item1 {
    animation-delay: 1s;
}

@keyframes growAndFade {
    0% {
        opacity: .25;
        transform: scale(0);
    }

    100% {
        opacity: 0;
        transform: scale(1);
    }
}

.zwc-built-wrap ul {
    gap: 24px;
    display: flex;
    justify-content: space-evenly;
}

.zwc-built-wrap ul li {
    max-width: 312px;
    width: 100%;
    border-radius: 16px;
    /* border: 1px solid #FFE494; */
    position: relative;
    padding: 2px;
}

.zwc-built-wrap ul li::before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    z-index: 1;
    border-radius: 16px;
    background: linear-gradient(218deg, #FFE494 2.56%, rgba(182, 182, 182, 0.10) 95.43%);
}

.zwc-list-item {
    position: relative;
    overflow: hidden;
    border-radius: 16px;
    background-color: #fff;
    z-index: 3;
    padding: 75px 56px;
}

.zwc-built-wrap ul li span {
    position: relative;
    padding-top: 70px;
    font-size: 32px;
    line-height: 40px;
    font-family: var(--primaryfont-bold);
    display: block;
    margin-bottom: 15px;
}

.zwc-built-wrap ul li span::before,
.zwc-hr-simple-sec .zwc-right-wrap li::before,
.watch-vid p::before,
.act-btn::before {
    content: '';
    background: url(/sites/zweb/images/recruit/zr-consulting-partnership.png) no-repeat;
    width: 34px;
    height: 34px;
    position: absolute;
    top: 0;
    left: 0;
    background-size: 336px auto;
    background-position: 0 0;
}

.act-btn::before {
    display: block;
    z-index: 1;
}

.watch-vid p::before {
    background-position: -145px -3px;
    width: 25px;
    height: 25px;
}

.watch-vid.zwc-readmore a::after {
    content: "";
    height: 9px;
    width: 9px;
    border: 2px solid #ffffff;
    position: absolute;
    right: 1px;
    top: 50%;
    margin-left: 1px;
    border-width: 0 2px 2px 0;
    transform: translate(-50%, -50%) rotate(-45deg);
}

.watch-vid.zwc-readmore a::before {
    content: "";
    height: 2px;
    width: 12px;
    position: absolute;
    right: 0;
    top: 50%;
    transform: translate(-50%, -50%);
    background: #ffffff;
}

.act-btn::before {
    background-position: -288px -8px;
    right: 30px;
    left: unset;
    width: 20px;
    height: 18px;
    bottom: 0;
    margin: auto;
}

.zwc-built-wrap ul li:nth-child(1) span::before {
    background-position: 3px 0;
}

.zwc-built-wrap ul li:nth-child(2) span::before {
    background-position: -33px 0px;
}

.zwc-built-wrap ul li:nth-child(3) span::before {
    background-position: -70px 0;
}

.zwc-built-wrap ul li:nth-child(4) span::before {
    background-position: -106px 0;
}

.zwc-built-wrap {
    border-radius: 16px;
    margin-top: 16px;
}

.zwc-built-wrap ul li p {
    margin-bottom: 0;
    font-size: 16px;
    color: #454545;
    letter-spacing: -0.32px;
    font-family: var(--zf-secondary-medium);
    max-width: 152px;
}

.zwc-vid-section {
    position: relative;
}

.zwc-vid-section .zvidl {
    max-width: 510px;
    position: absolute;
    top: 6%;
    transform: translate(25%, 50%);
}
.watch-vid.vidwrap {
    cursor: pointer;
}

.zwc-vid-section .zvidl h3 {
    color: #FFF;
    font-size: 48px;
    line-height: 60px;
    letter-spacing: -1.44px;
    font-family: var(--primaryfont-semibold);
    margin-bottom: 32px;
}

.zwc-vid-section video {
    border-radius: 16px;
    vertical-align: middle;
}

.watch-vid {
    border-radius: 100px;
    background: rgba(0, 0, 0, 0.15);
    padding: 14px 26px;
    display: flex;
    gap: 10px;
    max-width: 232px;
    transition: .3s ease-out all;
}

.watch-vid:hover {
    background: rgba(0, 0, 0, 0.30);
}

.watch-vid p,
.watch-vid.zwc-readmore a {
    letter-spacing: -0.48px;
    margin: 0;
    position: relative;
    padding: 0 0 0 35px;
    font-family: var(--zf-secondary-medium);
    font-size: 17px;
}

.watch-vid p {
    color: #fff;
}

.watch-vid.zwc-readmore a {
    padding: 0 30px 0 0;
    color: #fff;
}

.zwc-vid-wrap {
    display: flex;
    justify-content: flex-start;
    gap: 15px;
}

.zwc-hr-simple-sec {
    padding: 150px 0;
}

.zwc-hr-simple-sec .content-wrap {
    max-width: 1130px;
    display: flex;
    justify-content: space-between;
}

.zwc-hr-simple-sec .zwc-left-wrap {
    max-width: 400px;
}

.zwc-hr-simple-sec .zwc-sticky {
    position: sticky;
    position: -webkit-sticky;
    top: 100px;
}

.zwc-hr-simple-sec .zwc-left-wrap h2 {
    font-size: 64px;
    line-height: 75px;
    letter-spacing: -1.92px;
    margin-bottom: 40px;
    font-family: var(--primaryfont-semibold);
}

.zwc-hr-simple-sec .zwc-left-wrap h2 span {
    display: block;
}

.zwc-hr-simple-sec .zwc-right-wrap li h3 {
    font-size: 40px;
    line-height: 50px;
    letter-spacing: -1.2px;
    font-family: var(--primaryfont-semibold);
}

.zwc-hr-simple-sec .zwc-right-wrap {
    width: 50%;
    max-width: 420px;
}

.zwc-hr-simple-sec .zwc-right-wrap li {
    position: relative;
    padding: 60px 0 90px;
}

.zwc-hr-simple-sec .zwc-right-wrap li:last-child {
    padding-bottom: 0;
}

.zwc-hr-simple-sec .zwc-right-wrap li:last-child p {
    margin-bottom: 0;
}

.zwc-hr-simple-sec .zwc-right-wrap li:nth-child(1):before {
    background-position: -174px 0;
}

.zwc-hr-simple-sec .zwc-right-wrap li:nth-child(2):before {
    background-position: -213px 0;
}

.zwc-hr-simple-sec .zwc-right-wrap li:nth-child(3):before {
    background-position: -251px 0;
}

.zwc-hr-simple-sec .zwc-right-wrap li:nth-child(4):before {
    background-position: -199px 0
}

.zp-testi-wrap {
    border-radius: 16px;
    background: radial-gradient(130.46% 80.16% at 53.22% 62.5%, #EEEFFF 0%, #FFFAED 100%);
    padding: 150px 200px;
}

.zp-testi-wrap p.content-block {
    font-size: 20px;
    line-height: 40px;
    margin-bottom: 50px;
}

.zdc-cus-wrap {
    display: flex;
    justify-content: flex-start;
    gap: 24px;
    align-items: center;
}

.zdc-cus-wrap img {
    width: 107px;
    height: 80px;
    border-radius: 8px;
}

.zdc-cus-wrap p {
    font-size: 24px;
    line-height: 28px;
    letter-spacing: -0.48px;
    margin: 0;
    font-family: var(--primaryfont-semibold);
}

.zdc-cus-wrap p span {
    color: #4f4f4f;
    font-size: 16px;
    letter-spacing: -0.32px;
    display: block;
    font-family: var(--zf-primary-medium);
}

.zp-testi-revenue {
    border-radius: 16px;
    padding: 105px 30px;
    width: 100%;
    text-align: center;
    margin-bottom: 16px;
    background: #1A1A1A;
}

.zp-testi-revenue h2 {
    font-size: 48px;
    line-height: 60px;
    letter-spacing: -1.44px;
    max-width: 820px;
    margin: 0 auto;
    font-family: var(--primaryfont-regular);
    color: #9AB6FF;
}
.zp-testi-revenue h2 span {
    font-family: var(--primaryfont-bold);
}

.zp-testi-revenue p {
    font-size: 24px;
    letter-spacing: -0.72px;
    margin: 0;
    color: #fff;
}

.zwc-footer-section {
    padding: 125px 0;
    text-align: center;
}

.zwc-footer-section h2 {
    font-size: 80px;
    line-height: 88px;
    letter-spacing: -2.4px;
    margin-bottom: 40px;
    font-family: var(--primaryfont-semibold);
}

.zwc-footer-section h2 span {
    display: block;
}

.zwc-support-wrap {
    padding-top: 100px;
}

.zwc-support-wrap p {
    color: #454545;
    line-height: 28px;
    margin: 0;
}

.zwc-support-wrap a {
    font-size: 20px;
    line-height: 28px;
    letter-spacing: -0.4px;
}

button.slick-arrow {
    position: absolute;
    background-color: #fff;
    height: 50px;
    width: 50px;
    border-radius: 50%;
    color: #000;
    font-size: 25px;
    line-height: 0;
    box-shadow: 0 0 25px -20px;
    transition: background-color .4s ease;
}

.zp-testi-wrap .slick-next:before,
.zp-testi-wrap .slick-next:after,
.zp-testi-wrap .slick-prev:before,
.zp-testi-wrap .slick-prev:after {
    content: none
}

.slider-right-button::after,
.slider-left-button::after {
    content: "";
    height: 9px;
    width: 9px;
    border: 2px solid #213793;
    position: absolute;
    left: 50%;
    top: 50%
}

.slider-right-button::after {
    margin-left: 1px;
    border-width: 0 2px 2px 0;
    transform: translate(-50%, -50%) rotate(-45deg);
}

.slider-right-button::before,
.slider-left-button::before {
    content: "";
    height: 2px;
    width: 12px;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    background: #213793;
}

.slider-left-button::after {
    margin-left: -1px;
    border-width: 2px 0 0 2px;
    transform: translate(-50%, -50%) rotate(-45deg);
}

button.slick-next {
    right: 10px;
}

button.slick-prev {
    left: 10px;
}

@media only screen and (max-width: 1440px) {
    .zwc-banner-wrap {
        padding: 60px 0 0;
    }

    .zwc-hr-simple-sec,
    .zwc-footer-section {
        padding: 100px 0;
    }

    .pagewrapper h1 {
        max-width: 610px;
        margin: 0 auto 20px;
    }

    .pagewrapper h1,
    .zwc-footer-section h2 {
        font-size: 60px;
        line-height: 70px;
    }

    .zwc-vid-section .zvidl {
        top: 6%;
        transform: translate(10%, 50%);
    }

    .zwc-hr-simple-sec .zwc-left-wrap h2 {
        font-size: 56px;
        line-height: 66px;
    }

    .zwc-hr-simple-sec .zwc-right-wrap li h3 {
        font-size: 30px;
        line-height: 40px;
    }

    .zp-testi-wrap {
        padding: 100px;
    }

    .zp-testi-wrap p.content-block {
        max-width: 860px;
    }

    .zwc-hr-simple-sec .zwc-right-wrap li h3 {
        max-width: 340px;
    }

    .zwc-list-item {
        padding: 60px 45px;
    }
}

@media only screen and (max-width: 1199px) {

    .pagewrapper h1,
    .zwc-footer-section h2 {
        font-size: 48px;
        line-height: 58px;
    }

    .zwc-banner-block p {
        font-size: 18px;
    }

    .pagewrapper h1 {
        max-width: 490px;
    }

    .zwc-banner-block img {
        margin-top: 80px;
    }

    ul.zwc-circle-sec {
        height: 60vmin;
        width: 60vmin;
    }

    .zwc-vid-section .zvidl h3 {
        font-size: 35px;
        line-height: 45px;
    }

    .zwc-vid-section .zvidl {
        max-width: 340px;
        top: 10%;
        transform: translate(10%, 20%);
    }

    .watch-vid {
        padding: 10px 26px;
    }

    .zwc-vid-wrap {
        flex-direction: column;
    }

    .zwc-hr-simple-sec .zwc-left-wrap h2,
    .zp-testi-revenue h2 {
        font-size: 40px;
        line-height: 50px;
    }

    .zwc-hr-simple-sec .zwc-right-wrap li h3 {
        font-size: 25px;
        line-height: 35px;
    }

    .zwc-support-wrap {
        padding-top: 80px;
    }

    .zwc-hr-simple-sec .zwc-left-wrap {
        max-width: 310px;
    }

    .zwc-hr-simple-sec .zwc-sticky {
        top: 60px;
    }

    .zwc-hr-simple-sec .content-wrap {
        justify-content: space-around;
    }

    .zwc-hr-simple-sec .zwc-right-wrap li h3 {
        max-width: 230px;
    }

    .zwc-built-wrap ul li span {
        font-size: 28px;
    }

    .zwc-list-item {
        padding: 60px 30px;
    }
}

@media only screen and (max-width: 991px) {

    .pagewrapper h1,
    .zwc-footer-section h2 {
        font-size: 40px;
        line-height: 50px;
    }

    .zwc-banner-block p {
        font-size: 15px;
    }

    .zwc-banner-block {
        max-width: 520px;
    }

    .zp-testi-revenue {
        padding: 80px 30px;
    }

    .zwc-built-wrap ul li span {
        font-size: 24px;
        line-height: 34px;
    }

    .zwc-built-wrap ul {
        flex-wrap: wrap;
        justify-content: center;
    }

    .zwc-built-wrap ul li {
        max-width: 47%;
    }

    .zwc-list-item {

        padding: 40px;
    }

    .zwc-built-wrap ul li span {
        padding-top: 60px;
    }

    .zwc-built-wrap ul li p {
        font-size: 15px;
    }

    .zwc-vid-section .zvidl {
        transform: translate(10%, 10%);
    }

    .zdc-cus-wrap img {
        width: 80px;
        height: 60px;
    }

    .zwc-vid-section .zvidl h3 {
        font-size: 30px;
        line-height: 40px;
        margin-bottom: 20px;
    }

    .zp-testi-wrap {
        padding: 100px 80px;
    }

    .zwc-hr-simple-sec .zwc-left-wrap h2,
    .zp-testi-revenue h2 {
        font-size: 35px;
        line-height: 45px;
    }

    .zwc-hr-simple-sec,
    .zwc-footer-section {
        padding: 80px 0;
    }

    .zwc-hr-simple-sec .zwc-left-wrap {
        max-width: 270px;
    }


    .pagewrapper h1 {
        max-width: 400px;
    }

    .zp-testi-revenue h2 {
        max-width: 580px;
    }

    .zp-testi-revenue p {
        font-size: 20px;
    }
}

@media only screen and (max-width: 767px) {

    .pagewrapper h1,
    .zwc-footer-section h2 {
        font-size: 34px;
        line-height: 45px;
        letter-spacing: -1.4px;
    }

    .zwc-list-item {
        padding: 40px 25px;
    }

    .zwc-vid-section .zvidl,
    .watch-vid {
        position: relative;
    }

    button.slick-arrow {
        display: none !important;
    }

    .zwc-vid-section video {
        border-radius: 16px 16px 0 0;
    }

    .zwc-vid-section .zvidl h3 {
        font-size: 28px;
        line-height: 38px;
        letter-spacing: unset;
        max-width: 360px;
        margin: 0 auto 20px;
        color: #000;
    }

    .watch-vid p,
    .watch-vid.zwc-readmore a {
        font-size: 15px;
    }

    .watch-vid p::before {
        background-position: -311px -3px;
    }

    .watch-vid p {
        color: var(--zwc-link-clr);
    }

    .watch-vid {
        background: unset;
        justify-content: center;
        border: 1px solid #d5d5d5;
        padding: 8px 20px;
        max-width: 200px;
        width: 100%;
    }

    .zwc-vid-wrap {
        justify-content: center;
        align-items: center;
    }

    .zwc-vid-section .zvidl {
        max-width: 100%;
        top: 0;
        transform: translate(0, 0);
        width: 100%;
        border-radius: 0 0 16px 16px;
        padding: 40px 30px;
        text-align: center;
        box-shadow: 0px 24px 48px -24px rgba(0, 0, 0, 0.16);
        border: 1px solid #f0f0f0;
    }

    .zwc-vid-part.circle-wrap {
        top: 10%;
    }

    ul.zwc-circle-sec {
        height: 80vmin;
        width: 80vmin;
    }

    .zwc-hr-simple-sec .content-wrap {
        flex-direction: column;
        gap: 50px;
    }

    .zwc-hr-simple-sec .zwc-right-wrap {
        width: 100%;
        max-width: 100%;
    }

    .zwc-hr-simple-sec .content-wrap {
        flex-direction: column;
        gap: 50px;
        max-width: 500px;
    }

    .zwc-hr-simple-sec .zwc-left-wrap h2,
    .zp-testi-revenue h2 {
        font-size: 30px;
        line-height: 40px;
    }

    .zp-testi-revenue h2,
    .pagewrapper h1 {
        max-width: 350px;
    }

    .zwc-hr-simple-sec .zwc-right-wrap li {
        padding: 60px 0 40px;
    }

    .zwc-hr-simple-sec .zwc-left-wrap h2 span {
        display: inline;
    }

    .zwc-hr-simple-sec,
    .zwc-footer-section {
        padding: 60px 0;
    }

    .zp-testi-wrap,
    .zp-testi-revenue {
        padding: 70px 50px;
    }

    .zp-testi-revenue p {
        font-size: 18px;
    }

    .zwc-support-wrap {
        padding-top: 50px;
        max-width: 320px;
        margin: auto;
    }

    .zp-testi-wrap p.content-block {
        font-size: 18px;
        line-height: 35px;
        margin-bottom: 40px;
    }

    .zdc-cus-wrap p {
        font-size: 20px;
        line-height: 28px;
    }

    .watch-vid.zwc-readmore a {
        color: var(--zwc-link-clr);
    }

    .watch-vid.zwc-readmore a::after {
        border: 2px solid #0047ff;
        border-width: 0 2px 2px 0;
    }

    .watch-vid.zwc-readmore a::before {
        background: #0047ff;
    }
}

@media only screen and (max-width: 480px) {

    .pagewrapper h1,
    .zwc-footer-section h2 {
        font-size: 28px;
        line-height: 38px;
        margin: 0 auto 15px;
    }

    .pagewrapper h1,
    .zwc-footer-section h2,
    .zwc-hr-simple-sec .zwc-left-wrap h2,
    .zp-testi-revenue h2,
    .zwc-hr-simple-sec .zwc-right-wrap li h3,
    .zp-testi-revenue p {
        letter-spacing: unset;
    }

    .zwc-banner-block img {
        margin-top: 60px;
    }

    .zwc-built-wrap ul li {
        max-width: 100%;
    }

    .zdc-cus-wrap img {
        width: 70px;
        height: auto;
    }

    .zwc-vid-section .zvidl h3 {
        font-size: 22px;
        max-width: 230px;
        line-height: 32px;
    }

    .zp-testi-revenue h2 {
        font-size: 22px;
        line-height: 32px;
    }

    .zwc-hr-simple-sec .zwc-left-wrap h2 {
        font-size: 26px;
        line-height: 36px;
    }

    .zwc-banner-block p {
        margin: 0 auto 30px;
    }

    .zwc-hr-simple-sec .zwc-left-wrap h2 {
        margin-bottom: 20px;
    }

    .zwc-hr-simple-sec .zwc-right-wrap li h3 {
        font-size: 20px;
        line-height: 30px;
    }

    .zwc-hr-simple-sec .zwc-right-wrap li {
        padding: 50px 0 20px;
    }

    .zp-testi-wrap,
    .zp-testi-revenue {
        padding: 50px 30px;
    }

    .zp-testi-wrap p.content-block {
        font-size: 16px;
        line-height: 30px;
        margin-bottom: 30px;
    }

    .zdc-cus-wrap p {
        font-size: 18px;
    }

    .zdc-cus-wrap p span {
        font-size: 14px;
        line-height: 20px;
    }

    .zp-testi-revenue p {
        font-size: 16px;
        max-width: 170px;
        margin: auto;
    }

    .zwc-support-wrap a {
        font-size: 16px;
    }

    .pagewrapper h1 {
        max-width: 310px;
    }

    .zp-testi-revenue h2 {
        max-width: 260px;
    }

    .zwc-banner-wrap {
        padding: 40px 0 0;
    }

    .zwc-built-wrap ul li p {
        max-width: 100%;
    }

    .zwc-vid-section .zvidl {
        padding: 30px;
    }
}