.pagewrapper {
    --h1-size: 72px;
    --h2-size: 56px;
    --h3-size1: 24px;
    --p1-size: 16px;
}

.zwc-flx-cnt {
    display: flex;
    flex-wrap: wrap;
}

.pagewrapper .content-wrap {
    padding: 75px 0;
}

.pagewrapper .act-btn {
    padding: 12px 16px;
}

.pagewrapper h1,
.pagewrapper h2,
.pagewrapper h3 {
    font-family: var(--primaryfont-semibold);
}

.pagewrapper h1 {
    letter-spacing: -1.92px;
    font-size: var(--h1-size);
}

.pagewrapper h2 {
    letter-spacing: -1.44px;
    font-size: var(--h2-size);
}

.pagewrapper h3 {
    letter-spacing: -0.24px;
    font-size: var(--h3-size1);
}

.pagewrapper p {
    letter-spacing: -0.32px;
}

.agent-sprite,
.zwc-key-ftrs h3:before,
.zwc-ftr-card .zwc-flx-cnt div.zwc-build-security ul li:before,
.zwc-ftr-card .zwc-flx-cnt div.zwc-sys-security ul li:before,
.zwc-ftr-card .zwc-flx-cnt .zwc-build-security:after,
.zwc-ftr-card .zwc-flx-cnt .zwc-sys-security:after,
.zwc-agent-steps a:after {
    background: url(/sites/zweb/images/rpa/features/rpa-agent-bot.svg) no-repeat;
    background-size: 493px auto;
    display: block;
}

/* Banner  */
.zwc-agent-bnr {
    position: relative;
    text-align: center;
}

.zwc-agent-bnr:before {
    content: "";
    position: absolute;
    left: 0;
    top: -20%;
    z-index: -1;
    width: 100%;
    height: 130%;
    background: url(/sites/zweb/images/rpa/features/bots-agent.png) no-repeat;
    background-size: cover;
}

.zwc-agent-bnr .content-wrap {
    z-index: 2;
    padding-bottom: 340px;
}

.zwc-agent-bnr h1 {
    text-align: center;
    max-width: 720px;
    margin: 0 auto 50px;
}

.zwc-agent-bnr ul.zwc-flx-cnt {
    justify-content: center;
    max-width: 250px;
    gap: 20px;
    margin: 0 auto;
}

.zos-windows .zwc-agent-bnr ul.zwc-flx-cnt {
    max-width: 236px;
}

.zos-linux .zwc-agent-bnr ul.zwc-flx-cnt {
    max-width: 265px;
}

.zwc-agent-bnr .zwc-flx-cnt li {
    border-radius: 4px;
    border: 1px solid #0A4AFC;
    background: #FFF;
    padding: 16px;
    box-shadow: 0px 40px 80px -16px rgba(0, 0, 0, 0.16);
}

.zwc-agent-bnr .zwc-flx-cnt li p {
    font-family: var(--primaryfont-bold);
    margin-bottom: 0;
    padding-left: 12px;
    color: #000;
}

.zwc-agent-bnr .zwc-flx-cnt li:first-child {
    width: 100%;
    max-width: 197px;
}

.zos-windows .zwc-agent-bnr .zwc-flx-cnt li:first-child,
.zos-linux .zwc-agent-bnr .zwc-flx-cnt li:first-child {
    max-width: max-content;
}

.zos-mac .zwc-agent-bnr .zwc-flx-cnt li.zwc-agent-windows,
.zos-mac .zwc-agent-bnr .zwc-flx-cnt li.zwc-agent-linux,
.zos-windows .zwc-agent-bnr .zwc-flx-cnt li.zwc-agent-linux,
.zos-windows .zwc-agent-bnr .zwc-flx-cnt li.zwc-agent-mac,
.zos-linux .zwc-agent-bnr .zwc-flx-cnt li.zwc-agent-mac,
.zos-linux .zwc-agent-bnr .zwc-flx-cnt li.zwc-agent-windows {
    background: transparent;
    border: inherit;
    border-radius: inherit;
    padding: 0;
    box-shadow: none;
}

