/* Global and Headings */
* {
  -webkit-tap-highlight-color: transparent;
}
:root {
  --h1-size: 80px;
  --h2-size: 72px;
  --h3-size: 64px;
  --h4-size: 56px;
  --h4-md-size: 48px;
  --h4-sm-size: 40px;
  --h5-size: 32px;
  --h6-size: 24px;
  --h1-line-height: 1.1;
  --h2-line-height: 1.2;
  --h3-line-height: 1.3;
  --h4-line-height: 1.4;
  --h5-line-height: 1.5;
  --h6-line-height: 1.6;
  --h8-line-height: 1.8;
  --white-color: #fff;
  --black-color: #000;
  --primary-color: #215e1d;
  --secondary-color: #eac301;
}
picture,
img {
  display: block;
}
video {
  border: 0;
  outline: none !important;
  box-shadow: none;
  -webkit-mask-image: -webkit-radial-gradient(white, black);
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
}
.p-rlte {
  position: relative;
}
.p-abslt {
  position: absolute;
}
.z-indx-1 {
  z-index: 1;
}
.z-indx-2 {
  z-index: 2;
}
.z-indx-3 {
  z-index: 3;
}
.z-indx-4 {
  z-index: 4;
}
.z-indx-5 {
  z-index: 5;
}
.z-indx-6 {
  z-index: 6;
}
.z-indx-7 {
  z-index: 7;
}
.z-indx-8 {
  z-index: 8;
}
.z-indx-9 {
  z-index: 9;
}
.txt-lft {
  text-align: left;
}
.txt-cntr {
  text-align: center;
}
.txt-rght {
  text-align: right;
}
/* Global and Headings ends*/
/* Margin */
.m0 {
  margin: 0;
}
.ml-auto {
  margin-left: auto;
}
.mr-auto {
  margin-right: auto;
}
.mt-auto {
  margin-top: auto;
}
.mb-auto {
  margin-bottom: auto;
}
.mlr-auto {
  margin: 0 auto;
}
.zrow-mb-1 {
  margin-bottom: 10px;
}
.zrow-mb-2 {
  margin-bottom: 20px;
}
.zrow-mb-4 {
  margin-bottom: 40px;
}
.zrow-mb-6 {
  margin-bottom: 60px;
}
.zrow-mb-8 {
  margin-bottom: 80px;
}
/* Margin ends*/
/* Flex and Grids */
.zcol-wrap,
.dflx,
.zwb-midea-obj,
.zwc-btn-set {
  display: flex;
  flex-wrap: wrap;
}

