.metop-support-parity {
  --metop-support-bg: #fbfbfa;
  --metop-support-surface: #ffffff;
  --metop-support-soft: #f5f5f3;
  --metop-support-text: #111111;
  --metop-support-muted: #5f6164;
  --metop-support-quiet: #85878a;
  --metop-support-line: rgba(17, 17, 17, 0.12);
  --metop-support-blue: #0033ff;
  --metop-support-blue-soft: rgba(0, 51, 255, 0.1);
  --metop-support-ease: cubic-bezier(0.32, 0.72, 0, 1);
  background: var(--metop-support-bg);
  color: var(--metop-support-text) !important;
  display: flex !important;
  flex-direction: column;
  gap: 0 !important;
  overflow: clip;
  padding: 0 !important;
  width: 100%;
}

.metop-support-parity,
.metop-support-parity * {
  box-sizing: border-box;
}

.metop-support-parity .elementor-element.e-con > .e-con-inner {
  display: contents !important;
}

.metop-support-parity .elementor-widget,
.metop-support-parity .elementor-widget-heading,
.metop-support-parity .elementor-widget-text-editor,
.metop-support-parity .elementor-widget-image,
.metop-support-parity .elementor-widget-button {
  margin: 0;
}

.metop-support-parity h1,
.metop-support-parity h2,
.metop-support-parity h3,
.metop-support-parity p {
  letter-spacing: 0;
  margin: 0;
}

.metop-support-parity .elementor-widget-text-editor,
.metop-support-parity .elementor-widget-text-editor p {
  color: var(--metop-support-muted) !important;
  font-size: 16px;
  line-height: 1.82;
}

.metop-support-parity .metop-support-shell {
  margin-inline: auto;
  max-width: 1248px;
  width: calc(100% - 96px) !important;
}

.metop-support-parity .metop-support-page-header {
  align-items: center;
  background: var(--metop-support-surface);
  border-bottom: 1px solid var(--metop-support-line);
  display: flex !important;
  flex-direction: column;
  gap: 12px;
  justify-content: center;
  padding: 72px max(48px, calc((100vw - 1248px) / 2)) 48px;
  text-align: center;
  width: 100%;
}

.metop-support-parity .metop-support-page-title .elementor-heading-title {
  color: var(--metop-support-text) !important;
  font-size: 40px;
  font-weight: 600;
  line-height: 1.16;
  max-width: 920px;
  text-align: center;
  text-wrap: balance;
}

.metop-support-parity .metop-support-page-description,
.metop-support-parity .metop-support-page-description p {
  color: var(--metop-support-muted) !important;
  font-size: 14px;
  line-height: 1.75;
  max-width: 720px;
  text-align: center;
}

.metop-support-parity .metop-support-eyebrow .elementor-heading-title,
.metop-support-parity .metop-support-module-index .elementor-heading-title,
.metop-support-parity .metop-support-path-index .elementor-heading-title {
  color: var(--metop-support-quiet) !important;
  font-family: 'Geist Mono', 'SF Mono', ui-monospace, monospace;
  font-size: 12px;
  font-weight: 520;
  line-height: 1.5;
}

.metop-support-parity .metop-support-page-header .metop-support-eyebrow {
  margin-bottom: 14px;
}

.metop-support-parity .metop-support-download-grid,
.metop-support-parity .metop-support-explore-grid,
.metop-support-parity .metop-support-stories-grid {
  display: grid !important;
  gap: 22px;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  padding-bottom: 96px;
}

.metop-support-parity .metop-support-media-card {
  background: var(--metop-support-surface);
  border: 1px solid var(--metop-support-line);
  border-radius: 6px;
  display: flex !important;
  flex-direction: column;
  min-width: 0;
  overflow: hidden;
  transition:
    border-color 200ms var(--metop-support-ease),
    box-shadow 200ms var(--metop-support-ease);
}

.metop-support-parity .metop-support-hover-card:hover {
  border-color: rgba(0, 51, 255, 0.24);
  box-shadow: 0 18px 46px rgba(0, 51, 255, 0.09);
}

