.mhg-bodyshops-page {
  --bodyshop-ink: #07100d;
  --bodyshop-paper: #f3f7f4;
  --bodyshop-line: rgba(7, 16, 13, 0.16);
  --bodyshop-green: #2ca33c;
  background: var(--bodyshop-paper);
}

.mhg-cinematic--bodyshops {
  min-height: 760px;
  padding: 96px 0 72px;
  background:
    linear-gradient(90deg, rgba(2, 8, 6, 0.97) 0%, rgba(2, 8, 6, 0.82) 39%, rgba(2, 8, 6, 0.25) 68%, rgba(2, 8, 6, 0.08) 100%),
    var(--mhg-hero-image) var(--mhg-hero-position) / cover;
}

.mhg-cinematic--bodyshops::before {
  opacity: 1;
  background:
    linear-gradient(180deg, rgba(1, 7, 5, 0.05), rgba(1, 7, 5, 0.58)),
    linear-gradient(118deg, transparent 0 61%, rgba(67, 202, 82, 0.28) 61% 61.35%, transparent 61.35%);
}

.mhg-cinematic--bodyshops .mhg-cinematic__inner {
  grid-template-columns: minmax(0, 1fr) 320px;
  gap: 72px;
}

.mhg-cinematic--bodyshops h1 {
  max-width: 760px;
  font-size: 72px;
  line-height: 0.98;
  letter-spacing: 0;
  text-transform: none;
}

.mhg-cinematic--bodyshops .mhg-cinematic__copy {
  max-width: 690px;
  color: rgba(255, 255, 255, 0.84);
  font-size: 19px;
}

.mhg-cinematic--bodyshops .mhg-tech-console {
  align-self: end;
  border-color: rgba(255, 255, 255, 0.2);
  background: rgba(2, 11, 8, 0.76);
  box-shadow: 0 24px 70px rgba(0, 0, 0, 0.34);
  backdrop-filter: blur(16px);
}

.mhg-cinematic--bodyshops .mhg-console-row strong {
  color: #64de71;
}

.mhg-bodyshop-flow,
.mhg-bodyshop-systems,
.mhg-bodyshop-planning,
.mhg-bodyshop-faq,
.mhg-bodyshop-next {
  position: relative;
}

.mhg-bodyshop-flow {
  padding: 104px 0 112px;
  color: var(--bodyshop-ink);
  background: #f7faf8;
}

.mhg-bodyshop-section-head {
  display: grid;
  grid-template-columns: minmax(0, 1.12fr) minmax(320px, 0.62fr);
  gap: 88px;
  align-items: end;
  margin-bottom: 48px;
}

.mhg-bodyshop-section-head h2,
.mhg-bodyshop-planning h2,
.mhg-bodyshop-faq h2,
.mhg-bodyshop-next h2 {
  margin: 8px 0 0;
  max-width: 820px;
  font-size: 52px;
  line-height: 1.02;
  letter-spacing: 0;
}

.mhg-bodyshop-section-head > p,
.mhg-bodyshop-planning__intro > p,
.mhg-bodyshop-next__inner > div > p:last-child {
  margin: 0;
  color: #52635d;
  font-size: 18px;
  line-height: 1.6;
}

.mhg-bodyshop-stage-rail {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 14px;
  margin: 0;
}

.mhg-bodyshop-stage-card {
  min-width: 0;
  overflow: hidden;
  border: 1px solid var(--bodyshop-line);
  border-radius: 6px;
  color: var(--bodyshop-ink);
  background: #fff;
  text-decoration: none;
  transition: transform 180ms ease, border-color 180ms ease, box-shadow 180ms ease;
}

.mhg-bodyshop-stage-card__media {
  display: block;
  height: 210px;
  overflow: hidden;
  background: #e9efeb;
}

.mhg-bodyshop-stage-card__media img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 260ms ease;
}

.mhg-bodyshop-stage-card--contain .mhg-bodyshop-stage-card__media img {
  padding: 16px;
  object-fit: contain;
}

.mhg-bodyshop-stage-card__body {
  position: relative;
  display: grid;
  min-height: 180px;
  padding: 24px 58px 23px 22px;
  align-content: start;
}

