.mow-page {
  --mow-night: #062f27;
  --mow-ink: #114b3c;
  --mow-green: #4c7909;
  --mow-lime: #96ca32;
  --mow-paper: #fbfcf8;
  --mow-mist: #f0f5eb;
  --mow-sage: #dce8d5;
  --mow-line: #d2ddd0;
  --mow-muted: #50675f;
  background: var(--mow-paper);
  color: var(--mow-night);
}

.mow-page main {
  overflow: clip;
}

.mow-page main h1,
.mow-page main h2,
.mow-page main h3,
.mow-page main p {
  text-wrap: pretty;
}

.mow-hero,
.mow-modes,
.mow-criteria,
.mow-scale,
.mow-scope,
.mow-proof,
.mow-boundaries,
.mow-quote,
.mow-related,
.mow-faq,
.mow-conversion {
  width: min(1180px, calc(100% - 48px));
  margin-inline: auto;
}

.mow-eyebrow {
  display: flex;
  align-items: center;
  gap: 12px;
  margin: 0 0 18px;
  color: #456d0f;
  font-size: 13px;
  font-weight: 850;
  letter-spacing: .13em;
  line-height: 1.45;
  text-transform: uppercase;
}

.mow-eyebrow::before {
  width: 34px;
  height: 2px;
  flex: 0 0 34px;
  background: var(--mow-lime);
  content: "";
}

.mow-hero {
  padding: 42px 0 80px;
}

.mow-breadcrumb {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 8px;
  margin-bottom: 44px;
  color: #60766e;
  font-size: 13px;
}

.mow-breadcrumb a {
  color: var(--mow-ink);
  text-decoration: none;
}

.mow-breadcrumb a:hover,
.mow-breadcrumb a:focus-visible {
  text-decoration: underline;
  text-underline-offset: 4px;
}

.mow-hero-grid {
  display: grid;
  grid-template-columns: minmax(0, 1.08fr) minmax(380px, .92fr);
  gap: clamp(48px, 7vw, 94px);
  align-items: center;
}

.mow-hero-copy h1 {
  max-width: 710px;
  margin: 0;
  color: var(--mow-night);
  font-size: clamp(46px, 5.4vw, 76px);
  font-weight: 770;
  letter-spacing: -.057em;
  line-height: .99;
}

.mow-hero-copy h1 span {
  color: var(--mow-green);
}

.mow-lead {
  max-width: 680px;
  margin: 30px 0 0;
  color: #334f47;
  font-size: clamp(18px, 1.5vw, 21px);
  line-height: 1.65;
}

.mow-actions {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 24px;
  margin-top: 34px;
}

.mow-actions a {
  color: var(--mow-ink);
  font-size: 15px;
  font-weight: 850;
  text-decoration-line: underline;
  text-decoration-color: #8db53e;
  text-decoration-thickness: 2px;
  text-underline-offset: 6px;
}

.mow-actions .mow-primary,
.mow-quote a {
  display: inline-flex;
  min-height: 54px;
  align-items: center;
  justify-content: center;
  gap: 12px;
  border-radius: 8px;
  padding: 0 23px;
  background: #477507;
  color: #fff;
  text-decoration: none;
  transition: background .2s ease, transform .2s ease;
}

.mow-actions .mow-primary:hover,
.mow-actions .mow-primary:focus-visible,
.mow-quote a:hover,
.mow-quote a:focus-visible {
  background: #345c03;
  transform: translateY(-1px);
}

.mow-actions svg,
.mow-quote svg {
  width: 20px;
  fill: none;
  stroke: currentColor;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 1.8;
}

.mow-hero-copy > ul {
  display: flex;
  flex-wrap: wrap;
  gap: 12px 22px;
  margin: 34px 0 0;
  padding: 0;
  color: #3f5d54;
  font-size: 13px;
  font-weight: 750;
  list-style: none;
}

.mow-hero-copy > ul li {
  display: flex;
  align-items: center;
  gap: 9px;
}

.mow-hero-copy > ul li::before {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: var(--mow-lime);
  content: "";
}

