:root {
    --zwp-color-black: #000;
    --zwp-color-white: #fff;
    --zwp-color-red: #f70015;
    --zwp-hglht-color: #1c68ef;
    --zwp-lnk-color: #0a80fd;
  }
  /* Title & General Styles */
  .zw-product-header {
    background: #0094de;
    padding: 20px 0;
  }
  picture,
  img {
    display: block;
    max-width: 100%;
  }
  .zw-template-inner {
    max-width: 1920px;
    margin: 0 auto;
  }
  .txt-whte {
    color: var(--zwp-color-white);
  }
  .d-blck {
    display: block;
  }
  .txt-lft {
    text-align: left;
  }
  .txt-cntr {
    text-align: center;
  }
  .txt-rght {
    text-align: right;
  }
  .p-rlte {
    position: relative;
  }
  .p-absl {
    position: absolute;
  }
  .inview-mob {
    display: none;
  }
.img-brder{
    border: 1px solid #e4e4e4;
    border-radius: 4px;
}
  .inview-desktop {
    display: block;
  }
  /* Title and Content */
  .zwp-title-blck {
    margin-bottom: 50px;
  }
  .zwp-title-blck h1,
  .zwp-title-blck h2,
  .zwp-title-blck h3 {
    font-family: var(--zf-primary-bold);
    color: var(--zwp-color-black);
  }
  .zwp-title-blck h1,
  .zwp-title-blck h2 {
    margin: 0 auto 20px;
    letter-spacing: -2px;
  }
  .zwp-title-blck.txt-whte h1,
  .zwp-title-blck.txt-whte h2 {
    color: var(--zwp-color-white);
  }
  .zwp-title-blck h1 {
    font-size: 64px;
    line-height: 1.15;
  }
  .zwp-title-blck h2 {
    font-size: 64px;
    line-height: 1.37;
  }
  .zwp-title-blck h3 {
    font-size: 40px;
    letter-spacing: -1px;
    margin: 0 0 10px;
  }
  .zwp-title-blck p {
    font-size: 18px;
    font-family: var(--zf-primary-regular);
    line-height: 1.6;
    letter-spacing: -0.25px;
  }
  .zwp-title-blck p:last-child,
  .zwp-ft-bnr .zwp-title-blck p {
    margin-bottom: 0;
  }
  .zwp-ft-bnr .zwp-title-blck,
  .zwp-ft-footer .zwp-title-blck {
    margin-left: auto;
    margin-right: auto;
  }
  .zwp-sprite:before {
    position: absolute;
    content: "";
    width: 22px;
    height: 22px;
    left: 0;
    top: 0;
    background: url("/sites/zweb/images/publish/sprite-publish.svg") no-repeat;
    background-position: 0 0;
    background-size: 412px auto;
  }
  .zwp-img-blck { 
    overflow: hidden;
  }
  /* Banner Styles */
  .zwp-ft-bnr {
    background: linear-gradient(0deg, #34b7f9 0%, #0094de 100%);
    /* padding: 132px 0 120px; */
    padding: 64px 0 120px;
  }
  .zwp-ft-bnr .zwp-title-blck {
    max-width: 975px;
  }
  .zwp-ft-bnr .zwp-title-blck p {
    max-width: 699px;
    margin: 0 auto 0;
    font-size: 20px;
  }
  /* Banner Button sets */
  .zwp-btn-set {
    margin: 50px auto 0;
  }
  .zwp-btn-set .act-btn {
    padding: 14px 28px;
    margin: 0 12px 0;
    border-radius: 5px;
  }
.zwp-btn-set .fill-btn{
    background: #f0483e;
}
  /* Features Sticky */
  .zwp-ft-stky-c {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    flex-wrap: wrap;
  }
  .zwp-ft-stky-c .zwp-stcky-menu {
    max-width: 280px;
    width: 100%;
    position: sticky;
    position: -webkit-sticky;
    top: 0;
    background: linear-gradient(
      180deg,
      rgba(243, 245, 250, 0) 0.01%,
      rgba(243, 245, 250, 0.3) 11.35%,
      #f3f5fa 29.09%,
      rgba(243, 245, 250, 0.8) 54%,
      rgba(243, 245, 250, 0) 76.84%
    );
    padding: 100px 34px 0;
    height: 100vh;
    min-height: 650px;
  }
  .zwp-ft-stky-c .zwp-stcky-menu:before {
    position: absolute;
    content: "";
    top: 0;
    left: -100%;
    width: 100%;
    height: 100%;
    background: linear-gradient(
      180deg,
      rgba(243, 245, 250, 0) 0.01%,
      rgba(243, 245, 250, 0.3) 11.35%,
      #f3f5fa 29.09%,
      rgba(243, 245, 250, 0.8) 54%,
      rgba(243, 245, 250, 0) 76.84%
    );
  }
  .sm-title {
    color: #0a80fd;
    font-size: 18px;
    font-family: var(--zf-primary-semibold);
    letter-spacing: -0.25px;
    margin: 0 0 30px;
  }
  .zwp-stcky-menu li {
    margin: 12px 0;
  }
  .zwp-stcky-menu li a {
    color: #555;
    font-size: 16px;
    display: block;
    padding: 3px 0 3px 14px;
    position: relative;
    transition: all 0.4s ease-in;
  }
  .zwp-stcky-menu li.active a {
    color: #040421;
    font-family: var(--zf-primary-semibold);
  }
  .zwp-stcky-menu li:hover a {
    color: #040421;
  }
  .movingelem {
    position: absolute;
    content: "";
    left: 0;
    top: 0;
    width: 4px; 
    background: #0a80fd;
    transition: top 0.3s ease, height 0.3s ease;
    border-radius: 25px;
  }
  .zwp-stcky-cntnt {
    flex: 1;
    padding: 100px 0 0 0;
    max-width: 900px;
  }
  .zwp-stcky-cntnt .zwp-cntnt-blck {
    max-width: 810px;
  }
  article {
    margin: 0 0 80px;
  }
  .zwp-arw-lnk {
    display: inline-flex !important;
    align-items: center;
    flex-wrap: wrap;
    font-size: 18px;
    text-decoration-line: none;
    outline: 0;
    letter-spacing: -0.25px;
    color: var(--zwp-lnk-color);
    font-family: var(--zf-primary-semibold);
    background: transparent;
    padding: inherit;
    border: 0;
    position: relative;
    padding-right: 36px;
    text-transform: capitalize;
  }
  
  .zwp-arw-lnk:before,
  .zwp-arw-lnk:after {
    position: absolute;
    content: "";
  }
  .zwp-arw-lnk:before {
    height: 2px;
    left: 0;
    bottom: 0;
    background: var(--zwp-lnk-color);
    max-width: 82%;
    width: 100%;
  }
  .zwp-arw-lnk:after {
    position: absolute;
    content: "";
    height: 24px;
    width: 24px;
    right: 0;
    background: url(/sites/zweb/images/publish/sprite-publish.svg) no-repeat;
    background-size: 490px auto;
    background-position: -295px -72px;
    transform: rotate(-45deg);
    transform-origin: center;
    transition: transform 0.2s ease-in-out;
  }
  .zwp-arw-lnk:hover:after {
    transform: rotate(0);
  }
  .zwp-art-wrk1 {
    position: absolute;
    width: 100%;
    height: 277px;
    content: "";
    left: 0;
    bottom: 0;
    background: url("/sites/zweb/images/publish/features/zwp-artwrk-1.svg")
      no-repeat bottom center / contain;
  }
  
  /* Footer */
  .zwp-ft-footer {
    padding: 120px 0;
    background: var(--zwp-color-black);
  }
  .zwp-ft-footer .zwp-title-blck {
    max-width: 869px;
  }
  .key-ftrs-lst {
    margin-top: 30px;
  }
  .key-ftrs-lst li {
    font-size: 16px;
    font-family: var(--zf-primary-medium);
    position: relative;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    padding-left: 34px;
    margin: 0 50px 0;
  }
.key-ftrs-lst li strong{
    display: inline-block;
    font-weight: normal;
    margin: 0 6px;
    font-family: var(--zf-primary-semibold);
}
  .key-ftrs-lst .zwp-sprite:before {
    width: 30px;
    height: 30px;
    top: -4px;
    transform: scale(0.8);
  }
  .key-ftrs-lst li.ftrs-icon2:before {
    background-position: -34px 1px;
    background-size: 386px auto;
  }
  /* Desktop devices */
  @media (max-width: 1440px) {
    .zw-template-inner .content-wrap {
      width: 1140px;
    }
  
    .zwp-title-blck h1 {
      font-size: 54px;
    }
    .zwp-ft-bnr .zwp-title-blck p {
      font-size: 18px;
    }
    /* Banner */
    /* .zwp-ft-bnr {
      padding: 110px 0 100px;
    } */
    .zwp-ft-bnr {
        padding: 44px 0 90px;
    }
    .zwp-stcky-cntnt {
      max-width: 780px;
    }
    .zwp-title-blck h2{
        font-size: 54px;
    }
    /* Footer */
    .zwp-ft-footer {
      padding: 100px 0;
    }
  }
  /* Tab Device */
  @media (max-width: 1199px) {
    .zw-template-inner .content-wrap {
      width: 960px;
    }
    /* .zwp-ft-bnr {
      padding: 90px 0 80px;
    } */
    .zwp-ft-bnr {
        padding: 44px 0 70px;
    }
    .zwp-stcky-cntnt {
      max-width: 620px;
    }
    .zwp-title-blck h1 {
      font-size: 48px;
    }
  
    .zwp-title-blck h3 {
      font-size: 34px;
    }
    .zwp-ft-bnr .zwp-title-blck p {
      font-size: 18px;
    }
    .zwp-title-blck p {
      font-size: 16px;
    }
    .zwp-arw-lnk {
      font-size: 16px;
    }
    .zwp-title-blck h2 {
      font-size: 44px;
    }
    .zwp-ft-footer {
      padding: 90px 0;
    }
  }
  @media (max-width: 991px) {
    .zw-template-inner .content-wrap {
      width: 720px;
    }
    .zwp-ft-bnr {
      padding: 70px 0 70px;
    }
    .zwp-btn-set .act-btn {
      font-size: 14px;
    }
    .zwp-title-blck h1 {
      font-size: 40px;
    }
    .zwp-ft-stky-c .zwp-stcky-menu {
      max-width: 240px;
      padding: 100px 20px 0;
    }
    .sm-title {
      font-size: 16px;
    }
    .zwp-stcky-cntnt {
      max-width: 430px;
    }
    .zwp-title-blck h3 {
      font-size: 30px;
    }
    .zwp-title-blck h2 {
      font-size: 40px;
    }
    .zwp-ft-footer {
      padding: 70px 0;
    }
  }
  @media (max-width: 767px) {
    
    .zw-template-inner .content-wrap {
      width: 450px;
    }
    header{
        padding: 0;
      }
      .zw-product-header{
        padding: 15px 0 0;
      }
    .zcols,
    .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%;
    }
    .zwp-btn-set .act-btn { 
      padding: 12px 20px;
  }
    .flx-colm-mb-rvrse {
      flex-direction: column-reverse;
    }
    .zwp-stcky-cntnt {
      max-width: 100%;
    }
    .zwp-ft-stky-c .zwp-stcky-menu {
      display: none;
    }
  
    .zwp-title-blck h1 {
      font-size: 32px;
    }
    .zwp-ft-bnr .zwp-title-blck p {
      font-size: 16px;
    }
    .zwp-stcky-cntnt {
      padding: 70px 0 0 0;
    }
    .zwp-title-blck h3 {
      font-size: 26px;
    }
    .zwp-title-blck h2 {
      font-size: 28px;
    }
  }
  /* Mobile Device */
  @media (max-width: 480px) {
    .zw-template-inner .content-wrap {
      width: 90%;
    }
    .d-blck {
      display: inline;
    }
    .zwp-ft-bnr {
      padding: 50px 0 50px;
    }
  }
  