.zos-mac .zwc-agent-bnr .zwc-flx-cnt li.zwc-agent-windows img,
.zos-mac .zwc-agent-bnr .zwc-flx-cnt li.zwc-agent-linux img,
.zos-windows .zwc-agent-bnr .zwc-flx-cnt li.zwc-agent-mac img,
.zos-windows .zwc-agent-bnr .zwc-flx-cnt li.zwc-agent-linux img,
.zos-linux .zwc-agent-bnr .zwc-flx-cnt li.zwc-agent-mac img,
.zos-linux .zwc-agent-bnr .zwc-flx-cnt li.zwc-agent-windows img {
    display: none;
}

.zos-mac .zwc-agent-bnr .zwc-flx-cnt li.zwc-agent-windows p,
.zos-mac .zwc-agent-bnr .zwc-flx-cnt li.zwc-agent-linux p,
.zos-windows .zwc-agent-bnr .zwc-flx-cnt li.zwc-agent-mac p,
.zos-windows .zwc-agent-bnr .zwc-flx-cnt li.zwc-agent-linux p,
.zos-linux .zwc-agent-bnr .zwc-flx-cnt li.zwc-agent-mac p,
.zos-linux .zwc-agent-bnr .zwc-flx-cnt li.zwc-agent-windows p {
    font-family: var(--primaryfont-regular);
    border-bottom: 1px solid #000;
    padding-left: 0;
}

.zos-windows .zwc-agent-windows,
.zos-linux .zwc-agent-linux {
    order: 1;
}

.zos-windows .zwc-agent-mac,
.zos-linux .zwc-agent-mac {
    order: 2;
}

.zos-windows .zwc-agent-linux,
.zos-linux .zwc-agent-windows {
    order: 3;
}

.zwc-agent-bnr .act-btn.zwc-agent-btn {
    display: none !important;
}

/* End Banner */
/* RPA Agent */
.zwc-rpa-agent .content-wrap {
    max-width: 870px;
    padding-top: 0;
}

.zwc-rpa-agent .zwc-flx-cnt {
    justify-content: space-between;
}

.zwc-rpa-agent .zwc-part-two {
    width: 60%;
}

.zwc-rpa-agent .zwc-part-two:first-child {
    width: 35%;
}

.zwc-rpa-agent a {
    color: var(--zwc-link-clr);
    display: inline-block;
}

/* End RPA Agent */
/* RPA Features */
.pagewrapper .zwc-rpa-fts .content-wrap {
    padding-bottom: 0;
}

.zwc-key-ftrs {
    border-radius: 18px;
    background: #F5F5F5;
    padding: 120px 180px;
}

.zwc-key-ftrs h2 {
    max-width: 300px;
}

.zwc-key-ftrs .zwc-flx-cnt div {
    width: 48%;
    margin-top: 50px;
}

.zwc-key-ftrs .zwc-flx-cnt {
    justify-content: space-between;
}

.zwc-key-ftrs h3:before {
    content: "";
    position: relative;
    left: 0;
    top: 0;
    z-index: 1;
    margin-bottom: 20px;
    width: 28px;
    height: 30px;
}

.zwc-key-ftrs .zwc-flx-cnt div:first-child h3:before {
    background-position: 0 0;
}

.zwc-key-ftrs .zwc-flx-cnt div:nth-child(2) h3:before {
    background-position: -31px 0;
}

.zwc-key-ftrs .zwc-flx-cnt div:nth-child(3) h3:before {
    background-position: -64px 0;
}

.zwc-key-ftrs .zwc-flx-cnt div:nth-child(4) h3:before {
    background-position: -94px 0;
}

.zwc-key-ftrs p {
    max-width: 385px;
}

/* End RPA Features */
/* Build Sytems */
.zwc-ftr-card,
.zwc-ftr-card .zwc-flx-cnt {
    justify-content: space-between;
}

.pagewrapper .zwc-ftr-card .content-wrap {
    padding: 50px 0;
}

.zwc-ftr-card .zwc-flx-cnt div {
    position: relative;
    width: 48.5%;
    border-radius: 18px;
    padding: 80px 80px 120px 80px;
}

.zwc-ftr-card .zwc-flx-cnt .zwc-build-security:after,
.zwc-ftr-card .zwc-flx-cnt .zwc-sys-security:after,
.zwc-ftr-card .zwc-flx-cnt div.zwc-build-security ul li:before,
.zwc-ftr-card .zwc-flx-cnt div.zwc-sys-security ul li:before {
    content: "";
    position: absolute;
    z-index: 1;
}

