@import url('https://fonts.googleapis.com/css2?family=Roboto+Condensed:wght@300&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Roboto+Condensed:wght@300&family=Russo+One&display=swap');
@font-face {
  font-family: "Proxima";
  font-weight: 300;
  font-display: swap;
  src: url(../../../fonts/ProximaNova-Regular.woff) format("woff");
}
.section-team {
}
.section-team__slideshow {
}
.section-team__slideshow .slick-dots li button::before {
  top: 7px;
  color: #ffffff;
}
.section-team__slideshow .slick-arrow::before {
  color: #ffffff;
}
.section-team__title h2 {
  font-size: 2.7rem;
  font-weight: normal;
  padding: 50px 10px;
  text-align: center;
}
.section-team__description {
  margin: 0 auto;
  width: 94%;
}
.section-team__description ul {
  margin-left: 20px;
}
.section-team__description li {
  list-style-position: inside;
}
.section-team__image {
  position: relative;
  width: 100%;
}
.section-team__image img.bg-image {
  display: block;
  margin: auto;
  width: 100%;
  max-width: 315px;
}
.section-team__image .mfp-trainers {
  text-decoration: none;
  color: #000000;
}
.section-team__popbox {
  position: relative;
  background: #ffffff;
  margin: 20px auto;
  padding: 10px 10px 1px 10px;
  width: auto;
  max-width: 400px;
  font-size: 15px;
}
.section-team__popbox-image {
  width: 100%;
  height: 400px;
  background-size: cover!important;
}
.section-team__popbox-title {
  line-height: 32px;
  font-size: 20px;
  margin-top: 3px;
}
.section-team__popbox-character {
  line-height: 30px;
  font-size: 16px;
}
.section-team__popbox-description h3,
.section-team__popbox-description h4 {
  font-size: 15px;
  font-weight: normal;
  padding: 0;
  margin: 8px 0;
}
.section-team__popbox-description ul {
  margin: 0 0 20px;
  padding: 0 0 0 20px;
  list-style: outside disc;
}
.section-team__popbox-description ul li {
  margin: 0 0 6px;
  font-size: 14px;
  list-style: outside disc;
}
.section-team__content {
  width: 100%;
  height: 100%;
  padding-top: 1px;
}
.section-team__name {
  font-family: Proxima,Arial,sans-serif;
  margin-top: 9px;
  margin-bottom: 2px;
  font-size: 19px;
}
.section-team__options {
  font-size: 16px;
}
.section-team__popbox .mfp-close {
  top: 0px;
  right: 0px;
}

@media screen and (max-width: 992px) {
  .section-team h2, .section-schedule h2, .section-cards h2 {
    font-size: 2.5rem;
    margin: 42px auto;
  }
}
@media screen and (max-width: 768px) {
  .section-team__name {
    font-size: 21px;
  }
  .section-team__options {
    font-size: 19px;
  }
  .section-team h2, .section-schedule h2, .section-cards h2 {
    font-size: 2.3rem;
  }
}
@media screen and (max-width: 476px) {
  .section-team h2, .section-schedule h2, .section-cards h2 {
    font-size: 1.8rem;
    margin: 32px 0;
  }
  .section-cards__body {
    width: 100%;
  }
}
