h2 {
    font-size: 42px;
    font-family: var(--primaryfont-bold);
}

.contracts-full-cta-center a {

    border-radius: 0;
}

.cont-request-demo-cta {
    color: #000;
    border: 2px solid black;
    z-index: 1;
    padding: 15px 30px;
    border-radius: 0px;
    background: #f8f2fd;
}

.zwc_footer_top .cont-request-demo-cta {
    background: #fff;
    color: black;
}

.act-btn {
    border-radius: 5px;
    padding: 14px 30px;
    font-size: 18px
}


p {
    font-size: 18px;
}

.zw-product-header {
    background: #f7f0fd;
}

span.zwc_icon {
    position: absolute;
    background: url(/sites/zweb/images/contracts/finance-management/sprites-icons.png) no-repeat;
    background-size: 589px;
}

span.zwc_icon.zwc_icon1 {
    width: 187px;
    height: 169px;
    top: 130px;
    left: -140px;
    background-position: -300px -305px;
    animation: oscillate 5s ease-in-out infinite;
}

span.zwc_icon.zwc_icon2 {
    width: 85px;
    height: 128px;
    top: 80px;
    right: -100px;
    background-position: -500px 0;
    animation: oscillate 5s ease-in-out infinite 3s;
}

span.zwc_icon.zwc_icon3 {
    width: 125px;
    height: 128px;
    top: 43%;
    right: -70px;
    background-position: -289px -475px;
}

span.zwc_icon.zwc_icon4 {
    width: 285px;
    height: 331px;
    top: 60%;
    left: -28%;
    background-position: -5px -306px;
}

span.zwc_icon.zwc_icon5 {
    width: 494px;
    height: 300px;
    top: 60%;
    right: -28%;
    background-position: 0 0;
}

.zwc_features_wrapper {
    margin-top: 100px;
}

