.zw-product-header {
  border-bottom: 1px solid #7e92ff;
  padding-bottom: 0;
  background: #2439ab;
}
.zwc-flex{
  display: flex;
}
.zwc-flex-wrap{
  display: flex;
  flex-wrap: wrap;
}
.zwc-justify-between{
  justify-content: space-between;
}
.zwc-justify-start{
  justify-content: flex-start;
}
.zwc-justify-center{
  justify-content: center;
}
.zwc-align-center{
  align-items: center;
}
.zwc-align-start{
 align-items: flex-start;
}
.zwc-align-end{
  align-items: flex-end;
}
.hide{display: none;}
.zwc-ep-banner{
  padding: 70px 0px 0 0;
  position: relative;
}

.zwc-ep-banner::before{
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 115px;
  top: 0;
  background: rgb(37, 57, 170);
}
.zwc-epb-ctn {
  width: 40%;
  color: #fff;
  margin-top: -170px;
}
.zwc-epb-ctn h1{
  font-size: 56px;
  line-height: 62px;
  margin-bottom: 20px;
}
.zwc-epb-ctn h1::before{
  content: "";
  height: 4px;
  width: 30px;
  background-color: #F0AA21;
  border-radius: 10px;
  display: block;
  margin-bottom: 10px;
}
.zwc-epb-ctn p{
  font-size:18px;
}
.zwc-epb-img {
  width: 70%;
  position: relative;
}
.zwc-epb-scrn-wrap {
  z-index: 2;
  position: relative;
  flex-wrap: wrap;
  justify-content: flex-end;
}
.zwc-epb-scrn {
  width: 30%;
  border-radius: 16px;
  margin:0 15px;
}
.zwc-epb-scrn img{
  display: block;
  width: 100%;
}
.zwc-epb-scrn2, .zwc-epb-scrn4{
  margin-bottom: 30px;
}
.zwc-epb-scrn1 {
  box-shadow: 0px 33px 76px #06123689;
  position: relative;
  top: 140px;
}
.zwc-epb-scrn3 {
  box-shadow:  0px 63px 66px #061236A0;;
  width: 22%;
}
.zwc-epb-scrn4 {
  width: 22%;
  box-shadow: 0px 23px 36px #06123633;;
}
.zwc-epb-scrn5 {
  background-position: -710px 0;
}
.zwc-epb-img-col3 {
  flex-direction: column;
  transform: translate(-50px,70px);
}
.banner-circle-pattern {
  position: absolute;
  left: 70px;
  top: 40px;
  max-width: 50%;
  z-index: 1;
}

.banner-circle-pattern img, .banner-grid-pattern img{
  width: 100%;
}
.banner-grid-pattern {
  position: absolute;
  right: -45px;
  bottom: 260px;
  width: 90px;
  z-index: 1;
}
.banner-circle {
  position: absolute;
  top: 150px;
  right: 40px;
  width: 35px;
  height: 35px;
  background: #152686;
  border-radius: 50%;
}
.zwc-collection-wrap h2 {
  font-family: var(--secondaryfont-bold);
  margin-bottom: 5px;
}
.zwc-title-sec p{
  max-width: 50%;

}
.zwc-title-sec p{
  max-width: 50%;
}
.zwc-ep-collection {
  padding-bottom: 120px;
margin-top: -30px;
}
.zwc-ep-collection .content-wrap{
  max-width: 1170px;
  margin: auto;
}
.zwc-collection-card {
  max-width: 95%;
  position: relative;
  padding: 35px 0 35px 0;
}
.zwc-collection-card::before {
  content: "";
  position: absolute;
  bottom: 0px;
  left: 0px;
  right: 0px;
  height: 1px;
  width: 100%;
  background-image: linear-gradient(90deg, rgb(193, 193, 193), rgb(193, 193, 193) 70%, transparent 70%, transparent 100%);
  background-size: 12px 1px;
}