.mhg-bodyshop-stage-card__number {
  position: absolute;
  top: 24px;
  right: 20px;
  color: var(--bodyshop-green);
  font-size: 12px;
  font-weight: 950;
}

.mhg-bodyshop-stage-card__body strong,
.mhg-bodyshop-stage-card__body small,
.mhg-bodyshop-stage-card__body em {
  display: block;
}

.mhg-bodyshop-stage-card__body strong {
  max-width: 240px;
  font-size: 20px;
  line-height: 1.2;
}

.mhg-bodyshop-stage-card__body small {
  margin-top: 8px;
  color: #63736d;
  font-size: 13px;
  font-weight: 750;
  line-height: 1.35;
}

.mhg-bodyshop-stage-card__body em {
  margin-top: auto;
  padding-top: 22px;
  color: #1c8a2b;
  font-size: 13px;
  font-style: normal;
  font-weight: 900;
}

.mhg-bodyshop-stage-card:hover,
.mhg-bodyshop-stage-card:focus-visible {
  border-color: rgba(44, 163, 60, 0.62);
  box-shadow: 0 18px 42px rgba(7, 16, 13, 0.13);
  transform: translateY(-3px);
}

.mhg-bodyshop-stage-card:hover .mhg-bodyshop-stage-card__media img,
.mhg-bodyshop-stage-card:focus-visible .mhg-bodyshop-stage-card__media img {
  transform: scale(1.025);
}

.mhg-bodyshop-systems {
  padding: 112px 0 120px;
  color: #fff;
  background: #07110d;
}

.mhg-bodyshop-systems::before {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  background:
    linear-gradient(118deg, transparent 0 76%, rgba(75, 192, 77, 0.1) 76% 76.4%, transparent 76.4%),
    linear-gradient(180deg, rgba(255, 255, 255, 0.015), transparent 30%);
}

.mhg-bodyshop-section-head--light > p {
  color: rgba(255, 255, 255, 0.66);
}

.mhg-bodyshop-theatre {
  position: relative;
  display: grid;
  grid-template-columns: minmax(0, 1.38fr) minmax(410px, 0.82fr);
  gap: 18px;
}

.mhg-bodyshop-structural,
.mhg-bodyshop-system-card {
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.13);
  border-radius: 6px;
  background: #101b17;
}

.mhg-bodyshop-structural {
  display: grid;
  min-height: 720px;
  grid-template-rows: minmax(0, 1fr) auto;
}

.mhg-bodyshop-structural__media {
  display: block;
  min-height: 430px;
  overflow: hidden;
  background: #050806;
}

.mhg-bodyshop-structural__media img {
  width: 100%;
  height: 100%;
  min-height: 430px;
  object-fit: cover;
  object-position: center;
  transition: transform 420ms ease;
}

.mhg-bodyshop-structural__media:hover img,
.mhg-bodyshop-structural__media:focus-visible img {
  transform: scale(1.018);
}

.mhg-bodyshop-structural__body {
  padding: 34px 36px 38px;
}

.mhg-bodyshop-structural__body h3 {
  max-width: 700px;
  margin: 7px 0 13px;
  color: #fff;
  font-size: 40px;
  line-height: 1.04;
}

.mhg-bodyshop-structural__body > p:not(.mhg-kicker) {
  max-width: 720px;
  margin: 0;
  color: rgba(255, 255, 255, 0.7);
  font-size: 16px;
  line-height: 1.55;
}

.mhg-bodyshop-supporting-systems {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 18px;
}

.mhg-bodyshop-system-card {
  display: grid;
  grid-template-rows: 210px 1fr;
}

.mhg-bodyshop-system-card__media {
  display: block;
  overflow: hidden;
  background: #fff;
}

.mhg-bodyshop-system-card__media img {
  width: 100%;
  height: 100%;
  padding: 9px;
  object-fit: contain;
  transition: transform 300ms ease;
}

.mhg-bodyshop-system-card__media:hover img,
.mhg-bodyshop-system-card__media:focus-visible img {
  transform: scale(1.025);
}

.mhg-bodyshop-system-card__body {
  display: flex;
  min-height: 245px;
  flex-direction: column;
  padding: 22px 22px 24px;
}

