.herovideo {
  --color-brand: var(--asd-green);
  --headline-color: #c3d200;
  --text-color: white;
  --header-color: var(--text-color);
  position: relative;
  width: 100%;
  height: 100vh;
  overflow: hidden;
}
.herovideo h1, .herovideo h2, .herovideo h3, .herovideo h4, .herovideo h5, .herovideo h6 {
  color: var(--header-color);
}
.herovideo h1.green, .herovideo h2 {
  --header-color: var(--asd-green);
}
.herovideo h2.header-black {
  --header-color: black;
}
.herovideo .buttonRTE,
.herovideo .button.button-default {
  --header-color: var(--asd-green);
  background-color: var(--header-color) !important;
  color: white;
  text-shadow: 1px 1px 4px black;
}
.herovideo .buttonRTE:hover, .herovideo .buttonRTE:active, .herovideo .buttonRTE:focus,
.herovideo .button.button-default:hover,
.herovideo .button.button-default:active,
.herovideo .button.button-default:focus {
  --header-color: var(--asd-green-hover);
}
.herovideo .buttonRTE--secondary {
  border-color: var(--header-color);
}
.herovideo .buttonRTE--secondary:hover, .herovideo .buttonRTE--secondary:active, .herovideo .buttonRTE--secondary:focus {
  --header-color: var(--asd-green-hover);
}
.herovideo .text-green {
  color: var(--asd-green);
}
.herovideo__video {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.herovideo__video--portrait {
  display: none;
}
.herovideo__overlay {
  position: absolute;
  inset: 0;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  padding: 6.4rem 0;
  background: linear-gradient(to top, rgba(0, 0, 0, 0.55) 0%, rgba(0, 0, 0, 0.15) 50%, transparent 100%);
  color: #fff;
}
.herovideo__overlay__inner {
  padding: 0 15px;
  margin: 0 auto;
  width: 100%;
}
.herovideo__overlay__inner--normal {
  padding: 0 15px;
}
@media (min-width: 768px) {
  .herovideo__overlay__inner--normal {
    width: 750px;
  }
}
@media (min-width: 992px) {
  .herovideo__overlay__inner--normal {
    width: 970px;
  }
}
@media (min-width: 1200px) {
  .herovideo__overlay__inner--normal {
    width: 1170px;
  }
}
.herovideo__overlay__inner--center-links {
  max-width: 720px;
}
.herovideo__overlay__inner--center {
  max-width: 720px;
  text-align: center;
}
.herovideo__overlay__title {
  font-size: clamp(3.2rem, 5vw, 6.4rem);
  font-weight: 700;
  line-height: 1.1;
  letter-spacing: -0.02em;
  text-shadow: 0 2px 16px rgba(0, 0, 0, 0.35);
  white-space: pre-line;
}
.herovideo__overlay__title--0 {
  color: var(--color-brand);
}
.herovideo__overlay__title--1 {
  font-size: clamp(4.4rem, 7vw, 8.8rem);
  font-weight: 800;
  letter-spacing: -0.03em;
}
.herovideo__overlay__title--2 {
  color: var(--color-brand);
}
.herovideo__overlay__title--3 {
  font-size: clamp(2.8rem, 3.5vw, 4.4rem);
  font-weight: 600;
  letter-spacing: -0.01em;
}
.herovideo__overlay__title--4 {
  font-size: clamp(2.4rem, 2.5vw, 3.2rem);
  font-weight: 600;
  letter-spacing: 0;
}
.herovideo__overlay__title--5 {
  font-size: clamp(2rem, 2vw, 2.4rem);
  font-weight: 500;
  letter-spacing: 0;
}
.herovideo__overlay__title--8 {
  color: #333;
}
.herovideo__overlay__title--9 {
  font-size: clamp(4.4rem, 7vw, 8.8rem);
  font-weight: 800;
  letter-spacing: -0.03em;
  color: var(--color-brand);
}
.herovideo__overlay__title--10 {
  font-size: clamp(4.4rem, 7vw, 8.8rem);
  font-weight: 300;
  letter-spacing: -0.01em;
}
.herovideo__overlay__title--11 {
  font-size: clamp(4.4rem, 7vw, 8.8rem);
  font-weight: 300;
  letter-spacing: -0.01em;
  color: var(--color-brand);
}
.herovideo__overlay__sub {
  margin-top: 1.2rem;
  font-size: clamp(1.5rem, 1.8vw, 2rem);
  font-weight: 400;
  opacity: 0.85;
  text-shadow: 0 1px 8px rgba(0, 0, 0, 0.4);
}
@media (orientation: portrait) {
  .herovideo__video--landscape {
    display: none;
  }
  .herovideo__video--portrait {
    display: block;
  }
}

/*# sourceMappingURL=AsdHerovideo.css.map */


.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

.feature-slider {
  overflow: hidden;
}
@media (max-width: 768px) {
  .feature-slider {
    overflow: visible;
  }
}
.feature-slider__inner {
  max-width: 1200px;
  margin: 0 auto;
}
@media (max-width: 1240px) {
  .feature-slider__inner {
    padding: 0 15px;
  }
}
.feature-slider__header {
  margin-bottom: 16px;
}
.feature-slider__header h1.header-green, .feature-slider__header h2.header-green, .feature-slider__header h3.header-green, .feature-slider__header h4.header-green, .feature-slider__header h5.header-green, .feature-slider__header h6.header-green {
  color: var(--color-brand);
}
.feature-slider__header h1.header-light, .feature-slider__header h2.header-light, .feature-slider__header h3.header-light, .feature-slider__header h4.header-light, .feature-slider__header h5.header-light, .feature-slider__header h6.header-light {
  font-weight: 300;
}
@media (max-width: 768px) {
  .feature-slider__header {
    margin-bottom: 0;
  }
}
.feature-slider__sub {
  font-size: 1.8rem;
  color: #a1a1a6;
  margin-bottom: 60px;
  max-width: 560px;
}
@media (max-width: 768px) {
  .feature-slider__sub {
    margin-bottom: 32px;
  }
}
.feature-slider__layout {
  display: grid;
  grid-template-columns: 380px 1fr;
  gap: 48px;
  align-items: start;
}
@media (max-width: 768px) {
  .feature-slider__layout {
    grid-template-columns: 1fr;
    gap: 0;
  }
}

.feature-tabs {
  display: flex;
  flex-direction: column;
}

.feature-tab {
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  position: relative;
}
.feature-tab:last-child {
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}
.feature-tab__progress {
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  width: 3px;
  background: rgba(255, 255, 255, 0.08);
  border-radius: 2px;
  overflow: hidden;
}
@media (max-width: 768px) {
  .feature-tab__progress {
    display: none;
  }
}
.feature-tab__progress-fill {
  width: 100%;
  height: 0%;
  background: var(--color-brand);
  border-radius: 2px;
}
.feature-tab--active .feature-tab__progress {
  background: rgba(255, 255, 255, 0.18);
}
.feature-tab__header {
  display: flex;
  align-items: center;
  gap: 16px;
  padding: 20px 0 20px 16px;
  width: 100%;
  background: none;
  border: none;
  -webkit-appearance: none;
  appearance: none;
  color: inherit;
  font: inherit;
  text-align: left;
  cursor: pointer;
  user-select: none;
  position: relative;
  touch-action: manipulation;
  -webkit-tap-highlight-color: transparent;
}
.feature-tab__header:focus-visible {
  outline: 2px solid var(--color-brand);
  outline-offset: -2px;
  border-radius: 4px;
}
@media (max-width: 768px) {
  .feature-tab__header {
    padding: 18px 15px;
  }
}
.feature-tab__icon {
  width: 40px;
  height: 40px;
  border-radius: 10px;
  background: rgba(255, 255, 255, 0.08);
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  transition: background 0.3s;
}
.feature-tab__icon svg {
  width: 20px;
  height: 20px;
  fill: none;
  stroke: #f5f5f7;
  stroke-width: 1.5;
  stroke-linecap: round;
  stroke-linejoin: round;
}
@media (prefers-reduced-motion: reduce) {
  .feature-tab__icon {
    transition: none;
  }
}
.feature-tab--active .feature-tab__icon {
  background: var(--color-brand);
}
.feature-tab__title {
  font-size: 1.6rem;
  font-weight: 600;
  letter-spacing: -0.01em;
  color: var(--text-color);
}
.feature-tab__chevron {
  margin-left: auto;
  width: 20px;
  height: 20px;
  flex-shrink: 0;
  fill: none;
  stroke: #6e6e73;
  stroke-width: 2;
  stroke-linecap: round;
  stroke-linejoin: round;
  transition: transform 0.35s ease, stroke 0.3s;
}
@media (prefers-reduced-motion: reduce) {
  .feature-tab__chevron {
    transition: none;
  }
}
.feature-tab--active .feature-tab__chevron {
  transform: rotate(180deg);
  stroke: var(--color-brand);
}
.feature-tab__body {
  display: grid;
  grid-template-rows: 0fr;
  transition: grid-template-rows 0.38s ease;
}
@media (prefers-reduced-motion: reduce) {
  .feature-tab__body {
    transition: none;
  }
}
.feature-tab--active .feature-tab__body {
  grid-template-rows: 1fr;
}
.feature-tab__body-inner {
  overflow: hidden;
}
.feature-tab__text {
  padding: 4px 0 24px 72px;
  font-size: 1.4rem;
  line-height: 1.65;
  color: #a1a1a6;
  text-align: left;
}
.feature-tab:not(:has(.feature-tab__icon)) .feature-tab__text {
  padding-left: 16px;
}
.feature-tab__text p {
  margin: 0 0 0.75em;
}
.feature-tab__text p:last-child {
  margin-bottom: 0;
}
.feature-tab__text a {
  color: var(--color-brand);
}
@media (max-width: 768px) {
  .feature-tab__text {
    padding: 0 20px 20px;
  }
}

.feature-visual {
  position: sticky;
  top: 40px;
  border-radius: 20px;
  overflow: hidden;
  aspect-ratio: 16/9;
  background: #000;
}
@media (max-width: 768px) {
  .feature-visual {
    position: relative;
    top: 0;
    border-radius: 0;
    order: -1;
    margin-left: -15px;
    margin-right: -15px;
  }
}
.feature-visual__play-btn {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 10;
  width: 56px;
  height: 56px;
  border-radius: 50%;
  background: rgba(0, 0, 0, 0.55);
  border: 2px solid rgba(255, 255, 255, 0.3);
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.2s, background 0.2s;
}
.feature-visual__play-btn svg {
  width: 22px;
  height: 22px;
  fill: #fff;
  flex-shrink: 0;
}
.feature-visual__play-btn .feature-visual__play-icon--play {
  display: none;
}
.feature-visual__play-btn .feature-visual__play-icon--pause {
  display: block;
}
.feature-visual__play-btn.is-paused .feature-visual__play-icon--play {
  display: block;
}
.feature-visual__play-btn.is-paused .feature-visual__play-icon--pause {
  display: none;
}
.feature-visual__play-btn:hover {
  background: rgba(0, 0, 0, 0.75);
}
.feature-visual.has-video:hover .feature-visual__play-btn {
  opacity: 1;
  pointer-events: auto;
}
.feature-visual__play-btn.is-visible {
  opacity: 1;
  pointer-events: auto;
}
@media (prefers-reduced-motion: reduce) {
  .feature-visual__play-btn {
    transition: none;
  }
}

.feature-slide {
  position: absolute;
  inset: 0;
  opacity: 0;
  transition: opacity 0.5s ease;
}
.feature-slide--active {
  opacity: 1;
  position: relative;
}
.feature-slide video {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}
.feature-slide picture {
  display: block;
  width: 100%;
  height: 100%;
}
.feature-slide picture img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}
.feature-slide__label {
  position: absolute;
  bottom: 20px;
  left: 20px;
  font-size: 1.2rem;
  font-weight: 600;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: rgba(255, 255, 255, 0.5);
  pointer-events: none;
  opacity: 0;
}
.feature-slide__loader {
  position: absolute;
  inset: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  pointer-events: none;
  z-index: 2;
  opacity: 0;
  transition: opacity 0.25s ease;
}
.feature-slide__loader--visible {
  opacity: 1;
}
.feature-slide__loader::after {
  content: "";
  width: 36px;
  height: 36px;
  border: 3px solid rgba(255, 255, 255, 0.12);
  border-top-color: var(--color-brand);
  border-radius: 50%;
  animation: acc-spin 0.75s linear infinite;
}
@media (prefers-reduced-motion: reduce) {
  .feature-slide__loader::after {
    animation: none;
  }
}
@media (prefers-reduced-motion: reduce) {
  .feature-slide {
    transition: none;
  }
}

