.home-active-page {
  --active-ink: #16271e;
  --active-green: #145b37;
  --active-soft: #f2f7f3;
  --active-gold: #c0911c;
  --active-display: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  background: #fffdf9;
  color: var(--active-ink);
}

.home-active-page h1,
.home-active-page h2,
.home-active-page h3,
.home-active-page p {
  margin-top: 0;
}

.home-active-page .section-inner {
  width: min(1180px, calc(100% - 40px));
  margin-inline: auto;
}

.home-active-page .eyebrow {
  color: #6d5416;
}

.home-active-page .active-how .eyebrow,
.home-active-page .active-measures .eyebrow {
  color: #7d651c;
}

.active-hero {
  padding: clamp(44px, 5.5vw, 74px) 0 clamp(34px, 5vw, 62px);
  overflow: hidden;
  border-bottom: 1px solid rgba(20, 91, 55, 0.13);
  background: linear-gradient(135deg, #fffdf9 0%, #f5faf6 100%);
}

.active-hero-grid {
  display: grid;
  grid-template-columns: minmax(0, 1.08fr) minmax(380px, 0.92fr);
  gap: clamp(30px, 4.5vw, 66px);
  align-items: center;
}

.active-hero-copy h1 {
  max-width: 14ch;
  margin: 11px 0 17px;
  color: var(--active-ink);
  font-family: var(--active-display);
  font-size: clamp(2rem, 3.15vw, 3.15rem);
  font-weight: 780;
  line-height: 1.02;
  letter-spacing: -0.048em;
}

.active-hero-copy > p:not(.eyebrow) {
  max-width: 560px;
  margin-bottom: 24px;
  color: #4f5c55;
  font-size: 0.94rem;
  line-height: 1.6;
}

.active-hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  align-items: center;
}

.home-active-page .text-action {
  min-height: 48px;
  padding: 0 8px;
  display: inline-flex;
  align-items: center;
  gap: 8px;
  color: var(--active-green);
  font-weight: 750;
}

.active-trust-list {
  margin: 26px 0 0;
  padding: 0;
  display: flex;
  flex-wrap: wrap;
  gap: 9px;
  list-style: none;
}

.active-trust-list li {
  padding: 7px 12px;
  border: 1px solid rgba(20, 91, 55, 0.13);
  border-radius: 999px;
  color: #3b4d43;
  background: rgba(255, 255, 255, 0.78);
  font-size: 0.78rem;
  font-weight: 720;
}

.active-hero-visual {
  width: 100%;
  max-width: 620px;
  margin: 0;
  justify-self: end;
  overflow: hidden;
  border: 1px solid rgba(20, 91, 55, 0.17);
  border-radius: 14px;
  background: #fff;
  box-shadow: 0 20px 48px rgba(20, 50, 31, 0.11);
}

.active-hero-visual picture,
.active-hero-visual img {
  width: 100%;
  display: block;
}

.active-hero-visual img {
  height: clamp(340px, 29vw, 430px);
  aspect-ratio: auto;
  object-fit: cover;
  object-position: center;
}

.active-hero-visual figcaption {
  padding: 11px 14px 13px;
  color: #627068;
  font-size: 0.76rem;
  line-height: 1.45;
}

.active-hero-board {
  margin-top: clamp(26px, 4vw, 42px);
  padding: clamp(20px, 2.5vw, 28px);
  border: 1px solid rgba(20, 91, 55, 0.14);
  border-radius: 14px;
  background: #fff;
  box-shadow: 0 14px 36px rgba(20, 50, 31, 0.08);
}

.active-board-heading,
.active-section-heading,
.active-newsletter-grid,
.active-measure-intro {
  display: flex;
  justify-content: space-between;
  gap: 24px;
  align-items: end;
}

.active-board-heading h2 {
  margin-bottom: 0;
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(1.35rem, 1.8vw, 1.75rem);
  line-height: 1.12;
}

.active-board-heading > a {
  min-height: 44px;
  display: inline-flex;
  align-items: center;
  color: var(--active-green);
  font-weight: 750;
}

