/* O nama page hero. Homepage-style image banner with company copy. */
.about-page-main{background:var(--soft)}
.about-page-hero{position:relative;isolation:isolate;overflow:hidden;padding:var(--space-7) 0 var(--space-10);background:var(--white)}
.about-page-hero-frame{background:transparent}
.about-page-hero-grid{
  position:relative;overflow:hidden;grid-template-columns:1fr;min-height:min(74vh,660px);
  border:1px solid rgb(var(--blue-rgb) / .1);border-radius:var(--radius-xl);
  background-color:var(--soft-2);background-position:right center;background-size:cover;background-repeat:no-repeat;
}
.about-page-hero-grid::after{
  content:"";position:absolute;z-index:0;inset:0;pointer-events:none;
  background:linear-gradient(90deg,rgba(245,249,253,.99) 0%,rgba(245,249,253,.95) 32%,rgba(245,249,253,.62) 48%,rgba(245,249,253,0) 66%);
}
.about-page-hero-logo{display:flex;justify-content:flex-start}
.about-page-hero-logo img{display:block;width:150px;height:auto}
.about-page-hero-copy{
  position:relative;z-index:1;align-items:flex-start;width:min(55%,680px);max-width:none;margin:0;
  padding:var(--space-9) 0 var(--space-9) clamp(var(--space-7),6vw,var(--space-10));text-align:left;
}
.about-page-hero-title{
  max-width:18ch;color:var(--blue);font-weight:700;text-wrap:balance;
}
.about-page-hero-title-accent{color:var(--red)}
.about-page-hero-text{display:grid;gap:var(--space-4);max-width:var(--content-measure);margin-top:var(--space-4);color:var(--text-secondary)}
.about-page-hero-text p{font-size:var(--fs-body-lg);font-weight:400;line-height:var(--lh-body)}
.about-page-advantages{padding-top:var(--space-7);background:transparent}
.about-page-advantages-heading{padding:0 0 var(--space-5);text-align:center}
.about-page-advantages-heading h2{margin:0;color:var(--red);font-size:var(--fs-label);font-weight:850;line-height:var(--lh-title);letter-spacing:.07em;text-transform:uppercase}
.about-page-advantages-grid{grid-template-columns:repeat(4,minmax(0,1fr));border-block:1px solid var(--line)}
.about-page-advantage{flex-direction:column;align-items:center;gap:var(--space-5);min-width:0;padding:var(--space-7) var(--space-5);text-align:center}
.about-page-advantage + .about-page-advantage{border-left:1px solid var(--line)}
.about-page-advantage-icon{display:block;width:clamp(150px,14vw,184px);height:auto;aspect-ratio:1;object-fit:contain}
.about-page-advantage p{display:flex;align-items:center;justify-content:center;min-height:2.8em;max-width:22ch;color:var(--text);font-size:var(--fs-body);font-weight:750;line-height:1.4;text-wrap:balance}

.about-page-film{padding:var(--space-10) 0;background:var(--soft)}
.about-page-film-frame{overflow:hidden;max-width:1120px;aspect-ratio:16 / 9;border:1px solid var(--line);border-radius:var(--radius-lg);background:var(--blue)}
.about-page-film-frame iframe{display:block;width:100%;height:100%;border:0}

