<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">*{
    box-sizing: border-box;
}
h2, h3{
    font-family: var(--secondaryfont-bold);
}
/* .zw-product-header {
    background: #fdf3ef;
} */
.cm-header-wrap {
    background: url(/sites/zweb/images/contracts/digital-signature/banner.png) #0F3B90 no-repeat;
    background-position: right;
    color: #fff;
    padding: 180px 0 415px;
    background-size: 100% 100%;
    margin-top: -70px;
}
.cm-header-wrap h1 {
    font-size: 60px;
    line-height: 70px;
    font-family: var(--secondaryfont-bold);
    margin: 0 auto 10px;
}
.banner-content h4 {
    font-size: 42px;
    line-height: 60px;
    font-family: var(--secondaryfont-bold);
    margin-bottom: 0;
}
.what_is_clm{
    margin: 45px 0 0;
}
.what_is_clm h6 {
    font-size: 30px;
    line-height: 35px;
    font-family: var(--primaryfont-bold);
    margin-bottom: 16px;
}
.what_is_clm p {
    font-size: 17px;
    line-height: 32px;
    margin-bottom: 0px;
}
.banner-content {
    width: 1170px;
    max-width: 100%;
    margin: 0 auto;
    text-align: center;
}
.grid-reasons {
    display: flex;
    gap: 9px;
    margin: 50px 0 0;
}
.list-view {
    background: #fff;
    padding: 35px 41px 31px 44px;
    width: 336px;
    max-width: 100%;
    margin-bottom: 9px;
}
.list-view span {
    font-size: 17px;
    line-height: 1.7;
    position: relative;
}
.contract-management-header .content-wrap {
    max-width: 1400px;
}
.list-view span:before {
    content: '\2605';
    width: 7px;
    height: 7px;
    position: absolute;
    left: -20px;
    top: 1px;
    border-radius: 100%;
    font-size: 10px;
}
.scroller-content .content-wrap {
    max-width: 100%;
    width: 100%;
}
.inner-information h2 {
    font-size: 36px;
    line-height: 41px;
    margin-bottom: 25px;
    color: #1B4593;
}
.inner-information p {
    font-size: 18px;
    line-height: 32px;  
    margin-bottom: 0;
}
.inner-information .long-mb{
    margin-bottom: 50px;
}
.bolder-para {
    font-size: 18px;
    line-height: 32px;
    font-family: var(--secondaryfont-semibold);
    width: 630px;
    max-width: 100%;
    display: block;
}
.contract-management-header {
    background: #fef4ef;
}
.scroller-content {
    padding: 85px 120px 85px 100px;
    background: #FFF7E2;
    position: relative;
    margin-bottom: 40px;
}
.scroller-content:nth-child(odd) {
    background: #FFF7E2;
}
.scroller-content:nth-child(even) {
    background: #F2FAFF;
}
.scroller-content:last-child {
    margin-bottom: 0px;
}
.information-list {
    margin: 40px 0 0;
}
.information-list p span{
    font-family: var(--secondaryfont-semibold);
}
.information-list p {
    margin: 0 0 35px;
}
.information-list ul li {
    font-size: 17px;
    line-height: 1.7;
    margin-bottom: 35px;
    padding-left: 35px;
    position: relative;
}
.information-list ul li:before {
    content: '';
    position: absolute;
    left: 0;
    top: 5px;
    border-radius: 100%;
    width: 18px;
    height: 18px;
    border: 1.9px solid #000;
}
.inner-information p span.blue-bolder {
    color: #17D2FF;
    font-family: var(--primaryfont-bold);
}
.scroller-content.pink-bg b.bolder-para {
    margin: 35px 0 40px;
}
.scroller-content.pink-bg b.bolder-para strong {
    color: #43A1FC;
}
.inner-information h6 {
    font-size: 20px;
    line-height: 32px;
    font-family: var(--primaryfont-bold);
    margin-bottom: 0;
    color: #43A1FF;
    margin-bottom: 35px;
}
/* .pink-bg .information-list ul li:before{
    background: #CF65DB;
} */
.table-field li {
    display: flex;
}
.table-field li span:first-child {
    width: 40%;
    padding-left: 14%;
}
.table-field li span:last-child {
    width: 60%;
    padding-left: 70px;
    padding-right: 55px;
}
.table-field li.table-header span {
    padding: 19px 0;
    font-size: 24px;
    font-family: var(--primaryfont-bold);
    display: block;
}
.table-header {
    background: #FD8F60;
    color: #fff;
}
.table-header span{
    font-size: 24px;
    display: block;
    text-align: center;
}
.table-body span:first-child {
    font-size: 17px;
    font-family: var(--secondaryfont-semibold);
}
.table-body span strong{
    font-size: 17px;
    line-height: 1.7;
    font-family: var(--primaryfont-regular);
    font-weight: normal;
    margin-bottom: 25px;
    display: block;
    position: relative;
}
.table-body span strong:before{
    background: #FD8F60;
    content: '';
    width: 7px;
    height: 7px;
    left: -20px;
    top: 11px;
    position: absolute;
    border-radius: 100%;
}
.table-body span strong:last-child{
    margin-bottom: 0;
}
.table-body {
    background: #f6d7c8;
}
.table-field li.table-body  span:first-child {
    border-right: 1px solid #FCF5F2;
}
.table-field li.table-body  span {
    border-bottom: 1px solid #FCF5F2;
}
.table-body span{
    padding-top: 50px;
    padding-bottom: 50px;
}
.table-body span:last-child {
    padding-bottom: 85px;
}
.table-field {
    margin: 30px 0 0;
}
.scroller-full-section {
    position: relative;
    width: 95%;
    max-width: 1440px;
    display: flex;
    margin: 120px auto 76px;
}
.content-title {
    width: 502px;
    margin-right: 25px;
    z-index: 1;
    top: 105px;
    height: fit-content;
    position: sticky;
    margin-bottom: 0;
}
.list-menu-wrap {
    /* background: #FAFAFA; */
    border-radius: 10px;
}
.list-menu-wrap ul li {
    position: relative;
    border-bottom: 1px solid #E5E5E5;
    cursor: pointer;
    width: 100%;
}
.list-menu-wrap ul li:last-child {
    border-bottom: 0;
}
.list-menu-wrap ul li span{
    max-width: 100%;
    padding: 22px 55px 20px 55px;
    display: block;
    font-size: 18px;
    line-height: 23px;
}
.list-menu-wrap ul li:last-child {
    margin-bottom: 0;
}
.list-menu {
    width: 100%;
}
.list-menu-wrap li span:before {
    content: '';
    background: #0F3B90;
    width: 5px;
    transition: all 200ms cubic-bezier(0.11, 0.16, 0.43, 0.86);
    position: absolute;
    right: 0px;
    top: -1px;
    opacity: 0;
    height: 0;
}
.list-menu-wrap li.active span:before {
    opacity: 1;
    height: 101%;
}

