.mm-owned-body--urgent {
  margin: 0;
  background: #fff;
  color: #221f1f;
}

.mm-urgent-page {
  --mm-wrap: 1210px;
  --urgent-red: #b20720;
  --urgent-red-dark: #7d0718;
  --urgent-charcoal: #171717;
  --urgent-ink: #221f1f;
  --urgent-muted: #615d59;
  --urgent-line: #d9d5d0;
  --urgent-soft: #f4f2ee;
  --urgent-ivory: #fbfaf7;
  --urgent-amber: #f1a52b;
  --urgent-green: #22724a;
  font-family: Roboto, Arial, sans-serif;
  color: var(--urgent-ink);
  background: #fff;
}

.mm-urgent-page *,
.mm-urgent-page *::before,
.mm-urgent-page *::after {
  box-sizing: border-box;
}

.mm-local-preview-flag {
  position: fixed;
  right: 14px;
  bottom: 14px;
  z-index: 99999;
  max-width: calc(100vw - 28px);
  padding: 9px 13px;
  border: 1px solid #262626;
  background: #ffcf5a;
  color: #171717;
  font: 800 11px/1.35 Montserrat, Arial, sans-serif;
  letter-spacing: .04em;
  text-transform: uppercase;
  box-shadow: 0 8px 24px rgba(0, 0, 0, .18);
}

.mm-urgent-hero {
  overflow: hidden;
  padding: 44px 0 78px;
  border-bottom: 1px solid #363232;
  background: var(--urgent-charcoal);
  color: #fff;
}

.mm-urgent-hero__grid {
  display: grid;
  grid-template-columns: minmax(0, .92fr) minmax(460px, 1.08fr);
  align-items: center;
  gap: 54px;
}

.mm-urgent-breadcrumb {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 7px;
  margin: 0 0 27px;
  color: rgba(255, 255, 255, .63);
  font-size: 12px;
  line-height: 18px;
}

.mm-urgent-breadcrumb a {
  color: rgba(255, 255, 255, .82);
  text-decoration: none;
}

.mm-urgent-breadcrumb a:hover,
.mm-urgent-breadcrumb a:focus {
  color: #fff;
  text-decoration: underline;
  text-underline-offset: 3px;
}

.mm-urgent-eyebrow,
.mm-urgent-label {
  margin: 0 0 11px;
  color: var(--urgent-red);
  font-family: Montserrat, Arial, sans-serif;
  font-size: 12px;
  font-weight: 800;
  letter-spacing: .12em;
  line-height: 18px;
  text-transform: uppercase;
}

.mm-urgent-eyebrow {
  color: #ffcf5a;
}

.mm-urgent-hero h1 {
  max-width: 640px;
  margin: 0;
  color: #fff;
  font-size: clamp(48px, 5.2vw, 72px);
  font-weight: 900;
  letter-spacing: -.045em;
  line-height: .98;
}

.mm-urgent-review-proof {
  position: relative;
  display: block;
  max-width: 530px;
  margin-top: 20px;
  padding: 12px 42px 13px 16px;
  border-left: 4px solid #f20d3b;
  background: linear-gradient(100deg, rgba(0, 0, 0, .64), rgba(0, 0, 0, .24));
  color: #fff;
  text-decoration: none;
  transition: background-color .18s ease, border-color .18s ease;
}

.mm-urgent-review-proof:hover,
.mm-urgent-review-proof:focus-visible {
  border-left-color: var(--urgent-amber);
  background-color: rgba(255, 255, 255, .055);
}

.mm-urgent-review-proof:focus-visible {
  outline: 3px solid var(--urgent-amber);
  outline-offset: 3px;
}

.mm-urgent-review-proof__label {
  display: block;
  margin-bottom: 7px;
  color: rgba(255, 255, 255, .82);
  font-size: 12px;
  font-weight: 800;
  line-height: 17px;
}

.mm-urgent-review-proof__data {
  display: grid;
  grid-template-columns: 92px auto minmax(0, 1fr);
  align-items: center;
  gap: 13px;
}

.mm-urgent-review-proof__data img {
  display: block;
  width: 92px;
  height: auto;
}

.mm-urgent-review-proof__data > strong {
  white-space: nowrap;
  font-size: 34px;
  font-weight: 900;
  letter-spacing: -.035em;
  line-height: 38px;
}