.about-page-timeline{overflow:hidden;padding:var(--space-10) 0;background:var(--white)}
.about-page-timeline-intro{margin-bottom:var(--space-9)}
.about-page-timeline-stage{position:relative;max-width:1200px;margin-inline:auto;padding-bottom:72px}
.about-page-timeline-route{position:absolute;z-index:0;inset:0 0 auto;width:100%;height:800px;overflow:visible;pointer-events:none}
.about-page-timeline-route-base,.about-page-timeline-route-progress{
  fill:none;stroke:var(--red);stroke-width:5;stroke-linecap:round;stroke-dasharray:1 15;vector-effect:non-scaling-stroke;
}
.about-page-timeline-route-base{opacity:.18}
.about-page-timeline-route-progress{opacity:0}
.about-page-timeline-route-reveal{fill:none;stroke:var(--white);stroke-width:18;stroke-linecap:round}
.about-page-timeline-runner{fill:var(--red);stroke:var(--white);stroke-width:4;opacity:0}
.about-page-timeline-grid{position:relative;z-index:1;display:grid;grid-template-columns:repeat(4,minmax(0,1fr));grid-template-rows:repeat(2,320px);column-gap:0;row-gap:80px}
.about-page-timeline-item{display:grid;grid-template-rows:150px 68px 1fr;justify-items:center;align-items:center;min-width:0;padding-inline:var(--space-4);text-align:center}
.about-page-timeline-item:nth-child(5){grid-column:4;grid-row:2}
.about-page-timeline-item:nth-child(6){grid-column:3;grid-row:2}
.about-page-timeline-item:nth-child(7){grid-column:2;grid-row:2}
.about-page-timeline-item:nth-child(8){grid-column:1;grid-row:2}
.about-page-timeline-icon{display:block;width:150px;height:150px;object-fit:contain}
.about-page-timeline-year{
  display:grid;place-items:center;width:68px;height:68px;border:6px solid var(--white);border-radius:50%;
  background:var(--red);color:var(--white);font-size:var(--fs-body-sm);font-weight:850;line-height:1;
}
.about-page-timeline-item p{align-self:start;max-width:24ch;margin-top:var(--space-4);color:var(--text);font-size:var(--fs-body-sm);font-weight:650;line-height:1.45;text-wrap:balance}
.about-page-timeline-item strong{color:var(--red);font-weight:800}
.about-page-timeline-continuation{
  position:absolute;z-index:2;top:720px;left:calc(5% - 16px);display:flex;align-items:center;gap:var(--space-3);
  color:var(--red);font-size:var(--fs-body);font-weight:800;line-height:1.2;white-space:nowrap;
}
.about-page-timeline-future-node{width:32px;height:32px;flex:0 0 32px;border:5px solid var(--red);border-radius:50%;background:var(--white);box-shadow:0 0 0 6px rgb(var(--red-rgb) / .08)}
.about-page-timeline-stage.is-motion-ready .about-page-timeline-route-progress{opacity:1}
.about-page-timeline-stage.is-motion-ready .about-page-timeline-item{opacity:.32;transform:translateY(8px)}
.about-page-timeline-stage.is-motion-ready .about-page-timeline-continuation{opacity:.25;transform:translateY(8px)}
.about-page-timeline-stage.is-motion-ready.is-visible .about-page-timeline-route-reveal{transition:stroke-dashoffset 3600ms cubic-bezier(.77,0,.175,1)}
.about-page-timeline-stage.is-motion-ready.is-visible .about-page-timeline-runner{opacity:1;transition:opacity 160ms ease-out}
.about-page-timeline-stage.is-motion-ready.is-visible .about-page-timeline-item{opacity:1;transform:none;transition:opacity 420ms cubic-bezier(.23,1,.32,1),transform 420ms cubic-bezier(.23,1,.32,1)}
.about-page-timeline-stage.is-motion-ready.is-visible .about-page-timeline-item:nth-child(1){transition-delay:200ms}
.about-page-timeline-stage.is-motion-ready.is-visible .about-page-timeline-item:nth-child(2){transition-delay:550ms}
.about-page-timeline-stage.is-motion-ready.is-visible .about-page-timeline-item:nth-child(3){transition-delay:900ms}
.about-page-timeline-stage.is-motion-ready.is-visible .about-page-timeline-item:nth-child(4){transition-delay:1250ms}
.about-page-timeline-stage.is-motion-ready.is-visible .about-page-timeline-item:nth-child(5){transition-delay:1900ms}
.about-page-timeline-stage.is-motion-ready.is-visible .about-page-timeline-item:nth-child(6){transition-delay:2300ms}
.about-page-timeline-stage.is-motion-ready.is-visible .about-page-timeline-item:nth-child(7){transition-delay:2700ms}
.about-page-timeline-stage.is-motion-ready.is-visible .about-page-timeline-item:nth-child(8){transition-delay:3100ms}
.about-page-timeline-stage.is-motion-ready.is-complete .about-page-timeline-continuation{opacity:1;transform:none;transition:opacity 420ms cubic-bezier(.23,1,.32,1),transform 420ms cubic-bezier(.23,1,.32,1)}
.about-page-timeline-stage.is-motion-ready.is-complete .about-page-timeline-future-node{animation:about-page-future-pulse 700ms cubic-bezier(.23,1,.32,1) 1}
@keyframes about-page-future-pulse{50%{box-shadow:0 0 0 12px rgb(var(--red-rgb) / .12)}}

