/* Variables */
.hero {
  background: #ffffff;
  color: #000000;
  margin-bottom: var(--margin-module);
}
.page-dark-theme .hero {
  background: none;
}
.hero-dark-theme .hero {
  background: #12181f;
  color: #ffffff;
}
@media only screen and (min-width: 0) and (max-width: calc(768px - 1px)) {
  .hero h1 {
    padding-top: 20px;
  }
}
.hero .tag {
  font-size: 16px !important;
  line-height: 15px !important;
}
.hero .hero__container {
  overflow: hidden;
}
.hero .hero-content {
  margin: auto;
}
.hero .hero-content__subtitle {
  font-size: clamp(38px, 3vw, 41px);
  line-height: clamp(38px, 3.1vw, 42px);
  padding-bottom: 10px;
  text-align: center;
  padding-top: 20px;
}
.hero-inspire h1 .font-subtitle-large {
  animation: fadeIn 0.2s cubic-bezier(0.455, 0.03, 0.515, 0.955) forwards;
  animation-delay: 0.1s;
  color: #767575;
  display: block;
  margin-bottom: 15px;
  opacity: 0;
}
@media only screen and (min-width: 768px) {
  .hero-inspire h1 .font-subtitle-large {
    margin-bottom: 25px;
  }
}
.hero-inspire .hero-text {
  margin-bottom: 60px;
}
@media only screen and (min-width: 768px) {
  .hero-inspire .hero-text {
    margin-bottom: 85px;
    margin-inline: auto;
    max-width: calc(1000px + var(--margin-grid) * 2);
  }
}
@media only screen and (min-width: 1920px) {
  .hero-inspire .hero-text {
    max-width: calc(1300px + var(--margin-grid) * 2);
  }
}
.hero-inspire .hero-text.with-subtitle {
  margin-bottom: 60px;
}
@media only screen and (min-width: 768px) {
  .hero-inspire .hero-text.with-subtitle {
    margin-bottom: 100px;
  }
}
.hero-inspire .image {
  margin-bottom: 0;
}
.hero-inspire .hero--title {
  margin-bottom: 10px;
}
.hero-large-rectangle.is-inside .can-scroll, .hero-parallax.is-inside .can-scroll {
  position: fixed;
}
.hero-large-rectangle .hero-title-wrapper, .hero-parallax .hero-title-wrapper {
  opacity: 0;
}
.hero-large-rectangle .hero-title-wrapper .hero-title .line-wrapper, .hero-parallax .hero-title-wrapper .hero-title .line-wrapper {
  overflow: hidden;
  padding-bottom: clamp(8px, 1.4vw, 25px);
}
.hero-large-rectangle .hero-title-wrapper .hero-title .line-wrapper + .line-wrapper, .hero-parallax .hero-title-wrapper .hero-title .line-wrapper + .line-wrapper {
  margin-top: calc(clamp(8px, 1.4vw, 25px) * -1);
}
.hero-large-rectangle {
  margin-top: calc((var(--header-height) + var(--menu-margin-top)) * -1);
  position: relative;
}
.hero-large-rectangle .hero__container {
  position: relative;
}
.hero-large-rectangle .hero__container.hero-screen {
  height: auto;
}
.hero-large-rectangle .hero-img .image {
  margin: 0;
}
.hero-large-rectangle .hero-img .media {
  aspect-ratio: 0.8;
}
@media only screen and (min-width: 768px) {
  .hero-large-rectangle .hero-img .media {
    aspect-ratio: 1.3333;
  }
}
@media only screen and (min-width: 768px) {
  .hero-large-rectangle .hero-img img {
    position: absolute;
    width: 100%;
  }
}
.hero-large-rectangle h1 {
  left: 50%;
  position: absolute;
  top: 20%;
  transform: translate(-50%, 0%);
  z-index: 1;
}
@media only screen and (min-width: 768px) {
  .hero-large-rectangle h1 {
    transform: translate(-50%, 0%);
  }
}
.hero-parallax {
  aspect-ratio: 0.8;
  margin-top: calc(var(--header-height) * -1);
  overflow: hidden;
  position: relative;
  width: 100vw;
}
@media only screen and (min-width: 600px) {
  .hero-parallax {
    aspect-ratio: 16/9;
    height: auto;
  }
}
.hero-parallax .hero__container {
  height: 100%;
}
.hero-parallax .hero-title-wrapper {
  left: 50%;
  overflow: hidden;
  position: absolute;
  top: 26%;
  transform: translate(-50%, 0);
  width: 100%;
  z-index: 6;
}
.hero-parallax .hero-title-wrapper .hero-title {
  padding-inline: 0;
  max-width: 350px;
  width: 100%;
  transition: transform 250ms linear;
}
@media only screen and (min-width: 600px) {
  .hero-parallax .hero-title-wrapper .hero-title {
    max-width: 400px;
  }
}
@media only screen and (min-width: 768px) {
  .hero-parallax .hero-title-wrapper .hero-title {
    max-width: 1000px;
    padding-inline: calc(var(--margin-grid) * 2);
  }
}
@media only screen and (min-width: 1366px) {
  .hero-parallax .hero-title-wrapper .hero-title {
    max-width: 1200px;
    padding: 0;
  }
}
.hero-parallax .media-image {
  background: none !important;
}
.hero-parallax .media-image:before {
  content: none !important;
}
.hero-parallax .hero-img--back {
  left: 50%;
  height: calc(100% + 100px);
  position: absolute;
  transform: translateX(-50%);
  z-index: 4;
}
.hero-parallax .hero-img--back.is-video {
  height: 100%;
  top: 0;
}
.hero-parallax .hero-img--back.is-video video {
  height: 100%;
  width: auto;
}
.hero-parallax .hero-img--back .media-image {
  height: 100%;
}
.hero-parallax .hero-img--back .media-image img {
  height: 100%;
  width: auto;
}
.hero-parallax .hero-img--front {
  bottom: -150px;
  height: calc(100% + 320px);
  left: 50%;
  position: absolute;
  pointer-events: none;
  transform: translateX(-50%);
  z-index: 7;
}
@media only screen and (min-width: 768px) {
  .hero-parallax .hero-img--front {
    left: 53%;
  }
}
.hero-parallax .hero-img--front:after {
  background: #ffffff;
  content: "";
  display: block;
  top: 100%;
  height: 200px;
  position: absolute;
  width: 100%;
}
.hero-parallax .hero-img--front .media-image {
  height: 100%;
}
.hero-parallax .hero-img--front .media-image img {
  height: 100%;
  width: auto;
}
[data-id="3106"] .hero-parallax .hero-img--front {
  bottom: -80px;
  height: calc(100% + 80px);
}
@media only screen and (min-width: 768px) {
  [data-id="3106"] .hero-parallax .hero-img--front {
    left: 50%;
  }
}
@media only screen and (min-width: 0) and (max-width: calc(380px - 1px)) {
  [data-id="3106"] .hero-parallax .hero-img--front img {
    transform: translateX(-12.5vw);
  }
}
[data-id="3106"] .hero-parallax .hero-img--back {
  height: calc(100% + 80px);
}
@media only screen and (min-width: 0) and (max-width: calc(380px - 1px)) {
  [data-id="3106"] .hero-parallax .hero-img--back img {
    transform: translateX(-12.5vw);
  }
}
.hero-parallax.ratio-5-2 {
  aspect-ratio: 0.8;
}
@media only screen and (min-width: 600px) {
  .hero-parallax.ratio-5-2 {
    aspect-ratio: 5/2;
  }
}
.hero-parallax.ratio-5-2 .hero-img--back {
  transform: none;
  position: relative;
  left: auto;
  height: auto;
}
.hero-parallax.ratio-5-2 .hero-img--back img {
  width: 100%;
}
@media only screen and (min-width: 1920px) {
  .hero-parallax.ratio-5-2 .media {
    display: flex;
    align-items: center;
  }
  .hero-parallax.ratio-5-2 .media picture {
    flex: 1;
  }
  .hero-parallax.ratio-5-2 .media picture img {
    width: 100%;
  }
}

a.go-back-link {
  font-size: 14px;
  line-height: 26px;
  margin: var(--margin-grid-lr);
  font-weight: 600;
  position: absolute;
  top: calc(clamp(70px, 7.3vw, 100px) + var(--breadcrumb-margin-top));
}
a.go-back-link:after {
  content: none;
}
a.go-back-link svg {
  height: 10px;
  transform: rotate(180deg);
  transition: 0.3s;
}
a.go-back-link:hover svg {
  transform: rotate(180deg) translateX(3px);
}