.mow-hero-media {
  display: grid;
  position: relative;
  min-height: 590px;
  overflow: hidden;
  margin: 0;
  border-radius: 30px 30px 96px 30px;
  background: var(--mow-night);
  box-shadow: 0 30px 75px rgba(6, 47, 39, .2);
}

.mow-hero-media img {
  width: 100%;
  height: 100%;
  min-height: 590px;
  object-fit: cover;
  object-position: 51% 44%;
}

.mow-hero-media::after {
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, transparent 55%, rgba(6, 47, 39, .82));
  content: "";
  pointer-events: none;
}

.mow-hero-media figcaption {
  position: absolute;
  z-index: 1;
  right: 28px;
  bottom: 28px;
  left: 28px;
  color: #fff;
}

.mow-hero-media figcaption strong,
.mow-hero-media figcaption span {
  display: block;
}

.mow-hero-media figcaption strong {
  font-size: 16px;
}

.mow-hero-media figcaption span {
  max-width: 390px;
  margin-top: 6px;
  color: #e9f2e4;
  font-size: 13px;
  line-height: 1.5;
}

.mow-index {
  display: flex;
  position: sticky;
  z-index: 20;
  top: 76px;
  width: min(880px, calc(100% - 48px));
  margin: 0 auto 96px;
  justify-content: center;
  gap: 4px;
  border: 1px solid #cbd8ca;
  border-radius: 16px;
  padding: 8px;
  background: rgba(251, 252, 248, .94);
  box-shadow: 0 12px 32px rgba(6, 47, 39, .08);
  backdrop-filter: blur(12px);
}

.mow-index a {
  flex: 1 1 auto;
  border-radius: 10px;
  padding: 12px 10px;
  color: var(--mow-ink);
  font-size: 13px;
  font-weight: 850;
  text-align: center;
  text-decoration: none;
}

.mow-index a:hover,
.mow-index a:focus-visible {
  background: var(--mow-mist);
}

.mow-modes {
  padding-bottom: 108px;
}

.mow-modes > header {
  display: grid;
  grid-template-columns: minmax(0, 1.18fr) minmax(320px, .82fr);
  gap: 36px 80px;
  align-items: end;
  margin-bottom: 44px;
}

.mow-modes > header .mow-eyebrow,
.mow-modes > header h2 {
  grid-column: 1;
}

.mow-modes > header h2,
.mow-scope > header h2,
.mow-proof > header h2,
.mow-boundaries > header h2,
.mow-related > header h2,
.mow-faq > header h2 {
  margin: 0;
  color: var(--mow-night);
  font-size: clamp(38px, 4.3vw, 60px);
  font-weight: 760;
  letter-spacing: -.05em;
  line-height: 1.03;
}

.mow-modes > header p:last-child {
  grid-column: 2;
  grid-row: 1 / span 2;
  margin: 0;
  color: #486058;
  font-size: 17px;
  line-height: 1.72;
}

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

.mow-mode-grid article {
  min-height: 350px;
  border: 1px solid var(--mow-line);
  border-radius: 22px;
  padding: 28px;
  background: #fff;
}

.mow-mode-grid article:nth-child(2) {
  background: var(--mow-night);
  color: #fff;
}

.mow-mode-grid article > span {
  display: grid;
  width: 44px;
  height: 44px;
  place-items: center;
  border-radius: 50%;
  background: var(--mow-mist);
  color: var(--mow-green);
  font-size: 12px;
  font-weight: 900;
}

.mow-mode-grid article:nth-child(2) > span {
  background: var(--mow-lime);
  color: var(--mow-night);
}

.mow-mode-grid h3 {
  margin: 28px 0 12px;
  font-size: 24px;
  letter-spacing: -.025em;
  line-height: 1.15;
}

.mow-mode-grid p {
  margin: 0;
  color: #4f665f;
  font-size: 15px;
  line-height: 1.65;
}

.mow-mode-grid article:nth-child(2) p {
  color: #cfe0d9;
}

.mow-mode-grid ul {
  display: grid;
  gap: 9px;
  margin: 24px 0 0;
  padding: 0;
  color: var(--mow-ink);
  font-size: 13px;
  font-weight: 800;
  list-style: none;
}

