.section--insights {
  --research-teal: #006d67;
  --research-deep-teal: #004d52;
  --research-amber: #debe67;
  --research-ink: #111719;
  --research-muted: #53636c;
  position: relative;
  isolation: isolate;
  overflow: hidden;
  scroll-margin-top: 70px;
  padding-block: clamp(26px, 2.2vw, 34px) clamp(42px, 3.4vw, 52px);
  background: linear-gradient(135deg, #f4f6f6 0%, #fff 47%, #f2f4f5 100%) !important;
}

.section--insights::before {
  content: "";
  position: absolute;
  z-index: -2;
  top: -174px;
  right: -94px;
  width: 320px;
  height: 300px;
  border-radius: 0 0 0 72%;
  background:
    radial-gradient(circle, var(--research-amber) 0 2px, transparent 2.6px) 67% 30% / 17px 17px no-repeat,
    var(--research-deep-teal);
  box-shadow: -9px 15px 0 -7px var(--research-amber);
  transform: rotate(-8deg);
  pointer-events: none;
}

.section--insights::after {
  content: "";
  position: absolute;
  z-index: -2;
  bottom: -185px;
  left: -125px;
  width: 390px;
  height: 315px;
  border-radius: 58% 48% 0 0;
  background:
    radial-gradient(circle, var(--research-amber) 0 2px, transparent 2.6px) 15% 31% / 17px 17px no-repeat,
    var(--research-deep-teal);
  transform: rotate(11deg);
  pointer-events: none;
}

.section--insights > .shell {
  position: relative;
  z-index: 1;
  width: min(1452px, calc(100% - 56px));
  max-width: none;
}

.insights-decor {
  position: absolute;
  z-index: -1;
  inset: -34px -26px -42px;
  overflow: hidden;
  pointer-events: none;
}

.insights-decor::before {
  content: "";
  position: absolute;
  top: 116px;
  left: -10px;
  width: 250px;
  height: 330px;
  opacity: .32;
  border: 1px solid rgba(0, 109, 103, .22);
  border-radius: 50%;
  box-shadow:
    18px 2px 0 -17px rgba(0, 109, 103, .42),
    36px 7px 0 -34px rgba(0, 109, 103, .38),
    54px 15px 0 -51px rgba(0, 109, 103, .34),
    72px 26px 0 -68px rgba(0, 109, 103, .28);
  transform: rotate(18deg);
}

.insights-decor::after {
  content: "";
  position: absolute;
  right: -86px;
  bottom: 120px;
  width: 230px;
  height: 380px;
  opacity: .25;
  border: 1px solid rgba(0, 109, 103, .2);
  border-radius: 50%;
  box-shadow:
    -18px 2px 0 -17px rgba(0, 109, 103, .38),
    -36px 7px 0 -34px rgba(0, 109, 103, .34),
    -54px 15px 0 -51px rgba(0, 109, 103, .3);
  transform: rotate(-14deg);
}

.section--insights .insights-eyebrow {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 14px;
  margin: 0 auto 7px;
  color: var(--research-amber);
  font-size: clamp(11px, 1vw, 15px);
  font-weight: 800;
  letter-spacing: .14em;
  line-height: 1.2;
  text-align: center;
}

.section--insights .insights-eyebrow span {
  width: 44px;
  height: 1px;
  background: var(--research-amber);
}

.section--insights .insights-title {
  max-width: 900px;
  margin: 0 auto 12px;
  color: #080b0c;
  font-size: clamp(42px, 4.25vw, 62px);
  font-weight: 850;
  line-height: 1.04;
  letter-spacing: -.05em;
  text-align: center;
}

.section--insights .insights-title__emphasis {
  display: inline-block;
  margin-left: .13em;
  color: var(--research-teal);
}

.section--insights .insights-title::after {
  width: 78px;
  height: 4px;
  margin-top: 11px;
  border-radius: 4px;
  background: var(--research-amber);
  transform-origin: center;
}

.section--insights .section-lead {
  max-width: 690px;
  margin: 0 auto clamp(24px, 2.5vw, 32px);
  color: #465761;
  font-size: clamp(12px, 1.15vw, 15px);
  line-height: 1.5;
  text-align: center;
}

.section--insights .section-lead p {
  margin: 0;
}

.research-home__content {
  display: grid;
  grid-template-columns: repeat(12, minmax(0, 1fr));
  grid-template-rows: 405px 226px;
  gap: 16px;
}

.research-home__featured-view,
.research-home__supporting-view,
.research-home__featured-view > div,
.research-home__supporting-view > div,
.research-home__featured-view .views-element-container > div,
.research-home__supporting-view .views-element-container > div,
.research-home__featured-view .view-content,
.research-home__supporting-view .view-content {
  display: contents;
}

.research-home__featured-view .views-row {
  grid-column: 1 / span 6;
  grid-row: 1;
  min-width: 0;
}

.research-home__supporting-view .views-row {
  min-width: 0;
}

.research-home__supporting-view .views-row:nth-child(1) {
  grid-column: 7 / span 3;
  grid-row: 1;
}

.research-home__supporting-view .views-row:nth-child(2) {
  grid-column: 10 / span 3;
  grid-row: 1;
}

.research-home__supporting-view .views-row:nth-child(3) {
  grid-column: 1 / span 4;
  grid-row: 2;
}

.research-home__supporting-view .views-row:nth-child(4) {
  grid-column: 5 / span 4;
  grid-row: 2;
}

.research-home__supporting-view .views-row:nth-child(5) {
  grid-column: 9 / span 4;
  grid-row: 2;
}

.research-home .views-row > article {
  height: 100%;
}

.research-home__supporting-view,
.research-card {
  scroll-margin-top: 70px;
}

.research-featured,
.research-card {
  position: relative;
  overflow: hidden;
  border: 1px solid #d3d8d8;
  border-radius: 14px;
  background: #fff;
  box-shadow: 0 8px 24px rgba(14, 43, 50, .09);
  transition:
    transform .3s cubic-bezier(.2, .75, .25, 1),
    border-color .3s ease,
    box-shadow .3s ease;
}

.research-featured:hover,
.research-featured:focus-within,
.research-card:hover,
.research-card:focus-within {
  z-index: 2;
  border-color: #debe67;
  box-shadow: 0 16px 34px rgba(5, 65, 66, .16);
  transform: translateY(-5px);
}

.research-featured {
  display: flex;
  flex-direction: column;
  border-left: 3px solid var(--research-amber);
}

.research-featured__media {
  position: relative;
  min-height: 0;
  flex: 1 1 auto;
  overflow: hidden;
  background: #123f42;
}

.research-featured__video,
.research-featured__poster {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.research-featured__video {
  position: absolute;
  inset: 0;
}

.research-featured__overlay {
  position: absolute;
  inset: 0 0 34px;
  color: #fff;
  background:
    linear-gradient(90deg, rgba(8, 34, 38, .85) 0%, rgba(8, 34, 38, .56) 42%, rgba(8, 34, 38, .08) 75%),
    linear-gradient(0deg, rgba(4, 21, 23, .42), transparent 40%);
  pointer-events: none;
  transition: opacity .3s ease;
}

.research-featured__overlay.is-playing {
  opacity: 0;
}

.research-featured__badge {
  position: absolute;
  top: 22px;
  left: 24px;
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 8px 12px;
  border-radius: 7px;
  background: var(--research-amber);
  box-shadow: 0 6px 16px rgba(97, 57, 0, .24);
  font-size: 11px;
  font-weight: 800;
  letter-spacing: .035em;
  line-height: 1;
  text-transform: uppercase;
}

.research-featured__badge span {
  display: grid;
  place-items: center;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  background: #fff;
  color: var(--research-amber);
  font-size: 8px;
}

.research-featured__copy {
  position: absolute;
  left: 26px;
  bottom: 35px;
  width: min(47%, 350px);
}

.research-featured__copy h3 {
  margin: 0 0 12px;
  color: #fff;
  font-size: clamp(23px, 2vw, 31px);
  font-weight: 800;
  line-height: 1.16;
  letter-spacing: -.03em;
}

.research-featured__copy p {
  margin: 0 0 14px;
  font-size: clamp(11px, 1vw, 14px);
  line-height: 1.55;
}

.research-featured__copy time,
.research-card time {
  display: flex;
  align-items: center;
  gap: 7px;
  color: inherit;
  font-size: 11px;
  line-height: 1.2;
}

.research-featured__copy time::before,
.research-card time::before {
  content: "";
  width: 12px;
  height: 12px;
  flex: 0 0 auto;
  border: 1.5px solid currentColor;
  border-radius: 2px;
  background:
    linear-gradient(currentColor, currentColor) 2px 3px / 8px 1px no-repeat,
    linear-gradient(currentColor, currentColor) 3px 0 / 1px 3px no-repeat,
    linear-gradient(currentColor, currentColor) 8px 0 / 1px 3px no-repeat;
  opacity: .88;
}

.research-featured__play {
  position: absolute;
  top: 50%;
  left: 55%;
  display: grid;
  width: 76px;
  height: 76px;
  place-items: center;
  border: 0;
  border-radius: 50%;
  background: rgba(255, 255, 255, .95);
  box-shadow: 0 9px 24px rgba(0, 0, 0, .24);
  pointer-events: auto;
  transform: translate(-50%, -50%);
  transition: transform .25s ease, box-shadow .25s ease;
  cursor: pointer;
}

.research-featured__play:hover,
.research-featured__play:focus-visible {
  box-shadow: 0 12px 30px rgba(0, 0, 0, .32);
  transform: translate(-50%, -50%) scale(1.07);
}

.research-featured__play:focus-visible,
.research-card__play:focus-visible,
.research-card__cta:focus-visible,
.research-home__explore:focus-visible,
.research-featured__footer a:focus-visible {
  outline: 3px solid rgba(235, 151, 0, .55);
  outline-offset: 3px;
}

.research-featured__play span,
.research-card__play span {
  width: 0;
  height: 0;
  margin-left: 5px;
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
  border-left: 15px solid #322b27;
}

.research-featured__footer {
  position: relative;
  display: flex;
  min-height: 40px;
  flex: 0 0 auto;
  align-items: center;
  justify-content: space-between;
  padding-inline: 27px 18px;
  background: #fff;
}

.research-featured__footer > a,
.research-card__cta {
  color: var(--research-teal);
  font-size: 13px;
  font-weight: 800;
  text-decoration: none;
}

.research-featured__footer > a span,
.research-card__cta > span:last-child {
  display: inline-block;
  margin-left: 12px;
  color: var(--research-amber);
  font-size: 19px;
  font-weight: 400;
  transition: transform .25s ease;
}

.research-featured__footer > a:hover span,
.research-card__cta:hover > span:last-child {
  transform: translateX(5px);
}

.research-featured__transcript {
  position: relative;
  color: var(--research-teal);
  font-size: 10px;
}

.research-featured__transcript summary {
  padding: 7px;
  cursor: pointer;
}

.research-featured__transcript > div {
  position: absolute;
  z-index: 5;
  right: 0;
  bottom: 28px;
  width: min(370px, 72vw);
  max-height: 180px;
  overflow: auto;
  padding: 15px;
  border: 1px solid #dce4e5;
  border-radius: 9px;
  background: #fff;
  box-shadow: 0 14px 32px rgba(8, 38, 44, .2);
  color: #27363c;
  line-height: 1.5;
}

.research-card {
  color: var(--research-ink);
}

.research-card__media {
  position: relative;
  overflow: hidden;
  background: #e8eef0;
}

.research-card__media picture,
.research-card__media img {
  display: block;
  width: 100%;
  height: 100%;
}

.research-card__media img {
  object-fit: cover;
  transition: transform .4s cubic-bezier(.2, .75, .25, 1);
}

.research-card:hover .research-card__media img,
.research-card:focus-within .research-card__media img {
  transform: scale(1.02);
}

.research-card__body {
  position: relative;
  display: flex;
  min-width: 0;
  flex: 1 1 auto;
  flex-direction: column;
}

.research-card__badge {
  display: inline-flex;
  width: max-content;
  align-items: center;
  justify-content: center;
  padding: 5px 10px;
  border: 1px solid rgba(0, 109, 103, .33);
  border-radius: 999px;
  color: var(--research-teal);
  font-size: 9px;
  font-weight: 800;
  line-height: 1;
  text-transform: uppercase;
}

.research-card__badge--podcast,
.research-card__badge--resource {
  border-color: rgba(235, 151, 0, .55);
  color: #d78000;
}

.research-card__badge--overlay {
  position: absolute;
  z-index: 2;
  top: 10px;
  left: 10px;
  border-color: rgba(255, 255, 255, .72);
  background: rgba(6, 42, 47, .38);
  color: #fff;
  backdrop-filter: blur(4px);
}

.research-card h3 {
  margin: 0;
  color: var(--research-ink);
  font-size: 17px;
  font-weight: 800;
  line-height: 1.24;
  letter-spacing: -.018em;
}

.research-card__summary,
.research-card__episode {
  margin: 0;
  color: var(--research-muted);
  font-size: 12px;
  line-height: 1.46;
}

.research-card time {
  color: #53636c;
}

.research-card__cta {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: auto;
}

.research-card--publication,
.research-card--report {
  display: flex;
  flex-direction: column;
}

.research-card--publication .research-card__media {
  position: absolute;
  top: 27px;
  left: 25px;
  width: 41%;
  height: 205px;
  border: 1px solid #d9e0e2;
  border-radius: 7px;
  box-shadow: 0 7px 18px rgba(11, 45, 52, .13);
}

.research-card--publication .research-card__media::after,
.research-card--resource .research-card__media::after {
  content: "";
  position: absolute;
  inset: auto 0 0;
  height: 45%;
  background: linear-gradient(0deg, rgba(0, 71, 70, .68), transparent);
  pointer-events: none;
}

.research-card--publication .research-card__body {
  height: 100%;
  padding: 24px 20px 20px;
}

.research-card--publication .research-card__badge {
  position: absolute;
  top: 0;
  left: 47%;
}

.research-card--publication h3 {
  margin-top: 224px;
}

.research-card--publication time {
  margin-top: 14px;
}

.research-card--report .research-card__media {
  height: 145px;
  flex: 0 0 auto;
  margin: 15px 15px 0;
  border-radius: 7px;
}

.research-card--report .research-card__body {
  padding: 13px 17px 17px;
}

.research-card--report h3 {
  margin-bottom: 10px;
}

.research-card--report .research-card__summary {
  margin-bottom: 12px;
}

.research-card--report time {
  margin-bottom: 9px;
}

.research-card--podcast,
.research-card--video,
.research-card--resource {
  display: grid;
  grid-template-columns: minmax(0, 1.04fr) minmax(0, .96fr);
}

.research-card--podcast .research-card__media,
.research-card--video .research-card__media,
.research-card--resource .research-card__media {
  min-height: 0;
  margin: 10px;
  border-radius: 7px;
}

.research-card--podcast .research-card__body,
.research-card--video .research-card__body,
.research-card--resource .research-card__body {
  padding: 20px 18px 14px 4px;
}

.research-card--podcast .research-card__badge,
.research-card--video .research-card__badge,
.research-card--resource .research-card__badge {
  margin-bottom: 12px;
}

.research-card--podcast h3,
.research-card--video h3,
.research-card--resource h3 {
  margin-bottom: 7px;
}

.research-card--podcast time,
.research-card--video time,
.research-card--resource time {
  margin-top: 8px;
}

.research-card--resource {
  grid-template-columns: minmax(0, .9fr) minmax(0, 1.1fr);
}

.research-card--resource .research-card__summary {
  margin-top: 6px;
}

.research-card__waveform {
  display: flex;
  height: 23px;
  align-items: center;
  gap: 3px;
  margin-top: 9px;
}

.research-card__waveform span {
  width: 2px;
  height: 9px;
  border-radius: 2px;
  background: rgba(0, 109, 103, .45);
}

.research-card__waveform span:nth-child(2n) {
  height: 17px;
}

.research-card__waveform span:nth-child(3n) {
  height: 13px;
}

.research-card__play {
  position: absolute;
  z-index: 3;
  top: 50%;
  left: 50%;
  display: grid;
  width: 48px;
  height: 48px;
  place-items: center;
  border: 0;
  border-radius: 50%;
  background: rgba(255, 255, 255, .82);
  box-shadow: 0 6px 18px rgba(0, 0, 0, .18);
  transform: translate(-50%, -50%);
  cursor: pointer;
}

.research-card__play span {
  margin-left: 3px;
  border-top-width: 7px;
  border-bottom-width: 7px;
  border-left-width: 11px;
}

.research-card__inline-video {
  position: absolute;
  z-index: 2;
  inset: 0;
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  opacity: 0;
  pointer-events: none;
}

.research-card__media.is-playing .research-card__inline-video {
  opacity: 1;
  pointer-events: auto;
}

.research-card__media.is-playing .research-card__play,
.research-card__media.is-playing picture {
  visibility: hidden;
}

.research-home__explore {
  display: flex;
  width: max-content;
  min-height: 47px;
  align-items: center;
  gap: 20px;
  margin: 17px auto 0;
  padding: 7px 10px 7px 30px;
  border-radius: 999px;
  background: linear-gradient(135deg, #00746e, #004f55);
  box-shadow: 0 8px 20px rgba(0, 78, 79, .2);
  color: #fff;
  font-size: 14px;
  font-weight: 800;
  text-decoration: none;
  transition: transform .25s ease, box-shadow .25s ease;
}

.research-home__explore:hover {
  box-shadow: 0 12px 26px rgba(0, 78, 79, .28);
  transform: translateY(-3px);
}

.research-home__explore-arrow {
  display: grid;
  width: 34px;
  height: 34px;
  place-items: center;
  border-radius: 50%;
  background: #fff;
  color: var(--research-teal);
  font-size: 19px;
}

.section--insights.is-insights-js-ready .insights-eyebrow,
.section--insights.is-insights-js-ready .insights-title,
.section--insights.is-insights-js-ready .section-lead,
.section--insights.is-insights-js-ready .research-home__content,
.section--insights.is-insights-js-ready .research-home__explore {
  opacity: 0;
  transform: translateY(18px);
}

.section--insights.is-insights-js-ready .insights-title::after {
  transform: scaleX(0);
}

.section--insights.is-insights-visible .insights-eyebrow,
.section--insights.is-insights-visible .insights-title,
.section--insights.is-insights-visible .section-lead,
.section--insights.is-insights-visible .research-home__content,
.section--insights.is-insights-visible .research-home__explore {
  opacity: 1;
  transform: translateY(0);
  transition: opacity .58s ease, transform .65s cubic-bezier(.2, .75, .25, 1);
}

.section--insights.is-insights-visible .insights-title {
  transition-delay: .05s;
}

.section--insights.is-insights-visible .section-lead {
  transition-delay: .1s;
}

.section--insights.is-insights-visible .research-home__content {
  transition-delay: .15s;
}

.section--insights.is-insights-visible .research-home__explore {
  transition-delay: .22s;
}

.section--insights.is-insights-visible .insights-title::after {
  transform: scaleX(1);
  transition: transform .55s .14s ease;
}

@media (max-width: 1160px) {
  .section--insights > .shell {
    width: min(100% - 42px, 1050px);
  }

  .research-home__content {
    display: block;
  }

  .research-home__featured-view,
  .research-home__supporting-view,
  .research-home__featured-view > div,
  .research-home__supporting-view > div,
  .research-home__featured-view .views-element-container > div,
  .research-home__supporting-view .views-element-container > div {
    display: block;
  }

  .research-home__featured-view .view-content {
    display: block;
    margin-bottom: 18px;
  }

  .research-home__featured-view .views-element-container > div {
    display: block;
    margin-bottom: 18px;
  }

  .research-home__featured-view .views-row {
    height: clamp(420px, 53vw, 525px);
  }

  .research-home__supporting-view .view-content {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 16px;
  }

  .research-home__supporting-view .views-element-container > div {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 16px;
  }

  .research-home__supporting-view .views-row {
    grid-column: auto !important;
    grid-row: auto !important;
    min-height: 245px;
  }

  .research-home__supporting-view .views-row:nth-child(1),
  .research-home__supporting-view .views-row:nth-child(2) {
    min-height: 380px;
  }
}

@media (max-width: 720px) {
  .section--insights {
    padding-block: 44px 66px;
  }

  .section--insights > .shell {
    width: min(100% - 28px, 660px);
  }

  .section--insights::before {
    top: -210px;
    right: -165px;
  }

  .section--insights::after {
    bottom: -240px;
    left: -220px;
  }

  .section--insights .insights-eyebrow {
    gap: 8px;
    font-size: 9px;
    letter-spacing: .1em;
  }

  .section--insights .insights-eyebrow span {
    width: 23px;
  }

  .section--insights .insights-title {
    font-size: clamp(34px, 10.5vw, 47px);
  }

  .section--insights .section-lead {
    max-width: 520px;
    font-size: 12px;
  }

  .research-home__featured-view .views-row {
    height: auto;
  }

  .research-featured {
    min-height: 445px;
  }

  .research-featured__media {
    min-height: 400px;
  }

  .research-featured__copy {
    width: calc(100% - 44px);
    left: 22px;
    bottom: 35px;
  }

  .research-featured__copy h3 {
    max-width: 80%;
    font-size: clamp(23px, 7vw, 31px);
  }

  .research-featured__copy p {
    max-width: 80%;
  }

  .research-featured__play {
    left: 50%;
    width: 64px;
    height: 64px;
  }

  .research-home__supporting-view .view-content {
    grid-template-columns: 1fr;
  }

  .research-home__supporting-view .views-element-container > div {
    grid-template-columns: 1fr;
  }

  .research-home__supporting-view .views-row,
  .research-home__supporting-view .views-row:nth-child(1),
  .research-home__supporting-view .views-row:nth-child(2) {
    min-height: 286px;
  }

  .research-card--publication,
  .research-card--report,
  .research-card--podcast,
  .research-card--video,
  .research-card--resource {
    display: grid;
    grid-template-columns: minmax(0, .92fr) minmax(0, 1.08fr);
  }

  .research-card--publication .research-card__media,
  .research-card--report .research-card__media,
  .research-card--podcast .research-card__media,
  .research-card--video .research-card__media,
  .research-card--resource .research-card__media {
    position: relative;
    inset: auto;
    width: auto;
    height: auto;
    min-height: 0;
    margin: 10px;
    border-radius: 8px;
  }

  .research-card--publication .research-card__body,
  .research-card--report .research-card__body,
  .research-card--podcast .research-card__body,
  .research-card--video .research-card__body,
  .research-card--resource .research-card__body {
    height: auto;
    padding: 22px 17px 15px 4px;
  }

  .research-card--publication .research-card__badge {
    position: static;
  }

  .research-card--publication h3 {
    margin-top: 12px;
  }

  .research-card--report .research-card__badge--overlay {
    position: absolute;
  }

  .research-home__explore {
    max-width: calc(100% - 12px);
    padding-left: 22px;
    font-size: 12px;
  }
}

@media (max-width: 430px) {
  .section--insights > .shell {
    width: min(100% - 22px, 410px);
  }

  .section--insights .insights-title {
    font-size: clamp(32px, 10vw, 41px);
  }

  .research-featured {
    min-height: 430px;
  }

  .research-featured__media {
    min-height: 384px;
  }

  .research-featured__badge {
    top: 15px;
    left: 15px;
    padding: 7px 9px;
    font-size: 9px;
  }

  .research-featured__copy {
    left: 17px;
    bottom: 31px;
    width: calc(100% - 34px);
  }

  .research-featured__copy h3,
  .research-featured__copy p {
    max-width: 100%;
  }

  .research-featured__copy p {
    font-size: 11px;
  }

  .research-featured__play {
    top: 45%;
    width: 58px;
    height: 58px;
  }

  .research-featured__footer {
    padding-inline: 16px 9px;
  }

  .research-home__supporting-view .views-row,
  .research-home__supporting-view .views-row:nth-child(1),
  .research-home__supporting-view .views-row:nth-child(2) {
    min-height: 262px;
  }

  .research-card h3 {
    font-size: 15px;
  }

  .research-card__summary {
    display: none;
  }

  .research-card--publication,
  .research-card--report,
  .research-card--podcast,
  .research-card--video,
  .research-card--resource {
    grid-template-columns: minmax(0, .9fr) minmax(0, 1.1fr);
  }

  .research-card--publication .research-card__body,
  .research-card--report .research-card__body,
  .research-card--podcast .research-card__body,
  .research-card--video .research-card__body,
  .research-card--resource .research-card__body {
    padding-right: 12px;
  }
}

@media (prefers-reduced-motion: reduce) {
  .section--insights *,
  .section--insights *::before,
  .section--insights *::after {
    scroll-behavior: auto !important;
    animation-duration: .01ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: .01ms !important;
    transition-delay: 0ms !important;
  }

  .section--insights.is-insights-js-ready .insights-eyebrow,
  .section--insights.is-insights-js-ready .insights-title,
  .section--insights.is-insights-js-ready .section-lead,
  .section--insights.is-insights-js-ready .research-home__content,
  .section--insights.is-insights-js-ready .research-home__explore {
    opacity: 1;
    transform: none;
  }

  .section--insights .research-card:hover,
  .section--insights .research-featured:hover,
  .section--insights .research-card__media img {
    transform: none;
  }
}