@keyframes acc-spin {
  to {
    transform: rotate(360deg);
  }
}

/*# sourceMappingURL=AsdAccordeon.css.map */


.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

#wrapper.pagetype--5 .carousel {
  color: #fff;
}

.carousel {
  max-width: 1170px;
  margin: 0 auto;
}
.carousel__track-area {
  position: relative;
}
.carousel__track-wrapper {
  overflow: hidden;
}
.carousel__track {
  display: flex;
  transition: transform 0.45s ease;
  will-change: transform;
}
@media (prefers-reduced-motion: reduce) {
  .carousel__track {
    transition: none;
  }
}
.carousel__slide {
  flex: 0 0 100%;
  display: flex;
  border-radius: 8px;
  overflow: hidden;
}
@media (max-width: 690px) {
  .carousel__slide {
    flex-direction: column;
  }
}
.carousel__image {
  flex: 0 0 auto;
  width: 50%;
  aspect-ratio: 1/1;
  overflow: hidden;
}
.carousel__image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}
@media (max-width: 690px) {
  .carousel__image {
    width: 100%;
  }
}
.carousel__content {
  flex: 1;
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 20px;
  padding: 56px 64px;
}
@media (max-width: 690px) {
  .carousel__content {
    padding: 32px 24px;
  }
}
.carousel__actions {
  display: flex;
  gap: 16px;
  flex-wrap: wrap;
  align-items: center;
}
.carousel__peek {
  position: absolute;
  bottom: 0;
  right: 0;
  width: 180px;
  overflow: hidden;
  border-radius: 8px;
  opacity: 0.85;
  cursor: pointer;
  transition: opacity 0.3s;
  box-shadow: 0 4px 24px rgba(0, 0, 0, 0.18);
}
.carousel__peek:hover {
  opacity: 0.2;
}
.carousel__peek.is-hidden {
  visibility: hidden;
  pointer-events: none;
}
@media (prefers-reduced-motion: reduce) {
  .carousel__peek {
    transition: none;
  }
}
@media (max-width: 992px) {
  .carousel__peek {
    display: none;
  }
}
.carousel__peek-inner {
  transform-origin: top left;
  pointer-events: none;
}
.carousel__btn {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 2;
  width: 44px;
  height: 44px;
  border: none;
  background: transparent;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--color-brand);
  transition: opacity 0.2s;
}
.carousel__btn--prev {
  left: 8px;
}
.carousel__btn--next {
  right: 8px;
}
.carousel__btn svg {
  filter: drop-shadow(0 1px 3px rgba(0, 0, 0, 0.35));
  width: 32px;
  height: 32px;
}
.carousel__btn:hover {
  opacity: 0.7;
}
.carousel__btn:disabled {
  opacity: 0.2;
  cursor: default;
}
@media (max-width: 992px) {
  .carousel__btn {
    display: none;
  }
}
.carousel__thumbnails {
  display: none;
  gap: 8px;
  margin-top: 12px;
}
@media (max-width: 992px) {
  .carousel__thumbnails {
    display: flex;
  }
}
.carousel__thumb {
  flex: 1;
  aspect-ratio: 1/1;
  padding: 0;
  border: 2px solid transparent;
  border-radius: 4px;
  overflow: hidden;
  cursor: pointer;
  background: transparent;
  transition: border-color 0.2s;
}
.carousel__thumb.is-active {
  border-color: var(--color-brand);
}
.carousel__thumb-image {
  width: 100%;
  height: 100%;
  background: transparent;
  background-size: cover;
  background-position: center;
}

/*# sourceMappingURL=AsdCarousel.css.map */