.zwc-ftr-card .zwc-flx-cnt .zwc-build-security:after,
.zwc-ftr-card .zwc-flx-cnt .zwc-sys-security:after {
    right: 90px;
    bottom: 0;
}

.zwc-ftr-card .zwc-flx-cnt .zwc-build-security:after {
    width: 136px;
    height: 149px;
    background-position: -199px 0;
}

.zwc-ftr-card .zwc-flx-cnt .zwc-sys-security:after {
    width: 150px;
    height: 149px;
    background-position: -343px 0;
    bottom: -25px;
}

.zwc-build-security {
    background: #05EBA0;
}

.zwc-sys-security {
    background: #000;
    color: #fff;
}

.zwc-ftr-card .zwc-flx-cnt div ul li {
    position: relative;
    font-size: 20px;
    max-width: 400px;
    margin-bottom: 16px;
    padding-left: 30px;
}

.zwc-ftr-card .zwc-flx-cnt div ul li span {
    font-family: var(--primaryfont-semibold);
}

.zwc-ftr-card .zwc-flx-cnt div.zwc-build-security ul li:before,
.zwc-ftr-card .zwc-flx-cnt div.zwc-sys-security ul li:before {
    left: 0;
    top: 7px;
    width: 20px;
    height: 20px;
}

.zwc-ftr-card .zwc-flx-cnt div.zwc-build-security ul li:before {
    background-position: -126px -1px;
}

.zwc-ftr-card .zwc-flx-cnt div.zwc-sys-security ul li:before {
    background-position: -152px -1px;
}

/* End Build Sytems */
/* Getting Started  */
.zwc-agent-steps .content-wrap {
    border-radius: 18px;
    background: #F0F4FF;
    padding: 105px 160px;
}

.zwc-agent-steps .zwc-part-two {
    width: 50%;
}

.zwc-agent-steps h2 {
    max-width: 360px;
}

.zwc-agent-steps a,
.zwc-agent-steps ul li {
    position: relative;
}

.zwc-agent-steps a,
.zwc-agent-steps ul li span {
    font-family: var(--primaryfont-semibold);
}

.zwc-agent-steps a {
    font-size: 17px;
    padding: 16px 54px 16px 24px;
    border: 1px solid #001DFF;
    display: inline-block;
    color: var(--zwc-link-clr);
}

.zwc-agent-steps a:after,
.zwc-agent-steps ul li:before {
    content: "";
    position: absolute;
    z-index: 1;
}

.zwc-agent-steps a:after {
    right: 24px;
    top: 21px;
    width: 16px;
    height: 17px;
    background-position: -176px 0;
}

.zwc-agent-steps ul {
    counter-reset: section;
}

.zwc-agent-steps ul li,
.zwc-agent-steps ul li:before {
    font-size: 20px;
}

.zwc-agent-steps ul li {
    margin-bottom: 50px;
    max-width: 360px;
    padding-left: 72px;
}

.zwc-agent-steps ul li:before {
    left: 0;
    top: 50%;
    width: 48px;
    height: 48px;
    counter-increment: section;
    content: counter(section);
    border-radius: 16px;
    border: 1px solid #0a4afc;
    background: #FFF;
    box-shadow: 0 40px 80px -16px rgba(0, 0, 0, 0.16);
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    transform: translateY(-50%);
}

.zwc-agent-steps ul li:last-child {
    margin-bottom: 0;
}

/* End Getting Started  */
/* Bottom CTA */
.zwc-agent-cta {
    margin: 80px 0;
    text-align: center;
}

.zwc-agent-cta h2 {
    max-width: 795px;
    margin: 0 auto 20px;
}

/* End Bottom CTA */
@media(max-width:1440px) {
    .pagewrapper {
        --h1-size: 58px;
        --h2-size: 48px;
    }

    .pagewrapper .content-wrap {
        padding: 80px 0;
    }

    /* Banner  */
    .zwc-agent-bnr:before {
        background: #e1f0fe;
        height: 120%;
    }

    .zwc-agent-bnr h1 {
        max-width: 750px;
        margin: 0 auto 30px;
    }

    /* End Banner */
    /* RPA Features */
    .zwc-key-ftrs {
        padding: 80px;
    }

    /* End RPA Features */
    /* Build Sytems */
    .zwc-ftr-card .zwc-flx-cnt div ul li {
        font-size: 18px;
    }

    /* End Build Sytems */
    /* Getting Started */
    .pagewrapper .zwc-agent-steps .content-wrap {
        padding: 80px 50px;
    }

    /* End Getting Started */
    /*Bottom CTA*/
    .zwc-agent-cta {
        margin: 70px 0;
    }

    .zwc-agent-cta h2 {
        max-width: 675px;
    }

    /*End Bottom CTA*/
}

