/* Text utility */
/* Mobile utility */
/* link hover utility */
/* Container utility mixin */
/* Container avec variable CSS */
/* Text content styles */
/* Centered content */
/* from... */
/* to... */
/* from... to... */
/* at... */
.s-mesh-form {
  position: relative;
  overflow: hidden;
  color: var(--wp--preset--color--white);
}
.s-mesh-form .l-wrapper {
  position: relative;
}
.s-mesh-form__inner {
  position: relative;
  z-index: 1;
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 100%;
}
.s-mesh-form__header {
  width: 100%;
  padding-top: 6.25rem;
  padding-bottom: 1.625rem;
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 1rem;
  text-align: center;
}
.s-mesh-form__header::before {
  content: "";
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  top: 0;
  width: calc(100vw - 2.5rem);
  height: 100%;
  background-color: #05060E;
  border-radius: 6px 6px 0 0;
  pointer-events: none;
}
.s-mesh-form__heading {
  position: relative;
  z-index: 1;
  margin: 0;
  width: 100%;
  color: var(--wp--preset--color--white);
  font-family: "aptos", sans-serif;
  font-weight: 600;
  line-height: 1;
  letter-spacing: -0.06em;
  line-height: 1.1;
}
.s-mesh-form__heading {
  font-size: 52px;
}
@media screen and (min-width: 569px) {
  .s-mesh-form__heading {
    font-size: calc(52px + 25 * (100vw - 569px) / 871);
  }
}
@media screen and (min-width: 1440px) {
  .s-mesh-form__heading {
    font-size: 4.8125rem;
  }
}
.s-mesh-form__heading > div {
  overflow: hidden;
}
.s-mesh-form__introduction {
  position: relative;
  z-index: 1;
  margin: 0;
  width: 100%;
  max-width: 36.875rem;
  color: var(--wp--preset--color--white);
  font-family: "aptos", sans-serif;
  font-weight: 400;
  line-height: normal;
}
.s-mesh-form__introduction {
  font-size: 16px;
}
@media screen and (min-width: 569px) {
  .s-mesh-form__introduction {
    font-size: calc(16px + 0 * (100vw - 569px) / 871);
  }
}
@media screen and (min-width: 1440px) {
  .s-mesh-form__introduction {
    font-size: 1rem;
  }
}
.s-mesh-form__media {
  position: absolute;
  inset: 0;
  left: 50%;
  transform: translateX(-50%);
  z-index: 0;
  width: calc(100vw - 2.5rem);
  overflow: hidden;
  pointer-events: none;
  border-radius: 0 0 6px 6px;
}
.s-mesh-form__media :where(figure) {
  width: 100%;
  height: 100%;
  margin: 0;
  object-position: top center;
}
.s-mesh-form__image {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: top center;
}
.s-mesh-form__overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(178deg, rgba(23, 67, 108, 0) 18%, rgba(1, 7, 22, 0.31) 60%);
}
.s-mesh-form__gradient {
  position: absolute;
  inset: auto 0 0;
  height: 75%;
  background: linear-gradient(180deg, rgba(7, 19, 37, 0) 0%, rgba(7, 19, 37, 0.65) 75%);
}
.s-mesh-form__main {
  position: relative;
  width: 100%;
  padding-top: 1.875rem;
  padding-bottom: 6.25rem;
}
.s-mesh-form__form-wrap {
  position: relative;
  z-index: 1;
  width: 100%;
  max-width: 45.3125rem;
  margin: 0 auto;
}
@media screen and (max-width: 991px) {
  .s-mesh-form__header {
    padding-top: 4rem;
    padding-bottom: 1.25rem;
    gap: 0.75rem;
  }
  .s-mesh-form__header::before {
    width: calc(100vw - 1.5rem);
  }
  .s-mesh-form__introduction {
    max-width: none;
  }
  .s-mesh-form__media {
    width: calc(100vw - 1.5rem);
  }
  .s-mesh-form__main {
    padding-top: 1.5rem;
    padding-bottom: 4rem;
  }
  .s-mesh-form__form-wrap {
    padding-left: 0.75rem;
    padding-right: 0.75rem;
  }
  .s-mesh-form__form {
    min-height: unset;
    padding: 1rem;
  }
}
@media screen and (max-width: 768px) {
  .s-mesh-form__header {
    padding-top: 3rem;
    padding-bottom: 1rem;
    gap: 0.625rem;
  }
  .s-mesh-form__header::before {
    width: calc(100vw - 1.5rem);
    border-radius: 0.25rem 0.25rem 0 0;
  }
  .s-mesh-form__heading {
    font-family: "aptos", sans-serif;
    font-weight: 600;
    line-height: 1;
    letter-spacing: -0.06em;
  }
  .s-mesh-form__heading {
    font-size: 48px;
  }
}
@media screen and (max-width: 768px) and (min-width: 569px) {
  .s-mesh-form__heading {
    font-size: calc(48px + 9 * (100vw - 569px) / 871);
  }
}
@media screen and (max-width: 768px) and (min-width: 1440px) {
  .s-mesh-form__heading {
    font-size: 3.5625rem;
  }
}
@media screen and (max-width: 768px) {
  .s-mesh-form__introduction {
    font-family: "aptos", sans-serif;
    font-weight: 400;
    line-height: normal;
  }
  .s-mesh-form__introduction {
    font-size: 14px;
  }
}
@media screen and (max-width: 768px) and (min-width: 569px) {
  .s-mesh-form__introduction {
    font-size: calc(14px + 0 * (100vw - 569px) / 871);
  }
}
@media screen and (max-width: 768px) and (min-width: 1440px) {
  .s-mesh-form__introduction {
    font-size: 0.875rem;
  }
}
@media screen and (max-width: 768px) {
  .s-mesh-form__media {
    width: calc(100vw - 1.5rem);
    border-radius: 0 0 0.25rem 0.25rem;
  }
  .s-mesh-form__gradient {
    height: 85%;
  }
  .s-mesh-form__main {
    padding-top: 1rem;
    padding-bottom: 3rem;
  }
  .s-mesh-form__form-wrap {
    padding-left: 0;
    padding-right: 0;
  }
  .s-mesh-form__form {
    padding: 1rem 1rem 0.875rem;
  }
}