.customer-styles {
  /* START article: teaser-story */
  /* END article: teaser-story */
}

.customer-styles .template_teaser-story .background-container {
  padding-bottom: 100px;
  overflow: hidden;
}

@media (min-width: 1000px) {
  .customer-styles .template_teaser-story .background-container {
    padding-bottom: 175px;
  }
}

.customer-styles .template_teaser-story.spacing-top .background-container {
  padding-top: 100px;
}

@media (min-width: 1000px) {
  .customer-styles .template_teaser-story.spacing-top .background-container {
    padding-top: 175px;
  }
}

.customer-styles .template_teaser-story.spacing-bottom-reduce .background-container {
  padding-bottom: 30px;
}

@media (min-width: 1000px) {
  .customer-styles .template_teaser-story.spacing-bottom-reduce .background-container {
    padding-bottom: 40px;
  }
}

.customer-styles .template_teaser-story .global-grid {
  row-gap: 30px;
}

@media (min-width: 1000px) {
  .customer-styles .template_teaser-story .global-grid {
    row-gap: 40px;
  }
}

.customer-styles .template_teaser-story .icon-container {
  grid-column: 1/7;
}

@media (min-width: 1000px) {
  .customer-styles .template_teaser-story .icon-container {
    grid-column: 2/12;
  }
}

.customer-styles .template_teaser-story .icon {
  color: var(--color);
  height: 70px;
  width: 70px;
}

.customer-styles .template_teaser-story .text-container {
  grid-column: 1/7;
  display: grid;
}

@media (min-width: 1000px) {
  .customer-styles .template_teaser-story .text-container {
    grid-column: 2/6;
  }
}

.customer-styles .template_teaser-story .slider-container {
  grid-column: 1/7;
  margin-left: -25px;
  margin-right: -25px;
  position: relative;
}

@media (min-width: 1000px) {
  .customer-styles .template_teaser-story .slider-container {
    grid-column: 7/13;
  }
}

@media (min-width: 1000px) {
  .customer-styles .template_teaser-story .slider-container {
    margin-left: -5px;
  }
}

@media (min-width: 1000px) {
  .customer-styles .template_teaser-story .slider-container {
    margin-right: -45px;
  }
}

.customer-styles .template_teaser-story .item-container {
  aspect-ratio: 2;
  overflow: hidden;
  position: relative;
}

@supports not (aspect-ratio: 2) {
  .customer-styles .template_teaser-story .item-container::before {
    content: '';
    float: left;
    padding-top: calc((1 / 2) * 100%);
  }
  .customer-styles .template_teaser-story .item-container::after {
    content: '';
    display: block;
    clear: both;
  }
}

.customer-styles .template_teaser-story .item {
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
}

.customer-styles .template_teaser-story .item-content {
  display: flex;
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  text-decoration: none;
}

.customer-styles .template_teaser-story .item-image-color {
  height: 100%;
  order: 2;
  width: 50%;
}

.customer-styles .template_teaser-story img.item-image {
  display: block;
  height: 100%;
  mix-blend-mode: multiply;
  width: 100%;
}

.customer-styles .template_teaser-story .item-image-overlay-container {
  height: 100%;
  opacity: 1;
  pointer-events: none;
  position: absolute;
  top: 0;
  width: 100%;
  display: none;
}

.customer-styles .template_teaser-story .item-image-overlay {
  display: block;
  height: 100%;
  position: absolute;
  width: 100%;
}

.customer-styles .template_teaser-story .item-text {
  background-color: var(--element-color);
  align-items: center;
  display: grid;
  height: 100%;
  justify-items: center;
  left: 0;
  pointer-events: none;
  position: relative;
  top: 0;
  order: 1;
  width: 50%;
}

.customer-styles .template_teaser-story .item-text-span {
  font-size: 15px;
  letter-spacing: 0.15em;
  line-height: 1.33333;
  color: var(--font-special-color);
  display: inline-grid;
  font-family: "Museo Sans", Verdana, sans-serif;
  font-weight: 900;
  justify-items: center;
  position: relative;
  row-gap: 4px;
  text-align: center;
  text-transform: uppercase;
  width: 70%;
}

@media (min-width: 1000px) {
  .customer-styles .template_teaser-story .item-text-span {
    font-size: 20px;
    letter-spacing: 0.2em;
    line-height: 1.2;
  }
}

.customer-styles .template_teaser-story .item-text-span::after {
  background-color: var(--font-special-color);
  background-position: center;
  background-repeat: no-repeat;
  content: '';
  display: none;
  height: 14px;
  -webkit-mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 38 211 132'%3E%3Cpath d='M 1.3608247,117.03093 H 159.89691 l -33.76547,33.76546 18.11598,18.11598 66.34021,-64.80928 -66.34021,-65.149481 -18.37113,18.711338 34.36082,33.340206 H 1.3608247 Z' /%3E%3C/svg%3E%0A");
          mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 38 211 132'%3E%3Cpath d='M 1.3608247,117.03093 H 159.89691 l -33.76547,33.76546 18.11598,18.11598 66.34021,-64.80928 -66.34021,-65.149481 -18.37113,18.711338 34.36082,33.340206 H 1.3608247 Z' /%3E%3C/svg%3E%0A");
  width: 22px;
}

.customer-styles .template_teaser-story a .item-text-span::after {
  display: block;
}

.customer-styles .template_teaser-story .item-highlight .item-content {
  pointer-events: all;
}

.customer-styles .template_teaser-story .item-highlight .item-image-overlay-container {
  opacity: 0;
}

.customer-styles .template_teaser-story .pagination-container {
  margin-top: 20px;
  gap: 3px;
  align-items: center;
  display: flex;
  justify-content: center;
  min-height: 20px;
}

@media (min-width: 1000px) {
  .customer-styles .template_teaser-story .pagination-container {
    margin-top: 30px;
  }
}

@media (min-width: 1000px) {
  .customer-styles .template_teaser-story .pagination-container {
    gap: 5px;
  }
}

.customer-styles .template_teaser-story .pagination-container.hidden {
  display: none;
}

.customer-styles .template_teaser-story .pagination-container .pagination-item {
  height: 8px;
  width: 8px;
  background-color: var(--element-color);
  border: 0 solid var(--element-color);
  border-radius: 50px;
  box-sizing: content-box;
  cursor: pointer;
  padding: 0;
  transition: all .1s;
}

@media (min-width: 1000px) {
  .customer-styles .template_teaser-story .pagination-container .pagination-item {
    height: 10px;
  }
}

@media (min-width: 1000px) {
  .customer-styles .template_teaser-story .pagination-container .pagination-item {
    width: 10px;
  }
}

.customer-styles .template_teaser-story .pagination-container .pagination-item.active, .customer-styles .template_teaser-story .pagination-container .pagination-item:hover {
  height: 6px;
  width: 6px;
  background-color: rgba(255, 255, 255, 0);
  border: 6px solid var(--element-color);
}

@media (min-width: 1000px) {
  .customer-styles .template_teaser-story .pagination-container .pagination-item.active, .customer-styles .template_teaser-story .pagination-container .pagination-item:hover {
    height: 8px;
  }
}

@media (min-width: 1000px) {
  .customer-styles .template_teaser-story .pagination-container .pagination-item.active, .customer-styles .template_teaser-story .pagination-container .pagination-item:hover {
    width: 8px;
  }
}

.customer-styles .template_teaser-story .text:not(:first-child) {
  margin-top: 30px;
}

@media (min-width: 1000px) {
  .customer-styles .template_teaser-story .text:not(:first-child) {
    margin-top: 40px;
  }
}
