.o-text-with-cards {
  position: relative;
  overflow: hidden;
  --grid-column-gap: var(--column-gap-mobile);
  --grid-row-gap: var(--row-gap-mobile);
}
.o-text-with-cards.o-section--indented {
  margin-top: 1rem;
  margin-bottom: 1rem;
}
.o-text-with-cards--has-media {
  background: transparent;
}
.o-text-with-cards--has-media .o-text-with-cards__card {
  background: transparent;
}
.o-text-with-cards--has-media .o-text-with-cards__overlay {
  display: block;
}
@media screen and (min-width: 768px) {
  .o-text-with-cards {
    --grid-column-gap: var(--column-gap-desktop);
    --grid-row-gap: var(--row-gap-desktop);
  }
}
.o-text-with-cards__cards-position--left {
  order: 2;
}
.o-text-with-cards__cards-position--left .o-mwt__image--small {
  margin-left: auto;
}
.o-text-with-cards__cards-position--right {
  order: 2;
}
@media screen and (min-width: 768px) {
  .o-text-with-cards__cards-position--right {
    justify-content: flex-end;
  }
}
.o-text-with-cards__card-heading p {
  margin-bottom: 0;
}
.o-text-with-cards__content-position--left {
  order: 1;
}
.o-text-with-cards__content-position--right {
  order: 1;
}
@media screen and (min-width: 768px) {
  .o-text-with-cards__cards-position--left, .o-text-with-cards__content-position--left {
    order: 1;
    padding-right: 3.8rem;
  }
  .o-text-with-cards__cards-position--right, .o-text-with-cards__content-position--right {
    order: 2;
    padding-left: 3.8rem;
  }
}
.o-text-with-cards__content {
  padding-top: 3rem;
  padding-bottom: 3rem;
  position: relative;
  z-index: 8;
}
.o-text-with-cards__wrapper {
  display: flex;
  flex-wrap: wrap;
  gap: var(--grid-row-gap) var(--grid-column-gap);
  position: relative;
  z-index: 8;
}
.o-text-with-cards__card {
  --flex-items: 1;
  width: calc(100% / var(--flex-items) - (var(--flex-items) - 1) / var(--flex-items) * var(--grid-column-gap));
  border-radius: var(--border-radius);
}
@media screen and (min-width: 768px) {
  .o-text-with-cards__card {
    min-height: 23rem;
    padding: 2.8rem;
    border: 1px solid rgba(var(--color-border), 0.2);
  }
}
.o-text-with-cards__card-content {
  display: flex;
  flex-direction: column;
  height: 100%;
}
.o-text-with-cards__card-stat-text {
  margin-bottom: 0.4rem;
}
.o-text-with-cards__card-stat-number {
  margin-bottom: 0;
}
.o-text-with-cards__card-heading {
  margin-top: auto;
  margin-bottom: 0;
}
.o-text-with-cards__mobile-columns--1 .o-text-with-cards__card {
  --flex-items: 1;
}
.o-text-with-cards__mobile-columns--2 .o-text-with-cards__card {
  --flex-items: 2;
}
.o-text-with-cards__mobile-columns--3 .o-text-with-cards__card {
  --flex-items: 3;
}
.o-text-with-cards__mobile-columns--4 .o-text-with-cards__card {
  --flex-items: 4;
}
.o-text-with-cards__mobile-columns--5 .o-text-with-cards__card {
  --flex-items: 5;
}
.o-text-with-cards__mobile-columns--6 .o-text-with-cards__card {
  --flex-items: 6;
}
@media screen and (min-width: 1100px) {
  .o-text-with-cards__columns--1 .o-text-with-cards__card {
    --flex-items: 1;
  }
}
@media screen and (min-width: 1100px) {
  .o-text-with-cards__columns--2 .o-text-with-cards__card {
    --flex-items: 2;
  }
}
@media screen and (min-width: 1100px) {
  .o-text-with-cards__columns--3 .o-text-with-cards__card {
    --flex-items: 3;
  }
}
@media screen and (min-width: 1100px) {
  .o-text-with-cards__columns--4 .o-text-with-cards__card {
    --flex-items: 4;
  }
}
@media screen and (min-width: 1100px) {
  .o-text-with-cards__columns--5 .o-text-with-cards__card {
    --flex-items: 5;
  }
}
@media screen and (min-width: 1100px) {
  .o-text-with-cards__columns--6 .o-text-with-cards__card {
    --flex-items: 6;
  }
}
.o-text-with-cards__usp {
  padding-bottom: 1.4rem;
  border-bottom: 1px solid rgba(var(--color-border), 0.2);
  margin-bottom: 0.8rem;
}
@media screen and (min-width: 768px) {
  .o-text-with-cards__usp {
    padding-bottom: 2.4rem;
  }
}
.o-text-with-cards__heading {
  margin-bottom: 4rem;
}
@media screen and (max-width: 768px) {
  .o-text-with-cards__heading {
    font-size: 2.4rem;
  }
}
.o-text-with-cards__subtitle {
  margin-bottom: 4rem;
  font-weight: 700;
}
.o-text-with-cards__link {
  margin-top: 4rem;
}
.o-text-with-cards__background-media {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  display: block;
  object-fit: cover;
}
.o-text-with-cards__background-media .o-text-with-cards__video {
  height: 100%;
  width: 100%;
  position: relative;
}
.o-text-with-cards__background-media .o-text-with-cards__video video {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  height: 100%;
}
.o-text-with-cards__background-media .o-text-with-cards__image {
  width: 100%;
  height: 100%;
  position: relative;
}
.o-text-with-cards__background-media .o-text-with-cards__image img {
  object-fit: cover;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  border-radius: unset;
}
.o-text-with-cards__background-media .o-text-with-cards__image svg {
  width: 100%;
  height: 100%;
}
.o-text-with-cards__overlay {
  display: none;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  background: rgba(var(--color-black), 0.2);
}
