
.stickyFeature{
  position: relative;
}

.stickyFeature .bg-mark {
    background-image: url(https://www.buildwitt.com/hubfs/2022%20-%20BuildWitt/Press%20Page/crosspattern.svg);
    background-size: cover;
    background-repeat: no-repeat;
    height: 600px;
    width: 230px;
    position: absolute;
    z-index: 0;
    pointer-events: none;
    margin-left: 15px;
    margin-right: 15px;
    right: 50px;
    top: 20%;
}

.stickyFeature_row{
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.stickyFeature_contents{
  -ms-flex: 1 0 0;
  -webkit-box-flex: 1;
          flex: 1 0 0;
}
.stickyFeature_content,
.stickyFeature_image{
  padding: 130px 0px 100px;
}
.stickyFeature_eyebrow{
  display: inline-block;
  color: #676767;
  font-weight: 600;
  font-size: 14px;
  line-height: 20px;
  letter-spacing: 3px;
  text-transform: uppercase;
}
.stickyFeature_content h3{
  font-weight: 600;
  font-size: 36px;
  line-height: 44px;
  margin-bottom: 20px;
}
.stickyFeature_content p{
  font-weight: 400;
  font-size: 18px;
  line-height: 30px;
}

.stickyFeature_images-wrapper{
    -ms-flex: 1 0 0;
    -webkit-box-flex: 1;
            flex: 1 0 0;
    position: relative;
    min-height: 100%;
    padding-left: 50px;
}

.stickyFeature_images{
  position: sticky;
  top: 125px;
  height: 500px;
}

.stickyFeature_image{
  position: absolute;
  opacity: 0;
/*   transition: all 0.1s; */
}
.stickyFeature_image img{
  position: relative;
/*   box-shadow: 0px 84px 64px -60px rgba(0, 0, 0, 0.3); */
}

.stickyFeature_image.active{
  opacity: 1;
}


/* .stickyFeature_image img{
  transition: all 0.1s ease-in;
  opacity: 0;
}
.stickyFeature_image.active img{
  opacity: 1;

} */

.zindex60 {
  z-index:60;
}
.stickyFeature_mobile{
  display: none!important;
}

.stickyFeatureCTA__wrapper{
  margin-top: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align:center;
      -ms-flex-align:center;
          align-items:center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}
.stickyFeatureCTA__wrapper a:first-child{
  margin-right: 20px;
}
/* Mobile codes */

.stickyFeature_slide-content{
  text-align: center;
}

.stickyFeature_slide-content{
  padding: 20px;
}


/* Slick Slider Code */

.stickyFeature_mobile .stickyFeature_sliders .slick-prev.slick-arrow,
.stickyFeature_mobile .stickyFeature_sliders .slick-next.slick-arrow{
  background-color: transparent;
  top: -45px;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  outline: 2px solid #ff9e00;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.stickyFeature_mobile .stickyFeature_sliders .slick-prev.slick-arrow{
  left: calc(50% - 60px);
}
.stickyFeature_mobile .stickyFeature_sliders .slick-next.slick-arrow{
  right: calc(50% - 60px);
}
.stickyFeature_mobile .stickyFeature_sliders .slick-prev.slick-arrow:before{
  content: url('https://www.buildwitt.com/hubfs/chev-left-black.svg') !important;
}
.stickyFeature_mobile .stickyFeature_sliders .slick-next.slick-arrow:before{
  content: url('https://www.buildwitt.com/hubfs/chev-right-black.svg') !important;
}
.stickyFeature_mobile .stickyFeature_sliders .slick-next.slick-arrow:before,
.stickyFeature_mobile .stickyFeature_sliders .slick-prev.slick-arrow:before{
  width: 40px;
  height: 40px;
  border-radius: 50%;
  padding: 10px;
  -webkit-transition: 0.3s ease-in-out;
  -o-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}
.stickyFeature_mobile .stickyFeature_sliders .slick-next.slick-arrow:hover:before,
.stickyFeature_mobile .stickyFeature_sliders .slick-prev.slick-arrow:hover:before{
  background: #FF9E00;
}

.stickyFeature_content a:hover{
  color:#FF9E00;
}

.stickyFeature_sliders .slick-list .slick-track{
  transition: transform 800ms ease 0s !important;
}


@media(max-width: 992px) {
  .stickyFeature .bg-mark{
    display: none;
  }
}

@media(max-width: 767px) {
  .stickyFeature_row{
    display: none !important;
  }
  .stickyFeature_mobile{
    display: block!important;
    padding-top: 20px;
  }
  .stickyFeature_slide{
/*     width: 320px!important; */
    position: relative;
    margin: 0 15px 15px;
  }
  .stickyFeature_slide-img{
    padding-top:56.66%;
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
    border-radius: 10px;
  }
  .stickyFeature_eyebrow{
    font-size: 14px;
    line-height: 20px;
    margin-bottom: 10px;
  }
  .stickyFeature_slide-content h3{
    color: #232323;
    font-weight: 600;
    font-size: 24px;
    line-height: 30px;
  }
  .stickyFeature_content p{
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
  }
  .stickyFeatureCTA__wrapper a:first-child{
    margin-right: unset;
    margin-bottom: 10px;
  }
  .stickyFeatureCTA__wrapper{
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
	.stickyFeature_slide-content .stickyFeature_content{
		padding: 20px 0px;
		text-align: left;
	}
}

@media(max-width: 480px) {

}