.zwc_wrapper {
    background: transparent -webkit-gradient(linear,
            left top,
            left bottom,
            from(#f7f0fd),
            to(#ffffff)) 0% 0% no-repeat padding-box;
    background: transparent linear-gradient(180deg, #f7f0fd 0%, #ffffff 100%) 0% 0% no-repeat padding-box;
    overflow: hidden;
}

.zwc_wrapper .zwc_footer_top {
    background: #142144;
    color: #fff;
    padding: 80px 0;
    text-align: center;
}

.zwc_wrapper .zwc_footer_top span {
    display: block;
}

.zwc_header_inner {
    max-width: 800px;
    margin: 0 auto;
    text-align: center;
    padding: 100px 0;
    position: relative;
}

.zwc_header_inner p {
    max-width: 70%;
    margin: 0 auto 30px;
}

.zwc_header_inner h1 {
    font-size: 62px;
    font-family: var(--zf-secondary-extrabold);
}

.zwc_feature {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin: 0 0 160px 0;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.zwc_feature .zwc_feature_content {
    width: 44%;
}

.zwc_feature .zwc_feature_content p {
    max-width: 90%;
    font-size: 18px;
}

.zwc_feature .zwc_feature_image {
    width: 48%;
}

.zwc_feature .zwc_feature_image_bg {
    /* FF3.6-15 */
    /* Chrome10-25,Safari5.1-6 */
    background: -webkit-gradient(linear,
            left top,
            left bottom,
            from(#ffeab5),
            to(rgba(125, 185, 232, 0)));
    background: linear-gradient(to bottom,
            #ffeab5 0%,
            rgba(125, 185, 232, 0) 100%);
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffeab5', endColorstr='#007db9e8', GradientType=0);
    /* IE6-9 */
    border-radius: 10px;
    padding: 50px 0 50px 50px;
}

.zwc_feature.zwc_feature_2 .zwc_feature_image_bg {
    /* FF3.6-15 */
    /* Chrome10-25,Safari5.1-6 */
    background: -webkit-gradient(linear,
            left top,
            left bottom,
            from(#d9ecff),
            to(rgba(125, 185, 232, 0)));
    background: linear-gradient(to bottom,
            #d9ecff 0%,
            rgba(125, 185, 232, 0) 100%);
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#d9ecff', endColorstr='#007db9e8', GradientType=0);
    /* IE6-9 */
    padding-left: 20px;
    padding-bottom: 50px;
}

.zwc_feature.zwc_feature_2 .zwc_feature_image_bg img {
    max-width: 105%;
    width: 105%;
}

.zwc_feature.zwc_feature_3 .zwc_feature_image_bg {
    position: relative;
    background: -webkit-gradient(linear,
            left top,
            left bottom,
            from(#d3ebe4),
            to(rgba(125, 185, 232, 0)));
    background: linear-gradient(to bottom,
            #d3ebe4 0%,
            rgba(125, 185, 232, 0) 100%);
    padding: 50px 30px;
}

.zwc_feature.zwc_feature_3 .zwc_feature_img_icon {
    position: absolute;
    top: -30px;
    left: 35%;
}

.zwc_feature.zwc_feature_4 .zwc_feature_image_bg {
    background: -webkit-gradient(linear,
            left top,
            left bottom,
            from(#e2e4ff),
            to(rgba(125, 185, 232, 0)));
    background: linear-gradient(to bottom,
            #e2e4ff 0%,
            rgba(125, 185, 232, 0) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#e2e4ff', endColorstr='#007db9e8', GradientType=0);
    padding: 50px 30px;
}

.zwc_feature.zwc_feature_4 .zwc_feature_image_bg img {
    max-width: 120%;
    width: 115%;
    position: relative;
    left: -14%;
}

.zwc_feature.zwc_feature_5 .zwc_feature_image_bg {
    background: -webkit-gradient(linear,
            left top,
            left bottom,
            from(#ffe7e6),
            to(rgba(125, 185, 232, 0)));
    background: linear-gradient(to bottom,
            #ffe7e6 0%,
            rgba(125, 185, 232, 0) 100%);
    padding: 50px 30px;
}

.zwc_feature.zwc_feature_6 .zwc_feature_image_bg {
    background: -webkit-gradient(linear,
            left top,
            left bottom,
            from(#f8eaff),
            color-stop(1%, rgba(248, 234, 255, 0.99)),
            to(rgba(125, 185, 232, 0)));
    background: linear-gradient(to bottom,
            #f8eaff 0%,
            rgba(248, 234, 255, 0.99) 1%,
            rgba(125, 185, 232, 0) 100%);
    padding: 0px 30px 50px 50px;
}

.zwc_feature.zwc_feature_6 .zwc_feature_image_bg img:nth-child(1) {
    margin-top: -20px;
    margin-bottom: 20px;
    margin-left: 110px;
}

.zwc_feature.zwc_feature_7 .zwc_feature_image_bg {
    background: -webkit-gradient(linear,
            left top,
            left bottom,
            from(#e6ffe5),
            color-stop(1%, rgba(230, 255, 229, 0.99)),
            to(rgba(125, 185, 232, 0)));
    background: linear-gradient(to bottom,#e6ffe5 0%,rgba(230,255,229,0.99) 61%,rgba(125,185,232,0) 100%);
    padding: 0px 30px 50px 50px;
    position: relative;
}

.zwc_feature.zwc_feature_7 .zwc_feature_image_bg img:nth-child(1) {
    margin-top: -20px;
    margin-bottom: 30px;
    margin-left: 40px;

}

.zwc_feature.zwc_feature_7 .zwc_feature_img_icon {
    text-align: center;
}

@media only screen and (max-width: 1200px) {
    .zwc_header_inner h1 {
        font-size: 48px;
    }

    h2 {
        font-size: 38px;
    }

    .zwc_header_inner {
        text-align: center;
        padding: 70px 0 30px;
    }

    span.zwc_icon.zwc_icon5 {

        top: 40%;
        right: -58%;

    }

    span.zwc_icon.zwc_icon4 {
        top: 50%;
        left: -38%;
        transform: scale(0.8);
    }

    span.zwc_icon.zwc_icon1 {
        top: 60px;
z-index: 1;
    }

    span.zwc_icon.zwc_icon3 {
        top: 53%;
        right: -20px;
        transform: scale(0.8);
    }

}

@media only screen and (max-width: 1024px) {
    .zwc_header_inner h1 {
        font-size: 53px;
    }

    h2 {
        font-size: 32px;
    }

    .zwc_feature .zwc_feature_content p {
        max-width: 100%;
    }

    .zwc_feature {
        margin: 0 0 90px 0;
        justify-content: space-around;
    }

    .zwc_features_wrapper {
        margin-top: 70px;
    }

    .zwc_header_inner {
        padding: 60px 0;
    }

    span.zwc_icon.zwc_icon3 {
        top: 63%;
    }

    span.zwc_icon.zwc_icon4 {
        top: 30%;
        left: -25%;
    }

    span.zwc_icon.zwc_icon5 {
        top: 30%;
        right: -58%;
    }
span.zwc_icon.zwc_icon1{
left: -140px;
}
}

@media only screen and (max-width: 991px) {
    .zwc_header_inner h1 {
        font-size: 47px;
    }
    h2 {
        font-size: 30px;
        width: 100%;
        max-width: 500px;
        margin: 0 auto 20px;
    }

    .zwc_header_inner {
        max-width: 580px;
 padding: 20px 0;
    }

    .zwc_header_inner p {
        max-width: 100%;
    }

    

    .zwc_feature .zwc_feature_content {
        order: 1;
        width: 80%;
        text-align: center;
    }

    .zwc_feature .zwc_feature_image {
        order: 2;
        width: 100%;
        max-width: 80%;
        margin-top: 50px;
    }

    .zwc_feature {
        justify-content: center;
        margin-bottom: 60px;
    }

    .zwc_feature .zwc_feature_content p {
        max-width: 100%;
    }

    span.zwc_icon {
        display: none;
    }
}

@media only screen and (max-width: 767px) {
    span.zwc_icon {
        display: none;
    }

    .zwc_feature .zwc_feature_content p,
    .zwc_header_inner p {
        font-size: 15px;
    }

    .zwc_header_inner {
        padding: 50px 0 0;
    }

    .zwc_header_inner h1 {
        font-size: 40px;
    }

    .act-btn {

        font-size: 17px;
    }

    h2 {
        font-size: 28px;
    }
    .zwc_footer_top h2{
        width: 100%;
        max-width: 430px;
        margin: 0 auto 20px;
    }

    .zwc_feature .zwc_feature_image,
    .zwc_feature .zwc_feature_content {
        max-width: 100%;
        width: 100%;
    }

    .zwc_feature .zwc_feature_image {
        margin-top: 20px;
    }

    .zwc_header_inner p {
        max-width: 85%;
    }
}


@keyframes oscillate {
    0% {
        transform: translateX(0);
    }

    50% {
        transform: translateY(10px);
    }

    100% {
        transform: translateX(0);
    }
}


@keyframes oscillateX {
    0% {
        transform: translateX(0);
    }

    50% {
        transform: translateX(10px);
    }

    100% {
        transform: translateX(0);
    }
}

@media only screen and (max-width: 640px) {
    .zwc_header_inner h1 {
        font-size: 29px;
    }
.zwc_header_inner p {
    max-width: 100%;
}

    h2 {
        font-size: 22px;
    }

    .contracts-full-cta-center a {
        border-radius: 0;
        font-size: 15px;
        padding: 15px 20px;
        width: 180px;
        margin: 6px 15px;
    }

    .body-umain .contracts-full-cta-center a{
        width: auto;
    }

    .zwc_header_inner {
        padding: 30px 0 0;
    }

    .zwc_feature.zwc_feature_7 .zwc_feature_image_bg img:nth-child(1),
    .zwc_feature.zwc_feature_6 .zwc_feature_image_bg img:nth-child(1) {

        margin-top: -50px;
    }

    .zwc_feature .zwc_feature_image_bg,
    .zwc_feature.zwc_feature_2 .zwc_feature_image_bg,
    .zwc_feature.zwc_feature_6 .zwc_feature_image_bg,
    .zwc_feature.zwc_feature_7 .zwc_feature_image_bg {
        padding: 20px 10px;
    }

    .zwc_feature.zwc_feature_3 .zwc_feature_img_icon,
    .zwc_feature.zwc_feature_6 .zwc_feature_image_bg img:nth-child(1),
    .zwc_feature.zwc_feature_7 .zwc_feature_image_bg img:nth-child(1) {
        transform: scale(0.5);
    }

    .zwc_feature.zwc_feature_4 .zwc_feature_image_bg {
        padding: 20px 20px 20px 40px;
    }

}

@media only screen and (max-width: 340px) {
    .zwc_header_inner h1 {
        font-size: 25px;
    }
}