.tr-product-teasers {
  display: block;
  width: 100vw;
  max-width: none;
  margin: 0 calc(50% - 50vw) 4.5rem;
  padding: 4rem 0 4.5rem;
  background: transparent;
  font-family: var(--tr-font-family-base, "Noto Sans", Arial, sans-serif);
}

.tr-product-teasers--bg-transparent {
  background: transparent;
}

.tr-product-teasers--bg-brown {
  background: var(--tr-color-brand-kwmk-brown, #d3c3b6);
}

.tr-product-teasers--bg-gray {
  background: var(--tr-color-brand-kwmk-gray-light, #f2f2f2);
}

.tr-product-teasers,
.tr-product-teasers * {
  box-sizing: border-box;
}

.tr-product-teasers__inner {
  width: calc(100% - 3rem);
  max-width: 90rem;
  margin-inline: auto;
}

.tr-product-teasers--content-full > .tr-product-teasers__inner {
  max-width: none;
}

.tr-product-teasers--content-big > .tr-product-teasers__inner {
  max-width: 120rem;
}

.tr-product-teasers--content-wide > .tr-product-teasers__inner {
  max-width: 90rem;
}

.tr-product-teasers--content-1200 > .tr-product-teasers__inner,
.tr-product-teasers--content-boxed > .tr-product-teasers__inner {
  max-width: 75rem;
}

.tr-product-teasers__header {
  max-width: 46rem;
  margin: 0 auto 4.5rem;
  text-align: center;
}

.tr-product-teasers__topline {
  margin: 0 0 0.5rem;
  color: var(--tr-color-brand-kwmk-blue, #00519e);
  font-size: 1.125rem;
  font-weight: 500;
  line-height: 1.35;
  letter-spacing: 0;
  text-transform: uppercase;
}

.tr-product-teasers__headline {
  margin: 0 0 1rem;
  color: var(--tr-color-brand-kwmk-black, #000);
  font-size: 2.8125rem;
  font-weight: 700;
  line-height: 1.2;
  letter-spacing: 0;
}

.tr-product-teasers__text {
  margin: 0;
  color: var(--tr-color-brand-kwmk-black, #000);
  font-size: 1.125rem;
  font-weight: 400;
  line-height: 1.6;
  letter-spacing: 0;
}

.tr-product-teasers__grid {
  display: grid;
  grid-template-columns: repeat(6, minmax(0, 1fr));
  gap: 2.5rem;
}

.tr-product-teasers__card {
  position: relative;
  display: flex;
  min-height: var(--tr-product-teasers-card-min-height, 27rem);
  grid-column: span 2;
  overflow: hidden;
  color: #fff;
  text-decoration: none;
  isolation: isolate;
}

.tr-product-teasers__card:nth-child(1),
.tr-product-teasers__card:nth-child(2) {
  min-height: var(--tr-product-teasers-featured-card-min-height, 30rem);
  grid-column: span 3;
}

.tr-product-teasers--count-3 {
  --tr-product-teasers-card-min-height: 37.75rem;
  --tr-product-teasers-featured-card-min-height: 37.75rem;
}

.tr-product-teasers__grid--count-3 {
  --tr-product-teasers-card-min-height: 37.75rem;
  --tr-product-teasers-featured-card-min-height: 37.75rem;
}

.tr-product-teasers__grid:has(> .tr-product-teasers__card:nth-child(3):last-child) {
  --tr-product-teasers-card-min-height: 37.75rem;
  --tr-product-teasers-featured-card-min-height: 37.75rem;
}

.tr-product-teasers__grid--count-5 .tr-product-teasers__card:nth-child(n + 3) {
  min-height: 37.75rem;
}

.tr-product-teasers--count-3 .tr-product-teasers__card,
.tr-product-teasers--count-3 .tr-product-teasers__card:nth-child(1),
.tr-product-teasers--count-3 .tr-product-teasers__card:nth-child(2),
.tr-product-teasers__grid--count-3 .tr-product-teasers__card,
.tr-product-teasers__grid--count-3 .tr-product-teasers__card:nth-child(1),
.tr-product-teasers__grid--count-3 .tr-product-teasers__card:nth-child(2),
.tr-product-teasers__grid:has(> .tr-product-teasers__card:nth-child(3):last-child) .tr-product-teasers__card,
.tr-product-teasers__grid:has(> .tr-product-teasers__card:nth-child(3):last-child) .tr-product-teasers__card:nth-child(1),
.tr-product-teasers__grid:has(> .tr-product-teasers__card:nth-child(3):last-child) .tr-product-teasers__card:nth-child(2) {
  grid-column: span 2;
}

.tr-product-teasers__media {
  position: absolute;
  inset: 0;
  z-index: -2;
  display: block;
  background: #d8d8d8;
}

.tr-product-teasers__media::before,
.tr-product-teasers__media::after {
  position: absolute;
  inset: 0;
  z-index: 1;
  display: block;
  border-radius: var(--Border-rounded-0, 0);
  content: "";
}

.tr-product-teasers__media::before {
  background: linear-gradient(180deg, rgba(0, 47, 92, 0) 0%, var(--color-blue-80, #002f5c) 100%);
  opacity: 0;
  transition: opacity 0.3s ease-in-out;
}

.tr-product-teasers__media::after {
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 40%, rgba(0, 0, 0, 0.72) 100%);
}

.tr-product-teasers--overlay-orange .tr-product-teasers__media::before {
  background: linear-gradient(180deg, rgba(244, 158, 0, 0) 0%, var(--tr-color-orange-60, #c77e00) 100%);
}

.tr-product-teasers__image,
.tr-product-teasers__image-placeholder {
  display: block;
  width: 100%;
  height: 100%;
  border: 0;
  padding: 0;
  object-fit: cover;
}

.tr-product-teasers__image-placeholder {
  background: #d8d8d8;
}

.tr-product-teasers__card-content {
  display: flex;
  width: 100%;
  min-height: 100%;
  flex-direction: column;
  justify-content: flex-end;
  padding: 2.5rem;
}

.tr-product-teasers__card-topline {
  display: block;
  margin: 0 0 0.5rem;
  color: inherit;
  font-size: 1.125rem;
  font-weight: 500;
  line-height: 1.2;
  letter-spacing: 0;
  text-transform: uppercase;
}

.tr-product-teasers__card-title {
  display: block;
  max-width: 31rem;
  margin: 0;
  color: inherit;
  font-size: 2.3125rem;
  font-weight: 700;
  line-height: 1.2;
  letter-spacing: 0;
}

.tr-product-teasers__card:nth-child(n + 3) .tr-product-teasers__card-title {
  font-size: 1.9375rem;
}

.tr-product-teasers__indicator {
  display: inline-flex;
  width: 2.25rem;
  height: 2.25rem;
  min-width: 2.25rem;
  min-height: 2.25rem;
  align-items: center;
  justify-content: center;
  margin-top: 1rem;
  border-radius: 999rem;
  background: #fff;
  color: var(--tr-color-brand-kwmk-black, #000);
  transition:
    background-color 0.3s ease-in-out,
    color 0.3s ease-in-out;
}

.tr-product-teasers__indicator-icon {
  display: block;
  width: 1.125rem;
  height: 1.125rem;
}

.tr-product-teasers__card:hover .tr-product-teasers__indicator,
.tr-product-teasers__card:focus-visible .tr-product-teasers__indicator {
  background: #fff;
  color: var(--tr-color-brand-kwmk-black, #000);
}

.tr-product-teasers__card:hover .tr-product-teasers__card-topline,
.tr-product-teasers__card:focus-visible .tr-product-teasers__card-topline,
.tr-product-teasers__card:hover .tr-product-teasers__card-title,
.tr-product-teasers__card:focus-visible .tr-product-teasers__card-title {
  color: #fff;
}

.tr-product-teasers__card:hover .tr-product-teasers__media::before,
.tr-product-teasers__card:focus-visible .tr-product-teasers__media::before {
  opacity: 1;
}

@media (max-width: 79.9375rem) {
  .tr-product-teasers__grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .tr-product-teasers__card,
  .tr-product-teasers__card:nth-child(1),
  .tr-product-teasers__card:nth-child(2) {
    grid-column: auto;
  }
}

@media (max-width: 47.9375rem) {
  .tr-product-teasers {
    padding: 4rem 0;
  }

  .tr-product-teasers__header {
    margin-bottom: 2.5rem;
  }

  .tr-product-teasers__headline {
    font-size: 1.875rem;
  }

  .tr-product-teasers__grid {
    grid-template-columns: 1fr;
    gap: 1.5rem;
  }

  .tr-product-teasers__card,
  .tr-product-teasers__card:nth-child(1),
  .tr-product-teasers__card:nth-child(2) {
    min-height: 24rem;
  }

  .tr-product-teasers__card-content {
    padding: 1.5rem;
  }

  .tr-product-teasers__card-title {
    font-size: 1.875rem;
  }
}
