@import url(https://fonts.googleapis.com/css2?family=Poppins:wght@400;500;600;800&display=swap);body{margin:0;font-family:-apple-system,BlinkMacSystemFont,"Segoe UI","Roboto","Oxygen","Ubuntu","Cantarell","Fira Sans","Droid Sans","Helvetica Neue",sans-serif;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}code{font-family:source-code-pro,Menlo,Monaco,Consolas,"Courier New",monospace}@-webkit-keyframes rotate{0%{-webkit-transform:rotate(0);transform:rotate(0)}50%{-webkit-transform:rotate(180deg);transform:rotate(180deg)}to{-webkit-transform:rotate(1turn);transform:rotate(1turn)}}@keyframes rotate{0%{-webkit-transform:rotate(0);transform:rotate(0)}50%{-webkit-transform:rotate(180deg);transform:rotate(180deg)}to{-webkit-transform:rotate(1turn);transform:rotate(1turn)}}@-webkit-keyframes fadein{0%{opacity:0}to{opacity:1}}@keyframes fadein{0%{opacity:0}to{opacity:1}}@-webkit-keyframes dropin{0%{opacity:0;-webkit-transform:translateY(-30px);transform:translateY(-30px)}to{opacity:1;-webkit-transform:translateY(0);transform:translateY(0)}}@keyframes dropin{0%{opacity:0;-webkit-transform:translateY(-30px);transform:translateY(-30px)}to{opacity:1;-webkit-transform:translateY(0);transform:translateY(0)}}@-webkit-keyframes dropout{0%{opacity:0;-webkit-transform:translateY(0);transform:translateY(0)}to{opacity:1;-webkit-transform:translateY(-30px);transform:translateY(-30px)}}@keyframes dropout{0%{opacity:0;-webkit-transform:translateY(0);transform:translateY(0)}to{opacity:1;-webkit-transform:translateY(-30px);transform:translateY(-30px)}}@-webkit-keyframes pulse{0%{-webkit-transform:scale(1);transform:scale(1);opacity:1}20%{-webkit-transform:scale(1.1);transform:scale(1.1);opacity:0}31%{-webkit-transform:scale(.7);transform:scale(.7);opacity:0}32%{opacity:0}50%{-webkit-transform:scale(1);transform:scale(1);opacity:1}to{-webkit-transform:scale(1);transform:scale(1);opacity:1}}@keyframes pulse{0%{-webkit-transform:scale(1);transform:scale(1);opacity:1}20%{-webkit-transform:scale(1.1);transform:scale(1.1);opacity:0}31%{-webkit-transform:scale(.7);transform:scale(.7);opacity:0}32%{opacity:0}50%{-webkit-transform:scale(1);transform:scale(1);opacity:1}to{-webkit-transform:scale(1);transform:scale(1);opacity:1}}@-webkit-keyframes frag{0%{-webkit-transform:scale(1);transform:scale(1);opacity:1}20%{-webkit-transform:translate(7px,-7px);transform:translate(7px,-7px);opacity:0}25%{opacity:0}31%{-webkit-transform:translate(-10px,10px);transform:translate(-10px,10px)}32%{opacity:0}50%{-webkit-transform:translate(0);transform:translate(0);opacity:1}to{-webkit-transform:scale(1);transform:scale(1);opacity:1}}@keyframes frag{0%{-webkit-transform:scale(1);transform:scale(1);opacity:1}20%{-webkit-transform:translate(7px,-7px);transform:translate(7px,-7px);opacity:0}25%{opacity:0}31%{-webkit-transform:translate(-10px,10px);transform:translate(-10px,10px)}32%{opacity:0}50%{-webkit-transform:translate(0);transform:translate(0);opacity:1}to{-webkit-transform:scale(1);transform:scale(1);opacity:1}}.fade-in{-webkit-animation:fadein .5s forwards;animation:fadein .5s forwards;-webkit-animation-timing-function:ease-in-out;animation-timing-function:ease-in-out}button,h1,h2,h3,h4,h5,h6,li,p,ul{margin:0;padding:0}div{box-sizing:border-box}body,html{height:100%}body{font-family:"Poppins",sans-serif;font-weight:400;font-stretch:normal;font-style:normal;line-height:normal}.even{display:flex}.even>*{flex:1 1;padding-right:5px}.even>:last-child{padding-right:0}@media screen and (max-width:600px){.even{flex-wrap:wrap}}.split{display:flex;justify-content:space-between;align-items:center}.ln{background-color:#979797;display:block;height:2px}.ln.light{background-color:rgba(11,4,18,.2)}#root{display:flex;min-height:100%}.container{width:95%;margin:0 auto;max-width:1260px;transition:all .3s}@media screen and (max-width:1600px){.container{max-width:1160px}}@media screen and (max-width:1366px){.container{max-width:1036px}}.title-bar{height:117px}@media screen and (max-width:1600px){.title-bar{height:86px}}.title-bar h1{font-size:28px;font-weight:400;letter-spacing:1.4px}.modal-container{opacity:0;position:fixed;top:-200vh;z-index:100000;background-color:hsla(0,0%,100%,.9);left:0;width:100%;height:100%;transition:opacity .3s;align-items:center;justify-content:center}.modal-container.active{top:0;display:flex;opacity:1}.modal-dialog{width:815px;height:600px;background-color:#fff;border-radius:6px;box-shadow:0 0 15px 0 rgba(0,0,0,.2),0 0 10px 0 rgba(0,0,0,.1)}@media screen and (max-width:1023px){.modal-dialog{width:80%;min-height:80%}}@media screen and (max-width:600px){.modal-dialog{width:98%;min-height:90%}}.modal-close-btn{display:flex;justify-content:flex-end;margin:30px;opacity:.7;transition:all .2s}.modal-close-btn:hover{opacity:1}.modal-close-btn img{width:24px;cursor:pointer}.tooltip{color:#000;opacity:0;-webkit-animation:fadein .3s forwards;animation:fadein .3s forwards;min-width:30px;top:60px;left:50%;-webkit-transform:translate(-50%);transform:translate(-50%);padding:0 10px;background-color:#fff;font-size:14px;border-radius:4px;position:absolute;z-index:666;box-sizing:border-box;box-shadow:0 1px 4px rgba(0,0,0,.25);display:flex;flex-direction:column;align-items:center;justify-content:center;height:40px;white-space:nowrap}.tooltip-container{position:relative;flex:1 1}@media screen and (max-width:1399px){.tooltip{font-size:12px;height:30px}}@media screen and (max-width:767px){.tooltip{height:20px;font-size:10px;padding:0 3px}}.react-tooltip-custom{font-size:14px;border-radius:4px;z-index:666;box-sizing:border-box;color:#000;opacity:1!important;background-color:#fff;box-shadow:0 1px 4px rgba(0,0,0,.25);padding:0 10px}@media screen and (max-width:1399px){.react-tooltip-custom{font-size:12px}}@media screen and (max-width:767px){.react-tooltip-custom{font-size:10px;padding:0 3px}}.tooltip i{top:100%;margin-left:-8px;width:16px;overflow:hidden}.tooltip i,.tooltip i:after{position:absolute;left:50%;height:8px}.tooltip i:after{content:"";width:8px;top:-100%;-webkit-transform:translate(-50%,50%) rotate(45deg);transform:translate(-50%,50%) rotate(45deg);background-color:#fff;box-shadow:0 1px 4px rgba(0,0,0,.25)}.tooltip.bottom i{top:auto;bottom:100%}.tooltip.bottom i:after{top:0}.tooltip.left{margin-left:14%}@media screen and (max-width:767px){.tooltip.left{margin-left:19%}}.tooltip.left i{left:15%}.tooltip.right{margin-right:25%}.tooltip.right i{right:15%}.loading-indicator{width:46px}@media screen and (max-width:600px){.mobile-hide{display:none}}.result{width:20px;opacity:0;-webkit-animation:fadein 1s forwards;animation:fadein 1s forwards}.warning{color:#fff;font-size:14px}.warning,.warning.tooltip i:after{background-color:#ff6463}.limited-width{width:100%;min-height:40px;height:auto;padding:15px;white-space:normal}.tickbox{width:37px;height:14px;border-radius:666px;background-color:rgba(11,4,18,.2);position:relative;transition:all .3s}.tickbox .lds-ring{opacity:0;-webkit-animation-delay:.8s;animation-delay:.8s;-webkit-animation:fadein .3s forwards;animation:fadein .3s forwards;position:absolute;left:50%;z-index:100;margin-top:-3px}.tickbox:after{content:" ";position:absolute;left:0;top:-3px;height:20px;width:20px;border-radius:666px;background-color:#fff;box-shadow:0 0 6px 0 rgba(0,0,0,.22);transition:all .3s}.tickbox.active{background-color:#8bd5ab}.tickbox.active:after,.tickbox.loading:after{left:50%;background-color:#0f874a}.app-error{display:flex;color:#8c0000;background-color:#fdd;font-size:12px;align-items:center;justify-content:center;height:27px}.app-error-container{position:fixed;top:0;z-index:100000;width:100%}.lds-ring{display:inline-block;position:relative;width:20px;height:20px}.lds-ring div{box-sizing:border-box;display:block;position:absolute;width:16px;height:16px;margin:2px;border-radius:50%;-webkit-animation:lds-ring 1.2s cubic-bezier(.5,0,.5,1) infinite;animation:lds-ring 1.2s cubic-bezier(.5,0,.5,1) infinite;border:2px solid transparent;border-top-color:#fff}.lds-ring div:first-child{-webkit-animation-delay:-.45s;animation-delay:-.45s}.lds-ring div:nth-child(2){-webkit-animation-delay:-.3s;animation-delay:-.3s}.lds-ring div:nth-child(3){-webkit-animation-delay:-.15s;animation-delay:-.15s}@-webkit-keyframes lds-ring{0%{-webkit-transform:rotate(0deg);transform:rotate(0deg)}to{-webkit-transform:rotate(1turn);transform:rotate(1turn)}}@keyframes lds-ring{0%{-webkit-transform:rotate(0deg);transform:rotate(0deg)}to{-webkit-transform:rotate(1turn);transform:rotate(1turn)}}.pulser{height:315px;object-fit:contain}@media screen and (max-width:1600px){.pulser{width:414px;height:250px}}@media screen and (max-width:1366px){.pulser{width:400px;height:250px}}@media screen and (max-width:1023px){.pulser{width:390px;height:250px}}@media screen and (max-width:600px){.pulser{width:360px;height:250px}}.pulser circle{-webkit-animation:pulse 4s infinite;animation:pulse 4s infinite;-webkit-transform-origin:center;transform-origin:center}.pulser circle:first-child{-webkit-animation-delay:.2s;animation-delay:.2s}.pulser circle:nth-child(2){-webkit-animation-delay:.4s;animation-delay:.4s}.pulser circle:nth-child(3){-webkit-animation-delay:.6s;animation-delay:.6s}.pulser circle:nth-child(6){-webkit-animation-delay:.8s;animation-delay:.8s}.pulser circle:nth-child(7){-webkit-animation-delay:1s;animation-delay:1s}.overlay-container{position:relative}.overlay-container .overlay{width:100%;height:100%;position:absolute;top:0;left:0}.blur-fade{-webkit-filter:blur(50px);filter:blur(50px);opacity:.5}span.ticker>span{display:inline-block;width:26px;text-align:left;font-family:"NeueHaasGroteskDisp Pro Md";transition:all .2s;color:hsla(0,0%,100%,.5)}span.ticker>span.primary{color:#fff}@media screen and (max-width:1600px){span.ticker>span{font-size:32px;width:18.5px;padding-left:2px;font-weight:400}}@media screen and (max-width:1366px){span.ticker>span{font-size:31px;max-width:18px}}span.ticker>span.in{opacity:0;-webkit-animation:dropin .3s forwards;animation:dropin .3s forwards}span.ticker>span.dot{width:10px}@media screen and (max-width:1600px){span.ticker>span.dot{max-width:6.5px}}@media screen and (max-width:1366px){span.ticker>span.dot{max-width:6px}}span.ticker>span.one{width:15px}@media screen and (max-width:1600px){span.ticker>span.one{max-width:11px}}@media screen and (max-width:1366px){span.ticker>span.one{max-width:12px}}span.ticker>span.s-primary{font-size:27.5px;width:16.25px;color:#fff}@media screen and (max-width:1600px){span.ticker>span.s-primary{font-size:24px;max-width:12.75px}}@media screen and (max-width:1366px){span.ticker>span.s-primary{font-size:20px;max-width:10.5px}}span.ticker>span.s-one{font-size:27.5px;width:13.25px}@media screen and (max-width:1600px){span.ticker>span.s-one{font-size:24px;max-width:9.25px}}@media screen and (max-width:1366px){span.ticker>span.s-one{font-size:20px;max-width:7.5px}}span.ticker>span.small{font-size:27.5px;width:16.25px}@media screen and (max-width:1600px){span.ticker>span.small{font-size:24px;max-width:12.75px}}@media screen and (max-width:1366px){span.ticker>span.small{font-size:20px;max-width:10.5px}}span.ticker>span.fade-small-one{font-size:27.5px;width:10.25px}@media screen and (max-width:1600px){span.ticker>span.fade-small-one{font-size:24px;max-width:8.25px}}@media screen and (max-width:1366px){span.ticker>span.fade-small-one{font-size:20px;max-width:8.5px}}span.ticker-small>span{display:inline-block;text-align:left;font-family:"NeueHaasGroteskDisp Pro Md";transition:all .2s;color:hsla(0,0%,100%,.5)}span.ticker-small>span.primary{color:#fff}@media screen and (max-width:1600px){span.ticker-small>span{font-weight:400}}span.ticker-small>span.in{opacity:0;-webkit-animation:dropin .3s forwards;animation:dropin .3s forwards}span.ticker-small>span.s-primary{color:#fff}.clickable{cursor:pointer!important}html{overflow:-moz-scrollbars-none;scrollbar-width:none;-ms-overflow-style:none}html::-webkit-scrollbar{width:0!important;display:none}@media screen and (max-width:600px){.currency-input ::-webkit-input-placeholder{color:#fff}.currency-input :-ms-input-placeholder{color:#fff}.currency-input ::placeholder{color:#fff}}@media screen and (max-width:1366px){.placeholder-hide ::-webkit-input-placeholder{color:#fff}.placeholder-hide :-ms-input-placeholder{color:#fff}.placeholder-hide ::placeholder{color:#fff}}.connect-button{cursor:pointer;display:inline-flex;justify-content:center;align-items:center;border-radius:6px;padding:0 25px;border:2px solid #25c068;color:#25c068;margin:0;height:40px;font-size:14px;transition:all .3s;font-family:"NeueHaasGroteskDisp Pro Md";letter-spacing:.6px;text-transform:uppercase}@media screen and (max-width:1600px){.connect-button{height:34px;font-size:12px}}.connect-button .btn-inner{white-space:nowrap;overflow:hidden;text-overflow:ellipsis;text-transform:none;max-width:200px}@media screen and (max-width:600px){.connect-button .btn-inner{max-width:100px}}.connect-button:hover{border-color:#979797}.connect-button.active{border-color:#000;background-color:#000;color:#fff}.terms-wrapper{display:flex;height:40px}@media screen and (max-width:600px){.terms-wrapper{flex-direction:column-reverse;height:120px;justify-content:space-between;max-width:140px}}.terms-wrapper .term-text-btn{font-size:11px;line-height:14px;color:#647686;display:inline-flex;justify-content:center;align-items:center;max-width:200px;padding:0 10px;background-color:#d6f2e3;border-radius:6px}@media screen and (max-width:600px){.terms-wrapper .term-text-btn{padding:10px}}.view-button a{display:flex;align-items:center;text-transform:uppercase;text-decoration:none;color:#25c068;font-weight:500;font-size:16px;letter-spacing:.8px}.view-button a span{margin-right:6px}.migration-btn{cursor:pointer;border:0;border-radius:6px;width:200px;height:59px;background-color:#d6f2e3;color:#17ab57;letter-spacing:.83px;font-size:16px;font-family:"NeueHaasGroteskDisp Pro Md",sans-serif;text-transform:uppercase;transition:all .2s}.migration-btn:hover{background-color:#89d9ae;color:#0b5129}.currency-action-button{cursor:pointer;border:0;border-radius:6px;width:110px;height:45px;background-color:#d6f2e3;color:#17ab57;letter-spacing:.7px;font-size:14px;font-family:"NeueHaasGroteskDisp Pro Md",sans-serif;text-transform:uppercase;margin-bottom:23px}.currency-action-button:last-child{margin-bottom:0}@media screen and (max-width:1600px){.currency-action-button{height:38px;font-size:12px;margin-bottom:20px}}.currency-input-button,.currency-input button{cursor:pointer;border:0;border-radius:6px;width:110px;height:45px;background-color:#d6f2e3;color:#25c068;letter-spacing:.7px;font-size:14px;font-family:"NeueHaasGroteskDisp Pro Md",sans-serif;text-transform:uppercase;margin-left:10px;transition:all .3s}.currency-input-button.disabled,.currency-input button.disabled{color:#aaa;background-color:#ddd}@media screen and (max-width:1600px){.currency-input-button,.currency-input button{height:38px;font-size:12px;margin-bottom:20px}}x{color:#979797}.currency-container{position:relative;top:30px;margin-bottom:200px;align-items:flex-start;box-sizing:border-box}@media screen and (max-width:1250px){.currency-container{flex-direction:column}}@media screen and (max-width:1023px){.currency-container{top:30px}}.currency-box-container{margin-right:38px;flex:1 1;border-radius:12px;box-shadow:0 0 6px 0 rgba(0,0,0,.22);border-style:solid;border-width:.5px;border-image-source:linear-gradient(180deg,hsla(0,0%,100%,.8),hsla(0,0%,100%,.4) 5%,hsla(0,0%,100%,0) 20%,hsla(0,0%,100%,0));border-image-slice:1;background-image:linear-gradient(180deg,#fff,#fff),linear-gradient(180deg,hsla(0,0%,100%,.8),hsla(0,0%,100%,.4) 5%,hsla(0,0%,100%,0) 20%,hsla(0,0%,100%,0));background-origin:border-box;background-color:#fff;background-clip:content-box,border-box;transition:all .3s;position:relative;top:0}@media screen and (max-width:1366px){.currency-box-container{width:100%;margin-bottom:20px}.currency-box-container:last-child{margin-bottom:0}}.currency-box-container:last-child{margin-right:0}.currency-box-container.active{top:0;box-shadow:0 8px 10px -5px rgba(0,0,0,.2),0 16px 24px 2px rgba(0,0,0,.14)}@media screen and (max-width:1366px){.currency-box-container.active{top:0}}.currency-box{padding:0 20px;display:flex;box-sizing:border-box;z-index:5;flex-wrap:wrap;position:relative;height:193px;width:100%}@media screen and (max-width:1600px){.currency-box{height:164px}}@media screen and (max-width:1366px){.currency-box{margin:0}}.currency-box-close{width:59px;height:59px;cursor:pointer;position:absolute;right:20px;top:-30px;opacity:0;transition:all .5s ease-out}@media screen and (max-width:1600px){.currency-box-close{right:14px}}.currency-box-close.active{opacity:1;transition:all .5s ease-out;z-index:1000;visibility:visible;-webkit-transform:rotate(180deg);transform:rotate(180deg)}.currency-box-close img{object-fit:contain}.currency-icon{display:flex;align-items:center;justify-content:center}.currency-icon img{height:100%;width:100%}.currency-title{font-family:"NeueHaasGroteskDisp Pro Md";font-size:22px;letter-spacing:1.1px;margin-left:20px;flex:1 1}@media screen and (max-width:1600px){.currency-title{font-size:19px}}.currency-value{width:160px;text-align:right;font-family:"NeueHaasGroteskDisp Pro Md"}@media screen and (max-width:1600px){.currency-value{width:140px}}.currency-value p{font-size:24px;line-height:26px;margin-bottom:5px}@media screen and (max-width:1600px){.currency-value p{font-size:20px}}.currency-value small{font-size:14px;color:rgba(11,4,18,.48)}.currency-meta{flex:1 1;display:flex;align-items:center}.currency-actions{margin-left:50px;display:flex;flex-direction:column;align-items:stretch;justify-content:center}@media screen and (max-width:1600px){.currency-actions{margin-left:35px}}.currency-action-panel-container{background-color:#fff;height:0;box-sizing:border-box;transition:all .4s;overflow-y:hidden;display:flex;flex-direction:column;border-bottom-left-radius:10px;border-bottom-right-radius:10px}.currency-action-panel-container.active{height:300px}@media screen and (max-width:600px){.currency-action-panel-container.active{height:100%}}.currency-action-panel-container.active.completed,.currency-action-panel-container.active.loading{height:89px}.currency-action-panel-container.active.failed{height:89px;background-color:rgba(255,221,221,.2)}.currency-action-panel{border-top:1px solid hsla(0,0%,59.2%,.2);padding:0 38px;color:#0b0412;flex:1 1;display:flex;flex-direction:column;align-items:stretch;justify-content:center}.currency-action-panel svg{width:48px}.currency-action-panel svg path{-webkit-transform-origin:center;transform-origin:center;-webkit-animation:frag 3s infinite;animation:frag 3s infinite}.currency-action-panel svg path:first-child{-webkit-animation-delay:0s;animation-delay:0s}.currency-action-panel svg path:nth-child(2){-webkit-animation-delay:.1s;animation-delay:.1s}.currency-action-panel svg path:nth-child(3){-webkit-animation-delay:.2s;animation-delay:.2s}.currency-action-panel svg path:nth-child(4){-webkit-animation-delay:.3s;animation-delay:.3s}.currency-action-panel.centered{display:flex;height:100%;align-items:center;justify-content:space-between;flex-direction:row}.currency-action-panel h2{font-family:"NeueHaasGroteskDisp Pro Md";font-size:24px;letter-spacing:1.2px;font-weight:400;margin-bottom:7px;margin-top:7px;text-transform:uppercase}@media screen and (max-width:1600px){.currency-action-panel h2{font-size:20px}}.currency-action-panel h3{font-size:14px;font-weight:500;letter-spacing:normal;display:flex;align-items:center}.currency-action-panel h3 span{margin-left:18px}.currency-action-panel p{font-family:"Poppins",sans-serif;font-weight:500;font-size:14px;margin-bottom:10px}@media screen and (max-width:1600px){.currency-action-panel p{font-size:12px}}.currency-action-panel-footer{padding:25px 38px}.currency-action-panel-footer label{font-size:12px}.currency-action-panel-footer .value{font-family:"NeueHaasGroteskDisp Pro Md";font-size:16px;font-weight:700}.currency-input{display:flex}.currency-input input{outline:none;width:100%;height:45px;box-sizing:border-box;border-radius:4px;border:1px solid #979797;flex:1 1;padding-left:18px;font-family:"Poppins",sans-serif}@media screen and (max-width:1600px){.currency-input input{height:38px}}.currency-secondary-input{margin-top:10px;display:flex;justify-content:space-between;margin-right:120px}.set-max{position:absolute;right:10px;top:10px;font-weight:500;text-transform:uppercase;letter-spacing:-.4px;cursor:pointer}@media screen and (max-width:1600px){.set-max{top:7px}}.menu-toggle{position:absolute;right:-60px;top:15px;width:50px;height:50px;display:none}@media screen and (max-width:1023px){.menu-toggle{display:inline;display:initial}}.sidebar{transition:all .3s ease-in-out;position:fixed;top:0;left:0;height:100%;padding:47px 0;width:264px;background-color:#0b0412;color:#647686;box-shadow:0 2px 7px 0 rgba(0,0,0,.24),0 0 7px 0 rgba(0,0,0,.12);z-index:20000;display:flex;flex-direction:column;align-self:stretch}@media screen and (max-width:1600px){.sidebar{width:227px;padding:27px 0}}@media screen and (max-width:1023px){.sidebar{-webkit-transform:translateX(-227px);transform:translateX(-227px)}.sidebar.open{-webkit-transform:translateX(0);transform:translateX(0)}}.sidebar-content{flex:1 1}.sidebar-content .product{padding:0 20px;display:flex;height:25px;align-items:center;margin-bottom:30px;border-left:7px solid transparent}.sidebar-content .product p{font-size:16px;font-weight:500}@media screen and (max-width:1600px){.sidebar-content .product p{font-size:14.7px}}@media screen and (max-width:1366px){.sidebar-content .product p{font-size:14px}}.sidebar-content .product img{width:90px;height:20px;object-fit:contain;object-position:0 50%}.sidebar-content .product.selected{border-left-color:#25c068}.sidebar-content .product small{font-family:"NeueHaasGroteskDisp Pro Md";letter-spacing:.46px;font-size:13px;margin-left:10px;font-weight:400}@media screen and (max-width:1600px){.sidebar-content .product small{font-size:12px;margin-left:6px}}.sidebar .link-accesible{cursor:pointer}.sidebar .cdp-convert-info{-webkit-animation:fadein .3s forwards;animation:fadein .3s forwards}.sidebar .cdp-convert{margin:0 20px;font-size:14px}.sidebar .cdp-convert p{margin:20px 0;font-size:14px;line-height:1.29;letter-spacing:.88px}@media screen and (max-width:1600px){.sidebar .cdp-convert p{font-size:12px}}.sidebar-footer{justify-self:flex-end;text-align:center}.sidebar-footer h3{font-weight:300;font-size:16px}@media screen and (max-width:1600px){.sidebar-footer h3{font-size:14px}}.sidebar-footer .social-icons{display:flex;justify-content:space-between;padding:10px 20px}.sidebar-footer p.credits{font-size:14px}@media screen and (max-width:1600px){.sidebar-footer p.credits{font-size:12px}}.sidebar .logo{margin:0 auto 38px;display:flex}@media screen and (max-width:1600px){.sidebar .logo{width:152px;margin:0 auto}}.sidebar .migrate-btn{height:45px;border-radius:3.2px;background-color:#fbb936;color:#734a00;display:flex;align-items:center;justify-content:center;font-size:11px;letter-spacing:.9px;cursor:pointer;transition:all .3s}.sidebar .migrate-btn:hover{background-color:#fff;color:#333}.sidebar .migrate-btn.disabled{cursor:default}.sidebar .migrate-btn.disabled:hover{background-color:#fbb936;color:#734a00}.sidebar .ln{margin:30px 20px;background-color:rgba(100,118,134,.3);height:1px}.sidebar p{font-size:16px;letter-spacing:1px}.sidebar .menu-item{color:#fff;line-height:30px;letter-spacing:.8px;cursor:pointer}.sidebar small{font-family:"Poppins",sans-serif;font-size:13px}.App{display:flex;width:100%;min-height:100%}.App .content{flex:1 1;overflow:hidden}.App .top-panel{width:100%;background-image:linear-gradient(-182deg,rgba(37,192,104,0) 83%,rgba(12,233,108,.45) 115%),linear-gradient(180deg,#f2fbf6,#f2fbf6)}@media screen and (max-width:1023px){.App .top-panel{padding-top:50px}}.App .top-panel .logo{width:178px;height:57px;object-fit:contain}@media screen and (max-width:1600px){.App .top-panel .logo{width:132px}}.App .header-stats{padding-bottom:20px;display:flex;flex-wrap:wrap;justify-content:space-evenly}.App .header-stats h3{font-size:16px;font-weight:500;font-stretch:normal}@media screen and (max-width:1600px){.App .header-stats h3{font-size:13px}}.App .header-stats label{font-size:20px;font-weight:700;font-stretch:normal;font-style:italic}@media screen and (max-width:1600px){.App .header-stats label{font-size:17px}}.App .header-stats .image-container .background-image{width:487px}@media screen and (max-width:1600px){.App .header-stats .image-container .background-image{width:414px}}@media screen and (max-width:1600px){.App .header-stats .image-container svg .box1{-webkit-transform:translate(3px);transform:translate(3px)}}@media screen and (max-width:1600px){.App .header-stats .image-container svg .box2{-webkit-transform:translate(261px,288.5px) rotate(-180deg);transform:translate(261px,288.5px) rotate(-180deg)}}.App .header-stats .image-container .dollar-icon{width:40px}@media screen and (max-width:1600px){.App .header-stats .image-container .dollar-icon{margin-top:1px;width:36px}}@media screen and (max-width:1023px){.App .header-stats .image-container .dollar-icon{margin-top:2px;width:32px}}@media screen and (max-width:600px){.App .header-stats .image-container .dollar-icon{margin-top:3px;width:30px}}.App .header-stats .borrow-limit{padding-right:18px;flex:1 1;width:100%}.App .header-stats .borrow-limit h3{margin-bottom:42px}.App .menu-item-header{position:fixed;width:100%;background-image:linear-gradient(-182deg,rgba(37,192,104,0) 83%,rgba(12,233,108,.45) 115%),linear-gradient(180deg,#f2fbf6,#f2fbf6)}.App .menu-item-header .item-header-title{padding:78px 91px 55px 132px;font-size:38px}@media screen and (max-width:1023px){.App .menu-item-header .item-header-title{padding:78px 80px 55px 30px}}.App .risk-header{padding:18px 91px 4px 132px;font-size:34px}@media screen and (max-width:1023px){.App .risk-header{padding:78px 80px 4px 30px}}.App .item-header-small-text{width:50%;padding:12px 91px 8px 132px;font-size:14px}@media screen and (max-width:1023px){.App .item-header-small-text{width:calc(100% - 60px);padding:12px 30px 8px}}.App .item-header-icon-container{display:flex;flex-wrap:wrap;justify-content:space-between;padding:10px 0}.App .item-header-icon-container a{padding:10px}.App .item-page-content{flex:1 1;width:calc(100% - 227px)}.App .faq-content-container{padding:2rem 16% 0 12%;line-height:2rem;overflow-y:scroll}.App .faq-content-container .item-content-text{font-size:12px;line-height:20px;letter-spacing:.7px;padding-bottom:1rem;padding-left:.75rem}.App .faq-content-container .item-content-text .item-sub-text{padding-left:.75rem}.App .faq-content-container .item-content-text ul{padding:1rem}.App .faq-content-container .item-content-text ul li{padding:5px 0}.App .risk-item-content-text{font-size:12px;line-height:20px;letter-spacing:.7px;padding-bottom:1rem}.App .global-stats{position:relative}.App .global-stats .stats{position:absolute;width:100%;height:100%;display:flex;align-items:center;color:#fff}.App .global-stats .stats h2{color:#fff;font-size:15px;font-weight:400;display:flex}@media screen and (max-width:1600px){.App .global-stats .stats h2{font-size:13px;padding-left:3px}}@media screen and (max-width:1366px){.App .global-stats .stats h2{font-size:12.5px;padding-left:2px}}@media screen and (max-width:1023px){.App .global-stats .stats h2{font-size:12px;padding-left:1px}}@media screen and (max-width:600px){.App .global-stats .stats h2{font-size:9px;padding-left:0}}.App .global-stats .stats h2 .tooltip-container{margin-left:8px}.App .global-stats .stats h2 .tooltip-container:hover .tooltip{display:flex}.App .global-stats .stats h2 .tooltip{text-align:center;display:none;top:-95px;min-width:103px;height:78px;transition:all .2s}.App .global-stats .stats h2 .tooltip h3{font-size:25px;font-weight:600}.App .global-stats .stats h2 img{width:17px}.App .global-stats .stats .value{font-family:"NeueHaasGroteskDisp Pro Md";font-size:42px}@media screen and (max-width:1600px){.App .global-stats .stats .value{font-size:31px}}@media screen and (max-width:1366px){.App .global-stats .stats .value{font-size:30px}}.App .global-stats .stats>*{flex:1 1;height:146px;display:flex;flex-direction:column;align-items:start;justify-content:center;padding-left:48px}@media screen and (max-width:1600px){.App .global-stats .stats>*{padding-left:32px}}@media screen and (max-width:1366px){.App .global-stats .stats>*{padding-left:32px}}.App .global-stats img.floating{position:absolute;left:calc(50% - 20px);top:calc(50% - 24px)}@media screen and (max-width:1600px){.App .global-stats img.floating{left:calc(50% - 19px);top:calc(50% - 23px)}}@media screen and (max-width:1366px){.App .global-stats img.floating{left:calc(50% - 19px);top:calc(50% - 23px)}}@media screen and (max-width:1023px){.App .global-stats img.floating{left:calc(50% - 17px);top:calc(50% - 23px)}}@media screen and (max-width:600px){.App .global-stats img.floating{left:calc(50% - 16px);top:calc(50% - 22px)}}.hide-nav{padding-left:0!important}.hide-nav .sidebar{display:none!important}.limit-bar{margin-top:30px;display:flex;align-items:center}.limit-bar-inner{margin:0 20px;flex:1 1;position:relative;height:8px;border-radius:666px;background-color:rgba(0,0,0,.2)}.limit-bar-track{border-radius:666px;position:absolute;height:100%;width:0;background-color:#000;transition:all .4s}.limit-bar-track span{position:absolute;right:0;margin-top:-30px;font-size:20px;font-weight:700;font-stretch:normal;font-style:italic}@media screen and (max-width:1600px){.limit-bar-track span{font-size:17px}}.limit-bar.mini{margin-top:0;height:23px;font-size:12px;flex-direction:column;align-items:self-start}.limit-bar.mini .values{display:flex;justify-content:space-between;width:100%}.limit-bar.mini label{font-family:"Poppins",sans-serif;font-weight:400}.limit-bar.mini .limit-bar-inner{height:4px;margin:0;width:100%}.limit-bar.mini .limit-bar-track span{font-weight:400;font-size:12px;font-style:normal;margin-top:6px;right:-20px}.connect-container{position:relative}.connect-wallet{top:60px;left:41%;position:absolute;width:182.25px;height:145.8px;display:flex;flex-direction:column;border-radius:5px;box-shadow:0 0 3px 0 rgba(0,0,0,.1);z-index:1000;align-items:center;justify-content:center;background-color:#fff}@media (max-width:600px){.connect-wallet{left:-24px}}.connect-wallet h3{font-size:14px;font-weight:600;margin-bottom:10px}.connect-wallet img{width:122px}.connect-wallet i{position:absolute;top:-8px;left:50%;margin-left:-8px;width:16px;height:8px;overflow:hidden}.connect-wallet i:after{content:"";position:absolute;width:8px;height:8px;left:50%;top:0;-webkit-transform:translate(-50%,50%) rotate(45deg);transform:translate(-50%,50%) rotate(45deg);background-color:#fff;box-shadow:0 1px 4px rgba(0,0,0,.25)}.nowrap{white-space:nowrap}@font-face{font-family:"NeueHaasGroteskDisp Pro Md";src:url("/fonts/NeueHaasGroteskDisp Pro Md.eot");src:url("/fonts/NeueHaasGroteskDisp Pro Md.eot?#iefix") format("embedded-opentype"),url("/app/fonts/NeueHaasGroteskDisp Pro Md.woff2") format("woff2"),url("/fonts/NeueHaasGroteskDisp Pro Md.woff") format("woff"),url("/fonts/NeueHaasGroteskDisp Pro Md.ttf") format("truetype"),url(//db.onlinewebfonts.com/t/c891e94039740e4a24a9f53324fd91be.svg#NeueHaasGroteskDisp%20Pro%20Md) format("svg")}.migrate{display:flex;flex-direction:column;align-items:center}.migrate .migration-drawing{margin:30px 0}.migrate .migration-drawing img{max-width:438px}.migrate h2{font-family:"NeueHaasGroteskDisp Pro Md",sans-serif;font-size:32px;font-weight:400;letter-spacing:1.6px}@media (max-width:1023px){.migrate{width:90%;min-height:90%!important;padding:0 5%;text-align:center}.migrate h2{font-size:26px}}@media (max-width:600px){.migrate h2{font-size:20px}.migrate .migration-drawing{margin:20px 0}.migrate .migration-drawing img{max-width:100%}}.hamburger{padding:15px;display:inline-block;cursor:pointer;transition-property:opacity,-webkit-filter;transition-property:opacity,filter;transition-property:opacity,filter,-webkit-filter;transition-duration:.15s;transition-timing-function:linear;font:inherit;color:inherit;text-transform:none;background-color:transparent;border:0;margin:0;overflow:visible}.hamburger.is-active:hover,.hamburger:hover{opacity:.7}.hamburger.is-active .hamburger-inner,.hamburger.is-active .hamburger-inner:after,.hamburger.is-active .hamburger-inner:before{background-color:#25c068}.hamburger-box{width:40px;height:24px;display:inline-block;position:relative}.hamburger-inner{display:block;top:50%;margin-top:-2px}.hamburger-inner,.hamburger-inner:after,.hamburger-inner:before{width:40px;height:4px;background-color:#25c068;border-radius:4px;position:absolute;transition-property:-webkit-transform;transition-property:transform;transition-property:transform,-webkit-transform;transition-duration:.15s;transition-timing-function:ease}.hamburger-inner:after,.hamburger-inner:before{content:"";display:block}.hamburger-inner:before{top:-10px}.hamburger-inner:after{bottom:-10px}.hamburger--spin .hamburger-inner{transition-duration:.22s;transition-timing-function:cubic-bezier(.55,.055,.675,.19)}.hamburger--spin .hamburger-inner:before{transition:top .1s ease-in .25s,opacity .1s ease-in}.hamburger--spin .hamburger-inner:after{transition:bottom .1s ease-in .25s,-webkit-transform .22s cubic-bezier(.55,.055,.675,.19);transition:bottom .1s ease-in .25s,transform .22s cubic-bezier(.55,.055,.675,.19);transition:bottom .1s ease-in .25s,transform .22s cubic-bezier(.55,.055,.675,.19),-webkit-transform .22s cubic-bezier(.55,.055,.675,.19)}.hamburger--spin.is-active .hamburger-inner{-webkit-transform:rotate(225deg);transform:rotate(225deg);transition-delay:.12s;transition-timing-function:cubic-bezier(.215,.61,.355,1)}.hamburger--spin.is-active .hamburger-inner:before{top:0;opacity:0;transition:top .1s ease-out,opacity .1s ease-out .12s}.hamburger--spin.is-active .hamburger-inner:after{bottom:0;-webkit-transform:rotate(-90deg);transform:rotate(-90deg);transition:bottom .1s ease-out,-webkit-transform .22s cubic-bezier(.215,.61,.355,1) .12s;transition:bottom .1s ease-out,transform .22s cubic-bezier(.215,.61,.355,1) .12s;transition:bottom .1s ease-out,transform .22s cubic-bezier(.215,.61,.355,1) .12s,-webkit-transform .22s cubic-bezier(.215,.61,.355,1) .12s}.hamburger--spin-r .hamburger-inner{transition-duration:.22s;transition-timing-function:cubic-bezier(.55,.055,.675,.19)}.hamburger--spin-r .hamburger-inner:before{transition:top .1s ease-in .25s,opacity .1s ease-in}.hamburger--spin-r .hamburger-inner:after{transition:bottom .1s ease-in .25s,-webkit-transform .22s cubic-bezier(.55,.055,.675,.19);transition:bottom .1s ease-in .25s,transform .22s cubic-bezier(.55,.055,.675,.19);transition:bottom .1s ease-in .25s,transform .22s cubic-bezier(.55,.055,.675,.19),-webkit-transform .22s cubic-bezier(.55,.055,.675,.19)}.hamburger--spin-r.is-active .hamburger-inner{-webkit-transform:rotate(-225deg);transform:rotate(-225deg);transition-delay:.12s;transition-timing-function:cubic-bezier(.215,.61,.355,1)}.hamburger--spin-r.is-active .hamburger-inner:before{top:0;opacity:0;transition:top .1s ease-out,opacity .1s ease-out .12s}.hamburger--spin-r.is-active .hamburger-inner:after{bottom:0;-webkit-transform:rotate(90deg);transform:rotate(90deg);transition:bottom .1s ease-out,-webkit-transform .22s cubic-bezier(.215,.61,.355,1) .12s;transition:bottom .1s ease-out,transform .22s cubic-bezier(.215,.61,.355,1) .12s;transition:bottom .1s ease-out,transform .22s cubic-bezier(.215,.61,.355,1) .12s,-webkit-transform .22s cubic-bezier(.215,.61,.355,1) .12s}
/*# sourceMappingURL=main.0657551f.chunk.css.map */