.mhg-bodyshop-system-card__body h3 {
  margin: 7px 0 10px;
  color: #fff;
  font-size: 22px;
  line-height: 1.12;
}

.mhg-bodyshop-system-card__body > p:not(.mhg-kicker) {
  margin: 0;
  color: rgba(255, 255, 255, 0.66);
  font-size: 13px;
  line-height: 1.5;
}

.mhg-bodyshop-text-link {
  width: fit-content;
  margin-top: auto;
  padding-top: 18px;
  color: #71e87c;
  font-size: 13px;
  font-weight: 900;
  text-decoration: none;
}

.mhg-bodyshop-text-link:hover,
.mhg-bodyshop-text-link:focus-visible {
  color: #fff;
}

.mhg-bodyshop-planning {
  padding: 112px 0 108px;
  color: var(--bodyshop-ink);
  background: #eef4f0;
}

.mhg-bodyshop-planning__grid {
  display: grid;
  grid-template-columns: minmax(0, 0.88fr) minmax(520px, 1.12fr);
  gap: 92px;
  align-items: start;
}

.mhg-bodyshop-planning__intro {
  position: sticky;
  top: 118px;
}

.mhg-bodyshop-utility-list {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 0;
  margin-top: 38px;
  border-top: 1px solid var(--bodyshop-line);
}

.mhg-bodyshop-utility-list strong {
  grid-column: 1 / -1;
  padding: 16px 0 12px;
  color: #237d2d;
  font-size: 12px;
  letter-spacing: 0;
  text-transform: uppercase;
}

.mhg-bodyshop-utility-list span {
  padding: 12px 10px 12px 0;
  border-top: 1px solid rgba(7, 16, 13, 0.1);
  color: #405049;
  font-size: 13px;
  font-weight: 760;
}

.mhg-bodyshop-plan-steps {
  border-top: 1px solid var(--bodyshop-line);
}

.mhg-bodyshop-plan-step {
  display: grid;
  grid-template-columns: 52px minmax(0, 1fr);
  gap: 22px;
  padding: 29px 0 31px;
  border-bottom: 1px solid var(--bodyshop-line);
}

.mhg-bodyshop-plan-step > span {
  color: var(--bodyshop-green);
  font-size: 13px;
  font-weight: 950;
}

.mhg-bodyshop-plan-step h3 {
  margin: 0 0 8px;
  font-size: 23px;
  line-height: 1.2;
}

.mhg-bodyshop-plan-step p {
  margin: 0;
  color: #586862;
  font-size: 14px;
  line-height: 1.55;
}

.mhg-bodyshop-proof {
  margin-top: 96px;
  padding-top: 76px;
  border-top: 1px solid var(--bodyshop-line);
}

.mhg-bodyshop-proof__heading {
  display: grid;
  grid-template-columns: minmax(0, 1.05fr) minmax(320px, 0.7fr);
  gap: 84px;
  align-items: end;
  margin-bottom: 42px;
}

.mhg-bodyshop-proof__heading h2 {
  margin: 8px 0 0;
  max-width: 760px;
  font-size: 45px;
  line-height: 1.04;
  letter-spacing: 0;
}

.mhg-bodyshop-proof__heading > p {
  margin: 0;
  color: #52635d;
  font-size: 17px;
  line-height: 1.6;
}

.mhg-bodyshop-proof__grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 14px;
}

.mhg-bodyshop-proof-card {
  min-width: 0;
  overflow: hidden;
  border: 1px solid var(--bodyshop-line);
  border-radius: 6px;
  color: var(--bodyshop-ink);
  background: #fff;
  text-decoration: none;
  transition: transform 180ms ease, border-color 180ms ease, box-shadow 180ms ease;
}

.mhg-bodyshop-proof-card__media {
  position: relative;
  display: block;
  height: 250px;
  overflow: hidden;
  background: #dce5df;
}

.mhg-bodyshop-proof-card__media img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 260ms ease;
}

.mhg-bodyshop-proof-card:nth-child(2) .mhg-bodyshop-proof-card__media img {
  object-position: center 36%;
}