.metop-support-parity .metop-support-card-image,
.metop-support-parity .metop-support-card-image .elementor-widget-container {
  aspect-ratio: 1.5 / 1;
  overflow: hidden;
  width: 100%;
}

.metop-support-parity .metop-support-card-image img {
  height: 100%;
  object-fit: cover;
  transition: opacity 200ms var(--metop-support-ease);
  width: 100%;
}

.metop-support-parity .metop-support-hover-card:hover .metop-support-card-image img {
  opacity: 0.92;
}

.metop-support-parity .metop-support-card-copy {
  align-items: flex-start;
  display: flex !important;
  flex: 1;
  flex-direction: column;
  padding: 28px 26px 26px;
}

.metop-support-parity .metop-support-card-title .elementor-heading-title,
.metop-support-parity .metop-support-story-name .elementor-heading-title {
  color: var(--metop-support-text) !important;
  font-size: 21px;
  font-weight: 580;
  line-height: 1.35;
  text-wrap: pretty;
}

.metop-support-parity .metop-support-card-category {
  margin-top: 12px;
}

.metop-support-parity .metop-support-card-category .elementor-heading-title {
  color: #2d2f32 !important;
  font-size: 15px;
  font-weight: 540;
  line-height: 1.5;
}

.metop-support-parity .metop-support-card-description {
  margin-top: 16px;
}

.metop-support-parity .metop-support-card-description,
.metop-support-parity .metop-support-card-description p {
  font-size: 15px;
  line-height: 1.78;
}

.metop-support-parity .metop-support-square-tag {
  margin-bottom: 20px;
  width: auto;
}

.metop-support-parity .metop-support-square-tag .elementor-heading-title {
  border: 1px solid var(--metop-support-line);
  color: #5d6064 !important;
  display: inline-flex;
  font-size: 11px;
  font-weight: 500;
  line-height: 1;
  min-height: 32px;
  padding: 10px;
}

.metop-support-parity .metop-support-button,
.metop-support-parity .metop-support-text-link,
.metop-support-parity .metop-support-related-link {
  width: auto;
}

.metop-support-parity .metop-support-button .elementor-button,
.metop-support-parity .metop-support-text-link .elementor-button,
.metop-support-parity .metop-support-related-link .elementor-button {
  align-items: center;
  background: transparent;
  border: 1px solid rgba(17, 17, 17, 0.18);
  border-radius: 4px;
  box-shadow: none;
  color: var(--metop-support-text) !important;
  display: inline-flex;
  font-size: 14px;
  font-weight: 520;
  justify-content: center;
  min-height: 42px;
  padding: 10px 16px;
  transition:
    background-color 180ms var(--metop-support-ease),
    border-color 180ms var(--metop-support-ease),
    color 180ms var(--metop-support-ease);
  white-space: nowrap;
}

.metop-support-parity .metop-support-card-copy > .metop-support-button,
.metop-support-parity .metop-support-card-copy > .metop-support-text-link,
.metop-support-parity .metop-support-card-copy > .e-con-inner > .metop-support-button,
.metop-support-parity .metop-support-card-copy > .e-con-inner > .metop-support-text-link {
  margin-top: auto;
  padding-top: 22px;
}

.metop-support-parity .metop-support-button--primary .elementor-button {
  background: var(--metop-support-text);
  border-color: var(--metop-support-text);
  color: #ffffff !important;
}

.metop-support-parity .metop-support-button .elementor-button:hover,
.metop-support-parity .metop-support-text-link .elementor-button:hover,
.metop-support-parity .metop-support-related-link .elementor-button:hover {
  background: var(--metop-support-blue);
  border-color: var(--metop-support-blue);
  color: #ffffff !important;
}

.metop-support-parity .metop-support-text-link .elementor-button {
  border: 0;
  min-height: auto;
  padding: 0;
}

.metop-support-parity .metop-support-text-link .elementor-button:hover {
  background: transparent;
  color: var(--metop-support-blue) !important;
}

