/* Text utility */
/* Mobile utility */
/* link hover utility */
/* Container utility mixin */
/* Container avec variable CSS */
/* Text content styles */
/* Centered content */
/* from... */
/* to... */
/* from... to... */
/* at... */
/* FONT WEIGHTS */
.s-team-featured {
  background-color: var(--wp--preset--color--bg-secondary-light);
}
.s-team-featured .l-container {
  position: relative;
}
.s-team-featured__header {
  margin-bottom: 4rem;
  display: flex;
  flex-direction: column;
  row-gap: 1.5rem;
  max-width: 43.75rem;
}
.s-team-featured__ttl {
  font-size: 3.125rem;
  font-style: normal;
  font-weight: 700;
  line-height: 1;
  text-transform: uppercase;
  font-family: "remora-sans-w1", "sans-serif";
  line-height: 1;
  text-transform: uppercase;
}
.s-team-featured__subttl {
  margin-top: 1rem;
}
.s-team-featured__subttl h2 {
  font-size: 3.125rem;
  font-style: normal;
  font-weight: 700;
  line-height: 1;
  text-transform: uppercase;
  font-family: "remora-sans-w1", "sans-serif";
}
.s-team-featured__subttl h3 {
  font-size: 2rem;
  line-height: 1.09;
  font-style: normal;
  font-weight: 700;
  text-transform: uppercase;
  font-family: "remora-sans-w1", "sans-serif";
}
.s-team-featured__subttl h5 {
  font-size: 18px;
}
@media screen and (min-width: 569px) {
  .s-team-featured__subttl h5 {
    font-size: calc(18px + 0 * (100vw - 569px) / 871);
  }
}
@media screen and (min-width: 1440px) {
  .s-team-featured__subttl h5 {
    font-size: 1.125rem;
  }
}
.s-team-featured__subttl p {
  margin-top: 1.875rem;
}
.s-team-featured__subttl p:first-child {
  margin-top: 0;
}
.s-team-featured__subttl p + ul,
.s-team-featured__subttl h2 + p,
.s-team-featured__subttl h3 + p,
.s-team-featured__subttl h4 + p,
.s-team-featured__subttl h5 + p {
  margin-top: 1.25rem;
}
.s-team-featured__subttl b,
.s-team-featured__subttl strong {
  font-weight: 700;
}
.s-team-featured__subttl .btn {
  margin-top: 2rem;
}
.s-team-featured__subttl i,
.s-team-featured__subttl em {
  font-style: italic;
}
.s-team-featured__subttl p > a,
.s-team-featured__subttl li > a {
  text-decoration: underline;
  line-height: 1.37;
}
.s-team-featured__subttl ul,
.s-team-featured__subttl ol {
  margin-top: 1.875rem;
  list-style: none;
  margin-left: 0;
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
}
.s-team-featured__subttl ul li,
.s-team-featured__subttl ol li {
  position: relative;
  padding-left: 1.5rem;
}
.s-team-featured__subttl ul li a,
.s-team-featured__subttl ol li a {
  font-size: 16px;
}
.s-team-featured__subttl ul li:last-child,
.s-team-featured__subttl ol li:last-child {
  margin-bottom: 0;
}
.s-team-featured__subttl ul li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.3125rem;
  width: 0.8125rem;
  height: 0.75rem;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='13' height='12' fill='none' viewBox='0 0 13 12'%3E%3Cpath fill='%2335ab55' d='m12.767 4.365-3.948.119a.446.446 0 0 1-.46-.381L7.839.19c-.03-.209-.313-.262-.42-.08L5.311 3.684a.46.46 0 0 1-.564.187L.312 2.1c-.214-.086-.406.16-.262.337l3.055 3.734c.118.144.13.346.03.502l-2.389 3.73c-.119.186.087.407.29.312L5.473 8.63a.46.46 0 0 1 .529.096l3.038 3.201c.153.162.429.03.388-.187l-.796-4.306a.43.43 0 0 1 .222-.457l4.032-2.207c.205-.113.117-.417-.118-.409z'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-size: contain;
}
.s-team-featured__subttl ol li {
  list-style: decimal;
}
.s-team-featured__subttl img {
  margin-top: 2.5rem;
  margin-bottom: 2.5rem;
}
.s-team-featured__subttl *:first-child {
  margin-top: 0;
}
.s-team-featured__subttl img {
  margin: 1.25rem 0 3.5rem;
  display: block;
  width: 100%;
  height: auto;
  border-radius: 1rem;
}
.s-team-featured__btn-wrap {
  margin-top: 1.5rem;
}
.s-team-featured__grid {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  column-gap: 4rem;
}
.s-team-featured-member {
  flex: 1 1 0;
  color: var(--wp--preset--color--txt-gray-dark);
}
.s-team-featured-member__thumb-wrap {
  aspect-ratio: 1;
  position: relative;
  background-color: var(--wp--preset--color--bg-secondary);
}
.s-team-featured-member__thumb {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  object-position: center top;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.s-team-featured-member__content {
  padding-top: 2rem;
}
.s-team-featured-member__name {
  font-family: "Inter", "sans-serif";
  font-size: 1.5rem;
  line-height: 1.25;
  font-style: normal;
  font-weight: 700;
}
.s-team-featured-member__role {
  margin-top: 0.5rem;
  font-family: "remora-sans-w1", "sans-serif";
  font-size: 0.9375rem;
  line-height: 1.6;
  font-style: normal;
  font-weight: 700;
  text-transform: uppercase;
}
.s-team-featured-member__txt {
  margin-top: 0.5rem;
  font-family: "Inter", "sans-serif";
  font-size: 1rem;
  line-height: 1.375;
  font-style: normal;
  font-weight: 400;
}
.s-team-featured__stars.stars-trio {
  right: -10%;
  transform: translate(0, -50%);
  top: -1%;
  width: 22%;
  height: 20%;
  z-index: 1;
}
.s-team-featured__stars.stars-trio svg path {
  fill: #000;
}
@media screen and (max-width: 1024px) {
  .s-team-featured__header {
    margin-bottom: 3rem;
  }
  .s-team-featured__ttl {
    font-size: 2.5rem;
  }
  .s-team-featured__grid {
    column-gap: 2rem;
  }
  .s-team-featured-member__content {
    padding-top: 1.5rem;
  }
}
@media screen and (max-width: 991px) {
  .s-team-featured__header {
    margin-bottom: 2.5rem;
    max-width: 100%;
  }
  .s-team-featured__grid {
    grid-template-columns: 1fr 1fr;
    column-gap: 1.5rem;
    row-gap: 2.5rem;
  }
  .s-team-featured__stars.stars-trio {
    display: none;
  }
}
@media screen and (max-width: 580px) {
  .s-team-featured__header {
    margin-bottom: 2rem;
    row-gap: 1rem;
  }
  .s-team-featured__ttl {
    font-size: 2rem;
  }
  .s-team-featured__grid {
    grid-template-columns: 1fr;
    row-gap: 2rem;
  }
  .s-team-featured-member__thumb-wrap {
    aspect-ratio: 4/3;
  }
  .s-team-featured-member__content {
    padding-top: 1.25rem;
  }
  .s-team-featured__btn-wrap {
    margin-top: 1.25rem;
  }
}