.mow-mode-grid article:nth-child(2) ul {
  color: #f4f8f1;
}

.mow-mode-grid li::before {
  margin-right: 9px;
  color: var(--mow-lime);
  content: "•";
}

.mow-criteria {
  display: grid;
  grid-template-columns: minmax(350px, .82fr) minmax(0, 1.18fr);
  gap: clamp(48px, 8vw, 110px);
  align-items: center;
  padding-bottom: 112px;
}

.mow-criteria figure {
  position: relative;
  min-height: 630px;
  overflow: hidden;
  margin: 0;
  border-radius: 90px 24px 24px 24px;
  background: var(--mow-sage);
}

.mow-criteria figure img {
  width: 100%;
  height: 100%;
  min-height: 630px;
  object-fit: cover;
}

.mow-criteria figcaption,
.mow-scale figcaption {
  position: absolute;
  right: 18px;
  bottom: 18px;
  left: 18px;
  border-radius: 12px;
  padding: 14px 16px;
  background: rgba(6, 47, 39, .88);
  color: #fff;
  font-size: 12px;
  font-weight: 750;
  line-height: 1.45;
  backdrop-filter: blur(8px);
}

.mow-criteria h2,
.mow-scale h2,
.mow-quote h2 {
  max-width: 650px;
  margin: 0;
  font-size: clamp(38px, 4.4vw, 61px);
  font-weight: 760;
  letter-spacing: -.052em;
  line-height: 1.02;
}

.mow-criteria ol {
  margin: 36px 0 0;
  padding: 0;
  list-style: none;
}

.mow-criteria li {
  display: grid;
  grid-template-columns: 48px 1fr;
  gap: 18px;
  border-top: 1px solid var(--mow-line);
  padding: 19px 0;
}

.mow-criteria li > span {
  color: var(--mow-green);
  font-size: 12px;
  font-weight: 900;
  letter-spacing: .08em;
}

.mow-criteria li strong {
  display: block;
  font-size: 17px;
}

.mow-criteria li p {
  margin: 5px 0 0;
  color: #526861;
  font-size: 14px;
  line-height: 1.55;
}

.mow-scale {
  display: grid;
  grid-template-columns: minmax(340px, .72fr) minmax(0, 1.28fr);
  gap: 40px;
  align-items: stretch;
  margin-bottom: 112px;
  border-radius: 30px;
  padding: 28px;
  background: var(--mow-night);
  color: #fff;
}

.mow-scale-copy {
  padding: 34px 18px 34px 26px;
}

.mow-scale .mow-eyebrow,
.mow-conversion .mow-eyebrow {
  color: #b7e061;
}

.mow-scale h2 {
  color: #fff;
  font-size: clamp(36px, 3.9vw, 54px);
}

.mow-scale-copy > p:not(.mow-eyebrow) {
  margin: 24px 0 0;
  color: #cfe0d9;
  font-size: 16px;
  line-height: 1.68;
}

.mow-scale dl {
  display: grid;
  gap: 14px;
  margin: 30px 0 0;
}

.mow-scale dl > div {
  display: grid;
  grid-template-columns: 90px 1fr;
  gap: 16px;
  border-top: 1px solid rgba(255, 255, 255, .2);
  padding-top: 14px;
}

.mow-scale dt {
  color: #b7e061;
  font-size: 12px;
  font-weight: 900;
  text-transform: uppercase;
}

.mow-scale dd {
  margin: 0;
  color: #edf5ea;
  font-size: 13px;
}

.mow-scale figure {
  position: relative;
  min-height: 510px;
  overflow: hidden;
  margin: 0;
  border-radius: 20px;
}

.mow-scale figure img {
  width: 100%;
  height: 100%;
  min-height: 510px;
  object-fit: cover;
  /* El tractor está en el tercio derecho. La tarjeta vertical necesita
     conservar ese punto de interés en lugar de centrar el terreno. */
  object-position: right center;
}

.mow-scope {
  padding-bottom: 112px;
}

.mow-scope > header,
.mow-proof > header,
.mow-boundaries > header,
.mow-related > header,
.mow-faq > header {
  max-width: 850px;
  margin-bottom: 42px;
}

