.report-teaser_ME {
  width: 100%;
  margin-top: var(--spacing-desktop-top, 0);
  margin-bottom: var(--spacing-desktop-bottom, 0);
}

.report-teaser_ME,
.report-teaser_ME * {
  box-sizing: border-box;
}

.report-teaser_ME__inner {
  display: flex;
  align-items: stretch;
  gap: 20px;
  width: 100%;
  max-width: 1118px;
  margin: 0 auto;
}

.report-teaser_ME__content {
    flex: 0 0 510px;
    width: 510px;
    min-width: 0;

    display: flex;
    flex-direction: column;

    padding-top: 8px;
    gap: 0px;
  
}
.report-teaser_ME__title{
    margin-top:12px;
}
.report-teaser_ME__facts{
    margin-top:20px;
}

.report-teaser_ME__eyebrow {
  margin: 0;
  color: #5E2DC1 !important;
  font-family: Inter, sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: 110%;
  letter-spacing: 0.14px;
  text-transform: none;
}

.report-teaser_ME__title {
  margin: 0;
  color: #000;
  font-family: Inter, sans-serif;
  font-size: 32px;
  font-weight: 700;
  line-height: 110%;
  letter-spacing: -0.64px;
}

.report-teaser_ME__facts {
  width: 100%;
  display: grid;
  grid-template-columns: repeat(var(--facts-cols), minmax(0, 1fr));
  gap: 12px;
}