.home-job-preview-list {
  margin-top: 20px;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 10px;
}

.home-job-preview {
  padding: 16px;
  display: grid;
  grid-template-columns: 12px 1fr;
  gap: 3px 12px;
  border: 1px solid #e4e8e2;
  border-radius: 15px;
  color: var(--active-ink);
  background: #fff;
}

.home-job-preview > span {
  width: 10px;
  height: 10px;
  margin-top: 5px;
  grid-row: 1 / 3;
  border-radius: 50%;
  background: var(--active-gold);
}

.home-job-preview strong {
  line-height: 1.3;
}

.home-job-preview small {
  color: #637067;
  line-height: 1.4;
}

.active-board-footer {
  margin-top: 16px;
  padding-top: 16px;
  border-top: 1px solid #e3e7e0;
}

.active-board-footer a {
  display: flex;
  justify-content: space-between;
  gap: 16px;
  align-items: center;
  color: var(--active-ink);
}

.active-board-footer span {
  color: var(--active-green);
  font-size: 0.92rem;
  font-weight: 700;
}

.active-paths {
  padding: clamp(48px, 6vw, 78px) 0;
  background: #fffefb;
}

.compact-heading {
  margin-bottom: 26px;
}

.compact-heading h2 {
  max-width: 720px;
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(1.55rem, 2.2vw, 2.15rem);
  line-height: 1.12;
  letter-spacing: -0.025em;
}

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

.active-path-grid > a {
  min-height: 260px;
  padding: clamp(24px, 3vw, 34px);
  display: flex;
  flex-direction: column;
  border: 1px solid #e1e6df;
  border-radius: 20px;
  color: var(--active-ink);
  background: #fbfcf9;
  transition: transform 150ms ease, border-color 150ms ease, box-shadow 150ms ease;
}

.active-path-grid > a:hover,
.active-path-grid > a:focus-visible {
  border-color: rgba(20, 91, 55, 0.38);
  box-shadow: 0 16px 40px rgba(20, 50, 31, 0.09);
  transform: translateY(-3px);
}

.active-path-grid span,
.active-community-grid article > span,
.example-profile-label {
  color: #7d651c;
  font-size: 0.75rem;
  font-weight: 850;
  letter-spacing: 0.09em;
  text-transform: uppercase;
}

.active-path-grid h3 {
  margin: 18px 0 12px;
  font-size: clamp(1.15rem, 1.5vw, 1.35rem);
}

.active-path-grid p {
  color: #5f6c64;
  line-height: 1.65;
}

.active-path-grid strong {
  margin-top: auto;
  color: var(--active-green);
}

.active-section-heading {
  margin-bottom: 30px;
}

.active-section-heading h2,
.active-how h2,
.active-measure-intro h2,
.active-development h2,
.active-newsletter h2 {
  max-width: 760px;
  margin-bottom: 0;
  color: var(--active-ink);
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(1.55rem, 2.2vw, 2.15rem);
  line-height: 1.12;
  letter-spacing: -0.025em;
}

.active-development h2 {
  max-width: 650px;
  font-family: var(--active-display);
  font-size: clamp(1.7rem, 2.65vw, 2.55rem);
  font-weight: 780;
  line-height: 1.05;
  letter-spacing: -0.04em;
}

.active-section-heading > p {
  max-width: 500px;
  margin-bottom: 0;
  color: #5d6962;
  line-height: 1.65;
}

body.home-active-page .section.active-opportunities {
  padding: clamp(34px, 4.2vw, 52px) 0;
}

.active-opportunities .active-section-heading {
  margin-bottom: 18px;
  align-items: end;
  gap: 20px;
}

.active-opportunities .active-section-heading h2 {
  font-size: clamp(1.35rem, 1.8vw, 1.75rem);
}

.active-opportunities .active-section-heading > p {
  max-width: 390px;
  font-size: 0.82rem;
  line-height: 1.45;
}

.home-live-jobs {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 12px;
}