.about-page-results{overflow:hidden;padding:var(--space-10) 0;background:var(--soft)}
.about-page-results-intro{margin-bottom:var(--space-9)}
.about-page-results-stage{position:relative;max-width:1200px;margin-inline:auto}
.about-page-results-route{
  position:absolute;z-index:0;top:162px;right:8%;left:8%;border-top:4px dotted rgb(var(--red-rgb) / .18);
}
.about-page-results-route::after{
  content:"";position:absolute;top:-4px;right:0;left:0;border-top:4px dotted var(--red);
  opacity:.72;transform-origin:left center;
}
.about-page-results-grid{position:relative;z-index:1;display:grid;grid-template-columns:repeat(5,minmax(0,1fr))}
.about-page-result-stop{
  display:grid;grid-template-rows:150px 26px auto auto;justify-items:center;align-content:start;
  min-width:0;padding-inline:var(--space-4);text-align:center;
}
.about-page-result-icon{display:block;width:150px;height:150px;object-fit:contain;mix-blend-mode:multiply}
.about-page-result-marker{
  align-self:center;width:18px;height:18px;border:4px solid var(--red);border-radius:50%;background:var(--white);
  box-shadow:0 0 0 6px rgb(var(--red-rgb) / .08);
}
.about-page-result-number{
  display:block;margin-top:var(--space-4);color:var(--red);font-size:var(--fs-section);font-weight:850;
  line-height:var(--lh-tight);letter-spacing:var(--tracking-display);font-variant-numeric:tabular-nums;
}
.about-page-result-stop > p{
  max-width:23ch;margin:var(--space-2) 0 0;color:var(--text-secondary);font-size:var(--fs-body);
  font-weight:650;line-height:1.45;text-wrap:balance;
}
.about-page-results-stage.is-motion-ready .about-page-results-route::after{transform:scaleX(0)}
.about-page-results-stage.is-motion-ready .about-page-result-stop{opacity:.18;transform:translateY(12px)}
.about-page-results-stage.is-motion-ready.is-visible .about-page-results-route::after{transform:scaleX(1);transition:transform 1200ms cubic-bezier(.77,0,.175,1)}
.about-page-results-stage.is-motion-ready.is-visible .about-page-result-stop{opacity:1;transform:none;transition:opacity 480ms cubic-bezier(.16,1,.3,1),transform 620ms cubic-bezier(.16,1,.3,1)}
.about-page-results-stage.is-motion-ready.is-visible .about-page-result-stop:nth-child(1){transition-delay:120ms}
.about-page-results-stage.is-motion-ready.is-visible .about-page-result-stop:nth-child(2){transition-delay:280ms}
.about-page-results-stage.is-motion-ready.is-visible .about-page-result-stop:nth-child(3){transition-delay:440ms}
.about-page-results-stage.is-motion-ready.is-visible .about-page-result-stop:nth-child(4){transition-delay:600ms}
.about-page-results-stage.is-motion-ready.is-visible .about-page-result-stop:nth-child(5){transition-delay:760ms}

/* A quiet editorial section after the animated results: the established
   section heading leads into two connected parts of the same argument. */
.about-page-approach{padding:var(--space-10) 0;background:var(--white)}
.about-page-approach-intro{margin-bottom:var(--space-9)}
.about-page-approach-copy{
  display:grid;grid-template-columns:repeat(2,minmax(0,1fr));max-width:1120px;
  border-block:1px solid var(--line);
}
.about-page-approach-point{display:grid;grid-template-columns:160px minmax(0,1fr);align-items:center;gap:var(--space-6);min-width:0;padding:var(--space-8)}
.about-page-approach-point + .about-page-approach-point{border-left:1px solid var(--line)}
.about-page-approach-icon{display:block;width:160px;height:160px;object-fit:contain}
.about-page-approach-point p{max-width:46ch;color:var(--text-secondary);font-size:var(--fs-body-lg);line-height:var(--lh-body);text-wrap:pretty}

