.b24-content-teaser-cards-block.wrapper {
  padding: 0;
}
.b24-content-teaser-cards-content {
  margin-bottom: 2.5rem;
}
.b24-content-teaser-cards-content .b24-content-teaser-card-block-tagline {
  margin: 0 0 0.5rem 0;
  color: var(--colorPrimaryAlt);
  font-size: 0.9375rem;
  line-height: 1.6;
  font-weight: 600;
}
.b24-content-teaser-cards-content .b24-content-teaser-card-block-title {
  margin: 0 0 0.625rem 0;
  font-size: 1.5rem;
  font-weight: bold;
  line-height: 1.333;
}
.b24-content-teaser-cards-content .b24-content-teaser-card-block-description {
  margin: 0;
  font-size: 0.9375rem;
  line-height: 1.6;
}
.b24-content-teaser-cards-content .b24-content-teaser-card-block-links {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-flow: column nowrap;
          flex-flow: column nowrap;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  margin: 1.5rem 0 0 0;
}
.b24-content-teaser-cards-content .b24-content-teaser-card-block-links:empty {
  display: none;
}
.b24-content-teaser-cards-content .b24-content-teaser-card-block-links .btn {
  font-size: 0.9375rem;
  line-height: 1;
  font-weight: 600;
}
.b24-content-teaser-cards-content .b24-content-teaser-card-block-links .btn + .btn {
  margin-top: 0.75rem;
}
.b24-content-teaser-cards-content .b24-content-teaser-card-block-links .btn.primary {
  padding: 0.75rem 1rem;
}
.b24-content-teaser-cards-content .b24-content-teaser-card-block-links .btn.secondary {
  padding: 0.75rem 0;
}
.b24-content-teaser-card-item-image-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-flow: column nowrap;
          flex-flow: column nowrap;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  margin-bottom: 1.5rem;
  padding: var(--dimenGutter);
}
.b24-content-teaser-card-item-image-container picture {
  display: block;
}
.b24-content-teaser-card-item-image-container picture img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.b24-content-teaser-card-item-image-container picture img.ratio-2-3 {
  aspect-ratio: 2/3;
}
.b24-content-teaser-card-item-image-container picture img.ratio-3-2 {
  aspect-ratio: 3/2;
}
.b24-content-teaser-card-item-image-container picture img.ratio-1-1 {
  aspect-ratio: 1/1;
}
.b24-content-teaser-card-item-content .b24-content-teaser-content-header {
  margin: 0;
  font-size: 1rem;
  line-height: 1.5rem;
}
.b24-content-teaser-card-item-content p {
  margin: 1rem 0 0 0;
  font-size: 0.9375rem;
  line-height: 1.6;
}
.b24-content-teaser-card-item-content .btn.secondary {
  margin-top: 1rem;
  padding: 0.75rem 0;
  font-size: 0.9375rem;
  line-height: 1;
  font-weight: 600;
}
.b24-content-teaser-cards-slider-controls-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row nowrap;
          flex-flow: row nowrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-top: 3.5rem;
}
.b24-content-teaser-cards-slider-controls-container .slider-nav-item {
  display: none;
}
.b24-content-teaser-cards-slider-controls-container .slider-nav {
  position: relative;
  -webkit-box-flex: 1;
      -ms-flex: 1 0 auto;
          flex: 1 0 auto;
  height: 2px;
  background-color: var(--colorGrayHRTwenty);
  margin-right: 3.125rem;
}
.b24-content-teaser-cards-slider-controls-container .slider-nav:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: var(--progressbar);
  background-color: var(--colorPrimary);
}
.b24-content-teaser-cards-slider-controls-container .slider-controls {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row nowrap;
          flex-flow: row nowrap;
  width: auto;
}
.b24-content-teaser-cards-slider-controls-container .slider-controls .btn-next-meter.active {
  -webkit-animation-duration: 2s;
          animation-duration: 2s;
}
.b24-content-teaser-cards-slider-controls-container .slider-controls .btn-next.active .btn-next-progress,
.b24-content-teaser-cards-slider-controls-container .slider-controls .btn-previous.active .btn-next-progress {
  -webkit-animation-name: b24AnimationDashOffsetFullToNone;
          animation-name: b24AnimationDashOffsetFullToNone;
}
.b24-content-teaser-cards-slider-controls-container .slider-controls .btn-next {
  margin-left: 1rem;
}
@media (min-width: 768px) {
  .b24-content-teaser-cards-content {
    max-width: 30.25rem;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 3.5rem;
    text-align: center;
  }
  .b24-content-teaser-cards-content .b24-content-teaser-card-block-tagline {
    margin-bottom: 1rem;
  }
  .b24-content-teaser-cards-content .b24-content-teaser-card-block-title {
    margin-bottom: 1rem;
  }
  .b24-content-teaser-cards-content .b24-content-teaser-card-block-links {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin-top: 1rem;
  }
  .b24-content-teaser-cards-content .b24-content-teaser-card-block-links .btn + .btn {
    margin-top: 0;
    margin-left: 1.5rem;
  }
  .b24-content-teaser-cards-slider-controls-container {
    margin-top: 2.5rem;
  }
  .b24-content-teaser-cards-slider-controls-container .slider-nav {
    margin-right: 3.75rem;
  }
}
@media (min-width: 1280px) {
  .b24-content-teaser-cards-content {
    max-width: 53.25rem;
    margin-bottom: 5.375rem;
  }
  .b24-content-teaser-cards-content .b24-content-teaser-card-block-tagline {
    margin-bottom: 1.5rem;
    font-size: 1rem;
    line-height: 1.5;
  }
  .b24-content-teaser-cards-content .b24-content-teaser-card-block-title {
    margin-bottom: 1.5rem;
    font-size: 2.375rem;
    line-height: 1.368;
  }
  .b24-content-teaser-cards-content .b24-content-teaser-card-block-description {
    max-width: 39.25rem;
    margin-left: auto;
    margin-right: auto;
    font-size: 1rem;
    line-height: 1.625;
  }
  .b24-content-teaser-cards-content .b24-content-teaser-card-block-links {
    margin-top: 2rem;
  }
  .b24-content-teaser-cards-content .b24-content-teaser-card-block-links .btn {
    font-size: 1rem;
  }
  .b24-content-teaser-cards-content .b24-content-teaser-card-block-links .btn.primary {
    padding: 1rem 1.5rem;
  }
  .b24-content-teaser-card-item-content {
    max-width: 18.25rem;
  }
  .b24-content-teaser-card-item-content .b24-content-teaser-content-header {
    font-size: 1.125rem;
    line-height: 1.555;
  }
  .b24-content-teaser-card-item-content p {
    font-size: 1rem;
    line-height: 1.625;
  }
  .b24-content-teaser-card-item-content .btn.secondary {
    font-size: 1rem;
  }
  .b24-content-teaser-cards-slider-controls-container {
    margin-top: 6.25rem;
  }
  .b24-content-teaser-cards-slider-controls-container .slider-nav {
    margin-right: 4.25rem;
  }
}
.animation-content-teaser0 {
  -webkit-animation: first-teaser-card 0.7s;
          animation: first-teaser-card 0.7s;
}
.animation-content-teaser1 {
  -webkit-animation: second-teaser-card 0.7s;
          animation: second-teaser-card 0.7s;
}
.animation-content-teaser2 {
  -webkit-animation: third-teaser-card 1s;
          animation: third-teaser-card 1s;
}
@-webkit-keyframes b24AnimationDashOffsetFullToNone {
  from {
    stroke-dashoffset: 100;
  }
  to {
    stroke-dashoffset: 50;
  }
}
@keyframes b24AnimationDashOffsetFullToNone {
  from {
    stroke-dashoffset: 100;
  }
  to {
    stroke-dashoffset: 50;
  }
}
@-webkit-keyframes first-teaser-card {
  0% {
    margin-left: 0rem;
    margin-right: 0rem;
  }
  25% {
    margin-left: 1rem;
    margin-right: 1rem;
  }
  50% {
    margin-left: 2rem;
    margin-right: 2rem;
  }
}
@keyframes first-teaser-card {
  0% {
    margin-left: 0rem;
    margin-right: 0rem;
  }
  25% {
    margin-left: 1rem;
    margin-right: 1rem;
  }
  50% {
    margin-left: 2rem;
    margin-right: 2rem;
  }
}
@-webkit-keyframes second-teaser-card {
  0% {
    margin-left: 0rem;
    margin-right: 0rem;
  }
  25% {
    margin-left: 1rem;
    margin-right: 1rem;
  }
  50% {
    margin-left: 2rem;
    margin-right: 2rem;
  }
}
@keyframes second-teaser-card {
  0% {
    margin-left: 0rem;
    margin-right: 0rem;
  }
  25% {
    margin-left: 1rem;
    margin-right: 1rem;
  }
  50% {
    margin-left: 2rem;
    margin-right: 2rem;
  }
}
@-webkit-keyframes third-teaser-card {
  0% {
    margin-left: 0rem;
  }
  25% {
    margin-left: 1rem;
  }
  50% {
    margin-left: 2rem;
  }
}
@keyframes third-teaser-card {
  0% {
    margin-left: 0rem;
  }
  25% {
    margin-left: 1rem;
  }
  50% {
    margin-left: 2rem;
  }
}