.metop-support-parity .metop-support-notes,
.metop-support-parity .metop-support-table-section {
  border: 1px solid var(--metop-support-line);
  display: grid !important;
  gap: 64px;
  grid-template-columns: minmax(250px, 0.72fr) minmax(0, 1.28fr);
  margin-bottom: 96px;
  padding: 44px 38px;
}

.metop-support-parity .metop-support-notes-head {
  align-items: flex-start;
  display: flex !important;
  flex-direction: column;
  justify-content: space-between;
  min-height: 250px;
}

.metop-support-parity .metop-support-section-title .elementor-heading-title {
  color: var(--metop-support-text) !important;
  font-size: clamp(30px, 3.2vw, 46px);
  font-weight: 560;
  line-height: 1.2;
  text-wrap: balance;
}

.metop-support-parity .metop-support-section-description {
  max-width: 310px;
}

.metop-support-parity .metop-support-notes-list,
.metop-support-parity .metop-support-table {
  display: flex !important;
  flex-direction: column;
}

.metop-support-parity .metop-support-note-row,
.metop-support-parity .metop-support-table-row {
  border-top: 1px solid var(--metop-support-line);
  display: grid !important;
  gap: 28px;
  grid-template-columns: minmax(150px, 0.68fr) minmax(0, 1.32fr);
  padding: 24px 0;
}

.metop-support-parity .metop-support-note-row:first-child,
.metop-support-parity .metop-support-table-row:first-child {
  border-top: 0;
  padding-top: 0;
}

.metop-support-parity .metop-support-note-row:last-child,
.metop-support-parity .metop-support-table-row:last-child {
  padding-bottom: 0;
}

.metop-support-parity .metop-support-note-title .elementor-heading-title,
.metop-support-parity .metop-support-table-label .elementor-heading-title {
  color: #26282a !important;
  font-size: 15px;
  font-weight: 580;
  line-height: 1.5;
}

.metop-support-parity .metop-support-note-description,
.metop-support-parity .metop-support-note-description p,
.metop-support-parity .metop-support-table-value,
.metop-support-parity .metop-support-table-value p {
  font-size: 15px;
  line-height: 1.75;
}

.metop-support-parity .metop-support-explore-grid {
  padding-bottom: 84px;
}

.metop-support-parity .metop-support-table-section {
  display: flex !important;
  flex-direction: column;
  gap: 32px;
}

.metop-support-parity .metop-support-story-card .metop-support-card-image,
.metop-support-parity
  .metop-support-story-card
  .metop-support-card-image
  .elementor-widget-container {
  aspect-ratio: 1.34 / 1;
}

.metop-support-parity .metop-support-story-result {
  align-items: flex-end;
  border-top: 1px solid var(--metop-support-line);
  display: flex !important;
  flex-direction: row;
  justify-content: space-between;
  margin-top: 20px;
  padding-top: 18px;
  width: 100%;
}

.metop-support-parity .metop-support-result-label,
.metop-support-parity .metop-support-result-label p {
  color: #626569 !important;
  font-size: 13px;
  line-height: 1.5;
}

.metop-support-parity .metop-support-result-value .elementor-heading-title {
  color: var(--metop-support-text) !important;
  font-size: 29px;
  font-weight: 620;
  line-height: 1;
}

.metop-support-parity .metop-support-story-hero {
  align-items: flex-start;
  display: flex !important;
  flex-direction: column;
  padding-bottom: 78px;
  padding-top: 112px;
}

.metop-support-parity .metop-support-story-hero-title {
  margin-top: 18px;
}

.metop-support-parity .metop-support-story-hero-title .elementor-heading-title {
  color: var(--metop-support-text) !important;
  font-size: clamp(40px, 4.5vw, 62px);
  font-weight: 570;
  line-height: 1.14;
  max-width: 920px;
  text-wrap: balance;
}

.metop-support-parity .metop-support-story-hero-description {
  margin-top: 26px;
  max-width: 780px;
}

.metop-support-parity .metop-support-story-hero-description,
.metop-support-parity .metop-support-story-hero-description p {
  color: #45484c !important;
  font-size: 17px;
  line-height: 1.84;
}

