.cards4colSubtitleCta-mod {
  color:#fff;
}
.cards4colSubtitleCta-inner {
  position:relative;
}
.cards4colSubtitleCta-slider:not(.slick-slider) {
  display:flex;
}
.cards4colSubtitleCta-slider:not(.slick-slider) > div {
  width:calc(100% / 4);
}
.cards4colSubtitleCta-slider-item {
  border-left: 1px solid hsla(0, 0%, 100%, .4);
  padding:12px 12px 45px;
}
.cards4colSubtitleCta-slider-item-heading {
  height:80px;
  padding-left: 8px;
  border-left: 1px solid #00dba8;
  color:#00dba8;
  
  font-size: 35px;
  font-weight: 300;
  font-family: Sharp Sans No2;
}
.cards4colSubtitleCta-slider-item-title {
  padding-top:30px;
  font-size: 20px;
  line-height: 30px;
  font-weight: 500;
  margin-bottom:0px;
}
.cards4colSubtitleCta-slider-item-text {
  font-size: 14px;
  font-weight: 400;
  line-height: 25px;
  margin-top:45px;
}
.cards4colSubtitleCta-slider-item-subtitle {
  padding-top:15px;
  padding-bottom:14px;
  margin-bottom:0px;
}
.cards4colSubtitleCta-slider-item{
  display: flex !important;
  flex-direction: column;
  position:relative;
  gap: 50px;
  justify-content: space-between;
}
.cards4colSubtitleCta-slider-item:before{
  content:"";
  height:4px;
  width:100%;
  position:absolute;
  bottom:0px;
  left:0px;
  background-color:transparent;
  transition:0.3s ease all;
  -webkit-transition:0.3s ease all;
}
@media (max-width:991px){
  .cards4colSubtitleCta-slider-item-titlegroup {
    min-height:unset !important;
  }
  .cards4colSubtitleCta-slider-item{
    gap: 150px;
    padding-left:25px;
    border-left:none;
  }
  .slick-slide.slick-active .cards4colSubtitleCta-slider-item:before{
    background-color: #00dba8;
    width:93%;
  }
}

@media (min-width:992px){
  .cards4colSubtitleCta-slider-item-text {
    font-size: 16px;
    font-weight: 400;
    line-height: 30px;
    margin-top:0px;
  }
  .cards4colSubtitleCta-slider-item-subtitle {
    padding-top:14px;
  }
  .cards4colSubtitleCta-slider-item-title {
    padding-top:48px;
    font-size: 30px;
    line-height: 40px;
  }
  .cards4colSubtitleCta-slider-item:hover:before{
    background-color: #00dba8;
    width:100%;
  }
  
  .cards4colSubtitleCta-slider-item {
    border-left: 1px solid hsla(0, 0%, 100%, .4);
    padding:39px 39px 48px;
  }
  .cards4colSubtitleCta-slider-item-heading {
    height:127px;
    padding-left: 24px;
    padding-top: 20px;
    font-size: 50px;
    line-height: 60px;
  }
  .cards4colSubtitleCta-controls {
    display:none;
  }
}




.cards4colSubtitleCta-arrow {
  color:#000;
  height:55px;
  width:55px;
  overflow:hidden;
  cursor:pointer;
  display:flex;
  flex-direction:row;
  background:#fff;
  transition:1s ease background;
  -webkit-transition:1s ease background;
}
.cards4colSubtitleCta-mod .arrow-button-block__content {
  height:55px;
  width:110px;
  display:flex;
  flex-direction:row;
  transition:0s ease transform;
  -webkit-transition:0s ease transform
  transform:translateX(-55px);
  -webkit-transform:translateX(-55px);
}
.cards4colSubtitleCta-arrow:hover {
  background:#00dba8; 
}
.cards4colSubtitleCta-arrow:hover .arrow-button-block__content {
  transform:translateX(0px);
  -webkit-transform:translateX(0px);
  transition:1s ease transform;
  -webkit-transition:1s ease transform;
}
.cards4colSubtitleCta-arrow-right.cards4colSubtitleCta-arrow .arrow-button-block__content {
  transform:translateX(-55px);
  -webkit-transform:translateX(-55px);
}
.cards4colSubtitleCta-arrow-right.cards4colSubtitleCta-arrow:hover .arrow-button-block__content {
  transform:translateX(0px);
  -webkit-transform:translateX(0px);
}
.cards4colSubtitleCta-mod .arrow-button-block__content > div svg{
  height:18px;
  width:auto;
}
.cards4colSubtitleCta-mod .arrow-button-block__content > div{
  display:flex;
  height:55px;
  width:55px;
  align-items:center;
  justify-content:center;
}
.cards4colSubtitleCta-controls > div {
  height:55px;
  width:55px;
}
.cards4colSubtitleCta-controls > div.cards4colSubtitleCta-arrow-left {
  transform: rotate(180deg);
  -webkit-transform: rotate(180deg);
}

@media (max-width:991px){
  .cards4colSubtitleCta-controls {
    padding:0px 0px;
    margin:0px auto;
    display:flex;
    justify-content:end;
    gap:10px;
    align-items:center;
    position: absolute;
    bottom: 130px;
    right: 30px;
    z-index: 3;

    /*   bottom: 25%;
    right: 17%; */
  }
}