.page{display:flex;flex-direction:column;align-items:center;min-height:calc(100vh - 160px);background-color:#fafafa}.page.deep-base{background-color:#f4f4f4}@media(min-width:768px){.page{min-width:1050px}}@media(max-width:768px){.page{min-width:360px;min-height:unset}}.page .alert-msg{margin:30px auto;width:90%;text-align:center;color:red;border:4px solid red}.page-header{position:relative;width:100%;max-width:1280px;display:flex;flex-direction:column;align-items:center;padding:0 80px;margin:0 auto}@media(max-width:768px){.page-header{padding:0 24px}}.page-content{width:100%;height:100%;flex:1 1;display:flex;flex-direction:column;justify-content:flex-start;align-items:flex-start;padding:0 80px 24px}@media(max-width:768px){.page-content{padding:0}}.page-footer{width:100%;min-width:360px;min-height:72px;display:flex;justify-content:center;align-items:center;background-color:#fff}.page-footer.updates-footer{position:fixed;bottom:0;box-sizing:border-box;padding:0 80px;border-top:1px solid #e7ecf1}@media(max-width:768px){.page-footer.updates-footer{padding:0 16px}}.page-footer-retweet{box-sizing:border-box;padding:24px 0;width:100%;max-width:800px}.page-footer-retweet p{margin:0 0 20px;font-size:16px;line-height:1.2;color:#75858e}@media(max-width:768px){.page-footer-retweet{padding:8px 0 24px}.page-footer-retweet p{font-size:13px}.page-footer-retweet .none-mobile{display:none!important}}.page-footer-retweet .retweet-container{display:grid;grid-template-columns:1fr -webkit-min-content;grid-template-columns:1fr min-content}@media(max-width:768px){.page-footer-retweet .retweet-container{grid-template-columns:1fr;grid-row-gap:16px;row-gap:16px}.page-footer-retweet .retweet-container .btn-retweet{place-self:center end}}.page-footer-retweet .retweet-container .tag-wrapper{display:flex;justify-content:flex-start;align-items:center;flex-wrap:wrap}.page-footer-retweet .retweet-container .tag-wrapper .tag-item{display:flex;justify-content:center;align-items:center;margin:0 8px 8px 0;padding:0 16px;height:32px;border:1px solid #e7ecf1;box-sizing:border-box;border-radius:39px;font-size:13px;color:#75858e}.page-footer-retweet .retweet-container .tag-wrapper .tag-item:before{display:inline-block;content:"#"}.page-footer-retweet .retweet-container .btn-retweet{display:flex;justify-content:center;align-items:center;padding:8px 16px;height:40px;background:#00acee;border:none;border-radius:39px;font-size:14px;color:#fff;cursor:pointer}.page-footer-retweet .retweet-container .btn-retweet img{margin-right:8px}.page-footer-retweet .retweet-container .btn-retweet:hover{opacity:.7}.page-footer-nav{width:100%;display:flex;flex-direction:row;justify-content:space-between;align-items:center;padding:0 40px}.page-footer-nav svg{height:24px}.page-footer-nav svg path{fill:#94a4ad}.page-footer-nav .footer-channels{display:flex;flex-direction:row;justify-content:center;align-items:center}.page-footer-nav .footer-channels svg{height:16px}.page-footer-nav .footer-channels .item{color:#94a4ad;font-size:14px;font-weight:700;padding-left:24px;text-decoration:none}@media(max-width:768px){.page-footer-nav{flex-direction:column;justify-content:flex-start;align-items:flex-start;padding:16px}.page-footer-nav .footer-channels{margin-top:8px;width:100%;justify-content:space-between}.page-footer-nav .footer-channels .item{font-weight:700;padding:0;text-decoration:none}}.qubit-button{height:56px;flex-direction:row;border-radius:4px;color:#fff;font-size:16px;text-align:center;padding:0 24px;background-color:#33383b;box-shadow:none;white-space:nowrap;border:none;outline:none}.qubit-button,.qubit-button>.content{width:100%;display:flex;justify-content:center;align-items:center}.qubit-button>.content{flex-direction:column}.qubit-button>.content>.subtext{font-size:11px;font-weight:700}.qubit-button.primary{color:#fff;background-color:#33383b}.qubit-button.secondary{color:#33383b;background-color:#f9fafb}.qubit-button.secondary:hover{background-color:#eee}.qubit-button.group{width:100%;height:48px;flex-grow:1;background-color:transparent;border-bottom:1px solid #e7ecf1;border-radius:0;font-size:16px;font-weight:400;color:#94a4ad}.qubit-button.group:hover{color:#33383b;border-bottom:1px solid #33383b;background-color:#eee}.qubit-button.group.active{color:#33383b;font-weight:700;border-bottom:2px solid #33383b}.qubit-button.disabled{pointer-events:none;opacity:.5}.qubit-button.disabled:hover{background-color:currentColor}.qubit-button.collapsed{width:-webkit-fit-content;width:-moz-fit-content;width:fit-content;height:36px;justify-content:center;padding:0 16px}.qubit-button.white{color:#94a4ad;background-color:#fff;border:1px solid #94a4ad}.qubit-button.white:hover{background-color:#eee}.qubit-button.line{color:#33383b;border:1px solid #33383b;font-weight:700}.qubit-button.line,.qubit-button.line:hover{background-color:transparent}.qubit-button.inline-button{display:inline-flex;justify-content:center;height:40px;width:auto;border-radius:2px;font-size:14px}.qubit-button:hover{background-color:#616161}@media(max-width:768px){.qubit-button{padding:0 16px}}.qubit-button-link{display:flex;flex:1 1;color:inherit;text-decoration:none}@-webkit-keyframes qubit-modal-mobile{0%{-webkit-transform:translateY(0);transform:translateY(0)}to{-webkit-transform:translateY(-100%);transform:translateY(-100%)}}@keyframes qubit-modal-mobile{0%{-webkit-transform:translateY(0);transform:translateY(0)}to{-webkit-transform:translateY(-100%);transform:translateY(-100%)}}.qubit-modal-wrapper{width:100%;max-width:610px;position:relative;display:flex;flex-direction:column;justify-content:flex-end;align-items:center}@media(max-width:768px){.qubit-modal-wrapper{flex:1 1;position:absolute;top:100%;right:0;left:0;max-height:calc(100% - 24px);-webkit-animation:qubit-modal-mobile .3s ease-out forwards;animation:qubit-modal-mobile .3s ease-out forwards;max-width:unset}}.qubit-modal-wrapper.collapse{width:unset}.qubit-modal{width:100%;min-height:0;position:relative;display:flex;flex-direction:column;justify-content:flex-start;align-items:center;border-radius:4px;background:#fff}@media(max-width:768px){.qubit-modal{border-radius:4px 4px 0 0}}.qubit-modal>.header{width:100%;height:68px;display:flex;flex-direction:row;justify-content:space-between;align-items:center;padding:0 24px}.qubit-modal>.header.border{box-shadow:inset 0 -1px 0 0 rgba(171,185,194,.5)}.qubit-modal>.header>.title{display:flex;flex-direction:row;justify-content:center;align-items:center;font-size:16px;font-weight:700;color:#33383b}.qubit-modal>.header>.title>.icon{width:36px;height:36px;margin-right:8px}.qubit-modal>.header>.close{width:24px;height:24px;object-fit:contain}.qubit-modal-card{width:100%;display:flex;flex-direction:column;justify-content:center;align-items:center;border-radius:4px;background-color:rgba(231,236,241,.5);padding:16px;font-size:16px;overflow:hidden}.qubit-modal-card>:not(:first-child){margin-top:12px}.qubit-modal-pending{width:100%;min-width:440px;display:flex;flex-direction:column;justify-content:center;align-items:center;padding:0 48px 40px}@media(max-width:768px){.qubit-modal-pending{min-width:unset}}.qubit-modal-pending>.modal-loader{width:200px;height:200px;pointer-events:none;display:flex;align-items:center;justify-content:center;-webkit-animation:localLoaderScale .8s linear infinite;animation:localLoaderScale .8s linear infinite}.qubit-modal-pending>.modal-loader>*{width:72px}.qubit-modal-pending>.modal-transaction-state{width:200px;height:200px;display:flex;align-items:center;justify-content:center}.qubit-modal-pending>.modal-transaction-state>.modal-loader{-webkit-animation:loaderRotate 2.5s linear infinite;animation:loaderRotate 2.5s linear infinite}@-webkit-keyframes loaderRotate{0%{-webkit-transform:rotate(0deg);transform:rotate(0deg)}to{-webkit-transform:rotate(1turn);transform:rotate(1turn)}}@keyframes loaderRotate{0%{-webkit-transform:rotate(0deg);transform:rotate(0deg)}to{-webkit-transform:rotate(1turn);transform:rotate(1turn)}}.text-link{color:inherit;font-size:inherit;font-weight:inherit;letter-spacing:inherit;background-color:inherit;text-decoration:underline}.wallet-provider-modal{width:100%;height:auto;min-width:440px;display:flex;flex-direction:column;justify-content:flex-start;align-items:flex-start;padding:0 32px}@media(max-width:768px){.wallet-provider-modal{flex:1 1;overflow:auto;padding:24px;min-width:100%}}.wallet-provider-modal>.title{display:flex;flex-direction:column;justify-content:center;align-items:flex-start;color:#33383b;font-size:24px;font-weight:700}.wallet-provider-modal>.description{display:flex;justify-content:center;margin:5px 0 19px;align-items:center;font-size:13px;font-weight:400;color:#87959e}.wallet-provider-modal>.description .text-link{font-weight:700;text-decoration:none}.wallet-provider-modal>.description .text-link:hover{text-decoration:underline}.wallet-provider-modal>.wallets{flex:1 1;display:flex;width:100%;flex-direction:column;justify-content:flex-start;align-items:center;overflow:auto}.wallet-provider-modal>.agreement{margin-top:60px;width:100%;height:72px;display:flex;flex-direction:row;justify-content:center;align-items:center;font-size:13px;color:#94a4ad}.wallet-provider-modal>.agreement>p{margin:0}.wallet-provider-modal.qr-code{position:relative}.wallet-provider-modal.qr-code.expired .qr-image{opacity:.3}.wallet-provider-modal.qr-code.expired:after{content:"";display:block;position:absolute;top:45%;left:50%;-webkit-transform:translate(-50%,-50%);transform:translate(-50%,-50%);width:100px;height:100px;background-image:url(/static/media/qubit-logo.5ee32ac7.svg);background-repeat:no-repeat;background-size:100px}.wallet-provider-modal.qr-code .qr-image{margin:24px 40px 0;width:296px}.wallet-provider-modal.qr-code p{margin:0 auto 60px;color:#75858e}.wallet-provider-modal.qr-code p .expire-time{display:inline-block;margin-left:50px;color:#ff5c00}.wallet-provider-modal.qr-code p button{margin-left:8px;padding:0;width:24px;height:24px;background-color:#fff;border:1px solid #f0f2f7;box-sizing:border-box;border-radius:4px;text-align:center;vertical-align:1px;cursor:pointer}.wallet-provider-modal.qr-code p button img{display:inline-block;width:14px;height:14px;vertical-align:middle}.wallet-provider-card{width:100%;height:80px;display:flex;flex-direction:row;justify-content:space-between;align-items:center;background-color:transparent;padding:8px 0;font-size:16px;font-weight:700;color:#33383b;box-shadow:inset 0 -1px 0 0 rgba(171,185,194,.5)}.wallet-provider-card>.wallet-logo{height:48px;display:flex;flex-direction:row;justify-content:flex-start;align-items:center}.wallet-provider-card>.wallet-logo>img{width:36px;height:auto;margin-right:16px}.token-input-wrapper{position:relative;width:100%;height:120px;display:flex;flex-direction:row;justify-content:flex-end;align-items:center;background-color:#e7ecf1;padding:29px 30px}@media(max-width:768px){.token-input-wrapper{padding:24px}}.token-input-wrapper>.token-input-information{position:absolute;top:0;bottom:0;left:30px;display:flex;flex-direction:column;justify-content:center;align-items:flex-start;z-index:1}@media(max-width:768px){.token-input-wrapper>.token-input-information{left:24px}}.token-input-wrapper>.token-input-information.lock{margin:29px 0 35px;justify-content:space-between}@media(max-width:768px){.token-input-wrapper>.token-input-information .balance-button-group{margin-top:-14px}}.token-input-wrapper>.token-input-information .balance-button-group>.description{font-size:14px;color:#94a4ad}.token-input-wrapper>.token-input-information .balance-button-group>.description.lock{font-weight:700;margin-right:4px}.token-input-wrapper>.token-input-information .balance-button-group>.balance-item{height:24px;margin-left:4px;width:58px;padding:4px 8px;background-color:transparent;border-radius:4px;text-align:center;font-size:14px;color:#94a4ad;display:flex;justify-content:center;align-items:center;letter-spacing:-.05em}.token-input-wrapper>.token-input-information .balance-button-group>.balance-item.selected,.token-input-wrapper>.token-input-information .balance-button-group>.balance-item:hover{background-color:#94a4ad!important;color:#fff!important}.token-input-wrapper>.token-input-information>.label{font-size:18px;font-weight:700;color:#94a4ad}.token-input-wrapper>.token-input-control{display:flex;flex-direction:column;justify-content:center;align-items:flex-end}.token-input-wrapper>.token-input-control>.token-input-max{height:18px;font-size:14px;font-weight:700;color:#94a4ad}.token-input-wrapper>.token-input-control>.token-input-max:hover{color:#33383b}.token-input-wrapper>.token-input-control>input{min-width:0;width:100%;outline:none;background-color:transparent;border:transparent;font-size:36px;font-weight:700;line-height:45px;text-align:right;color:#33383b;z-index:2}.token-input-wrapper>.token-input-control>input.token-input::-webkit-input-placeholder{color:rgba(51,56,59,.5)}.token-input-wrapper>.token-input-control>input.token-input:-ms-input-placeholder{color:rgba(51,56,59,.5)}.token-input-wrapper>.token-input-control>input.token-input::placeholder{color:rgba(51,56,59,.5)}.qubit-button-group{width:100%;display:grid;grid-template-rows:auto;grid-template-columns:1fr}.token-select-modal-wrapper{display:flex;flex-direction:column;justify-content:center;align-items:center;position:fixed;top:0;right:0;bottom:0;left:0;z-index:1000}.token-select-modal-backdrop{position:absolute;top:0;right:0;bottom:0;left:0;background-color:rgba(0,0,0,.5);border-radius:4px}.token-select-modal{min-width:360px;max-height:calc(100vh - 380px);height:auto;position:relative;display:flex;flex-direction:column;justify-content:center;align-items:center;background-color:#fff;border-radius:4px}@media(max-width:768px){.token-select-modal{flex:1 1;position:absolute;top:100%;right:0;left:0;max-height:calc(100vh - 120px);-webkit-animation:qubit-modal-mobile .3s ease-out forwards;animation:qubit-modal-mobile .3s ease-out forwards;max-width:unset;border-top-left-radius:4px;border-top-right-radius:4px;border-bottom-left-radius:0;border-bottom-right-radius:0}}.token-select-modal>.header{width:100%;height:68px;display:flex;flex-direction:row;justify-content:space-between;align-items:center;padding:0 16px}.token-select-modal>.header>.empty{width:24px;height:24px}.token-select-modal>.list{width:100%;height:100%;overflow-y:auto;display:flex;flex-direction:column;padding:0 16px 24px}.token-select-modal>.list>:not(:first-child){margin-top:10px}.token-select-modal>.list>.list-item{width:100%;min-height:40px;padding:0 8px}.token-select-modal>.list>.list-item,.token-select-modal>.list>.list-item>.list-item-icons{display:flex;flex-direction:row;justify-content:flex-start;align-items:center}.token-select-modal>.list>.list-item>.list-item-icons>img{width:32px;height:32px}.token-select-modal>.list>.list-item>.list-item-symbol{font-size:14px;font-weight:700;margin:0 8px;color:#33383b}.token-select-modal>.list>.list-item>.list-item-virtual-divider{font-size:16px;font-weight:700;margin:0 8px 0 4px;color:#fff}.token-select-wrapper{position:relative;width:100%;min-height:32px;display:flex;flex-direction:row;justify-content:space-between;align-items:center;border-radius:4px;background-color:rgba(231,236,241,.5);padding:0 8px}.token-select-wrapper>.token-select-info,.token-select-wrapper>.token-select-info>.token-select-icons{display:flex;flex-direction:row;justify-content:flex-start;align-items:center}.token-select-wrapper>.token-select-info>.token-select-icons>img{width:24px;height:24px}.token-select-wrapper>.token-select-info>.token-select-symbol{font-size:14px;font-weight:700;margin:0 4px 0 2px;color:#33383b}.token-select-wrapper>.token-select-info>.token-select-placeholder{font-size:14px;font-weight:700;margin:0 8px;color:#94a4ad}.value-changer{display:flex;flex-direction:row;justify-content:flex-end;align-items:center;font-size:14px;font-weight:700;text-align:right;color:#33383b}.value-changer .alert{color:#ef6253}.locker-modal{width:100%;min-width:440px;max-width:440px;height:auto;display:flex;flex-direction:column;justify-content:flex-start;align-items:flex-start}@media(max-width:768px){.locker-modal{flex:1 1;min-width:unset;max-width:unset;overflow:auto}}.locker-modal>.locker-modal-content{width:100%;display:flex;flex-direction:column;justify-content:flex-start;align-items:flex-start;padding:0 48px;margin-top:18px}@media(max-width:768px){.locker-modal>.locker-modal-content{padding:0 24px}}.locker-modal>.locker-modal-content>.locker-period-wrapper{position:relative;width:100%;display:flex;flex-direction:column;justify-content:center;align-items:flex-start}.locker-modal>.locker-modal-content>.locker-period-wrapper>.locker-period-title{position:absolute;top:0;bottom:34px;display:flex;flex-direction:column;justify-content:center;align-items:center;font-weight:700;font-size:16px}.locker-modal>.locker-modal-content>.locker-period-wrapper>.locker-period-button-group{width:100%;display:grid;grid-template-rows:auto;grid-template-columns:repeat(6,1fr);grid-column-gap:8px;-webkit-column-gap:8px;column-gap:8px;margin-top:8px}.locker-modal>.locker-modal-content>.locker-period-wrapper>.locker-period-button-group>.period-item{height:26px;background-color:#fff;border-radius:4px;border:1px solid #eee;text-align:center;font-size:12px;color:#94a4ad;display:flex;justify-content:center;align-items:center}.locker-modal>.locker-modal-content>.locker-period-wrapper>.locker-period-button-group>.period-item.selected,.locker-modal>.locker-modal-content>.locker-period-wrapper>.locker-period-button-group>.period-item:hover{background-color:#e7ecf1}.locker-modal>.locker-modal-content>.locker-modal-content-title{width:100%;display:flex;flex-direction:row;justify-content:space-between;align-items:center;font-weight:700;font-size:16px;color:#94a4ad;margin:24px 0 12px}@media(max-width:768px){.locker-modal>.locker-modal-content>.locker-modal-content-title{margin:18px 0 12px}}.locker-modal>.locker-modal-content .locker-modal-content-item{width:100%;display:flex;flex-direction:row;justify-content:space-between;align-items:center}.locker-modal>.locker-modal-content .locker-modal-content-item>.label{color:#94a4ad}.locker-modal>.locker-modal-content .locker-modal-content-item>.value{font-weight:700;color:#33383b}.locker-modal>.state-section{width:100%;display:flex;flex-direction:column;justify-content:center;align-items:flex-start;margin-top:8px}.locker-modal>.state-section>.state-label{width:100%;display:flex;flex-direction:row;justify-content:space-between;align-items:center;font-size:14px;font-weight:700;color:#94a4ad}.locker-modal>.state-section>.state-values{width:100%;display:flex;flex-direction:column;justify-content:center;align-items:center;margin-top:8px;padding:16px;border-radius:4px;border:1px solid rgba(62,73,80,.1)}.locker-modal>.state-section>.state-values>:not(:first-child){margin-top:8px}.locker-modal>.state-section>.state-values>.state{width:100%;display:flex;flex-direction:row;justify-content:space-between;align-items:center}.locker-modal>.state-section>.state-values>.state>.label{font-size:14px;color:#94a4ad}.locker-modal>.state-section>.state-values>.state>.value-change{display:flex;flex-direction:row;justify-content:center;align-items:center;font-size:14px;font-weight:700;color:#262a2d}.locker-modal>.state-section>.state-values>.state>.value-change>.arrow{width:auto;height:16px;margin:0 4px}.locker-modal>.locker-modal-action{width:100%;padding:40px 48px}@media(max-width:768px){.locker-modal>.locker-modal-action{padding:20px 24px}}.DayPickerInput{width:100%;display:inline-block}.DayPickerInput>input{width:100%;height:60px;flex:1 1;margin:0;padding:0 8px;outline:none;background-color:transparent;border:transparent;border-bottom:1px solid #94a4ad;font-size:18px;font-weight:700;font-family:"Spoqa Han Sans Neo","sans-serif";text-align:right;color:#33383b}.DayPickerInput>input.token-input::-webkit-input-placeholder{font-weight:400;color:#94a4ad}.DayPickerInput>input.token-input:-ms-input-placeholder{font-weight:400;color:#94a4ad}.DayPickerInput>input.token-input::placeholder{font-weight:400;color:#94a4ad}.DayPickerInput-OverlayWrapper{position:relative}.DayPickerInput-Overlay{position:absolute;right:0;z-index:1;background:#fff;box-shadow:0 2px 5px rgba(0,0,0,.15)}.DayPicker{display:inline-block;font-size:.8rem}.DayPicker-wrapper{position:relative;flex-direction:row;padding-bottom:1em;-webkit-user-select:none;-ms-user-select:none;user-select:none}.DayPicker-Months{display:flex;flex-wrap:wrap;justify-content:center}.DayPicker-Month{display:table;margin:1em 1em 0;border-spacing:0;border-collapse:collapse;-webkit-user-select:none;-ms-user-select:none;user-select:none}.DayPicker-NavButton{position:absolute;top:1em;right:1.5em;left:auto;display:inline-block;margin-top:2px;width:1.25em;height:1.25em;background-position:50%;background-size:50%;background-repeat:no-repeat;color:#8b9898;cursor:pointer}.DayPicker-NavButton:hover{opacity:.8}.DayPicker-NavButton--prev{margin-right:1.5em;background-image:url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACQAAAAwCAYAAAB5R9gVAAAABGdBTUEAALGPC/xhBQAAAVVJREFUWAnN2G0KgjAYwPHpGfRkaZeqvgQaK+hY3SUHrk1YzNLay/OiEFp92I+/Mp2F2Mh2lLISWnflFjzH263RQjzMZ19wgs73ez0o1WmtW+dgA01VxrE3p6l2GLsnBy1VYQOtVSEH/atCCgqpQgKKqYIOiq2CBkqtggLKqQIKgqgCBjpJ2Y5CdJ+zrT9A7HHSTA1dxUdHgzCqJIEwq0SDsKsEg6iqBIEoq/wEcVRZBXFV+QJxV5mBtlDFB5VjYTaGZ2sf4R9PM7U9ZU+lLuaetPP/5Die3ToO1+u+MKtHs06qODB2zBnI/jBd4MPQm1VkY79Tb18gB+C62FdBFsZR6yeIo1YQiLJWMIiqVjQIu1YSCLNWFgijVjYIuhYYCKoWKAiiFgoopxYaKLUWOii2FgkophYp6F3r42W5A9s9OcgNvva8xQaysKXlFytoqdYmQH6tF3toSUo0INq9AAAAAElFTkSuQmCC")}.DayPicker-NavButton--next{background-image:url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACQAAAAwCAYAAAB5R9gVAAAABGdBTUEAALGPC/xhBQAAAXRJREFUWAnN119ugjAcwPHWzJ1gnmxzB/BBE0n24m4xfNkTaOL7wOtsl3AXMMb+Vjaa1BG00N8fSEibPpAP3xAKKs2yjzTPH9RAjhEo9WzPr/Vm8zgE0+gXATAxxuxtqeJ9t5tIwv5AtQAApsfT6TPdbp+kUBcgVwvO51KqVhMkXKsVJFXrOkigVhCIs1Y4iKlWZxB1rX4gwlpRIIpa8SDkWmggrFq4IIRaJKCYWnSgnrXIQV1r8YD+1Vrn+bReagysIFfLABRt31v8oBu1xEBttfRbltmfjgEcWh9snUS2kNdBK6WN1vrOWxObWsz+fjxevsxmB1GQDfINWiev83nhaoiB/CoOU438oPrhXS0WpQ9xc1ZQWxWHqUYe0I0qrKCQKjygDlXIQV2r0IF6ViEBxVTBBSFUQQNhVYkHIVeJAtkNsbQ7c1LtzP6FsObhb2rCKv7NBIGoq4SDmKoEgTirXAcJVGkFSVVpgoSrXICGUMUH/QBZNSUy5XWUhwAAAABJRU5ErkJggg==")}.DayPicker-NavButton--interactionDisabled{display:none}.DayPicker-Caption{display:table-caption;margin-bottom:.5em;padding:0 .5em;text-align:left}.DayPicker-Caption>div{font-weight:500;font-size:1.15em}.DayPicker-Weekdays{display:table-header-group;margin-top:1em}.DayPicker-WeekdaysRow{display:table-row}.DayPicker-Weekday{display:table-cell;padding:.5em;color:#8b9898;text-align:center;font-size:.875em}.DayPicker-Weekday abbr[title]{border-bottom:none;text-decoration:none}.DayPicker-Body{display:table-row-group}.DayPicker-Week{display:table-row}.DayPicker-Day{border-radius:50%;text-align:center}.DayPicker-Day,.DayPicker-WeekNumber{display:table-cell;padding:.5em;vertical-align:middle;cursor:pointer}.DayPicker-WeekNumber{min-width:1em;border-right:1px solid #eaecec;color:#8b9898;text-align:right;font-size:.75em}.DayPicker--interactionDisabled .DayPicker-Day{cursor:default}.DayPicker-Footer{padding-top:.5em}.DayPicker-TodayButton{border:none;background-color:transparent;background-image:none;box-shadow:none;color:#33383b;font-size:.875em;cursor:pointer}.DayPicker-Day--today{color:#33383b;font-weight:700}.DayPicker-Day--outside{color:#8b9898;cursor:default}.DayPicker-Day--disabled{color:#dce0e0;cursor:default}.information{display:flex;flex-direction:column;justify-content:center;align-items:center;margin-left:4px}.information-text{padding:16px;color:#fff;font-size:13px}.mb-10{margin-bottom:10px!important}.mb-12-0{margin-bottom:16px!important}@media(max-width:768px){.mb-12-0{margin-bottom:0!important}}.mb-20{margin-bottom:20px!important}@media(max-width:768px){.mb-20{margin-bottom:10px!important}}.mb-20-20{margin-bottom:20px!important}@media(max-width:768px){.mb-20-20{margin-bottom:20px!important}}.mb-50{margin-bottom:50px!important}@media(max-width:768px){.mb-50{margin-bottom:10px!important}}.mb-50-50{margin-bottom:50px!important}.mb-65{margin-bottom:65px!important}@media(max-width:768px){.mb-65{margin-bottom:10px!important}}.mb-70{margin-bottom:70px!important}@media(max-width:768px){.mb-70{margin-bottom:10px!important}}.mb-72{margin-bottom:72px!important}@media(max-width:768px){.mb-72{margin-bottom:20px!important}}@media(max-width:768px){.m-mb-16{margin-bottom:16px!important}}@media(max-width:768px){.m-mb-20{margin-bottom:20px!important}}@media(max-width:768px){.m-mb-30{margin-bottom:30px!important}}@media(max-width:768px){.m-mb-50{margin-bottom:50px!important}}@media(max-width:768px){.m-mb-4{margin-bottom:4px!important}}.ml-70{margin-left:70px!important}@media(max-width:768px){.ml-70{margin-left:0!important}}.mr-38{margin-right:38px!important}.nowrap{white-space:nowrap}.grid-align-bottom{align-self:end}.grid-justify-right{justify-self:end}@media(max-width:768px){.grid-m-justify-center{justify-self:center}}.grid-col-2{display:grid;justify-content:start;grid-column-gap:14px;-webkit-column-gap:14px;column-gap:14px;grid-template-columns:1fr 1fr}@media(max-width:768px){.grid-col-2{grid-template-columns:1fr}}.grid-col-3{display:grid;justify-content:start;grid-column-gap:10px;-webkit-column-gap:10px;column-gap:10px;grid-template-columns:1fr 1fr 1fr}.grid-col-3.wide-mid{grid-template-columns:2fr 2fr 1fr}@media(max-width:768px){.grid-col-3,.grid-col-3.wide-mid{grid-template-columns:1fr}}.grid-col-4{display:grid;justify-content:start;grid-column-gap:10px;-webkit-column-gap:10px;column-gap:10px;grid-template-columns:1fr 1fr 1fr 1fr}@media(max-width:768px){.grid-col-4{grid-template-columns:1fr}}@media(max-width:768px){.mobile-none{display:none}}.mobile-only{display:none}@media(max-width:768px){.mobile-only{display:block}}.portfolio-wrapper{width:100%;display:flex;flex-direction:column;align-items:center;padding:40px 80px 50px;background-color:#ffc800;min-width:360px}.portfolio-wrapper h1{margin:0 0 56px;width:100%;font-size:28px;font-weight:900;line-height:1.1}@media(max-width:768px){.portfolio-wrapper{padding:20px 17px 30px}}.overview-wrapper{max-width:1280px;width:100%;display:grid;justify-content:center;grid-template-columns:1fr 1fr;grid-column-gap:16px;-webkit-column-gap:16px;column-gap:16px;color:#33383b;margin-bottom:2px}.overview-wrapper .information{display:inline-block;margin:0 0 0 8px;vertical-align:-2px}.overview-wrapper .label-underlined{padding-bottom:10px;width:100%;font-size:18px;line-height:21px;border-bottom:1px solid #33383b}@media(max-width:768px){.overview-wrapper .label-underlined.disable-mobile{font-size:16px;margin-bottom:4px!important;padding:0;border-bottom:0}}.overview-wrapper .section-title{margin-bottom:18px;font-weight:700;font-size:20px;line-height:32px}.overview-wrapper .section-title .description{margin-top:8px;font-weight:400;font-size:16px;color:#94a4ad;line-height:1.2}.overview-wrapper.margin-0{margin-bottom:0}.overview-wrapper.type-white,.overview-wrapper .type-white{padding:36px 40px;border-radius:4px;background-color:#fff}@media(max-width:768px){.overview-wrapper.type-white.left-section,.overview-wrapper .type-white.left-section{border-radius:4px 4px 0 0}}@media(max-width:768px){.overview-wrapper.type-white.right-section,.overview-wrapper .type-white.right-section{border-radius:0 0 4px 4px}}@media(max-width:768px){.overview-wrapper.type-white,.overview-wrapper .type-white{padding:16px}.overview-wrapper.type-white .overview-section,.overview-wrapper .type-white .overview-section{margin-bottom:10px!important}}.overview-wrapper.type-border,.overview-wrapper .type-border{padding:36px 40px;border-radius:4px;border:1px solid #33383b}@media(max-width:768px){.overview-wrapper.type-border,.overview-wrapper .type-border{padding:16px}.overview-wrapper.type-border .overview-section,.overview-wrapper .type-border .overview-section{margin-bottom:10px!important}}@media(max-width:768px){.overview-wrapper{grid-template-columns:1fr}}.overview-wrapper .overview-section{margin-bottom:4px}.overview-wrapper .overview-section.grid-row{grid-column:1/3}@media(max-width:768px){.overview-wrapper .overview-section.mobile-grid-row{grid-column:1/3}}.overview-wrapper .overview-section.inline{display:flex;align-items:flex-start;margin:0}@media(max-width:768px){.overview-wrapper .overview-section.inline{flex-flow:column}}.overview-wrapper .overview-section .lottie-locker{display:inline-block;margin-right:8px;vertical-align:-8px}.overview-wrapper .overview-section.row{grid-column:1/3}.overview-wrapper .overview-section.selected{font-weight:700}.overview-wrapper .overview-section .top-blank{padding-top:23px}.overview-wrapper .overview-section .overview-item.flex{display:flex;width:100%;align-items:center}.overview-wrapper .overview-section .overview-item.flex>*{flex:1 1}.overview-wrapper .overview-section .overview-item.flex>:not(:first-of-type){margin-left:18px}.overview-wrapper .overview-section .overview-item.right-border{margin-right:16px;padding-right:16px;border-right:1px solid #33383b}@media(max-width:768px){.overview-wrapper .overview-section .overview-item.right-border{width:100%;margin:0 0 16px;padding:0 0 8px;border:0;border-bottom:1px solid #33383b}}@media(max-width:768px){.overview-wrapper .overview-section .overview-item.mobile-inline{display:flex;width:100%;justify-content:space-around;align-items:center}.overview-wrapper .overview-section .overview-item.mobile-inline .overview-title{flex:1 1}}.overview-wrapper .overview-section .overview-item.inline{display:flex;align-items:center;margin:0}.overview-wrapper .overview-section .overview-item.inline>.overview-value{margin-left:8px;font-size:18px}.overview-wrapper .overview-section .overview-item img{width:100%}.overview-wrapper .overview-section .overview-item .overview-title{font-size:16px;font-weight:400}.overview-wrapper .overview-section .overview-item .overview-title strong{font-size:18px}.overview-wrapper .overview-section .overview-item .overview-description{font-size:16px}.overview-wrapper .overview-section .overview-item .overview-description.secondary{color:#94a4ad}.overview-wrapper .overview-section .overview-item .overview-value{font-size:24px;font-weight:700}.overview-wrapper .overview-section .overview-item .overview-value.flex{display:inline-flex;width:100%;justify-content:space-between;align-items:center}.overview-wrapper .overview-section .overview-item .overview-value.main-info{font-size:64px;line-height:75px}.overview-wrapper .overview-section .overview-item .overview-value.mid-info{font-size:56px;line-height:66px}.overview-wrapper .overview-section .overview-item .overview-value .unit{margin-left:10px;font-weight:400;font-size:24px;line-height:1}.overview-wrapper .overview-section .overview-item .overview-value .value-ratio{display:inline-flex;justify-content:center;align-items:center;padding:0 8px;height:30px;background:#fff;box-shadow:1px 1px 0 rgba(0,0,0,.25);border-radius:15px;font-weight:700;font-size:12px;line-height:15px;text-align:right}.overview-wrapper .overview-section .overview-item .overview-value .value-ratio.plus{color:#0ece32}.overview-wrapper .overview-section .overview-item .overview-value .value-ratio.minus{color:#ef6253}@media(max-width:768px){.overview-wrapper .overview-section .overview-item .overview-value.m-size{font-size:18px}.overview-wrapper .overview-section .overview-item .overview-value.main-info{font-size:56px;line-height:1}.overview-wrapper .overview-section .overview-item .overview-value .unit{margin-left:10px;font-weight:400;font-size:18px}}.card{position:relative;width:100%;display:flex;flex-direction:column;background-color:#fff;border-radius:4px;border:1px solid #e4e4e4}.card-content{display:flex;flex-direction:column;justify-content:flex-start;align-items:flex-start;z-index:2;flex:1 1}.card-divider{min-height:1px;max-height:1px;flex:1 1;margin:0 16px;background-color:#e4e4e4}.card-divider.fill{margin:0}.card-icon{height:48px;width:-webkit-fit-content;width:-moz-fit-content;width:fit-content;border-radius:25px}.card-icon>img{width:100%;height:100%}.supply-borrow-modal{width:100%;min-width:440px;max-width:440px;height:auto;display:flex;flex-direction:column;justify-content:flex-start;align-items:flex-start}@media(max-width:768px){.supply-borrow-modal{min-width:unset;max-width:unset;flex:1 1;overflow:auto}}.supply-borrow-modal .supply-borrow-modal-content{width:100%;display:flex;flex-direction:column;justify-content:flex-start;align-items:flex-start;padding:0 48px}@media(max-width:768px){.supply-borrow-modal .supply-borrow-modal-content{padding:0 24px}}.supply-borrow-modal .supply-borrow-modal-content>.supply-borrow-modal-content-title{font-weight:700;font-size:16px;color:#94a4ad;margin:24px 0 12px}@media(max-width:768px){.supply-borrow-modal .supply-borrow-modal-content>.supply-borrow-modal-content-title{margin:18px 0 12px}}.supply-borrow-modal .supply-borrow-modal-content-item{width:100%;display:flex;flex-direction:row;justify-content:space-between;align-items:center}.supply-borrow-modal .supply-borrow-modal-content-item>.label{color:#94a4ad}.supply-borrow-modal .supply-borrow-modal-content-item>.value{font-weight:700;color:#33383b}.supply-borrow-modal>.supply-borrow-modal-action{width:100%;padding:40px 48px}@media(max-width:768px){.supply-borrow-modal>.supply-borrow-modal-action{padding:20px 24px}}.supply-borrow-modal>.supply-borrow-modal-action>.action-group{display:flex;flex-direction:row;justify-content:center;align-items:center}.supply-borrow-modal>.supply-borrow-modal-action>.action-group>:not(:first-child){margin-left:8px}.collateral-modal{width:100%;max-width:440px;height:auto;display:flex;flex-direction:column;justify-content:flex-start;align-items:flex-start;padding:32px 48px 40px}@media(max-width:768px){.collateral-modal{flex:1 1;max-width:unset;overflow:auto;padding:24px}}.collateral-modal>.description{width:100%;font-size:13px;color:#33383b}.collateral-modal .collateral-modal-content-item{width:100%;display:flex;flex-direction:row;justify-content:space-between;align-items:center}.collateral-modal .collateral-modal-content-item>.label{font-size:14px;color:#94a4ad}.collateral-modal>.action{width:100%;margin-top:32px}.market-group{width:100%;display:flex;align-items:center;justify-content:flex-start}.market-group .series{width:100%;box-shadow:inset 0 -1px 0 #e7ecf1;font-size:13px;color:#94a4ad}.market-group .series>.series-item{display:flex;height:64px;width:100%;white-space:nowrap;box-shadow:inset 0 -1px 0 #e7ecf1;padding-left:24px}.market-group .series>.series-item.asset{align-items:center;justify-content:flex-start}.market-group .series>.series-item.apy{grid-column:1;align-items:center;justify-content:flex-end}.market-group .series>.series-item.reward{grid-column:2;align-items:center;justify-content:flex-end}.market-group .series>.series-item.boost{grid-column:3;align-items:center;justify-content:center}.market-group .series>.series-item.balance,.market-group .series>.series-item.info{grid-column:4;align-items:center;justify-content:flex-end}.market-group .series>.series-item.info{padding-right:24px}@media(max-width:768px){.market-group .series>.series-item.info{padding-right:8px}}.market-group .labels{flex:1 1}.market-group .labels .series-item{width:auto;height:64px;display:flex;flex-direction:row;justify-content:flex-start;align-items:center;padding-left:24px;box-shadow:inset 0 -1px 0 #e7ecf1;font-size:13px;color:#94a4ad}@media(max-width:768px){.market-group .labels .series-item{padding-left:8px}}.market-group .labels .item-content{display:flex;flex-direction:row;justify-content:flex-start;align-items:center;height:64px;padding-left:24px;font-weight:700;font-size:14px;line-height:16px;text-align:left;color:#33383b;box-shadow:inset 0 -1px 0 #e7ecf1}@media(max-width:768px){.market-group .labels .item-content{font-size:12px;padding-left:8px}}.market-group .labels .item-content:last-of-type{box-shadow:none}.market-group .labels .item-content img{width:24px;height:24px;margin-right:4px}@media(max-width:768px){.market-group .labels .item-content img{width:18px;height:18px;margin-right:2px}}.market-group .market-group-item-scroll{overflow-x:scroll;width:100%}.market-group .market-group-item>.item-content,.market-group .series{display:contents}.market-group .market-group-item{display:grid;grid-auto-rows:64px;grid-template-columns:1fr 1fr 1fr 1fr;position:relative;width:100%}.market-group .market-group-item.my-markets{grid-template-columns:1fr 1fr 1fr 1fr 1fr}.market-group .market-group-item.my-markets .info{grid-column:5!important}.market-group .market-group-item.bsc{grid-template-columns:1fr 1fr 1fr}.market-group .market-group-item.bsc .info{grid-column:3!important}.market-group .market-group-item>.item-content{width:100%;height:64px}.market-group .market-group-item>.item-content:last-of-type .section{box-shadow:none}.market-group .market-group-item>.item-content>.section{height:64px;width:100%;white-space:nowrap;font-size:12px;font-weight:700;color:#33383b;box-shadow:inset 0 -1px 0 #e7ecf1;padding-left:24px}.market-group .market-group-item>.item-content>.section.apy{width:100%;display:flex;flex-direction:column;justify-content:center;align-items:flex-end;grid-column:1}.market-group .market-group-item>.item-content>.section.apy>.value-apy{width:100%;font-size:14px;font-weight:700;text-align:right}@media(max-width:768px){.market-group .market-group-item>.item-content>.section.apy>.value-apy{font-size:12px}}.market-group .market-group-item>.item-content>.section.apy>.value-apy-max{width:100%;font-size:12px;text-align:right;color:#94a4ad}@media(max-width:768px){.market-group .market-group-item>.item-content>.section.apy>.value-apy-max{font-size:11px}}.market-group .market-group-item>.item-content>.section.reward{width:100%;display:flex;flex-direction:column;justify-content:center;align-items:flex-end;grid-column:2}.market-group .market-group-item>.item-content>.section.reward>.value-apy{width:100%;font-size:14px;font-weight:700;text-align:right}@media(max-width:768px){.market-group .market-group-item>.item-content>.section.reward>.value-apy{font-size:12px}}.market-group .market-group-item>.item-content>.section.reward>.value-apy-max{width:100%;font-size:12px;text-align:right;color:#40ba79}@media(max-width:768px){.market-group .market-group-item>.item-content>.section.reward>.value-apy-max{font-size:11px}}.market-group .market-group-item>.item-content>.section.boost{width:100%;display:flex;flex-direction:row;justify-content:center;align-items:center;grid-column:3;font-size:13px;color:#94a4ad}.market-group .market-group-item>.item-content>.section.boost .boost-button{display:flex;flex-direction:row;justify-content:center;align-items:center;padding:2px 10px;border:1px solid #e7ecf1;box-sizing:border-box;border-radius:4px;color:#94a4ad}.market-group .market-group-item>.item-content>.section.boost .boost-button svg{width:12px;height:12px;margin-right:4px}.market-group .market-group-item>.item-content>.section.boost .boost-button svg path{fill:#94a4ad}@media(max-width:768px){.market-group .market-group-item>.item-content>.section.boost{font-size:12px}}.market-group .market-group-item>.item-content>.section.balance{width:100%;display:flex;flex-direction:column;justify-content:center;align-items:flex-end;grid-column:4;font-size:13px;color:#94a4ad}@media(max-width:768px){.market-group .market-group-item>.item-content>.section.balance{font-size:12px}}.market-group .market-group-item>.item-content>.section.balance>.value-balance-amount{width:100%;font-size:12px;font-weight:700;text-align:right;color:#33383b}.market-group .market-group-item>.item-content>.section.balance>.value-balance-usd{width:100%;font-size:12px;text-align:right;color:#94a4ad}.market-group .market-group-item>.item-content>.section.info{width:100%;display:flex;flex-direction:column;justify-content:center;align-items:flex-end;grid-column:4;padding-right:24px}@media(max-width:768px){.market-group .market-group-item>.item-content>.section.info{padding-right:8px}}.market-group .market-group-item>.item-content>.section.info>.value-liquidity-amount{width:100%;font-size:12px;font-weight:700;text-align:right;color:#33383b}.market-group .market-group-item>.item-content>.section.info>.value-liquidity-usd{width:100%;font-size:12px;text-align:right;color:#94a4ad}.market-group .market-group-item>.content-divider{width:100%;height:1px;padding:0 8px;background-color:#e5e5e5}.market-group .market-group-item>.market-overlay{position:absolute;top:64px;right:0;bottom:0;left:0;background-color:rgba(0,0,0,.8);border-radius:0 0 4px 4px;font-size:16px;font-weight:700;text-align:center;color:#fff}.market-group .market-group-item>.market-overlay,.tvl-wrapper{display:flex;flex-direction:column;justify-content:center;align-items:center}.tvl-wrapper{width:100%;padding:34px 80px 0;background-color:#ffc800}@media(max-width:768px){.tvl-wrapper{padding:16px 16px 24px;min-width:100%}}.tvl-wrapper .mobile-tweet-loop{display:none;width:100%;text-align:left}.tvl-wrapper .mobile-tweet-loop img{width:20px;margin-right:8px}.tvl-wrapper .mobile-tweet-loop div{width:100%;overflow:hidden;white-space:nowrap;text-overflow:ellipsis}@media(max-width:768px){.tvl-wrapper .mobile-tweet-loop{display:flex;flex-direction:row;justify-content:flex-start;margin-top:4px;margin-bottom:22px;font-size:13px}}.tvl-wrapper .tvl{display:flex;flex-direction:row;justify-content:space-between;align-items:center;max-width:1280px;width:100%;color:#33383b;padding:12px 16px;background-color:#ffd94d;border-radius:8px;margin-bottom:24px}@media(max-width:768px){.tvl-wrapper .tvl{flex-direction:column;margin-bottom:0;padding:6px 8px}}.tvl-wrapper .tvl .tweet-loop{display:flex;flex-direction:row;justify-content:flex-start;width:50%;font-size:14px}.tvl-wrapper .tvl .tweet-loop img{width:20px;margin-right:10px}.tvl-wrapper .tvl .tweet-loop div{width:100%;overflow:hidden;white-space:nowrap;text-overflow:ellipsis}@media(max-width:768px){.tvl-wrapper .tvl .tweet-loop{display:none}}.tvl-wrapper .tvl .tvl-container{display:flex;flex-direction:row;justify-content:flex-end;width:50%}@media(max-width:768px){.tvl-wrapper .tvl .tvl-container{flex-direction:column;width:100%}}.tvl-wrapper .tvl .tvl-item{display:flex;width:unset;flex-direction:row;justify-content:center;align-items:center}@media(max-width:768px){.tvl-wrapper .tvl .tvl-item{width:100%;justify-content:space-between}}.tvl-wrapper .tvl .tvl-item>.label{font-size:14px}.tvl-wrapper .tvl .tvl-item .information .value,.tvl-wrapper .tvl .tvl-item>.value{font-size:16px;font-weight:700}.tvl-wrapper .tvl .tvl-item .information img{width:20px;height:20px}.tvl-wrapper .tvl .divider{width:1px;height:24px;background-color:transparent;margin-left:24px}@media(max-width:768px){.tvl-wrapper .tvl .divider{display:none}}.markets{max-width:1280px;align-self:center;width:100%;display:grid;grid-template-rows:auto 1fr;grid-template-columns:50% 50%;grid-template-areas:"groupSupplyEntered groupBorrowEntered" "groupSupply groupBorrow" "mark mark";grid-column-gap:16px;-webkit-column-gap:16px;column-gap:16px;margin-top:24px;margin-bottom:100px;color:#33383b}@media(max-width:768px){.markets{grid-template-rows:auto auto auto auto;grid-template-columns:100%;grid-template-areas:"groupSupplyEntered" "groupBorrowEntered" "groupSupply" "groupBorrow" "mark";margin-top:32px}}.markets .group-wrapper{width:100%;display:flex;flex-direction:column;justify-content:flex-start;align-items:flex-start}.markets .group-wrapper.supply-entered{grid-area:groupSupplyEntered}@media(max-width:768px){.markets .group-wrapper.supply-entered{margin-bottom:32px}}.markets .group-wrapper.borrow-entered{grid-area:groupBorrowEntered}@media(max-width:768px){.markets .group-wrapper.borrow-entered{margin-bottom:32px}}.markets .group-wrapper.supply{grid-area:groupSupply}.markets .group-wrapper.borrow{grid-area:groupBorrow}.markets .group-label{font-weight:700;font-size:18px;margin:31px 0 16px 8px}@media(max-width:768px){.markets .group-label{margin:18px 0 16px 8px}}.markets .mark{grid-area:mark;width:100%;margin-top:21px;font-size:13px;color:#94a4ad;font-weight:700;display:flex;flex-direction:column;align-items:flex-end;justify-content:flex-end}@media(max-width:768px){.markets .mark{justify-content:center;align-items:center}}.markets .mark img{margin-top:7px}