.mm-urgent-review-proof__data > span {
  color: rgba(255, 255, 255, .92);
  font-size: 13px;
  font-weight: 600;
  line-height: 18px;
}

.mm-urgent-review-proof__data > span b {
  color: #fff;
  font-size: 20px;
  font-weight: 900;
}

.mm-urgent-review-proof__data > i {
  position: absolute;
  top: 14px;
  right: 15px;
  color: #ffcf5a;
  font-size: 14px;
  font-style: normal;
}

.mm-urgent-hero__lead {
  max-width: 650px;
  margin: 26px 0 0;
  color: rgba(255, 255, 255, .9);
  font-size: 19px;
  line-height: 30px;
}

.mm-urgent-hero__boundary {
  max-width: 650px;
  margin: 18px 0 0;
  padding: 14px 16px;
  border-left: 4px solid var(--urgent-amber);
  background: #272424;
  color: rgba(255, 255, 255, .78);
  font-size: 14px;
  line-height: 22px;
}

.mm-urgent-hero__boundary strong {
  color: #fff;
}

.mm-urgent-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 11px;
  margin-top: 28px;
}

.mm-urgent-button {
  display: inline-flex;
  min-height: 48px;
  align-items: center;
  justify-content: center;
  gap: 10px;
  padding: 12px 18px;
  border: 2px solid var(--urgent-red);
  background: var(--urgent-red);
  color: #fff;
  font-family: Montserrat, Arial, sans-serif;
  font-size: 13px;
  font-weight: 800;
  line-height: 18px;
  text-align: center;
  text-decoration: none;
  transition: background-color .18s ease, border-color .18s ease, color .18s ease, transform .18s ease;
}

.mm-urgent-button--dark {
  border-color: #fff;
  background: transparent;
}

.mm-urgent-button:hover,
.mm-urgent-button:focus {
  border-color: #fff;
  background: #fff;
  color: var(--urgent-red-dark);
  transform: translateY(-1px);
}

.mm-urgent-hours {
  margin: 17px 0 0;
  color: rgba(255, 255, 255, .62);
  font-size: 12px;
  line-height: 18px;
}

.mm-urgent-hero__media {
  position: relative;
  min-width: 0;
  margin: 0;
}

.mm-urgent-hero__media picture,
.mm-urgent-feature-media picture,
.mm-urgent-image-band picture {
  display: block;
}

.mm-urgent-hero__media img {
  display: block;
  width: 100%;
  height: auto;
  aspect-ratio: 4 / 3;
  border: 1px solid rgba(255, 255, 255, .18);
  object-fit: cover;
  object-position: center 54%;
}

.mm-urgent-hero__media figcaption {
  margin: 10px 0 0;
  color: rgba(255, 255, 255, .58);
  font-size: 11px;
  line-height: 17px;
}

.mm-urgent-slot-board {
  position: absolute;
  right: -18px;
  bottom: 44px;
  width: min(330px, 78%);
  border-top: 5px solid var(--urgent-red);
  background: #fff;
  color: var(--urgent-ink);
  box-shadow: 0 18px 42px rgba(0, 0, 0, .32);
}

.mm-urgent-slot-board__head,
.mm-urgent-slot-board > div:not(.mm-urgent-slot-board__head) {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  padding: 12px 15px;
  border-bottom: 1px solid var(--urgent-line);
}

.mm-urgent-slot-board__head {
  background: var(--urgent-soft);
  font-family: Montserrat, Arial, sans-serif;
  font-size: 10px;
  letter-spacing: .06em;
  line-height: 15px;
  text-transform: uppercase;
}

.mm-urgent-slot-board__head strong {
  color: var(--urgent-red-dark);
  font-size: 9px;
}

.mm-urgent-slot-board > div:not(.mm-urgent-slot-board__head) span {
  font-size: 14px;
  font-weight: 800;
}

.mm-urgent-slot-board em {
  color: var(--urgent-muted);
  font-size: 12px;
  font-style: normal;
  line-height: 18px;
}

.mm-urgent-proof {
  position: relative;
  z-index: 4;
  margin-top: -32px;
  background: transparent;
}

.mm-urgent-proof__grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  overflow: hidden;
  border: 1px solid rgba(25, 22, 21, .12);
  border-radius: 18px;
  background: #fff;
  box-shadow: 0 18px 48px rgba(26, 20, 19, .15);
}

