/*!****************************************************************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./frontend/node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[1].use[1]!./frontend/node_modules/postcss-loader/dist/cjs.js??ruleSet[1].rules[1].use[2]!./frontend/node_modules/sass-loader/dist/cjs.js??ruleSet[1].rules[1].use[3]!./web/app/themes/parent/components/hero/hero-default/src/hero-default.scss ***!
  \****************************************************************************************************************************************************************************************************************************************************************************************************************************/
.twz-hero {
  --row-maxwidth: 1300px;
  --text-color: var(--white);
  font-weight: 400;
  overflow: clip;
}
body.single-landingpage .twz-hero {
  --min-height-hero: 40rem;
  --hero-content-padding-top: 15rem;
}
.twz-hero.twz-hero--content-overlap + div {
  margin-top: calc((var(--hero-content-height, var(--hero-content-overlap, 3rem))) * -1);
  z-index: 5;
  background-color: unset;
}
.twz-hero.twz-hero--content-overlap + div:before {
  height: calc(100% - var(--hero-content-height, var(--hero-content-overlap, 5rem)));
  top: unset;
  bottom: 0;
}
.page-template-template-blog-overview .twz-hero.twz-hero--content-overlap + div {
  --hero-content-overlap: clamp(10rem, 45vh, 40rem);
}
.page-template-template-vacancy-overview .twz-hero.twz-hero--content-overlap + div {
  --hero-content-overlap: clamp(5rem, 35vh, 20rem);
}
.page-template-template-vacancy-overview .twz-hero.twz-hero--content-overlap + div .twz-hero__content {
  margin-bottom: var(--hero-content-height, var(--hero-content-overlap));
  justify-content: flex-end;
}
.twz-hero.twz-hero--gradient-left .twz-hero__wrapper:after, .twz-hero.twz-hero--gradient-right .twz-hero__wrapper:after, .twz-hero.twz-hero--full-overlay .twz-hero__wrapper:after {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background: linear-gradient(var(--gradient-direction, to right), color-mix(in srgb, var(--hero-gradient-bg, var(--cyan-800)), transparent 20%), transparent);
}
@media (max-width: 767px) {
  .twz-hero.twz-hero--gradient-left .twz-hero__wrapper:after, .twz-hero.twz-hero--gradient-right .twz-hero__wrapper:after, .twz-hero.twz-hero--full-overlay .twz-hero__wrapper:after {
    background: color-mix(in srgb, var(--hero-gradient-bg, var(--cyan-800)), transparent 40%);
  }
}
.twz-hero.twz-hero--gradient-left.twz-hero--gradient-right, .twz-hero.twz-hero--gradient-right.twz-hero--gradient-right, .twz-hero.twz-hero--full-overlay.twz-hero--gradient-right {
  --gradient-direction: to left;
}
.twz-hero.twz-hero--gradient-left.twz-hero--full-overlay, .twz-hero.twz-hero--gradient-right.twz-hero--full-overlay, .twz-hero.twz-hero--full-overlay.twz-hero--full-overlay {
  background-color: var(--hero-full-overlay-bg, var(--blue-800));
}
@media (min-width: 768px) {
  .twz-hero.twz-hero--slider .twz-hero__wrapper, .home .twz-hero .twz-hero__wrapper {
    min-height: 80rem;
  }
}
.twz-hero.twz-hero--slider:has(.flickity-viewport) .flickity-viewport {
  overflow: unset;
}
.twz-hero.twz-hero--slider:has(.flickity-viewport) .flickity-cell,
.twz-hero.twz-hero--slider:has(.flickity-viewport) .flickity-slider {
  transform: unset !important;
  will-change: opacity;
  display: block;
  transition: opacity 0.3s ease-in-out;
}
.twz-hero.twz-hero--slider:has(.flickity-viewport) .flickity-cell:not(.is-selected),
.twz-hero.twz-hero--slider:has(.flickity-viewport) .flickity-slider:not(.is-selected) {
  pointer-events: none;
}
.twz-hero.twz-hero--slider:has(.flickity-viewport) .flickity-cell:not(.is-selected) .btn,
.twz-hero.twz-hero--slider:has(.flickity-viewport) .flickity-slider:not(.is-selected) .btn {
  display: none;
}
.twz-hero.twz-hero--slider:has(.flickity-viewport) .flickity-cell.is-selected,
.twz-hero.twz-hero--slider:has(.flickity-viewport) .flickity-slider.is-selected {
  translate: 0 0 !important;
  opacity: 1;
  pointer-events: auto;
}
.twz-hero.twz-hero--slider .flickity-cell {
  opacity: 0;
}
.twz-hero.twz-hero--slider .flickity-page-dots {
  justify-content: flex-start;
  margin-top: auto;
  margin-bottom: 10rem;
}
@media (max-width: 767px) {
  .twz-hero.twz-hero--slider .flickity-page-dots {
    margin-bottom: 0;
    margin-top: 8rem;
  }
}
.twz-hero.twz-hero--video .twz-hero__video--teaser {
  animation: unset !important;
  background: #000;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  position: absolute;
  top: 0;
  transform-origin: center;
  transition: 0.3s ease;
  width: 100%;
}
.twz-hero.twz-hero--video .twz-hero__video-trigger {
  position: absolute;
  top: 50%;
  right: 0;
  z-index: 400;
  background: var(--blue-200);
  border-color: var(--blue-200);
  color: white;
  transition: transform 0.3s ease;
}
body:has(.twz-hero__video--teaser[data-video-state=paused]) .twz-hero.twz-hero--video .twz-hero__video-trigger {
  z-index: 1001;
}
@media (max-width: 767px) {
  .twz-hero.twz-hero--video .twz-hero__video-trigger {
    top: 82.5%;
  }
}
.twz-hero.twz-hero--video .twz-hero__video-trigger:hover {
  transform: scale(1.1);
}
.twz-hero.twz-hero--video .twz-hero__video-wrapper {
  z-index: 999;
  position: fixed;
  width: 100%;
  background: var(--blue-800);
  height: 100vh;
  display: flex;
  justify-content: center;
  align-items: center;
}
.twz-hero.twz-hero--video .twz-hero__video--full[data-video-state=paused] {
  opacity: 0 !important;
  pointer-events: none;
}
.twz-hero.twz-hero--video .twz-hero__video--full[data-video-state=playing] {
  height: 85%;
  max-width: 100%;
  transform: scale(1);
  width: auto;
}
.twz-hero__wrapper {
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  position: relative;
  min-height: var(--min-height-hero, 50rem);
}
.page-template-template-blog-overview .twz-hero__wrapper, .page-template-template-vacancy-overview .twz-hero__wrapper {
  min-height: 65rem;
}
.twz-hero__wrapper > svg {
  position: absolute;
  height: 100vh;
  width: auto;
  right: 0;
  top: 0;
  translate: 30% 0;
  opacity: 0.2;
  z-index: 1;
}
@media (min-width: 768px) and (max-width: 1023px) {
  .twz-hero__wrapper > svg {
    height: 100vw;
  }
}
@media (max-width: 767px) {
  .twz-hero__wrapper > svg {
    display: none;
  }
}
.twz-hero__wrapper > svg path,
.twz-hero__wrapper > svg polygon {
  fill: var(--white);
}
.twz-hero__wrapper .twz-hero__content {
  max-width: var(--row-maxwidth);
  width: calc(100% - var(--row-margin-inline));
  margin: 0 auto;
  padding: var(--hero-content-padding-top, 20rem) 0 6rem 0;
  position: relative;
  z-index: 2;
  display: flex;
  flex-direction: column;
}
@media (min-width: 768px) and (max-width: 1599px) {
  .twz-hero__wrapper .twz-hero__content {
    --row-margin-inline: 15vw;
  }
}
.home .twz-hero__wrapper .twz-hero__content {
  --hero-content-padding-top: 30rem;
}
.twz-hero__wrapper .twz-hero__content .content.content {
  display: flex;
  flex-direction: column;
}
@media (max-width: 767px) {
  .twz-hero__wrapper .twz-hero__content .content.content {
    min-width: 100%;
  }
}
.twz-hero__wrapper .twz-hero__content .twz-hero__title {
  --text-color: var(--text-color-dark);
  font-size: clamp(4.4rem, 4vw, var(--theme-fs-h1));
}
@media (max-width: 767px) {
  .twz-hero__wrapper .twz-hero__content .twz-hero__title {
    --text-color: var(--white);
    --slash-bg: transparent;
  }
  .twz-hero__wrapper .twz-hero__content .twz-hero__title span.slash:before {
    content: unset;
  }
}
@media (max-width: 767px) {
  .twz-hero__wrapper .twz-hero__content .twz-hero__title span {
    padding: 0;
  }
  .twz-hero__wrapper .twz-hero__content .twz-hero__title span + span {
    margin: 0;
  }
}
.twz-hero__wrapper .twz-hero__content .twz-hero__title + * {
  margin-top: 0.7em;
}
.twz-hero__wrapper .twz-hero__images,
.twz-hero__wrapper .twz-hero__content {
  grid-column: 1/span 1;
  grid-row: 1/span 1;
}
.twz-hero__wrapper .twz-image {
  position: relative;
  height: 100%;
  width: 100%;
}
.twz-hero__wrapper .twz-image.flickity-cell {
  left: 0;
  top: 0;
  position: absolute;
}
.twz-hero__wrapper .twz-image img {
  position: absolute;
  width: 100%;
  height: 100%;
  inset: 0;
  -o-object-fit: cover;
     object-fit: cover;
}
.twz-hero__wrapper .twz-text {
  --paragraph-maxsize: 80rem;
}
@media (max-width: 767px) {
  .twz-hero__wrapper .twz-text .btn {
    width: auto;
  }
}

body:not(.herovideo--is-playing) .twz-hero.twz-hero--video .twz-hero__video-wrapper {
  display: none;
}
/*!******************************************************************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./frontend/node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[1].use[1]!./frontend/node_modules/postcss-loader/dist/cjs.js??ruleSet[1].rules[1].use[2]!./frontend/node_modules/sass-loader/dist/cjs.js??ruleSet[1].rules[1].use[3]!./web/app/themes/stxgroup/components/hero/hero-default/src/hero-default.scss ***!
  \******************************************************************************************************************************************************************************************************************************************************************************************************************************/
.twz-hero {
  --hero-gradient-bg: var(--blue-800);
}
.twz-hero__wrapper .twz-hero__content .twz-hero__title {
  --text-color: var(--white);
}
