/*!****************************************************************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** 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 ***!
  \****************************************************************************************************************************************************************************************************************************************************************************************************************************/
@import url(https://fonts.googleapis.com/css2?family=Lexend+Deca:wght@100..900&display=swap);
/*!********************************************************************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** 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 (1) ***!
  \********************************************************************************************************************************************************************************************************************************************************************************************************************************/
.twz-hero {
  --row-maxwidth: 1300px;
  --text-color: var(--white);
  font-weight: 400;
  overflow: clip;
}
.twz-hero.twz-hero--content-overlap + div {
  margin-top: calc(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-overlap, 5rem));
  top: unset;
  bottom: 0;
}
.page-template-template-blog-overview .twz-hero.twz-hero--content-overlap + div {
  --hero-content-overlap: 45vh;
}
@media (max-width: 767px) {
  .page-template-template-blog-overview .twz-hero.twz-hero--content-overlap + div {
    --hero-content-overlap: 35vh;
  }
}
.page-template-template-vacancy-overview .twz-hero.twz-hero--content-overlap + div {
  --hero-content-overlap: 10vh;
}
@media (max-width: 767px) {
  .page-template-template-vacancy-overview .twz-hero.twz-hero--content-overlap + div {
    --hero-content-overlap: 7vh;
  }
}
.page-template-template-vacancy-overview .twz-hero.twz-hero--content-overlap + div .twz-hero__content {
  margin-bottom: 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: 80vh;
  }
}
.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__wrapper {
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  position: relative;
  min-height: 50vh;
}
.page-template-template-blog-overview .twz-hero__wrapper, .page-template-template-vacancy-overview .twz-hero__wrapper {
  min-height: 70vh;
}
.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: 20rem 0 6rem 0;
  position: relative;
  z-index: 2;
  display: flex;
  flex-direction: column;
}
.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);
  }
  .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 + * {
  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;
  }
}
