/* promo banner */
.zw-promotion {
    padding: 10px;
    position: relative;
    width: 100%;
    box-sizing: border-box !important;
    background-color: #2b1ec6;
}

.zw-promotion p {
    margin: 0;
    text-align: center;
    font-size: 15px;
    font-family: var(--zf-primary-semibold);
    color: #fff;
}

.zw-promotion p a {
    border-bottom: 1px solid;
    padding: 0;
    display: inline-block;
    color: #FFC61D;
    line-height: 1.4;
    text-transform: uppercase;
    font-family: var(--zf-primary-bold);
}


/* common styles */
.zw-product-header {
    background: #f8f7f3;
}

.zvh-page-wrapper h2 {
    font-size: 64px;
    line-height: 74px;
    letter-spacing: -1.92px;
    font-family: var(--secondaryfont-semibold);
}

.zvh-page-wrapper h3 {
    font-size: 40px;
    font-family: var(--secondaryfont-bold);
}

.zvh-page-wrapper .act-btn {
    padding: 14px 32px;
    font-size: 17px;
    border-radius: 4px;
    border: 2px solid var(--primary-btn-color);
}

.zvh-lmore-cta {
    position: relative;
    display: inline-block;
    padding: 0 35px 0px 0;
    text-decoration: underline;
    text-underline-offset: 3px;
    font-family: var(--zf-secondary-medium);
}

.zvh-lmore-cta:before {
    content: '';
    width: 12px;
    height: 1px;
    position: absolute;
    right: 14px;
    top: 14px;
    border: 1px solid;
    border-radius: 10px;
    transition: all .5s ease;
}

.zvh-lmore-cta:after {
    content: '';
    width: 9px;
    height: 9px;
    border-right: 2px solid;
    border-bottom: 2px solid;
    position: absolute;
    right: 15px;
    top: 15px;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform-origin: 0 0;
    transition: all .5s ease;
}

.zvh-lmore-cta:hover:before {
    right: 9px;
}

.zvh-lmore-cta:hover:after {
    right: 10px;
}

.lang-rtl .zvh-lmore-cta {
    text-underline-offset: 4px;
}

/* banner section */