.mow-scope > header > p:last-child {
  max-width: 700px;
  margin: 22px 0 0;
  color: #4b635a;
  font-size: 17px;
  line-height: 1.7;
}

.mow-scope > div {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 14px;
}

.mow-scope article {
  min-height: 230px;
  border: 1px solid var(--mow-line);
  border-radius: 20px;
  padding: 28px;
  background: #fff;
}

.mow-scope article small {
  color: var(--mow-green);
  font-size: 11px;
  font-weight: 900;
  letter-spacing: .12em;
}

.mow-scope article h3 {
  margin: 52px 0 10px;
  font-size: 25px;
}

.mow-scope article p {
  margin: 0;
  color: #50675f;
  font-size: 14px;
  line-height: 1.6;
}

.mow-proof {
  padding-bottom: 112px;
}

.mow-proof-grid {
  display: grid;
  grid-template-columns: minmax(340px, 1.05fr) repeat(2, minmax(0, .75fr));
  grid-template-rows: repeat(2, minmax(220px, auto));
  gap: 14px;
}

.mow-proof figure {
  display: grid;
  position: relative;
  grid-row: 1 / span 2;
  min-height: 580px;
  overflow: hidden;
  margin: 0;
  border-radius: 24px 24px 80px 24px;
  background: var(--mow-sage);
}

.mow-proof figure img {
  width: 100%;
  height: 100%;
  min-height: 580px;
  object-fit: cover;
}

.mow-proof figure::after {
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, transparent 58%, rgba(6, 47, 39, .86));
  content: "";
}

.mow-proof figcaption {
  position: absolute;
  z-index: 1;
  right: 24px;
  bottom: 24px;
  left: 24px;
  color: #fff;
}

.mow-proof figcaption strong,
.mow-proof figcaption span {
  display: block;
}

.mow-proof figcaption strong {
  font-size: 18px;
}

.mow-proof figcaption span {
  margin-top: 5px;
  color: #e1ece0;
  font-size: 13px;
  line-height: 1.5;
}

.mow-proof article {
  border-radius: 20px;
  padding: 28px;
  background: var(--mow-mist);
}

.mow-proof article:nth-of-type(3) {
  grid-column: 2 / span 2;
}

.mow-proof article > span {
  color: var(--mow-green);
  font-size: 12px;
  font-weight: 900;
}

.mow-proof article h3 {
  margin: 42px 0 10px;
  font-size: 22px;
}

.mow-proof article p {
  margin: 0;
  color: #50675f;
  font-size: 14px;
  line-height: 1.6;
}

.mow-boundaries {
  margin-bottom: 112px;
  border-radius: 30px;
  padding: clamp(36px, 6vw, 72px);
  background: #edf4e7;
}

.mow-boundaries > div {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 1px;
  overflow: hidden;
  border: 1px solid #cad7c7;
  border-radius: 18px;
  background: #cad7c7;
}

.mow-boundaries article {
  padding: 28px;
  background: #f9fbf7;
}

.mow-boundaries h3 {
  margin: 0;
  font-size: 19px;
  line-height: 1.25;
}

.mow-boundaries article p {
  margin: 10px 0 0;
  color: #50675f;
  font-size: 14px;
  line-height: 1.6;
}

.mow-quote {
  display: grid;
  grid-template-columns: minmax(0, 1.05fr) minmax(320px, .95fr);
  gap: clamp(40px, 8vw, 110px);
  align-items: center;
  padding-bottom: 112px;
}

.mow-quote > div > p:not(.mow-eyebrow) {
  max-width: 620px;
  margin: 24px 0 0;
  color: #4f665f;
  font-size: 17px;
  line-height: 1.7;
}

.mow-quote a {
  margin-top: 30px;
  font-size: 14px;
  font-weight: 850;
}

.mow-quote ol {
  margin: 0;
  padding: 0;
  list-style: none;
}

.mow-quote li {
  display: grid;
  grid-template-columns: 44px 1fr;
  gap: 18px;
  align-items: center;
  border-top: 1px solid var(--mow-line);
  padding: 18px 0;
  color: var(--mow-ink);
  font-size: 14px;
  font-weight: 800;
}

