/*
.home-hero-title {
  overflow-y: clip;
  padding-top: 5rem;
  pointer-events: none;
  position: relative;
  text-align: center;
   width: 100%;
  z-index: 500;
}
@media (min-width: 1024px) {
  .home-hero-title {
    left: -0.008em;
    padding-top: 3.125vw;
    white-space: nowrap;
  }
}
.home-hero-title .oh {
  overflow: inherit;
  overflow-y: clip;
}
*/

.home-hero-asset {
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  opacity: 0;
  position: absolute;
}
.home-hero-assets--intro .home-hero-asset:last-child {
  z-index: 1;
}
.home-hero-assets--intro .home-hero-asset:nth-last-child(2) {
  z-index: 2;
}
.home-hero-assets--intro .home-hero-asset:nth-last-child(3) {
  z-index: 3;
}
.home-hero-assets--intro .home-hero-asset:nth-last-child(4) {
  z-index: 4;
}
.home-hero-assets--intro .home-hero-asset:nth-last-child(5) {
  z-index: 5;
}
.home-hero-assets--intro .home-hero-asset:nth-last-child(6) {
  z-index: 6;
}
.home-hero-assets--intro .home-hero-asset:nth-last-child(7) {
  z-index: 7;
}
.home-hero-assets--intro .home-hero-asset:nth-last-child(8) {
  z-index: 8;
}
.home-hero-assets--intro .home-hero-asset:nth-last-child(9) {
  z-index: 9;
}
.home-hero-assets--intro .home-hero-asset:nth-last-child(10) {
  z-index: 10;
}
.home-hero-assets--intro .home-hero-asset:nth-last-child(11) {
  z-index: 11;
}
.home-hero-assets--intro .home-hero-asset:nth-last-child(12) {
  z-index: 12;
}
.home-hero-asset__wrapper {
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  position: absolute;
  --clipX: 0%;
  --clipY: 0%;
  --clipYBot: 0%;
  clip-path: inset(var(--clipY) var(--clipX) var(--clipYBot));
}
@media (min-width: 1024px) {
  .home-hero-asset__wrapper {
    --clipX: 0%;
    --clipY: 0%;
    clip-path: inset(0 var(--clipX) var(--clipY) var(--clipX));
  }
}
.home-hero-asset__fig {
  height: 105%;
  left: 0;
  position: absolute;
  top: -5%;
  width: 100%;
}
.home-hero-assets {
  overflow: hidden;
  pointer-events: none;
}
.home-hero-assets,
.home-hero-assets__wrapper {
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  position: absolute;
}
.home-hero-assets__intro {
  aspect-ratio: 424/273;
  left: 50%;
  position: absolute;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 70vw;
}
@media (min-width: 1024px) {
  .home-hero-assets__intro {
    width: 26.5vw;
  }
}
.home-hero-carousel-control {
  border: 0.3rem solid #fff;
  border-radius: 16rem;
  bottom: 2rem;
  cursor: pointer;
  display: flex;
  height: 8.6rem;
  left: 50%;
  margin-left: -7rem;
  overflow: hidden;
  position: absolute;
  transform: scale(0) translateZ(0);
  transition: transform 1s cubic-bezier(0.9, 0, 0.1, 1) 0.5s;
  width: 14rem;
  z-index: 500;
}
.home-hero--visible .home-hero-carousel-control {
  transform: scale(1) translateZ(0);
}
@media (min-width: 1024px) {
  .home-hero-carousel-control {
    border-radius: 10vw;
    bottom: 0.75vw;
    height: 5.375vw;
    left: 0.75vw;
    margin-left: unset;
    width: 8.75vw;
  }
}
.home-hero-carousel-control__wrapper {
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  opacity: 0;
  position: absolute;
}
.home-hero-carousel-control__inner {
  display: flex;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  overflow: hidden;
  position: absolute;
  z-index: 500;
}
.home-hero-carousel-control__fig {
  width: 100%;
}
.home-hero-carousel-control__img {
  filter: grayscale(1);
  width: 100%;
}
.home-hero {
  color: #fff;
  height: 100svh;
  overflow: hidden;
  position: relative;
}
.home-hero__subtitle {
  display: none;
}
@media (min-width: 1024px) {
  .home-hero__subtitle {
    display: flex;
    left: 50%;
    position: absolute;
    top: 0.75vw;
    transform: translate(-50%);
    z-index: 500;
  }
}
@media (hover: hover) {
  .home-hero__subtitle:before {
    background-color: transparent;
    content: "";
    top: -1.5rem;
    right: -5rem;
    bottom: -1.5rem;
    left: -5rem;
    position: absolute;
  }
}
.home-hero__wrapper {
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  position: absolute;
}
.home-hero__scroll {
  align-items: center;
  background-color: #fff;
  border-radius: 50%;
  bottom: 0.75vw;
  color: #000;
  display: flex;
  height: 5.5vw;
  justify-content: center;
  position: absolute;
  right: 0.75vw;
  transform: scale(0);
  transition: transform 1s cubic-bezier(0.9, 0, 0.1, 1) 0.5s;
  width: 5.5vw;
  z-index: 500;
}
.home-hero--visible .home-hero__scroll {
  transform: scale(1);
}
@media (max-width: 767px) {
  .home-hero__scroll {
    display: none;
  }
}
@media (hover: hover) {
  .home-hero__scroll:hover .home-hero__scroll-label-inner,
  .home-hero__scroll:hover .home-hero__scroll-label:after {
    transform: translateY(-100%);
    transition-duration: 0.8s;
    transition-timing-function: cubic-bezier(0.14, 1, 0.34, 1);
  }
}
.home-hero__scroll-label {
  display: flex;
}
@media (hover: hover) {
  .home-hero__scroll-label {
    overflow: hidden;
    position: relative;
  }
  .home-hero__scroll-label:after {
    content: attr(data-label);
    left: 0;
    pointer-events: none;
    position: absolute;
    top: 100%;
    transition: transform 0.4s cubic-bezier(1, 0, 0.65, 0.61);
    white-space: nowrap;
  }
}
.home-hero__scroll-label-inner {
  display: flex;
}
@media (hover: hover) {
  .home-hero__scroll-label-inner {
    transition: transform 0.4s cubic-bezier(1, 0, 0.65, 0.61);
  }
}
.home-intro {
  padding-bottom: 1.5rem;
  padding-top: 1.2rem;
}
@media (min-width: 1024px) {
  .home-intro {
    padding-bottom: 11.125vw;
    padding-top: 0.75vw;
  }
}
.home-intro__copy {
  margin-top: 10rem;
  max-width: 37.1rem;
}
@media (min-width: 1024px) {
  .home-intro__copy {
    margin-top: 10.5625vw;
    max-width: 90.0625vw;
  }
}
.video-progress-bar {
  background-color: transparent;
  flex: 1;
  height: 0.8rem;
  position: relative;
}
.video-progress-bar__inner {
  background-color: #0f00b0;
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  transform: scaleX(0);
  transform-origin: left;
  width: 100%;
}
.video-progress-bar__range {
  cursor: pointer;
  height: 200%;
  left: 0;
  opacity: 0;
  position: absolute;
  top: -50%;
  width: 100%;
}
.home-reel {
  padding-bottom: 3.3rem;
}
@media (min-width: 1024px) {
  .home-reel {
    padding-bottom: 0.75vw;
  }
}
.home-reel__wrapper {
  aspect-ratio: 374/281;
  grid-column: 1 / span 5;
  margin-bottom: 1.2rem;
  position: relative;
}
@media (min-width: 1024px) {
  .home-reel__wrapper {
    aspect-ratio: 16/9;
    grid-column-end: span 6;
    margin-bottom: unset;
    margin-top: auto;
    transform-origin: bottom left;
  }
}
.home-reel__thumbnail {
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  position: absolute;
  z-index: 1;
}
.home-reel__btn {
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  position: absolute;
  z-index: 3;
}
@media (hover: hover) {
  .home-reel__btn:hover .home-reel__btn-svg-wrapper {
    transform: scale(1.25);
    transition-timing-function: cubic-bezier(0.14, 1, 0.34, 1);
  }
}
.home-reel__btn-svg-wrapper {
  align-items: center;
  background-color: #fff;
  border-radius: 50%;
  bottom: 2rem;
  color: #000;
  display: flex;
  height: 7.2rem;
  justify-content: center;
  position: absolute;
  right: 2rem;
  width: 7.2rem;
}
@media (hover: hover) {
  .home-reel__btn-svg-wrapper {
    transform-origin: bottom right;
    transition: transform 0.8s cubic-bezier(0.9, 0, 0.1, 1);
  }
}
@media (min-width: 1024px) {
  .home-reel__btn-svg-wrapper {
    bottom: 1.25vw;
    height: 6.5vw;
    right: 1.25vw;
    width: 6.5vw;
  }
}
.home-reel__btn-svg {
  transition: transform 0.5s cubic-bezier(0.14, 1, 0.34, 1),
    opacity 0.3s cubic-bezier(0.14, 1, 0.34, 1);
}
.home-reel__btn-svg--play {
  height: 2.1rem;
  margin-left: 0.6rem;
  transition-delay: 0.1s;
  width: 1.8rem;
}
@media (min-width: 1024px) {
  .home-reel__btn-svg--play {
    height: 1.9375vw;
    margin-left: 0.375vw;
    width: 1.6875vw;
  }
}
.home-reel__wrapper--playing .home-reel__btn-svg--play {
  opacity: 0;
  transform: scale(0.5);
  transition-delay: 0s;
}
.home-reel__btn-svg--pause {
  height: 2.2rem;
  left: 50%;
  opacity: 0;
  position: absolute;
  top: 50%;
  transform: translate(-50%, -50%) scale(0.5);
  transition-delay: 0s;
  width: 1.8rem;
}
.home-reel__wrapper--playing .home-reel__btn-svg--pause {
  opacity: 1;
  transform: translate(-50%, -50%) scale(1);
  transition-delay: 0.1s;
}
@media (min-width: 1024px) {
  .home-reel__btn-svg--pause {
    height: 2vw;
    width: 1.625vw;
  }
}
.home-reel__inner {
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  opacity: 0;
  pointer-events: none;
  position: absolute;
  transition: opacity 0.8s cubic-bezier(0.14, 1, 0.34, 1);
  z-index: 2;
}
.home-reel__wrapper--enabled .home-reel__inner {
  opacity: 1;
  pointer-events: all;
}
.home-reel__ui {
  bottom: 0;
  left: 0;
  pointer-events: none;
  position: absolute;
  right: 0;
  z-index: 2;
}
.home-reel__cta-wrapper {
  align-items: flex-start;
  display: flex;
  flex-direction: column;
  grid-column: 1 / span 5;
}
@media (min-width: 1024px) {
  .home-reel__cta-wrapper {
    grid-column: 7 / span 3;
    padding-left: 0.75vw;
    position: relative;
  }
  .home-reel__cta-wrapper:after,
  .home-reel__cta-wrapper:before {
    background-color: currentColor;
    bottom: 0;
    content: "";
    left: 0;
    position: absolute;
    top: 0;
    transition: transform 1.2s cubic-bezier(0.9, 0, 0.1, 1);
    width: 0.1rem;
  }
  .home-reel__cta-wrapper:before {
    transform-origin: bottom;
  }
  .home-reel__cta-wrapper:after {
    transform: scaleY(0);
    transform-origin: top;
    transition-delay: 0.2s;
    transition-duration: 1s;
  }
  .home-reel__cta-wrapper.is-visible:before {
    transform: scaleY(0);
  }
  .home-reel__cta-wrapper.is-visible:after {
    transform: scaleY(1);
  }
}
.home-reel__copy {
  margin-top: 10rem;
  max-width: 36.6rem;
  padding-bottom: 1.5rem;
}
@media (min-width: 1024px) {
  .home-reel__copy {
    margin-top: auto;
    max-width: 30.125vw;
    padding-bottom: 1.75vw;
  }
}
.home-reel__cta {
  display: flex;
  transition-delay: 0.96s;
}
.home-service-item {
  margin-bottom: 0.5rem;
  margin-top: 0.5rem;
  position: relative;
}
@media (min-width: 1024px) {
  .home-service-item {
    margin-bottom: 0.625vw;
    margin-top: 0.625vw;
  }
}
.home-service-item:last-child {
  margin-bottom: 0.8rem;
}
@media (min-width: 1024px) {
  .home-service-item:last-child {
    margin-bottom: 0.375vw;
  }
}
.home-service-item:not(:last-child):after {
  background-color: #fff;
  bottom: -0.5rem;
  content: "";
  height: 0.1rem;
  left: 0;
  position: absolute;
  width: 100%;
}
@media (min-width: 1024px) {
  .home-service-item:not(:last-child):after {
    bottom: -0.625vw;
  }
}
.home-service-item:first-child
  .home-service-item__label--main
  .home-service-item__label-inner {
  transition-delay: 0.08s;
}
.home-service-item:nth-child(2)
  .home-service-item__label--main
  .home-service-item__label-inner {
  transition-delay: 0.16s;
}
.home-service-item:nth-child(3)
  .home-service-item__label--main
  .home-service-item__label-inner {
  transition-delay: 0.24s;
}
.home-service-item:nth-child(4)
  .home-service-item__label--main
  .home-service-item__label-inner {
  transition-delay: 0.32s;
}
.home-service-item:nth-child(5)
  .home-service-item__label--main
  .home-service-item__label-inner {
  transition-delay: 0.4s;
}
.home-service-item:nth-child(6)
  .home-service-item__label--main
  .home-service-item__label-inner {
  transition-delay: 0.48s;
}
.home-service-item__label {
  display: flex;
}
.home-service-item__label--main .home-service-item__label-inner {
  position: static;
  transform: translateY(105%);
  transition: transform 1s cubic-bezier(0.14, 1, 0.34, 1);
}
.is-visible .home-service-item__label--main .home-service-item__label-inner {
  transform: translateY(0);
}
.home-service-item__label--ghost {
  color: #6ccaff;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  opacity: 0;
  position: absolute;
  transition: opacity 1s cubic-bezier(0.14, 1, 0.34, 1) 0.9s;
}
.is-visible .home-service-item__label--ghost {
  opacity: 1;
}
.home-service-item__label-inner {
  color: currentColor;
  display: flex;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  position: absolute;
}
.home-services {
  color: #fff;
  overflow: hidden;
  padding-top: 1.2rem;
  position: relative;
}
.home-services:after {
  background-color: #0f00b0;
  content: "";
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  position: absolute;
  z-index: 0;
}
@media (min-width: 1024px) {
  .home-services {
    padding-top: 1.375vw;
  }
}
.home-services__wrapper {
  align-items: flex-start;
  display: flex;
  flex-direction: column;
  max-width: 35.3rem;
  padding-bottom: 9rem;
  position: relative;
  z-index: 2;
}
@media (min-width: 1024px) {
  .home-services__wrapper {
    max-width: 35.5625vw;
    padding-bottom: 7.5vw;
  }
}
.home-services__copy {
  padding-bottom: 2rem;
  padding-top: 1.9rem;
}
@media (min-width: 1024px) {
  .home-services__copy {
    padding-bottom: 2vw;
    padding-top: 2vw;
  }
}
.home-services__cta {
  display: flex;
  transition-delay: 0.52s;
}
.home-services__list {
  display: flex;
  flex-direction: column;
  position: relative;
  width: 100%;
  z-index: 2;
}
.home-services__list-wrapper {
  position: relative;
}
.home-services__figs-wrapper {
  display: none;
}
@media (hover: hover) and (min-width: 1240px) {
  .home-services__figs-wrapper {
    bottom: 0.75vw;
    display: flex;
    pointer-events: none;
    position: absolute;
    right: 0;
    top: 0;
    width: 30.3125vw;
    z-index: 3;
  }
}
.home-services__figs {
  clip-path: inset(0 0 100% 0);
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  position: absolute;
  transition: clip-path 1s cubic-bezier(0.9, 0, 0.1, 1);
}
.home-services__figs--visible {
  clip-path: inset(0 0);
}
.home-services__fig {
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  position: absolute;
}
.home-client--link {
  position: relative;
}
@media (hover: hover) {
  .home-client--link {
    align-items: baseline;
    display: flex;
    overflow: hidden;
    transition: color 0.8s cubic-bezier(0.14, 1, 0.34, 1);
  }
  .home-client--link:hover {
    color: #dd1201;
  }
  .home-client--link:hover .home-client__hover {
    transform: translateY(0);
    transition: transform 0.4s cubic-bezier(0.14, 1, 0.34, 1),
      color 0.8s cubic-bezier(0.14, 1, 0.34, 1);
  }
}
@media not (hover: hover) {
  .home-client--link:after {
    background-color: currentColor;
    bottom: 0.2rem;
    content: "";
    height: 0.1rem;
    left: 0;
    position: absolute;
    right: 0;
  }
}
.home-client__hover {
  color: currentColor;
  display: inline-flex;
  margin-left: 0.625vw;
  transform: translateY(105%);
  transition: transform 0.4s cubic-bezier(1, 0, 0.65, 0.61),
    color 0.8s cubic-bezier(0.14, 1, 0.34, 1);
}
@media not (hover: hover) {
  .home-client__hover {
    display: none;
  }
}
.home-clients {
  padding-bottom: 10rem;
  padding-top: 1.1rem;
}
@media (min-width: 1024px) {
  .home-clients {
    padding-bottom: 11.875vw;
    padding-top: 1.375vw;
  }
}
.home-clients__row {
  display: flex;
}
@media (min-width: 1024px) {
  .home-clients__list {
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
  }
}
.home-clients__list--left {
  grid-column: 1 / span 5;
  padding-top: 10rem;
}
@media (min-width: 1024px) {
  .home-clients__list--left {
    grid-column: 1 / span 3;
    padding-top: 10.5vw;
  }
}
.home-clients__list--right {
  grid-column: 1 / span 5;
}
@media (min-width: 1024px) {
  .home-clients__list--right {
    grid-column: 4 / span 3;
    padding-left: 0.75vw;
    padding-top: 10.5vw;
    position: relative;
  }
  .home-clients__list--right:after,
  .home-clients__list--right:before {
    background-color: currentColor;
    bottom: 0;
    content: "";
    left: 0;
    position: absolute;
    top: -1vw;
    transition: transform 1.2s cubic-bezier(0.9, 0, 0.1, 1);
    width: 0.1rem;
  }
  .home-clients__list--right:before {
    transform-origin: bottom;
    transition-delay: 0.2s;
  }
  .home-clients__list--right:after {
    transform: scaleY(0);
    transform-origin: top;
    transition-delay: 0.5s;
    transition-duration: 1s;
  }
  .home-clients__list--right.is-visible:before {
    transform: scaleY(0);
  }
  .home-clients__list--right.is-visible:after {
    transform: scaleY(1);
  }
}
.home-clients__item {
  will-change: transform;
}
.home-clients__item:first-child {
  transition-delay: 0.36s;
}
.home-clients__item:nth-child(2) {
  transition-delay: 0.42s;
}
.home-clients__item:nth-child(3) {
  transition-delay: 0.48s;
}
.home-clients__item:nth-child(4) {
  transition-delay: 0.54s;
}
.home-clients__item:nth-child(5) {
  transition-delay: 0.6s;
}
.home-clients__item:nth-child(6) {
  transition-delay: 0.66s;
}
.home-clients__item:nth-child(7) {
  transition-delay: 0.72s;
}
.home-clients__item:nth-child(8) {
  transition-delay: 0.78s;
}
.home-clients__item:nth-child(9) {
  transition-delay: 0.84s;
}
.home-clients__item:nth-child(10) {
  transition-delay: 0.9s;
}
.home-clients__item:nth-child(11) {
  transition-delay: 0.96s;
}
.home-clients__item:nth-child(12) {
  transition-delay: 1.02s;
}
.home-clients__item:nth-child(13) {
  transition-delay: 1.08s;
}
.home-clients__item:nth-child(14) {
  transition-delay: 1.14s;
}
.home-clients__item:nth-child(15) {
  transition-delay: 1.2s;
}
@media (min-width: 1024px) {
  .home-clients__list--right .home-clients__item:first-child {
    transition-delay: 0.66s;
  }
  .home-clients__list--right .home-clients__item:nth-child(2) {
    transition-delay: 0.72s;
  }
  .home-clients__list--right .home-clients__item:nth-child(3) {
    transition-delay: 0.78s;
  }
  .home-clients__list--right .home-clients__item:nth-child(4) {
    transition-delay: 0.84s;
  }
  .home-clients__list--right .home-clients__item:nth-child(5) {
    transition-delay: 0.9s;
  }
  .home-clients__list--right .home-clients__item:nth-child(6) {
    transition-delay: 0.96s;
  }
  .home-clients__list--right .home-clients__item:nth-child(7) {
    transition-delay: 1.02s;
  }
  .home-clients__list--right .home-clients__item:nth-child(8) {
    transition-delay: 1.08s;
  }
  .home-clients__list--right .home-clients__item:nth-child(9) {
    transition-delay: 1.14s;
  }
  .home-clients__list--right .home-clients__item:nth-child(10) {
    transition-delay: 1.2s;
  }
  .home-clients__list--right .home-clients__item:nth-child(11) {
    transition-delay: 1.26s;
  }
  .home-clients__list--right .home-clients__item:nth-child(12) {
    transition-delay: 1.32s;
  }
  .home-clients__list--right .home-clients__item:nth-child(13) {
    transition-delay: 1.38s;
  }
  .home-clients__list--right .home-clients__item:nth-child(14) {
    transition-delay: 1.44s;
  }
  .home-clients__list--right .home-clients__item:nth-child(15) {
    transition-delay: 1.5s;
  }
}
.home-featured-news {
  padding-bottom: 16.6rem;
}
@media (min-width: 1024px) {
  .home-featured-news {
    padding-bottom: 20vw;
  }
}
.home-featured-news__header {
  display: flex;
  justify-content: space-between;
  padding-bottom: 1.8rem;
}
@media (min-width: 1024px) {
  .home-featured-news__header {
    padding-bottom: 1.375vw;
  }
}
.home-featured-news__grid {
  align-items: flex-start;
  row-gap: 4rem;
}
.home-featured-news__item:first-child {
  grid-column: 1 / span 5;
}
@media (min-width: 1024px) {
  .home-featured-news__item:first-child {
    grid-column: 1 / span 5;
  }
  .home-featured-news__item:first-child .list-item__fig {
    aspect-ratio: 1/1;
  }
  .home-featured-news__item:first-child .list-item__wrapper {
    max-width: 31.25vw;
  }
}
.home-featured-news__item:nth-child(2) {
  grid-column: 1 / span 5;
}
@media (min-width: 1024px) {
  .home-featured-news__item:nth-child(2) {
    grid-column: 6 / span 4;
  }
}
