.blockHero_fullVideo {
  color: var(--white);
  color: var(--white);
  overflow: hidden;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
}
.blockHero_fullVideo-content {
  position: relative;
  z-index: 3;
  -webkit-box-flex: 100%;
      -ms-flex: 100%;
          flex: 100%;
  max-width: 100%;
}
@media (min-width: 992px) {
  .blockHero_fullVideo-content {
    font-size: 50.5%;
  }
}
.blockHero_fullVideo .blockHero-holder:after {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}
.blockHero_fullVideo .blockHero-holder video {
  height: 100%;
}
@media (min-width: 768px) {
  .blockHero_fullVideo .blockHero-holder video {
    height: 100%;
  }
}
.blockHero_fullVideo .blockHero-holder .wp-video,
.blockHero_fullVideo .blockHero-holder video.wp-video-shortcode,
.blockHero_fullVideo .blockHero-holder .mejs-container,
.blockHero_fullVideo .blockHero-holder .mejs-overlay.load {
  width: 100% !important;
  height: 100% !important;
}
.blockHero_fullVideo .blockHero-holder .mejs-container {
  padding-top: 56.25%;
}
.blockHero_fullVideo .blockHero-holder .wp-video, .blockHero_fullVideo .blockHero-holder video.wp-video-shortcode {
  max-width: 100% !important;
}
.blockHero_fullVideo .blockHero-holder video.wp-video-shortcode {
  position: relative;
  -o-object-fit: cover;
     object-fit: cover;
}
.blockHero_fullVideo .blockHero-holder .mejs-mediaelement {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
.blockHero_fullVideo .blockHero-holder .mejs-controls {
  display: none;
}
.blockHero_fullVideo .blockHero-holder .mejs-overlay-play {
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: auto !important;
  height: auto !important;
}
.blockHero_fullVideo--title h1 i {
  display: block;
}
.blockHero_fullVideo-hiring {
  text-align: right;
  position: absolute;
  bottom: 110px;
  right: 20px;
  z-index: 4;
}
@media (min-width: 1200px) {
  .blockHero_fullVideo-hiring {
    bottom: 150px;
    right: 60px;
  }
}
.blockHero_fullVideo-hiring a {
  display: block;
}
.blockHero_fullVideo-hiring a img {
  display: block;
  width: 85px;
  -webkit-animation-name: rotation;
          animation-name: rotation;
  -webkit-animation-duration: 30s;
          animation-duration: 30s;
  -webkit-animation-iteration-count: infinite;
          animation-iteration-count: infinite;
  -webkit-animation-timing-function: linear;
          animation-timing-function: linear;
}
@media (min-width: 992px) {
  .blockHero_fullVideo-hiring a img {
    width: 126px;
  }
}
.blockHero_fullVideo-logos {
  -webkit-box-flex: 100%;
      -ms-flex: 100%;
          flex: 100%;
  max-width: 100%;
  position: absolute;
  bottom: 0;
  border-top: 1px solid #fff;
  z-index: 1;
  padding: 5px 0;
}
@media (min-width: 992px) {
  .blockHero_fullVideo-logos {
    padding: 10px 0;
  }
}
.blockHero_fullVideo-logos--item {
  padding: 10px 3px;
  margin: 0;
  text-transform: uppercase;
  width: auto !important;
}
@media (max-width: 767px) {
  .blockHero_fullVideo-logos--item {
    font-size: 1.6rem;
  }
}
.blockHero_fullVideo-logos--item i {
  padding: 0 3px;
}
.blockHero_fullVideo .swiper-container-free-mode > .swiper-wrapper {
  -webkit-transition-timing-function: linear;
          transition-timing-function: linear;
}
.blockHero_fullVideo .swiper-wrapper {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}