.brr-timeline{background:var(--blush,#f2e6df);color:var(--forest-deep,#1f3126);font-family:var(--font-sans,"Work Sans",system-ui,sans-serif);padding:6rem 1.5rem}.brr-timeline--cream{background:var(--cream,#f5efe4)}.brr-timeline--forest{background:var(--forest-deep,#1f3126);color:var(--blush,#f2e6df)}.brr-timeline__inner{margin:0 auto;max-width:1200px}.brr-timeline__header{max-width:42rem}.brr-timeline__eyebrow{font-size:.72rem;letter-spacing:.22em;margin:0 0 1.25rem;opacity:.75;text-transform:uppercase}.brr-timeline__title{font-family:var(--font-serif,"Cormorant Garamond",Georgia,serif);font-size:clamp(2rem,4vw,3rem);font-weight:500;line-height:1.1;margin:0}.brr-timeline__intro{font-size:1.05rem;line-height:1.65;margin-top:1.25rem;opacity:.8}.brr-timeline__list{list-style:none;margin:3.5rem 0 0;padding:0;position:relative}.brr-timeline__list:before{background:currentColor;bottom:0;content:"";left:1rem;opacity:.25;position:absolute;top:0;width:1px}.brr-timeline__item{opacity:0;padding:0 0 2.75rem 3rem;position:relative;transform:translateY(14px);transition:opacity .6s ease,transform .6s ease}.brr-timeline__item:last-child{padding-bottom:0}.brr-timeline__item.is-visible{opacity:1;transform:none}.brr-timeline__dot{background:currentColor;border-radius:999px;box-shadow:0 0 0 4px var(--blush,#f2e6df);height:.9rem;left:.55rem;position:absolute;top:.35rem;width:.9rem}.brr-timeline--cream .brr-timeline__dot{box-shadow:0 0 0 4px var(--cream,#f5efe4)}.brr-timeline--forest .brr-timeline__dot{box-shadow:0 0 0 4px var(--forest-deep,#1f3126)}.brr-timeline__year{font-size:clamp(1.75rem,3vw,2.5rem);line-height:1}.brr-timeline__heading,.brr-timeline__year{font-family:var(--font-serif,"Cormorant Garamond",Georgia,serif)}.brr-timeline__heading{font-size:1.35rem;font-weight:500;line-height:1.25;margin:.5rem 0 0}.brr-timeline__text{line-height:1.65;margin-top:.75rem;max-width:40rem;opacity:.8}.brr-timeline__text p{margin:0 0 .75em}.brr-timeline__text p:last-child{margin-bottom:0}@media (min-width:900px){.brr-timeline{padding:8rem 2.5rem}.brr-timeline__list:before{left:50%;transform:translateX(-.5px)}.brr-timeline__item{padding:0 3rem 3.5rem 0;text-align:right;width:50%}.brr-timeline__item:nth-child(2n){margin-left:50%;padding:0 0 3.5rem 3rem;text-align:left}.brr-timeline__item .brr-timeline__dot{left:auto;right:-.45rem}.brr-timeline__item:nth-child(2n) .brr-timeline__dot{left:-.45rem;right:auto}.brr-timeline__item:nth-child(odd) .brr-timeline__text{margin-left:auto}}@media (prefers-reduced-motion:reduce){.brr-timeline__item{opacity:1;transform:none;transition:none}}