.mow-quote li > span {
  display: grid;
  width: 38px;
  height: 38px;
  place-items: center;
  border-radius: 50%;
  background: var(--mow-night);
  color: #fff;
  font-size: 11px;
}

.mow-related {
  padding-bottom: 112px;
}

.mow-related > div {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 12px;
}

.mow-related a {
  display: flex;
  min-height: 130px;
  flex-direction: column;
  justify-content: space-between;
  border: 1px solid var(--mow-line);
  border-radius: 18px;
  padding: 22px;
  background: #fff;
  color: var(--mow-ink);
  text-decoration: none;
  transition: border-color .2s ease, transform .2s ease;
}

.mow-related a:hover,
.mow-related a:focus-visible {
  border-color: #86b331;
  transform: translateY(-2px);
}

.mow-related a span {
  color: var(--mow-green);
  font-size: 11px;
  font-weight: 900;
}

.mow-related a strong {
  font-size: 17px;
  line-height: 1.3;
}

.mow-faq {
  padding-bottom: 112px;
}

.mow-faq > div {
  border-top: 1px solid var(--mow-line);
}

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

.mow-faq summary {
  position: relative;
  padding: 24px 54px 24px 0;
  color: var(--mow-ink);
  font-size: 18px;
  font-weight: 850;
  cursor: pointer;
  list-style: none;
}

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

.mow-faq summary::after {
  position: absolute;
  top: 21px;
  right: 3px;
  color: var(--mow-green);
  font-size: 25px;
  font-weight: 500;
  content: "+";
}

.mow-faq details[open] summary::after {
  content: "−";
}

.mow-faq details p {
  max-width: 850px;
  margin: -5px 0 24px;
  color: #4e655d;
  font-size: 15px;
  line-height: 1.7;
}

.mow-conversion {
  display: grid;
  grid-template-columns: minmax(0, 1.2fr) minmax(260px, .8fr);
  gap: 40px 80px;
  align-items: center;
  margin-bottom: 80px;
  border-radius: 30px;
  padding: clamp(34px, 6vw, 70px);
  background: var(--mow-night);
  color: #fff;
}

.mow-conversion h2 {
  max-width: 720px;
  margin: 0;
  color: #fff;
  font-size: clamp(36px, 4vw, 56px);
  font-weight: 760;
  letter-spacing: -.05em;
  line-height: 1.04;
}

.mow-conversion p:not(.mow-eyebrow) {
  max-width: 660px;
  margin: 22px 0 0;
  color: #cfe0d9;
  font-size: 16px;
  line-height: 1.7;
}

.mow-conversion > div:last-child {
  display: grid;
  gap: 12px;
}

.mow-conversion > div:last-child a {
  display: flex;
  min-height: 52px;
  align-items: center;
  justify-content: center;
  border: 1px solid rgba(255, 255, 255, .32);
  border-radius: 8px;
  padding: 0 20px;
  color: #fff;
  font-size: 14px;
  font-weight: 850;
  text-align: center;
  text-decoration: none;
}

.mow-conversion > div:last-child a:first-child {
  border-color: var(--mow-lime);
  background: var(--mow-lime);
  color: var(--mow-night);
}

@media (max-width: 1000px) {
  .mow-hero-grid,
  .mow-criteria,
  .mow-quote {
    gap: 46px;
  }

  .mow-hero-media,
  .mow-hero-media img {
    min-height: 520px;
  }

  .mow-modes > header {
    gap: 30px;
  }

  .mow-scale {
    grid-template-columns: 1fr;
  }

  .mow-scale figure,
  .mow-scale figure img {
    min-height: 390px;
  }

  .mow-proof-grid {
    grid-template-columns: minmax(300px, 1.05fr) 1fr;
  }

  .mow-proof article:nth-of-type(3) {
    grid-column: 2;
  }
}