@media(max-width:1199px) {
    .pagewrapper {
        --h1-size: 48px;
        --h2-size: 36px;
    }

    .pagewrapper .content-wrap {
        padding: 70px 0;
    }

    /* RPA Features */
    .pagewrapper .zwc-rpa-fts .content-wrap {
        padding: 20px 0;
    }

    .zwc-key-ftrs {
        padding: 40px;
    }

    .zwc-key-ftrs .zwc-flx-cnt div {
        margin-top: 30px;
    }

    /* End RPA Features */
    /* Build Sytems */
    .pagewrapper .zwc-ftr-card .content-wrap {
        padding: 20px 0;
    }

    .zwc-ftr-card .zwc-flx-cnt .zwc-build-security:after,
    .zwc-ftr-card .zwc-flx-cnt .zwc-sys-security:after {
        display: none;
    }

    .zwc-ftr-card .zwc-flx-cnt div {
        padding: 40px;
    }

    /* End Build Sytems */
    /* Getting Started */
    .zwc-agent-steps {
        margin-top: 20px;
    }

    .pagewrapper .zwc-agent-steps .content-wrap {
        padding: 70px 40px;
    }

    /* End Getting Started */
    /*Bottom CTA*/
    .zwc-agent-cta {
        margin: 30px 0;
    }

    .zwc-agent-cta h2 {
        max-width: 515px;
    }

    /*End Bottom CTA*/
}

@media(max-width:991px) {

    /* Banner  */
    .zwc-agent-bnr .zwc-flx-cnt li:first-child {
        max-width: 183px;
    }

    /* End Banner */
}

@media(max-width:767px) {
    .pagewrapper {
        --h1-size: 40px;
        --h2-size: 32px;
        --h3-size1: 24px;
    }

    .pagewrapper .content-wrap {
        padding: 60px 0;
    }

    /* RPA Agent */
    .zwc-rpa-agent .zwc-part-two:first-child,
    .zwc-rpa-agent .zwc-part-two {
        width: 100%;
    }

    /* End RPA Agent */
    /* RPA Features */
    .pagewrapper .zwc-rpa-fts .content-wrap {
        padding: 20px 0;
    }

    .zwc-key-ftrs {
        border-radius: 10px;
        padding: 30px;
    }

    .zwc-key-ftrs .zwc-flx-cnt div {
        width: 100%;
        margin-top: 20px;
    }

    /* End RPA Features */
    /* Build Sytems */
    .pagewrapper .zwc-ftr-card .content-wrap {
        padding: 20px 0;
    }

    .zwc-ftr-card .zwc-flx-cnt div {
        width: 100%;
        margin-bottom: 40px;
        border-radius: 8px;
        padding: 30px;
    }

    .zwc-ftr-card .zwc-flx-cnt div:last-child {
        margin-bottom: 0;
    }

    .zwc-ftr-card .zwc-flx-cnt div ul li {
        font-size: 16px;
    }

    /* End Build Sytems */
    /* Getting Started */
    .zwc-agent-steps {
        margin-top: 30px;
    }

    .zwc-agent-steps .content-wrap {
        border-radius: 8px;
    }

    .pagewrapper .zwc-agent-steps .content-wrap {
        padding: 60px 24px;
    }

    .zwc-agent-steps .zwc-part-two {
        width: 100%;
    }

    .zwc-agent-steps a {
        font-size: 16px;
        padding: 12px 44px 12px 14px;
    }

    .zwc-agent-steps a:after {
        right: 15px;
        top: 16px;
    }

    .zwc-agent-steps ul li {
        font-size: 17px;
        margin-bottom: 40px;
    }

    .zwc-agent-steps .zwc-part-two:last-child {
        margin-top: 30px;
    }

    /* End Getting Started */
}