.flx-algn-cntr {
  align-items: center;
}
.flx-algn-start {
  align-items: flex-start;
}
.flx-algn-stretch {
  align-items: stretch;
}
.flx-algn-end {
  align-items: flex-end;
}
.flx-jstfy-cntr {
  justify-content: center;
}
.flx-jstfy-btween {
  justify-content: space-between;
}
.flx-jstfy-even {
  justify-content: space-evenly;
}
.flx-jstfy-arnd {
  justify-content: space-around;
}
.flx-jstfy-start {
  justify-content: flex-start;
}
.flx-jstfy-end {
  justify-content: flex-end;
}
.zcol-1 {
  max-width: calc(8.33% - 10px);
  flex-basis: calc(8.33% - 10px);
}
.zcol-2 {
  max-width: calc(16.67% - 10px);
  flex-basis: calc(16.67% - 10px);
}
.zcol-3 {
  max-width: calc(25% - 10px);
  flex-basis: calc(25% - 10px);
}
.zcol-4 {
  max-width: calc(33.33% - 10px);
  flex-basis: calc(33.33% - 10px);
}
.zcol-5 {
  max-width: calc(41.67% - 10px);
  flex-basis: calc(41.67% - 10px);
}
.zcol-6 {
  max-width: calc(50% - 10px);
  flex-basis: calc(50% - 10px);
}
.zcol-7 {
  max-width: calc(58.33% - 10px);
  flex-basis: calc(58.33% - 10px);
}
.zcol-8 {
  max-width: calc(66.67% - 10px);
  flex-basis: calc(66.67% - 10px);
}
.zcol-9 {
  max-width: calc(75% - 10px);
  flex-basis: calc(75% - 10px);
}
.zcol-10 {
  max-width: calc(83.33% - 10px);
  flex-basis: calc(83.33% - 10px);
}
.zcol-11 {
  max-width: calc(91.67% - 10px);
  flex-basis: calc(91.67% - 10px);
}
.zcol-12 {
  max-width: calc(100% - 0px);
  flex-basis: calc(100% - 0px);
}
/* Flex and Grids ends*/
.d-blck,
.in-view-desk {
  display: block;
}
.in-view-mob {
  display: none;
}
/* Button sets */
.zwc-btn-set {
  gap: 14px;
  align-items: center;
}
.zwc-btn-set .act-btn,
.zwc-btn-set .reqst-demo-btn,
.zvdio-demo {
  border-radius: 4px;
  padding: 14px 30px;
  font-size: 16px;
  line-height: 1.7;
  text-align: center;
  text-transform: uppercase;
  font-family: var(--zf-primary-semibold);
  display: inline-flex;
  align-items: center;
  position: relative;
  transition: all ease-out 0.3s;
  cursor: pointer !important;
}
.zwc-btn-set .reqst-demo-btn {
  border: 1px solid var(--black-color);
  color: var(--black-color);
}
.reqst-demo-btn.filled-btn {
  background: var(--black-color);
  color: var(--white-color);
}
.reqst-demo-btn.txt-whte {
  color: var(--white-color);
  border: 1px solid var(--white-color);
}
.reqst-demo-btn.txt-whte:hover {
  background: #fff;
  color: #fff;
}
.zwc-btn-set .zvdio-demo {
  border: 1px solid transparent;
  padding: 10px 0 10px 0;
}
.zwc-btn-set .zvdio-demo,
.zwc-btn-set .reqst-demo-btn:not(.filled-btn) {
  background: transparent;
}
.zvdio-demo.txt-whte {
  color: var(--white-color);
}
.zvdio-demo .play-icon {
  width: 35px;
  height: 35px;
  position: relative;
  text-indent: -9999px;
  overflow: hidden;
  margin-right: 12px;
}
.zvdio-demo .play-icon:before,
.zvdio-demo .play-icon:after {
  position: absolute;
  content: "";
  transition: all 0.3s ease;
}
.zvdio-demo .play-icon:before {
  background: transparent;
  left: 0;
  right: auto;
  top: 0;
  width: 35px;
  height: 35px;
  border: 1px solid #000;
  border-radius: 100%;
}
.zvdio-demo .play-icon:after {
  left: 56%;
  top: 50%;
  width: 0;
  height: 0;
  border-top: 5px solid transparent;
  border-bottom: 5px solid transparent;
  border-left: 7px solid #000;
  right: auto;
  transform: translate(-50%, -50%);
}
.zvdio-demo.txt-whte .play-icon:before {
  border: 1px solid #fff;
}
.zvdio-demo.txt-whte .play-icon:after {
  border-left: 7px solid #fff;
}
/* Button sets ends */

/* Titles Block */
.zwc-title {
  margin: 0 0 50px;
  position: relative;
}
.txt-whte * {
  color: var(--white-color);
}
.zwc-title h1 {
  line-height: var(--h1-line-height);
  margin: 0 0 20px;
}
.zwc-title h2 {
  margin: 0 0 14px;
  line-height: var(--h2-line-height);
}
.zwc-title h3 {
  margin: 0 0 12px;
  line-height: var(--h3-line-height);
}
.zwc-title h4 {
  margin: 0 0 10px;
  line-height: var(--h4-line-height);
}
.zwc-title h5 {
  margin: 0 0 12px;
  line-height: var(--h5-line-height);
}
.zwc-title h6 {
  margin: 0 0 10px;
  line-height: var(--h6-line-height);
}
.zwb-sub-title {
  margin: 0 0 20px;
}
.zwb-sub-title h2 {
  color: var(--black-color);
  line-height: 1.2;
  font-family: var(--zf-primary-regular);
}
.zwb-sub-title h2 strong {
  display: inline-block;
  font-family: var(--zf-primary-bold);
}
.zwc-title p {
  font-size: 18px;
  line-height: var(--h8-line-height);
}
.zwc-custm-mrgn {
  margin: 0;
}
/* Title Blocks end*/
/* Animations Styles */
/* Animations Styles end */

