*{
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

/* Header Section */
.zw-product-header {
  background-color: #4827BA;
}
.zcee-main-header-wrapper{
  background-color: #4827BA;
  color: #fff;
  text-align: center;
  padding: 90px 0;
}
.zcee-header-content-wrapper{
  max-width: 771px;
  margin: 0 auto;
}
.zcee-header-content-wrapper h1 span {
  background-color: #FFDD2D;
  color: #000;
  text-transform: uppercase;
  width: max-content;
  padding: 10px;
  margin: 0 auto 20px;
  box-shadow: 7px 7px 0px #000;
  transform: rotate(-5.495deg);
  letter-spacing: -0.24px;
  font-family: var(--secondaryfont-bold);
  font-size: 27px;
  display: block;
}
.zcee-header-content-wrapper h1{
  font-family: var(--primaryfont-bold);
  margin: 0 auto 20px;
}
.zcee-header-content-wrapper > p{
  letter-spacing: -0.22px;
}
.zcee-header-ctas{
  margin: 0 0 30px;
}
.zceesignup{
  font-family: var(--primaryfont-semibold);
  padding: 11px 30px;
  background-color: #F0483E;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
}
.zcee-talk-experts{
  font-family: var(--primaryfont-semibold);
  padding: 19px 34px;
  background-color: #F0483E;
  color: #fff;
  border: 0px;
 text-transform : uppercase;
}
.act-btn.cta-btn{
  visibility: unset;
  opacity: 1;
  
}
.zcee-header-ctas > .zcee-contact-sales{
  font-family: var(--primaryfont-semibold);
  padding: 12px 50px;
  background-color: transparent;
  color: #fff;
  border: 1px solid #fff;
 font-size: 15px;
}
.zcee-header-ctas{
  display: flex;
  gap: 20px;
  justify-content: center;
}
.zcee-feature-wrap{
  display: flex;
  gap: 50px;
  justify-content: center;
}
.zcee-feature-item{
  display: flex;
  gap: 15px;
  align-items: center;
}
.zcee-feature-item > p{
  margin-bottom: 0px;
}

.zcee-header-content-wrapper > p{
  margin: 0 auto 25px;
}



/* Block2 starts */
.zcee-left-sticky{
 position: sticky;
 top: 90px;
 margin-bottom: 40px;
}
.zwcc-sticky-item-topic{
  cursor: pointer;
}
.zwcc-sticky-item-topic a{
  color: #000000;
  font-size: 16px;
}
.zwcc-sticky-item-topic{
  padding: 20px;
}

.zwcc-sticky-item-topic.active{
background-color: #E9F5FD;
}
.zcee-block-wrap h3{
  font-family: var(--primaryfont-bold);
  /* margin-bottom: 40px; */
}


.zcee-block2-wrapper{
  margin-top: 100px;
}
.zcee-overall-wrap{
  display: flex;
  gap: 100px;
}
.zcee-left-sticky-bar{
max-width: 340px;
}
.zcee-left-sticky > li{
  margin-bottom: 10px;
  min-width: 325px;
  padding: 17px 26px;
  position: relative;
  border-radius: 12px;
  scroll-margin-top: 1em;
}
.zcee-left-sticky > li::before{
  content: "";
  background-image: url(/sites/zweb/images/connect/employee-engagement/direct-icon.svg);
  width: 10px;
  height: 15px;
  position: absolute;
  color: black;
  background-repeat: no-repeat;
  right: 6%;
  top: 45%;
}
.zcee-left-sticky > li.active::before{
  background-image: url(/sites/zweb/images/connect/employee-engagement/direct-icon-active.svg);
}
.zcee-right-block2-content{
  max-width: 850px;
  width: 100%;
}
.zcee-inner-item2-wrap{
  display: flex;
  gap: 60px;
}
.zcee-percent{
  color: #4827BA;
font-size: 49.692px;
font-style: normal;
font-weight: 700;
line-height: 39.231px; 
letter-spacing: -0.497px;
display: flex;
gap: 10px;
margin-bottom: 15px;
font-family: var(--primaryfont-bold);
}
.zcee-block-wrap{
  margin-bottom: 45px;
}
.zcee-block2-item3-inr{
  background-color: #EDF7F8;
  padding: 80px 90px;
}
.zcee-item3-row1, .zcee-item3-row2, .zcee-item3-row3{
  display: flex;
  gap: 60px;
  margin-top: 50px;
  /* flex-wrap: wrap;
  justify-content: center; */
}

.zcee-benefit-item{
  display: flex;
  gap: 20px;
 margin-top: 25px;
}

.zcee-benefit-cta{
  background-color: #F6F5F2;
  padding: 31px 60px;
  display: flex;
  gap: 40px;
  margin-top: 60px;
  align-items: center;
  justify-content: space-between;
}
.zcee-levelup > h4{
  font-family: var(--secondaryfont-bold);
  max-width: 400px;
  line-height: 1.3;
}

.zcee-block2-item5{
  background-color: #FAF7E8
}
.zcee-inner-item5-wrap{
  padding: 50px 65px;
}
.zcee-improve-ee-points{
  position: relative;
  margin-left: 30px;
}
.zcee-improve-ee-points::before{
  content: "";
  position: absolute;
  background-image: url(/sites/zweb/images/connect/employee-engagement/tick-mark-ee.svg);
  width: 16px;
  height: 16px;
  background-repeat: no-repeat;
  left: -5%;
  top: 4%;
}
.zcee-talk-experts{
 cursor : pointer;
}
.zcee-inner-item6-wrap{
  background-color: #F6F5F2;
  padding: 70px 65px;
}

.zcee-block2-item7{
  background-color: #EDF7F8;
}
.zcee-talk-to-expert-wrap{
  display: flex;
  padding: 38px 60px;
  justify-content: space-between;
  align-items: center;
}
.zcee-talk-to-expert-text{
  max-width: 360px;
}
.zcee-talk-to-expert-text h4{
  margin-bottom: 0;
  line-height: 1.2;
  font-family: var(--primaryfont-bold);
}
.zcee-block2-item8 {
  background-color: #EDF7F8;
}
.zcee-benefit-item svg{
  width: 100%;
  height: 40px;
  max-width: 40px;
}
.zcee-connect-help-points > p > strong{
  font-family: var(--primaryfont-bold);
}
/* End of block2 */


/* Block3 starts */

.zcee-signing-up-wrapper{
  background-color: #4827BA;
  color: #fff;
  text-align: center;
  padding: 70px 0;
}
.zcee-signing-item h3{
max-width: 1110px;
font-family: var(--secondaryfont-bold);
margin: 0 auto 45px;
width: 90%;
line-height: 1.2;
}
.zcee-block4{
  margin: 60px 0 60px;
}
.zcee-learn-explore-item h4{
  max-width: 540px;
  margin: 0 auto 15px;
  text-align: center;
  line-height: 1.2;
  font-family: var(--primaryfont-bold);
}
.zcee-learn-explore-item  > p{
  text-align: center;
}

.zcee-main-featured{
  display: flex;
    justify-content: space-around;
    gap: 30px;
    max-width: 1100px;
    width: 100%;
    margin: 40px auto 0;
}
.zcee-block4-cnt img{
  min-height: 165px;
}
.zcee-block4-cnt {
  flex-basis: 25%;
  max-width: 320px;
  
}
.zcee-block4-cnt a {
  color: #000;
  text-decoration: underline;
  display: block;
  padding-top: 20px;
}
/* end of block3 */

/* Animation block */

.zcee-main-header-wrapper{
  position: relative;
}
.zcee-animation-block1 > svg{
  position: absolute;
  bottom: 20%;
  right: 16%;
}
.zcee-animation-block2 > svg{
  position: absolute;
  top: 22%;
  left: 15%;

}
.zcee-anime-block3 > img{
  position: absolute;
  bottom: 13%;
  right: 8%;
}
.zcee-anime-block3 > svg{
  position: absolute;
  top: 13%;
  right: 6%;
}
.zcee-animation-block4 > img{
  position: absolute;
  left: 10%;
  top: 15%;
  z-index: 9;
}
.zcee-animation-block4 > svg{
  position: absolute;
  left: 6%;
  bottom: 0%;
}

.zcee-connect-help-points{
  list-style: disc;
  margin-left: 20px;
}

.zcee-improve-ee-points h4{
  margin-bottom: 15px;
}
.zcee-improve-ee-points p{
  margin-bottom: 28px;
}
.zcee-inner-item3-wrap h4{
  max-width: 290px;
  width: 100%;
}
.zcee-inner-item3-wrap h4::before,.zcee-benfit-icon{
  background: url(/sites/zweb/images/connect/import-bussiness-sprite.png);
  background-size: 400px auto;
}
.zcee-inner-item3-wrap h4::before{
  content: '';
  display: block;
  width: 35px;
  height: 35px;
  margin-bottom: 18px;
}
.zcee-item3-row1 .zcee-blocker1 .zcee-blocker1-block1 h4::before{
  background-position: -34px 0;
}
.zcee-item3-row1 .zcee-blocker2 .zcee-blocker1-block1 h4::before{
  background-position: -172px 0;
}
.zcee-item3-row2 .zcee-blocker1 .zcee-blocker1-block1 h4::before{
  background-position: -69px 0;
}
.zcee-item3-row2 .zcee-blocker2 .zcee-blocker1-block1 h4::before{
  background-position: -138px 0;
}
.zcee-item3-row3 .zcee-blocker1 .zcee-blocker1-block1 h4::before{
  background-position: 0 0;
}
.zcee-item3-row3 .zcee-blocker2 .zcee-blocker1-block1 h4::before{
  background-position: -104px 0;
}
.zcee-benefit-text p span{
  font-family: var(--primaryfont-bold);
}
.zcee-benfit-icon{
  display: inline-block;
  width: 40px;
  height: 40px;
  background-size: 450px auto;
}
.zcee-benefit-item:first-child .zcee-benfit-icon{
  background-position: 215px 0;
}
.zcee-benefit-item:nth-child(2) .zcee-benfit-icon{
  background-position: 40px 0;
}
.zcee-benefit-item:nth-child(3) .zcee-benfit-icon{
  background-position: 170px 0;
}
.zcee-benefit-item:nth-child(4) .zcee-benfit-icon{
  background-position: 128px 0;
}
.zcee-benefit-item:nth-child(5) .zcee-benfit-icon{
  background-position: 82px 0;
  height: 42px;
}
.zcee-block2-item5-inr{
  background-color: #F6F5F2;
}
.zcee-block2-item5.tar5{
  background: none;
}
.zcee-inner-item6 h3:not(.zcee-inner-item6 h3.sub-head){
  max-width: 583px;
  width: 100%;
}
.zcee-block2-item5 .zcee-benefit-cta{
  background-color: #FFF1F1;
}
.zcee-inner-item6-ul{
  list-style: disc;
  margin-left: 30px;
  margin-bottom: 15px;
}
.zcee-header-ctas a{
  text-transform: uppercase;
}
.zcee-anime-img1,.zcee-anime-img2{
  display: block;
  position: absolute;
  background: url(/sites/zweb/images/connect/banner-anime-sprite.png);
  background-size: 330px auto;
}
.zcee-anime-img1{
  width: 50px;
  height: 50px;
  background-position: -208px -10px;
  bottom: 13%;
  left: 20%;
}
.zcee-anime-img2{
  width: 65px;
  height: 59px;
  background-position: -128px -10px;
  top: 15%;
  right: 16%;

}
/* Animation router */



li.zcee-connect-help-points:first-child > p{
  margin-top: 0;
}

.zcee-percent svg{
  animation: drizzle 2s ease-in-out infinite alternate;
}
.zcee-levelup > h4{
  margin-bottom: 0;
}
@keyframes drizzle{
  0%{
      transform: translateY(0);
  }
  100%{
      transform: translateY(-10px);
  }
}



/* End of animation block */

@media(min-width : 1500px){
  .zcee-header-content-wrapper h1{
      font-size: 70px;
  }
  .zcee-block4-item2{
    max-width: 292px;
    width: 100%;
  }
  .zcee-inner-item6-cont p:not(.zcee-inner-item6-cont p:last-child){
    margin-bottom: 10px;
  }
  .zcee-block-wrap h3.sub-head{
    font-size: 28px;
  }
  .zcee-improve-ee-points h4{
    font-size: 20px;
  }
  .zcee-header-content-wrapper > p{
      font-size: 22px;
  }
  .zcee-levelup > h4{
      font-size: 30px;
  }
  .zcee-talk-to-expert-text h4{
   font-size: 30px;
  }
  .zcee-signing-item h3{
      font-size: 50px;
  }
  .zcee-learn-explore-item h4{
      font-size: 35px;
  }
  .zcee-header-content-wrapper h1{
      letter-spacing: -0.7px;
      line-height: 1.1;
  }
  li.zcee-connect-help-points > p{
      margin: 35px 10px;
      max-width: 670px;
  }
  .zcee-block2-item1 > p{
      max-width: 810px;
      margin-bottom: 30px;
  }
  .zcee-block-wrap{
      margin-bottom: 60px;
  }
  .zcee-block-wrap h3{
      margin-bottom: 20px;
      font-size: 35px;
      line-height: 1.2;
  }
  .zcee-block2-item3 h3{
  max-width: 600px;
  }
  .zcee-item3-row1 p, .zcee-item3-row2 p, .zcee-item3-row3 p{
      max-width: 300px;
  }
  .zcee-item3-row1 h4, .zcee-item3-row2 h4, .zcee-item3-row3 h4{
      margin: 0 0 18px;
  }
  .zcee-block2-item4  h3{
      max-width: 630px;
  }
  .zcee-benefit-text p{
      max-width: 710px;
  }
  .zcee-block2-item5 > img{
      width: 100%;
  }
  .zcee-inner-item5-wrap h3{
      max-width: 580px;
  }
  .zcee-improve-ee-points > p{
      max-width: 650px;
  }
  .zcee-block2-item8 > img{
      width: 100%;
  }
  .zcee-block2-item8  > div h3{
      max-width: 680px;
  }
  .zcee-header-content-wrapper h1 span {
      margin-bottom: 0px;
  }
  .zcee-blocker1-block1{
      min-width: 320px;
    }
    .zwcc-sticky-item-topic:last-child{
      max-width: 220px;
    }

}

@media(max-width: 1499px){
  /* .zcee-right-block2-content{
      max-width: 680px;
  } */
  .zcee-item3-row1, .zcee-item3-row2, .zcee-item3-row3{
      /* flex-direction: column; */
  }
  .zcee-improve-ee-points::before{
      left: -10%;
  top: 5%;
  }
  /* .zcee-overall-wrap{
      gap: 50px;
  } */
  .content-wrap + .zcee-animation-block-wrapper > .zcee-animation-block2 > svg{
      width: 60px;
  }
  .content-wrap + .zcee-animation-block-wrapper .zcee-anime-block3 > img{
      width: 13%;
  }
  .zcee-animation-block1 > svg{
      width: 5%;
  }
  .zcee-animation-block4 > svg{
      width: 20%;
  }
  .content-wrap + .zcee-animation-block-wrapper .zcee-animation-block4 > img{
      width: 12%;
      bottom: 20%;
  }
  li.zcee-connect-help-points > p{
      margin: 35px 10px;
  }
  .zcee-block2-item1 > p{
      max-width: 810px;
  }
  .zcee-block-wrap h3{
      margin-bottom:30px;
  }
  .zcee-header-content-wrapper h1 span {
      margin-bottom: 20px;
  }
  .zcee-item3-row1 h4, .zcee-item3-row2 h4, .zcee-item3-row3 h4{
      margin: 0 0 18px;
  }
  .zcee-item3-row1 p, .zcee-item3-row2 p, .zcee-item3-row3 p{
      max-width: 275px;
  }
  .zcee-benefit-text p{
      max-width: 650px;
  }
  .zcee-block-wrap   h3{
      max-width: 550px;
  }
  .zcee-block2-item5 > img, .zcee-block2-item8 > img {
      width: 100%;
  }
  .zcee-signing-item h3{
      max-width: 750px;
  }
  .zceesignup{
    padding: 11px 20px;
    font-size: 13px;
  }

}

@media(min-width : 1025px) and (max-width:1499px){

  .zcee-left-sticky > li{
      max-width: 250px;
  }
  .content-wrap + .zcee-animation-block-wrapper > .zcee-animation-block2 > svg{
      width: 90px;
  }
  .zcee-animation-block1 > svg{
      bottom: 15%;
  }
  .zcee-right-block2-content{
      max-width: 800px;
  }
  .zcee-item3-row1, .zcee-item3-row2, .zcee-item3-row3{
      /* flex-wrap: wrap; */
      gap: 20px;
      justify-content: center;
      gap: 60px;
  }
  .zcee-benfit-icon{
    width: 43px;
  }
  .zcee-benefit-item:nth-child(4) .zcee-benfit-icon{
    width: 45px;
  }
  
}

@media(max-width : 1024px){
  .zcee-blocker1-block1{
      min-width: unset;
  }
}

@media(max-width : 1200px){
  .zcee-benefit-cta{
      flex-direction: column;
      gap: 20px;
  }
  .zcee-levelup>h4{
      text-align: center;
  }
  .zcee-talk-to-expert-wrap{
      flex-direction: column;
      gap: 20px;
  }
  .zcee-talk-to-expert-text h4{
      text-align: center;
  }
  .zcee-header-content-wrapper h1 span{
    font-size: 23px;
  }
}

@media(min-width : 992px) and (max-width: 1024px){
  .zcee-item3-row1, .zcee-item3-row2, .zcee-item3-row3{
      flex-wrap: wrap;
      justify-content: center;
  }
  .zcee-benefit-cta{
      padding: 30px 20px;
      flex-direction: column;
      gap: 20px;
  }
  

  .zcee-talk-to-expert-wrap{
      flex-direction: column;
      gap: 20px;
      padding:30px 30px;
  }
  .zcee-talk-to-expert-text h4, .zcee-levelup > h4{
      text-align: center;
  }
}

@media(max-width : 1024px){
  .zcee-benefit-item{
    display: initial;
  }
  .zcee-benfit-icon{
    margin-bottom: 15px;
  }

}
@media(max-width : 991px){
  .zcee-left-sticky-bar{
   display: none;
  }
  .zcee-inner-item2-wrap{
      flex-direction: column;
      gap: 30px;
  }
  .zcee-percent + p{
      margin-bottom: 0;
  }
  .zcee-blocker1-block1{
      min-width: unset;
  }
  .zcee-block2-item3-inr{
    padding: 30px;
  }
  .zcee-benefit-cta{
      padding: 25px 30px;
      flex-direction: column;
      gap: 25px;
      text-align: center;
  }
  .zcee-inner-item5-wrap{
      padding: 35px 45px;
  }
  .zcee-improve-ee-points::before{
      left: -7%;
      top: 5%;
  }
  .zcee-inner-item6-wrap{
      padding: 30px 25px;
  }
  .zcee-talk-to-expert-wrap{
      padding: 25px 20px;
      flex-direction: column;
      gap: 20px;
  }
  .zcee-talk-to-expert-text h4{
      text-align: center;
  }
  .zcee-header-ctas{
      flex-direction: column;
  }
  /* .zcee-feature-wrap{
      flex-direction: column;
      align-items: center;
      gap: 20px;
  } */
  .zcee-main-featured{
    flex-direction: column;
      align-items: center;
  }
  .zceesignup, .zcee-contact-sales{
 max-width: 300px;
 margin: 0 auto;
 min-width: 250px;
  }
  .zcee-animation-block-wrapper{
      display: none;
  }
  .zcee-header-content-wrapper h1 span{
      transform: rotate(0deg);
  }
  .zcee-header-content-wrapper > p{
      max-width: 420px;
      width: 90%;
      margin: 0 auto 25px;
  
  }    
  .zcee-block2-wrapper{
      margin-top: 50px;
  }
  .zcee-signing-item h3{
      max-width: 630px;
      width: 90%;
  }
  .zcee-right-block2-content{
      max-width: 680px;
      margin: 0 auto;
      width: 90%;
  }
      
}

@media(max-width:767px){
  .zcee-inner-item3-wrap p{
      max-width: 300px;
  }
.zcee-item3-row1, .zcee-item3-row2, .zcee-item3-row3{
  flex-wrap : wrap;
  align-items: center;
  justify-content: center;
  gap: 40px;
}
.zcee-block2-item4 p{
  text-align: center;
}
  .zcee-benefit-item{
    display: flex;
      flex-direction: column;
      gap: 0;
      align-items: center;
  }
  .zcee-benefit-text{
   text-align: center;
  }

  .zcee-right-block2-content {
      max-width: 550px;
      margin: 0 auto;
  }
  .zceesignup{
      min-width: unset;
  }
  .zcee-inner-item5-wrap{
      padding: 35px 20px;
  }
  .zcee-inner-item5-wrap{
      padding: 35px 25px;
  }
  .zcee-block-wrap h3 {
      text-align: center;
  }

  .zcee-block-wrap h3{
      margin-bottom: 20px;
  }

  .zcee-inner-item5-wrap h3,  .zcee-block2-item1 h3,  .zcee-block2-item2 h3, .zcee-block2-item3 h3, .zcee-block2-item6 h3{
      text-align: left;
  }
  .zcee-connect-help-points{
      margin-left: 10px;
  }
  .zcee-inner-item2-wrap{
      gap: 20px;
  }
  .zcee-header-ctas>.zcee-contact-sales{
      min-width: unset;
      padding: 12px 38px;
  }
}

@media(max-width : 480px){
  .zcee-improve-ee-points::before{
      left: -12%;
      top: 4%;
  }
  .zcee-header-content-wrapper h1 span{
    font-size: 18px;
  }
 
  .zcee-block-wrap h3{
      margin-bottom: 20px;
  }
  .zcee-percent{
  font-size: 30px;
  }
  .zcee-feature-wrap{
      flex-wrap: wrap;
      align-items: center;
      gap: 20px;
  }
  li.zcee-connect-help-points>p{
      margin: 35px 0;
  }

}