.mhg-bodyshop-proof-card__media > span {
  position: absolute;
  top: 16px;
  left: 16px;
  display: grid;
  width: 38px;
  height: 38px;
  place-items: center;
  color: #fff;
  font-size: 12px;
  font-weight: 950;
  background: rgba(5, 18, 12, 0.86);
  backdrop-filter: blur(10px);
}

.mhg-bodyshop-proof-card__body {
  display: grid;
  min-height: 210px;
  padding: 25px 24px 24px;
  align-content: start;
}

.mhg-bodyshop-proof-card__body strong,
.mhg-bodyshop-proof-card__body small,
.mhg-bodyshop-proof-card__body em {
  display: block;
}

.mhg-bodyshop-proof-card__body strong {
  font-size: 22px;
  line-height: 1.2;
}

.mhg-bodyshop-proof-card__body small {
  margin-top: 10px;
  color: #596a63;
  font-size: 14px;
  line-height: 1.55;
}

.mhg-bodyshop-proof-card__body em {
  margin-top: auto;
  padding-top: 24px;
  color: #1c8a2b;
  font-size: 13px;
  font-style: normal;
  font-weight: 900;
}

.mhg-bodyshop-proof-card:hover,
.mhg-bodyshop-proof-card:focus-visible {
  border-color: rgba(44, 163, 60, 0.62);
  box-shadow: 0 18px 42px rgba(7, 16, 13, 0.13);
  transform: translateY(-3px);
}

.mhg-bodyshop-proof-card:hover .mhg-bodyshop-proof-card__media img,
.mhg-bodyshop-proof-card:focus-visible .mhg-bodyshop-proof-card__media img {
  transform: scale(1.025);
}

.mhg-bodyshop-support {
  margin-top: 94px;
  padding-top: 74px;
  border-top: 1px solid var(--bodyshop-line);
}

.mhg-bodyshop-support__heading {
  display: grid;
  grid-template-columns: minmax(0, 0.72fr) minmax(0, 1.28fr);
  gap: 80px;
  align-items: end;
  margin-bottom: 42px;
}

.mhg-bodyshop-support__heading h2 {
  font-size: 45px;
}

.mhg-bodyshop-support__routes {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  border-top: 1px solid var(--bodyshop-line);
  border-bottom: 1px solid var(--bodyshop-line);
}

.mhg-bodyshop-support__routes a {
  min-width: 0;
  padding: 27px 23px 30px;
  color: var(--bodyshop-ink);
  text-decoration: none;
  transition: background-color 160ms ease, color 160ms ease;
}

.mhg-bodyshop-support__routes a + a {
  border-left: 1px solid var(--bodyshop-line);
}

.mhg-bodyshop-support__routes span,
.mhg-bodyshop-support__routes strong,
.mhg-bodyshop-support__routes small {
  display: block;
}

.mhg-bodyshop-support__routes span {
  margin-bottom: 34px;
  color: var(--bodyshop-green);
  font-size: 12px;
  font-weight: 950;
}

.mhg-bodyshop-support__routes strong {
  font-size: 16px;
  line-height: 1.25;
}

.mhg-bodyshop-support__routes small {
  margin-top: 9px;
  color: #5e6e68;
  font-size: 12px;
  line-height: 1.45;
}

.mhg-bodyshop-support__routes a:hover,
.mhg-bodyshop-support__routes a:focus-visible {
  color: #fff;
  background: var(--bodyshop-ink);
}

.mhg-bodyshop-support__routes a:hover span,
.mhg-bodyshop-support__routes a:focus-visible span,
.mhg-bodyshop-support__routes a:hover small,
.mhg-bodyshop-support__routes a:focus-visible small {
  color: #71e87c;
}

.mhg-bodyshop-faq {
  padding: 104px 0;
  color: var(--bodyshop-ink);
  background: #fff;
}

.mhg-bodyshop-faq__grid {
  display: grid;
  grid-template-columns: minmax(0, 0.82fr) minmax(520px, 1.18fr);
  gap: 100px;
}

.mhg-bodyshop-question {
  border-top: 1px solid var(--bodyshop-line);
}

.mhg-bodyshop-question:last-child {
  border-bottom: 1px solid var(--bodyshop-line);
}

.mhg-bodyshop-question summary {
  position: relative;
  padding: 25px 48px 25px 0;
  cursor: pointer;
  font-size: 18px;
  font-weight: 900;
  line-height: 1.3;
  list-style: none;
}