.zwc-collection-card:last-child {
  border: 0;
}
.zwc-coll-left {
  width: 100%;
}
.zwc-coll-card-img {
  width: 100%;
  max-width: 17%;
  margin-right: 40px;
  background: #ddd;
  border-radius: 13px;
overflow: hidden;
}
.zwc-coll-card-img img {
  display: block;
width: 100%;
}
.zwc-coll-card-desc {
  flex-grow: 1;

}
.zwc-coll-desc-wrap {
  max-width: 65%;
}
.zwc-c-id{
  font-size: 16px;
  font-family: var(--secondaryfont-bold);
  color: #555555;
}
.zwc-coll-card-desc span{
  display: block;
}
.zwc-c-highlight {
  color: #18913C;
  margin-bottom: 4px;
  font-family: var(--secondaryfont-bold);
  font-size: 16px;
text-transform: uppercase;
}
.zwc-coll-card-desc h3 {
  font-family: var(--secondaryfont-bold);
  font-size: 22px;
  margin-bottom: 8px;
}
.zwc-c-download {
  padding: 13px 55px 13px 35px;
  color: rgb(0, 0, 0);
  border: 1px solid rgb(0, 0, 0);
  display: inline-block;
}
.zwc-c-download span{
  font-family: var(--secondaryfont-semibold);
  font-size: 15px;
  position: relative;
}
.zwc-c-download span::before {
  content: "";
  width: 16px;
  height: 16px;
  background: url(/sites/zweb/images/enterprise/perspectives/sprites-img.png) no-repeat -20px 0 / 51px;
  position: absolute;
  right: -27px;
  top: 7px;
  background-repeat: no-repeat;
  display: block;
  overflow: hidden;
}
.zwc-c-download:hover{
  background-color: #000;
  color: #fff;
}
.zwc-c-download:hover span::before{
  transition: all .3s ease-in-out;
  background-position: -1px 0;
  }