.zvh-banner-section {
    padding: 80px 0 0;
    position: relative;
    background: linear-gradient(180deg, #fdfbf2 -13.14%, #e9edf5 25%, #8aaef9 100%);
}

.zvh-banner-section::before {
    content: '';
    background: url(/sites/zweb/images/vault/homepage/banner-bg-lines.png) no-repeat;
    background-size: 1910px auto;
    background-position: 50% 100%;
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    filter: blur(12px);
    opacity: .5;
}

.zvh-banner-section .content-wrap {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 0 0 80px;
}

.zvh-banner-cont h1 {
    font-size: 88px;
    line-height: 82px;
    letter-spacing: -2.6px;
    max-width: 700px;
    margin: 0 auto 40px;
    font-family: var(--primaryfont-semibold);
}

.zb-txt {
    display: block;
    height: 90px;
    color: #2B1EC6;
    margin: 10px 0 0;
}

.zb-txt-word {
    position: absolute;
    left: 0;
    right: 0;
    width: 450px;
    opacity: 0;
    margin: 0;
}

.zb-txt-letter {
    display: inline-block;
    position: relative;
    transform: translateZ(25px);
    transform-origin: 50% 50% 25px;
}

.zb-txt-letter.out {
    transform: rotateX(-90deg);
    transition: transform 0.32s cubic-bezier(0.55, 0.055, 0.675, 0.19);
}

.zb-txt-letter.behind {
    transform: rotateX(90deg);
}

.zb-txt-letter.in {
    transform: rotateX(0deg);
    transition: transform 0.38s cubic-bezier(0.175, 0.885, 0.32, 1.275);
}

.zvh-banner-cta {
    display: flex;
    gap: 15px;
    flex-wrap: wrap;
}

.zvh-banner-cta .act-btn.cta-btn {
    display: none;
}

.zvh-banner-cta .cont-btn {
    background: #000;
    border: 2px solid #000;
    border-radius: 4px;
    color: #fff;
}

.watch-btn {
    position: relative;
    font-family: var(--secondaryfont-semibold);
    font-size: 17px;
    color: #000;
    cursor: pointer;
    background: 0px center;
    border-width: 2px;
    border-style: solid;
    border-color: #000;
    padding: 17px 30px 17px 50px;
    border-radius: 4px;
    text-transform: uppercase;
}

.watch-btn:before {
    content: "";
    position: absolute;
    width: 0px;
    height: 0px;
    top: 0px;
    bottom: 0px;
    left: 30px;
    margin: auto 0px;
    border-style: solid;
    border-width: 7px 7px 7px 9px;
    border-color: transparent transparent transparent #000;
}

.zvh-banner-form {
    width: 50%;
}

.signup-box {
    background: #fff;
    box-shadow: 0px 4px 20px 0px rgba(120, 143, 168, 0.20);
    width: 100%;
    max-width: 500px;
    padding: 50px;
    border-radius: 8px;
}

.form-head {
    font-size: 19px;
    font-family: var(--primaryfont-semibold);
    margin-bottom: 10px;
    color: #000;
}

.zvh-banner-image {
    width: 100%;
    position: relative;
    display: none;
}

.zvh-banner-image ul {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.zvh-banner-image ul li {
    opacity: 0;
    -webkit-transition: all 1s ease 0s;
    transition: all 1s ease 0s;
    transform: translate(0, 50px);
    background: transparent linear-gradient(134deg, #BB92FF 0, #0441FF 100%) 0 0 no-repeat padding-box;
    border-radius: 8px;
    border: 0.386px solid #CCF;
    box-shadow: 0px 2.93px 5.86px -7.713px rgba(13, 55, 119, 0.05), 0px 13px 16.351px -3.856px rgba(39, 82, 146, 0.18);
    position: relative;
    padding: 1px;
}

.zvh-banner-image ul li:nth-child(2) {
    transition-delay: .5s;
}

.zvh-banner-image ul li:nth-child(3) {
    transition-delay: 1s;
}

.zvh-banner-image ul li:nth-child(4) {
    transition-delay: 1.5s;
}

.zvh-banner-section .animated ul li {
    opacity: 1;
    transform: translate(0, 0);
}

.zvh-banner-section .animated .zvh-banner-image ul li:nth-child(1),
.zvh-banner-section .animated .zvh-banner-image ul li:nth-child(3) {
    -webkit-animation: zeven 6s linear 3s infinite;
    animation: zeven 6s linear 3s infinite
}

.zvh-banner-section .animated .zvh-banner-image ul li:nth-child(2),
.zvh-banner-section .animated .zvh-banner-image ul li:nth-child(4) {
    -webkit-animation: zodd 6s linear 3s infinite;
    animation: zodd 6s linear 3s infinite
}

.zvh-banner-image ul li img {
    display: block;
    border-radius: 7px;
}

.zvh-banner-image ul li:first-child {
    top: -100px;
}

.zvh-banner-image ul li:nth-child(2) {
    top: 30px;
}

.zvh-banner-image ul li:nth-child(3) {
    top: 50px;
    left: 70px;
}

.zvh-banner-image ul li:nth-child(4) {
    top: -80px;
    right: -40px;
}

.zb-icons {
    width: 80px;
    height: 80px;
    display: flex;
    border: 1px solid;
    align-items: center;
    justify-content: center;
    border-radius: 10px;
    box-shadow: 2px 3px 0px 2px #000;
    background: #fff;
    position: absolute;
    opacity: 0;
    -ms-filter: "alpha(opacity=0)";
    -webkit-transition: all 3s ease .1s;
    transition: all 3s ease .1s;
}

.zvh-banner-section .middle-animated .zb-icons {
    opacity: 1;
    -ms-filter: "alpha(opacity=100)";
}

/* body-umain starts */
.body-umain .zvh-banner-section .content-wrap {
    display: block;
}

.body-umain .zvh-banner-cont {
    text-align: center;
}

.body-umain .zvh-banner-cont h1 {
    margin: 0 auto 40px;
}

.body-umain .zb-txt {
    text-align: center;
}

.body-umain .zb-txt-word {
    margin: auto;
}

.body-umain .zvh-banner-cta {
    justify-content: center;
}

.body-umain .cont-btn {
    display: none;
}

.body-umain .zvh-banner-image {
    display: block;
}

/* body-umain ends */

/* dashboard section */
.zvh-dashboard {
    overflow: hidden;
    position: relative;
    padding: 60px 0 0;
}

.zvh-dashboard svg {
    background: #347df0;
    border-radius: 24px;
    display: block;
    max-width: 1020px;
    margin: 0 auto;
    position: relative;
    top: 0;
    z-index: 1;
}

.zvh-nav-tab {
    cursor: pointer;
}

.zvh-nav-bg {
    opacity: 0;
    transition: ease-in-out .3s;
}

.active .zvh-nav-bg {
    opacity: 1;
}

.zvh-dashboard .active .circle,
.zvh-screens path {
    opacity: 0;
    visibility: hidden;
}

.zvh-dashboard .circle,
.zvh-screens path.active {
    opacity: 1;
    visibility: visible;
    transition: all .5s
}

.zvh-banner-shapes {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    max-width: 1360px;
    left: 0;
    right: 0;
    margin: auto;
}

.zvh-banner-shapes [class|=zb-img] {
    position: absolute;
}

.zb-img-one {
    top: -30px;
    left: -140px;
}

.zb-img-two {
    bottom: 50px;
    left: -100px;
}

.zb-img-three {
    top: 250px;
    left: -10px;
}

.zb-img-three::before,
.zb-img-seven::before {
    content: '';
    width: 50px;
    height: 50px;
    background: url(/sites/zweb/images/vault/homepage/star-icon.svg) no-repeat;
    background-size: 100% auto;
    position: absolute;
    right: 0;
    top: 18px;
    animation-name: fade;
    animation-duration: 1s;
    animation-iteration-count: infinite;
    animation-direction: alternate;
    -webkit-animation-name: fade;
    -webkit-animation-duration: 1s;
    -webkit-animation-iteration-count: infinite;
    -webkit-animation-direction: alternate;
}

.zb-img-four {
    top: -12px;
    right: -190px;
    width: 60px;
}

.zb-img-five {
    top: 260px;
    right: -220px;
    width: 80px;
    filter: blur(1px);
    animation: fullRotate 10s linear infinite;
}

.zb-img-six {
    bottom: 280px;
    right: 0;
}

.zb-img-seven {
    top: 20px;
    right: 100px;
}

.zb-img-seven::before {
    top: -28px;
    right: 4px;
}

.zb-img-eight {
    bottom: 10px;
    right: -80px;
}

@keyframes fade {
    50% {
        opacity: 0;
        transform: scale(0.5);
    }

    100% {
        opacity: 1;
        transform: scale(1);
    }
}

@-webkit-keyframes fade {
    50% {
        opacity: 0.4;
        transform: scale(0.5);
    }

    50% {
        opacity: 1;
        transform: scale(1);
    }

    100% {
        opacity: 0;
        transform: scale(1.5);
    }
}

@keyframes fullRotate {
    from {
        transform: rotate(0)
    }

    to {
        transform: rotate(360deg)
    }
}

/* platforms section */
.zvh-platforms-section {
    background: #000;
    color: #fff;
    padding: 140px 0;
    position: relative;
    z-index: 1;
    margin: -80px 0 0;
}

.zvh-platforms-section .content-wrap {
    max-width: 960px;
}

.zvh-platforms-section h2 {
    font-size: 48px;
    letter-spacing: -1.2px;
}

.zvh-platforms-head {
    font-size: 32px;
    line-height: 50px;
    letter-spacing: -1.28px;
    color: #C8C8C8;
    max-width: 640px;
    margin: 0;
}

.zvh-platforms-head span>span {
    display: inline-flex;
    align-items: center;
    padding: 0px 20px 2px;
    border-radius: 24px;
    color: #fff;
    font-size: 30px;
    line-height: 46px;
    margin: 10px 5px 10px 0px;
    background-size: 200%;
    /* background-position: 0 0; */
    transition: all 1s ease-in-out;
}

.zicon-sharing {
    /* background: linear-gradient(to right, rgba(255, 255, 255, 0) 50%, #5E05FF 50%); */
    background: #5E05FF;
}

.zicon-storing {
    /* background: linear-gradient(to right, rgba(255, 255, 255, 0) 50%, #E66C13 50%); */
    background: #E66C13;
}

.zicon-securing {
    /* background: linear-gradient(to right, rgba(255, 255, 255, 0) 50%, #019E0D 50%); */
    background: #019E0D;
}

.zvh-platforms-head .zicon-storing {
    transition-delay: 1s;
}

.zvh-platforms-head .zicon-securing {
    transition-delay: 2s;
}

.middle-animated .zvh-platforms-head span>span {
    background-position: -100% 0;
}

.zvh-platforms-head span>span:nth-child(3) {
    margin: 10px 0 10px 5px;
}

[class|=zicon]::before {
    content: '';
    background: url(/sites/zweb/images/vault/homepage/sprite-icons.svg);
    background-repeat: no-repeat;
    background-size: auto 100%;
    display: inline-block;
    width: 25px;
    height: 35px;
    margin: 0 5px 0 0;
}

.zicon-sharing::before {
    background-position: -1px 0;
}

.zicon-storing::before {
    background-position: -29px 0;
}

.zicon-securing::before {
    background-position: -54px 0;
    width: 21px;
}

/* zvh badges section */
.zvh-badges-section {
    padding: 140px 0 0;
    max-width: 1680px;
    margin: 0 auto;
    position: relative;
}

.zvh-badges-wrap {
    display: flex;
    justify-content: space-between;
    max-width: 960px;
    margin: 0 auto;
}

.zvh-badges-wrap li {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 44%;
}

.zvh-badges-img {
    width: 140px;
    height: 140px;
    background: #F8F3EB;
    border-radius: 16px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.zvh-badges-cont {
    width: 60%;
}

.zvh-badges-cont a {
    color: #2B1EC6;
    font-family: var(--secondaryfont-semibold);
}

/* rating section */
.zvh-rating-section {
    padding: 140px 0;
    max-width: 1680px;
    margin: 0 auto;
    position: relative;
}

.zvh-rating-section ul {
    display: flex;
    gap: 20px;
    width: 95%;
    max-width: 960px;
    margin: 0 auto;
    justify-content: center;
    text-align: center;
}

.zvh-rating-section ul li {
    width: 20%;
    position: relative;
}

.zvh-rating-section ul li:not(:first-child):before {
    content: '';
    width: 1px;
    height: 50px;
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    border-left: 1px dashed #EAE0C7;
}

.zvh-rating-section .rating-logo {
    min-height: 40px;
    margin: 0 0 15px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.zvh-rating-section .rating-logo img {
    display: block;
    max-height: 40px;
    transform: scale(1.2);
    opacity: 1;
    transition: all .3s ease
}

.zvh-rating-section ul li:nth-child(2) .rating-logo img {
    transition-delay: .5s;
}

.zvh-rating-section ul li:nth-child(3) .rating-logo img {
    transition-delay: .7s;
}

.zvh-rating-section ul li:nth-child(4) .rating-logo img {
    transition-delay: .9s;
}

.zvh-rating-section ul li:nth-child(5) .rating-logo img {
    transition-delay: 1.1s;
}

.zvh-rating-section ul li:nth-child(6) .rating-logo img {
    transition-delay: 1.3s;
}

.zvh-rating-section ul li:nth-child(7) .rating-logo img {
    transition-delay: 1.5s;
}

.zvh-rating-section.zwe-om .rating-logo img {
    opacity: 1;
    transform: scale(1);
}

.rating-num {
    display: flex;
    align-items: center;
    text-align: center;
    justify-content: center;
}

.zvh-rating-section ul li a {
    color: #000;
    display: inline-block;
}

.zvh-rating-section ul li p {
    margin: 0;
    font-family: var(--secondaryfont-bold);
    font-size: 16px;
}

.rating-star {
    color: #f7b21a;
    text-transform: uppercase;
    margin: 0 0 0 10px;
    max-width: 100%;
    font-size: 30px;
    line-height: 20px;
    letter-spacing: 2px;
    display: inline-block;
    width: auto;
    height: auto;
    position: relative;
    top: -3px;
    font-family: monospace !important;
}

.rating-star:before,
.rating-star:after {
    content: '\2605\2605\2605\2605\2605';
    position: absolute;
    top: 0;
    left: 0
}

.rating-star:before {
    color: #D0D0D0;
    z-index: 0;
    width: auto;
    height: auto
}

.rating-star:after {
    color: #f9a826;
    overflow: hidden;
    -webkit-transition: width 2.5s ease;
    -o-transition: width 2.5s ease 1s;
    -webkit-transition: width 2.5s ease 1s;
    transition: width 2.5s ease 1s;
    width: 0%;
    height: auto;
    direction: ltr;
    z-index: 1
}

.zvh-rating-section.zwe-om .rating-star.zfour-one:after {
    width: 82%;
}

.zvh-rating-section.zwe-om .rating-star.zfour-two:after {
    width: 84%;
}

.zvh-rating-section.zwe-om .rating-star.zfour-three:after {
    width: 86%;
}

.zvh-rating-section.zwe-om .rating-star.zfour-four:after {
    width: 88%;
}

.zvh-rating-section.zwe-om .rating-star.zfour-five:after {
    width: 90%;
}

.zvh-rating-section.zwe-om .rating-star.zfour-six:after {
    width: 92%;
}

.zvh-rating-section.zwe-om .rating-star.zfour-seven:after {
    width: 94%;
}

.zvh-rating-section.zwe-om .rating-star.zfour-eight:after {
    width: 96%;
}

/* zvh-sharing-section */

.zvh-sharing-section {
    padding: 0;
}

.zvh-sharing-section h2 {
    max-width: 900px;
    margin: 0 auto;
    text-align: center;
}

.zvh-sharing-section h2 span {
    display: block;
    color: #4900D1;
    background: none;
    font-size: 18px;
    text-transform: uppercase;
    letter-spacing: 0.36px;
}

.zvh-sharing-section .zicon-sharing:before {
    background-position: -85px -18px;
    height: 16px;
    background-size: 262px auto;
    width: 16px;
    top: 1px;
    position: relative;
}

.zvh-sharing-section .zicon-sharing:before {
    background-position: -82px -11px;
    height: 16px;
    background-size: 250px auto;
    width: 16px;
    top: 1px;
    position: relative;
}

.zvh-sharing-section ul {
    display: grid;
    gap: 20px;
    margin: 65px 0 0;
    justify-content: center;
    grid-template-columns: repeat(auto-fit, minmax(305px, 1fr));
}

.zvh-sharing-section ul li a {
    color: #000;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    overflow: hidden;
    height: 100%;
    border-radius: 16px;
    transition: transform .2s cubic-bezier(.455, .03, .515, .955);
}

.zvh-sharing-section ul li a:hover {
    transform: scale(1.02);
}

.zvh-sharing-section ul li a:hover img {
    transform: scale(1.04);
}

.zvh-sharing-section ul li a:hover .zvh-lmore-cta:before {
    right: 9px;
}

.zvh-sharing-section ul li a:hover .zvh-lmore-cta:after {
    right: 10px;
}

.zvh-sharing-section ul li:nth-child(1) a {
    background: #FFECA7;
}

.zvh-sharing-section ul li:nth-child(2) a {
    background: #A6ECFF;
}

.zvh-sharing-section ul li:nth-child(3) a {
    background: #ABFFE9;
}

.zvh-sharing-section ul li:nth-child(4) a {
    background: #ECC2FF;
}


.zvh-sharing-section ul li h3 {
    font-size: 24px;
}

.zvh-sharing-cont {
    padding: 32px 28px;
    position: relative;
    z-index: 1;
}

.zvh-sharing-img img {
    display: block;
    transition: transform 0.4s cubic-bezier(.455, .03, .515, .955);
}

/* storing section */
.zvh-storing-section {
    padding: 140px 0;
}

.zvh-storing-section .content-wrap {
    display: flex;
    justify-content: space-between;
}

.zvh-storing-cont {
    width: 42%;
}

.zvh-storing-img-mobile {
    display: none;
}

.zvh-storing-section h2 {
    letter-spacing: -1.92px;
}

.zvh-storing-section .zicon-sharing {
    display: block;
    color: #D14900;
    background: none;
    font-size: 18px;
    text-transform: uppercase;
    letter-spacing: 0.36px;
}

.zvh-storing-section .zicon-sharing:before {
    background-position: -93px -9px;
    height: 16px;
    background-size: 230px auto;
    width: 18px;
    top: 1px;
    position: relative;
}

.zvh-storing-cont ul {
    margin: 40px 0 0;
    max-width: 500px;
}

.zvh-storing-cont ul h3 {
    font-size: 22px;
    position: relative;
    letter-spacing: -0.6px;
    padding: 0;
    margin: 0;
    cursor: pointer;
}

.zvh-storing-cont ul h3 button {
    font-size: 22px;
    font-family: var(--secondaryfont-bold);
    letter-spacing: -0.6px;
    width: 100%;
    text-align: left;
    margin: 0;
    padding: 30px 35px 30px 0;
    background: 0;
    border: 0;
    cursor: pointer;
    color: #000;
    position: relative;
    z-index: 1;
}

.zvh-storing-cont ul p {
    padding: 0 40px 0 0;
    max-width: 475px;
    display: none;
}

.zvh-storing-cont ul li p.active {
    display: block;
}

.zvh-storing-cont ul li:not(:last-child) {
    border-bottom: 1px solid #E4E5E5;
}

.zvh-storing-cont ul h3:after {
    content: '';
    width: 14px;
    height: 14px;
    border-style: solid;
    border-width: 2px;
    border-color: #686868 #686868 transparent transparent;
    position: absolute;
    right: 12px;
    transform: rotate(135deg);
    top: 0;
    bottom: 0;
    margin: auto;
    transition: all .3s ease;
}

.zvh-storing-cont ul li.zactive h3:after {
    transform: rotate(-45deg);
    top: 10px;
}

.zvh-storing-img {
    width: 48%;
    background: #FFF4FF url(/sites/zweb/images/vault/homepage/storing-bg.jpg) no-repeat;
    background-size: auto 100%;
    border-radius: 16px;
    min-height: 850px;
}

.zvh-storing-img ul li {
    display: flex;
    align-items: center;
    justify-content: center;
}

.zvh-storing-img ul li img {
    position: absolute;
    margin: auto;
    top: 0;
    bottom: 0;
    opacity: 0;
    visibility: hidden;
    transform: translate(0, 50px);
    transition: opacity .8s ease, transform 1s ease;
}

.zvh-storing-img ul li.zactive img {
    opacity: 1;
    visibility: visible;
    transform: translate(0, 0);
}

.zvh-storing-img ul li:not(:nth-child(2)) img,
.zvh-storing-cont ul li:not(:nth-child(2)) img {
    box-shadow: 0 0 0 1px rgb(174 174 174 / 40%);
    border-radius: 4px;
}

/* whychoose section */
.zvh-whychoose-section {
    padding: 140px 0;
    position: relative;
    background-color: #FCFAF5;
}

.table-wrap {
    width: 100%;
    overflow: scroll;
    margin: 60px 0 0;
}

.table-wrap ul {
    width: 100%;
    position: relative;
    z-index: 1;
}

.table-wrap ul li {
    display: grid;
    grid-template-columns: 38% 15% 16% 15% 16%;
}

.table-wrap ul li:first-child {
    position: sticky;
    top: 65px;
    z-index: 1;
    background: #fcfaf4;
}

.table-wrap ul li>span {
    padding: 25px 30px;
    box-sizing: border-box;
    position: relative;
    border-bottom: 1px solid #E9E0C8;
    transition: all .3s ease;
}

.middle-animated .table-wrap .table-body li>span:nth-child(2) {
    background-color: #fff;
    box-shadow: 0px 13px 23.978px -3.029px rgba(67, 67, 67, 0.15);
    border: 0.5px solid #ECDCB2;
}

.middle-animated .table-wrap ul li:first-child>span:nth-child(2) {
    box-shadow: 0px 0 23.978px -3.029px rgba(67, 67, 67, 0.15);
}

.middle-animated .table-wrap .table-body li>span:nth-child(2) {
    background-color: #fff;
    box-shadow: 0px 13px 23.978px -3.029px rgba(67, 67, 67, 0.15);
    border: 0.5px solid #ECDCB2;
}

.table-wrap ul li:first-child>span {
    border-radius: 16px 16px 0 0;
    display: flex;
    align-items: center;
    padding: 30px 30px 25px;
}

.table-wrap .table-body li:first-child>span:nth-child(1) {
    font-family: var(--secondaryfont-semibold);
    font-size: 32px;
}

.table-wrap .table-body li>span:nth-child(1) {
    padding: 30px 30px 25px 0;
    font-family: var(--zf-secondary-medium);
}

.table-wrap ul li:last-child>span:not(:first-child) {
    text-align: center;
    font-family: var(--secondaryfont-semibold);
}

.table-wrap ul li:last-child>span:not(:first-child) label {
    display: block;
    font-size: 14px;
    font-family: var(--secondaryfont-regular);
}

.table-wrap .sr-only {
    display: none;
}

.zv-tick::before,
.zv-cross::before {
    position: absolute;
    content: "";
    inset: 0;
    margin: auto
}

.zv-tick::before {
    display: block;
    width: 8px;
    height: 15px;
    transform: rotate(45deg);
    position: absolute;
    border-bottom: 3px solid #2B1EC6;
    border-right: 3px solid #2B1EC6;
}

.zv-cross::before {
    background: linear-gradient(to bottom, transparent 40%, #d00 45%, #d00 55%, transparent 0%), linear-gradient(to right, transparent 40%, #d00 45%, #d00 55%, transparent 0);
    transform: rotate(45deg);
    width: 16px;
    height: 16px;
}

.zv-tick span,
.zv-cross span {
    opacity: 0;
    text-align: center;
    display: block;
}

.table-wrap ul li:last-child>span {
    border-bottom: none;
    padding: 40px 20px;
    border-radius: 0 0 16px 16px;
}

.zd-title img {
    display: block;
    margin: auto;
}

/* securing section */
.zvh-securing-section {
    padding: 140px 0;
    background: #000;
    color: #fff;
    position: relative;
    overflow: hidden;
}

.zvh-securing-section::before {
    content: '';
    background: url(/sites/zweb/images/vault/homepage/securing-bg.png) no-repeat;
    background-size: 100% auto;
    position: absolute;
    left: 0;
    bottom: -40px;
    width: 500px;
    height: 400px;
}

.zvh-securing-section h3 {
    font-size: 20px;
    letter-spacing: -0.4px;
}

.zvh-securing-section p {
    color: #C8C8C8;
    margin: 0;
}

.zvh-securing-section h2 .zicon-securing {
    display: block;
    color: #019E0D;
    background: none;
    font-size: 18px;
    text-transform: uppercase;
    letter-spacing: 0.36px;
}

.zvh-securing-section h2 .zicon-securing:before {
    background-position: -118px -17px;
    height: 16px;
    background-size: 245px auto;
    width: 15px;
    top: 1px;
    position: relative;
}

.zvh-securing-section h2 .zicon-securing {
    display: block;
    color: #019E0D;
    background: none;
    font-size: 18px;
    text-transform: uppercase;
    letter-spacing: 0.36px;
}

.zvh-securing-section h2 .zicon-securing:before {
    background-position: -113px -9px;
    height: 16px;
    background-size: 230px auto;
    width: 15px;
    top: 1px;
    position: relative;
}

.zvh-securing-wrap ul {
    margin: 80px 0 100px;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    border-bottom: 1px dashed #2d4295;
    padding: 0 0 100px;
}

.zvh-securing-wrap ul li {
    width: 30%;
    transition: all 1s ease;
    transform: translateY(50px);
}

.zvh-securing-wrap ul li:nth-child(2) {
    transition-delay: .2s;
}

.zvh-securing-wrap ul li:nth-child(3) {
    transition-delay: .4s;
}

.middle-animated .zvh-securing-wrap ul li {
    transform: translateY(0px);
}

.zvh-securing-wrap ul li h3:before {
    background-size: 200px auto;
    display: block;
    margin: 0 0 15px;
    height: 32px;
    width: 23px;
}

.zicon-approved:before {
    background-position: -111px 0;
}

.zicon-privacy:before {
    background-position: -135px 0;
}

.zvh-securing-wrap ul li .zicon-trust:before {
    background-position: -158px 0;
    width: 26px;
}

.zvh-journey-wrap {
    display: flex;
    justify-content: space-between;
}

.zvh-journey-wrap h2 {
    width: 50%;
}

span.zwc-blk {
    display: block;
}

.zvh-journey-wrap ul {
    width: 45%;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    gap: 60px 0;
}

.zvh-journey-wrap ul li {
    width: 45%;
    transform: translateY(50px);
    transition: all 1s ease;
}

.zvh-journey-wrap ul li:nth-child(2) {
    transition-delay: .5s;
}

.zvh-journey-wrap ul li:nth-child(3) {
    transition-delay: 1s;
}

.zvh-journey-wrap ul li:nth-child(4) {
    transition-delay: 1.5s;
}

.zvh-journey-wrap ul.zwe-om li {
    transform: translate(0);
}

.zvh-journey-wrap ul li>span {
    background: #121212;
    display: inline-flex;
    padding: 20px;
    min-height: 90px;
    align-items: center;
    justify-content: center;
    border-radius: 8px;
    margin: 0 0 20px;
    font-family: var(--secondaryfont-bold);
    font-size: 20px;
    opacity: 0;
    visibility: hidden;
    transform: scale(0);
    transition: all 1s ease;
}

.zvh-journey-wrap ul li:nth-child(2)>span {
    transition-delay: .5s;
}

.zvh-journey-wrap ul li:nth-child(3)>span {
    transition-delay: 1s;
}

.zvh-journey-wrap ul li:nth-child(4)>span {
    transition-delay: 1.5s;
}

.zvh-journey-wrap ul.zwe-om li>span {
    opacity: 1;
    visibility: visible;
    transform: scale(1);
}

.zv-logo-ulaa:before {
    background-image: var(--common-elements);
    background-size: 1280px auto;
    background-position: -944px -134px;
    width: 41px;
    height: 41px;
    content: '';
    display: block;
    margin: 0 10px 0 0;
}

/* testimonial section */
.zvh-testimonial-section {
    padding: 140px 0;
    background: #FFFCF4;
    overflow: hidden;
}

ul.zvh-testi-brandlogos {
    display: flex;
    gap: 20px;
    align-items: center;
    margin: 30px 0 0;
}

.zvh-testi-sliderwrap {
    position: relative;
}

.zvh-testi-slider {
    max-width: 1310px;
    margin: 0 auto;
}

.zvh-testimonials {
    margin: 50px 0 0;
}

.zvh-testimonials .zvh-testi-items {
    background-color: #fff;
    border-radius: 14.011px;
    border: 0.5px solid #ECDCB2;
    margin: 0 12px;
    padding: 50px 55px;
}

.zvh-testimonials .zvh-testi-items>p {
    font-family: var(--zf-secondary-medium);
    font-size: 18px;
}

.zvh-testi-slider:before,
.zvh-testi-slider:after {
    content: "";
    position: absolute;
    top: 0;
    height: 100%;
    width: 250px;
}

.zvh-testi-slider:before {
    z-index: 5;
    left: 0;
    background-image: linear-gradient(to right, #FFFCF4 25%, #ffffff00);
}

.zvh-testi-slider:after {
    right: -10px;
    background-image: linear-gradient(to left, #FFFCF4 25%, #ffffff00)
}

.zvh-testi-arrow {
    position: absolute;
    top: -80px;
    right: 0;
    display: flex;
    gap: 10px;
}

.testimonial-prev-arrow,
.testimonial-next-arrow {
    position: relative;
    display: block;
    width: 30px;
    height: 30px;
    border: none;
    border-radius: 5px;
    background-color: transparent;
    cursor: pointer
}

.testimonial-prev-arrow::before,
.testimonial-next-arrow::before {
    content: "";
    height: 2px;
    width: 20px;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    background: black;
}

.testimonial-prev-arrow::after,
.testimonial-next-arrow::after {
    content: "";
    height: 15px;
    width: 15px;
    border: 2px solid black;
    position: absolute;
    left: 50%;
    top: 50%;
}

.testimonial-prev-arrow::after {
    margin-left: -2px;
    border-width: 2px 0 0 2px;
    transform: translate(-50%, -50%) rotate(-45deg);
}

.testimonial-next-arrow::after {
    margin-left: 2px;
    border-width: 0 2px 2px 0;
    transform: translate(-50%, -50%) rotate(-45deg);
}

.slick-list {
    overflow: visible;
}

.testimonial-next-arrow.slick-disabled,
.testimonial-prev-arrow.slick-disabled {
    opacity: .4
}

.zvh-cust {
    display: flex;
    align-items: center;
    gap: 20px;
    margin: 50px 0 0;
}

.zvh-cust-pic {
    width: 50px;
}

.zvh-cust-details {
    width: 80%;
}

.zvh-cust-pic img {
    border-radius: 100%;
}

.zvh-cust-details b {
    font-family: var(--secondaryfont-semibold);
    font-size: 20px;
}

.zvh-cust-details p {
    font-size: 14px;
    margin: 0;
}

/* strong password section */
.zvh-strongpass-section {
    padding: 20px 0 140px;
    background: #FFFCF4;
}

.zvh-strongpass-wrap {
    display: flex;
    justify-content: space-between;
}

.zvh-strongpass-cont {
    width: 47%;
}

.zvh-ourapps {
    margin: 50px 0 20px;
}

.zvh-ourapps h3 {
    font-size: 20px;
    font-family: var(--secondaryfont-bold);
    max-width: 390px;
}

.zvh-ourapps ul {
    display: flex;
}

.zvh-ourapps ul .apps-download-links-wrap {
    padding-left: 0;
}

.zvh-device-icons {
    margin: 0 0 20px;
}

.zvh-extention p {
    max-width: 460px;
}

.zvh-extention-wrap {
    margin: 30px 0 0;
    display: flex;
    gap: 20px 20px;
    flex-wrap: wrap;
    align-items: center;
    max-width: 500px;
}

.zvh-extention-wrap a {
    color: #000;
    display: inline-flex;
    align-items: center;
    transition: transform .3s ease;
}

.zvh-extention-wrap a:hover {
    transform: scale(1.1);
}

.zvh-extention-wrap a:before {
    content: '';
    background: var(--common-elements) no-repeat;
    background-size: 954px auto;
    width: 30px;
    height: 30px;
    margin: 0 10px 0 0;
    display: inline-block
}

.zvh-extention-wrap a.ulaa:before {
    background-position: -704px -98px
}

.zvh-extention-wrap a.chrome:before {
    background-position: -772px 0
}

.zvh-extention-wrap a.firefox:before {
    background-position: -802px 0
}

.zvh-extention-wrap a.edge:before {
    background-position: -922px 0
}

.zvh-extention-wrap a.safari:before {
    background-position: -832px 0
}

.zvh-extention-wrap a.brave:before {
    background-position: -894px 0;
    width: 26px
}

.zvh-extention-wrap a.vivaldi:before {
    background-position: -896px -42px
}

.zvh-extention-wrap a.opera:before {
    background-position: -862px 0
}

.zvh-strongpass-img {
    position: relative;
    width: 40%;
    padding: 40px 0 0;
}

.zvh-strongpass-img img {
    opacity: 0;
    visibility: hidden;
    transform: translateY(50px);
    transition: all .6s ease;
}

.zvh-strongpass-img .zvh-stimg-one {
    border-radius: 20px;
    display: block;
    margin: 0 0 0 auto;
}

.zvh-strongpass-img .zvh-stimg-two {
    position: absolute;
    left: 0;
    top: -20px;
    transition-delay: .5s;
}

.middle-animated .zvh-strongpass-img img {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
}

/* FAQ section */
.zvh-faq-section {
    padding: 0 0 100px;
    background: #FFFCF4;
}

.zvh-faq-wrap {
    display: flex;
    justify-content: space-between;
}

.zvh-faq-wrap h2 {
    width: 40%;
}

.zvh-faq-wrap .zvh-faq-content {
    width: 50%;
}

.zvh-faq-content ul li {
    width: 100%;
    border-top: 1px solid #DFDFDF;
}

.zvh-faq-content ul li a {
    border-bottom: 1px solid;
    color: var(--zwc-link-clr);
}

.zvh-faq-content li:nth-child(1) {
    border-top: none;
}

.zvh-faq-content ul li h3 {
    font-size: 24px;
    padding: 0;
    margin: 0;
    cursor: pointer;
    position: relative;
    font-family: var(--primaryfont-semibold);
}

.zvh-faq-content ul li button {
    font-family: var(--secondaryfont-semibold);
    width: 100%;
    text-align: left;
    margin: 0;
    padding: 20px 30px 20px 0;
    background: 0;
    border: 0;
    position: relative;
    cursor: pointer;
    font-size: 24px;
    color: #000;
    z-index: 1;
}

.zvh-faq-content ul li h3 .arrow {
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    line-height: 14px;
    width: 20px;
    height: 20px;
}

.zvh-faq-content ul li h3 .arrow:before {
    content: "";
    width: 12px;
    height: 3px;
    display: block;
    background: #000;
    top: calc(50% + 0px);
    position: absolute;
    left: 50%;
    transform: translate(-50%, -50%)
}

.zvh-faq-content ul li h3 .arrow:after {
    content: "";
    width: 12px;
    height: 3px;
    display: block;
    background: #000;
    top: calc(50% + 0px);
    position: absolute;
    left: 50%;
    transform: translate(-50%, -50%) rotate(90deg);
    transition: transform .25s linear
}

.zvh-faq-content ul li h3.active .arrow:after {
    transform: translate(-50%, -50%)
}

.zvh-faq-content li p {
    width: 95%;
    display: none;
}

.zvh-faq-content li p.active {
    display: block;
}


/* bottom section */
.zbottom-section {
    padding: 140px 0 160px;
    color: #fff;
    position: relative;
    overflow: hidden;
    background: radial-gradient(farthest-side at 75% 70%, #040D2D, #000000);
}

.zbottom-section::after {
    content: '';
    background: url(/sites/zweb/images/vault/homepage/forget-passwords-bg.png) no-repeat;
    background-size: 100% auto;
    position: absolute;
    right: -17%;
    bottom: -10%;
    width: 800px;
    height: 400px;
}

.zbottom-section h2 {
    margin: 0;
    font-size: 86px;
    line-height: 69px;
    letter-spacing: -3.44px;
}

.zbottom-section p {
    font-size: 39px;
    font-family: var(--secondaryfont-semibold);
    margin: 10px 0 30px;
    letter-spacing: -1.56px;
}

/* animation code */
@-webkit-keyframes zeven {
    0% {
        -webkit-transform: translate(0, 0);
        transform: translate(0, 0);
    }

    50% {
        -webkit-transform: translate(0, -12px);
        transform: translate(0, -12px);
    }

    100% {
        -webkit-transform: translate(0, 0);
        transform: translate(0, 0);
    }
}

@keyframes zeven {
    0% {
        -webkit-transform: translate(0, 0);
        transform: translate(0, 0);
    }

    50% {
        -webkit-transform: translate(0, -12px);
        transform: translate(0, -12px);
    }

    100% {
        -webkit-transform: translate(0, 0);
        transform: translate(0, 0);
    }
}

@-webkit-keyframes zodd {
    0% {
        -webkit-transform: translate(0, 0);
        transform: translate(0, 0);
    }

    50% {
        -webkit-transform: translate(0, 12px);
        transform: translate(0, 12px);
    }

    100% {
        -webkit-transform: translate(0, 0);
        transform: translate(0, 0);
    }
}

@keyframes zodd {
    0% {
        -webkit-transform: translate(0, 0);
        transform: translate(0, 0);
    }

    50% {
        -webkit-transform: translate(0, 12px);
        transform: translate(0, 12px);
    }

    100% {
        -webkit-transform: translate(0, 0);
        transform: translate(0, 0);
    }
}

.lang-rtl .signup-box {
    margin: 0 auto 0 0;
}

.lang-rtl .zvh-lmore-cta {
    padding: 0 0 0 35px;
}

.lang-rtl .zvh-lmore-cta:before {
    left: 14px;
    right: unset;
}

.lang-rtl .zvh-lmore-cta:after {
    border-left: 2px solid;
    border-top: 2px solid;
    left: 12px;
    right: unset;
    border-right: 0;
    border-bottom: 0;
}

.lang-rtl .zvh-lmore-cta:hover:before {
    left: 9px;
    right: unset;
}

.lang-rtl .zvh-lmore-cta:hover:after {
    left: 10px;
    right: unset;
}

.lang-rtl .zvh-banner-section::before {
    right: 0;
    left: unset;
}

.lang-rtl .zb-txt-word {
    left: 0;
    right: 0;
}

.lang-rtl .watch-btn {
    padding: 17px 30px 17px 50px;
}

.lang-rtl .watch-btn:before {
    right: unset;
    left: 22px;
    border-width: 7px 9px 7px 7px;
    border-color: transparent #000 transparent transparent;
}

.lang-rtl .zvh-banner-image ul li {
    transform: translate(0, 50px);
}

.lang-rtl .zvh-banner-section .animated ul li {
    transform: translate(0, 0);
}

.lang-rtl .zvh-banner-image ul li:nth-child(3) {
    right: 70px;
    left: unset;
}

.lang-rtl .zvh-banner-image ul li:nth-child(4) {
    left: -40px;
    right: unset;
}

.lang-rtl .zvh-banner-shapes {
    left: 0;
    right: 0;
}

.lang-rtl .zb-img-one {
    right: -140px;
    left: unset;
}

.lang-rtl .zb-img-two {
    right: -100px;
    left: unset;
}

.lang-rtl .zb-img-three {
    right: -10px;
    left: unset;
}

.lang-rtl .zb-img-three::before, .i18n-he .zb-img-seven::before {
    left: 0;
    right: unset;
}

.lang-rtl .zb-img-four {
    left: -190px;
    right: unset;
}

.lang-rtl .zb-img-five {
    left: -220px;
    right: unset;
}

.lang-rtl .zb-img-six {
    left: 0;
    right: unset;
}

.lang-rtl .zb-img-seven {
    left: 100px;
    right: unset;
}

.lang-rtl .zb-img-seven::before {
    left: 4px;
    right: unset;
}

.lang-rtl .zb-img-eight {
    left: -80px;
    right: unset;
}

.lang-rtl .zvh-platforms-head span>span {
    margin: 10px 0 10px 5px;
}

.lang-rtl .zvh-platforms-head span>span:nth-child(3) {
    margin: 10px 5px 10px 0;
}

.lang-rtl [class|=zicon]::before {
    margin: 0 0 0 5px;
}

.lang-rtl .zvh-rating-section ul, .lang-rtl .zvh-rating-section ul * {
    text-align: center;
}

.lang-rtl .zvh-rating-section ul li:not(:first-child):before {
    border-right: 1px dashed #eae0c7;
    border-left: unset;
    right: 0;
    left: unset;
}

.lang-rtl .rating-star {
    margin: 0 10px 0 0;
}

.lang-rtl .rating-star:before, .i18n-he .rating-star:after {
    right: 0;
    left: unset;
}

.lang-rtl .zvh-sharing-section h2, .lang-rtl .zvh-sharing-section h2 span {
    text-align: center;
}

.lang-rtl .zvh-sharing-section ul li a:hover .zvh-lmore-cta:before {
    left: 9px;
    right: unset;
}

.lang-rtl .zvh-sharing-section ul li a:hover .zvh-lmore-cta:after {
    left: 6px;
    right: unset;
}

.lang-rtl .zvh-storing-cont ul h3 button {
    text-align: right;
    padding: 30px 0 30px 35px;
}

.lang-rtl .zvh-storing-cont ul p {
    padding: 0 0 0 40px;
}

.lang-rtl .zvh-storing-cont ul h3:after {
    left: 12px;
    right: unset;
}

.lang-rtl .zvh-storing-img ul li img {
    transform: translate(0, 50px);
}

.lang-rtl .zvh-storing-img ul li.zactive img {
    transform: translate(0, 0);
}

.lang-rtl .table-wrap .table-body li>span:nth-child(1) {
    padding: 30px 0 25px 30px;
}

.lang-rtl .table-wrap ul li:last-child>span:not(:first-child) {
    text-align: center;
}

.lang-rtl .zv-tick span, .i18n-he .zv-cross span {
    text-align: center;
}

.lang-rtl .zvh-securing-section::before {
    right: 0;
    left: unset;
}

.lang-rtl .zvh-journey-wrap ul.zwe-om li {
    transform: translate(0);
}

.lang-rtl .zv-logo-ulaa:before {
    margin: 0 0 0 10px;
}

.lang-rtl .zvh-testi-slider:before {
    right: 0;
    left: unset;
}

.lang-rtl .zvh-testi-slider:after {
    left: -10px;
    right: unset;
}

.lang-rtl .zvh-testi-arrow {
    left: 0;
    right: unset;
}

.lang-rtl .testimonial-prev-arrow::before, .i18n-he .testimonial-next-arrow::before {
    transform: translate(50%, -50%);
    right: 50%;
    left: unset;
}

.lang-rtl .testimonial-prev-arrow::after, .i18n-he .testimonial-next-arrow::after {
    right: 50%;
    left: unset;
}

.lang-rtl .testimonial-prev-arrow::after {
    transform: translate(50%, -50%) rotate(-45deg);
    margin-right: -2px;
    margin-left: unset;
}

.lang-rtl .testimonial-next-arrow::after {
    transform: translate(50%, -50%) rotate(-45deg);
    margin-right: 2px;
    margin-left: unset;
}

.lang-rtl .zvh-ourapps ul .apps-download-links-wrap {
    padding-right: 0;
    padding-left: unset;
}

.lang-rtl .zvh-extention-wrap a:before {
    margin: 0 0 0 10px;
}

.lang-rtl .zvh-faq-content ul li button {
    text-align: right;
    padding: 20px 0 20px 30px;
}

.lang-rtl .zvh-faq-content ul li h3 .arrow {
    left: 0;
    right: unset;
}

.lang-rtl .zvh-faq-content ul li h3 .arrow:before {
    transform: translate(50%, -50%);
    right: 50%;
    left: unset;
}

.lang-rtl .zvh-faq-content ul li h3 .arrow:after {
    transform: translate(50%, -50%) rotate(90deg);
    right: 50%;
    left: unset;
}

.lang-rtl .zvh-faq-content ul li h3.active .arrow:after {
    transform: translate(50%, -50%);
}

.lang-rtl .zbottom-section::after {
    left: -4%;
    right: unset;
}

.lang-rtl .body-umain .zvh-banner-cont, .i18n-he .body-umain .zb-txt, .i18n-he .rating-num {
    text-align: center;
}

.lang-rtl .body-umain .zvh-banner-cont *, .i18n-he .body-umain .zb-txt *, .i18n-he .rating-num *, .body-umain.lang-rtl .zvh-banner-cont h1, .body-umain.lang-rtl .zvh-banner-cont h1 span {
    text-align: center;
}

.other-lang .zvh-testi-sliderwrap, .other-lang .zvh-testimonial-section {
    display: none;
}

.other-lang .zvh-strongpass-section {
    padding: 140px 0;
}

.i18n-ar.body-non-umain h1, .i18n-ar.body-non-umain h1 span, .lang-rtl .table-wrap ul li:last-child>span:not(:first-child) label {
    text-align: center;
}

.lang-rtl .zcallback-popup-overlay {
    right: 0;
    left: unset;
}

.lang-rtl .zcall-back-container-popup {
    padding: 50px 30px 35px 200px;
    transform: translate(50%, -50%);
    right: 50%;
    left: unset;
}

.lang-rtl .zcall-back-container-popup::after {
    left: 20px;
    right: unset;
}

.lang-rtl .zcallback-popup-close {
    left: 10px;
    right: unset;
}

.lang-rtl .zcallback-popup-close::after, .i18n-he .zcallback-popup-close::before {
    right: 2px;
    left: unset;
}

.lang-rtl .zhigh-business {
    padding: 20px 30px 20px 80px;
}

.lang-rtl .zcall-back-container-popup::before {
    left: -34px;
    right: unset;
}

.lang-rtl .zvh-nav-tab text {
    direction: initial;
    text-align: center;
}

/* Other lang starts */
.i18n-nl .zb-txt-word {
    width: 600px;
}

.i18n-nl .zb-txt {
    height: 75px;
}

.i18n-nl .table-wrap ul li {
    grid-template-columns: 38% 18% 17% 15% 12%;
}

.i18n-id span.zb-txt-word:nth-child(1) span:nth-child(5), .i18n-id span.zb-txt-word:nth-child(2) span:nth-child(6) {
    padding: 10px;
}

.other-lang .zb-txt-word {
    width: fit-content;
}

.i18n-th span.zb-txt {
    display: none;
}

.i18n-th span.heading-style {
    color: rgb(43, 30, 198);
}

.i18n-vi .zvh-faq-wrap h2 {
    max-width: 375px;
}

.i18n-it .zvh-sharing-section ul li a {
    cursor: unset;
}

/* JP lang start */
.i18n-ja .request-drop-wrap.active {
    display: none;
}

.i18n-ja .request-drop-wrap {
    display: none;
}


.i18n-ja .rating-star {
    font-size: 18px;
    top: 0px;
}

/* JP lang ends */

/* Other lang ends */
@media screen and (min-width: 1920px) {
    .zvh-banner-section::before {
        background-size: 2540px auto;
        background-position: 50% 90%;
    }

}

@media (min-width: 1440px) {
    .other-lang .zvh-banner-cont h1 {
        font-size: 60px;
        max-width: 1000px;
    }

    .i18n-nl .zvh-banner-cont h1 {
        font-size: 52px;
        line-height: 62px;
    }

}

@media screen and (min-width: 930px) {
    .table-wrap {
        overflow: unset
    }
}


@media (min-width: 992px) and (max-width: 1400px) {
    .other-lang.non-umain .zvh-banner-cont h1 {
        margin: 0 0 40px 0;
        max-width: 500px;
    }
}

@media only screen and (max-width : 1440px) {
    .zvh-page-wrapper h2 {
        font-size: 60px;
        line-height: 70px;
    }

    .zvh-banner-section {
        padding: 60px 0 0;
    }

    .zvh-banner-cont h1 {
        font-size: 76px;
        line-height: 76px;
        letter-spacing: -2.6px;
        max-width: 600px;
        margin: 0 auto 40px 0;
    }

    .zvh-banner-image ul {
        transform: scale(.9);
    }

    .zvh-banner-image ul li:nth-child(2) {
        left: 60px;
    }

    .zvh-banner-image ul li:nth-child(3) {
        left: 90px;
    }

    .zvh-banner-image ul li:nth-child(4) {
        right: -110px;
    }

    .zvh-banner-shapes {
        max-width: 1200px;
    }

    .zb-img-one {
        left: -80px;
    }

    .zb-img-two {
        left: -30px;
    }

    .zb-img-three {
        left: -50px;
    }

    .zb-img-six {
        right: -20px;
    }

    .zb-img-seven {
        right: 30px;
    }

    .zvh-platforms-section {
        padding: 80px 0;
    }

    .zvh-platforms-section h2 {
        font-size: 40px;
    }

    .zvh-badges-section {
        padding: 100px 0 0;
    }

    .zvh-rating-section {
        padding: 100px 0;
    }

    .zvh-sharing-section h2 {
        max-width: 800px;
    }

    .zvh-sharing-section ul {
        grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
    }

    .zvh-storing-section {
        padding: 100px 0;
    }

    .zvh-storing-img ul li img {
        max-width: 460px;
    }

    .zvh-whychoose-section {
        padding: 100px 0;
    }

    .zvh-securing-section {
        padding: 100px 0;
    }

    .zvh-journey-wrap h2 {
        width: 42%;
    }

    .zvh-journey-wrap ul {
        width: 52%;
    }

    .zvh-testimonial-section {
        overflow: hidden;
        padding: 100px 0;
    }

    .zvh-testi-slider {
        max-width: 1080px;
    }

    .zvh-testi-slider:before,
    .zvh-testi-slider:after {
        width: 100px;
    }

    .zvh-strongpass-section {
        padding: 20px 0 100px;
    }

    .zbottom-section {
        padding: 100px 0 140px;
    }

    .zbottom-section h2 {
        font-size: 76px;
        line-height: 59px;
    }

    .zbottom-section p {
        font-size: 32px;
    }

    .other-lang .zvh-strongpass-section {
        padding: 100px 0;
    }

    .lang-rtl .zvh-banner-section {
        padding: 60px 0 0;
    }

    .lang-rtl .zvh-banner-cont h1 {
        margin: 0 auto 40px;
    }

    .lang-rtl .zvh-banner-image ul li:nth-child(2) {
        right: 60px;
        left: unset;
    }

    .lang-rtl .zvh-banner-image ul li:nth-child(3) {
        right: 90px;
        left: unset;
    }

    .lang-rtl .zvh-banner-image ul li:nth-child(4) {
        left: -110px;
        right: unset;
    }

    .lang-rtl .zb-img-one {
        right: -80px;
        left: unset;
    }

    .lang-rtl .zb-img-two {
        right: -30px;
        left: unset;
    }

    .lang-rtl .zb-img-three {
        right: -50px;
        left: unset;
    }

    .lang-rtl .zb-img-six {
        left: -20px;
        right: unset;
    }

    .lang-rtl .zb-img-seven {
        left: 30px;
        right: unset;
    }

    .lang-rtl .zvh-platforms-section {
        padding: 80px 0;
    }

    .lang-rtl .zvh-badges-section {
        padding: 100px 0 0;
    }

    .lang-rtl .zvh-rating-section {
        padding: 100px 0;
    }

    .lang-rtl .zvh-storing-section {
        padding: 100px 0;
    }

    .lang-rtl .zvh-whychoose-section {
        padding: 100px 0;
    }

    .lang-rtl .zvh-securing-section {
        padding: 100px 0;
    }

    .lang-rtl .zvh-testimonial-section {
        padding: 100px 0;
    }

    .lang-rtl .zbottom-section {
        padding: 100px 0 140px;
    }

    .i18n-nl .zvh-banner-cont h1 {
        font-size: 52px;
        line-height: 62px;
    }

    /* .other-lang:not(.i18n-ar) .zb-txt-word {
    left: 30px;
} */
}

@media only screen and (max-width : 1280px) {
    .zvh-page-wrapper h2 {
        font-size: 54px;
        line-height: 64px;
    }

    .zvh-banner-cont h1 {
        font-size: 66px;
        line-height: 66px;
        max-width: 500px;
        margin: 0 auto 20px;
    }

    .zvh-page-wrapper .act-btn, .watch-btn {
        font-size: 18px;
    }

    .non-umain .signup-box {
        max-width: 450px;
    }

    .body-umain .zvh-banner-cont h1 {
        margin: 0 auto 20px;
    }

    .zvh-banner-image ul {
        transform: scale(.75);
    }

    .zvh-banner-image ul li:first-child {
        top: -100px;
        left: -40px;
    }

    .zvh-banner-image ul li:nth-child(2) {
        top: 0px;
    }

    .zvh-banner-image ul li:nth-child(3) {
        top: 30px;
    }

    .zvh-banner-image ul li:nth-child(4) {
        right: -180px;
    }

    .zvh-dashboard {
        padding: 40px 0 0;
    }

    .zvh-dashboard svg {
        max-width: 800px;
        height: auto;
    }

    .zvh-banner-shapes {
        max-width: 1020px;
    }

    .zvh-banner-shapes {
        transform: scale(.7);
    }

    .zb-img-one {
        left: -240px;
    }

    .zb-img-two {
        bottom: -150px;
        left: -230px;
    }

    .zb-img-three {
        left: -200px;
    }

    .zb-img-four {
        right: -230px;
    }

    .zb-img-five {
        right: -260px;
    }

    .zb-img-six {
        right: -190px;
        bottom: 120px;
    }

    .zb-img-seven {
        right: -130px;
        top: -110px;
    }

    .zb-img-eight {
        bottom: -200px;
        right: -180px;
    }

    .zvh-platforms-section h2 {
        font-size: 40px;
    }

    .zvh-platforms-section .content-wrap {
        max-width: 600px;
    }

    .table-wrap ul li {
        grid-template-columns: 30% 15% 15% 20% 20%;
    }

    .zvh-securing-wrap ul {
        margin: 60px 0 80px;
        padding: 0 0 60px;
    }

    .zvh-sharing-section h2 {
        max-width: 720px;
    }

    .zvh-sharing-section ul {
        margin: 45px 0 0;
        grid-template-columns: repeat(auto-fit, minmax(230px, 1fr));
    }

    .zvh-securing-section::before {
        width: 400px;
        height: 350px;
    }

    .zvh-faq-wrap h2 {
        width: 45%;
    }

    .zvh-testi-slider:before,
    .zvh-testi-slider:after {
        display: none;
    }

    .zbottom-section h2 {
        font-size: 66px;
        line-height: 49px;
    }

    .zbottom-section p {
        font-size: 28px;
    }

    .zbottom-section::after {
        width: 560px;
        height: 300px;
    }

    .lang-rtl .zvh-banner-cont h1 {
        margin: 0 auto 20px;
    }

    .lang-rtl .body-umain .zvh-banner-cont h1 {
        margin: 0 auto 20px;
    }

    .lang-rtl .zvh-banner-image ul li:first-child {
        right: -40px;
        left: unset;
    }

    .lang-rtl .zvh-banner-image ul li:nth-child(4) {
        left: -180px;
        right: unset;
    }

    .lang-rtl .zvh-dashboard {
        padding: 40px 0 0;
    }

    .lang-rtl .zb-img-one {
        right: -240px;
        left: unset;
    }

    .lang-rtl .zb-img-two {
        right: -230px;
        left: unset;
    }

    .lang-rtl .zb-img-three {
        right: -200px;
        left: unset;
    }

    .lang-rtl .zb-img-four {
        left: -230px;
        right: unset;
    }

    .lang-rtl .zb-img-five {
        left: -260px;
        right: unset;
    }

    .lang-rtl .zb-img-six {
        left: -190px;
        right: unset;
    }

    .lang-rtl .zb-img-seven {
        left: -130px;
        right: unset;
    }

    .lang-rtl .zb-img-eight {
        left: -180px;
        right: unset;
    }

    .lang-rtl .zvh-securing-wrap ul {
        margin: 60px 0 80px;
        padding: 0 0 60px;
    }

    .lang-rtl .zvh-sharing-section ul {
        margin: 45px 0 0;
    }

    .other-lang .zvh-banner-cont h1 {
        font-size: 55px;
    }

    .i18n-nl .table-wrap ul li {
        grid-template-columns: 30% 20% 19% 15% 16%;
    }

    .i18n-vi .zvh-banner-image ul li:first-child {
        left: -80px;
    }

    .i18n-vi .zvh-banner-image ul li:nth-child(4) {
        top: -70px;
    }
}

@media only screen and (max-width : 1199px) {
    .table-wrap ul li:first-child {
        top: 0;
    }

    .other-lang .table-wrap .table-body li:first-child>span:nth-child(1) {
        font-size: 24px;
    }

    .other-lang .table-wrap ul li {
        grid-template-columns: 25% 18% 17% 20% 20%;
    }

    .i18n-nl .table-wrap ul li {
        grid-template-columns: 24% 21% 21% 17% 17%;
    }

    .i18n-vi .zvh-banner-image ul li:first-child {
        left: -120px;
    }

    .i18n-vi .zvh-banner-image ul li:nth-child(4) {
        top: -50px;
    }

    .i18n-fr .signup-box {
        padding: 50px 30px;
    }

    .zw-other-lang.body-umain .zvh-banner-image {
        display: none;
    }
}

@media only screen and (max-width : 1024px) {
    .zvh-page-wrapper .act-btn {
        padding: 10px 28px;
    }

    .zvh-page-wrapper .act-btn, .watch-btn {
        font-size: 16px;
    }

    .watch-btn {
        padding: 13px 30px 13px 50px;
    }

    .zvh-banner-image ul li:nth-child(4) {
        right: -160px;
    }

    .zvh-platforms-head {
        font-size: 26px;
        line-height: 42px;
        max-width: 560px;
    }

    .zvh-platforms-head span>span {
        font-size: 26px;
        line-height: 42px;
        margin: 10px 5px 10px 0px;
    }

    .zvh-badges-wrap {
        max-width: 900px;
    }

    .zvh-badges-wrap li {
        width: 45%;
    }

    .zvh-sharing-section ul {
        margin: 45px auto 0;
        max-width: 625px;
    }

    .zvh-storing-img {
        width: 55%;
    }

    .zvh-securing-section {
        padding: 80px 0 100px;
    }

    .zvh-journey-wrap h2 {
        font-size: 48px;
        line-height: 52px;
    }

    .zvh-securing-wrap ul {
        margin: 60px 0 80px;
        padding: 0 0 60px;
    }

    .zvh-journey-wrap ul li {
        width: 48%;
    }

    .zvh-strongpass-cont {
        width: 50%;
    }

    .zvh-strongpass-img {
        width: 48%;
    }

    .table-wrap ul li:last-child>span {
        font-size: 16px;
    }

    .zvh-testimonials .zvh-testi-items {
        padding: 40px 30px;
    }

    .zvh-testi-arrow {
        top: -90px;
        right: 20px;
    }

    .zbottom-section {
        padding: 80px 0 120px;
    }

    .lang-rtl .zvh-page-wrapper .act-btn {
        padding: 10px 28px;
    }

    .lang-rtl .watch-btn {
        padding: 13px 30px 13px 50px;
    }

    .lang-rtl .zvh-banner-image ul li:nth-child(4) {
        left: -160px;
        right: unset;
    }

    .lang-rtl .zvh-platforms-head span>span {
        margin: 10px 0 10px 5px;
    }

    .lang-rtl .zvh-sharing-section ul {
        margin: 45px auto 0;
    }

    .lang-rtl .zvh-securing-section {
        padding: 80px 0 100px;
    }

    .lang-rtl .zvh-securing-wrap ul {
        margin: 60px 0 80px;
        padding: 0 0 60px;
    }

    .lang-rtl .zvh-testimonials .zvh-testi-items {
        padding: 40px 30px;
    }

    .lang-rtl .zvh-testi-arrow {
        left: 20px;
        right: unset;
    }

    .lang-rtl .zbottom-section {
        padding: 80px 0 120px;
    }
}

@media only screen and (max-width : 991px) {
    .zw-promotion p {
        font-size: 13px;
        line-height: 1.7
    }

    .zvh-page-wrapper h2 {
        font-size: 48px;
        line-height: 58px;
    }

    .zvh-banner-cont h1 {
        font-size: 60px;
        line-height: 60px;
        margin: 0 auto;
    }

    .zvh-banner-image ul li:first-child {
        top: -100px;
        left: -100px;
    }

    .zvh-banner-image ul li:nth-child(4) {
        right: -140px;
        max-width: 190px;
    }

    .zvh-banner-section .content-wrap {
        padding: 0 0 20px;
    }

    .non-umain .zvh-banner-section .content-wrap {
        display: block;
    }

    .non-umain .zvh-banner-cont {
        text-align: center;
    }

    .non-umain .zvh-banner-cont h1 {
        margin: 0 auto 20px;
    }

    .non-umain .zb-txt {
        text-align: center;
    }

    .non-umain .zb-txt-word {
        margin: auto;
    }

    .non-umain .zvh-banner-cta {
        justify-content: center;
        align-items: center;
        max-width: 450px;
        margin: 0 auto;
    }

    .non-umain .zvh-banner-cta .act-btn.cta-btn {
        display: block;
    }

    .body-umain .zvh-banner-cont h1 {
        margin: 0 auto 0px;
    }

    .watch-btn {
        padding: 12px 20px 12px 40px;
    }

    .watch-btn:before {
        left: 22px;
    }

    .zvh-dashboard {
        max-width: 780px;
        margin: 0 auto;
    }

    .zvh-dashboard svg {
        max-width: 600px;
        height: auto;
        border-radius: 12px;
    }

    .zvh-banner-shapes {
        transform: scale(.5);
    }

    .zb-img-one,
    .zb-img-two,
    .zb-img-four,
    .zb-img-five,
    .zb-img-eight {
        display: none;
    }

    .zb-img-three {
        left: -380px;
    }

    .zb-img-six {
        right: -340px;
        bottom: -50px;
    }

    .zb-img-seven {
        right: -290px;
        top: -185px;
    }

    .zvh-platforms-section .content-wrap {
        max-width: 560px;
    }

    .zvh-platforms-section h2 {
        font-size: 36px;
    }

    .zvh-badges-section {
        padding: 60px 0 0;
    }

    .zvh-badges-wrap {
        gap: 10px;
        justify-content: space-evenly;
        max-width: 750px;
    }

    .zvh-badges-wrap li {
        width: 45%;
        justify-content: start;
        gap: 20px;
        flex-direction: column;
        text-align: center;
    }

    .zvh-badges-cont {
        width: 100%;
    }

    .zvh-badges-cont p {
        margin: 0 0 10px;
    }

    .zvh-rating-section {
        padding: 80px 0;
    }

    .zvh-rating-section ul {
        justify-content: space-evenly;
    }

    .zvh-rating-section ul li:not(:first-child):before {
        left: -20px;
    }

    .zvh-sharing-section h2 {
        max-width: 620px;
    }

    .zvh-sharing-section ul {
        max-width: 650px;
    }

    .zvh-storing-section {
        padding: 80px 0;
    }

    .zvh-storing-img {
        width: 55%;
        display: none;
    }

    .zvh-storing-cont {
        width: 100%;
    }

    .zvh-storing-section h2 {
        max-width: 620px;
    }

    .zvh-storing-cont ul {
        max-width: 100%;
    }

    .zvh-storing-cont ul h3 button {
        padding: 30px 0 15px 0;
    }

    .zvh-storing-cont ul p {
        max-width: 100%;
        display: block;
    }

    .zvh-storing-img-mobile {
        display: block;
    }

    .zvh-storing-cont ul h3:after {
        display: none;
    }

    .zvh-storing-cont ul li:not(:last-child) {
        border: none;
    }

    .zvh-whychoose-section {
        padding: 80px 0;
    }

    .table-wrap ul {
        width: 920px;
        position: relative;
        z-index: 0;
        padding: 0px 0 30px 0;
    }

    .table-wrap .table-body li:first-child>span:nth-child(1) {
        font-size: 28px;
    }

    .table-wrap ul li {
        grid-template-columns: 25% 16% 17% 21% 21%;
    }

    .table-wrap {
        margin: 20px 0 0;
        padding: 20px 0 0;
    }

    .zvh-securing-section {
        padding: 60px 0 80px;
    }

    .zvh-journey-wrap {
        flex-wrap: wrap;
    }

    .zvh-journey-wrap h2 {
        width: 100%;
    }

    .zvh-journey-wrap ul {
        width: 100%;
        margin: 30px 0 0;
    }

    .zvh-securing-section::before {
        display: none;
    }

    .zvh-strongpass-section {
        padding: 0px 0 80px;
    }

    .zvh-strongpass-wrap {
        flex-wrap: wrap;
        justify-content: center;
    }

    .zvh-strongpass-cont {
        width: 100%;
        max-width: 600px;
    }

    .zvh-strongpass-img {
        width: 100%;
        max-width: 520px;
        margin: 60px 0 0;
    }

    .zvh-faq-section {
        padding: 0 0 60px;
    }

    .zvh-faq-wrap {
        flex-direction: column;
    }

    .zvh-faq-wrap h2,
    .zvh-faq-wrap .zvh-faq-content {
        width: 100%;
    }

    .zvh-testimonial-section {
        padding: 80px 0;
    }

    .zbottom-section p {
        font-size: 22px;
        margin: 0 0 20px;
        letter-spacing: -1px;
    }

    .zbottom-section::after {
        width: 420px;
        height: 220px;
    }

    .zbottom-section h2 {
        font-size: 52px;
        line-height: 52px;
        letter-spacing: -2px;
    }

    .lang-rtl .zvh-banner-cont h1 {
        margin: 0 auto;
    }

    .lang-rtl .zvh-banner-image ul li:first-child {
        right: -100px;
        left: unset;
    }

    .lang-rtl .zvh-banner-image ul li:nth-child(4) {
        left: -140px;
        right: unset;
    }

    .lang-rtl .zvh-banner-section .content-wrap {
        padding: 0 0 20px;
    }

    .lang-rtl .non-umain .zvh-banner-cont h1 {
        margin: 0 auto 20px;
    }

    .lang-rtl .non-umain .zb-txt-word {
        margin: auto;
    }

    .lang-rtl .non-umain .zvh-banner-cta {
        margin: 0 auto;
    }

    .lang-rtl .body-umain .zvh-banner-cont h1 {
        margin: 0 auto 0;
    }

    .lang-rtl .watch-btn {
        padding: 12px 20px 12px 40px;
    }

    .lang-rtl .watch-btn:before {
        left: 12px;
    }

    .lang-rtl .zvh-dashboard {
        margin: 0 auto;
    }

    .lang-rtl .zb-img-three {
        right: -380px;
        left: unset;
    }

    .lang-rtl .zb-img-six {
        left: -340px;
        right: unset;
    }

    .lang-rtl .zb-img-seven {
        left: -290px;
        right: unset;
    }

    .lang-rtl .zvh-badges-section {
        padding: 60px 0 0;
    }

    .lang-rtl .zvh-badges-wrap li, .lang-rtl .zvh-badges-wrap li * {
        text-align: center;
    }

    .lang-rtl .zvh-badges-cont p {
        margin: 0 0 10px;
    }

    .lang-rtl .zvh-rating-section {
        padding: 80px 0;
    }

    .lang-rtl .zvh-rating-section ul li:not(:first-child):before {
        right: -20px;
        left: unset;
    }

    .lang-rtl .zvh-storing-section {
        padding: 80px 0;
    }

    .lang-rtl .zvh-storing-cont ul h3 button {
        padding: 30px 0 15px 0;
    }

    .lang-rtl .zvh-whychoose-section {
        padding: 80px 0;
    }

    .lang-rtl .table-wrap ul {
        padding: 0 0 30px 0;
    }

    .lang-rtl .table-wrap {
        margin: 20px 0 0;
        padding: 20px 0 0;
    }

    .lang-rtl .zvh-securing-section {
        padding: 60px 0 80px;
    }

    .lang-rtl .zvh-journey-wrap ul {
        margin: 30px 0 0;
    }

    .lang-rtl .zvh-strongpass-img {
        margin: 60px 0 0;
    }

    .lang-rtl .zvh-faq-section {
        padding: 0 0 60px;
    }

    .lang-rtl .zvh-testimonial-section {
        padding: 80px 0;
    }

    .lang-rtl .zbottom-section p {
        margin: 0 0 20px;
    }

    .lang-rtl .non-umain .zvh-banner-cont, .i18n-he .non-umain .zb-txt {
        text-align: center;
    }

    .lang-rtl .non-umain .zvh-banner-cont *, .i18n-he .non-umain .zb-txt * {
        text-align: center;
    }

    .lang-rtl.non-umain .zvh-banner-cont h1, .lang-rtl.non-umain .zvh-banner-cont h1 span {
        text-align: center;
    }

    .other-lang .table-wrap ul li {
        grid-template-columns: 24% 20% 18% 20% 18%;
    }

    .other-lang .zvh-banner-cont h1 {
        font-size: 50px;
    }

    .i18n-nl .zvh-banner-cont h1 {
        font-size: 42px;
        line-height: 52px;
    }

    .i18n-nl .zb-txt {
        height: 64px;
    }

    .i18n-vi .zvh-faq-wrap h2 {
        max-width: 100%;
    }

    .i18n-nl .table-wrap ul li {
        grid-template-columns: 22% 22% 21% 18% 17%;
    }

    .i18n-th.body-umain .zvh-banner-cont h1 {
        margin: 0 auto 20px;
    }
}

@media only screen and (max-width : 767px) {
    .zvh-page-wrapper h2 {
        font-size: 42px;
        line-height: 50px;
    }

    .zvh-banner-section {
        padding: 40px 0 0;
    }

    .zvh-banner-cont h1 {
        font-size: 48px;
        line-height: 48px;
        max-width: 370px;
        letter-spacing: -1.6px;
    }

    .zb-txt {
        height: 80px;
    }

    .zvh-banner-cta {
        gap: 12px;
    }

    .zvh-page-wrapper .act-btn {
        padding: 8px 20px;
        font-size: 15px;
        width: 200px;
    }

    .watch-btn {
        padding: 10px 20px 11px 40px;
        font-size: 15px;
    }

    .zvh-banner-image {
        display: none;
    }

    .body-umain .zvh-banner-image {
        display: none;
    }

    .zvh-dashboard {
        max-width: 560px;
    }

    .zvh-dashboard svg {
        max-width: 450px;
        border-radius: 10px;
    }

    .zb-img-one {
        left: -280px;
    }

    .zb-img-two {
        bottom: -200px;
        left: -300px;
    }

    .zb-img-three,
    .zb-img-five {
        display: none;
    }

    .zb-img-six {
        right: -290px;
        bottom: -50px;
    }

    .zb-img-seven {
        right: -250px;
        top: -132px;
    }

    .zvh-platforms-section {
        padding: 60px 0;
    }

    .zvh-platforms-section .content-wrap {
        max-width: 360px;
    }

    .zvh-platforms-section h2 {
        font-size: 32px;
        margin: 0;
    }

    .zvh-platforms-head {
        font-size: 20px;
        line-height: 36px;
        max-width: 355px;
    }

    .zvh-platforms-head span>span {
        font-size: 20px;
        line-height: 32px;
        margin: 0 5px 0px 5px;
        align-items: center;
        position: relative;
        top: 8px;
    }

    .zvh-platforms-head span>span:nth-child(3) {
        margin: 5px 0 0 5px;
    }

    .zvh-badges-section {
        padding: 40px 0 0;
    }

    .zvh-rating-section ul {
        flex-wrap: wrap;
        gap: 40px 20px;
    }

    .zvh-rating-section ul li {
        width: 45%;
    }

    .zvh-rating-section ul li:nth-child(3)::before {
        display: none;
    }

    .zvh-sharing-section ul {
        margin: 40px auto 0;
        max-width: 315px;
    }

    .zvh-storing-section {
        padding: 60px 0;
    }

    .zvh-storing-cont ul {
        margin: 20px 0 0;
    }

    .zvh-storing-cont ul h3 button {
        padding: 30px 0 15px 0;
    }

    .zvh-storing-cont ul p {
        padding: 0;
    }

    .zvh-whychoose-section {
        padding: 60px 0 40px;
    }

    .zvh-whychoose-section h2 {
        max-width: 300px;
    }

    .table-wrap {
        margin: 20px 0 0;
    }

    .zvh-securing-wrap ul {
        margin: 40px 0 60px;
        gap: 20px;
    }

    .zvh-securing-wrap ul li {
        width: 100%;
    }

    .zvh-testimonial-section h2 {
        max-width: 350px;
    }

    .zvh-testimonials {
        margin: 40px 0 0;
    }

    .zvh-testimonials .zvh-testi-items {
        padding: 30px 20px;
    }

    .zvh-testi-arrow {
        top: -80px;
    }

    .zbottom-section {
        padding: 60px 0 150px;
    }

    .zbottom-section::after {
        width: 400px;
        height: 210px;
        right: -26%;
    }

    .zbottom-section h2 {
        letter-spacing: -1.44px;
    }

    .zbottom-section p {
        font-size: 18px;
        letter-spacing: -1.1px;
    }

    .lang-rtl .zvh-banner-section {
        padding: 40px 0 0;
    }

    .lang-rtl .zvh-page-wrapper .act-btn {
        padding: 8px 20px;
        text-align: center;
    }

    .lang-rtl .watch-btn {
        padding: 11px 20px 11px 40px;
    }

    .lang-rtl .zb-img-one {
        right: -280px;
        left: unset;
    }

    .lang-rtl .zb-img-two {
        right: -300px;
        left: unset;
    }

    .lang-rtl .zb-img-six {
        left: -290px;
        right: unset;
    }

    .lang-rtl .zb-img-seven {
        left: -250px;
        right: unset;
    }

    .lang-rtl .zvh-platforms-section {
        padding: 60px 0;
    }

    .lang-rtl .zvh-platforms-section h2 {
        margin: 0;
    }

    .lang-rtl .zvh-platforms-head span>span {
        margin: 0 5px 0 5px;
    }

    .lang-rtl .zvh-platforms-head span>span:nth-child(3) {
        margin: 5px 5px 0 0;
    }

    .lang-rtl .zvh-badges-section {
        padding: 40px 0 0;
    }

    .lang-rtl .zvh-sharing-section ul {
        margin: 40px auto 0;
    }

    .lang-rtl .zvh-storing-section {
        padding: 60px 0;
    }

    .lang-rtl .zvh-storing-cont ul {
        margin: 20px 0 0;
    }

    .lang-rtl .zvh-storing-cont ul h3 button {
        padding: 30px 0 15px 0;
    }

    .lang-rtl .zvh-storing-cont ul p {
        padding: 0;
    }

    .lang-rtl .zvh-whychoose-section {
        padding: 60px 0 40px;
    }

    .lang-rtl .table-wrap {
        margin: 20px 0 0;
    }

    .lang-rtl .zvh-securing-wrap ul {
        margin: 40px 0 60px;
    }

    .lang-rtl .zvh-testimonials {
        margin: 40px 0 0;
    }

    .lang-rtl .zvh-testimonials .zvh-testi-items {
        padding: 30px 20px;
    }

    .lang-rtl .zbottom-section {
        padding: 60px 0 150px;
    }

    .lang-rtl .zbottom-section::after {
        left: -16%;
        right: unset;
    }

    .other-lang .zvh-page-wrapper .act-btn {
        width: fit-content;
    }

    .other-lang .zvh-banner-cont h1 {
        font-size: 40px;
    }

    .other-lang .zvh-strongpass-section {
        padding: 80px 0;
    }
}

@media only screen and (max-width : 480px) {

    .zvh-page-wrapper h2 {
        font-size: 36px;
        line-height: 46px;
        letter-spacing: -1.2px;
    }

    .zvh-banner-cont h1 {
        font-size: 40px;
        line-height: 40px;
        max-width: 300px;
    }

    .zb-txt-word {
        width: 300px;
    }

    .zb-txt {
        height: 60px;
        margin: 5px 0 0;
    }

    .zvh-banner-shapes {
        display: none;
    }

    .zvh-dashboard svg {
        max-width: 350px;
        border-radius: 8px;
    }

    .zvh-platforms-section h2 {
        font-size: 28px;
        margin: 0;
    }

    .zvh-platforms-section {
        padding: 40px 0;
        margin: -40px 0 0;
    }

    .zvh-platforms-head {
        letter-spacing: -1.15px;
    }

    .zvh-badges-wrap {
        max-width: 320px;
        flex-wrap: wrap;
        gap: 30px;
    }

    .zvh-badges-cont {
        width: 100%;
    }

    .zvh-badges-wrap li {
        width: 100%;
        justify-content: center;
        flex-wrap: wrap;
        text-align: center;
    }

    .zvh-storing-cont ul {
        margin: 0;
    }

    .zvh-storing-section h2 {
        max-width: 320px;
    }

    .zvh-whychoose-section h2 {
        max-width: 280px;
    }

    .table-wrap ul li {
        grid-template-columns: 25% 18% 17% 19% 19%;
    }

    .table-wrap ul li:last-child>span {
        padding: 40px 10px;
    }

    .zvh-journey-wrap ul {
        gap: 30px 0;
    }

    .zvh-journey-wrap ul li {
        width: 100%;
        max-width: 310px;
    }

    button.slick-arrow {
        top: 0;
    }

    .zvh-testimonial-section h2 {
        max-width: 250px;
    }

    .zvh-testimonials {
        margin: 30px 0 0;
        padding: 50px 0 0;
    }

    .zvh-testi-arrow {
        top: 0;
        right: 10px;
    }

    .zvh-strongpass-section {
        padding: 20px 0 80px;
    }

    .zvh-strongpass-img {
        max-width: 320px;
    }

    .zvh-strongpass-img img {
        max-width: 70%;
    }

    .zvh-faq-content ul li h3 button {
        font-size: 21px;
    }

    .zbottom-section::after {
        right: -38%;
    }

    .zbottom-section p {
        font-size: 17px;
        letter-spacing: -.3px;
    }

    .lang-rtl .zb-txt {
        margin: 5px 0 0;
    }

    .lang-rtl .zvh-platforms-section h2 {
        margin: 0;
    }

    .lang-rtl .zvh-platforms-section {
        padding: 40px 0;
        margin: -40px 0 0;
    }

    .lang-rtl .zvh-badges-wrap li {
        text-align: center;
    }

    .lang-rtl .zvh-storing-cont ul {
        margin: 0;
    }

    .lang-rtl .table-wrap ul li:last-child>span {
        padding: 40px 10px;
    }

    .lang-rtl .zvh-testimonials {
        margin: 30px 0 0;
        padding: 50px 0 0;
    }

    .lang-rtl .zvh-testi-arrow {
        left: 10px;
        right: unset;
    }

    .lang-rtl .zbottom-section::after {
        left: -28%;
        right: unset;
    }

    .other-lang .zvh-banner-cont h1 {
        font-size: 40px;
        line-height: 48px;
    }

    .i18n-nl .zb-txt {
        height: 54px;
    }

}

/* popup style starts */

.zcallback-popup-overlay {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5);
    z-index: 1000;
    display: none
}

.zcall-back-container-popup {
    z-index: 1001;
    position: fixed;
    padding: 50px 200px 35px 30px;
    box-sizing: border-box;
    width: 100%;
    max-width: 800px;
    left: 50%;
    top: 50%;
    border-radius: 19.5px;
    transform: translate(-50%, -50%);
    overflow: hidden;
    background: #1f4374;
    border: 7px solid #fff;
    display: none;
}

body.fixed-pos {
    overflow-y: hidden;
}

.zcall-back-container-popup h2 {
    font-size: 46px;
    margin-bottom: 24px;
    font-family: var(--secondaryfont-bold);
    letter-spacing: -1px;
    max-width: 440px;
    color: #fff;
    line-height: 52px;
    letter-spacing: 0
}

.zcall-back-container-popup a {
    font-size: 16px;
    padding: 12px 22px;
    display: inline-block;
    font-family: var(--zf-primary-semibold);
    border-radius: 4px;
    background: #f0483e;
    color: #fff;
    border: 1px solid #f0483e;
    text-transform: uppercase
}

.zcall-back-container-popup::after {
    content: "";
    position: absolute;
    right: 20px;
    bottom: -1px;
    background: url('/sites/zweb/images/vault/pricing/signup-popup-cb.png');
    background-size: 294px auto;
    width: 294px;
    height: 337px;
    display: inline-block;
    background-repeat: no-repeat
}

.zcallback-popup-close {
    cursor: pointer;
    position: absolute;
    right: 10px;
    top: 10px;
    line-height: 1;
    padding: 5px;
    border-radius: 100%;
    display: inline-block;
    overflow: hidden;
    text-indent: -9999px;
    width: 24px;
    height: 24px;
    box-sizing: border-box;
    z-index: 2;
    background: none;
    border: none;
}

.zcallback-popup-close::after, .zcallback-popup-close::before {
    width: 20px;
    height: 2px;
    content: "";
    position: absolute;
    background: #fff;
    display: inline-block;
    left: 2px;
    top: 50%;
    transform: rotate(45deg);
    border-radius: 2px
}

.zcallback-popup-close::before {
    transform: rotate(-45deg)
}

.zcall-back-container-popup:before {
    position: absolute;
    width: 100%;
    height: 100%
}

.zcall-back-container-popup a.zneed-assiatance {
    background: transparent;
    ;
    border-color: #fff
}

.zrequest-cta {
    display: flex;
    gap: 20px;
    flex-wrap: wrap
}

.zhigh-business {
    color: #f7b21a;
    background: #264c80;
    border: 1px solid #376098;
    border-radius: 8px;
    display: inline-block;
    padding: 20px 80px 20px 30px;
    margin: 30px auto 0;
    font-size: 23px;
    min-width: 404px;
    box-sizing: border-box;
    letter-spacing: 0;
    line-height: 1.2
}

.zhigh-business span>b {
    display: block;
    font-size: 28px;
    font-family: var(--zf-secondary-bold);
    letter-spacing: -0.28px
}

.zcall-back-container-popup::before {
    content: '';
    position: absolute;
    background: #314f85;
    width: 338px;
    height: 338px;
    bottom: -60px;
    right: -34px;
    border-radius: 50%
}


@media screen and (max-width: 1400px) {
    .zcall-back-container-popup h2 {
        font-size: 40px
    }

}

@media screen and (max-width: 1200px) {
    .zcall-back-container-popup {
        max-width: 700px;
    }

    .zcall-back-container-popup h2 {
        font-size: 34px;
        max-width: 340px;
    }


    .zcall-back-container-popup::after {
        background-size: 260px;
        width: 260px;
        height: 295px;
    }

    .zcall-back-container-popup:before {
        width: 300px;
        height: 300px;
        right: -25px;
    }

    .zhigh-business {
        min-width: auto;
        padding: 20px 30px;
    }

    .zcall-back-container-popup a {
        font-size: 14px;
        padding: 10px 20px;
    }

    .lang-rtl .zcall-back-container-popup:before {
        left: -25px;
        right: unset;
    }

    .lang-rtl .zhigh-business {
        padding: 20px 30px;
    }

    .lang-rtl .zcall-back-container-popup a {
        padding: 10px 20px;
    }
}

@media screen and (max-width: 991px) {
    .zcall-back-container-popup {
        max-width: 620px;
    }

    .zcall-back-container-popup h2 {
        font-size: 30px;
        line-height: 1.25;
    }

    .zcall-back-container-popup a {
        padding: 10px 15px
    }

    .zcall-back-container-popup::after {
        background-size: 220px;
        width: 220px;
        height: 246px;
    }

    .zcall-back-container-popup:before {
        width: 260px;
        height: 260px;
        right: -20px;
    }

    .zhigh-business {
        font-size: 18px;
    }

    .zhigh-business span>b {
        font-size: 24px;
    }

    .lang-rtl .zcall-back-container-popup a {
        padding: 10px 15px;
    }

    .lang-rtl .zcall-back-container-popup:before {
        left: -20px;
        right: unset;
    }
}

@media screen and (max-width: 767px) {
    .zcall-back-container-popup {
        max-width: 420px;
        padding: 40px 30px 40px 30px;
    }

    .zcall-back-container-popup h2 {
        font-size: 26px;
        max-width: 300px;
        line-height: 1.25;
        margin-bottom: 15px;
    }

    .zcall-back-container-popup::after {
        background-size: 150px;
        width: 150px;
        height: 140px
    }

    .zcall-back-container-popup::after, .zcall-back-container-popup:before {
        display: none;
    }

    .zhigh-business {
        padding: 20px 15px;
        margin-top: 20px;
    }

    .zrequest-cta {
        gap: 10px;
    }

    .lang-rtl .zcall-back-container-popup {
        padding: 40px 30px 40px 30px;
    }

    .lang-rtl .zhigh-business {
        padding: 20px 15px;
    }
}

@media screen and (max-width: 480px) {
    .zcall-back-container-popup {
        max-width: 300px;
        padding: 35px 30px 35px 20px;
    }

    .zhigh-business span>b {
        font-size: 20px;
    }

    .zcall-back-container-popup h2 {
        font-size: 22px;
        max-width: 220px
    }

    .zcall-back-container-popup a {
        font-size: 15px
    }

    .zcall-back-container-popup::after {
        background-size: 120px auto;
        width: 120px;
        height: 110px
    }

    .lang-rtl .zcall-back-container-popup {
        padding: 35px 20px 35px 30px;
    }

    .other-lang .zvh-page-wrapper h2 {
        font-size: 32px;
    }
}

/* popup style ends */