.zw-product-header {
  background: linear-gradient(6deg, #0e129b 14.39%, #050635 97.22%);
}
.zwc-cntct-btn {
  color: #fff;
  background: #0350e7;
  border-radius: 4px;
  padding: 14px 34px;
  font-size: 16px;
  line-height: 1.7;
  text-align: center;
  text-transform: uppercase;
  display: inline-flex;
  align-items: center;
  position: relative;
  transition: all ease-out 0.3s;
  cursor: pointer !important;
  border: 1px solid #0350e7;
  font-family: var(--zf-primary-semibold);
}
.zgdprform-opt-container a {
  color: var(--zwc-link-clr);
}
input:focus-visible,
select:focus-visible,
textarea:focus-visible,
button:focus-visible,
a:focus-visible {
  outline: 1px solid #0047ff;
  border-color: transparent;
}
/* Titles fonts */
.zwc-title h1 {
  font-size: var(--h6-size);
  font-family: var(--zf-primary-medium);
  line-height: normal;
  margin: 0 0 24px;
}
.zwc-title h2 {
  font-size: var(--h3-size);
  margin: 0 0 20px;
  font-family: var(--zf-primary-medium);
}
/* Form starts */
.zwb-signup-frm {
  background: #fff;
  border-radius: 20px;
  padding: 40px;
  display: block;
}

.zwb-signup-frm.zwb-jumpstartform {
  max-width: 440px;
}

.zw_signup_otp_visible .zwb-signup-frm {
  padding: 40px 40px;
}

.zw_signup_otp_visible .zwb-signup-frm h3 {
  padding: 0;
}

.zwb-signup-frm h3 {
  color: #000;
  margin: 0 0 10px;
  font-family: var(--primaryfont-bold);
  font-size: 20px;
}

.zwb-signup-frm.zwb-jumpstartform .socl-signup {
  background: #f4f4f4;
  padding: 20px;
  border-bottom-left-radius: 20px;
  border-bottom-right-radius: 20px;
  text-align: center;
  margin: 30px -40px 0;
}
/* Form ends */

.zwc-backstage-banner {
  background: linear-gradient(124deg, #0e129b 14.27%, #050635 97.22%);
  padding: 60px 0 120px;
}
.zwc-backstage-banner .zwc-after-login img {
  margin: 76px 0 76px;
}
.zwc-backstage-banner .zwc-title h1 {
  color: #ffad34;
  text-transform: uppercase;
  font-size: 20px;
}
.zwc-backstage-banner .zwc-title h2 {
  font-size: var(--h2-size);
}
.zwc-backstage-banner .zwc-title p {
  font-size: 20px;
  line-height: 1.6;
  letter-spacing: -0.2px;
  max-width: 520px;
}
.zwc-decrative-txt {
  padding-left: 16px;
  margin: 0 0 80px;
}
.zwc-decrative-txt:before {
  position: absolute;
  content: "";
  left: 0;
  height: 100%;
  width: 1px;
  background: #faa619;
}

/* Logo starts */
/* Trusted Brands */
.zwc-trusted-sec {
  padding: 105px 0 140px;
}
.zwc-trusted-sec .zwb-ttle h2 {
  font-size: 16px;
  letter-spacing: 8px;
  font-family: var(--zf-primary-regular);
  text-transform: uppercase;
  position: relative;
  text-align: center;
  margin: 0 0 20px;
}

.zwc-trusted-sec .zwb-ttle h2 span {
  background: #fff;
  display: inline-block;
  position: relative;
  z-index: 1;
  padding: 8px 20px;
}
.zwc-trusted-sec .zwb-ttle h2:before,
.zwc-trusted-sec .zwb-ttle h2:after {
  position: absolute;
  content: "";
  width: 50%;
  height: 1px;
  background: rgba(0, 0, 0, 0.15);
  top: 50%;
}
.zwc-trusted-sec .zwb-ttle h2:before {
  left: 0;
}
.zwc-trusted-sec .zwb-ttle h2:after {
  right: 0;
}

.trusted-brand-logos {
  overflow: hidden;
  max-width: 100%;
  flex-wrap: wrap;
  justify-content: center;
  display: flex;
  align-items: center;
}

.trusted-brand-logos li {
  display: none !important;
  width: auto;
  flex: none;
  margin: 20px 26px 20px 26px;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.trusted-brand-logos li span {
  display: block;
  text-align: center;
  color: var(--black-color);
  font-size: 16px;
  font-family: var(--zf-primary-regular);
  margin-top: 20px;
  max-width: 130px;
  word-break: break-word;
}

.trusted-brand-logos li img {
  width: auto;
  max-height: 36px;
  min-height: auto;
  display: block;
  margin: 0 auto auto;
}

.trusted-brand-logos li img,
.trusted-brand-logos li span {
  opacity: 0;
  transform: scale(0.6);
  transition: transform 0.4s ease-out, opacity 0.4s ease-out;
}

.zwe-op .trusted-brand-logos li img,
.zwe-op .trusted-brand-logos li span {
  transform: scale(1);
  opacity: 1;
}

.trusted-brand-logos li.current-region {
  display: inline-flex !important;
}

.trusted-brand-logos .trstd-img-24 {
  max-height: 24px;
}

.trusted-brand-logos .trstd-img-28 {
  max-height: 28px;
}

.trusted-brand-logos .trstd-img-30 {
  max-height: 30px;
}

.trusted-brand-logos .trstd-img-32 {
  max-height: 32px;
}

.trusted-brand-logos .trstd-img-34 {
  max-height: 34px;
}

.trusted-brand-logos .trstd-img-42 {
  max-height: 42px;
}

.trusted-brand-logos .trstd-img-46 {
  max-height: 46px;
}

.trusted-brand-logos .trstd-img-50 {
  max-height: 50px;
}

.trusted-brand-logos .trstd-img-54 {
  max-height: 54px;
}

.trusted-brand-logos .trstd-img-60 {
  max-height: 60px;
}

.trusted-brand-logos .trstd-img-70 {
  max-height: 70px;
}

.trusted-brand-logos .trstd-img-74 {
  max-height: 74px;
}

.trusted-brand-logos .trstd-img-80 {
  max-height: 80px;
}
/* Trusted Brand log ends */

/* cards */
.zwb-cards-list {
  padding: 10px 0 110px;
}
.zwb-tile-card {
  border-radius: 24px;
  background: #fdf3ec;
  padding: 70px 0 0;
  overflow: hidden;
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  position: relative;
}
.zwb-tile-card h3,
.zwb-tile-card p {
  padding: 0 52px 0;
}
.zwc-icon-img {
  margin: 0 52px 28px;
}
.web-img-widget {
  max-width: 234px;
  width: 35%;
  bottom: 12%;
  right: 0;
}
.zwb-tile-card p {
  max-width: 420px;
  font-size: 18px;
}
.zwb-tile-card.txt-whte * {
  color: #fff;
}
.zwb-orange-card {
  background: #ffe4d2;
}
.zwb-black-card {
  background: #12141a;
}
.zwb-blue-card {
  background: #020167;
}
.zwb-yellow-card {
  background: linear-gradient(90deg, #ffb200 0%, #ffbd00 100%);
}
.zwb-darkblue-card {
  background: #10103d;
}
.zwb-lightorange-card {
  background: #fdf3ec;
}
.zwb-lightblue-card {
  background: #0107dc;
}
.zwb-tile-card figure {
  margin-top: auto;
  padding-top: 40px;
}
.badge-scanner-img {
  right: 50%;
  position: absolute;
  bottom: -6%;
  max-width: 220px;
  width: 33%;
}

.zwb-tile-card h3 {
  color: #000;
  font-size: var(--h5-size);
  line-height: 1.3;
  margin: 0 0 16px;
  font-family: var(--zf-primary-regular);
}
.zwb-tile-card h3 strong {
  font-weight: normal;
  display: inline-block;
  font-family: var(--zf-primary-semibold);
}
/* ////// */

.zwc-valueof-jumpstart {
  padding: 100px 0 40px;
}
.zwc-values-listing {
  padding: 40px 0 0;
}
.zwc-values-listing li {
  flex: 0 0 50%;
  max-width: 50%;
  margin: 0 0 70px;
  display: flex;
  align-items: flex-start;
}
.zwc-values-listing li h3 {
  color: #000;
  font-size: var(--h6-size);
  font-family: var(--zf-primary-semibold);
  line-height: 1.3;
  margin: 0 0 8px;
}
.zwc-values-listing li p {
  max-width: 340px;
  color: #000;
  font-size: 18px;
  line-height: 1.6;
  letter-spacing: -0.18px;
}
.zwc-values-listing .zwc-jumpstart-vals {
  padding-left: 30px;
}
/* //////// */

/* /////// */
.zwc-backstage-journey,
.zwc-priceplan {
  background: #020167;
}
.zwc-backstage-journey {
  padding: 120px 0 0;
}

.layer-item {
  display: flex;
  align-items: stretch;
  width: 100%;
  height: 100%;
  flex-wrap: wrap;
}
.top-layer,
.bottom-layer {
  height: 50%;
  min-height: 320px;
  display: flex;
  flex-direction: column;
  position: relative;
}
.top-layer {
  flex: 0 0 100%;
  max-width: 100%;
  border-bottom: 1px solid #314ca2;
}
.bottom-layer {
  flex: 0 0 100%;
  max-width: 100%;
}
.bigtxt {
  display: inline-block;
  font-size: 160px;
  line-height: 0.8;
  font-family: var(--zf-primary-light);
  opacity: 0.5;
  background: linear-gradient(179deg, #999eff 38.23%, #4341f8 99.21%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  margin-top: auto;
}
.layer-item h3,
.layer-item p {
  color: #fff;
}
.layer-item h3 {
  margin: 0 0 8px;
  font-family: var(--zf-primary-bold);
  font-size: 24px;
}
.layer-item p {
  max-width: 290px;
  font-size: 18px;
  letter-spacing: -0.18px;
}
.layer-item .zwc-icon {
  margin-bottom: 20px;
}
.journey-list {
  display: flex;
  flex-wrap: nowrap;
  padding: 0 5em;
}
.journey-list li {
  width: 480px;
}
.journey-list li:nth-child(odd) .bigtxt {
  margin: auto 0 60px 0;
}
.journey-list li:nth-child(even) .bigtxt {
  margin: 60px 0 auto 0;
}

.journey-list li:nth-child(odd) .bottom-layer {
  padding-left: 60px;
}
.journey-list li:nth-child(even) .top-layer {
  padding-left: 60px;
}
.journey-list li:nth-child(even) .top-layer img:not(.zwc-icon) {
  margin-bottom: 20px;
  margin-top: 20px;
}
.journey-list li:nth-child(odd) .bottom-layer img:not(.zwc-icon) {
  margin-top: 20px;
  margin-bottom: 20px;
}
.zwc-dwnarw {
  position: relative;
  display: inline-block;
  padding-left: 6%;
}
.zwc-dwnarw:after {
  width: 20px;
  height: 20px;
  border-radius: 100%;
  background: #020167;
  left: 4.8%;
  border: 1px solid #f2f2f2;
  content: "";
  position: absolute;
}
.journey-list li:nth-child(odd) .bottom-layer .zwc-dwnarw:after {
  top: -10%;
}
.journey-list li:nth-child(even) .top-layer .zwc-dwnarw:after {
  bottom: -10%;
}
.zwc-scroller-container {
  --topsticky: calc((100vh - 655px) / 2 + 40px);
  --scroller-top: 10vh;
  --slider-size: 0;
  height: calc(var(--slider-size) - 100vw + 670px + var(--topsticky));
  margin-top: 20px;
}

.zwc-scroller-holder {
  position: relative;
  overflow-x: clip;
  position: sticky;
  top: var(--topsticky);
}

.zwc-scroller {
  max-width: var(--slider-size);
  width: 100%;
  max-width: 1600px;
  padding: 0 3em;
  display: flex;
  align-items: center;
  height: 100%;
}

.zwc-time-scroller-container:has(.zwc-screen-fit) {
  height: auto;
}

.zwc-scroller-holder.zwc-screen-fit {
  position: relative;
  top: unset;
}

.zwc-scroller-holder.zwc-screen-fit .zwc-scroller {
  position: relative;
  margin: 0 auto;
  justify-content: center;
}
/* ////// */
.zwc-priceplan {
  padding: 120px 0 160px;
}
.zwc-priceplan .zwc-title {
  margin-bottom: 60px;
}

.zwc-price-card {
  border-radius: 20px;
  width: 100%;
  height: 100%;
  padding: 100px 42px 30px 42px;
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  overflow: hidden;
  position: relative;
}
.zwc-price-card h3 {
  color: #000;
  font-size: var(--h6-size);
  font-family: var(--zf-primary-bold);
  margin: 0 0 8px;
}
.zwc-price-card p {
  color: #000;
  font-size: 18px;
  line-height: 1.6;
  letter-spacing: -0.18px;
  margin: 0 0 60px;
}
.zwc-price-card.txt-whte * {
  color: #fff;
}
.zwc-pricing-lnk {
  margin-top: auto;
}
.zwc-pricing-lnk .zwc-readmore {
  display: inline-block;
  position: relative;
  cursor: pointer;
  padding-right: 20px;
  color: #1a1fcf;
  font-family: var(--zf-primary-medium);
  font-size: 17px;
}
.zwc-pricing-lnk .zwp-arrow {
  position: relative;
  width: 15px;
  height: 2px;
  display: inline-block;
  top: -3px;
  right: -12px;
  transition: all ease 0.3s;
  background: #1a1fcf;
}
.zwc-readmore .zwp-arrow:after {
  box-sizing: content-box;
  content: "";
  position: absolute;
  width: 6px;
  height: 6px;
  transform: rotate(-45deg);
  border: 2px solid #1a1fcf;
  border-left: 0;
  border-top: 0;
  top: -3px;
  right: 0;
}
.zwc-readmore:hover .zwp-arrow {
  transform: translateX(3px);
  transition: all ease 0.3s;
}
.txt-whte .zwc-readmore {
  color: #fff;
}
.txt-whte .zwc-readmore .zwp-arrow {
  background: #fff;
}
.txt-whte .zwc-readmore .zwp-arrow:after {
  border-color: #fff;
}
.zwc-basic-card {
  background: #ffe4d2;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.25);
}
.zwc-price-card .zwc-icon {
  top: 0;
  left: 0px;
}
.zwc-basic-card .zwc-icon {
  max-width: 91px;
  width: 22%;
}
.zwc-advanced-card {
  background: #ffcba6;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.25);
}
.zwc-premium-card {
  background: #0b0b8d;
}
.zwc-basic-card .ovrly-shape-imgs {
  max-width: 92px;
  width: 22%;
  bottom: 24px;
  right: 24px;
}
.zwc-advanced-card .ovrly-shape-imgs {
  max-width: 163px;
  width: 40%;
  bottom: 0;
  right: 10px;
}
.zwc-premium-card .ovrly-shape-imgs {
  max-width: 118px;
  width: 28%;
  bottom: 20px;
  right: 10px;
}

/* /////// */
.zwc-all-diff {
  background: #010131;
  padding: 130px 0 45px;
}

.zwc-all-diff .zwc-title p {
  max-width: 580px;
}
.zwc-differ-lst {
  margin: 70px 0 0;
}
.zwc-differ-lst li {
  flex: 0 0 50%;
  max-width: 50%;
  position: relative;
  margin: 0 0 35px;
}
.zwc-differ-lst li {
  color: #fff;
  font-size: 18px;
  font-family: var(--zf-primary-regular);
  line-height: 1.6;
  padding-left: 28px;
  padding-right: 50px;
}
.zwc-differ-lst li:before {
  position: absolute;
  content: "";
  width: 16px;
  height: 16px;
  left: 0;
  top: 0.3em;
  background: url("/sites/zweb/images/backstage/jumpstart/jumpstart-sprite.svg") -323px
    0 no-repeat;
  background-size: 510px auto;
}
.zwc-differ-lst li h3 {
  font-family: var(--zf-primary-bold);
  font-size: 18px;
  margin: 0 0 8px;
}
.zwc-differ-lst li p {
  max-width: 388px;
}
.zwc-shape1 {
  position: absolute;
  right: 10%;
  top: -5%;
  max-width: 308px;
  width: 24%;
}
/* ///////// */
.zwb-tstimonial {
  padding: 110px 0 80px;
}
.zwb-custmr-slider {
  padding: 40px;
  border-radius: 30px;
  background: linear-gradient(0deg, #010131 0%, #010131 100%);
  background-blend-mode: normal, difference;
  mix-blend-mode: luminosity;
}
.zwb-tstimonial .slick-list {
  position: relative;
  padding: 5.5rem 0 0;
}
.zwb-tstimonial .slick-list:before {
  position: absolute;
  content: "";
  width: 105px;
  height: 75px;
  background: url("/sites/zweb/images/backstage/jumpstart/jumpstart-sprite.svg");
  background-size: 600px auto;
  background-repeat: no-repeat;
  background-position: -397px 3px;
  text-indent: -999px;
  overflow: hidden;
  margin: 0 0 30px;
  top: 0;
  left: 20px;
}
.zwb-custmr-item {
  padding: 20px 0;
}
.zwb-custmr-item blockquote {
  color: var(--white-color);
  font-size: 40px;
  font-family: var(--zf-primary-light);
  line-height: 1.4;
  margin: 0 0 60px;
}
.zwb-custmr-item blockquote .txt-strong {
  color: var(--white-color);
  font-size: 40px;
  font-weight: normal;
  font-family: var(--zf-primary-semibold);
}
.zwb-custmr-item .zwb-custmr-info {
  display: flex;
  align-items: stretch;
  justify-content: flex-start;
}
.zwb-custmr-img {
  display: flex;
  align-items: center;
}
.zwb-custmr-img img {
  max-width: 70px;
  border-radius: 100%;
}
.zwb-custmr-img div {
  padding-left: 20px;
  padding-right: 30px;
  margin-right: 30px;
  flex: 1;
  border-right: 1px solid #c1c1c1;
}
.zwb-custmr-img div span,
.zwb-custmr-img div strong {
  display: block;
  color: var(--white-color);
  font-size: 24px;
}
.zwb-custmr-img div strong {
  color: var(--white-color);
  font-size: 24px;
  font-weight: normal;
  font-family: var(--zf-primary-bold);
}
.zwb-compny-logo {
  padding: 15px 25px;
  border-radius: 10px;
  background: #fff;
  box-shadow: 0px 1px 2px 0px rgba(0, 0, 0, 0.25);
  display: flex;
  align-items: center;
}
.zwb-custmr-slider .slick-track {
  margin: 0 10px;
}
.zwb-custmr-slider .zwb-custmr-item {
  margin: 20px;
}
.zwb-custmr-slider .slick-prev {
  right: 10%;
  top: 10%;
  left: inherit;
}
.zwb-custmr-slider .slick-next {
  top: 10%;
  right: 5%;
}
.zwb-custmr-slider .slick-next,
.zwb-custmr-slider .slick-prev {
  background: rgba(217, 217, 217, 0.2);
  border-radius: 100%;
  width: 42px;
  height: 42px;
  padding: 10px;
  z-index: 5;
  transition: transform 0.3s ease;
  transform: translateY(-50%) scale(0.9);
}
.zwb-custmr-slider .slick-prev:before {
  top: 10px;
  left: 16px;
}

.zwb-custmr-slider .slick-prev:after {
  bottom: 9px;
  left: 16px;
}
.zwb-custmr-slider .slick-next:before {
  top: 10px;
  right: 20px;
}
.zwb-custmr-slider .slick-next:after {
  bottom: 9px;
  right: 20px;
}
.zwb-custmr-slider .slick-next:after,
.zwb-custmr-slider .slick-next:before,
.zwb-custmr-slider .slick-prev:after,
.zwb-custmr-slider .slick-prev:before {
  height: 14px;
  background: #fff;
}
.zwb-custmr-slider .slick-next:hover,
.zwb-custmr-slider .slick-prev:hover {
  background: #fe9c03;
  transform: translateY(-50%) scale(1.2);
}
.zwb-custmr-slider .slick-next:hover:before,
.zwb-custmr-slider .slick-prev:hover:before,
.zwb-custmr-slider .slick-next:hover:after,
.zwb-custmr-slider .slick-prev:hover:after {
  background: #fff;
}

/*FAQ*/
.bottom-faq-sec .zwc-title h2 {
  margin: 0 0 12px;
  font-family: var(--zf-primary-medium);
}
.bottom-faq-sec .zwc-badge-txt {
  font-size: 16px;
  font-family: var(--zf-primary-bold);
  margin: 0 0 30px;
  display: inline-block;
}
.bottom-faq-sec {
  padding: 80px 0 120px;
}
.bottom-faq-sec .block-content {
  max-width: 900px;
  margin-left: auto;
  margin-right: auto;
}
.collapse-item {
  border-bottom: 1px solid #cbcbcb;
}

.collapse-container {
  margin: 0 auto;
}
.collapse-content ul {
  margin-bottom: 20px;
}

.collapse-content ul li {
  margin-bottom: 12px;
}
.collapse-content ul li strong {
  font-family: var(--zf-primary-semibold);
  font-weight: normal;
  display: inline-block;
}

.collapse-content {
  display: none;
}

.collapse-content p {
  max-width: 780px;
  line-height: var(--h8-line-height);
}

.collapse-button {
  background: 0;
  border: 0;
  font-size: 24px;
  line-height: 1.4;
  margin: 0;
  outline: 0;
  font-family: var(--zf-primary-medium);
  cursor: pointer;
  padding: 28px 80px 28px 0;
  position: relative;
  width: 100%;
  text-align: left;
  color: var(--black-color);
}

.collapse-button:after {
  content: "";
  display: inline-block;
  padding: 4px;
  position: absolute;
  transition: all 0.3s ease;
  border: solid #000;
  clear: both;
  border-width: 0 2px 2px 0;
  right: 10px;
  top: 50%;
  transform: rotate(45deg) translateY(-50%);
}

.collapse-button.active:after {
  border: 2px solid #000;
  border-width: 0 2px 2px 0;
  transform: translateY(-50%) rotate(-135deg);
}

.collapse-content,
.collapse-content p {
  font-size: 18px;
}
/*FAQ Ends */
/* ///// */
.zwc-jmpstr-footer {
  background: #020167;
  padding: 90px 0;
}

.zwc-jmpstr-footer .zwc-title h2 {
  color: #fff;
  font-size: var(--h3-size);
  letter-spacing: -1.28px;
  font-family: var(--zf-primary-regular);
  margin: 0 0 20px;
}
.zwc-jmpstr-footer .zwc-title p {
  max-width: 600px;
  margin: 0 auto;
}
.zwc-after-login {
  display: flex;
  align-items: center;
  justify-content: center;
}
/* .umain .zwb-before-login,
.zwc-after-login {
  display: none;
} */
/* .umain .zwc-after-login {
  display: flex;
  align-items: center;
  justify-content: center;
} */
.zwb-jumpstartform .zfields {
  padding: 0 0 12px;
}
.zwb-jumpstartform .zfields .error,
.captcha-sec .error {
  color: red;
  font-size: 11px;
  line-height: 1.5;
  margin-top: 5px;
}
.zwb-jumpstartform .zfields-label {
  color: #000;
  font-size: 15px;
  line-height: 19px;
  letter-spacing: -0.36px;
  vertical-align: top;
  font-family: var(--primaryfont-semibold);
  display: none;
}
.zwb-signup-frm.zwb-jumpstartform input[type="text"],
.zwb-signup-frm.zwb-jumpstartform select {
  display: block;
  font-size: 15px;
  position: relative;
  line-height: 19px;
  letter-spacing: -0.36px;
  border: 1px solid transparent;
  border-radius: 5px;
  background-color: #fff;
  border-color: #dbdbdb;
  color: #000;
  width: 100%;
  max-width: 100%;
  -moz-appearance: none;
  -webkit-appearance: none;
  font-family: var(--secondaryfont-regular);
}
.zwb-signup-frm.zwb-jumpstartform input[type="text"] {
  padding: 10px 12px;
}
.zwb-signup-frm.zwb-jumpstartform select {
  padding: 10px 35px 10px 12px;
}

.zfields-submit .zcta {
  display: block;
  position: relative;
  font-size: 15px;
  line-height: 19px;
  letter-spacing: -0.36px;
  border: 1px solid transparent;
  -moz-appearance: none;
  -webkit-appearance: none;
  padding: 10px 30px;
  border-width: 1px;
  text-transform: uppercase;
  text-align: center;
  white-space: nowrap;
  min-height: 45px;
  font-family: var(--primaryfont-semibold);
  color: #fff;
  background-color: #d51a1c;
  border-radius: 5px;
  cursor: pointer;
  width: 100%;
}
.captcha-sec .text-code {
  display: flex;
  align-items: center;
}
.zfields-terms-container {
  margin: 0 0 30px;
}
.zfields-terms-container label span {
  font-size: 12px;
  text-align: left;
  margin-bottom: 0;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
}
.privacylink {
  color: var(--zwc-link-clr);
}
.zwc-img-wbdesgin {
  max-width: 508px;
  width: 100%;
}
.zwc-cstmzed-img {
  max-width: 298px;
  width: 100%;
}
@media (min-width: 1440px) {
}
@media (max-width: 1440px) {
  .zwc-title h2,
  .zwc-jmpstr-footer .zwc-title h2 {
    font-size: var(--h4-size);
  }
  .zwc-backstage-banner {
    padding: 70px 0 90px;
  }

  .zwc-backstage-banner .zwc-title h1,
  .zwc-backstage-banner .zwc-title p {
    font-size: 18px;
  }
  .zwc-backstage-banner .zwc-title h2 {
    font-size: var(--h3-size);
  }
  .zwc-trusted-sec {
    padding: 90px 0 100px;
  }
  .zwb-tile-card {
    padding: 40px 0 0;
  }
  .zwc-icon-img {
    margin: 0 40px 28px;
  }
  .zwb-tile-card h3,
  .zwb-tile-card p {
    padding: 0 40px 0;
  }
  .zwb-cards-list {
    padding: 10px 0 100px;
  }
  .zwc-all-diff {
    padding: 100px 0 45px;
  }
  .zwc-shape1 {
    max-width: 180px;
  }
  .zwc-differ-lst {
    margin: 50px 0 0;
  }
  .zwc-backstage-journey {
    padding: 100px 0 0;
  }
  .journey-list li {
    width: 420px;
  }
  .bigtxt {
    font-size: 120px;
  }
  .zwc-priceplan {
    padding: 120px 0 120px;
  }
  .zwc-basic-card .ovrly-shape-imgs {
    max-width: 72px;
  }
  .zwb-custmr-item blockquote,
  .zwb-custmr-item blockquote .txt-strong {
    font-size: var(--h5-size);
  }
}
@media (max-width: 1199px) {
  .zwc-title h2,
  .zwc-jmpstr-footer .zwc-title h2 {
    font-size: var(--h4-md-size);
  }
  .zwc-backstage-banner {
    padding: 70px 0 90px;
  }
  .zwc-backstage-banner .zwc-title h2 {
    font-size: var(--h4-size);
  }
  .zwb-tile-card {
    padding: 24px 0 0;
  }
  .zwb-tile-card h3,
  .zwb-tile-card p {
    padding: 0 24px 0;
  }
  .zwc-icon-img {
    margin: 0 24px 28px;
  }
  .zwb-cards-list {
    padding: 10px 0 90px;
  }
  .zwc-valueof-jumpstart {
    padding: 90px 0 40px;
  }
  .zwc-all-diff {
    padding: 90px 0 45px;
  }
  .zwc-values-listing li {
    margin: 0 0 40px;
  }
  .zwc-advanced-card .ovrly-shape-imgs {
    max-width: 110px;
  }
  .zwb-tstimonial {
    padding: 100px 0 80px;
  }
  .zwc-priceplan {
    padding: 90px 0 90px;
  }
  .zwb-custmr-slider .slick-prev {
    right: 12%;
  }
  .zwb-custmr-item blockquote,
  .zwb-custmr-item blockquote .txt-strong {
    font-size: var(--h6-size);
  }
  .zwb-custmr-img div strong {
    font-size: 20px;
  }
  .zwb-custmr-img div span,
  .zwb-custmr-img div strong {
    font-size: 18px;
  }
  .zwc-cntct-btn {
    font-size: 14px;
    padding: 10px 26px;
  }
}
@media (max-width: 991px) {
  .zwc-title h2,
  .zwc-jmpstr-footer .zwc-title h2 {
    font-size: var(--h4-sm-size);
  }
  .zwc-backstage-banner {
    padding: 50px 0 70px;
  }
  .zwc-backstage-banner .zwc-title h2 {
    font-size: var(--h4-sm-size);
  }
  .zwc-backstage-banner .zwc-title h1,
  .zwc-backstage-banner .zwc-title p,
  .zwb-tile-card p,
  .zwc-values-listing li p,
  .layer-item p,
  .zwc-title p,
  .zwb-custmr-img div span,
  .zwb-custmr-img div strong {
    font-size: 16px;
  }
  .zwc-differ-lst li {
    margin: 0 0 20px;
  }
  .zwc-trusted-sec {
    padding: 70px 0 70px;
  }
  .zwb-cards-list {
    padding: 10px 0 70px;
  }
  .zwc-valueof-jumpstart {
    padding: 70px 0 40px;
  }
  .zwc-backstage-journey {
    padding: 70px 0 0;
  }
  .zwb-tile-card h3 {
    font-size: var(--h6-size);
  }
  .zwc-values-listing li {
    flex-direction: column;
  }
  .zwc-values-listing li img {
    max-width: 42px;
    margin: 0 0 14px;
  }
  .journey-list {
    flex-wrap: wrap;
    padding: 0;
    gap: 30px;
  }
  .journey-list li {
    width: unset;
    text-align: center;
    margin: 0 auto 50px;
    flex: 0 0 45%;
    max-width: 45%;
  }
  .journey-list li:nth-child(odd) .bottom-layer img:not(.zwc-icon),
  .journey-list li:nth-child(even) .top-layer img:not(.zwc-icon),
  .layer-item .zwc-icon {
    margin-left: auto;
    margin-right: auto;
  }
  .journey-list li:nth-child(even) .top-layer img:not(.zwc-icon) {
    transform: rotate(180deg);
  }
  .layer-item {
    align-items: start;
    height: inherit;
  }
  .top-layer,
  .bottom-layer {
    border: none;
    height: auto;
    min-height: unset;
  }
  .journey-list li:nth-child(even) .top-layer .zwc-icon,
  .journey-list li:nth-child(even) .top-layer {
    order: 2;
  }
  .journey-list li:nth-child(even) .top-layer h3 {
    order: 3;
  }
  .journey-list li:nth-child(even) .top-layer p {
    order: 4;
  }
  .zwc-scroller-holder {
    position: static;
    top: unset;
  }
  .zwc-dwnarw:after {
    display: none;
  }
  .zwc-scroller {
    justify-content: center;
  }
  .layer-item p {
    max-width: 100%;
  }
  .bigtxt {
    font-size: 100px;
  }

  .zwc-dwnarw {
    padding: 0;
  }
  .journey-list li:nth-child(even) .bigtxt,
  .journey-list li:nth-child(odd) .bigtxt {
    margin: 0 0 10px;
  }
  .journey-list li:nth-child(even) .top-layer,
  .journey-list li:nth-child(odd) .bottom-layer {
    padding: 0;
  }

  .zwc-values-listing .zwc-jumpstart-vals {
    padding-left: 0;
    padding-right: 30px;
  }
  .zwc-priceplan {
    padding: 70px 0 70px;
  }
  .zwc-cstmzed-img {
    max-width: 188px;
  }
  .zwc-img-wbdesgin {
    max-width: 308px;
  }
  .mt-mobi-row {
    margin-top: 12px;
  }
}
@media (max-width: 767px) {
  .zwc-decrative-txt {
    margin: 0 0 40px;
  }
  .zwc-title h2,
  .zwc-jmpstr-footer .zwc-title h2,
  .zwc-backstage-banner .zwc-title h2 {
    font-size: var(--h5-size);
  }
  .zwc-backstage-banner .zwc-title {
    text-align: center;
  }
  .zwb-before-login {
    margin: 20px auto 60px;
  }
  .zwc-decrative-txt {
    padding: 0;
  }
  .zwc-decrative-txt:before {
    display: none;
  }
  .zwc-backstage-banner .zwc-title {
    margin: 0 0 46px;
  }
  .zwb-cards-list .zrow-mb-2 {
    margin: 0;
  }
  .zwc-price-card {
    height: auto;
    margin-bottom: 40px;
  }
  .zwb-tile-card {
    padding: 24px 0 0;
    height: auto;
    margin: 0 0 40px;
  }
  .zwc-differ-lst li,
  .zwc-values-listing li,
  .journey-list li {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .zwc-values-listing li {
    align-items: center;
    text-align: center;
  }
  .bigtxt {
    font-size: 80px;
  }
  .zwc-icon {
    max-width: 42px;
  }
  .layer-item h3 {
    font-size: 22px;
  }
  .zwb-tstimonial {
    padding: 70px 0 50px;
  }
  .zwb-tstimonial .slick-list:before {
    transform: scale(0.6);
    left: -20px;
  }
  .zwb-custmr-item blockquote,
  .zwb-custmr-item blockquote .txt-strong {
    font-size: 20px;
  }
  .zwb-custmr-img img {
    max-width: 45px;
  }
  .zwb-compny-logo {
    display: none;
  }
  .zwb-custmr-slider {
    padding: 20px;
  }
  .zwb-custmr-img div {
    padding-right: 0;
    margin-right: 0;
    border: none;
  }
  .zwc-all-diff {
    padding: 70px 0 45px;
  }
  .zwc-valueof-jumpstart {
    padding: 10px 0 40px;
  }
  .bottom-faq-sec {
    padding: 50px 0 70px;
  }
  .zwb-signup-frm.zwb-jumpstartform {
    margin-top: 50px;
  }
  .zwb-custmr-slider .zwb-custmr-item {
    margin: 10px;
  }

  .zwc-valueof-jumpstart .zwc-title,
  .zwc-valueof-jumpstart .zwc-title h2,
  .zwc-values-listing .zwc-jumpstart-vals {
    text-align: center;
  }
  .zwc-values-listing .zwc-jumpstart-vals {
    padding-right: 0;
  }
  .mt-mobi-row {
    margin-top: 0;
  }
}