.about-page-partnership{padding:var(--space-10) 0;background:var(--soft)}
.about-page-partnership-intro{margin-bottom:var(--space-8)}
.about-page-partnership-copy{
  display:grid;grid-template-columns:.9fr 1.05fr 1.05fr;max-width:1120px;border-block:1px solid var(--line);
}
.about-page-partnership-point{display:flex;align-items:center;min-width:0;padding:var(--space-7)}
.about-page-partnership-point + .about-page-partnership-point{border-left:1px solid var(--line)}
.about-page-partnership-point p{color:var(--text-secondary);font-size:var(--fs-body-lg);line-height:var(--lh-body);text-wrap:pretty}
.about-page-partnership-point-lead p{color:var(--blue);font-size:var(--fs-card-title);font-weight:750;line-height:1.45}
.about-page-main > .clients-section{background:var(--white)}
.about-page-references{padding:var(--space-10) 0;background:var(--soft)}
.about-page-references-intro{margin-bottom:var(--space-8)}
.about-page-references-copy{display:grid;gap:var(--space-3);max-width:var(--content-measure);color:var(--text-secondary)}
.about-page-references-copy p{font-size:var(--fs-body-lg);line-height:var(--lh-body);text-wrap:pretty}
.about-page-reference-wall{
  display:grid;grid-template-columns:repeat(5,minmax(0,1fr));gap:1px;overflow:hidden;
  border:1px solid var(--blue);border-radius:var(--radius-xl);background:var(--blue);
}
.about-page-reference-logo{display:grid;place-items:center;min-width:0;min-height:150px;padding:var(--space-5);background:var(--white)}
.about-page-reference-logo img{display:block;width:auto;max-width:100%;height:96px;object-fit:contain;filter:grayscale(1);opacity:.68;transition:filter 200ms ease,opacity 200ms ease,transform 200ms cubic-bezier(.16,1,.3,1)}
@media (hover:hover) and (pointer:fine){
  .about-page-reference-logo:hover img{filter:grayscale(0);opacity:1;transform:scale(1.04)}
}

