.row--gutter {
  margin-left: -15px;
  margin-right: -15px;
  overflow: hidden;
}

a {
  color: #727272;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-rendering: optimizeLegibility;
  transition: color 0.5s ease;
}
.ux-info-banner[type=info] a:hover {
  color: #fff;
}
.ux-info-banner[type=error] a:hover {
  color: #ff0201;
}
a:hover {
  color: #131313;
}

.row--gutter {
  margin-left: -15px;
  margin-right: -15px;
  overflow: hidden;
}

.ux-iws-teaser-image {
  display: flex;
  position: relative;
  flex-direction: column;
}
.ux-iws-teaser-image .ux-iws-link-wrapper {
  display: flex;
  flex-direction: column;
  flex: 1 1;
}
.ux-iws-teaser-image a {
  text-decoration: none;
}
.ux-iws-teaser-image__image-wrapper {
  display: block;
  position: relative;
  width: 100%;
  height: 0;
  overflow: hidden;
}
.ux-iws-teaser-image__image-wrapper img {
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  min-height: 100%;
  top: 0;
  left: 0;
  transition: all 500ms ease;
}
.ux-iws-teaser-image__image-wrapper .ux-iws-teaser-image__image-alternative {
  position: absolute;
  width: 100%;
  height: 100%;
  min-height: 100%;
  top: 0;
  left: 0;
  transition: all 500ms ease;
}
.ux-iws-teaser-image__image-wrapper img:focus,
.ux-iws-teaser-image__image-wrapper .ux-iws-teaser-image__image-alternative:focus {
  outline: none;
}
.ux-iws-teaser-image__image-wrapper--auto-height img, .ux-iws-teaser-image__image-wrapper--auto-height .ux-iws-teaser-image__image-alternative {
  height: auto;
  transform: translateY(-50%) !important;
  top: 50%;
  max-width: none;
  will-change: left, width;
}
.ux-iws-teaser-image:hover .ux-iws-teaser-image__image-wrapper--auto-height img,
.ux-iws-teaser-image:hover .ux-iws-teaser-image__image-wrapper--auto-height .ux-iws-teaser-image__image-alternative {
  width: 105%;
  left: -2.5%;
}
.ux-iws-teaser-image__info-wrapper {
  padding: 25px 30px 30px;
  flex: 1 0 auto;
  display: flex;
  flex-direction: column;
}
.ux-iws-teaser-image__info-wrapper--space-between {
  justify-content: space-between;
}
.ux-iws-teaser-image__title {
  margin: 0;
  color: #131313;
}
.ux-iws-teaser-image p {
  margin-bottom: 0;
}
.ux-iws-teaser-image__text-wrapper {
  flex: 1 0 auto;
  display: flex;
  flex-direction: column;
}
.ux-iws-teaser-image__text-wrapper--row {
  align-items: flex-end;
  flex-direction: row;
}
.ux-iws-teaser-image__text-wrapper--row > *:first-child:not(:last-child) {
  margin-right: 20px;
}
.ux-iws-teaser-image__text-wrapper--row .ux-text-lines-limit {
  align-self: stretch;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
}
.ux-iws-teaser-image__text-wrapper--align-cta-top {
  justify-content: space-between;
  align-items: flex-start;
  flex: 0 0 auto;
}
.ux-iws-teaser-image__text-wrapper--align-cta-top .ux-text-lines-limit {
  justify-content: flex-start;
}
.ux-iws-teaser-image__text-wrapper--column {
  justify-content: space-between;
  align-items: stretch;
}
.ux-iws-teaser-image ux-tag {
  letter-spacing: 0.2px;
  font-size: 10px;
  height: auto;
  padding: 6px 10px;
  width: fit-content;
  margin-bottom: 10px;
}
.ux-iws-teaser-image:hover img,
.ux-iws-teaser-image:hover .ux-iws-teaser-image__image-alternative {
  transform: scale(1.05);
}
.ux-iws-teaser-image:hover a {
  background-color: #131313;
  color: #fff;
}
.ux-iws-teaser-image:hover ux-icon {
  fill: #fff;
}
.ux-iws-teaser-image:hover *[data-trigger-modal] ux-icon {
  fill: initial;
}
.ux-iws-teaser-image__text-wrapper--inline-text {
  align-items: flex-start;
}
.ux-iws-teaser-image__text-wrapper--inline-text .ux-label {
  display: block;
  color: #131313;
}
.ux-iws-teaser-image__text-wrapper--inline-text [slot=text] > *:not(.ux-label) {
  display: inline;
}
.ux-iws-teaser-image--green-border {
  border: 2px solid #bbd03a;
}
.ux-slider--slides-auto-height .ux-iws-teaser-image {
  height: 100%;
}

.ux-iws-teaser-image-grid {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  max-width: 100%;
  justify-content: space-between;
}
.ux-iws-teaser-image-grid > * {
  width: 100%;
  margin-bottom: 30px;
}
@media only screen and (min-width: 568px) and (max-width: 767px) {
  .ux-iws-teaser-image-grid > * {
    width: calc(50% - 15px);
  }
}
@media only screen and (min-width: 768px) {
  .ux-iws-teaser-image-grid > * {
    width: calc(33.3333% - 20px);
  }
}
@media only screen and (min-width: 768px) {
  .ux-iws-teaser-image-grid {
    justify-content: flex-start;
  }
  .ux-iws-teaser-image-grid > *:not(:nth-child(3n)) {
    margin-right: 30px;
  }
}
.ux-iws-teaser-image-grid--3-xl > * {
  margin-left: 15px !important;
  margin-right: 15px !important;
}
@media only screen and (min-width: 568px) and (max-width: 767px) {
  .ux-iws-teaser-image-grid--3-xl > * {
    width: 100%;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1439px) {
  .ux-iws-teaser-image-grid--3-xl > * {
    width: calc(50% - 30px);
  }
}
@media only screen and (min-width: 1440px) {
  .ux-iws-teaser-image-grid--3-xl > * {
    width: calc(33.3333% - 30px);
  }
}