.zwc-coll-pagination span{
  width: 30px;
  line-height: 30px;
  border-radius: 50%;
  color: #222;
  font-family: var(--secondaryfont-semibold);
  display: inline-block;
  text-align: center;
  font-size: 16px;
  cursor: pointer;
}
.zwc-coll-pagination {
  margin: auto;
  margin-top: 40px;
  
}
#pagination{
  padding: 0 10px;
}
.zwc-coll-pagination ul li {
  margin-right: 5px;
}
.zwc-coll-pagination ul li:last-child{
  margin-right: 0;
}
.zwc-coll-pagination ul li.active span, .zwc-coll-pagination ul li.active .page:hover{
  background-color: #222;
  color: #fff;
}
.zwc-coll-pagination .page:hover {
  background-color: #eee;
}
.navigation{
 width: 33px;
 height: 33px;
  cursor: pointer;
}
.navigation span {
  margin: auto;
  width: 10px;
  height: 10px;
  border-top: 2px solid #000;
  border-left: 2px solid #000;
  border-radius: 0;   
  transform: translate(1px, 1px);
}
.next-arrow:hover, .prev-arrow:hover{
  background: #eee;
  border-radius: 50%;
}
.zwc-filter-left{
  width: 28%;
  padding-right: 40px;
  position: relative;
  z-index: 1;
} 
.zwc-fixed-bar{
  position: sticky;
  top: 95px;
}
.zwc-filter-left::before{
  width: 1px;
  content: "";
  position: absolute;
  right: 0;
  bottom: 0;
  top: 0;
  background-image:linear-gradient(0deg, #a6b2d6, #a6b2d6 50%, transparent 50%, transparent 100%);
  background-size: 1px 12px;
} 
.prev-arrow{
  transform: rotate(-45deg);
}
.next-arrow{
  transform: rotate(140deg);
}
.zwc-filter-category{
  margin-top: 80px;
}
.zwc-filter-section{
  background: #EBF0FE;
  padding: 120px 0 120px 0;
}
.zwc-filter-left h3{
  margin-bottom: 30px;
}
.zwc-filter-nav li{
  margin-bottom: 1px;
position: relative;
}
.zwc-filter-nav li a{
  font-family: var(--secondaryfont-regular);
  font-size: 16px;
  padding: 12px 23px;
  display: block;
  border-radius: 4px;
  color: #000;
position: relative;
 z-index: 2;
  
}
.zwc-filter-nav li a:hover{ 
  background-color: #fff;
}
.zwc-filter-nav li.active a{
  font-family: var(--secondaryfont-semibold);
background-color: #fff;
}
/* .zwc-filter-nav li.active::after{
  content: "";
  background-color: #fff;
  border-radius: 4px;
  height: 50px;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  z-index: 1;
} */ 
.activeElement{
  position: absolute;
  background-color: #fff;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  border-radius: 4px;
  height: 50px;
  transition: all .3s ease-in-out;
  max-width: 87.5%;
  display: none;
}
.zwc-filter-inner {
  width: 100%;
  border-radius: 13px;
  overflow: hidden;
  border: 3px solid rgb(255, 255, 255);
  box-shadow: rgba(10, 31, 90, 0.21) 0px 2px 2px;
  position: relative;
  margin: 0px 4% 5%;
  transition: all 0.3s ease-in-out 0s;
  max-width: 22%;
}
.zwc-filter-inner:first-child, .zwc-filter-inner:nth-child(2),
.zwc-filter-inner:nth-child(3){
  margin-top: 0;
}
.zwc-filter-inner::before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  background: rgba(0,0,0,40%);
  opacity: 0;
  transition: all .3s ease-in-out;
}
.zwc-filter-image img{
  width: 100%;
  object-fit: cover;
  display: block;
}
.zwc-filter-rgiht {
  flex-basis: 70%;
}
.zwc-view-btn {
  position: absolute;
  left: 0%;
  top: 0%;
  bottom: 0;
  right: 0;
  transform: translateY(10px);
  opacity: 0;
  transition: all .3s ease-in-out;
display: flex;
  align-items: center;
  justify-content: center;
}
.zwc-view-btn span{
  font-family: var(--secondaryfont-regular);
  font-size: 16px;
  color: #000;
  position: relative;
background:rgb(255, 255, 255);
  position: relative;
  border-radius: 50px;
  display: inline-block;
  padding: 7px 15px 7px 32px;

}
.zwc-view-btn span::before {
  content: "";
  position: absolute;
  left: 11px;
  top: 11px;
  background: url(/sites/zweb/images/enterprise/perspectives/sprites-img.png)  no-repeat -47px 1px / 67px;
  width: 20px;
  height: 18px;
}
.zwc-filter-inner:hover::before{
  opacity: 1;
}
.zwc-filter-inner:hover .zwc-view-btn {
  transform: translateY(0);
  opacity: 1;
}
.zwc-filter-inner:hover{
  box-shadow: 0px 40px 40px #0A1F5A36;
}
.zwc-load-more{
  text-align: center;
  padding: 60px 0 0 0;
  display: none;
}
.zwc-load-more a {
  font-size: 17px;
  font-family: var(--zf-secondary-medium);
  position: relative;
  padding-right: 10px;
}
.zwc-load-more a::before {
  content: "";
  display: block;
  width: 8px;
  height: 8px;
  border-top: 2px solid var(--primary-anchor-clr);
  border-left: 2px solid var(--primary-anchor-clr);
  cursor: pointer;
  position: absolute;
  left: 100%;
  bottom: 6px;
  transform: rotate(-135deg);
}
.zwc-subscribe-model{
  margin-top: -210px;
  display: none;
}
.zwc-subscribe-wrap{
  background: #2439AB;
  padding: 90px 0;
  border-radius: 20px;
  box-shadow: 0px 63px 66px #08155A2C;;
}
.zwc-subscribe-wrap::before{
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  background: url(/sites/zweb/images/enterprise/perspectives/images/sub-dot-pattern.svg);
}
.zwc-subscribe-wrap h2 {
  color: #fff;
  font-family: var(--secondaryfont-bold);
  font-size: 36px;
  text-align: center;
}
.zwc-sub-input {
  background-color: #fff;
  height: 57px;
  width: 23%;
  margin-right: 15px;
}
.zwc-subscribe-form {
  margin: 30px 0 40px 0;
  position: relative;
  z-index: 1;
}
.zwc-sub-input input {
  width: 100%;
  padding: 0 20px;
  border: 0;
  height: 57px;
  font-family: var(--primaryfont-regular);
  font-size: 16px;
}
.zwc-sub-btn a {
  line-height: 57px;
  background: #EA5154;
  font-size: 15px;
  font-family: var(--secondaryfont-semibold);
  padding: 0 45px;
  text-align: center;
  display: inline-block;
  color: #fff;
}
.zwc-sub-btn a:hover{
  background-color: #000;
}
.zwc-subscribe-wrap p {
  color: #fff;
  font-size: 15px;
  font-family: var(--primaryfont-regular);
  text-align: center;
  max-width: 40%;
  margin: auto;
}
.filter-dropdown{
  display: none;
border-radius: 5px;
  background: #fff;
  position: relative;
  border-radius: 4px;
}
.filter-dropdown span{
  font-family: var(--secondaryfont-regular);
  font-size: 16px;
  padding: 12px 23px;
      color: #000;
      display: block;
  width: 100%;
  
 
}
.filter-dropdown span::after {
  content: "";
  background: #fff;
  width: 8px;
  height: 8px;
  border-top: 2px solid #000;
  border-left: 2px solid #000;
  border-radius: 0;
  display: block;
  transform: rotate(225deg);
  position: absolute;
  right: 20px;
  top: 35%;
}
.error {
  color: red;
  text-align: center;
  background: #eee;
  padding: 20px;
  border-radius: 10px;
  max-width: 400px;
  margin: auto;
}
/* ------- Responsive code --------*/

/* Other lang starts */
.i18n-de .zwc-filter-section, .i18n-de .zwc-coll-pagination, .i18n-de .zwc-coll-card-desc span.zwc-c-id {
    display: none;
}
.i18n-de .zwc-collection-card:last-child::before {
    background-image: none;
}
/* Other lang ends */