@media (max-width:1100px){
  .about-page-hero-grid{min-height:680px;background-position:right center}
  .about-page-hero-copy{width:62%;padding:var(--space-8) 0 var(--space-8) var(--space-7)}
  .about-page-advantages-grid{grid-template-columns:repeat(2,minmax(0,1fr))}
  .about-page-advantage:nth-child(odd){border-left:0}
  .about-page-advantage:nth-child(n+3){border-top:1px solid var(--line)}
}
@media (max-width:900px){
  .about-page-hero-grid{
    min-height:0;display:block;border:0;
    background-size:auto clamp(320px,55vw,400px);background-position:right top;
  }
  .about-page-hero-grid::after{
    background:linear-gradient(to bottom,rgba(245,249,253,0) 12%,rgba(245,249,253,.42) 25%,rgba(245,249,253,.94) 39%,rgb(245,249,253) 50%);
  }
  .about-page-hero-copy{width:100%;padding:clamp(310px,52vw,380px) var(--space-7) var(--space-8)}
  .about-page-hero-title{max-width:none}
  .about-page-timeline-intro{margin-bottom:var(--space-8)}
  .about-page-timeline-route{display:none}
  .about-page-timeline-grid{grid-template-columns:1fr;grid-template-rows:none;gap:0;max-width:720px;margin-inline:auto}
  .about-page-timeline-stage{padding-bottom:0}
  .about-page-timeline-grid::before,.about-page-timeline-grid::after{content:"";position:absolute;z-index:0;top:32px;bottom:-28px;left:31px;border-left:4px dotted rgb(var(--red-rgb) / .2);transform-origin:center top}
  .about-page-timeline-grid::after{border-left-color:var(--red)}
  .about-page-timeline-item,.about-page-timeline-item:nth-child(n){
    position:relative;z-index:1;grid-column:1;grid-row:auto;grid-template-columns:64px 112px minmax(0,1fr);grid-template-rows:1fr;
    align-items:center;justify-items:start;gap:var(--space-4);min-height:136px;padding:var(--space-3) 0;text-align:left;
  }
  .about-page-timeline-icon{grid-column:2;grid-row:1;width:112px;height:112px}
  .about-page-timeline-year{z-index:1;grid-column:1;grid-row:1;align-self:center;justify-self:start;width:62px;height:62px;border-width:5px}
  .about-page-timeline-item p{grid-column:3;grid-row:1;align-self:center;max-width:34ch;margin:0;text-wrap:pretty}
  .about-page-timeline-continuation{
    position:relative;top:auto;left:auto;display:grid;grid-template-columns:64px minmax(0,1fr);align-items:center;gap:var(--space-4);
    max-width:720px;margin:var(--space-4) auto 0;white-space:normal;
  }
  .about-page-timeline-future-node{justify-self:center;width:28px;height:28px;flex-basis:28px;border-width:4px;box-shadow:0 0 0 5px rgb(var(--red-rgb) / .08)}
  .about-page-timeline-stage.is-motion-ready .about-page-timeline-grid::after{transform:scaleY(0)}
  .about-page-timeline-stage.is-motion-ready.is-visible .about-page-timeline-grid::after{transform:scaleY(1);transition:transform 1600ms cubic-bezier(.77,0,.175,1)}
  .about-page-timeline-stage.is-motion-ready.is-visible .about-page-timeline-item:nth-child(1){transition-delay:80ms}
  .about-page-timeline-stage.is-motion-ready.is-visible .about-page-timeline-item:nth-child(2){transition-delay:180ms}
  .about-page-timeline-stage.is-motion-ready.is-visible .about-page-timeline-item:nth-child(3){transition-delay:280ms}
  .about-page-timeline-stage.is-motion-ready.is-visible .about-page-timeline-item:nth-child(4){transition-delay:380ms}
  .about-page-timeline-stage.is-motion-ready.is-visible .about-page-timeline-item:nth-child(5){transition-delay:480ms}
  .about-page-timeline-stage.is-motion-ready.is-visible .about-page-timeline-item:nth-child(6){transition-delay:580ms}
  .about-page-timeline-stage.is-motion-ready.is-visible .about-page-timeline-item:nth-child(7){transition-delay:680ms}
  .about-page-timeline-stage.is-motion-ready.is-visible .about-page-timeline-item:nth-child(8){transition-delay:780ms}
  .about-page-results-stage{max-width:720px}
  .about-page-results-route{display:none}
  .about-page-results-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:0;border-block:1px solid rgb(var(--blue-rgb) / .16)}
  .about-page-result-stop{
    grid-template-columns:1fr;grid-template-rows:132px 24px auto auto;align-items:start;justify-items:center;
    min-height:286px;padding:var(--space-6) var(--space-4);text-align:center;
  }
  .about-page-result-stop:nth-child(even){border-left:1px solid rgb(var(--blue-rgb) / .16)}
  .about-page-result-stop:nth-child(n+3){border-top:1px solid rgb(var(--blue-rgb) / .16)}
  .about-page-result-stop:nth-child(5){grid-column:1 / -1;width:100%;min-height:250px}
  .about-page-result-icon{grid-column:1;grid-row:1;width:132px;height:132px}
  .about-page-result-marker{grid-column:1;grid-row:2;justify-self:center}
  .about-page-result-number{grid-column:1;grid-row:3;margin-top:var(--space-3)}
  .about-page-result-stop > p{grid-column:1;grid-row:4;max-width:28ch;text-wrap:pretty}
  .about-page-approach-copy{grid-template-columns:1fr}
  .about-page-approach-point{grid-template-columns:140px minmax(0,1fr)}
  .about-page-approach-point + .about-page-approach-point{border-top:1px solid var(--line);border-left:0}
  .about-page-approach-icon{width:140px;height:140px}
  .about-page-partnership-copy{grid-template-columns:repeat(2,minmax(0,1fr))}
  .about-page-partnership-point-lead{grid-column:1 / -1;justify-content:center;border-bottom:1px solid var(--line);text-align:center}
  .about-page-partnership-point:nth-child(2){border-left:0}
  .about-page-reference-wall{grid-template-columns:repeat(2,minmax(0,1fr));border-radius:var(--radius-lg)}
}
@media (max-width:680px){
  .about-page-hero{padding-top:var(--space-5)}
  .about-page-hero-grid{
    background-size:auto clamp(260px,74vw,320px);background-position:right top;
  }
  .about-page-hero-copy{width:100%;padding:clamp(218px,60vw,260px) var(--space-5) var(--space-7)}
  .about-page-hero-text p{font-size:var(--fs-body)}
  .about-page-advantages-grid{grid-template-columns:1fr}
  .about-page-advantage{gap:var(--space-4);padding:var(--space-6) var(--space-5);border-top:1px solid var(--line);border-left:0}
  .about-page-advantage-icon{width:156px}
  .about-page-advantage p{min-height:0}
  .about-page-advantage:first-child{border-top:0}
  .about-page-advantage:nth-child(n+3){border-top:1px solid var(--line)}
  .about-page-film{padding:var(--space-10) 0}
  .about-page-film-intro{margin-bottom:var(--space-7)}
  .about-page-film-intro p{font-size:var(--fs-body)}
  .about-page-timeline{padding:var(--space-10) 0}
  .about-page-timeline-intro h2{max-width:11ch;margin-inline:auto}
  .about-page-timeline-grid::before,.about-page-timeline-grid::after{top:28px;bottom:-24px;left:27px}
  .about-page-timeline-item,.about-page-timeline-item:nth-child(n){grid-template-columns:56px 88px minmax(0,1fr);gap:var(--space-3);min-height:116px;padding:var(--space-2) 0}
  .about-page-timeline-icon{width:88px;height:88px}
  .about-page-timeline-year{width:54px;height:54px;border-width:4px;font-size:var(--fs-meta)}
  .about-page-timeline-item p{font-size:var(--fs-body-sm)}
  .about-page-timeline-continuation{grid-template-columns:56px minmax(0,1fr);gap:var(--space-3);margin-top:var(--space-3);font-size:var(--fs-body-sm)}
  .about-page-timeline-future-node{width:26px;height:26px}
  .about-page-results-intro{margin-bottom:var(--space-8)}
  .about-page-results-intro h2{max-width:15ch;margin-inline:auto}
  .about-page-result-stop{grid-template-rows:112px 22px auto auto;min-height:260px;padding:var(--space-5) var(--space-3)}
  .about-page-result-stop:nth-child(5){min-height:230px}
  .about-page-result-icon{width:112px;height:112px}
  .about-page-result-marker{width:16px;height:16px;border-width:4px;box-shadow:0 0 0 5px rgb(var(--red-rgb) / .08)}
  .about-page-result-number{margin-top:var(--space-3);font-size:var(--fs-panel)}
  .about-page-result-stop > p{max-width:22ch;font-size:var(--fs-body-sm)}
  .about-page-approach-intro{margin-bottom:var(--space-8)}
  .about-page-approach-point{grid-template-columns:112px minmax(0,1fr);gap:var(--space-5);padding:var(--space-6) 0}
  .about-page-approach-icon{width:112px;height:112px}
  .about-page-approach-point p{font-size:var(--fs-body)}
  .about-page-partnership-intro{margin-bottom:var(--space-7)}
  .about-page-partnership-copy{grid-template-columns:1fr}
  .about-page-partnership-point{padding:var(--space-6) 0}
  .about-page-partnership-point + .about-page-partnership-point{border-top:1px solid var(--line);border-left:0}
  .about-page-partnership-point-lead{grid-column:auto;justify-content:flex-start;border-bottom:0;text-align:left}
  .about-page-partnership-point p{max-width:var(--content-measure);font-size:var(--fs-body)}
  .about-page-partnership-point-lead p{font-size:var(--fs-card-title)}
  .about-page-references-intro{margin-bottom:var(--space-7)}
  .about-page-references-copy p{font-size:var(--fs-body)}
  .about-page-reference-logo{min-height:112px;padding:var(--space-4)}
  .about-page-reference-logo img{height:76px}
}

