@media screen and (max-width:767px) {
  .section--video-wrapper .grid__item {
    margin-top: 0
  }
}

.homepage-hero-content--video {
  margin: 0 auto;
  float: none
}

@media screen and (min-width:768px) {
  .homepage-hero-content--video {
    padding-left: 0
  }
}

.homepage-hero-content--video .video--video__text-block {
  z-index: 4;
  margin-top: 0;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.homepage-hero-content--video.type-mp4 .video,
.homepage-hero-content--video.type-mp4>native-video,
.homepage-hero-content--video.type-mp4>native-video>div,
.homepage-hero-content--video.type-mp4>native-video>div>div {
  min-height: 50svh;
  max-height: 80svh;
}

@media screen and (max-width:991px) {

  .homepage-hero-content--video.type-mp4 .video,
  .homepage-hero-content--video.type-mp4>native-video,
  .homepage-hero-content--video.type-mp4>native-video>div,
  .homepage-hero-content--video.type-mp4>native-video>div>div {
    display: flex;
  }
}

.homepage-hero-content--video video {
  margin: auto;
}

.homepage-hero-content--video .homepage-hero-content-overlay-wrapper {
  position: relative;
}

.homepage-hero-content--video .homepage-hero-content-overlay-wrapper::after {
  position: absolute;
  background-size: cover;
  background-position: center;
}

.homepage-hero-content--video .homepage-hero-content-overlay-wrapper:before {
  z-index: 3
}

.homepage-hero-content--video.large--one-whole.no-text {
  margin-top: -30.30303px !important;
  margin-bottom: -30.30303px
}

.homepage-hero-content--video .plyr--video {
  background-color: var(--body-color-transparent90);
  color: var(--text-color);
  outline: 0
}

.homepage-hero-content--video .plyr--video input[type=range]::-webkit-slider-thumb {
  box-shadow: 2px 0 0 0 var(--body-color-transparent90)
}

.homepage-hero-content--video .plyr--video input[type=range]::-webkit-slider-runnable-track {
  background-image: linear-gradient(to right, currentColor var(--value, 0), var(--text-color-transparent6) var(--value, 0))
}

.homepage-hero-content--video .plyr--video .plyr__control--overlaid {
  border-radius: 0;
  padding: 0
}

.homepage-hero-content--video .plyr--video .plyr__control--overlaid svg {
  left: 0;
  border: 1px solid var(--text-color-transparent05);
  padding: 5px 0;
  width: 62px;
  height: 62px
}

.homepage-hero-content--video .plyr--video .plyr__control--overlaid:hover {
  color: var(--text-color-transparent7)
}

.homepage-hero-content--video .plyr--video .plyr__poster,
.homepage-hero-content--video .plyr--video .plyr__video-wrapper {
  background-color: transparent
}

.homepage-hero-content--video .hero-video-mp4 {
  max-width: 100%;
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
}

.homepage-hero-content--text-block {
  margin: 0 auto;
  float: none;
  text-align: center;
  padding-bottom: 30.303030303px;
  padding-left: 25px;
  padding-right: 25px
}

.homepage-hero-content--text-block h2:last-child,
.homepage-hero-content--text-block p:last-child {
  margin-bottom: 0
}

.video--video__text-block {
  padding: 0
}

.video--video__text-block p {
  font-size: 20px
}

.video--video__text-block h2 {
  text-wrap: balance;
  max-width: min(100rem, 90vw);
  margin-bottom: 2.5rem;
}

@media screen and (max-width:767px) {
  .video--video__text-block h2 {
    font-size: 2rem;
  }
}

.video--video__static-image {
  background-size: cover;
  background-position: center center;
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 1
}

.video--video__text-block {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.homepage-video-play-button-inner {
  position: absolute;
  width: 100%;
  /* height: 1; */
  z-index: 2;
  border-style: solid;
  border-width: 10px 0 10px 20px;
  top: 50%;
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  left: 50%;
  margin-left: -10%;
  transition: all .25s ease
}

@media screen and (min-width:768px) {
  .homepage-video-play-button-inner {
    border-width: 12px 0 12px 24px
  }
}

.homepage-video-play-button {
  display: none;
  border-radius: 50%;
  width: 80px;
  height: 80px;
  margin: 0 auto;
  text-align: center;
  position: relative;
  cursor: pointer;
  transition: all .25s ease;
  overflow: hidden
}

@media screen and (min-width:768px) {
  .homepage-video-play-button {
    width: 90px;
    height: 90px;
    margin: 0 auto
  }
}

.color-scheme--light .homepage-video-play-button {
  background: var(--color-scheme-light-background)
}

.color-scheme--light .homepage-video-play-button .homepage-video-play-button-inner {
  border-color: transparent transparent transparent var(--color-scheme-light-text)
}

.color-scheme--dark .homepage-video-play-button {
  background: var(--color-scheme-dark-background)
}

.color-scheme--dark .homepage-video-play-button .homepage-video-play-button-inner {
  border-color: transparent transparent transparent var(--color-scheme-dark-text)
}

.color-scheme--accent .homepage-video-play-button {
  background: var(--color-scheme-feature-background)
}

.color-scheme--accent .homepage-video-play-button .homepage-video-play-button-inner {
  border-color: transparent transparent transparent var(--color-scheme-feature-text)
}

.color-scheme--white .homepage-video-play-button {
  background: var(--body-color)
}

.color-scheme--white .homepage-video-play-button .homepage-video-play-button-inner {
  border-color: transparent transparent transparent var(--color-scheme-light-text)
}