.cs-tl{--cs-tl-perview:3;--cs-tl-gap:40px;--cs-tl-lead:60px;--cs-tl-arrowgap:10px;--cs-tl-color:#000;--cs-tl-fade:#fff;--cs-tl-dot:#cfcfcf;position:relative}
.cs-tl__viewport{overflow:hidden}
.cs-tl__track{display:flex;gap:var(--cs-tl-gap);padding:0 var(--cs-tl-lead);will-change:transform;transition:transform .6s cubic-bezier(.4,0,.2,1)}
.cs-tl__item{flex:0 0 calc((100% - (var(--cs-tl-perview) - 1) * var(--cs-tl-gap)) / var(--cs-tl-perview));max-width:calc((100% - (var(--cs-tl-perview) - 1) * var(--cs-tl-gap)) / var(--cs-tl-perview))}
.cs-tl__head{display:flex;align-items:center;gap:14px;margin-bottom:18px}
.cs-tl__year{font-family:"Poppins",sans-serif;font-size:50px;font-weight:400;line-height:1;color:var(--cs-tl-color);white-space:nowrap}
.cs-tl__arrow{position:relative;flex:1 1 auto;min-width:30px;height:1px;background:var(--cs-tl-color);margin-right:calc(-1 * (var(--cs-tl-gap) - var(--cs-tl-arrowgap)))}
.cs-tl__arrow::after{content:"";position:absolute;right:0;top:50%;width:8px;height:8px;border-top:1px solid var(--cs-tl-color);border-right:1px solid var(--cs-tl-color);transform:translateY(-50%) rotate(45deg)}
.cs-tl__text{font-family:"Montserrat",sans-serif;font-size:12px;font-weight:400;line-height:1.6;color:var(--cs-tl-color)}
.cs-tl__text em{font-style:italic}
.cs-tl__fade{position:absolute;top:0;bottom:0;pointer-events:none;opacity:0;transition:opacity .3s;z-index:2}
.cs-tl__fade--left{display:none;left:-2px;width:calc(var(--cs-tl-lead) + 42px);background:linear-gradient(to right,var(--cs-tl-fade) 0,var(--cs-tl-fade) var(--cs-tl-lead),rgba(255,255,255,0) 100%)}
.cs-tl__fade--right{right:-2px;width:calc(var(--cs-tl-lead) + 42px);background:linear-gradient(to left,var(--cs-tl-fade) 0,var(--cs-tl-fade) var(--cs-tl-lead),rgba(255,255,255,0) 100%)}
.cs-tl.is-start .cs-tl__fade--right,.cs-tl.is-mid .cs-tl__fade--right{opacity:1}
.cs-tl.is-mid .cs-tl__fade--left,.cs-tl.is-end .cs-tl__fade--left{opacity:1}
.cs-tl__dots{display:flex;justify-content:center;align-items:center;flex-wrap:nowrap;gap:8px;margin-top:28px}
.cs-tl .cs-tl__dot{-webkit-appearance:none;appearance:none;flex:0 0 auto;width:9px!important;height:9px!important;min-width:0!important;min-height:0!important;padding:0!important;margin:0!important;border:0!important;border-radius:50%!important;box-shadow:none!important;background:var(--cs-tl-dot)!important;background-color:var(--cs-tl-dot)!important;background-image:none!important;cursor:pointer;transition:background-color .3s}
.cs-tl .cs-tl__dot:hover,.cs-tl .cs-tl__dot:focus{background:var(--cs-tl-dot)!important;background-color:var(--cs-tl-dot)!important;outline:none}
.cs-tl .cs-tl__dot.is-active,.cs-tl .cs-tl__dot.is-active:hover{background:var(--cs-tl-color)!important;background-color:var(--cs-tl-color)!important}
@media (max-width:781px){
.cs-tl{--cs-tl-gap:20px;--cs-tl-lead:40px}
.cs-tl__item{flex-basis:82%;max-width:82%}
.cs-tl__year{font-size:40px}
.cs-tl__fade--left{display:block;width:26px;background:linear-gradient(to right,var(--cs-tl-fade) 0,var(--cs-tl-fade) 12px,rgba(255,255,255,0) 100%)}
.cs-tl__dots{display:none}
}
