/* Common CSS */
.content-wrap {
    max-width: 1180px;
}
ul {
    list-style-type: disc;
}
.dsp-flx {
    display: flex;
}
.align-center {
    align-items: center;
}
.zwc-bold {
    font-family: var(--primaryfont-bold);
}

/* Home Banner */
.zwc-banner {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 80px 0 120px;
}
.banner-cont {
    max-width: 600px;
    padding-top: 20px;
}
.banner-cont h1 {
    font-size: 55px;
}
.banner-cont p {
    padding: 5px 0 10px;
    font-size: 20px;
    max-width: 500px;
}
.banner-cont a {
    padding: 10px 25px;
    font-size: 18px;
    font-family: var(--primaryfont-semibold);
}
.banner-cont a.act-btn.cta-btn {
    margin: 0 15px 0 0;
}
.banner-cont .cont-btn {
    border: 2px solid #000;
    padding: 12px 25px;
    color: #000;
}

/* Para Animation */
.zwc-para-animation {
    padding: 110px 0;
    background-color: #2148AA;
    color: #fff;
}
.zwc-para-animation h2 {
    font-size: 42px;
    font-family: var(--primaryfont-bold);
    margin-bottom: 25px;
}
.zwc-para-animation p {
    font-size: 28px;
    font-family: var(--primaryfont-semibold);
    position: relative;
    width: 92%;
    line-height: 1.4;
}
span.color-ylw {
    position: relative;
    color: #fff;
    background: linear-gradient(to right,#f7b21b,#f7b21b 50%,#fff 50%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-size: 200% 100%;
    background-position: 100%;
    transition: background-position 1s linear;
    text-decoration: none;
    box-decoration-break: clone;
    -webkit-box-decoration-break: clone
}
.animated span.color-ylw {
    background-position: 0 100%;
}
span.color-ylw.two {
    transition-delay: 1.2s;
}
span.color-ylw.three {
    transition-delay: 2.2s;
}
span.color-ylw.four {
    transition-delay: 3.5s;
}
span.color-ylw.five {
    transition-delay: 4.5s;
}

/* Feature Section */
.zwc-feature-section {
    padding: 110px 0 80px 0;
}
.zwc-feature-section .content-wrap {
    max-width: 1280px;
}
.zwc-feature-section h2,
.zwc-feature-section p {
    text-align: center;
}
.zwc-feature-section h2 {
    font-size: 35px;
    font-family: var(--primaryfont-bold);
}
.zwc-feature-section p {
    max-width: 950px;
    font-size: 18px;
    margin: 15px auto;
}
.zwc-feature-section a {
    color: #0D81FD;
    font-family: var(--primaryfont-semibold);
}
.zwc-feature {
    display: flex;
    justify-content: space-between;
    align-items: center;
    background-repeat: no-repeat;
    background-position: 490px 0px;
    position: relative;
    padding: 70px;
    margin: 30px 0;
    border-radius: 30px;
}
.zwc-feature .feature-cont {
    max-width: 450px;
    padding-left: 15px;
}
.zwc-feature .feature-cont h3 {
    font-size: 30px;
    font-family: var(--primaryfont-bold);
}
.zwc-feature .feature-cont p {
    margin: 0;
    text-align: start;
}
.zwc-feature .feature-cont ul {
    padding: 20px 0 10px 15px;
}
.zwc-feature .feature-cont ul li {
    padding-bottom: 15px;
    font-size: 18px;
}
.zwc-feature.fea-one {
    background-image: url(/sites/zweb/images/sign/contract-management/drafting-bg.svg);
    background-color: #FDF4EC;
    background-position: 490px 10px;
    padding-bottom: 40px;
    margin-top: 70px;
}
.zwc-feature.fea-two {
    background-image: url(/sites/zweb/images/sign/contract-management/collab-bg.svg);
    padding-bottom: 60px;
    background-color: #EEF3FD;
}
.zwc-feature.fea-three {
    background-image: url(/sites/zweb/images/sign/contract-management/automate-bg.svg);
    background-color: #F0EEFB;
}
.zwc-feature.fea-one .sub-img {
    position: absolute;
    right: 60px;
    bottom: 70px;
}
.zwc-feature.fea-one.zwe-om .sub-img {
    bottom: 120px;
    transition: .6s;
}
.zwc-feature.fea-two .sub-img {
    position: absolute;
    right: 80px;
    bottom: -10px;
}
.zwc-feature.fea-two.zwe-om .sub-img {
    bottom: 40px;
    transition: .6s;
}
.zwc-feature.fea-one .feature-img, .zwc-feature.fea-two .feature-img {
    margin-right: 60px;
}
.zwc-other-feature {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 55px 80px;
}
.other-fea-cont h3 {
    font-size: 34px;
    font-family: var(--primaryfont-bold);
}
.zwc-other-feature div p{
    text-align: start;
}
.other-fea-cont {
    max-width: 490px;
}
.zwc-other-feature.other-fea-one {
    padding-top: 100px
}
.zwc-other-feature.other-fea-one img,
.zwc-other-feature.other-fea-three img{ 
    transform: translateX(-100px);
}
.zwc-other-feature.other-fea-two img,
.zwc-other-feature.other-fea-four img{
    transform: translateX(100px);
}
.zwc-other-feature.zwe-om img {
    transform: translateX(0px);
    transition: 1s;
}

/* Level Section */
.zwc-levels-section {
    background-color: #0E0E0F;
    color: #fff;
    padding: 110px 0 120px;
}
.zwc-levels-section h2 {
    font-family: var(--primaryfont-bold);
    text-align: center;
    font-size: 42px;
}
.zwc-levels-section p {
    text-align: center;
    max-width: 890px;
    margin: 20px auto 0;
}
.zwc-levels {
    display: flex;
    justify-content: space-between;
    gap: 40px;
    padding: 60px 0;
}
.zwc-levels div {
    padding: 30px;
    background: transparent linear-gradient(180deg, #1e1d1d 0%, #0E0E0F 100%);
    border-radius: 10px;
}
.zwc-levels div span::before {
    content: '';
    display: inline-block;
    background-image: url(/sites/zweb/images/sign/contract-management/level-sprite.svg);
    background-position: 0px 0px;
    background-size: 180px auto;
    background-repeat: no-repeat;
    width: 63px;
    height: 60px;
    margin-bottom: 20px;
}
.zwc-levels .zwc-level-two span::before {
    background-position: -61px 0px;
    width: 59px;
}
.zwc-levels .zwc-level-three span::before {
    background-position: -120px 0px;
}
.zwc-levels div h3 {
    max-width: 300px;
}
.zwc-levels div p {
    text-align: start;
    max-width: 350px;
    margin: 0;
}

/* Use-case */
.use-cases ul {
    list-style-type: none;
}
.use-case-parts li::before {
    content: '';
    position: absolute;
    background: url(/sites/zweb/images/sign/paperless-sprite.png) no-repeat;
    background-size: 1837px auto;
}
.use-cases {
    padding: 150px 0px 150px;
    overflow: hidden;
    position: relative;
}
.use-case-wrap {
    max-width: 1170px;
    margin: 0 auto;
}
.use-case-wrap > div {
    width: 50%;
    z-index: 1;
}
.use-case-wrap .use-case-list {
    width: 40%;
}
.use-cases::before,.use-cases::after {
    content: "";
    position: absolute;
    left: -57%;
    background: #f7b21b;
    width: 100%;
    height: 100%;
    top: 0;
}
.use-cases::after {
    background: url(/sites/zweb/images/sign/popout-tab.jpg) no-repeat;
    left: 43%;
    background-size: cover;
    width: 57%;
    background-position: center;
}
.use-case-list li {
    position: relative;
    padding-left: 30px;
}
.use-case-list li::before {
    content: "";
    position: absolute;
    width: 15px;
    height: 7px;
    border: 2px solid #000;
    left: 0;
    top: 45%;
    transform: translateY(-50%) rotate(-45deg);
    border-top: none;
    border-right: none;
}
.use-cases li {
    font-size: 25px;
    font-family: var(--zf-secondary-medium);
    margin-bottom: 20px;
}
.use-case-list h2 {
    max-width: 300px;
    margin-bottom: 45px;
}
.use-case-parts {
    max-width: 500px;
    margin-left: auto;
    position: relative;
    justify-content: flex-end;
}
.use-case-parts li {
    background: #000000;
    font-size: 30px;
    padding: 20px 50px 20px 100px;
    position: absolute;
    border-radius: 57px;
    color: #fff;
    opacity: 0;
    top: 180px;
    transform: translateY(30px);
    transition: all .5s;
}
.use-case-parts li.active {
    opacity: 1;
    transform: translateY(0px);
}
.use-case-parts li::before {
    top: 50%;
    left: 40px;
    background-position: -486px -26px;
    width: 46px;
    height: 46px;
    transform: translateY(-50%);
}

/* Footer Section */
.zwc-footer-section {
    text-align: center;
    padding: 90px 0 110px;
}
.zwc-footer-section h2 {
    font-size: 42px;
    font-family: var(--primaryfont-bold);
    max-width: 500px;
    margin: 0 auto 25px;
}
.zwc-footer-section a {
    font-size: 18px;
}

/* Responsive */
@media screen and (max-width: 1399px) {
    .use-case-parts li {
        font-size: 26px;
    }
    .banner-cont h1,.zwc-footer-section h2 {
        font-size: 45px;
    }
    .zwc-para-animation p {
        font-size: 26px;
        width: 100%;
        max-width: 990px;
    }
    .zwc-banner {
        padding: 70px 0 100px;
    }
    .zwc-para-animation {
        padding: 90px 0 80px;
    }
    .zwc-feature-section {
        padding: 90px 0 60px 0;
    }
    .zwc-levels-section {
        padding: 90px 0 100px;
    }
    .use-cases {
        padding: 90px 0;
    }
    .zwc-footer-section {
        text-align: center;
        padding: 80px 0 100px;
    }
    .zwc-para-animation h2, .zwc-levels-section h2 {
        font-size: 35px;
    }
    .other-fea-cont h3 {
        font-size: 32px;
    }
    .zwc-footer-section h2 {
        font-size: 40px;
    }
    .zwc-feature {
        padding: 60px 50px;
        gap: 50px;
    }
    .zwc-feature .feature-cont h3, .other-fea-cont h3 {
        font-size: 28px;
    }
    .zwc-feature .feature-cont ul li {
        padding-bottom: 10px;
    }
    .zwc-feature.fea-one .sub-img {
        right: 30px;
    }
    .zwc-feature.fea-two .sub-img {
        right: 40px;
    }
    .zwc-feature.fea-one {
        margin-top: 50px;
    }
    .zwc-feature.fea-one .feature-img, .zwc-feature.fea-two .feature-img {
        margin-right: 10px;
    }
    .feature-cont p, .zwc-feature .feature-cont ul li{
        font-size: 16px;
    }
    .zwc-feature .feature-cont {
        max-width: 410px;
    }
    .zwc-other-feature {
        padding: 40px 70px;
        gap: 60px;
    }
    .zwc-other-feature.other-fea-one {
        padding-top: 50px;
    }
}
@media screen and (max-width: 1199px) {
    .banner-cont h1 {
        font-size: 45px;
    }
    .zwc-banner {
        padding: 60px 0 80px;
    }
    .zwc-para-animation {
        padding: 80px 0 70px;
    }
    .zwc-para-animation p {
        font-size: 24px;
        width: 100%;
        max-width: 880px;
    }
    .zwc-feature-section {
        padding: 80px 0 50px 0;
    }
    .zwc-feature-section p {
        max-width: 850px;
        font-size: 17px;
    }
    .zwc-feature {
        padding: 50px 40px;
        gap: 20px;
    }
    .feature-cont p, .zwc-feature .feature-cont ul li{
        font-size: 16px;
    }
    .zwc-feature.fea-one .sub-img {
        width: 260px;
        height: 190px;
    }
    .zwc-feature.fea-two .sub-img {
        width: 260px;
        height: 347px;
    }
    .zwc-feature .feature-cont {
        max-width: 380px;
    }
    .zwc-feature.fea-one {
        padding-bottom: 25px;
    }
    .zwc-feature.fea-one.zwe-om::after {
        bottom: 120px;
    }
    .zwc-other-feature img {
        width: 350px;
    }
    .zwc-other-feature .other-fea-one img {
        height: 270px;
    }
    .zwc-other-feature .other-fea-two img {
        height: 276px;
    }
    .zwc-other-feature .other-fea-three img {
        height: 225px;
    }
    .zwc-other-feature .other-fea-four img {
        height: 300px;
    }
    .zwc-other-feature {
        padding: 40px 30px;
        justify-content: space-evenly;
    }
    .other-fea-cont {
        max-width: 470px;
    }
    .zwc-levels {
        gap: 20px;
        padding: 50px 0;
    }
    .zwc-levels div {
        padding: 20px;
    }
    .zwc-levels div p {
        font-size: 16px;
    }
    .zwc-levels-section {
        padding: 80px 0 90px;
    }
    .use-case-list h2 {
        max-width: 250px;
        margin-bottom: 30px;
    }
    .use-cases li {
        font-size: 22px;
        margin-bottom: 15px;
    }
    .use-cases {
        padding: 80px 0;
    }
    .use-case-parts li {
        font-size: 24px;
        padding: 15px 40px 15px 80px;
    }
    .use-case-parts li::before {
        transform: translateY(-50%) scale(.8);
        left: 30px;
    }
    .zwc-footer-section {
        padding: 70px 0 90px;
    }
    .zwc-other-feature.other-fea-one img, .zwc-other-feature.other-fea-two img, 
    .zwc-other-feature.other-fea-three img, .zwc-other-feature.other-fea-four img{
        transform: translateX(0px);
    }
}
@media screen and (max-width: 991px) {
    .zwc-banner {
        flex-direction: column;
        text-align: center;
        gap: 50px;
        padding: 30px 0 70px;
    }
    .banner-cont h1 {
        font-size: 40px;
    }
    .banner-cont {
        max-width: 510px;
    }
    span.color-ylw {
        background-position: 0 100%;
    }
    .zwc-para-animation p {
        font-size: 20px;
        width: 100%;
        max-width: 730px;
    }
    .zwc-feature-section p {
        max-width: 700px;
        font-size: 15px;
    }
    .zwc-feature {
        flex-direction: column;
    }
    .zwc-feature .feature-cont {
        max-width: 510px;
        padding: 0;
    }
    .zwc-feature {
        padding: 60px 70px;
        max-width: 630px;
        margin: 0 auto 20px;
        background-position: -90px 450px;
    }
    .zwc-feature.fea-one {
        background-position: -90px 380px;
    }
    .feature-cont p, .zwc-feature .feature-cont ul li {
        font-size: 17px;
    }
    .zwc-feature.fea-one .feature-img, .zwc-feature.fea-two .feature-img {
        margin-right: 0px;
        margin-left: -20px;
    }
    .zwc-feature.fea-three {
        padding-bottom: 30px;
    }
    .zwc-other-feature.other-fea-one, .zwc-other-feature.other-fea-three {
        flex-direction: column;
    }
    .zwc-other-feature.other-fea-two, .zwc-other-feature.other-fea-four {
        flex-direction: column-reverse;
    }
    .zwc-other-feature {
        padding: 30px 30px;
        gap: 40px;
    }
    .other-fea-cont {
        max-width: 500px;
        text-align: center;
    }
    .zwc-other-feature div p {
        text-align: center;
    }
    .zwc-feature-section {
        padding: 75px 0 35px 0;
    }
    .zwc-levels {
        padding: 50px 0;
        gap: 40px;
        justify-content: center;
        flex-wrap: wrap;
    }
    .zwc-levels div {
        padding: 25px;
        max-width: 350px;
    }
}
@media screen and (max-width: 767px) {
    .zwc-para-animation h2, .zwc-levels-section h2, .zwc-feature-section h2 {
        font-size: 30px;
    }
    .zwc-footer-section h2 {
        font-size: 33px;
    }
    .zwc-para-animation {
        padding: 60px 0 50px;
    }
    .zwc-para-animation p {
        font-size: 17px;
    }
    .use-case-image,
    .use-cases::before,
    .use-cases::after {
        display: none;
    }
    .use-case-wrap .use-case-list {
        width: 100%;
    }
    .use-cases {
        padding: 50px 0 40px;
    }
    .use-cases {
        background: #F7B21B;
    }
    .use-case-list h2,
    .sign-doc h3 {
        max-width: 100%;
    }
    .use-cases li {
        font-size: 20px;
    }
    .banner-cont {
        max-width: 460px;
    }
    .banner-cont h1 {
        font-size: 34px;
    }
    .banner-cont p {
        font-size: 17px;
        max-width: 400px;
        margin: 0 auto 10px;
    }
    .banner-cont a {
        font-size: 17px;
    }
    .zwc-para-animation {
        padding: 80px 0 60px;
    }
    .zwc-feature-section {
        padding: 65px 0 30px 0;
    }
    .zwc-feature {
        padding: 50px 30px;
        border-radius: 10px;
    }
    .feature-cont p, .zwc-feature .feature-cont ul li {
        font-size: 15px;
    }
    .zwc-feature.fea-one .feature-img, .zwc-feature.fea-two .feature-img {
        margin-right: -30px;
        margin-left: -15px;
    }
    .zwc-other-feature {
        padding: 30px 10px;
        gap: 30px;
    }
    .zwc-feature .feature-cont h3, .other-fea-cont h3 {
        font-size: 26px;
    }
    .zwc-footer-section {
        padding: 60px 0 75px;
    }
    .zwc-levels div {
        padding: 25px;
        max-width: 280px;
    }
    .zwc-levels-section {
        padding: 70px 0 60px;
    }
}
@media screen and (max-width: 640px) {
    .zwc-levels div {
        padding: 30px;
        max-width: 420px;
    }
    .zwc-levels {
        gap: 50px;
    }
    .zwc-feature.fea-one .sub-img {
        width: 220px;
        height: 160px;
        right: 20px;
    }
    .zwc-feature.fea-two .sub-img {
        width: 200px;
        height: 260px;
    }
    .zwc-feature.fea-two.zwe-om .sub-img {
        bottom: 50px;
    }
}
@media screen and (max-width: 480px) {
    .banner-cont {
        display: flex;
        align-items: center;
        justify-content: center;
        flex-direction: column;
        max-width: 340px;
    }
    .banner-cont h1 {
        font-size: 30px;
    }
    .banner-cont p {
        padding: 5px 0px;
        font-size: 18px;
        line-height: 1.5;
    }
    .banner-cont a {
        font-size: 15px;
    }
    .banner-cont a.act-btn.cta-btn {
        margin: 0 0 15px 0;
    }
    .zwc-para-animation h2, .zwc-levels-section h2, .zwc-feature-section h2, .zwc-footer-section h2 {
        font-size: 25px;
    }
    .zwc-para-animation p {
        font-size: 13px;
    }
    .zwc-para-animation {
        padding: 70px 0 50px;
    }
    .zwc-feature-section p {
        max-width: 700px;
        font-size: 13px;
    }
    .zwc-feature .feature-cont h3, .other-fea-cont h3 {
        font-size: 22px;
    }
    .feature-cont p, .zwc-feature .feature-cont ul li {
        font-size: 13px;
    }
    .zwc-feature {
        padding: 30px 20px;
    }
    .zwc-other-feature {
        padding: 20px 10px;
    }
    .zwc-feature.fea-one .feature-img, .zwc-feature.fea-two .feature-img {
        margin-right: -35px;
        margin-left: -25px;
    }
    .zwc-feature.fea-one .sub-img {
        width: 147px;
        height: 101px;
        right: 15px;
    }
    .zwc-feature.fea-two .sub-img {
        width: 150px;
        height: 205px;
    }
    .zwc-footer-section h2 {
        max-width: 370px;
        margin-bottom: 15px;
    }
    .zwc-footer-section a {
        font-size: 15px;
    }
    .zwc-footer-section {
        padding: 50px 0 55px;
    }
}

/* Other Language CSS */
.lang-rtl .use-case-list li::before {
    right: 0;
    left: auto;
}
.lang-rtl .use-case-list li {
    padding-right: 30px;
}
.lang-rtl .use-cases::before {
    right: -57%;
    left: auto;
}
.lang-rtl .premium-list li::before {
    right: 0;
    left: auto;
}
.i18n-de .use-case-list h2 {
    font-size: 50px;
}
.i18n-vi .use-case-list h2 {
    max-width: 400px;
}
.i18n-nl .use-cases ul li:nth-child(3) {
    word-break: break-all;
}
@media only screen and (max-width: 1199px) {
    .i18n-th .use-cases li,
    .i18n-pt-br .use-cases li,
    .i18n-fr .use-cases li,
    .i18n-es-xl .use-cases li,
    .i18n-nl .use-cases li {
        font-size: 19px;
    }
    .i18n-th .use-case-parts li,
    .i18n-pt-br .use-case-parts li,
    .i18n-fr .use-case-parts li,
    .i18n-es-xl .use-case-parts li,
    .i18n-nl .use-case-parts li {
        font-size: 20px;
    }
    .i18n-de .use-case-list h2 {
        font-size: 34px;
    }
}
@media only screen and (max-width: 991px) {
    .i18n-de .branding-list li {
        width: 32%;
    }
}
@media only screen and (max-width: 767px) {
    .i18n-de .use-case-list h2 {
        font-size: 28px;
    }
    .i18n-de .branding-list li {
        width: 100%;
    }
}