.report-teaser_ME__fact {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 8px;
  min-width: 0;
  padding: 16px 12px 20px 16px;
  border: 1px solid var(--Color-Grey-200, #e5e7eb);
  border-radius: 24px;
  background: #fff;
}

.report-teaser_ME__fact-icon {
  width: 36px;
  height: 36px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex: 0 0 auto;
  border-radius: 12px;
  background: var(--Color-Primary-50, #f4eefc);
  color: var(--Color-Primary-600, #5e2dc1);
  overflow: hidden;
}

.report-teaser_ME__fact-icon svg {
  display: block;
}

.report-teaser_ME__fact-body {
  display: flex;
  flex-direction: column;
  gap: 4px;
  min-width: 0;
}

.report-teaser_ME__fact-value {
  margin: 0;
  color: #000;
  font-family: Inter, sans-serif;
  font-size: 32px;
  font-weight: 500;
  line-height: 100%;
  letter-spacing: -0.64px;
}

.report-teaser_ME__fact-description {
  color: var(--Color-Grey-600, #525252);
  font-family: Inter, sans-serif;
  font-size: 14px;
  font-weight: 500;
  line-height: 150%;
}

.report-teaser_ME__fact-description p {
  margin: 0;
}

.report-teaser_ME__report {
  position: relative;
  flex: 0 0 563px;
  width: 563px;
  height: 266px;
  min-width: 0;
  padding: 24px;
  display: block;
  overflow: visible;
}

.report-teaser_ME__report-gradient {
  position: absolute;
  inset: 0;
  z-index: 0;
  pointer-events: none;
  border-radius: 24px;
  overflow: hidden;
}

.report-teaser_ME__report-gradient svg {
  display: block;
  width: 100%;
  height: 100%;
}

.report-teaser_ME__report-card {
  position: relative;
  z-index: 1;
  width: 100%;
  display: flex;
  align-items: center;
  gap: 24px;
  padding: 24px;
  border: 1px solid var(--Color-Grey-200, #e5e7eb);
  border-radius: 20px;
  background: rgba(255, 255, 255, 0.9);
  min-width: 0;
}

.report-teaser_ME__report-copy {
  width: 290px;
  flex: 0 0 290px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 24px;
  min-width: 0;
}

.report-teaser_ME__report-text {
  width: 290px;
  display: flex;
  flex-direction: column;
  gap: 10px;
  min-width: 0;
}

.report-teaser_ME__report-head {
  display: flex;
  align-items: center;
  gap: 8px;
  flex-wrap: nowrap;
}

.report-teaser_ME__report-prehead {
  margin: 0;
  color: #000;
  font-family: Inter, sans-serif;
  font-size: 18px;
  font-weight: 700;
  line-height: 110%;
  letter-spacing: -0.18px;
}

.report-teaser_ME__badge {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  height: 24px;
  padding: 5px 6px;
  border-radius: 6px;
  background: var(--Color-Primary-50, #f4eefc);
  color: var(--Color-Primary-600, #5e2dc1);
  font-family: Inter, sans-serif;
  font-size: 13px;
  font-weight: 700;
  line-height: 115%;
  white-space: nowrap;
}

.report-teaser_ME__report-title {
  margin: 0;
  color: var(--Color-Grey-500, #737373);
  font-family: Inter, sans-serif;
  font-size: 16px;
  font-weight: 500;
  line-height: 150%;
}

.report-teaser_ME__report-title > * {
  margin: 0;
}

.report-teaser_ME__report-title strong {
  color: var(--Color-Grey-700, #404040);
  font-weight: 600;
}

.report-teaser_ME__button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  padding: 10px 12px;
  border-radius: 8px;
  background: var(--Color-Primary-600, #5e2dc1);
  color: #fff;
  text-decoration: none;
  font-family: Inter, sans-serif;
  font-size: 14px;
  font-weight: 500;
  line-height: 100%;
  white-space: nowrap;
}

.report-teaser_ME__button:hover {
  color: #fff;
  text-decoration: none;
}

.report-teaser_ME__button-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex: 0 0 auto;
}

.report-teaser_ME__button-icon svg {
  display: block;
}

.report-teaser_ME__report-image {
  width: 145px;
  flex: 0 0 145px;
  align-self: center;
}

.report-teaser_ME__report-image img {
  display: block;
  width: 100%;
  height: auto;
  object-fit: contain;
}

@media (max-width: 991px) {
  .report-teaser_ME {
    margin-top: var(--spacing-tablet-top, var(--spacing-desktop-top, 0));
    margin-bottom: var(--spacing-tablet-bottom, var(--spacing-desktop-bottom, 0));
  }

  .report-teaser_ME__inner {
    flex-direction: column;
    gap: 24px;
    max-width: 100%;
  }

  .report-teaser_ME__content {
    width: 100%;
    flex: 1 1 auto;
    height: auto;
    padding-top: 8px;
  }

  .report-teaser_ME__report {
    width: 100%;
    flex: 1 1 auto;
    height: auto;
    padding: 24px;
  }

  .report-teaser_ME__facts {
    grid-template-columns: 1fr;
  }

  .report-teaser_ME__report-card {
    flex-direction: column-reverse;
    align-items: flex-start;
    padding: 24px 16px 20px;
    gap: 24px;
  }

  .report-teaser_ME__report-image {
    width: 140px;
    flex-basis: 140px;
    align-self: center;
  }
}
@media (max-width: 767px) {
  .report-teaser_ME {
    margin-top: var(--spacing-mobile-top, var(--spacing-tablet-top, var(--spacing-desktop-top, 0)));
    margin-bottom: var(--spacing-mobile-bottom, var(--spacing-tablet-bottom, var(--spacing-desktop-bottom, 0)));
    padding-inline: 16px;
  }

  .report-teaser_ME__inner {
    width: 100%;
    max-width: 100%;
    gap: 20px;
  }

  .report-teaser_ME__content,
  .report-teaser_ME__report {
    width: 100%;
    flex: 1 1 auto;
    min-width: 0;
  }

  .report-teaser_ME__content {
    padding-top: 8px;
  }

  .report-teaser_ME__facts {
    grid-template-columns: 1fr;
  }

.report-teaser_ME__report-card {
    flex-direction: column-reverse;
    align-items: flex-start;
    padding: 20px 16px;
    gap: 20px;
}

  .report-teaser_ME__report-copy,
  .report-teaser_ME__report-text {
    width: 100%;
    max-width: 100%;
  }

  .report-teaser_ME__report-image {
    width: 140px;
    flex-basis: 140px;
    align-self: center;
  }
  .report-teaser_ME__report-copy {
    height: auto;

}

@media (max-width: 991px) {
  .report-teaser_ME {
    margin-top: var(--spacing-tablet-top, var(--spacing-desktop-top, 0));
    margin-bottom: var(--spacing-tablet-bottom, var(--spacing-desktop-bottom, 0));
  }

  .report-teaser_ME__inner {
    flex-direction: column;
    gap: 24px;
    max-width: 100%;
  }
.report-teaser_ME__content {
  width: 100%;
  flex: 1 1 auto;
  height: auto;
  padding-top: 8px;
}

.report-teaser_ME__report {
  width: 100%;
  flex: 1 1 auto;
  height: auto;
  padding: 24px;
}

.report-teaser_ME__report-image {
  width: 140px;
  flex-basis: 140px;
  align-self: center;
}

  .report-teaser_ME__facts {
    grid-template-columns: 1fr;
  }

  .report-teaser_ME__report-card {
    flex-direction: column-reverse;
    align-items: flex-start;
    padding: 24px 16px 20px;
    gap: 24px;
  }

@media (max-width: 767px) {
  .report-teaser_ME {
    margin-top: var(--spacing-mobile-top, var(--spacing-tablet-top, var(--spacing-desktop-top, 0)));
    margin-bottom: var(--spacing-mobile-bottom, var(--spacing-tablet-bottom, var(--spacing-desktop-bottom, 0)));
  }
}