.mhg-bodyshop-question summary::-webkit-details-marker {
  display: none;
}

.mhg-bodyshop-question summary::after {
  content: "+";
  position: absolute;
  right: 0;
  top: 22px;
  color: var(--bodyshop-green);
  font-size: 26px;
  font-weight: 700;
}

.mhg-bodyshop-question[open] summary::after {
  content: "−";
}

.mhg-bodyshop-question p {
  max-width: 680px;
  margin: -5px 0 26px;
  padding-right: 38px;
  color: #586862;
  font-size: 15px;
  line-height: 1.6;
}

.mhg-bodyshop-next {
  padding: 82px 0;
  color: #fff;
  background:
    linear-gradient(90deg, rgba(3, 14, 10, 0.98), rgba(3, 14, 10, 0.86)),
    url("/assets/suppliers/spanesi/official/spanesi-car-service-preparation-area.jpg") center / cover;
}

.mhg-bodyshop-next__inner {
  display: grid;
  grid-template-columns: minmax(0, 1.32fr) minmax(320px, 0.68fr);
  gap: 72px;
  align-items: end;
}

.mhg-bodyshop-next h2 {
  max-width: 900px;
  font-size: 44px;
}

.mhg-bodyshop-next__inner > div > p:last-child {
  max-width: 760px;
  margin-top: 18px;
  color: rgba(255, 255, 255, 0.68);
}

.mhg-bodyshop-next .mhg-actions {
  justify-content: flex-end;
}

@media (max-width: 1180px) {
  .mhg-cinematic--bodyshops h1 {
    font-size: 60px;
  }

  .mhg-cinematic--bodyshops .mhg-cinematic__inner {
    grid-template-columns: minmax(0, 1fr) 290px;
    gap: 42px;
  }

  .mhg-bodyshop-theatre,
  .mhg-bodyshop-planning__grid,
  .mhg-bodyshop-faq__grid {
    grid-template-columns: 1fr;
  }

  .mhg-bodyshop-planning__intro {
    position: static;
  }

  .mhg-bodyshop-support__heading {
    grid-template-columns: 1fr;
    gap: 12px;
  }
}

@media (min-width: 861px) and (max-width: 1180px) and (max-height: 820px) {
  .mhg-cinematic--bodyshops {
    min-height: calc(100svh - 116px);
    padding: 60px 0 48px;
  }

  .mhg-cinematic--bodyshops h1 {
    font-size: 52px;
  }

  .mhg-cinematic--bodyshops .mhg-cinematic__copy {
    margin-top: 14px;
    font-size: 17px;
  }
}