.list-menu-wrap li.active span {
    font-family: var(--primaryfont-bold);
}
.end-scroller {
    height: 40px;
    width: 100%;
}
.list-menu.fixed_wrap {
    position: fixed;
}
.cta-wrap {
    text-align: center;
}
.cta-wrap h2 {
    font-size: 46px;
    line-height: 64px;
    width: 670px;
    max-width: 100%;
    margin: 0 auto 32px;
}
.cta-wrap a {
    border-radius: 3px;
    background: #EE4A44;
    color: #fff;
    display: inline-block;
    margin: 0 auto;
    padding: 15px 30px;
    font-size: 18px;
    font-family: var(--primaryfont-bold);
}
.end-cta{
    padding: 80px 0;
}


.content-full-section {
    width: calc(100% - 527px);
}
.information-list .custom-list-type span {
    position: absolute;
    left: 0;
}
.information-list .custom-list-type span::after {
    position: absolute;
    border-right: 1.5px solid #000;
    border-bottom: 1.5px solid #000;
    content: '';
    width: 5px;
    height: 13px;
    transform: rotate(45deg);
    left: 11px;
    top: 3px;
    background: #edfbfe;
    z-index: 1;
}
.information-list .custom-list-type span::before {
    background: #edfbfe;
    content: '';
    width: 5px;
    height: 5px;
    position: absolute;
    left: 14px;
    top: 9px;
    z-index: 1;
}
.information-list .custom-list-type.pink span::after {
    background: #faf1fc;
}
.information-list .custom-list-type.pink span::before {
    background: #faf1fc;
}
.zw-template-inner {
    overflow-x: clip;
}
.information-list ul li:last-child {
    margin-bottom: 0;
}
.digital-wrap {
    display: flex;
    align-items: center;
}
.digital-wrap {
    display: flex;
    align-items: center;
    background: #FFF7E2;
    padding: 77px 83px 77px 100px;
}
.digital-wrap-left h6 {
    font-size: 36px;
    line-height: 41px;
    font-family: var(--primaryfont-bold);
    color: #1B4593;
    margin-bottom: 22px;
}
.digital-wrap-left p {
    font-size: 18px;
    line-height: 32px;
    width: 560px;
    max-width: 100%;
}
.digital-wrap-left {
    width: 62%;
}
.digital-wrap-right {
    width: 38%;
}
.digital-structure {
    margin-top: -330px;
}
.describtion-wrap p {
    margin-bottom: 30px;
}
.describtion-wrap p:last-child {
    margin-bottom: 0px;
}
.describtion-wrap p span {
    display: block;
    color: #26448E;
    font-size: 24px;
    line-height: 27px;
    margin-bottom: 20px;
    font-family: var(--secondaryfont-bold);
}
.describtion-wrap.with-sub-captions {
    margin: 35px 0 0;
}
.info-list b {
    font-size: 20px;
    line-height: 32px;
    font-family: var(--primaryfont-semibold);
    margin-bottom: 20px;
    display: block;
}
.info-list li {
    font-size: 18px;
    margin-bottom: 13px;
    position: relative;
    padding-left: 35px;
}
.info-list li:last-child {
    margin: 0;
}
.info-list li:before {
    content: '';
    position: absolute;
    background: #000;
    width: 7px;
    height: 7px;
    left: 15px;
    top: 10.5px;
    border-radius: 100%;
}
.list-menu-wrap ul {
    margin-right: 10px;
    background: #FAFAFA;
}
.list-menu-wrap::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
}
 
