.timeline *{margin:0;padding:0}.timeline{background-color:#0f0f0f;flex-direction:column;width:100%}.timeline,.timeline__item{display:flex;position:relative}.timeline__item{border-radius:10px;height:min-content;justify-content:space-between;padding:0 2rem}.timeline__main-axis{align-items:center;display:flex;flex-direction:column;min-height:385px;width:100px}.timeline__progress-bar{background-color:#2b2b2b;flex-grow:1;height:50vh;overflow:hidden;width:3px}.timeline__progress{background-color:#747474;flex:none;height:0;opacity:1;overflow:hidden;position:relative;width:100%}.timeline__item-content{display:flex;flex:1;flex-direction:column;opacity:0;padding-bottom:128px;transform:translateY(50px);transition:opacity .6s ease-out,transform .6s ease-out}.timeline__item-content--visible{opacity:1;transform:translateY(0)}.timeline__empty-content{flex:1}.timeline__tagline{color:#999;font-size:.875rem;margin-bottom:.5rem}.timeline__image{margin-bottom:1rem}.timeline__indicator-frame{align-items:center;color:#2b2b2b;display:flex;height:64px;justify-content:center;transition:all .6s ease-out;width:64px}.timeline__indicator-frame--active{color:#fff}.timeline h1{font-size:2.5rem;font-weight:inherit;line-height:1.5}.timeline h2{color:#e0e0e0;font-size:1.5rem;margin-bottom:1rem}.timeline h2,.timeline p{font-weight:500;line-height:1.5}.timeline p{color:#ccc;font-size:1rem;margin-bottom:1.5rem}.timeline__button{background-color:#3f3f3f;border:none;border-radius:5px;color:#fff;cursor:pointer;font-size:1rem;font-weight:500;line-height:1.5;padding:.75rem 1.5rem;transition:background-color .3s ease;width:max-content}.timeline__button:hover{background-color:#2b2b2b}.timeline__item:nth-child(odd){flex-direction:row-reverse;padding-left:2rem}.timeline__item:nth-child(2n){flex-direction:row;padding-right:2rem}@media (max-width:809px){.timeline__item{padding:0 1rem}.timeline__item:nth-child(2n),.timeline__item:nth-child(odd){flex-direction:row;padding-left:0;padding-right:0}.timeline__empty-content{display:none}.timeline__main-axis{margin-right:30px;width:50px}.timeline__item-content{padding-bottom:1rem;padding-top:20px}}