:root {
  --bp-ivory: #fff9f6;
  --bp-white: #ffffff;
  --bp-plum: #291c3a;
  --bp-plum-soft: #4b4450;
  --bp-raspberry: #a62f59;
  --bp-raspberry-dark: #7f1f43;
  --bp-teal: #116b68;
  --bp-mint: #eaf5f3;
  --bp-blush: #f7e8ed;
  --bp-line: #ddced6;
  --bp-focus: #0d7470;
  --bp-content: 1180px;
  --bp-reading: 760px;
}

html {
  scroll-behavior: smooth;
}

*,
*::before,
*::after {
  box-sizing: border-box;
}

body.brightpath-site {
  margin: 0;
  color: var(--bp-plum);
  background: var(--bp-ivory);
  font-family: "Manrope", ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  font-size: 16px;
  line-height: 1.65;
  text-rendering: optimizeLegibility;
}

body.brightpath-site a {
  color: inherit;
}

body.brightpath-site img {
  display: block;
  max-width: 100%;
}

.bp-skip-link {
  position: fixed;
  z-index: 2147483647;
  top: 8px;
  left: 8px;
  padding: 10px 14px;
  color: var(--bp-white);
  background: var(--bp-plum);
  font-weight: 800;
  text-decoration: none;
  transform: translateY(-160%);
}

.bp-skip-link:focus {
  transform: translateY(0);
}

.bp-site-header {
  border-bottom: 1px solid var(--bp-line);
  background: var(--bp-ivory);
}

.bp-brand-row {
  display: flex;
  min-height: 92px;
  padding: 17px 24px 15px;
  align-items: center;
  justify-content: center;
}

.bp-brand {
  display: inline-flex;
  align-items: center;
  gap: 14px;
  color: var(--bp-plum);
  text-decoration: none;
}

.bp-brand-mark {
  display: grid;
  width: 52px;
  height: 52px;
  flex: 0 0 52px;
  place-items: center;
  border: 2px solid var(--bp-plum);
  background: var(--bp-raspberry);
  color: var(--bp-white);
  font-family: "Manrope", sans-serif;
  font-size: .78rem;
  font-weight: 800;
  letter-spacing: .13em;
}

.bp-brand-copy {
  display: grid;
  gap: 1px;
}

.bp-brand-copy strong {
  font-family: "Newsreader", Georgia, serif;
  font-size: clamp(1.35rem, 2.2vw, 1.8rem);
  font-weight: 700;
  line-height: 1.05;
}

.bp-brand-copy small {
  color: var(--bp-plum-soft);
  font-size: .75rem;
  font-weight: 700;
  letter-spacing: .025em;
}

.bp-nav-row {
  border-top: 1px solid var(--bp-line);
}

.bp-nav-row__inner {
  position: relative;
  display: grid;
  width: min(var(--bp-content), calc(100% - 40px));
  min-height: 54px;
  margin: 0 auto;
  grid-template-columns: minmax(0, 1fr) auto minmax(0, 1fr);
  align-items: center;
}

.bp-primary-nav {
  display: flex;
  grid-column: 2;
  align-items: stretch;
  justify-content: center;
}

.bp-primary-nav a {
  position: relative;
  display: inline-flex;
  min-height: 54px;
  padding: 0 18px;
  align-items: center;
  justify-content: center;
  color: var(--bp-plum-soft);
  font-size: .87rem;
  font-weight: 800;
  text-decoration: none;
}

.bp-primary-nav a::after {
  position: absolute;
  right: 18px;
  bottom: -1px;
  left: 18px;
  height: 3px;
  background: var(--bp-raspberry);
  content: "";
  transform: scaleX(0);
  transform-origin: center;
  transition: transform .16s ease;
}

.bp-primary-nav a:hover,
.bp-primary-nav a[aria-current="page"] {
  color: var(--bp-plum);
}

.bp-primary-nav a:hover::after,
.bp-primary-nav a[aria-current="page"]::after {
  transform: scaleX(1);
}

