a {
    color: var( --zwc-link-clr);
}
.zwc-page-wrap p {
    text-wrap: pretty;
}
div#zw-product-header {
    z-index: 10;
    position: relative;
}
/* base styles */
.zwc-row {
    display: flex;
    gap: 111px;
    align-items: center;
}
.zwc-col-2 {
    width: 50%;
}
.zwc-col-1 {
    width: 40%;
}
.cta-btn {
    font-family: var(--primaryfont-bold);
    padding: 14px 25px;
    border-radius: 3px;
}
/* Banner section */
.zwc-banner-wrap {
    padding: 160px 0;
    position: relative;
    margin-top: -70px;
    background: #081f3e;
}
.zwc-banner-wrap::before {
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: url(/sites/zweb/images/notebook/share-collaborate/zns-pattern.png) repeat 0 0 / 30px;
    opacity: .8;
}
.zwc-banner-content {
    max-width: 900px;
    margin: 0 auto;
    text-align: center;
}
.apps-download-links-wrap a.mac-download-app-store {
    margin: 0;
    transform: scale(1.3);
    margin-left: 20px;
}
.zwc-banner-wrap h1 {
    color: #fff;
    font-size: 60px;
    margin-bottom: 20px;
    text-wrap: pretty;
}
.zwc-banner-wrap p {
    color: #fff;
    font-size: 18px;
    margin-bottom: 45px;
}
.zwc-banner-wrap img {
    border-radius: 7px;
}
.zwc-list-btn a.act-btn {
    font-family: var(--primaryfont-bold);
    padding: 14px 35px;
    border-radius: 3px;
    border: 1px solid var(--primary-btn-color);
}
ul.zwc-list-btn {
    display: flex;
    justify-content: center;
    gap: 25px;
    margin: 30px 0 0;
    flex-wrap: wrap;
    align-items: center;
}
.zwc-list-btn li:first-child a.act-btn {
    background: var(--primary-btn-color);
    color: #fff;
}
/* Two column section */
.zwc-two-column-section {
    background: #F4F7FA;
}
.zwc-two-column-section .content-wrap {
    padding-top: 120px;
}
.zwc-single-col .zwc-content {
    margin-bottom: 30px;
}
.zwc-two-column-section .content-wrap:last-child {
    padding-bottom: 100px;
}
.zwc-two-column-section .content-wrap:nth-child(even) .zwc-row {
    flex-direction: row-reverse;
}
.zwc-two-column-section .zwc-image {
    position: relative;
}
.zwc-two-column-section .zwc-image img {
    width: 100%;
    border-radius: 7px;
}
.zwc-page-wrap h2 {
    font-size: 38px;
    text-wrap: pretty;
}
.zwc-two-column-section p {
    font-size: 18px;
}
.zwc-two-column-section .zwc-row.zwc-single-col,
.zwc-two-column-section .content-wrap:nth-child(even) .zwc-row.zwc-single-col {
    flex-direction: column;
    gap: 0;
}
.zwc-two-column-section .zwc-single-col .zwc-col-1,
.zwc-two-column-section .zwc-single-col .zwc-col-2 {
    width: 100%;
    max-width: 960px;
    text-align: center;
}