@media (max-width:460px){
  .about-page-timeline-item,.about-page-timeline-item:nth-child(n){grid-template-columns:54px 76px minmax(0,1fr);gap:var(--space-2)}
  .about-page-timeline-icon{width:76px;height:76px}
  .about-page-results-grid{margin-inline:calc(-1 * var(--space-1))}
  .about-page-result-stop{grid-template-rows:96px 20px auto auto;min-height:238px;padding:var(--space-4) var(--space-2)}
  .about-page-result-stop:nth-child(5){min-height:214px}
  .about-page-result-icon{width:96px;height:96px}
  .about-page-result-stop > p{font-size:var(--fs-meta);line-height:1.45}
}

@media (prefers-reduced-motion:reduce){
  .about-page-timeline-route-progress{opacity:1}
  .about-page-timeline-runner{display:none}
  .about-page-timeline-route-reveal{stroke-dasharray:none!important;stroke-dashoffset:0!important;transition:none!important}
  .about-page-timeline-item{opacity:1!important;transform:none!important;transition:none!important}
  .about-page-timeline-grid::after{transform:none!important;transition:none!important}
  .about-page-timeline-continuation{opacity:1!important;transform:none!important;transition:none!important}
  .about-page-timeline-future-node{animation:none!important}
  .about-page-results-route::after,.about-page-result-stop{opacity:1!important;transform:none!important;transition:none!important}
}