.bp-nav-cta {
  display: inline-flex;
  min-height: 42px;
  padding: 8px 15px;
  grid-column: 3;
  align-items: center;
  justify-self: end;
  color: var(--bp-white) !important;
  background: var(--bp-raspberry);
  font-size: .78rem;
  font-weight: 800;
  line-height: 1.2;
  text-align: center;
  text-decoration: none;
}

.bp-nav-cta:hover {
  background: var(--bp-raspberry-dark);
}

.bp-button {
  display: inline-flex;
  min-height: 48px;
  padding: 11px 19px;
  align-items: center;
  justify-content: center;
  border: 2px solid transparent;
  border-radius: 6px;
  font-weight: 800;
  line-height: 1.25;
  text-align: center;
  text-decoration: none;
}

.bp-button--primary {
  color: var(--bp-white) !important;
  background: var(--bp-raspberry);
}

.bp-button--primary:hover {
  background: var(--bp-raspberry-dark);
}

.bp-text-link {
  display: inline-flex;
  min-height: 44px;
  align-items: center;
  color: var(--bp-teal) !important;
  font-weight: 800;
  text-decoration-thickness: 2px;
  text-underline-offset: 5px;
}

.bp-eyebrow {
  margin: 0 0 14px;
  color: var(--bp-raspberry-dark);
  font-size: .76rem;
  font-weight: 800;
  letter-spacing: .14em;
  text-transform: uppercase;
}

.bp-home-hero {
  display: grid;
  min-height: 650px;
  grid-template-columns: minmax(0, 46%) minmax(0, 54%);
  background: var(--bp-blush);
}

.bp-hero-copy {
  display: flex;
  padding: clamp(56px, 7vw, 108px);
  grid-column: 2;
  grid-row: 1;
  flex-direction: column;
  justify-content: center;
}

.bp-hero-copy h1,
.bp-page-intro h1,
.bp-about-hero h1,
.bp-contact-intro h1 {
  margin: 0;
  font-family: "Newsreader", Georgia, serif;
  font-weight: 650;
  letter-spacing: -.025em;
}

.bp-hero-copy h1 {
  max-width: 760px;
  font-size: clamp(3.4rem, 6.3vw, 5.4rem);
  line-height: .94;
}

.bp-hero-lede {
  max-width: 660px;
  margin: 27px 0 0;
  color: var(--bp-plum-soft);
  font-size: clamp(1.08rem, 1.7vw, 1.32rem);
  line-height: 1.62;
}

.bp-hero-actions {
  display: flex;
  margin-top: 31px;
  align-items: center;
  gap: 24px;
  flex-wrap: wrap;
}

.bp-hero-portrait {
  position: relative;
  min-width: 0;
  margin: 0;
  grid-column: 1;
  grid-row: 1;
  overflow: hidden;
  background: var(--bp-plum);
}

.bp-hero-portrait img {
  width: 100%;
  height: 100%;
  min-height: 650px;
  object-fit: cover;
  object-position: center 28%;
}

.bp-hero-portrait figcaption {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  padding: 16px clamp(20px, 3vw, 36px);
  color: var(--bp-white);
  background: rgba(41, 28, 58, .92);
  font-size: .88rem;
  font-weight: 700;
}

.bp-facts {
  padding: clamp(58px, 7vw, 92px) 24px;
  background: var(--bp-mint);
}

.bp-facts__inner {
  display: grid;
  width: min(var(--bp-content), 100%);
  margin: 0 auto;
  grid-template-columns: minmax(220px, .68fr) minmax(0, 1.5fr);
  gap: clamp(40px, 7vw, 90px);
  align-items: start;
}

.bp-facts h2 {
  max-width: 300px;
  margin: 0;
  font-family: "Newsreader", Georgia, serif;
  font-size: clamp(2.3rem, 4vw, 3.7rem);
  font-weight: 650;
  line-height: 1;
}

.bp-facts dl {
  display: grid;
  margin: 0;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  column-gap: clamp(28px, 4vw, 54px);
}

.bp-facts dl > div {
  padding: 18px 0 24px;
  border-top: 2px solid rgba(17, 107, 104, .35);
}

.bp-facts dt {
  margin-bottom: 7px;
  color: var(--bp-teal);
  font-size: .72rem;
  font-weight: 800;
  letter-spacing: .12em;
  text-transform: uppercase;
}