.mm-urgent-trust-card {
  position: relative;
  display: grid;
  grid-template-columns: 74px minmax(0, 1fr);
  align-items: center;
  gap: 15px;
  min-width: 0;
  min-height: 116px;
  padding: 20px 30px 20px 20px;
  border-right: 1px solid var(--urgent-line);
  color: var(--urgent-ink);
  text-decoration: none;
  transition: background-color .18s ease, transform .18s ease;
}

.mm-urgent-trust-card:last-child {
  border-right: 0;
}

a.mm-urgent-trust-card:hover,
a.mm-urgent-trust-card:focus-visible {
  background: #fff8f1;
}

a.mm-urgent-trust-card:focus-visible {
  outline: 3px solid var(--urgent-amber);
  outline-offset: -4px;
}

.mm-urgent-trust-card__mark {
  display: flex;
  width: 74px;
  height: 54px;
  align-items: center;
  justify-content: center;
  border-radius: 12px;
  background: var(--urgent-charcoal);
}

.mm-urgent-trust-card__mark img {
  display: block;
  max-width: 60px;
  max-height: 38px;
  width: auto;
  height: auto;
  object-fit: contain;
}

.mm-urgent-trust-card__copy,
.mm-urgent-trust-card__copy strong,
.mm-urgent-trust-card__copy small {
  display: block;
}

.mm-urgent-trust-card__copy strong {
  color: var(--urgent-ink);
  font-size: 14px;
  font-weight: 900;
  letter-spacing: -.01em;
  line-height: 19px;
}

.mm-urgent-trust-card__copy small {
  margin-top: 5px;
  color: var(--urgent-muted);
  font-size: 11px;
  font-weight: 500;
  line-height: 16px;
}

.mm-urgent-trust-card__arrow {
  position: absolute;
  top: 13px;
  right: 13px;
  color: var(--urgent-red);
  font-size: 14px;
  font-weight: 900;
}

.mm-urgent-answer {
  padding: 42px 0;
  background: var(--urgent-amber);
}

.mm-urgent-answer__grid {
  display: grid;
  grid-template-columns: minmax(260px, .72fr) minmax(0, 1.28fr);
  align-items: start;
  gap: 48px;
}

.mm-urgent-answer .mm-urgent-label {
  color: #5c3100;
}

.mm-urgent-answer h2 {
  margin: 0;
  color: #171717;
  font-size: 30px;
  font-weight: 900;
  letter-spacing: -.025em;
  line-height: 37px;
}

.mm-urgent-answer__grid > p {
  margin: 3px 0 0;
  color: #2d261e;
  font-size: 18px;
  font-weight: 500;
  line-height: 29px;
}

.mm-urgent-section {
  padding: 82px 0;
}

.mm-urgent-section--soft,
.mm-urgent-section--fallbacks,
.mm-urgent-related {
  background: var(--urgent-soft);
}

.mm-urgent-section--dark {
  background: var(--urgent-charcoal);
  color: #fff;
}

.mm-urgent-heading {
  display: grid;
  grid-template-columns: minmax(0, 1.1fr) minmax(300px, .9fr);
  align-items: end;
  gap: 56px;
  margin-bottom: 38px;
}

.mm-urgent-heading h2,
.mm-urgent-split h2,
.mm-urgent-image-band h2,
.mm-urgent-quote-band h2,
.mm-urgent-related h2 {
  margin: 0;
  color: var(--urgent-ink);
  font-size: clamp(34px, 3.5vw, 48px);
  font-weight: 900;
  letter-spacing: -.035em;
  line-height: 1.08;
}

.mm-urgent-heading > p,
.mm-urgent-split__copy > p:not(.mm-urgent-label),
.mm-urgent-image-band__grid > div > p:not(.mm-urgent-label),
.mm-urgent-related__grid > div > p:not(.mm-urgent-label) {
  margin: 0;
  color: var(--urgent-muted);
  font-size: 16px;
  line-height: 26px;
}

.mm-urgent-section--dark .mm-urgent-heading h2,
.mm-urgent-section--dark .mm-urgent-heading > p {
  color: #fff;
}

.mm-urgent-section--dark .mm-urgent-heading > p {
  color: rgba(255, 255, 255, .68);
}

.mm-urgent-section--dark .mm-urgent-label {
  color: #ffcf5a;
}

.mm-urgent-brief-grid {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 0;
  margin: 0;
  padding: 0;
  border-top: 1px solid var(--urgent-line);
  border-left: 1px solid var(--urgent-line);
  list-style: none;
}

