.pre-heading {
  font-family: relation-one, serif;
  font-style: normal;
  font-weight: 400;
  font-size: 42px;
  line-height: 48px;
  text-wrap: balance;
}
@media (max-width: 991px) {
  .pre-heading {
    font-size: 30px;
    line-height: 36px;
  }
}

.script-heading {
  font-family: relation-one, serif;
  font-style: normal;
  font-weight: 400;
  font-size: 58px;
  line-height: 1.2;
  text-wrap: balance;
}
@media (max-width: 991px) {
  .script-heading {
    font-size: 30px;
  }
}

.script-heading-27 {
  font-family: "lemonde-journal", sans-serif;
  font-style: normal;
  font-weight: 500;
  font-size: 27px;
  line-height: 35px;
  margin-bottom: 20px;
}

.microtitle {
  font-family: neue-haas-grotesk-display, sans-serif;
  font-style: normal;
  font-weight: 600;
  font-size: 11px;
  line-height: 19px;
  letter-spacing: 2px;
  text-transform: uppercase;
  text-wrap: balance;
}

.title-large {
  font-family: neue-haas-grotesk-display, sans-serif;
  font-style: normal;
  font-weight: 700;
  font-size: 36px;
  line-height: 42px;
  text-wrap: balance;
}
@media (max-width: 991px) {
  .title-large {
    font-size: 28px;
    line-height: 32px;
  }
}

.title-large {
  font-family: neue-haas-grotesk-display, sans-serif;
  font-style: normal;
  font-weight: 700;
  font-size: 48px;
  line-height: 54px;
  text-wrap: balance;
}
@media (max-width: 991px) {
  .title-large {
    font-size: 31px;
    line-height: 36px;
  }
}

.sub-heading {
  font-family: neue-haas-grotesk-display, sans-serif;
  font-style: normal;
  font-weight: 500;
  font-size: 27px;
  line-height: 35px;
  text-wrap: balance;
}
@media (max-width: 991px) {
  .sub-heading {
    font-size: 20px;
    line-height: 1.2;
  }
}

.sub-heading-small {
  font-family: neue-haas-grotesk-display, sans-serif;
  font-style: normal;
  font-weight: 500;
  font-size: 22px;
  line-height: 29px;
}

.text-large-bold {
  font-family: neue-haas-grotesk-text, sans-serif;
  font-style: normal;
  font-weight: 600;
  font-size: 18px;
  line-height: 27px;
}

.text-tight {
  font-family: neue-haas-grotesk-text, sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
}

.text-open {
  font-family: neue-haas-grotesk-text, sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 28px;
  text-wrap: balance;
}

.text-large-open {
  font-family: neue-haas-grotesk-text, sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 18px;
  line-height: 31px;
  text-wrap: balance;
}

.text-open-xlarge {
  font-family: neue-haas-grotesk-text, sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 22px;
  line-height: 36px;
  text-wrap: balance;
}
@media (max-width: 991px) {
  .text-open-xlarge {
    font-size: 20px;
    line-height: 31px;
  }
}

.lead-text {
  font-family: neue-haas-grotesk-display, sans-serif;
  font-style: normal;
  font-weight: 500;
  font-size: 22px;
  line-height: 29px;
  color: var(--color-cobalt);
}
.lead-text:not(:last-child) {
  margin-bottom: 20px;
}

.spec-value {
  font-family: "lemonde-journal", sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 22px;
  line-height: 29px;
}

.wp-block-pulp-full-page-hero .full-page-hero-outer {
  position: relative;
}
.wp-block-pulp-full-page-hero .full-page-hero-outer .background-video {
  height: 100dvh;
  width: 100%;
  overflow: hidden;
}
@media (max-width: 991px) {
  .wp-block-pulp-full-page-hero .full-page-hero-outer .background-video {
    height: 90dvh;
  }
}
.wp-block-pulp-full-page-hero .full-page-hero-outer .background-video video {
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  height: 100%;
}
.wp-block-pulp-full-page-hero .hero-content-container {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.wp-block-pulp-full-page-hero .hero-content-container .hero-content-container-inner {
  max-width: 750px;
  text-align: center;
}
@media (max-width: 991px) {
  .wp-block-pulp-full-page-hero .hero-content-container .hero-content-container-inner {
    padding: 0 25px;
    max-width: 100%;
  }
}
.wp-block-pulp-full-page-hero .hero-content-container .page-navigation {
  margin-bottom: 70px;
}
@media (max-width: 991px) {
  .wp-block-pulp-full-page-hero .hero-content-container .page-navigation {
    margin-bottom: 30px;
  }
}
.wp-block-pulp-full-page-hero .hero-content-container .page-navigation ul {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  -moz-column-gap: 35px;
       column-gap: 35px;
  justify-content: center;
  flex-wrap: wrap;
}
.wp-block-pulp-full-page-hero .hero-content-container .page-navigation ul li a {
  color: var(--color-white);
  font-size: 20px;
  text-transform: uppercase;
  text-decoration: none;
  font-weight: bold;
}
@media (max-width: 991px) {
  .wp-block-pulp-full-page-hero .hero-content-container .page-navigation ul li a {
    font-size: 16px;
  }
}
.wp-block-pulp-full-page-hero .hero-content-container .page-navigation ul li a:hover {
  text-decoration: underline;
}
.wp-block-pulp-full-page-hero .hero-content-container .title-hero {
  margin-top: 40px;
}
@media (max-width: 991px) {
  .wp-block-pulp-full-page-hero .hero-content-container .title-hero {
    margin-top: 24px;
  }
}
.wp-block-pulp-full-page-hero .hero-content-container .btn-row {
  margin-top: 55px;
}
