@layer reset,base,utilities,core,components,theme,admin,external;@layer utilities{.bg-secondary-50{background-color:var(--secondary-50)}.text-secondary-50{color:var(--secondary-50)}.border-secondary-50{border-color:var(--secondary-50)}}@layer components{.timeline{--max-width: 100%;--date-width: 66px;margin:0 auto;max-width:var(--max-width);padding-inline:var(--spacing-m)}@media (min-width: 768px){.timeline{--max-width: 655px}}@media (min-width: 992px){.timeline{--date-width: 150px}}.timeline__list{list-style:none;margin:0;padding:0;position:relative}.timeline__item{align-items:stretch;display:flex;gap:var(--spacing-m);justify-content:space-between}.timeline__item-date{color:var(--grey-60);display:flex;flex-shrink:0;justify-content:flex-end;text-align:right;width:var(--date-width)}.timeline__item-marker{background-color:var(--grey-20);min-height:100%;min-width:2px;position:relative}.is-passed .timeline__item-marker{background-color:var(--primary-50)}.is-active .timeline__item-marker:before{background-color:var(--primary-50);border-radius:50%;content:"";display:block;height:16px;left:-7px;position:absolute;width:16px}.is-between .timeline__item-marker:after,.is-end .timeline__item-marker:after{content:"";display:block}.is-between .timeline__item-marker:before{top:50%}.is-between .timeline__item-marker:after{background-color:var(--primary-50);height:50%}.is-end .timeline__item-marker:before{top:100%}.is-end .timeline__item-marker:after{background-color:var(--primary-50);height:100%}.timeline__item-details{display:grid;gap:var(--spacing-s);padding-bottom:48px;width:100%}.timeline__item-title{color:var(--charcoal);margin:0}.timeline__item-description{color:var(--grey-80)}.timeline__item-description *{color:inherit}.timeline__item-description a:not(.btn){color:var(--primary);text-decoration:underline}.timeline__item-description table{--min-width: 100% !important}.timeline__item-ctas{display:flex;flex-wrap:wrap;gap:var(--spacing-xs)}}
