.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-image-stat-highlights .block-wrapper {
  padding-top: 95px;
  padding-bottom: 95px;
}
@media (max-width: 1400px) {
  .wp-block-pulp-image-stat-highlights .block-wrapper {
    padding-top: 75px;
    padding-bottom: 75px;
  }
}
@media (max-width: 991px) {
  .wp-block-pulp-image-stat-highlights .block-wrapper {
    padding-top: 50px;
    padding-bottom: 50px;
  }
}
.wp-block-pulp-image-stat-highlights .container {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  flex-wrap: wrap;
}
.wp-block-pulp-image-stat-highlights .container .contents-left {
  min-width: 40%;
  flex-basis: 40%;
}
@media (max-width: 1400px) {
  .wp-block-pulp-image-stat-highlights .container .contents-left {
    min-width: 50%;
    flex-basis: 50%;
  }
}
@media (max-width: 991px) {
  .wp-block-pulp-image-stat-highlights .container .contents-left {
    min-width: 100%;
    flex-basis: 100%;
    padding-right: 0;
  }
}
.wp-block-pulp-image-stat-highlights .container .contents-left .pre-heading {
  margin-bottom: 0;
}
.wp-block-pulp-image-stat-highlights .container .contents-left h2 {
  margin-top: 0;
  margin-bottom: 25px;
}
.wp-block-pulp-image-stat-highlights .container .contents-left .btn-row {
  margin-top: 25px;
}
.wp-block-pulp-image-stat-highlights .container .contents-left .stat-list {
  display: flex;
  flex-direction: row;
  list-style: none;
  padding: 0;
  margin: 45px 0 0 0;
  justify-content: space-between;
}
@media (max-width: 991px) {
  .wp-block-pulp-image-stat-highlights .container .contents-left .stat-list {
    flex-wrap: wrap;
    -moz-column-gap: 20px;
         column-gap: 20px;
    row-gap: 30px;
  }
}
.wp-block-pulp-image-stat-highlights .container .contents-left .stat-list .stat-item {
  display: block;
  max-width: calc(33.333333%);
}
.wp-block-pulp-image-stat-highlights .container .contents-left .stat-list .stat-item .stat-value {
  font-family: owners, sans-serif;
  font-style: normal;
  font-weight: 700;
  font-size: 67px;
  line-height: 67px;
  letter-spacing: -1px;
  color: var(--color-cobalt);
}
.wp-block-pulp-image-stat-highlights .container .contents-left .stat-list .stat-item .divider {
  max-width: 83px;
  background: var(--color-canyon-sunset);
  height: 2px;
  margin-top: 18px;
  margin-bottom: 21px;
}
.wp-block-pulp-image-stat-highlights .container .image-right {
  min-width: 50%;
  flex-basis: 50%;
}
@media (max-width: 1400px) {
  .wp-block-pulp-image-stat-highlights .container .image-right {
    min-width: 40%;
    flex-basis: 40%;
  }
}
@media (max-width: 991px) {
  .wp-block-pulp-image-stat-highlights .container .image-right {
    min-width: 100%;
    flex-basis: 100%;
    padding-left: 0;
    margin-top: 40px;
  }
}
.wp-block-pulp-image-stat-highlights .container .image-right img {
  border-radius: 4px;
  overflow: hidden;
}
.wp-block-pulp-image-stat-highlights .video-cover-image {
  position: relative;
  border-radius: 4px;
  overflow: hidden;
}
.wp-block-pulp-image-stat-highlights .video-cover-image .play-button {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 2;
}
@media (max-width: 991px) {
  .wp-block-pulp-image-stat-highlights .video-cover-image .play-button {
    width: 60px;
    height: 60px;
  }
}
@media (max-width: 768px) {
  .wp-block-pulp-image-stat-highlights .video-cover-image .play-button {
    width: 42px;
    height: 42px;
    top: 10px;
    right: 10px;
    left: auto;
    transform: none;
  }
}
