.footer_wrapper__S5xTA{padding:127px 0 149px;position:relative;overflow:hidden}.footer_main__Ax6U5{display:flex;flex-direction:column;gap:40px;overflow:hidden}.footer_background__XYgEO{position:absolute;z-index:-1;bottom:0;right:0;width:100%;height:100%;object-fit:cover;object-position:0 50%}@media screen and (max-width:768px){.footer_wrapper__S5xTA{padding:45px 45px 216px}.footer_background__XYgEO{height:593px;object-position:75% 50%}.footer_main__Ax6U5{gap:32px}}@media screen and (max-width:575px){.footer_wrapper__S5xTA{padding:75px 0 138px}.footer_background__XYgEO{object-position:80% 50%;height:419px}}.navbar_nav__zVX40{display:flex;justify-content:center;transform:translateX(79px)}.navbar_list__UEUum{display:flex;align-items:center;gap:50px;color:var(--white-40);font-size:14px;line-height:16px}.navbar_list__UEUum li{transition:.4s ease}.navbar_list__UEUum li:hover{color:var(--white)}.navbar_close__1eq5x{display:none}@media screen and (max-width:1024px){.navbar_nav__zVX40{display:flex;justify-content:center;transform:translateX(0)}.navbar_list__UEUum{gap:40px}}@media screen and (max-width:950px){.navbar_nav__zVX40{position:fixed;z-index:11;width:100%;height:100%;left:0;top:30px;min-height:300px;opacity:0;pointer-events:none;transition:.4s ease}.navbar_nav__zVX40.navbar_active__mc7TB{top:10px;opacity:1;pointer-events:all}.navbar_nav__zVX40.navbar_active__mc7TB .navbar_close__1eq5x{opacity:1;pointer-events:all;top:13px}.navbar_list__UEUum{position:relative;z-index:11;align-items:center;justify-content:center;flex-direction:column;padding:40px 20px;width:95%;border:1px solid rgb(59,65,78);background:linear-gradient(91deg,#242835 .89%,#191C26);border-radius:16px;overflow:hidden}.navbar_list__UEUum li{font-size:20px;color:var(--white)}.navbar_close__1eq5x{cursor:pointer;position:absolute;display:flex;justify-content:center;align-items:center;width:40px;height:40px;top:33px;right:27px;z-index:12;border:none;outline:none;font-size:26px;color:var(--white-40);background:rgba(10,11,13,.3);border-radius:50%;opacity:0;pointer-events:none;transition:.4s ease}}.logo_logo__cXXuA img{object-fit:contain;transition:.3s ease}@media (any-hover:hover){.logo_logo__cXXuA img:hover{transform:scale(1.06)}}@media screen and (max-width:475px){.logo_logo__cXXuA img{width:88px;height:25px}}.modal_backdrop___zhZZ{position:fixed;top:0;left:0;width:100%;height:100%;display:flex;justify-content:center;align-items:center;background:linear-gradient(180deg,rgba(255,255,255,.05),rgba(255,255,255,0));backdrop-filter:blur(32px);-webkit-backdrop-filter:blur(32px);z-index:1000;opacity:0;visibility:hidden;transition:opacity .3s ease,visibility .3s ease}.modal_show__O795W{opacity:1;visibility:visible}.modal_modalContent__W65Nt{position:relative;width:100%;max-width:736px;padding:12px 34px 24px;border-radius:32px;background-image:url(/modal-content.jpg);background-size:cover;background-repeat:no-repeat}.modal_modalCloseButton___TP8M{position:absolute;top:12px;right:12px;width:44px;height:44px;display:flex;justify-content:center;align-items:center;background:rgba(255,255,255,.12);-webkit-backdrop-filter:blur(30px);backdrop-filter:blur(30px);border:none;border-radius:50%;cursor:pointer;transition:background-color .3s ease-in-out}.modal_modalCloseButton___TP8M:after{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);content:"";width:24px;height:24px;background-image:url(/icons/close.svg);background-repeat:no-repeat;background-size:contain}.modal_modalTitle__wiCdh{color:#fff;text-align:center;font-size:20px;font-weight:300;line-height:120%;margin:40px auto 16px;max-width:300px}.modal_modalText__H7ZTZ{margin:0 auto 52px;max-width:330px;color:rgba(255,255,255,.7);text-align:center;font-size:18px;font-weight:400;line-height:160%}.modal_form__7HWnu{display:flex;justify-content:center;align-items:center;-webkit-user-select:none;-moz-user-select:none;user-select:none}.modal_form__7HWnu button{min-width:120px!important}.modal_form__7HWnu div{border-radius:14px;background:rgba(255,255,255,.12);padding:4px;width:100%;min-width:326px;display:flex;justify-content:space-between}.modal_form__7HWnu div .modal_shake_animation__Q7PhS{animation:modal_shake__vi5nv .3s linear}.modal_form__7HWnu div input{background:transparent;border:none;outline:none;padding:0 24px;width:100%;color:#aaa;font-family:Roboto,sans-serif;font-size:16px;font-style:normal;font-weight:600;line-height:18px}.modal_form__7HWnu div button{cursor:pointer;display:block;border-radius:10px;min-width:103px;padding:16px;background:var(--green);color:#0f0f14;font-size:16px;font-weight:700;line-height:18px;border:none;outline:none;transition:.3s}.modal_success__Df1rU{color:var(--green)}.modal_error__fsEZw{color:rgb(194,19,19)}.modal_error__fsEZw,.modal_success__Df1rU{opacity:1;text-align:center;transition:opacity .3s ease-in-out;margin-top:10px}.modal_hideMessage__FDZIM{opacity:0}.modal_shake_animation__Q7PhS{animation:modal_shake__vi5nv .4s linear}@keyframes modal_shake__vi5nv{0%{transform:translateX(0) rotate(0)}25%{transform:translateX(-1px) rotate(-1deg)}50%{transform:translateX(2px) rotate(2deg)}75%{transform:translateX(-1px) rotate(-1deg)}to{transform:translateX(0) rotate(0)}}@media screen and (max-width:768px){.modal_modalText__H7ZTZ,.modal_modalTitle__wiCdh{max-width:280px}.modal_form__7HWnu div button{width:-moz-fit-content;width:fit-content;max-width:auto;min-width:auto}.modal_form__7HWnu div{padding:12px}.modal_modalContent__W65Nt{width:95%;padding:24px 16px 16px}.modal_form__7HWnu div button{padding:11px 26px}.modal_form__7HWnu div input{padding:0 12px}}.get-started_btn__Utdy7{display:flex;align-items:center;padding:0 24px;height:36px;transition:.3s ease;border-radius:8px;border:1px solid #15e0d9;background:linear-gradient(90deg,rgba(21,224,217,.1) .36%,rgba(60,29,235,.1) 176.48%)}.get-started_btn__Utdy7:hover{box-shadow:inset 0 0 15px 5px rgba(21,224,217,.22)}.get-started_btn__Utdy7 span{font-size:14px;font-weight:700;line-height:18px;white-space:nowrap;background:linear-gradient(90deg,#15E0D9 .36%,#3C1DEB 176.48%);background-clip:text;-webkit-background-clip:text;-webkit-text-fill-color:transparent}@media screen and (max-width:475px){.get-started_btn__Utdy7{height:36px;padding:0 12px}}.menu-button_button__yDhZz{background:transparent;border:none;outline:none;cursor:pointer;display:none}@media screen and (max-width:950px){.menu-button_button__yDhZz{display:block}}@media screen and (max-width:475px){.menu-button_button__yDhZz{grid-row:1/2}}.header_header__iAHWV{position:fixed;z-index:11;width:100%;top:0;left:0;background:linear-gradient(180deg,rgba(255,255,255,.05),rgba(255,255,255,0));backdrop-filter:blur(32px);-webkit-backdrop-filter:blur(32px)}.header_main__elEzA{display:grid;align-items:center;grid-template:minmax(80px,1fr) /auto 1fr auto;grid-gap:20px;gap:20px}.header_row__uPjch{display:flex;align-items:center;gap:8px}@media screen and (max-width:950px){.header_main__elEzA{grid-template:minmax(60px,1fr) /auto 1fr auto auto;gap:24px;padding:0 15px}.header_row__uPjch{grid-column:3/4}}@media screen and (max-width:475px){.header_main__elEzA{grid-template:minmax(60px,1fr) /auto auto auto;gap:20px;padding:0 10px}.header_row__uPjch{gap:10px;justify-self:flex-end}}.cookies_cookies__Ohjei{position:fixed;z-index:9;bottom:22px;left:50%;transform:translateX(-50%);display:flex;align-items:center;padding:8px;border-radius:12px;background:var(--black);width:533px}.cookies_cookies__Ohjei p{color:var(--white-60);font-size:14px;font-weight:500;line-height:18px;padding:0 24px 0 8px}.cookies_col__tubGj{display:flex;align-items:center}.cookies_col__tubGj button{position:relative;cursor:pointer;background:transparent;border:none;outline:none;padding:8px 24px;height:100%;font-size:14px;font-style:normal;font-weight:500;line-height:20px;transition:.4s ease}.cookies_decline__dhkdf{color:var(--white-60)}.cookies_accept__lhvLm{border-radius:8px;border:1px solid var(--white)!important}.cookies_col__tubGj button:hover{color:var(--white)}.cookies_accept__lhvLm:hover{background:rgba(255,255,255,.15)}@media screen and (max-width:575px){.cookies_cookies__Ohjei{width:100%;bottom:0;border-radius:12px 12px 0 0;padding:12px}.cookies_cookies__Ohjei p{padding:0 24px 0 0}.cookies_decline__dhkdf{order:2}.cookies_accept__lhvLm{padding:12px 40px!important}.cookies_icon__uKA6r{display:none}.cookies_col__tubGj{flex-direction:column}}.risk-warning_risk__AKtW1{position:fixed;z-index:8;bottom:10px;left:50%;transform:translateX(-50%);border-radius:12px;background:rgba(0,0,0,.2);backdrop-filter:blur(10px);-webkit-backdrop-filter:blur(10px);padding:4px 40px;display:flex;flex-direction:column;gap:12px;transition:.3s ease}.risk-warning_risk__AKtW1.risk-warning_hidden__xvs7a{opacity:0;pointer-events:none}.risk-warning_top__Dku7B{display:flex;align-items:center;justify-content:center;gap:8px;cursor:pointer}.risk-warning_top__Dku7B p{color:var(--white-60);font-size:10px;font-style:normal;font-weight:500;line-height:18px}.risk-warning_body__ujOxP{display:flex;align-items:center;justify-content:center}.risk-warning_body__ujOxP p{color:var(--white-60);text-align:center;font-size:12px;font-weight:500;line-height:18px}.scroll-buttom_scroll_button__29mkR{cursor:pointer;position:fixed;z-index:10;right:40px;bottom:100px;width:50px;height:50px;border-radius:50%;transition:.3s ease;background:rgba(255,255,255,.2);border:none;outline:none;backdrop-filter:blur(10px);-webkit-backdrop-filter:blur(10px);display:flex;justify-content:center;align-items:center;transform:scale(0);pointer-events:none}.scroll-buttom_scroll_button__29mkR.scroll-buttom_show__rd8Io{transform:scale(1);pointer-events:all}.scroll-buttom_scroll_button__29mkR img{transform:rotate(180deg);transition:.3s ease}@media (any-hover:hover){.scroll-buttom_scroll_button__29mkR:hover{background:rgba(255,255,255,.3)}.scroll-buttom_scroll_button__29mkR:hover img{transform:rotate(180deg) translateY(3px)}}@media screen and (max-width:768px){.scroll-buttom_scroll_button__29mkR{right:30px;bottom:50px}}.licensed_main__0mkzP{max-width:880px;margin:0 auto;padding:0 20px}.licensed_body__WGebR,.licensed_main__0mkzP{display:flex;flex-direction:column;justify-content:center}.licensed_licensed__dwVrm h2{max-width:717px;margin:0 auto}.licensed_licensed__dwVrm p{text-align:center;font-size:20px;line-height:28px;padding:90px 0 60px}.licensed_licensed__dwVrm p span{color:var(--white-10)}.licensed_licensed__dwVrm p a{color:var(--green)}.licensed_licensed__dwVrm .licensed_more__psDja{color:var(--green);display:inline;cursor:pointer;background:none;border:none;padding:0}@media screen and (max-width:768px){.licensed_main__0mkzP{max-width:538px}.licensed_licensed__dwVrm p{padding:40px 0 80px}}@media screen and (max-width:475px){.licensed_licensed__dwVrm p{font-size:16px;font-weight:400;line-height:24px;padding:10px 0 40px;color:#fff}}.offer_offer__8yjAv{padding-top:210px}.offer_top__m0ngu{max-width:618px;margin:0 auto;text-align:center;padding:0 20px}.offer_top__m0ngu h2,.offer_top__m0ngu p{display:flex;flex-direction:column}.offer_top__m0ngu p{color:rgba(255,255,255,.6);font-weight:300;line-height:32px}.offer_offer_items_wrapp__HaNpJ{height:160px;max-width:652px;margin:74px auto 58px}.offer_offer_form_wrapp__L85Ox{height:60px}.offer_offer_success__9_32q{max-width:618px;margin:0 auto;text-align:center;padding:0 20px;color:rgba(255,255,255,.6);font-weight:300;line-height:32px}.offer_offer_success__9_32q span{color:#fff;font-weight:500}@media screen and (max-width:768px){.offer_offer__8yjAv{padding-top:80px}.offer_offer_items_wrapp__HaNpJ{height:103px;margin:24px auto;max-width:400px}.offer_offer_form_wrapp__L85Ox{height:50px}}@media screen and (max-width:575px){.offer_top__m0ngu p{line-height:24px;padding-top:10px}}.prices-bottom_bottom__v18OW{display:grid;grid-template:auto/repeat(3,1fr);grid-gap:12px;gap:12px;max-width:932px;margin:0 auto}.prices-bottom_bottom__v18OW li{padding:16px;display:flex;align-items:center;gap:20px;border-radius:12px;background:linear-gradient(90deg,#323846,#222632);backdrop-filter:blur(20px);-webkit-backdrop-filter:blur(20px)}.prices-bottom_bottom__v18OW li h5{font-size:22px;font-weight:300;line-height:24px}.prices-bottom_bottom__v18OW li p{color:rgba(255,255,255,.55);font-size:14px;line-height:18px}.prices-bottom_bottom_box__HpV0e{display:flex;flex-direction:column;gap:16px}@media screen and (max-width:1024px){.prices-bottom_bottom__v18OW li{justify-content:space-between;padding:8px;gap:12px}.prices-bottom_bottom_box__HpV0e{gap:8px}.prices-bottom_bottom__v18OW li h5{font-size:18px}}@media screen and (max-width:768px){.prices-bottom_icon__g1LTU{width:50px;height:50px}}@media screen and (max-width:675px){.prices-bottom_bottom__v18OW{grid-template:auto/1fr;width:100%}.prices-bottom_bottom__v18OW li{align-items:center}}.table-item_item__21OnN{display:grid;grid-template:auto/repeat(3,1fr) 150px;grid-gap:11px;gap:11px;align-items:center;text-align:center}.table-item_item__21OnN li{text-align:center}.table-item_currency__Up3Z7{display:flex;align-items:center;gap:12px}.table-item_pictures__V6eYY{position:relative;width:43px;height:43px}.table-item_pictures__V6eYY img{position:absolute;object-fit:cover;border-radius:50%!important;overflow:hidden}.table-item_pictures__V6eYY img:first-child{left:0;top:0}.table-item_pictures__V6eYY img:last-child{bottom:0;right:0}.table-item_pictures__V6eYY.table-item_one__Kgk60 img{left:50%;top:50%;transform:translate(-50%,-50%);bottom:unset;right:unset}.table-item_currency_names__q2u9G{display:flex;align-items:center;color:#C9DAFF;line-height:18px}.table-item_bid__Jtspy{text-align:center;color:#ECC391}.table-item_ask__aVYw_{text-align:center;color:#A0FBFF}.table-item_change__T1XmW{display:grid;grid-template:auto/60px 1fr;align-items:center;grid-gap:11px;gap:11px}.table-item_change_precent__h9rMd{text-align:right}.table-item_chart__CWxTP{position:relative;width:100%;display:flex;justify-content:center}.table-item_chart__CWxTP canvas{position:absolute;left:5px;top:50%;transform:translateY(-50%);width:60%!important;height:40px!important}.table-item_buttons__J9zNc{display:flex;align-items:center;gap:4px}.table-item_buttons__J9zNc button{position:relative;cursor:pointer;border:none;outline:none;font-family:Roboto,sans-serif;font-size:14px;font-weight:500;line-height:20px;display:flex;padding:8px 24px;justify-content:center;align-items:center;border-radius:8px;transition:.3s ease;overflow:hidden}.table-item_buttons__J9zNc button:after{background:#fff;content:"";height:155px;left:-75px;opacity:.2;position:absolute;top:-50px;transform:rotate(35deg);transition:all .55s cubic-bezier(.19,1,.22,1);width:20px;z-index:0;animation:table-item_button-animation__7C2Bn 4s linear infinite}@keyframes table-item_button-animation__7C2Bn{0%{left:-75px}10%,to{left:120%}}.table-item_sell__GSEc4{background:rgba(211,53,40,.1);color:#D74E37}.table-item_buy__oieK_{background:rgba(64,222,132,.1);color:#40DE84}@media (any-hover:hover){.table-item_buttons__J9zNc button:hover:after{animation:paused}.table-item_sell__GSEc4:hover{background:rgba(211,53,40,.3)}.table-item_buy__oieK_:hover{background:rgba(64,222,132,.3)}}.table-item_trade__yEy4r{padding:6px 0;flex-direction:column;justify-content:center;align-items:center;display:none!important;border:none;outline:none;border-radius:8px;background:rgba(64,222,132,.1);transition:.4s ease}.table-item_trade__yEy4r:hover{opacity:.8}.table-item_trade__yEy4r span{color:#40DE84;font-family:Roboto,sans-serif;font-size:14px;font-weight:500;line-height:20px}.table-item_trade__yEy4r p{color:#40DE84;font-family:Roboto,sans-serif;font-size:10px;line-height:14px}@media screen and (max-width:675px){.table-item_pictures__V6eYY{width:30px;height:30px}.table-item_pictures__V6eYY img{width:20px;height:20px}.table-item_currency_names__q2u9G{font-size:14px;line-height:18px}.table-item_item__21OnN{grid-template:auto/minmax(auto,178px) auto minmax(auto,130px)!important;gap:10px!important}.table-item_ask__aVYw_,.table-item_bid__Jtspy,.table-item_buy__oieK_,.table-item_change__T1XmW,.table-item_sell__GSEc4{display:none!important}.table-item_trade__yEy4r{display:flex!important;width:100%}.table-item_buttons__J9zNc{grid-column:3}}.prices-table_table__Q03Mp{max-width:932px;margin:24px auto 14px;border:1px solid rgba(255,255,255,.25);border-radius:12px;background:linear-gradient(100deg,rgba(250,250,250,.15),rgba(243,248,250,.2));-webkit-backdrop-filter:blur(2px);backdrop-filter:blur(2px);overflow:hidden;width:100%}.prices-table_head__QKJD0{display:grid;grid-template:auto/repeat(3,1fr) 150px;grid-gap:11px;gap:11px;padding:12px}.prices-table_head__QKJD0 li{font-family:Roboto,sans-serif;text-align:center;font-size:14px;line-height:16px;opacity:.5}.prices-table_body__P16zi{position:relative;padding:12px;border-top:1px solid rgba(255,255,255,.04);background:rgba(29,29,38,.71);display:flex;flex-direction:column;gap:16px;width:100%;min-height:363px}@media screen and (max-width:675px){.prices-table_head__QKJD0{display:none}.prices-table_table__Q03Mp{width:100%;margin:20px 0}.prices-table_body__P16zi{min-height:404px}}.prices-table_spinner__bmpvC{position:absolute;left:50%;top:50%;transform:translate(-50%,-50%)}.prices-tabs_tabs__TW08E{display:flex;align-items:center;justify-content:center;padding:4px;border-radius:8px;background:#1E212D;box-shadow:0 9px 20px 0 rgba(0,0,0,.25)}.prices-tabs_tabs__TW08E button{position:relative;cursor:pointer;background:transparent;border:none;outline:none;padding:4px 20px;color:var(--white-40);transition:.4s ease}.prices-tabs_tabs__TW08E button:before{position:absolute;content:"";left:0;top:0;width:100%;height:100%;background:rgba(255,255,255,.12);border-radius:4px;transform:scale(0);transition:.4s ease}.prices-tabs_tabs__TW08E button.prices-tabs_active__YuI9x{color:var(--white)}.prices-tabs_tabs__TW08E button.prices-tabs_active__YuI9x:before{transform:scale(1)}@media screen and (max-width:675px){.prices-tabs_tabs__TW08E{background:unset;max-width:100%;justify-content:unset;overflow:scroll}.prices-tabs_tabs__TW08E::-webkit-scrollbar{width:0;height:2px}.prices-tabs_tabs__TW08E::-webkit-scrollbar-track{background-color:transparent}.prices-tabs_tabs__TW08E button{padding:6px 24px}}.prices_prices__ErtEJ{position:relative;padding:0 20px}.prices_background__xffXj{position:absolute;z-index:-1;left:0;top:0;width:100%;height:100%;object-fit:cover}.prices_background__xffXj i{position:absolute;z-index:2;left:0;top:0;width:100%;height:100%;background:rgba(1,1,1,.88)}.prices_background__xffXj:after{top:-5px;background:linear-gradient(180deg,#010101,rgba(1,1,1,0))}.prices_background__xffXj:after,.prices_background__xffXj:before{position:absolute;z-index:2;content:"";left:0;width:100%;height:100%;max-height:122px}.prices_background__xffXj:before{bottom:-5px;background:linear-gradient(180deg,rgba(1,1,1,0),#010101)}.prices_background__xffXj img{object-fit:cover}.prices_main__2i4TF{position:relative;z-index:3;display:flex;flex-direction:column;align-items:center;max-width:996px;padding:0 20px;margin:0 auto;scroll-margin-top:275px}.prices_prices_table_wapp__4W_ze{min-height:442px;width:100%}@media screen and (max-width:768px){.prices_prices__ErtEJ{padding:40px 0}}@media screen and (max-width:675px){.prices_prices_table_wapp__4W_ze{min-height:446px}}.roadmap-item_item__jk13y{position:relative;min-width:400px;height:46px;padding:0 20px;display:flex;align-items:center;justify-content:space-between;gap:20px;border-radius:8px;background:#1d1d26;overflow:hidden;transition:.4s ease}.roadmap-item_item__jk13y:hover{padding:0 90px 0 20px}.roadmap-item_item__jk13y:hover .roadmap-item_more___288K{max-width:100%;pointer-events:all;opacity:1;padding:0 23px}.roadmap-item_item__jk13y p{font-size:14px;line-height:18px;position:relative;z-index:1}.roadmap-item_item__jk13y i{position:absolute;z-index:0;left:0;top:0;width:0;height:100%;background:linear-gradient(96deg,rgba(159,169,203,.46) 14.81%,rgba(68,81,124,.59) 99.07%);transition:.6s ease-out}.roadmap-item_right__CHxsG{display:flex;gap:10px}.roadmap-item_status__vArAy{position:relative;z-index:1;display:flex;align-items:center;gap:6px;font-size:12px;font-weight:500;line-height:14px;text-transform:uppercase}.roadmap-item_process__X4khN{color:var(--yellow)}.roadmap-item_process__X4khN img{animation:roadmap-item_rotate__7Huc6 2s linear infinite}@keyframes roadmap-item_rotate__7Huc6{0%{transform:rotate(0deg)}to{transform:rotate(1turn)}}.roadmap-item_done__VrqKG{color:var(--mint)}.roadmap-item_more___288K{display:flex;align-items:center;cursor:pointer;position:absolute;right:0;top:0;text-align:right;height:100%;background:#40DE841A;border:none;outline:none;transition:.4s ease;max-width:0;pointer-events:none;opacity:0}.roadmap-item_more___288K:before{position:absolute;content:"";left:-13px;top:0;width:26px;height:46px;border-radius:50%;background:#1d1d26;z-index:0}.roadmap-item_more___288K span{position:relative;z-index:1;display:block;color:var(--green);font-size:12px;font-weight:500;line-height:12px;max-width:34px}@media screen and (max-width:768px){.roadmap-item_item__jk13y{min-width:300px;height:36px}.roadmap-item_item__jk13y p{font-size:12px;line-height:12px}.roadmap-item_status__vArAy img{width:12px;height:12px}.roadmap-item_more___288K:before{width:15px;height:36px}.roadmap-item_item__jk13y:hover .roadmap-item_more___288K{padding:0 13px}.roadmap-item_item__jk13y:hover{padding:0 70px 0 20px}}@media screen and (max-width:575px){.roadmap-item_item__jk13y{min-width:unset;height:52px;width:100%;padding:16px}.roadmap-item_item__jk13y p{font-size:14px;line-height:20px}.roadmap-item_status__vArAy{display:none}.roadmap-item_more___288K{position:static;background:transparent;max-width:unset;pointer-events:all;opacity:1;display:flex;align-items:center}.roadmap-item_more___288K span{max-width:unset;white-space:nowrap}.roadmap-item_item__jk13y:hover{padding:16px}.roadmap-item_more___288K:before{display:none}.roadmap-item_item__jk13y:hover .roadmap-item_more___288K{max-width:unset;padding:0}.roadmap-item_item__jk13y i{display:none}}.roadmap_roadmap__UGXfF{overflow:hidden}.roadmap_main__HRrdM{display:flex;flex-direction:column;justify-content:center}.roadmap_body__JtuKy{position:relative;margin:40px 0;padding-top:40px}.roadmap_label___0p5N{position:absolute;z-index:1;content:"";left:0;top:0;width:2px;height:100%;background:#3D404A}.roadmap_label___0p5N b{position:absolute;left:-50px;top:0;width:100px;height:36px;border-radius:30px;display:flex;align-items:center;justify-content:center;background:linear-gradient(97deg,#3D404A .5%,#161A24 98.43%),linear-gradient(90deg,#FFF,#999)}.roadmap_list__z9Bxu{display:flex;flex-direction:column;align-items:flex-start;gap:14px}.roadmap_list__z9Bxu li{position:relative}.roadmap_list__z9Bxu li:nth-child(2){margin-left:124px}.roadmap_list__z9Bxu li:nth-child(3){margin-left:264px}.roadmap_list__z9Bxu li:nth-child(4){margin-left:364px}.roadmap_list__z9Bxu li:nth-child(5){margin-left:484px}.roadmap_list__z9Bxu li:nth-child(6){margin-left:604px}.roadmap_list__z9Bxu li:nth-child(7){margin-left:704px}@media screen and (max-width:1160px){.roadmap_list__z9Bxu li:nth-child(2){margin-left:calc(-70px + calc(124 - -70) * ((100vw - 375px) / (1160 - 375)))}.roadmap_list__z9Bxu li:nth-child(3){margin-left:calc(-70px + calc(264 - -70) * ((100vw - 375px) / (1160 - 375)))}.roadmap_list__z9Bxu li:nth-child(4){margin-left:calc(-70px + calc(364 - -70) * ((100vw - 375px) / (1160 - 375)))}.roadmap_list__z9Bxu li:nth-child(5){margin-left:calc(-70px + calc(484 - -70) * ((100vw - 375px) / (1160 - 375)))}.roadmap_list__z9Bxu li:nth-child(6){margin-left:calc(-70px + calc(604 - -70) * ((100vw - 375px) / (1160 - 375)))}.roadmap_list__z9Bxu li:nth-child(7){margin-left:calc(-70px + calc(704 - -70) * ((100vw - 375px) / (1160 - 375)))}}@media screen and (max-width:768px){.roadmap_list__z9Bxu li:nth-child(2){margin-left:calc(0px + calc(124 - 0) * ((100vw - 375px) / (1160 - 375)))}.roadmap_list__z9Bxu li:nth-child(3){margin-left:calc(20px + calc(264 - 20) * ((100vw - 375px) / (1160 - 375)))}.roadmap_list__z9Bxu li:nth-child(4){margin-left:calc(40px + calc(364 - 40) * ((100vw - 375px) / (1160 - 375)))}.roadmap_list__z9Bxu li:nth-child(5){margin-left:calc(60px + calc(484 - 60) * ((100vw - 375px) / (1160 - 375)))}.roadmap_list__z9Bxu li:nth-child(6){margin-left:calc(70px + calc(604 - 70) * ((100vw - 375px) / (1160 - 375)))}.roadmap_list__z9Bxu li:nth-child(7){margin-left:calc(70px + calc(704 - 70) * ((100vw - 375px) / (1160 - 375)))}}@media screen and (max-width:575px){.roadmap_body__JtuKy{margin:0;padding:40px 0}.roadmap_list__z9Bxu{align-items:unset;gap:10px}.roadmap_list__z9Bxu li{margin-left:0!important}.roadmap_label___0p5N{display:none}}.steps-item_item__QS0Ki{display:flex;gap:10px;width:100%}.steps-item_row__zNbhZ{padding-top:32px}.steps-item_item__QS0Ki picture{display:block}.steps-item_item__QS0Ki h5{font-size:22px;font-weight:300;line-height:125%}.steps-item_item__QS0Ki p{color:rgba(255,255,255,.6);font-size:14px;line-height:125%;padding:8px 0 29px}@media screen and (max-width:700px){.steps-item_item__QS0Ki{gap:5px}.steps-item_item__QS0Ki h5{font-size:16px}.steps-item_item__QS0Ki p{padding:4px 0 12px}}.steps_steps__jHVhC{max-width:1386px;margin:0 auto;padding:0 20px 30px}.steps_main___mFnY h2{max-width:502px;margin:0 auto}.steps_body__V44uC{position:relative;max-height:437px;margin-top:129px}.steps_route__128MH{position:absolute;left:50%;top:0;transform:translateX(-50%) rotate(180deg);width:100%;height:100%;object-fit:contain}.steps_items__T3Z13{position:relative;top:-120px}.steps_gradient__T46Pp{pointer-events:none;position:absolute;left:-20px;bottom:-5px;width:calc(100% + 40px);height:100%;background:radial-gradient(34.32% 34.32% at 50% 21.76%,rgba(15,15,20,0) 0,#000 100%)}.steps_items__T3Z13 li{max-width:486px}.steps_items__T3Z13 li:first-child{margin-left:46%}.steps_items__T3Z13 li:nth-child(2){margin-left:32%;margin-top:70px}.steps_items__T3Z13 li:nth-child(3){margin-left:46%;margin-top:60px}@media screen and (max-width:1160px){.steps_items__T3Z13{top:calc(-40px + calc(-120 - -40) * ((100vw - 700px) / (1160 - 700)))}.steps_items__T3Z13 li:nth-child(2){margin-top:calc(-20px + calc(70 - -20) * ((100vw - 700px) / (1160 - 700)))}.steps_items__T3Z13 li:nth-child(3){margin-top:calc(-20px + calc(90 - -20) * ((100vw - 700px) / (1160 - 700)))}}@media screen and (max-width:700px){.steps_steps__jHVhC{max-width:1386px;margin:0 auto;padding:40px 20px 0}.steps_steps_body_wrapp__K7mbO{height:578px}.steps_body__V44uC{position:relative;max-height:unset;margin-top:20px}.steps_items__T3Z13{position:static;top:unset!important;display:flex;flex-direction:column;gap:50px}.steps_items__T3Z13 li{margin:0!important}.steps_background__0PNSw,.steps_gradient__T46Pp,.steps_route__128MH{display:none}}