<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.custom-leaders {
  position: relative;
  width: 100%;
}

.custom-leaders .bg-img {
  position: relative;
  top: -164px;
  margin-bottom: -400px;
  background-size: 400px;
  width: 400px;
  height: 400px;
  left: -210px;
  background-repeat: no-repeat;
}

.custom-leaders .inner {
  max-width: 1160px;
  padding: 100px 50px;
  margin: auto;
  background-repeat: no-repeat;
}

.custom-leaders .top-content {
  text-align: center;
}
.custom-leaders .top-content p{
  color: rgb(25, 25, 25);

  font-family: Montserrat-Light, Arial;
  width: 75%;
  min-width: 300px;
  text-align: center;
  margin: 20px auto 50px;
}
.custom-leaders .top-content h2 span{
  color: rgb(5, 204, 152);
  text-shadow: rgba(255, 255, 255, 0.2) 0px 2px 3px;
}
@supports (-webkit-background-clip: text) or (-moz-background-clip:text) or (background-clip:text) {
  .custom-leaders .top-content h2 span{
/*     background-image: linear-gradient(to top, rgb(22, 173, 248), rgb(120, 217, 244));
    color: transparent; */
    color: rgb(22, 173, 248);
    -webkit-background-clip: text;
    -moz-background-clip: text;
    background-clip: text;
  }
}

.team-item-wrapper .img-wrap {
  height: 210px;
  width: 210px;
  border-radius: 50%;
  margin: 0px auto;
}

.team-item-wrapper .name {
  font-family: Montserrat-Bold;
  line-height: 30px;
  margin-bottom: 6px;
  margin-top: 15px;
  font-size: 18px;
}

.team-item-wrapper .position {
  font-family: Montserrat-Light;
  font-size: 16px;
  letter-spacing: 0.5px;
  text-transform: uppercase;
  color: rgb(112, 111, 103);
  margin-bottom: 6px;
}

.team-item-wrapper  .location {
  font-family: Montserrat-Light;
  text-transform: uppercase;
  font-size: 14px;
}

.team-item-wrapper .location svg {
  vertical-align: middle;
  margin-right: 5px;
  width: 16px;
  height: 20px;
  margin-top: -2px;
}

.team-item-wrapper .img-wrap img {
  border-radius: 50%;
}

@media only screen and (min-width: 1024px){
  .team-item-wrapper .slick-arrow {
    display: none !important;
  }

  .team-item-wrapper .slick-track {
    transform: none !important;
    display: flex;
    justify-content: space-around;
    flex-flow: row wrap;
    justify-content: space-evenly;
    width: 100% !important;
  }

  .team-item-wrapper .slick-track .team-items {
    width: 330px;
    text-align: center;
    padding: 30px 40px;
    float: none;
  }

  .team-item-wrapper .slick-track:before,.team-item-wrapper .slick-track:after {
    display: none;
  }

  .team-item-wrapper .slick-list.draggable {
    padding: 0 !important;
  }

}
@media only screen and (max-width: 1023px){
  .custom-leaders .bg-img{
    display: none;
  }
  .team-item-wrapper .slick-track .team-items {
    width: 250px;
    padding: 30px;
  }
  .team-item-wrapper .slick-track .team-items {
    width: 250px;
    padding: 30px;
    text-align: center;
  }
  .team-item-wrapper .name {
    font-size: 16px;
  }
  .team-item-wrapper .img-wrap {
    height: 190px;
    width: 190px;
  }
  .team-item-wrapper .position {
    font-size: 14px;
  }
  .custom-leaders .inner {
    max-width: 1160px;
    padding: 0;
    margin: auto;
    background-repeat: no-repeat;
  }
  .custom-leaders .top-content h2 {
    margin: 0;
  }

  .team-item-wrapper button.slick-prev.slick-arrow {
    cursor: pointer;
    position: absolute;
    z-index: 1;
    top: 0px;
    left: 0px;
    width: 10%;
    height: 100%;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
  }

  .team-item-wrapper button.slick-prev.slick-arrow svg {
    transform: rotate(180deg) scale(2);
    position: absolute;
    top: 28%;
    left: 40%;
  }

  .team-item-wrapper  button.slick-next.slick-arrow {
    cursor: pointer;
    position: absolute;
    z-index: 1;
    top: 0px;
    right: 0px;
    width: 10%;
    height: 100%;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
  }
  .team-item-wrapper button.slick-arrow:before {
    display: none;
  }
  .team-item-wrapper button.slick-next.slick-arrow svg {
    transform: scale(2);
    position: absolute;
    top: 30%;
    left: 40%;
  }
  .team-item-wrapper button.slick-arrow.slick-disabled {
    opacity: 0;
  }
}
@media only screen and (max-width: 767px) {
  .custom-leaders .inner {
    padding: 60px 0px 10px;
  }

}




</pre></body></html>