.home-live-job {
  min-height: 210px;
  padding: 19px;
  display: flex;
  flex-direction: column;
  border: 1px solid #dfe5de;
  border-radius: 14px;
  background: #fff;
  box-shadow: 0 6px 18px rgba(20, 50, 31, 0.035);
}

.home-live-job .job-state {
  width: fit-content;
  margin-bottom: 12px;
  padding: 5px 8px;
  border-radius: 999px;
  color: #325742;
  background: #edf5ef;
  font-size: 0.64rem;
  font-weight: 800;
  letter-spacing: 0.04em;
  text-transform: uppercase;
}

.home-live-job h3 {
  margin-bottom: 6px;
  color: var(--active-ink);
  font-size: 1rem;
  line-height: 1.22;
}

.home-live-job p {
  margin-bottom: 9px;
  color: #5f6d64;
  font-size: 0.8rem;
  line-height: 1.45;
}

.home-live-job small {
  margin-top: auto;
  color: #5f6d64;
  font-size: 0.7rem;
}

.home-live-job > a {
  min-height: 36px;
  margin-top: 10px;
  display: inline-flex;
  align-items: center;
  color: var(--active-green);
  font-size: 0.8rem;
  font-weight: 800;
}

.active-opportunities .section-link-row {
  margin-top: 16px;
  gap: 10px;
}

.active-opportunities .section-link-row .button {
  min-height: 42px;
  padding: 9px 14px;
  font-size: 0.8rem;
}

.section-link-row {
  margin-top: 26px;
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
}

.active-how {
  border-top: 1px solid rgba(20, 91, 55, 0.12);
  border-bottom: 1px solid rgba(20, 91, 55, 0.12);
  background: #eef6f1;
  color: var(--active-ink);
}

.active-how-grid {
  display: grid;
  grid-template-columns: minmax(0, 0.9fr) minmax(0, 1.1fr);
  gap: clamp(40px, 7vw, 94px);
  align-items: start;
}

.active-how h2 {
  color: var(--active-ink);
}

.active-how-intro > p:last-child {
  max-width: 560px;
  color: #58675e;
  line-height: 1.7;
}

.active-step-list {
  margin: 0;
  padding: 0;
  display: grid;
  list-style: none;
}

.active-step-list li {
  padding: 24px 0;
  display: grid;
  grid-template-columns: 52px 1fr;
  gap: 18px;
  border-bottom: 1px solid rgba(20, 91, 55, 0.16);
}

.active-step-list li > span {
  width: 46px;
  height: 46px;
  display: grid;
  place-items: center;
  border: 1px solid rgba(20, 91, 55, 0.24);
  border-radius: 50%;
  color: #8a6815;
  background: #fff;
  font-weight: 800;
}

.active-step-list h3 {
  margin-bottom: 6px;
  color: var(--active-ink);
  font-size: 1.18rem;
}

.active-step-list p {
  margin-bottom: 0;
  color: #5c6961;
  line-height: 1.6;
}

.example-profile-label {
  margin-bottom: 14px;
}

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

.active-member-grid article {
  padding: 22px;
  display: grid;
  grid-template-columns: 58px 1fr;
  gap: 16px;
  border: 1px solid #dfe5de;
  border-radius: 18px;
  background: #fff;
}

.active-member-grid article > span {
  width: 58px;
  height: 58px;
  display: grid;
  place-items: center;
  border-radius: 16px;
  color: #fff;
  background: var(--active-green);
  font-weight: 800;
}

.active-member-grid h3 {
  margin-bottom: 5px;
  font-size: 1.1rem;
}

.active-member-grid p {
  margin-bottom: 8px;
  color: #59665e;
}

.active-member-grid small {
  color: #7b661f;
  line-height: 1.45;
}

.active-measures {
  padding: clamp(54px, 7vw, 86px) 0;
  border-top: 1px solid rgba(20, 91, 55, 0.12);
  border-bottom: 1px solid rgba(20, 91, 55, 0.12);
  color: var(--active-ink);
  background: #f1f7f3;
}

