/*feature-breadcrumb start*/
.feature-breadcrumb {
  padding-top: 23px;
}
.feature-breadcrumb.breadcrumb-dark li {
  color: #000;
}
.feature-breadcrumb.breadcrumb-dark li a {
  color: #666;
}
.feature-breadcrumb.breadcrumb-dark li a:hover {
  color: #000;
}
.feature-breadcrumb.breadcrumb-dark li a:after {
  background: #000;
}
.feature-breadcrumb.breadcrumb-light li {
  color: #fff;
}
.feature-breadcrumb.breadcrumb-light li a {
  color: #fff;
}
.feature-breadcrumb.breadcrumb-light li a:hover {
  color: #fff;
}
.feature-breadcrumb.breadcrumb-light li a:after {
  background: #fff;
}
.feature-breadcrumb .jpc-container {
  max-width: 1200px;
  padding: 0;
  margin-left: auto;
  margin-right: auto;
}
.feature-breadcrumb li {
  text-transform: uppercase;
  font-size: 11px;
  font-weight: 500;
  display: inline-block;
  margin-right: 14px;
  position: relative;
  color: #fff;
}
.feature-breadcrumb li a {
  color: #8cbaff;
  position: relative;
  display: block;
  transition: 0.2s;
  padding-bottom: 4px;
}
.feature-breadcrumb li a:hover {
  color: #fff;
}
.feature-breadcrumb li a:hover:after {
  width: 100%;
  left: 0;
  right: auto;
  transition: all 0.2s linear;
}
.feature-breadcrumb li a:before {
  content: '>';
  display: block;
  height: 5px;
  width: 5px;
  position: absolute;
  right: -8px;
  top: -1px;
  font-size: 13px;
  font-weight: 400;
  pointer-events: none;
}
.feature-breadcrumb li a:after {
  content: '';
  display: block;
  position: absolute;
  left: auto;
  right: 0;
  bottom: 0;
  height: 1px;
  width: 0;
  background: #fff;
  transition: all 0.3s linear;
}
/*feature-breadcrumb end*/
.zw-product-header {
  background: #fdf5e6;
}
picture {
  display: block;
  font-size: 0;
}
.inner-head-2 {
  font-size: 32px;
  font-weight: bold;
  margin-bottom: 20px;
  line-height: 1.4;
  color: #000;
}
.inner-head-2.cntr {
  text-align: center;
}
.inner-head-2.wht {
  color: #fff;
}
.banner-sec {
  background-color: #fdf5e6;
  padding: 0;
}
.banner-sec .inner-wrapper {
  width: 1000px;
  max-width: calc(100% - 40px);
  margin: 0 auto;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
}
.banner-sec .inner-wrapper .banner-left {
  display: flex;
  flex-direction: column;
  width: calc(100% - 375px);
  padding: 50px 100px 50px 0;
  align-self: center;
  align-items: flex-start;
}
.banner-sec .inner-wrapper .banner-left h1 {
  font-size: 42px;
  line-height: 1.3;
  margin-bottom: 20px;
  font-weight: bold;
}
.banner-sec .inner-wrapper .banner-left p {
  font-size: 14px;
  line-height: 1.95;
  margin-bottom: 20px;
}
.banner-sec .inner-wrapper .banner-left p a {
  font-weight: 500;
  color: #F03E4D;
  text-decoration: underline;
  text-underline-offset: 4px;
}
.banner-sec .inner-wrapper .banner-left .act-btn.cta-btn {
  border-radius: 10px;
  font-size: 16px;
  font-weight: bold;
  padding: 12px 27px;
  vertical-align: middle;
  border: none;
  opacity: 1;
  visibility: visible;
}
.banner-sec .inner-wrapper .banner-right {
  display: flex;
  width: 375px;
  align-self: flex-end;
}
.video-list-wrapper {
  padding: 75px 0;
  position: relative;
  background-color: #fff;
}
.video-list-wrapper.knowledge-base {
  background-color: #16181C;
}
.video-list-wrapper.knowledge-base .video-wrapper .video-item {
  background-color: #fff;
}
.video-list-wrapper .inner-wrapper {
  width: 1200px;
  max-width: calc(100% - 40px);
  margin: 0 auto;
}
.video-list-wrapper .inner-wrapper .inner-head-2 {
  margin-bottom: 40px;
}
.video-list-wrapper .video-wrapper {
  display: flex;
  flex-direction: row;
  gap: 10px;
  flex-wrap: wrap;
}
.video-list-wrapper .video-wrapper .video-item {
  display: flex;
  flex-direction: column;
  width: calc(100% / 4 - 8px);
  border: 1px solid #DADFE9;
  padding: 10px 10px 40px 10px;
  border-radius: 4px;
}
.video-list-wrapper .video-wrapper .video-item .thumb-wrapper {
  width: 100%;
  position: relative;
  cursor: pointer;
  margin-bottom: 20px;
}
.video-list-wrapper .video-wrapper .video-item .thumb-wrapper picture {
  width: 100;
}
.video-list-wrapper .video-wrapper .video-item .thumb-wrapper picture img {
  width: 100%;
}
.video-list-wrapper .video-wrapper .video-item .thumb-wrapper picture.lazy img {
  filter: blur(5px);
}
.video-list-wrapper .video-wrapper .video-item .thumb-wrapper .video-details {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.video-list-wrapper .video-wrapper .video-item .thumb-wrapper .video-details .play-btn {
  background-position: 0 0;
  background-size: 37px 37px;
  width: 37px;
  height: 37px;
  background-image: url('/sites/zweb/images/jp/campaigns/campaigns-video-time-play.png');
  margin-bottom: 10px;
  position: relative;
}
.video-list-wrapper .video-wrapper .video-item .thumb-wrapper .video-details .play-btn:before {
  content: '';
  display: block;
  width: 0;
  height: 0;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  border-left: 13px solid #fff;
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
  position: absolute;
  margin-left: 2px;
  z-index: 1;
}
.video-list-wrapper .video-wrapper .video-item .thumb-wrapper .video-details .play-btn:after {
  content: '';
  display: block;
  width: 100%;
  height: 100%;
  z-index: -1;
  border-radius: 100%;
  animation: pulse 1.5s infinite;
  background-color: #d83847;
}
@keyframes pulse {
  0% {
    transform: scale(0);
    opacity: 1;
  }
  100% {
    transform: scale(1.8);
    opacity: 0;
  }
}
.video-list-wrapper .video-wrapper .video-item .thumb-wrapper .video-details p {
  font-size: 14px;
  line-height: 1.95;
  margin-bottom: 0;
  text-align: center;
  font-weight: 500;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  max-width: 180px;
}
.video-list-wrapper .video-wrapper .video-item .thumb-wrapper .video-details .play-time {
  background-color: #00122B;
  position: absolute;
  bottom: 5px;
  right: 5px;
  display: flex;
  border-radius: 2px;
  padding: 2px 5px;
}
.video-list-wrapper .video-wrapper .video-item .thumb-wrapper .video-details .play-time .icon-time {
  display: flex;
  align-self: center;
  background-image: url('/sites/zweb/images/jp/campaigns/campaigns-video-time.png');
  background-position: -1px -1px;
  background-size: 12px 12px;
  width: 10px;
  height: 10px;
  margin-right: 4px;
  top: 1px;
  position: relative;
}
.video-list-wrapper .video-wrapper .video-item .thumb-wrapper .video-details .play-time .dur-time {
  align-self: center;
  display: flex;
  font-size: 11px;
  color: #fff;
}
.video-list-wrapper .video-wrapper .video-item h3 {
  font-size: 16px;
  font-weight: 500;
  margin-bottom: 10px;
}
.video-list-wrapper .video-wrapper .video-item p {
  font-size: 14px;
  color: #4A4A4A;
  line-height: 1.95;
  margin-bottom: 0;
}
.video-list-wrapper .btm-txt {
  font-size: 14px;
  margin-top: 20px;
  margin-bottom: 0;
  text-align: left;
  line-height: 1.95;
}
.btm-cta-banner {
  padding: 75px 0;
}
.btm-cta-banner .inner-wrapper {
  width: 1200px;
  max-width: calc(100% - 40px);
  margin: 0 auto;
}
.btm-cta-banner .inner-wrapper .webinar-banner-wrapper {
  border-radius: 8px;
  background: linear-gradient(95deg, #3B5DA2 0.4%, #30559F 76.41%);
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  padding: 0 90px;
}
.btm-cta-banner .inner-wrapper .webinar-banner-wrapper .left-cont {
  width: 510px;
  display: flex;
  align-self: center;
  flex-direction: column;
  padding: 87px 0;
  align-items: flex-start;
}
.btm-cta-banner .inner-wrapper .webinar-banner-wrapper .left-cont p {
  font-size: 16px;
  color: #fff;
  line-height: 1.95;
  margin-bottom: 30px;
}
.btm-cta-banner .inner-wrapper .webinar-banner-wrapper .left-cont a {
  border-radius: 10px;
  font-size: 16px;
  font-weight: bold;
  padding: 12px 27px;
  vertical-align: middle;
  border: none;
  background-color: #e42527;
  color: #fff;
  display: flex;
  text-align: center;
}
.btm-cta-banner .inner-wrapper .webinar-banner-wrapper .right-cont {
  display: flex;
  width: calc(100% - 510px);
  padding-left: 80px;
  align-self: flex-end;
}
.btm-cta-banner .inner-wrapper .webinar-banner-wrapper .right-cont .pic-wrap {
  max-width: 100%;
}
.btm-cta-banner .inner-wrapper .webinar-banner-wrapper .right-cont .pic-wrap.w-314 {
  width: 314px;
}
.no-wepb .index-icon {
  background-image: url('/sites/zweb/images/jp/campaigns/campaigns-new-sprite-2x.png');
}
.index-icon {
  background-repeat: no-repeat;
  background-size: 872px auto;
  display: inline-block;
}
.index-icon.lazy {
  background-image: url("/sites/zweb/images/jp/campaigns/campaigns-new-sprite-lazy.png");
  filter: blur(3px);
}
.index-icon.icon-phone {
  background-position: -834px -106px;
  width: 25px;
  height: 22px;
}
.contact-us {
  background-color: #26282c;
  padding: 20px 0;
}
.contact-us .inner-wrapper {
  display: flex;
  flex-direction: row;
  width: 1000px;
  max-width: calc(100% - 40px);
  margin: 0 auto;
  align-items: center;
}
.contact-us .inner-wrapper .left-sec {
  display: flex;
  flex-direction: column;
  justify-content: center;
  margin-right: 30px;
  align-self: center;
  flex-shrink: 0;
}
.contact-us .inner-wrapper .left-sec .contact-num {
  display: flex;
  align-items: center;
}
.contact-us .inner-wrapper .left-sec .contact-num .index-sprite-crm {
  display: flex;
  flex-shrink: 0;
  margin-right: 15px;
}
.contact-us .inner-wrapper .left-sec .contact-num p {
  font-size: 28px;
  color: #fff;
  font-weight: bold;
  margin-right: 25px;
  margin-bottom: 0;
  margin-left: 9px;
}
.contact-us .inner-wrapper .left-sec .contact-num p a {
  color: unset;
}
.contact-us .inner-wrapper .left-sec .contact-num span:not(.index-sprite-crm) {
  font-size: 26px;
  color: #fff;
}
.contact-us .inner-wrapper .right-sec {
  display: flex;
  flex-direction: column;
  align-self: center;
}
.contact-us .inner-wrapper .right-sec p {
  color: #fff;
  margin-bottom: 0;
  line-height: 1.65;
  font-size: 16px;
}
.contact-us .inner-wrapper .right-sec p a,
.contact-us .inner-wrapper .right-sec p b {
  font-weight: bold;
  color: #fff;
}
@media only screen and (max-width: 1250px) {
  .feature-breadcrumb .jpc-container {
    max-width: 100%;
    padding: 0 25px;
  }
}
@media only screen and (max-width: 1199px) {
  .video-list-wrapper .video-wrapper {
    justify-content: center;
  }
  .video-list-wrapper .video-wrapper .video-item {
    width: calc(100% / 3 - 7px);
  }
  .btm-cta-banner .inner-wrapper .webinar-banner-wrapper {
    padding: 0 60px;
  }
  .btm-cta-banner .inner-wrapper .webinar-banner-wrapper .right-cont {
    padding-left: 10px;
  }
  .contact-us .inner-wrapper .left-sec .contact-num p {
    font-size: 22px;
  }
  .contact-us .inner-wrapper .left-sec .contact-num span:not(.index-sprite-crm) {
    font-size: 20px;
  }
}
@media only screen and (max-width: 991px) {
  .banner-sec .inner-wrapper {
    padding: 50px 0 0 0;
  }
  .banner-sec .inner-wrapper .banner-left {
    padding: 0;
    width: 100%;
    align-items: center;
    margin-bottom: 40px;
  }
  .banner-sec .inner-wrapper .banner-left h1 {
    text-align: center;
  }
  .banner-sec .inner-wrapper .banner-left p {
    text-align: center;
  }
  .banner-sec .inner-wrapper .banner-right {
    margin: 0 auto;
  }
  .video-list-wrapper {
    padding: 65px 0;
  }
  .video-list-wrapper .video-wrapper .video-item {
    width: calc(100% / 2 - 5px);
  }
  .btm-cta-banner {
    padding: 65px 0;
  }
  .btm-cta-banner .inner-wrapper .webinar-banner-wrapper {
    padding: 50px 50px 0;
    flex-direction: column;
  }
  .btm-cta-banner .inner-wrapper .webinar-banner-wrapper .left-cont {
    padding: 0;
    width: 100%;
    align-items: center;
    margin-bottom: 40px;
  }
  .btm-cta-banner .inner-wrapper .webinar-banner-wrapper .left-cont .inner-head-2 {
    text-align: center;
  }
  .btm-cta-banner .inner-wrapper .webinar-banner-wrapper .left-cont p {
    text-align: center;
  }
  .btm-cta-banner .inner-wrapper .webinar-banner-wrapper .right-cont {
    padding-left: 0;
    width: 100%;
    justify-content: center;
  }
  .contact-us .inner-wrapper {
    flex-direction: column;
    gap: 10px;
  }
  .contact-us .inner-wrapper .left-sec {
    flex-wrap: wrap;
    margin: 0 auto;
  }
  .contact-us .inner-wrapper .left-sec .contact-num {
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
    text-align: center;
  }
  .contact-us .inner-wrapper .right-sec {
    text-align: center;
  }
}
@media only screen and (max-width: 767px) {
  .inner-head-2 {
    font-size: 26px;
  }
  .banner-sec .inner-wrapper .banner-left h1 {
    font-size: 34px;
  }
  .banner-sec .inner-wrapper .banner-right {
    width: 255px;
  }
  .video-list-wrapper {
    padding: 50px 0;
  }
  .video-list-wrapper .inner-wrapper .inner-head-2 {
    margin-bottom: 20px;
  }
  .video-list-wrapper .video-wrapper {
    gap: 25px;
  }
  .video-list-wrapper .video-wrapper .video-item {
    width: 400px;
    max-width: 100%;
    margin: 0 auto;
  }
  .btm-cta-banner {
    padding: 50px 0;
  }
  .btm-cta-banner .inner-wrapper .webinar-banner-wrapper {
    padding: 40px 20px 0;
  }
  .contact-us .inner-wrapper .right-sec p br {
    display: none;
  }
}
@media only screen and (max-width: 580px) {
  .contact-us .inner-wrapper .left-sec .contact-num {
    justify-content: flex-start;
    position: relative;
    width: 270px;
    text-align: left;
    padding-left: 50px;
  }
  .contact-us .inner-wrapper .left-sec .contact-num .index-sprite-crm {
    position: absolute;
    left: 0;
    top: 50%;
    transform: translate(0%, -50%);
  }
  .contact-us .inner-wrapper .left-sec .contact-num p {
    line-height: 1.2;
  }
}