.mm-urgent-brief-grid li {
  min-width: 0;
  padding: 22px 18px 24px;
  border-right: 1px solid var(--urgent-line);
  border-bottom: 1px solid var(--urgent-line);
  background: #fff;
}

.mm-urgent-brief-grid li > span {
  display: block;
  margin-bottom: 34px;
  color: var(--urgent-red);
  font-family: Montserrat, Arial, sans-serif;
  font-size: 12px;
  font-weight: 800;
  line-height: 18px;
}

.mm-urgent-brief-grid h3,
.mm-urgent-advantage-grid h3,
.mm-urgent-scenario-grid h3,
.mm-urgent-property-grid h3,
.mm-urgent-driver-grid h3,
.mm-urgent-process h3,
.mm-urgent-fallback-grid h3 {
  margin: 0;
  color: var(--urgent-ink);
  font-size: 18px;
  font-weight: 900;
  letter-spacing: -.015em;
  line-height: 24px;
}

.mm-urgent-brief-grid p,
.mm-urgent-advantage-grid p,
.mm-urgent-scenario-grid p,
.mm-urgent-property-grid p,
.mm-urgent-driver-grid p,
.mm-urgent-process p,
.mm-urgent-fallback-grid p {
  margin: 9px 0 0;
  color: var(--urgent-muted);
  font-size: 14px;
  line-height: 22px;
}

.mm-urgent-inline-cta {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 28px;
  margin-top: 22px;
  padding: 22px 24px;
  background: var(--urgent-charcoal);
  color: #fff;
}

.mm-urgent-inline-cta > p {
  max-width: 540px;
  margin: 0;
  color: rgba(255, 255, 255, .78);
  font-size: 14px;
  line-height: 22px;
}

.mm-urgent-inline-cta > p strong {
  color: #fff;
}

.mm-urgent-inline-cta .mm-urgent-actions {
  flex: 0 0 auto;
  margin: 0;
}

.mm-urgent-feasibility {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 16px;
}

.mm-urgent-feasibility__card {
  position: relative;
  min-width: 0;
  padding: 29px 27px 30px;
  border: 1px solid #3d3939;
  border-top-width: 5px;
  background: #211f1f;
}

.mm-urgent-feasibility__card--go { border-top-color: #55ae7f; }
.mm-urgent-feasibility__card--check { border-top-color: var(--urgent-amber); }
.mm-urgent-feasibility__card--stop { border-top-color: #dc4b61; }

.mm-urgent-feasibility__card > span {
  display: inline-block;
  margin-bottom: 14px;
  color: rgba(255, 255, 255, .66);
  font-family: Montserrat, Arial, sans-serif;
  font-size: 10px;
  font-weight: 800;
  letter-spacing: .08em;
  line-height: 16px;
  text-transform: uppercase;
}

.mm-urgent-feasibility__card h3 {
  margin: 0;
  color: #fff;
  font-size: 22px;
  font-weight: 900;
  line-height: 29px;
}

.mm-urgent-feasibility__card ul,
.mm-urgent-image-band ul {
  margin: 20px 0 0;
  padding: 0;
  list-style: none;
}

.mm-urgent-feasibility__card li,
.mm-urgent-image-band li {
  position: relative;
  padding: 9px 0 9px 20px;
  border-top: 1px solid rgba(255, 255, 255, .09);
  color: rgba(255, 255, 255, .72);
  font-size: 13px;
  line-height: 20px;
}

.mm-urgent-feasibility__card li::before,
.mm-urgent-image-band li::before {
  position: absolute;
  top: 16px;
  left: 2px;
  width: 6px;
  height: 6px;
  background: var(--urgent-amber);
  content: '';
}

.mm-urgent-split {
  display: grid;
  grid-template-columns: minmax(0, 1.05fr) minmax(360px, .95fr);
  align-items: start;
  gap: 62px;
}

.mm-urgent-split__copy > p:not(.mm-urgent-label) {
  margin-top: 18px;
}

.mm-urgent-advantage-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  margin-top: 34px;
  border-top: 1px solid var(--urgent-line);
  border-left: 1px solid var(--urgent-line);
}

.mm-urgent-advantage-grid article {
  min-width: 0;
  padding: 22px;
  border-right: 1px solid var(--urgent-line);
  border-bottom: 1px solid var(--urgent-line);
}

.mm-urgent-feature-media {
  position: sticky;
  top: 130px;
  margin: 0;
  background: var(--urgent-charcoal);
}

.mm-urgent-feature-media img {
  display: block;
  width: 100%;
  height: auto;
  aspect-ratio: 4 / 5;
  object-fit: cover;
  object-position: center;
}

.mm-urgent-feature-media figcaption {
  display: block;
  padding: 20px 22px 23px;
  border-top: 5px solid var(--urgent-red);
}

.mm-urgent-feature-media figcaption strong,
.mm-urgent-feature-media figcaption span {
  display: block;
}

.mm-urgent-feature-media figcaption strong {
  color: #fff;
  font-size: 17px;
  line-height: 24px;
}

.mm-urgent-feature-media figcaption span {
  margin-top: 7px;
  color: rgba(255, 255, 255, .65);
  font-size: 13px;
  line-height: 21px;
}

.mm-urgent-scenario-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 15px;
}

