/* 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-hero-contact {
  position: relative;
  overflow: hidden;
  color: var(--wp--preset--color--white);
  padding-top: var(--header-height);
}
.s-hero-contact .l-wrapper {
  position: relative;
  min-height: inherit;
  padding-top: 2rem !important;
  padding-bottom: 16.25rem !important;
}
.s-hero-contact .l-container {
  z-index: 1;
  min-height: inherit;
}
.s-hero-contact .c-bg-pattern {
  z-index: 2;
  transform: translate(0, -20%);
  background-size: contain;
}
.s-hero-contact__media {
  position: absolute;
  left: 50%;
  bottom: -20%;
  height: 100%;
  z-index: 0;
  width: 100vw;
  margin-left: -50vw;
  overflow: hidden;
  pointer-events: none;
  background-color: var(--wp--preset--color--midnight-blue);
}
.s-hero-contact__gradient {
  position: absolute;
  inset: 0;
  z-index: 2;
  background: linear-gradient(180deg, var(--wp--preset--color--midnight-blue) 0%, rgba(7, 19, 37, 0) 32%);
}
.s-hero-contact__image-wrap {
  position: absolute;
  inset: 0;
  z-index: 1;
  overflow: hidden;
}
.s-hero-contact__image {
  display: block;
  width: 100%;
  height: 115%;
  object-fit: cover;
  object-position: center top;
  will-change: transform;
}
.s-hero-contact__inner {
  position: relative;
  z-index: 3;
  display: flex;
  flex-direction: column;
  gap: 2rem;
  min-height: inherit;
}
.s-hero-contact .c-breadcrumb {
  margin: 0;
  color: rgba(255, 255, 255, 0.5);
}
.s-hero-contact__main {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(0, 1.15fr);
  align-items: start;
  gap: 2.5rem;
  flex: 1 1 auto;
}
.s-hero-contact__content {
  min-width: 0;
  max-width: 34.375rem;
}
.s-hero-contact__blocks {
  display: flex;
  flex-direction: column;
  gap: 1rem;
}
.s-hero-contact__blocks :where(.wp-block-heading) {
  margin: 0;
  color: var(--wp--preset--color--white);
  font-weight: 600;
  line-height: 0.9;
  letter-spacing: -0.375rem;
}
.s-hero-contact__blocks :where(.wp-block-heading) {
  font-size: 64px;
}
@media screen and (min-width: 569px) {
  .s-hero-contact__blocks :where(.wp-block-heading) {
    font-size: calc(64px + 36 * (100vw - 569px) / 871);
  }
}
@media screen and (min-width: 1440px) {
  .s-hero-contact__blocks :where(.wp-block-heading) {
    font-size: 6.25rem;
  }
}
.s-hero-contact__blocks :where(.wp-block-paragraph) {
  margin: 0;
  color: var(--wp--preset--color--white);
  font-family: "aptos", sans-serif;
  font-weight: 400;
  line-height: normal;
}
.s-hero-contact__blocks :where(.wp-block-paragraph) {
  font-size: 16px;
}
@media screen and (min-width: 569px) {
  .s-hero-contact__blocks :where(.wp-block-paragraph) {
    font-size: calc(16px + 0 * (100vw - 569px) / 871);
  }
}
@media screen and (min-width: 1440px) {
  .s-hero-contact__blocks :where(.wp-block-paragraph) {
    font-size: 1rem;
  }
}
.s-hero-contact__blocks :where(.wp-block-paragraph) strong,
.s-hero-contact__blocks :where(.wp-block-paragraph) b {
  font-weight: 700;
}
.s-hero-contact__blocks :where(.wp-block-madare-theme-buttons) {
  margin-top: 0.5rem;
}
.s-hero-contact__form-wrap {
  min-width: 0;
}
.s-hero-contact__form {
  min-height: 30.0625rem;
}
@media screen and (max-width: 991px) {
  .s-hero-contact {
    min-height: auto;
  }
  .s-hero-contact .l-wrapper {
    padding-top: 1rem !important;
    padding-bottom: 4rem !important;
  }
  .s-hero-contact__media {
    top: calc(-1 * var(--header-height-mobile));
  }
  .s-hero-contact__main {
    grid-template-columns: 1fr;
    gap: 2rem;
  }
  .s-hero-contact__content {
    max-width: 100%;
  }
  .s-hero-contact__blocks :where(.wp-block-heading) {
    font-family: "aptos", sans-serif;
    font-weight: 600;
    line-height: 1;
    letter-spacing: -0.06em;
    letter-spacing: -0.3rem;
  }
  .s-hero-contact__blocks :where(.wp-block-heading) {
    font-size: 64px;
  }
}
@media screen and (max-width: 991px) and (min-width: 569px) {
  .s-hero-contact__blocks :where(.wp-block-heading) {
    font-size: calc(64px + 36 * (100vw - 569px) / 871);
  }
}
@media screen and (max-width: 991px) and (min-width: 1440px) {
  .s-hero-contact__blocks :where(.wp-block-heading) {
    font-size: 6.25rem;
  }
}
@media screen and (max-width: 991px) {
  .s-hero-contact__form {
    min-height: 25rem;
  }
}
@media screen and (max-width: 768px) {
  .s-hero-contact__blocks :where(.wp-block-heading) {
    font-family: "aptos", sans-serif;
    font-weight: 600;
    line-height: 1;
    letter-spacing: -0.06em;
    letter-spacing: -0.1375rem;
  }
  .s-hero-contact__blocks :where(.wp-block-heading) {
    font-size: 52px;
  }
}
@media screen and (max-width: 768px) and (min-width: 569px) {
  .s-hero-contact__blocks :where(.wp-block-heading) {
    font-size: calc(52px + 25 * (100vw - 569px) / 871);
  }
}
@media screen and (max-width: 768px) and (min-width: 1440px) {
  .s-hero-contact__blocks :where(.wp-block-heading) {
    font-size: 4.8125rem;
  }
}