#landing-roadmap{--gap:18px;--peek:44px;padding:0 0 104px;background:#fff;color:#07130c;letter-spacing:-.045em;overflow-x:hidden}#landing-roadmap .container{width:min(1380px,100%);padding:0 16px}#landing-roadmap .roadmap-head{margin-bottom:54px;text-align:center}#landing-roadmap .roadmap-head h2{margin-bottom:28px;font-size:48px;line-height:140%;letter-spacing:-.045em;font-weight:500}#landing-roadmap .roadmap-head h2 span{color:#a0a0a0}#landing-roadmap .roadmap-head p{width:min(430px,100%);margin:auto;color:#07130c;font-size:16px;line-height:140%;letter-spacing:-.045em;font-weight:400}#landing-roadmap .roadmap-head p span{color:#a0a0a0}#landing-roadmap.landing-roadmap--page{padding-bottom:104px}#landing-roadmap .roadmap-line{position:relative;width:100%;height:20px;margin:0 0 44px;display:flex;justify-content:space-between;overflow:visible}#landing-roadmap .roadmap-line:before{content:"";position:absolute;top:50%;left:calc(50% - 50vw);width:calc(50vw + 50%);height:2px;transform:translateY(-50%);background:#07130c}#landing-roadmap .roadmap-line button{flex:0 0 20px;width:20px;height:20px;padding:0;border-radius:50%;border:1px solid #07130c;background:#fff;position:relative;z-index:1;cursor:default;transition:background .25s}#landing-roadmap .roadmap-line button.completed{background:#49ff86}#landing-roadmap .roadmap-line button.in-progress{background:#edfff2}#landing-roadmap .roadmap-line button.completed:after,#landing-roadmap .roadmap-line button.in-progress:after,#landing-roadmap .roadmap-line button.upcoming:after{content:"";width:10px;height:8px;background:url(/images/roadmap/check.svg) 50%/contain no-repeat;position:absolute;left:50%;top:50%;transform:translate(-50%,-50%)}#landing-roadmap .roadmap-line button.active{background:#ddffea}#landing-roadmap .roadmap-viewport{overflow:hidden}#landing-roadmap .roadmap-track{display:flex;gap:var(--gap);transition:none;will-change:transform}#landing-roadmap .roadmap-track.is-ready{transition:transform .45s cubic-bezier(.4,0,.2,1)}#landing-roadmap .roadmap_block{flex:0 0 calc((100% - 4*var(--gap) - 2*var(--peek))/3);height:400px;padding:32px;border:1px solid #e8e8e8;border-radius:8px;background:#f9faf9;box-sizing:border-box;display:flex;flex-direction:column;transition:border-color .3s}#landing-roadmap .roadmap_block.completed{border-color:rgba(0,194,60,.18)}#landing-roadmap .roadmap_block.upcoming{background:#fff}#landing-roadmap .roadmap_block.in-progress{background:#edfff2;border-color:rgba(0,194,60,.25)}#landing-roadmap .roadmap_block-top{margin-bottom:30px;display:flex;align-items:center;justify-content:space-between;gap:14px}#landing-roadmap .roadmap_block-top span{color:#07130c;font-size:18px;line-height:1.4;font-weight:400;letter-spacing:-.045em}#landing-roadmap .roadmap_block-top b{padding:5px 15px;border:1px solid #e8e8e8;border-radius:100px;color:#59615b;background:#fff;font-size:18px;line-height:1.4;font-weight:400;letter-spacing:-.045em;white-space:nowrap}#landing-roadmap .completed .roadmap_block-top b{border-color:rgba(0,194,60,.2);background:linear-gradient(90deg,#49ff86,#b8ffc9);color:#07130c}#landing-roadmap .in-progress .roadmap_block-top b{background:linear-gradient(91.75deg,#49FF86 -42.76%,#202020 98.52%);color:#fff}#landing-roadmap h3{margin-bottom:20px;color:#07130c;font-size:20px;line-height:1.4;font-weight:500;letter-spacing:-.045em}#landing-roadmap ul{margin:0;padding:0;list-style:none;display:flex;flex-direction:column;gap:12px}#landing-roadmap li{color:#989898;font-size:16px;line-height:1.4;font-weight:400;letter-spacing:-.045em;display:grid;grid-template-columns:16px 1fr;gap:10px;align-items:start}#landing-roadmap li:before{content:"";width:16px;height:16px;margin-top:1px;background:url(/images/roadmap/CircleGrey.svg) 50%/contain no-repeat}#landing-roadmap .completed li:before{background-image:url(/images/roadmap/CheckCircle-black.svg)}#landing-roadmap .in-progress li{color:#59615b}#landing-roadmap .in-progress li:before{background-image:url(/images/roadmap/CircleDashed.svg)}#landing-roadmap .roadmap-actions{margin-top:34px;display:flex;justify-content:center;gap:12px}#landing-roadmap .roadmap-actions button{width:50px;height:50px;border:1px solid #07130c;border-radius:50%;background:#fff;color:#07130c;cursor:pointer;transition:.2s;position:relative}#landing-roadmap .roadmap-actions button:after{content:"";width:24px;height:18px;background:url(/images/left-arrow.svg) 50%/contain no-repeat;position:absolute;inset:50% auto auto 50%;transform:translate(-50%,-50%)}#landing-roadmap .roadmap-actions button:last-child{background:#07130c;color:#fff}#landing-roadmap .roadmap-actions button:last-child:after{background-image:url(/images/right-arrow.svg)}#landing-roadmap .roadmap-actions button:disabled{opacity:.4;cursor:default}@media screen and (max-width:860px){#landing-roadmap{--gap:0px;--peek:0px;padding:0 16px 34px}#landing-roadmap .container{padding:0}#landing-roadmap .roadmap-head{margin-bottom:28px;text-align:center}#landing-roadmap .roadmap-head h2{margin-bottom:18px;font-size:34px;line-height:1.08;font-weight:400}#landing-roadmap .roadmap-head p{width:min(210px,100%);font-size:12px;line-height:1.4}#landing-roadmap .roadmap-line{display:flex;justify-content:center;margin:0 0 40px}#landing-roadmap .roadmap_block{flex:0 0 100%;height:254px;padding:24px;border-radius:8px}#landing-roadmap .roadmap_block-top{margin-bottom:20px}#landing-roadmap .roadmap_block-top b,#landing-roadmap .roadmap_block-top span{font-size:13px;line-height:1.4}#landing-roadmap .roadmap_block-top b{padding:5px 12px}#landing-roadmap h3{margin-bottom:14px;font-size:15px;line-height:1.4}#landing-roadmap ul{gap:10px}#landing-roadmap li{font-size:12px;line-height:1.35;grid-template-columns:14px 1fr;gap:8px}#landing-roadmap li:before{width:14px;height:14px}#landing-roadmap .roadmap-actions{margin-top:20px;gap:10px}#landing-roadmap .roadmap-actions button{width:40px;height:40px}#landing-roadmap .roadmap-actions button:after{width:14px;height:10px}}