.page-header {
  position: relative;
  transform: translate3D(0, 0, 0);
  overflow: hidden;
  /*
  .swiper-slide img,
  video{
      display:block;
      width:100%;
      height:auto;
  }
  .singelimg img{
  }
  #ytbg-wrapper{
      width:100%;
      height:95vh;
  }
  .swiper-prev,
  .swiper-next{
      position: absolute;
      top:0;
      right:0;
      width:50%;
      bottom:0;
      z-index:8;
      cursor:url(../../img/slider-arrow-right.svg), auto;
  }
  .swiper-prev{
      cursor:url(../../img/slider-arrow-left.svg), auto;
      left:0;
      right:unset;
      transform: rotate(180deg);
  }
  */
}
.page-header .grid-width {
  margin: 0 auto;
}
.page-header .grid-width .btns {
  margin-top: 30px;
}
.page-header--animation {
  -webkit-clip-path: inset(0 100% 0 0);
          clip-path: inset(0 100% 0 0);
  animation: page-header-slide 0.4s ease-in-out forwards 0.4s;
}
.page-header--animation--swiper .swiper-prev,
.page-header--animation--swiper .swiper-next {
  position: absolute;
  margin-top: -25px;
  top: 50vh;
  right: 20px;
  width: 50px;
  height: 50px;
  bottom: 0;
  z-index: 8;
  background: url(../../../img/icons/chevron-right.svg) center center no-repeat;
  cursor: pointer;
}
.page-header--animation--swiper .swiper-prev {
  background-image: url(../../../img/icons/chevron-left.svg);
  left: 20px;
  right: unset;
}
.page-header--animation--video video {
  -o-object-fit: cover;
     object-fit: cover;
  width: 100vw;
  height: 100vh;
  position: absolute;
  top: 0;
  left: 0;
  min-height: 600px;
}
.page-header--animation--content {
  position: relative;
  z-index: 2;
}
.page-header--animation .scroll {
  position: absolute;
  bottom: 20px;
  left: 50%;
  margin-left: -6px;
  transform: rotate(90deg);
  fill: #fff;
  opacity: 0.8;
}

@keyframes page-header-slide {
  0% {
    -webkit-clip-path: inset(100% 0 0 0);
            clip-path: inset(100% 0 0 0);
  }
  100% {
    -webkit-clip-path: inset(0);
            clip-path: inset(0);
  }
}/*# sourceMappingURL=page-header.css.map */