/* Mediaquery*/
@media (max-width: 1440px) {
  .zwc-content-wrap .content-wrap {
    width: 1140px;
  }
  .zwc-btn-set .act-btn,
  .zwc-btn-set .reqst-demo-btn,
  .zvdio-demo {
    padding: 10px 26px;
  }
}

@media (max-width: 1199px) {
  .zwc-content-wrap .content-wrap {
    width: 960px;
  }
  .zwc-btn-set .act-btn,
  .zwc-btn-set .reqst-demo-btn,
  .zvdio-demo {
    font-size: 14px;
  }
}

@media (max-width: 991px) {
  .zwc-content-wrap .content-wrap {
    width: 720px;
  }
  .zcol-md-1 {
    max-width: calc(8.33% - 10px);
    flex-basis: calc(8.33% - 10px);
  }
  .zcol-md-2 {
    max-width: calc(16.67% - 10px);
    flex-basis: calc(16.67% - 10px);
  }
  .zcol-md-3 {
    max-width: calc(25% - 10px);
    flex-basis: calc(25% - 10px);
  }
  .zcol-md-4 {
    max-width: calc(33.33% - 10px);
    flex-basis: calc(33.33% - 10px);
  }
  .zcol-md-5 {
    max-width: calc(41.67% - 10px);
    flex-basis: calc(41.67% - 10px);
  }
  .zcol-md-6 {
    max-width: calc(50% - 10px);
    flex-basis: calc(50% - 10px);
  }
  .zcol-md-7 {
    max-width: calc(58.33% - 10px);
    flex-basis: calc(58.33% - 10px);
  }
  .zcol-md-8 {
    max-width: calc(66.67% - 10px);
    flex-basis: calc(66.67% - 10px);
  }
  .zcol-md-9 {
    max-width: calc(75% - 10px);
    flex-basis: calc(75% - 10px);
  }
  .zcol-md-10 {
    max-width: calc(83.33% - 10px);
    flex-basis: calc(83.33% - 10px);
  }
  .zcol-md-11 {
    max-width: calc(91.67% - 10px);
    flex-basis: calc(91.67% - 10px);
  }
  .zcol-md-12 {
    max-width: calc(100% - 10px);
    flex-basis: calc(100% - 10px);
  }
  .d-blck {
    display: inline;
  }
  .zwc-btn-set .act-btn,
  .zwc-btn-set .reqst-demo-btn,
  .zvdio-demo {
    padding: 10px 20px;
    font-size: 14px;
  }
}
@media (max-width: 767px) {
  .zwc-content-wrap .content-wrap {
    width: 450px;
  }
  .zcol-1,
  .zcol-2,
  .zcol-3,
  .zcol-4,
  .zcol-5,
  .zcol-6,
  .zcol-7,
  .zcol-8,
  .zcol-9,
  .zcol-10,
  .zcol-11,
  .zcol-12 {
    position: relative;
    flex-basis: calc(100% - 0px);
    max-width: calc(100% - 0px);
    width: 100%;
  }
  .in-view-desk {
    display: none;
  }
  .in-view-mob {
    display: block;
  }
  .flx-row-rvrse {
    flex-direction: column-reverse;
  }
}
@media (max-width: 480px) {
  .zwc-content-wrap .content-wrap {
    width: 90%;
  }
}
/* RM above */
.i18n-en .zw-product-header {
  background: #e3ffe6;
}
.hglightd-txt {
  color: #06853f;
  background: linear-gradient(
    90deg,
    #0cb859 19.83%,
    #0671fd 71.92%,
    #ffba0d 69.39%,
    #ff5906 92.37%
  );
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  display: inline-block;
}
.arw-lnk {
  display: inline-block;
  position: relative;
  cursor: pointer;
  padding-right: 20px;
  color: #0047FF;
  font-family: var(--primaryfont-semibold);
  font-size: 18px;
}
.arw-lnk .zwp-arrow {
  position: relative;
  width: 15px;
  height: 2px;
  display: inline-block;
  top: -3px;
  right: -8px;
  transition: all ease 0.3s;
  background: #0047FF;
}
.arw-lnk .zwp-arrow:after {
  box-sizing: content-box;
  content: "";
  position: absolute;
  width: 6px;
  height: 6px;
  transform: rotate(-45deg);
  border: 2px solid #0047FF;
  border-left: 0;
  border-top: 0;
  top: -3px;
  right: 0;
}
.arw-lnk:hover .zwp-arrow {
  transform: translateX(3px);
  transition: all ease-out 0.3s;
}
/* App stores buttons */
.zwc-btn-set .zws-app-str,
.zwc-btn-set .zws-g-play {
  background: var(--common-elements) no-repeat;
  text-indent: -9999px;
  overflow: hidden;
  position: relative;
  background-size: 1070px auto;
  padding: 14px 30px;
}
.zwc-btn-set .zws-g-play {
  width: 178px;
  background-position: -160px -47px;
}
.zwc-btn-set .zws-app-str {
  width: 159px;
  background-position: 0 -47px;
}
/* App stores buttons ends*/
.zwc-title h1 {
  font-size: var(--h2-size);
  letter-spacing: -2.16px;
}
.zwc-title h2 {
  font-size: var(--h4-md-size);
}
/* //// */
.zwc-banner {
  background: #e3ffe6;
  padding: 50px 0 0;
}
.zwc-banner .zwc-title p {
  font-size: 20px;
}
.zwc-banner .zwc-btn-set {
  margin: 0 0 80px;
}
/* //// */
.zwb-vdeo-plchldr {
  text-align: center;
}
.zwb-vdeo-plchldr video {
  border-radius: 16px;
  border: 2px solid #089949;
  overflow: hidden;
}
.zwc-video-control {
  margin: 40px 0 0;
  border-radius: 24px;
  background: #ebebeb;
  border: 0;
  font-size: 14px;
  font-family: var(--zf-primary-medium);
  padding: 12px 20px;
  cursor: pointer;
  min-width: 100px;
}
.visually-hidden {
  position: relative;
  padding-left: 26px;
  display: inline-block;
}
.zwc-video-control .visually-hidden:before {
  position: absolute;
  content: "";
  width: 16px;
  height: 16px;
  left: 0;
  top: 50%;
  transform: translate(0, -50%);
  background: url("/sites/zweb/images/sheet/features/zws-pause-icon.svg") 0 0 /
    18px auto no-repeat;
}

