/*!********************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js!./node_modules/postcss-loader/dist/cjs.js!./node_modules/svg-transform-loader/encode-query.js!./node_modules/sass-loader/dist/cjs.js!./src/scss/modules/index.scss ***!
  \********************************************************************************************************************************************************************************************************************/
.media {
  position: relative;
}
.media .bg-video-wrapper {
  z-index: 0;
}

.section-layout {
  padding-top: clamp(1.25rem, 0.2337rem + 4.7826vw, 4rem);
  padding-bottom: clamp(1.25rem, 0.2337rem + 4.7826vw, 4rem);
}
.section-layout.spacing-tight {
  padding-top: clamp(1rem, 0.538rem + 2.1739vw, 2.25rem);
  padding-bottom: clamp(1rem, 0.538rem + 2.1739vw, 2.25rem);
}
.section-layout.spacing-loose {
  padding-top: clamp(3.5rem, 1.0978rem + 11.3043vw, 10rem);
  padding-bottom: clamp(3.5rem, 1.0978rem + 11.3043vw, 10rem);
}
.section-layout .layout-header > *:first-child {
  margin-top: 0px;
}
.section-layout.padding-top-none {
  padding-top: 0px;
}
.section-layout.padding-bottom-none {
  padding-bottom: 0px;
}

.request-text-default, .request-text-dark {
  --headline-color: var( --wp--preset--color--dark );
  --subhead-color: var( --wp--preset--color--dark );
  --text-color: var( --wp--preset--color--dark );
  --button-color: var( --wp--preset--color--dark );
  --button-bg: var( --wp--preset--color--white );
  --button-bg-active: var( --wp--preset--color--dark );
  --link-color: var( --wp--preset--color--dark );
  --link-color-active: var( --wp--preset--color--white );
}
.request-text-light, .request-text-whiteout {
  --headline-color: var( --wp--preset--color--white );
  --subhead-color: var( --wp--preset--color--white );
  --text-color: var( --wp--preset--color--white );
  --button-color: var( --wp--preset--color--white );
  --button-color-active: var( --wp--preset--color--white );
  --button-bg: var( --wp--preset--color--white );
  --button-bg-active: var( --wp--preset--white );
  --link-color: var( --wp--preset--white );
  --link-color-active: var( --wp--preset--color--white );
}

.section-layout h1,
.section-layout h2,
.section-layout h3,
.section-layout h4,
.section-layout h5,
.section-layout h6 {
  color: inherit;
  color: var(--subhead-color, inherit);
}
.section-layout .layout-title {
  color: inherit;
  color: var(--headline-color, inherit);
}
.section-layout .layout-subtitle {
  color: inherit;
  color: var(--subhead-color, inherit);
}
.section-layout .layout-content {
  color: inherit;
  color: var(--text-color, inherit);
}

.hero-cta h1,
.hero-cta h2,
.hero-cta h3,
.hero-cta h4,
.hero-cta h5,
.hero-cta h6 {
  color: inherit;
  color: var(--subhead-color, inherit);
}
.hero-cta .cta-title {
  color: inherit;
  color: var(--headline-color, inherit);
}
.hero-cta .cta-subtitle {
  color: inherit;
  color: var(--subhead-color, inherit);
}
.hero-cta .cta-content {
  color: inherit;
  color: var(--text-color, inherit);
}
/*!********************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js!./node_modules/postcss-loader/dist/cjs.js!./node_modules/svg-transform-loader/encode-query.js!./node_modules/sass-loader/dist/cjs.js!./src/scss/modules/cards.scss ***!
  \********************************************************************************************************************************************************************************************************************/
/*
 * Cards Layout
 */