.metop-support-parity .metop-support-story-summary {
  align-items: start;
  display: grid !important;
  gap: 34px;
  grid-template-columns: minmax(250px, 0.7fr) minmax(0, 1.55fr);
  padding-bottom: 72px;
}

.metop-support-parity .metop-support-story-aside {
  align-items: flex-start;
  border: 1px solid var(--metop-support-line);
  display: flex !important;
  flex-direction: column;
  padding: 34px 30px 30px;
}

.metop-support-parity .metop-support-summary-title {
  margin-top: 26px;
}

.metop-support-parity .metop-support-summary-title .elementor-heading-title {
  color: var(--metop-support-text) !important;
  font-size: 25px;
  font-weight: 580;
  line-height: 1.34;
}

.metop-support-parity .metop-support-summary-description {
  margin-top: 18px;
}

.metop-support-parity .metop-support-summary-description,
.metop-support-parity .metop-support-summary-description p {
  font-size: 15px;
  line-height: 1.78;
}

.metop-support-parity .metop-support-story-aside > .metop-support-button,
.metop-support-parity .metop-support-story-aside > .e-con-inner > .metop-support-button {
  margin-top: 20px;
  width: 100%;
}

.metop-support-parity .metop-support-story-aside > .metop-support-button + .metop-support-button,
.metop-support-parity .metop-support-story-aside > .e-con-inner > .metop-support-button + .metop-support-button {
  margin-top: 10px;
}

.metop-support-parity .metop-support-story-aside .elementor-button {
  width: 100%;
}

.metop-support-parity .metop-support-story-main {
  display: flex !important;
  flex-direction: column;
  gap: 18px;
}

.metop-support-parity .metop-support-story-visual {
  border: 1px solid var(--metop-support-line);
  border-radius: 6px;
  min-height: 470px;
  overflow: hidden;
  position: relative;
}

.metop-support-parity .metop-support-story-image,
.metop-support-parity .metop-support-story-image .elementor-widget-container,
.metop-support-parity .metop-support-story-image img {
  height: 100%;
  inset: 0;
  position: absolute;
  width: 100%;
}

.metop-support-parity .metop-support-story-image img {
  object-fit: cover;
}

.metop-support-parity .metop-support-story-caption {
  backdrop-filter: blur(14px);
  background: rgba(255, 255, 255, 0.76);
  bottom: 0;
  display: flex !important;
  flex-direction: column;
  left: 0;
  padding: 18px 22px;
  position: absolute;
  width: min(82%, 680px);
  z-index: 2;
}

.metop-support-parity .metop-support-caption-kicker,
.metop-support-parity .metop-support-caption-kicker p {
  color: #6c6f73 !important;
  font-size: 11px;
  line-height: 1.5;
}

.metop-support-parity .metop-support-caption-title .elementor-heading-title {
  color: var(--metop-support-text) !important;
  font-size: 24px;
  font-weight: 580;
  line-height: 1.3;
  margin-top: 5px;
}

