.row:has(.twz-timeline){--row-maxwidth: var(--row-m);display:grid;grid-template-columns:repeat(3, 1fr)}.row:has(.twz-timeline)[style*="--backgroundColor"]{padding:0;background-color:rgba(0,0,0,0)}.row:has(.twz-timeline) .twz-timeline{background-color:var(--backgroundColor, var(--white));padding:2.5rem 3rem;grid-column:span 2;border-radius:var(--radius-m)}@media(max-width: 767px){.row:has(.twz-timeline) .twz-timeline{grid-column:1/-1}}[style*="--backgroundColor: var(--grey-200)"] .twz-timeline{--progress-bg: var(--white)}.twz-timeline{display:flex;flex-direction:column;gap:2.9rem}.twz-timeline__header{width:min(100%,59.3rem)}.twz-timeline__text{width:100%;margin-inline:0;--text-maxwidth: none}.twz-timeline__text :is(h1,h2,h3,h4,h5,h6){font-size:var(--fs-h1);line-height:var(--fs-lineheight)}.twz-timeline__text :is(p,ul,ol){color:inherit}.twz-timeline__items{counter-reset:timeline;display:flex;flex-direction:column;gap:0;margin:0;padding:0;list-style:none}.twz-timeline__item{display:grid;grid-template-columns:5rem minmax(0, 1fr);gap:2.1rem;align-items:stretch;padding-bottom:1rem}.twz-timeline__item:last-child{padding-bottom:0}.twz-timeline__marker{display:flex;flex-direction:column;align-items:center;gap:.9rem;height:100%;min-height:0}.twz-timeline__number{--text-color: var(--white);color:var(--text-color);display:flex;flex-shrink:0;align-items:center;justify-content:center;width:5rem;height:5rem;border-radius:var(--radius-m);background:var(--brown-500);font-size:2.1rem;line-height:1.14}.twz-timeline__number::before{counter-increment:timeline;content:counter(timeline)}.twz-timeline__progress{position:relative;flex:1 1 auto;width:.7rem;min-height:5.2rem;background:var(--progress-bg, var(--grey-200))}.twz-timeline__progress-fill{position:absolute;top:0;left:0;width:100%;height:0;background:var(--black)}.twz-timeline__content{display:flex;flex-direction:column;gap:.7rem;padding-top:1.3rem;max-width:53.5rem;font-size:var(--fs-base);line-height:var(--fs-lineheight);padding-bottom:3rem}.twz-timeline__content :is(p,ul,ol){margin:0;color:var(--black)}@media(max-width: 1024px){.twz-timeline{gap:2rem}.twz-timeline__header{width:100%}.twz-timeline__items{gap:0}.twz-timeline__item{gap:1.6rem;padding-bottom:3rem}.twz-timeline__content{max-width:none;padding-top:1rem}}
