/* 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-highlight-card-text-image__card {
  display: flex;
  align-items: center;
  gap: 4rem;
  padding: 1.5rem 1.5rem 1.5rem 2.5rem;
  border-radius: 0.625rem;
  overflow: hidden;
  color: var(--wp--preset--color--txt-gray-dark);
}
.s-highlight-card-text-image__card.has-bg-quaternary-dark-background-color {
  color: var(--wp--preset--color--txt-white);
}
.s-highlight-card-text-image__card.is-reverse {
  flex-direction: row-reverse;
}
.s-highlight-card-text-image__content {
  display: flex;
  flex-direction: column;
  gap: 1.5rem;
  flex: 1 1 50%;
  padding-top: 1rem;
  padding-bottom: 1rem;
}
.s-highlight-card-text-image__ttl {
  font-size: 2rem;
  line-height: 1.09;
  font-style: normal;
  font-weight: 700;
  text-transform: uppercase;
  font-family: "remora-sans-w1", "sans-serif";
}
.s-highlight-card-text-image__body {
  display: flex;
  flex-direction: column;
  gap: 2.5rem;
}
.s-highlight-card-text-image__txt {
  font-family: "Inter", "sans-serif";
  font-size: 1rem;
  line-height: 1.375;
  font-style: normal;
  font-weight: 400;
}
.s-highlight-card-text-image__txt p + p {
  margin-top: 1rem;
}
.s-highlight-card-text-image__figure {
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
}
.s-highlight-card-text-image__figure-top {
  display: flex;
  align-items: flex-end;
  gap: 1rem;
}
.s-highlight-card-text-image__figure-value {
  font-family: "Sora";
  font-size: 4rem;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  letter-spacing: -4.48px;
  transform: translateY(12px);
  gap: 0.375rem;
  display: flex;
  align-items: flex-end;
}
.s-highlight-card-text-image__figure-unit {
  font-family: "Sora";
  font-weight: 700;
  line-height: normal;
  letter-spacing: -2.8px;
  transform: translateY(-6px);
}
.s-highlight-card-text-image__figure-unit {
  font-size: 28px;
}
@media screen and (min-width: 569px) {
  .s-highlight-card-text-image__figure-unit {
    font-size: calc(28px + 12 * (100vw - 569px) / 871);
  }
}
@media screen and (min-width: 1440px) {
  .s-highlight-card-text-image__figure-unit {
    font-size: 2.5rem;
  }
}
.s-highlight-card-text-image__figure-detail {
  display: flex;
  flex-direction: column;
  padding-bottom: 0.125rem;
}
.s-highlight-card-text-image__figure-title {
  font-family: "Sora";
  font-size: 2.5rem;
  font-weight: 700;
  line-height: normal;
  letter-spacing: -2.8px;
}
.s-highlight-card-text-image__figure-subtitle {
  font-weight: 700;
}
.s-highlight-card-text-image__figure-subtitle {
  font-size: 16px;
}
@media screen and (min-width: 569px) {
  .s-highlight-card-text-image__figure-subtitle {
    font-size: calc(16px + 0 * (100vw - 569px) / 871);
  }
}
@media screen and (min-width: 1440px) {
  .s-highlight-card-text-image__figure-subtitle {
    font-size: 1rem;
  }
}
.s-highlight-card-text-image__figure-source {
  font-family: "Inter", "sans-serif";
  font-weight: 400;
  line-height: 1.5;
}
.s-highlight-card-text-image__figure-source {
  font-size: 12px;
}
@media screen and (min-width: 569px) {
  .s-highlight-card-text-image__figure-source {
    font-size: calc(12px + 0 * (100vw - 569px) / 871);
  }
}
@media screen and (min-width: 1440px) {
  .s-highlight-card-text-image__figure-source {
    font-size: 0.75rem;
  }
}
.s-highlight-card-text-image__media {
  flex: 1 1 50%;
  align-self: stretch;
  position: relative;
  overflow: hidden;
}
.s-highlight-card-text-image__img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  display: block;
}
@media screen and (max-width: 1024px) {
  .s-highlight-card-text-image__card {
    gap: 2.5rem;
  }
  .s-highlight-card-text-image__ttl {
    font-size: 1.75rem;
  }
  .s-highlight-card-text-image__figure-value {
    font-size: 3.25rem;
  }
  .s-highlight-card-text-image__figure-title {
    font-size: 2rem;
  }
}
@media screen and (max-width: 991px) {
  .s-highlight-card-text-image__card {
    flex-direction: column;
    padding: 1.5rem;
    gap: 1.5rem;
  }
  .s-highlight-card-text-image__card.is-reverse {
    flex-direction: column;
  }
  .s-highlight-card-text-image__content {
    flex: none;
    padding: 0;
  }
  .s-highlight-card-text-image__media {
    flex: none;
    width: 100%;
    aspect-ratio: 16/10;
    border-radius: 0.375rem;
  }
  .s-highlight-card-text-image__figure-top {
    align-items: flex-start;
  }
  .s-highlight-card-text-image__body {
    gap: 1.5rem;
  }
}
@media screen and (max-width: 580px) {
  .s-highlight-card-text-image__card {
    padding: 1.25rem;
    gap: 1.25rem;
  }
  .s-highlight-card-text-image__ttl {
    font-size: 1.5rem;
  }
  .s-highlight-card-text-image__content {
    gap: 1rem;
  }
  .s-highlight-card-text-image__figure-value {
    font-size: 2.75rem;
  }
  .s-highlight-card-text-image__figure-unit {
    font-size: 1.75rem;
  }
  .s-highlight-card-text-image__figure-title {
    font-size: 1.75rem;
  }
}