.l1-timeline{--timeline-active:#c41230;--timeline-inactive:#b0b8c4;--timeline-title:#0a2540;--timeline-title-inactive:#9ca3af;--timeline-description:#4b5563;--timeline-line:#e5e7eb;position:relative;width:100%}.l1-timeline__line{background:var(--timeline-line);display:flex;height:5px;left:50%;position:absolute;right:50%;top:90px;z-index:0}.l1-timeline__segment{background:#ededed;flex:1;height:100%;transition:background .4s ease}.l1-timeline__segment.is-active{background:linear-gradient(to right,var(--segment-color-start),var(--segment-color-end))}.l1-timeline__items{display:flex;justify-content:space-between;position:relative;z-index:1}.l1-timeline__item{cursor:pointer;flex-direction:column;text-align:center}.l1-timeline__icon,.l1-timeline__item{align-items:center;display:flex;transition:all .3s ease}.l1-timeline__icon{color:var(--timeline-inactive);font-size:2rem;height:48px;justify-content:center;margin-bottom:.75rem;width:48px}.l1-timeline__icon svg{fill:currentColor;height:40px;width:40px}.l1-timeline__image{filter:grayscale(100%);height:auto;max-height:40px;max-width:40px;object-fit:contain;opacity:.5;transition:filter .3s ease,opacity .3s ease;width:auto}.l1-timeline__title{color:var(--timeline-title-inactive);font-family:Barlow,sans-serif;font-size:.9rem;font-weight:600;letter-spacing:.05em;margin:0 0 1rem;text-transform:uppercase;transition:all .3s ease}.l1-timeline__bullet{background:#ededed;border-radius:50%;flex-shrink:0;height:23px;margin-bottom:1.5rem;transition:all .3s ease;width:23px}.l1-timeline__item.is-active .l1-timeline__bullet{background:var(--bullet-color,var(--timeline-active))}.l1-timeline__description{color:var(--timeline-description);font-family:Inter,sans-serif;font-size:.95rem;font-weight:500;line-height:1.6;max-width:250px;opacity:0;transition:all .4s ease;visibility:hidden}.l1-timeline__description p{margin:0 0 .75rem}.l1-timeline__description p:last-child{margin-bottom:0}.l1-timeline__item.is-active .l1-timeline__icon{color:var(--bullet-color,var(--timeline-active))}.l1-timeline__item.is-active .l1-timeline__image{filter:grayscale(0);opacity:1}.l1-timeline__item.is-active .l1-timeline__title{color:var(--timeline-title)}.l1-timeline__item.is-active .l1-timeline__description{opacity:1;visibility:visible}.l1-timeline__item:hover .l1-timeline__icon{transform:scale(1.1)}.l1-timeline__item:hover .l1-timeline__bullet{transform:scale(1.2)}@media (max-width:992px){.l1-timeline__icon{height:40px;width:40px}.l1-timeline__icon svg{height:32px;width:32px}.l1-timeline__image{max-height:32px;max-width:32px}.l1-timeline__title{font-size:.8rem}.l1-timeline__description{max-width:180px}}@media (max-width:768px){.l1-timeline{--bullet-size:20px;--bullet-left:0px}.l1-timeline__line{height:auto;position:absolute;width:5px}.l1-timeline__segment.is-active{background:linear-gradient(to bottom,var(--segment-color-start),var(--segment-color-end))}.l1-timeline__items{flex-direction:column;gap:0;padding-left:calc(var(--bullet-size) + 25px)}.l1-timeline__item{align-items:flex-start;flex-direction:row;flex-wrap:wrap;padding-bottom:2rem;position:relative;text-align:left}.l1-timeline__icon{height:36px;margin-bottom:.5rem;margin-right:0;order:1;width:36px}.l1-timeline__icon svg{height:28px;width:28px}.l1-timeline__image{max-height:28px;max-width:28px}.l1-timeline__title{font-size:.85rem;margin:0;order:2;width:100%}.l1-timeline__bullet{height:var(--bullet-size);left:calc((var(--bullet-size) + 25px)*-1);margin-bottom:0;order:0;position:absolute;top:8px;width:var(--bullet-size)}.l1-timeline__item:hover .l1-timeline__bullet,.l1-timeline__item:hover .l1-timeline__icon{transform:none}.l1-timeline__description{margin-top:.5rem;max-width:100%;order:3;width:100%}}@media (max-width:480px){.l1-timeline{--bullet-size:16px;--line-left:8px}.l1-timeline__icon{height:32px;width:32px}.l1-timeline__icon svg{height:24px;width:24px}.l1-timeline__image{max-height:24px;max-width:24px}.l1-timeline__title{font-size:.8rem}.l1-timeline__description{font-size:.875rem}}