/* 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-mesh-contact__content {
  position: relative;
  max-width: max(60%, 56.25rem);
  margin: 0 auto;
  text-align: center;
  z-index: 2;
}
@media screen and (max-width: 991px) {
  .s-mesh-contact__content {
    max-width: 100%;
    position: static;
  }
}
.s-mesh-contact__bg {
  position: absolute;
  inset: 0;
  overflow: hidden;
}
.s-mesh-contact__bg-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.s-mesh-contact__bg-overlay {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 1;
  background-color: rgba(0, 0, 0, 0.15);
}
.s-mesh-contact__main {
  position: relative;
  z-index: 1;
  padding: 5rem;
  color: var(--wp--preset--color--txt-white);
  max-width: 53.75rem;
  margin: 0 auto;
}
@media screen and (max-width: 991px) {
  .s-mesh-contact__main {
    padding: 2.5rem 0;
  }
}
.s-mesh-contact__title {
  font-family: "Outfit", sans-serif;
  font-weight: 200;
  line-height: 1;
}
.s-mesh-contact__title {
  font-size: 36px;
}
@media screen and (min-width: 569px) {
  .s-mesh-contact__title {
    font-size: calc(36px + 20 * (100vw - 569px) / 871);
  }
}
@media screen and (min-width: 1440px) {
  .s-mesh-contact__title {
    font-size: 3.5rem;
  }
}
.s-mesh-contact__subtitle {
  margin-top: 1rem;
}
.s-mesh-contact__subtitle p {
  font-size: 14px;
}
@media screen and (min-width: 569px) {
  .s-mesh-contact__subtitle p {
    font-size: calc(14px + 2 * (100vw - 569px) / 871);
  }
}
@media screen and (min-width: 1440px) {
  .s-mesh-contact__subtitle p {
    font-size: 1rem;
  }
}
@media screen and (max-width: 991px) {
  .s-mesh-contact__subtitle p {
    font-size: 0.875rem;
  }
}
.s-mesh-contact__btn-wrap {
  margin-top: 2.5rem;
  display: flex;
  justify-content: center;
  max-width: 37.5rem;
  margin-left: auto;
  margin-right: auto;
}
.s-mesh-contact__btn-wrap .c-buttons {
  width: 300px;
}
@media screen and (max-width: 991px) {
  .s-mesh-contact .section-grid-overlay {
    display: none;
  }
}