.zwc-features-grid-section {
    --gap: clamp(20px, 8vw, 20px);
    --show-count: 3;
    padding: 80px 0;
}
.zwc-feature-item h3 {
    font-size: 24px;
    text-wrap: pretty;
    position: relative;
    padding-top: 60px;
}
.zwc-feature-item h3::before {
    content: '';
    display: block;
    width: 30px;
    height: 30px;
    border-radius: 50%;
    background: #103576;
    position: absolute;
    top: 0;
    left: 0;
}
.zwc-feature-item h3::after {
    content: '';
    position: absolute;
    left: 11px;
    top: 6px;
    transform: rotate(45deg);
    width: 8px;
    height: 14px;
    border: solid #fff;
    border-width: 0 2px 2px 0;
}
.zwc-features-grid-section .zwc-title {
    margin: 0 auto 70px;
    max-width: 700px;
    text-align: center;
}
.zwc-features-grid .zwc-feature-item {
    display: flex;
    align-items: self-start;
    width: calc((100% - var(--gap, 0px) * (var(--show-count, 1) - 1)) / var(--show-count, 1));
    max-width: 500px;
    margin-inline: auto;
    flex-direction: column;
    background: #ebf3ff;
    padding: 70px 40px;
    border-radius: 5px;
    border: 1px solid #d4ddea;
}
.zwc-features-grid {
    display: flex;
    margin-inline: auto;
    flex-wrap: wrap;
    gap: var(--gap);
}
/* CTA section */
.zwc-cta-section {
    background-color: #081F3E;
    text-align: center;
    padding: 80px 0;
}
.zwc-cta-section .zwc-cta-content {
    max-width: 700px;
    margin: auto;
}
.zwc-cta-section h2 {
    text-align: center;
    color: #fff;
}
.zwc-cta-section p {
    text-align: center;
    color: #fff;
}
/* FAQ */
.zwc-nb-faq-wrap {
    padding: 50px 0 70px;
    --con-padding: 25px 80px 25px 50px;
}
.zwc-nb-faq-wrap h2 {
    text-align: center;
    margin-bottom: 80px;
}
.zwc-faq-main {
    margin: 50px auto 0;
    max-width: 850px;
}
.zwc-faq-content {
    margin-bottom: 30px;
    background: #f2f2f2;
    border-radius: 5px;
}
.zwc-faq-content h3 {
    position: relative;
    font-size: 19px;
    border-bottom: 1px solid transparent;
    cursor: pointer;
    margin: 0;
    transition: all .5s ease;
    border-radius: 5px;
    padding: var(--con-padding);
}
.zwc-nb-faq-wrap .zwc-faq-details {
    display: none;
    padding: 0px 90px 50px 50px;
}
.zwc-nb-faq-wrap .zwc-faq-details p {
    font-size: 17px;
    margin: 0;
    line-height: 1.7;
}
.zwc-faq-content .zwc-faq-arrow::after,
.zwc-faq-content .zwc-faq-arrow::before {
    content: '';
    position: absolute;
    display: block;
    width: 12px;
    height: 2px;
    background: #ffffff;
    border-radius: 2px;
    transition: all .5s;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    margin: auto;
}
.zwc-faq-content .zwc-faq-arrow::after {
    transform: rotate(90deg);
}
.zwc-faq-content h3.active span.zwc-faq-arrow:after {
    transform: rotate(0deg);
}
.zwc-faq-content h3 span.zwc-faq-arrow {
    position: absolute;
    right: 28px;
    top: 0;
    bottom: 0;
    width: 35px;
    height: 35px;
    border-radius: 100%;
    transition: all .5s ease;
    background: #18232f;
    margin: auto;
}

.zwc-faq-content h3:before {
    content: "";
    width: 12px;
    height: 12px;
    background: transparent;
    position: absolute;
    right: 30px;
    top: 0;
    bottom: 0;
    margin: auto;
    border-top: 2px solid #000000;
    border-right: 2px solid #000000;
    transform: rotate(45deg);
    transition: all .5s ease;
    transform-origin: center;
}
.zwc-faq-content h3.active:before {
    transform: rotate(135deg);
    top: -5px;
}
.zwc-faq-content.active h3:focus-visible {
    margin-bottom: 20px;
}
/* Responsive */
@media only screen and (max-width: 1440px) {
    .zwc-banner-wrap h1 {
         font-size: 48px;
    }
    .zwc-banner-wrap p {
        font-size: 16px;
    }
    .zwc-two-column-section h2 {
        font-size: 38px;
    }
}
@media only screen and (max-width: 1024px) {
    .zwc-two-column-section h2,
    .zwc-cta-section h2 {
      font-size: 32px;
    }
    .zwc-banner-wrap h1 {
      font-size: 40px;
    }
}
@media only screen and (max-width: 991px) {
    .zwc-banner-wrap {
        padding: 120px 0 80px;
    }
    .zwc-banner-content {
        max-width: 760px;
    }
    .zwc-cta-section {
        padding: 55px 0;
    }
    .zwc-col-1, .zwc-col-2 {
        width: 100%;
    }
    .zwc-row,
    .zwc-two-column-section .content-wrap:nth-child(even) .zwc-row {
        flex-direction: column;
        gap: 40px;
    }
    .zwc-banner-wrap p {
        margin-bottom: 24px;
    }  
    .zwc-two-column-section p {
        font-size: 16px;
    }
    .zwc-features-grid-section {
        --show-count: 2;
    }
    .zwc-features-grid {
        max-width: 700px;
    }
}
@media only screen and (max-width: 767px) {
    .zwc-banner-wrap h1 {
        font-size: 32px;
    }
    .zwc-two-column-section .content-wrap:last-child {
        padding-bottom: 60px;
    }
    .zwc-page-wrap h2 {
        font-size: 30px;
    }
    .zwc-two-column-section .content-wrap {
        padding: 35px 0;
    }
    .zwc-two-column-section {
        padding: 25px 0;
    }
    .zwc-features-grid .zwc-feature-item {
        padding: 50px 30px;
    }
    .zwc-features-grid-section {
        --show-count: 1;
    }
    .zwc-nb-faq-wrap .zwc-faq-details {
        padding: 0px 40px 50px 30px;
    }
    .zwc-faq-content h3 {
        font-size: 19px;
    }
    .zwc-nb-faq-wrap {
        --con-padding: 30px 62px 30px 25px;
        padding: 0 0 50px;
    }
    .zwc-cta-section h2 {
        font-size: 26px;
    }
}