@charset "UTF-8";:root{--toastify-color-light:#fff;--toastify-color-dark:#121212;--toastify-color-info:#3498db;--toastify-color-success:#07bc0c;--toastify-color-warning:#f1c40f;--toastify-color-error:#e74c3c;--toastify-color-transparent:hsla(0,0%,100%,.7);--toastify-icon-color-info:var(--toastify-color-info);--toastify-icon-color-success:var(--toastify-color-success);--toastify-icon-color-warning:var(--toastify-color-warning);--toastify-icon-color-error:var(--toastify-color-error);--toastify-toast-width:320px;--toastify-toast-offset:16px;--toastify-toast-top:max(var(--toastify-toast-offset),env(safe-area-inset-top));--toastify-toast-right:max(var(--toastify-toast-offset),env(safe-area-inset-right));--toastify-toast-left:max(var(--toastify-toast-offset),env(safe-area-inset-left));--toastify-toast-bottom:max(var(--toastify-toast-offset),env(safe-area-inset-bottom));--toastify-toast-background:#fff;--toastify-toast-min-height:64px;--toastify-toast-max-height:800px;--toastify-toast-bd-radius:6px;--toastify-font-family:sans-serif;--toastify-z-index:9999;--toastify-text-color-light:#757575;--toastify-text-color-dark:#fff;--toastify-text-color-info:#fff;--toastify-text-color-success:#fff;--toastify-text-color-warning:#fff;--toastify-text-color-error:#fff;--toastify-spinner-color:#616161;--toastify-spinner-color-empty-area:#e0e0e0;--toastify-color-progress-light:linear-gradient(90deg,#4cd964,#5ac8fa,#007aff,#34aadc,#5856d6,#ff2d55);--toastify-color-progress-dark:#bb86fc;--toastify-color-progress-info:var(--toastify-color-info);--toastify-color-progress-success:var(--toastify-color-success);--toastify-color-progress-warning:var(--toastify-color-warning);--toastify-color-progress-error:var(--toastify-color-error);--toastify-color-progress-bgo:.2}.Toastify__toast-container{z-index:var(--toastify-z-index);-webkit-transform:translateZ(var(--toastify-z-index));position:fixed;padding:4px;width:var(--toastify-toast-width);box-sizing:border-box;color:#fff}.Toastify__toast-container--top-left{top:var(--toastify-toast-top);left:var(--toastify-toast-left)}.Toastify__toast-container--top-center{top:var(--toastify-toast-top);left:50%;transform:translate(-50%)}.Toastify__toast-container--top-right{top:var(--toastify-toast-top);right:var(--toastify-toast-right)}.Toastify__toast-container--bottom-left{bottom:var(--toastify-toast-bottom);left:var(--toastify-toast-left)}.Toastify__toast-container--bottom-center{bottom:var(--toastify-toast-bottom);left:50%;transform:translate(-50%)}.Toastify__toast-container--bottom-right{bottom:var(--toastify-toast-bottom);right:var(--toastify-toast-right)}@media only screen and (max-width:480px){.Toastify__toast-container{width:100vw;padding:0;left:env(safe-area-inset-left);margin:0}.Toastify__toast-container--top-center,.Toastify__toast-container--top-left,.Toastify__toast-container--top-right{top:env(safe-area-inset-top);transform:translate(0)}.Toastify__toast-container--bottom-center,.Toastify__toast-container--bottom-left,.Toastify__toast-container--bottom-right{bottom:env(safe-area-inset-bottom);transform:translate(0)}.Toastify__toast-container--rtl{right:env(safe-area-inset-right);left:auto}}.Toastify__toast{--y:0;position:relative;-ms-touch-action:none;touch-action:none;min-height:var(--toastify-toast-min-height);box-sizing:border-box;margin-bottom:1rem;padding:8px;border-radius:var(--toastify-toast-bd-radius);box-shadow:0 4px 12px #0000001a;display:-ms-flexbox;display:flex;-ms-flex-pack:justify;justify-content:space-between;max-height:var(--toastify-toast-max-height);font-family:var(--toastify-font-family);cursor:default;direction:ltr;z-index:0;overflow:hidden}.Toastify__toast--stacked{position:absolute;width:100%;transform:translate3d(0,var(--y),0) scale(var(--s));transition:transform .3s}.Toastify__toast--stacked[data-collapsed] .Toastify__close-button,.Toastify__toast--stacked[data-collapsed] .Toastify__toast-body{transition:opacity .1s}.Toastify__toast--stacked[data-collapsed=false]{overflow:visible}.Toastify__toast--stacked[data-collapsed=true]:not(:last-child)>*{opacity:0}.Toastify__toast--stacked:after{content:"";position:absolute;left:0;right:0;height:calc(var(--g) * 1px);bottom:100%}.Toastify__toast--stacked[data-pos=top]{top:0}.Toastify__toast--stacked[data-pos=bot]{bottom:0}.Toastify__toast--stacked[data-pos=bot].Toastify__toast--stacked:before{transform-origin:top}.Toastify__toast--stacked[data-pos=top].Toastify__toast--stacked:before{transform-origin:bottom}.Toastify__toast--stacked:before{content:"";position:absolute;left:0;right:0;bottom:0;height:100%;transform:scaleY(3);z-index:-1}.Toastify__toast--rtl{direction:rtl}.Toastify__toast--close-on-click{cursor:pointer}.Toastify__toast-body{margin:auto 0;-ms-flex:1 1 auto;flex:1 1 auto;padding:6px;display:-ms-flexbox;display:flex;-ms-flex-align:center;align-items:center}.Toastify__toast-body>div:last-child{word-break:break-word;-ms-flex:1;flex:1}.Toastify__toast-icon{-webkit-margin-end:10px;margin-inline-end:10px;width:20px;-ms-flex-negative:0;flex-shrink:0;display:-ms-flexbox;display:flex}.Toastify--animate{animation-fill-mode:both;animation-duration:.5s}.Toastify--animate-icon{animation-fill-mode:both;animation-duration:.3s}@media only screen and (max-width:480px){.Toastify__toast{margin-bottom:0;border-radius:0}}.Toastify__toast-theme--dark{background:var(--toastify-color-dark);color:var(--toastify-text-color-dark)}.Toastify__toast-theme--colored.Toastify__toast--default,.Toastify__toast-theme--light{background:var(--toastify-color-light);color:var(--toastify-text-color-light)}.Toastify__toast-theme--colored.Toastify__toast--info{color:var(--toastify-text-color-info);background:var(--toastify-color-info)}.Toastify__toast-theme--colored.Toastify__toast--success{color:var(--toastify-text-color-success);background:var(--toastify-color-success)}.Toastify__toast-theme--colored.Toastify__toast--warning{color:var(--toastify-text-color-warning);background:var(--toastify-color-warning)}.Toastify__toast-theme--colored.Toastify__toast--error{color:var(--toastify-text-color-error);background:var(--toastify-color-error)}.Toastify__progress-bar-theme--light{background:var(--toastify-color-progress-light)}.Toastify__progress-bar-theme--dark{background:var(--toastify-color-progress-dark)}.Toastify__progress-bar--info{background:var(--toastify-color-progress-info)}.Toastify__progress-bar--success{background:var(--toastify-color-progress-success)}.Toastify__progress-bar--warning{background:var(--toastify-color-progress-warning)}.Toastify__progress-bar--error{background:var(--toastify-color-progress-error)}.Toastify__progress-bar-theme--colored.Toastify__progress-bar--error,.Toastify__progress-bar-theme--colored.Toastify__progress-bar--info,.Toastify__progress-bar-theme--colored.Toastify__progress-bar--success,.Toastify__progress-bar-theme--colored.Toastify__progress-bar--warning{background:var(--toastify-color-transparent)}.Toastify__close-button{color:#fff;background:transparent;outline:none;border:none;padding:0;cursor:pointer;opacity:.7;transition:.3s ease;-ms-flex-item-align:start;align-self:flex-start;z-index:1}.Toastify__close-button--light{color:#000;opacity:.3}.Toastify__close-button>svg{fill:currentColor;height:16px;width:14px}.Toastify__close-button:focus,.Toastify__close-button:hover{opacity:1}@keyframes Toastify__trackProgress{0%{transform:scaleX(1)}to{transform:scaleX(0)}}.Toastify__progress-bar{position:absolute;bottom:0;left:0;width:100%;height:100%;z-index:var(--toastify-z-index);opacity:.7;transform-origin:left;border-bottom-left-radius:var(--toastify-toast-bd-radius)}.Toastify__progress-bar--animated{animation:Toastify__trackProgress linear 1 forwards}.Toastify__progress-bar--controlled{transition:transform .2s}.Toastify__progress-bar--rtl{right:0;left:auto;transform-origin:right;border-bottom-left-radius:0;border-bottom-right-radius:var(--toastify-toast-bd-radius)}.Toastify__progress-bar--wrp{position:absolute;bottom:0;left:0;width:100%;height:5px;border-bottom-left-radius:var(--toastify-toast-bd-radius)}.Toastify__progress-bar--wrp[data-hidden=true]{opacity:0}.Toastify__progress-bar--bg{opacity:var(--toastify-color-progress-bgo);width:100%;height:100%}.Toastify__spinner{width:20px;height:20px;box-sizing:border-box;border:2px solid;border-radius:100%;border-color:var(--toastify-spinner-color-empty-area);border-right-color:var(--toastify-spinner-color);animation:Toastify__spin .65s linear infinite}@keyframes Toastify__bounceInRight{0%,60%,75%,90%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translate3d(3000px,0,0)}60%{opacity:1;transform:translate3d(-25px,0,0)}75%{transform:translate3d(10px,0,0)}90%{transform:translate3d(-5px,0,0)}to{transform:none}}@keyframes Toastify__bounceOutRight{20%{opacity:1;transform:translate3d(-20px,var(--y),0)}to{opacity:0;transform:translate3d(2000px,var(--y),0)}}@keyframes Toastify__bounceInLeft{0%,60%,75%,90%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translate3d(-3000px,0,0)}60%{opacity:1;transform:translate3d(25px,0,0)}75%{transform:translate3d(-10px,0,0)}90%{transform:translate3d(5px,0,0)}to{transform:none}}@keyframes Toastify__bounceOutLeft{20%{opacity:1;transform:translate3d(20px,var(--y),0)}to{opacity:0;transform:translate3d(-2000px,var(--y),0)}}@keyframes Toastify__bounceInUp{0%,60%,75%,90%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translate3d(0,3000px,0)}60%{opacity:1;transform:translate3d(0,-20px,0)}75%{transform:translate3d(0,10px,0)}90%{transform:translate3d(0,-5px,0)}to{transform:translateZ(0)}}@keyframes Toastify__bounceOutUp{20%{transform:translate3d(0,calc(var(--y) - 10px),0)}40%,45%{opacity:1;transform:translate3d(0,calc(var(--y) + 20px),0)}to{opacity:0;transform:translate3d(0,-2000px,0)}}@keyframes Toastify__bounceInDown{0%,60%,75%,90%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translate3d(0,-3000px,0)}60%{opacity:1;transform:translate3d(0,25px,0)}75%{transform:translate3d(0,-10px,0)}90%{transform:translate3d(0,5px,0)}to{transform:none}}@keyframes Toastify__bounceOutDown{20%{transform:translate3d(0,calc(var(--y) - 10px),0)}40%,45%{opacity:1;transform:translate3d(0,calc(var(--y) + 20px),0)}to{opacity:0;transform:translate3d(0,2000px,0)}}.Toastify__bounce-enter--bottom-left,.Toastify__bounce-enter--top-left{animation-name:Toastify__bounceInLeft}.Toastify__bounce-enter--bottom-right,.Toastify__bounce-enter--top-right{animation-name:Toastify__bounceInRight}.Toastify__bounce-enter--top-center{animation-name:Toastify__bounceInDown}.Toastify__bounce-enter--bottom-center{animation-name:Toastify__bounceInUp}.Toastify__bounce-exit--bottom-left,.Toastify__bounce-exit--top-left{animation-name:Toastify__bounceOutLeft}.Toastify__bounce-exit--bottom-right,.Toastify__bounce-exit--top-right{animation-name:Toastify__bounceOutRight}.Toastify__bounce-exit--top-center{animation-name:Toastify__bounceOutUp}.Toastify__bounce-exit--bottom-center{animation-name:Toastify__bounceOutDown}@keyframes Toastify__zoomIn{0%{opacity:0;transform:scale3d(.3,.3,.3)}50%{opacity:1}}@keyframes Toastify__zoomOut{0%{opacity:1}50%{opacity:0;transform:translate3d(0,var(--y),0) scale3d(.3,.3,.3)}to{opacity:0}}.Toastify__zoom-enter{animation-name:Toastify__zoomIn}.Toastify__zoom-exit{animation-name:Toastify__zoomOut}@keyframes Toastify__flipIn{0%{transform:perspective(400px) rotateX(90deg);animation-timing-function:ease-in;opacity:0}40%{transform:perspective(400px) rotateX(-20deg);animation-timing-function:ease-in}60%{transform:perspective(400px) rotateX(10deg);opacity:1}80%{transform:perspective(400px) rotateX(-5deg)}to{transform:perspective(400px)}}@keyframes Toastify__flipOut{0%{transform:translate3d(0,var(--y),0) perspective(400px)}30%{transform:translate3d(0,var(--y),0) perspective(400px) rotateX(-20deg);opacity:1}to{transform:translate3d(0,var(--y),0) perspective(400px) rotateX(90deg);opacity:0}}.Toastify__flip-enter{animation-name:Toastify__flipIn}.Toastify__flip-exit{animation-name:Toastify__flipOut}@keyframes Toastify__slideInRight{0%{transform:translate3d(110%,0,0);visibility:visible}to{transform:translate3d(0,var(--y),0)}}@keyframes Toastify__slideInLeft{0%{transform:translate3d(-110%,0,0);visibility:visible}to{transform:translate3d(0,var(--y),0)}}@keyframes Toastify__slideInUp{0%{transform:translate3d(0,110%,0);visibility:visible}to{transform:translate3d(0,var(--y),0)}}@keyframes Toastify__slideInDown{0%{transform:translate3d(0,-110%,0);visibility:visible}to{transform:translate3d(0,var(--y),0)}}@keyframes Toastify__slideOutRight{0%{transform:translate3d(0,var(--y),0)}to{visibility:hidden;transform:translate3d(110%,var(--y),0)}}@keyframes Toastify__slideOutLeft{0%{transform:translate3d(0,var(--y),0)}to{visibility:hidden;transform:translate3d(-110%,var(--y),0)}}@keyframes Toastify__slideOutDown{0%{transform:translate3d(0,var(--y),0)}to{visibility:hidden;transform:translate3d(0,500px,0)}}@keyframes Toastify__slideOutUp{0%{transform:translate3d(0,var(--y),0)}to{visibility:hidden;transform:translate3d(0,-500px,0)}}.Toastify__slide-enter--bottom-left,.Toastify__slide-enter--top-left{animation-name:Toastify__slideInLeft}.Toastify__slide-enter--bottom-right,.Toastify__slide-enter--top-right{animation-name:Toastify__slideInRight}.Toastify__slide-enter--top-center{animation-name:Toastify__slideInDown}.Toastify__slide-enter--bottom-center{animation-name:Toastify__slideInUp}.Toastify__slide-exit--bottom-left,.Toastify__slide-exit--top-left{animation-name:Toastify__slideOutLeft;animation-timing-function:ease-in;animation-duration:.3s}.Toastify__slide-exit--bottom-right,.Toastify__slide-exit--top-right{animation-name:Toastify__slideOutRight;animation-timing-function:ease-in;animation-duration:.3s}.Toastify__slide-exit--top-center{animation-name:Toastify__slideOutUp;animation-timing-function:ease-in;animation-duration:.3s}.Toastify__slide-exit--bottom-center{animation-name:Toastify__slideOutDown;animation-timing-function:ease-in;animation-duration:.3s}@keyframes Toastify__spin{0%{transform:rotate(0)}to{transform:rotate(1turn)}}@font-face{font-family:Share Tech Mono;font-style:normal;font-display:swap;font-weight:400;src:url(/assets/static/share-tech-mono-latin-400-normal.CCqdbj5z.woff2) format("woff2"),url(/assets/static/share-tech-mono-latin-400-normal.CcsJ_J2r.woff) format("woff");unicode-range:U+0000-00FF,U+0131,U+0152-0153,U+02BB-02BC,U+02C6,U+02DA,U+02DC,U+0304,U+0308,U+0329,U+2000-206F,U+20AC,U+2122,U+2191,U+2193,U+2212,U+2215,U+FEFF,U+FFFD}[data-raisev-wrapper=true]{-webkit-text-size-adjust:none!important;-webkit-font-smoothing:antialiased!important;-moz-osx-font-smoothing:grayscale!important;text-rendering:optimizeLegibility!important;-webkit-backdrop-filter:blur(101.5px)!important;backdrop-filter:blur(101.5px)!important;background:#08090c!important;border:1px solid #ffffff!important;border-radius:40px!important;box-shadow:0 -1px 22px 2px #9f899fcf;display:flex!important;color:#fff!important;flex-direction:column!important;gap:16px!important;padding:24px!important;margin-bottom:12px!important;width:100%!important;max-width:100%!important;overflow:visible!important}@media (min-width: 1135px){[data-raisev-wrapper=true]{max-width:380px!important;width:380px!important}}@media (min-width: 1340px){[data-raisev-wrapper=true]{max-width:400px!important;width:400px!important}}@media (min-width: 1717px){[data-raisev-wrapper=true]{max-width:475px!important;width:475px!important}}@media (max-width: 1717px){[data-raisev-wrapper=true]{border-radius:28px!important;padding:20px!important}}@media (max-width: 1000px){[data-raisev-wrapper=true]{padding:20px 12px!important;margin-bottom:44px!important;gap:12px!important}}[data-raisev-wrapper=true] *{font-family:Share Tech Mono,monospace!important}[data-raisev-header=true]{display:flex!important;gap:8px}[data-raisev-header-text=true]{font-size:22px!important;font-weight:400!important;line-height:120%!important;width:-moz-max-content!important;width:max-content!important}@media (max-width: 1717px){[data-raisev-header-text=true],[data-raisev-header=true]>[data-raisev-header-text=true]>span{font-size:18px!important}}[data-raisev-sale=true]{display:flex!important;border:1px solid rgba(255,255,255,.1803921569)!important;padding:4px;border-radius:8px!important}[data-raisev-price-coin=true]{display:flex!important;align-items:center!important;margin-bottom:4px!important;gap:4px!important}[data-raisev-price-coin=true] img{content:url(/assets/images/yldx.svg);width:24px!important;height:24px!important;object-fit:contain!important}[data-raisev-sale-item=true]{width:100%!important;background-color:#ffffff14!important;padding:4px!important;border-radius:8px!important}[data-raisev-sale-item=true]:last-child{width:100%!important;background-color:#00ffc31a!important;padding:4px!important;border:1px solid rgba(0,255,195,.5019607843);border-radius:8px!important}[data-raisev-sale-item=true]:last-child [data-raisev-sale-item-status=true]{text-transform:uppercase!important;font-size:12px!important;font-weight:600!important;color:#00ffc3!important}[data-raisev-sale-item-title=true]{font-size:17px!important;font-weight:700!important}[data-raisev-sale-item-status=true]{text-transform:uppercase!important;font-size:12px!important;font-weight:600!important}[data-raisev-sale-item-status=true]>svg{color:#00ffc380!important}[data-raisev-timer-wrapper=true]{display:block!important;height:38px!important;position:relative!important}[data-raisev-timer-wrapper=true]>[data-raisev-timer-content=true]{align-items:center!important;border:2px solid rgb(188,253,94)!important;border-radius:12px!important;display:flex!important;height:100%!important;justify-content:space-between!important;padding:0 43px!important}[data-raisev-timer-wrapper=true]>[data-raisev-timer-content=true]>span{color:#bcfd5e3d!important}[data-raisev-timer-wrapper=true]>[data-raisev-timer-content=true]>[data-raisev-timer-unit-wrapper=true]{display:flex!important;height:-moz-min-content;height:min-content;justify-content:space-between!important}[data-raisev-timer-wrapper=true]>[data-raisev-timer-content=true]>[data-raisev-timer-unit-wrapper=true]>[data-raisev-timer-unit-title=true],[data-raisev-timer-wrapper=true]>[data-raisev-timer-content=true]>[data-raisev-timer-unit-wrapper=true]>[data-raisev-timer-unit-value=true]{color:#bcfd5e!important;font-size:20px!important;font-weight:500!important;letter-spacing:3%!important;line-height:120%!important}@media (max-width: 1717px){[data-raisev-timer-wrapper=true]{height:32px!important}[data-raisev-timer-wrapper=true]>[data-raisev-timer-content=true]{padding:0 34px!important}[data-raisev-timer-wrapper=true]>[data-raisev-timer-content=true]{border-radius:10px!important}[data-raisev-timer-wrapper=true]>[data-raisev-timer-content=true]>[data-raisev-timer-unit-wrapper=true]>[data-raisev-timer-unit-title=true],[data-raisev-timer-wrapper=true]>[data-raisev-timer-content=true]>[data-raisev-timer-unit-wrapper=true]>[data-raisev-timer-unit-value=true]{font-size:17px!important}}[data-raisev-balance=true]{display:flex!important;gap:12px!important}[data-raisev-balance=true]>[data-raisev-balance-card=true]{background:#b2ffb8!important;border:none!important;border-radius:16px!important;box-shadow:0 2px #000!important;display:flex!important;flex-direction:column!important;gap:8px!important;justify-content:space-between!important;padding:12px 16px!important;width:100%!important}[data-raisev-balance=true]>[data-raisev-balance-card=true]>[data-raisev-balance-card-title=true]{font-size:15px!important}[data-raisev-balance=true]>[data-raisev-balance-card=true]>[data-raisev-balance-card-value=true]{font-size:22px!important}@media (max-width: 1717px){[data-raisev-balance=true]{gap:10px!important}[data-raisev-balance=true]>[data-raisev-balance-card=true]{border-radius:14px!important;padding:10px 14px!important;gap:7px!important}[data-raisev-balance=true]>[data-raisev-balance-card=true]>[data-raisev-balance-card-title=true]{font-size:13px!important}[data-raisev-balance=true]>[data-raisev-balance-card=true]>[data-raisev-balance-card-value=true]{font-size:20px!important}}[data-raisev-price-chart=true]{max-width:154px!important}[data-raisev-price-chart=true] div{font-size:13px!important;width:-moz-max-content!important;width:max-content!important;color:#bcfd5e!important;bottom:-7px!important}[data-raisev-price-sold=true]{font-size:34px!important;font-weight:600!important;color:#fff!important}[data-raisev-price-sold=true] div:nth-child(2n){font-weight:500!important}[data-raisev-price-sold=true] div:nth-child(2n) span{color:#a2a3a5!important}[data-raisev-price-coin=true]>span:nth-child(odd){color:#00ffc3!important;font-weight:600!important}[data-raisev-price-coin=true] img{width:18px!important}[data-raisev-price-coin=true] span{font-size:13px!important;font-weight:400!important}[data-raisev-price=true]{gap:20px!important;background:#ffffff14!important;border-radius:6px!important;align-items:center!important;padding:12px 16px!important}[data-raisev-price=true]>[data-raisev-price-value=true]{-webkit-text-stroke:1.5px #000!important;color:#ffe854!important;font-size:20px!important;font-weight:600!important;letter-spacing:.54px!important;line-height:110%!important;text-stroke:1.5px #000!important}@media (max-width: 1717px){[data-raisev-price-chart] svg{max-width:120px!important;height:84.1px!important}[data-raisev-price-chart] div{font-size:12px!important}[data-raisev-price-sold=true]{font-size:28px!important}[data-raisev-price-coin] img{width:16px!important}[data-raisev-price-coin] span{font-size:12px!important}[data-raisev-price=true]>[data-raisev-price-coin=true],[data-raisev-price=true]>[data-raisev-price-mark=true]{font-size:20px!important}[data-raisev-price=true]>[data-raisev-price-value=true]{font-size:18px!important;letter-spacing:.48px!important}}@media (max-width: 1717px){[data-raisev-price-chart=true] div{bottom:0!important}[data-raisev-price=true]{height:92px!important}}[data-raisev-form-exchange=true]{gap:14px!important;max-height:152px!important;height:100%!important;position:relative!important}[data-raisev-form-exchange=true]>div{height:68px!important}[data-raisev-form-exchange=true]>div>div:nth-child(2){top:29px!important}[data-raisev-form-exchange=true]:before{content:""!important;position:absolute!important;top:50%!important;left:50%!important;width:32px!important;height:32px!important;transform:translate(-50%,-50%)!important;z-index:3!important;background:#fff url(/assets/images/arrow2.svg) no-repeat center center!important;background-size:16px 16px!important;border-radius:50%!important}[data-raisev-form-exchange=true]:after{content:""!important;position:absolute!important;top:50%!important;left:50%!important;width:42px!important;height:42px!important;transform:translate(-50%,-50%)!important;z-index:2!important;background:#090a0e;background-size:16px 16px!important;border-radius:50%!important}[data-raisev-input=true]{background:#090a0e!important;border:1px solid #525358!important;border-radius:6px!important;color:#fff!important;font-size:24px!important;font-weight:600!important;height:68px!important;line-height:120%!important;padding:18px 16px 0!important}[data-raisev-input=true]::-moz-placeholder{font-size:24px;padding-bottom:10px}[data-raisev-input=true]::placeholder{font-size:24px;padding-bottom:10px}[data-raisev-input=true]:focus{border:1px solid rgba(0,255,195,.5019607843)!important}[data-input-balance=true]{color:#aeb0b7;font-size:12px;font-weight:600!important}[data-input-balance=true]>span{color:#00ffc3!important;font-weight:600}[data-raisev-info-minmax=true]{top:0!important;color:#aeb0b7;font-size:12px;font-weight:600!important}[data-raisev-info-minmax=true]>span:nth-child(2n){color:#00ffc3!important;font-weight:600}@media (max-width: 1717px){[data-raisev-form-exchange=true]{gap:12px!important;max-height:136px!important}[data-raisev-form-exchange=true]:before{width:28px!important;height:28px!important;background-size:14px 14px!important}[data-raisev-input=true]{font-size:22px!important}[data-raisev-input=true]::-moz-placeholder{font-size:22px;padding-bottom:8px}[data-raisev-input=true]::placeholder{font-size:22px;padding-bottom:8px}[data-input-balance=true],[data-raisev-info-minmax=true]{font-size:11px}}@media (max-width: 1000px){[data-raisev-info-minmax=true],[data-input-balance=true]{font-size:11px!important}[data-raisev-input=true]{height:60px!important}}[data-raisev-token-root=true]{box-shadow:none!important;border:none!important}[data-raisev-token-root=true],[data-raisev-token-item=true]{color:#fff!important;font-size:20px!important;font-weight:600!important;line-height:120%!important}[data-raisev-token-item=true]:hover{background:#ffffff38!important}[data-raisev-token-item=true]:focus{background:#ffffff38!important}[data-raisev-token-item=true]{background:#24252d!important}[data-raisev-token-item=true]:hover{background:#34353f!important}div>.bg-white{background:#08090c!important;z-index:50!important}[data-raisev-token-root=true]>span,[data-raisev-token-item=true]>span{gap:8px!important}[data-raisev-token-root=true] [data-token-selector=true],[data-raisev-token-item=true] [data-token-selector=true]{height:28px!important;width:28px!important}[data-raisev-token-wrapper=true]{background:#24252d!important;border:2px solid rgba(255,255,255,.2196078431)!important;border-radius:16px!important}@media (max-width: 1717px){[data-raisev-token-root=true],[data-raisev-token-item=true]{font-size:18px!important}[data-raisev-token-root=true]>span,[data-raisev-token-item=true]>span{gap:7px!important}[data-raisev-token-root=true] [data-token-selector=true],[data-raisev-token-item=true] [data-token-selector=true]{height:26px!important;width:26px!important}[data-raisev-token-wrapper=true]{border-radius:14px!important}}[data-raisev-info-wrapper=true]{display:none!important}[data-raisev-buttom-coonect=true]{gap:0px!important;border-radius:16px!important;background:linear-gradient(180deg,#714eff,#5d3ce4 13.46%,#6846f4 62.98%,#8162ff)!important;overflow:hidden!important;color:#fff!important;font-size:16px!important;font-weight:600!important;transition:all .3s ease!important;position:relative!important}[data-raisev-buttom-coonect=true]>div:last-child:not([data-raisev-buttom-coonect-action]){pointer-events:none!important}[data-raisev-buttom-coonect=true]:hover,[data-raisev-buttom-coonect=true]:has(~div:hover){background:linear-gradient(180deg,#8162ff,#714eff 30%,#5d3ce4 70%,#714eff)!important;cursor:pointer!important;transform:translateY(-2px)!important;box-shadow:0 6px 25px #6846f480!important}[data-raisev-buttom-coonect=true]:active{transform:translateY(0) scale(.98)!important;box-shadow:0 2px 10px #6846f44d!important}[data-raisev-buttom-coonect-balance=true]{display:none!important}[data-raisev-buttom-coonect=true] div:nth-child(2n){background:linear-gradient(180deg,#714eff,#5d3ce4 13.46%,#6846f4 62.98%,#8162ff)!important;color:#fff!important;border-radius:16px!important;transition:all .3s ease!important}[data-raisev-buttom-coonect=true]:hover div:nth-child(2n){background:linear-gradient(180deg,#8162ff,#714eff,#8162ff)!important}[data-raisev-buttom-coonect-action=true]{display:flex!important;justify-content:center!important;width:112px!important;height:48px!important;align-items:center!important;transition:all .2s ease!important}[data-raisev-buttom-coonect-action=true]:hover{background:#ffffff1a!important}[data-raisev-buttom-coonect-action=true]>img{width:28px!important;height:28px!important;transition:transform .2s ease!important}[data-raisev-buttom-coonect-action=true]:hover>img{transform:scale(1.1)!important}[data-raisev-chain-select=true]{gap:12px!important}[data-raisev-button=true]{background:linear-gradient(180deg,#714eff,#5d3ce4 13.46%,#6846f4 62.98%,#8162ff)!important;color:#fff!important;border-radius:6px!important;font-size:18px!important;font-weight:600!important;height:52px!important;line-height:120%!important;transition:all .3s ease!important}[data-raisev-button=true]:hover{background:linear-gradient(180deg,#8162ff,#714eff,#8162ff)!important;transform:translateY(-2px)!important;box-shadow:0 6px 25px #6846f480!important;cursor:pointer!important}[data-raisev-button=true]:active{transform:translateY(0) scale(.98)!important;box-shadow:0 2px 10px #6846f44d!important}[data-raisev-button-card=true]{align-items:center!important;background:#ffffff14!important;color:#fff!important;display:flex!important;flex-direction:row!important;font-size:16px!important;font-weight:600!important;height:auto!important;justify-content:center!important;min-height:100%!important;border-radius:6px!important;height:36px!important;width:159px!important}[data-raisev-button-card=true]>svg{color:#00ffc3!important;width:20px!important;height:20px!important}[data-raisev-button-card=true]:hover{background:#bcfd5e!important;color:#212720!important}[data-raisev-button-card=true]>div>div{font-size:16px!important}[data-raisev-button-card=true]>div>span{font-size:12px!important}@media (max-width: 1717px){[data-raisev-buttom-coonect=true]{border-radius:14px!important}[data-raisev-buttom-coonect=true] div:nth-child(odd){height:46px!important}[data-raisev-buttom-coonect=true] div:nth-child(2n){border-radius:14px!important}[data-raisev-buttom-coonect-action=true]{width:100px!important;height:44px!important}[data-raisev-chain-select=true]{gap:10px!important}[data-raisev-button=true]{font-size:15px!important;border-radius:14px!important}[data-raisev-button-card=true]{font-size:13px!important;width:126px!important}}@media (max-width: 1001px){[data-raisev-buttom-coonect=true]{font-size:14px!important;height:40px!important}[data-raisev-buttom-coonect-action=true]{height:40px!important;max-height:40px!important}[data-raisev-buttom-coonect-action=true]>img{width:20px!important;height:20px!important}}[data-raisev-chain-root=true]{background:#ffe854!important;border:none!important;border-radius:16px!important;box-shadow:0 2px #000!important;color:#000!important;font-family:Share Tech Mono,monospace!important;font-size:20px!important;font-weight:600!important;height:60px!important;line-height:120%!important;padding:8px 16px!important}[data-raisev-chain-root=true] [data-raisev-chain-icon=true]{height:28px!important;width:28px!important}[data-raisev-chain-wrapper=true]{box-sizing:border-box!important;display:flex!important;gap:8px!important;width:100%!important}[data-raisev-chain=true]>span{font-size:16px!important;font-weight:600!important;margin-bottom:12px!important}[data-raisev-chain=true]>div:first-of-type{display:flex!important;align-items:center!important}[data-raisev-chain=true]>div:first-of-type{align-items:center!important}[data-raisev-chain=true]>div:first-of-type>span~span{color:#ffffff78!important;font-size:18px!important}[data-raisev-chain-raisev=true]{position:absolute!important;display:none!important;opacity:0!important;top:486px!important;right:-80px!important;font-size:12px!important;font-weight:600!important;background:#ffffff17!important;color:#ffffff9e!important;border-radius:0 0 14px 14px!important;transform:rotate(-90deg)!important;padding:10px 8px!important;height:32px!important;border:1px solid #43444c!important}[data-raisev-chain-title=true]{font-size:18px!important;font-weight:600!important;color:#fff!important;line-height:120%!important}@media (max-width: 1717px){[data-raisev-chain-root=true]{font-size:18px!important;height:54px!important;padding:7px 14px!important;border-radius:14px!important}[data-raisev-chain-raisev=true]{right:-74px!important}[data-raisev-chain-root=true] [data-raisev-chain-icon=true]{height:26px!important;width:26px!important}[data-raisev-chain=true]>span{font-size:14px!important;margin-bottom:10px!important}[data-raisev-chain-item=true]{font-size:13px!important;height:36px!important}[data-raisev-chain-item=true] [data-raisev-chain-icon=true]{height:20px!important;width:20px!important}[data-raisev-chain-raisev=true]{font-size:11px!important;height:28px!important;padding:8px 7px!important}[data-raisev-chain-title=true]{font-size:14px!important}}@media (max-width: 1000px){[data-raisev-chain-raisev=true]{width:-moz-max-content!important;width:max-content!important;top:100.1%!important;right:0!important;left:50%!important;transform:rotate(0) translate(-50%)!important}[data-raisev-chain-item=true]{gap:4px!important}}[data-raisev-bonus=true]{display:flex!important;align-items:center!important;height:32px!important;gap:8px!important}[data-raisev-bonus-item=true]{display:flex!important;gap:4px!important;align-items:center!important;justify-content:center!important;background:#212720!important;font-size:13px!important;font-weight:500!important;padding:8px!important;border-radius:12px!important;width:-moz-max-content!important;width:max-content!important;height:32px!important}[data-raisev-bonus-item=true] span{color:#bcfd5e!important}[data-raisev-bonus-title=true]{font-size:15px!important;font-weight:600!important;line-height:120%!important}[data-raisev-bonus-title=true] span{color:#bcfd5e!important}[data-raisev-law=true]{font-size:13px!important;font-weight:600!important;color:#aeb0b7!important}[data-raisev-law=true] a{color:#00ffc3!important}[data-raisev-bonus-wrapper=true]{width:100%!important;gap:10px!important}@media (max-width: 1717px){[data-raisev-bonus=true]{height:auto!important}[data-raisev-bonus-wrapper=true]{gap:2px!important}[data-raisev-bonus-item=true]{font-size:11px!important;padding:7px!important;width:100%!important;min-width:-moz-max-content!important;min-width:max-content!important}[data-raisev-bonus-title=true]{font-size:13px!important;width:45px!important;flex-direction:column!important;gap:0px!important}[data-raisev-law=true]{font-size:10px!important}}[data-raisev-dialog-content=true]{background:#08090c!important;border:1px solid rgb(255,255,255)!important;border-radius:40px!important;display:flex!important;flex-direction:column!important;gap:24px!important;padding:38px 24px 32px!important;box-shadow:0 -1px 22px 2px #9f899fcf}[data-raisev-dialog-content=true]>[data-raisev-button=true]{background:linear-gradient(180deg,#714eff,#5d3ce4 13.46%,#6846f4 62.98%,#8162ff)!important;color:#fff!important;font-size:17px!important;font-weight:600!important;line-height:120%!important}[data-raisev-dialog-content=true]>[data-raisev-button=true]>svg{width:32px!important;height:32px!important}[data-raisev-dialog-header=true]{display:flex!important;flex-direction:column!important;gap:24px!important}[data-raisev-dialog-close=true]{display:flex!important;justify-content:center!important;align-items:center!important;width:40px!important;height:40px!important;background:#24252d!important;border-radius:50%!important}[data-raisev-dialog-close=true]>svg{width:18px!important;height:18px!important}[data-raisev-you-web3=true],[data-raisev-dialog-description=true]{color:#000!important;font-weight:600!important;line-height:120%!important}[data-raisev-you-web3=true]{font-size:13px!important}[data-raisev-dialog-title=true]{color:#fff!important;font-size:20px!important;font-weight:600!important;line-height:120%!important;text-align:center!important}[data-raisev-dialog-description=true]{font-size:17px!important;font-weight:600!important;line-height:120%!important;color:#ffffffad!important;text-align:center!important}@media (max-width: 1717px){[data-raisev-you-web3=true]{font-size:12px!important}}[data-raisev-drawer-content=true]{background:#08090c!important;border:1px solid rgb(255,255,255)!important;border-radius:24px 24px 0 0!important;display:flex!important;flex-direction:column!important;box-shadow:0 -1px 22px 2px #9f899fcf;gap:16px!important;padding:38px 20px 28px!important}[data-raisev-drawer-content=true]>div:first-of-type{display:none!important}[data-raisev-drawer-content=true]>[data-raisev-button=true]{background:linear-gradient(180deg,#714eff,#5d3ce4 13.46%,#6846f4 62.98%,#8162ff)!important;color:#fff!important;font-size:17px!important;font-weight:600!important;line-height:120%!important}[data-raisev-drawer-content=true]>[data-raisev-button=true]>svg{width:28px!important;height:28px!important}[data-raisev-drawer-footer=true]{display:none!important}[data-raisev-drawer-title=true]{color:#fff!important;font-size:18px!important;font-weight:600!important;line-height:120%!important;text-align:center!important}[data-raisev-drawer-description=true]{font-size:14px!important;font-weight:600!important;line-height:120%!important;color:#ffffffad!important;text-align:center!important}[data-raisev-fee-include-main=true]{background:#ffe854!important;border:2px solid #000!important;border-radius:42px!important;color:#000!important;font-size:13px!important;font-weight:600!important;line-height:120%!important;margin:0 auto!important;padding:6px 8px!important}[data-raisev-fee-include-main=true],[data-raisev-fee-include-main=true] *{font-family:Share Tech Mono,monospace!important}@media (max-width: 1717px){[data-raisev-fee-include-main=true]{font-size:12px!important;border-radius:38px!important;padding:5px 7px!important}}[data-raisev-help-buy=true]{color:#000!important;font-size:16px!important;font-weight:600!important;gap:4px!important;line-height:120%!important;padding:7.5px 12px!important}[data-raisev-help-buy=true],[data-raisev-help-buy=true] *{font-family:Share Tech Mono,monospace!important}[data-raisev-help-buy=true]>svg{height:24px!important;width:24px!important}@media (max-width: 1717px){[data-raisev-help-buy=true]{font-size:14px!important;padding:6.5px 10px!important}[data-raisev-help-buy=true]>svg{height:22px!important;width:22px!important}}[data-raisev-sale-title=true]{color:#000!important;font-weight:600!important;line-height:110%!important}[data-raisev-sale-title=true],[data-raisev-sale-title=true] *{font-family:Share Tech Mono,monospace!important}[data-raisev-sale-title=true]>div:first-child{font-size:30px!important}[data-raisev-sale-title=true]>div:last-child{font-size:24px!important}[data-raisev-banner=true]{background-color:#111317!important;padding:12px!important;border:1px solid rgba(255,255,255,.2196078431)!important;border-radius:12px!important;width:100%!important;align-items:center!important;position:relative!important}[data-raisev-banner=true]>div:not([data-raisev-banner-button]):not([data-raisev-banner-title]){pointer-events:none!important}[data-raisev-banner-title=true]{font-size:15px!important;font-weight:600!important;line-height:120%!important}[data-raisev-banner-title=true] span{color:#00ffc3!important}[data-raisev-banner-button=true]{background:#ffffff1a!important;color:#fff!important;max-width:283px!important;width:100%;height:44px!important;flex-direction:row-reverse;transition:all .2s ease!important;position:relative!important;z-index:2!important}[data-raisev-banner-button=true]:active{background:#ffffff1a!important;color:#fff!important}[data-raisev-banner-button=true]:hover{background:#fff1!important;color:#fff!important}[data-raisev-banner-button=true] svg{width:20px!important;height:20px!important;color:#00ffc3!important;fill:#00ffc3!important}@media (max-width: 1717px){[data-raisev-sale-title=true]>div:first-child{font-size:27px!important}[data-raisev-sale-title=true]>div:last-child{font-size:22px!important}[data-raisev-banner=true]{border-radius:20px!important}[data-raisev-banner-title=true]{font-size:14px!important}[data-raisev-banner-button=true]{max-width:260px!important;height:40px!important}[data-raisev-banner-button=true] svg{width:18px!important;height:18px!important}}[data-raisev-sp=true]{z-index:11;background:#08090c!important;border-radius:40px!important}[data-raisev-sp=true]>canvas{border-radius:26px 26px 0 0/26px 26px 0px 0px!important}[data-raisev-sp-wrapper=true]{background:#08090c!important;border-radius:32px!important}[data-raisev-sp-wrapper=true]>span{font-size:18px!important;font-weight:600!important;line-height:120%!important;color:#bcfd5e!important}[data-raisev-sp-info=true]>span:first-of-type{font-size:48px!important;font-weight:600!important;line-height:120%!important;color:#bcfd5e!important}[data-raisev-sp-info=true]>span>span{color:#bcfd5e!important}[data-raisev-sp-info=true]>span:nth-child(2n){color:#aeb0b7!important;font-size:18px!important;font-weight:600!important;line-height:120%!important}[data-raisev-sp-button=true]>button:first-of-type{background:#ffffff1a!important;color:#fff!important;font-size:18px!important;font-weight:600!important}[data-raisev-sp-button=true]>button:first-of-type>svg{width:18px!important;height:18px!important}[data-raisev-sp-button=true]>button:nth-child(2n){font-size:18px!important;font-weight:600!important}[data-raisev-sp-button=true]>button:nth-child(2n)>svg{width:18px!important;height:18px!important}[data-raisev-sp-bonus=true]{background:#151e19!important;padding:10px 14px!important;color:#6dffa8!important;border-radius:27px!important;font-size:16px!important;line-height:120%!important;font-weight:600!important;text-align:center!important}[data-raisev-sp-description=true]{font-size:16px!important;line-height:120%!important;font-weight:600!important}[data-raisev-chain-item=true]{background:#ffffff1a!important;color:#fff!important;font-size:17px!important;font-weight:600!important;height:44px!important;line-height:120%!important;width:100%!important;border-radius:6px!important;text-transform:uppercase!important}[data-raisev-chain-item=true]:hover{background:linear-gradient(180deg,#714eff,#5d3ce4 13.46%,#6846f4 62.98%,#8162ff)!important}[data-raisev-chain-item=true] [data-raisev-chain-icon=true]{align-items:center;display:inline-flex;height:32px!important;width:32px!important}[data-raisev-chain-active=true]{background:linear-gradient(180deg,#714eff,#5d3ce4 13.46%,#6846f4 62.98%,#8162ff)!important;color:#fff!important}.MuiTypography-root,.MuiButton-root{font-family:Share Tech Mono,monospace!important}.MuiBox-root,.MuiStack-root{box-sizing:border-box!important}.MuiTable-root,.MuiTableCell-root,.MuiTableRow-root,.MuiTableHead-root,.MuiTableBody-root{font-family:Share Tech Mono,monospace!important}body{font-family:Share Tech Mono,monospace!important;margin:0!important;padding:0!important;box-sizing:border-box!important;background-color:#111317!important;color:#fff!important}*,*:before,*:after{box-sizing:border-box!important}a{text-decoration:none!important}::-webkit-scrollbar{width:4px!important;background:#111317!important}::-webkit-scrollbar-thumb{border-radius:100px!important;background-color:#6846f4!important}