.bp-facts dd {
  margin: 0;
  color: var(--bp-plum);
  font-size: .98rem;
  font-weight: 650;
  line-height: 1.55;
}

.bp-profile,
.bp-services,
.bp-page-intro,
.bp-experience,
.bp-process,
.bp-about-hero,
.bp-about-cta,
.bp-contact-grid,
.bp-site-footer__inner {
  width: min(var(--bp-content), calc(100% - 48px));
  margin-right: auto;
  margin-left: auto;
}

.bp-profile {
  display: grid;
  padding: clamp(72px, 9vw, 126px) 0;
  grid-template-columns: minmax(250px, .75fr) minmax(0, 1.25fr);
  gap: clamp(44px, 8vw, 110px);
}

.bp-profile h2,
.bp-services-heading h2,
.bp-contact-close h2,
.bp-experience h2,
.bp-process h2,
.bp-about-cta h2,
.bp-contact-form h2 {
  margin: 0;
  font-family: "Newsreader", Georgia, serif;
  font-weight: 650;
  letter-spacing: -.018em;
}

.bp-profile h2 {
  font-size: clamp(2.7rem, 5vw, 4.6rem);
  line-height: 1;
}

.bp-profile-copy > p {
  margin: 0 0 20px;
  color: var(--bp-plum-soft);
  font-size: clamp(1rem, 1.3vw, 1.14rem);
}

.bp-plain-list {
  margin: 30px 0 0;
  padding: 0;
  list-style: none;
}

.bp-plain-list li {
  position: relative;
  padding: 16px 0 16px 31px;
  border-top: 1px solid var(--bp-line);
  color: var(--bp-plum);
  font-weight: 650;
}

.bp-plain-list li::before {
  position: absolute;
  top: 17px;
  left: 2px;
  color: var(--bp-teal);
  content: "✓";
  font-weight: 900;
}

.bp-services {
  padding: clamp(72px, 9vw, 126px) 0;
}

.bp-services--tinted {
  width: 100%;
  padding-right: max(24px, calc((100% - var(--bp-content)) / 2));
  padding-left: max(24px, calc((100% - var(--bp-content)) / 2));
  background: var(--bp-white);
}

.bp-services-heading {
  max-width: var(--bp-reading);
  margin: 0 auto clamp(48px, 6vw, 72px);
  text-align: center;
}

.bp-services-heading h2 {
  font-size: clamp(2.6rem, 5vw, 4.3rem);
  line-height: 1.03;
}

.bp-services-heading > p:last-child {
  margin: 19px auto 0;
  color: var(--bp-plum-soft);
  font-size: 1.06rem;
}

.bp-service-columns {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  column-gap: clamp(28px, 5vw, 68px);
  row-gap: 36px;
}

.bp-service-columns article {
  min-width: 0;
  padding: 21px 0 6px;
  border-top: 4px solid var(--bp-raspberry);
}

.bp-service-columns h3 {
  margin: 0;
  font-family: "Newsreader", Georgia, serif;
  font-size: clamp(1.45rem, 2.1vw, 1.95rem);
  font-weight: 650;
  line-height: 1.15;
}

.bp-service-columns p {
  margin: 13px 0 0;
  color: var(--bp-plum-soft);
}

.bp-contact-close {
  padding: clamp(70px, 9vw, 112px) 24px;
  background: var(--bp-blush);
  text-align: center;
}

.bp-contact-close__inner {
  max-width: 790px;
  margin: 0 auto;
}

.bp-contact-close h2 {
  font-size: clamp(2.8rem, 5.4vw, 4.8rem);
  line-height: 1;
}

.bp-contact-close p {
  margin: 22px auto 29px;
  color: var(--bp-plum-soft);
  font-size: 1.05rem;
}

.bp-site-footer {
  border-top: 1px solid var(--bp-line);
  background: var(--bp-ivory);
}

.bp-site-footer__inner {
  display: flex;
  min-height: 96px;
  padding: 24px 0;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
}

.bp-site-footer p {
  margin: 0;
  color: var(--bp-plum-soft);
  font-size: .88rem;
}

