: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-background:#fff;--toastify-toast-min-height:64px;--toastify-toast-max-height:800px;--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__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:1em;left:1em}.Toastify__toast-container--top-center{top:1em;left:50%;transform:translateX(-50%)}.Toastify__toast-container--top-right{top:1em;right:1em}.Toastify__toast-container--bottom-left{bottom:1em;left:1em}.Toastify__toast-container--bottom-center{bottom:1em;left:50%;transform:translateX(-50%)}.Toastify__toast-container--bottom-right{bottom:1em;right:1em}@media only screen and (max-width:480px){.Toastify__toast-container{width:100vw;padding:0;left:0;margin:0}.Toastify__toast-container--top-center,.Toastify__toast-container--top-left,.Toastify__toast-container--top-right{top:0;transform:translateX(0)}.Toastify__toast-container--bottom-center,.Toastify__toast-container--bottom-left,.Toastify__toast-container--bottom-right{bottom:0;transform:translateX(0)}.Toastify__toast-container--rtl{right:0;left:auto}}.Toastify__toast{position:relative;min-height:var(--toastify-toast-min-height);box-sizing:border-box;margin-bottom:1rem;padding:8px;border-radius:4px;box-shadow:0 1px 10px 0 rgba(0,0,0,.1),0 2px 15px 0 rgba(0,0,0,.05);display:flex;justify-content:space-between;max-height:var(--toastify-toast-max-height);overflow:hidden;font-family:var(--toastify-font-family);cursor:default;direction:ltr;z-index:0}.Toastify__toast--rtl{direction:rtl}.Toastify__toast--close-on-click{cursor:pointer}.Toastify__toast-body{margin:auto 0;flex:1 1 auto;padding:6px;display:flex;align-items:center}.Toastify__toast-body>div:last-child{word-break:break-word;flex:1 1}.Toastify__toast-icon{-webkit-margin-end:10px;margin-inline-end:10px;width:20px;flex-shrink:0;display:flex}.Toastify--animate{animation-fill-mode:both;animation-duration:.7s}.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;align-self:flex-start}.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:5px;z-index:var(--toastify-z-index);opacity:.7;transform-origin:left}.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}.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,0,0)}to{opacity:0;transform:translate3d(2000px,0,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,0,0)}to{opacity:0;transform:translate3d(-2000px,0,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,-10px,0)}40%,45%{opacity:1;transform:translate3d(0,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,10px,0)}40%,45%{opacity:1;transform:translate3d(0,-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: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:perspective(400px)}30%{transform:perspective(400px) rotateX(-20deg);opacity:1}to{transform: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:translateZ(0)}}@keyframes Toastify__slideInLeft{0%{transform:translate3d(-110%,0,0);visibility:visible}to{transform:translateZ(0)}}@keyframes Toastify__slideInUp{0%{transform:translate3d(0,110%,0);visibility:visible}to{transform:translateZ(0)}}@keyframes Toastify__slideInDown{0%{transform:translate3d(0,-110%,0);visibility:visible}to{transform:translateZ(0)}}@keyframes Toastify__slideOutRight{0%{transform:translateZ(0)}to{visibility:hidden;transform:translate3d(110%,0,0)}}@keyframes Toastify__slideOutLeft{0%{transform:translateZ(0)}to{visibility:hidden;transform:translate3d(-110%,0,0)}}@keyframes Toastify__slideOutDown{0%{transform:translateZ(0)}to{visibility:hidden;transform:translate3d(0,500px,0)}}@keyframes Toastify__slideOutUp{0%{transform:translateZ(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}.Toastify__slide-exit--bottom-right,.Toastify__slide-exit--top-right{animation-name:Toastify__slideOutRight}.Toastify__slide-exit--top-center{animation-name:Toastify__slideOutUp}.Toastify__slide-exit--bottom-center{animation-name:Toastify__slideOutDown}@keyframes Toastify__spin{0%{transform:rotate(0deg)}to{transform:rotate(1turn)}}a,abbr,acronym,address,applet,article,aside,audio,b,big,blockquote,body,canvas,caption,center,cite,code,dd,del,details,dfn,div,dl,dt,em,embed,fieldset,figcaption,figure,footer,form,h1,h2,h3,h4,h5,h6,header,hgroup,html,i,iframe,img,ins,kbd,label,legend,li,mark,menu,nav,object,ol,output,p,pre,q,ruby,s,samp,section,small,span,strike,strong,sub,summary,sup,table,tbody,td,tfoot,th,thead,time,tr,tt,u,ul,var,video{margin:0;padding:0;border:0;font-size:100%;font:inherit;vertical-align:baseline}article,aside,details,figcaption,figure,footer,header,hgroup,menu,nav,section{display:block}body{line-height:1}ol,ul{list-style:none}blockquote,q{quotes:none}blockquote:after,blockquote:before,q:after,q:before{content:"";content:none}table{border-collapse:collapse;border-spacing:0}@media screen and (max-width:480px){.ToastCustom .Toastify__toast-container{padding:16px!important}}.ToastCustom__content{color:#eee;font-family:var(--font-ibm);font-size:14px;font-style:normal;font-weight:400;line-height:20px;display:flex;flex-direction:column;gap:4px}.ToastCustom__content a{color:#a1a1a1;margin-top:12px;display:block}.ToastCustom__content a,.ToastCustom__header{font-family:var(--font-roboto);font-size:14px;font-style:normal;font-weight:400;line-height:20px}.ToastCustom__header{display:flex;gap:4px}.ToastCustom .Toastify__toast{border-radius:8px;box-shadow:0 0 30px 0 rgba(0,0,0,.2);padding:12px}.ToastCustom .Toastify__toast--default{min-height:44px;background:#494949}.ToastCustom .Toastify__toast--default img{animation:rotationIcon 2s linear infinite}.ToastCustom .Toastify__toast--default .Toastify__progress-bar{background:var(--style,linear-gradient(132deg,#21cf9a 0,#3b82f6 100%))}.ToastCustom .Toastify__toast--default .Toastify__toast-body{margin:0;display:flex;align-items:center}.ToastCustom .Toastify__toast--default .ToastCustom__content{display:flex;align-items:center;gap:8px;flex-direction:row}.ToastCustom .Toastify__toast--success{background:#305a40}.ToastCustom .Toastify__toast--success .ToastCustom__header{color:#60b37f}.ToastCustom .Toastify__toast--error{background:#6b2425}.ToastCustom .Toastify__toast--error .ToastCustom__header{color:#d54849}.ToastCustom .Toastify__toast-body{padding:0}@media screen and (max-width:480px){.ToastCustom .Toastify__toast{margin-top:12px!important}}@keyframes rotationIcon{0%{transform:rotate(0)}to{transform:rotate(1turn)}}body,html{background-color:#000;font-family:var(--font-ibm)}*{box-sizing:border-box}.wrapper{min-height:100vh;display:flex;flex-direction:column;height:100%}@media screen and (max-width:767px){.wrapper{padding-top:72px}}@media screen and (max-width:380px){.wrapper{padding-top:50px}}.clickableText{cursor:pointer;text-decoration:underline}.styles_Modal__OGwFw{position:fixed;top:0;right:0;left:0;bottom:0;display:flex;justify-content:center;align-items:center;background:rgba(0,0,0,.6);padding:16px;z-index:100}.styles_Modal__wrapper__2ZHOq{width:436px;max-width:100%;padding:12px;border-radius:8px;background:#202121;box-shadow:0 0 30px 0 rgba(0,0,0,.2);display:flex;flex-direction:column;gap:12px}.styles_ModalSmall__8uHle .styles_Modal__wrapper__2ZHOq{width:375px}.styles_Modal__header__QBv9O{display:flex;justify-content:space-between;align-items:center;gap:8px}.styles_Modal__headerTitle__f9qsD{color:#eee;font-family:var(--font-roboto);font-size:16px;font-style:normal;font-weight:400;line-height:20px}.styles_Modal__close__nL6Te{cursor:pointer}.styles_Input__5Zs8a{display:flex;flex-direction:column;gap:4px}.styles_Input__5Zs8a input[type=email],.styles_Input__5Zs8a input[type=number],.styles_Input__5Zs8a input[type=password],.styles_Input__5Zs8a input[type=tel],.styles_Input__5Zs8a input[type=text]{border-radius:8px;border:1px solid #282829;padding:7px;color:#eee;font-family:var(--font-roboto);font-size:16px;font-style:normal;font-weight:400;line-height:20px;background:transparent}.styles_Input__5Zs8a input[type=email]:focus,.styles_Input__5Zs8a input[type=number]:focus,.styles_Input__5Zs8a input[type=password]:focus,.styles_Input__5Zs8a input[type=tel]:focus,.styles_Input__5Zs8a input[type=text]:focus{outline:none}.styles_Input__5Zs8a label{color:#a1a1a1;font-family:var(--font-roboto);font-size:14px;font-style:normal;font-weight:400;line-height:20px}.styles_Button__V2nG1{display:flex;padding:10px 16px;justify-content:center;align-items:center;gap:4px;align-self:stretch;border-radius:8px;background:#21cf9a;text-align:center;border:0;outline:none}.styles_Button__V2nG1,.styles_SwitchItem__tFdGE{font-family:var(--font-roboto);font-size:14px;font-style:normal;font-weight:400;line-height:20px;cursor:pointer}.styles_SwitchItem__tFdGE{padding:4px 8px;z-index:2;color:#a1a1a1;transition:.5s ease-in-out}.styles_SwitchItemActive__YRj_U{color:#fff}.styles_SwitchBall__nwfUq{border-radius:7px;background:#6e6e6e;position:absolute;top:calc(50% - 14px);width:calc(100% - 2px);height:28px;left:1px;transition:.5s ease-in-out}.styles_SwitchBallExchange__IA_6p{width:77px;left:1px}.styles_SwitchBallDefi__zptY4{width:44px;left:calc(100% - 45px)}.styles_Switch__label__TadKD{color:#a1a1a1;font-family:var(--font-roboto);font-size:14px;font-style:normal;font-weight:400;line-height:20px;margin-bottom:4px}.styles_Switch__items__Hd_xy{display:flex;coloR:#a1a1a1;cursor:pointer;border-radius:8px;border:1px solid #494949;background:#202121;height:32px;align-items:center;position:relative}.styles_SwapSettings__button__L3zoj{width:100%;margin-top:16px}.styles_SwapSettings__inputs__vEAWL{display:flex;flex-direction:column;gap:7px}.styles_SwapSettings__switch__LmnyY>div{flex:1 1;text-align:center}.styles_SwapSettings__input__doKy8{position:relative}.styles_SwapSettings__input__doKy8:after{content:"";position:absolute;right:8px;width:20px;height:20px;top:calc(50% + 2px);background-image:url(/svg/percent.svg);background-size:cover}.styles_SwapSettings__input__doKy8 input:disabled{cursor:not-allowed;pointer-events:none;opacity:.5}.styles_LanguageModal__7yIG1{display:flex;justify-content:center;gap:8px;flex-wrap:wrap}.styles_LanguageModal__button__aGiSJ{flex-grow:1;flex-shrink:1;flex-basis:calc(50% - 4px);padding:12px;border:0;width:100%;display:flex;align-items:center;gap:8px;color:#eee;font-family:var(--font-roboto);font-size:16px;font-style:normal;font-weight:400;background:transparent;line-height:20px;border-radius:8px;background:#282829;cursor:pointer;transition:.3s ease-in-out;outline:1px solid transparent;position:relative}@media screen and (max-width:767px){.styles_LanguageModal__button__aGiSJ{font-size:14px}}.styles_LanguageModal__button__aGiSJ:hover{outline:1px solid #21cf9a}.styles_LanguageModal__button__aGiSJ:after{content:"";width:10px;height:10px;background-color:transparent;border-radius:360px;position:absolute;right:12px;top:calc(50% - 5px);transition:.3s ease-in-out}.styles_LanguageModal__buttonActive__OVdBV{outline:1px solid #21cf9a}.styles_LanguageModal__buttonActive__OVdBV:after{background-color:#21cf9a}.styles_Container__cM_yc{max-width:1440px;padding:0 16px}.styles_Footer__sIIIY{background:#0f0f0f;display:flex;justify-content:center;width:100%;padding:32px 0;margin-top:30px}@media screen and (max-width:1000px){.styles_Footer__sIIIY{margin-top:16px}}@media screen and (max-width:767px){.styles_Footer__sIIIY{padding:32px 0 64px}}.styles_Footer__container__07wLQ{width:100%;display:flex;flex-direction:column;gap:32px;justify-content:space-between}.styles_FooterInfo__CryLg{display:flex;flex-direction:column;gap:8px}@media screen and (max-width:767px){.styles_FooterInfo__CryLg{gap:12px}}.styles_FooterInfoSocials___vpxa{display:flex;gap:16px;align-items:center;flex-wrap:wrap;justify-content:center}.styles_FooterInfoSocials___vpxa svg{width:20px;height:20px}.styles_FooterInfoSocials___vpxa a{display:flex;gap:8px;color:#eee;font-family:var(--font-roboto);font-size:14px;font-style:normal;font-weight:400;line-height:20px;text-decoration:none}.styles_FooterInfoLabel__pFAjb{font-family:var(--font-ibm);font-size:13px;font-style:normal;font-weight:400;line-height:16px;color:#eee;opacity:.7}@media screen and (max-width:767px){.styles_FooterInfoLabel__pFAjb{text-align:center}}.styles_FooterInfoText__6W8Nf{color:#eee;font-family:var(--font-roboto);font-size:16px;font-style:normal;font-weight:400;line-height:20px}.styles_FooterInfoText__6W8Nf a{color:#eee;text-decoration:none}.styles_Footer__logo__sSGEZ{display:flex}.styles_Footer__blockMain__1o6qQ{display:flex;align-items:center;justify-content:space-between}@media screen and (max-width:767px){.styles_Footer__blockMain__1o6qQ{flex-direction:column;gap:30px}}.styles_Footer__copyright__31DLQ{color:#a1a1a1;font-family:var(--font-ibm);font-size:13px;font-style:normal;font-weight:400;line-height:16px}@media screen and (max-width:767px){.styles_Footer__copyright__31DLQ{text-align:center}}.styles_ConnectWalletButton__WNvZN svg{transition:.2s}.styles_ConnectWalletButton__button__vQCGu{align-items:center;background-color:#21cf9a;border-radius:8px;color:#181818;cursor:pointer;display:inline-flex;font-size:14px;padding:8px 14px;transition:.5s;min-height:36px;font-family:var(--font-roboto),sans-serif;position:relative;border:0;gap:8px}.styles_ConnectWalletButton__button__vQCGu svg path{transition:.5s}.styles_ConnectWalletButton__button__vQCGu:active,.styles_ConnectWalletButton__button__vQCGu:focus,.styles_ConnectWalletButton__button__vQCGu:hover{color:#eee;background-color:#202121}.styles_ConnectWalletButton__button__vQCGu:active svg path,.styles_ConnectWalletButton__button__vQCGu:focus svg path,.styles_ConnectWalletButton__button__vQCGu:hover svg path{fill:#eee}.styles_ConnectWalletButton__buttonIsConnected__GY80_{background-color:transparent;color:#eee;border:1px solid #282829}@media screen and (max-width:767px){.styles_ConnectWalletButton__buttonIsConnected__GY80_{background-color:#0f0f0f}}.styles_ConnectWalletButton__button__vQCGu img{align-items:center;display:inline-flex;justify-content:center}.styles_ConnectWalletButton__text__g626s{font-size:14px;font-weight:400;letter-spacing:0}.styles_ConnectWalletButton__dropdown__1nHZP{display:none;border:1px solid #282829;background:#202121;box-shadow:0 0 30px 0 rgba(0,0,0,.2);border-radius:8px;cursor:pointer;list-style:none;min-width:155px;outline:none;position:absolute;right:0;top:50px;transform-origin:top right;width:100%;z-index:1000;flex-direction:column;overflow:hidden}@media screen and (max-width:767px){.styles_ConnectWalletButton__dropdown__1nHZP{top:auto;bottom:calc(100% + 15px)}}.styles_ConnectWalletButton__dropdownItem__fCxak{display:flex;color:#bababa;font-size:14px;padding:12px;width:100%;gap:8px;text-decoration:none;cursor:pointer;text-align:left;align-items:center}.styles_ConnectWalletButton__dropdownItem__fCxak:hover{background:#282829}.styles_ConnectWalletButton__dropdownVisible__szu3r{display:flex}.styles_ConnectWalletButton__dropdownVisible__szu3r svg{transform:rotate(180deg)}@media screen and (max-width:767px){.styles_ConnectWalletButton__WNvZN{position:fixed;bottom:8px;right:16px}}.styles_NetworksButton__biUzU{align-items:center;border:1px solid #282829;background:transparent;border-radius:8px;color:#eee;cursor:pointer;display:inline-flex;font-size:14px;padding:9px 16px;transition:.5s;min-height:36px;font-family:var(--font-roboto),sans-serif;position:relative;gap:8px}.styles_NetworksButton__biUzU svg{transition:.2s ease-in-out}.styles_NetworksButton__icon__kjU6e{border-radius:360px}.styles_NetworksButtonIsOpen__gyemn,.styles_NetworksButton__biUzU:active,.styles_NetworksButton__biUzU:hover{background:#202121}.styles_NetworksButton__biUzU:focus{outline:none;border:1px solid #a1a1a1}.styles_NetworksButtonIsDisabled__7RTXo{border:1px solid #282829;opacity:.5}.styles_NetworksButton__biUzU img{align-items:center;display:inline-flex;justify-content:center}.styles_NetworksButton__dropdown__ZLrz4{border:1px solid #282829;background:#202121;box-shadow:0 0 30px 0 rgba(0,0,0,.2);border-radius:8px;cursor:pointer;list-style:none;min-width:100%;outline:none;position:absolute;right:0;top:50px;transform-origin:top right;z-index:1000;flex-direction:column;display:none;overflow:hidden}.styles_NetworksButton__dropdownItem__GLNyV{display:flex;color:#bababa;font-size:14px;padding:8px 12px;text-decoration:none;width:100%;gap:8px;align-items:center}.styles_NetworksButton__dropdownItem__GLNyV:first-child{padding-top:12px}.styles_NetworksButton__dropdownItem__GLNyV:last-child{padding-bottom:12px}.styles_NetworksButton__dropdownItem__GLNyV img{border-radius:360px}.styles_NetworksButton__dropdownItem__GLNyV:hover{background:#282829}.styles_NetworksButton__dropdownItem__GLNyV p{margin:0 0 0 10px}.styles_NetworksButton__dropdownVisible__benGh{display:flex}@media screen and (max-width:1000px)and (min-width:768px){.styles_NetworksButton__biUzU{font-size:0}}.styles_NetworksButton__divider__3vTI_{height:1px;width:calc(100% - 24px);margin-left:12px;background:#282829}.styles_HeaderNavigation__ofRPO{display:flex;align-items:center;gap:32px}@media screen and (max-width:1000px){.styles_HeaderNavigation__ofRPO{gap:10px}}@media screen and (max-width:767px){.styles_HeaderNavigation__ofRPO{display:none}.styles_HeaderNavigationActive__H4ZHl{display:flex}}.styles_HeaderNavigation__switch__x0RBO{display:flex;coloR:#a1a1a1;cursor:pointer;border-radius:8px;border:1px solid #494949;background:#202121;height:32px;align-items:center;position:relative}.styles_HeaderNavigation__switchItem__hoWAL{padding:4px 8px;cursor:pointer;z-index:2;font-family:var(--font-roboto);font-size:14px;font-style:normal;font-weight:400;line-height:20px;color:#a1a1a1;transition:.5s}.styles_HeaderNavigation__switchItemActive__qSFX7{color:#fff}.styles_HeaderNavigation__switchBall__AT1F1{border-radius:7px;background:#6e6e6e;position:absolute;top:calc(50% - 14px);width:calc(100% - 2px);height:28px;left:1px;transition:.5s}.styles_HeaderNavigation__switchBallExchange__4HpD4{width:77px;left:1px}.styles_HeaderNavigation__switchBallDefi__cIydD{width:44px;left:calc(100% - 45px)}.styles_HeaderNavigation__item__7UNdf{font-family:var(--font-roboto);font-size:16px;font-style:normal;font-weight:400;line-height:20px;color:#a1a1a1;transition:.5s;text-decoration:none}.styles_HeaderNavigation__itemActive__KimIQ,.styles_HeaderNavigation__item__7UNdf:hover{color:#fff}@media screen and (max-width:1000px){.styles_HeaderNavigation__item__7UNdf{font-size:14px}}.styles_HeaderNavigation__items__pz7zG{display:flex;gap:16px}@media screen and (max-width:1000px){.styles_HeaderNavigation__items__pz7zG{gap:10px}}@media screen and (max-width:767px){.styles_HeaderNavigation__ofRPO{position:fixed;top:49px;justify-content:center;background-color:#0f0f0f;z-index:10;right:-100%;width:100%;padding:15px;transition:.5s;display:flex;opacity:0}.styles_HeaderNavigationActive__H4ZHl{right:0;opacity:1}}.styles_Hamburger__x6kFZ{display:none;padding:4px 3px;margin-left:auto;cursor:pointer;position:relative}@media screen and (max-width:767px){.styles_Hamburger__x6kFZ{display:block}}.styles_Hamburger__x6kFZ div{position:relative;width:20px;height:12px;overflow:hidden;transition:.3s}.styles_Hamburger__x6kFZ div span{top:0;bottom:0;margin:auto}.styles_Hamburger__x6kFZ div span,.styles_Hamburger__x6kFZ div:after,.styles_Hamburger__x6kFZ div:before{position:absolute;right:0;left:0;width:100%;height:1.5px;background:#fff;border-radius:2px}.styles_Hamburger__x6kFZ div:after,.styles_Hamburger__x6kFZ div:before{content:"";transition:all .3s ease}.styles_Hamburger__x6kFZ div:before{top:0}.styles_Hamburger__x6kFZ div:after{bottom:0}.styles_HamburgerActive__HpX4e:before{top:5px!important;transform:rotate(-45deg)}.styles_HamburgerActive__HpX4e:after{bottom:5px!important;transform:rotate(45deg)}.styles_HamburgerActive__HpX4e span{transition:.3s;transform:scale(0)}.styles_Header__3dn0m{display:flex;justify-content:center;position:relative;background:#0f0f0f;z-index:800}.styles_Header__container__msrU6{padding:5px 16px;display:flex;justify-content:space-between;align-items:center;width:100%}.styles_Header__left__fn1tB,.styles_Header__right__8hVmN{display:flex;align-items:center}.styles_Header__left__fn1tB{gap:16px}@media screen and (max-width:1000px){.styles_Header__left__fn1tB{gap:0}}.styles_Header__logo__T_tpQ{padding:2px;margin-left:0;display:flex}@media screen and (max-width:380px){.styles_Header__logo__T_tpQ{padding:9px 0 9px 15px}}.styles_Header__right__8hVmN{gap:16px}@media screen and (max-width:380px){.styles_Header__right__8hVmN{gap:8px}.styles_Header__logoBig__U9W1U{max-width:90px}}@media screen and (min-width:461px){.styles_Header__logoSmall__ZyzWw{display:none}}@media screen and (max-width:767px){.styles_Header__3dn0m{position:fixed;width:100%;top:0}}@font-face{font-family:__IBM_Plex_Sans_7045e4;font-style:normal;font-weight:400;font-display:swap;src:url(/_next/static/media/0148c4ca3456ea72-s.woff2) format("woff2");unicode-range:U+0460-052f,U+1c80-1c88,U+20b4,U+2de0-2dff,U+a640-a69f,U+fe2e-fe2f}@font-face{font-family:__IBM_Plex_Sans_7045e4;font-style:normal;font-weight:400;font-display:swap;src:url(/_next/static/media/4184cf5f191b83db-s.woff2) format("woff2");unicode-range:U+0301,U+0400-045f,U+0490-0491,U+04b0-04b1,U+2116}@font-face{font-family:__IBM_Plex_Sans_7045e4;font-style:normal;font-weight:400;font-display:swap;src:url(/_next/static/media/28cea0425961ab58-s.woff2) format("woff2");unicode-range:U+0370-0377,U+037a-037f,U+0384-038a,U+038c,U+038e-03a1,U+03a3-03ff}@font-face{font-family:__IBM_Plex_Sans_7045e4;font-style:normal;font-weight:400;font-display:swap;src:url(/_next/static/media/b4c759cba7a5f011-s.woff2) format("woff2");unicode-range:U+0102-0103,U+0110-0111,U+0128-0129,U+0168-0169,U+01a0-01a1,U+01af-01b0,U+0300-0301,U+0303-0304,U+0308-0309,U+0323,U+0329,U+1ea0-1ef9,U+20ab}@font-face{font-family:__IBM_Plex_Sans_7045e4;font-style:normal;font-weight:400;font-display:swap;src:url(/_next/static/media/de555e6bc944c11a-s.woff2) format("woff2");unicode-range:U+0100-02af,U+0304,U+0308,U+0329,U+1e00-1e9f,U+1ef2-1eff,U+2020,U+20a0-20ab,U+20ad-20c0,U+2113,U+2c60-2c7f,U+a720-a7ff}@font-face{font-family:__IBM_Plex_Sans_7045e4;font-style:normal;font-weight:400;font-display:swap;src:url(/_next/static/media/791334aa8b2b679f-s.p.woff2) format("woff2");unicode-range:U+00??,U+0131,U+0152-0153,U+02bb-02bc,U+02c6,U+02da,U+02dc,U+0304,U+0308,U+0329,U+2000-206f,U+2074,U+20ac,U+2122,U+2191,U+2193,U+2212,U+2215,U+feff,U+fffd}@font-face{font-family:__IBM_Plex_Sans_7045e4;font-style:normal;font-weight:500;font-display:swap;src:url(/_next/static/media/a2411df190893074-s.woff2) format("woff2");unicode-range:U+0460-052f,U+1c80-1c88,U+20b4,U+2de0-2dff,U+a640-a69f,U+fe2e-fe2f}@font-face{font-family:__IBM_Plex_Sans_7045e4;font-style:normal;font-weight:500;font-display:swap;src:url(/_next/static/media/60d74363e715829c-s.woff2) format("woff2");unicode-range:U+0301,U+0400-045f,U+0490-0491,U+04b0-04b1,U+2116}@font-face{font-family:__IBM_Plex_Sans_7045e4;font-style:normal;font-weight:500;font-display:swap;src:url(/_next/static/media/eb37c9fe4776ea97-s.woff2) format("woff2");unicode-range:U+0370-0377,U+037a-037f,U+0384-038a,U+038c,U+038e-03a1,U+03a3-03ff}@font-face{font-family:__IBM_Plex_Sans_7045e4;font-style:normal;font-weight:500;font-display:swap;src:url(/_next/static/media/bc381c5935034aa5-s.woff2) format("woff2");unicode-range:U+0102-0103,U+0110-0111,U+0128-0129,U+0168-0169,U+01a0-01a1,U+01af-01b0,U+0300-0301,U+0303-0304,U+0308-0309,U+0323,U+0329,U+1ea0-1ef9,U+20ab}@font-face{font-family:__IBM_Plex_Sans_7045e4;font-style:normal;font-weight:500;font-display:swap;src:url(/_next/static/media/f565fad065ab4cf3-s.woff2) format("woff2");unicode-range:U+0100-02af,U+0304,U+0308,U+0329,U+1e00-1e9f,U+1ef2-1eff,U+2020,U+20a0-20ab,U+20ad-20c0,U+2113,U+2c60-2c7f,U+a720-a7ff}@font-face{font-family:__IBM_Plex_Sans_7045e4;font-style:normal;font-weight:500;font-display:swap;src:url(/_next/static/media/f9946f06d70a1b5b-s.p.woff2) format("woff2");unicode-range:U+00??,U+0131,U+0152-0153,U+02bb-02bc,U+02c6,U+02da,U+02dc,U+0304,U+0308,U+0329,U+2000-206f,U+2074,U+20ac,U+2122,U+2191,U+2193,U+2212,U+2215,U+feff,U+fffd}@font-face{font-family:__IBM_Plex_Sans_7045e4;font-style:normal;font-weight:600;font-display:swap;src:url(/_next/static/media/d1f5f89450ecd78c-s.woff2) format("woff2");unicode-range:U+0460-052f,U+1c80-1c88,U+20b4,U+2de0-2dff,U+a640-a69f,U+fe2e-fe2f}@font-face{font-family:__IBM_Plex_Sans_7045e4;font-style:normal;font-weight:600;font-display:swap;src:url(/_next/static/media/ebcf93a611f94ec0-s.woff2) format("woff2");unicode-range:U+0301,U+0400-045f,U+0490-0491,U+04b0-04b1,U+2116}@font-face{font-family:__IBM_Plex_Sans_7045e4;font-style:normal;font-weight:600;font-display:swap;src:url(/_next/static/media/ec50b434b597bc61-s.woff2) format("woff2");unicode-range:U+0370-0377,U+037a-037f,U+0384-038a,U+038c,U+038e-03a1,U+03a3-03ff}@font-face{font-family:__IBM_Plex_Sans_7045e4;font-style:normal;font-weight:600;font-display:swap;src:url(/_next/static/media/6be22a85bef54f08-s.woff2) format("woff2");unicode-range:U+0102-0103,U+0110-0111,U+0128-0129,U+0168-0169,U+01a0-01a1,U+01af-01b0,U+0300-0301,U+0303-0304,U+0308-0309,U+0323,U+0329,U+1ea0-1ef9,U+20ab}@font-face{font-family:__IBM_Plex_Sans_7045e4;font-style:normal;font-weight:600;font-display:swap;src:url(/_next/static/media/9491f41002d34397-s.woff2) format("woff2");unicode-range:U+0100-02af,U+0304,U+0308,U+0329,U+1e00-1e9f,U+1ef2-1eff,U+2020,U+20a0-20ab,U+20ad-20c0,U+2113,U+2c60-2c7f,U+a720-a7ff}@font-face{font-family:__IBM_Plex_Sans_7045e4;font-style:normal;font-weight:600;font-display:swap;src:url(/_next/static/media/afba6ba6bf9157e8-s.p.woff2) format("woff2");unicode-range:U+00??,U+0131,U+0152-0153,U+02bb-02bc,U+02c6,U+02da,U+02dc,U+0304,U+0308,U+0329,U+2000-206f,U+2074,U+20ac,U+2122,U+2191,U+2193,U+2212,U+2215,U+feff,U+fffd}@font-face{font-family:__IBM_Plex_Sans_7045e4;font-style:normal;font-weight:700;font-display:swap;src:url(/_next/static/media/be843c5b0882ad66-s.woff2) format("woff2");unicode-range:U+0460-052f,U+1c80-1c88,U+20b4,U+2de0-2dff,U+a640-a69f,U+fe2e-fe2f}@font-face{font-family:__IBM_Plex_Sans_7045e4;font-style:normal;font-weight:700;font-display:swap;src:url(/_next/static/media/67aea609c6135b3b-s.woff2) format("woff2");unicode-range:U+0301,U+0400-045f,U+0490-0491,U+04b0-04b1,U+2116}@font-face{font-family:__IBM_Plex_Sans_7045e4;font-style:normal;font-weight:700;font-display:swap;src:url(/_next/static/media/09b62d668edb05d1-s.woff2) format("woff2");unicode-range:U+0370-0377,U+037a-037f,U+0384-038a,U+038c,U+038e-03a1,U+03a3-03ff}@font-face{font-family:__IBM_Plex_Sans_7045e4;font-style:normal;font-weight:700;font-display:swap;src:url(/_next/static/media/10446295ae7f2657-s.woff2) format("woff2");unicode-range:U+0102-0103,U+0110-0111,U+0128-0129,U+0168-0169,U+01a0-01a1,U+01af-01b0,U+0300-0301,U+0303-0304,U+0308-0309,U+0323,U+0329,U+1ea0-1ef9,U+20ab}@font-face{font-family:__IBM_Plex_Sans_7045e4;font-style:normal;font-weight:700;font-display:swap;src:url(/_next/static/media/b6ecfd81ed9f83c9-s.woff2) format("woff2");unicode-range:U+0100-02af,U+0304,U+0308,U+0329,U+1e00-1e9f,U+1ef2-1eff,U+2020,U+20a0-20ab,U+20ad-20c0,U+2113,U+2c60-2c7f,U+a720-a7ff}@font-face{font-family:__IBM_Plex_Sans_7045e4;font-style:normal;font-weight:700;font-display:swap;src:url(/_next/static/media/08404bcfb1dae67a-s.p.woff2) format("woff2");unicode-range:U+00??,U+0131,U+0152-0153,U+02bb-02bc,U+02c6,U+02da,U+02dc,U+0304,U+0308,U+0329,U+2000-206f,U+2074,U+20ac,U+2122,U+2191,U+2193,U+2212,U+2215,U+feff,U+fffd}@font-face{font-family:__IBM_Plex_Sans_Fallback_7045e4;src:local("Arial");ascent-override:101.44%;descent-override:27.22%;line-gap-override:0.00%;size-adjust:101.04%}.__className_7045e4{font-family:__IBM_Plex_Sans_7045e4,__IBM_Plex_Sans_Fallback_7045e4;font-style:normal}@font-face{font-family:__Roboto_6c8b98;font-style:normal;font-weight:400;font-display:swap;src:url(/_next/static/media/7c53f7419436e04b-s.woff2) format("woff2");unicode-range:U+0460-052f,U+1c80-1c88,U+20b4,U+2de0-2dff,U+a640-a69f,U+fe2e-fe2f}@font-face{font-family:__Roboto_6c8b98;font-style:normal;font-weight:400;font-display:swap;src:url(/_next/static/media/1c57ca6f5208a29b-s.woff2) format("woff2");unicode-range:U+0301,U+0400-045f,U+0490-0491,U+04b0-04b1,U+2116}@font-face{font-family:__Roboto_6c8b98;font-style:normal;font-weight:400;font-display:swap;src:url(/_next/static/media/cff529cd86cc0276-s.woff2) format("woff2");unicode-range:U+1f??}@font-face{font-family:__Roboto_6c8b98;font-style:normal;font-weight:400;font-display:swap;src:url(/_next/static/media/7be645d133f3ee22-s.woff2) format("woff2");unicode-range:U+0370-0377,U+037a-037f,U+0384-038a,U+038c,U+038e-03a1,U+03a3-03ff}@font-face{font-family:__Roboto_6c8b98;font-style:normal;font-weight:400;font-display:swap;src:url(/_next/static/media/5647e4c23315a2d2-s.woff2) format("woff2");unicode-range:U+0102-0103,U+0110-0111,U+0128-0129,U+0168-0169,U+01a0-01a1,U+01af-01b0,U+0300-0301,U+0303-0304,U+0308-0309,U+0323,U+0329,U+1ea0-1ef9,U+20ab}@font-face{font-family:__Roboto_6c8b98;font-style:normal;font-weight:400;font-display:swap;src:url(/_next/static/media/3dbd163d3bb09d47-s.woff2) format("woff2");unicode-range:U+0100-02af,U+0304,U+0308,U+0329,U+1e00-1e9f,U+1ef2-1eff,U+2020,U+20a0-20ab,U+20ad-20c0,U+2113,U+2c60-2c7f,U+a720-a7ff}@font-face{font-family:__Roboto_6c8b98;font-style:normal;font-weight:400;font-display:swap;src:url(/_next/static/media/934c4b7cb736f2a3-s.p.woff2) format("woff2");unicode-range:U+00??,U+0131,U+0152-0153,U+02bb-02bc,U+02c6,U+02da,U+02dc,U+0304,U+0308,U+0329,U+2000-206f,U+2074,U+20ac,U+2122,U+2191,U+2193,U+2212,U+2215,U+feff,U+fffd}@font-face{font-family:__Roboto_6c8b98;font-style:normal;font-weight:500;font-display:swap;src:url(/_next/static/media/dfa8b99978df7bbc-s.woff2) format("woff2");unicode-range:U+0460-052f,U+1c80-1c88,U+20b4,U+2de0-2dff,U+a640-a69f,U+fe2e-fe2f}@font-face{font-family:__Roboto_6c8b98;font-style:normal;font-weight:500;font-display:swap;src:url(/_next/static/media/42d52f46a26971a3-s.woff2) format("woff2");unicode-range:U+0301,U+0400-045f,U+0490-0491,U+04b0-04b1,U+2116}@font-face{font-family:__Roboto_6c8b98;font-style:normal;font-weight:500;font-display:swap;src:url(/_next/static/media/a6d330d7873e7320-s.woff2) format("woff2");unicode-range:U+1f??}@font-face{font-family:__Roboto_6c8b98;font-style:normal;font-weight:500;font-display:swap;src:url(/_next/static/media/a5b77b63ef20339c-s.woff2) format("woff2");unicode-range:U+0370-0377,U+037a-037f,U+0384-038a,U+038c,U+038e-03a1,U+03a3-03ff}@font-face{font-family:__Roboto_6c8b98;font-style:normal;font-weight:500;font-display:swap;src:url(/_next/static/media/d117eea74e01de14-s.woff2) format("woff2");unicode-range:U+0102-0103,U+0110-0111,U+0128-0129,U+0168-0169,U+01a0-01a1,U+01af-01b0,U+0300-0301,U+0303-0304,U+0308-0309,U+0323,U+0329,U+1ea0-1ef9,U+20ab}@font-face{font-family:__Roboto_6c8b98;font-style:normal;font-weight:500;font-display:swap;src:url(/_next/static/media/eb52b768f62eeeb4-s.woff2) format("woff2");unicode-range:U+0100-02af,U+0304,U+0308,U+0329,U+1e00-1e9f,U+1ef2-1eff,U+2020,U+20a0-20ab,U+20ad-20c0,U+2113,U+2c60-2c7f,U+a720-a7ff}@font-face{font-family:__Roboto_6c8b98;font-style:normal;font-weight:500;font-display:swap;src:url(/_next/static/media/627622453ef56b0d-s.p.woff2) format("woff2");unicode-range:U+00??,U+0131,U+0152-0153,U+02bb-02bc,U+02c6,U+02da,U+02dc,U+0304,U+0308,U+0329,U+2000-206f,U+2074,U+20ac,U+2122,U+2191,U+2193,U+2212,U+2215,U+feff,U+fffd}@font-face{font-family:__Roboto_6c8b98;font-style:normal;font-weight:700;font-display:swap;src:url(/_next/static/media/e25729ca87cc7df9-s.woff2) format("woff2");unicode-range:U+0460-052f,U+1c80-1c88,U+20b4,U+2de0-2dff,U+a640-a69f,U+fe2e-fe2f}@font-face{font-family:__Roboto_6c8b98;font-style:normal;font-weight:700;font-display:swap;src:url(/_next/static/media/912a9cfe43c928d9-s.woff2) format("woff2");unicode-range:U+0301,U+0400-045f,U+0490-0491,U+04b0-04b1,U+2116}@font-face{font-family:__Roboto_6c8b98;font-style:normal;font-weight:700;font-display:swap;src:url(/_next/static/media/baf12dd90520ae41-s.woff2) format("woff2");unicode-range:U+1f??}@font-face{font-family:__Roboto_6c8b98;font-style:normal;font-weight:700;font-display:swap;src:url(/_next/static/media/bbdb6f0234009aba-s.woff2) format("woff2");unicode-range:U+0370-0377,U+037a-037f,U+0384-038a,U+038c,U+038e-03a1,U+03a3-03ff}@font-face{font-family:__Roboto_6c8b98;font-style:normal;font-weight:700;font-display:swap;src:url(/_next/static/media/f06116e890b3dadb-s.woff2) format("woff2");unicode-range:U+0102-0103,U+0110-0111,U+0128-0129,U+0168-0169,U+01a0-01a1,U+01af-01b0,U+0300-0301,U+0303-0304,U+0308-0309,U+0323,U+0329,U+1ea0-1ef9,U+20ab}@font-face{font-family:__Roboto_6c8b98;font-style:normal;font-weight:700;font-display:swap;src:url(/_next/static/media/8fb72f69fba4e3d2-s.woff2) format("woff2");unicode-range:U+0100-02af,U+0304,U+0308,U+0329,U+1e00-1e9f,U+1ef2-1eff,U+2020,U+20a0-20ab,U+20ad-20c0,U+2113,U+2c60-2c7f,U+a720-a7ff}@font-face{font-family:__Roboto_6c8b98;font-style:normal;font-weight:700;font-display:swap;src:url(/_next/static/media/0e4fe491bf84089c-s.p.woff2) format("woff2");unicode-range:U+00??,U+0131,U+0152-0153,U+02bb-02bc,U+02c6,U+02da,U+02dc,U+0304,U+0308,U+0329,U+2000-206f,U+2074,U+20ac,U+2122,U+2191,U+2193,U+2212,U+2215,U+feff,U+fffd}@font-face{font-family:__Roboto_Fallback_6c8b98;src:local("Arial");ascent-override:92.67%;descent-override:24.39%;line-gap-override:0.00%;size-adjust:100.11%}.__className_6c8b98{font-family:__Roboto_6c8b98,__Roboto_Fallback_6c8b98;font-style:normal}