.zwc-video-control.zwc-play-icon .visually-hidden:before {
  background: url("/sites/zweb/images/sheet/features/zws-play-icon.svg") 0 0 /
    18px auto no-repeat;
}
/* Tabs */
.zwc-tabs-items {
  border-radius: 16px;
  border: 1px solid #e1e1e1;
  background: #f1f1f1;
  display: flex;
  padding: 4px;
  gap: 12px;
  max-width: 320px;
  margin: 0 auto;
}
.tab-link {
  color: #000;
  text-align: center;
  font-size: 20px;
  background: transparent;
  border: none;
  border-radius: 12px;
  padding: 18px 24px;
  cursor: pointer;
  flex: 1;
}
.tab-link.active {
  background: #000;
  color: #fff;
}
.tab-content {
  display: none;
}
.tab-content.active {
  display: block;
}
.zwc-tabs-content {
  padding: 40px 0 0;
}
.tab-content figure img {
  border: 1px solid #8ae889;
  border-radius: 12px;
}
.zws-tmplt-desc {
  max-width: 540px;
  margin: 30px auto 0;
  text-align: center;
}
/* //// */
.zwc-sec1 {
  padding: 140px 0 60px;
}
.zwc-sec2 {
  padding: 60px 0 60px;
}
.zwc-sec3 {
  padding: 60px 0 60px;
}
.zwc-sec4 {
  padding: 60px 0 0;
}
.zws-zia-data {
  max-width: 500px;
  margin: 0 auto 80px 120px;
}
.zws-ziarobust-imgs {
  bottom: -2%;
  right: 0;
  z-index: 1;
}
.zws-ziarobust-imgs .img1 {
  max-width: 179px;
  width: 100%;
  margin-left: auto;
}
.zws-ziarobust-imgs .img2 {
  max-width: 72px;
  width: 42%;
  margin-left: auto;
}
/* ///// */
.zws-footer {
  background: #0f0f0f;
  padding: 140px 0;
}
.zws-footer .zwc-title h2 {
  font-size: var(--h2-size);
}
/* Mediaquery*/
@media (max-width: 1440px) {
  .zwc-title h1,
  .zws-footer .zwc-title h2 {
    font-size: var(--h3-size);
  }
  .zwc-title h2 {
    font-size: var(--h4-sm-size);
  }
  .zwc-title {
    margin: 0 0 40px;
  }
  .zwc-title p,
  .zws-tmplt-desc {
    font-size: 16px;
  }
  .zwc-banner .zwc-title p {
    font-size: 18px;
  }
  .zwc-banner .zwc-btn-set {
    margin: 0 0 60px;
  }
  .zwc-sec1 {
    padding: 100px 0 60px;
  }
  .tab-link {
    font-size: 18px;
    padding: 14px 20px;
  }
  .arw-lnk {
    font-size: 16px;
  }
  .zws-ziarobust-imgs .img1 {
    width: 80%;
  }
  .zws-ziarobust-imgs .img2 {
    width: 34%;
  }
  .zws-zia-data {
    max-width: 440px;
    margin: 0 auto 80px 80px;
  }
  .zws-footer {
    padding: 100px 0;
  }
}

