html.lity-active {
  overflow: hidden;
  -webkit-padding-end: 12px;
}
@media (pointer: none), (pointer: coarse) {
  html.lity-active {
    -webkit-padding-end: 0;
  }
}

.lity {
  background: rgba(0, 0, 0, 0.4);
}

.lity-content:after {
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
}

.team__list.slick-initialized {
  margin: 0 -10px;
}
.team__list.slick-initialized .team__item {
  padding: 10px;
}
@media only screen and (max-width: 767px) {
  .team__list.slick-initialized .team__item {
    padding-bottom: 0;
  }
}
.team__list:not(.slick-initialized) {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  margin: 0 -10px;
}
.team__list:not(.slick-initialized) .team__item {
  width: 33.33%;
  padding: 15px 10px;
  outline: none !important;
}
.team__card {
  position: relative;
  overflow: hidden;
}
.team__card__link {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
}
.team__card__img {
  display: block;
  margin: 0;
  background: #EDF7FF;
  position: relative;
  width: 100%;
  padding-top: 110%;
}
.team__card__img img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: contain;
  position: absolute;
  left: 0;
  top: 0;
}
.team__popup {
  background-color: #EDF7FF;
  width: calc(100vw - 47px);
  max-width: 796px;
  margin-right: -2px;
}
@media only screen and (max-width: 767px) {
  .team__popup {
    max-height: calc(100vh - 48px) !important;
    overflow: auto;
  }
}
.team__popup .lity-close {
  text-shadow: none !important;
  color: var(--color-dark-gray);
  font-size: 24px;
  position: absolute;
}
@media only screen and (max-width: 767px) {
  .team__popup .lity-close {
    font-size: 30px;
    top: 7px;
    right: 3px;
  }
}
.team__popup .lity-close:hover {
  color: var(--black);
}
.team__popup__img {
  padding-left: 23px;
}
.team__popup__img__wrapper {
  width: 29.523%;
  position: relative;
}
.team__popup__img__wrapper::before {
  display: block;
  content: "";
  background-image: url(../../images/bg/shape-popup-blue.svg);
  background-position: right bottom;
  background-repeat: no-repeat;
  width: 100%;
  height: 178.298%;
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 0;
}
@media only screen and (max-width: 767px) {
  .team__popup__img__wrapper::before {
    background-position: left bottom;
  }
}
@media only screen and (max-width: 767px) {
  .team__popup__img__wrapper {
    width: 100%;
    order: 2;
    margin-top: -69px;
  }
}
.team__popup__img img {
  position: relative;
  z-index: 1;
}
@media only screen and (max-width: 767px) {
  .team__popup__img img {
    position: relative;
    z-index: 1;
    max-width: 188px;
    margin: 0 auto;
    display: block;
  }
}
@media only screen and (max-height: 360px) {
  .team__popup__img img {
    width: auto !important;
    max-height: 100vh !important;
    margin: 0 auto;
    display: block;
  }
}
@media only screen and (max-width: 767px) {
  .team__popup__name {
    padding-bottom: 2px !important;
  }
}
.team__popup__content {
  width: 70.477%;
  padding: 34px 17px 40px 23px;
}
@media only screen and (max-width: 767px) {
  .team__popup__content {
    width: 100%;
    position: relative;
    z-index: 2;
    font-size: 14px;
    line-height: 1.5;
    padding: 34px 20px 40px 23px;
  }
}
.team__popup__content .moreless-button {
  margin-top: 6px;
  position: relative;
  color: var(--color-orange);
  display: flex;
  align-items: center;
  text-decoration: none;
  font-weight: 500;
  font-size: 14px;
  line-height: 1;
  margin-bottom: 16px;
}
@media only screen and (min-width: 767px) {
  .team__popup__content .moreless-button {
    display: none !important;
  }
}
.team__popup__content .moreless-button::after {
  display: block;
  content: "";
  width: 14px;
  height: 14px;
  background-image: url(../../images/icons/chevron-down.svg);
  background-repeat: no-repeat;
  background-position: center;
  transition: all 0.25s ease;
  transform: rotate(0deg);
  position: relative;
  top: 0;
}
.team__popup__content .moreless-button.readless::after {
  transform: rotate(180deg);
  top: 3px;
}
@media only screen and (min-width: 768px) {
  .team__popup__content__inner {
    overflow-y: auto;
    height: calc(100vh - 200px);
    max-height: 445px;
    padding-right: 17px;
  }
}
@media (hover: hover) and (pointer: fine) {
  .team__popup__content__inner::-webkit-scrollbar {
    width: 10px;
  }
  .team__popup__content__inner::-webkit-scrollbar-track {
    box-shadow: inset 0 0 5px grey;
    border-radius: 10px;
  }
  .team__popup__content__inner::-webkit-scrollbar-thumb {
    background: #858585;
    border-radius: 4px;
    width: 4px;
    margin: 0 auto;
  }
  .team__popup__content__inner::-webkit-scrollbar-thumb:hover {
    background: #858585;
  }
}
.team__popup__content p {
  padding-bottom: 10px;
}
@media only screen and (min-width: 768px) {
  .team__popup__content .moretext {
    display: block !important;
  }
}
@media only screen and (max-width: 767px) {
  .team__popup__content .moretext {
    display: none;
  }
}
.team__popup__social {
  margin: 0 0 5px;
  padding: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
}
.team__popup__social li {
  margin: 0 12px 0 0;
}
.team__popup__social li a {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 32px;
  height: 32px;
  background-color: var(--color-black);
  font-size: 0;
  line-height: 0;
  border-radius: 100%;
}
@media only screen and (max-width: 767px) {
  .team__popup__social li a {
    width: 24px;
    height: 24px;
  }
}
.team__popup__social li a:hover {
  background-color: var(--color-orange);
}
.team__popup__social li a:after {
  display: block;
  content: "";
  width: 20px;
  height: 20px;
  background-repeat: no-repeat;
  background-size: contain;
}
@media only screen and (max-width: 767px) {
  .team__popup__social li a:after {
    width: 16px;
    height: 16px;
  }
}
.team__popup__social li.icon-linkedin a::after {
  background-image: url(../../images/icons/social-icon-linkedin.svg);
}
.team__popup__social li.icon-facebook a::after {
  background-image: url(../../images/icons/social-icon-facebook.svg);
}

/**/
.board-sec .team__list:not(.slick-initialized) .team__item {
  width: 20%;
  padding: 10px;
}
@media only screen and (max-width: 991px) {
  .board-sec .team__list.slick-initialized .team__card__img {
    margin-bottom: 24px !important;
  }
}
@media only screen and (max-width: 991px) {
  .board-sec .team__list.slick-initialized .slick-dots {
    padding-top: 4px;
  }
}
@media only screen and (max-width: 991px) {
  .board-sec .team__card__name {
    margin-bottom: 1px !important;
  }
}
@media only screen and (min-width: 992px) {
  .board-sec .team__card__name {
    margin-bottom: 3px !important;
  }
  .board-sec .team__card__desgination {
    line-height: 1.4 !important;
  }
  .board-sec .accordion-description {
    padding-bottom: 14px;
  }
}/*# sourceMappingURL=team.css.map */