.list-menu-wrap::-webkit-scrollbar-thumb {
  background-color: darkgrey;
  outline: 1px solid slategrey;
}
.list-menu-wrap::-webkit-scrollbar {
    width: 5px;
}
.accordion-content {
    display: none;
}
.active .accordion-content {
    display: block;
}
.faq-digital-wrap h2 {
    text-align: center;
    font-size: 36px;
    line-height: 42px;
}
.faq-digital-sign {
    background: #F8F8F8;
    padding: 100px 0;
}
.faq-digital-sign .content-wrap {
    max-width: 1100px;
}
.faq-plot {
    margin: 75px 0 0;
}
.accordion_head h4 {
    font-size: 28px;
    line-height: 32px;
    font-family: var(--primaryfont-bold);
    margin-bottom: 0;
    transition: .3s ease;
}
.accordion.active .accordion_head h4 {
    color: #2A90DB;
}
.accordion-content {
    font-size: 20px;
    line-height: 37px;
    margin: 25px 0 0;
}
.accordion {
    padding-bottom: 35px;
    margin-bottom: 38px;
    border-bottom: 1px solid #707070;
    width: 93%;
}
.accordion.end-accordion{
    border-bottom: 0;
}
.accordion_head h4{
    position: relative;
    cursor: pointer;
}
.accordion_head h4 span:before, .accordion_head h4 span:after {
    transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    right: 4px;
    content: '';
    width: 14px;
    height: 2px;
    background: #000;
    position: absolute;
    top: 1px;
    bottom: 0;
    right: 0;
    margin: auto;
    transition: transform .2s ease;
    -webkit-transition: transform .2s ease;
    -moz-transition: transform .2s ease;
    -ms-transition: transform .2s ease;
    -o-transition: transform .2s ease;
}
.accordion_head h4 span:after {
    transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    right: 9px;
}
.accordion_head h4 span {
    width: 23px;
    position: absolute;
    right: -60px;
    height: 20px;
    top: 7px;
    transition: .3s ease;
}
.accordion.active .accordion_head h4 span {
    transform: rotate(180deg);
}
.accordion.active .accordion_head h4 span:before, .accordion.active .accordion_head h4 span:after {
    background: #4A8ED5;
}
.accordion:last-child {
    margin-bottom: 0;
    padding-bottom: 0;
}
[data-anchor="other_ways"] .describtion-wrap.with-sub-captions {
    margin: 30px 0 0;
}
[data-anchor="other_ways"] label {
    font-size: 18px;
    max-width: 620px;
    display: block;
}
.zwc_signed_note {
    padding: 40px 0 0;
    font-size: 18px;
    max-width: 660px;
    line-height: 32px;
    line-height: 32px;
}
.zwc_signed_note label {
    color: #f0483e;
    font-family: var(--primaryfont-semibold);
}