.mm-urgent-scenario-grid article {
  min-width: 0;
  padding: 25px 22px 27px;
  border: 1px solid var(--urgent-line);
  background: #fff;
}

.mm-urgent-scenario-grid article > span {
  display: block;
  margin-bottom: 42px;
  color: var(--urgent-red);
  font-family: Montserrat, Arial, sans-serif;
  font-size: 11px;
  font-weight: 800;
  line-height: 17px;
}

.mm-urgent-property-grid,
.mm-urgent-fallback-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  border-top: 1px solid var(--urgent-line);
  border-left: 1px solid var(--urgent-line);
}

.mm-urgent-property-grid article,
.mm-urgent-fallback-grid article {
  min-width: 0;
  padding: 28px 28px 30px;
  border-right: 1px solid var(--urgent-line);
  border-bottom: 1px solid var(--urgent-line);
  background: #fff;
}

.mm-urgent-property-grid h3,
.mm-urgent-fallback-grid h3 {
  font-size: 22px;
  line-height: 28px;
}

.mm-urgent-property-grid a,
.mm-urgent-fallback-grid a,
.mm-urgent-price-note a {
  display: inline-flex;
  align-items: center;
  gap: 7px;
  margin-top: 17px;
  color: var(--urgent-red-dark);
  font-size: 13px;
  font-weight: 900;
  line-height: 19px;
  text-decoration: none;
}

.mm-urgent-property-grid a:hover,
.mm-urgent-property-grid a:focus,
.mm-urgent-fallback-grid a:hover,
.mm-urgent-fallback-grid a:focus,
.mm-urgent-price-note a:hover,
.mm-urgent-price-note a:focus {
  text-decoration: underline;
  text-underline-offset: 4px;
}

.mm-urgent-image-band {
  padding: 0;
  background: var(--urgent-red-dark);
  color: #fff;
}

.mm-urgent-image-band__grid {
  display: grid;
  grid-template-columns: minmax(0, 1.12fr) minmax(360px, .88fr);
  align-items: stretch;
}

.mm-urgent-image-band figure {
  min-width: 0;
  margin: 0;
}

.mm-urgent-image-band img {
  display: block;
  width: 100%;
  height: 100%;
  min-height: 520px;
  object-fit: cover;
  object-position: center;
}

.mm-urgent-image-band__grid > div {
  padding: 70px 52px;
}

.mm-urgent-image-band .mm-urgent-label {
  color: #ffcf5a;
}

.mm-urgent-image-band h2 {
  color: #fff;
}

.mm-urgent-image-band__grid > div > p:not(.mm-urgent-label) {
  margin-top: 18px;
  color: rgba(255, 255, 255, .76);
}

.mm-urgent-image-band li {
  border-color: rgba(255, 255, 255, .16);
}

.mm-urgent-section--pricing {
  background: var(--urgent-ivory);
}

.mm-urgent-driver-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  border-top: 1px solid var(--urgent-line);
  border-left: 1px solid var(--urgent-line);
}

.mm-urgent-driver-grid article {
  min-width: 0;
  padding: 25px 24px 27px;
  border-right: 1px solid var(--urgent-line);
  border-bottom: 1px solid var(--urgent-line);
  background: #fff;
}

.mm-urgent-price-note {
  margin: 22px 0 0;
  padding: 20px 22px;
  border-left: 4px solid var(--urgent-red);
  background: #fff;
  color: var(--urgent-muted);
  font-size: 14px;
  line-height: 23px;
}

.mm-urgent-price-note a {
  display: inline;
  margin: 0;
}

