.Hero {
  position: relative;
  overflow: hidden;
  margin-right: 16px;
  margin-left: 16px;
  border-radius: var(--default-border-radius);
}

@media screen and (min-width: 1026px) {

.Hero {
    width: 100%;
    margin: auto;
}
  }

.Hero video {
    -o-object-fit: cover;
       object-fit: cover;
    width: 100%;
  }

.Hero::after {
    content: '';
    position: absolute;
    right: 0;
    bottom: 0;
    display: block;
    background-repeat: no-repeat;
    background-size: contain;
  }

.Hero.Hero--v1,
  .Hero.Hero--v2 {
    height: 355px;
  }

@media screen and (min-width: 769px) {

.Hero.Hero--v1,
  .Hero.Hero--v2 {
      height: 560px;
  }
    }

.Hero.Hero--v1 .Picture,
    .Hero.Hero--v2 .Picture,
    .Hero.Hero--v1 video,
    .Hero.Hero--v2 video {
      height: 355px;
    }

@media screen and (min-width: 769px) {

.Hero.Hero--v1 .Picture,
    .Hero.Hero--v2 .Picture,
    .Hero.Hero--v1 video,
    .Hero.Hero--v2 video {
        height: 560px;
    }
      }

.Hero.Hero--v3,
  .Hero.Hero--v4 {
    height: 355px;
  }

@media screen and (min-width: 769px) {

.Hero.Hero--v3,
  .Hero.Hero--v4 {
      height: 400px;
  }
    }

.Hero.Hero--v3 .Picture,
    .Hero.Hero--v4 .Picture,
    .Hero.Hero--v3 video,
    .Hero.Hero--v4 video {
      height: 355px;
    }

@media screen and (min-width: 769px) {

.Hero.Hero--v3 .Picture,
    .Hero.Hero--v4 .Picture,
    .Hero.Hero--v3 video,
    .Hero.Hero--v4 video {
        height: 400px;
    }
      }

.Hero.Hero--v1 {
    max-width: 1728px;
    border-radius: 0;
  }

@media screen and (max-width: 768px) {

.Hero.Hero--v1 {
      margin-right: 0;
      margin-left: 0;
  }
    }

@media screen and (min-width: 1691px) {

.Hero.Hero--v1 {
      border-radius: var(--default-border-radius);
  }
    }

.Hero.Hero--v2,
  .Hero.Hero--v3,
  .Hero.Hero--v4 {
    max-width: 1365px;
  }

.Hero.Hero--v2::after {
      width: 194px;
      height: 121px;
      background-image: url('../Images/patterns/pattern-hero--v2.svg');
    }

@media screen and (min-width: 1026px) {

.Hero.Hero--v2::after {
        width: 322px;
        height: 200px;
    }
      }

.Hero.Hero--v3::after {
      width: 252px;
      height: 135px;
      background-image: url('../Images/patterns/pattern-hero--v3.svg');
    }

@media screen and (min-width: 1026px) {

.Hero.Hero--v3::after {
        width: 362px;
        height: 192px;
    }
      }

.Hero.Hero--v4::after {
      z-index: 9;
    }

.Hero.Hero--v4 .swiper {
      padding: 0;
    }

.Hero .Picture-caption {
    display: none;
  }

.Hero-slogan {
  position: absolute;
  z-index: 2;
  top: 18px;
  left: 50%;
  display: block;
  transform: translateX(-50%);
}

@media screen and (min-width: 1026px) {

.Hero-slogan {
    top: 50%;
    transform: translate(-50%, -50%);
}
  }

.Hero-slogan .Hero-slogan-inner {
    display: inline-block;
  }

.Hero-slogan .Text {
    display: inline;
    -webkit-box-decoration-break: clone;
            box-decoration-break: clone;
    width: auto;
    padding: 0 15px;
    font-family: var(--font-secondary-wide), sans-serif;
    font-size: 1.5rem;
    font-weight: 900;
    line-height: 1.75rem;
    background-color: #ffffff;
    color: var(--clr-primary-02);
  }

@media screen and (max-width: 768px) {

.Hero-slogan .Text {
      line-height: 1.875rem;
  }
    }

@media screen and (min-width: 1026px) {

.Hero-slogan .Text {
      font-size: 3rem;
      font-weight: 900;
      line-height: 3.75rem;
  }
    }

.Hero-slogan .Hero-slogan-inner {
  padding: 10px 25px;
  background-color: #ffffff;
}

.Hero-slogan .Hero-slogan-inner .Text {
    padding: 0;
    box-shadow: none;
  }

.Hero-videoStop,
.Hero-sliderStop {
  position: absolute;
  z-index: 2;
  right: 16px;
  bottom: 160px;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 42px;
  height: 42px;
  padding: 12px;
  border: 2px solid #ffffff;
  border-radius: 50%;
  background-color: transparent;
}

@media screen and (min-width: 769px) {

.Hero-videoStop,
.Hero-sliderStop {
    right: 32px;
}
  }

@media screen and (min-width: 1026px) {

.Hero-videoStop,
.Hero-sliderStop {
    right: 254px;
    bottom: 136px;
}
  }

.Hero-videoStop svg path, .Hero-sliderStop svg path {
      fill: #ffffff;
    }

.Hero-sliderStop {
  z-index: 10;
}

.Hero--v4 .Hero-sliderStop {
  right: 32px;
  bottom: 32px;
}

.Hero-animation {
  position: absolute;
  right: -20px;
  bottom: -180px;
  display: flex;
}

@media screen and (max-width: 768px) {

.Hero-animation {
    right: -140px;
    bottom: 0;
}

    .Hero-animation svg {
      bottom: -60px !important;
    }

    .Hero-animation svg {
      width: 135px;
    }
  }

.Hero-animation svg:nth-child(1) {
    position: relative;
    bottom: -400px;
  }

@media screen and (min-width: 1026px) {

.Hero-animation svg:nth-child(1) {
      animation: patternAnimation 1.5s ease-in-out 0.5s 1 normal forwards;
  }
    }

.Hero-animation svg:nth-child(2) {
    position: relative;
    bottom: -400px;
  }

@media screen and (min-width: 1026px) {

.Hero-animation svg:nth-child(2) {
      animation: patternAnimation 2s ease-in-out 0s 1 normal forwards;
  }
    }

.Hero-animation svg:nth-child(3) {
    position: relative;
    bottom: -400px;
  }

@media screen and (min-width: 1026px) {

.Hero-animation svg:nth-child(3) {
      animation: patternAnimation 1.7s ease-in-out 0.6s 1 normal forwards;
  }
    }

@keyframes patternAnimation {
  from {
    bottom: -400px;
  }

  to {
    bottom: 0;
  }
}