/* media query */
@media only screen and (max-width:1199px){
.list-view {
    width: 100%;
}
.grid-sec {
    width: 50%;
}
.cm-header-wrap h1 {
    font-size: 54px;
    line-height: 65px;
    width: 790px;
    max-width: 100%;
}
.inner-information h2 {
    font-size: 30px;
    line-height: 36px;
}
.information-list .custom-list-type span::after {
    height: 10px;
    left: 9px;
    top: 3px;
}
.scroller-content {
    padding: 50px 55px; 
}
.faq-digital-sign {
    padding: 80px 0;
}
.accordion_head h4 {
    font-size: 24px;
}
.accordion-content {
    font-size: 18px;
    line-height: 1.8;
}
.inner-information p {
    font-size: 17px;
}
.faq-plot {
    margin: 50px 0 0;
}
.banner-content h4 {
    font-size: 36px;
    line-height: 44px;
    margin: 0 auto 11px;
}
.digital-wrap {
    padding: 55px 50px 55px 50px;
}
.digital-wrap-left p {
    font-size: 17px;
    line-height: 30px;
    width: 508px;
}
.content-title {
    top: 60px;
}
.content-title {
    width: 400px;
}
.content-full-section {
    width: calc(100% - 400px);
}
.list-menu-wrap ul li span {
    font-size: 17px;
    padding: 20px 40px 18px;
}
.info-list li, .zwc_signed_note, [data-anchor="other_ways"] label {
    font-size: 17px;
}
}

@media only screen and (max-width:991px){
.content-title {
    display: none;
}
.content-full-section {
    padding-left: 0;
}

.inner-information .long-mb {
    margin-bottom: 35px;
}
.bolder-para {
    font-size: 17px;
    margin: auto;
    text-align: center;
}
.grid-reasons {
    margin: 40px 0 0;
}
.information-list p {
    margin: 0 auto 35px;
    text-align: center;
}
.information-list p {
    max-width: 692px;
}
.scroller-content {
    padding: 55px 55px;
}
.custom-list-type {
    max-width: 700px;
    margin: auto;
}
.scroller-content.pink-bg b.bolder-para {
    margin: 35px auto 40px;
}
.information-list ul li:before {
    top: 6px;
}
.information-list .custom-list-type span::after {
    top: 4px;
}
.information-list ul li {
    padding-left: 30px;
}
.cm-header-wrap h1 {
    width: 400px;
    font-size: 36px;
    line-height: 50px;
    text-align: center;
    margin-left: auto;
    margin-right: auto;
}
.what_is_clm h6 {
    font-size: 24px;
   text-align: center;
}
.what_is_clm p {
    text-align: center;
}
.content-full-section {
    width: 100%;
}
.digital-wrap {
    flex-direction: column;
}
.digital-wrap-left {
    width: 100%;
    text-align: center;
}
.digital-wrap-left p {
    font-size: 17px;
    width: 700px;
    margin: auto;
}
.digital-wrap-right {
    width: 100%;
    text-align: center;
    margin-top: 30px;
}
.scroller-full-section {
    margin: 85px auto 76px;
}
.inner-information p {
    font-size: 17px;
}
.cm-header-wrap h1 {
    width: 580px;
    font-size: 40px;
}

.accordion_head h4 {
    font-size: 22px;
}
.accordion-content {
    font-size: 18px;
    line-height: 30px;
}
.cta-wrap h2 {
    font-size: 36px;
    line-height: 50px;
    width: 570px;
    margin: 0 auto 28px;
}
.accordion_section {
    padding-left: 30px;
    width: calc(100% - 30px);
}
.digital-wrap-right img {
    width: 280px;
}
.cm-header-wrap {
    padding: 125px 0 395px;
}
.accordion-content {
    margin: 18px 0 0;
}
.digital-structure {
    margin-top: -345px;
}
.info-list b {
    font-size: 18px;
}
.banner-content h4 {
    font-size: 32px;
}
.zwc_signed_note {
    font-size: 17px;
    line-height: 1.8;
}
[data-anchor="other_ways"] label {
    font-size: 17px;
}
.info-list ul {
    max-width: 530px;
}
.digital-wrap-left h6, .inner-information h2 {
    font-size: 34px;
    line-height: 40px;
}
.zwc_signed_note span {
    font-size: 17px;
}
.zwc_signed_note {
    max-width: 810px;
}
[data-anchor="other_ways"] label {
    max-width: 700px;
}
.end-cta {
    padding: 60px 0 70px;
}
}

