.h1--work {
  text-transform: uppercase;
  font-weight: 400;
  font-size: 18px;
}

.service-section.service-section--squared-1 .service .service__image {
  padding: 0 5% 0 5% !important;
}
.service-section:nth-child(2n+1) .service {
  flex-direction: row;
}
.service-section:nth-child(2n+1) .service .service__image {
  padding: 0 5% 0 0;
  transition: all 0.6s ease;
}
.service-section:nth-child(2n+1) .service .service__image > img, .service-section:nth-child(2n+1) .service .service__image video, .service-section:nth-child(2n+1) .service .service__image .text-graphic {
  border-radius: 0 4000px 4000px 0;
  width: 100%;
}
.service-section:nth-child(2n+1) .service .service__text {
  text-align: left;
}
.service-section:nth-child(2n+1) .service .service__text .slick--controls {
  width: 100%;
  justify-content: flex-end;
}
.service-section .service {
  width: 100%;
  flex-direction: row-reverse;
}
.service-section .service .service__text {
  padding: 5% 5% 0 5%;
  text-align: right;
}
.service-section .service .service__image {
  padding: 0 0 0 5%;
}
.service-section .service .service__image > img, .service-section .service .service__image video, .service-section .service .service__image .text-graphic {
  display: flex;
  object-fit: cover;
  width: 100%;
  aspect-ratio: 1.4285714286;
  border-radius: 4000px 0 0 4000px;
  justify-content: center;
  align-items: center;
  color: white;
  font-weight: 900;
  transition: all 0.3s ease;
}
.service-section .service .service__image .stat-number {
  font-family: "Fivo", sans-serif;
  font-size: 17vw;
  margin: 0 2.5%;
  line-height: 1;
}
.service-section .service .service__image .stat {
  font-family: "Fivo", sans-serif;
  font-size: 2.2vw;
}
.service-section .service .service__image .text-graphic {
  padding: 8% 8% 8% 13%;
  flex-direction: column;
}
.service-section .service .service__image .text-graphic.text-graphic--row {
  flex-direction: row;
}
@media (min-width: 768px) {
  .service-section:nth-child(2n) .service {
    flex-direction: row;
  }
  .service-section:nth-child(2n) .service .service__image {
    padding: 0 5% 0 0;
    transition: all 0.6s ease;
  }
  .service-section:nth-child(2n) .service .service__image > img, .service-section:nth-child(2n) .service .service__image video, .service-section:nth-child(2n) .service .service__image .text-graphic {
    border-radius: 0 4000px 4000px 0;
    width: 100%;
  }
  .service-section:nth-child(2n) .service .text-graphic {
    padding: 5% 10% 5% 5%;
  }
  .service-section:nth-child(2n) .service .service__text {
    text-align: left;
  }
  .service-section:nth-child(2n+1) .service {
    flex-direction: row-reverse;
  }
  .service-section:nth-child(2n+1) .service .service__image {
    padding: 0 0 0 5%;
    transition: all 0.6s ease;
  }
  .service-section:nth-child(2n+1) .service .service__image > img, .service-section:nth-child(2n+1) .service .service__image video, .service-section:nth-child(2n+1) .service .service__image .text-graphic {
    border-radius: 4000px 0 0 4000px;
    width: 100%;
  }
  .service-section:nth-child(2n+1) .service .service__text {
    text-align: right;
  }
  .service-section .service {
    display: flex;
  }
  .service-section .service.service__40-60 .service__text {
    width: 40%;
    padding: 0 5% 0 2.5%;
  }
  .service-section .service.service__40-60 .service__image {
    width: 60%;
  }
  .service-section .service .service__text {
    width: 20%;
    padding: 0 5% 0 2.5%;
  }
  .service-section .service .service__image {
    width: 80%;
    padding: 0;
  }
  .service-section .service .service__image > img, .service-section .service .service__image video, .service-section .service .service__image .text-graphic {
    width: 100%;
    aspect-ratio: 2;
  }
}

.modal-video-container {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  overflow: hidden;
}
.modal-video-container.active {
  width: 100%;
  padding: 0;
  padding: 0 !important;
  overflow: visible;
}
.modal-video-container.active .modal-video {
  border-radius: 0 !important;
  width: 100vw !important;
}
.modal-video-container.active .button--exit {
  visibility: visible;
  opacity: 1;
}
.modal-video-container.modal-slick {
  border-radius: 4000px;
}
.modal-video-container .modal-video-img {
  position: absolute;
  width: 100%;
  transition: all 0.3s ease;
  aspect-ratio: 1.5;
  object-fit: cover;
}
@media (min-width: 768px) {
  .modal-video-container .modal-video-img {
    aspect-ratio: 2.5;
  }
}
.modal-video-container .button--exit {
  position: absolute;
  top: 15px;
  right: 15px;
  visibility: hidden;
  opacity: 0;
  transition: all 0.3s ease;
}
.modal-video-container .button--play {
  margin-bottom: 0;
}
.modal-video-container .button--play svg {
  margin-left: 10px;
  transform: scale(1.7);
}
.modal-video-container .modal-video.playing {
  border-radius: 0;
}
.modal-video-container .button--play {
  display: flex;
  align-items: center;
  position: absolute;
}
.modal-video-container .button--play.hidden {
  visibility: hidden;
  opacity: 0;
}

.service-section .service.align-items-center .modal-video-container {
  transition: all 0.3s ease;
}

.service-section .service.active {
  flex-direction: column;
}
.service-section .service.active .service__image {
  width: 100%;
}
.service-section .service.active .service__text {
  padding: 23px 0 0 0;
  text-align: center;
}

/*# sourceMappingURL=work__detail.css.map */