@media (max-width: 860px) {
  .mhg-cinematic--bodyshops {
    min-height: 700px;
    padding: 82px 0 56px;
    background:
      linear-gradient(90deg, rgba(2, 8, 6, 0.94), rgba(2, 8, 6, 0.58)),
      var(--mhg-hero-image) 58% center / cover;
  }

  .mhg-cinematic--bodyshops .mhg-cinematic__inner {
    grid-template-columns: 1fr;
  }

  .mhg-cinematic--bodyshops h1 {
    font-size: 50px;
  }

  .mhg-cinematic--bodyshops .mhg-tech-console {
    display: none;
  }

  .mhg-bodyshop-flow,
  .mhg-bodyshop-systems,
  .mhg-bodyshop-planning,
  .mhg-bodyshop-faq {
    padding: 78px 0;
  }

  .mhg-bodyshop-section-head,
  .mhg-bodyshop-proof__heading,
  .mhg-bodyshop-next__inner {
    grid-template-columns: 1fr;
    gap: 24px;
  }

  .mhg-bodyshop-section-head h2,
  .mhg-bodyshop-planning h2,
  .mhg-bodyshop-proof__heading h2,
  .mhg-bodyshop-faq h2 {
    font-size: 42px;
  }

  .mhg-bodyshop-supporting-systems,
  .mhg-bodyshop-support__routes {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .mhg-bodyshop-support__routes a:nth-child(3) {
    border-left: 0;
  }

  .mhg-bodyshop-support__routes a:nth-child(n + 3) {
    border-top: 1px solid var(--bodyshop-line);
  }

  .mhg-bodyshop-next .mhg-actions {
    justify-content: flex-start;
  }
}

@media (max-width: 620px) {
  .mhg-cinematic--bodyshops {
    min-height: 640px;
    padding: 72px 0 42px;
    background:
      linear-gradient(90deg, rgba(2, 8, 6, 0.96), rgba(2, 8, 6, 0.65)),
      var(--mhg-hero-image) 62% center / cover;
  }

  .mhg-cinematic--bodyshops h1 {
    font-size: 38px;
    line-height: 1.02;
  }

  .mhg-cinematic--bodyshops .mhg-cinematic__copy {
    font-size: 16px;
  }

  .mhg-cinematic--bodyshops .mhg-actions,
  .mhg-bodyshop-structural__body .mhg-actions,
  .mhg-bodyshop-next .mhg-actions {
    display: grid;
    grid-template-columns: 1fr;
  }

  .mhg-bodyshop-stage-rail {
    grid-template-columns: none;
    grid-auto-flow: column;
    grid-auto-columns: minmax(278px, 84vw);
    gap: 12px;
    overflow-x: auto;
    overscroll-behavior-inline: contain;
    padding: 0 0 12px;
    scroll-snap-type: inline mandatory;
    scrollbar-width: thin;
  }

  .mhg-bodyshop-stage-card {
    scroll-snap-align: start;
  }

  .mhg-bodyshop-stage-card__media {
    height: 190px;
  }

  .mhg-bodyshop-stage-card__body {
    min-height: 170px;
  }

  .mhg-bodyshop-proof {
    margin-top: 70px;
    padding-top: 58px;
  }

  .mhg-bodyshop-proof__heading h2 {
    font-size: 34px;
  }

  .mhg-bodyshop-proof__grid {
    grid-template-columns: none;
    grid-auto-flow: column;
    grid-auto-columns: minmax(284px, 86vw);
    gap: 12px;
    overflow-x: auto;
    overscroll-behavior-inline: contain;
    padding-bottom: 12px;
    scroll-snap-type: inline mandatory;
    scrollbar-width: thin;
  }

  .mhg-bodyshop-proof-card {
    scroll-snap-align: start;
  }

  .mhg-bodyshop-proof-card__media {
    height: 230px;
  }

  .mhg-bodyshop-structural {
    min-height: 0;
  }

  .mhg-bodyshop-structural__media,
  .mhg-bodyshop-structural__media img {
    min-height: 280px;
  }

  .mhg-bodyshop-structural__media img {
    object-position: 56% center;
  }

  .mhg-bodyshop-structural__body {
    padding: 28px 22px 30px;
  }

  .mhg-bodyshop-structural__body h3 {
    font-size: 32px;
  }

  .mhg-bodyshop-supporting-systems,
  .mhg-bodyshop-support__routes,
  .mhg-bodyshop-utility-list {
    grid-template-columns: 1fr;
  }

  .mhg-bodyshop-system-card {
    grid-template-rows: 240px auto;
  }

  .mhg-bodyshop-system-card__body {
    min-height: 220px;
  }

  .mhg-bodyshop-support {
    margin-top: 70px;
    padding-top: 58px;
  }

  .mhg-bodyshop-support__routes a + a,
  .mhg-bodyshop-support__routes a:nth-child(3) {
    border-left: 0;
  }

  .mhg-bodyshop-support__routes a:nth-child(n + 2) {
    border-top: 1px solid var(--bodyshop-line);
  }

  .mhg-bodyshop-faq__grid {
    gap: 42px;
  }

  .mhg-bodyshop-next {
    padding: 64px 0;
  }

  .mhg-bodyshop-next h2 {
    font-size: 34px;
  }
}

@media (prefers-reduced-motion: reduce) {
  .mhg-bodyshop-structural__media img,
  .mhg-bodyshop-system-card__media img,
  .mhg-bodyshop-stage-card,
  .mhg-bodyshop-stage-card__media img,
  .mhg-bodyshop-proof-card,
  .mhg-bodyshop-proof-card__media img,
  .mhg-bodyshop-support__routes a {
    transition: none;
  }
}