.mm-urgent-section--process {
  overflow: hidden;
  background: #fff;
}

.mm-urgent-process {
  position: relative;
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 0;
  margin: 0;
  padding: 0;
  list-style: none;
}

.mm-urgent-process::before {
  position: absolute;
  top: 26px;
  right: 10%;
  left: 10%;
  height: 2px;
  background: var(--urgent-line);
  content: '';
}

.mm-urgent-process li {
  position: relative;
  min-width: 0;
  padding: 0 16px;
  text-align: center;
}

.mm-urgent-process li > span {
  position: relative;
  z-index: 1;
  display: inline-grid;
  width: 52px;
  height: 52px;
  margin-bottom: 21px;
  place-items: center;
  border: 2px solid var(--urgent-red);
  border-radius: 50%;
  background: #fff;
  color: var(--urgent-red-dark);
  font-family: Montserrat, Arial, sans-serif;
  font-size: 11px;
  font-weight: 900;
}

.mm-urgent-process h3 {
  font-size: 16px;
  line-height: 22px;
}

.mm-urgent-fallback-grid article {
  background: transparent;
}

.mm-urgent-quote-band {
  padding: 58px 0;
  background: var(--urgent-charcoal);
  color: #fff;
}

.mm-urgent-quote-band__grid {
  display: grid;
  grid-template-columns: minmax(0, 1.2fr) minmax(380px, .8fr);
  align-items: center;
  gap: 60px;
}

.mm-urgent-quote-band .mm-urgent-label {
  color: #ffcf5a;
}

.mm-urgent-quote-band h2 {
  color: #fff;
}

.mm-urgent-quote-band p:not(.mm-urgent-label) {
  max-width: 720px;
  margin: 16px 0 0;
  color: rgba(255, 255, 255, .72);
  font-size: 15px;
  line-height: 24px;
}

.mm-urgent-quote-band .mm-urgent-actions {
  justify-content: flex-end;
  margin: 0;
}

.mm-urgent-faq__list {
  border-top: 1px solid var(--urgent-line);
}

.mm-urgent-faq details {
  border-bottom: 1px solid var(--urgent-line);
}

.mm-urgent-faq summary {
  position: relative;
  display: block;
  padding: 22px 58px 22px 0;
  cursor: pointer;
  list-style: none;
  color: var(--urgent-ink);
  font-size: 17px;
  font-weight: 900;
  line-height: 25px;
}

.mm-urgent-faq summary::-webkit-details-marker {
  display: none;
}

.mm-urgent-faq summary::before,
.mm-urgent-faq summary::after {
  position: absolute;
  top: 34px;
  right: 9px;
  width: 17px;
  height: 2px;
  background: var(--urgent-red);
  content: '';
}

.mm-urgent-faq summary::after {
  transform: rotate(90deg);
  transition: transform .16s ease;
}

.mm-urgent-faq details[open] summary::after {
  transform: rotate(0);
}

.mm-urgent-faq details > div {
  padding: 0 58px 22px 0;
}

.mm-urgent-faq details p {
  max-width: 920px;
  margin: 0;
  color: var(--urgent-muted);
  font-size: 15px;
  line-height: 25px;
}

.mm-urgent-related {
  padding: 68px 0;
  border-top: 1px solid var(--urgent-line);
}

.mm-urgent-related__grid {
  display: grid;
  grid-template-columns: minmax(280px, .72fr) minmax(0, 1.28fr);
  align-items: start;
  gap: 60px;
}

.mm-urgent-related__grid > div > p:not(.mm-urgent-label) {
  margin-top: 15px;
}

.mm-urgent-related nav {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  border-top: 1px solid var(--urgent-line);
  border-left: 1px solid var(--urgent-line);
}

.mm-urgent-related nav a {
  min-width: 0;
  padding: 13px 15px;
  border-right: 1px solid var(--urgent-line);
  border-bottom: 1px solid var(--urgent-line);
  background: #fff;
  color: var(--urgent-ink);
  font-size: 12px;
  font-weight: 800;
  line-height: 18px;
  text-decoration: none;
}

.mm-urgent-related nav a:hover,
.mm-urgent-related nav a:focus {
  background: var(--urgent-red);
  color: #fff;
}