@media (max-width: 820px) {
  .mow-hero,
  .mow-modes,
  .mow-criteria,
  .mow-scale,
  .mow-scope,
  .mow-proof,
  .mow-boundaries,
  .mow-quote,
  .mow-related,
  .mow-faq,
  .mow-conversion {
    width: min(100% - 32px, 640px);
  }

  .mow-hero {
    padding: 26px 0 58px;
  }

  .mow-breadcrumb {
    margin-bottom: 30px;
  }

  .mow-hero-grid,
  .mow-modes > header,
  .mow-criteria,
  .mow-quote,
  .mow-conversion {
    grid-template-columns: 1fr;
  }

  .mow-hero-copy h1 {
    font-size: clamp(42px, 12vw, 62px);
  }

  .mow-hero-media,
  .mow-hero-media img {
    min-height: 560px;
  }

  .mow-index {
    position: relative;
    top: auto;
    width: min(100% - 32px, 640px);
    margin-bottom: 70px;
    justify-content: flex-start;
    overflow-x: auto;
    overscroll-behavior-inline: contain;
    scrollbar-width: none;
  }

  .mow-index::-webkit-scrollbar {
    display: none;
  }

  .mow-index a {
    min-width: 112px;
    flex: 0 0 auto;
  }

  .mow-modes,
  .mow-criteria,
  .mow-scope,
  .mow-proof,
  .mow-quote,
  .mow-related,
  .mow-faq {
    padding-bottom: 82px;
  }

  .mow-modes > header .mow-eyebrow,
  .mow-modes > header h2,
  .mow-modes > header p:last-child {
    grid-column: auto;
    grid-row: auto;
  }

  .mow-mode-grid,
  .mow-scope > div,
  .mow-boundaries > div,
  .mow-related > div {
    grid-template-columns: 1fr;
  }

  .mow-mode-grid article {
    min-height: 0;
  }

  .mow-criteria figure,
  .mow-criteria figure img {
    min-height: 520px;
  }

  .mow-scale {
    margin-bottom: 82px;
    padding: 18px;
  }

  .mow-scale-copy {
    padding: 24px 10px;
  }

  .mow-scale figure,
  .mow-scale figure img {
    min-height: 330px;
  }

  .mow-proof-grid {
    grid-template-columns: 1fr;
    grid-template-rows: auto;
  }

  .mow-proof figure,
  .mow-proof article:nth-of-type(3) {
    grid-column: auto;
    grid-row: auto;
  }

  .mow-proof figure,
  .mow-proof figure img {
    min-height: 540px;
  }

  .mow-boundaries {
    margin-bottom: 82px;
  }

  .mow-conversion {
    margin-bottom: 56px;
  }
}

@media (max-width: 520px) {
  .mow-hero-copy h1 {
    font-size: 41px;
  }

  .mow-lead {
    font-size: 17px;
  }

  .mow-actions {
    align-items: stretch;
    flex-direction: column;
  }

  .mow-actions .mow-primary {
    width: 100%;
  }

  .mow-hero-media,
  .mow-hero-media img {
    min-height: 470px;
  }

  .mow-hero-media {
    border-radius: 24px 24px 62px 24px;
  }

  .mow-hero-media figcaption {
    right: 20px;
    bottom: 20px;
    left: 20px;
  }

  .mow-modes > header h2,
  .mow-scope > header h2,
  .mow-proof > header h2,
  .mow-boundaries > header h2,
  .mow-related > header h2,
  .mow-faq > header h2,
  .mow-criteria h2,
  .mow-scale h2,
  .mow-quote h2 {
    font-size: 36px;
  }

  .mow-criteria figure,
  .mow-criteria figure img,
  .mow-proof figure,
  .mow-proof figure img {
    min-height: 460px;
  }

  .mow-criteria figure {
    border-radius: 56px 20px 20px 20px;
  }

  .mow-scale figure,
  .mow-scale figure img {
    min-height: 270px;
  }

  .mow-scale dl > div {
    grid-template-columns: 1fr;
    gap: 6px;
  }

  .mow-scope article h3 {
    margin-top: 34px;
  }

  .mow-boundaries {
    border-radius: 22px;
    padding: 26px 18px;
  }

  .mow-faq summary {
    font-size: 16px;
  }

  .mow-conversion {
    border-radius: 22px;
    padding: 30px 22px;
  }

  .mow-conversion h2 {
    font-size: 35px;
  }
}

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