.active-measure-intro h2 {
  max-width: 650px;
  color: var(--active-ink);
}

.active-measure-intro > p {
  max-width: 460px;
  margin-bottom: 0;
  color: #5b6960;
  line-height: 1.6;
}

.active-measure-grid {
  margin-top: 34px;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 12px;
}

.active-measure-grid article {
  min-height: 150px;
  padding: 24px;
  display: grid;
  align-content: center;
  border: 1px solid rgba(20, 91, 55, 0.15);
  border-radius: 18px;
  background: #fff;
  box-shadow: 0 12px 30px rgba(20, 50, 31, 0.05);
}

.active-measure-grid strong {
  color: var(--active-green);
  font-size: clamp(2rem, 3vw, 3rem);
  line-height: 1;
}

.active-measure-grid span {
  margin-top: 8px;
  color: #5b6960;
}

.active-measure-date {
  margin: 16px 0 0;
  color: #66736b;
  font-size: 0.85rem;
}

.active-development {
  border-top: 1px solid rgba(20, 91, 55, 0.12);
  border-bottom: 1px solid rgba(20, 91, 55, 0.12);
  background: #f7faf7;
}

.active-development-grid {
  display: grid;
  grid-template-columns: minmax(0, 0.94fr) minmax(420px, 1.06fr);
  gap: clamp(34px, 5vw, 66px);
  align-items: start;
}

.active-development p:not(.eyebrow) {
  max-width: 650px;
  color: #5d6962;
  font-size: 0.9rem;
  line-height: 1.65;
}

.active-vision-statement {
  margin-top: 20px;
  padding: 14px 16px;
  border: 1px solid rgba(192, 145, 28, 0.2);
  border-left: 4px solid var(--active-gold);
  border-radius: 0 12px 12px 0;
  background: rgba(255, 255, 255, 0.66);
}

.active-vision-statement strong {
  color: var(--active-green);
}

.active-development figure {
  margin: 0;
  overflow: hidden;
  border: 1px solid #dfe4dc;
  border-radius: 12px;
  background: #fff;
  box-shadow: 0 18px 44px rgba(20, 50, 31, 0.09);
}

.active-development figure img {
  width: 100%;
  height: auto;
  display: block;
}

.active-development-photo img {
  aspect-ratio: 2.05 / 1;
  object-fit: cover;
  object-position: center;
}

.active-development figcaption {
  padding: 12px 16px 15px;
  color: #657169;
  font-size: 0.82rem;
}

.active-impact-board {
  margin-top: clamp(32px, 4.5vw, 52px);
  padding: clamp(20px, 3vw, 34px);
  border: 1px solid rgba(20, 91, 55, 0.16);
  border-radius: 18px;
  background: rgba(255, 255, 255, 0.88);
  box-shadow: 0 18px 44px rgba(20, 50, 31, 0.08);
}

.active-impact-board-heading {
  display: flex;
  align-items: end;
  justify-content: space-between;
  gap: clamp(24px, 4vw, 58px);
}

.active-impact-board-heading > div {
  max-width: 640px;
}

.active-impact-board-heading h3 {
  margin: 7px 0 0;
  color: #173425;
  font-family: var(--active-display);
  font-size: clamp(1.55rem, 2.65vw, 2.35rem);
  font-weight: 780;
  line-height: 1.05;
  letter-spacing: -0.04em;
}

.active-impact-board-heading > p {
  max-width: 470px !important;
  margin: 0;
  font-size: 0.88rem;
}

.active-partner-strip {
  margin-top: 24px;
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 14px;
}

.active-partner-strip article {
  min-height: 150px;
  padding: 22px;
  border: 1px solid rgba(20, 91, 55, 0.14);
  border-radius: 14px;
}