@media (max-width: 1024px) {
  .mm-urgent-hero {
    padding-top: 36px;
  }

  .mm-urgent-hero__grid {
    grid-template-columns: 1fr;
    gap: 42px;
  }

  .mm-urgent-hero__copy {
    max-width: 720px;
  }

  .mm-urgent-hero__media {
    width: 100%;
    max-width: 760px;
    margin: 0 auto;
  }

  .mm-urgent-hero h1 {
    font-size: 52px;
  }

  .mm-urgent-hero__lead {
    font-size: 17px;
    line-height: 27px;
  }

  .mm-urgent-review-proof {
    margin-top: 18px;
    padding: 11px 32px 12px 13px;
  }

  .mm-urgent-review-proof__data {
    grid-template-columns: 76px auto minmax(0, 1fr);
    gap: 9px;
  }

  .mm-urgent-review-proof__data img {
    width: 76px;
  }

  .mm-urgent-review-proof__data > strong {
    font-size: 27px;
    line-height: 31px;
  }

  .mm-urgent-review-proof__data > span {
    font-size: 11px;
    line-height: 15px;
  }

  .mm-urgent-review-proof__data > span b {
    display: block;
    font-size: 16px;
  }

  .mm-urgent-slot-board {
    position: static;
    width: 100%;
    box-shadow: none;
  }

  .mm-urgent-proof__grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .mm-urgent-trust-card:nth-child(2) {
    border-right: 0;
  }

  .mm-urgent-trust-card:nth-child(-n+2) {
    border-bottom: 1px solid var(--urgent-line);
  }

  .mm-urgent-trust-card:nth-child(n+3) {
    border-bottom: 0;
  }

  .mm-urgent-section {
    padding: 68px 0;
  }

  .mm-urgent-heading,
  .mm-urgent-answer__grid,
  .mm-urgent-related__grid {
    gap: 34px;
  }

  .mm-urgent-brief-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .mm-urgent-scenario-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .mm-urgent-split {
    grid-template-columns: minmax(0, 1.08fr) minmax(300px, .92fr);
    gap: 40px;
  }

  .mm-urgent-driver-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .mm-urgent-process {
    grid-template-columns: 1fr;
    gap: 0;
    max-width: 760px;
  }

  .mm-urgent-process::before {
    top: 26px;
    right: auto;
    bottom: 26px;
    left: 25px;
    width: 2px;
    height: auto;
  }

  .mm-urgent-process li {
    display: grid;
    grid-template-columns: 52px 1fr;
    gap: 22px;
    padding: 0 0 28px;
    text-align: left;
  }

  .mm-urgent-process li > span {
    margin: 0;
  }

  .mm-urgent-process p {
    max-width: 620px;
  }

  .mm-urgent-quote-band__grid {
    grid-template-columns: 1fr;
    gap: 30px;
  }

  .mm-urgent-quote-band .mm-urgent-actions {
    justify-content: flex-start;
  }
}

