@keyframes carouselFade{0%{opacity:0}4%{opacity:1}10%{opacity:1}14%{opacity:0}100%{opacity:0}}#Timeline{display:flex;justify-content:center;align-items:center;flex-direction:column;padding:4rem 0;height:100%!important}#Timeline.grey-background{background-color:#f8f8f8}#Timeline>.content{max-width:650px;width:calc(100% - 48px);margin:0 auto 4rem}.scroll-wrapper{width:100%;overflow-x:scroll;overflow-y:visible;-webkit-overflow-scrolling:touch;white-space:nowrap;scrollbar-width:none;padding:0 0 0 24px}.scroll-wrapper::-webkit-scrollbar{display:none}.scroll-content{display:flex;padding-right:10rem}.item{height:500px;margin-right:3rem;position:relative;display:flex;justify-content:flex-start;align-items:stretch;flex-wrap:nowrap;gap:64px}.line{width:calc(100% - 2rem - 150px);height:5px;background:rgba(46,43,43,.1);position:absolute;top:50%;transform:translateY(-50%)}.section{height:100%;width:200px;position:relative}.section .dot{width:24px;height:24px;display:block;background:#a5182e;border-radius:100%;position:absolute;top:50%;transform:translateY(-50%)}.section:nth-child(even) .content{position:absolute;bottom:32px}.section .content{padding-left:.5rem}.section .content *{text-wrap:wrap}.custom-scrollbar{max-width:400px;width:calc(100% - 48px);margin-top:6rem}.custom-scrollbar p{margin-top:3rem;text-align:center}.scroll-track{position:relative;height:8px;background:rgba(46,43,43,.1)}.scroll-thumb{position:absolute;height:32px;width:32px;top:50%;transform:translateY(-50%);background:#fff;border:solid 1px #2e2b2b;cursor:pointer;border-radius:100%;display:flex;justify-content:center;align-items:center;gap:4px}.scroll-thumb svg:nth-child(1){transform:rotate(180deg)}.scroll-thumb:hover{background-color:#f8f8f8}@media screen and (min-width:768px){.section{width:300px}.item{height:400px}#Timeline>.content{text-align:center}.line{width:calc(100% - 6em - 200px)}.scroll-wrapper{padding-left:4rem}}