.layout-cards {
  position: relative;
}
.layout-cards .layout-wrapper {
  width: 100%;
  margin-right: auto;
  margin-left: auto;
  padding-right: 1rem;
  padding-left: 1rem;
}
@media (min-width: 100%) {
  .layout-cards .layout-wrapper {
    max-width: 100%;
    padding-right: 1rem;
    padding-left: 1rem;
  }
}
@media (min-width: 1240px) {
  .layout-cards .layout-wrapper {
    max-width: 1240px;
  }
}
.layout-cards .layout-footer {
  width: 100%;
  margin-right: auto;
  margin-left: auto;
  padding-right: 1rem;
  padding-left: 1rem;
}
@media (min-width: 100%) {
  .layout-cards .layout-footer {
    max-width: 100%;
    padding-right: 1rem;
    padding-left: 1rem;
  }
}
@media (min-width: 1240px) {
  .layout-cards .layout-footer {
    max-width: 1240px;
  }
}
.layout-cards .layout-footer {
  margin: auto;
  padding-top: clamp(1.25rem, 0.2337rem + 4.7826vw, 4rem);
  text-align: center;
}
.layout-cards .layout-footer .button {
  min-width: 33.333333%;
}
.layout-cards .layout-header {
  --tw-text-opacity: 1;
  color: rgb(49 49 49 / 1);
}
@supports (color: rgb(0 0 0 / 0)) and (top: var(--f)) {
.layout-cards .layout-header {
    color: rgb(49 49 49 / var(--tw-text-opacity, 1));
  }
}
.layout-cards .layout-header h2 {
  border-bottom-width: 1px;
  border-style: solid;
  --tw-border-opacity: 1;
  border-color: rgb(229 229 229 / 1);
  padding-bottom: 1rem;
  font-size: var(--wp--preset--font-size--xl);
  line-height: 1.2;
  font-weight: 700;
}
@supports (color: rgb(0 0 0 / 0)) and (top: var(--f)) {
.layout-cards .layout-header h2 {
    border-color: rgb(229 229 229 / var(--tw-border-opacity, 1));
  }
}
.layout-cards .layout-header h3 {
  margin-bottom: 0px;
  --tw-text-opacity: 1;
  color: rgb(49 49 49 / 1);
}
@supports (color: rgb(0 0 0 / 0)) and (top: var(--f)) {
.layout-cards .layout-header h3 {
    color: rgb(49 49 49 / var(--tw-text-opacity, 1));
  }
}
.layout-cards .layout-header .layout-content {
  --tw-text-opacity: 1;
  color: rgb(49 49 49 / 1);
}
@supports (color: rgb(0 0 0 / 0)) and (top: var(--f)) {
.layout-cards .layout-header .layout-content {
    color: rgb(49 49 49 / var(--tw-text-opacity, 1));
  }
}
.layout-cards .cards-wrapper {
  display: grid;
  grid-template-columns: repeat(1, minmax(0, 1fr));
  grid-gap: clamp(1.25rem, 0.2337rem + 4.7826vw, 4rem);
  gap: clamp(1.25rem, 0.2337rem + 4.7826vw, 4rem);
  padding-top: 1.5rem;
}
@media (min-width: 640px) {
  .layout-cards .cards-wrapper {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}
@media (min-width: 768px) {
  .layout-cards .cards-wrapper {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: clamp(1rem, 0.538rem + 2.1739vw, 2.25rem);
  }
}
@media (min-width: 1024px) {
  .layout-cards .cards-wrapper {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}
.layout-cards a.card h3,
.layout-cards a.card img {
  transition-property: all;
  transition-duration: 300ms;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}
.layout-cards a.card:hover h3, .layout-cards a.card:focus h3 {
  --tw-text-opacity: 1;
  color: rgb(233 64 71 / 1);
}
@supports (color: rgb(0 0 0 / 0)) and (top: var(--f)) {
.layout-cards a.card:hover h3, .layout-cards a.card:focus h3 {
    color: rgb(233 64 71 / var(--tw-text-opacity, 1));
  }
}
.layout-cards .card {
  position: relative;
  display: flex;
  width: 100%;
  flex-direction: column;
  justify-content: flex-start;
  text-decoration-line: none;
}
.layout-cards .card:has(.ribbon):not(:has(img)) h3 {
  margin-top: 0px;
}
.layout-cards .card .ribbon {
  margin-bottom: 0.5rem;
  font-size: var(--wp--preset--font-size--small);
  line-height: 1.4;
  font-weight: 700;
  --tw-text-opacity: 1;
  color: rgb(233 64 71 / 1);
}
@supports (color: rgb(0 0 0 / 0)) and (top: var(--f)) {
.layout-cards .card .ribbon {
    color: rgb(233 64 71 / var(--tw-text-opacity, 1));
  }
}
.layout-cards .card .media {
  aspect-ratio: 4 / 3;
  overflow: hidden;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}
.layout-cards .card .media:has(iframe) {
  aspect-ratio: 16 / 9;
}
.layout-cards .card .media iframe {
  display: block;
  aspect-ratio: 16 / 9;
  height: auto;
  width: 100%;
  box-sizing: content-box;
}
.layout-cards .card .media img {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  transition-property: all;
  transition-duration: 300ms;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}
.layout-cards .card h3 {
  font-family: 'aktiv-grotesk', sans-serif;
  font-size: var(--wp--preset--font-size--large);
  line-height: 1.4;
  font-weight: 400;
}
.layout-cards .card-content p {
  margin-bottom: 0px;
}
.layout-cards .card-content ul {
  margin-top: 0.5rem;
}
.layout-cards.variant-default .cards-wrapper .card .ribbon {
  display: none;
}
.layout-cards.variant-alt-1 .cards-wrapper .card h3 {
  font-weight: 700;
}
.layout-cards.variant-alt-2 .card .media {
  display: none;
}
.layout-cards.variant-alt-2 h3 {
  margin-top: 0px;
}
.layout-cards.variant-alt-3 .card .media {
  display: none;
}
.layout-cards.variant-alt-3 .card h3 {
  font-size: var(--wp--preset--font-size--large);
  line-height: 1.4;
  font-weight: 700;
}
.layout-cards.variant-alt-3 .card-content {
  font-size: var(--wp--preset--font-size--large);
  line-height: 1.4;
}

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