@media only screen and (max-width: 1280px) {
  .zwc-epb-img-col3{
      transform: translate(0,0);
  }
  .zwc-ep-banner{
      background: rgb(37, 57, 170);
  }
  .zwc-ep-banner::before{
      display: none;
  }
  .zwc-ep-banner-wrap.zwc-flex{
      flex-direction: column;
  }
  .zwc-epb-img {
      width: 70%;
      margin: 30px auto 30px auto;
  }
  .zwc-epb-ctn {
      width: 60%;
      text-align: center;
      margin: auto;
  }
  .zwc-epb-ctn h1::before{
      margin: 0 auto 10px auto;
  }
  .zwc-ep-collection, .zwc-filter-section{
      padding: 90px 0;
margin-top: 0;
  }

  .zwc-filter-inner, .zwc-filter-image img{
      height: auto;
  }
.activeElement{
      display: none;
  }
  .zwc-filter-nav li.active::after{
      height: auto;
  }
}
@media only screen and (max-width: 1024px) {
  .zwc-collection-card{
      flex-direction: column;
      align-items: flex-start;
      max-width: 100%;
  }
  .banner-grid-pattern {
      right: 0;
      bottom: 220px;
  }
  .zwc-coll-left{
      align-items: flex-start;
  }
  .zwc-coll-card-desc{
      max-width: 100%;
      flex-direction: column;
      align-items: flex-start;
  }
  .zwc-coll-desc-wrap{
      max-width: 100%;
    
  }
      .zwc-epb-img{
      width: 80%;
  }
  .zwc-filter-left{
      width: 30%;
      padding-right: 10px;
  }

}
@media only screen and (max-width: 767px) {
  
  .zwc-title-sec p{
      max-width: 100%;
  }
  .zwc-epb-ctn{
      width: 100%;
  }
  .zwc-epb-img{
      width: 100%;
  }
  .zwc-filter-category{
      flex-direction: column;
  }
  .zwc-subscribe-wrap p{
      max-width: 80%;
  }
  .zwc-subscribe-wrap h2{
      font-size: 26px;
  }
  .zwc-filter-left{
      width: 100%;
      border: 0;
      padding: 0;
  }

  .zwc-filter-ctn-wrap{
      max-width: 100%;
      padding: 0;
      justify-content: center;
      margin-top: 30px;
  }
 
  .zwc-filter-rgiht{
      padding: 0;
      width: 100%;
  }
  .zwc-filter-nav {
       background: #fff;
      border-radius: 0 0 10px 10px;
      width: 100%;
      max-width: 50%;
      right: 0;
      position: absolute;
      z-index: 2;
      overflow: scroll;
      height: 300px;
  }
  .filter-dropdown{
      display: block;
      width: 100%;
      max-width: 50%;
      }
  .zwc-filter-left::before{
          display: none;
      }
  .zwc-filter-heading{
      display: flex;
      align-items: center;
      justify-content: space-between;
  }
}
@media only screen and (max-width: 640px) {
  .zwc-coll-card-img{
      margin-right: 0;
      margin-bottom: 20px;
  }
 
  .zwc-coll-left{
      flex-direction: column;
      align-items: flex-start;
  }
  .banner-grid-pattern{
      display: none;
  }
  .zwc-epb-ctn h1 {
      font-size: 36px;
      line-height: 46px;
  }
  .zwc-epb-ctn p {
      font-size: 16px;
  }
      .zwc-filter-category{
      margin-top: 40px;
  }
  .zwc-subscribe-model{
      margin-top: 0;
  }
  .zwc-coll-card-img{
          max-width: 30%;
      }
  .zwc-ep-collection, .zwc-filter-section{
      padding: 60px 0;
  }
}
@media only screen and (max-width: 550px) {
  .zwc-epb-scrn1{
      top: 0;
  }
  .zwc-epb-scrn-wrap{
      justify-content: center;
  }
  .zwc-epb-scrn, .zwc-epb-scrn3, .zwc-epb-scrn4{
      width: 40%;
      margin-bottom: 20px;
  }
  .zwc-filter-ctn-wrap{
      padding: 0;
  }
  .zwc-filter-inner {
      max-width: 42%;
  }
  .zwc-epb-scrn5{
      display: none;
  }
  .zwc-coll-card-desc h3{
      font-size: 16px;
  }
  .zwc-coll-card-img{
          max-width: 45%;
      }
  .filter-dropdown, .zwc-filter-nav{
      max-width: 100%;
  }
  .zwc-filter-heading{
      align-items: flex-start;
      flex-direction: column;
  }

}
@media only screen and (max-width: 480px) {
  .filter-dropdown span{
      white-space: nowrap;
      text-overflow: ellipsis;
      width: 230px;
      overflow: hidden;
  }
}