.zbanner {
    background: #fed600;
  }
  .zw-product-header {
    background: #fed600;
  }
  
  .zsection .content-wrap {
    padding: 120px 0;
    max-width: 1170px;
  }
  
  h2,
  h3 {
    font-size: 40px;
    font-family: var(--primaryfont-bold);
  }
  
  .zrow-inner h3 {
    font-size: 30px;
  }
  
  .zmain-section .zrow-inner a {
    font-family: var(--primaryfont-semibold);
    text-transform: uppercase;
    color: #f0483e;
    font-size: 14px;
    border-bottom: 1px solid #f0483e;
  }
  
  h1 {
    font-family: var(--primaryfont-bold);
    font-size: 50px;
  }
  
  .i18n-en h1 span {
    display: block;
  }
  
  .zrow-inner {
    display: flex;
    display: -ms-flexbox;
    flex-wrap: wrap;
    -ms-flex-wrap: wrap;
  }
  
  .zrow-inner > div {
    flex: 0 0 50%;
    -ms-flex: 0 0 50%;
    max-width: 50%;
    box-sizing: border-box;
    /* border: 1px solid; */
  }
  
  .zrow-inner.zleft-img > div:nth-child(2) {
    order: 2;
  }
  
  .zrow-inner.zleft-img > div:nth-child(2) {
    padding-left: 130px;
    padding-right: 300px;
  }
  
  .zrow-inner.zright-img > div:nth-child(1) {
    padding-right: 130px;
    padding-left: 300px;
  }
  
  .zrow-inner.zcenter {
    align-items: center;
    -ms-flex-align: center;
  }
  
  a.act-btn.cta-btn {
    border-radius: 3px;
  }
  
  .zmain-section > .zsection .content-wrap {
    max-width: 100%;
    width: 100%;
  }
  
  .zmain-section .zrow-inner {
    max-width: 100%;
    table-layout: fixed;
  }
  
  .zmain-section .zright-img img {
    position: relative;
    /* left: 130px; */
  }
  
  .zmain-section .zleft-img img {
    position: relative;
    /* left: -130px; */
  }
  
  .zsection.zbanner,
  .zmain-section {
    overflow: hidden;
  }
  
  [class|="zicon"] {
    background: url(/sites/zweb/images/one/whyzone-sprite.png);
    background-size: 1000px auto;
    display: inline-block;
  }
  
  .zicon-puro {
    background-position: -290px -150px;
    width: 115px;
    height: 33px;
  }
  
  .zicon-bees {
    background-position: 0 -279px;
    width: 61px;
    height: 66px;
  }
  
  .zicon-roots {
    background-position: -76px -279px;
    width: 61px;
    height: 67px;
  }
  
  .zicon-oneb {
    background-position: -149px -279px;
    width: 61px;
    height: 67px;
  }
  
  .zicon-chat {
    background-position: 0 0;
    width: 132px;
    height: 111px;
  }
  
  .zicon-mike {
    background-position: -141px 0;
    width: 137px;
    height: 118px;
  }
  
  .zicon-wallet {
    background-position: -297px -10px;
    width: 97px;
    height: 119px;
  }
  
  .zbanner.zsection .content-wrap {
    padding-bottom: 0;
    padding-top: 150px;
  }
  
  .zbanner .zrow-inner > div:nth-child(1) {
    padding-right: 100px;
  }
  
  h1 + p {
    margin-bottom: 30px;
  }
  
  .zbanner-img {
    max-width: 426px;
    vertical-align: bottom;
    z-index: 2;
    position: relative;
  }
  
  .zimg-inner {
    position: relative;
    z-index: 1;
  }
  
  .zimg-inner img {
    max-width: 508px;
    position: absolute;
    top: -130px;
    left: 0;
    right: 0;
    margin: auto;
    -webkit-animation: shapesSpin 50s infinite;
    animation: shapesSpin 50s infinite;
  }
  
  @-webkit-keyframes shapesSpin {
    from {
      -webkit-transform: rotate(0) scale(0.9);
      transform: rotate(0) scale(0.9);
    }
  
    to {
      -webkit-transform: rotate(359deg) scale(1);
      transform: rotate(359deg) scale(1);
    }
  }
  
  @keyframes shapesSpin {
    from {
      -webkit-transform: rotate(0) scale(0.9);
      transform: rotate(0) scale(0.9);
    }
  
    to {
      -webkit-transform: rotate(359deg) scale(1);
      transform: rotate(359deg) scale(1);
    }
  }
  
  .zimg-inner span {
    position: absolute;
    transform: scale(0.8);
  }
  
  .zimg-inner span.zicon-chat {
    top: -20px;
    animation: zeven 5s linear 1s infinite;
    left: 0;
  }
  
  .zimg-inner span.zicon-mike {
    top: -140px;
    left: 0;
    right: 0;
    margin: auto;
    animation: zodd 5s linear 1s infinite;
  }
  
  .zimg-inner span.zicon-wallet {
    right: 10px;
    top: 40px;
    animation: zeven 5s linear 1s infinite;
  }
  
  @-webkit-keyframes zeven {
    0% {
      -webkit-transform: translate(0, 0) scale(0.8);
    }
  
    50% {
      -webkit-transform: translate(0, -14px) scale(0.8);
    }
  
    100% {
      -webkit-transform: translate(0, 0) scale(0.8);
    }
  }
  
  @keyframes zeven {
    0% {
      -webkit-transform: translate(0, 0) scale(0.8);
    }
  
    50% {
      -webkit-transform: translate(0, -14px) scale(0.8);
    }
  
    100% {
      -webkit-transform: translate(0, 0) scale(0.8);
    }
  }
  
  @-webkit-keyframes zodd {
    0% {
      -webkit-transform: translate(0, 0) scale(0.8);
    }
  
    50% {
      -webkit-transform: translate(0, 14px) scale(0.8);
    }
  
    100% {
      -webkit-transform: translate(0, 0) scale(0.8);
    }
  }
  
  @keyframes zodd {
    0% {
      -webkit-transform: translate(0, 0) scale(0.8);
    }
  
    50% {
      -webkit-transform: translate(0, 14px) scale(0.8);
    }
  
    100% {
      -webkit-transform: translate(0, 0) scale(0.8);
    }
  }
  
  .zthings {
    text-align: center;
    padding-bottom: 80px;
  }
  
  .zquote {
    padding-left: 30px;
    position: relative;
    margin-top: 60px;
  }
  
  .zquote p {
    font-family: "Roboto Slab";
    font-weight: 400;
    font-size: 17px;
  }
  
  .zquote p:nth-child(2) {
    font-family: var(--primaryfont-semibold);
    font-size: 16px;
  }
  
  .zquote:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    background-image: url(/sites/zweb/images/one/whyzone-sprite.png);
    background-size: 1000px auto;
    background-position: -258px -150px;
    width: 23px;
    height: 23px;
  }
  
  .zquote.zquote-detail:before {
    content: none;
  }
  
  .zquote.zquote-detail {
    padding-left: 0;
    display: table;
  }
  
  .zquote.zquote-detail > div {
    display: table-cell;
    vertical-align: top;
  }
  
  .zquote-inner {
    padding-left: 24px;
  }
  
  .zmain-section .zrow-inner .zquote a {
    display: inline-block;
    font-size: 13px;
  }
  
  .zquote p.zquote-link {
    text-align: left;
    margin-top: 20px;
  }
  
  .zquote-link .watch-btn:before,
  .zquote-link .watch-btn:after,
  .z-innerwrap .watch-btn:before,
  .z-innerwrap .watch-btn:after {
    content: "";
    position: absolute;
    -webkit-transform: scale(0.7);
    -ms-transform: scale(0.7);
    transform: scale(0.7);
  }
  
  .zquote-link .watch-btn:before,
  .z-innerwrap .watch-btn:before {
    left: -4px;
    top: 4px;
    width: 26px;
    height: 26px;
    border: 1px solid #f0483e;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    border-radius: 100%;
  }
  
  .zquote-link .watch-btn:after,
  .z-innerwrap .watch-btn:after {
    left: 7px;
    top: 12px;
    width: 0;
    height: 0;
    border-top: 5px solid transparent;
    border-bottom: 5px solid transparent;
    border-left: 7px solid #f0483e;
  }
  
  .zquote p.zquote-link .act-btn {
    font-size: 13px;
    padding: 8px 25px;
    color: #f0483e;
    line-height: 1.6;
  }
  
  .zsection.zthings .content-wrap {
    padding-bottom: 0;
  }
  
  .zsolution,
  .zexp,
  .zautomate,
  .zstrong {
    position: relative;
  }
  
  .zsolution:before,
  .zexp:before,
  .zautomate:before,
  .zstrong:before {
    content: "";
    position: absolute;
    width: 50%;
    height: 100%;
    right: 0;
  }
  
  .zsolution:before {
    background-color: #1949ba;
  }
  
  .zautomate:before {
    background-color: #a3eccd;
  }
  
  .zexp:before {
    background-color: #fab8c4;
    right: auto;
    left: 0;
  }
  
  .zstrong:before {
    background-color: #ffac43;
    right: auto;
    left: 0;
  }
  
  .zsolution:after,
  .zexp:after,
  .zautomate:after,
  .zstrong:after {
    content: "";
    position: absolute;
    width: 280px;
    height: 280px;
    top: 0px;
    z-index: 1;
    transition: all 0.6s ease 0.3s;
    opacity: 0;
  }
  
  .zsolution:after {
    right: -280px;
    left: 0;
    margin: auto;
    border-bottom-right-radius: 100%;
    background-color: #2a5acd;
  }
  
  .zexp:after {
    right: 280px;
    background-color: #fac5cf;
    border-bottom-left-radius: 100%;
    left: 0;
    margin: auto;
  }
  
  .zautomate:after {
    right: -280px;
    left: 0;
    margin: auto;
    border-bottom-right-radius: 100%;
    background-color: #b7f5da;
  }
  
  .zstrong:after {
    right: 280px;
    background-color: #ffb456;
    border-bottom-left-radius: 100%;
    left: 0;
    margin: auto;
  }
  
  .zsection.in-view:after {
    opacity: 1;
  }
  
  .ztalk {
    text-align: center;
  }
  
  .zsection.ztalk .content-wrap {
    padding: 90px 0;
  }
  
  .zsection.ztalk p {
    max-width: 800px;
    margin: 0 auto 30px;
  }
  
  .footer-wrapper {
    margin-top: 0;
  }
  
  .zbtn-holder > a {
    display: inline-block;
    padding: 10px 64px;
    font-family: var(--primaryfont-semibold);
    border-radius: 3px;
    text-transform: uppercase;
    font-size: 15px;
  }
  
  .zbtn-holder > a:nth-child(1) {
    background-color: #f0483e;
    color: #fff;
    border: 2px solid #f0483e;
    margin-right: 20px;
  }
  
  .zbtn-holder > a:nth-child(2) {
    background-color: transparent;
    color: #000;
    border: 2px solid #000;
  }
  
  .zsolution img,
  .zexp img,
  .zautomate img,
  .zstrong img {
    margin: 0 auto;
    display: block;
    position: relative;
    z-index: 2;
    opacity: 0;
    -ms-filter: "alpha(opacity=0)";
    -webkit-transform: translate3d(0, 40px, 0);
    transform: translate3d(0, 40px, 0);
    -webkit-transition: all 1700ms ease;
    transition: all 1700ms ease;
  }
  
  .in-view.zsolution img,
  .in-view.zexp img,
  .in-view.zautomate img,
  .in-view.zstrong img {
    opacity: 1;
    -ms-filter: "alpha(opacity=100)";
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  
  .zsolution img {
    max-width: 500px;
  }
  
  .zexp img,
  .zautomate img,
  .zstrong img {
    max-width: 585px;
  }
  
  @media only screen and (max-width: 1550px) {
    .zrow-inner.zright-img > div:nth-child(1) {
      padding-right: 90px;
      padding-left: 200px;
    }
  
    .zrow-inner.zleft-img > div:nth-child(2) {
      padding-left: 90px;
      padding-right: 200px;
    }
  }
  
  @media only screen and (max-width: 1440px) {
    h1 {
      font-size: 44px;
    }
  
    h2,
    h3 {
      font-size: 38px;
    }
  
    .zbanner.zsection .content-wrap {
      padding-top: 120px;
    }
  
    .zsection.zprivacy .content-wrap {
      padding-top: 150px;
    }
  
    .zone-foot ul li {
      margin-bottom: 0;
    }
  }
  
  @media only screen and (max-width: 1280px) {
    .zrow-inner.zright-img > div:nth-child(1) {
      padding-right: 90px;
      padding-left: 160px;
    }
  
    .zrow-inner.zleft-img > div:nth-child(2) {
      padding-left: 90px;
      padding-right: 160px;
    }
  
    .zmain-section .zright-img img,
    .zmain-section .zleft-img img {
      max-width: 80%;
    }
  }
  
  @media only screen and (max-width: 1279px) {
    .zrow-inner.zright-img > div:nth-child(1) {
      padding-left: 90px;
    }
  
    .zrow-inner.zleft-img > div:nth-child(2) {
      padding-right: 90px;
    }
  }
  
  @media only screen and (max-width: 1140px) {
    .zsection .content-wrap {
      padding: 90px 0;
    }
  
    .zrow-inner.zright-img > div:nth-child(1),
    .zrow-inner.zleft-img > div:nth-child(2) {
      padding: 0 60px;
    }
  
    h1 {
      font-size: 40px;
    }
  
    h2,
    h3 {
      font-size: 34px;
    }
  
    .zrow-inner h3 {
      font-size: 28px;
    }
  
    h1 span {
      display: inline-block;
    }
  
    .zthings {
      padding-bottom: 50px;
    }
  }
  @media only screen and (min-width:991px){
  .i18n-zh-hant .zbanner .zrow-inner>div:nth-child(1) {
      padding-right: 85px;
  }
  }
  
  @media only screen and (max-width: 991px) {
    h1 {
      font-size: 34px;
    }
  
    .zbanner.zsection .content-wrap {
      padding-top: 90px;
    }
  
    .zbanner .zrow-inner > div:nth-child(1) {
      padding-right: 30px;
    }
  
    .zimg-inner img {
      max-width: 100%;
      top: -60px;
    }
  
    .zbanner-img {
      max-width: 80%;
    }
  
    @-webkit-keyframes zeven {
      0% {
        -webkit-transform: translate(0, 0) scale(0.5);
      }
  
      50% {
        -webkit-transform: translate(0, -14px) scale(0.5);
      }
  
      100% {
        -webkit-transform: translate(0, 0) scale(0.5);
      }
    }
  
    @keyframes zeven {
      0% {
        -webkit-transform: translate(0, 0) scale(0.5);
      }
  
      50% {
        -webkit-transform: translate(0, -14px) scale(0.5);
      }
  
      100% {
        -webkit-transform: translate(0, 0) scale(0.5);
      }
    }
  
    @-webkit-keyframes zodd {
      0% {
        -webkit-transform: translate(0, 0) scale(0.5);
      }
  
      50% {
        -webkit-transform: translate(0, 14px) scale(0.5);
      }
  
      100% {
        -webkit-transform: translate(0, 0) scale(0.5);
      }
    }
  
    @keyframes zodd {
      0% {
        -webkit-transform: translate(0, 0) scale(0.5);
      }
  
      50% {
        -webkit-transform: translate(0, 14px) scale(0.5);
      }
  
      100% {
        -webkit-transform: translate(0, 0) scale(0.5);
      }
    }
  
    .zimg-inner span.zicon-mike {
      top: -120px;
    }
  
    .zicon-pfour {
      left: 50px;
    }
  
    .zicon-ptwo {
      right: 40px;
    }
  
    .zsection.zprivacy .content-wrap {
      padding-top: 90px;
    }
  
    .zmain-section > .zsection .content-wrap {
      max-width: 1170px;
      width: 90%;
    }
  
    .zmain-section .zrow-inner.zright-img > div:nth-child(1),
    .zmain-section .zrow-inner.zleft-img > div:nth-child(2) {
      max-width: 550px;
      margin: 0 auto;
    }
  
    .zmain-section .zrow-inner.zleft-img > div:nth-child(1) {
      order: 2;
    }
  
    .zmain-section .zrow-inner.zleft-img > div:nth-child(2) {
      order: 1;
    }
  
    .zmain-section .zrow-inner > div {
      flex: 0 0 100%;
      -ms-flex: 0 0 100%;
      max-width: 100%;
    }
  
    .zsolution:before,
    .zexp:before,
    .zautomate:before,
    .zstrong:before {
      width: 100%;
      left: 0;
      height: 50%;
      bottom: 0;
    }
  
    .zsolution:after,
    .zautomate:after {
      right: auto;
      left: 0;
      top: 50%;
    }
  
    .zexp:after,
    .zstrong:after {
      right: 0;
      left: auto;
      top: 50%;
    }
  
    .zmain-section > .zsection .content-wrap {
      position: relative;
      z-index: 2;
    }
  
    .zquote p:nth-child(2) {
      margin-bottom: 0;
    }
  
    .zmain-section .zright-img img,
    .zmain-section .zleft-img img {
      max-width: 60%;
      margin: 55px auto;
    }
  
    .zmain-section > .zsection .content-wrap {
      padding-bottom: 0;
    }
  
    .zthings {
      padding-bottom: 0;
    }
  
    .zmain-section > .zsection:nth-child(1) .content-wrap {
      padding-top: 50px;
    }
  
    .zmain-section .zrow-inner.zright-img > div:nth-child(1),
    .zmain-section .zrow-inner.zleft-img > div:nth-child(2) {
      padding-bottom: 60px;
    }
  
    .zsolution:after,
    .zexp:after,
    .zautomate:after,
    .zstrong:after,
    .zsolution:before,
    .zexp:before,
    .zautomate:before,
    .zstrong:before {
      content: none;
    }
  
    .zmain-section .zrow-inner.zright-img > div:nth-child(2),
    .zmain-section .zrow-inner.zleft-img > div:nth-child(1) {
      position: relative;
    }
  
    .zmain-section.zsection {
      overflow: hidden;
    }
  
    .zmain-section .zrow-inner.zright-img > div:nth-child(2):before,
    .zmain-section .zrow-inner.zleft-img > div:nth-child(1):before {
      content: "";
      position: absolute;
      left: -10%;
      right: 0;
      width: 120%;
      height: 100%;
      margin: 0 auto;
      background-color: red;
    }
  
    .zsolution .zrow-inner.zright-img > div:nth-child(2):before {
      background-color: #2a5acd;
    }
  
    .zexp .zrow-inner.zleft-img > div:nth-child(1):before {
      background-color: #fac5cf;
    }
  
    .zautomate .zrow-inner.zright-img > div:nth-child(2):before {
      background-color: #b7f5da;
    }
  
    .zstrong .zrow-inner.zleft-img > div:nth-child(1):before {
      background-color: #ffb456;
    }
  
    .zprivacy .zrow-inner.zleft-img > div:nth-child(2) {
      padding-left: 10px;
    }
  
    .zprivacy img {
      max-width: 160px;
    }
  
    .zicon-pone,
    .zicon-ptwo,
    .zicon-pthree,
    .zicon-pfour {
      transform: scale(0.6);
    }
  
    .zsection.ztalk p {
      max-width: 600px;
    }
  
    .zicon-pthree {
      right: -180px;
    }
  }
  
  @media only screen and (max-width: 767px) {
    .zsection .content-wrap {
      padding: 60px 0;
    }
  
    h1 {
      font-size: 30px;
    }
  
    h2,
    h3 {
      font-size: 28px;
    }
  
    .zrow-inner h3 {
      font-size: 26px;
    }
  
    .zrow-inner > div {
      flex: 0 0 100%;
      -ms-flex: 0 0 100%;
      max-width: 100%;
    }
  
    .zbanner .zrow-inner {
      text-align: center;
    }
  
    .zbanner.zsection .content-wrap {
      padding-top: 30px;
    }
  
    .zbanner .zrow-inner > div:nth-child(1) {
      padding-right: 0;
    }
  
    .zimg-inner span.zicon-wallet {
      right: -20px;
      top: 10px;
    }
  
    .zmain-section,
    .zbanner {
      overflow: hidden;
    }
  
    .zimg {
      max-width: 390px;
      margin: 130px auto 0;
    }
  
    .zmain-section .zrow-inner.zright-img > div:nth-child(1),
    .zmain-section .zrow-inner.zleft-img > div:nth-child(2) {
      padding: 0;
      padding-bottom: 40px;
    }
  
    .zquote.zquote-detail > div {
      display: block;
    }
  
    .zquote.zquote-detail > div:nth-child(1) {
      margin-bottom: 20px;
    }
  
    .zquote {
      margin-top: 40px;
    }
  
    .zmain-section .zright-img img,
    .zmain-section .zleft-img img {
      max-width: 80%;
      margin: 30px auto;
    }
  
    .zbtn-holder > a:nth-child(1) {
      margin-right: 0;
      margin-bottom: 20px;
    }
  
    .zbtn-holder > a {
      min-width: 140px;
    }
  
    .zquote-inner,
    .zquote {
      padding-left: 0;
    }
  
    .zsolution .zquote {
      margin-top: 60px;
    }
  
    .zquote p.zquote-link {
      text-align: left;
    }
  
    .zquote:before {
      top: -30px;
    }
  
    .ztalk .zbtn-holder a {
      display: block;
    }
  
    .ztalk .zbtn-holder {
      max-width: 280px;
      margin: 0 auto;
    }
  }
  
  .other-lang .zquote {
    display: none;
  }
  
  .lang-rtl .zsolution:before,
  .lang-rtl .zautomate:before,
  .lang-rtl .zsolution:after,
  .lang-rtl .zautomate:after {
    left: 0;
    right: auto;
  }
  
  .lang-rtl .zexp:before,
  .lang-rtl .zstrong:before,
  .lang-rtl .zexp:after,
  .lang-rtl .zstrong:after {
    left: auto;
    right: 0;
  }
  .zlang-container .zlang-text::after {
    top: 4px;
    background-position: -22px 0;
}
.other-lang .footer-sec-wrap {
    display: block;
    border-top: unset;
    background: unset;
}
  .lang-rtl{

  }
  .lang-rtl .zsection.zthings h2,
  .lang-rtl .zsection.zthings h2 + p,
  .lang-rtl .ztalk h3,
  .lang-rtl .ztalk h3 + p,
  .lang-rtl .zimg,
  .lang-rtl .zbtn-holder {
    text-align: center;
  }
  
  .lang-rtl .zbanner .zrow-inner > div:nth-child(1) {
    padding-right: 0;
    padding-left: 100px;
  }
  
  .lang-rtl .zbtn-holder > a:nth-child(1) {
    margin-left: 20px;
    margin-right: 0;
  }
  
  .lang-rtl .zimg-inner span.zicon-wallet {
    right: -10px;
  }
  
  @media only screen and (max-width: 1040px) {
    .lang-rtl .zbanner,
    .other-lang .zmain-section {
      overflow: hidden;
    }
  
    /* .other-lang a.act-btn.cta-btn {
      padding: 0 30px;
    } */
  }
  
  @media only screen and (max-width: 991px) {
    .zmain-section .zrow-inner.zright-img > div:nth-child(2):before,
    .zmain-section .zrow-inner.zleft-img > div:nth-child(1):before {
      right: auto;
    }
  
    .lang-rtl .zbanner .zrow-inner > div:nth-child(1) {
      padding-left: 30px;
    }
  }
  
  @media only screen and (max-width: 767px) {
    .lang-rtl .zbanner .zrow-inner > div:nth-child(1) {
      padding-right: 0;
      padding-left: 0;
      text-align: center;
    }
  
    .lang-rtl .zbanner .zrow-inner > div:nth-child(1) h1,
    .lang-rtl .zbanner .zrow-inner > div:nth-child(1) p {
      text-align: center;
    }
  
    .lang-rtl .zbtn-holder > a:nth-child(1) {
      margin-left: 0;
      text-align: center;
    }
  
    .lang-rtl .ztalk .zbtn-holder a {
      text-align: center;
    }
  }
  
  /* .other-lang
    .zbtn-holder
    a[href*="/concierge/"]:not(.i18n-es-xl .zbtn-holder a[href*="/concierge/"]) {
    display: none;
  } */
  