.active-partner-strip .is-government {
  color: #fff;
  background: linear-gradient(135deg, #0c5938, #174b34);
}

.active-partner-strip .is-together {
  background: linear-gradient(135deg, #f5eed9, #edf5ef);
}

.active-partner-strip span {
  color: #d5ad39;
  font-size: 0.66rem;
  font-weight: 900;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.active-partner-strip h4 {
  margin: 12px 0 8px;
  font-family: var(--active-display);
  font-size: 1.08rem;
  font-weight: 760;
  line-height: 1.2;
  letter-spacing: -0.015em;
}

.active-partner-strip p {
  max-width: 640px !important;
  margin: 0;
  font-size: 0.79rem;
  line-height: 1.55 !important;
}

.active-partner-strip .is-government p {
  color: rgba(255, 255, 255, 0.82);
}

.active-partner-strip .is-together h4 {
  color: #174b34;
}

.active-vision-pathways {
  margin-top: 14px;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 14px;
}

.active-vision-pathways article {
  min-height: 0;
  padding: 0;
  overflow: hidden;
  border: 1px solid rgba(20, 91, 55, 0.14);
  border-radius: 14px;
  background: #fff;
  box-shadow: 0 8px 22px rgba(20, 50, 31, 0.045);
}

.active-pathway-media {
  position: relative;
  aspect-ratio: 16 / 9;
  margin: 0 !important;
  overflow: hidden;
  border: 0 !important;
  border-radius: 0 !important;
  background: #dfeae3 !important;
  box-shadow: none !important;
}

.active-pathway-media::after {
  position: absolute;
  inset: auto 0 0;
  height: 34%;
  background: linear-gradient(180deg, rgba(13, 64, 39, 0), rgba(13, 64, 39, 0.16));
  content: "";
  pointer-events: none;
}

.active-pathway-media img {
  width: 100%;
  height: 100% !important;
  display: block;
  object-fit: cover;
  object-position: center;
  transition: transform 360ms ease;
}

.active-vision-pathways article:hover .active-pathway-media img {
  transform: scale(1.035);
}

.active-pathway-copy {
  padding: 14px 16px 16px;
  display: grid;
  grid-template-columns: 30px minmax(0, 1fr);
  align-items: center;
  column-gap: 10px;
  row-gap: 7px;
}

.active-vision-pathways span {
  width: 30px;
  height: 30px;
  display: grid;
  place-items: center;
  border-radius: 10px;
  color: #715714;
  background: #f7ecca;
  font-size: 0.68rem;
  font-weight: 850;
  letter-spacing: 0.08em;
}

.active-vision-pathways h4 {
  margin: 0;
  color: var(--active-green);
  font-family: var(--active-display);
  font-size: 0.98rem;
  font-weight: 760;
  line-height: 1.2;
  letter-spacing: -0.018em;
}

.active-vision-pathways p {
  grid-column: 1 / -1;
  margin: 0;
  color: #5d6962;
  font-size: 0.76rem;
  line-height: 1.48 !important;
}

.active-community {
  background: var(--active-soft);
}

.active-community-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 16px;
}

.active-community-grid article {
  min-height: 230px;
  padding: 28px;
  display: flex;
  flex-direction: column;
  border-radius: 18px;
  background: #fff;
}

.active-community-grid h3 {
  margin: 18px 0 10px;
  font-size: 1.28rem;
}

.active-community-grid p {
  color: #5f6b63;
  line-height: 1.65;
}

.active-community-grid a {
  min-height: 44px;
  margin-top: auto;
  display: inline-flex;
  align-items: center;
  color: var(--active-green);
  font-weight: 800;
}

.active-newsletter {
  padding: clamp(48px, 6vw, 72px) 0;
  background: #fffefb;
}

.active-newsletter-grid {
  align-items: center;
}

.active-newsletter h2 {
  max-width: 540px;
  font-size: clamp(1.5rem, 2.1vw, 2.05rem);
}

.active-newsletter .newsletter {
  min-width: min(100%, 460px);
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 10px;
}

.active-newsletter label {
  display: grid;
  gap: 7px;
}

.active-newsletter label span {
  font-size: 0.82rem;
  font-weight: 750;
}

.active-newsletter input {
  min-height: 50px;
}

.active-newsletter button {
  min-height: 50px;
  align-self: end;
}

.active-newsletter .form-status {
  grid-column: 1 / -1;
  margin-bottom: 0;
}

.home-active-page :is(a, button, input, select, textarea):focus-visible {
  outline: 3px solid rgba(192, 145, 28, 0.55);
  outline-offset: 3px;
}

@media (max-width: 960px) {
  .active-how-grid,
  .active-development-grid {
    grid-template-columns: 1fr;
  }

  .active-impact-board-heading {
    align-items: start;
    flex-direction: column;
    gap: 10px;
  }

  .active-vision-pathways {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .active-path-grid,
  .home-live-jobs,
  .active-member-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .active-section-heading,
  .active-measure-intro,
  .active-newsletter-grid {
    align-items: start;
    flex-direction: column;
  }
}

@media (max-width: 900px) {
  .active-hero-grid {
    grid-template-columns: 1fr;
    gap: 28px;
  }

  .active-hero-visual {
    max-width: none;
    justify-self: stretch;
  }

  .active-hero-visual img {
    height: clamp(300px, 48vw, 390px);
  }
}

@media (max-width: 820px) {
  .active-hero-copy h1 {
    font-size: clamp(1.75rem, 4.5vw, 2.3rem);
  }

  .active-hero-copy > p:not(.eyebrow) {
    font-size: 0.9rem;
  }

  .home-job-preview-list {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 760px) {
  .active-hero-copy h1 {
    max-width: 15ch;
    font-size: clamp(1.75rem, 7vw, 2.15rem);
    line-height: 1.04;
  }

  .active-hero-visual {
    border-radius: 10px;
  }

  .active-hero-visual img {
    height: clamp(240px, 68vw, 320px);
  }

  .active-hero-board {
    margin-top: 24px;
  }

  .active-board-heading {
    align-items: start;
  }

  .compact-heading h2,
  .active-section-heading h2,
  .active-how h2,
  .active-measure-intro h2,
  .active-development h2,
  .active-newsletter h2 {
    font-size: clamp(1.3rem, 5.8vw, 1.62rem);
    line-height: 1.15;
  }

  .active-development h2,
  .active-impact-board-heading h3 {
    font-size: clamp(1.55rem, 6.4vw, 1.9rem);
    line-height: 1.08;
  }
}

@media (max-width: 680px) {
  .home-active-page .section-inner {
    width: min(100% - 28px, 1180px);
  }

  .active-hero {
    padding-top: 40px;
  }

  .active-hero-actions,
  .section-link-row {
    width: 100%;
    align-items: center;
    flex-direction: row;
    flex-wrap: wrap;
    gap: 8px;
  }

  .active-hero-actions .button,
  .section-link-row .button {
    width: auto;
    min-height: 42px;
    padding: 0 13px;
    justify-content: center;
    border-radius: 9px;
    font-size: 0.76rem;
  }

  .active-hero-actions .text-action {
    min-height: 40px;
    padding: 0 5px;
    font-size: 0.78rem;
  }

  .active-path-grid,
  .home-live-jobs,
  .active-member-grid,
  .active-community-grid,
  .active-measure-grid {
    grid-template-columns: 1fr;
  }

  .active-vision-pathways {
    grid-template-columns: 1fr;
  }

  .active-partner-strip {
    grid-template-columns: 1fr;
  }

  .active-impact-board {
    padding: 18px;
    border-radius: 14px;
  }

  .active-vision-pathways article {
    min-height: 0;
  }

  .active-board-footer a {
    align-items: start;
    flex-direction: column;
  }

  .active-path-grid > a {
    min-height: 210px;
  }

  .active-newsletter .newsletter {
    min-width: 0;
    grid-template-columns: 1fr;
  }

  .active-newsletter button {
    width: 100%;
  }

  .active-opportunities .active-section-heading {
    margin-bottom: 14px;
    gap: 7px;
  }

  .home-live-job {
    min-height: 0;
    padding: 17px;
  }
}

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