@media only screen and (max-width:767px){
.cm-header-wrap {
    padding: 45px 0;
    background: #0F3B90;
}
[data-anchor="other_ways"] label {
    margin: 0 auto;
    text-align: center;
}
.zwc_signed_note {
    margin: 0 auto;
}
.zwc_signed_note label {
    display: block;
}
.info-list ul {
    text-align: left;
    max-width: 310px;
    margin-left: auto;
    margin-right: auto;
}
.info-list {
    text-align: center;
}
.inner-information h2 {
    text-align: center;
}
.inner-information p {
    text-align: center;
    max-width: 660px;
    margin-left: auto;
    margin-right: auto;
}
[data-anchor="other_ways"] label {
    font-size: 15px;
}
.zwc_signed_note {
    font-size: 15px;
    max-width: 350px;
}
.cm-header-wrap h1 {
    font-size: 32px;
    line-height: 48px;
}
/* .banner-content {
    width: 90%;
} */
.what_is_clm p {
    font-size: 15px;
    line-height: 28px;
}
.inner-information h2 {
    font-size: 27px;
    width: 340px;
    max-width: 100%;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 20px;
    line-height: 36px;
}
.inner-information p, .bolder-para, .list-view span, .information-list ul li, .table-body span strong, .table-body span:first-child {
    font-size: 15px;
    line-height: 1.8;
}
.grid-reasons {
    flex-direction: column;
    gap: 0;
}
.grid-sec {
    width: 100%;
}
.list-view {
    padding: 30px 30px 30px 40px;
}
.list-view span:before {
    width: 6px;
    height: 6px;
    top: 6px;
}
.scroller-content {
    padding: 50px 30px 50px;
}
.information-list ul li:before {
    left: 2px;
}
.information-list .custom-list-type span::after {
    left: 10px;
}
.information-list p {
    margin: 0 auto 25px;
}
.table-field li.table-header span {
    font-size: 18px;
}
.table-field li span:first-child {
    padding-left: 18px;
}
.table-field li span:last-child {
    padding-left: 35px;
    padding-right: 15px;
}
.table-body span:last-child {
    padding-bottom: 40px;
}
.table-body span strong {
    margin-bottom: 15px;
}
.cta-wrap h2 {
    font-size: 28px;
    line-height: 38px;
    width: 314px;
}
.cta-wrap a {
    font-size: 18px;
}
.end-scroller {
    display: none;
}
.end-cta {
    padding: 40px 0 50px;
}
.scroller-full-section {
    width: 90%;
}
.describtion-wrap p span {
    font-size: 20px;
    margin-bottom: 15px;
}
.describtion-wrap.with-sub-captions {
    margin: 30px 0 0;
}
.digital-structure {
    margin-top: -370px;
}
.cm-header-wrap {
    padding: 110px 0 400px;
}
.banner-content h4 {
    font-size: 24px;
    line-height: 36px;
}
.digital-wrap-left p {
    font-size: 15px;
    line-height: 1.8;
}
.accordion_head h4 {
    font-size: 16px;
    line-height: 28px;
}
.accordion_section {
    padding-left: 0px;
    width: 100%;
}
.accordion_head h4 span {
    opacity: 0;
}
.faq-digital-sign {
    padding: 55px 0;
}
.faq-plot {
    margin: 26px 0 0;
}
.accordion_head h4 span:before, .accordion_head h4 span:after {
    width: 10px;
}
.accordion_head h4 span:after {
    right: 6px;
}
.cta-wrap h2 {
    width: 420px;
}
.digital-wrap-left h6 {
    font-size: 27px;
    line-height: 36px;
    margin-bottom: 12px;
}
.info-list b {
    font-size: 18px;
    line-height: 29px;
    margin-left: auto;
    margin-right: auto;
}
.info-list li:before {
    width: 5px;
    height: 5px;
    left: 16px;
}
.faq-digital-wrap h2 {
    font-size: 27px;
}
.accordion {
    padding-bottom: 24px;
    margin-bottom: 25px;
    width: 100%;
}
.accordion-content {
    font-size: 15px;
    line-height: 26px;
}
.info-list li {
    font-size: 15px;
    margin-bottom: 10px;
}
.scroller-full-section {
    margin: 50px auto 55px;
}
.digital-wrap-right img {
    width: 225px;
}
.describtion-wrap p {
    margin-bottom: 20px;
}
.info-list b {
    font-size: 15px;
    line-height: 1.8;
    max-width: 350px;
}
.zwc_signed_note {
    font-size: 15px;
    max-width: 340px;
}
.zwc_signed_note span {
    font-size: 15px;
}
.accordion-content {
    margin: 12px 0 0;
}
.digital-wrap, .scroller-content {
    padding: 45px 30px;
}
.cta-wrap a {
    font-size: 15px;
}
}

@media only screen and (max-width:480px){
.digital-wrap {
    padding: 35px 18px;
}
.scroller-content {
    padding: 35px 18px;
}
.digital-wrap-right img {
    width: 200px;
}
.zwc_signed_note {
    max-width: 240px;
}
.inner-information h2 {
    width: 320px;
}
}

@media only screen and (min-width:992px){
.cta-wrap a {
    min-width: 280px;
}
}
</pre></body></html>