/* ------------------------------------------------------------ *\
	tabs-team-module
\* ------------------------------------------------------------ */
.tabs-team {
  padding: 9.2rem 0 5.9rem;
  /*  Mobile  */
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  .tabs-team {
    padding: 3.9rem 0 0.5rem;
  }
}
.tabs-team .tabs__inner {
  /*  Mobile  */
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  .tabs-team .tabs__inner {
    padding: 0 1.6rem;
  }
}
.tabs-team .tabs__head {
  margin-bottom: 2.4rem;
  /*  Mobile  */
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  .tabs-team .tabs__head {
    margin-bottom: 4.8rem;
  }
}
.tabs-team .tabs__head .select {
  display: none;
  /*  Mobile  */
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  .tabs-team .tabs__head .select {
    display: block;
  }
}
.tabs-team .tabs__nav {
  /*  Mobile  */
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  .tabs-team .tabs__nav {
    display: none;
  }
}
.tabs-team .tabs__nav ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 0 -2.1rem;
}
.tabs-team .tabs__nav li {
  padding: 0 2.1rem;
}
.tabs-team .tabs__nav a {
  font-size: 2.4rem;
  font-weight: 500;
  color: #5178EC;
  text-decoration: none;
}
.tabs-team .tabs__nav .is-current a {
  font-weight: 600;
}
.tabs-team .tabs__body {
  overflow: hidden;
  position: relative;
}
.tab-team {
  top: 0;
  left: -9999rem;
  width: 100%;
  opacity: 0;
  position: absolute;
  -webkit-transition: all 0s 0.6s, opacity 0.4s;
  -o-transition: all 0s 0.6s, opacity 0.4s;
  transition: all 0s 0.6s, opacity 0.4s;
  height: 100%;
}
.tab-team.is-current {
  top: 0;
  left: 0;
  opacity: 1;
  -webkit-transition: opacity 0.4s;
  -o-transition: opacity 0.4s;
  transition: opacity 0.4s;
  position: relative;
}
.tab-team h2 {
  margin-bottom: 10.1rem;
  color: #5178EC;
  /*  Mobile  */
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  .tab-team h2 {
    display: none;
  }
}
.tab-team .grid {
  margin: -2rem -3.3rem;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  /*  Tablet  */
  /*  Mobile  */
}
@media (max-width: 1023px) {
  .tab-team .grid {
    margin: -2rem;
  }
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  .tab-team .grid {
    margin: -0.5rem;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
}
.tab-team .grid .grid__col {
  padding: 2rem 3.3rem;
  /*  Tablet  */
  /*  Mobile  */
}
@media (max-width: 1023px) {
  .tab-team .grid .grid__col {
    padding: 2rem;
  }
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  .tab-team .grid .grid__col {
    max-width: 50%;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
    padding: 0.5rem;
  }
}
.profile a {
  text-decoration: none;
}
.profile h6 {
  font-size: 2rem;
  margin-bottom: 0.2rem;
  /*  Mobile  */
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  .profile h6 {
    font-size: 1.8rem;
    font-weight: 600;
  }
}
.profile p {
  font-size: 2rem;
  /*  Mobile  */
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  .profile p {
    font-size: 1.8rem;
    font-weight: 600;
  }
}
.profile .profile__content {
  padding: 2rem 1.2rem 2rem 1.4rem;
  color: #5178EC;
  /*  Mobile  */
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  .profile .profile__content {
    padding: 0.48rem 0;
  }
}
.profile .profile__content p {
  margin-bottom: 0;
}
.profile .profile__socials {
  margin: 10px 0;
  /*  Mobile  */
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  .profile .profile__socials {
    margin: 5px 0;
    -webkit-transform: scale(0.9);
        -ms-transform: scale(0.9);
            transform: scale(0.9);
    -webkit-transform-origin: bottom left;
        -ms-transform-origin: bottom left;
            transform-origin: bottom left;
  }
}
.profile .profile__socials ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: block;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: start;
  list-style-type: none;
}