.timeline{position:relative}.timeline:before{background:#e01983;bottom:0;content:"";left:1.5rem;position:absolute;top:0;transform:translateX(-50%);width:2px}.timeline-item{display:flex;justify-content:flex-start;margin-bottom:3rem;opacity:0;padding-left:4rem;position:relative;transform:translateX(-30px);transition:opacity .5s ease,transform .5s ease}.timeline-item:last-of-type{margin-bottom:0}.timeline-item.visible{opacity:1;transform:translateX(0)}.timeline-item:before{background:#e01983;border:3px solid #f8f6f5;border-radius:50%;content:"";height:14px;left:1.5rem;position:absolute;top:1.25rem;transform:translateX(-50%);width:14px}.timeline-item ul{font-weight:var(--font-weight-regular)!important;margin-top:.5rem}.timeline-item ul li{background:var(--IBF-dark-cream);border-radius:.5rem;font-size:.9rem;font-weight:var(--font-weight-medium);list-style:none;padding:.5rem 1rem!important;width:fit-content}.timeline-card{background:#fff;border:1px solid var(--IBF-medium-grey);border-radius:8px;display:flex;flex-direction:column;gap:.5rem;padding:1.25rem 1.5rem;width:100%}.timeline-card .year{color:var(--IBF-pink)}.timeline-card img{border-radius:6px;flex:1;height:auto;margin-top:1rem;min-width:0;width:100%}.timeline-images{display:flex;gap:.5rem;width:100%}@media (max-width:767px){.timeline:before{display:none}.timeline-item{align-items:center;flex-direction:column;margin-bottom:2rem;padding-left:0}.timeline-item:last-of-type{margin-bottom:0}.timeline-item:before{flex-shrink:0;left:auto;order:1;position:relative;top:auto;transform:none;z-index:2}.timeline-item:after{background:#e01983;content:"";height:1rem;order:2;width:2px}.timeline-card{order:3;padding:1rem;position:relative;width:100%}.timeline-item:not(:last-of-type) .timeline-card:after{background:#e01983;content:"";height:2rem;left:50%;position:absolute;top:100%;transform:translateX(-50%);width:2px}}