.bp-site-footer a {
  color: var(--bp-teal) !important;
  font-weight: 800;
  text-underline-offset: 4px;
}

.bp-page-intro {
  max-width: 920px;
  padding: clamp(74px, 9vw, 126px) 0 56px;
  text-align: center;
}

.bp-page-intro h1 {
  font-size: clamp(3.6rem, 7vw, 6.3rem);
  line-height: .95;
}

.bp-page-intro > p:last-child {
  max-width: 760px;
  margin: 23px auto 0;
  color: var(--bp-plum-soft);
  font-size: clamp(1.05rem, 1.65vw, 1.28rem);
}

.bp-services-image {
  width: min(var(--bp-content), calc(100% - 48px));
  margin: 0 auto;
  overflow: hidden;
}

.bp-services-image img {
  width: 100%;
  height: clamp(240px, 29vw, 390px);
  object-fit: cover;
  object-position: center 44%;
}

.bp-services-image figcaption {
  padding: 10px 0 0;
  color: var(--bp-plum-soft);
  font-size: .8rem;
}

.bp-about-hero {
  display: grid;
  width: 100%;
  grid-template-columns: minmax(0, 40%) minmax(0, 60%);
  background: var(--bp-blush);
}

.bp-about-portrait {
  min-height: 620px;
  margin: 0;
  overflow: hidden;
}

.bp-about-portrait img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center 25%;
}

.bp-about-intro {
  display: flex;
  padding: clamp(54px, 8vw, 112px);
  flex-direction: column;
  justify-content: center;
}

.bp-about-hero h1 {
  font-size: clamp(3.3rem, 6vw, 5.5rem);
  line-height: .96;
}

.bp-about-intro > p:last-child {
  max-width: 680px;
  margin: 24px 0 0;
  color: var(--bp-plum-soft);
  font-size: 1.15rem;
}

.bp-experience {
  padding: clamp(74px, 9vw, 120px) 0;
}

.bp-experience h2,
.bp-process h2 {
  font-size: clamp(2.8rem, 5vw, 4.5rem);
  line-height: 1;
}

.bp-experience-copy {
  display: grid;
  margin-top: 34px;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: clamp(30px, 6vw, 88px);
}

.bp-experience-copy p {
  margin: 0;
  color: var(--bp-plum-soft);
  font-size: 1.05rem;
}

.bp-area-list {
  display: grid;
  margin-top: 54px;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 28px;
}

.bp-area-list p {
  margin: 0;
  padding: 17px 0 0;
  border-top: 4px solid var(--bp-teal);
  color: var(--bp-plum);
  font-family: "Newsreader", Georgia, serif;
  font-size: 1.45rem;
  font-weight: 650;
  line-height: 1.2;
}