@media (max-width: 767px) {
  .mm-local-preview-flag {
    right: 8px;
    bottom: 8px;
    padding: 7px 9px;
    font-size: 9px;
  }

  .mm-urgent-hero {
    padding: 28px 0 46px;
  }

  .mm-urgent-hero__grid,
  .mm-urgent-answer__grid,
  .mm-urgent-heading,
  .mm-urgent-split,
  .mm-urgent-image-band__grid,
  .mm-urgent-quote-band__grid,
  .mm-urgent-related__grid {
    grid-template-columns: 1fr;
  }

  .mm-urgent-hero__grid {
    gap: 32px;
  }

  .mm-urgent-breadcrumb {
    margin-bottom: 20px;
  }

  .mm-urgent-hero h1 {
    font-size: 42px;
    line-height: 43px;
  }

  .mm-urgent-hero__lead {
    margin-top: 19px;
    font-size: 16px;
    line-height: 25px;
  }

  .mm-urgent-hero__boundary {
    margin-top: 15px;
    font-size: 13px;
    line-height: 21px;
  }

  .mm-urgent-actions,
  .mm-urgent-inline-cta .mm-urgent-actions {
    display: grid;
    grid-template-columns: 1fr;
    width: 100%;
  }

  .mm-urgent-button {
    width: 100%;
  }

  .mm-urgent-slot-board {
    position: static;
    width: 100%;
    margin-top: 0;
  }

  .mm-urgent-hero__media figcaption {
    margin-bottom: 12px;
  }

  .mm-urgent-proof__grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    border-radius: 14px;
  }

  .mm-urgent-proof {
    margin-top: -20px;
  }

  .mm-urgent-trust-card {
    grid-template-columns: 58px minmax(0, 1fr);
    gap: 11px;
    min-height: 104px;
    padding: 15px 24px 15px 13px;
    border-bottom: 1px solid var(--urgent-line);
  }

  .mm-urgent-trust-card:nth-child(2) {
    border-right: 0;
  }

  .mm-urgent-trust-card:nth-child(n+3) {
    border-bottom: 0;
  }

  .mm-urgent-trust-card__mark {
    width: 58px;
    height: 48px;
  }

  .mm-urgent-trust-card__mark img {
    max-width: 48px;
    max-height: 31px;
  }

  .mm-urgent-trust-card__copy strong {
    font-size: 12px;
    line-height: 16px;
  }

  .mm-urgent-trust-card__copy small {
    margin-top: 3px;
    font-size: 10px;
    line-height: 14px;
  }

  .mm-urgent-answer {
    padding: 34px 0;
  }

  .mm-urgent-answer__grid,
  .mm-urgent-heading {
    gap: 18px;
  }

  .mm-urgent-answer h2 {
    font-size: 26px;
    line-height: 32px;
  }

  .mm-urgent-answer__grid > p {
    font-size: 16px;
    line-height: 26px;
  }

  .mm-urgent-section {
    padding: 54px 0;
  }

  .mm-urgent-heading {
    margin-bottom: 28px;
  }

  .mm-urgent-heading h2,
  .mm-urgent-split h2,
  .mm-urgent-image-band h2,
  .mm-urgent-quote-band h2,
  .mm-urgent-related h2 {
    font-size: 31px;
    line-height: 35px;
  }

  .mm-urgent-heading > p,
  .mm-urgent-split__copy > p:not(.mm-urgent-label),
  .mm-urgent-image-band__grid > div > p:not(.mm-urgent-label),
  .mm-urgent-related__grid > div > p:not(.mm-urgent-label) {
    font-size: 15px;
    line-height: 24px;
  }

  .mm-urgent-brief-grid,
  .mm-urgent-feasibility,
  .mm-urgent-advantage-grid,
  .mm-urgent-scenario-grid,
  .mm-urgent-property-grid,
  .mm-urgent-driver-grid,
  .mm-urgent-fallback-grid,
  .mm-urgent-related nav {
    grid-template-columns: 1fr;
  }

  .mm-urgent-brief-grid li {
    display: grid;
    grid-template-columns: 36px 1fr;
    gap: 9px;
    padding: 19px 17px;
  }

  .mm-urgent-brief-grid li > span {
    margin: 2px 0 0;
  }

  .mm-urgent-inline-cta {
    display: grid;
    grid-template-columns: 1fr;
    margin-top: 18px;
    padding: 20px;
  }

  .mm-urgent-feasibility__card {
    padding: 25px 22px 26px;
  }

  .mm-urgent-feature-media {
    position: static;
  }

  .mm-urgent-feature-media img {
    aspect-ratio: 4 / 5;
  }

  .mm-urgent-scenario-grid article > span {
    margin-bottom: 26px;
  }

  .mm-urgent-property-grid article,
  .mm-urgent-fallback-grid article {
    padding: 24px 21px 26px;
  }

  .mm-urgent-image-band__grid > div {
    padding: 42px 20px 48px;
  }

  .mm-urgent-image-band img {
    height: auto;
    min-height: 0;
    aspect-ratio: 4 / 3;
  }

  .mm-urgent-process li {
    grid-template-columns: 44px 1fr;
    gap: 16px;
  }

  .mm-urgent-process::before {
    left: 21px;
  }

  .mm-urgent-process li > span {
    width: 44px;
    height: 44px;
  }

  .mm-urgent-quote-band {
    padding: 48px 0;
  }

  .mm-urgent-faq summary {
    padding: 19px 48px 19px 0;
    font-size: 16px;
    line-height: 23px;
  }

  .mm-urgent-faq summary::before,
  .mm-urgent-faq summary::after {
    top: 31px;
  }

  .mm-urgent-faq details > div {
    padding: 0 30px 20px 0;
  }

  .mm-urgent-related {
    padding: 54px 0;
  }
}

@media (prefers-reduced-motion: reduce) {
  .mm-urgent-page *,
  .mm-urgent-page *::before,
  .mm-urgent-page *::after {
    scroll-behavior: auto !important;
    transition-duration: .001ms !important;
  }
}
