.home .flexible-content__boundary {
  padding-top: 0;
  padding-bottom: 0;
}

.home-hero {
  width: 100vw;
  background-color: #ffffff;
  max-width: 1920px;
  position: relative;
  margin: 0 auto;
}
.home-hero::after {
  content: " ";
  display: block;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  width: 100vw;
  height: 100vh;
  max-width: 1920px;
  margin: auto;
  /*background: linear-gradient(to bottom, rgba(0,0,0,0.25) 0%,rgba(0,0,0,0.35) 75%,rgba(0,0,0,0.35) 100%);*/
  opacity: 0;
  transition: opacity 0.2s ease;
}
.home-hero--loaded::after {
  opacity: 1;
}
.home-hero__static-text {
  display: block;
  font-family: "weiss";
  font-size: 2.375rem;
  line-height: 2.875rem;
  font-weight: normal;
  margin: 1em 0;
  color: #ffffff;
  margin: 0;
  opacity: 0;
  transition: opacity 1s ease;
}
@media only screen and (min-width: 900px) {
  .home-hero__static-text {
    font-size: 3rem;
    line-height: 3.25rem;
  }
}
.home-hero--loaded .home-hero__static-text {
  opacity: 1;
}
.home-hero__transitional-text {
  display: none;
  opacity: 0;
}
.home-hero__transitional-text-anim {
  font-size: 3.125rem;
  line-height: 3.75rem;
  font-family: "weiss-bold";
  color: #ffffff;
  text-align: center;
}
@media only screen and (min-width: 900px) {
  .home-hero__transitional-text-anim {
    font-family: "weiss";
    font-size: 6.25rem;
    line-height: 6.875rem;
  }
}
.home-hero__transitional-text-anim span {
  display: inline-block;
  opacity: 0;
}
.home-hero__header {
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  position: relative;
  z-index: 1;
  transition: height 0.2s ease;
  height: calc(100vh - 84px);
}
@media (min-width: 1024px) and (min-height: 600px) {
  .home-hero__header {
    height: calc(100vh - 246px);
  }
  .header--compact .home-hero__header {
    height: calc(100vh - 97px);
  }
}
.home-hero__header-loader {
  position: absolute;
  z-index: 1;
}
.home-hero--loaded .home-hero__header-loader {
  opacity: 0;
  display: none;
}
.home-hero__image {
  overflow: hidden;
  position: fixed;
  top: 84px;
  left: 0;
  right: 0;
  width: 100vw;
  height: 100vh;
  max-width: 1920px;
  margin: auto;
  opacity: 0;
  transition: opacity 0.2s ease;
}
@media (min-width: 900px) {
  .home-hero__image {
    top: 97px;
  }
}
.home-hero__image--video img {
  display: none;
}
.home-hero--loaded .home-hero__image {
  opacity: 1;
}
.home-hero__image img {
  object-fit: cover;
  width: 100%;
  height: 100%;
}
.home-hero__video {
  min-width: 177.7777777778vh;
  width: 100vw;
  min-height: 100vh;
  position: absolute;
  bottom: 50%;
  left: 50%;
  z-index: -2;
  transform: translate(-50%, 50%);
}
.home-hero__stats {
  background-color: #ffffff;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  position: relative;
  max-width: 1300px;
  padding: 35px 20px 0 20px;
  margin: 0 auto;
  z-index: 1;
  transition: height 0.2s ease;
}
@media (min-width: 1024px) and (min-height: 600px) {
  .home-hero__stats {
    padding: 0 20px;
    height: calc(100vh - 246px);
    flex-wrap: nowrap;
    background-color: unset;
    padding: 0 50px;
  }
  .header--compact .home-hero__stats {
    height: calc(100vh - 97px);
  }
}
.home-hero__stats-header {
  width: 100%;
  border-bottom: 1px solid #d4d8e1;
  padding-bottom: 2.1875rem;
}
@media (min-width: 1024px) and (min-height: 600px) {
  .home-hero__stats-header {
    border-bottom: none;
    padding-bottom: 0;
    width: 40%;
    padding-right: 40px;
  }
}
.home-hero__stats-title {
  font-family: "weiss";
  font-size: 2.375rem;
  margin: 0;
  color: #c8102e;
}
@media (min-width: 1024px) and (min-height: 600px) {
  .home-hero__stats-title {
    font-size: 3rem;
    color: #ffffff;
  }
}
.home-hero__stats-intro {
  font-family: "legacy-book";
  font-size: 1.25rem;
  line-height: 1.75rem;
  color: #02132b;
  color: #02132b;
  border-top: 1px solid #d4d8e1;
  padding-top: 1rem;
}
@media only screen and (min-width: 900px) {
  .home-hero__stats-intro {
    font-size: 1.5rem;
    line-height: 2rem;
  }
}
@media (min-width: 1024px) and (min-height: 600px) {
  .home-hero__stats-intro {
    color: #ffffff;
    border-top: none;
    padding-top: 0;
  }
}
.home-hero__stats-link {
  font-family: "legacy-book";
  text-transform: uppercase;
  text-decoration: none;
  font-size: 1rem;
  line-height: 1.25rem;
  display: inline-block;
  color: #02132b;
  position: relative;
  margin-left: -15px;
  color: #02132b;
  margin-left: 0;
  margin-top: 15px;
}
@media only screen and (min-width: 900px) {
  .home-hero__stats-link {
    font-size: 0.875rem;
    line-height: 1.125rem;
  }
}
.home-hero__stats-link::after {
  background-image: url("../DocumentDefault/Assets/chevron.svg");
  width: 6px;
  height: 11px;
  display: inline-block;
  content: " ";
  position: absolute;
  top: 2px;
  right: -18px;
}
.home-hero__stats-link::before {
  opacity: 0;
  width: 100%;
  height: 1px;
  display: block;
  content: " ";
  background-color: #02132b;
  position: absolute;
  left: 0;
  bottom: 3px;
  transition: opacity 0.2s ease-in-out;
}
.home-hero__stats-link:hover::before {
  opacity: 1;
}
@media (min-width: 1024px) and (min-height: 600px) {
  .home-hero__stats-link {
    font-family: "legacy-book";
    text-transform: uppercase;
    text-decoration: none;
    font-size: 1rem;
    line-height: 1.25rem;
    display: inline-block;
    color: #ffffff;
    position: relative;
    margin-left: -15px;
    margin-left: 0;
    color: #ffffff;
  }
}
@media only screen and (min-width: 1024px) and (min-height: 600px) and (min-width: 900px) {
  .home-hero__stats-link {
    font-size: 0.875rem;
    line-height: 1.125rem;
  }
}
@media (min-width: 1024px) and (min-height: 600px) {
  .home-hero__stats-link::after {
    background-image: url("../DocumentDefault/Assets/chevron-white.svg");
    width: 6px;
    height: 11px;
    display: inline-block;
    content: " ";
    position: absolute;
    top: 2px;
    right: -18px;
  }
  .home-hero__stats-link::before {
    opacity: 0;
    width: 100%;
    height: 1px;
    display: block;
    content: " ";
    background-color: #ffffff;
    position: absolute;
    left: 0;
    bottom: 3px;
    transition: opacity 0.2s ease-in-out;
  }
  .home-hero__stats-link:hover::before {
    opacity: 1;
  }
}
.home-hero__stats-grid {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  border-left: 1px solid #ffffff;
}
@media (min-width: 1024px) and (min-height: 600px) {
  .home-hero__stats-grid {
    padding-left: 40px;
    width: 60%;
  }
}
.home-hero__stats-stat {
  width: 50%;
  padding-top: 35px;
  padding-right: 20px;
}
@media (min-width: 1024px) and (min-height: 600px) {
  .home-hero__stats-stat {
    padding-top: 0;
    padding-right: 0;
  }
  .home-hero__stats-stat:nth-child(odd) {
    padding-right: 60px;
  }
  .home-hero__stats-stat:nth-child(even) {
    padding-left: 60px;
    border-left: 1px solid #ffffff;
  }
  .home-hero__stats-stat:nth-child(-n+2) {
    padding-bottom: 50px;
  }
  .home-hero__stats-stat:nth-child(1n+3) {
    padding-top: 60px;
    border-top: 1px solid #ffffff;
  }
}
.home-hero__stats-number {
  font-family: "legacy-bold";
  font-size: 2.8125rem;
  line-height: 3.125rem;
  color: #02132b;
}
@media only screen and (min-width: 900px) {
  .home-hero__stats-number {
    font-size: 5.625rem;
    line-height: 6.25rem;
  }
}
@media (min-width: 1024px) and (min-height: 600px) {
  .home-hero__stats-number {
    color: #ffffff;
  }
}
.home-hero__stats-text {
  font-size: 1.25rem;
  line-height: 1.75rem;
  color: #02132b;
}
@media (min-width: 1024px) and (min-height: 600px) {
  .home-hero__stats-text {
    color: #ffffff;
  }
}
.home-hero__stats-rule {
  background-color: #c8102e;
  width: 45px;
  height: 5px;
  margin-left: auto;
  margin-right: auto;
  transition: width 0.2s ease-in-out;
  margin-top: 30px;
  margin-left: 0;
}

.video-controls {
  position: absolute;
  bottom: 20px;
  right: 20px;
  z-index: 20;
}

.video-controls button {
  padding: 0;
  margin-left: 5px;
  background: none;
  border: none;
  cursor: pointer;
  width: 48px;
  height: 48px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
  overflow: hidden;
}

.video-controls button:hover {
  background-color: rgba(0, 0, 0, 0.1);
}

.video-controls button svg {
  pointer-events: none;
}

@media (max-width: 768px) {
  .video-controls {
    top: 45rem;
  }
}
@media (min-width: 769px) and (max-width: 1024px) {
  .video-controls {
    top: 155rem;
  }
}