.metop-support-parity .metop-support-facts {
  display: grid !important;
  gap: 14px;
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.metop-support-parity .metop-support-fact {
  border: 1px solid var(--metop-support-line);
  display: flex !important;
  flex-direction: column;
  min-height: 108px;
  padding: 20px;
}

.metop-support-parity .metop-support-fact-label,
.metop-support-parity .metop-support-fact-label p {
  color: var(--metop-support-quiet) !important;
  font-size: 11px;
  line-height: 1.5;
}

.metop-support-parity .metop-support-fact-value {
  margin-top: auto;
}

.metop-support-parity .metop-support-fact-value .elementor-heading-title {
  color: var(--metop-support-text) !important;
  font-size: 20px;
  font-weight: 580;
  line-height: 1.35;
}

.metop-support-parity .metop-support-story-module {
  border-top: 1px solid var(--metop-support-line);
  padding-bottom: 88px;
  padding-top: 72px;
}

.metop-support-parity .metop-support-story-module > .metop-support-section-title,
.metop-support-parity .metop-support-story-module > .e-con-inner > .metop-support-section-title {
  margin-top: 18px;
}

.metop-support-parity .metop-support-narrative-grid,
.metop-support-parity .metop-support-path-grid {
  display: grid !important;
  gap: 0;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  margin-top: 44px;
}

.metop-support-parity .metop-support-narrative-card,
.metop-support-parity .metop-support-path-card {
  border-left: 1px solid var(--metop-support-line);
  display: flex !important;
  flex-direction: column;
  min-height: 250px;
  padding: 0 32px;
}

.metop-support-parity .metop-support-narrative-card:first-child,
.metop-support-parity .metop-support-path-card:first-child {
  border-left: 0;
  padding-left: 0;
}

.metop-support-parity .metop-support-narrative-card:last-child,
.metop-support-parity .metop-support-path-card:last-child {
  padding-right: 0;
}

.metop-support-parity .metop-support-module-title,
.metop-support-parity .metop-support-path-title {
  margin-top: 28px;
}

.metop-support-parity .metop-support-module-title .elementor-heading-title,
.metop-support-parity .metop-support-path-title .elementor-heading-title {
  color: var(--metop-support-text) !important;
  font-size: 20px;
  font-weight: 580;
  line-height: 1.4;
}

.metop-support-parity .metop-support-module-description,
.metop-support-parity .metop-support-path-description {
  margin-top: 16px;
}

.metop-support-parity .metop-support-module-description,
.metop-support-parity .metop-support-module-description p,
.metop-support-parity .metop-support-path-description,
.metop-support-parity .metop-support-path-description p {
  font-size: 15px;
  line-height: 1.78;
}

.metop-support-parity .metop-support-story-path {
  background: var(--metop-support-surface);
  border: 1px solid var(--metop-support-line);
  padding: 54px 42px 58px;
}

.metop-support-parity .metop-support-story-results {
  display: grid !important;
  gap: 0;
  grid-template-columns: minmax(260px, 0.76fr) minmax(0, 1.24fr);
  margin-bottom: 96px;
  padding-bottom: 0;
}

.metop-support-parity .metop-support-results-copy,
.metop-support-parity .metop-support-results-delivery {
  display: flex !important;
  flex-direction: column;
  min-height: 360px;
  padding: 44px 40px;
}

.metop-support-parity .metop-support-results-copy {
  background: var(--metop-support-text);
}

.metop-support-parity .metop-support-results-copy .metop-support-eyebrow .elementor-heading-title,
.metop-support-parity .metop-support-results-description,
.metop-support-parity .metop-support-results-description p {
  color: rgba(255, 255, 255, 0.64) !important;
}

.metop-support-parity .metop-support-results-value {
  margin-top: auto;
}

.metop-support-parity .metop-support-results-value .elementor-heading-title {
  color: #ffffff !important;
  font-size: clamp(62px, 7vw, 98px);
  font-weight: 560;
  line-height: 0.95;
}

.metop-support-parity .metop-support-results-label {
  margin-top: 18px;
}

.metop-support-parity .metop-support-results-label .elementor-heading-title {
  color: #ffffff !important;
  font-size: 18px;
  font-weight: 520;
  line-height: 1.4;
}

.metop-support-parity .metop-support-results-description {
  margin-top: 24px;
}

.metop-support-parity .metop-support-results-description,
.metop-support-parity .metop-support-results-description p {
  font-size: 13px;
  line-height: 1.7;
}

.metop-support-parity .metop-support-results-delivery {
  background: var(--metop-support-surface);
  border: 1px solid var(--metop-support-line);
}

.metop-support-parity .metop-support-results-delivery-title .elementor-heading-title {
  color: var(--metop-support-text) !important;
  font-size: 31px;
  font-weight: 560;
  line-height: 1.26;
  max-width: 360px;
}

.metop-support-parity .metop-support-deliverables-list {
  display: flex !important;
  flex-direction: column;
  margin-top: auto;
}

.metop-support-parity .metop-support-deliverable-row {
  border-top: 1px solid var(--metop-support-line);
  display: grid !important;
  gap: 14px;
  grid-template-columns: 20px minmax(0, 1fr);
  padding: 16px 0;
}

.metop-support-parity .metop-support-deliverable-marker .elementor-heading-title {
  color: var(--metop-support-quiet) !important;
  font-size: 13px;
  font-weight: 400;
}

.metop-support-parity .metop-support-deliverable-text,
.metop-support-parity .metop-support-deliverable-text p {
  color: #4f5256 !important;
  font-size: 14px;
  line-height: 1.6;
}

.metop-support-parity .metop-support-related,
.metop-support-parity .metop-support-story-cta {
  border: 1px solid var(--metop-support-line);
  grid-column: 1 / -1;
  margin-top: 18px;
}

.metop-support-parity .metop-support-related {
  align-items: center;
  display: flex !important;
  flex-direction: row;
  gap: 28px;
  justify-content: space-between;
  padding: 24px 28px;
}

.metop-support-parity .metop-support-related-title .elementor-heading-title {
  color: var(--metop-support-text) !important;
  font-size: 17px;
  font-weight: 560;
  line-height: 1.4;
  white-space: nowrap;
}

.metop-support-parity .metop-support-related-title {
  flex: 0 0 auto;
  min-width: 68px;
}

.metop-support-parity .metop-support-related-links {
  display: flex !important;
  flex-direction: row;
  flex-wrap: wrap;
  gap: 10px;
  justify-content: flex-end;
}

.metop-support-parity .metop-support-related-link .elementor-button {
  font-size: 13px;
  min-height: 38px;
  padding: 8px 13px;
}

.metop-support-parity .metop-support-story-cta {
  align-items: center;
  display: flex !important;
  flex-direction: row;
  gap: 32px;
  justify-content: space-between;
  padding: 34px 30px;
}

.metop-support-parity .metop-support-story-cta-copy {
  display: flex !important;
  flex-direction: column;
}

.metop-support-parity .metop-support-cta-title .elementor-heading-title {
  color: var(--metop-support-text) !important;
  font-size: clamp(28px, 3vw, 40px);
  font-weight: 560;
  line-height: 1.22;
  margin-top: 8px;
}

.metop-support-parity .metop-support-cta-description {
  margin-top: 12px;
  max-width: 650px;
}

@media (max-width: 1024px) {
  .metop-support-parity .metop-support-shell {
    width: calc(100% - 64px) !important;
  }

  .metop-support-parity .metop-support-download-grid,
  .metop-support-parity .metop-support-explore-grid,
  .metop-support-parity .metop-support-stories-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .metop-support-parity .metop-support-story-summary {
    grid-template-columns: minmax(230px, 0.72fr) minmax(0, 1.28fr);
  }

  .metop-support-parity .metop-support-story-visual {
    min-height: 390px;
  }

  .metop-support-parity .metop-support-narrative-card,
  .metop-support-parity .metop-support-path-card {
    padding-inline: 24px;
  }
}

@media (max-width: 760px) {
  .metop-support-parity .metop-support-shell {
    width: calc(100% - 40px) !important;
  }

  .metop-support-parity .metop-support-page-header {
    padding: 56px 20px 40px;
  }

  .metop-support-parity .metop-support-page-title .elementor-heading-title {
    font-size: 30px;
  }

  .metop-support-parity .metop-support-page-description,
  .metop-support-parity .metop-support-page-description p {
    font-size: 14px;
    line-height: 1.75;
  }

  .metop-support-parity .metop-support-download-grid,
  .metop-support-parity .metop-support-explore-grid,
  .metop-support-parity .metop-support-stories-grid {
    gap: 16px;
    grid-template-columns: 1fr;
    padding-bottom: 64px;
  }

  .metop-support-parity .metop-support-card-copy {
    padding: 24px 22px;
  }

  .metop-support-parity .metop-support-card-title .elementor-heading-title,
  .metop-support-parity .metop-support-story-name .elementor-heading-title {
    font-size: 20px;
  }

  .metop-support-parity .metop-support-notes,
  .metop-support-parity .metop-support-table-section {
    gap: 34px;
    grid-template-columns: 1fr;
    margin-bottom: 64px;
    padding: 30px 22px;
  }

  .metop-support-parity .metop-support-notes-head {
    min-height: 0;
  }

  .metop-support-parity .metop-support-section-description {
    margin-top: 14px;
  }

  .metop-support-parity .metop-support-note-row,
  .metop-support-parity .metop-support-table-row {
    gap: 8px;
    grid-template-columns: 1fr;
    padding: 20px 0;
  }

  .metop-support-parity .metop-support-story-hero {
    padding-bottom: 48px;
    padding-top: 86px;
  }

  .metop-support-parity .metop-support-story-hero-title .elementor-heading-title {
    font-size: 36px;
  }

  .metop-support-parity .metop-support-story-hero-description,
  .metop-support-parity .metop-support-story-hero-description p {
    font-size: 16px;
  }

  .metop-support-parity .metop-support-story-summary {
    gap: 18px;
    grid-template-columns: 1fr;
    padding-bottom: 54px;
  }

  .metop-support-parity .metop-support-story-aside {
    padding: 28px 22px;
  }

  .metop-support-parity .metop-support-story-visual {
    min-height: 330px;
  }

  .metop-support-parity .metop-support-story-caption {
    padding: 16px 18px;
    width: 92%;
  }

  .metop-support-parity .metop-support-caption-title .elementor-heading-title {
    font-size: 20px;
  }

  .metop-support-parity .metop-support-facts {
    gap: 10px;
    grid-template-columns: 1fr;
  }

  .metop-support-parity .metop-support-fact {
    min-height: 92px;
  }

  .metop-support-parity .metop-support-story-module {
    padding-bottom: 58px;
    padding-top: 52px;
  }

  .metop-support-parity .metop-support-section-title .elementor-heading-title {
    font-size: 30px;
  }

  .metop-support-parity .metop-support-narrative-grid,
  .metop-support-parity .metop-support-path-grid {
    grid-template-columns: 1fr;
    margin-top: 32px;
  }

  .metop-support-parity .metop-support-narrative-card,
  .metop-support-parity .metop-support-path-card {
    border-left: 0;
    border-top: 1px solid var(--metop-support-line);
    min-height: 0;
    padding: 28px 0;
  }

  .metop-support-parity .metop-support-narrative-card:first-child,
  .metop-support-parity .metop-support-path-card:first-child {
    border-top: 0;
    padding-top: 0;
  }

  .metop-support-parity .metop-support-narrative-card:last-child,
  .metop-support-parity .metop-support-path-card:last-child {
    padding-bottom: 0;
  }

  .metop-support-parity .metop-support-module-title,
  .metop-support-parity .metop-support-path-title {
    margin-top: 14px;
  }

  .metop-support-parity .metop-support-story-path {
    padding: 36px 22px 40px;
  }

  .metop-support-parity .metop-support-story-results {
    grid-template-columns: 1fr;
    margin-bottom: 64px;
  }

  .metop-support-parity .metop-support-results-copy,
  .metop-support-parity .metop-support-results-delivery {
    min-height: 330px;
    padding: 34px 24px;
  }

  .metop-support-parity .metop-support-results-value .elementor-heading-title {
    font-size: 68px;
  }

  .metop-support-parity .metop-support-related,
  .metop-support-parity .metop-support-story-cta {
    align-items: flex-start;
    flex-direction: column;
  }

  .metop-support-parity .metop-support-related-links {
    justify-content: flex-start;
  }

  .metop-support-parity .metop-support-story-cta > .metop-support-button,
  .metop-support-parity .metop-support-story-cta > .e-con-inner > .metop-support-button {
    width: 100%;
  }

  .metop-support-parity .metop-support-story-cta > .metop-support-button .elementor-button,
  .metop-support-parity .metop-support-story-cta > .e-con-inner > .metop-support-button .elementor-button {
    width: 100%;
  }
}

@media (prefers-reduced-motion: reduce) {
  .metop-support-parity *,
  .metop-support-parity *::before,
  .metop-support-parity *::after {
    scroll-behavior: auto !important;
    transition-duration: 0.01ms !important;
  }
}