@media (max-width: 1199px) {
  .zwc-title h1,
  .zws-footer .zwc-title h2 {
    font-size: var(--h4-size);
  }
  .zwc-banner .zwc-title p {
    font-size: 16px;
  }
  .arw-lnk {
    font-size: 14px;
  }
  .zwc-tabs-items {
    max-width: 280px;
  }
  .tab-link {
    font-size: 16px;
  }
  .zwc-sec1 {
    padding: 80px 0 40px;
  }
  .zwc-sec2,
  .zwc-sec3 {
    padding: 40px 0 40px;
  }
  .zwc-sec4 {
    padding: 40px 0 0;
  }
  .zwc-sec2 .zwc-title h2 {
    max-width: 380px;
    margin-left: auto;
    margin-right: auto;
  }
  .zws-ziarobust-imgs .img1 {
    width: 60%;
  }
  .zws-ziarobust-imgs .img2 {
    width: 34%;
  }
  .zws-zia-data {
    margin: 0 auto 60px 40px;
  }

  .zws-footer {
    padding: 80px 0;
  }
}

@media (max-width: 991px) {
  .zwc-banner {
    padding: 30px 0 0;
  }
  .zwc-title h1,
  .zws-footer .zwc-title h2 {
    font-size: var(--h4-md-size);
  }
  .zws-zia-data {
    margin: 0 auto 60px 0;
    max-width: 320px;
  }
  .zws-ziarobust-imgs .img2 {
    width: 29%;
  }
  .zwc-btn-set .zws-g-play {
    transform: scale(0.9);
  }
}
@media (max-width: 767px) {
  .zwc-btn-set {
    flex-direction: column;
    max-width: 220px;
    gap: 10px;
    margin: 0 auto;
  }
  .zwc-banner .zwc-btn-set {
    margin: 0 auto 60px;
  }
  .zwc-btn-set .act-btn,
  .zwc-btn-set .reqst-demo-btn,
  .zvdio-demo {
    line-height: 1.5;
  }
  .zwc-btn-set .zws-g-play {
    transform: scale(0.8);
  }
  .zwc-title h1 {
    font-size: var(--h4-sm-size);
  }
  .zwc-title h1 {
    letter-spacing: normal;
  }
  .zwc-title h2 {
    font-size: var(--h5-size);
  }
  .zwc-sec1 {
    padding: 60px 0 30px;
  }
  .zwc-sec2 .zwc-title h2 {
    max-width: 320px;
  }
  .tab-link {
    padding: 10px 20px;
  }
  .zws-zia-data {
    margin: 0 auto 60px 0;
    max-width: 100%;
    text-align: center;
  }

  .zws-ziarobust-imgs {
    display: none;
  }
  .zws-footer {
    padding: 60px 0;
  }
  .zws-footer .zwc-title h2 {
    font-size: var(--h5-size);
  }
}
@media (max-width: 480px) {
  .zwc-title h1 {
    font-size: var(--h5-size);
  }
  .zwc-title h2 {
    font-size: var(--h6-size);
  }
}

