/* stylelint-disable */
/* stylelint-disable max-line-length */
:root {
  --breakpoint-xxl: 1920px;
  --breakpoint-xl: 1440px;
  --breakpoint-lg: 1280px;
  --breakpoint-lg-s: 1200px;
  --breakpoint-md: 1024px;
  --breakpoint-md-s: 992px;
  --breakpoint-sm: 768px;
  --breakpoint-xs: 512px;
  --breakpoint-xxs: 390px;
}

/* stylelint-disable */ /* stylelint-disable */ /* stylelint-disable */
/*
  This mixin can be used to set the object-fit:
  @include object-fit(contain);

  or object-fit and object-position:
  @include object-fit(cover, top);
*/
.wp-block .advisors,
.advisors {
  padding: 63px 0 40px;
}
@media (max-width: 768px) {
  .wp-block .advisors,
  .advisors {
    padding: 25px 0;
  }
}
.wp-block .advisors-title,
.advisors-title {
  position: relative;
  color: var(--sk-color-gray);
  top: 20px;
  left: 5px;
}

.advisor {
  justify-content: flex-start;
  align-items: flex-start;
  flex-wrap: nowrap;
  display: flex;
  flex-direction: column;
  height: inherit;
  max-width: 401px;
  width: 100%;
  margin-left: 2px;
}
.advisor__photo {
  height: 230px;
  width: 100%;
  text-align: center;
}
.advisor__photo img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.advisor__separator {
  position: relative;
  width: 100%;
  margin-bottom: 40px;
  border-bottom: solid 3px var(--sk-color-gray);
}
@media (max-width: 768px) {
  .advisor__separator {
    margin-bottom: 25px;
  }
}
.advisor__social {
  position: absolute;
  bottom: -26px;
  right: 29px;
}
.advisor__social-link {
  font-size: 0;
  display: block;
}
.advisor__social-link svg {
  scale: 0.5;
}
.advisor__social-link svg * {
  transition: 0.4s;
  transition-timing-function: ease-in-out;
}
.advisor__social-link:hover, .advisor__social-link:active, .advisor__social-link:focus, .advisor__social-link:focus-within {
  opacity: 1;
}
.advisor__social-link:hover circle, .advisor__social-link:active circle, .advisor__social-link:focus circle, .advisor__social-link:focus-within circle {
  fill: var(--sk-color-black);
}
.advisor__social-link:hover path, .advisor__social-link:active path, .advisor__social-link:focus path, .advisor__social-link:focus-within path {
  fill: var(--sk-color-white);
}
.advisor__name {
  margin-bottom: 46px;
}
@media (max-width: 768px) {
  .advisor__name {
    margin-bottom: 25px;
  }
}
.advisor__position {
  margin-bottom: 13px;
  letter-spacing: 5.3px;
  font-family: var(--sk-font-secondary);
  text-transform: uppercase;
  color: var(--sk-color-gray);
}
.advisor__description {
  font-weight: 300;
}

.advisors-swiper {
  padding: 80px 0 50px;
}
@media (max-width: 768px) {
  .advisors-swiper {
    padding: 100px 0 25px;
  }
}
.advisors-swiper .swiper-slide {
  justify-content: center;
  align-items: stretch;
  flex-wrap: wrap;
  display: flex;
  height: initial;
}
.advisors-swiper .advisors__swiper-pagination {
  justify-content: flex-end;
  align-items: center;
  flex-wrap: wrap;
  display: flex;
  top: 0;
  right: 0;
  bottom: auto;
}
@media (max-width: 768px) {
  .advisors-swiper .advisors__swiper-pagination {
    top: 50px;
  }
}