.bp-about-highlights {
  display: grid;
  margin-top: 70px;
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.bp-about-highlights article {
  padding: 8px clamp(28px, 5vw, 68px);
}

.bp-about-highlights article:first-child {
  padding-left: 0;
  border-right: 1px solid var(--bp-line);
}

.bp-about-highlights article:last-child {
  padding-right: 0;
}

.bp-about-highlights h3 {
  margin: 0;
  font-family: "Newsreader", Georgia, serif;
  font-size: 2rem;
  font-weight: 650;
}

.bp-about-highlights p {
  margin: 12px 0 0;
  color: var(--bp-plum-soft);
}

.bp-process {
  width: 100%;
  padding: clamp(70px, 9vw, 110px) max(24px, calc((100% - var(--bp-content)) / 2));
  background: var(--bp-mint);
}

.bp-process > p {
  max-width: 700px;
  margin: 20px 0 0;
  color: var(--bp-plum-soft);
  font-size: 1.06rem;
}

.bp-process ul {
  display: grid;
  margin: 42px 0 0;
  padding: 0;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 32px;
  list-style: none;
}

.bp-process li {
  padding-top: 17px;
  border-top: 3px solid var(--bp-teal);
  font-weight: 800;
}

.bp-about-cta {
  padding: clamp(72px, 9vw, 112px) 0;
  text-align: center;
}

.bp-about-cta h2 {
  font-size: clamp(2.8rem, 5vw, 4.5rem);
  line-height: 1;
}

.bp-about-cta p {
  max-width: 650px;
  margin: 20px auto 28px;
  color: var(--bp-plum-soft);
}

.bp-contact-page {
  padding: clamp(58px, 7vw, 94px) 0;
}

.bp-contact-grid {
  display: grid;
  grid-template-columns: minmax(280px, 38%) minmax(0, 62%);
  align-items: stretch;
}

.bp-contact-intro {
  padding: clamp(38px, 6vw, 72px);
  color: var(--bp-white);
  background: var(--bp-plum);
}

.bp-contact-intro .bp-eyebrow {
  color: #f2a9bf;
}

.bp-contact-intro h1 {
  font-size: clamp(3.2rem, 5vw, 5rem);
  line-height: .96;
}

.bp-contact-intro p {
  margin: 25px 0 0;
  color: rgba(255, 255, 255, .82);
}

.bp-contact-form {
  padding: clamp(38px, 6vw, 72px);
  background: var(--bp-white);
}

.bp-contact-form h2 {
  font-size: clamp(2.2rem, 3.4vw, 3.25rem);
  line-height: 1.06;
}

.bp-contact-form > p {
  margin: 16px 0 31px;
  color: var(--bp-plum-soft);
}

.bp-lead-form {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 22px;
}

.bp-lead-form label {
  display: grid;
  gap: 8px;
  color: var(--bp-plum);
  font-size: .82rem;
  font-weight: 800;
}

.bp-lead-form label:has(textarea),
.bp-lead-form .bp-form-actions,
.bp-lead-form .form-note,
.bp-lead-form .form-status {
  grid-column: 1 / -1;
}

.bp-lead-form input,
.bp-lead-form textarea {
  width: 100%;
  min-height: 50px;
  padding: 12px 13px;
  border: 1px solid #ac9eaa;
  border-radius: 4px;
  color: var(--bp-plum);
  background: var(--bp-white);
  font: inherit;
}

.bp-lead-form textarea {
  min-height: 138px;
  resize: vertical;
}

.bp-lead-form input::placeholder,
.bp-lead-form textarea::placeholder {
  color: #766b76;
  opacity: 1;
}

.bp-lead-form button {
  min-height: 50px;
  padding: 11px 20px;
  border: 0;
  border-radius: 6px;
  color: var(--bp-white);
  background: var(--bp-raspberry);
  font: inherit;
  font-weight: 800;
  cursor: pointer;
}

.bp-lead-form button:hover {
  background: var(--bp-raspberry-dark);
}

.bp-form-actions {
  display: flex;
  align-items: center;
  gap: 18px;
}

.bp-lead-form .form-note,
.bp-lead-form .form-status {
  margin: 0;
  color: var(--bp-plum-soft);
  font-size: .82rem;
}

.bp-lead-form .form-status {
  min-height: 1.5em;
  color: var(--bp-teal);
  font-weight: 800;
}

body.brightpath-site :is(a, button, input, textarea):focus-visible {
  outline: 3px solid var(--bp-focus);
  outline-offset: 3px;
}

@media (max-width: 1050px) {
  .bp-nav-row__inner {
    grid-template-columns: auto 1fr;
  }

  .bp-primary-nav {
    grid-column: 1;
  }

  .bp-nav-cta {
    grid-column: 2;
  }

  .bp-home-hero {
    grid-template-columns: minmax(0, 42%) minmax(0, 58%);
  }

  .bp-hero-copy {
    padding: clamp(46px, 6vw, 76px);
  }

  .bp-service-columns {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 760px) {
  .bp-brand-row {
    min-height: 82px;
    padding-inline: 16px;
  }

  .bp-brand-mark {
    width: 46px;
    height: 46px;
    flex-basis: 46px;
  }

  .bp-brand-copy small {
    max-width: 250px;
    line-height: 1.25;
  }

  .bp-nav-row__inner {
    display: block;
    width: 100%;
  }

  .bp-primary-nav {
    display: grid;
    width: 100%;
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }

  .bp-primary-nav a {
    min-width: 0;
    padding: 0 6px;
    font-size: .78rem;
  }

  .bp-primary-nav a::after {
    right: 8px;
    left: 8px;
  }

  .bp-nav-cta {
    display: none;
  }

  .bp-home-hero {
    min-height: 0;
    grid-template-columns: 1fr;
  }

  .bp-hero-copy {
    min-width: 0;
    max-width: 100%;
    padding: 58px 24px 64px;
    grid-column: 1;
    grid-row: 1;
  }

  .bp-hero-copy h1,
  .bp-hero-copy .bp-eyebrow,
  .bp-hero-lede,
  .bp-hero-actions a {
    overflow-wrap: anywhere;
  }

  .bp-hero-copy h1 {
    font-size: clamp(3rem, 14vw, 4.3rem);
  }

  .bp-hero-portrait {
    width: 100%;
    max-width: 100%;
    min-height: 0;
    grid-column: 1;
    grid-row: 2;
  }

  .bp-hero-portrait img {
    min-height: 0;
    aspect-ratio: 4 / 3;
    object-position: center 31%;
  }

  .bp-facts__inner,
  .bp-profile,
  .bp-about-hero,
  .bp-contact-grid {
    grid-template-columns: minmax(0, 1fr);
  }

  .bp-facts dl,
  .bp-experience-copy,
  .bp-area-list,
  .bp-about-highlights,
  .bp-process ul,
  .bp-lead-form {
    grid-template-columns: 1fr;
  }

  .bp-profile,
  .bp-services,
  .bp-page-intro,
  .bp-experience,
  .bp-about-cta,
  .bp-contact-grid,
  .bp-site-footer__inner {
    width: min(100% - 36px, var(--bp-content));
  }

  .bp-profile {
    gap: 34px;
  }

  .bp-service-columns {
    grid-template-columns: 1fr;
  }

  .bp-services-image {
    width: calc(100% - 36px);
  }

  .bp-services-image img {
    height: 280px;
  }

  .bp-about-hero {
    width: 100%;
  }

  .bp-about-intro {
    min-width: 0;
    padding: 58px 24px 64px;
    grid-row: 1;
  }

  .bp-about-intro h1 {
    overflow-wrap: anywhere;
  }

  .bp-about-portrait {
    width: 100%;
    max-width: 100%;
    min-width: 0;
    min-height: 0;
    grid-row: 2;
  }

  .bp-about-portrait img {
    display: block;
    width: 100%;
    max-width: 100%;
    aspect-ratio: 4 / 3;
  }

  .bp-about-highlights article,
  .bp-about-highlights article:first-child,
  .bp-about-highlights article:last-child {
    padding: 28px 0;
    border-right: 0;
    border-top: 1px solid var(--bp-line);
  }

  .bp-process {
    padding-inline: 24px;
  }

  .bp-contact-page {
    padding: 0;
  }

  .bp-contact-grid {
    width: 100%;
  }

  .bp-contact-intro,
  .bp-contact-form {
    padding: 48px 24px;
  }

  .bp-lead-form label:has(textarea),
  .bp-lead-form .bp-form-actions,
  .bp-lead-form .form-note,
  .bp-lead-form .form-status {
    grid-column: 1;
  }

  .bp-site-footer__inner {
    align-items: flex-start;
    flex-direction: column;
  }
}

@media (max-width: 480px) {
  .bp-brand-copy strong {
    font-size: 1.18rem;
  }

  .bp-brand-copy small {
    font-size: .68rem;
  }

  .bp-hero-actions {
    align-items: stretch;
    flex-direction: column;
    gap: 10px;
  }

  .bp-button {
    width: 100%;
  }

  .bp-text-link {
    justify-content: center;
  }

  .bp-facts {
    padding-inline: 18px;
  }

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

  .bp-form-actions button {
    width: 100%;
  }
}

@media (prefers-reduced-motion: reduce) {
  html {
    scroll-behavior: auto;
  }

  *,
  *::before,
  *::after {
    animation-duration: .01ms !important;
    animation-iteration-count: 1 !important;
    scroll-behavior: auto !important;
    transition-duration: .01ms !important;
  }
}
