.jtl-hero-product-header {
  margin-left: calc(50% - 50vw);
  margin-right: calc(50% - 50vw);
  max-width: 100vw;
  background-color: #eeeee7;
  box-sizing: border-box;
}
.jtl-hero-product-header__inner {
  max-width: 1570px;
  margin: 0 auto;
  padding: 0 64px;
  box-sizing: border-box;
  display: flex;
  align-items: center;
  gap: 64px;
}
.jtl-hero-product-header__content {
  flex: 1 1 50%;
  min-width: 0;
  max-width: 654px;
  display: flex;
  flex-direction: column;
  gap: 49px;
}
.jtl-hero-product-header__intro {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 32px;
}
.jtl-hero-product-header__headline {
  display: flex;
  flex-direction: column;
  gap: 6px;
  width: 100%;
}
.jtl-hero-product-header__lead {
  margin: 0;
  font-family: "Inter", sans-serif;
  font-weight: 400;
  font-size: 20px;
  line-height: 28px;
  color: #0b1b45;
}
.jtl-hero-product-header__benefits {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  flex-direction: column;
  gap: 16px;
  width: 100%;
}
.jtl-hero-product-header__benefit {
  display: flex;
  align-items: flex-start;
  gap: 16px;
  font-family: "Inter", sans-serif;
  font-weight: 400;
  font-size: 20px;
  line-height: 28px;
  color: #0b1b45;
}
.jtl-hero-product-header__benefit-arrow {
  flex: 0 0 auto;
  margin-top: 7px;
}
.jtl-hero-product-header__cta {
  margin-top: 16px;
  width: 100%;
}
.jtl-hero-product-header__media {
  flex: 1 1 50%;
  min-width: 0;
  display: flex;
  align-items: center;
  justify-content: flex-end;
}
.jtl-hero-product-header__image {
  display: block;
  max-width: 100%;
  height: auto;
}
@media (max-width: 992px) {
  .jtl-hero-product-header {
    padding: 0;
  }
  .jtl-hero-product-header__inner {
    flex-direction: column;
    align-items: stretch;
    gap: 40px;
    padding: 0 24px;
  }
  .jtl-hero-product-header__content {
    max-width: none;
  }
  .jtl-hero-product-header__media {
    order: 2;
    justify-content: center;
  }
}
@media (max-width: 768px) {
  .jtl-hero-product-header__lead, .jtl-hero-product-header__benefit {
    font-size: 18px;
    line-height: 26px;
  }
}

body:has(.jtl-hero-product-header--full-bleed-dark) #nav-breadcrumb {
  display: none;
}

.jtl-hero-product-header--full-bleed-dark {
  position: relative;
  background-color: #0b1b45;
  overflow: hidden;
  isolation: isolate;
  z-index: 0;
  margin-top: -180px;
}
.jtl-hero-product-header--full-bleed-dark .jtl-hero-product-header__backdrop {
  position: absolute;
  inset: 0;
  z-index: 0;
  pointer-events: none;
  display: flex;
  align-items: center;
  justify-content: center;
}
.jtl-hero-product-header--full-bleed-dark .jtl-hero-product-header__backdrop-img {
  width: 100%;
  height: 100%;
  min-width: 1606px;
  object-fit: cover;
  object-position: center;
}
.jtl-hero-product-header--full-bleed-dark .jtl-hero-product-header__backdrop-placeholder {
  position: absolute;
  inset: 0;
  z-index: 1;
  pointer-events: none;
}
.jtl-hero-product-header--full-bleed-dark .jtl-hero-product-header__backdrop-video {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 1;
  border: 0;
  pointer-events: none;
}
.jtl-hero-product-header--full-bleed-dark video.jtl-hero-product-header__backdrop-video {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.jtl-hero-product-header--full-bleed-dark .jtl-hero-product-header__backdrop-video--yt {
  width: max(100%, 1600px);
  height: max(900px, 56.25vw);
}
@media (max-width: 992px) {
  .jtl-hero-product-header--full-bleed-dark .jtl-hero-product-header__backdrop-video {
    display: none;
  }
}
@media (prefers-reduced-motion: reduce) {
  .jtl-hero-product-header--full-bleed-dark .jtl-hero-product-header__backdrop-video {
    display: none;
  }
}
.jtl-hero-product-header--full-bleed-dark .jtl-hero-product-header__inner {
  position: relative;
  z-index: 1;
  display: block;
  min-height: 900px;
  max-width: 1440px;
  padding: 332px 64px 0;
}
.jtl-hero-product-header--full-bleed-dark .jtl-hero-product-header__content {
  flex: none;
  max-width: 1155px;
  margin-left: max(0px, (100% - 1155px) * 0.713);
  gap: 0;
}
.jtl-hero-product-header--full-bleed-dark .jtl-hero-product-header__intro {
  gap: 31px;
}
.jtl-hero-product-header--full-bleed-dark .jtl-hero-product-header__cta {
  margin-top: 0;
}
.jtl-hero-product-header--full-bleed-dark .jtl-text--h1 .jtl-text__heading {
  font-size: 65px !important;
  line-height: 93px !important;
  color: #fff !important;
}
.jtl-hero-product-header--full-bleed-dark .jtl-hero-product-header__lead {
  font-size: 20px;
  line-height: 28px;
  max-width: 998px;
  color: #fff;
}
.jtl-hero-product-header--full-bleed-dark .jtl-text__eyebrow,
.jtl-hero-product-header--full-bleed-dark .jtl-text__body,
.jtl-hero-product-header--full-bleed-dark .jtl-text__quote {
  color: #fff;
}
@media (max-width: 992px) {
  .jtl-hero-product-header--full-bleed-dark .jtl-hero-product-header__inner {
    min-height: 0;
    padding: 200px 24px 64px;
  }
  .jtl-hero-product-header--full-bleed-dark .jtl-hero-product-header__content {
    max-width: none;
    margin-left: 0;
  }
  .jtl-hero-product-header--full-bleed-dark .jtl-text--h1 .jtl-text__heading {
    font-size: 44px !important;
    line-height: 56px !important;
  }
}
@media (max-width: 768px) {
  .jtl-hero-product-header--full-bleed-dark {
    margin-top: -78px;
  }
  .jtl-hero-product-header--full-bleed-dark .jtl-hero-product-header__inner {
    padding: 96px 24px 56px;
  }
  .jtl-hero-product-header--full-bleed-dark .jtl-text--h1 .jtl-text__heading {
    font-size: 32px !important;
    line-height: 42px !important;
  }
  .jtl-hero-product-header--full-bleed-dark .jtl-hero-product-header__lead {
    font-size: 18px;
    line-height: 26px;
  }
}
